text
stringlengths
9
948k
/**************************************************************************//** * @file efm32hg350f32.h * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG350F32 * @version 5.1.2 ****************************************************************************** * @section License * <b>Co...
/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Copyright (c) Microsoft Corporation. All rights reserved Module Name: ...
#ifndef HAMAJI_BASE_H_ #define HAMAJI_BASE_H_ namespace std {} using namespace std; namespace google {} using namespace google; #endif // HAMAJI_BASE_H_
/* * sim-bpred.c - sample branch predictor simulator implementation * * This file is a part of the SimpleScalar tool suite written by * Todd M. Austin as a part of the Multiscalar Research Project. * * The tool suite is currently maintained by Doug Burger and Todd M. Austin. * * Copyright (C) 1994, 1995, 199...
#ifndef FDJSON_TEST_CUSTOM_H #define FDJSON_TEST_CUSTOM_H #include <gtest/gtest.h> #include <functional> #include <FDJson/Json_fwd.h> struct TestClass2 { int i; float f; char c; std::string str; TestClass2(int i = 42, float f = 3.14f, char c = 'A', const std::string &str = "toto"): i(i)...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:08:43 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/AccessibilityBundles/Accessi...
// // HSConciegeViewController.h // HSHacks // // Created by Spencer Yen on 1/9/15. // Copyright (c) 2015 Alex Yeh. All rights reserved. // #import <UIKit/UIKit.h> #import <Parse-iOS/Parse.h> @interface HSConciegeViewController : PFQueryTableViewController @property (nonatomic, retain) NSMutableDictionary *secti...
/* Emacs style mode select -*- C++ -*- *----------------------------------------------------------------------------- * * * PrBoom a Doom port merged with LxDoom and LSDLDoom * based on BOOM, a modified and improved DOOM engine * Copyright (C) 1999 by * id Software, Chi Hoang, Lee Killough, Jim Flynn, Rand...
/* 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...
/* * ----------------------------------------------------------------- * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * Based on PETSc TS example 15 and idaHeat2D_petsc_spgmr.c by * Slaven Peles @ LLNL and Daniel Reynolds @ SMU. * ------------------------...
/* dummy file */
#include <linux/serial_core.h> #include <linux/io.h> #include <linux/gpio.h> #if defined(CONFIG_H83007) || defined(CONFIG_H83068) #include <asm/regs306x.h> #endif #if defined(CONFIG_H8S2678) #include <asm/regs267x.h> #endif #if defined(CONFIG_CPU_SUBTYPE_SH7706) || \ defined(CONFIG_CPU_SUBTYPE_SH7707) || \ de...
// // Copyright(c) 2018 Gabi Melman. // Distributed under the MIT License (http://opensource.org/licenses/MIT) // #pragma once // // Async logging using global thread pool // All loggers created here share same global thread pool. // Each log message is pushed to a queue along withe a shared pointer to the // logger....
/** ****************************************************************************** * @file UART/UART_Printf/Src/stm32f4xx_hal_msp.c * @author MCD Application Team * @version V1.0.3 * @date 06-May-2016 * @brief HAL MSP module. *******************************************************************...
#ifndef SCT_H #define SCT_H #include "sctaux.h" float *KN_LUT(void); typedef struct { float *sval; // bin value float *s3d; // scatter pre-sino in span-1 } scatOUT; scatOUT prob_scatt(scatOUT sctout, float *KNlut, char *mumsk, IMflt mu, IMflt em, int *sctaxR, float *sctaxW, short *offseg, flo...
/* @(#)rpc_util.c 1.2 87/11/24 3.9 RPCSRC */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape * media and as a part of the software program in whole or part. Users * may copy or modify Sun RPC without charge, but are not au...
/* This file is part of GNUnet. Copyright (C) 2011-2014 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in...
// -*-Mode: C++;-*- // * BeginRiceCopyright ***************************************************** // // $HeadURL$ // $Id$ // // -------------------------------------------------------------------------- // Part of HPCToolkit (hpctoolkit.org) // // Information about sources of support for research and development of //...
/* * Copyright 2013 MongoDB, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* zzckcv05.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* $Procedure ZZCKCV05 ( Private --- C-kernel segment coverage, type 05 ) */ /* Subroutine */ int zzckcv05_(integer *handle, integer *arrbeg, integer *...
// // JWAgentSplashAdDelegate.h // JWAgentSDK // // Created by mac on 2018/1/25. // Copyright © 2018年 JWAgentSDK. All rights reserved. // #import <Foundation/Foundation.h> #import "JWAgentEnumHeader.h" @class JWAgentSplash; @protocol JWAgentSplashAdDelegate <NSObject> @optional #pragma mark *** 数据 *** /** 开屏广...
/* * Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies) * * 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 License, or (at your option) any l...
// // MSImmutableSymbolInstance.h // print-export // // Created by Mark Horgan on 29/03/2019. // Copyright © 2019 Sketch. All rights reserved. // #import "MSImmutableStyledLayer.h" @interface MSImmutableSymbolInstance : MSImmutableStyledLayer @end
/* inflate.c -- zlib decompression * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* * Change history: * * 1.2.beta0 24 Nov 2002 * - First version -- complete rewrite of inflate to simplify code, avoid * creation of window when not needed, ...
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use...
/* =========================================================================== Copyright (c) 2010-2015 Darkstar Dev Teams This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of...
// // WhiteRoomConfig.h // WhiteSDK // // Created by yleaf on 2019/3/30. // #import "WhiteObject.h" #import "WhiteMemberInformation.h" #import "WhiteCameraBound.h" #import "WhiteConsts.h" NS_ASSUME_NONNULL_BEGIN @interface WhiteRoomConfig : WhiteObject - (instancetype)initWithUuid:(NSString *)uuid roomToken:(NSS...
/* * Copyright 2017 - 2021 , NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _FSL_CLOCK_H_ #define _FSL_CLOCK_H_ #include "fsl_common.h" /*! @addtogroup clock */ /*! @{ */ /*! @file */ /******************************************************************************* * Definitio...
// Copyright (c) 2018 The Bitcoin Core developers // Copyright (c) 2017 The Raven Core developers // Copyright (c) 2018 The Rito Core developers // Copyright (c) 2020 The Ukcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-...
#pragma once #include "Vortex/Renderer/Buffer.h" namespace Vortex { class OpenGLVertexBuffer : public VertexBuffer { public: // only give a memory of size but not transport actual data OpenGLVertexBuffer(uint32_t size); OpenGLVertexBuffer(float* vertices, uint32_t size); v...
/* Copyright 2016 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. */ #ifndef EC_PANICINFO_H #define EC_PANICINFO_H #include "panic.h" /** * Prints panic information to stdout. * * @param pdata Panic information...
// // UIAlertView+ProxyDelegate.h // IDMAlertViewManager // // Created by Flávio Caetano on 12/11/13. // Copyright (c) 2013 Ideais. All rights reserved. // #import <UIKit/UIKit.h> #import "IDMAlertViewManager.h" /** * This category extends UIAlertView in a manner that it now may have a priority, completion blo...
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <pthread.h> void func(int x); char s[100] = ""; int main(){ int count = 10; char sa[100] = "start"; pthread_t t1; pthread_create( &t1, NULL, (void*)func, (void*)1); while(1){ printf("\033[2J\033[%d;%dH%s\n", 0, count...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include <stdlib.h> #include <stdbool.h> #include <stdint.h> #include "parson.h" #include "azure_c_shared_utility/gballoc.h" #include "azure_c_shared_utility/xlogging...
/* * MUSB OTG driver - support for Mentor's DMA controller * * Copyright 2005 Mentor Graphics Corporation * Copyright (C) 2005-2007 by Texas Instruments * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the...
#ifndef incl_HPHP_COLLECTIONS_HASHCOLLECTION_H #define incl_HPHP_COLLECTIONS_HASHCOLLECTION_H #include "hphp/runtime/ext/extension.h" #include "hphp/runtime/ext/collections/ext_collections.h" #include "hphp/runtime/base/mixed-array-defs.h" namespace HPHP { /////////////////////////////////////////////////////////////...
/*************************************************************************** danish_stem.h - Danish stemmer ------------------- begin : Sat May 17 2004 copyright : (C) 2004 by Blake Madden ***************************************...
/* * 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 option) any later version. * * This program is distributed in the hope that it will be use...
#include <stdio.h> #include "julia.h" unsigned long mat[MAXX][MAXY]; unsigned long *mp; void ppmwrite(FILE *f, FN *re, FN *im, char *s) { int i, N; f=fopen(s, "w"); fprintf(f, "P6\n# Created by Eidon (eidon@tutanota.com), 2018. re(x,y)=%s, im(x,y)=%s\n", fn(re), fn(im)); fprintf(f, "%d %d\n255\n", MAXX, MAXY); N=M...
// // DSShapeshiftManager.h // PacWallet // // Created by Quantum Explorer on 7/14/15. // Copyright (c) 2015 Aaron Voisine. All rights reserved. // #import <Foundation/Foundation.h> @interface DSShapeshiftManager : NSObject #define CURRENT_SHIFT_DEPOSIT_ADDRESS @"currentShiftDepositAddress" #define CURRENT_SHIFT...
/* * List definitions. */ #define ql_head(a_type) \ struct { \ a_type *qlh_first; \ } #define ql_head_initializer(a_head) {NULL} #define ql_elm(a_type) qr(a_type) /* List functions. */ #define ql_new(a_head) do { \ (a_head)->qlh_first = NULL; \ } while (0) #define ql_elm_new(a_elm, a_...
/* Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related docum...
// // RegexMatch.h // DataStructureStudy // // Created by jolin.ding on 2020/8/29. // Copyright © 2020 jolin. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface RegexMatch : NSObject @end NS_ASSUME_NONNULL_END
#pragma once namespace strange { namespace extensions { namespace context { namespace api { enum class ContextKeys { /// Marker for the named Injection of the Context CONTEXT, /// Marker for the named Injection of the ContextView CONTEXT_VIEW, /// Marker for the named Injection of the contextDispatcher CON...
/* * * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. */ #ifndef _SOC_PTABLE_H #define _SOC_PTABLE_H /* * PTABLE bit definitions */ /* Values for SP_ST */ #define ...
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. */ /** @file eax_addheader.c EAX implemen...
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2015 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the...
#ifndef RACE_FUNCTION_MANAGER_H #define RACE_FUNCTION_MANAGER_H #include <functional> #include "zone_tree.h" #include "level_recursion.h" #include "omp.h" #include "level_pool.h" #include "timing.h" class FuncManager; void recursiveCall(FuncManager* funMan, int parent); class FuncManager { private: bool...
/* * FreeRTOS memory safety proofs with CBMC. * Copyright (C) 2019 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 *...
/* * comedi/drivers/adv_pci_dio.c * * Author: Michal Dobes <dobes@tesnet.cz> * * Hardware driver for Advantech PCI DIO cards. */ /* Driver: adv_pci_dio Description: Advantech PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U, PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756, PCI-1760, P...
/* Generated by ./xlat/gen.sh from ./xlat/mctl_sync.in; do not edit. */ #include "gcc_compat.h" #include "static_assert.h" #ifndef XLAT_MACROS_ONLY # ifdef IN_MPERS # error static const struct xlat mctl_sync in mpers mode # else static const struct xlat mctl_sync[] = { #if defined(MS_SYNC) || (defined(HAVE_DECL...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:04:54 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/Frameworks/Photos.framework/...
/*************************************************************************/ /*! @File @Title Declares various memory management utility functions for Linux. @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved @License Dual MIT/GPLv2 The contents of this file are subject to t...
// // FRAuth.h // FRAuth // // Copyright (c) 2019-2021 ForgeRock. All rights reserved. // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. // #import <UIKit/UIKit.h> //! Project version number for FRAuth. FOUNDATION_EXPORT double FRAuthVers...
/** * Copyright (C) 2015-2017 Alibaba Group Holding Limited */ #ifndef _TST_H_ #define _TST_H_ #define TEE_TST_TEST (0x1) #define TST_SRV_UUID \ { \ 0x7465655f, 0x6861, 0x7368, \ { ...
// Copyright (c) 2009 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 VIEWS_EXAMPLES_SLIDER_EXAMPLE_H_ #define VIEWS_EXAMPLES_SLIDER_EXAMPLE_H_ #pragma once #include "views/controls/slider/slider.h" #include "vi...
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Rendering/SlateRenderer.h" #include "IWebBrowserResourceLoader.h" class FCEFWebBrowserWindow; class IWebBrowserCookieManager; class IWebBrowserWindow; class IWebBrowserSchemeHandlerFactory; class UMaterialInterface; str...
/* * Asteroid.h * * Created on: Sep 15, 2013 * Author: drb */ #ifndef ASTEROID_H_ #define ASTEROID_H_ #include "sprite.h" #include <vector> class Asteroid: public sprite { public: Asteroid(); virtual ~Asteroid(); void generatePoints(); void generateTexture(SDL_Renderer* renderer); voi...
/* * eGFX_Config.h * * Created on: Jun 11, 2017 * Author: ehugh */ #ifndef _EGFX_CONFIG_H_ #define _EGFX_CONFIG_H_ #define eGFX_MAX_ANIMATORS 32 #define eGFX_MAX_OBJECTS 64 #define eGFX_SPACES_PER_TAB 4 #define eGFX_MAX_STRING_LEN ...
/* * Copyright (C) 2020 Deranged Senators * * 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...
/******************************************************************************* * Size: 25 px * Bpp: 1 * Opts: ******************************************************************************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE #include "lvgl.h" #else #include "lvgl/lvgl.h" #endif #ifndef DEJAVUSANSMONO25 #define DE...
// // FBXIOFileHeaderInfo_Internal.h // SwiftyFBX // // Created by Hiroaki ENDOH on 2021/02/17. // #import <Foundation/Foundation.h> #import <fbxsdk.h> NS_ASSUME_NONNULL_BEGIN @interface FBXIOFileHeaderInfo () - (instancetype)initWithCIOFileHeaderInfo:(FbxIOFileHeaderInfo*)cHeaderInfo; @end NS_ASSUME_NONNULL_END
/* * MD4C: Markdown parser for C * (http://github.com/mity/md4c) * * Copyright (c) 2016-2020 Martin Mitas * * 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...
#include "../x86_64.h" #include <dylink.h> void chord_zzz_arch_add_sin_s16(int16_t *restrict p, uintptr_t n, float a, float w, float q) { float b[chord_zzz_block * 2 + 8]; float *restrict bv; float *restrict br; uintptr_t m, ii; bv = (float *) (((uintptr_t) b + 31) & ~31); br = bv + chord_zzz_block; ii = 0; a ...
#ifndef MTC_SOCKET_H #define MTC_SOCKET_H #ifdef WIN32 #include <winsock2.h> #include <errno.h> #else #include <arpa/inet.h> #include <errno.h> #include <fcntl.h> #include <netdb.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <sys/ioctl.h> #include <sys/socket.h> #include <sys/types.h> #incl...
/*!The Treasure Box Library * * 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 wr...
SUBROUTINE ana_rain (ng, tile, model) ! !! svn $Id: ana_rain.h 889 2018-02-10 03:32:52Z arango $ !!====================================================================== !! Copyright (c) 2002-2018 The ROMS/TOMS Group ! !! Licensed under a MIT/X style license ! !! ...
/* * Copyright (c) 2019 Foundries.io * * SPDX-License-Identifier: Apache-2.0 */ /* * Source material for IPSO Timer object (3340): * http://www.openmobilealliance.org/tech/profiles/lwm2m/3340.xml */ #define LOG_MODULE_NAME net_ipso_timer #define LOG_LEVEL CONFIG_LWM2M_LOG_LEVEL #include <logging/log.h> LOG_MO...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:44:13 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/VideosUI.framework/VideosUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
/* * Hardware definitions for Palm LifeDrive * * Author: Marek Vasut <marek.vasut@gmail.com> * * Based on work of: * Alex Osborne <ato@meshy.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the...
/* (C) Copyright Thierry Seegers 2010-2014. Distributed under the following license: Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "S...
/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */ /* * Copyright (C) 2014 Rob Clark <robclark@freedesktop.org> * * 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 Softw...
/* * Copyright 2011 Tilera Corporation. 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, version 2. * * This program is distributed in the hope that it will ...
/** ****************************************************************************** * Xenia : Xbox 360 Emulator Research Project * ****************************************************************************** * Copyright 2020 Ben Vanik. All rights reserved. ...
#ifndef PARSE_H #define PARSE_H #include "lisp.h" #include "lex.h" struct value *parse(struct value *env, struct lexer *l); #endif
/* * This file is part of the libvirt-go-module project * * 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, mo...
/*++ Module Name: mfmt.c Abstract: This program is designed to show how to access a physical floppy disk using the Win32 API set. This program has two major functions. - It can be used to display the geometry of a disk mfmt -g a: - It can be used to produce a disk ima...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <RunningBoardServices/RBSGrant.h> @interface RBSResistTerminationGrant : RBSGrant { unsigned char _resistance; } + (id)grantWithResistance:(unsigned char)arg1; @proper...
/* * copyright (c) 2009 Michael Niedermayer * * 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) a...
// Copyright (c) 2020 Graphcore Ltd. // Copyright 2018 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 requir...
/* Copyright 2020 Jaakko Keränen <jaakko.keranen@iki.fi> 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 following...
#ifndef _INC_CACCOUNT_H #define _INC_CACCOUNT_H #pragma once #define PRIV_GM 0x0002 // Acts as a GM (dif from having GM level) #define PRIV_GM_PAGE 0x0008 // Listen to GM pages or not #define PRIV_HEARALL 0x0010 // I can hear everything said by people of lower plevel #define PRIV_ALLMOVE 0x0020 // I can move all...
#if !AMALGAMATION # define INTERNAL # define EXTERNAL extern #endif #include "statement.h" #include "declaration.h" #include "eval.h" #include "expression.h" #include "parse.h" #include "symtab.h" #include "typetree.h" #include <lacc/array.h> #include <lacc/context.h> #include <lacc/token.h> #include <assert.h> #defi...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // UnityEngine.UI.HorizontalLayoutGroup struct HorizontalLayoutGroup_t2687518874; #include "codegen/il2cpp-codegen.h" // System.Void UnityEn...
// (C) LHMP Team 2013-2016; Licensed under Apache 2; See LICENSE;; #ifndef CPICKUP_H #define CPICKUP_H #include "lhmp_structures.h" class CPickup { private: Vector3D pPosition; float pSize; char pModel[200]; bool pIsVisible; DWORD pEntity; public: CPickup(char* model, Vector3D,float,bool); void SetPositio...
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) | +---------...
/* af/obj2/gsmpyfullo_cl.w - non-db proxy for af/obj2/gsmpyfullo.w */ &GLOBAL-DEFINE DB-REQUIRED FALSE {"af/obj2/gsmpyfullo.w"}
#ifndef SPH_H #define SPH_H #define FPL_NO_PLATFORM_INCLUDES #include <final_platform_layer.h> #include <stdio.h> #include <vector> #include <algorithm> #define _USE_MATH_DEFINES #include <math.h> #include "vecmath.h" #include "utils.h" // // Boundary condition // constexpr float kSPHBoundaryAspect = 16.0f / 9.0f; ...
// // NKCallStackSymbols.h // iOSStudy // // Created by Knox on 2021/11/1. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface NKCallStackSymbols : NSObject @end NS_ASSUME_NONNULL_END
/* * Copyright (c) 2018 Nordic Semiconductor ASA * Copyright (c) 2018 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <stddef.h> #include <logging/log_backend.h> #include <logging/log_core.h> #include <logging/log_msg.h> #include <logging/log_output.h> #include "posix_trac...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> #import "NFHostCardAppletInterface-Protocol.h" @class NSArray, NSMutableDictionary; @interface NFLoyaltyAgent : NSObje...
#ifndef _DRVOBJECT_H #define _DRVOBJECT_H class DrvObjectList; /** * Base class for driver objects. * @author Jani Kajala (jani.kajala@helsinki.fi) */ class DrvObject { public: DrvObject(); virtual ~DrvObject(); virtual void destroyDeviceObject() = 0; static void destroyAllDeviceObjects(); static int ...
/* * Copyright (c) 2014, STMicroelectronics International N.V. * 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, ...
#ifndef CHANNEL_H #define CHANNEL_H #include "common.h" #include "event_loop.h" #include "buffer.h" #define EVENT_TIMEOUT 0x01 /* Wait for a socket or FD to become readable */ #define EVENT_READ 0x02 /* Wait for a socket or FD to become writeable */ #define EVENT_WRITE 0x04 /* Wait for a POSIX signal to be raised*...
#ifndef OTEL_CLR_PROFILER_ENVIRONMENT_VARIABLES_H_ #define OTEL_CLR_PROFILER_ENVIRONMENT_VARIABLES_H_ #include "string.h" // NOLINT namespace trace { namespace environment { // Sets whether the profiler is enabled. Default is true. // Setting this to false disabled the profiler entirely. const WSTRING tracing_enabl...
// // Scale.h // Leap_Midi_DatGui_working // // Created by Dr X on 12/05/2019. // #ifndef Scale_h #define Scale_h #include <stdio.h> /* * This model of scale assumes use of the chromatic scale, i.e. 12 notes per octave. */ class Scale { public: char* scaleName; unsigned int* scaleNotes; u...
namespace CGAL { /*! \ingroup PkgNef2 The class `Filtered_extended_homogeneous` serves as a traits class for the class `Nef_polyhedron_2<T>`. It uses a polynomial component representation based on a ring number type `RT`. \cgalModels `ExtendedKernelTraits_2` \tparam RT must be a model of `RingNumberType`. \sa ...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE193_char_ncpy_21.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE193.label.xml Template File: sources-sink-21.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate memory for a st...
#ifndef B3_PGS_JACOBI_SOLVER #define B3_PGS_JACOBI_SOLVER struct b3Contact4; struct b3ContactPoint; class b3Dispatcher; #include "b3ContactSolverInfo.h" #include "b3SolverBody.h" #include "b3SolverConstraint.h" #include "b3TypedConstraint.h" struct b3RigidBodyData; struct b3InertiaData; class b3PgsJacobiSolver { p...
/* * null_auth.c * * implements the do-nothing auth algorithm * * David A. McGrew * Cisco Systems, Inc. * */ /* * * Copyright (c) 2001-2006, Cisco Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the ...