text
stringlengths
9
948k
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:14:11 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/USDKit.fra...
/* * 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 ...
#include "api.h" #include "indcpa.h" #include "params.h" #include "randombytes.h" #include "symmetric.h" #include "verify.h" #include <stdlib.h> /************************************************* * Name: crypto_kem_keypair * * Description: Generates public and private key * for CCA-secure Kyber key...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: ./queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/builders/TermRangeQueryNodeBuilder.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgApacheLuceneQueryparserFlexibleStandardBuildersTermRangeQueryNodeBuilder"...
/* ** Splint - annotation-assisted static program checker ** Copyright (C) 1994-2003 University of Virginia, ** Massachusetts Institute of Technology ** ** 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 Sof...
/** @file OpenCore driver. Copyright (c) 2019, vit9696. 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 text of the license may be found at http://opensource.org/licen...
#ifndef BOB_H #define BOB_H #include <stdbool.h> char *hey_bob(char *greeting); #endif
// Copyright (c) 2010 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-chromium file. #ifndef BASE_OBSERVER_LIST_H__ #define BASE_OBSERVER_LIST_H__ #pragma once #import <algorithm> #import <limits> #import <vector> #import "b...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 6 2019 20:12:56). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <IDEKit/DVTInvalidation-Protocol.h> @class IDEBuildParameters, IDEWorkspace, NSObject; @protocol IDELocalizationWorkProgress; ...
/* * Copyright(c) 2018 Intel Corporation * SPDX - License - Identifier: BSD - 2 - Clause - Patent */ #ifndef EbSourceBasedOperations_h #define EbSourceBasedOperations_h #include "EbDefinitions.h" #include "EbSystemResourceManager.h" #include "EbNoiseExtractAVX2.h" typedef struct CuComplexityInfo_s { EB_U32 spatioTem...
//doubleDomain.h //dimersChaperonComplex.h #ifndef SINGLEDOMAIN_H #define SINGLEDOMAIN_H #include "protchap.h" #define ERROR_FPT_THRESHOLD 0.0 #define ENERGY_BACK_GAP 2.5 class singleDomain: public foldingComplex { public: singleDomain(); int fold(); int unfold(); int writeStructures2output(); }; #endi...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:42:36 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/EventKitUI.framework/EventKitUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Li...
// Copyright 2019 Google LLC // SPDX-License-Identifier: Apache-2.0 #ifndef STRATUM_PROCMON_PROCMON_H_ #define STRATUM_PROCMON_PROCMON_H_ #include <pthread.h> #include <map> #include <memory> #include <queue> #include <utility> #include "absl/synchronization/mutex.h" #include "stratum/glue/status/status.h" #include...
/* * Copyright 2020 Tadashi G. Takaoka * * 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 agr...
/* * jdapistd.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains application interface code for the decompression half * of the JPEG library. These are the "stand...
// // PostViewController.h // insta // // Created by Paula Leticia Geronimo on 7/8/21. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface PostViewController : UIViewController @end NS_ASSUME_NONNULL_END
/** ****************************************************************************** * @file stm32f1xx_hal_def.h * @author MCD Application Team * @brief This file contains HAL common defines, enumeration, macros and * structures definitions. *****************************************************...
/* * Copyright (c) 2001-2019 Julien Nadeau Carriere <vedge@csoft.net> * 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 ...
/* american fuzzy lop++ - globals declarations ------------------------------------------- Originally written by Michal Zalewski Now maintained by Marc Heuse <mh@mh-sec.de>, Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and Andrea Fioraldi <andreafioraldi@gmail....
#pragma once #include <cstddef> #include <iostream> #include <vector> #include <map> namespace BinPkg { class Item { public: /// An internal struct storing the basic info required for writing an item in a packaged file. /// The fields are not intended to be edited manually, which is left to the Item member fun...
/**CFile**************************************************************** FileName [cnfPost.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [AIG-to-CNF conversion.] Synopsis [] Author [Alan Mishchenko] Affiliation [UC Berkeley] Date [Ver. 1.0. Started -...
#include "Base/Base.h" using namespace Public::Base; namespace Public { namespace Network { namespace NTP { #define VERSION_3 3 #define VERSION_4 4 #define MODE_CLIENT 3 #define MODE_SERVER 4 #define NTP_LI 0 #define NTP_VN VERSION_3 #define NTP_MODE MODE_CLIENT #define NTP_STRATUM 0 #define NTP_POLL 4 #define NTP...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:07:27 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/AVConferen...
#ifndef _CHUNK_H #define _CHUNK_H #include <map> #include <vector> #include <Object.h> #include "SparseArray.hpp" class World; constexpr st CHUNK_X = 16; constexpr st CHUNK_Y = 16; constexpr st CHUNK_Z = 256; constexpr st CHUNK_SIZE = CHUNK_X * CHUNK_Y * CHUNK_Z; enum BlockFace { BF_POS_X = 0x1, BF_NEG_X = 0x2,...
//===--- NSLocaleShims.h - Foundation declarations for Locale overlay ------===// // // 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/...
/**@enum WeaponEventID * @brief identifier for events. * mainly for rpc purposes **/ enum WeaponEventID { UNKNOWN, MECHANISM, TRIGGER, TRIGGER_AUTO_START, TRIGGER_AUTO_END, LOAD1_BULLET, CONTINUOUS_LOADBULLET_START, CONTINUOUS_LOADBULLET_END, UNJAM, ATTACH_MAGAZINE, UNJAMMING_FAILED_TIMEOUT, UNJAMMING_TI...
/* Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the ...
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_conv_q7.c * Description: Convolution of Q7 sequences * * $Date: 18. March 2019 * $Revision: V1.6.0 * * Target Processor: Cortex-M cores * ----------------------------------...
// // IMAPIdleOperation.h // mailcore2 // // Created by DINH Viêt Hoà on 1/12/13. // Copyright (c) 2013 MailCore. All rights reserved. // #ifndef MAILCORE_MCIMAPIDLEOPERATION_H #define MAILCORE_MCIMAPIDLEOPERATION_H #include <MailCore/MCIMAPOperation.h> #ifdef __cplusplus namespace mailcore { class IM...
/* * turn raw (no echo, etc.) on and off. * ptyfs is gone, so don't even try tcsetattr, etc. */ #define _POSIX_SOURCE #define _RESEARCH_SOURCE #include <sys/types.h> #include <unistd.h> #include <fcntl.h> #include <libv.h> static int ctlfd = -1; /* fd is ignored */ tty_echooff(int) { if(ctlfd >= 0) return 0; ...
/* thread.c * Copyright 1984-2017 Cisco Systems, 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 applica...
/* Written by Kris Maglione <maglione.k at Gmail> */ /* Public domain */ #define _XOPEN_SOURCE 600 #include <errno.h> #include <pthread.h> #include <stdlib.h> #include <unistd.h> #include "ixp_local.h" static IxpThread ixp_pthread; static pthread_key_t errstr_k; /** * Function: ixp_pthread_init * * This function i...
/** * @file * @brief Functions for corpse handling. **/ #pragma once // aut / rot_time_factor = units on corpse "special" property #define ROT_TIME_FACTOR 20 // # of special units until fresh corpses rot away #define FRESHEST_CORPSE 110 void rot_corpses(int elapsedTime); bool turn_corpse_into_skeleton(item_def ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:43:41 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/PencilKit.framework/PencilKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limn...
/** ****************************************************************************** * @file stm8s_it.c * @author MCD Application Team * @version V2.0.4 * @date 26-April-2018 * @brief Main Interrupt Service Routines. *****************************************************************************...
#ifndef TCLHWRAP_H #define TCLHWRAP_H #include "tcl.h" #include "tclhBase.h" #ifdef _WIN32 # include <rpc.h> typedef UUID Tclh_UUID; #else # include <uuid/uuid.h> typedef uuid_t Tclh_UUID; #endif /* Function: Tclh_UuidNewObj * Generate a new UUID. The UUID is not guaranteed to be cryptographically * secure. *...
#ifndef SRC_JS_NATIVE_API_H_ #define SRC_JS_NATIVE_API_H_ // This file needs to be compatible with C compilers. #include <stddef.h> // NOLINT(modernize-deprecated-headers) #include <stdbool.h> // NOLINT(modernize-deprecated-headers) #include "js_native_api_types.h" // Use INT_MAX, this should only be consumed by t...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> @class AKAppleIDAuthenticationContext, NSString; @interface AKTrafficClearenceRequest : NSObject { AKAppleIDAuthent...
/*------------------------------------------------------------------------- * * execAmi.c * miscellaneous executor access method routines * * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/backend/executor/ex...
// Copyright 2010-2016 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
// Copyright 2017 The Fuchsia 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 GARNET_EXAMPLES_UI_SHADERTOY_SERVICE_COMPILER_H_ #define GARNET_EXAMPLES_UI_SHADERTOY_SERVICE_COMPILER_H_ #include <lib/async-loop/cpp/loop.h> #in...
/* * Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Redistributions of source code must retain the above copyright * notice, this list ...
// // AppDelegate.h // IntroScreen // // Created by Wei Zhang on 9/14/18. // Copyright © 2018 VeraZhang. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
#ifndef __HAS_TYPES__ #define __HAS_TYPES__ typedef unsigned long size_t; typedef long ssize_t; typedef long ptrdiff_t; typedef __builtin_va_list va_list; typedef int wchar_t; typedef int wint_t; typedef int wctrans_t; typedef int wctype_t; typedef signed char int8_t; typedef short int16_t; typedef int...
#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <math.h> #include <libevdev/libevdev.h> #include <linux/input-event-codes.h> #include <errno.h> #include <strings.h> #include <wlr/types/wlr_box.h> #include <wlr/types/wlr_cursor.h> #include <wlr/types/wlr_idle.h> #include <wlr/types/wlr_pointer.h> #include <...
/* * RMSDCalculationData.h * * Created on: Jul 13, 2013 * Author: victor */ #ifndef RMSDCALCULATIONDATA_H_ #define RMSDCALCULATIONDATA_H_ #include "symmGroups.h" #include <cstddef> class RMSDCalculationData { public: RMSDCalculationData(int numberOfConformations, int atomsPerFittingConformation,...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignore...
#ifndef VARTOKEN_H #define VARTOKEN_H /* This file should be accompanied by DISCLAIMER.TXT stating disclaimers */ #include "tokens.h" #include "simpleToken.h" #include "AToken.h" struct VarToken : SimpleToken { /* constructor */ VarToken(); /* destructor */ virtual ~VarToken(); /* constructor...
/* * * Copyright (c) 2021 Project CHIP 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 requir...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:26:18 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/CoreRoutin...
/* * Copyright (C) 2017 Apple Inc. All rights reserved. * Copyright (C) 2017 Metrological Group B.V. * Copyright (C) 2017 Igalia S.L. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of sou...
// // ConversationInfoTableViewController.h // Video Player // // Created by Avikant Saini on 5/30/16. // Copyright © 2016 Chekkoo. All rights reserved. // #import <UIKit/UIKit.h> @interface ConversationInfoTableViewController : BBTableViewController @end
/***************************************************************************** * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ***************************************************************************** * Copyright 2021 Marco Spedaletti (asimov@mclink.it) * * Licensed under the Apac...
/* SDSLib, A C dynamic strings library * * Copyright (c) 2006-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 ...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 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 DANECOIN_COMPAT_H #define DANECOIN_COMPAT_H #if defined(HAVE_CONFIG_H) #...
void main () { if (1 == 2 && 1 == 2 && 1 == 2 && 1 == 2 && 1 == 2 && 1 == 2 && 1 == 2 && 1) { } }
/* * TI's OMAP DSP platform device registration * * Copyright (C) 2005-2006 Texas Instruments, Inc. * Copyright (C) 2009 Nokia Corporation * * Written by Hiroshi DOYU <Hiroshi.DOYU@nokia.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
/* This file was generated by syncqt. */ #ifndef QT_QTBLUETOOTH_VERSION_H #define QT_QTBLUETOOTH_VERSION_H #define QTBLUETOOTH_VERSION_STR "5.15.1" #define QTBLUETOOTH_VERSION 0x050F01 #endif // QT_QTBLUETOOTH_VERSION_H
/************************************************************************* > File Name: test.c > Author: DHD > Mail: 1423191087@qq.com > Created Time: 2018年11月23日 星期五 23时37分35秒 ************************************************************************/ //A: 0 2 4 6 8 ... //B: 1 3 5 7 9 ... #include <st...
extern zend_class_entry *phalcon_logger_formatter_abstractformatter_ce; ZEPHIR_INIT_CLASS(Phalcon_Logger_Formatter_AbstractFormatter); PHP_METHOD(Phalcon_Logger_Formatter_AbstractFormatter, getDateFormat); PHP_METHOD(Phalcon_Logger_Formatter_AbstractFormatter, setDateFormat); PHP_METHOD(Phalcon_Logger_Formatter_Abstr...
/** * \file test_fileifc.c * \brief Store messages and read them again. * \author Tomas Cejka <cejkat@cesnet.cz> * \date 2017 */ /* * Copyright (C) 2017 CESNET * * LICENSE TERMS * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following co...
/** @file Implementation of Managed Network Protocol private services. Copyright (c) 2005 - 2010, 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 te...
// // Created by MarcasRealAccount on 7. Nov. 2020. // #pragma once #include "Engine/Renderer/Mesh/StaticMesh.h" namespace gp1 { namespace meshGenerators { void GenerateIcosphere(StaticMesh& mesh, uint32_t subdivisions); } // namespace meshGenerators } // namespace gp1
#include <u.h> #include <libc.h> #include <draw.h> #include <memdraw.h> #include <memlayer.h> struct Lline { Point p0; Point p1; Point delta; int end0; int end1; int radius; Point sp; Memlayer *dstlayer; Memimage *src; int op; }; static void llineop(Memimage*, Rectangle, Rectangle, void*, i...
#pragma once #include "lib.h" #include "usbd_core.h" #define CMD_EPIN_ADDR (0x83) #define CMD_EPIN_SIZE (64) #define CMD_EPOUT_ADDR (0x04) #define CMD_EPOUT_SIZE (64) void usb_init(); void usb_send_buffer(void *buf, unsigned size); extern void usb_handle_cmd_packet(struct buf_reader *br); uint8_t programmer_init(s...
/* Copyright (c) 2015, 2018, Oracle and/or its affiliates. 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 as published by the Free Software Foundation; version 2 of the License. This program is distributed in t...
/* * Copyright (c) 2021 juteman * * This file is part of Hawl * (see https://github.com/juteman/Hawl). * * 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 owne...
//===-- InstructionUtils.h --------------------------------------*- 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 // //===---------------------------...
/* 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" typedef struct NimStringDesc NimStringDesc; typedef struct TGenericSeq TGenericSeq; typedef struct Tnode292802 Tnode292802; typedef struct Tcon...
/*------------------------------------------------------------------------- * * pg_dump.c * pg_dump is a utility for dumping out a postgres database * into a script file. * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of Cali...
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2013 Facebook, Inc. (http://www.facebook.com) | | Copyrigh...
// Copyright 2022 Eidos-Montreal / Eidos-Sherbrooke // 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...
#ifndef MODE_H_ #define MODE_H_ #include <common/nodes/Node.h> #include <common/Common.h> class Mode { public: virtual ~Mode() {} /** * Executes the mode inside the calling thread. * * @return APPCODE_... */ virtual int execute() = 0; protected: Mode() {} ...
// Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2018 The Stelo Core developers // Distributed under the MIT software license, see the accompanying #ifndef STL_HDCHAIN_H #define STL_HDCHAIN_H #include "key.h" #include "sync.h" /* hd account data model */ class CHDAccount { public: uint32_t nEx...
/*++ Copyright (c) 1994 Microsoft Corporation Module Name: optapi.c --> modified to bootphlp.c Abstract: This module contains the implementation of DHCP Option APIs. Author: Madan Appiah (madana) 27-Sep-1993 Environment: User Mode - Win32 Revision History: Cheng Yang (t-cheny) 17-Jul-1...
/* Copyright 2005-2009 Intel Corporation. All Rights Reserved. The source code contained or described herein and all documents related to the source code ("Material") are owned by Intel Corporation or its suppliers or licensors. Title to the Material remains with Intel Corporation or its supplier...
/* * ion/sizehint.c * * Copyright (c) Tuomo Valkonen 1999-2001. * See the included file LICENSE for details. */ #include <string.h> #include "common.h" #include "clientwin.h" #include "global.h" /*{{{ correct_size */ static void do_correct_aspect(int max_w, int max_h, int ax, int ay, int *wret, int...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class GPUImageCropFilter, Singleton, StretchLegParameters; @interface MCLegStretchManager : NSObject { _Bool legLineStable; double timesForChangeToSt...
/** * @file Scalar.h * @brief Manifold/Lie group traits for scalar double types * @author Jing Dong * @date Oct 13, 2017 */ #pragma once #include <minisam/core/Traits.h> #include <Eigen/Core> #include <iostream> #include <vector> namespace minisam { namespace internal { // A helper class implement t...
// Copyright 2021 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 THIRD_PARTY_WEBRTC_OVERRIDES_METRONOME_TASK_QUEUE_FACTORY_H_ #define THIRD_PARTY_WEBRTC_OVERRIDES_METRONOME_TASK_QUEUE_FACTORY_H_ #include <memor...
#include "http.h" #include "debug.h" int main(void) { struct http_response *resp = http_request("GET", "http://google.com/", NULL); debug_response_print(resp); http_response_free(resp); }
#include "fix16.h" /* The square root algorithm is quite directly from * http://en.wikipedia.org/wiki/Methods_of_computing_square_roots#Binary_numeral_system_.28base_2.29 * An important difference is that it is split to two parts * in order to use only 32-bit operations. * * Note that for negative numbers we retu...
// // WDZbackLogDetailRulesImageView.h // WDZForAppStore // // Created by dingkan on 2018/8/13. // Copyright © 2018年 Wandianzhang. All rights reserved. // #import <UIKit/UIKit.h> @protocol WDZbackLogDetailRulesImageViewDelegate <NSObject> -(void)WDZbackLogDetailRulesImageViewDidClickImg:(NSInteger)index; @end @i...
#include <stdio.h> #include <errno.h> #include <fcntl.h> #include <pthread.h> #include <setjmp.h> #include <stdarg.h> #include <stddef.h> #include <stdint.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/socket.h> #include <cmocka.h> #include <...
/* * psql - the PostgreSQL interactive terminal * * Copyright (c) 2000-2017, PostgreSQL Global Development Group * * src/bin/psql/tab-complete.c */ /*---------------------------------------------------------------------- * This file implements a somewhat more sophisticated readline "TAB * completion" in psql. ...
/* Editor Settings: expandtabs and use 4 spaces for indentation * ex: set softtabstop=4 tabstop=8 expandtab shiftwidth=4: * * -*- mode: c, c-basic-offset: 4 -*- */ /* * Copyright © BeyondTrust Software 2004 - 2019 * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
#include <time.h> #include <stdlib.h> #include <math.h> #include "matrix.h" #include "display.h" #define LINES_AMOUNT 0.04 #define MAX_LINE_LENGTH_MULTIPLIER 0.32 #define MIN_LINE_LENGTH_MULTIPLIER 0.1 #define CHARACTER_CHANGE_PROBABILITY 20 #define LINE_SPAWN_PROBABILITY 8 cell_t ***matrix; line_t *lines; int MAX_LI...
// Copyright 2019, Winfield Chen and Lloyd T. Elliott. #ifndef __STATISTICS_H_ # define __STATISTICS_H_ #include <gsl/gsl_sf.h> #include "matrix.h" double tcdf1m(double t, double nu); double log_tcdf1m(double t, double nu); void regression(t_matrix g, t_matrix y, t_matrix...
//****************************************************************** // // Copyright 2015 Samsung Electronics All Rights Reserved. // //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance...
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/io.h * * Copyright (C) 1996-2000 Russell King * * Modifications: * 16-Sep-1996 RMK Inlined the inx/outx functions & optimised for both * constant addresses and variable addresses. * 04-Dec-1997 RMK Moved a lot of this stuff to the new a...
#ifndef __PTZ_TRACK_H #define __PTZ_TRACK_H #include <boost/asio.hpp> #include <boost/asio/steady_timer.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include <exception> #include <boost/bind.hpp> #include <iostream> #include <boost/chrono.hpp> #include <boost/thread.hpp> using namespace std; using namesp...
/* 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 not...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include <stdlib.h> #include "azure_c_shared_utility/umock_c_prod.h" #include "azure_c_shared_utility/gballoc.h" #include <signal.h> #include <stddef.h> #include "azu...
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
/* A Bison parser, made by GNU Bison 3.7.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015, 2018-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 a...
#include <stddef.h> #include <stdint.h> #include <x86intrin.h> #ifndef ASSEMBLY #include <assert.h> #include <stdio.h> #include <time.h> #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" #define STB_IMAGE_WRITE_IMPLEMENTATION #include "stb_image_write.h" // p /x *(unsigned int*)&x@4 /* cc -msse2 -g -o /tmp/alph...
/* Copyright (c) 2012-2014 The icomet 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 UTIL_LIST_H #define UTIL_LIST_H template <class T> class LinkedList{ public: class Iterator{ private: T p; public: friend class LinkedL...
/* * Copyright © 2009 CNRS * Copyright © 2009-2013 Inria. All rights reserved. * Copyright © 2009-2010, 2012 Université Bordeaux 1 * See COPYING in top-level directory. */ /** \file * \brief Macros to help interaction between hwloc and Linux libnuma. * * Applications that use both Linux libnuma and hwloc may ...
#include <stdlib.h> #include <stdio.h> #include <string.h> #include "cli.h" void processCLArg(char* arg, int index); void setDefaultOptions(); void displayHelp(); void displayVersion(); void parseCLArgs(int argc, char ** argv) { setDefaultOptions(); if(argc < 2) { // nothing to do cli.sourceIdx = -1; retu...
/* ../netlib/slarrf.f -- translated by f2c (version 20160102). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the en...