text
stringlengths
9
948k
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:43:10 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* * 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. */ #ifndef HERMES_VM_STACKFRAME_INLINE_H #define HERMES_VM_STACKFRAME_INLINE_H #include "hermes/VM/StackFrame.h" namespace hermes { ...
// SPDX-License-Identifier: GPL-2.0 #include <trace/syscall.h> #include <trace/events/syscalls.h> #include <linux/syscalls.h> #include <linux/slab.h> #include <linux/kernel.h> #include <linux/module.h> /* for MODULE_NAME_LEN via KSYM_SYMBOL_LEN */ #include <linux/ftrace.h> #include <linux/perf_event.h> #include <linux/...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2016-2017 The PIVX developers // Copyright (c) 2016-2017 The WealthSilo developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-...
/* Copyright (c) 2007 Cyrus Daboo. 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 re...
#ifndef _LINUX_UNALIGNED_ACCESS_OK_H #define _LINUX_UNALIGNED_ACCESS_OK_H //#include <linux/kernel.h> //#include <asm/byteorder.h> static inline u16 get_unaligned_le16(const void *p) { return le16_to_cpup((__le16 *)p); } static inline u32 get_unaligned_le32(const void *p) { return le32_to_cpup((__le32 *)p); } sta...
/* Finite field of order 2^48 implemented as a cubic field extension of F_2^16 with minimal polynomial X^3 + X + 1 */ #ifndef F48FIELD_H #define F48FIELD_H #include <stdint.h> #include "F16Field.h" #include "parameters.h" typedef struct { f16FELT coef[3]; } f48FELT; static const f48FELT f48ONE = { { 1,0,0 } };...
/* ** ################################################################### ** Version: rev. 1.8, 2015-02-18 ** Build: b150310 ** ** Abstract: ** Chip specific module features. ** ** Copyright (c) 2015 Freescale Semiconductor, Inc. ** All rights reserved. ** ** Re...
#pragma once /* Includes: * -Parent class * -Objects: Object myObject; */ /* SystemIncludes*/ /* Forward declarations: * -Pointers: Pointer* myPointer; * Reference& myReference; * -Functions: Object MyFunction(Object myObject); * Pointer* MyFunction(Pointer* myPointer); * ...
/*========================================================================= Program: Visualization Toolkit Module: vtkImageNonMaximumSuppression.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. Th...
/* Simple DirectMedia Layer Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "ShooterWeapon.h" #include "ShooterWeapon_Projectile.generated.h" USTRUCT() struct FProjectileWeaponData { GENERATED_USTRUCT_BODY() /** projectile class */ UPROPERTY(EditDefaultsOnly, Category=Projectile) TSubclassOf<class AShoot...
/* * Copyright (c) 2016 ARM Ltd. * Copyright (c) 2019 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #define DT_DRV_COMPAT nordic_nrf_temp #include <device.h> #include <drivers/sensor.h> #include <drivers/clock_control.h> #include <drivers/clock_control/nrf_clock_control.h> #include <logging...
// Copyright (c) 2012 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 PPAPI_UTILITY_COMPLETION_CALLBACK_FACTORY_H_ #define PPAPI_UTILITY_COMPLETION_CALLBACK_FACTORY_H_ #include "ppapi/cpp/completion_callback.h" ...
// Copyright(c) 2017, Intel Corporation // // 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 ...
// SPDX-License-Identifier: GPL-2.0+ // // Copyright 2019 Madhavan Srinivasan, IBM Corporation. extern int init_ppc970_pmu(void); extern int init_power5_pmu(void); extern int init_power5p_pmu(void); extern int init_power6_pmu(void); extern int init_power7_pmu(void); extern int init_power8_pmu(void); extern int init_po...
// // AppDelegate.h // CardiotachMate // // Created by xaoxuu on 22/12/2017. // Copyright © 2017 xaoxuu. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
// 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 FARMCOIN_CHECKPOINTS_H #define FARMCOIN_CHECKPOINTS_H #include <uint256.h> #include <map> class CBlockIndex; struc...
/* ----------------------------------------------------------------------------* * * n w - g t p v 2 c G P R S T u n n e l i n g P r o t o c o l v 2 c S t a c k * ...
/* * Copyright (C) 2015, Simon Fuhrmann * TU Darmstadt - Graphics, Capture and Massively Parallel Computing * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD 3-Clause license. See the LICENSE.txt file for details. */ #ifndef MAIN_WINDOW_TAB_HEADER #define MAIN...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar.c :+: :+: :+: ...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
/* * CUnit - A Unit testing framework library for C. * Copyright (C) 2004 Jerry D. St.Clair * * 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 Lice...
#ifdef TEST #include "unity.h" #include "uz_Transformation.h" struct uz_UVW_t UVW_system = {0}; void setUp_UVW(void) { UVW_system.U = 0.0f; UVW_system.V = 0.0f; UVW_system.W = 0.0f; } struct uz_dq_t dq_system = {0}; void setUp_dq(void) { dq_system.d = 0.0f; dq_system.q = 0.0f; dq_system.zer...
/* * Copyright (C) 2016 The CyanogenMod Project * * 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 ...
// This source file is part of the polarphp.org open source project // // Copyright (c) 2017 - 2018 polarphp software foundation // Copyright (c) 2017 - 2018 zzu_softboy <zzu_softboy@163.com> // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://polarphp.org/LICENSE.txt for license info...
/* $OpenBSD: ispmbox.h,v 1.24 2010/02/18 10:40:53 sobrado Exp $ */ /* $FreeBSD: src/sys/dev/isp/ispmbox.h,v 1.59 2007/03/10 02:39:54 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, ...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commerc...
#pragma once #ifndef GAME_TEST_VIEWGROUP_H #define GAME_TEST_VIEWGROUP_H #include <vector> #include "View.h" class ViewGroup : public View { public: ViewGroup() :View() { } ViewGroup(int width, int height) :View(width, height) { } ViewGroup(int x, int y, int width, int height) :View(x, y, width, height) { }...
//=== SystemZMachineFunctionInfo.h - SystemZ machine function info -*- C++ -*-// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
/* * * Copyright (c) 2013-2017 Nest Labs, Inc. * 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...
// Copyright (c) 2011 GeometryFactory Sarl (France) // All rights reserved. // // This file is part of CGAL (www.cgal.org); 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 you...
/*------------------------------------------------------------------------- * * skey.h * POSTGRES scan key definitions. * * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/access/skey.h * *-------...
#include <aos/aos.h> #include <yoc/yoc.h> #include <aos/cli.h> #include <aos/kv.h> #include <yoc/partition.h> #include "app_init.h" #include <board_config.h> const char *TAG = "INIT"; void board_yoc_init() { int ret; board_init(); console_init(CONSOLE_UART_IDX, 115200, 512); aos_cli_init(); ul...
/* * mono-context.h: plat independent machine state definitions * * * Copyright (c) 2011 Novell, Inc (http://www.novell.com) */ #ifndef __MONO_MONO_CONTEXT_H__ #define __MONO_MONO_CONTEXT_H__ #include "mono-compiler.h" #include "mono-sigcontext.h" #include "mono-machine.h" #ifdef HAVE_SIGNAL_H #include <signal...
// WARNING: THIS FILE IS AUTOGENERATED! As such, it should not be edited. // Edits need to be made to the proto files // (see https://github.com/mavlink/MAVSDK-Proto/blob/master/protos/camera/camera.proto) #include "camera/camera.grpc.pb.h" #include "plugins/camera/camera.h" #include "log.h" #include <atomic> #includ...
// Copyright (c) 2005 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/v5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_circles_2.h $ // $Id: linear_least_squares_fitting_circles_2.h 0779373...
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA)) #error meh! #endif // Warning, vorbis_dsp_state needs alignment! // Warning, vorbis_block needs alignment! //GO(_book_maptype1_quantvals, //GO(_book_unquantize, //GO(drft_backward, //GO(drft_clear, //GO(drft_forward, //GO(drft_init, //GO(_float3...
/* system-specific variants defining ossl_sleep() */ # ifdef OPENSSL_SYS_UNIX # include <unistd.h> static ossl_inline void ossl_sleep(unsigned long millis) { # ifdef OPENSSL_SYS_VXWORKS struct timespec ts; ts.tv_sec = (long int) (millis / 1000); ts.tv_nsec = (long int) (millis % 1000) * 1000000ul; ...
#include <string> #include <iostream> #include <vector> #include <assert.h> #include "path.h" class Snake { public: string id; string name; int health; vector<Point> coords; Snake(); Snake(JSON j); Point getHead(); Point getTail(); Snake(const Snake & obj); }; Snake::Snake(const Snake & obj) :id(obj.id), n...
inherit "room/room"; object mosa, mosa1; string DIR = "/wizards/rimber/hell/"; reset(arg) { if(!mosa) { mosa = clone_object("/wizards/rimber/hell/mobs/demon.c"); move_object(mosa, this_object()); } if(!mosa1) { mosa1 = clone_object("/wizards/rimber/hell/mobs/demon.c"); move_object(mosa1, this_object()); } if...
/** @file @brief Network packet buffers for IP stack Network data is passed between components using net_pkt. */ /* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #define LOG_MODULE_NAME net_pkt #define NET_LOG_LEVEL CONFIG_NET_PKT_LOG_LEVEL /* This enables allocation debug...
/****************************************************************************** * $Id$ * * Project: MapServer * Purpose: OGC Web Services (WMS, WFS) support functions * Author: Daniel Morissette, DM Solutions Group (morissette@dmsolutions.ca) * ****************************************************************...
/** @file nodeAndValues.h @brief A small helper class that pairs TreeNode with an array of values. The class is templated on the length and type of the array. This class has an MPI_Datatype associated with it and it can be communicated between processors. @author Rahul S. Sampath, rahul.sampath@gmail.com ...
/* * Copyright © 2013 David Herrmann * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publis...
// Copyright 2015 Open Source Robotics Foundation, 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 appli...
// Copyright 2017 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_RESOURCES_CHROMEOS_ZIP_ARCHIVER_CPP_COMPRESSOR_IO_JAVASCRIPT_STREAM_H_ #define CHROME_BROWSER_RESOURCES_CHROMEOS_ZIP_ARCHIVER_CPP_C...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-PDU-Contents" * found in "/home/vesh/openairinterface5g/openair3/S1AP/MESSAGES/ASN1/R14/s1ap-14.5.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -gen-OER -no-gen-example -D /home/vesh/openairinterface5g/cmak...
/** * Edge Filters * provides magnitude and direction filters that can be used for more advanced filters like canny edge detector * @author Joshua Moody (joshimoo@hotmail.de) */ #include "edgeFilter.h" /* function prototypes */ static inline double radToAngle(double rad); static inline double magnitude(const doub...
#include <radix_tree.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> void _radix_tree_print_node(radix_tree_node_t* n,uint32_t i){ for (uint32_t j=0;j<i;j++){ putchar(' '); } char* nm=n->v; while (*nm){ putchar(*nm); nm++; } if (n->nll){ putchar(':'); } if (n->id!=UINT32_MAX){ printf(...
#include "red_beast.h" #define DIMM_BRIGHTNESS 180 #define HSV_DIMM_CYAN 128, 255, DIMM_BRIGHTNESS #define HSV_DIMM_RED 0, 255, DIMM_BRIGHTNESS #define HSV_DIMM_YELLOW 43, 255, DIMM_BRIGHTNESS const rgblight_segment_t PROGMEM gaming_layer[] = RGBLIGHT_LAYER_SEGMENTS( {0, 14, HSV_RED} ); const rgblight_segment_t ...
/* ************************************************************************** */ /* */ /* :::::::: */ /* quote_removal.c :+: :+: ...
//===-- ARMBaseRegisterInfo.h - ARM Register Information Impl ---*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
#ifndef __DDLOG_H__ #define __DDLOG_H__ #include <stdint.h> #include <stdbool.h> #include <sys/types.h> /* * *Note:* all functions in this library, with the exception of * `ddlog_record_commands()` and `ddlog_stop()`, and `ddlog_delta_XXX` * are thread-safe. E.g., it is legal to call `ddlog_transaction_start()` *...
#include <stdio.h> int main(void) { int num,i,is_prime; printf("Enter a number to test: "); scanf("%d",&num); is_prime=1; for(i=2;i<=num/2;i++) if((num%i)==0) is_prime=0; if(is_prime==1) printf("The number is prime.\n"); else printf("The number is not prime .\n"); }
// // 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 "WAJSEventHandler_BaseEvent.h" @interface WAJSEventHandler_removeLivePlayer : WAJSEventHandler_BaseEvent { } - (void)handleJS...
/* * linux/arch/arm/mach-tegra/platsmp.c * * Copyright (C) 2002 ARM Ltd. * All Rights Reserved * * Copyright (C) 2009 Palm * All Rights Reserved * * Copyright (C) 2010-2014, NVIDIA Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the...
/* ============================================================================== This file is part of the juce_core module of the JUCE library. Copyright (c) 2013 - Raw Material Software Ltd. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
/* * Copyright (C) 2015 Michael Brown <mbrown@fensystems.co.uk>. * * 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 any later version. * * This progr...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 30 2020 21:18:12). // // Copyright (C) 1997-2019 Steve Nygard. // #import <AppKit/NSTableCellView.h> @class NSButton; @interface IDEManageRunContextsSheetControllerPopUpButtonTableCellView : NSTableCellView { NSButton *_popUpButton; } -...
/** ****************************************************************************** * @file stm32f4xx_hal_sai.h * @author MCD Application Team * @brief Header file of SAI HAL module. ****************************************************************************** * @attention * * <h2><center>&copy; C...
SUBROUTINE gaussq (ngaus ,posgp ,weigp ) !******************************************************************** ! !*** Gauss - Legendre numerical integration constants ! !******************************************************************** IMPLICIT NONE INTEGER (kind=4), INTENT(IN) :: ngaus REAL ...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* insert_sorted.c :+: :+: :+: ...
/** * Copyright 2020 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 applicable law...
#ifndef UDPMGR_H #define UDPMGR_H #include <pcap.h> #include "../filter/parsing/rule.h" void ip4_udp_decode(const unsigned char * pkt, struct rule_data * rdata, const int len); #endif /* UDPMGR_H */
/* * nghttp2 - HTTP/2 C Library * * Copyright (c) 2013 Tatsuhiro Tsujikawa * * 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 ri...
#pragma once #include "AUIAPIDef.h" #include "AUIWidgetManager.h" class AUITooltip; class AUIWidget; class AUIForm; class AUIInstance; class AUILinearLayoutWidget; class AUIRasterTooltipWidget; class ALICEUI_API AUIRasterWidgetManager : public AUIWidgetManager { public: AUIRasterWidgetManager(); ~AUIRasterW...
#ifndef Podd_Decoder_h_ #define Podd_Decoder_h_ #include "Rtypes.h" namespace Decoder { class Module; // abstract module class VmeModule; // abstract VME module class PipeliningModule; // pipelining module class FastbusModule; // abstract Fastbus module class GenScaler; ...
/* p12_npas.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without...
/* * This source code is provided under the Apache 2.0 license and is provided * AS IS with no warranty or guarantee of fit for purpose. See the project's * LICENSE.md for details. * Copyright Thomson Reuters 2015. All rights reserved. */ #ifndef TUNNEL_MANAGER_IMPL_H #define TUNNEL_MANAGER_IMPL_H #include "rt...
#pragma once //// // // STM32G0 UCPD peripherals // /// // UCPD1: USB Power Delivery interface struct stm32g070_ucpd1_t { volatile uint32_t CFG1; // UCPD configuration register volatile uint32_t CFG2; // UCPD configuration register 2 volatile uint32_t CFG3; // UCPD configuration register 3 volat...
/* $OpenBSD: d1_both.c,v 1.56 2018/11/08 22:28:52 jsing Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1998-2005 The OpenSSL Project. All rights rese...
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC0...
/* * monitor.c: Monitor locking functions * * Author: * Dick Porter (dick@ximian.com) * * Copyright 2003 Ximian, Inc (http://www.ximian.com) * Copyright 2004-2009 Novell, Inc (http://www.novell.com) */ #include <config.h> #include <glib.h> #include <string.h> #include <mono/metadata/abi-details.h> #include <...
// Copyright (c) 2011-2018 The Bitcoin Core developers // Copyright (c) 2017-2020 The Qtum Core developers // Copyright (c) 2020 The BCS Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_WALLETMO...
/* * Support PCI/PCIe on PowerNV platforms * * Copyright 2011 Benjamin Herrenschmidt, IBM Corp. * * 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 (a...
/* * Copyright 2012 The Emscripten Authors. All rights reserved. * Emscripten is available under two separate licenses, the MIT license and the * University of Illinois/NCSA Open Source License. Both these licenses can be * found in the LICENSE file. */ #ifndef __emscripten_bind_h__ #define __emscripten_bind_h_...
#ifndef __NV50_STATEOBJ_H__ #define __NV50_STATEOBJ_H__ #include "pipe/p_state.h" #define NV50_SCISSORS_CLIPPING #define SB_BEGIN_3D(so, m, s) \ (so)->state[(so)->size++] = NV50_FIFO_PKHDR(NV50_3D(m), s) #define SB_BEGIN_3D_(so, m, s) \ (so)->state[(so)->size++] = NV50_FIFO_PKHDR(SUBC_3D(m), s) #define SB_DA...
/*====================================================================* - Copyright (C) 2001 Leptonica. All rights reserved. - This software is distributed in the hope that it will be - useful, but with NO WARRANTY OF ANY KIND. - No author or distributor accepts responsibility to anyone for the - consequence...
/* Copyright (c) 2016 PaddlePaddle 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 applicable law or...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE666_Operation_on_Resource_in_Wrong_Phase_of_Lifetime__accept_bind_listen_14.c Label Definition File: CWE666_Operation_on_Resource_in_Wrong_Phase_of_Lifetime.label.xml Template File: point-flaw-14.tmpl.c */ /* * @description * CWE: 666 Operation on Resource in Wrong Pha...
#ifndef PARALLLEL_CLUSTER_H #define PARALLLEL_CLUSTER_H #include <set> #include <algorithm> #include <systemc> #include "ode_system.h" #include "synchronization_layer.h" #include "tbb/parallel_for.h" #include "tbb/blocked_range.h" #define STEP_COEFF 0.3 class parallel_cluster { typedef std::vector<sct_kern...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/**** A partir du fichier SETTINGS.C - prendre le contenu de la fonction void save_open_settings(void *sesskey, Conf *conf) et le mettre dans la fonction ci-dessous void save_open_settings_forced(char *filename, Conf *conf) entre les commantaires // BEGIN COPY/PASTE et // END COPY/PASTE - remplacer les write_setting_b(...
// Copyright (c) 2014-2016, The Regents of the University of California. // Copyright (c) 2016-2017, Nefeli Networks, 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: // // * Redistributio...
// SPDX-License-Identifier: Apache-2.0 // Copyright (C) 2018 IBM Corp. #define _GNU_SOURCE /* fallocate */ #include <assert.h> #include <fcntl.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #inclu...
/* mbed Microcontroller Library ******************************************************************************* * Copyright (c) 2015, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
class M4_CarryHandleOptic extends Inventory_Base { override bool CanPutAsAttachment( EntityAI parent ) { if(!super.CanPutAsAttachment(parent)) {return false;} if ( parent.IsKindOf("M4A1_Base") ) { return true; } return false; } }
// Copyright 2020 <DreamTeamGo> #include <boost/thread.hpp> #include <boost/bind.hpp> #include <boost/asio.hpp> #include <boost/shared_ptr.hpp> #include <boost/enable_shared_from_this.hpp> using namespace boost::asio; struct User { std::string login; int attempts; }; struct ClientBase { public: ClientBase...
../../../../GoogleMaps/Frameworks/GoogleMaps.framework/Versions/A/Headers/GMSMarker.h
/* * Copyright (c) 2019-2020, 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 s...
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2008 Oracle. All rights reserved. */ #include <linux/sched.h> #include <linux/pagemap.h> #include <linux/spinlock.h> #include <linux/page-flags.h> #include <asm/bug.h> #include "misc.h" #include "ctree.h" #include "extent_io.h" #include "locking.h" /* * Exten...
// // SimulatorApp.h // SimulatorManager // // Created by Tue Nguyen on 9/13/14. // Copyright (c) 2014 Pharaoh. All rights reserved. // #import <Foundation/Foundation.h> @class Simulator; @interface SimulatorApp : NSObject @property (nonatomic, strong) NSString *name; @property (nonatomic, strong) NSImage *appIcon...
/* Intel Flash ROM emulation */ #ifndef _INTELFLASH_H_ #define _INTELFLASH_H_ #define FLASH_CHIPS_MAX ( 56 ) #define FLASH_INTEL_28F016S5 ( 0 ) #define FLASH_SHARP_LH28F400 ( 1 ) #define FLASH_FUJITSU_29F016A ( 2 ) #define FLASH_INTEL_E28F008SA ( 3 ) #define FLASH_INTEL_TE28F160 ( 4 ) #define FLASH_SHARP_LH28F01...
// Copyright 2017 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FXJS_XFA_CJX_DECIMAL_H_ #define FXJS_XFA_CJX_DECIMAL_H_ #include "fxj...
/* * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ #ifndef ENGINE_SHARED_LINEREADER_H #define ENGINE_SHARED_LINEREADER_H #include <base/system.h> // buffered stream for reading l...
#ifndef H5BASECONTAINER_H #define H5BASECONTAINER_H #include "misc/h5base.h" class H5BaseContainer : public H5Base { protected: virtual ~H5BaseContainer() = default; public: virtual H5Points* getPoints( const std::string& name) = 0; virtual H5Points* getPoints( h5gt::Group group) = 0; virtual H5P...