text
stringlengths
9
948k
// // TableInterfaceController.h // WKInterfaceController WatchKit Extension // // Created by pantosoft on 2018/10/10. // Copyright © 2018年 jianghongbing. All rights reserved. // #import <WatchKit/WatchKit.h> NS_ASSUME_NONNULL_BEGIN @interface TableInterfaceController : WKInterfaceController @end NS_ASSUME_NON...
#pragma once namespace i76 { bool Load(); } // namespace i76
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE398_Poor_Code_Quality__semicolon_16.c Label Definition File: CWE398_Poor_Code_Quality.label.xml Template File: point-flaw-16.tmpl.c */ /* * @description * CWE: 398 Poor Code Quality * Sinks: semicolon * GoodSink: Removed statement that has no effect * BadSink ...
// UIKitExtensions // // UIKitExtensions/UIImage/RoundedCorners.h // // Copyright (c) 2013 Stanislaw Pankevich // Released under the MIT license #import <UIKit/UIKit.h> @interface UIImage (RoundedCorners) - (UIImage *)applyRoundedCorners:(UIRectCorner)cornersToRoundify radii:(CGSize)radii; @end
/* * Copyright (c) 2016 Brian Swetland * * Use of this source code is governed by a MIT-style * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT */ #include <lk/debug.h> #include <platform.h> #include <arch/arm/cm.h> #include <driverlib/prcm.h> #include <driverlib/ioc.h>...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:18:11 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/Message...
/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : usb_mem.h * Author : MCD Application Team * Version : V2.2.1 * Date : 09/22/2008 * Description : Utility prototypes functions for memory/PMA transfers *********************...
/* * Copyright (c) 2009-2011 Intel Corporation. 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 ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:42:44 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/NotesShared.framework/NotesShared * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
/* * Copyright 2021 AVSystem <avsystem@avsystem.com> * * 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...
// // L012ViewController.h // objc_template // // Created by LRQ on 2019/04/05. // Copyright © 2019 LRQ. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface L012ViewController : UIViewController @end NS_ASSUME_NONNULL_END
// PARAM: --enable ana.int.congruence --set sem.int.signed_overflow assume_none --disable ana.int.def_exc int main(){ // A refinement of a congruence class should only take place for the == and != operator. int i; if (i==0){ assert(i==0); } else { assert(i!=0); //UNKNOWN } int k; ...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:21:10 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/Relevance...
/** @file BmDma related function Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "DmaProtection.h" // TBD: May make it a policy #define DMA_MEMORY_TOP MAX_UINTN // #define DMA_MEMORY_TOP 0x0000000001FFFFFFULL #define M...
// // gameState.h // HelloOpenGL // // Created by wantnon (yang chao) on 14-2-22. // // #ifndef __HelloOpenGL__gameState__ #define __HelloOpenGL__gameState__ #include <iostream> using namespace std; class CgameState{ public: CgameState(){ m_currentLevel=0; } static CgameState*sharedGameState();...
// // based on ColorTrackingViewController.h // from ColorTracking application // The source code for this application is available under a BSD license. // See ColorTrackingLicense.txt for details. // Created by Brad Larson on 10/7/2010. // Modified by Anton Malyshev on 6/21/2013. // #import <UIKit/UIKit.h> #imp...
#pragma once #include "Shader.h" namespace S3D { class BasicShader : public S3D::Shader { public: BasicShader(); ~BasicShader(); void updateUniforms(const glm::mat4 &worldMatrix, const glm::mat4 &projectedMatrix, Material *material); // for testing purposes void updateUniforms(const glm::mat4 &worldMatr...
/* Tencent is pleased to support the open source community by making PhxPaxos available. Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the...
void do_tests() { object *obs = previous_object(-1); for (int i = 0; i < sizeof(obs); i++) { ASSERT(obs[i] == previous_object(i)); } }
/* For core semian resource functions exposed directly to ruby. Functions here are associated with rubyland operations. */ #ifndef SEMIAN_RESOURCE_H #define SEMIAN_RESOURCE_H #include "types.h" #include "sysv_semaphores.h" // Ruby variables ID id_wait_time; ID id_timeout; int system_max_semaphore_count; /* * call-...
/* * libwebsockets - small server side websockets and web server implementation * * Copyright (C) 2019 - 2020 Andy Green <andy@warmcat.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 Sof...
// 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 LIB_ESCHER_VK_IMAGE_FACTORY_H_ #define LIB_ESCHER_VK_IMAGE_FACTORY_H_ #include "lib/escher/vk/image.h" #include "lib/fxl/memory/ref_counted.h" na...
// // STMDynamicFlowLayout.h // Study-CollectionViewDynamic // // Created by WuYikai on 16/8/18. // Copyright © 2016年 secoo. All rights reserved. // #import <UIKit/UIKit.h> @interface STMDynamicFlowLayout : UICollectionViewFlowLayout @property (nonatomic, assign) CGFloat springDamping; @property (nonatomic, assig...
//===--- MetadataImpl.h - Metadata implementation routines ------*- 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...
/** * @file llinventoryfilter.h * @brief Support for filtering your inventory to only display a subset of the * available items. * * $LicenseInfo:firstyear=2005&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. * * This library is free software; you can redistribute it a...
/* Created by Language version: 6.2.0 */ /* VECTORIZED */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include "scoplib.h" #undef PI #include "md1redef.h" #include "section.h" #include "md2redef.h" #if METHOD3 extern int _method3; #endif #undef exp #define exp hoc_Exp extern double hoc_Exp(); #define...
/* * Copyright (c) 2000, 2001, 2002 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg 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 o...
// This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/Fuse.Common/1.9.0/Internal/Statistics.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.h> namespace g{namespace Fuse{namespace Internal{struct Statistics;}}} namespace g{ namespace F...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <AnnotationKit/AKArrowAnnotation.h> #import "AKFilledAnnotationProtocol.h" @class NSColor, NSString; @interface AKArrowShapeAnnotation : AKArrowAnnotation <AKFilledAnnota...
/* png.h - header file for PNG reference library * * libpng version 1.5.27, May 26, 2016 * * Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * * This code is released...
/* -*- linux-c -*- * * (C) Copyright IBM Corp. 2004 * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This * file and program are licensed under a BSD style license. See * ...
/* * Copyright 2016 Google Inc. All Rights Reserved. * Author: gkalsi@google.com (Gurjant Kalsi) * * 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 (c) 2021, Moscow Center for Diagnostics & Telemedicine All rights reserved. This file is licensed under BSD-3-Clause license. See LICENSE file for details. */ //-------------------------------------------------------------- #ifndef XRAD__File_MSVC_XRADDicomLink_h #define XRAD__File_MSVC_XRADDicomLink_h...
/** ****************************************************************************** * @file stm32mp1xx_hal_gpio.c * @author MCD Application Team * @brief GPIO HAL module driver. * This file provides firmware functions to manage the following * functionalities of the General Purpose In...
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2016 The PHP Group | +--------------...
#ifndef LISTA_H #define LISTA_H #include <stdio.h> #include <stdlib.h> #include"No.h" typedef struct lista Lista; Lista* CriaLista(); void LiberaLista(Lista *lista); void lst_insere_comeco(Lista* lista, int v); void lst_inserefinal(Lista* lista, int v); void lst_retira(Lista* lista, int v); void lstRetiraNo(No* no,...
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
/* Copyright (c) 2006, NIF File Format Library and Tools All rights reserved. Please see niflib.h for license. */ //-----------------------------------NOTICE----------------------------------// // Some of this file is automatically filled in by a Python script. Only // // add custom code in the designated areas o...
/*************************************************************************** Irem Red Alert sound hardware The manual lists two sets of sounds. Analogue: - Formation Aircraft - Dive bombers - Helicopters - Launcher firing - Explosion #1 - Explosion #2 - Explosion #3 Digital: - Melody #1. Starting sound. - Melody #...
{% extends "oyCMMapiFilter_s_.template.h" %} {% block LocalIncludeFiles %} {{ block.super }} #include "oyPointer_s.h" #include "oyFilterNode_s.h" #include "oyCMMapi6_s_.h" {% endblock %} {% block ChildMembers %} {{ block.super }} /* Include "CMMapi6.members.h" { */ {% include "CMMapi6.members.h" %} /* } Include "CMMa...
#ifndef PARAMS_H #define PARAMS_H // The seed of the random generator #define RANDOM_SEED 0 // Debugging is enabled or not // #define DEBUG #define GRAPH_STATS // Dump graph into CSV file #define DUMP_GRAPH // General Graph Parameter /****************************************************************************/ //...
/*========================================================================= Program: Visualization Toolkit Module: vtkXRenderWindowInteractor.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 ...
#ifndef SPHERE_FUNC_SOLVER_H_ #define SPHERE_FUNC_SOLVER_H_ #include <array> #include <cstddef> #include "es/adaptive_one_plus_one.h" namespace sphere { constexpr const std::size_t kDefaultSolutionSize = 10; template <std::size_t N = kDefaultSolutionSize> class FuncSolver : public es::AdaptiveOnePlusOne<N> { publ...
/* * Copyright (c) 2008 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2011-2013 The University of Tennessee and The University * of Tennessee Resea...
long CVE_2010_4256_PATCHED_pipe_fcntl(struct file *file, unsigned int cmd, unsigned long arg) { struct pipe_inode_info *pipe; long ret; pipe = get_pipe_info(file); if (!pipe) return -EBADF; mutex_lock(&pipe->inode->i_mutex); switch (cmd) { case F_SETPIPE_SZ: { unsigned int size, nr_pages; size = round_...
#pragma once #include <string> #include "Hazel/Core/Core.h" namespace Hazel { class Texture { public: virtual ~Texture() = default; virtual uint32_t GetWidth() const = 0; virtual uint32_t GetHeight() const = 0; virtual void SetData(void* data, uint32_t size) = 0; virtual void Bind(uint32_t slot = 0)...
/* Simple DirectMedia Layer Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> 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 ...
#include<stdio.h> int prime(int x) { int k=0,i; for(i=1;i<=x/2;i++){ if(x%i==0) k+=1; } return k; } int main() { int n; scanf("%d",&n); while(n++){ if(prime(n)==1) break; } printf("%d",n); return 0; }
///////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Tencent is pleased to support the open source community by making behaviac available. // // Copyright (C) 2015-2017 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3...
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2017 Intel Corporation */ #ifndef _RTE_BBDEV_OP_H_ #define _RTE_BBDEV_OP_H_ /** * @file rte_bbdev_op.h * * Defines wireless base band layer 1 operations and capabilities * * @warning * @b EXPERIMENTAL: this API may change without prior notice */ #ifdef...
#pragma once #include "MeshSync/MeshSync.h" TimeValue GetTime(); float ToSeconds(TimeValue tics); TimeValue ToTicks(float sec); std::wstring GetNameW(INode *n); std::string GetName(INode *n); std::wstring GetPathW(INode *n); std::string GetPath(INode *n); mu::float4x4 GetPivotMatrix(INode *n); bool IsInstanced(IN...
//========================================================================= // Copyright (C) 2012 The Elastos Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
#include <stdbool.h> #include "time_stamp.h" bool run_host_handshake_benchmark(time_stamps_t *stamps);
// Copyright 2007-2009 Google 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 applicable law or agreed ...
// // HZKitColor.h // HZKit // // Created by HertzWang on 2018/11/6. // Copyright © 2018年 Hertz Wang. All rights reserved. // #ifndef HZKitColor_h #define HZKitColor_h #import "UIColor+HZCommon.h" #endif /* HZKitColor_h */
/* * This file is part of the OpenMV project. * * Copyright (c) 2013-2019 Ibrahim Abdelkader <iabdalkader@openmv.io> * Copyright (c) 2013-2019 Kwabena W. Agyeman <kwagyeman@openmv.io> * * This work is licensed under the MIT license, see the file LICENSE for details. * * Hough Transform feature extraction. */ #...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE369_Divide_by_Zero__int_rand_modulo_18.c Label Definition File: CWE369_Divide_by_Zero__int.label.xml Template File: sources-sinks-18.tmpl.c */ /* * @description * CWE: 369 Divide by Zero * BadSource: rand Set data to result of rand(), which may be zero * GoodSource: ...
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:08:43 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Lim...
/* ** Copyright 2005-2018 Solarflare Communications Inc. ** 7505 Irvine Center Drive, Irvine, CA 92618, USA ** Copyright 2002-2005 Level 5 Networks Inc. ** ** 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 ...
#ifndef COMPILECONTROL_H #define COMPILECONTROL_H #include <QString> #include <string> using namespace std; class compileControl { public: compileControl(QString name, string dir); int compile(); private: QString filename; string directory; }; #endif // COMPILECONTROL_H
#ifndef foorrutilhfoo #define foorrutilhfoo /*** This file is part of avahi. avahi 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 late...
// SPDX-FileCopyrightText: 2021 Jorrit Rouwe // SPDX-License-Identifier: MIT #pragma once #include <Geometry/Triangle.h> #include <Geometry/IndexedTriangle.h> #include <Geometry/Plane.h> #include <Math/Mat44.h> namespace JPH { /// Axis aligned box class [[nodiscard]] AABox { public: /// Constructor AABox() ...
#include "syscall.h" #include <kernel/api/sys/reboot.h> #include <kernel/api/unistd.h> #include <kernel/boot_defs.h> #include <kernel/interrupts.h> #include <kernel/kprintf.h> #include <kernel/panic.h> #include <kernel/process.h> uintptr_t sys_reboot(int howto) { switch (howto) { case RB_AUTOBOOT: kput...
/* infcodes.c -- process literals and length/distance pairs * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #include "inftrees.h" #include "infblock.h" #include "infcodes.h" #include "infutil.h" #include "inffast.h" /* simplify the...
/* * IClientApi.h * * This source file is part of the FoundationDB open source project * * Copyright 2013-2022 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 obtain ...
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include "program_impl.h" #include "layout_optimizer.h" #include "split_inst.h" #include "lstm_inst.h" #include "lstm_dynamic_inst.h" #include "quantize_inst.h" #include "eltwise_inst.h" #include "convolution_inst.h" #...
// // VideoPlayer.h // videoplayer // // Created by Roger Dannenberg on 1/27/17. // // #ifndef VideoPlayer_h #define VideoPlayer_h class VideoPlayer: public ofVideoPlayer { public: string filename; float actualWidth; // "natural" size of video float actualHeight; float dispWidth; // reque...
// // ACOBaseActionElement // ACOBaseActionElement.h // // Copyright © 2017 Microsoft. All rights reserved. // #import "ACOParseContext.h" #import <Foundation/Foundation.h> @class ACOFeatureRegistration; @interface ACOBaseActionElement : NSObject typedef NS_ENUM(NSInteger, ACRActionType) { ACRShowCard = 1, ...
/* * Pull in the generic implementation for the mutex fastpath. * * TODO: implement optimized primitives instead, or leave the generic * implementation in place, or pick the atomic_xchg() based generic * implementation. (see asm-generic/mutex-xchg.h for details) * * Copyright 2006-2009 Analog Devices Inc. * * ...
/* MIT License * * Copyright (c) 2016-2020 INRIA, CMU and 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 r...
/// \file /// \brief \b [Internal] A single node in the Huffman Encoding Tree. /// /// This file is part of RakNet Copyright 2003 Jenkins Software LLC /// /// Usage of RakNet is subject to the appropriate license agreement. #ifndef __HUFFMAN_ENCODING_TREE_NODE #define __HUFFMAN_ENCODING_TREE_NODE struct HuffmanEncod...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:23:06 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/VoiceSh...
/** NVM Generated Driver API Header File @Company Microchip Technology Inc. @File Name nvm.h @Summary This is the generated header file for the NVM driver using PIC32MX MCUs @Description This header file provides APIs for driver for NVM. Generation Information : Product Revisio...
#pragma once //----------------------------------------------------------------------------------------------------------- // // Copyright (C)2014-2021, NewTek, inc. // // This file is part of the NDI Advanced SDK and may not be distributed. // //------------------------------------------------------------------------...
/***************************************************************************** * ijksdl_aout_internal.h ***************************************************************************** * * Copyright (c) 2013 Bilibili * copyright (c) 2013 Zhang Rui <bbcallen@gmail.com> * * This file is part of ijkPlayer. * * ijkPl...
/* PipeWire * * Copyright © 2018 Wim Taymans * * 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, merg...
// // PMWeatherEntity.h // // // Created by Bruno Bulić on 09/08/15. // // #import <Foundation/Foundation.h> #import <CoreData/CoreData.h> @class PMCityEntity; @interface PMWeatherEntity : NSManagedObject @property (nonatomic, retain) NSNumber * tempK; @property (nonatomic, retain) NSString * icon; @property (n...
/***************************************************************************//** * \file cy_trigmux.c * \version 1.0 * * \brief Trigger mux API. * ******************************************************************************** * \copyright * Copyright 2016-2019 Cypress Semiconductor Corporation * SPDX-License-Identifi...
/* * Copyright 2000-2001 VA Linux Systems, Inc. * (C) Copyright IBM Corporation 2002, 2003 * 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,...
DECL|IS_IWDG_PRESCALER|macro|IS_IWDG_PRESCALER DECL|IS_IWDG_RELOAD|macro|IS_IWDG_RELOAD DECL|IS_IWDG_WINDOW|macro|IS_IWDG_WINDOW DECL|IWDG_DISABLE_WRITE_ACCESS|macro|IWDG_DISABLE_WRITE_ACCESS DECL|IWDG_ENABLE_WRITE_ACCESS|macro|IWDG_ENABLE_WRITE_ACCESS DECL|IWDG_HandleTypeDef|typedef|}IWDG_HandleTypeDef; DECL|IWDG_Init...
//****************************************************************** // // Generated by IDL to C++ Translator // // File name: SetMapProjections_Request_.h // Source: map_msgs\srv\dds_opensplice\SetMapProjections_Request_.idl // Generated: timestamp removed to make the build reproducible // OpenSplice 6.9.19040...
// SPDX-License-Identifier: GPL-2.0-only /* * QLogic Fibre Channel HBA Driver * Copyright (c) 2003-2014 QLogic Corporation */ #include "qla_def.h" #include <linux/delay.h> #include <linux/ktime.h> #include <linux/pci.h> #include <linux/ratelimit.h> #include <linux/vmalloc.h> #include <scsi/scsi_tcq.h> #include <lin...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:17:12 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/Frameworks/WatchConnectiv...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:41:07 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
#include <std.h> #include <magic.h> inherit SPELL; #define SCRY_D "/daemon/ic_scry_locate_d" int bonus; object blocker, temp, temp2; void create() { ::create(); set_spell_name("impenetrable veil"); set_spell_level(([ "mage" : 9, "bard" : 6 ])); set_spell_sphere("abjuration"); set_syntax("cast CL...
// Copyright (c) 2009, Bluespec, Inc. ALL RIGHTS RESERVED #pragma once #include <string> #include <iostream> #include <sstream> #include <iomanip> #include <list> #include "BSVType.h" /* VCD change buffer mechanism * * VCD changes are buffered and accumulated until all clocks which * can assign a change to that ...
#ifndef MATHC_VEC_BVEC2_H #define MATHC_VEC_BVEC2_H #include "bvecn.h" #include "../types/bvec2.h" /** bvec_a == bvec_b */ static bool bvec2_cmp(bvec2 a, bvec2 b) { return bvecN_cmp(a.v, b.v, 2); } /** dst = v0, v1, ... */ static bvec2 bvec2_new(bool v0, bool v1 ) { return (bvec2) {v0, v1 }; } /** dst...
//***************************************************************************** // // switch_task.c - A simple switch task to process the buttons. // // Copyright (c) 2012-2017 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this software fo...
/* * ---------------------------------------------------------------------------- * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start * Copyright (c) 2002-2020, Lawrence Livermore National Security * and Southern Methodist...
// // 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> #import "FAServiceProtocol-Protocol.h" #import "NSXPCListenerDelegate-Protocol.h" @class FAActivityManager, NSString; @...
//===- Initialization.h - Semantic Analysis for Initializers ----*- 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 // //===---------------------------...
void foo(void) { void *p = 0; (void)*p; p = &*p; }
#define __MPFR_ELEM__ mpfr_cos #define __ELEM__ rlibm34_cospi #include "LibTestHelperPi.h" int IsSpecialCase(float x, double* specCaseRes) { if (x < 0) x = -x; double reduced = fmod(x, 2.0); if (reduced == 0.0) { *specCaseRes = 1.0; return 1; } else if (reduced == 0.5) { *specCaseRes = 0.0; ...
// -*- C++ -*- #ifndef _XDRPP_MESSAGE_H_HEADER_INCLUDED_ #define _XDRPP_MESSAGE_H_HEADER_INCLUDED_ 1 #include <cassert> #include <cstddef> #include <cstdint> #include <cstdlib> #include <memory> #include <xdrpp/endian.h> #include <xdrpp/socket.h> struct sockaddr; //! \file message.h Message buffer with space for ma...
/** @defgroup MleDWPAccess Magic Lantern Digital Workprint Library API */ /** * @file DwpPlatformTypes.h * @ingroup MleDWPAccess * * Magic Lantern Digital Workprint - Win32 specific types. * * @author Mark S. Millard * @version 0.13 */ // COPYRIGHT_BEGIN // // Copyright (C) 2000-2007 Wizzer Works // // ...
/** * @copyright Copyright 2016 The J-PET Framework 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 find a copy of the License in the LICENCE file. * * Unless required by applicable la...
/* * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org> * 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 * n...
// Copyright(c) 2019-2020, 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 and...
#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_SecondCocoapodsLib_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_SecondCoco...
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2006-08-31 Bernard first implementation * 2011-06-05 Bernard modify for STM32F107 version */ #include <rthw.h> #include <rtthread.h> #inclu...