text stringlengths 9 948k |
|---|
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Orbit 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_BITCOINUNITS_H
#define BITCOIN_QT_BITCOINUNITS_H
#in... |
// 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 UI_GL_GL_IMAGE_REF_COUNTED_MEMORY_H_
#define UI_GL_GL_IMAGE_REF_COUNTED_MEMORY_H_
#include "base/memory/ref_counted.h"
#include "ui/gl/gl_image_m... |
/*!
* \~chinese
* @header EMImageMessageBody.h
* @abstract 图片消息体
* @author Hyphenate
* @version 3.00
*
* \~english
* @header EMImageMessageBody.h
* @abstract Image message body
* @author Hyphenate
* @version 3.00
*/
#import <Foundation/Foundation.h>
#import "EMFileMessageBody.h"
/*!
* \~chine... |
#include <malloc.h>
#include <stdio.h>
#include <3ds.h>
#include "action.h"
#include "../resources.h"
#include "../task/uitask.h"
#include "../../core/core.h"
typedef struct {
title_info* title;
data_op_data importInfo;
} import_twl_save_data;
static void action_import_twl_save_draw_top(ui_view* view, void... |
/******************************************************************************
* CC430 RF Code Example - TX and RX (variable packet length > FIFO size)
*
* Simple RF Link to Toggle Receiver's LED by pressing Transmitter's Button
* Warning: This RF code example is setup to operate at either 868 or 915 MHz,
* which... |
/*
* Copyright (c) 2018 Foundries.io
*
* SPDX-License-Identifier: Apache-2.0
*/
#define LOG_DOMAIN modem_wncm14a2a
#define LOG_LEVEL CONFIG_MODEM_LOG_LEVEL
#include <logging/log.h>
LOG_MODULE_REGISTER(LOG_DOMAIN);
#include <zephyr/types.h>
#include <stddef.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno... |
//
// TLEnums.h
// TurkcellID
//
// Created by Kerem Gunduz on 18/02/15.
// Copyright (c) 2015 . All rights reserved.
//
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger, TLLoginType)
{
TcellLoginTypeNonLogin,
TcellLoginTypeServiceLogin,
TcellLoginTypeRememberMe,
TcellLoginTypeLightLog... |
#import <Foundation/Foundation.h>
@interface ESCObserversProxy : NSProxy
- (void)escAddObserver:(id)observer;
- (void)escRemoveObserver:(id)observer;
- (void)escAddObserver:(id)observer forSelector:(SEL)selector forwardingToSelector:(SEL)forwardSelector;
- (void)escRemoveObserver:(id)observer forSelector:(SEL)select... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, June 7, 2020 at 11:24:33 AM Mountain Standard Time
* Operating System: Version 13.4.5 (Build 17L562)
* Image Source: /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/Celestial.framework/Celestial
*/
@interface BWInferenceSchedulerFramebuffer : NSObject {
BWInferenceSchedulerGraph * _graph;
BWInferenceSchedulerJobList * _jobs;
int failedJobStatus;
struct os_unfair_lock_s {
unsigned... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
*/
@interface SKUITrendingSearchProvider : NSObject {
SKUITrendingSearchPage * _cachedSearchPage;
SKUIClientContext * _clientContext;
NSOperationQueue * _operationQueue;
NSMutableArray * _pending... |
/**
* @file
* @brief ISO C99 Standard: 7.13 Nonlocal jumps.
* @details Provides "non-local jumps" facility.
*
* @date 01.02.10
* @author Eldar Abusalimov
*/
#ifndef SETJMP_H_
#define SETJMP_H_
#include <asm/setjmp.h>
#include <sys/cdefs.h>
#include <compiler.h>
__BEGIN_DECLS
/**
* An array type suitable fo... |
// SKIP PARAM: --set ana.activated "['base','threadid','threadflag','escape','fmode', 'OSEK', 'OSEK2', 'stack_trace_set','mallocWrapper']" --set ana.osek.oil 02-example.oil --set ana.osek.tasksuffix _func --set ana.osek.isrsuffix _func
// Option 'tramp' has been removed, we used to set --set ana.osek.tramp 06-suffix-tr... |
/*
* Copyright (C) 2016-2022 T-Head Semiconductor Co., Ltd. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* 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
*
* www.apache.... |
/*
Copyright (c) 2020, VSB - Technical University of Ostrava and Graz University of
Technology
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 copyr... |
/*
* Swansea University Computer Society NET3
*
* This work is derived from NET2Debugged, which is in turn derived
* from NET2D which was written by:
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
*
* This work was derived from Ross Biro's inspirational work
* for the LINUX operating system. His versi... |
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2012-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 UBICOIN_UI_INTERFACE_H
#define UBICOIN_UI_INTERFACE_H
#include <memory>
#incl... |
/**
* @file ecdh_ocall.c
*
* @brief Provides implementation of functionality to support peer interaction
* for ECDH key agreement
*/
#include "ecdh_ocall.h"
#include "ecdh_util.h"
#define UNSET_FD -1
/*****************************************************************************
* setup_socket_ocall()
*... |
// SKTCircle.h
// Sketch Example
//
#import <AppKit/AppKit.h>
#import "SKTGraphic.h"
@interface SKTCircle : SKTGraphic
{ }
@end
/*
IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
consideration of your agreement to the following terms, and your use, installation,
modificati... |
/*
* @TAG(OTHER_GPL)
*/
/*
* Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
* Copyright (C) 2018 NXP
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licens... |
#include <stdint.h>
#include <string.h>
#include <esp8266.h>
#include "utils.h"
#include "led.h"
#include "tinyprintf.h"
#include "en61107.h"
ICACHE_FLASH_ATTR
bool parse_en61107_frame(en61107_response_t *response, char *frame, unsigned int frame_length) {
unsigned int i, j;
uint8_t bcc;
uint8_t calculated_bcc;
#... |
// Copyright 2015 the V8 project 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 V8_WASM_MACRO_GEN_H_
#define V8_WASM_MACRO_GEN_H_
#include "src/wasm/wasm-opcodes.h"
#include "src/zone/zone-containers.h"
#define U32_LE(v) ... |
#include<stdio.h>
#define max 10
int a[max];
int top=-1;
void push(int ele);
int pop();
void peep();
void reverse();
void display(int top);
int main()
{
int choice,ele;
while (1)
{
printf("\noption 1 for push:");
printf("\noption 2 for pop:");
printf("\noption 3 for peep:");
... |
/** @file
*
* Copyright (c) 2018-2020, ARM Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*
**/
#include <Library/ArmPlatformLib.h>
#include <Library/BaseLib.h>
#include <Ppi/ArmMpCoreInfo.h>
STATIC ARM_CORE_INFO mCoreInfoTable[] = {
{ 0x0, 0x0 }, // Cluster 0, Core 0
{ 0x0, 0x1 ... |
//
// SpecialPropertyModel.h
// OPTLYJSONModelDemo_OSX
//
// Created by BB9z on 13-4-26.
// Copyright (c) 2013年 Underplot ltd. All rights reserved.
//
/****************************************************************************
* Modifications to JSONModel by Optimizely, Inc. *
* Copyri... |
//
// TOCropOverlayView.h
//
// Copyright 2015-2022 Timothy Oliver. 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, including without limi... |
/** @file
This file implements Runtime Architectural Protocol as defined in the
Platform Initialization specification 1.0 VOLUME 2 DXE Core Interface.
This code is used to produce the EFI runtime virtual switch over
THIS IS VERY DANGEROUS CODE BE VERY CAREFUL IF YOU CHANGE IT
The transition for calling EFI... |
//
// Copyright © 2019 ZhiweiSun. All rights reserved.
//
// File name: SStickerProperty.h
// Author: Zhiwei Sun @szwathub
// E-mail: szwathub@gmail.com
//
// Description:
//
// History:
// 2019/11/5: Created by szwathub on 2019/11/5
//
#ifndef SStickerProperty__H_
#define SStickerProperty__H_
#impor... |
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
... |
CURL *hnd = curl_easy_init();
curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST");
curl_easy_setopt(hnd, CURLOPT_URL, "http://186.249.34.34/api/consulta");
struct curl_slist *headers = NULL;
headers = curl_slist_append(headers, "cache-control: no-cache");
headers = curl_slist_append(headers, "authorization: Bearer e... |
// Copyright (c) Open Enclave SDK contributors.
// Licensed under the MIT License.
#ifndef _OE_BITS_FS_H
#define _OE_BITS_FS_H
/*
**==============================================================================
**
** This file defines functions for loading internal modules that are part of
** the Open Enclave core.
*... |
#import <UIKit/UIKit.h>
#import "Motis.h"
#import "NSObject+Motis.h"
FOUNDATION_EXPORT double MotisVersionNumber;
FOUNDATION_EXPORT const unsigned char MotisVersionString[]; |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:26:07 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/Frameworks/AVKit.framework/A... |
/*===================================================================*/
/* */
/* InfoNES.h : NES Emulator for Win32, Linux(x86), Linux(PS2) */
/* */
/* 2000/05/14 InfoNES Project ... |
//
// BRWallet.c
//
// Created by Aaron Voisine on 9/1/15.
// Copyright (c) 2015 breadwallet LLC
//
// 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, including wit... |
#include <pthread.h>
#include <stdio.h>
#include <string.h>
#include "castor3player.h"
#include "ite/itv.h"
#define SERR()
typedef enum VIDEO_PLAYER_STATE_TAG
{
VIDEO_PLAYER_STATE_NOT_INITED,
VIDEO_PLAYER_STATE_STOPPED,
VIDEO_PLAYER_STATE_PLAYING
} VIDEO_PLAYER_STATE;
//mtal player mutex
pthread_mutex_t... |
//
// NSArray+SafeNil.h
// BMPrivatePods
//
// Created by BirdMichael on 2018/9/25.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
//#if DEBUG
//#else
@interface NSArray (SafeNil)
@end
//#endif
NS_ASSUME_NONNULL_END |
/*
* 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 agreed to in writing, software
* distribut... |
//
// File: descriptorset.h
//
// Created by Jon Spencer on 2019-02-10 12:19:02
// Copyright (c) Jon Spencer. See LICENSE file.
//
#ifndef H_SOURCE_DESCRIPTORSET_H__
#define H_SOURCE_DESCRIPTORSET_H__
#include "autoshader.h"
#include "spirv_cross.hpp"
#include <fmt/format.h>
#include <map>
#include <set>
namespace... |
#ifndef FOOLGO_SRC_MATH_BITSET_UTIL_H_
#define FOOLGO_SRC_MATH_BITSET_UTIL_H_
#include <bitset>
#include <cassert>
#include <vector>
#include "../board/position.h"
namespace foolgo {
namespace math {
template<int LEN>
int GetLowestOne(const std::bitset<LEN> &b) {
assert(b.count() > 0);
for (int i = 0;; ++i) {
... |
#ifndef __EMUL__
#include "pmsis.h"
#else
#define pmsis_exit(a) exit(a)
#endif
#define __XSTR(__s) __STR(__s)
#define __STR(__s) #__s
#include <stdlib.h>
#include <stdio.h>
#include "Gap.h"
#include "DSP_Lib.h"
#include "TwiddlesDef.h"
#include "SwapTablesDef.h"
#include "In_Data.h"
#ifdef __gap9__
#define MAXDI... |
/*
LUFA Library
Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 2010 Denver Gingerich (denver [at] ossguy [dot] com)
Permission to use,... |
#pragma once
#include <cstring>
#include <cstdio>
#include <limits>
#include <algorithm>
#include <iterator>
#include <concepts>
#include <pcg-random/pcg_random.hpp>
#include <Common/DateLUT.h>
#include <Common/LocalDate.h>
#include <Common/LocalDateTime.h>
#include <base/find_symbols.h>
#include <base/StringRef.h>
... |
#include <stdio.h>
int main(){
printf("hello world!\n");
printf("bye world!\n");
} |
#ifndef _Command_h
#define _Command_h
#include <string>
class command_cCommand {
public:
command_cCommand(char *[], char * = "");
char * Arg() { return m_pArg; }
char Option() { return m_Option; }
void Reset() { m_ppCurrentArg = m_ppArgV; }
char Next();
private:
char m_Option;
char * m_pArg;
... |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Definitions for the new Marvell Yukon / SysKonnect driver.
*/
#ifndef _SKGE_H
#define _SKGE_H
#include <linux/interrupt.h>
/* PCI config registers */
#define PCI_DEV_REG1 0x40
#define PCI_PHY_COMA 0x8000000
#define PCI_VIO 0x2000000
#define PCI_DEV_REG2 0x44
#define PC... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr_fd.c :+: :+: :+: ... |
/* ************************************************************* *\
* text.h *
* *
* Project: NotificaThor *
* Author: Christian Weber (ChristianWeber802@... |
#ifndef Container1D_h
#define Container1D_h
/*
* file: Container1D.h
* Author: Viktor Khristenko
*
* Description:
* 1D Container
*/
#include "DQM/HcalCommon/interface/DetectorQuantity.h"
#include "DQM/HcalCommon/interface/ElectronicsQuantity.h"
#include "DQM/HcalComm... |
#ifndef NW4R_SND_VOICE_MANAGER_H
#define NW4R_SND_VOICE_MANAGER_H
#include "types_nw4r.h"
#include "snd_Voice.h"
namespace nw4r
{
namespace snd
{
namespace detail
{
struct VoiceManager
{
static VoiceManager * GetInstance();
Voice * AllocVoice(int, int, int, Voice::VoiceCallback, void *);
void ... |
/*
Copyright (c) 2015, Plume Design 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 copyright
notice, this list of conditions and the... |
/*
* Copyright 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" file ... |
/*
* Copyright (c) 1983, 1988, 1993, 1995
* 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... |
#include <stdio.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
int i=1;
int main(int argc, char * argv[]){
int des;
int pid=getpid();
cha... |
//
// Series.h
// BBChart
//
// Created by ChenXiaoyu on 15/1/5.
// Copyright (c) 2015年 ChenXiaoyu. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "AxisY.h"
#import "BaseLayer.h"
@interface Series : BaseLayer
@property (nonatomic, strong) NSMutableArray* data;
@proper... |
/* list.c <<-- A template to update and finished
* Stud. Yulin Xiao <<-- change completed
* Yulinx
* ECE 2230 Spring 2019
* MP2
*
* Propose: A template for list.c. You will make many changes.
*
* Assumptions: Many details are incomplete.
*
* Bugs: None that I know, but adding neg... |
extern void __VERIFIER_error() __attribute__ ((__noreturn__));
extern int __VERIFIER_nondet_int();
/*
* Variation on example 0: use a (non-deterministic) boolean
* flag to set the value of the elements in the list before
* 3 to a value depending on the flag, and check later on
* that the list is what has been buil... |
/***********************************************************************/
/* Routine to read Harris data from tape or disk. The Harris header is */
/* read first and the length of the data part of a record is determined*/
/* from header(112). After that the remaining bytes of the original */
/* record are read in. (... |
// apic_version = 0.6.1
#import "PTModel.h"
#import "PTFeedsTargetTypeEnum.h"
NS_ASSUME_NONNULL_BEGIN
@interface PTFeedsMessage : PTModel
@property (nonatomic, copy) NSString *targetId;
@property (nonatomic, copy) NSString *url;
@property (nonatomic, copy) NSString *identification;
@property (nonatomic, assign) PTFeeds... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:51:56 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon
* classdump-dyld is licensed under GPLv3, Copyright © 2013-201... |
// Copyright 2017 The Ray Authors.
//
// 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 agreed to i... |
/* BSD 2-Clause License
*
* Copyright (c) 2018, Andrea Giacomo Baldan
* 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 n... |
// Copyright 2017 The Ray Authors.
//
// 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 agreed to i... |
// Copyright 2004-present Facebook. All Rights Reserved.
// Generated by: //native/museum/run_codegen.sh
// This is generated code -- do not modify manually.
// @generated SignedSource<<15efb5cef576734ba4142bdb56db60e7>>
// @model md5 57872b8842a03791d19b63145989ec38
#pragma once
namespace facebook { namespace museu... |
/********************************************************************
*
* Description : Functions to compute auxiliary information about points on a ship.
*
* Copyright 2014 Leidos, Inc.
* There is no charge to use the library, and it may be accessed at:
* https://www.leidos.com/maritime/gsf.
* This library may ... |
/* SPDX-License-Identifier: MIT
*
* 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, including without limitation the rights to use, copy,
* modify, merge, publish, ... |
//
// UAASDescribePoliciesResponse.h
// AWS iOS SDK
//
// Copyright © Unsigned Apps 2014. See License file.
// Created by Rob Amos.
//
//
#import "UAASResponse.h"
@class UAASScalingPolicy;
@interface UAASDescribePoliciesResponse : UAASResponse
@property (nonatomic, copy) NSArray *scalingPolicies;
@property (non... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:50:38 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/AvatarKit.framework/AvatarKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia... |
/***********************************************************************
created: Mon Feb 9 2009
author: Paul D Turner
*************************************************************************/
/***************************************************************************
* Copyright (C) 2004 - 2011 Pau... |
/*-------------------------------------------------------------------------
*
* pg_wchar.h
* multibyte-character support
*
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/mb/pg_wchar.h
*
* NOTES
*... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/guicliu/ue_folder/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/guicliu/ue_folder/cmake_targets... |
//
// AccountModel.h
// Weibo
//
// Created by LunarEclipse on 16/6/29.
// Copyright © 2016年 LunarEclipse. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "UserModel.h"
@interface AccountModel : NSObject <NSCoding, NSCopying>
@property (nonatomic, strong) UserModel * user;
@property (nonatomic... |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* This file is part of libxls -- A multiplatform, C/C++ library
* for parsing Excel(TM) files.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditi... |
//
// Copyright (c) Microsoft. All rights reserved.
// See https://aka.ms/csspeech/license201809 for the full license information.
//
// speechapi_cxx_participant.h: Public API declarations for Participant C++ class
//
#pragma once
#include <speechapi_c.h>
#include <speechapi_c_conversation_translator.h>
#include <spe... |
/*
* Copyright (C) 2016 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:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditi... |
/*
* Copyright (c) 2010-2019 Julien Nadeau Carriere <vedge@csoft.net>
* 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 blazemark/mtl/DMatTDMatAdd.h
// \brief Header file for the MTL dense matrix/transpose dense matrix addition kernel
//
// Copyright (C) 2013 Klaus Iglberger - All Rights Reserved
//
// This file is part o... |
/*******************************************************
** Generalized Voronoi Diagram Project **
** Copyright (c) 2015 John Martin Edwards **
** Scientific Computing and Imaging Institute **
** 72 S Central Campus Drive, Room 3750 **
** Salt Lake City, UT 84112 ... |
/**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE... |
/*
* Copyright (c) 2019 IOTA Stiftung
* https://github.com/iotaledger/iota.c
*
* Refer to the LICENSE file for licensing information
*/
#include "cclient/api/tests/cclient_test_defs.h"
static iota_client_service_t *g_serv;
static void test_find_tx_empty(void) {
find_transactions_req_t *find_tx_req = find_tran... |
#ifndef _AF_LOCK_H
#define _AF_LOCK_H
#include "defs.h"
int etymon_db_ready(const char* dbname);
void etymon_db_unlock(const char* dbname);
int etymon_db_lock(const char* dbname, ETYMON_LOG* log);
#endif |
/*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Copyright (c) 2016-2019 The PIVX developers
// Copyright (c) 2020-2021 The NestEgg Core Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mi... |
//call a function with no argument
void apple(void)
{
}
void main(void)
{
int x;
int y;
apple();
} |
/*******************************************************************************
* File Name: ADC_DelSig_1_Ext_CP_Clk.c
* Version 2.20
*
* Description:
* This file provides the source code to the API for the clock component.
*
* Note:
*
*******************************************************************************... |
//===-- Mips.h - Top-level interface for Mips representation ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
/****************************************************************************/
/*
* uclinux.c -- generic memory mapped MTD driver for uclinux
*
* (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com)
*
* $Id: uclinux.c,v 1.5 2003/05/20 20:59:32 dwmw2 Exp $
*/
/***************************************************... |
/* See LICENSE file for copyright and license details. */
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const int gappx = 7; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar ... |
/*
Concurrent shell support for the Midnight Commander
Copyright (C) 1994-2014
Free Software Foundation, Inc.
Written by:
Slava Zanko <slavazanko@gmail.com>, 2013
This file is part of the Midnight Commander.
The Midnight Commander is free software: you can redistribute it
and/or modify it un... |
/*
* Blackfin bf609 power management
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2
*/
#ifndef __PM_H__
#define __PM_H__
#include <linux/suspend.h>
struct bfin_cpu_pm_fns {
void (*save)(unsigned long *);
void (*restore)(unsigned long *);
int (*valid)(suspend_state_t state);
v... |
/*
This file is part of KDDockWidgets.
SPDX-FileCopyrightText: 2020-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
Author: Sergio Martins <sergio.martins@kdab.com>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
Contact KDAB at <info@kdab.com> for commercial licensing options... |
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
@class MSGraphAndroidMinimumOperatingSystem;
#import "MSGraphManagedMobileLobApp.h"
@interface MSGraphManagedAndroidLobApp : MSGraphManagedMobileLobApp
@prope... |
/*
* src/pl/plpython/plpy_elog.h
*/
#ifndef PLPY_ELOG_H
#define PLPY_ELOG_H
/* global exception classes */
extern PyObject *PLy_exc_error;
extern PyObject *PLy_exc_fatal;
extern PyObject *PLy_exc_spi_error;
extern void PLy_elog(int elevel, const char *fmt,...)
__attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3)));
e... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, June 7, 2020 at 11:41:15 AM Mountain Standard Time
* Operating System: Version 13.4.5 (Build 17L562)
* Image Source: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by... |
// Copyright (c) 1997 ETH Zurich (Switzerland).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// $URL$
// $Id$
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
//
//
// Author(s) : Lutz Kettner <kettner@mpi-sb.mpg.de>)
#ifndef CGAL_POLYHEDRON_TRAITS_3_H
#define C... |
#pragma once
#include <string>
#include <vector>
#include <memory>
#include <optional>
#include <Common/StringSearcher.h>
#include <re2/re2.h>
#include <Common/config.h>
#if USE_RE2_ST
# include <re2_st/re2.h>
#else
# define re2_st re2
#endif
/** Uses two ways to optimize a regular expression:
* 1. If the ... |
#include <stdint.h>
#include <string.h>
#include <vx_intrinsics.h>
#include "aes256.h"
#include "tables.h"
static void aes256_cipher(const uint8_t *, const uint8_t *, const uint8_t *,
uint8_t *, const uint32_t *);
static void aes256_inv_cipher(const uint8_t *, const uint8_t *, uint8_t *,
... |
/**
******************************************************************************
* @file stm32f0xx_dma.h
* @author MCD Application Team
* @version V1.5.0
* @date 05-December-2014
* @brief This file contains all the functions prototypes for the DMA firmware
* library.
****************... |
//===--- raw_ostream.h - Raw output stream ----------------------*- C++ -*-===//
//
// 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
//
//===---------------------------... |
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1995 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:
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.