text
stringlengths
9
948k
#pragma once #include <chrono> #include <cstdint> #include <memory> #include <string> #include "envoy/buffer/buffer.h" #include "envoy/common/pure.h" #include "envoy/event/deferred_deletable.h" #include "envoy/network/address.h" #include "envoy/network/filter.h" #include "envoy/network/listen_socket.h" #include "envo...
/** * Copyright (C) 2015-2016 Allwinner Technology Limited. 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 as * published by the Free Software Foundation. * * This program is distributed in the hope th...
/* * Generates a CJK character set table from a .TXT table as found on * ftp.unicode.org or in the X nls directory. * Examples: * * ./cjk_tab_to_h GB2312.1980-0 gb2312 > gb2312.h < gb2312 * ./cjk_tab_to_h JISX0208.1983-0 jisx0208 > jisx0208.h < jis0208 * ./cjk_tab_to_h KSC5601.1987-0 ksc5601 > ksc5601.h < ...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_MSLaunchViewUITestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_MSLaunchViewUITes...
#ifndef DRONE_STATE #define DRONE_STATE #include <opencv2/core.hpp> // The soccer field is 8 meters wide on the Y axis, and the camera resolution is 1920x1080 #define PIXELS2METERS (8.0/1080.0) // Correspond to the coordinates of the center of the field, as seen by the camera #define X_OFF 7.0 #define Y_OFF 3.8 ...
unsigned bitsSame = 6; unsigned N = 5 double coeffs[32][3] = { { 0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e+00, 0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e+00, 0.000000000000000000000000000000...
/** * Copyright (c) 2013, Ford Motor Company * 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 condi...
/** * Copyright 2021 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...
/* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 2 -*- */ /* vi: set ts=2 sw=2 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can ob...
/** * @author ${kekkaishivn} - dattl@ifi.uio.no * * ${tags} */ #ifndef SGX_SSL_UTIL_H #define SGX_SSL_UTIL_H 1 #include "proxy/ssl_t.h" static inline long int wrapper_i2d_OCSP_RESPID(void* id, void* d) { long int retval; ocall_i2d_OCSP_RESPID(&retval, id, d); return retval; } static inline void wrapper_OCSP_R...
// // TRCAppDelegate.h // TraceModules // // Created by Brian Bal on 10/19/2015. // Copyright (c) 2015 Brian Bal. All rights reserved. // @import UIKit; @interface TRCAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs) // // Copyright (c) 1985-2000 Microsoft Corporation // // This file is part of the Microsoft Research IPv6 Network Protocol Stack. // You should have received a copy of the Microsoft End-User License Agreement // for this software along with this...
/* * efi.c - EFI subsystem * * Copyright (C) 2001,2003,2004 Dell <Matt_Domsch@dell.com> * Copyright (C) 2004 Intel Corporation <matthew.e.tolentino@intel.com> * Copyright (C) 2013 Tom Gundersen <teg@jklm.no> * * This code registers /sys/firmware/efi{,/efivars} when EFI is supported, * allowing the efivarfs to b...
/** * correlation.c: This file is part of the PolyBench/C 3.2 test suite. * * * Contact: Louis-Noel Pouchet <pouchet@cse.ohio-state.edu> * Web address: http://polybench.sourceforge.net */ #include <stdio.h> #include <unistd.h> #include <string.h> #include <math.h> /* Include polybench common header. */ #include ...
/* * This file is part of the Simutrans project under the Artistic License. * (see LICENSE.txt) */ #ifndef OBJ_SIMOBJ_H #define OBJ_SIMOBJ_H #include "../simtypes.h" #include "../display/clip_num.h" #include "../display/simimg.h" #include "../simcolor.h" #include "../dataobj/koord3d.h" class cbuffer_t; class ka...
#ifndef PICTURELABLE_H #define PICTURELABLE_H #include<QLabel> #include <QWidget> class PictureLable : public QLabel { Q_OBJECT public: explicit PictureLable(QLabel *parent = nullptr); signals: }; #endif // PICTURELABLE_H
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:12:46 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/SAObjects...
/* $Id: tixCmds.c,v 1.1.1.1 2000/05/17 11:08:38 idiscovery Exp $ */ /* * tixCmds.c -- * * Implements various TCL commands for Tix. * * Copyright (c) 1996, Expert Interface Technologies * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRA...
// -*- C++ -*- //============================================================================= /** * @file os_socket.h * * main sockets header * * $Id: os_socket.h 80826 2008-03-04 14:51:23Z wotte $ * * @author Don Hinton <dhinton@dresystems.com> * @author This code was originally in various places inc...
/** @file Implementation for handling user input from the User Interfaces. Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "FormDisplay.h" /** Get maximum and minimum info from this opcode. @param OpCode Pointer to the...
// Copyright (c) 1997 ETH Zurich (Switzerland). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Lutz Kettner <kettner@mpi-sb.mpg.de> #ifndef CGAL_POLYHEDRON_IO_SCAN_OFF_H #define...
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1 #pragma once #ifndef WINRT_Windows_Devices_Perception_Provider_1_H #define WINRT_Windows_Devices_Perception_Provider_1_H #include "winrt/impl/Windows.Foundation.0.h" #include "winrt/impl/Windows.Devices.Perception.Provider.0.h" WINRT_...
/************************************************************************************** Copyright 2015 Applied Research Associates, 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.ap...
/** ****************************************************************************** * File Name : main.c * Description : Main program body ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Redistribution and use in ...
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:04:43 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
/* * Copyright (c) 2017 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ /** * @addtogroup t_tickless * @{ * @defgroup t_tickless_concept test_tickless_concept * @brief TestPurpose: verify tickless idle concepts * @details https://www.zephyrproject.org/doc/subsystems/power_management.html#tickless...
/**ARGS: -DFOO=1 */ /**SYSCODE: = 1 | 16 */ #if FOO KEEP ME #else DELETE ME #endif
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "UIScrollView.h" @class SBLockScreenView; @interface SBLockScreenScrollView : UIScrollView { id <SBUIPasscodeLockView> _passcodeView; // 8 = 0x8 SBLockScreenView *...
/******************************************************************************* * File Name: cyfitter_cfg.c * * PSoC Creator 4.2 * * Description: * This file contains device initialization code. * Except for the user defined sections in CyClockStartupError(), this file should not be modified. * This file is automati...
/*- * SPDX-License-Identifier: ISC * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * Copyright (c) 2002-2004 Atheros Communications, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright no...
#ifndef READ_H #define READ_H #include <string> #include <vector> #include <unordered_set> #include "entry.h" class Read { public: Read(const std::string& name, int mapq, int source_id, int sample_id); virtual ~Read() {} std::string toString(); void addVariant(int position, int allele, std::vector<unsigned int> ...
/* Simple DirectMedia Layer Copyright (C) 1997-2021 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 ...
#include<stdio.h> #include<stdlib.h> #include<fcntl.h> #include<unistd.h> #include<sys/wait.h> #include<linux/ioctl.h> #include<sys/ioctl.h> #define DEVICE "/dev/a5" #define CDRV_IOC_MAGIC 'Z' #define E2_IOCMODE1 _IOWR(CDRV_IOC_MAGIC, 1, int) #define E2_IOCMODE2 _IOWR(CDRV_IOC_MAGIC, 2, int) int main() { int i,fd; ...
#ifndef _GETOPT_H_ #define _GETOPT_H_ 1 #ifndef NET_SNMP_CONFIG_H #error <net-snmp/net-snmp-config.h> must be included before <net-snmp/library/getopt.h>. #endif #if !defined(HAVE_GETOPT_H) #ifdef __cplusplus extern "C" { #endif NETSNMP_IMPORT int getopt(int, char *const *, const char *); NETSNMP_IMPORT ...
/* * This file is part of the Circuit Python project, https://github.com/adafruit/circuitpython * * The MIT License (MIT) * * Copyright (c) 2018 Roy Hooper * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to ...
// Lean compiler output // Module: Lean.Message // Imports: Init Lean.Data.Position Lean.Data.OpenDecl Lean.Syntax Lean.MetavarContext Lean.Environment Lean.Util.PPExt #include <lean/lean.h> #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wunused-label" #e...
/** ****************************************************************************** * @file stm32f7xx_hal_adc.h * @author MCD Application Team * @version V1.2.2 * @date 14-April-2017 * @brief Header file of ADC HAL module. ***************************************************************************...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit */ @interface TKTonePickerOutlineViewController : NSViewController <NSOutlineViewDataSource, NSOutlineViewDelegate, TKPickerOutlineViewEventHandlingDelegate, TKTonePickerContentViewController, TKTonePickerC...
/* * Copyright (C) 2017 Intel Deutschland GmbH, 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
/* * Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and...
/* * Copyright (c) 2018 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_INCLUDE_MISC_MEMPOOL_H_ #define ZEPHYR_INCLUDE_MISC_MEMPOOL_H_ #include <kernel.h> #include <misc/mempool_base.h> #include <misc/mutex.h> struct sys_mem_pool { struct sys_mem_pool_base base; struct sys_mutex mut...
#pragma once #include <Network/Packet/cPacketBase.h> #include <Network/Packet/PacketId.h> #include <cinder/Vector.h> namespace Network { namespace Packet { namespace Request { class cReqLightBomb : public cPacketBase<cReqLightBomb, PacketId::REQ_LIGHT_BOMB> { public: cReqLightBomb( ); void packetImport( cNetwor...
/* Copyright 2008-2017 Carsten Elton Sorensen This file is part of ASMotor. ASMotor 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 the License, or (at your option) any l...
/* * TCP Illinois congestion control. * Home page: * http://www.ews.uiuc.edu/~shaoliu/tcpillinois/index.html * * The algorithm is described in: * "TCP-Illinois: A Loss and Delay-Based Congestion Control Algorithm * for High-Speed Networks" * http://www.ifp.illinois.edu/~srikant/Papers/liubassri06perf.pdf * *...
#pragma once namespace gte { class MVB3 { public: MVB3(); void ComputeMinimumVolumeBoxFromPoints(unsigned int numThreads, int numPoints, double const* points, unsigned int lgMaxSample, double center[3], double axis[9], double extent[3], double volume[1])...
// // ChannelsCommand.h // wry // // Created by Rob Warner on 5/13/13. // Copyright (c) 2013 Rob Warner. All rights reserved. // #import "WryCommand.h" #import "BaseCommandAbstract.h" @interface ChannelsCommand : BaseCommandAbstract @end
// 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 REMOTING_HOST_DESKTOP_SESSION_WIN_H_ #define REMOTING_HOST_DESKTOP_SESSION_WIN_H_ #include "base/memory/ref_counted.h" #include "base/memory/...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_KERNEL_H #define _LINUX_KERNEL_H #include <stdarg.h> #include <linux/limits.h> #include <linux/linkage.h> #include <linux/stddef.h> #include <linux/types.h> #include <linux/compiler.h> #include <linux/bitops.h> #include <linux/log2.h> #include <linux/typecheck.h> ...
/* * Copyright (C) 2019 The Android Open Source 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 app...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:28:04 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/Frameworks/SpriteKit.framewo...
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
#ifndef _CPHYSICSMANAGER_ #define _CPHYSICSMANAGER_ #include "singleton.h" #include "OgreOde_Core.h" #include "collisionmanager.h" #include "timemanager.h" class CPhysicsManager:public SSingleton<CPhysicsManager> { public: CPhysicsManager(); ~CPhysicsManager(); void setCollisionManager( CCollisionM...
#ifndef __ModuleSceneIntro_H__ #define __ModuleSceneIntro_H__ #include "Module.h" #include "Globals.h" #include "Primitive.h" #include "Geometry.h" #include "Mesh.h" #include <list> //#include "PhysBody3D.h" struct PhysBody3D; class ModuleSceneIntro : public Module { public: ModuleSceneIntro(Application* app, con...
/* ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:44:35 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/Frameworks/EventKit.framework/EventKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos....
/***************************************************************************************** * * * OpenSpace * * ...
const char font24[256][40]={ {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}, // 0x00 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0x80,0x10,0x40,0x20...
/***************************************************************************** * x264: h264 encoder ***************************************************************************** * Copyright (C) 2005 Tuukka Toivonen <tuukkat@ee.oulu.fi> * * This program is free software; you can redistribute it and/or modify * it ...
/* * 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. */ #pragma once #include <functional> #include <memory> #include <string> #include <unordered_map> #include "watchman/watchman_string...
/*- * Copyright (c) 2001 Atsushi Onoe * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * 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 ret...
/* 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...
#include "stdMath.h" #include <math.h> #include "stdMathTables.h" float stdMath_FlexPower(float num, int32_t exp) { float retval = num; for (int32_t i = 0; i < exp - 1; ++i) { retval = retval * num; } return retval; } float stdMath_NormalizeAngle(float angle) { float retval; if...
#include "stm32f1xx_hal.h" #include "gpio.h" #include "soft_timer.h" #include "mainloop_timer.h" #include "misc.h" #define BLINK_INTERVAL 50 static SoftTimerElem _blink_timer; static void blink_callback(SoftTimerElem* te) { HAL_GPIO_TogglePin(LED_GPIO_Port, LED_Pin); mainloop_timer_schedule(&_blink_timer,...
/* ** EPITECH PROJECT, 2020 ** MUL_my_rpg_2019 ** File description: ** fps */ #include "rpg.h" check_box_t create_check_box(int id, sfVector2f pos) { check_box_t box; int f = (id * 30) + 60; char *str = my_itoa(f), *s = malloc(sizeof(char) * 8); my_strcpy(s, str), my_strcat(s, " FPS"); free(str); ...
// Copyright 2013 The Flutter 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 FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_MOCK_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_MOCK_H_ #include "flutter/shell/gpu/...
extern zend_class_entry *phalcon_flash_session_ce; ZEPHIR_INIT_CLASS(Phalcon_Flash_Session); PHP_METHOD(Phalcon_Flash_Session, setDI); PHP_METHOD(Phalcon_Flash_Session, getDI); PHP_METHOD(Phalcon_Flash_Session, _getSessionMessages); PHP_METHOD(Phalcon_Flash_Session, _setSessionMessages); PHP_METHOD(Phalcon_Flash_Sess...
// Copyright (C) 2018-2022 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include "reorder_kernel_base.h" namespace kernel_selector { class reorder_biplanar_nv12 : public ReorderKernelBase { public: reorder_biplanar_nv12() : ReorderKernelBase("reorder_biplanar_nv12") {} virtual ~r...
// Copyright (c) 2018 Samsung Electronics Co., LTD // Distributed under the MIT License. // See the LICENSE file in the project root for more information. #pragma once #include <fstream> #include <mutex> #include <string> #include <list> #include <condition_variable> #pragma warning (disable:4068) // Visual Studio s...
/* Copyright 2016 OpenMarket Ltd Copyright 2018 New Vector 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 o...
/** @file ***************************************************************************** Declaration of interfaces for the class PourTransaction. ***************************************************************************** * @author This file is part of libzerocash, developed by the Zerocash * pr...
/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkMutex_pthread_DEFINED #define SkMutex_pthread_DEFINED /** Posix pthread_mutex based mutex. */ #include <errno.h> #include <pthread.h> // This isn't technically po...
/******************************************************************* * * CAUTION: This file is automatically generated by HSI. * Version: * DO NOT EDIT. * * Copyright (C) 2010-2018 Xilinx, Inc. All Rights Reserved.* *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and ass...
/*************************************************************************** # Copyright (c) 2015, NVIDIA CORPORATION. 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 sourc...
/*-------------------------------------------------------------------------- ----- File: t1outline.c ----- Author: Rainer Menzner (Rainer.Menzner@web.de) ----- Date: 2005-05-01 ----- Description: This file is part of the t1-library. It contains functions for getting glyp...
/****************************************************************************** * Copyright (2017), Pervasive Displays Inc. ******************************************************************************* * * Authors: Pervasive Displays Inc. * * * Redistribution and use in source and binary forms, with or without * m...
#ifndef CollectionParameterMap_h #define CollectionParameterMap_h 1 #include "EVENT/LCCollection.h" #include <map> #include <string> using namespace EVENT; namespace UTIL{ /** Helper class for setting and retrieving an std::map<string,int> as collection parameters. * Depending on which constructor was ...
// SPDX-License-Identifier: GPL-2.0 /* Copyright(c) 2016 - 2018 Intel Corporation. All rights reserved. */ #include <linux/memremap.h> #include <linux/module.h> #include <linux/pfn_t.h> #include "../../nvdimm/pfn.h" #include "../../nvdimm/nd.h" #include "../bus.h" struct dev_dax *__dax_pmem_probe(struct device *dev, e...
// // Copyright 2016 Pixar // // Licensed under the Apache License, Version 2.0 (the "Apache License") // with the following modification; you may not use this file except in // compliance with the Apache License and the following modification to it: // Section 6. Trademarks. is deleted and replaced with: // // 6. Trad...
/* * This file is part of MXE. See LICENSE.md for licensing information. */ #ifdef _WIN32 #include <windows.h> #ifndef _Windows # define _Windows #endif #ifndef GSDLLEXPORT # ifdef GS_STATIC_LIB # define GSDLLEXPORT # else # define GSDLLEXPORT __declspec(dllimport) # endif #endif #endif /* _WIN32 */ #include...
/* This testcase is part of GDB, the GNU debugger. Copyright 2015 Free Software Foundation, Inc. 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 the License, or (a...
// Copyright 2012 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
/* * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in ...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
/* * Copyright (C) 2015 The Android Open Source 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 app...
#pragma once #include "../glCraft.h" class Util { Util() = default; public: class HashVec2 { public: size_t operator()(const glm::ivec2& coord) const noexcept { return std::hash<int32_t>{}(coord.x) | (std::hash<int32_t>{}(coord.y) << sizeof(int32_t) * 8); }; }; static Ref<std::string> readBi...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:44:42 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* * rmobile power management support * * Copyright (C) 2012 Renesas Solutions Corp. * Copyright (C) 2012 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> * * based on pm-sh7372.c * Copyright (C) 2011 Magnus Damm * * This file is subject to the terms and conditions of the GNU General Public * License. ...
/** ****************************************************************************** * @file stm32f0xx_wwdg.h * @author MCD Application Team * @version V1.1.1 * @date 31-July-2013 * @brief This file contains all the functions prototypes for the WWDG * firmware library. *****************...
/* Copyright (c) MediaArea.net SARL. All Rights Reserved. * * Use of this source code is governed by a zlib-style license that can * be found in the License.txt file in the root of the source tree. */ //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // More methods for std::vecto...
#ifndef FIX41_ORDERCANCELREJECT_H #define FIX41_ORDERCANCELREJECT_H #include "Message.h" namespace FIX41 { class OrderCancelReject : public Message { public: OrderCancelReject() : Message(MsgType()) {} OrderCancelReject(const FIX::Message& m) : Message(m) {} OrderCancelReject(const Message& m) : Me...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "EnvironmentQuery/Items/EnvQueryItemType_VectorBase.h" #include "EnvQueryItemType_Direction.generated.h" struct FEnvQueryContextData; UCLASS() class AIMODULE_API UEnvQueryItemType_Direction : public UEnvQueryItemType_VectorBase { GEN...
/* * Copyright (c) 2009-2017 Nicira, 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...
// Copyright 2020, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
/*- * Copyright (c) 2017 Emmanuel Vadot <manu@freebsd.org> * * 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 condition...
#ifndef __PID_H__ #define __PID_H__ #include <math.h> #include <string.h> #include <stdlib.h> #include <stdint.h> typedef struct PID { float err[3]; float rateError[3]; float err_last[3]; float preRateError[3]; float Kp[3],Ki[3],Kd[3]; float iKp[3],iKi[3],iKd[3]; float output[3]; float integral[3];...
/****************************************************************************** * * Module Name: exconvrt - Object conversion routines * *****************************************************************************/ /* * Copyright (C) 2000 - 2017, Intel Corp. * All rights reserved. * * Redistribution and use i...
// // FCCollectionViewCell.h // DJBase // // Created by dengjie on 2017/3/2. // Copyright © 2017年 u1city01. All rights reserved. // #import <UIKit/UIKit.h> #import "FCCollectionViewCellProtocol.h" @interface FCCollectionViewCell : UICollectionViewCell<FCCollectionViewCellProtocol> @end
/* Tests what happens when a process tries to zap the Sentinel. * * start1 creates XXp1 at priority 3 * start1 blocks on a join * * XXp1 attempts to zap the Sentinel * * Sentinel is now the only process that can run. Determines there * are 3 processes left. Reports this state, then Halts USLOSS. */ #include <...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:53:29 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/MultipeerConnectivity.framework/MultipeerConnectivity * classdump-dyld is licensed under GPLv3, Copyright ©...
// // 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> @class NSData, NSSet; @interface _NMRPlaybackQueueSendRecord : NSObject { NSData *_queueData; // 8 = 0x8 NSSet ...