text
stringlengths
9
948k
/* 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. */ #include "tomcrypt_private.h" #ifdef LTC_CHA...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- * vim:cindent:ts=2:et:sw=2: * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except ...
/*************************************************************************** * COPYRIGHT NOTICE * Copyright 2020 Horizon Robotics, Inc. * All rights reserved. ***************************************************************************/ #ifndef INCLUDE_VPS_MODULE_H_ #define INCLUDE_VPS_MODULE_H_ #include <semaphore....
#pragma once struct Scale { const char * name; // each Scale consists of 12 int arrays of 12 elements each. // each array lists the notes that can be jumped to from that scale degree. // they are "ragged" in the sense that a zero in the array indicates an end of valid entries. // for example: // if not...
#ifndef UNIT_TYPE_LOADER #define UNIT_TYPE_LOADER #include "ModLoader/ModLoader.h" #include "Parser.h" #include "UnitType.h" namespace EU4 { class UnitTypeLoader { public: void loadUnitTypes(const std::string& EU4Path, const Mods& mods); void loadUnitType(const std::string& unitName, std::istream& theStream); [[...
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
/** * ServoCMD Objects * @author Curt Henrichs * @date 3-31-17 * Implementation of the servo control commands used in the command line. * Pan and tilt functionality exposed for the user to control the servos. */ #ifndef SERVOCMD_H_ #define SERVOCMD_H_ //==========================================================...
// Copyright (c) 2011 The LevelDB Authors. 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. // // An iterator yields a sequence of key/value pairs from a source. // The following class defines the...
// SPDX-License-Identifier: GPL-2.0+ /* * Generic driver for memory-mapped GPIO controllers. * * Copyright 2008 MontaVista Software, Inc. * Copyright 2008,2010 Anton Vorontsov <cbouatmailru@gmail.com> * * ....``.```~~~~````.`.`.`.`.```````'',,,.........`````......`....... * ...`` ...
// // NSNumber+CGFloat.h // // Created by Alexey Aleshkov on 16.02.14. // Copyright (c) 2014 Alexey Aleshkov. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface NSNumber (CGFloat) - (CGFloat)CGFloatValue; - (id)initWithCGFloat:(CGFloat)value; + (NSNumber *)numberWithCGFl...
/** * \file * * Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries. * * \asf_license_start * * \page License * * Subject to your compliance with these terms, you may use Microchip * software and any derivatives exclusively with Microchip products. * It is your responsibility to comply wit...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
/********************************************************* * Copyright (C) 2011-2016 VMware, Inc. All rights reserved. * * This program 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 version 2.1 an...
// Copyright 2019 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
// Copyright (c) 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 PAICOIN_THREADINTERRUPT_H #define PAICOIN_THREADINTERRUPT_H #include <atomic> #include <chrono> #include <condition_varia...
/****************************************************************************** QtAV: Media play library based on Qt and FFmpeg Copyright (C) 2012-2016 Wang Bin <wbsecg1@gmail.com> * This file is part of QtAV This library is free software; you can redistribute it and/or modify it under the term...
#pragma once #include "SDL.h" #include "MapData.h" #include "Enemy.h" #include "Pathfinder.h" #include "MapManager.h" static class EnemyManager { public: EnemyManager(Player* player, MapManager *, const MapData& data, int count); ~EnemyManager(); void init(); void handleEvents(); void update(); void render(); ...
/* * * Copyright 2015, Google 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: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
// // External.h // Locat // // Created by hetima on 2015/04/07. // Copyright (c) 2015 hetima. All rights reserved. // #import <AppKit/AppKit.h> //FinderKit struct TFENode { struct OpaqueNodeRef *fNodeRef; }; struct TFENodeVector { struct TFENode *_begin; struct TFENode *_end; struct TFENode *...
/* Copyright (c) 2014-2018 Jorge Matricali 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, publish, distri...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2017-2019 The GlobalSalaryCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SCRIPT_ISMI...
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
/* * Device driver for the Apple Desktop Bus * and the /dev/adb device on macintoshes. * * Copyright (C) 1996 Paul Mackerras. * * Modified to declare controllers as structures, added * client notification of bus reset and handles PowerBook * sleep, by Benjamin Herrenschmidt. * * To do: * * - /sys/bus/adb to...
/* * Copyright 2020 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SKSL_DSL_MODIFIERS #define SKSL_DSL_MODIFIERS #include "src/sksl/ir/SkSLModifiers.h" namespace SkSL { namespace dsl { enum Modifier { kNo_Modifier = ...
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2016-2020 Authors of Cilium */ #if !defined(__LIB_ICMP6__) && defined(ENABLE_IPV6) #define __LIB_ICMP6__ #include <linux/icmpv6.h> #include <linux/in.h> #include "common.h" #include "eth.h" #include "drop.h" #define ICMP6_TYPE_OFFSET (sizeof(struct ipv6hdr) + o...
/* src/bin/psql/mbprint.h */ #ifndef MBPRINT_H #define MBPRINT_H struct lineptr { unsigned char *ptr; int width; }; extern unsigned char *mbvalidate(unsigned char *pwcs, int encoding); extern int pg_wcswidth(const unsigned char *pwcs, size_t len, int encoding); extern void pg_wcsformat(unsigned char *pwcs, size_...
/* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-gcc,v 1.81 2015/01/31 08:50:01 mrg Exp */ /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ /* config.h. Generated from config.in by configure. */ /* config.in. Generated from configur...
// This file is MACHINE GENERATED! Do not edit. #ifndef E__JLCHEN_TENSORFLOW_TENSORFLOW_CONTRIB_CMAKE_BUILD_TENSORFLOW_CC_OPS_REMOTE_FUSED_GRAPH_OPS_H_ #define E__JLCHEN_TENSORFLOW_TENSORFLOW_CONTRIB_CMAKE_BUILD_TENSORFLOW_CC_OPS_REMOTE_FUSED_GRAPH_OPS_H_ // This file is MACHINE GENERATED! Do not edit. #include "ten...
/*- * Copyright (c) 2003-2007 Tim Kientzle * Copyright (c) 2011 Andres Mejia * 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 *...
#pragma once // maximum size for xpub. TODO: we can make this 112 bytes, based on: // https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#serialization-format #define XPUB_SIZE 128 #ifdef BTC_MAINNET // This defines the gateway address used for transferring out of cold storage #define GATEWAY \ "xp...
/* * PSP Software Development Kit - https://github.com/pspdev * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * * pspiofilemgr_fcntl.h - File control definitions. * * Copyright (c) 2005 Marcus R. Brown <mrbrown@oc...
/***************************************************************************** * Copyright(C)2009-2019 by VSF Team * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * ...
/* * Copyright (c) 2020 Huawei Technologies Co.,Ltd. * * openGauss is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ...
/*************************************************************************** * Copyright 2013 CertiVox UK Ltd. * * This file is ...
#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_TipSee_TestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_TipSee_TestsVersionStrin...
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ #include "spice.h" #include "ifsim.h" #include "cpdefs.h" #include "fteext.h" #include "ftedefs.h" #include "inpdefs.h" #include "util.h" #include "iferrmsg.h" #include "tskdefs.h" #incl...
/*************************************************************************** * * Author: "Sjors H.W. Scheres" * MRC Laboratory of Molecular Biology * * 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 F...
#include<stdio.h> /*Essa função calcula o peso ideal da pessoa com base na sua altura e sexo */ void ideal_weight() { int sexo; /* variavel do tipo int para armazenar a informação sobre o sexo da pessoa */ float peso, altura; /*E variaveis do tipo float para armazenar as informaçoes de peso, no caso o peso ide...
//----------------------------------------------------------------------------- // COMPILE-TIME OPTIONS FOR DEAR IMGUI // Runtime options (clipboard callbacks, enabling various features, etc.) can generally be set via the ImGuiIO structure. // You can use ImGui::SetAllocatorFunctions() before calling ImGui::CreateConte...
/* * Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers * Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved. * Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved. * Copyright (c) 1999-2004 Hewlett-Packard Development Company, L.P. * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTEL...
//%includeGuardStart { #ifndef MESHMOVERAPPHANDLER_H #define MESHMOVERAPPHANDLER_H //%includeGuardStart } IY/3JnxHgqkhATuA1G5YCg //%Header { /***************************************************************************** * * File: src/MeshMover/MeshMoverAppHandler.h * * Copyright: Andy Southgate 2002-2007, 2020 * ...
// // MetroCell.h // tianyaTest // // Created by baiqiang on 2019/2/23. // Copyright © 2019年 baiqiang. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface MetroCell : UITableViewCell - (void)configInfo:(NSDictionary *)info; @end NS_ASSUME_NONNULL_END
// Copyright 2016 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 COMPONENTS_CRONET_IOS_CRONET_ENVIRONMENT_H_ #define COMPONENTS_CRONET_IOS_CRONET_ENVIRONMENT_H_ #include <list> #include <memory> #include <strin...
/* * Copyright 2016 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 ...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
// // LevelUpMemberCellTwo.h // 531Mall // // Created by 王涛 on 2020/5/22. // Copyright © 2020 Celery. All rights reserved. // #import "BaseTableViewCell.h" #import "DeclarationProductsModel.h" NS_ASSUME_NONNULL_BEGIN @interface LevelUpMemberCellTwo : BaseTableViewCell -(void)setCellData:(DeclarationProductsGoods...
//////////////////////////////////////////////////////////////////////////////// // BSD 3-Clause License // // Copyright (c) 2018, Iowa State University All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are...
// Copyright (c) 2001,2011 Max-Planck-Institute Saarbruecken (Germany). // 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 // General Public License as published by the Free Software Foundation, // either version 3 of the Licen...
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:15:06 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli...
#include "display.h" unsigned char* buffer[40] = {}; unsigned char* acceleration_string[100] = {}; unsigned char* MS5837_output_string[100] = {}; unsigned char* depth_string[20] = {}; unsigned char* dive_id_string[20] = {}; unsigned char* ticks_string[20] = {}; void format_depth_string(float depth, unsigned char* dep...
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "GameFramework/GameMode.h" #include "SnakeGameMode.generated.h" /** * */ UCLASS() class SNAKE_API ASnakeGameMode : public AGameMode { GENERATED_BODY() };
#pragma once /*____________________________________________________________________________________________________________ Original Author: skadro Github: https://github.com/skadro-official License: See end of file skCrypter Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++1...
#ifndef EGLUT_X11_H #define EGLUT_X11_H #ifdef __cplusplus extern "C" { #endif #ifndef EGLUT_NO_X11_INCLUDE #include <X11/Xlib.h> Display* eglutGetDisplay(); Window eglutGetWindowHandle(); #endif void eglutInitX11ClassInstanceName(const char *value); void eglutInitX11ClassName(const char *value); #ifdef __cplusplu...
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @author MCD Application Team * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRI...
// // DynamicContentView.h // LRTableView // // Created by 黄露 on 2017/9/18. // Copyright © 2017年 huanglu. All rights reserved. // #import <UIKit/UIKit.h> #import "DynamicContentObject.h" @class DynamicContentView; @protocol DynamicContentViewDelegate <NSObject> - (void) dynamicContentView:(DynamicContentView *)...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:17:03 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/Catalys...
// Copyright 2006-2008 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 MINI_CHROMIUM_BASE_SYNCHRONIZATION_LOCK_IMPL_H_ #define MINI_CHROMIUM_BASE_SYNCHRONIZATION_LOCK_IMPL_H_ #include <pthread.h> #include "base...
/* ============================================================================== Common.h Created: 10 Jun 2012 7:30:05pm Author: David Rowland ============================================================================== */ #ifndef __PARAMETERUPDATER_H__ #define __PARAMETERUPDATER_H__ //=========...
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. * No other uses are authorized. This software is owned by Renesas Elect...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
/* * (C) Copyright 2014 * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <gdsys_fpga.h> enum { UNITTYPE_MAIN_SERVER = 0, UNITTYPE_MAIN_USER = 1, UNITTYPE_VIDEO_SERVER = 2, UNITTYPE_VIDEO_USER = 3, }; enum { UNITTYPEPCB_DVI = 0,...
////////////////////////////////////////////////////////////////////////// // // pgAdmin III - PostgreSQL Tools // RCS-ID: $Id$ // Copyright (C) 2002 - 2010, The pgAdmin Development Team // This software is released under the Artistic Licence // // calbox.h - Date-picker control box // ////////////////////////////...
/* * Copyright (c) 2012 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...
/*- * Copyright (c) 2006 nCircle Network Security, Inc. * Copyright (c) 2007 Robert N. M. Watson * All rights reserved. * * This software was developed by Robert N. M. Watson for the TrustedBSD * Project under contract to nCircle Network Security, Inc. * * Redistribution and use in source and binary forms, with...
// Copyright (c) 2014, The Monero Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this list of // ...
// Copyright (c) 2011-2013 The Bitcoin developers // Copyright (c) 2017 The PIVX developers // Copyright (c) 2018 The OBSR developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TRAFFICGRAPHWIDGET_H #d...
// 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_SOURCESET_H_ #define FXJS_XFA_CJX_SOURCESET_H_ #include ...
//----------------------------------------------------------------------------// //| //| MachOKit - A Lightweight Mach-O Parsing Library //! @file MKObjCElementList.h //! //! @author D.V. //! @copyright Copyright (c) 2014-2015 D.V. All rights reserved. //| //| Permission is hereby granted, free o...
// Copyright 2015 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 UI_GFX_HUD_FONT_H_ #define UI_GFX_HUD_FONT_H_ #include "skia/ext/refptr.h" #include "ui/gfx/gfx_export.h" class SkTypeface; namespace gfx { GF...
/********************************************************************************* * * Inviwo - Interactive Visualization Workshop * * Copyright (c) 2018-2019 Inviwo Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
/* * Copyright (c) 2016-2017, OARC, 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 ...
// 1011.0.0 #pragma once const uint32_t d3d9_convert_yuy2_uyvy[] = { 0x07230203,0x00010000,0x0008000a,0x000000b8,0x00000000,0x00020011,0x00000001,0x00020011, 0x0000002e,0x00020011,0x00000038,0x0006000b,0x00000001,0x4c534c47,0x6474732e,0x3035342e, 0x00000000,0x0003000e,0x00000000,0x00000001,0x0006000f,0x00000005,0x...
@interface KinemeGLMultMatrixPatch : QCPatch { QCBooleanPort *inputTranspose; QCNumberPort *input00; QCNumberPort *input01; QCNumberPort *input02; QCNumberPort *input03; QCNumberPort *input10; QCNumberPort *input11; QCNumberPort *input12; QCNumberPort *input13; QCNumberPort *input20; QCNumberPort *input21; ...
#pragma once #include <chrono> #include <functional> #include <future> #include <string> #include <gtest/gtest.h> #include "global_include.h" #include "log.h" // Autostarting SITL is not supported on Windows class SitlTest : public testing::Test { protected: void StartPX4(const std::string& model) { #ifndef ...
/* Routines for the P7_OPROFILE structure: * a search profile in an optimized implementation. * * Contents: * 1. The P7_OPROFILE object: allocation, initialization, destruction. * 2. Conversion from generic P7_PROFILE to optimized P7_OPROFILE * 3. Debugging and development utilities. * 4. Benchmark dr...
// // 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 "WCAccountBaseViewController.h" #import "IMMLanguageMgrExt-Protocol.h" @class NSArray, NSMutableArray, NSString, UIButton, UI...
/* * Copyright (c) 1994, 1995, 1996 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code distributions * retain the above copyright notice and this paragraph in its e...
#pragma once #include <QWidget> #include <QMouseEvent> #include <QClipboard> namespace Ui { class WalletPriKeyWidget; }; class WalletPriKeyWidget : public QWidget { Q_OBJECT public: WalletPriKeyWidget(QWidget *parent = Q_NULLPTR); ~WalletPriKeyWidget(); void setPriKey(QString); private slots: void slotCop...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:12:56 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/SAObjects...
#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> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Collections_Generic_Dictionary_2_K3863041501MethodDeclarations.h" // System.Vo...
// // Assistant2.h // OC26 // // Created by zmrbak on 2020/1/29. // Copyright © 2020 zmrbak. All rights reserved. // #import <Foundation/Foundation.h> #import "TicketDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface Assistant2 : NSObject<TicketDelegate> //- (int)leftTicketsNumber; //- (int)ticktPrice; @end NS_ASSUM...
/* +------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | https://www.mrpt.org/ | | | | Cop...
// 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 COMPONENTS_NTP_TILES_SECTION_TYPE_H_ #define COMPONENTS_NTP_TILES_SECTION_TYPE_H_ namespace ntp_tiles { // The type of a section means all its t...
/* * Written by Michael Shalayeff. Public Domain */ #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" float ceilf(float x) { u_int64_t ofpsr, fpsr; __asm__ __volatile__("fstds %%fr0,0(%0)" :: "r" (&ofpsr) : "memory"); fpsr = (ofpsr & ~((u_int64_t)FP_RM << (9 + 32))) | ((u_int64_t)FP_RP <...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:43:09 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/CardServices.framework/CardServices * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensee...
// Copyright 2014 BitPay Inc. // Copyright 2015 TMIcoin Core Developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __UNIVALUE_H__ #define __UNIVALUE_H__ #include <stdint.h> #include <string> #include <vector> #inc...
/***************************************************************************//** * @file * @brief Ambient Light and UV Index GATT Service header ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ************...
#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_BSUITest_TestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_BSUITest_TestsVersionS...
/** @file @brief Precise time measurement for both Windows and Linux systems @details By creating a handy::Benchmark (which is an alias to @link handy::impl::Benchmark handy::impl::Benchmark<true> @endlink) object, you start the clock, whichs is precise up to nanoseconds. The c...
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
// Copyright 2014 the V8 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 V8_COMPILER_IA32_INSTRUCTION_CODES_IA32_H_ #define V8_COMPILER_IA32_INSTRUCTION_CODES_IA32_H_ namespace v8 { namespace internal { namespace com...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2010 TELEMATICS LAB, DEE - Politecnico di Bari * * 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 Foundatio...
#import "MOBProjection.h" @interface MOBProjectionEPSG27037 : MOBProjection @end
#include "permutations.h" #include "api.h" #include "round.h" #if NUM_SHARES_KEY == 1 || NUM_SHARES_AD == 1 || NUM_SHARES_M == 1 void P1(state_t* s, int nr) { PROUNDS(s, nr, 1); } #endif #if NUM_SHARES_KEY == 2 || NUM_SHARES_AD == 2 || NUM_SHARES_M == 2 void P2(state_t* s, int nr) { PROUNDS(s, nr, 2); } #endif #if ...
#ifndef __CAMSTATUSVIEW_H #define __CAMSTATUSVIEW_H #include <View.h> class BBitmap; class BStatusBar; class BStringView; class Controller; class SquareBitmapView; class CamStatusView : public BView { public: CamStatusView(Controller* controller); virtual void AttachedToWindow(); virtual void Draw(BRect updateRec...
// // Copyright (C) 2012 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...