text
stringlengths
4
6.14k
/*************************************************************************** file : grscreen.h created : Thu May 15 22:11:19 CEST 2003 copyright : (C) 2003 by Eric Espié email : eric.espie@torcs.org version : $Id: grscreen.h 6436 2016-06-04 22:42:23Z beaglejoe $ ***********...
/************************************************************************ * * Copyright 2011 Jonatan Liljedahl <lijon@kymatica.com> * * This file is part of SuperCollider Qt GUI. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published ...
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh, 2018 */ #include <string.h> #include <stddef.h> // offsetof macro // alternatively #include "../../utils.h" like everyone else #include "EVMDisassembler.h" #include "EVMMapping.h" static short opcodes[256] = { EVM_INS_STOP, EVM_INS_ADD, ...
/* This file is part of Darling. Copyright (C) 2017 Lubos Dolezel Darling 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 3 of the License, or (at your option) any later version. Darling i...
#pragma once #include <map> #include <list> #include <string> /* This class allows for used memory to be tagged on a per-module basis Note: Currently, freeing memory for a given module can leave the heap fragmented. There is currently no defragmentation procedure in place, but one can be added later */ class Ta...
/* A Bison parser, made by GNU Bison 2.3. */ /* Skeleton interface for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU...
#include <stdlib.h> // for NULL #include <R_ext/Rdynload.h> /* FIXME: Check these declarations against the C/Fortran source code. */ /* .C calls */ extern void aggregation(void *, void *, void *, void *, void *, void *); static const R_CMethodDef CEntries[] = { {"aggregation", (DL_FUNC) &aggregation, 6}, ...
/// @file AP_MotorsTri.h /// @brief Motor control class for Tricopters #pragma once #include <AP_Common/AP_Common.h> #include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library #include <SRV_Channel/SRV_Channel.h> #include "AP_MotorsMulticopter.h" // tail servo uses channel 7 #define AP_MOTORS_CH...
/***************************************************************************/ /* */ /* cffparse.h */ /* */ /* ...
/* xoreos - A reimplementation of BioWare's Aurora engine * * xoreos is the legal property of its developers, whose names * can be found in the AUTHORS file distributed with this source * distribution. * * xoreos is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publ...
/* ============================================================================ Name : binary2shellcode.c Author : Hamza Megahed Version : 2.0 Copyright : Copyright 2012-2013 Hamza Megahed Description : Binary to Shellcode converter on Linux =====================================================...
#ifndef __JVX_NOISE_RECUCTION_TYPEDEFS_H__ #define __JVX_NOISE_RECUCTION_TYPEDEFS_H__ #include "jvx_noiseestimator.h" #include "jvx_fft_tools/jvx_fft_core.h" #include "jvx_fft_tools/jvx_fft_tools.h" #include "jvx_dataformats.h" typedef enum { JVX_NR_NOISE_WEIGHTING_RULE_TALKTHROUGH = 0, JVX_NR_NOISE_WEIGHTING_RU...
/* * This file is part of the Yices SMT Solver. * Copyright (C) 2017 SRI International. * * Yices 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 3 of the License, or * (at your option) a...
// Copyright (C) 2009 Andre Massing // // This file is part of DOLFIN. // // DOLFIN 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 3 of the License, or // (at your option) any later ve...
/* This file is part of Darling. Copyright (C) 2017 Lubos Dolezel Darling 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 3 of the License, or (at your option) any later version. Darling i...
// // srecord - manipulate eprom load files // Copyright (C) 2001, 2002, 2005-2008, 2010 Peter Miller // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation; either version 3 of the License...
/* This file is part of Darling. Copyright (C) 2019 Lubos Dolezel Darling 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 3 of the License, or (at your option) any later version. Darling i...
extern uint32_t (*call_x86_thiscall_0)(void*); extern uint32_t (*call_x86_thiscall_1)(void*, uint32_t); extern uint32_t (*call_x86_thiscall_2)(void*, uint32_t, uint32_t); extern uint32_t (*call_x86_thiscall_3)(void*, uint32_t, uint32_t, uint32_t); extern uint32_t (*call_x86_thiscall_4)(void*, uint32_t, uint32_t, uint32...
/* * This file is part of Cleanflight, Betaflight and INAV. * * 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/. * * Alternatively, the contents of this file may be ...
/* Free Download Manager Copyright (c) 2003-2014 FreeDownloadManager.ORG */ #if !defined(AFX_OPTSPROXYPAGE_H__52021EB8_498D_4587_9FBA_320F205EB035__INCLUDED_) #define AFX_OPTSPROXYPAGE_H__52021EB8_498D_4587_9FBA_320F205EB035__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif class COptsProxyPage : publ...
/* vim: set expandtab ts=4 sw=4: */ /* * You may redistribute this program and/or modify it under the terms of * the GNU General Public License as published by the Free Software Foundation, * either version 3 of the License, or (at your option) any later version. * * This program is distributed in the hope that it...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance w...
/* * Copyright (C) 2013 Nivis LLC. * Email: opensource@nivis.com * Website: http://www.nivis.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 3 of the License. * * Redistribution...
/* * state_error.c * * Created: 29/01/2014 21:10:25 * Author: Xevel */ #include "state_error.h" #include <Hardware_lib/led.h> #include <Hardware_lib/motor.h> #include <Hardware_lib/sensor_board.h> #include "states.h" #include "../error.h" void state_error_init(){ led_set(255, 5, 5); // pink motor_set(0...
/* * Copyright (c) 2008-2010 Lu, Chao-Ming (Tetralet). All rights reserved. * * This file is part of LilyTerm. * * LilyTerm 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 3 of the Licen...
#ifndef C_MOM_DISTRIB_C12_Ben_H #define C_MOM_DISTRIB_C12_Ben_H #include "GConstants.h" #include "CLorentzDistrib.h" #include "dirs.h" //O. Benhar //Momentum distribution normalized to 1 at interval [0:800 MeV/c] // notation: k = momentum in fm^-1 // p = momentum in MeV class CMomDistrib_C12_Ben: public CMomDistr...
/* Cuckoo Sandbox - Automated Malware Analysis. Copyright (C) 2010-2015 Cuckoo Foundation. 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 3 of the License, or (at your option) any lat...
// obtainable.h #ifndef ObtainABLE_H_ #define ObtainABLE_H_ #include "entity.h" #include "collider_interface.h" namespace nan2 { class Obtainable : public Entity, public ColliderInterface { private: const static Vector2 SIZE_; Entity* content_; public: Obtainable(World* world, Entity* content,...
/* * Copyright 2014 benaryorg (benaryorg@benaryos.org) * * This file is part of benaryOS. * * benaryOS 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 3 of the License, or * (at your opt...
/* Generated automatically. DO NOT EDIT! */ #define SIMD_HEADER "simd-generic128.h" #include "../common/t1buv_10.c"
// // // Description: This file is part of FET // // // Author: Lalescu Liviu <Please see http://lalescu.ro/liviu/ for details about contacting Liviu Lalescu (in particular, you can find here the e-mail address)> // Copyright (C) 2003 Liviu Lalescu <http://lalescu.ro/liviu/> // /****************************************...
#pragma once #include <cstdint> #include "augs/window_framework/event.h" augs::event::keys::key translate_glfw_key(int); augs::event::keys::key translate_glfw_mouse_key(int);
/* randsurf.c */ int randsurf(char *, int, int, int);
/* * yafdb-validate - Yafdb validation tool * * Copyright (c) 2014-2015 FOXEL SA - http://foxel.ch * Please read <http://foxel.ch/license> for more information. * * * Author(s): * * Kevin Velickovic <k.velickovic@foxel.ch> * * * This file is part of the FOXEL project <http://foxel.ch>. * * This progr...
/* Copyright 2002-2013 CEA LIST This file is part of LIMA. LIMA is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later versi...
#pragma once #include "../Packet.h" class RemoveEntityPacket : public Packet { public: virtual ~RemoveEntityPacket(); virtual int getId() const; virtual void write(RakNet::BitStream *) const; virtual void read(RakNet::BitStream *); virtual void handle(const RakNet::RakNetGUID &, NetEventCallback *) const; };
// // BmobIMAudioMessage.h // BmobIMSDK // // Created by Bmob on 16/1/30. // Copyright © 2016年 bmob. All rights reserved. // #import "BmobIMFileMessage.h" @interface BmobIMAudioMessage : BmobIMFileMessage @property (readonly, nonatomic) NSTimeInterval duration; /** * 创建音频消息 * * @param url 音频文件的url ...
/* Copyright (C) 2011 Fredrik Johansson This file is part of FLINT. FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your opti...
/*** This file is part of catta. catta 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. catta is distributed in the hop...
/* Teem: Tools to process and visualize scientific data and images . Copyright (C) 2013, 2012, 2011, 2010, 2009 University of Chicago Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah This library is free software; y...
/* Copyright (C) 2013 Fredrik Johansson This file is part of Arb. Arb is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) ...
// IFC SDK : IFC2X3 C++ Early Classes // Copyright (C) 2009 CSTB // // 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 late...
/* Copyright (C) 2018 Daniel Schultz This file is part of FLINT. FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)...
// IFC SDK : IFC2X3 C++ Early Classes // Copyright (C) 2009 CSTB // // 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 late...
/* * gst_factory_model.h * * Created on: Aug 13, 2015 * Author: loganek */ #ifndef SRC_GST_DEBUGGER_MODELS_GST_FACTORY_MODEL_H_ #define SRC_GST_DEBUGGER_MODELS_GST_FACTORY_MODEL_H_ #include <gstreamermm.h> #include <vector> #include <map> class FactoryModel { std::string name; std::vector<Glib::RefPtr<...
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** No Commercial Usage ** ** This file contains pre-release code and may not b...
/* Copyright (C) 2013 Mike Hansen This file is part of FLINT. FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) an...
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Mobility Components. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding ...
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Designer of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** N...
/* * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * (C) 1999 Antti Koivisto (koivisto@kde.org) * Copyright (C) 2003, 2006, 2007, 2009 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * Licens...
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
/* radare - LGPL - Copyright 2014-2017 - inisider */ #include <string.h> #include <r_util.h> #include <r_core.h> #include "pdb_downloader.h" static bool checkPrograms () { #if __WINDOWS__ && !__CYGWIN__ const char nul[] = "nul"; if (r_sys_cmd ("expand -? >nul") != 0) { return false; } #else const char nul[] = "...
/* This file is part of the Zero Reserve Plugin for Retroshare. Zero Reserve 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 3 of the License, or (at your option) any lat...
#pragma once #include "envoy/network/io_handle.h" #include "openssl/bio.h" namespace Envoy { namespace Extensions { namespace TransportSockets { namespace Tls { /** * Creates a custom BIO that can read from/write to an IoHandle. It's equivalent to a socket BIO * but instead of relying on access to an fd, it relie...
//////////////////////////////////////////////////////////////////////////// // Module : game_level_cross_table_inline.h // Created : 20.02.2003 // Modified : 13.11.2003 // Author : Dmitriy Iassenev // Description : Cross table between game and level graphs inline functions ///////////////////////////////////////...
// Copyright (c) 2010, Google Inc. // 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 condi...
/* Copyright (c) 2016 PaddlePaddle 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...
#pragma once #include "envoy/extensions/filters/http/grpc_json_transcoder/v3/transcoder.pb.h" #include "envoy/extensions/filters/http/grpc_json_transcoder/v3/transcoder.pb.validate.h" #include "source/extensions/filters/http/common/factory_base.h" namespace Envoy { namespace Extensions { namespace HttpFilters { name...
// // Copyright 2004-present Facebook. 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 ap...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2021 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
/* * 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...
/* * Copyright (c) 2018, NXP * * SPDX-License-Identifier: Apache-2.0 */ #include <init.h> #include <fsl_iomuxc.h> #include <fsl_gpio.h> #ifdef CONFIG_ETH_MCUX_0 static gpio_pin_config_t enet_gpio_config = { .direction = kGPIO_DigitalOutput, .outputLogic = 0, .interruptMode = kGPIO_NoIntmode }; #endif static i...
/* -*- C++ -*- */ //============================================================================= /** * @file Gadget_Part.h * * $Id: Gadget_Part.h 80826 2008-03-04 14:51:23Z wotte $ * * @author Christopher Kohlhoff <chris@kohlhoff.com> */ //===================================================================...
/* * 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...
/* * 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...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2021 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
/* This file is a part of libcds - Concurrent Data Structures library (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ Redistribution and use in source and binary forms, ...
// ILMovieDBConstants.h // // Copyright (c) 2013 Gustavo Leguizamon (http://goopi.me) // // 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 t...
#ifdef RENAME_INTERNAL_SHAPELIB_SYMBOLS #include "gdal_shapelib_symbol_rename.h" #endif #include "shpopen.c"
/* $Id: osdep-darwin.c,v 1.1.1.2 2011/08/17 18:40:06 jmmv Exp $ */ /* * Copyright (c) 2009 Joshua Elsasser <josh@elsasser.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission n...
// // 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" #import "SKPaymentTransactionObserver.h" #import "SKProductsRequestDelegate.h" @class NSMutableDictionary, NSObject<OS_dispatch_queue>, NSString, SKProductsRe...
/* Copyright (c) 2016 PaddlePaddle 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...
// // HOKDeeplink+Private.h // Hoko // // Created by Hoko, S.A. on 23/07/14. // Copyright (c) 2015 Hoko, S.A. All rights reserved. // #import "HOKDeeplinking.h" #import "HOKDeeplink.h" extern NSString *const HOKDeeplinkSmartlinkIdentifierKey; @interface HOKDeeplink (Private) + (HOKDeeplink *)deeplinkWithURLSch...
/* * 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...
// Copyright (c) 2010, Razvan Petru // 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 conditio...
// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). // // 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 re...
void start(); void end();
/* * Copyright (c) 2004-2007 Hyperic, Inc. * Copyright (c) 2009 SpringSource, 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 ...
/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2013, PAL Robotics S.L. // // 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 reta...
// This is core/vnl/vnl_c_na_vector.h #ifndef vnl_c_na_vector_h_ #define vnl_c_na_vector_h_ #ifdef VCL_NEEDS_PRAGMA_INTERFACE #pragma interface #endif //: // \file // \brief Math on blocks of memory // // NA aware vnl_c_vector-like interfaces to lowlevel memory-block operations. // // \author Andrew W. Fitzgibbon, I...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_VIEWS_CONTROLS_BUTTON_CHECKBOX_H_ #define UI_VIEWS_CONTROLS_BUTTON_CHECKBOX_H_ #include <string> #include "base/compiler_specific.h" #inc...
/**************************************************************************** * sched/pthread/pthread_condsignal.c * * Copyright (C) 2007-2009, 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modificatio...
/** * @file * @copyright Copyright 2016 GNSS Sensor Ltd. All right reserved. * @author Sergey Khabarov - sergeykhbr@gmail.com * @brief HostIO bus interface. */ #ifndef __DEBUGGER_PLUGIN_IHOSTIO_H__ #define __DEBUGGER_PLUGIN_IHOSTIO_H__ #include "iface.h" #include <inttypes.h> #include "coreservices/icp...
// OCHamcrest by Jon Reid, https://qualitycoding.org // Copyright 2021 hamcrest. See LICENSE.txt #import <Foundation/Foundation.h> #import <stdarg.h> @protocol HCMatcher; NS_ASSUME_NONNULL_BEGIN /*! * @abstract Returns an array of values from a variable-length comma-separated list terminated * by <code>nil</c...
#include "tommath_private.h" #ifdef MP_REDUCE_2K_SETUP_L_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ /* determines the setup value */ mp_err mp_reduce_2k_setup_l(const mp_int *a, mp_int *d) { mp_err err; mp_int tmp; if ((err = mp_init(&tmp))...
// Copyright ©2005, 2006 Freescale Semiconductor, Inc. // Please see the License for the specific language governing rights and // limitations under the License. // =========================================================================== // LScrollBar.h PowerPlant 2.2.2 ©1997-2005 Metrowerks Inc. // =============...
/* * Copyright (C) 2010 Alex Milowski (alex@milowski.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: * 1. Redistributions of source code must retain the above copyright * notice, t...
/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". * * Author: Ceriel J.H. Jacobs */ /* F I L E L I S T S T R U C T U R E */ struct file_list { char *a_filename; /* name of file */ char *a_dir; ...
/* * Copyright (c) 2004,2005 Hewlett-Packard Company * 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...
/* * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. * Copyright (C) 2009 Google Inc. 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 ...
// Copyright 2015 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 MEDIA_GPU_VP9_DECODER_H_ #define MEDIA_GPU_VP9_DECODER_H_ #include <stddef.h> #include <stdint.h> #include <memory> #include <vector> #include ...
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_INSTALLER_UTIL_PRODUCT_H_ #define CHROME_INSTALLER_UTIL_PRODUCT_H_ #pragma once #include <set> #include <string> #include <vector> #i...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_51b.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.label.xml Template File: sources-sink-51b.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: Set da...
#ifndef NBODY_H #define NBODY_H // Compute gravitational force between two bodies. // Body mass is stored in w component of the Vec4f. __host__ __device__ Vec4f gravitation(const Vec4f &i, const Vec4f &j); // Compute the gravitational force induced on "target" body by all // masses in the bodies array. __host__ __de...
#ifndef GEPETTO_VIEWER_FPSMANIPULATOR_H #define GEPETTO_VIEWER_FPSMANIPULATOR_H // // KeyboardManipulator // gepetto-viewer // // Alternative CameraManipulator for OSG, use keyboard and mouse // KeyBinding are inspired by the classic system in games // // Created by Pierre Fernbach in january 2016 // #include <o...
// Copyright 2020 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 COMPONENTS_ARC_ENTERPRISE_ARC_DATA_REMOVE_REQUESTED_PREF_HANDLER_H_ #define COMPONENTS_ARC_ENTERPRISE_ARC_DATA_REMOVE_REQUESTED_PREF_HANDLER_H_ #...
/* * Copyright (c) 2005-2012 by KoanLogic s.r.l. - All rights reserved. */ #ifndef _U_ALLOC_H_ #define _U_ALLOC_H_ #include <u/libu_conf.h> #include <sys/types.h> #ifdef __cplusplus extern "C" { #endif void u_memory_set_malloc (void *(*f_malloc)(size_t)); void u_memory_set_calloc (void *(*f_calloc)(size_t, size_t...
/* copyright(C) 2002 H.Kawai (under KL-01). */ #if (!defined(STDLIB_H)) #define STDLIB_H 1 #if (defined(__cplusplus)) extern "C" { #endif #include "go_lib.h" #define _ATTRIB_NORETURN __attribute__ ((noreturn)) double GO_atof(const char *s); int GO_atoi(const char *s); double GO_strtod(const char *s, char **endp)...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE476_NULL_Pointer_Dereference__int64_t_63b.c Label Definition File: CWE476_NULL_Pointer_Dereference.label.xml Template File: sources-sinks-63b.tmpl.c */ /* * @description * CWE: 476 NULL Pointer Dereference * BadSource: Set data to NULL * GoodSource: Initial...
/* Copyright 2016 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* BMA2x2 gsensor module for Chrome EC */ #ifndef __CROS_EC_ACCEL_BMA2x2_H #define __CROS_EC_ACCEL_BMA2x2_H #include "accel_bma2x2_public.h" /**...