text stringlengths 9 948k |
|---|
/*
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* ... |
/** @file
IP6 option support functions and routines.
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Ip6Impl.h"
/**
Validate the IP6 option format for both the packets we received
and that we will transmit. It will compute ... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NR-RRC-Definitions"
* found in "/home/labadmin/hlal/rrc_15.3_asn.asn1"
* `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
*/
#ifndef _RRCSetupRequest_IEs_H_
#define _RRCSetupRequest... |
// SPDX-License-Identifier: GPL-2.0-only
/* Intel Sandy Bridge -EN/-EP/-EX Memory Controller kernel module
*
* This driver supports the memory controllers found on the Intel
* processor family Sandy Bridge.
*
* Copyright (c) 2011 by:
* Mauro Carvalho Chehab
*/
#include <linux/module.h>
#include <linux/init.h>
... |
//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2015, Esteban Tovagliari. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redist... |
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2016 Couchbase, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... |
/*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Jerome Glisse.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, in... |
#pragma once
#include <thread>
#include <vector>
#include <mutex>
#include <queue>
#include <condition_variable>
#include <future>
#include "Core.h"
namespace Doom {
using Task = std::function<void()>;
class DOOM_API ThreadPool {
private:
static ThreadPool* s_Instance;
std::vector<std::thread> m_Threads;
st... |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_PUSH_MESSAGING_PUSH_ERROR_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_PUSH_MESSAGING_PUSH_ERROR_H_
#include ... |
/*
* jerror.h
*
* Copyright (C) 1994-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file defines the error and message codes for the JPEG library.
* Edit this file to add new codes, or to tr... |
//
// DadViewController.h
// Demo
//
// Created by ChenJie on 2018/6/1.
// Copyright © 2018年 ChenJie. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CJCommonKit.h"
#import "CJCategoryKit.h"
#import "Masonry.h"
#import "UIViewController+DadBaseHUD.h"
@interface DadViewController : UIViewController
@prop... |
#ifndef _main_h_
#define _main_h_
#ifndef F_CPU
#define F_CPU 20000000UL /* 20 MHz CPU clock */
#endif
// skee board
// PD 0-3 -> SRAM A0-A3
// PD 5 -> SRAM WE (write enable) \ mutually exclusive
// PD 6 -> SRAM OE (read enable) /
// PA 0-3 -> SRAM I/O 0-3
#define LEDPORT PORTB
#define LED (1... |
/**
UART1 Generated Driver File
@Company
Microchip Technology Inc.
@File Name
uart1.c
@Summary
This is the generated driver implementation file for the UART1 driver using MPLAB(c) Code Configurator
@Description
This header file provides implementations for driver APIs for UART1.
Genera... |
{-10015,-3538,-4605,3414,2145},
{-6051,-4851,10643,-6064,4893},
{-11485,4784,9175,-6252,16154},
{8524,829,-5336,3953,2808},
{9740,3404,-3666,3273,2018},
{1537,-5630,18448,402,20322},
{9178,2116,6049,-3300,10039},
{11325,-4782,5336,-2723,25003},
{-7400,-4467,9083,-5374,10871},
{245,5059,12190,-5315,4468},
{-2893,4259,13... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_YMKitVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_YMKitVersionString[]; |
#pragma once
// BLOB = binary large object
// variable sized array
// for isspace
#include <ctype.h>
#define log_blob(log, value, label) \
_log(log, value->data, value->size, label, 0, __FILE__, __func__, __LINE__);
typedef struct {
// XXX maybe make this flags? could track error, pooled, etc
int error... |
// Copyright 2010-2017 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... |
/****************************************************************************
*
* ftzopen.c
*
* FreeType support for .Z compressed files.
*
* This optional component relies on NetBSD's zopen(). It should mainly
* be used to parse compressed PCF fonts, as found with many X11 server
* distributions.
*
* Copy... |
// Crypto/RarAes.h
#ifndef __CRYPTO_RAR_AES_H
#define __CRYPTO_RAR_AES_H
#include "../../../C/Aes.h"
#include "../../Common/MyBuffer.h"
#include "../IPassword.h"
#include "MyAes.h"
namespace NCrypto {
namespace NRar3 {
const unsigned kAesKeySize = 16;
class CDecoder:
public CAesCbcDecoder
// public ICompres... |
/*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... |
// Synchronisation.h
#ifndef _SYNCHRONISATION_h
#define _SYNCHRONISATION_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif
constexpr float REFRESH_RATE = 60.0;
constexpr float REFRESH_SECONDS = 1 / REFRESH_RATE;
constexpr float REFRESH_MILLISECONDS = REFRESH_SECONDS *... |
/* ------------------------------------------
* Copyright (c) 2017, Synopsys, Inc. All rights reserved.
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* 1) Redistributions of source code must retain the above copyr... |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_STRING_32_H
#define _ASM_X86_STRING_32_H
#ifdef __KERNEL__
/* Let gcc decide whether to inline or use the out of line functions */
#define __HAVE_ARCH_STRCPY
extern char *strcpy(char *dest, const char *src);
#define __HAVE_ARCH_STRNCPY
extern char *strncpy(cha... |
#pragma once
#include "Buffer.h"
class IndexBuffer : public Buffer
{
public:
bool Init(const std::shared_ptr<Device>& pDevice,
const std::shared_ptr<IndexBuffer>& pSelf,
uint32_t numBytes,
VkIndexType type);
public:
VkIndexType GetType() const { return m_type; }
uint32_t GetCount() const { return m_count; ... |
/*=========================================================================
Program: ParaView
Module: pqPropertyWidget.h
Copyright (c) 2005-2012 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the terms of the ParaVie... |
// Copyright 2016 LinkedIn Corporation
// Licensed under the BSD 2-Clause License (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at https://opensource.org/licenses/BSD-2-Clause
//
// Unless required by applicable law or agreed to in writ... |
/*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010- Facebook, Inc. (http://www.facebook.com) |
+---------... |
/*
*
* (c) Copyright 1989 OPEN SOFTWARE FOUNDATION, INC.
* (c) Copyright 1989 HEWLETT-PACKARD COMPANY
* (c) Copyright 1989 DIGITAL EQUIPMENT CORPORATION
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, a... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:48:23 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by ... |
/*-
* Copyright (c) 2015 Varnish Software AS
* All rights reserved.
*
* Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must ... |
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
#import <UIKit/UIKit.h>
@class RCTBridge;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, stron... |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSActionCell.h"
@class NSAttributedString, NSString;
@interface IDENavigatorSCMStatusCell : NSActionCell
{
NSString *_localStatus;
NSString *_serverStatus;
... |
//
// JLYRouter.h
// JLYKit
//
// Created by 袁宁 on 2016/11/24.
// Copyright © 2016年 HappyiOSYuan. All rights reserved.
//
#import "JLYBaseRouter.h"
#import "JLYRouterProtocol.h"
@interface JLYRouter : JLYBaseRouter<JLYRouterProtocol>
@end |
/***************************************************************************************************
Zyan Core Library (Zycore-C)
Original Author : Florian Bernd
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software")... |
// Copyright 2015-2020 Piperift. All Rights Reserved.
#pragma once
#include <CoreMinimal.h>
#include <UObject/ObjectMacros.h>
#include <EdGraph/EdGraphNodeUtils.h>
#include <EdGraphSchema_K2.h>
#include <K2Node.h>
#include <K2Node_AddDelegate.h>
#include <K2Node_CreateDelegate.h>
#include <K2Node_Self.h>
#include <K... |
#ifndef CAR_LIGHTS_H
#define CAR_LIGHTS_H
#pragma once
#include "..\xr_3da\render.h"
class CCarLights;
class CCar;
struct SCarLight
{
ref_light light_render;
ref_glow glow_render;
u16 bone_id;
CCarLights* m_holder;
SCarLight ();
~SCarLight ();
void Switch ();
void TurnOn ();
void... |
//Copyright (c) 2019-2020 The PIVX developers
//Copyright (c) 2020 The Poriun Coin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef TOPBAR_H
#define TOPBAR_H
#include <QWidget>
#include "qt/poriun/pwidget.h"
#... |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#ifndef _NGX_MAIL_SMTP_MODULE_H_INCLUDED_
#define _NGX_MAIL_SMTP_MODULE_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_mail.h>
#include <ngx_mail_smtp_module.h>
typedef struct {
ngx_msec_t greeting_delay;
size_t ... |
#include <stdlib.h>
#include <stdbool.h>
#include "bf_node.h"
#include "transpiler.h"
void transpile_bf(struct List *bf_node_list, FILE* out)
{
fprintf(out, "%%include 'functions.asm'\n");
fprintf(out, "SECTION .bss\n");
fprintf(out, "memory: resb 30000\n");
fprintf(out, "SECTION .text\n");
fprin... |
/*
Copyright 2012-2014 Benjamin Vedder benjamin@vedder.se
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Th... |
/* linux/driver/media/video/mfc/s3c_mfc_config.h
*
* Header file for Samsung MFC (Multi Function Codec - FIMV) driver
*
* PyoungJae Jung, Jiun Yu, Copyright (c) 2009 Samsung Electronics
* http://www.samsungsemi.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the term... |
/****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... |
/**
* Copyright (c) 2018 Slavnejshev Filipp
* This file is licensed under the terms of the MIT license.
*/
#pragma once
#include <gamebase/impl/drawobj/Line.h>
#include <gamebase/impl/pubhelp/Helpers.h>
namespace gamebase {
class Line {
public:
template <typename T> T child(const std::string& name) const;
... |
/*-------------------------------------------------------------------------
*
* gindatapage.c
* page utilities routines for the postgres inverted index access method.
*
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of Californ... |
/**
* @file cxa.h
* @brief One-Time Constru(X)tion API.
*/
#pragma once
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern s32 __cxa_guard_acquire(u32 *guard);
extern void __cxa_guard_release(u32 *guard);
extern void __cxa_pure_virtual();
#ifdef __cplusplus
}
#endif |
#include "rand.h"
#include "common/rng.h"
#include "lac_param.h"
#include <string.h>
//#include <openssl/rand.h>
//#include <openssl/aes.h>
//#include <openssl/sha.h>
//#include <openssl/crypto.h>
//#include <openssl/evp.h>
//random bytes
int random_bytes(unsigned char *r, unsigned int len)
{
//check parameter
if(r==... |
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2018-2020 Intel, Inc. All rights reserved.
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
/*
* includes
*/
#include "pmix_config.h"
#includ... |
/**
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#pragma on... |
#pragma once
#include "shape.h"
#include "indexedShape.h"
namespace P3D {
class ShapeBuilder {
Vec3f* vertexBuf;
Triangle* triangleBuf;
int vertexCount;
int triangleCount;
TriangleNeighbors* neighborBuf;
public:
ShapeBuilder(Vec3f* vertBuf, Triangle* triangleBuf, int vertexCount, int triangleCount, TriangleNei... |
/*-------------------------------------------------------------------------
*
* libpqwalreceiver.c
*
* This file contains the libpq-specific parts of walreceiver. It's
* loaded as a dynamic module to avoid linking the main server binary with
* libpq.
*
* Portions Copyright (c) 2010-2021, PostgreSQL Global Devel... |
//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
#ifndef _UNDERLAVA_H_
#define _UNDERLAVA_H_
#ifndef _MPOINT_H_
#include "math/mPoint.h"
#endif
/... |
#include <string.h>
#include <netinet/in.h>
#include <errno.h>
#include "xsgs.h"
// paillier public key generation
XSGS_PAILLIER_PUBKEY* xsgs_paillier_gen(int mbits) {
mpz_t p, q;
gmp_randstate_t rnd_state;
XSGS_PAILLIER_PUBKEY* ppk = (XSGS_PAILLIER_PUBKEY*) malloc(
sizeof(XSGS_PAILLIER_PUBKEY));
// initialize... |
#include "types.h"
#include "defs.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "x86.h"
#include "proc.h"
#include "spinlock.h"
struct {
struct spinlock lock;
struct proc proc[NPROC];
} ptable;
static struct proc *initproc;
int nextpid = 1;
extern void forkret(void);
extern void trapret(... |
/*
* Copyright(c) 2019 Intel Corporation
* SPDX - License - Identifier: BSD - 2 - Clause - Patent
*/
#ifndef EbNeighborArrays_h
#define EbNeighborArrays_h
#include "EbDefinitions.h"
#include "EbSyntaxElements.h"
#include "EbMotionVectorUnit.h"
#include "EbObject.h"
#ifdef __cplusplus
extern "C" {
#endif
// Neighbor ... |
#pragma once
#include <ATen/ATen.h>
namespace at {
// MemOverlap: Whether or not there is memory overlap
//
// NO: Absolutely no memory overlap
// YES: Absolutely yes memory overlap
// TOO_HARD: There might be memory overlap, but it was too expensive to compute.
//
// NB: Please update the python test for these if y... |
//
// Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of co... |
/*! \file
* \copyright
* COPYRIGHT NOTICE: (c) 2017-2018 Neonode Technologies AB. All rights reserved.
*
* \sa file://DumpMessage.h
*/
// Header Files
#ifdef _WIN32
#include <windows.h>
#endif // _WIN32
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#include <inttypes.h>
#include <zForceCommon.h>
#in... |
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <libaribb24captions.h>
uint8_t* append_to_array(uint8_t* oldarr, uint8_t newval, int len){
uint8_t *newarr;
int i;
newarr = malloc(sizeof(uint8_t)*(len+1));
for (i = 0; i < len; i++)
newarr[i] = oldarr[i];
newarr[len] = newval;
return newarr;
... |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
#pragma once
#include "SequencePacker.h"
namespace Microsoft { namespace MSR { namespace CNTK {
//A packer optimized for the case of single-frame sequences.... |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Expose things from GameInterface.cpp. Mostly the engine interfaces.
//
// $NoKeywords: $
//=============================================================================//
#ifndef GAMEINTERFACE_H
#define GAMEINTERFACE_H
#ifdef ... |
/*
* Copyright (c) 2013 - 2014, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, th... |
/* Fig. 8.18: fig08_18.c
Using strcpy and strncpy */
#include <stdio.h>
#include <string.h>
int main( void )
{
char x[] = "Happy Birthday to You"; /* initialize char array x */
char y[ 25 ]; /* create char array y */
char z[ 15 ]; /* create char array z */
/* copy contents of x into y */
printf(... |
//
// Created by 平地浩一 on 2021/03/22.
//
#ifndef MAIN_COMMS_H
#define MAIN_COMMS_H
#include <mbed.h>
#define SPI_SSEL PA_11
enum ServoMode { ArmUp, ArmDown, StopperUp, StopperDown };
void comms_init();
void move_motor(int r_speed, int l_speed);
void servo(enum ServoMode mode);
#endif // MAIN_COMMS_H |
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundati... |
#pragma once
#include "mediastreamer2_tester.h"
namespace mediastreamer2_tester_native
{
enum OutputTraceLevel {
Debug,
Message,
Warning,
Error,
Raw
};
public interface class OutputTraceListener
{
public:
void outputTrace(int level, Platform::String^ msg);
};
public ref class Mediastreamer2Te... |
/*
* fs/dax.c - Direct Access filesystem code
* Copyright (c) 2013-2014 Intel Corporation
* Author: Matthew Wilcox <matthew.r.wilcox@intel.com>
* Author: Ross Zwisler <ross.zwisler@linux.intel.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Safari/AccessibleRolloverActionButtonTableCellView.h>
@class NSColor;
__attribute__((visibility("hidden")))
@interface CloudTabCellView : AccessibleRolloverActionButtonTa... |
/*-------------------------------------------------------------------------
*
* plancat.c
* routines for accessing the system catalogs
*
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* ... |
/*===================================================================
BlueBerry Platform
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
#import "NSSecureCoding.h"
@class NSData, NSUUID;
@interface WPCharacteristic : NSObject <NSSecureCoding>
{
NSUUID *_uuid;
unsigned long long _proper... |
#pragma once
#include <Core/BaseSettings.h>
#include <Core/SettingsEnums.h>
#include <Core/Defines.h>
namespace Poco::Util
{
class AbstractConfiguration;
}
namespace boost::program_options
{
class options_description;
}
namespace DB
{
class IColumn;
/** List of settings: type, name, default value, descr... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
#import "QBAnaEncrypt-Protocol.h"
@interface AESQBBeaconEncryptUtil : NSObject <QBAnaEncrypt>
{
}
- (id)de... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX Core developers
// Copyright (c) 2018 The Quantlab Core developers
// Distributed under the MIT software license, see the accompanying
// file ... |
#ifndef ASSIMP_REVISION_H_INC
#define ASSIMP_REVISION_H_INC
#define GitVersion 0x308db73d
#define GitBranch "master"
#define VER_MAJOR 5
#define VER_MINOR 0
#define VER_PATCH 0
#define VER_BUILD 0
#define STR_HELP(x) #x
#define STR(x) STR_HELP(x)
#define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/r14.4.0/36413-e40.asn"
* `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps`
*/
#ifndef _S1AP_Source_ToTarget_TransparentContainer_H_
#define _S1AP_Source_ToTarget_TransparentContain... |
/* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright(c) 2016 Intel Corporation. All rights reserved.
*
* Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>
*/
#ifndef __SOF_SOF_H__
#define __SOF_SOF_H__
#include <arch/sof.h>
struct dma_trace_data;
struct ipc;
struct sa;
/* general firmware context */
st... |
#undef PLUGINDEVELOPMENT_API
#undef UE_IS_ENGINE_MODULE
#undef DEPRECATED_FORGAME
#define DEPRECATED_FORGAME DEPRECATED
#define IS_PROGRAM 0
#define UE_EDITOR 1
#define WITH_DEV_AUTOMATION_TESTS 1
#define WITH_PERF_AUTOMATION_TESTS 1
#define UNICODE 1
#define _UNICODE 1
#define __UNREAL__ 1
#define IS_MONOLITHIC 0
#def... |
// Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2017-2018 The Pivx developers
// Copyright (c) 2017-2018 The SIQS developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_BITCOINGUI_H
... |
/**
* @file
* User Datagram Protocol module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributi... |
/* Work around a bug of lstat on some systems
Copyright (C) 1997-2006, 2008-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the Li... |
/*=========================================================
* convec.c
* example for illustrating how to use pass complex data
* from MATLAB to C and back again
*
* convolves two complex input vectors
*
* This is a MEX-file for MATLAB.
* Copyright 1984-2011 The MathWorks, Inc.
*==============================... |
// huoji. 药铺伙计
inherit NPC;
inherit F_DEALER;
void create()
{
set_name("伙计", ({ "huoji" }));
set("str", 20);
set("gender", "男性");
set("per", 18);
set("age", 18);
set("long", "他是这儿的伙计,正在店里忙里忙外。\n");
set("combat_exp", 250);
set("attitude", "friendly");
set("vendor_goods", ({
"/d/city/obj/goupi",
"/d/city/o... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:54:39 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/KnowledgeGraphKit.framework/KnowledgeGraphKit
* classdump-dyld is licensed under GPLv3, Copyright © ... |
//
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
// Copyright © 2004-2022 YaPB Project <yapb@jeefo.net>.
//
// SPDX-License-Identifier: MIT
//
#pragma once
#include <crlib/basic.h>
#include <crlib/movable.h>
#include <crlib/platform.h>
// provide placment new to avoid stdc++ <new> header
inline void... |
//
// YLogging.h
// YLogging
//
// Created by VIJAY VEPAKOMMA on 4/8/18.
// Copyright © 2018 VIJAY VEPAKOMMA. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for YLogging.
FOUNDATION_EXPORT double YLoggingVersionNumber;
//! Project version string for YLogging.
FOUNDATION_EXPORT const u... |
/***********************************************************************/
/* */
/* OCaml */
/* */
/* Xavier Leroy ... |
/*
* $Id: grp.h,v 1.7 2006-01-08 12:06:14 clib2devs Exp $
*/
#ifndef _GRP_H
#define _GRP_H
#ifndef _SYS_TYPES_H
#include <sys/types.h>
#endif /* _SYS_TYPES_H */
#include <features.h>
__BEGIN_DECLS
#ifdef __GNUC__
#ifdef __PPC__
#pragma pack(2)
#endif
#elif defined(__VBCC__)
#pragma amiga-align
#endif
/*****... |
/*++
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distrib... |
/*
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
* See https://llvm.org/LICENSE.txt for license information.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*
*/
#include "stdioInterf.h"
#include "fioMacros.h"
extern struct cgrp *__fort_genlist();
extern struct chdr *_... |
// -*- C++ -*-
//=============================================================================
/**
* @file Log_Msg_Callback.h
*
* $Id: Log_Msg_Callback.h 80826 2008-03-04 14:51:23Z wotte $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//===========================================================... |
/*
* Copyright 2017 Microchip Technology Incorporated and its subsidiaries.
*
* Amazon FreeRTOS PKCS#11 for Curiosity PIC32MZEF V1.0.4
* Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this... |
#include "nr_axiom.h"
#include "nr_agent.h"
#include "tlib_main.h"
static void test_conn_params_init(void) {
nr_conn_params_t* params;
/*
* Test : Bad parameters
*/
params = nr_conn_params_init(NULL);
tlib_pass_if_int_equal("Supplying a NULL path yields unknown connection type",
... |
/*
* Phoenix-RTOS
*
* plo - operating system loader
*
* i.MX RT Flash Configurator
*
* Copyright 2019, 2020 Phoenix Systems
* Author: Hubert Buczynski
*
* This file is part of Phoenix-RTOS.
*
* %LICENSE%
*/
#ifndef _IMXRT_FLASH_CONFIG_H_
#define _IMXRT_FLASH_CONFIG_H_
#include "flashdrv.h"
#define GET_... |
/*
* Copyright (c) 2016, Freescale Semiconductor, Inc.
* Copyright (c) 2016 - 2017 , NXP
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain th... |
//
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <objc/NSObject.h>
@class NSDate, NSString;
@interface ACCStatInfoAccumulator : NSObject
{
NSString *_name; // 8 = 0x8
NSDate *_st... |
//
// GPKGCoverageDataResults.h
// geopackage-ios
//
// Created by Brian Osborn on 11/9/16.
// Copyright © 2016 NGA. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GPKGTileMatrix.h"
/**
* Tiled Gridded Coverage Data results containing the coverage values from a
* requested area from a tile m... |
// Copyright (c) 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Safe Browsing preferences and some basic utility functions for using them.
#ifndef COMPONENTS_SAFE_BROWSING_CORE_COMMON_SAFE_BROWSING_PREFS_H_
#... |
//
// KATAppUtil.h
// KATFramework
//
// Created by Kantice on 16/4/5.
// Copyright © 2016年 KatApp. All rights reserved.
// App工具类
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
#import "KATSystemInfo.h"
@interface KATAppUtil : NSObject
#pragma -mark 类方法
///发短信... |
/*
* If not stated otherwise in this file or this component's Licenses.txt file the
* following copyright and licenses apply:
*
* Copyright 2015 RDK Management
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain ... |
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.