text
stringlengths
9
948k
#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 TweenKitVersionNumber; FOUNDATION_EXPORT const unsigned char TweenKitVersionString[];
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by MultiStreamRendering.rc // #define IDI_MAIN_ICON 101 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 113 #define _APS_NEXT_COMM...
// This file is made available under Elastic License 2.0. // This file is based on code available under the Apache license here: // https://github.com/apache/incubator-doris/blob/master/be/src/olap/olap_define.h // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. ...
/** * \file * * \brief Instance description for OSC32KCTRL * * Copyright (c) 2017 Atmel Corporation, * a wholly owned subsidiary of Microchip Technology Inc. * * \asf_license_start * * \page License * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use thi...
#pragma once #include <RecursiveMutex.h> //clib template <class T> class CLockableEventQueue : public CUnknown { public: BEGIN_CUNKNOWN END_CUNKNOWN(CUnknown) CLockableEventQueue() { m_active = true; m_event = ::CreateEvent(NULL, FALSE, FALSE, NULL); //auto reset } ~CLockableEv...
/* Copyright (c) 2010, Markus Wagner (bgld) 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 copyrigh...
// Copyright (c) 2008-2011 Raynaldo (Wildicv) Rivera, Joshua (Dark_Kilauea) Jones, Murat (wolfmanfx) Sari // This file is part of the "cAudio Engine" // For conditions of distribution and use, see copyright notice in cAudio.h #pragma once #include "cAudioDefines.h" #include "cAudioPlatform.h" #include "cAudioMemory.h...
// // NSDate+convenience.h // Dajia // // Created by zhaogw on 15/1/22. // Copyright (c) 2015年 zhaogw. All rights reserved. // #import <Foundation/Foundation.h> @interface NSDate (Convenience) /** * 格式化当前日期为当前时区日期 * * @return 日期 */ - (NSDate *)fromatDateToNowTimeZone; /** * @param date传入的NSDate * * @...
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) | +---------...
#include <std.h> inherit "/std/weapon"; create() { ::create(); set_name("dagger"); set_id(({"longdagger","long dagger","black dagger","dagger"})); set_short("%^BLUE%^Black dagger%^RESET%^"); set_long( "This is one of the standard %^BOLD%^%^BLUE%^black " "longdaggers%^RESET%^ used by the lower rank...
/* * qz-iconv.h * * Created on: Jul 24, 2017 * Author: Qige <qigezhao@gmail.com> */ #ifndef QZ_ICONV_H_ #define QZ_ICONV_H_ int charset_convert( char *from_charset, char *to_charset, char *inbuf, int inlen, char *outbuf, int outlen ); int utf8_to_gb(char *inbuf, size_t inlen, char *outbuf, size_t o...
/* * Copyright (c) 2011-2014, University of Delaware * 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...
#import <Foundation/Foundation.h> #import "ACObject.h" /** * ARTIK Cloud API * No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 2.0.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagg...
// Copyright 2022 The XLS 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 t...
#ifndef CLIMATE_CHANGE_VISUALISATION_RENDERER_H_ #define CLIMATE_CHANGE_VISUALISATION_RENDERER_H_ #include "vertex_array_object.h" #include "shader.h" class Renderer { public: void Init() const; void Clear() const; void Draw(const VertexArrayObject &vertex_array_object, const Shader &shader, GLsi...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2016 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. ...
#pragma once #include <vector> #include <math/vector.h> namespace PGA { namespace Rendering { namespace GL { class Mesh { protected: bool neverDraw; public: Mesh() : neverDraw(false) {} virtual void setNeverDraw(bool neverDraw) { this->neverDraw = neverDraw; } virtua...
// // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it wil...
#ifndef VN_LIB_H #define VN_LIB_H // the latest language versions are assumed // if some parts of this library are compiled with `nvcc`, use // `--std=c++17` flag and an adequately recent GCC on the host #ifdef __ICC #include <mathimf.h> #else /* !__ICC */ #ifdef __cplusplus #include <complex> #include <cmath> #else ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "WXPBGeneratedMessage.h" @class BaseResponse, NSString; @interface GetOfflinePayInfoResponse : WXPBGeneratedMessage { } + (void)initialize; // Remaining properties @prop...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * 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 Lic...
#ifndef PROGRAMM_UART_H #define PROGRAMM_UART_H #include "TaskMngr.h" #ifdef USE_SOFT_UART #define UART_NUMB 3 /*Колличество программных ЮАРТов*/ #define BAUD_150 127 #define BAUD_300 64 #define BAUD_600 32 #define BAUD_1200 16 #define BAUD_2400 8 #define BAUD_4800 4 #define BAUD_9600 2 #define DATA_B...
/* Файл : nyan_mem.c Описание: Управление памятью История : 18.08.12 Создан */ #include <stdlib.h> #include "nyan_decls_publicapi.h" #include "nyan_text.h" #include "nyan_mem.h" #include "nyan_mem_publicapi.h" #include "nyan_log_publicapi.h" /* Функция : nAllocMemory Описание: Аналог malloc История : 18...
/** @file sim.h*/ #ifndef SIM_H #define SIM_H #include <tuple> #include "structures.h" #include "Conf.h" #include "../mc/mygetline.h" #include "../structures/statistics.h" /** * @brief Should contain mostly all the simulation options and variables */ class Sim { public: // // Simulation constants (exchang...
/* * Copyright © 2012 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library i...
// // Created by ceduardosq on 5/18/21. // #ifndef LAB03_TOKEN_H #define LAB03_TOKEN_H #include <string> #include <fstream> enum class token_type { OPMATH, PAROPEN, PARCLOSE, NUMBER, ASSIGN, OPRELOP, ID, IF, ELSE, TOKENEOF, NEWLINE }; class token { token_type type_{};...
/************************************************************************/ /* */ /* Copyright 2008-2017 by Benjamin Seppke */ /* Cognitive Systems Group, University of Hamburg, Germany */ /* ...
// // SwipableViewController.h // // modified by dby 2016-04-03. // #import <UIKit/UIKit.h> #import "TitleBarView.h" #import "HorizonalTableViewController.h" @interface SwipableViewController : UIViewController @property (nonatomic, strong) HorizonalTableViewController *viewPager; @property (nonatomic, strong) Tit...
/*** *heapinit.c - Initialze the heap * * Copyright (c) 1989-2001, Microsoft Corporation. All rights reserved. * *Purpose: * *Revision History: * 06-28-89 JCR Module created. * 06-30-89 JCR Added _heap_grow_emptylist * 11-13-89 GJF Fixed copyright * 11-15-89 JCR Moved _heap_ab...
/* * THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT. * * Functions here are designed to produce efficient code to * search an Xtensa bitmask of interrupts, inspecting only those bits * declared to be associated with a given interrupt level. Each * dispatcher will handle exactly one flagged interrupt, in num...
#ifndef _I2C_H_ #define _I2C_H_ #include <kodama.h> #define I2C_PORT TGPIOF #define I2C_SDA_PIN 7 #define I2C_SCL_PIN 6 #define I2C_SPEED 20 #define NO_I2C_ACK 0 #define OK_I2C_ACK 1 #define SetHighSCL() {scl.set_mode(GPIO_MODE_IN_FLOATING);} #define SetLowSCL() {scl.set_mode(GPIO_MODE_OUT);} #...
/* Copyright Rene Rivera 2008-2013 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_PREDEF_ARCHITECTURE_H #define BOOST_PREDEF_ARCHITECTURE_H #include <boost/predef/architecture/alpha.h> #include <boost/...
namespace Cog { class Behavior; /** * Class that is used to simple register a behavior prototype by REGISTER_BEHAVIOR macro * ComponentStorage creates a new BehaviorCreator for each registered type */ class BehaviorCreator { public: virtual Behavior* Create() { return nullptr; } }; /** * Generic cre...
/*! \file gd32vf103_fmc.h \brief definitions for the FMC \version 2019-6-5, V1.0.0, firmware for GD32VF103 */ /* Copyright (c) 2019, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condition...
//************************************************************************************************************ // // © 2016-2019 Regents of the University of California on behalf of the University of California at Berkeley // with rights granted for USDOT OSADP distribution with the ECL-2.0 open source license. /...
/* ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio 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 ...
// SPDX-License-Identifier: BSD-3-Clause // // Copyright(c) 2016 Intel Corporation. All rights reserved. // // Author: Liam Girdwood <liam.r.girdwood@linux.intel.com> // Keyon Jie <yang.jie@linux.intel.com> #include <sof/audio/buffer.h> #include <sof/audio/component.h> #include <sof/drivers/interrupt.h> #inclu...
// Copyright (c) 2010 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 CHROME_BROWSER_DOM_UI_TEXTFIELDS_UI_H_ #define CHROME_BROWSER_DOM_UI_TEXTFIELDS_UI_H_ #pragma once #include <string> #include "chrome/browse...
#include "project.h" uint8 FORWARD = 0; uint8 BACKWARD = 0; uint8 LEFT = 0; uint8 RIGHT = 0; //Function to update the LED status in the GATT database. void update_GATT_LED() { if(CyBle_GetState() != CYBLE_STATE_CONNECTED) return; CYBLE_GATTS_HANDLE_VALUE_NTF_T tempHandle; uin...
#include <stdio.h> #include <ctype.h> #include "ansidecl.h" #include "gdb/callback.h" #include "opcode/mn10300.h" #include <limits.h> #include "gdb/remote-sim.h" #include "bfd.h" #include "sim-fpu.h" extern SIM_DESC simulator; typedef unsigned8 uint8; typedef signed8 int8; typedef unsigned16 uint16; typedef signed16 ...
/* * This file includes functions to transform a concrete syntax tree (CST) to * an abstract syntax tree (AST). The main function is PyAST_FromNode(). * */ #include "Python.h" #include "Python-ast.h" #include "node.h" #include "ast.h" #include "token.h" #include "pythonrun.h" #include <assert.h> #include <stdbool....
#include <compiler.h> #if defined(SUPPORT_PC9821) #include <cpucore.h> #include <pccore.h> #include <io/iocore.h> #include <vram/vram.h> #include <vram/scrndraw.h> #include <vram/dispsync.h> #include <vram/makegrex.h> typedef struct { UINT32 *vm; UINT liney; UINT pitch; } _MKGREX, *MKGREX; static BOOL grphput_...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:50:32 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXSpringBoardServerInstance.framework/AXSpringBoardServerInstance ...
/******************************************************************************* System Definitions File Name: definitions.h Summary: project system definitions. Description: This file contains the system-wide prototypes and definitions for a project. *******************************************...
#pragma once #ifndef ES_CORE_MATH_VECTOR4F_H #define ES_CORE_MATH_VECTOR4F_H #include "math/Misc.h" #include <assert.h> #include <string> class Vector2f; class Vector3f; class Vector4f { public: Vector4f() { mX = 0; mY = 0; mZ = 0; mW = 0; } Vector4f(const float _f) ...
#include "Arduino.h" #include "sdram.h" //#include "PLdelay.h" //#include "../../../../../core/serial.h" //#include "../../inc/MarlinConfig.h" //volatile u16 *testsram =(volatile u16 *)0XC0000000; u8 SDRAM_Send_Cmd(u8 bankx,u8 cmd,u8 refresh,u16 regval) { u32 retry=0; u32 tempreg=0; tempreg|=cmd<<0; tempreg|=1...
// // RXMenuControllerCell.h // RXExtenstion // // Created by srx on 16/9/5. // Copyright © 2016年 https://github.com/srxboys. All rights reserved. // #import <UIKit/UIKit.h> @class RXSeckillMenuMode; @interface RXMenuControllerCell : UICollectionViewCell @property (nonatomic, copy) RXSeckillMenuMode * seckillMenum...
/** * @file options.h * @date 05/2018 * @author Imran Ashraf * @brief Options class implementing parsing of supported options */ #ifndef QL_OPTIONS_H #define QL_OPTIONS_H #include <utils.h> #include <exception.h> #include <CLI/CLI.hpp> //#include <iostream> namespace ql { class Options { private: ...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:28:40 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/CalDAV.fra...
/* ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio 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 ap...
struct a { int b; struct c *d; struct c *e }; struct c { int f; int g; int h; int i; int j; int k }; l, m; void *n(int, int, int); p() { struct a *o = 0; o->d = n(sizeof(int), l, m); if (o->d) { o->e = n(sizeof(int), l, m); q(o->e, o->e->k, o->e->j, o->e->i, o->e->h, o->e->g); } }
#ifndef STRUCT_STACK_H #define STRUCT_STACK_H struct stack { int index; int dim; double *elem; }; void init(stack &s, int maxdim); void deinit(stack &s); bool push(stack &s, double n); bool top(const stack &s, double &out); bool pop(stack &s); void print(const stack &s); #endif
/* $OpenBSD: pio.h,v 1.12 2015/04/25 21:31:24 guenther Exp $ */ /* $NetBSD: pio.h,v 1.13 1996/03/08 20:15:23 cgd Exp $ */ /* * Copyright (c) 1993, 1995 Charles M. Hannum. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
#include "hashtable.h" int main() { int op; hash* hashTable = createHash(); info info; key* auxKey = NULL; puts("-----------------------MENU----------------------------------"); puts("1-Inserir\n2-Remover\n3-Imprimir Tabela\n4-Imprimir posicao \n5-Buscar\n"); do { scanf_s("%i", &op); switch (op) { case ...
/* * C-Media CMI8787 driver for the Studio Evolution SE6X * * Copyright (c) Clemens Ladisch <clemens@ladisch.de> * * This driver is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2. * * This driver is distributed in the hope that it will b...
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1 #pragma once #ifndef WINRT_Windows_Networking_ServiceDiscovery_Dnssd_0_H #define WINRT_Windows_Networking_ServiceDiscovery_Dnssd_0_H WINRT_EXPORT namespace winrt::Windows::Foundation { struct EventRegistrationToken; template <...
#import "UIView.h" #import "MulleControlBackgroundImage.h" @class UIImage; @class MulleTextLayer; // // here the compiler can't figure out that the informal protocol on // UIControl is part of the Protocolclass. // a) why isn't it an optional part of the protocol then ? // // INVESTIGATE: have to redeclare UIContr...
/* * arch/arm/mach-clps711x/include/mach/memory.h * * Copyright (C) 1999 ARM Limited * * 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 2 of the License, or * (at your op...
// REQUIRES: system-linux // Test that the return value from the called tool is retained. // Runs a script within a script so we can retain the return code without // the testing infrastructure getting in the way. // RUN: echo 'Content of first file' > %t1.tgt // RUN: echo 'Content of second file' > %t2.tgt // RUN: ec...
/** * Scales a quat by a scalar number * * @param {quat} out the receiving vector * @param {quat} a the vector to scale * @param {Number} b amount to scale the vector by * @returns {quat} out * @function */ #ifndef __quat_scale__ #define __quat_scale__ #include <vec4/scale.h> #define quat_scale vec4_scale #e...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qbs. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this fil...
// Copyright 2020 The MACE 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 required by appl...
/* * Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd. * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr.h> #include <sys/printk.h> #include <random/rand32.h> #include <stddef.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <logging/log.h> LOG_MODULE_REGISTER(esp32_bt_ada...
/* src/config.h. Generated from config.h.in by configure. */ /* src/config.h.in. Generated from configure.ac by autoheader. */ /* PCRE2 is written in Standard C, but there are a few non-standard things it can cope with, allowing it to run on SunOS4 and other "close to standard" systems. In environments that supp...
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP Secure API infrastructure. * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> * Copyright (C) 2012 Ivaylo Dimitrov <freemangordon@abv.bg> * Copyright (C) 2013 Pali Rohár <pali@kernel.org> */ #include <linux/arm-smccc.h...
// 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. // TODO(rdsmith): This class needs to be moved out to the net/ embedder and // hooked into whatever mechanisms the embedder uses for authentication. // Sp...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
typedef unsigned char undefined; typedef unsigned char bool; typedef unsigned char byte; typedef unsigned int dword; typedef long long longlong; typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; typedef unsigned long long ulonglong; typedef unsigned char ...
#ifndef _STRING_H_ #define _STRING_H_ #ifndef NULL #define NULL ((void *) 0) #endif #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif extern char * strerror(int errno); /* * This string-include defines all string functions as inline * functions. Use gcc. It also assumes ds=es=data space, this sh...
/*- * Copyright (c) 1982, 1988, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * * @(#)ioctl.c 8.1 (Berkeley) 06/11/93 */ #include <sys/param.h> #include <stand.att/saio.h> #ifndef SMALL ioctl(fdesc, cmd, arg) int fdesc, cmd; char *arg; { register ...
#ifndef NAMINGCLIENT_H #define NAMINGCLIENT_H #include <cpprest/json.h> #include <cpprest/http_client.h> #include <functional> #include "../utils/WriterLock.h" namespace hpc { namespace core { using namespace web; using namespace hpc::utils; class NamingClient { pu...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-2.0-xr-w32-bld/build/xpcom/ds/nsIEnumerator.idl */ #ifndef __gen_nsIEnumerator_h__ #define __gen_nsIEnumerator_h__ #ifndef __gen_nsISimpleEnumerator_h__ #include "nsISimpleEnumerator.h" #endif /* For IDL files that don't want to include root ...
#include <std.h> #include "/d/deku/inherits/graveyard.h" inherit GRAVEYARD; void create() { int x; ::create(); set_long(TO->query_long() + "%^BOLD%^%^WHITE%^ A %^RESET%^stone wall%^BOLD%^%^WHITE%^"+ " runs along the outside of the graveyard here.%^RESET%^"); for(x = 0;x < sizeof(SW_ITEM);x++) { add_item(...
/* * Copyright (c) 2014 - Qeo LLC * * The source code form of this Qeo Open Source Project component is subject * to the terms of the Clear BSD license. * * You can redistribute it and/or modify it under the terms of the Clear BSD * License (http://directory.fsf.org/wiki/License:ClearBSD). See LICENSE file * fo...
// generated from // rosidl_typesupport_fastrtps_c/resource/srv__rosidl_typesupport_fastrtps_c.h.em // generated code does not contain a copyright notice #ifndef EXAMPLE_INTERFACES__ACTION__FIBONACCI__RESULT__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ #define EXAMPLE_INTERFACES__ACTION__FIBONACCI__RESULT__ROSIDL_TYPESUPPORT_FAS...
// Copyright (c) 2018 The BITCREXCOIN developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCREXCOIN_DETERMINISTICMINT_H #define BITCREXCOIN_DETERMINISTICMINT_H #include <libzerocoin/Denominations.h> #include <u...
/* * Copyright (c) 2017, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Universitaetstrasse 4, CH-8092 Zurich. Attn: Systems Group. */ #include <stdlib.h> #inclu...
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. */ #include <linux/module.h> #include <linux/init.h> #include <linux/pla...
// Copyright 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. #ifndef ASH_FRAME_FRAME_BORDER_HIT_TEST_H_ #define ASH_FRAME_FRAME_BORDER_HIT_TEST_H_ #include "ash/ash_export.h" namespace gfx { class Point; } namesp...
/*============================================================================== Program: 3D Slicer Copyright (c) Kitware Inc. See COPYRIGHT.txt or http://www.slicer.org/copyright/copyright.txt for details. Unless required by applicable law or agreed to in writing, software distributed under the License...
/* CSC A48 - Assignment 2 - BSTs, Traversals, a tiny Sequencer For this assignment you will be implementing a fully working BST. The goal is for you to gain practice with one of the most common and more useful data structures you can find. The data we will store in the BST corresponds to musical notes fro...
// 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 is auto-generated from // gpu/command_buffer/build_gles2_cmd_buffer.py // It's formatted by clang-format using chromium coding style: // c...
#ifndef MEMORY_MANAGER_H #define MEMORY_MANAGER_H #include "../Reserve/MemoryReserveManager.h" #include "../LinearSpaceManager/LinearSpaceManager.h" #include "../PhysicalSpaceManager/PhysicalSpaceManager.h" #include "../Pager/Pager.h" static_assert(sizeof(void*)==8, "This is an AMD64 memory manager."); // This is th...
/******************************************************************************* * Ledger App - Bitcoin Wallet * (c) 2016-2019 Ledger * * 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 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/pinpoint/Pinpoint_EXPORTS.h> #include <aws/pinpoint/model/CustomDeliveryConfiguration.h> #include <aws/pinpoint/model/MessageConfiguration.h> #include <aws/pinpoint/model/Sc...
// // NSObject+NSValueCodingWithNil.h // REST // // Created by Marcin Raburski on 04.09.2013. // Copyright (c) 2013 Marcin Raburski. All rights reserved. // #import <Foundation/Foundation.h> @interface NSObject (NSValueCodingWithNil) - (id)valueForKeyPathWithNil:(NSString *)keyPath; @end
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * 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 appl...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:34:18 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/ExposureNo...
// Copyright 2013 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 CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOG_UPLOADER_H_ #define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOG_UPLOADER_H_ #include <stdint.h> #include <list...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtSCriptTools module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid...
// // YHPushMessageHanlder.h // Pods // // Created by stonedong on 16/4/27. // // #import "YHPushHandler.h" #import "RpcMsgMessage.pbobjc.h" #import "RpcPushMessage.pbobjc.h" @interface YHPushMessageHanlder : YHPushHandler @end
#ifndef CAFFE2_OPERATORS_BATCH_GATHER_OPS_H_ #define CAFFE2_OPERATORS_BATCH_GATHER_OPS_H_ #include "caffe2/core/context.h" #include "caffe2/core/operator.h" #include "caffe2/utils/math.h" namespace caffe2 { template <class Context> class BatchGatherOp final : public Operator<Context> { public: USE_OPERATOR_CONTEX...
/** ****************************************************************************** * @file tae32f53xx_ll_gpio.c * @author MCD Application Team * @brief GPIO LL module driver. * ****************************************************************************** * @attention * * <h2><center>&copy; Copy...
/* This file was generated automatically with ./scripts/maple2c.pl. Do not edit this file directly as it can be overwritten!! This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/...
/* * This file is part of the Visual Computing Library (VCL) release under the * MIT license. * * Copyright (c) 2020 Basil Fierz * * 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 with...
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * The MIT License * * Copyright (c) 2008-2019 YAMAMOTO Naoki * * 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 S...
/* Copyright 2013-2014 IBM Corp. * * 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 ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include "core/common/status.h" #include "core/framework/data_transfer_manager.h" #include "core/framework/op_kernel.h" #include "core/providers/rocm/rocm_common.h" #include "core/providers/rocm/rocm_execution...
/* * Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at> * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License,...
/* Copyright (c) Citrix Systems 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: * * * Redistributions of source code must retain the above * copyright notice, this list o...