text
stringlengths
4
6.14k
/*========================================================================= Program: Visualization Toolkit Module: vtkDebugLeaks.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 software is d...
/* Copyright (C) 1991, 1993, 1998 Free Software Foundation, Inc. Based on strlen implemention by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se) and commentary by Jim Blandy (jimb@ai.mit.edu); adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), and implemented ...
// RUN: %clang_cc1 -S -fdenormal-fp-math=ieee %s -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-IEEE // RUN: %clang_cc1 -S -fdenormal-fp-math=preserve-sign %s -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-PS // RUN: %clang_cc1 -S -fdenormal-fp-math=positive-zero %s -emit-llvm -o - | FileCheck %s --check-pref...
// Copyright 2018 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 CHROMEOS_SERVICES_ASSISTANT_MEDIA_SESSION_ASSISTANT_MEDIA_SESSION_H_ #define CHROMEOS_SERVICES_ASSISTANT_MEDIA_SESSION_ASSISTANT_MEDIA_SESSION_H_ ...
/* * Summary: unfinished XLink detection module * Description: unfinished XLink detection module * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef FBXFILESDK_COMPONENTS_LIBXML2_2_6_4_INCLUDE_LIBXML_XLINK_H #define FBXFILESDK_COMPONENTS_LIBXML2_2_6_4_INCLUDE_LIBXML_X...
/***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___...
#pragma once //------------------------------------------------------------------------------ /** @class Oryol::_priv::tbResourceContainer @ingroup _priv @brief in-memory cache for preloaded UI resources TBUI doesn't support async file loading, thus we need to preload all required resources int...
// // HNKDemoAppDelegate.h // HNKGooglePlacesAutocomplete-Example // // Created by Harlan Kellaway on 4/26/15. // Copyright (c) 2015 Harlan Kellaway. All rights reserved. // #import <UIKit/UIKit.h> @interface HNKDemoAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window;...
/* * Copyright (C) 1996 Paul Mackerras. */ #include <linux/string.h> #include <asm/machdep.h> #include <asm/io.h> #include <asm/page.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/sysrq.h> #include <linux/bitops.h> #include <asm/xmon.h> #include <asm/machdep.h> #include <asm/errno.h> #include <...
/* * Copyright (C) 2005-2008 Team XBMC * http://www.xbmc.org * * 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, or (at your option) * any later version. * ...
/* * arch/arm/mach-sun3i/include/mach/hardware.h * * (C) Copyright 2007-2012 * Allwinner Technology Co., Ltd. <www.allwinnertech.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; ei...
/* FR-V interrupt handling * * Copyright (C) 2010 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licence * as published by the Free Software Foundation; eit...
/* * Ocelot-C Board Register Definitions * * (C) 2002 Momentum Computer Inc. * * 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 * op...
// license:BSD-3-Clause // copyright-holders:Ville Linde #ifndef _KONPPC_H #define _KONPPC_H #define CGBOARD_TYPE_ZR107 0 #define CGBOARD_TYPE_GTICLUB 1 #define CGBOARD_TYPE_NWKTR 2 #define CGBOARD_TYPE_HORNET 3 #define CGBOARD_TYPE_HANGPLT 4 #define MAX_CG_BOARDS 2 #define MCFG_KONPPC_CGBOARD_...
/* * Copyright IBM Corp. 2012 * * Author(s): * Jan Glauber <jang@linux.vnet.ibm.com> */ #define COMPONENT "zPCI" #define pr_fmt(fmt) COMPONENT ": " fmt #include <linux/kernel.h> #include <linux/err.h> #include <linux/rculist.h> #include <linux/hash.h> #include <linux/pci.h> #include <linux/msi.h> #include <asm...
#ifndef _ASM_POWERPC_TOPOLOGY_H #define _ASM_POWERPC_TOPOLOGY_H #ifdef __KERNEL__ struct device; struct device_node; #ifdef CONFIG_NUMA /* ...
#ifndef _LWK_PTRACE_H #define _LWK_PTRACE_H /* ptrace.h */ /* structs and defines to help the user use the ptrace system call. */ /* has the defines to get at the registers. */ #define PTRACE_TRACEME 0 #define PTRACE_PEEKTEXT 1 #define PTRACE_PEEKDATA 2 #define PTRACE_PEEKUSR 3 #define PTRACE_POKETEXT...
#ifndef __reg_map_asm_h #define __reg_map_asm_h /* ...
#ifndef _UTIL_H #define _UTIL_H_ /* small commonly used macros */ #define min(x,y) ({ \ typeof(x) _x = (x); \ typeof(y) _y = (y); \ (void) (&_x == &_y); \ _x < _y ? _x : _y; }) #endif
#include <stdio.h> #include <stdlib.h> extern void use_s1(); int main() { use_s1(); return (0); }
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** Commercial Usage ** Licensees holding vali...
/* libsodium: hmac_hmacsha512.c, v0.4.5 2014/04/16 */ /** * Copyright 2005,2007,2009 Colin Percival. 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 ...
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #pr...
// --------------------------------------------------------------------- // // Copyright (C) 2016 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Public Li...
///////////////////////////////////////////////////////////////////////////// // Name: funcmacro_atomic.h // Purpose: Atomic Operation function and macro group docs // Author: wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// ...
#include "ftk.h" #define IDC_TEST_BUTTON 1000 static Ret button_quit_clicked(void* ctx, void* obj) { ftk_widget_unref(ctx); return RET_OK; } static int i = 0; static Ret button_more_clicked(void* ctx, void* obj) { int j = 0; FtkIconViewItem item; FtkWidget* icon_view = ftk_widget_lookup(ctx, 100); item.icon = ...
// Copyright 2011 the V8 project 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 V8_SNAPSHOT_NATIVES_H_ #define V8_SNAPSHOT_NATIVES_H_ #include "src/objects.h" #include "src/vector.h" namespace v8 { class StartupData; } //...
#import <Foundation/Foundation.h> #import <QuartzCore/QuartzCore.h> @class CPTColor; @interface CPTLineStyle : NSObject <NSCoding, NSCopying, NSMutableCopying> { @private CGLineCap lineCap; // CGLineDash lineDash; // We should make a struct to keep this information CGLineJoin lineJoin; CGFloat miterLimit; CGFloa...
// StringUtil.h // bither-ios // // Copyright 2014 http://Bither.net // // 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 // // Unles...
/* Copyright 2013-2014 IBM 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 * * Unless required by applicable law or agreed to in ...
/*********************************************************************** ** ** REBOL [R3] Language Interpreter and Run-time Environment ** ** Copyright 2012 REBOL Technologies ** REBOL is a trademark of REBOL Technologies ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this...
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
// Copyright 2016 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 CONTENT_SHELL_COMMON_SHELL_ORIGIN_TRIAL_POLICY_H_ #define CONTENT_SHELL_COMMON_SHELL_ORIGIN_TRIAL_POLICY_H_ #include "base/macros.h" #include "ba...
// Filename: cppArrayType.h // Created by: drose (19Oct99) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised BSD // license. You should...
// 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 MEDIA_TOOLS_SHADER_BENCH_GPU_COLOR_PAINTER_H_ #define MEDIA_TOOLS_SHADER_BENCH_GPU_COLOR_PAINTER_H_ #include "base/compiler_specific.h" #incl...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <Foundation/Foundation.h> @class DVTXMLUnarchiver; @protocol DVTXMLUnarchiving <NSObject> - (id)initFromXMLUnarchiver:(DVTXMLUnarchiver *)arg1 archiveVersion:(float)arg2; ...
// Copyright 2014 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_NACL_RENDERER_FILE_DOWNLOADER_H_ #define COMPONENTS_NACL_RENDERER_FILE_DOWNLOADER_H_ #include <stdint.h> #include "base/callback.h" #...
/* * Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium * Copyright (c) 2002-2007, Professor Benoit Macq * Copyright (c) 2003-2007, Francois-Olivier Devaux * All rights reserved. * * Redistribution and use in source and binary forms, with or wit...
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_OVERLAY_PRIORITY_HINT_H_ #define UI_GFX_OVERLAY_PRIORITY_HINT_H_ namespace gfx { // Provides a hint to a system compositor how it should ...
#pragma once //------------------------------------------------------------------------------ /** @file IOConfig.h @ingroup IO @brief Configuration defines for the Oryol IO module. */ #include "Core/Config.h" /// minimum grow size for streams (in bytes) #define ORYOL_STREAM_DEFAULT_MIN_GROW (256)...
#ifndef _NVTABLE_H_INCLUDED_ #define _NVTABLE_H_INCLUDED_ /*++ /* NAME /* nvtable 3h /* SUMMARY /* attribute list manager /* SYNOPSIS /* #include <nvtable.h> /* DESCRIPTION /* .nf /* * Utility library. */ #include <htable.h> #include <mymalloc.h> typedef struct HTABLE NVTABLE; typedef struct HTABLE_INFO NVTABLE...
/* e_hypotl.c -- long double version of e_hypot.c. * Conversion to long double by Jakub Jelinek, jakub@redhat.com. */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsystems, Inc. business. * Permis...
/* * This file contains code from "C++ Primer, Fifth Edition", by Stanley B. * Lippman, Josee Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that book: * * "Copyright (c) 2013 by Objectwrite, Inc., Josee Lajoie, and Barbara E. Moo." * * * "The authors and publi...
/* * rfbcrypto_included.c - Crypto wrapper (included version) */ /* * Copyright (C) 2011 Gernot Tenchio * * This 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 ...
#include <cgx.h> int write2dolfyn(char *setname, int strings, char **string, Summen *anz, Nodes *node, Faces *face, Elements *e_enqire, Sets *set) { FILE *handle1=NULL; char datout[MAX_LINE_LENGTH]; int i, j=0, k, n, setNr; /* check if we have a mesh */ if(anz->e==0) { printf("ERROR:...
// Copyright 2015 Citra Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included. #pragma once namespace Service { class Interface; namespace AM { /** * AM::GetTitleCount service function * Gets the number of installed titles in the requested media type * Inputs: ...
/* Copyright (c) 2003,2004 Jeremy Kerr & Rusty Russell This file is part of nfsim. nfsim 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. ...
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2012-2015 Masahiro Yamada <yamada.masahiro@socionext.com> */ #include <config.h> #include <init.h> #include <linux/io.h> #include "arm-mpcore.h" #define PERIPHCLK (50 * 1000 * 1000) /* 50 MHz */ #define PRESCALER ((PERIPHCLK) / (CONFIG_SYS_TIMER_RATE) - 1) s...
/* * Definitions for API from sdio common code (bcmsdh) to individual * host controller drivers. * * $ Copyright Open Broadcom Corporation $ * * * <<Broadcom-WL-IPTag/Open:>> * * $Id: bcmsdbus.h 514727 2014-11-12 03:02:48Z $ */ #ifndef _sdio_api_h_ #define _sdio_api_h_ #define SDIOH_API_RC_SUCCESS ...
/* * This file is part of the coreboot project. * * Copyright (C) 2010 Advanced Micro Devices, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This ...
#ifndef _CRIS_ARCH_PTRACE_H #define _CRIS_ARCH_PTRACE_H /* Frame types */ #define CRIS_FRAME_NORMAL 0 /* normal frame without SBFS stacking */ #define CRIS_FRAME_BUSFAULT 1 /* frame stacked using SBFS, need RBF return path */ /* Register numbers in the ptrace system call interface */ #define PT_FRAMETYPE 0 #...
//===-- VEInstPrinter.h - Convert VE MCInst to assembly syntax ------------===// // // 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 // //===---------------------------...
/* === This file is part of Calamares - <http://github.com/calamares> === * * Originally from QJsonModel <https://github.com/dridk/QJsonmodel> * Copyright 2015, Sacha Schutz <sacha@labsquare.org> * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General ...
#pragma once #include "SIM_I2CDevice.h" #include <AP_Common/Bitmask.h> namespace SITL { class MS5XXX : public I2CDevice { public: MS5XXX(); protected: int rdwr(I2C::i2c_rdwr_ioctl_data *&data) override; void update(const class Aircraft &aircraft) override; private: // float pressure; // fl...
/*** * * Copyright (c) 1996-2002, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * Use, distribution, and modification of this source code and/or resulting ...
/* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) Copyright (C) 2008-2009 Marco Costalba Stockfish 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 So...
/* * Teletext parsing functions * Copyright (C) 2007 Andreas Öman * * 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 later ...
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _PET_H_ #define _PET_H_ #define MAX_PET_DB 300 #define MAX_PETLOOT_SIZE 30 struct s_pet_db { short class_; char name[NAME_LENGTH],jname[NAME_LENGTH]; short itemID; short EggID; short AcceID...
/* * Copyright (C) 2000 Lars Knoll (knoll@kde.org) * (C) 2000 Antti Koivisto (koivisto@kde.org) * (C) 2000 Dirk Mueller (mueller@kde.org) * Copyright (C) 2003, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com) * * This library ...
/*This file is generated by luagen.*/ #include "ftk.h" #include "tolua++.h" #include "ftk_typedef.h" #ifndef LUA_FtkTypedef_H #define LUA_FtkTypedef_H int tolua_ftk_typedef_init(lua_State* L); #endif/*LUA_FtkTypedef_H*/
// 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_AURA_UI_CONTROLS_AURA_H_ #define UI_AURA_UI_CONTROLS_AURA_H_ #pragma once #include "ui/aura/aura_export.h" namespace ui_controls { class ...
// 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_BASE_THEME_PROVIDER_H_ #define UI_BASE_THEME_PROVIDER_H_ #include "base/basictypes.h" #include "third_party/skia/include/core/SkColor.h" #...
// Copyright 2013 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_BROWSER_CHROMEOS_OPTIONS_NETWORK_PROPERTY_UI_DATA_H_ #define CHROME_BROWSER_CHROMEOS_OPTIONS_NETWORK_PROPERTY_UI_DATA_H_ #include <string>...
// Copyright 2013 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_BROWSER_CHROMEOS_FIRST_RUN_FIRST_RUN_CONTROLLER_H_ #define CHROME_BROWSER_CHROMEOS_FIRST_RUN_FIRST_RUN_CONTROLLER_H_ #include <stddef.h> ...
/***************************************************************************** Copyright (c) 2014, Intel Corp. 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 cod...
#ifndef AliAnalysisTaskDeuteronCoalescence_cxx #define AliAnalysisTaskDeuteronCoalescence_cxx #include "AliAnalysisTaskSE.h" #include "AliAnalysisTask.h" #include "TLorentzVector.h" #include "AliMCParticle.h" #include "AliAODEvent.h" #include "AliMCEvent.h" #include "TVector3.h" #include "TList.h" #include "TH1D.h" #i...
#import <Cocoa/Cocoa.h> @interface CDEProjectBrowserItemTableCellView : NSTableCellView @end
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery This file is part of libunwind. 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, includ...
/* * ++Copyright++ 1991, 1993 * - * Copyright (c) 1991, 1993 * The 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 so...
/* linux/arch/arm/plat-samsung/include/plat/cpu.h * * Copyright (c) 2004-2005 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * Header file for S3C24XX CPU support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * ...
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _QUEST_H_ #define _QUEST_H_ struct quest_dropitem { uint16 nameid; uint16 count; uint16 rate; uint16 mob_id; //uint8 bound; //bool isAnnounced; //bool isGUID; }; struct quest_objective { ...
/* -*- c++ -*- */ /* * Copyright 2007 Free Software Foundation, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later vers...
/* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
/* * Copyright (C) 2006-2013 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * * Essentia 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 (FSF), either version...
//===- DiagnosticsDriver.h - Diagnostic Definitions -------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http://swift.org/LI...
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
// Copyright 2017 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_BASE_WATCH_TIME_KEYS_H_ #define MEDIA_BASE_WATCH_TIME_KEYS_H_ #include "base/strings/string_piece.h" #include "media/base/media_export.h" ...
// Copyright 2013 The Flutter 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 FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_UNITTESTS_UTIL_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_UNITTESTS_UTIL_H_ #define ...
/* @(#)e_scalb.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided t...
/* This file is part of UFFS, the Ultra-low-cost Flash File System. Copyright (C) 2005-2009 Ricky Zheng <ricky_gz_zheng@yahoo.co.nz> UFFS is free software; you can redistribute it and/or modify it under the GNU Library General Public License as published by the Free Software Foundation; either ver...
/* { dg-do compile } */ #include <arm_sve.h> void f1 (svbool_t pg, svint32_t s32, svuint32_t u32, svfloat32_t f32) { svabs_m (s32, pg); /* { dg-error {too few arguments to function 'svabs_m'} } */ svabs_m (s32, pg, s32, s32); /* { dg-error {too many arguments to function 'svabs_m'} } */ svabs_m (0, pg, s32); /*...
#pragma once /* * Copyright (C) 2012-2013 Team XBMC * http://xbmc.org * * 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, or (at your option) * any later ver...
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: sdk/game/CAnimBlendSequence.h * PURPOSE: Animation blend sequence interface * * Multi Theft Auto is available from http://www.multitheftaut...
/* Routines for UMTS RLC disassembly * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * 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...
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup pkg_lua * @{ * @file * * @brief Lightweight C interface to the packag...
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Monkey HTTP Server * ================== * Copyright 2001-2015 Monkey Software LLC <eduardo@monkey.io> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the ...
/* * Copyright (c) 2016, The OpenThread Authors. * 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, this ...
/* Return codes: 1 - ok, 0 - ignore, other - error. */ static int arch_get_scno(struct tcb *tcp) { tcp->scno = arc_regs.scratch.r8; return 1; }
/* * Copyright (c) 2017 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
/**************************************************************************** Copyright (c) 2014-2015 Chukong Technologies ****************************************************************************/ #ifndef _PLUGIN_GA_ #define _PLUGIN_GA_ #include <string> #include <vector> using namespace std; namespace sdkbo...
/********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold 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; eith...
/* Cell object implementation */ #include "Python.h" PyObject * PyCell_New(PyObject *obj) { PyCellObject *op; op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type); if (op == NULL) return NULL; op->ob_ref = obj; Py_XINCREF(obj); _PyObject_GC_TRACK(op); return (PyObject...
/* PR target/r84530 */ /* { dg-do compile { target ia32 } } */ /* { dg-options "-O2 -mfunction-return=thunk-extern" } */ struct s { _Complex unsigned short x; }; struct s gs = { 100 + 200i }; struct s __attribute__((noinline)) foo (void) { return gs; } /* { dg-final { scan-assembler-times "popl\[\\t \]*%ecx" 1 { targ...
/* * * cblas_ssymm.c * This program is a C interface to ssymm. * Written by Keita Teranishi * 4/8/1998 * */ #include "cblas.h" #include "cblas_f77.h" void cblas_ssymm(const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const int M, const int N, ...
#ifndef _UAPI_MSM_AUDIO_ACDB_H #define _UAPI_MSM_AUDIO_ACDB_H #include <linux/msm_audio.h> #define AUDIO_SET_VOCPROC_CAL _IOW(AUDIO_IOCTL_MAGIC, \ (AUDIO_MAX_COMMON_IOCTL_NUM+0), unsigned) #define AUDIO_SET_VOCPROC_STREAM_CAL _IOW(AUDIO_IOCTL_MAGIC, \ (AUDIO_MAX_COMMON_IOCTL_NUM+1), unsigned) #define AUDIO_SET...
/* Copyright (c) 2011 The WebM project authors. All Rights Reserved. */ /* */ /* Use of this source code is governed by a BSD-style license */ /* that can be found in the LICENSE file in the root of the source */ /* tree. An additional intellectual property rights grant can be found */ /* in the file PATENTS. All con...
// // DiscoveryManagerDelegate.h // Connect SDK // // Created by Jeremy White on 12/4/13. // Copyright (c) 2014 LG Electronics. // // 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 // /...
// Copyright 2016 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 GPU_COMMAND_BUFFER_COMMON_ID_TYPE_H_ #define GPU_COMMAND_BUFFER_COMMON_ID_TYPE_H_ #include <stdint.h> #include <cstddef> #include <ostream> #incl...
#pragma once namespace BWAPI { class Position; // TODO: Add doxygen documentation class TilePosition { public : TilePosition(); explicit TilePosition(const Position& position); TilePosition(int x, int y); bool operator == (const TilePosition& TilePosition) const; bool operato...
// // Trigger.h // iTerm // // Created by George Nachman on 9/23/11. // #import <Cocoa/Cocoa.h> @class iTermStringLine; @class PTYSession; extern NSString * const kTriggerRegexKey; extern NSString * const kTriggerActionKey; extern NSString * const kTriggerParameterKey; extern NSString * const kTriggerPartialLineK...