text stringlengths 9 948k |
|---|
// Copyright (c) 2017-2020 The Merit Foundation
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MERIT_SCRIPT_ISMINE_H
#de... |
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1987 Gary W. Ng
**********/
#include "spice.h"
#include <stdio.h>
#include "mos2defs.h"
#include "cktdefs.h"
#include "fteconst.h"
#include "iferrmsg.h"
#include "noisedef.h"
#include "util.h"
/*
* MOS2noise (mode, oper... |
/*============================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center (DKFZ)
All rights reserved.
Use of this source code is governed by a 3-clause BSD license that can be
found in the LICENSE file.
=================... |
/**
* libserializer - serializes a multithreaded execution and tracks enabled
* threads
*
* Author - Nick Jalbert (jalbert@cs.berkeley.edu)
*
* <Legal matter>
*/
#ifndef _LIBSERIALIZER_H_
#define _LIBSERIALIZER_H_
#include "serializertypes.h"
#include "executiontracker.h"
#include "racer.h"
extern ... |
#pragma once
#include "stdint.h"
//#define CX_USE_FULL_NAMESPACE
#ifdef CX_USE_FULL_NAMESPACE
#define CX_TLC_NAME
#else
#define CX_TLC_NAME CX_
#endif
#define __PASTE_2(a,b) a##b
#define PASTE_2(a,b) __PASTE_2(a,b)
#define CX_CLASS(name) PASTE_2(CX_TLC_NAME, name)
namespace CX {
typedef uint64_t SwapUnit;
ty... |
/*
* FreeRTOS Kernel V10.0.1
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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, includ... |
// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Nodes/DlgNode.h"
#include "DlgNode_Proxy.generated.h"
/**
* Node without text. Execution auto-steps through it to the referenced node.
* Can be used to reduce dialogue graph spaghetti.
*/
UCLASS(Bluepri... |
#pragma once
#include "envoy/api/os_sys_calls.h"
#include "common/singleton/threadsafe_singleton.h"
namespace Envoy {
namespace Api {
class OsSysCallsImpl : public OsSysCalls {
public:
// Api::OsSysCalls
int bind(int sockfd, const sockaddr* addr, socklen_t addrlen) override;
int open(const std::string& full_p... |
/*
*===================================================================
* 3GPP AMR Wideband Floating-point Speech Codec
*===================================================================
*/
#include <stdlib.h>
#include <memory.h>
#include <math.h>
#include <float.h>
#include <string.h>
#include <stdio.h>
#inclu... |
/*
* Driver interaction with Linux nl80211/cfg80211
* Copyright (c) 2002-2015, Jouni Malinen <j@w1.fi>
* Copyright (c) 2003-2004, Instant802 Networks, Inc.
* Copyright (c) 2005-2006, Devicescape Software, Inc.
* Copyright (c) 2007, Johannes Berg <johannes@sipsolutions.net>
* Copyright (c) 2009-2010, Atheros Commu... |
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_REBOOT_H_
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_REBOOT_H_
#include "libc/runtime/symbolic.h"
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
extern const uint32_t RB_AUTOBOOT;
extern const uint32_t RB_POWER_OFF;
extern const uint32_t RB_POWERDOWN;
extern const uint32_t... |
/*
* Copyright (C) 2017 - This file is part of libecc project
*
* Authors:
* Ryad BENADJILA <ryadbenadjila@gmail.com>
* Arnaud EBALARD <arnaud.ebalard@ssi.gouv.fr>
* Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
*
* Contributors:
* Nicolas VIVET <nicolas.vivet@ssi.gouv.fr>
* Ka... |
//*******************************************************************************************************
//*******************************************************************************************************
//
// Name: Cpu.C
// Purpose: 1802 Processor Emulation
// Author: Paul Robson
//... |
// Copyright(C) 1999-2021 National Technology & Engineering Solutions
// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
// NTESS, the U.S. Government retains certain rights in this software.
//
// See packages/seacas/LICENSE for details
#ifndef IOSS_Ioss_Utils_h
#define IOSS_Ioss_Utils_h
#incl... |
//
// XhanceSessionSend.h
// XhanceSDK
//
// Created by liuguojun on 2018/5/17.
// Copyright © 2018 Adrealm. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "XhanceSessionModel.h"
@interface XhanceSessionSend : NSObject
+ (void)sendAdvertiserSession:(XhanceSessionModel *)sessionModel;
+ (void)... |
#include <X11/Xlib.h>
#include <iostream>
#include "X11/keysym.h"
#include <functional>
double elapsedF2, elapsedF12, elapsedReloadCfg;
uint64_t last_f2_press, last_f12_press, reload_cfg_press;
pthread_t f2;
char *displayid = getenv("DISPLAY");
std::unique_ptr<Display, std::function<void(Display*)>> dpy(XOpenDisplay(d... |
/*
* wsipx.h
*
* Microsoft Windows
* Copyright (C) Microsoft Corporation, 1992-1997.
*
* Windows Sockets include file for IPX/SPX. This file contains all
* standardized IPX/SPX information. Include this header file after
* winsock.h.
*
* To open an IPX socket, call socket() with an address fam... |
/**
* Copyright (c) 2016 - 2017 Tino Reichardt
* 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.
*
* You can con... |
/*
* res_outbound.c
*
* Created on: Nov 7, 2015
* Author: pchero
*/
/*** MODULEINFO
<support_level>extended</support_level>
***/
#include "asterisk.h"
#include "asterisk/module.h"
#include "asterisk/config.h"
#include "asterisk/utils.h"
#include "res_outbound.h"
#include "db_handler.h"
#include "event_hand... |
//////////////////////////////////////////////////////////////////////////////////////
// This file is distributed under the University of Illinois/NCSA Open Source License.
// See LICENSE file in top directory for details.
//
// Copyright (c) 2016 Jeongnim Kim and QMCPACK developers.
//
// File developed by: Jeongnim ... |
#pragma once
#include "../JuceLibraryCode/JuceHeader.h"
#include "WindowList.h"
class SettingsWindow : public Component,
public Button::Listener,
public Slider::Listener,
public ChangeBroadcaster,
public Label::... |
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Test the Unicode character type functions.
Copyright (C) 2007 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;... |
/* Copyright 2014, Gustavo Muro
*
* This file is part of CIAA Firmware.
*
* 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 notice,
* this lis... |
#pragma once
#include<string>
#include "ChunkBase.h"
class StartNamespaceChunk :
public ChunkBase
{
public:
StartNamespaceChunk()
{
}
virtual ~StartNamespaceChunk()
{
}
public:
std::wstring strPrefix;
std::wstring strUri;
}; |
/****************************************************************************
* *
* cryptlib Session WebSockets Routines *
* Copyright Peter Gutmann 2015-2017 *
* *
****************************************************************************/
#if defined( INC_ALL ... |
// David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2019
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// File Version: 3.0.1 (2018/10/05)
#pragma once
#include <Mathematics/GteG... |
/*
* Copyright 2009-2017 Alibaba Cloud 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... |
#pragma once
#include "Character.h"
/*
* Computes character's centre of mass from a weighted random walk algorithm.
*/
class CentreOfMassCharacter : public Character {
public:
CentreOfMassCharacter();
virtual ~CentreOfMassCharacter(void);
private:
Vector3d _COM;
Vector3d _COMVelocity;
}; |
#include "alloc.h"
#include "holes.h"
#include "mem.h"
extern heap_t heap;
// TODO: frames
int init_mem(frame_t frame_start, frame_t frame_end, size_t heap_start, size_t heap_end) {
init_frames(frame_start, frame_end);
page_t page_start = page_with_addr(heap_start);
page_t page_end = page_with_addr(heap... |
/*
TinyTinyJPG library
Copyright (c) 2011, Rasmus Neckelmann (neckelmann@gmail.com)
All rights reserved.
This source code is released under the terms of the BSD license; see the
file LICENSE.TXT for details.
*/
#ifndef __TINYTINYJPG_H__
#define __TINYTINYJPG_H__
#include <stdio.h>
#include <string.h>
/*============... |
//
// RPError.h
// ReplayKit
//
// Copyright © 2015 Apple Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
extern NSString * const __nonnull RPRecordingErrorDomain;
NS_ENUM_AVAILABLE_IOS(9_0)
typedef NS_ENUM(NSInteger, RPRecordingErrorCode) {
RPRecordingErrorUnknown = -5800,
RPRecordingErrorU... |
// 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.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#ifndef V8Navigator_h
#define V8Navigator_h
#include "bindings/v8/V8Binding... |
//
// CodeInputView.h
// JDZBorrower
//
// Created by WangXueqi on 2018/4/20.
// Copyright © 2018年 JingBei. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef void(^SelectCodeBlock)(NSString *);
@interface CodeInputView : UIView
@property(nonatomic,copy)SelectCodeBlock CodeBlock;
@property(nonatomic,strong) ... |
// Copyright 2021 The IREE Authors
//
// Licensed 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 "experimental/rocm/native_executable.h"
#include <stddef.h>
#include "experimental/roc... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_COINS_H
#define BITCOIN_COINS_H
#include <primitives/transaction... |
/*
Copyright (c) 2019, Ameer Haj Ali (UC Berkeley), and Intel 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:
1. Redistributions of source code must retain the above copyright notice, this
... |
/*
* Arm SCP/MCP Software
* Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "sgm775_mmap.h"
#include <mod_power_domain.h>
#include <mod_ppu_v0.h>
#include <fwk_element.h>
#include <fwk_id.h>
#include <fwk_module.h>
#include <fmw_... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:37:03 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/SpringBoard... |
#include "dns.h"
#include "event.h"
#include "log.h"
#include "net.h"
#include "private.h"
#include "str.h"
#include "timer.h"
#include "tls.h"
#include "url.h"
#include "util.h"
#if MG_ENABLE_SOCKET
#if defined(_WIN32) && MG_ENABLE_WINSOCK
#define MG_SOCK_ERRNO WSAGetLastError()
#ifndef SO_EXCLUSIVEADDRUSE
#define SO... |
/* GStreamer
* Copyright (C) 2004 Wim Taymans <wim@fluendo.com>
*
* gstmessage.c: GstMessage subsystem
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the... |
// ==============================================================
// RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC
// Version: 2018.3
// Copyright (C) 1986-2018 Xilinx, Inc. All Rights Reserved.
//
// ===========================================================
#ifndef _rgb2gry_HH_
#de... |
/** @file
Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2018, Linaro Ltd. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _VIRTUAL_KEYBOARD_H_
#define _VIRTUAL_KEYBOARD_H_
#include <Guid/StatusCodeDataTypeId.h>
#include <Protocol/DevicePath.h... |
#ifndef UDPSERVER_H
#define UDPSERVER_H
#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <ev.h>
typedef struct udpserver_t udpserver_t;
udpserver_t *udpserver_create(struct ev_loop *loop, void *data);
int udpserver_bind(udpserver_t *server,
const char *address_and_p... |
/// \file RoadNetwork.h
/// \brief Definition of OpenPlanner's data types
/// \author Hatem Darweesh
/// \date May 19, 2016
#ifndef ROADNETWORK_H_
#define ROADNETWORK_H_
#include <string>
#include <vector>
#include <sstream>
#include "op_utility/UtilityH.h"
#include "float.h"
#define OPENPLANNER_ENABLE_LOGS
namesp... |
// Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
// Copyright (c) 2021, NVIDIA CORPORATION. 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.
// You may obtain a copy of the License at
//
// ... |
/*
-----------------------------------------------------------------------------
dns.h - Dynamic DNS update define
-----------------------------------------------------------------------------
$Id: dns.h,v 1.3 2008/01/09 15:08:45 cnepveu Exp $
--------------------------------------------------------------------------... |
#include "alphasparse/kernel_plain.h"
alphasparse_status_t ONAME(const ALPHA_Number alpha, const ALPHA_SPMAT_BSR *A, const ALPHA_Number *x, ALPHA_Number *y)
{
ALPHA_SPMAT_BSR *transposed_mat;
transpose_bsr(A, &transposed_mat);
alphasparse_status_t status = trsv_bsr_u_lo_plain(alpha, transposed_mat, x, y);
... |
/**
* OpenAPI Petstore
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* The version of the OpenAPI document: 1.0.0
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openap... |
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#if STATS
/**
* Malloc proxy for gathering memory messages.
*/
class FStatsMallocProfilerProxy : public FMalloc
{
private:
/** Malloc we're based on. */
FMalloc* UsedMalloc;
/** Whether the stats malloc profiler is enabled, disabled by ... |
//
// 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 <CloudKit/CKCodeOperation.h>
@interface CPLCKFeedbackOperation : CKCodeOperation
{
CDUnknownBlockType _feedbackCompletionBlock; // 8 =... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace CodeArtifact
{
namespace Model
{
enum class PackageVersion... |
/**
* @class F3DLog
* @brief Class used to show logs in F3D
*
*/
#ifndef F3DLog_h
#define F3DLog_h
#include <sstream>
#include <string>
class F3DLog
{
public:
enum class Severity : unsigned char
{
Info,
Warning,
Error
};
template<typename... Args>
static void Print(Severity sev, Args..... |
/*
* MQTTSim800.h
*
* Created on: Jan 4, 2020
* Author: Bulanov Konstantin
*
* Contact information
* -------------------
*
* e-mail : leech001@gmail.com
* telegram : https://t.me/leech001
*
*
*/
/*
* -------------------------------------------------------------------------------------------... |
/*
* Copyright (C) 2016 SICOM Systems, INC.
*
* Author: Zoltán Böszörményi <zboszormenyi@sicom.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is ... |
//
// SGPinger.h
// HotPostDemo
//
// Created by 林超阳 on 28/12/2017.
// Copyright © 2017 林超阳. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface SGPinger : NSObject
+ (instancetype)pingerWithHostName:(NSString *)hostName;
/**
ping
@param time ms
*/
- (void)pingWithResult:(void (^)(BOOL isS... |
// Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef _FX_SYSTEM_H_
#define _FX_SYSTEM_H_
#define _FX_WIN32_DESKTOP_ 1
#de... |
#ifndef _NF_CONNTRACK_TIMEOUT_H
#define _NF_CONNTRACK_TIMEOUT_H
#include <net/net_namespace.h>
#include <linux/netfilter/nf_conntrack_common.h>
#include <linux/netfilter/nf_conntrack_tuple_common.h>
#include <net/netfilter/nf_conntrack.h>
#include <net/netfilter/nf_conntrack_extend.h>
#define CTNL_TIMEOUT_NAME_MAX 32... |
/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Watchdog driver */
#include "clock.h"
#include "common.h"
#include "console.h"
#include "registers.h"
#include "hwtimer_chip.h"
#include "g... |
#pragma once
#include "Platform/General/Window.h"
namespace Me
{
namespace Renderer
{
class WindowsContext;
}
class WindowsWindow : public Window
{
private:
//Singleton for register and cleanup window class
class WindowClass {
public:
static inline const char* GetName() { return ms_wndName; }
sta... |
////////////////////////////////////////////////////////////////////////////////
//
// (C) Andy Thomason 2012-2014
//
// Modular Framework for OpenGLES2 rendering on multiple platforms.
//
// Mesh smooth modifier. Work in progress.
//
namespace octet { namespace scene {
/// A mesh class for making prcedural geometry... |
/* $NetBSD: proc.h,v 1.7 2000/05/26 21:20:16 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
* contribu... |
// toolbox.h
// Small toolbox for iotempower on Arduino-like devices
//
#ifndef _TOOLBOX_H_
#define _TOOLBOX_H_
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <functional>
#include <Arduino.h>
#include <ESPTrueRandom.h>
#include "iotempower-default.h"
// a simple class for handling fixed-length ... |
/*
* NFC Digital Protocol stack
* Copyright (c) 2013, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in t... |
// Copyright 2019 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_MEDIA_CONTROLS_MEDIA_CONTROLS_SHARED_HELPER_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_MEDIA_CONTROLS_MEDIA_... |
/**
* Copyright 2020 Huawei Technologies Co., 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 applicable law... |
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Whether to build thrift_protocol as dynamic module */
#define COMPILE_DL_THRIFT_PROTOCOL 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if yo... |
/* Copyright 2007-2015 QReal Research Group
*
* 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 applicable law or... |
/*
* Amazon FreeRTOS OTA V1.0.2
* 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 software and associated documentation files (the "Software"), to deal in
* the Software without restriction, inc... |
unsigned char default_private_key[] = {
0x30, 0x82, 0x02, 0x5d, 0x02, 0x01, 0x00, 0x02, 0x81, 0x81, 0x00, 0xbd,
0x0f, 0xd4, 0x42, 0xa8, 0x74, 0x87, 0x54, 0xaa, 0xb9, 0x3a, 0x1f, 0x8b,
0xce, 0xbd, 0xb7, 0x65, 0xfb, 0x40, 0x3d, 0xd0, 0x11, 0x9a, 0x9c, 0xdc,
0x82, 0x7c, 0xea, 0xa8, 0x17, 0xe1, 0x74, 0xf3, 0x05, 0x... |
//
// QiXieXunLianJiRouViewController.h
// PrisonerFitnessRecord
//
// Created by dong on 2018/1/4.
// Copyright © 2018年 董永胜. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface QiXieXunLianJiRouViewController : UIViewController
@property (nonatomic, assign) NSInteger numFlag;
@end |
/* $OpenBSD: skey.c,v 1.33 2015/12/01 00:00:19 millert Exp $ */
/*
* OpenBSD S/Key (skey.c)
*
* Authors:
* Neil M. Haller <nmh@thumper.bellcore.com>
* Philip R. Karn <karn@chicago.qualcomm.com>
* John S. Walden <jsw@thumper.bellcore.com>
* Scott Chasin <chasin@crimelab.com>
*... |
/*
*
* Copyright (C) 1994-2005, OFFIS
*
* This software and supporting documentation were developed by
*
* Kuratorium OFFIS e.V.
* Healthcare Information and Communication Systems
* Escherweg 2
* D-26121 Oldenburg, Germany
*
* THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND OFFIS MAKES NO WARRA... |
/****************************************************************************
* boards/arm/lpc17xx_40xx/olimex-lpc1766stk/src/lpc17_40_bringup.c
*
* Copyright (C) 2010, 2013-2016, 2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary f... |
/*
* Based on <asm-i386/siginfo.h>.
*
* Modified 1998-2002
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/
#ifndef _UAPI_ASM_IA64_SIGINFO_H
#define _UAPI_ASM_IA64_SIGINFO_H
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
#define HAVE_ARCH_SIGINFO_T
#define HAVE_ARCH_COPY_SIGINFO
#define HAVE... |
/*-
* Copyright (c) 1983, 1992, 1993
* The Regents of the University of California. 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 abov... |
// Copyright (c) 2011-2015 The Icocoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef ICOCOIN_QT_WALLETVIEW_H
#define ICOCOIN_QT_WALLETVIEW_H
#include "amount.h"
#include <QStackedWidget>
class Icocoi... |
/* cursor.c - the cursor type
*
* Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
... |
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/Component/Component.h>
#include <Atom/RHI/FactoryManagerBus.h>
#inc... |
#ifndef INC_ODAS_PAGEFAULT_HISTORY
#define INC_ODAS_PAGEFAULT_HISTORY
#include "odas.h"
#include "odas_proc_ws_watch_info.h"
#ifndef DA_OS_MSWIN
struct odas_pagefault_history {
udal_t CurrentIndex;
udal_t MapIndex;
da_kspin_lock_t SpinLock;
void *Reserved;
odas_proc_ws_watch_info_t WatchInfo[1];
};
#endif
#endif |
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_PAYMENTSERVER_H
#define BITCOIN_QT_PAYMENTSERVER_H
// This class handles payment requests from clicking o... |
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (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.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* ... |
#include <stdio.h>
double __unordtf2() {
printf("Call to fake __unordtf2\n");
return 0;
} |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:25:47 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/ProactiveS... |
// ----------------------------------------------------
// Array that resizes dynamically -------------------
// ----------------------------------------------------
#ifndef __P2DYNARRAY_H__
#define __P2DYNARRAY_H__
#include "p2Defs.h"
#define DYN_ARRAY_BLOCK_SIZE 16
template<class VALUE>
class p2DynArray
{
priva... |
// ---------------------------------------------------------------------
//
// Copyright (c) 2018 - 2019 by the IBAMR developers
// All rights reserved.
//
// This file is part of IBAMR.
//
// IBAMR is free software and is distributed under the 3-clause BSD
// license. The full text of the license can be found in the f... |
/*
* Copyright 2012 The Luvit Authors. 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... |
// Copyright 2018 The Fuchsia 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 SRC_DEVICES_THERMAL_DRIVERS_AML_THERMAL_S905D2G_LEGACY_AML_TSENSOR_H_
#define SRC_DEVICES_THERMAL_DRIVERS_AML_THERMAL_S905D2G_LEGACY_AML_TSENSOR_H_... |
/*************************************************************************
**
** VERSION CONTROL: @(#)sys.h 1.1 03/04/15
**
** IN PACKAGE: Embedded TCPIP
**
** COPYRIGHT: Copyright (c) 2002 Altium
**
** DESCRIPTION: Common system routines header,
** every platform should implement it's own
**... |
//
// Marimba.h
// AudioKit
//
// Created by Nicholas Arner on 3/20/15.
// Copyright (c) 2015 Aurelius Prochazka. All rights reserved.
//
#import "AKFoundation.h"
/// An instrument that wraps the marimba physical model
@interface Marimba : AKInstrument
// Instrument Properties
@property AKInstrumentProperty *amp... |
/**
* \file
*
* \brief CRCCU example configuration.
*
* Copyright (c) 2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
... |
/*
* Copyright 2014-2017 Katherine Flavel
*
* See LICENCE for the full copyright terms.
*/
/*
* Output a plaintext dump of the railroad tnode tree
*/
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "../txt.h"
#include "../ast.h"
#include "../rrd/rrd.h"
#include "../rrd/pretty.h"
#include "... |
#pragma once
#define SAFE_RELEASE(p) if(p != NULL) { (p)->Release(); (p) = NULL; }
#define SAFE_DELETE(p) if(p != NULL) { delete (p); (p) = NULL; };
#define SAFE_DELETEARRAY(p) if(p != NULL) { delete[] (p); (p) = NULL; }; |
/*
* Copyright (c) 2017-present ViyaDB Group
*
* 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 applicable law or ... |
#pragma once
#include "Global.h"
class Driver {
public:
Driver();
~Driver();
bool parse_arguments(int argc, char** argv);
int main(int argc, char** argv);
private:
Global global;
}; |
/*
* Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* 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/LICENS... |
// SPDX-License-Identifier: GPL-2.0-or-later
/* SCTP kernel implementation
* Copyright (c) 1999-2000 Cisco, Inc.
* Copyright (c) 1999-2001 Motorola, Inc.
* Copyright (c) 2001-2003 International Business Machines, Corp.
* Copyright (c) 2001 Intel Corp.
* Copyright (c) 2001 Nokia, Inc.
* Copyright (c) 2001 La Monte... |
/*
* Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* 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.
*
* This program is distributed in the hope that it woul... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:18:05 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/NewsUI2... |
#include "def.h"
//#define SHOW 0
struct ASTNode* mknode(int num, int kind, int pos, ...) {
struct ASTNode* T = (struct ASTNode*)calloc(sizeof(struct ASTNode), 1);
int i = 0;
T->kind = kind;
T->pos = pos;
va_list pArgs;
va_start(pArgs, pos);
for (i = 0; i < num; i++)
T->ptr[i] = va_arg(pArgs, struct ASTNode*)... |
/* pngrutil.c - utilities to read a PNG file
*
* Last changed in libpng 1.2.45 [July 7, 2011]
* Copyright (c) 2010, Code Aurora Forum. All rights reserved.
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Sch... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.