text
stringlengths
9
948k
/* * Standard library definitions * * Derived from the mingw header written by Colin Peters. * Modified for Wine use by Jon Griffiths and Francois Gouget. * This file is in the public domain. */ #ifndef __WINE_STDLIB_H #define __WINE_STDLIB_H #include <corecrt_wstdlib.h> #include <pshpack8.h> typedef struct { ...
/* * Copyright (c) 2014-2015, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions ...
// // YCPerson.h // UI // // Created by release on 2020/7/11. // Copyright © 2020 Mr. release. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface YCPerson : NSObject @property(nonatomic,copy)NSString *name; @property(nonatomic,copy)NSString *age; @property(nonatomic,cop...
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" uint16_t x3 = UINT16_MAX; int16_t x9 = INT16_MAX; volatile uint64_t x10 = 4270LLU; volatile uint64_t t2 = 42LLU...
// // YIForm.h // YIForm // // Created by Yilia on 2020/10/12. // #import <Foundation/Foundation.h> //! Project version number for YIForm. FOUNDATION_EXPORT double YIFormVersionNumber; //! Project version string for YIForm. FOUNDATION_EXPORT const unsigned char YIFormVersionString[]; // In this header, you shoul...
/* * This file is from the Apache Portable Runtime Library. * The full upstream copyright and license statement is included below. * Modifications copyright (c) 2009 Nicira Networks. */ /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file dis...
/* Copyright (c) 2010-2014, The Linux Foundation. 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 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
/* * 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...
/* * Copyright (C) 2009-2021 Alex Smith * * 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 this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DIS...
#pragma once #include "Data.h" #include "ECS.h" #include "AudioQueue.h" #include "Pathway.h" #include "TextureManager.h" #include "AIData.h" /** * @author David Wadsworth * * abstractly updates, draws, creates and closes the running entities of the current game */ class GameState { static AtlasCollection* atlas_d...
/* Bidi classes of Unicode characters. Copyright (C) 2002, 2006, 2011-2018 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2002. 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 ...
#ifdef HAVE_CONFIG_H #include "../../../ext_config.h" #endif #include <php.h> #include "../../../php_ext.h" #include "../../../ext.h" #include <Zend/zend_exceptions.h> #include "kernel/main.h" /** * Phalcon\Mvc\Model\CriteriaInterface * * Interface for Phalcon\Mvc\Model\Criteria */ ZEPHIR_INIT_CLASS(Phalcon_Mv...
/******************************************************************************* GPIO PLIB Company: Microchip Technology Inc. File Name: plib_gpio.h Summary: GPIO PLIB Header File Description: This library provides an interface to control and interact with Parallel Input/Output control...
/*- * Copyright (c) 1992 Terrence R. Lambert. * Copyright (c) 1982, 1987, 1990 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. * * Redistribution and use in source and binary forms, with or without * modific...
#include <stddef.h> #include <strings.h> #include <stdlib.h> #include <stdio.h> #include "../headers/http.h" http_request_t http_request_parse(char * request) { http_request_t req; req.form = NULL; req.formLength = 0; // get method ptrdiff_t methodLen = strstr(request, " ") - request; // find fir...
#define PI 3.14159265359f #define TWOPI 6.28318530718f #define ToRadians(value) ( ((value) * PI) / 180.0f ) #define ToDegrees(value) ( ((value) * 180.0f) / PI ) #define GLM_ENABLE_EXPERIMENTAL #include <external/GLM/glm.hpp> //for math #include <external/GLM/gtc/matrix_transform.hpp> #include <external/GLM/gtc/quat...
#pragma once #include "Watchy.h" namespace Watchy_GetWeather { constexpr const char* OPENWEATHERMAP_APIKEY = "f058fe1cad2afe8e2ddc5d063a64cecb"; // use your own API key :) constexpr const char* OPENWEATHERMAP_URL = "http://api.openweathermap.org/data/2.5/weather"; constexpr const char* TEMP_UNIT = "metric";...
/* DO NOT EDIT: This file is automatically generated by Cabal */ /* package cpp-printer-and-interpreter-0.1.0.0 */ #ifndef VERSION_cpp_printer_and_interpreter #define VERSION_cpp_printer_and_interpreter "0.1.0.0" #endif /* VERSION_cpp_printer_and_interpreter */ #ifndef MIN_VERSION_cpp_printer_and_interpreter #define M...
/** * Adobe Experience Manager (AEM) API * Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API * * OpenAPI spec version: 3.2.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI-Generator 3.2.1-SNAPSHOT. * https://openapi-generator.tech *...
// Scott Kuhl #include <stdio.h> /* We can figure out how many items are in an array with this * macro. 'x' is the array we want the length of. The size of the * entire array divided by the size of the individual items in the * array tell us how many items are in the array. * * WARNING: This won't work universall...
//================================================================================================= /*! // \file blazemark/boost/DMatInv.h // \brief Header file for the Boost dense matrix inversion kernel // // Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved // // This file is part of the Blaze librar...
/* * Copyright (c) 2017 - 2018, Intel Corporation * * 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, ...
// MusicXML Class Library // Copyright (c) by Matthew James Briggs // Distributed under the MIT License #pragma once #include "mx/core/ForwardDeclare.h" #include "mx/core/AttributesInterface.h" #include "mx/core/CommaSeparatedText.h" #include "mx/core/Decimals.h" #include "mx/core/Enums.h" #include "mx/core/FontSize....
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE90_LDAP_Injection__w32_wchar_t_file_18.c Label Definition File: CWE90_LDAP_Injection__w32.label.xml Template File: sources-sink-18.tmpl.c */ /* * @description * CWE: 90 LDAP Injection * BadSource: file Read input from a file * GoodSource: Use a fixed string * Sink: ...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:35:39 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/IMSharedUti...
#pragma once #include "impl_webrtc_IVideoCapturer.h" #ifdef WINUWP #ifdef CPPWINRT_VERSION #include <wrapper/impl_org_webRtc_pre_include.h> #include "rtc_base/criticalsection.h" #include "media/base/videocapturer.h" #include "system_wrappers/include/event_wrapper.h" #include <wrapper/impl_org_webRtc_post_include.h> ...
/* * $Id: getarccoords.c,v 0.1 1993/12/10 00:13:38 king Exp king $ * Gets coordinates of the last call to arc(). * * $Log: getarccoords.c,v $ * Revision 0.1 1993/12/10 00:13:38 king * Initial version. * Revision 0.2 2012/12/06 12:30.00 GG * changed typedef struct {} name -> struct name * */ #include "g...
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * Purpose: Implement functions to access baseband * * Author: Kyle Hsu * * Date: Aug.22, 2002 * * Functions: * bb_get_frame_time - Calculate data frame transmitting time * ...
#ifndef _Demo_MyCustomRenderable_H_ #define _Demo_MyCustomRenderable_H_ #include "OgreMovableObject.h" #include "OgreRenderable.h" namespace Ogre { class MyCustomRenderable : public MovableObject, public Renderable { void createBuffers(void); public: MyCustomRenderable( IdType id, ObjectM...
/* * The MIT License (MIT) * * Copyright (c) Microsoft Corporation * * 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, cop...
/* * 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...
/* * 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...
/* MIT License Copyright (c) 2021 gremlin1206 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, di...
// // 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 "WXPBGeneratedMessage.h" @class NSString; @interface GetDesignerSimpleInfoRequest : WXPBGeneratedMessage { } + (void)initial...
/* * Copyright 2008 Jim Schaad and Paul Hoffman. 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 lis...
/* * itmt.c: Support Intel Turbo Boost Max Technology 3.0 * * (C) Copyright 2016 Intel Corporation * Author: Tim Chen <tim.c.chen@linux.intel.com> * * 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...
/* Authors: Mark Watson 12/1999, Apsed, Rudolf Cornelissen 10/2002-10/2009 */ #define MODULE_BIT 0x00008000 #include "mga_std.h" static status_t test_ram(void); static status_t mil_general_powerup (void); static status_t g100_general_powerup (void); static status_t g200_general_powerup (void); static status...
/************************************************************************** * Copyright (c) 2001 by Punch Telematix. All rights reserved. * * * * Redistribution and use in source and binary forms, with or without * * modification, ...
/******************************************************************** ** ** ** Copyright(C) 2020 Quanergy Systems. All Rights Reserved. ** ** Contact: http://www.quanergy.com ** ** ...
/* Copyright (c) 2015, Google 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 notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS...
// // Created by Joona on 14/10/2018. // #ifndef RAYTRACER_SPHERE_H #define RAYTRACER_SPHERE_H #include "Common.h" #include "Hitable.h" class Sphere: public Hitable { public: Sphere() = default; Sphere(vec3 c, Float r, Material* mat_ptr): center{c}, radius(r), material(mat_ptr) {}; bool hit(const Ray& r,...
// // ZFAVPlayerManager.h // ZFPlayer // // Copyright (c) 2016年 任子丰 ( http://github.com/renzifeng ) // // 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 with...
/* * 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...
/* * tclStringObj.c -- * * This file contains functions that implement string operations on Tcl * objects. Some string operations work with UTF strings and others * require Unicode format. Functions that require knowledge of the width * of each character, such as indexing, operate on Unicode data. * * A Unicode...
#ifndef GUMBO_ATTRIBUTE_H_ #define GUMBO_ATTRIBUTE_H_ #include "gumbo.h" // Release the memory used for a GumboAttribute, including the attribute itself void gumbo_destroy_attribute(GumboAttribute* attribute); #endif // GUMBO_ATTRIBUTE_H_
// // LocationManager.h // Copyright © 2017 Sequencing. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreLocation/CoreLocation.h> @class LocationManager; @protocol LocationManagerDelegate <NSObject> @optional - (void)locationManager:(LocationManager *)locationManager failedToDetectCurrentGPS...
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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 c...
#pragma once namespace BWAPI { struct GameInstance { GameInstance() : serverProcessID(0) , isConnected(false) , lastKeepAliveTime(0) {}; GameInstance(unsigned int servID, bool connected, unsigned int lastAliveTime) : serverProcessID(servID) , isConnected(connected) , la...
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2014 Zend Technologies Ltd. (http://www.zend.com) | +---------...
/* * OpenBOR - http://www.chronocrash.com * ----------------------------------------------------------------------- * All rights reserved, see LICENSE in OpenBOR root for details. * * Copyright (c) 2004 - 2014 OpenBOR Team */ #ifndef JOYSTICKS_H #define JOYSTICKS_H #define JOY_TYPE_DEFAULT 0 #define JOY_TYPE...
// // XMLTestSuite.h // // Definition of the XMLTestSuite class. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #ifndef XMLTestSuite_INCLUDED #define XMLTestSuite_INCLUDED #include "Poco/CppUnit/TestSuite.h" class XMLTes...
// // Copyright (c) 2008-2018 the Urho3D project. // // 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, m...
//******************************************************************************* // COPYRIGHT NOTES // --------------- // This is a part of the BCGControlBar Library // Copyright (C) 1998-2014 BCGSoft Ltd. // All rights reserved. // // This source code can be used, distributed or modified // only under terms and condi...
// // HotModel.h // Timer // // Created by LLQ on 16/5/18. // Copyright © 2016年 LLQ. All rights reserved. // #import "BaseModel.h" @interface HotModel : BaseModel //图片 标题 评价 上映时间 @property(nonatomic,copy)NSString *img,*t,*commonSpecial,*rd; //评分 影院 场次 期待 @property(nonatomic,retain)NSNumber *r,*NearestCinemaCoun...
/****************************************************************************** * * * Copyright (c) 2022, Enno Boland <g@s01.de> * * * ...
/* * Copyright (c) 2012 Peter Eckstrand * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted (subject to the limitations in the * disclaimer below) provided that the following conditions are met: * * 1. Redistributions of source code must...
/////////// // This file is a part of the ATools project // Some parts of code are the property of Microsoft, Qt or Aeonsoft // The rest is released without license and without any warranty /////////// #ifndef DATAMANAGER_H #define DATAMANAGER_H struct ControlData { string define; int ID; int type; string texture...
/* 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 obtain one at http://mozilla.org/MPL/2.0/. */ /* * pkix_pl_ocspresponse.h * * OcspResponse Object Definitions * */ #ifndef _PKIX_PL_OCSPRESPONSE_H #define ...
/* removc.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* $Procedure REMOVC ( Remove an item from a character set ) */ /* Subroutine */ int removc_(char *item, char *a, ftnlen item_len, ftnlen a_len) {...
/* * OtaGitHub.c - github specific OTA object * * Copyright (C) 2016 Texas Instruments Incorporated * * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * The program may not be used without the written p...
// // _DTXBasicSourceMapsConsumer.h // DTXSourceMaps // // Created by Leo Natan (Wix) on 02/07/2017. // Copyright © 2017 Wix. All rights reserved. // #import "DTXSourceMapsParser-Private.h" @interface _DTXBasicSourceMapsConsumer : DTXSourceMapsParser - (void)_parse; @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 CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_INSTALLED_NOTIFICATION_H_ #define CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_INSTALLED_NOTIFICATION_H_ #includ...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/lightsail/Lightsail_EXPORTS.h> #include <aws/lightsail/LightsailRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/lightsail/model/InputOrigin.h> #inc...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:24:26 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/Preference...
/******************************************************************************* JRFeedbackController.h Copyright (c) 2008-2009 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com> Some rights reserved: <http://opensource.org/licenses/mit-license.php> ************************************************...
//================================================================================================= /*! // \file blazemark/eigen/Complex4.h // \brief Header file for the Eigen kernel for the complex expression b += s * A * a // // Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved // // This file is part...
/** * Copyright (c) 2015 - 2018, Nordic Semiconductor ASA * * 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, th...
/*************** <auto-copyright.pl BEGIN do not edit this line> ************** * * osgBullet is (C) Copyright 2009-2011 by Kenneth Mark Bryden * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1 as published by the F...
/**************************************************************************** ** ** Copyright (C) 2018 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the lottie-qt module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:GPL$ ** Commercial License Usage ** Licensees holding valid comme...
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
/*************************************************************************** * Copyright 1998-2018 by authors (see AUTHORS.txt) * * * * This file is part of LuxCoreRender. * * ...
#pragma once #include <cstdint> namespace devilution { enum AxisDirectionX : uint8_t { AxisDirectionX_NONE, AxisDirectionX_LEFT, AxisDirectionX_RIGHT }; enum AxisDirectionY : uint8_t { AxisDirectionY_NONE, AxisDirectionY_UP, AxisDirectionY_DOWN }; /** * @brief 8-way direction of a D-Pad or a thumb stick. */...
/* * Copyright (c) 2007-2013 ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Universitaetstrasse 6, CH-8092 Zurich. Attn: Systems Group. */ #include <stdlib.h> #i...
// RUN: %scriptpath/applyAndRun.sh %s %pluginpath "-typeart-alloca" %rtpath 2>&1 | FileCheck %s // XFAIL: * #include <stdlib.h> int main(int argc, char** argv) { const int n = 42; // CHECK: [Trace] TypeART Runtime Trace // CHECK: [Trace] Alloc 0x{{.*}} uint8 1 42 unsigned char a[n]; // CHECK: [Trace] Alloc...
/**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_irq_dispatch.c * * 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 regard...
/* ///////////////////////////////////////////////////////////////////////// * File: exit_immediately.c * * Purpose: Implementation of exit_immediately API function. * * Created: 13th July 2015 * Updated: 9th September 2015 * * Home: http://synesissoftware.com/software/libclimate/ * ...
/* * performance_test.c * * This source file is part of the FoundationDB open source project * * Copyright 2013-2018 Apple Inc. and the FoundationDB project 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 o...
// SPDX-License-Identifier: GPL-2.0 /* * R8A7796 processor support - PFC hardware block. * * Copyright (C) 2016 Renesas Electronics Corp. * * This file is based on the drivers/pinctrl/sh-pfc/pfc-r8a7795.c * * R-Car Gen3 processor support - PFC hardware block. * * Copyright (C) 2015 Renesas Electronics Corpora...
/* * Copyright (C) 2001, 2002 Samuel Hocevar <sam@zoy.org>, * Håkan Hjort <d95hjort@dtek.chalmers.se> * * This file is part of libdvdread. * * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the ...
/*This is mechanically generated code*/ #include <stdlib.h> typedef struct { int x, y; } xy; typedef unsigned char byte; int fast12_corner_score(const byte* p, const int pixel[], int bstart) { int bmin = bstart; int bmax = 255; int b = (bmax + bmin)/2; /*Compute the score using binary search...
#pragma once #include <string> #include <vulkan/vulkan.h> #include <imgui.h> #include "mvTypes.h" // forware declarations struct mvGraphics; struct mvTexture; struct mvTextureManager; mvTexture create_texture(mvGraphics& graphics, const char* file); mvTexture create_texture_cube(mvGraphics& graphics, const char* pat...
// // MMMBrowserViewController.h // Mmine // // Created by Jamie on 16/6/2. // Copyright © 2016年 Ming. All rights reserved. // #import "MMBaseViewController.h" @interface MMMBrowserViewController : MMBaseViewController @end
#ifndef common_h #define common_h #ifdef _WIN32 #pragma warning(disable:4996) #pragma warning(disable:4244) #pragma warning(disable:4309) #pragma warning(disable:4018) #pragma warning(disable:4305) #endif #include <aribeiro/aribeiro.h> using namespace aRibeiro; #include "GUI/all.h" #include "SysHelper/all.h" #inclu...
#ifndef REPROC_WINDOWS_HANDLE_H #define REPROC_WINDOWS_HANDLE_H #include <windows.h> void handle_close(HANDLE *handle); #endif
/* * 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 ...
/* ************************************************************************** */ /* */ /* :::::::: */ /* ft_strcat.c :+: :+: ...
// // AMapNaviInfo.h // AMapNaviKit // // Created by 刘博 on 14-8-22. // Copyright (c) 2014年 AutoNavi. All rights reserved. // #import "AMapNaviCommonObj.h" /*! @brief 导航过程中的导航信息 */ @interface AMapNaviInfo : NSObject<NSCopying,NSCoding> /*! @brief 导航信息更新类型 */ @property (nonatomic, assign) AMapNaviMode naviMode...
/* * libslack - http://libslack.org/ * * Copyright (C) 1999-2010 raf <raf@raf.org> * * 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 la...
/* fix for MSVC ...evil! */ #ifdef _MSC_VER #define CONST64(n) n ## ui64 typedef unsigned __int64 ulong64; #else #define CONST64(n) n ## ULL #define ulong64 uint64_t //typedef unsigned long long ulong64; #endif /* this is the "32-bit at least" data type * Re-define it to suit your platform but it must be...
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #pragma once #include <thrift/lib/cpp2/GeneratedHeaderHelper.h> #include <thrift/lib/cpp2/Thrift.h> #include <thrift/lib/cpp2/protocol/Protocol.h> #include "thrift/compiler/test/fixtures/types/gen-...
// // CDERevisionSet.h // Ensembles // // Created by Drew McCormack on 24/07/13. // Copyright (c) 2013 Drew McCormack. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreData/CoreData.h> @class CDERevision; @interface CDERevisionSet : NSObject @property (nonatomic, readonly) NSUInteger numbe...
/* * ntoskrnl.exe testing framework * * Copyright 2015 Sebastian Lackner * Copyright 2015 Michael Müller * Copyright 2015 Christian Costa * Copyright 2020 Paul Gofman for CodeWeavers * Copyright 2020-2021 Zebediah Figura for CodeWeavers * * This library is free software; you can redistribute it and/or * modif...
// Copyright (c) 2014 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 XLinkNames_h #define XLinkNames_h #include "core/CoreExport.h" #include "core/dom/QualifiedName.h" #include "wtf/PassOwnPtr.h" namespace bli...
/**************************************************************************//** * @file efm32gg_lcd.h * @brief EFM32GG_LCD register and bit field definitions * @version 3.20.6 ****************************************************************************** * @section License * <b>(C) Copyright 2014 Silicon Laborato...
#ifndef INCLUDED_CLANGMETATOOL_COLLECTORS_DEFINITIONS_H #define INCLUDED_CLANGMETATOOL_COLLECTORS_DEFINITIONS_H #include <clang/ASTMatchers/ASTMatchFinder.h> #include <clang/Frontend/CompilerInstance.h> #include <clangmetatool/collectors/definitions_data.h> namespace clangmetatool { namespace collectors { /** * Fo...
/* * Copyright (C) Xiaozhe Wang (chaoslawful) * Copyright (C) Yichun Zhang (agentzh) */ #ifndef _NGX_HTTP_LUA_CTX_H_INCLUDED_ #define _NGX_HTTP_LUA_CTX_H_INCLUDED_ #include "ngx_http_lua_common.h" int ngx_http_lua_ngx_get_ctx(lua_State *L); int ngx_http_lua_ngx_set_ctx(lua_State *L); int ngx_http_lua_ngx_set_c...
// 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_SIGNALING_CONNECTOR_H #define REMOTING_HOST_SIGNALING_CONNECTOR_H #include "base/basictypes.h" #include "base/memory/weak_ptr.h...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // UnityEngine.Events.UnityAction`1<UnityEngine.Color> struct UnityAction_1_t4088726908; #include "UnityEngine_UnityEngine_Events_BaseInvokableCall1559630662.h" #ifdef __clang__ #pr...
/*------------------------------------------------------------------------- * * planner.c * The query optimizer external interface. * * Portions Copyright (c) 2005-2008, Greenplum inc * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the Universit...
/* Array Descr Object */ #define PY_SSIZE_T_CLEAN #include <Python.h> #include "structmember.h" #define NPY_NO_DEPRECATED_API NPY_API_VERSION #define _MULTIARRAYMODULE #include "numpy/arrayobject.h" #include "npy_config.h" #include "npy_pycompat.h" #include "npy_import.h" #include "common.h" #include "conversion_ut...