text
stringlengths
9
948k
#include <stdlib.h> int main() { char *something; // there should not be any overflow in there something = getenv("HOME"); }
/* * Copyright (c) 2015 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...
// Copyright (c) 2014-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CRYPTO_RIPEMD160_H #define BITCOIN_CRYPTO_RIPEMD160_H #include <stdint.h> #include <stdlib.h> /** A hasher ...
// // UDPDiscovery.h // UDPDiscovery // // Created by Nicolas Anjoran on 07/07/16. // Copyright © 2016 Nicolas Anjoran. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for UDPDiscovery. FOUNDATION_EXPORT double UDPDiscoveryVersionNumber; //! Project version string for UDPDiscovery. FOU...
/*========================================================================= Program: Visualization Toolkit Module: vtkResampleWithDataSet.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This soft...
/* ** Name: DRAW2D.H ** Description: ** Class description for drawable 2d objects (billboards). These ** may (or not) have a sequence of textures to use for animations. ** History: ** 14-Jul-97 (edg) We go dancing in ..... */ #ifndef _DRAW2D_H_ #define _DRAW2D_H_ #include "DrawObj.h" #include "DrawBSP.h" // Included...
#pragma once #include <Psapi.h> #include <iostream> #include <iomanip> #include <ctime> #include <chrono> #include "..\SDK\IVEngineClient.h" #define INRANGE(x,a,b) (x >= a && x <= b) #define GET_BYTE( x ) (GET_BITS(x[0]) << 4 | GET_BITS(x[1])) #define GET_BITS( x ) (INRANGE((x&(~0x20)),'A','F') ? ((x&(~0x20)) ...
%%cu #include <stdio.h> #include <stdlib.h> #include<cuda.h> #include "cuda_runtime.h" #include "device_launch_parameters.h" __global__ void blockSizeN(int * A, int * B, int *C, int N) { int id=blockIdx.x*blockDim.x+threadIdx.x; if(id<N) C[id]=A[id]+B[id]; } int main() { // if N is increased the v...
/* $Source: bitbucket.org:berkeleylab/gasnet.git/extended-ref/gasnet_extended_help.h $ * Description: GASNet Extended API Header Helpers (Internal code, not for client use) * Copyright 2002, Dan Bonachea <bonachea@cs.berkeley.edu> * Terms of use are as specified in license.txt */ #ifndef _IN_GASNETEX_H #error ...
#include <std.h> inherit ARMOUR; void create(){ ::create(); set_name("%^BOLD%^%^WHITE%^A sparkling silver earcuff%^RESET%^"); set_id(({"earcuff","earring","cuff","ring"})); set_short("%^BOLD%^%^WHITE%^A sparkling silver earcuff%^RESET%^"); set_long("%^BOLD%^%^WHITE%^This delicate earcuff is made from th...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:22:05 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/DataAccess...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:37:14 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/AppStoreDae...
#pragma once //stdlib #include <cstdint> #include <string> //nlohmann #include "nlohmann/json.hpp" namespace FakePDB::Data { struct Name { uint32_t rva; std::string name; bool is_public; bool is_func; }; NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(Name, rva, name, is_public, is_fu...
#include "shell.h" int maxInternals=100,maxWordLength=50,internalsSupported=0; char internals[100][50]; //-------main int main(int argc, char *args[]) { int i=0,n=0; char inp[256], condition[5]; char *argv[64]; strcpy(inp,""); printf(" ------------------------------------------------- \n"); printf("| Wel...
/* * Copyright (c) 2010 The WebM 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 contributin...
/// #ifdef __EFFEKSEER_RENDERER_INTERNAL_LOADER__ #ifndef __EFFEKSEERRENDERER_GL_TEXTURELOADER_H__ #define __EFFEKSEERRENDERER_GL_TEXTURELOADER_H__ //---------------------------------------------------------------------------------- // Include //------------------------------------------------------------------------...
/* * This file and its contents are licensed under the Timescale License. * Please see the included NOTICE for copyright information and * LICENSE-TIMESCALE for a copy of the license. */ #ifndef TIMESCALEDB_DEPARSE_H #define TIMESCALEDB_DEPARSE_H #include <postgres.h> #include <nodes/pg_list.h> typedef struct Tab...
/** * Copyright (C) 2012 10gen Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:11:43 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/JetEngine....
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "mobileappconfigReqBase.h" @class NSArray; @interface mobileappconfigUserRankReportReq : mobileappconfigReqBase { NSArray...
#ifndef TAPAS_LOGGING_H_ #define TAPAS_LOGGING_H_ #include <iostream> #include <string> #define TAPAS_LOG_LEVEL_ERROR 0 #define TAPAS_LOG_LEVEL_WARNING 1 #define TAPAS_LOG_LEVEL_INFO 2 #define TAPAS_LOG_LEVEL_DEBUG 3 #ifndef TAPAS_LOG_LEVEL #define TAPAS_LOG_LEVEL TAPAS_LOG_LEVEL_DEBUG #endif #define TAPAS_TRACE 1 ...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* exec_export4.c :+: :+: :+: ...
/** * This file is part of "SI" version 2.3.0 * A header only c++ library that provides type safety and user defined literals * for handling pyhsical values defined in the International System of * Units * * https://github.com/bernedom/SI * * SPDX-License-Identifier: MIT * **/ #pragma once #include <limits> #...
// Copyright (c) 2017, Gunhoon Lee (gunhoon@gmail.com) #ifndef ARIA_BASE_PLATFORM_H_ #define ARIA_BASE_PLATFORM_H_ #if defined(__linux__) #define OS_LINUX #elif defined(__APPLE__) #define OS_MACOS #elif defined(_WIN32) #define OS_WIN #else #error This platform is NOT supported in base/platform.h #endif #if defined(O...
// Copyright 2020 Banbreach // Written by Dwaipayan Ray // 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...
/* * Copyright (c) 2020 Toby Chen All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file. */ #pragma once #include "Profiler.h" #include <atomic> #include <cassert> #include <chrono> #include <condition_variable> #include <cstdint> #include <deque>...
/* * 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 ...
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
/** * \file isl_to_noclock.h * \brief ISL AST to noclock AST conversion. * \author Harenome RAZANAJATO RANAIVOARIVONY * \date 2015 * \copyright MIT License * \since version `1.0.0` */ /* The MIT License (MIT) * * Copyright (c) 2015 Harenome RAZANAJATO RANAIVOARIVONY * * Permission is hereby granted, free of...
// // MWPhotoLibrary.h // MWKits // // Created by 石茗伟 on 2018/12/20. // #import <Foundation/Foundation.h> #import "MWPhotoConfiguration.h" #import "MWPhotoObject.h" NS_ASSUME_NONNULL_BEGIN @interface MWPhotoLibrary : NSObject /** 选择相册库 */ + (void)showPhotoLibraryWithConfiguration:(MWPhotoConfiguration *)configur...
/* * Samsung S5P Multi Format Codec v 5.0 * * This file contains definitions of enums and structs used by the codec * driver. * * Copyright (C) 2011 Samsung Electronics Co., Ltd. * Kamil Debski, <k.debski@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the term...
/* * Copyright (c) 2011 The LevelDB Authors. * Copyright (c) 2015-2017 Carnegie Mellon University. * * All rights reserved. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. See the AUTHORS file for names of contributors. */ // pdlfs-common/include/pdlfs-co...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-Sidelink-Preconf" * found in "/home/labuser/Desktop/openairinterface5g_f1ap/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/labuser/...
/* Copyright (c) 2013, Taiga Nomi 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 2017 Colin Doig. Distributed under the MIT license. */ #ifndef STREAM_MARKETSUBSCRIPTIONMESSAGE_H #define STREAM_MARKETSUBSCRIPTIONMESSAGE_H #include <json/json.h> #include <string> #include "greentop/Optional.h" #include "greentop/stream/MarketDataFilter.h" #include "greentop/stream/MarketFilter....
/*============================================================================== 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...
// SPDX-License-Identifier: GPL-2.0+ /* * Driver for SMSC USB3503 USB 2.0 hub controller driver * * Copyright (c) 2012-2013 Dongjin Kim (tobetter@gmail.com) */ #include <linux/clk.h> #include <linux/i2c.h> #include <linux/gpio.h> #include <linux/delay.h> #include <linux/slab.h> #include <linux/module.h> #include <...
// Copyright (c) 2019 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef SHELL_COMMON_GIN_CONVERTERS_NET_CONVERTER_GIN_ADAPTER_H_ #define SHELL_COMMON_GIN_CONVERTERS_NET_CONVERTER_GIN_ADAPTER_H_ #include <string> #include "gin/converter.h" #includ...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-PDU-Contents" * found in "../support/r14.4.0/36413-e40.asn" * `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps` */ #include "S1AP_UECapabilityInfoIndication.h" asn_TYPE_member_t asn_MBR_S1AP_UECapabilityInfo...
// license:BSD-3-Clause // copyright-holders:Paul Leaman, Miguel Angel Horna /********************************************************* Capcom System QSound™ (HLE) *********************************************************/ #ifndef MAME_SOUND_QSOUNDHLE_H #define MAME_SOUND_QSOUNDHLE_H #pragma once #include "cpu/...
// Copyright 2012 the V8 project authors. 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 ...
// Copyright (c) 2016 The DeimOS Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. /** Functions for measurement of CPU cycles */ #ifndef H_PERF #define H_PERF #include <stdint.h> #if defined(__i386__) static in...
//---------------------------------------------------------------------- // Copyright 2016-2019 NXP B.V. // Copyright 2007-2010 Mentor Graphics Corporation // Copyright 2007-2010 Cadence Design Systems, Inc. // All Rights Reserved Worldwide // // Licensed under the Apache License, Version 2.0 (the // "Licen...
// // Copyright (c) 2002-2014 The ANGLE 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 COMPILER_TRANSLATOR_INTERMEDIATE_H_ #define COMPILER_TRANSLATOR_INTERMEDIATE_H_ #include "compiler/translator/IntermNode.h" ...
/* * arch/arm/mach-dove/common.c * * Core functions for Marvell Dove 88AP510 System On Chip * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <linux/kernel.h> #in...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <FBControlCore/FBControlCore.h> NS_ASSUME_NONNULL_BEGIN @class FBProcessOutput; @class...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:23:28 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/NanoTim...
/** * Copyright (C) Mellanox Technologies Ltd. 2001-2014. ALL RIGHTS RESERVED. * * See file LICENSE for terms. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include "rc_verbs.h" #include "rc_verbs_impl.h" #include <uct/api/uct.h> #include <uct/ib/mlx5/exp/ib_exp.h> #include <uct/ib/rc/base/rc_iface.h> #incl...
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/linux/cpufreq.h * * Copyright (C) 2001 Russell King * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> */ #ifndef _LINUX_CPUFREQ_H #define _LINUX_CPUFREQ_H #include <linux/clk.h> #include <linux/cpumask.h> #include <linux/completion.h> #in...
// The MIT License (MIT) // // Copyright (c) 2018 Mateusz Pusz // // 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, co...
/* * Copyright (C) 2015-2017 Alibaba Group Holding Limited */ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <memory.h> #include <pthread.h> #include <unistd.h> #include <sys/prctl.h> #include <sys/time.h> #include "iot_import.h" void *HAL_MutexCreate(void) { int err_num; pthread_mute...
/* * Copyright (c) 2013 - 2015, Roland Bock * 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 co...
// Copyright (c) 2014-2018 The Matilda Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MATILDA_COMPAT_ENDIAN_H #define MATILDA_COMPAT_ENDIAN_H #if defined(HAVE_CONFIG_H) #include <config/matilda-config.h...
/* SipHash reference C implementation Copyright (c) 2012-2021 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> Copyright (c) 2012-2014 Daniel J. Bernstein <djb@cr.yp.to> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this so...
/** @file Header file for MMC driver. Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR> 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...
/* * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
// SPDX-License-Identifier: GPL-2.0-only /* * AppArmor security module * * This file contains AppArmor LSM hooks. * * Copyright (C) 1998-2008 Novell/SUSE * Copyright 2009-2010 Canonical Ltd. */ #include <linux/lsm_hooks.h> #include <linux/moduleparam.h> #include <linux/mm.h> #include <linux/mman.h> #include <li...
// Copyright 2019 The MWC Developers // // 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...
/** * @file lv_mem.h * */ #ifndef LV_MEM_H #define LV_MEM_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #ifdef LV_CONF_INCLUDE_SIMPLE #include "lv_conf.h" #else #include "../../../lv_conf.h" #endif #include <stdint.h> #include <stddef.h> #include "lv_log...
/* * Quicktime Video (RPZA) Video Decoder * Copyright (C) 2003 the ffmpeg project * * 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....
/** * \file * * \brief Instance description for SERCOM2 * * Copyright (c) 2019 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 wit...
//==================================================================================================================================================== // Copyright 2020 Lake Orion Robotics FIRST Team 302 // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated d...
/* Copyright 2019 Tad Lebeck * * 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...
/* * Copyright 2018-2020 Redis Labs Ltd. and Contributors * * This file is available under the Redis Labs Source Available License Agreement */ #pragma once #include "op.h" #include "../execution_plan.h" #include "../../graph/graph.h" #include "../../graph/query_graph.h" #include "../../graph/entities/node.h" #includ...
/* * Functions to delegate cryptographic operations to an available * and appropriate accelerator. * Warning: This file will be auto-generated in the future. */ /* Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); y...
/* * Copyright 2012 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Paweł Dziepak, pdziepak@quarnos.org */ #ifndef DIRECTORYCACHE_H #define DIRECTORYCACHE_H #include <lock.h> #include <SupportDefs.h> #include <util/DoublyLinkedList.h> #include <util/KernelRefer...
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
// // DoraemonDDLogMessage.h // AFNetworking // // Created by yixiang on 2018/12/6. // #import <Foundation/Foundation.h> #import <CocoaLumberjack/CocoaLumberjack.h> NS_ASSUME_NONNULL_BEGIN @interface DoraemonDDLogMessage : NSObject @property (nonatomic, copy) NSDate *timestamp; @property (nonatomic, assign) DDLo...
// // Created by Alex on 8/27/2020. // #ifndef HEILANG_TYPE_CHECK_H #define HEILANG_TYPE_CHECK_H #include "visitor.h" #include "llvm/IR/IRBuilder.h" using namespace llvm; class TypeChecker : Walker<Type *> { LLVMContext &context; std::map<std::string, Type *> names = { {"void", IntegerType::ge...
#pragma once #include "KeyChainType.h" #include <Wallet/PrivateExtKey.h> #include <Wallet/PublicExtKey.h> #include <Common/Secure.h> #include <Crypto/SecretKey.h> #include <Config/Config.h> // // For specifications on generating the master key for HD wallets, see https://github.com/bitcoin/bips/blob/master/bip-0032...
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __LINUX_MAGIC_H__ #define __LINUX_MAGIC_H__ #define ADFS_SUPER_MAGIC 0xadf5 #define AFFS_SUPER_MAGIC 0xadff #define AFS_SUPER_MAGIC 0x5346414F #define AUTOFS_SUPER_MAGIC 0x0187 #define CEPH_SUPER_MAGIC 0x00c36400 #define CODA_SUPER_M...
/*! * \file pinName.h * * \brief Target board GPIO pins definitions * * \copyright Revised BSD License, see section \ref LICENSE. * * \code * ______ _ * / _____) _ | | * ( (____ _____ ____ _| |_ _____ __...
// Copyright (c) 2015 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef ATOM_BROWSER_API_ATOM_API_SCREEN_H_ #define ATOM_BROWSER_API_ATOM_API_SCREEN_H_ #include <vector> #include "atom/browser/api/event_emitter.h" #include "native_mate/handle.h" ...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/UIKit.framework/UIKit */ @interface _UIDictationAttachment : NSTextAttachment { struct _NSRange { unsigned long long location; unsigned long long length; } _attachmentRange; NSDictionary * _typingAttributesBeforeInsert...
/* * Copyright (C) 2015 University of Oregon * * You may distribute under the terms of either the GNU General Public * License or the Apache License, as specified in the LICENSE file. * * For more information, see the LICENSE file. */ /* */ /* DESCRIPTION This library contains board-specific routines for nir...
/* * sercd UNIX support * Copyright 2008 Peter Åstrand <astrand@cendio.se> for Cendio AB * see file COPYING for license details */ #ifndef WIN32 #include "sercd.h" #include "unix.h" #include <termios.h> #ifndef ANDROID #include <termio.h> #endif #include <syslog.h> #include <sys/types.h> #include <unistd.h> #incl...
/*- * SPDX-License-Identifier: Zlib * * Copyright (c) 2009-2018 Rink Springer <rink@rink.nu> * For conditions of distribution and use, see LICENSE file */ #include <wchar.h> #include <_posix/todo.h> int swprintf(wchar_t* _PDCLIB_restrict s, size_t n, const wchar_t* _PDCLIB_restrict format, ...) { TODO; re...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:41:25 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/HeadBoardUI.framework/HeadBoardUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include <memory> namespace NEO { struct HardwareInfo; class CommandContainer; class IndirectHeap; struct DebugData; class GraphicsAllocation; class Debugger { public: struct SbaAddresses { uint64_t General...
#pragma once #include "iplugin.h" namespace pf { class PluginData { public: using PluginP = std::shared_ptr<IPlugin>; private: QString m_uid; QString m_path; PluginP m_plugin; public: PluginData(); PluginData(std::shared_ptr<IPlugin> plugin, const QString &path); PluginData(const ...
/* $Id$ */ /* * Copyright (c) 1990-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission ...
#ifndef BACKGAM_UTILS_H #define BACKGAM_UTILS_H #include "includes.h" namespace utils { inline std::mt19937 mersenne{static_cast<std::mt19937::result_type>(std::time(nullptr))}; int random_int(int min, int max); float random_float(float min, float max); class dice { private: int m_val; ...
/* * Copyright (c) 2020 Andy Nichols <nezticle@gmail.com> * 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 software is licensed under the terms of the MIT License. * See COPYING for further information. * --- * Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>. * Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>. */ #ifndef IGUARD_stages_stage1_events_h #define IGUARD_stages_stage1_...
#pragma once class IProduct { public: virtual ~IProduct() {} virtual void use() = 0; };
#pragma once #include <GL/glew.h> #include <GLFW/glfw3.h> #define NK_PRIVATE #define NK_INCLUDE_FIXED_TYPES #define NK_INCLUDE_STANDARD_IO #define NK_INCLUDE_DEFAULT_ALLOCATOR // Allow to use nk_init_default() #define NK_INCLUDE_VERTEX_BUFFER_OUTPUT #define NK_INCLUDE_FONT_BAKING #define NK_INCLUDE_DEFAULT_FONT #defi...
#ifndef SRC_YANGRTP_YANGRTPPACKET_H_ #define SRC_YANGRTP_YANGRTPPACKET_H_ #ifdef __cplusplus extern "C"{ #include <yangrtp/YangCRtpPacket.h> } #else #include <yangrtp/YangCRtpPacket.h> #endif #endif /* SRC_YANGRTP_YANGRTPPACKET_H_ */
//------------------------------------------------------------------------------ // File: CutScene.h // // Desc: DirectShow sample code - declarations for simple movie player. // // Copyright (c) Microsoft Corporation. All rights reserved. //-----------------------------------------------------------------------------...
/* This file is part of the KDE project Copyright 2006 Fredrik Edemar <f_edemar@linux.se> Copyright 2000, 2003 Laurent Montel <montel@kde.org> Copyright 2002-2003 Joseph Wenninger <jowenn@kde.org> Copyright 2002 Philipp Mueller <philipp.mueller@gmx.de> Copyright 2002 Ariya Hidayat <ariya@kde.org> Cop...
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:42:29 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* * Copyright (C) 2008-2010 Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com> * * Licence: wxWindows Library Licence, Version 3.1 */ #include "gumcobjecttracker.h" #ifdef G_OS_WIN32 #include "testutil.h" #include <string.h> #define COBJTRACKER_TESTCASE(NAME) \ void test_cobject_tracker_ ## NAME (Tes...
/** * \file * * \brief Autogenerated API include file for the Atmel Software Framework (ASF) * * Copyright (c) 2012 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2019 The Dextro Developers // Copyright (c) 2019 The Dextro developers // Distributed under the MIT software licens...
// // AssetInput.h // Retirement Simulator // // Created by Steve Roehling on 9/22/11. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreData/CoreData.h> #import "Input.h" extern NSString * const ASSET_INPUT_ENTITY_NAME; extern NSString * const INPUT_A...
// 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 IOS_WEB_PUBLIC_THREAD_WEB_THREAD_H_ #define IOS_WEB_PUBLIC_THREAD_WEB_THREAD_H_ #include <memory> #include <string> #include <utility> #include ...
/******************************************************************************* * Copyright 2016-2020 Intel Corporation * * 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.apa...
/* * Copyright (c) 1999-2003 Damien Miller. 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 co...
#pragma once #include <Access/RowPolicy.h> #include <Core/Block.h> #include <Core/NamesAndTypes.h> #include <Core/Settings.h> #include <Core/UUID.h> #include <DataStreams/IBlockStream_fwd.h> #include <Interpreters/ClientInfo.h> #include <Interpreters/Context_fwd.h> #include <Interpreters/DatabaseCatalog.h> #include <P...
/* * Copyright 2011-2022 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ #ifndef BGFX_RENDERER_VK_H_HEADER_GUARD #define BGFX_RENDERER_VK_H_HEADER_GUARD #if BX_PLATFORM_ANDROID # define VK_USE_PLATFORM_ANDROID_KHR # define KHR_SURFACE_EXTENSION_NAME VK_KH...