text
stringlengths
9
948k
/* * Library implementing the most common irq chip callback functions * * Copyright (C) 2011, Thomas Gleixner */ #include <linux/io.h> #include <linux/irq.h> #include <linux/slab.h> #include <linux/export.h> #include <linux/irqdomain.h> #include <linux/interrupt.h> #include <linux/kernel_stat.h> #include <linux/sys...
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rfft_q15.c * Description: RFFT & RIFFT Q15 process function * * $Date: 23 April 2021 * $Revision: V1.9.0 * * Target Processor: Cortex-M and Cortex-A cores * ---------------...
///\file /****************************************************************************** The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl https://www.etlcpp.com Copyright(c) 2015 jwellbelove Permission is hereby granted, free of charge, to any person obtaining a copy of this software an...
// Copyright (c) 2014-2018, The Monero Project // // 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 /...
//======================================================================= // Copyright Nicholas Tuckett 2015. // Distributed under the MIT License. // (See accompanying file license.txt or copy at // http://opensource.org/licenses/MIT) //======================================================================= /* * to...
// // NHAVEditorDefine.h // NHAVEditorExamples // // Created by XiuDan on 2019/8/16. // Copyright © 2019 XiuDan. All rights reserved. // #ifndef NHAVEditorDefine_h #define NHAVEditorDefine_h ///*****************************自定义的 NSLog******************************/ #ifdef DEBUG #define NHLog(fmt, ...) NSLog((@"%@:...
#pragma once #include "Event.h" #include "MouseButtonCodes.h" #include <sstream> namespace Kross { class KAPI MouseMovedEvent : public Event { public: MouseMovedEvent(int x, int y) : m_fMouseX((float)x), m_fMouseY((float)y) {} inline float GetX() const { return m_fMouseX; } inline float GetY() const { re...
/* * Copyright (c) 2013-2016, Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ...
#pragma once #include <algorithm> #include <array> #include <cassert> #include <cmath> #include <fstream> #include <sstream> #include <string> #include <unordered_map> #include <utility> #include <vector> #include "DataStructures/Geometry/LatLng.h" #include "DataStructures/Graph/Attributes/CapacityAttribute.h" #inclu...
/*! ********************************************************************************* * Copyright (c) 2015, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * * * SPDX-License-Identifier: BSD-3-Clause ********************************************************************************** */ ...
/* +------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | http://www.mrpt.org/ | | | | Cop...
// Copyright (c) 2014-2017 The Brixcoin Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODEMAN_H #define MASTERNODEMAN_H #include "masternode.h" #include "sync.h" class CMasternodeMan; class ...
// // PKSRecognitionException.h // ParseKit // // Created by Todd Ditchendorf on 3/28/13. // // #import <Foundation/Foundation.h> @interface PKSRecognitionException : NSException @property (nonatomic, retain) NSString *currentReason; @end
/* * BlueALSA - ba-adapter.c * Copyright (c) 2016-2019 Arkadiusz Bokowy * * This file is a part of bluez-alsa. * * This project is licensed under the terms of the MIT license. * */ #include "ba-adapter.h" #include <errno.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <bluetooth/blueto...
/* ======================================================================== */ /* Intellivoice Player */ /* ======================================================================== */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <time.h> #incl...
#pragma once #include "CoreMinimal.h" #include "FPakVersion.generated.h" USTRUCT(BlueprintType) struct FPakVersion { GENERATED_USTRUCT_BODY() public: UPROPERTY(EditAnywhere,BlueprintReadWrite) FString VersionId; UPROPERTY(EditAnywhere,BlueprintReadWrite) FString BaseVersionId; UPROPERTY(EditAnywhere,Blueprint...
/* ** $Id: //Department/DaVinci/BRANCHES/MT6620_WIFI_DRIVER_V2_3/os/linux/include/gl_kal.h#1 $ */ /*! \file gl_kal.h \brief Declaration of KAL functions - kal*() which is provided by GLUE Layer. Any definitions in this file will be shared among GLUE Layer and internal Driver Stack. */ /* ** $Log: gl_kal...
/** * FreeRDP: A Remote Desktop Protocol Implementation * Network Level Authentication (NLA) * * Copyright 2010-2012 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * Copyright 2016 Martin Fleis...
/* $NetBSD: fcnvfxt.c,v 1.2 2003/07/15 02:29:42 lukem Exp $ */ /* $OpenBSD: fcnvfxt.c,v 1.5 2001/03/29 03:58:18 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. * All Rights Reserved * * Permission to use, copy, modify, and distribute this software and * its documentation f...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE193_char_memcpy_61a.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE193.label.xml Template File: sources-sink-61a.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate memory for ...
// Copyright 2021 Google LLC // // 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 ...
/******************************************************************** * * * THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:17:03 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/AppPred...
#pragma once #include "skse64/GameRTTI.h" // RTTI_BSScript__ISavePatcherInterface namespace RE { namespace BSScript { class ISavePatcherInterface { public: inline static const void* RTTI = RTTI_BSScript__ISavePatcherInterface; virtual ~ISavePatcherInterface(); // 00 // add virtual void Unk_01...
/* * * Copyright (c) 2020 Project CHIP 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 requir...
// // 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 <ConfigurationEngineModel/CEMSystemMusicDeclaration.h> #import "DMDRequestProvidingConfiguration-Protocol.h" @class NSString; @interface...
/* * Copyright (c) 2002-2003, Intel Corporation. All rights reserved. * Created by: salwan.searty REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. This program tests the assertion tha...
//******************************************************************************************************** // // © 2016 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. // //*****...
/*BHEADER********************************************************************** * Copyright (c) 2008, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * This file is part of HYPRE. See file COPYRIGHT for details. * * HYPRE is free software; you can redistribute...
//--------------------------------------------------------------------------- #ifndef UI_ActorToolsH #define UI_ActorToolsH #include "eltree.hpp" #include "mxplacemnt.hpp" #include "../xrEProps/ItemListHelper.h" #include "../Ecore/editor/EditObject.h" #include "SkeletonCustom.h" #include "SkeletonAnimated.h" #include ...
// wushi.c inherit NPC; //string inquiry_dao(); void greeting(object ob); void create() { set_name("巫士", ({ "wushi" }) ); set("gender", "男性" ); set("age", 45); set("long", "詭異的苗人巫士,好像想殺了你祭神。\n"); set("shen_type",-1); set("combat_exp", 6000); set("attitude", "...
// // 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 conditions and the following disclaimer. // * Redistributions in bin...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "/root/openair-cn/SRC/S1AP/MESSAGES/ASN1/R10.5/S1AP-IEs.asn" * `asn1c -gen-PER` */ #include "S1ap-WarningAreaList.h" static asn_per_constraints_t asn_PER_type_S1ap_WarningAreaList_constr_1 GCC_NOTUSED = { { APC...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:37:51 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/RTTUtilitie...
// Copyright (c) 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_ZMQ_ZMQCONFIG_H #define BITCOIN_ZMQ_ZMQCONFIG_H #if defined(HAVE_CONFIG_H) #include "config/bobachain-config.h" #...
// Copyright (c) 2017-2018 The PIVX developers // Copyright (c) 2018-2019 The BLTG developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BLTG_STAKEINPUT_H #define BLTG_STAKEINPUT_H #include "chain.h" #include "stre...
// Copyright (c) 2011-2013 The Bitcoin 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_OPTIONSMODEL_H #define BITCOIN_QT_OPTIONSMODEL_H #include "amount.h" #include <QAbstractListModel> QT_BE...
// https://github.com/CoderWQYao/WQCharts-iOS // // RadialChartVC.h // WQCharts // // Created by WQ.Yao on 2020/01/02. // Copyright (c) 2020年 WQ.Yao All rights reserved. // #import "BaseChartVC.h" NS_ASSUME_NONNULL_BEGIN @interface RadialChartVC : BaseChartVC<WQChartViewDrawDelegate, WQRadialChartViewRotationDelegat...
#ifndef __DYNAMIC_AID_XXXX_H #define __DYNAMIC_AID_XXXX_H __FILE__ #include "dynamic_aid.h" enum { IV_VT, IV_1, IV_7, IV_11, IV_23, IV_35, IV_51, IV_87, IV_151, IV_203, IV_255, IV_MAX }; enum { IBRIGHTNESS_002NIT, IBRIGHTNESS_003NIT, IBRIGHTNESS_004NIT, IBRIGHTNESS_005NIT, IBRIGHTNESS_006NIT, IBRIG...
/*This (support.c) file has been generated automatically by TinyDesigner. This file may get overwritten by TinyDesigner.DO NOT edit this file*/ #include "../../../include/tnWidgets.h" TN_WIDGET *lookup_widget(TN_WIDGET *start,char *name) { TN_WIDGET_PROPS wprops; TN_WIDGET *found=NULL; if(start==NULL||name==NULL)...
/* * This file is part of the pCloud Console Client. * * (c) 2021 Serghei Iakovlev <egrep@protonmail.ch> * (c) 2013 Anton Titov <anton@pcloud.com> * (c) 2013 pCloud Ltd * * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ #ifndef PCL...
/** * Copyright 2020-2022 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 applicabl...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:46:09 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 b...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:15:01 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/PassKitCo...
/* * Copyright (c) 2013-2015, University of Lugano * 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, thi...
#ifndef SDLXX_TMX_DATA_H #define SDLXX_TMX_DATA_H #include "tinyxml2.h" #include "TMX_Utils.h" #include <string> #include <vector> class TMX_data { public: TMX::Encoding encoding; TMX::Compression compression; std::vector<std::vector<int>> data; TMX_data(); void init(const tinyxml2::XMLElement *...
/***************************************************************************//** * @file * @brief Analog to Digital Converter (ADC) peripheral API * @author Energy Micro AS * @version 3.0.0 ******************************************************************************* * @section License * <b>(C) Copyright 2012 ...
/* png.h - header file for PNG reference library * * libpng version 1.0.5 - October 15, 1999 * Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. * Copyright (c) 1996, 1997 Andreas Dilger * Copyright (c) 1998, 1999 Glenn Randers-Pehrson * * Authors and maintainers: * libpng versions 0.71, May 1995, thr...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition 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://www.gridgain.com/products/software/community-edition...
#pragma once #ifndef __CONTROLLER_H__ #define __CONTROLLER_H__ class Model; class Controller { public: Controller(Model * model); ~Controller(); int Render(); void ZoomIn(); void ZoomOut(); void Move(int dx, int dy); protected: void CalculateParameters(); private: Model * model_; // pointer to model obje...
/*------------------------------------------------------------------------- * * parsenodes.h * definitions for parse tree nodes * * Many of the node types used in parsetrees include a "location" field. * This is a byte (not character) offset in the original source text, to be * used for positioning an error cu...
// // AgendaTableView.h // VDCalendar // // Created by Vikas Dadheech on 10/10/17. // Copyright © 2017 startrek. All rights reserved. // #import <UIKit/UIKit.h> @protocol AgendaTableViewDelegate <NSObject> @optional -(void)changeMonthTitleWithPosition:(NSInteger)position; -(void)hideMonthsView; @end @interfac...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2015-2019 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef VSYNC_SERIALIZE_H #define VSYNC...
/************************************************************************************/ /* Copyright (c) 2009-2011 The Department of Arts and Culture, */ /* The Government of the Republic of South Africa. */ /* ...
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2018 The PHP Group | +---------...
FileAST: Decl: foo, [], [], [] FuncDecl: ParamList: Typename: None, [] TypeDecl: None, [] IdentifierType: ['void'] TypeDecl: foo, [] IdentifierType: ['void'] FuncDef: Decl: foo, [], [], [] FuncDecl: ParamList: Typename: None, []...
// 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_CONSENSUS_AMOUNT_H #define BITCOIN_CONSENSUS_AMOUNT_H #include <...
/*****************************************************************************/ /* SOURCE CONTROL VERSIONS */ /*---------------------------------------------------------------------------*/ /* */ ...
/* BFD back-end for Motorola 68000 COFF binaries. Copyright (C) 1990-2014 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Pu...
/* * This file is part of FFmpeg. * * FFmpeg 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. * * FFmpeg is distributed...
/** Copyright (C) 2019, Download-Fritz. 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 distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php ...
#pragma once #include <c10/core/dispatch/Dispatcher.h> #include "caffe2/core/operator.h" #include <c10/util/ArrayRef.h> #include <c10/util/Metaprogramming.h> namespace caffe2 { namespace details { template <size_t...> struct true_t : std::true_type {}; template <class State> inline std::shared_ptr<State> init_state(...
/* $OpenBSD: defs.h,v 1.7 2015/10/26 22:24:44 jca Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Diomidis Spinellis of Imperial College, Univer...
/* * Copyright 2018 High Performance Computing Center, Stuttgart * * 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) 2016 The OpenRC Authors. * See the Authors file at the top-level directory of this distribution and * https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS * * This file is part of OpenRC. It is subject to the license terms in * the LICENSE file found in the top-level directory of this * distribu...
/* * Copyright (c) 2020 Cisco and/or its 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 applicabl...
#pragma once #include <chrono> #include <functional> #include <unordered_map> #include <Core/Types.h> #include <Interpreters/IExternalLoadable.h> #include <Interpreters/IExternalLoaderConfigRepository.h> #include <common/logger_useful.h> namespace DB { /* External configuration structure. * * <external_group> * ...
// // RCMenuContainerView.h // RongIMKit // // Created by 张改红 on 2020/5/26. // Copyright © 2020 RongCloud. All rights reserved. // #import <UIKit/UIKit.h> @class RCPublicServiceMenu,RCPublicServiceMenuItem; @protocol RCMenuContainerViewDelegate; @interface RCMenuContainerView : UIView /*! 公众服务账号菜单 */ @propert...
/* * Copyright (c) 2006-2010 Douglas Gilbert. * All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the BSD_LICENSE file. */ #include <unistd.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #ifndef SG_LIB_MINGW #include <time.h...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/lixh/enb_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/lixh/enb_folder/cmake_targets/lte...
/* * Copyright (c) 2011 Justin Ruggles * * This file is part of FFmpeg. * * FFmpeg 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 la...
// // SharedID.h // Beacon // // Created by nori on 2013/06/24. // Copyright (c) 2013年 nori. All rights reserved. // #ifndef Beacon_SharedID_h #define Beacon_SharedID_h #define kBeaconSharedUUID @"114A6655-1623-464B-9DB3-052CB6BAE08B" #define kBeaconSharedIDString @"li.noli.*" #endif
/*- * Bus independent FreeBSD shim for the aic7xxx based Adaptec SCSI controllers * * Copyright (c) 1994-2001 Justin T. Gibbs. * 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. Redis...
/* * variables.c * * calc - a simple CLI calculator * Copyright (c) 2017 Ammon Smith * * calc is available free of charge under the terms of the MIT * License. You are free to redistribute and/or modify it under those * terms. It is distributed in the hopes that it will be useful, but * WITHOUT ANY WARRANTY. S...
/*************************************************************************\ * * Package: MyLib * File: tables.c * Environment: ANSI C * * Copyright (c) 2002 Pierre L'Ecuyer, DIRO, Université de Montréal. * e-mail: lecuyer@iro.umontreal.ca * All rights reserved. * * Redistribution and use i...
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #ifndef XR_LC_LIGHT_STD_AFIX_H_ #define XR_LC_LIGHT_STD_AFIX_H_ #pragma once /* // Modify the following defines if you have to target a platform prior to the on...
/** * \file * * \brief Instance description for DMAC * * Copyright (c) 2018 Microchip Technology Inc. * * \asf_license_start * * \page License * * 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 t...
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
// © 2018 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html #ifndef __LOCALEBUILDER_H__ #define __LOCALEBUILDER_H__ #include "unicode/utypes.h" #if U_SHOW_CPLUSPLUS_API #include "unicode/locid.h" #include "unicode/localematcher.h" #include "unicode/stringpiece.h" #...
/* 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...
#include "f2c.h" #ifdef KR_headers integer i_sceiling(x) real *x; #else #ifdef __cplusplus extern "C" { #endif integer i_sceiling(real *x) #endif { #define CEIL(x) ((int)(x) + ((x) > 0 && (x) != (int)(x))) return (integer) CEIL(*x); } #ifdef __cplusplus } #endif #ifdef KR_headers integer i_dceiling(x) doublerea...
/* * Firebase iOS Client Library * * Copyright © 2013 Firebase - All Rights Reserved * https://www.firebase.com * * 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 ...
/* * * Copyright (c) 2021 Project CHIP 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...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2016 ArangoDB GmbH, Cologne, Germany /// /// 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...
#pragma once #include <array> #include <stdint.h> std::array<uint32_t, 2537> MultitexturedFragmentTriangle_frag_shader_data { 0x07230203, 0x00010000, 0x00080008, 0x0000017F, 0x00000000, 0x00020011, 0x00000001, 0x00020011, 0x00000002, 0x0006000B, 0x00000001, 0x4C534C47, 0x6474732E, 0x3035342E, 0x00000000, 0x0003000E,...
#ifndef CODING_NUM_FREQ_TABLE_ADAPT_H_INCLUDED #define CODING_NUM_FREQ_TABLE_ADAPT_H_INCLUDED #include <cmath> #include <cstdio> #include <cstring> #include <fstream> #include "bit_buffer.h" #include "data_block.h" namespace coding { // table storing symbol frequencies for certain data block template < std::size...
#pragma once extern const char* g_kcd_xsd;
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:37:20 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/NearField.f...
/* * Roccat.h */ #import <AppKit/AppKit.h> #import <ScriptingBridge/ScriptingBridge.h> @class RoccatApplication, RoccatDocument, RoccatWindow, RoccatBrowserWindow, RoccatTab; enum RoccatSaveOptions { RoccatSaveOptionsYes = 'yes ' /* Save the file. */, RoccatSaveOptionsNo = 'no ' /* Do not save the file. */, R...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef XIO_H #define XIO_H #include "azure_c_shared_utility/optionhandler.h" #include "azure_c_shared_utility/xlogging.h" #include "azure_c_shared_utility/umock_c_pr...
/* $OpenBSD: open_memstream.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */ /* * Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permiss...
/* expm1l.c * * Exponential function, minus 1 * 128-bit long double precision * * * * SYNOPSIS: * * long double x, y, expm1l(); * * y = expm1l( x ); * * * * DESCRIPTION: * * Returns e (2.71828...) raised to the x power, minus one. * * Range reduction is accomplished by separating the argum...
/* * libqos malloc support * * Copyright (c) 2014 * * Author: * John Snow <jsnow@redhat.com> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #include "qemu/osdep.h" #include "malloc.h" #include "qemu-common.h" #include "qemu...
// // Created by paul.trampert on 11/26/2020. // #pragma once #include <cstdint> #include <memory> #include <string> #include <vector> #include "GenieSys/BitMask.h" namespace GenieSys { class M68kCpu; class Bus; class AddressingResult { protected: M68kCpu* cpu; Bus* bus; uint...
/* Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. The MySQL Connector/C++ is licensed under the terms of the GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors. There are special exceptions to the terms and conditions of the GPLv2 as it is applied to...
/*---------------------------------------------------------------------------- * File: ooaofooa_I_EVI_class.h * * Class: Pending Event (I_EVI) * Component: ooaofooa * * your copyright statement can go here (from te_copyright.body) *-----------------------------------------------------------------------...
// // REFrostedViewController.h // RESideMenu // // Copyright (c) 2013-2014 Roman Efimov (https://github.com/romaonthego) // // 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 restric...
#include <errno.h> #include <math.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include "log.h" #include "utarray.h" #include "s7.h" #include "sunlark_parsers.h" #if INTERFACE #define SUNLARK_PARSE_PACKAGE_HELP "(parse-package label) parses BUILD..." #define SUNLARK_PARSE_TARGE...
//***************************************************************************** // // udma.c // // Driver for the micro-DMA controller. // // Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ // // // Redistribution and use in source and binary forms, with or without // modification, are permi...
// // InfoCharacteristic.h // BLECentralManager // // Created by Balázs Kilvády on 6/21/16. // Copyright © 2016 Balázs Kilvády. All rights reserved. // #import <BLECentralManager/BLECentralManager.h> #import "InfoCharacteristicDelegate.h" @interface InfoCharacteristic : NSObject <BLECCharacteristicDelegate> @...