text
stringlengths
9
948k
//------------------------------------------------------------------------------ // GB_AxB_heap: compute C<M> = A*B using a heap-based method //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2018, All Rights Reserved. // http://suites...
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <emmintrin.h> #include <xnnpack/zip.h> void xnn_x32_zip_x3_ukernel__sse2( size_t n, const uint32_t* input, uin...
/* * Copyright (C) 2019 Intel Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ #ifndef _WASM_H_ #define _WASM_H_ #include "bh_platform.h" #include "bh_hashmap.h" #include "bh_assert.h" #ifdef __cplusplus extern "C" { #endif /** Value Type */ #define VALUE_TYPE_I32 0...
#define LOAD_ASSETS() GD.safeload("night1.gd2"); #define BACKGROUND_COLOR_HANDLE 0 #define BACKGROUND_COLOR_WIDTH 120 #define BACKGROUND_COLOR_HEIGHT 68 #define BACKGROUND_COLOR_CELLS 2 #define BACKGROUND_BITS_HANDLE 1 #define BACKGROUND_BITS_WIDTH 480 #define BACKGROUND_BITS_HEIGHT 272 #define BACKGROUND_BITS_CELLS 2...
/* GStreamer * Copyright (C) 2005 Andy Wingo <wingo@pobox.com> * 2006 Joni Valtanen <joni.valtanen@movial.fi> * Copyright (C) 2012 Collabora Ltd. <tim.muller@collabora.co.uk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Publ...
/* Copyright 2007-2009 IPB, Universite de Bordeaux, INRIA & CNRS ** ** This file is part of the Scotch software package for static mapping, ** graph partitioning and sparse matrix ordering. ** ** This software is governed by the CeCILL-C license under French law ** and abiding by the rules of distribution of free softw...
#pragma once #include <cgv/base/base.h> #include <vr/vr_kit.h> #include <cg_vr/vr_server.h> #include <vr/vr_driver.h> #include <cgv_gl/box_renderer.h> #include <cgv_gl/sphere_renderer.h> #include <cgv_gl/gl/mesh_render_info.h> #include <stereo_view_interactor.h> #include "lib_begin.h" ///@ingroup VR ///@{ /// diffe...
/** * OpenAL cross platform audio library * Copyright (C) 1999-2007 by authors. * 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 License, or (at your op...
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file Examples_MIX/ADC/ADC_SingleConversion_TriggerSW_IT/Src/stm32l5xx_it.c * @author MCD Application Team * @brief Main Interrupt Service Routines. * This file provides template fo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Definitions of structures from OpenSSL 1.0.2, modified as relevant to // building .NET. // The CRYPTO_EX_DATA struct is smaller in 1.1, which changes the packing of // dsa_st str...
// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_GUIUTIL_H #define BITCOIN_QT_GUIUTIL_H #include "amount.h" #include <QEvent> #include <QHeaderView> #inc...
/** * \file dnn/src/x86/elemwise_helper/kimpl/op_binary_base.h * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is dist...
#import <Foundation/Foundation.h> #import <DSESObject.h> /** * DocuSign REST API * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * * NOTE: This class is auto generated by the sw...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
/* * Copyright (c) 2014 - Qeo LLC * * The source code form of this Qeo Open Source Project component is subject * to the terms of the Clear BSD license. * * You can redistribute it and/or modify it under the terms of the Clear BSD * License (http://directory.fsf.org/wiki/License:ClearBSD). See LICENSE file * fo...
#pragma once #include <functional> namespace Utils { /// \brief Calls a function on destruction. /// Used in places where finally is required (when using C-style functions) class CallOnDestruction { protected: std::function<void()> m_fn; public: CallOnDestruction() noexcept; CallOnDestruction(std::functio...
#pragma once #include "CoreMinimal.h" #include "Mutator.h" #include "IRandRange.h" #include "ForceStationaryEncounterMutator.generated.h" class UEnemyGroupDescriptor; UCLASS(Blueprintable, EditInlineNew) class UForceStationaryEncounterMutator : public UMutator { GENERATED_BODY() public: UPROPERTY(BlueprintRea...
/* * 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 (at your option) any later version. * * This program is distributed in the hope that it will be use...
#ifndef VEGETATIONFEATURE_GRASSLIBRARY_H #define VEGETATIONFEATURE_GRASSLIBRARY_H //------------------------------------------------------------------------------ /** @class Vegetation::GrassLibrary A grass library defines a set of GrassPlantMeshes which all use the same shader and texture for renderin...
// Copyright (c) 2018 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef STAKECUBE_INVALID_OUTPOINTS_JSON_H #define STAKECUBE_INVALID_OUTPOINTS_JSON_H #include <string> std::string LoadInvalidOutPoints(...
/*************************************************************************************************** * Copyright (c) 2017 - 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * * Redistribution and use in source and binary forms, with or without * modification, are p...
#pragma once #include <vector> #include "../../Utils/IntTypes.h" struct VertexBufferLayoutElement { public: uint32 type; uint32 count; bool normalized; }; class VertexBufferLayout { private: std::vector<VertexBufferLayoutElement> elements; uint32 stride; public...
// Copyright (c) 2016 Antony Arciuolo. See License.txt regarding use. #pragma once #include <system_error> #include <cstdio> extern "C" { #ifdef _WIN32 #define WINERR_APICALL __stdcall #else #define WINERR_APICALL #endif void __declspec(dllimport) WINERR_APICALL OutputDebugStringA(const char*); unsigned long __de...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry */ @interface NRDeviceDiff : NRDiffBase <NSFastEnumeration> { NSDictionary * _diffPropertyDiffs; } @property (nonatomic, readonly) NSDictionary *diffPropertyDiffs; + (bool)supportsSecureCoding; - (voi...
// 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 ASH_COMPONENTS_TETHER_PERSISTENT_HOST_SCAN_CACHE_IMPL_H_ #define ASH_COMPONENTS_TETHER_PERSISTENT_HOST_SCAN_CACHE_IMPL_H_ #include <string> #incl...
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "IMotionController.h" #include "Kismet/BlueprintFunctionLibrary.h" #include "Components/SplineComponent.h" #include "Components/SplineMeshComponent.h" //#include "HeadMountedDisplay.h" #inclu...
#include "tokeniser/entities.h" #include "testutils.h" int main(int argc, char **argv) { uint32_t result; int32_t context = -1; UNUSED(argc); UNUSED(argv); assert(hubbub_entities_search_step('A', &result, &context) == HUBBUB_NEEDDATA); assert(hubbub_entities_search_step('E', &result, &context) == HUBBU...
#import <UIKit/UIKit.h> @interface UIFont (Flavors) + (instancetype)flavorsRegularFontOfSize:(CGFloat)size; @end
// 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...
#ifndef RC_DECODER_H #define RC_DECODER_H #include "types.h" #include "rcmodel.h" class RCdecoder { public: RCdecoder() : error(false), low(0), range(-1u), code(0) {} virtual ~RCdecoder() {} // initialize decoding void init(); // decode a bit bool decode(); // decode a number s : 0 <= s < 2^n templ...
/* * Copyright (c) 2021, Liav A. <liavalb@hotmail.co.il> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <AK/String.h> #include <AK/Types.h> #include <Kernel/Bus/PCI/Definitions.h> #include <Kernel/Devices/BlockDevice.h> #include <Kernel/PhysicalAddress.h> namespace Kernel { class GraphicsDevi...
//------------------------------------------------------------------------------ // GB_AxB__eq_lxor_bool.c: matrix multiply for a single semiring //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Lice...
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. * Copyright (C) 2018 XiaoMi, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * *...
/*------------------------------------------------------------------------- * * EUC_JP, SJIS and MULE_INTERNAL * * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION * $PostgreSQL$ * *-------------...
#ifndef PHYSICS_H #define PHYSICS_H #include <box2d/box2d.h> #include "mathematics.h" #include "Actor.h" #define DEF_FRICTION 1.0f #define DEF_RESTITUTION 0.0f #define DEF_DENSITY 0.01f namespace Johnny { class MainClass; class ContactListener; /*! \brief A class which handles 2D physics * ...
#ifndef JUICYC_CMD_COMPILER_IMPL_H_ #define JUICYC_CMD_COMPILER_IMPL_H_ #include "juicyc/compiler.h" #include "juicyc/preprocessor.h" #include "frontend/front_env.h" #include "visitor/json_dumper.h" #include "visitor/syntax_visitor.h" namespace juicyc { class CompilerImpl : public Compiler { public: CompilerImpl(...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:37:30 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/ToneLibrary...
/* * If not stated otherwise in this file or this component's Licenses.txt file the * following copyright and licenses apply: * * Copyright 2015 RDK Management * * 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 ...
// // VTingPromotView.h // VTingPopView // // Created by WillyZhao on 16/8/31. // Copyright © 2016年 WillyZhao. All rights reserved. // #import <UIKit/UIKit.h> typedef enum{ VTingPromotSetting, //无输入框 VTingPromotCheck //有输入框 }VTingPopViewStyle; typedef void(^Success)(NSString *pwd); //点击确认后密码返...
/* ** The OpenGL Extension Wrangler Library ** Copyright (C) 2002-2006, Milan Ikits <milan ikits[]ieee org> ** Copyright (C) 2002-2006, Marcelo E. Magallon <mmagallo[]debian org> ** Copyright (C) 2002, Lev Povalahev ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without ** modi...
/* * Copyright (c) 2008-2011, Helios (helios.vmg@gmail.com) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, * t...
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. * All or some portions of this file are derived from material licensed * to the University of California by American Telephone and Telegraph * Co. or Unix System Laboratories, I...
/* ******************************************************************** * USB stack and host controller driver for SGI IRIX 6.5 * * * * Programmed by BSDero * * bsdero at gmail dot com ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:39:51 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias ...
#ifndef SimTK_SIMMATH_GCVSPL_UTIL_H_ #define SimTK_SIMMATH_GCVSPL_UTIL_H_ /* -------------------------------------------------------------------------- * * Simbody(tm): SimTKmath * * -------------------------------------------------------------------------- * * Th...
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: Teamplay game rules that manage a round based structure for you // //============================================================================= #ifndef TEAMPLAYROUNDBASED_GAMERULES_H #define TEAMPLAYROUNDBASED_GAMERULES_H #...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "aiprotocol.h" struct protocol_contex pc; int frame_build(cmd_t cmd, u8 argc, u8 *argv, OUT struct frame_info *frame) { frame->head = FRAME_HEAD; frame->cmd = cmd; int i; for (i = 0; i < argc; i++) { if (argv == NULL) return FAIL; ...
// // IphonePhCardAssignController.h // PuttyGadget // // Created by Joe Chang on 24/09/13. // Copyright (c) 2013 Claydata. All rights reserved. // #import <UIKit/UIKit.h> #import "PGRPCHelper.h" #import "ZBarSDK.h" @interface IphonePhCardAssignController : UIViewController <ZBarReaderDelegate, PGRPCHelperDelegat...
/* ChibiOS - Copyright (C) 2006..2015 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 ap...
#pragma once #include "RE/I/IMenu.h" namespace RE { // menuDepth = 11 // flags = kNone // context = kNone class SafeZoneMenu : public IMenu { public: inline static constexpr auto RTTI = RTTI_SafeZoneMenu; constexpr static std::string_view MENU_NAME = "SafeZoneMenu"; ~SafeZoneMenu() override; // 00 ...
/* cx231xx-cards.c - driver for Conexant Cx23100/101/102 USB video capture devices Copyright (C) 2008 <srinivasa.deevi at conexant dot com> Based on em28xx driver This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published ...
#ifndef __DYNAREC_ARM64_HELPER_H__ #define __DYNAREC_ARM64_HELPER_H__ // undef to get Close to SSE Float->int conversions //#define PRECISE_CVT #if STEP == 0 #include "dynarec_arm64_pass0.h" #elif STEP == 1 #include "dynarec_arm64_pass1.h" #elif STEP == 2 #include "dynarec_arm64_pass2.h" #elif STEP == 3 #include "dyn...
//===--- STLExtras.h - additions to the STL ---------------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
/** * Autogenerated by Thrift Compiler (0.12.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #ifndef UserTimelineService_H #define UserTimelineService_H #include <thrift/TDispatchProcessor.h> #include <thrift/async/TConcurrentClientSyncInfo.h> #include "social_network_type...
// This file is subject to the terms and conditions defined in // file 'LICENSE', which is part of this source code package. #pragma once #include "ippcore.h" // ippGetCpuClocks #pragma comment(lib, "ippcoremt.lib") // static linking to IPP core #include <chrono> // std::chrono::steady_clock #include <iostream> ...
/* Fontname: -Misc-Fixed-Bold-R-Normal--14-130-75-75-C-70-ISO10646-1 Copyright: Public domain font. Share and enjoy. Glyphs: 95/1009 BBX Build Mode: 0 */ const uint8_t u8g2_font_7x14B_tr[1093] U8G2_FONT_SECTION("u8g2_font_7x14B_tr") = "_\0\3\3\3\4\3\5\4\6\16\0\376\12\376\13\376\1p\2\334\4( \5\0\362\7!\7R\30...
version https://git-lfs.github.com/spec/v1 oid sha256:f2e1860e86fba3d1938a941e6c7d693f49a468ef648388047a86e2aa7dfec2d1 size 2320
// 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 CONTENT_RENDERER_PEPPER_RENDERER_PPAPI_HOST_IMPL_H_ #define CONTENT_RENDERER_PEPPER_RENDERER_PPAPI_HOST_IMPL_H_ #include "base/macros.h" #inc...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/user/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/c...
//================================================================================================= /*! // \file blaze/math/lapack/gesvdx.h // \brief Header file for the LAPACK singular value decomposition functions (gesvdx) // // Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved // // This file is part...
/* +----------------------------------------------------------------------+ | Zend OPcache | +----------------------------------------------------------------------+ | Copyright (c) 1998-2018 The PHP Group | +---------...
/* * Automatically Tuned Linear Algebra Software v3.10.0 * (C) Copyright 1999 R. Clint Whaley * * 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...
/* * SOD - An Embedded Computer Vision & Machine Learning Library. * Copyright (C) 2018 - 2020 PixLab| Symisc Systems. https://sod.pixlab.io * Version 1.1.8 * * Symisc Systems employs a dual licensing model that offers customers * a choice of either our open source license (GPLv3) or a commercial * license. * * For inf...
#include <stdio.h> #include <stdlib.h> #include "huffman.h" #include "salam.h" /* count the occurrences in a file */ long *countLetters(FILE *fp) { long *asciiCount = (long *)malloc(sizeof(long)*ASCII_SIZE); if (asciiCount == NULL) { return NULL; } int ch; for (ch = 0; ch < ASCII_SIZE; ch++) { asciiCount[...
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2019-2021 Baldur Karlsson * * 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...
// Copyright (c) Microsoft Corporation // Licensed under the MIT license. See LICENSE file in the project root for full license information. #if !defined(__cplusplus) #error C++11 required #endif #pragma once extern "C" { /// <summary> /// Enumeration values that indicate the achievement type. /// </summary> /// ...
// // I am not sure yet if this is going to become a permanent part of this project // // // #pragma once #ifndef FSM_GLOBAL_STATE_H_ #define FSM_GLOBAL_STATE_H_ #include <filesystem> #include <shared_mutex> #include <sstream> #include "UniversalIncludes.h" namespace FSMEngineInternal { typedef struct FSMGlo...
#include <stdio.h> #include <stdlib.h> #include "file.h" #include "gl_extra.h" const char *shader_type_as_cstr(GLuint shader) { switch (shader) { case GL_VERTEX_SHADER: return "GL_VERTEX_SHADER"; case GL_FRAGMENT_SHADER: return "GL_FRAGMENT_SHADER"; default: return "(Unknown)"; ...
/* * Copyright 2019-2022 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * 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....
#include <string.h> #include <stdlib.h> #include <stdio.h> #include <assert.h> #include "values.h" #include "gc.h" value *alloc, *limit; #define Null ((value)1) #define NARGS 100 value args[NARGS]; #define cons1(p,c,a0)\ ( allocx[0] = ((1<<10)|c), \ allocx[1] = a0, \ p=(value)(allocx+1), \ allocx+=(1...
/* --------------------------------------------------------------- ** File name: timer.h ** Brief: ** COPYRIGHT(C) ZXW 2020 ** --------------------------------------------------------------- ** Module Information: ** ** Revision History ---------------------------------------------- ** --------------------------------...
/* * Copyright (c) 2015 Sergi Granell (xerpi) */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <malloc.h> #include <sys/time.h> #include <psp2/ctrl.h> #include <psp2/touch.h> #include <psp2/display.h> #include <psp2/gxm.h> #include <psp2/types.h> #include <psp2/moduleinfo.h> #include <psp2/ker...
/* * Copyright (c) 2015 - 2022, 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 condition...
#include "PX_Typedef.h" static px_bool PX_isBigEndianCPU() { union{ px_dword i; unsigned char s[4]; }c; c.i = 0x12345678; return (0x12 == c.s[0]); } px_uint PX_htoi(const px_char hex_str[]) { px_char ch; px_uint iret=0; while((ch=*hex_str++)!=0) { iret=(iret<<4)|px_hex_to_dex_table[ch]; ...
#include "hal.h" #include "ch.h" int main(void) { halInit(); chSysInit(); while(1) { palSetPad(GPIOC, GPIOC_LED); chThdSleepMilliseconds(1000); palClearPad(GPIOC, GPIOC_LED); chThdSleepMilliseconds(1000); } return 0; }
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: android/libcore/luni/src/main/java/java/util/concurrent/LinkedBlockingDeque.java // #ifndef _JavaUtilConcurrentLinkedBlockingDeque_H_ #define _JavaUtilConcurrentLinkedBlockingDeque_H_ #include "J2ObjC_header.h" #include "java/io/Serializable.h" #inc...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:13:33 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/Preferenc...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:07:46 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/SetupAssis...
#pragma once #include "ofMain.h" class FlowField { public: FlowField(); FlowField(int); ~FlowField(); void update(); void display(); ofVec2f lookup(ofVec2f*); private: int resolution; float halfResolution; int rows; int columns; ofVec2f *field; void initFieldWithUnidire...
#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_LetterMLVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_LetterMLVersionString[];
#include "../lib/libcompat.h" #include <stdlib.h> #include <stdio.h> #include <check.h> Suite *s; TCase *tc; SRunner *sr; START_TEST(test_nofork_exit) { char* s = NULL; ck_assert(NULL != s); /* this test should not crash in nofork mode */ ck_assert_str_eq("test", s); } END_TEST int main(void) { s = sui...
/* * drivers/usb/driver.c - most of the driver model stuff for usb * * (C) Copyright 2005 Greg Kroah-Hartman <gregkh@suse.de> * * based on drivers/usb/usb.c which had the following copyrights: * (C) Copyright Linus Torvalds 1999 * (C) Copyright Johannes Erdfelt 1999-2001 * (C) Copyright Andreas Gal 1999 * (C) ...
inherit DEMONROOM; void create() { set("short", "幽深隧道"); set("long",@LONG 這是一條幽深的隧道深不見底。 LONG); set("exits", ([ "east" : __DIR__"lin1.25", "west" : __DIR__"dong1.1", ])); set("n_time", 60); set("n_npc", 2); ...
/************************************************************************** * * Copyright 2008-2009 VMware, Inc., Palo Alto, CA., USA * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), t...
#pragma once // Preprocessor related: #if defined(_MSC_VER) && !defined(__INTEL_COMPILER) #define IOSYNC_ADVANCED_STRING_CODECS #endif // Includes: #include <chrono> #include <string> #include <algorithm> #include <cctype> // Namespace(s): namespace iosync { // Namespace(s): using namespace std; using namespace...
// Generated by Haxe 4.1.5 #ifndef INCLUDED_lime_graphics_opengl_ext_APPLE_rgb_422 #define INCLUDED_lime_graphics_opengl_ext_APPLE_rgb_422 #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_STACK_FRAME(_hx_pos_7884905029fdefd8_4_new) HX_DECLARE_CLASS4(lime,graphics,opengl,ext,APPLE_rgb_422) namespace lime{ namespa...
/*------------------------------------------------------------------------- * * startup.h * Exports from postmaster/startup.c. * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * * src/include/postmaster/startup.h * *--------------------------------------------------------------------...
/* Copyright (c) 2014, Leonardo Guilherme de Freitas All rights reserved. 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 ...
/* * arch/s390/kernel/ipl.c * ipl/reipl/dump support for Linux on s390. * * Copyright (C) IBM Corp. 2005,2006 * Author(s): Michael Holzheu <holzheu@de.ibm.com> * Heiko Carstens <heiko.carstens@de.ibm.com> * Volker Sameske <sameske@de.ibm.com> */ #include <linux/types.h> #include <linux/module.h> ...
/* w32sock.h --- internal auxiliary functions for Windows socket functions Copyright (C) 2008-2021 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 v...
/* 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. */ /* Eve board-specific configuration */ #include "acpi.h" #include "bd99992gw.h" #include "board_config.h" #include "button.h" #include "charge_man...
#include <signal.h> #include <stdarg.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/resource.h> #include <sys/time.h> #include <time.h> #include <unistd.h> #include "report.h" #define MAX(a, b) ((a) < (b) ? (b) : (a)) FILE *errfile = NULL; FILE *verbfile = NULL; FILE...
/* obstack.h - object stack macros Copyright (C) 1988-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 Founda...
/* FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the terms of...
/* Copyright (c) 2015 Fabio Belavenuto & Victor Trucco 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 (at your option) any later version. This program is distrib...
#include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <unistd.h> #include "platform.h" struct platform_mutex { pthread_mutex_t mutex; }; struct platform_worker { worker_t worker; struct worker_data *data; }; static void *platform_worker(void *p) { struct platform_worker *worker = p; ...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-PDU-Contents" * found in "asn/ngap-15.8.0.asn1" * `asn1c -fcompound-names -pdu=all -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ngap` */ #ifndef _ASN_NGAP_DownlinkNASTransport_H_ #define _ASN_NGAP_...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h> #include <aws/route53-recovery-readiness/Route53RecoveryReadinessRequest.h> #include <aws/core/utils/memory/st...
// -*- c++ -*- // Generated by gtkmmproc -- DO NOT MODIFY! #ifndef _PANGOMM_CONTEXT_H #define _PANGOMM_CONTEXT_H #include <glibmm.h> /* $Id: context.hg,v 1.7 2006/06/10 15:26:24 murrayc Exp $ */ /* context.h * * Copyright (C) 1998-1999 The gtkmm Development Team * * This library is free software; you can redi...
#pragma once #include "Core/EngineCore.h" #include "Application/Window.h" #include "Core/Events/ApplicationEvent.h" namespace MARS { class Layer; class ImGuiLayer; class EXPORT_TYPE Application { public: Application(); virtual ~Application(); /** * Global init function. Called by the application. ...