text
stringlengths
9
948k
/* * Copyright (c) 2008 Travis Geiselbrecht * Copyright (c) 2012 Shantanu Gupta * * 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 th...
// // GHUnit.h // GHUnit // // Created by Gabriel Handford on 1/19/09. // Copyright 2009. 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 // restric...
unsigned char LaunchImage_iPhone_Portrait_json[] = { 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x22, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x22, 0x20, 0x3a, 0x20, 0x5b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x65, 0...
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py #include "operators/operator_set.h" #include "operator__ai_onnx__nonmaxsuppression__10.h" operator_set_opversion opversion_operator__ai_onnx__nonmaxsuppression__10 = { .version = 10, .preparer = prepare_operator__ai_onnx__n...
// // NSString+pTool.h // PoporFoundation // // Created by popor on 2016/12/28. // Copyright © 2016年 popor. All rights reserved. // #import <Foundation/Foundation.h> #import "Os+pPrefix.h" NS_ASSUME_NONNULL_BEGIN @interface NSString (pTool) #pragma mark - 判断空字符串 + (BOOL)isNullToString:(NSString * _Nullable)str...
/* * Copyright (c) 2011-2012, Los Alamos National Security, LLC. * All rights Reserved. * * Copyright 2011-2012. Los Alamos National Security, LLC. This software was produced * under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National * Laboratory (LANL), which is operated by Los Alamos Nati...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 29 2017 23:22:24). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "CBaseEvent.h" @class PrtlBase; @interface NetCmdEvent : CBaseEvent { PrtlBase *m_prtl; struct INetCmdBase *m_netcmd;...
// BlueprintGeneratedClass GE_Valet_Grant_Tag_AllowVehicleFlipping.GE_Valet_Grant_Tag_AllowVehicleFlipping_C // Size: 0x800 (Inherited: 0x800) struct UGE_Valet_Grant_Tag_AllowVehicleFlipping_C : UGameplayEffect { };
/* * 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...
#include <inttypes.h> #include <stdbool.h> #include "bubble-sort.h" void bubble_sort(int* array, const size_t length) { for (size_t a = 1; a <= length; a++) { bool sorted = true; for (size_t n = 0; n < length - a; n++) { if (array[n] > array[n + 1]) { const int tmp = array[n]; sorted =...
/* * Copyright 2009 Andrew Eikum 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. * * ...
/* * Copyright (C) 2015-2018 Alibaba Group Holding Limited */ #include <string.h> #include "iotx_utils_internal.h" #include "utils_md5.h" #include "utils_sha1.h" #include "utils_sha256.h" #include "utils_hmac.h" #include "utils_base64.h" void utils_hmac_md5(const char *msg, int msg_len, char *digest, const char ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include <cassert> #include <string> enum class FacadeType { Opacity, Rotation, RotationX, RotationY, Scale, ScaleX, ScaleY, TranslateX, TranslateY, Perspective, Progress }; inline Facad...
// Copyright 2015 XLGAMES Inc. // // Distributed under the MIT License (See // accompanying file "LICENSE" or the website // http://www.opensource.org/licenses/mit-license.php) #pragma once #include "../IDevice.h" #include "Metal/DX11.h" namespace RenderCore { namespace Metal_DX11 { class DeviceContext; } /...
/* Generated automatically. DO NOT EDIT! */ #define SIMD_HEADER "simd-altivec.h" #include "../common/n1bv_2.c"
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:31:48 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /usr/lib/libacmobileshim.dylib ...
object healres_tgt, caster; int healres_time; start(object ob, int i, object cast) { healres_tgt = ob; healres_time = i; caster = cast; shadow(healres_tgt, 1); call_out("end_heal_res", healres_time); } heal_hp() { tell_object(healres_tgt, "You resist the heal!\n"); tell_room(environment(healres_tgt), he...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // @class NSArray; @protocol INewSyncPluginExt @optional - (void)NotifyCheckSelector; - (void)NotifyCmd:(NSArray *)arg1; @end
//===- BasicTTIImpl.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 // //===---------------------------...
/* * QuickJS Javascript Engine * * Copyright (c) 2017-2021 Fabrice Bellard * Copyright (c) 2017-2021 Charlie Gordon * * 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 restricti...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__wchar_t_connect_socket_w32_vsnprintf_06.c Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml Template File: sources-vasinks-06.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: connec...
//////////////////////////////////////////////////////////////////////////////// // // CopyRight (c) 2016 Kyungkun Ko // // Author : KyungKun Ko // // Description : Memory manager // //////////////////////////////////////////////////////////////////////////////// #pragma once #include "SFTypedefs.h" #include "Strea...
//////////////////////////////////////////////////////////////////////////////// /// /// Sample rate transposer. Changes sample rate by using linear interpolation /// together with anti-alias filtering (first order interpolation with anti- /// alias filtering should be quite adequate for this application). /// /// Us...
#include <stdint.h> void star_init(int channel, int speed, int phase_length_mcs, int is_central); void star_set_id(uint32_t id); void star_queue_send(uint8_t *pack, int length); int star_has_packet(); int star_get_packet(uint8_t *pack, int max_length); //returns actual length //void star_set_on_packet_callback(void *c...
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
// Copyright Blaze 2021. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE or copy at // https://www.boost.org/LICENSE_1_0.txt) #pragma once #include <stdbool.h> #include <string.h> #include "mime.h" #include "server.h" #include "status.h" #include "...
/************************************************ * @addtogroup CITS * @{ * @file : cw_schedulers.h * @brief : * @author: wangshaobo * @email : wangshaobo@nebula-link.com * @date : 2019-05-10 10:43:51 ************************************************/ //----------------------------------------------- // Copyr...
/* * Copyright (C) 2018-2020 Alibaba Group Holding Limited */ #ifndef __AVFILTER_ATEMPO2_H__ #define __AVFILTER_ATEMPO2_H__ #include "avfilter/avfilter_atempo.h" __BEGIN_DECLS__ /** * @brief open atempo2 avfilter(down to 16k for freq reduce) * @param [in] inst_name : the name of avfilter_t instance * @param ...
// Copyright 2015-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 app...
/* src/config/rizcoin-config.h. Generated from rizcoin-config.h.in by configure. */ /* src/config/rizcoin-config.h.in. Generated from configure.ac by autoheader. */ #ifndef RIZCOIN_CONFIG_H #define RIZCOIN_CONFIG_H /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ ...
/** * * @copyright &copy; 2010 - 2017, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. All rights reserved. * * BSD 3-Clause License * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * 1. Redistri...
#ifndef SYSTEM_PARSER_H #define SYSTEM_PARSER_H #include <fstream> #include <regex> #include <string> #define UTIME 14 #define STIME 15 #define CUTIME 16 #define CSTIME 17 #define STARTTIME 22 namespace LinuxParser { // Paths const std::string kProcDirectory{"/proc/"}; const std::string kCmdlineFilename{"/cmdline"};...
/* * Copyright (C) 2015 The Android 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* Copyright 2017 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...
/* libgloss.h -- operating system specific defines to be used when targeting GCC for Libgloss supported targets. Copyright (C) 1996 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as p...
#pragma once #include <ppltasks.h> // For create_task namespace DX { inline void ThrowIfFailed(HRESULT hr) { if (FAILED(hr)) { // Set a breakpoint on this line to catch Win32 API errors. throw Platform::Exception::CreateException(hr); } } // Functio...
// Copyright (c) 2017-2018 The IchibaCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef IchibaCoin_ZICAWALLET_H #define IchibaCoin_ZICAWALLET_H #include <map> #include "libzerocoin/Coin.h" #include "mintpoo...
/** * @file * * @brief Tests for src/libs/ease/hash.c. * * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include "../../src/libs/ease/hash.c" #include "../../src/libs/ease/sha-256.c" #include <tests_internal.h> /** * Test whether token calculation for KeySet is correct. * * Expect...
/**************************************************************************** * audioMoth.c * openacousticdevices.info * June 2017 * * Edited by Pablo Zinemanas, 02/2020 *****************************************************************************/ #include <time.h> #include <stdio.h> #include <stdint.h> #includ...
/* # # ---------------------------------------------------------------------------- # # Copyright 2019 IBM Corporation # # 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.or...
// Read the documentation to learn more about C++ code generator // versioning. // %X% %Q% %Z% %W% #ifndef RESPONSE_H #define RESPONSE_H 1 // These forward declarations are required to implement the // various "to...Response" pointer retrieval functions. They // exist to allow an alternative to costly dynamic_c...
/* * Arm SCP/MCP Software * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "config_clock.h" #include "n1sdp_scp_mmap.h" #include <mod_n1sdp_dmc620.h> #include <fwk_element.h> #include <fwk_id.h> #include <fwk_module.h> #include <...
#ifndef NOTERATE_H #define NOTERATE_H #include "../Analyzer.h" class Analyzer_NoteRate : public Analyzer { public: Analyzer_NoteRate(); virtual ~Analyzer_NoteRate(); virtual void AnalyzeStd(Play* _play); virtual void AnalyzeCatch(Play* _play); virtual void AnalyzeTaiko(Play* _play); virtual void Analy...
/* * Copyright (c) 2014, Freescale Semiconductor, Inc. * All rights reserved. * * THIS SOFTWARE IS PROVIDED BY FREESCALE "AS IS" AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT * S...
../../../FirebaseAuth/Firebase/Auth/Source/SystemService/FIRAuthAppCredential.h
#ifndef _TESTS_H #define _TESTS_H /************************************************************************** * Copyright (c) 2001 by Punch Telematix. All rights reserved. * * * * Redistribution and use in source and binary forms, with...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:16:46 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/Frameworks/PhotosUI.frame...
/********************************************************************** * File: normalis.h (Formerly denorm.h) * Description: Code for the DENORM class. * Author: Ray Smith * * (C) Copyright 1992, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not ...
//////////////////////////////////////////////////////////////////////////// // Created : 07.12.2007 // Author : Dmitriy Iassenev // Copyright (C) GSC Game World - 2009 //////////////////////////////////////////////////////////////////////////// #ifndef PROPERTY_INTEGER_VALUES_VALUE_BASE_HPP_INCLUDED #define PROPERT...
// // DDCustomAnimator.h // TranslucentMessages // // Copyright (c) 2017 Dynastic Development // // 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 withou...
#pragma once #include <DataStreams/IBlockInputStream.h> namespace DB { /** Implements LIVE VIEW table WATCH input stream. * Keeps stream alive by outputing blocks with no rows * based on period specified by the heartbeat interval. */ class LiveViewBlockInputStream : public IBlockInputStream { using NonBlockin...
/*Program to check whether an integer is an Armstrong no. or not*/ #include<stdio.h> //Preprocessor Directive #include<math.h> int main() { int n,temp,k=0,sum=0; //Initialization printf("Enter an Integer: "); //Declaration scanf("%d",&n); //Input temp=n; //Assignment ...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:46:57 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2004-2020 Darby Johnston // All rights reserved. #pragma once #include <djvSystem/ISystem.h> #include <djvMath/BBox.h> #include <djvCore/ListObserver.h> struct GLFWmonitor; struct GLFWwindow; namespace djv { namespace Desktop { //! This str...
//============================================================ // // myosd.c - Implementation of osd stuff // // Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // // MAME4DROID MAME4iOS by David Valdeita (Seleuco) // //==================...
// Copyright 2011 The Avalon Project Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0 // that can be found in the LICENSE file. // // Methods for sequencing writes and reads to EPOS control registers. // // TODO: keep global read/write/error counts for health monitoring. //...
#ifndef XLIVELESS_H #define XLIVELESS_H #define XNET_STARTUP_BYPASS_SECURITY 0x01 #define XNET_STARTUP_ALLOCATE_MAX_DGRAM_SOCKETS 0x02 #define XNET_STARTUP_ALLOCATE_MAX_STREAM_SOCKETS 0x04 #define XNET_STARTUP_DISABLE_PEER_ENCRYPTION 0x08 typedef struct { BYTE cfgSizeOfStruct; BYTE cfgFlags; BYTE cfgSockM...
// wrapper for dlldata.c #ifdef _MERGE_PROXYSTUB // merge proxy stub DLL #define REGISTER_PROXY_DLL //DllRegisterServer, etc. #define _WIN32_WINNT 0x0500 //for WinNT 4.0 or Win95 with DCOM #define USE_STUBLESS_PROXY //defined only with MIDL switch /Oicf #pragma comment(lib, "rpcns4.lib") #pragma comment(lib, "rpcrt...
/* $OpenBSD: machdep.c,v 1.4 2003/06/02 23:27:46 millert Exp $ */ /* $NetBSD: machdep.c,v 1.4 1997/06/28 07:20:25 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from s...
#if !defined(DEM_DEMPACK_2D_DEV_CL_H_INCLUDED) #define DEM_DEMPACK_2D_DEV_CL_H_INCLUDED /* Project includes */ #include "DEM_Dempack_dev_CL.h" //#include "DEM_discontinuum_constitutive_law.h" namespace Kratos { class KRATOS_API(DEM_APPLICATION) DEM_Dempack2D_dev : public DEM_Dempack_dev { public: K...
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details of these ...
// -*-c++-*- /* * $Id: types.h 5239 2006-07-05 08:59:23Z robert $ * * Loader for DirectX .x files. * Copyright (c)2002-2006 Ulrich Hertlein <u.hertlein@sandbox.de> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publish...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitkincoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_ALLOCATORS_SECURE_H #define BITCOIN_SUPPORT_ALLOCATORS...
// // AppDelegate.h // LevelHelper2-SpriteKit // // Created by Bogdan Vladu on 22/05/14. // Copyright (c) 2014 VLADU BOGDAN DANIEL PFA. All rights reserved. // #import <UIKit/UIKit.h> #import <Chartboost/Chartboost.h> #import "MoveSliderDelegate.h" @interface AppDelegate : UIResponder <UIApplicationDelegate, Char...
/*------------------------------------------------------------------------- * * jsonb_util.c * converting between Jsonb and JsonbValues, and iterating. * * Copyright (c) 2014-2018, PostgreSQL Global Development Group * * * IDENTIFICATION * src/backend/utils/adt/jsonb_util.c * *---------------------------...
// void f90_markovst_gs_dense_(int* n, double* Q, int* ldq, double* xstart, int* incxs, double* x, int* incx, int* maxiter, double* rtol, int* steps, int* iter, double* rerror, int* info, void (*callback)(int*,double*)); void f90_markovst_gs_csr_(int* n, double* Q, int* rowptr, int* colind, int* nnz, double* xs...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Attribute2523058482.h" #include "mscorlib_System_Runtime_InteropServices_ComInterfa1050936508.h" #ifdef __clang__ #pragma clang diagnostic push #pragma cla...
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2007 The PHP Group | +---------...
#pragma once #include <glm/glm.hpp> namespace Gris::Graphics::Lens { glm::mat4 PerspectiveLensUpdate(float zoomFactor, float aspectRatio, float w, float h, float n, float f); class PerspectiveLens { public: PerspectiveLens(); ~PerspectiveLens() = default; PerspectiveLens(const PerspectiveLens &) = del...
// // BaseViewController.h // LCKit // // Created by LLC on 16/1/15. // Copyright © 2016年 Orange. All rights reserved. // #import <UIKit/UIKit.h> @interface BaseViewController : UIViewController @end
/* * Copyright 2010 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPDFFormXObject_DEFINED #define SkPDFFormXObject_DEFINED #include "SkPDFStream.h" class SkPDFArray; class SkPDFDevice; class SkPDFDict; struct ...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/UIKit.framework/UIKit */ @interface _UIFeedback : NSObject <NSCopying, NSSecureCoding> { _UIFeedbackParameters * _audioParameters; NSString * _category; <UICoordinateSpace> * _coordinateSpace; NSDictionary * _debugDictionary; doub...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #ifndef HOST_FLASH_MANAGER_SINGLE_H_ #define HOST_FLASH_MANAGER_SINGLE_H_ #include "host_flash_manager.h" #include "host_state_manager.h" #include "spi_filter/flash_mfg_filter_handler.h" /** * Manager for protected flas...
#ifndef DAG #define DAG #include <vector> #include <string> #include <map> #include <set> #include <iostream> #include <fstream> #include "util.h" using namespace std; class DAGNode { public: inline DAGNode() { }; inline DAGNode(string node_name, unsigned int node_id, map<string, unsigned> & geneNamesToIDs) {...
//***************************************************************************** // // nfc_p2p_demo.c - Simple example for recognising when an NFC card is present, // reading and writing data to card, and using P2P mode // // Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved. // Software Licen...
#ifdef _WIN32 #include <windows.h> #endif #include <math.h> #include <stdlib.h> #include <inttypes.h> #include <time.h> #include <stdio.h> #include <stdint.h> void read_file_to_array(char *filename, double *args, int num_params, int num_vars) { FILE *file = fopen(filename, "r"); if (file != NULL) { ...
// // UITableViewController+MUI.h // MUIKit // // Created by Malcolm Hall on 11/02/2020. // Copyright © 2020 Malcolm Hall. All rights reserved. // #import <MHFoundation/MHFoundation.h> #import <UIKit/UIKit.h> #import <MUIKit/MUIDefines.h> NS_ASSUME_NONNULL_BEGIN @interface UITableViewController (MUI) - (UITableV...
// // JXCategoryTitleBackgroundView.h // JXCategoryView // // Created by jiaxin on 2019/8/16. // Copyright © 2019 jiaxin. All rights reserved. // #import "JXCategoryDotView.h" #import "JXCategoryTitleBackgroundCellModel.h" #import "JXCategoryTitleBackgroundCell.h" NS_ASSUME_NONNULL_BEGIN @interface JXCategoryTit...
/* SPDX-License-Identifier: Apache-2.0 */ /* * Copyright (C) 2015-2020 Micron Technology, Inc. All rights reserved. */ #include <hse_ut/framework.h> #include <hse_util/logging.h> #include <hse_util/alloc.h> #include <hse_util/slab.h> #include <hse_util/page.h> #include <hse_ikvdb/cndb.h> #include <hse_ikvdb/cn_nod...
/************************************************************************* Crytek Source File. Copyright (C), Crytek Studios, 2001-2004. ------------------------------------------------------------------------- $Id: IRealtimeRemoveUpdate.h,v 1.1 2009/01/03 11:36:28 PauloZaffari Exp wwwrun $ $DateTime$ Description: Thi...
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
/*========================================================================= Program: Visualization Toolkit Module: vtkMatrixToHomogeneousTransform.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
/** * Clover: Quantized 4-bit Linear Algebra Library * ______ __ * / ____// /____ _ __ ___ _____ * / / / // __ \| | / // _ \ / ___/ * / /___ / // /_/ /| |/ // __// / * \____//_/ \____/ |___/ \___//_/ * * Copyright 2018 Alen Stojanov (astoj...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE187_Partial_Comparison__char_connect_socket_ncmp_user_pw_61b.c Label Definition File: CWE187_Partial_Comparison.label.xml Template File: sources-sinks-61b.tmpl.c */ /* * @description * CWE: 187 Partial Comparison * BadSource: connect_socket Read data using a connect s...
// Copyright 2019 Josh Pieper, jjp@pobox.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 applicable law ...
// // Notice Regarding Standards. AMD does not provide a license or sublicense to // any Intellectual Property Rights relating to any standards, including but not // limited to any audio and/or video codec technologies such as MPEG-2, MPEG-4; // AVC/H.264; HEVC/H.265; AAC decode/FFMPEG; AAC encode/FFMPEG; VC-1; and M...
#pragma once #include "storm-gspn/storage/gspn/GSPN.h" #include "storm/storage/jani/Model.h" #include "storm/storage/jani/Property.h" #include "storm/storage/expressions/ExpressionManager.h" namespace storm { namespace builder { class JaniGSPNBuilder { public: JaniGSPNBuilder(storm::gs...
/*========================================================================= Program: ParaView Module: pqSignalAdaptorKeyFrameType.h Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc. All rights reserved. ParaView is a free software; you can redistribute it and/or modify it under the term...
//* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-/ /* 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/. */ #ifndef AddonPathService_h #define ...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:37:25 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/UIKitCore....
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to th...
#ifndef DOUBLE_SUM_RESULT_H #define DOUBLE_SUM_RESULT_H #include "Object.h" // PRELOAD %DoubleSumResult% namespace pdb { class DoubleSumResult : public Object { public: double total; int identifier; ENABLE_DEEP_COPY double getTotal() { return total; } int& getKey() { ret...
/* * Copyright (c) 2013, Court of the University of Glasgow * 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, * thi...
/* You are given two strings s and t. String t is generated by random shuffling string s and then add one more letter at a random position. Return the letter that was added to t. From leetcode : https://leetcode.com/problems/find-the-difference/ */ char findTheDifference(char * s, char * t){ int i,a[26]={0}; ...
#ifndef BLAS_MALLOC_H #define BLAS_MALLOC_H 1 #ifdef NO_BLASMALLOC #include <malloc.h> #define blas_malloc(s) malloc(s) #define blas_realloc(p, s) realloc(p,s) #define blas_free(p) free(p) #else /* stddef is needed for size_t */ #include <stddef.h> void *blas_malloc(size_t size); void *blas_realloc(void *p, size_t...
/* ###*B*### * Erika Enterprise, version 3 * * Copyright (C) 2017 Evidence s.r.l. * * 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 optio...
#pragma once #include <QWidget> #include <core/Spill.h> #include <gui/ThreadRunner.h> #include <gui/widgets/SettingDelegate.h> //#include "widget_detectors.h" #include <gui/SettingsTreeModel.h> #include <QItemSelectionModel> #include <QAbstractTableModel> namespace Ui { class ListModeForm; } class ListModeForm : p...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:48:30 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/Home.framework/Home * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos....
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010 Facebook, Inc. (http://www.facebook.com) | +---------...
#include "Noise.h" void ImprovedNoise_Init(UInt8* p, Random* rnd) { /* shuffle randomly using fisher-yates */ Int32 i; for (i = 0; i < 256; i++) { p[i] = (UInt8)i; } for (i = 0; i < 256; i++) { Int32 j = Random_Range(rnd, i, 256); UInt8 temp = p[i]; p[i] = p[j]; p[j] = temp; } for (i = 0; i < 256; i++) ...