text
stringlengths
9
948k
//================================================================================================= /*! // \file blaze/math/typetraits/IsMatInvExpr.h // \brief Header file for the IsMatInvExpr type trait class // // Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved // // This file is part of the Blaze l...
#pragma once #include <glbinding/nogl.h> #include <glbinding/gl/bitfield.h> namespace gl32core { // import bitfields to namespace using gl::GL_NONE_BIT; using gl::GL_CONTEXT_CORE_PROFILE_BIT; using gl::GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; using gl::GL_SYNC_FLUSH_COMMANDS_BIT; using gl::GL_CONTEXT_COMPATIBILITY...
/**CFile**************************************************************** FileName [simSupp.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Network and node package.] Synopsis [Simulation to determine functional support.] Author [Alan Mishchenko] Affiliation [UC...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include "pch.h" namespace AdaptiveSharedNamespace { class BaseCardElement; class ParseContext; class InternalId; class BaseCardElementParser { public: virtual std::shared_ptr<...
#pragma once #include "globalincs/pstypes.h" #include "math/vecmat.h" namespace graphics { enum class PostEffectUniformType { Invalid, NoiseAmount, Saturation, Brightness, Contrast, FilmGrain, TvStripes, Cutoff, Tint, Dither, }; struct post_effect_t { SCP_string name; PostEffectUniformType uniform_type...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 11 2021 20:53:35). // // Copyright (C) 1997-2019 Steve Nygard. // #import <AppKit/NSWindowController.h> @class LKDocumentTabModule, LKWindowModule, NSHashTable; @interface LKWindowModuleController : NSWindowController { NSHashTable *_mod...
/* 3) Faça um programa que imprima os 'n' (indicado pelo usuario) primeiros números pares. Apresentar cinco valores por linha. A solução deve ser feita utilizando a estrutura de repetição for. Por exemplo, se o usuário informar 10, mostrar: 0 2 4 6 8 //primeira linha com cinco números 10 12 14 16 18 // segunda linha c...
// '########'########::'######:'########:'##:::'##: // ... ##..::##.... ##'##... ##:##.... ##:##::'##:: // ::: ##::::##:::: ##:##:::..::##:::: ##:##:'##::: // ::: ##::::########:. ######::##:::: ##:#####:::: // ::: ##::::##.... ##:..... ##:##:::: ##:##. ##::: // ::: ##::::##:::: ##'##::: ##:##:::: ##:...
// // CXYViewController.h // CxyMonitorKit // // Created by Tony-Alin on 07/19/2021. // Copyright (c) 2021 Tony-Alin. All rights reserved. // @import UIKit; @interface CXYViewController : UIViewController @end
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
#ifndef DEFINES_H #define DEFINES_H /**********Macros******************/ #define BUZZER_OFF() IO0CLR=(1<<25) //Macro to turn OFF buzzer #define BUZZER_ON() IO0SET=(1<<25) //Macro to turn ON buzzer /***********************************/ #define L_F (1<<21)//LEFT_FORWARD #define L_F_IO_0 (1<<2)//pin 2...
extern void poo();
/* * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com? * Released under the terms of the GNU GPL v2.0. * * Derived from menuconfig. * */ #define _GNU_SOURCE #include <string.h> #include <stdlib.h> #include "lkc.h" #include "nconf.h" #include <ctype.h> static const char nconf_global_help[] = N_( "Help windo...
#include "DBInputs.h" void nreadLine(FILE* file_ptr); void nreadLine(FILE* file_ptr) { int a, b, c, i, j; fscanf(file_ptr," {%d,%d,%d} ",&a,&b,&c); printf("Reading {%d,%d,%d}\n",a,b,c); } void initialiseDatabaseTest() { DataBase first_database; int degree = 5; int a; initialiseDataBase...
/* * Copyright (C) 2015-2018 Alibaba Group Holding Limited */ /* * The MD5 algorithm was designed by Ron Rivest in 1991. * * http://www.ietf.org/rfc/rfc1321.txt */ #ifdef SUPPORT_TLS #if !defined(MBEDTLS_CONFIG_FILE) #include "mbedtls/config.h" #else #include MBEDTLS_CONFIG_FILE #endif #if defined(MBEDTLS_...
// // fh_hash.h // FHSqliteDemo // // Created by 李浩 on 2017/7/12. // Copyright © 2017年 FromHell. All rights reserved. // #ifndef fh_hash_h #define fh_hash_h #include <stdio.h> #include "fh_define.h" typedef unsigned long FHHashCode; typedef const void * (*FHHashRetainCallback)(const void *value); typedef void (...
/*------------------------------------------------------------------------- * * heaptuple.c * This file contains heap tuple accessor and mutator routines, as well * as various tuple utilities. * * Some notes about varlenas and this code: * * Before Postgres 8.3 varlenas always had a 4-byte length header, an...
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
/* * Copyright (C) 2016 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...
/** * \file * \brief Unity tests for the cryptoauthlib Basic API * * \copyright (c) 2015-2020 Microchip Technology Inc. and its subsidiaries. * * \page License * * Subject to your compliance with these terms, you may use Microchip software * and any derivatives exclusively with Microchip products. It is your ...
/* * Definitions used by the uuidd daemon * * Copyright (C) 2007 Theodore Ts'o. * * %Begin-Header% * 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 copyr...
/**************************************************************************** Copyright (c) 2013 cocos2d-x.org http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software with...
/* * RELIC is an Efficient LIbrary for Cryptography * Copyright (C) 2007-2017 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file * for contact information. * * RELIC is free software; you can redistribute...
// Copyright 2020 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_UI_WEBUI_SETTINGS_CHROMEOS_PERSONALIZATION_SECTION_H_ #define CHROME_BROWSER_UI_WEBUI_SETTINGS_CHROMEOS_PERSONALIZATION_SECTION_H_ ...
/*========================================================================= * * Copyright NumFOCUS * * 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.o...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit */ @interface MKPinAnnotationView : MKAnnotationView { BOOL _animatesDrop; <_MKPinAnnotationViewDelegate> * _delegate; NSColor * _pinTintColor; MKImageView * _shadowView; int _state; } @proper...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 3:11:57 PM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /usr/libexec/sharingd * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ @class NSData, NSString; @...
/* * The copyright in this software is being made available under the 2-clauses * BSD License, included below. This software may be subject to other third * party and contributor rights, including patent rights, and no such rights * are granted under this license. * * Copyright (c) 2015, Matthieu Darbois * All r...
/* * ANSI C code from the article * "Contrast Limited Adaptive Histogram Equalization" * by Karel Zuiderveld, karel@cv.ruu.nl * in "Graphics Gems IV", Academic Press, 1994 * * * These functions implement Contrast Limited Adaptive Histogram Equalization. * The main routine (CLAHE) expects an input image that i...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE127_Buffer_Underread__char_alloca_ncpy_53b.c Label Definition File: CWE127_Buffer_Underread.stack.label.xml Template File: sources-sink-53b.tmpl.c */ /* * @description * CWE: 127 Buffer Under-read * BadSource: Set data pointer to before the allocated memory buffer *...
#ifndef TORUS_H #define TORUS_H #include "object.h" class Torus : public Object { public: Torus(Vector C, Vector u, double R, double r, Material m); bool isInside(const Vector &P) const; void intersect(const Ray &r, std::vector<IntersectionPointCSG *> &LI) const; Vector C; // Centre du tore ...
// 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...
30 atime=1386526223.084490434 30 ctime=1374498496.076315216
/* * Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot 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: * * * Redistributions of source code must retain the above co...
/* Nintendo Entertainment System (NES) loader module ------------------------------------------------------ Copyright 2006, Dennis Elser (dennis@backtrace.de) */ #ifndef _IOREGS_H #define _IOREGS_H // size of 8 and 16 bit I/O registers #define IOREG_8 1 #define IOREG_16 ...
/* --------------------------------------------- Makefile constructed configuration: Fri Sep 22 17:23:12 MDT 2017 ----------------------------------------------*/ #if !defined(KOKKOS_MACROS_HPP) || defined(KOKKOS_CORE_CONFIG_H) #error "Do not include KokkosCore_config.h directly; include Kokkos_Macros.hpp instead." #el...
/* * Copyright 2012 ZXing authors * * 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 ...
// Copyright 2016 The Chromium OS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMIUMOS_WIDE_PROFILING_DSO_H_ #define CHROMIUMOS_WIDE_PROFILING_DSO_H_ #include <sys/stat.h> #include <unordered_set> #include <utility> ...
#include "../../../test_common.h" #include <wctype.h> #include <wchar.h> /*@ assigns \result; */ extern locale_t locale(); void runSuccess() { char buf[] = ""; //@ assert \valid(buf+(0..\block_length(buf)-1)); //@ assert \exists integer x; buf[x] == '\0'; wctype_l(buf, locale()); } void runFailure() ...
/* SPDX-License-Identifier: MIT */ #ifndef __NVIF_CLASS_H__ #define __NVIF_CLASS_H__ /* these class numbers are made up by us, and not nvidia-assigned */ #define NVIF_CLASS_CLIENT /* if0000.h */ -0x00000000 #define NVIF_CLASS_CONTROL /* if0001.h */ -0x00000001 #de...
#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_FPSLabel_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_FPSLabel_ExampleVers...
/* * VKRenderPass.h * * This file is part of the "LLGL" project (Copyright (c) 2015-2019 by Lukas Hermanns) * See "LICENSE.txt" for license information. */ #ifndef LLGL_VK_RENDER_PASS_H #define LLGL_VK_RENDER_PASS_H #include <LLGL/RenderPass.h> #include <vulkan/vulkan.h> #include "../VKPtr.h" #include <cstdint...
// // Pointer.c // // // Created by Slice on 23.09.12. // // Initial idea comes from iBoot project by OS_Ninja and Ujen // their sources are under GNU License but I don't know what is the subject for licensing here. // my sources are quite different while Mouse/Events interfaces comes from Tiano, // for example Con...
/* utf8_decode.c */ /* 2005-12-25 */ /* Copyright (c) 2005 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, mod...
//===-- llvm/GlobalValue.h - Class to represent a global value --*- 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 // //===---------------------------...
/* relay */ // © 2noodles llc // minh@2noodles.com #ifndef RelayPCA_h #define RelayPCA_h #include "Arduino.h" #include "Relay.h" #include "Storable.h" #include "Adafruit_PWMServoDriver.h" class RelayPCA : public Relay { public: // Empty constructor. RelayPCA(); RelayPCA(char *in_name, int in_pin, i...
/* * Copyright 2013-2021 Real Logic Limited. * * 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 ...
#include "ceph_debug.h" #include <linux/err.h> #include <linux/scatterlist.h> #include <linux/slab.h> #include <crypto/hash.h> #include "crypto.h" #include "decode.h" int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end) { if (*p + sizeof(u16) + sizeof(key->created) + sizeof(u16) + key->...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #pragma once #if !defined(TARGET_LOONGARCH64) #error The file should not be included for this platform. #endif // NOTE for LoongArch64: // The `REG_R21` which alias `REG_X0` is spe...
/* * Copyright (c) 2019 Andrew Kelley * * This file is part of zig, which is MIT licensed. * See http://opensource.org/licenses/MIT */ #ifndef ZIG_ZIG_CLANG_H #define ZIG_ZIG_CLANG_H #include <inttypes.h> #include <stdbool.h> #include <stddef.h> #ifdef __cplusplus #define ZIG_EXTERN_C extern "C" #else #define Z...
// 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...
/* LibTomPoly, Polynomial Basis Math -- Tom St Denis * * LibTomPoly is a public domain library that provides * polynomial basis arithmetic support. It relies on * LibTomMath for large integer support. * * This library is free for all purposes without any * express guarantee that it works. * * Tom St Denis, ...
#ifndef INC_NMEA_GPGGA_H #define INC_NMEA_GPGGA_H #include <stdlib.h> #include <string.h> #include <time.h> #include <nmea.h> typedef struct { nmea_s base; struct tm time; nmea_position longitude; nmea_position latitude; int n_satellites; int altitude; char altitude_unit; unsigned char position_fix; } nmea_gp...
/* * * Copyright 2015 gRPC authors. * * 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 agree...
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
#ifndef RAY_H #define RAY_H #include "vec3.h" #include <random> class ray { public: ray(); ray(const vec3 &pos, const vec3 &direction, float time = 0.0f) : pos_(pos), direction_(direction), time_(time) {} vec3 origin() const { return pos_; } vec3 direction() const { return direction_; } float time() con...
/* * Configuation settings for the Motorola MC5272C3 board. * * (C) Copyright 2003 Josef Baumgartner <josef.baumgartner@telex.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU G...
/** @file Internal include file for Status Code Handler Driver. Copyright (c) 2009 - 2012, 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 t...
// // 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 "WCPayBaseViewController.h" #import "WCPayPaySecurityCgiDelegate-Protocol.h" @class NSString, WCPayPaySecurityCgi; @protocol ...
/* * Copyright 2013 Jacek Caban for CodeWeavers * * 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. * * T...
#ifndef C0P_PARAM_OBJECTS_SURFER__US_0O05__SURFTIMECONST_3O0_CHOICE_H #define C0P_PARAM_OBJECTS_SURFER__US_0O05__SURFTIMECONST_3O0_CHOICE_H #pragma once // THIS FILE SHOULD NOT BE EDITED DIRECTLY BY THE USERS. // THIS FILE WILL BE AUTOMATICALLY EDITED WHEN THE // CHOOSE COMMAND IS USED // choose your object #include ...
/* * Copyright (c) 2019-2020 Jie Zheng */ #include <csr.h> static void csr_mscratch_write(struct hart *hartptr, struct csr_entry * csr, uint32_t value) { csr->csr_blob = value; log_trace("hart id:%d csr:mscratch write:0x%x\n",hartptr->hart_id, value); } static uint32_t csr_mscratch_read(struct hart *hartp...
/*========================================================================== SeqAn - The Library for Sequence Analysis http://www.seqan.de ============================================================================ Copyright (C) 2007 This library is free software; you c...
/* * Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net * * 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 software for any purpose, *...
#import <UIKit/UIKit.h> #import <Cephei/HBPreferences.h> HBPreferences* preferences; extern BOOL enabled; extern BOOL enableHomescreenSection; extern BOOL enableLockscreenSection; extern BOOL enableAnywhereSection; extern BOOL enableHardwareButtonsSection; extern BOOL enableControlCenterSection; extern BOOL enableSta...
// // ViewController.h // JSRefresh_Extension // // Created by ShenYj on 2016/12/6. // Copyright © 2016年 ShenYj. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // // File: typehandle.h // // // // ============================================================================ ...
/** @file Copyright (c) 2019 - 2020 Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <PiPei.h> #include <SaPolicyCommon.h> #include <Library/DebugLib.h> #include <Library/BaseMemoryLib.h> #include <Library/HdaVerbTableLib.h> #include <Library/IoLib.h> #include ...
#include "SDL.h" #include "SDL_gpu.h" #include "common.h" GPU_ShaderBlock load_shaders(Uint32* v, Uint32* f, Uint32* p) { *v = load_shader(GPU_VERTEX_SHADER, "data/shaders/time_mod.vert"); if(!*v) GPU_LogError("Failed to load vertex shader: %s\n", GPU_GetShaderMessage()); *f = load_shade...
/* * Authors: *- Levoye Camille - Camille.Levoye@Etudiant.univ-lille1.fr *- Poulin Laurent - Laurent.Poulin@Etudiant.univ-lille1.fr *------ * Creation d'un serveur HTTP M4101 *------ */ //---- Include du fichier de dépendances # include "socket.h" //---- Definition des variables globales et repetitives #define M...
#ifndef _ASM_X8664_IOMMU_H #define _ASM_X8664_IOMMU_H 1 extern void pci_iommu_shutdown(void); extern void no_iommu_init(void); extern int force_iommu, no_iommu; extern int iommu_detected; #ifdef CONFIG_GART_IOMMU extern void gart_iommu_init(void); extern void gart_iommu_shutdown(void); extern void __init gart_parse_op...
#pragma once #include "math/Compression.h" #include "memory/AlignedAllocator.h" #include "ray/Ray.h" #include <filesystem> #include <vector> namespace PR { class RayStream; class PR_LIB_CORE RaySpan { private: friend RayStream; RaySpan(const RayStream* stream, size_t offset, size_t size, bool coherent); public: ...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2014 Olivier Goffart <ogoffart@woboq.com> ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // Why base-58 instead of standard base-64 encoding? // - Don't want 0OIl char...
#define ULOOP_METADATA_NAME_SIZE 4 #define ULOOP_LISTENER_COUNT 1 #define ULOOP_LISTENER_TABLE_SIZE 1 #define ULOOP_EVENT_COUNT 1 #define ULOOP_DATA_QUEUE_SIZE 1 #define E_ULOOP_TIMER_UPDATE 0
#ifndef _broker_Message_h #define _broker_Message_h /* * * 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 ...
// RUN: %clang_cc1 -fsyntax-only -verify -Wswitch-enum -Wcovered-switch-default -triple x86_64-linux-gnu %s void f (int z) { while (z) { default: z--; // expected-error {{statement not in switch}} } } void foo(int X) { switch (X) { case 42: ; // expected-note {{previous case}}...
/** * DO NOT EDIT! * * This file was generated using the 'generate-disl-agent-bytecode' target. */ #include <jvmti.h> jvmtiClassDefinition always_BypassCheck_classdef = { .class_byte_count = 388, .class_bytes = (unsigned char *) "\xca\xfe\xba\xbe\x00\x00\x00\x30\x00\x12\x0a\x00\x03\x00\x0f\x07" "\x00\x10\x07...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_BITCOINCONSENSUS_H #define BITCOIN_BITCOINCONSENSUS_H #if defined(BUI...
/* * * * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. * * DO NOT EDIT THIS FILE! * This file is auto-generated. * Edits to this file will be lost when it is rege...
/*! @header IEMMessageBody.h @abstract 聊天消息体对象基类协议 @author EaseMob Inc. @version 1.00 2014/01/01 Creation (1.00) */ #import <Foundation/Foundation.h> #import "EMChatManagerDefs.h" @protocol IEMChatObject; @class EMMessage; /*! @class @brief 聊天的消息体基类对象协议 */ @protocol IEMMessageBody <NSObject> @required /*!...
// // ALPHANetworkPlugin.h // Alpha // // Created by Dal Rupnik on 25/11/14. // Copyright © 2014 Unified Sense. All rights reserved. // #import "ALPHAPlugin.h" /*! * Logs network activity */ @interface ALPHANetworkPlugin : ALPHAPlugin @end
// ----------------------------------------------------------------------------- // Copyright 2020 Patrick Näf (herzbube@herzbube.ch) // // 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 // //...
/*- * Copyright (c) 1989, 1993 * 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 the following conditions * are met: * 1. Redistributions of source code must retain the above copy...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* fk_vmul.c :+: :+: :+: ...
/** * 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 <ReactABI34_0_0/ABI34_0_0RCTBridgeModule.h> @interface ABI34_0_0RCTClipboard : NSObject <ABI34_0_0RCTBridgeModule> @end
/*! * @file RobotRunner.h * @brief Common framework for running robot controllers. * This code is a common interface between control code and hardware/simulation * for mini cheetah and cheetah 3 */ #ifndef PROJECT_ROBOTRUNNER_H #define PROJECT_ROBOTRUNNER_H #include "ControlParameters/ControlParameterInterface.h...
///////////////////////////////////////////////////////////////////////////// // Name: wx/osx/accel.h // Purpose: wxAcceleratorTable class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:53:31 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/RealityKit.framework/RealityKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Li...
/* Generated by Nim Compiler v0.15.0 */ /* (c) 2016 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_INTBITS 64 #include "nimbase.h" #include <string.h> typedef struct Table193433 Table193433; typedef struct Keyvaluepairseq193436 Keyvaluepairseq193436; typedef struct TNimType...
// Copyright (c) 2017-2018 The PIVX developers // Copyright (c) 2021 The Mobolith developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PIVX_MINTPOOL_H #define PIVX_MINTPOOL_H #include <map> #include <list> #inclu...
#pragma once #include <Windows.h> #include <string> #include "ISystem.h" #include "ThreadPool.h" #include "Timer.h" #define MAXNUMOFTHREADS 4 class Scene; enum class WindowMode { Windowed = 0, Borderless, Fullscreen }; class Application : public ISystem<Application> { private: // Windows API varia...
/*------------------------------------------------------------------------- * * pathnode.h * prototypes for pathnode.c, relnode.c. * * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/optimizer/pathn...
#include "include/c_jwtkit_crypto.h" #if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) EVP_MD_CTX *EVP_MD_CTX_new(void) { return EVP_MD_CTX_create(); }; void EVP_MD_CTX_free(EVP_MD_CTX *ctx) { EVP_MD_CTX_cleanup(ctx); free(ctx); }; int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *...
// 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...
/* Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/). All Rights Reserved. This software is licensed as OpenSource, under the Apache License, Version 2.0. This license is available at: http://opensource.org/licenses/Apache-2.0. */ #include "map.h" #include <string.h> typedef struct _map_MappingT...
/*! * \file * \brief Weather Click example * * # Description * This demo-app shows the temperature, pressure and humidity measurement using Weather click. * * The demo application is composed of two sections : * * ## Application Init * Configuring clicks and log objects. * Setting the click in the defaul...
/* port/ti/ti_ccm.c * * Copyright (C) 2006-2020 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at you...
/* * Regulators driver for Marvell 88PM8607 * * Copyright (C) 2009 Marvell International Ltd. * Haojian Zhuang <haojian.zhuang@marvell.com> * * 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 Softwa...
// 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 CONTENT_BROWSER_BACKGROUND_FETCH_BACKGROUND_FETCH_DATA_MANAGER_H_ #define CONTENT_BROWSER_BACKGROUND_FETCH_BACKGROUND_FETCH_DATA_MANAGER_H_ #incl...