text
stringlengths
9
948k
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:46:20 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by ...
int main(int argc, char **argv) { if (argc || argc - 1) return 2; return 1; }
/******************************************************************************* * * Copyright (c) 2015-2016 Intel Corporation. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Ve...
/* Generated by libfsm */ #include LF_HEADER #include <stddef.h> #include <fsm/fsm.h> struct fsm * utf8_Zl_fsm(const struct fsm_options *opt) { struct fsm *fsm; size_t i; struct fsm_state *s[4] = { 0 }; fsm = fsm_new(opt); if (fsm == NULL) { return NULL; } for (i = 0; i < 4; i++) { s[i] = fsm_addstate...
#ifndef STDINT_H #define STDINT_H typedef unsigned long long uint64_t; typedef unsigned int uint32_t; typedef unsigned short uint16_t; typedef unsigned char uint8_t; typedef signed long long int64_t; typedef signed int int32_t; typedef signed short int16_t; typedef signed char int8_t; typedef unsigned int size_t; #...
/* lglcd.h library definition for lglcd.a part of lglcd for Microsoft(R) Windows(R) The Logitech LCD SDK, including all acompanying documentation, is protected by intellectual property laws. All use of the Logitech LCD SDK is subject to the License Agreement found in the "ReadMe License Agreement" fil...
/* * Copyright (c) 2003-2021 Rony Shapiro <ronys@pwsafe.org>. * All rights reserved. Use of the code is allowed under the * Artistic License 2.0 terms, as specified in the LICENSE file * distributed with this code, or available from * http://www.opensource.org/licenses/artistic-license-2.0.php */ /* * Declaration of ...
// @license // -------------------------------------------------------------------------- // Copyright (C) 2015-2020 Virgil Security, Inc. // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are //...
/** ****************************************************************************** * @file : usbd_desc.h * @version : v1.0_Cube * @brief : Header for usbd_desc file. ****************************************************************************** * COPYRIGHT(c) 2015 STMicroelectronic...
// Tencent is pleased to support the open source community by making GAutomator available. // Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved. // Licensed under the MIT License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the ...
/**CFile**************************************************************** FileName [abcVerify.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Network and node package.] Synopsis [Combinational and sequential verification for two networks.] Author [Alan Mishchenko] ...
#include<string.h> #include<unistd.h> #include<sys/socket.h> #include<sys/types.h> #include<netinet/in.h> #include<stdlib.h> #include<stdio.h> #define MAX_LEN 100 void replaceAll(char *str, const char *oldWord, const char *newWord) { char *pos, temp[1000]; int index = 0; int owlen; owlen = strlen(oldWord); ...
const unsigned char font[96][8] = { {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}, // {0x5f,0x5f,0x00,0x00,0x00,0x00,0x00,0x00}, // ! {0x07,0x07,0x00,0x07,0x07,0x00,0x00,0x00}, // " {0x14,0x7f,0x7f,0x14,0x7f,0x7f,0x14,0x00}, // # {0x6f,0x6f,0x6b,0xeb,0x6b,0x7b,0x7b,0x00}, // $ {0x63,0x73,0x38,0x1c,0x0e,0x67,0x63,0x...
/* * libjingle * Copyright 2009, Google Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the f...
/* * 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 ...
/* Area: closure_call Purpose: Check return value long long. Limitations: none. PR: none. Originator: <andreast@gcc.gnu.org> 20030828 */ /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */ #include "ffitest.h" static void cls_ret_ulonglong_fn(ffi_cif* cif __UNUSED__, void* resp...
// Copyright (c) 2018-2021 hors<horsicq@gmail.com> // // 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, ...
#ifndef __POLL_H__ #define __POLL_H__ #include "../err.h" class IOPollable; class Poll { public: virtual auto add(int fd, uint32_t events, IOPollable* obj) -> errno_c = 0; virtual auto mod(int fd, uint32_t events, IOPollable* obj) -> errno_c = 0; virtual auto del(int fd, IOPollable* obj) -> errno_c = 0; }...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices */ @interface SSVGratisRequestBody : NSObject <NSCopying> { NSNumber * _accountID; NSMutableDictionary * _additionalParameters; NSArray * _applications; bool _backgroundRequest; NSArra...
/* * Copyright 2021 Rémi Bernon 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...
/* * Copyright (c) 2015-2017 Red Hat, Inc. * * All rights reserved. * * Author: Jan Friesse (jfriesse@redhat.com) * * This software licensed under BSD license, the text of which follows: * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll...
/* * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> #include <stdbool.h> #include <string.h> #include "esp_types.h" #include "esp_err.h" #include "esp_log.h" #include "esp_check.h" #include "driver/adc.h" #include "hal/adc_types....
/* * Copyright (c) 1982, 1986, 1989 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...
/* mbed Microcontroller Library * Copyright (c) 2013-2016 Realtek Semiconductor Corp. * * 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) 2018 Nordic Semiconductor ASA * Copyright (c) 2017 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr.h> #include <debug/stack.h> #include <sys/util.h> #include <net/buf.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> #include <bluetooth/conn.h> #inclu...
// // UIViewController+ABFramework.h // ABFramework // // Created by Alexander Blunck on 4/4/13. // Copyright (c) 2013 Ablfx. All rights reserved. // #import <UIKit/UIKit.h> @class ABTabBarController; @interface UIViewController (ABFramework) //Storyboard +(id) instantiateWithStoryboardName:(NSString*)name; +(i...
/* Copyright 2019 Josh Hinnebusch * * 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 distribut...
#ifndef _STDARG_H #define _STDARG_H typedef __builtin_va_list va_list; #define va_start(v,l) __builtin_va_start(v,l) #define va_end(v) __builtin_va_end(v) #define va_arg(v,l) __builtin_va_arg(v,l) #define va_copy(d,s) __builtin_va_copy(d,s) typedef va_list __gnuc_va_list; #define _VA_LIST_DEFINED #endif
//===--- ModuleFile.h - Info about a loaded serialized module ---*- 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...
#ifndef _COMMMON_H #define _COMMMON_H 1 #include <Pch.h> size_t ReadBestScore(const std::string& filename = std::string()); bool WriteBestScore(const std::string& filename, size_t bestScore = 0); #endif /* _COMMON_H */
/* * Copyright 1993-2019 NVIDIA Corporation. All rights reserved. * * NOTICE TO LICENSEE: * * This source code and/or documentation ("Licensed Deliverables") are * subject to NVIDIA intellectual property rights under U.S. and * international Copyright laws. * * These Licensed Deliverables contained herein is ...
#include <emote.h> EMOTE( "~Name ~verbexamine ~poss zipper.@@examining ~poss zipper", "~Name ~verbtell ~targ to examine ~post zipper.@@telling ~targ to XYZ") EMOTE_ATTRIBUTE( ATT_FOOLISH )
// // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights reserved. // #define IDB_TILE_IMA...
/** ****************************************************************************** * @file SPI/SPI_FullDuplex_ComDMA/Src/stm32f4xx_it.c * @author MCD Application Team * @version V1.2.6 * @date 06-May-2016 * @brief Main Interrupt Service Routines. * This file provides template for all e...
/* * Copyright 2009 Jerome Glisse. * 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"), to deal in the Software without restriction, including * without limitation the rights to use, copy,...
// // PlaceHolderDelegate.h // IGO24 // // Created by DQ on 16/9/9. // Copyright © 2016年 DQ. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "PlaceholderMacros.h" @protocol PlaceHolderDelegate <NSObject> @optional //预留的3中样式 /** * 图片占位图 * * @return <#return value desc...
#ifndef DEBUGGER_COMMANDS_H #define DEBUGGER_COMMANDS_H #include <z80e/debugger/debugger.h> #include <z80e/ti/memory.h> int command_hexdump(debugger_state_t *state, int argc, char **argv); int command_backwards_hexdump(debugger_state_t *state, int argc, char **argv); int command_disassemble(debugger_state_t *state, i...
/** *** Copyright (C) 1985-1999 Intel Corporation. All rights reserved. *** *** The information and source code contained herein is the exclusive *** property of Intel Corporation and may not be disclosed, examined *** or reproduced in whole or in part without explicit written authorization *** from the company. *** *...
/* * Copyright (c) 2005, National ICT Australia */ /* * Copyright (c) 2007 Open Kernel Labs, Inc. (Copyright Holder). * All rights reserved. * * 1. Redistribution and use of OKL4 (Software) in source and binary * forms, with or without modification, are permitted provided that the * following conditions are met...
/* ** $Id: ldo.c,v 1.3 2003/02/21 22:00:40 dbindel Exp $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ #include <setjmp.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "lua.h" #include "ldebug.h" #include "ldo.h" #include "lgc.h" #include "lmem.h" #include "lobject.h"...
/** \addtogroup platform */ /** @{*/ /** * \defgroup platform_Assert Assert macros * @{ */ /* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM 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...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.1-win32-xulrunner/build/security/manager/ssl/public/nsISSLStatus.idl */ #ifndef __gen_nsISSLStatus_h__ #define __gen_nsISSLStatus_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want to in...
/* * Copyright 2014 Advanced Micro Devices, Inc. * * 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...
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
# enumeration of mosaic restriction types enum MosaicRestrictionType : uint8 # uninitialized value indicating no restriction none = 0x00 # allow if equal eq = 0x01 # allow if not equal ne = 0x02 # allow if less than lt = 0x03 # allow if less than or equal le = 0x04 # allow if greater than gt = 0x05 #...
/*++ Copyright (c) 2006, Intel Corporation All rights reserved. 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/licenses/bsd-license.php...
/******************************************************************************* Intel 82599 Virtual Function driver Copyright(c) 1999 - 2009 Intel Corporation. This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, version 2...
/****************************************************************************** * * Copyright(c) 2016 - 2018 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 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h> #include <aws/elasticloadbalancingv2/model/ResponseMetadata.h> #include <utility> namespace Aws { template<typename...
/* * Copyright (c) 2020, 2021, Oracle and/or its affiliates. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2.0, * as published by the Free Software Foundation. * * This program is also distributed with certain software (in...
// // KZWAppDelegate.h // KZWUI // // Created by ouyrp on 12/13/2018. // Copyright (c) 2018 ouyrp. All rights reserved. // @import UIKit; @interface KZWAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/*************************************************************************** spherical.h W. Michael Brown ------------------- Stuff for working spherical coordinates ______________________________________________________________________...
#ifndef _ASM_SECTIONS_H #define _ASM_SECTIONS_H #include <asm-generic/sections.h> extern char _fdata; #endif /* _ASM_SECTIONS_H */
#include<stdio.h> #include<stdlib.h> struct opponents { long long int skill,entertainment; }; struct opponents p2[100005]; typedef struct opponents opp; int bound_lower(long long int p,long long int pri) { int small,big; long long int ret=p; for(small=0,big=p-1;small<big;) { int m=(small+big)>>1; if(p2...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:35:43 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/Frameworks/QuartzCore.framewo...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: ./core/src/java/org/apache/lucene/util/fst/IntSequenceOutputs.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgApacheLuceneUtilFstIntSequenceOutputs") #ifdef RESTRICT_OrgApacheLuceneUtilFstIntSequenceOutputs #define INCLUDE_ALL_...
#include <stdio.h> #include <stdlib.h> #include <sys/ipc.h> #include <sys/types.h> #include <sys/sem.h> #include <sys/shm.h> #include <errno.h> #include <unistd.h> union semun { int val; struct semid_ds *buf; unsigned short *array; }; #define H 1 int main() { key_t kljuc = ftok("./osoba.c", 'a'); int...
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #ifndef SEAFILE_RECVCOMMIT_PROC_H #define SEAFILE_RECVCOMMIT_PROC_H #include <glib-object.h> #define SEAFILE_TYPE_RECVCOMMIT_PROC (seafile_recvcommit_proc_get_type ()) #define SEAFILE_RECVCOMMIT_PROC(obj) ...
#include <string.h> #include <strings.h> #include "sway/config.h" #include "sway/commands.h" #include "sway/input/input-manager.h" struct cmd_results *input_cmd_accel_profile(int argc, char **argv) { struct cmd_results *error = NULL; if ((error = checkarg(argc, "accel_profile", EXPECTED_AT_LEAST, 1))) { return err...
#ifndef _PERIODICITY_MANAGER_ #define _PERIODICITY_MANAGER_ #include "tmfe.h" #include "GEM_BANK.h" class PeriodicityManager { private: int fPeriod; int fNumberOfConnections; std::vector<std::string> RemoteCallers; TMFeEquipment* fEq; TMFE* fMfe; int fPeriodicWithData; int fPeriodicWithoutData;...
// Copyright 2019 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 BASE_FUCHSIA_SERVICE_PROVIDER_IMPL_H_ #define BASE_FUCHSIA_SERVICE_PROVIDER_IMPL_H_ #include <fuchsia/io/cpp/fidl.h> #include <fuchsia/sys/cpp/fi...
/* * The two pass scaling function is based on: * Filtered Image Rescaling * Based on Gems III * - Schumacher general filtered image rescaling * (pp. 414-424) * by Dale Schumacher * * Additional changes by Ray Gardener, Daylon Graphics Ltd. * December 4, 1999 * * Ported to libgd by Pierre Joye. Support f...
/* LUFA Library Copyright (C) Dean Camera, 2018. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2018 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
// Copyright 2020 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 SRC_STORAGE_FACTORY_FACTORYFS_MOUNT_H_ #define SRC_STORAGE_FACTORY_FACTORYFS_MOUNT_H_ #include <lib/async-loop/default.h> #include <lib/zx/channel...
#include <stdbool.h> #include <stddef.h> #include <stdint.h> // --------------------------------------------------------------------------- // matrix.c // --------------------------------------------------------------------------- void matrixTranslation(float matrix[4][4], float x, float y, float z); void matrixScale...
// Copyright (c) 2004 // Utrecht University (The Netherlands), // ETH Zurich (Switzerland), // INRIA Sophia-Antipolis (France), // Max-Planck-Institute Saarbruecken (Germany), // and Tel-Aviv University (Israel). All rights reserved. // // This file is part of CGAL (www.cgal.org) // // $URL: https://github.com/CGAL...
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * sprdmpF9.h * * Code generation for function 'sprdmpF9' * */ #ifndef SPRDMPF9_H #define SPRDMPF9_H /* Incl...
#ifndef usb_serial_h__ #define usb_serial_h__ #include <stdint.h> #ifdef __cplusplus extern "C"{ #endif /************************************************************************** * * Configurable Options * **************************************************************************/ #define VENDOR_ID ...
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2018 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 3.0.0 (2016/06/19) #pragma once #include <Mathematics/GteM...
/* * 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 ma...
/** */ class ResamplingAudioFormatReader final : public AudioFormatReader { public: /** Creates a reader without any sample rate conversion, audio could potentially be played at the wrong rate. Remember to call prepare when the desired output sample rate is known. */ ResamplingAudioFormatReader (st...
/* * * 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...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__char_declare_memcpy_51a.c Label Definition File: CWE124_Buffer_Underwrite.stack.label.xml Template File: sources-sink-51a.tmpl.c */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: Set data pointer to before the allocated memory buff...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:42:27 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/CFNetwork.framework/CFNetwork * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limne...
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of condit...
#ifdef HAVE_CONFIG_H #include "../../ext_config.h" #endif #include <php.h> #include "../../php_ext.h" #include "../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" #include "kernel/object.h" #include "kernel/memory.h" #include "ke...
#pragma once #include "SpriteAtlas.h" #include "ImGuiExt.h" #include "optional" #include "UndoRedo.h" #include "AWayBack/Graphics/Texture.h" namespace AWayBack { enum OriginPlacement { Center = 0, TopLeft = 1, TopCenter = 2, TopRight = 3, CenterRight = 4, Bott...
/** * Copyright (c) 2017 Baidu.com, Inc. 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 applic...
//===-- JavaASTContext.h ----------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
void CalcWeights( const EPH_Vec3 &v, float w[8] ) { // x w[0] = w[2] = w[4] = w[6] = 1.0 - v.x; w[1] = w[3] = w[5] = w[7] = v.x; // y w[0] *= 1.0 - v.y; w[1] *= 1.0 - v.y; w[4] *= 1.0 - v.y; w[5] *= 1.0 - v.y; w[2] *= v.y; w[3] *= v.y; w[6] *= v.y; w[7] *= v.y; // z w[0] *= 1.0 - v.z; w[1] *= 1.0 - v...
/// /// Copyright (c) 2016 Dropbox, Inc. All rights reserved. /// /// Auto-generated by Stone, do not modify. /// #import <Foundation/Foundation.h> #import "DBSerializableProtocol.h" @class DBFILESLookUpPropertiesError; @class DBFILESLookupError; @class DBFILESUpdatePropertiesError; #pragma mark - API Object /// /...
/* * EAP server/peer: EAP-PSK shared routines * Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #ifndef EAP_PSK_COMMON_H #define EAP_PSK_COMMON_H #define EAP_PSK_RAND_LEN 16 #define EAP_PSK_MAC_LEN 16 #d...
#include <stdarg.h> #include <stdlib.h> #include <stdio.h> #include <time.h> #include <sys/time.h> #include "ida_search_core.h" void LOG(const char *fmt, ...) { char date[20]; struct timeval tv; va_list args; /* print the progname, version, and timestamp */ gettimeofday(&tv, NULL); strftime(da...
/****************************************************************************** * Copyright (C) 2014-2020 Zhifeng Gong <gozfree@163.com> * * 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...
/* SIMD (SSE1+MMX or SSE2) implementation of sin, cos, exp and log Inspired by Intel Approximate Math library, and based on the corresponding algorithms of the cephes math library The default is to use the SSE1 version. If you define USE_SSE2 the the SSE2 intrinsics will be used in place of the MMX intrin...
// generated from // rosidl_typesupport_fastrtps_c/resource/msg__rosidl_typesupport_fastrtps_c.h.em // generated code does not contain a copyright notice #ifndef TEST_MSGS__MSG__BUILTINS__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ #define TEST_MSGS__MSG__BUILTINS__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ #include <stddef.h> #include ...
/**************************************************************************//** * @file pdma_reg.h * @version V1.00 * @brief PDMA register definition header file * * SPDX-License-Identifier: BSD-3-Clause * * Copyright (c) 2019 Nuvoton Technology Corp. All rights reserved. * * Redistribution and use in...
/* Copyright 2007-2015 QReal Research Group * * 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...
/* * Copyright (c) 2015 - 2017, Nordic Semiconductor ASA * * All rights reserved. * * Use in source and binary forms, redistribution in binary form only, with * or without modification, are permitted provided that the following conditions * are met: * * 1. Redistributions in binary form, except as embedded ...
/** * 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/gen/module_types_h.h> #include <thrift/lib/cpp2/protocol/Protocol.h> #i...
/* * Copyright (C) Volition, Inc. 1999. All rights reserved. * * All source code herein is the property of Volition, Inc. You may not sell * or otherwise commercially exploit the source or things you created based on * the source. */ /* * $Logfile: /Freespace2/code/Sound/acm.h $ * $Revision: 110 $ * $Date: ...
/* SPDX-License-Identifier: GPL-2.0 */ /* * mesh.h: definitions for the driver for the MESH SCSI bus adaptor * (Macintosh Enhanced SCSI Hardware) found on Power Macintosh computers. * * Copyright (C) 1996 Paul Mackerras. */ #ifndef _MESH_H #define _MESH_H struct mesh_cmd_priv { int this_residual; int message; ...
/* * Copyright (c) 2007 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in * compli...
/* * linux/fs/fat/file.c * * Written 1992,1993 by Werner Almesberger * * regular file handling primitives for fat-based filesystems */ #include <linux/capability.h> #include <linux/module.h> #include <linux/compat.h> #include <linux/mount.h> #include <linux/blkdev.h> #include <linux/backing-dev.h> #include <l...
/* +----------------------------------------------------------------------+ | Swoole | +----------------------------------------------------------------------+ | This source file is subject to version 2.0 of the Apache license, | | that is bundl...
//===----------------- Internal header for Linux signals ------------------===// // // 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 // //===---------------------------...
#pragma once #include "Buffer.h" #define DEFAULT_DEPTH_BUFFER_VALUE -100000.0f namespace core { class DepthBuffer : public Buffer<float> { public: DepthBuffer(int width, int height) : Buffer(width,height) { clear(); } void clear() override { fill( DEFAULT_DEPTH_BU...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "../../include/sha1.h" #include "../../include/diffie_hellman.h" #define DEBUG 0 int main(){ dh_keypair_ptr pair_a; dh_keypair_ptr pair_b; apnum_ptr p; apnum_ptr g; apnum_ptr session_key; apnum_ptr session_key_a; apnum_ptr session_key_b; ...
/*========================================================================= Program: Visualization Toolkit Module: vtkMultiBlockMergeFilter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This so...
// // MyViewController.h // FBSnapshotTestCase // // Created by clf on 2020/5/28. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface MyViewController : UIViewController @end NS_ASSUME_NONNULL_END