text
stringlengths
4
6.14k
/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */ /* { dg-options "-O2 -fstack-protector-strong -mlong-double-128" } */ extern long double foo (long double); extern double bar (double); typedef long long int64_t; typedef unsigned long long uint64_t; typedef union { int64_t i[2]; long double x; double d[2]; ...
/*********************************************************************** * syntax.h - inference rule language parser *********************************************************************** * * Copyright (c) 1995 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute ...
/////////////////////////////////////////////////////////////////////////////// // Name: pdffontdataopentype.h // Purpose: Definition of font data for OpenType fonts // Author: Ulrich Telle // Modified by: // Created: 2009-05-15 // Copyright: (c) Ulrich Telle // Licence: wxWindows licence /////...
// Copyright 2012 Viewfinder. All rights reserved. // Author: Peter Mattis. #ifndef VIEWFINDER_IMAGE_INDEX_H #define VIEWFINDER_IMAGE_INDEX_H #import <map> #import <set> #import "DB.h" #import "ImageFingerprint.pb.h" #import "StringUtils.h" #import "Utils.h" class ImageIndex { public: ImageIndex(bool histogram = ...
// 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 DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_GATT_CONNECTION_BLUEZ_H_ #define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_GATT_CONNECTION_BLUEZ_H_ #include <string> #i...
/* * Copyright (c) 2013, Andreas Sandberg * 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 list of...
// 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 CHROME_BROWSER_DEVTOOLS_DEVICE_TCP_DEVICE_PROVIDER_H_ #define CHROME_BROWSER_DEVTOOLS_DEVICE_TCP_DEVICE_PROVIDER_H_ #include <set> #include "chr...
// 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. #import <Cocoa/Cocoa.h> /** * Creates framebuffers and their backing textures. */ @interface FlutterFrameBufferProvider : NSObject - (nullable instance...
/* $NoKeywords:$ */ /** * @file * * Create outline and references for HyperTransport Component mainpage documentation. * * Design guides, maintenance guides, and general documentation, are * collected using this file onto the documentation mainpage. * This file contains doxygen comment blocks, only. * * @xrefi...
/* * vhua.c * * Copyright (C) 2011-15 - ntop.org * * nDPI is free software: you can vhuatribute 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 version. * * nDPI is d...
/* * Generated by class-dump 3.1.1. * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. */ #import <BackRow/BRVideo.h> @interface BRVideo (MovieCreation) - (BOOL)_createMovieWithAttributes:(id)fp8 error:(id *)fp12; - (void)_updateContextSizeHint; - (BOOL)_updateTrackInfoWithEr...
#ifndef _CPUID_H_ #define _CPUID_H_ #include "hw.h" bool scan_cpuid(hwNode & n); #endif
#include "apue.h" #include <netdb.h> #include <errno.h> #include <syslog.h> #include <sys/socket.h> #define BUFLEN 128 #define QLEN 10 #ifndef HOST_NAME_MAX #define HOST_NAME_MAX 256 #endif extern int initserver(int, const struct sockaddr *, socklen_t, int); void serve(int sockfd) { int clfd; FILE *fp; char buf...
/* Copyright (C) 2007-2011 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free * Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY...
/* Copyright (C) 2004-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger <davidm@hpl.hp.com>, 2004. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published b...
/* This file is part of Clementine. Copyright 2012, David Sansome <me@davidsansome.com> Clementine 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 optio...
/* File: CoreGraphics.h Contains: CoreGraphics master header Version: QuickTime 7.1 Copyright: © 2006 © 2000-2001 by Apple Computer, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: ...
/* mpq_set(dest,src) -- Set DEST to SRC. Copyright 1991, 1994, 1995, 2001, 2012, 2015 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as publishe...
/* * Time.h * * Created on: May 7, 2013 * Author: mbenoit */ #ifndef TIMEPIXDEVICE_H_ #define TIMEPIXDEVICE_H_ #include <iostream> #include <fstream> #include <cstring> // Needed for memset #include <sys/socket.h> // Needed for the socket functions #include <netdb.h> // Needed for the socket func...
//===--- DiagnosticsIRGen.h - Diagnostic Definitions ------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http://swift.org/LI...
/* * Copyright (c) 2006, Swedish Institute of Computer Science. * 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...
/* Like vsprintf but provides a pointer to malloc'd storage, which must be freed by the caller. Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public...
/* Copyright (C) 1991, 1995-1998, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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...
/* Types.h -- Basic types 2010-10-09 : Igor Pavlov : Public domain */ #ifndef __7Z_TYPES_H #define __7Z_TYPES_H #include <stddef.h> #ifdef _WIN32 #include <windows.h> #endif #include <zconf.h> #ifndef EXTERN_C_BEGIN #ifdef __cplusplus #define EXTERN_C_BEGIN extern "C" { #define EXTERN_C_END } #else #define EXTERN_...
/* Simple DirectMedia Layer Copyright (C) 1997-2019 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 ...
/* mpz_congruent_p -- test congruence of two mpz's. Copyright 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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 Softwa...
/* * board_init.c - Implementation of functions to init board. * Copyright (C) 2013 Milan Babel <babel@inf.fu-berlin.de> * * 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. */ #include "cpu.h" #...
/********************************************************************************** * Project: TMVA - a Root-integrated toolkit for multivariate data analysis * * Package: TMVA * * Class : OptimizeConfigParameters ...
#ifndef _ROS_std_msgs_UInt64_h #define _ROS_std_msgs_UInt64_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" namespace std_msgs { class UInt64 : public ros::Msg { public: typedef uint64_t _data_type; _data_type data; UInt64(): data(0) { } ...
// 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 CONTENT_COMMON_GPU_MEDIA_ACCELERATED_VIDEO_DECODER_H_ #define CONTENT_COMMON_GPU_MEDIA_ACCELERATED_VIDEO_DECODER_H_ #include "base/macros.h" #inc...
#ifndef _ROS_std_msgs_Int16MultiArray_h #define _ROS_std_msgs_Int16MultiArray_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" #include "std_msgs/MultiArrayLayout.h" namespace std_msgs { class Int16MultiArray : public ros::Msg { public: typedef std_msgs::MultiArrayLayo...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _PERF_UTIL_TRACE_EVENT_H #define _PERF_UTIL_TRACE_EVENT_H #include <traceevent/event-parse.h> #include <traceevent/trace-seq.h> #include "parse-events.h" struct machine; struct perf_sample; union perf_event; struct perf_tool; struct thread; struct tep_plugin_list; struc...
// @(#)root/minuit2:$Id$ // Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005 /********************************************************************** * * * Copyright (c) 2005 LCG ROOT Math team, CERN/PH-SFT * * ...
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * Based on powerpc version */ #ifndef __ASM_MICROBLAZE_PCI_...
// 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 SANDBOX_SRC_HANDLE_DISPATCHER_H_ #define SANDBOX_SRC_HANDLE_DISPATCHER_H_ #include "base/basictypes.h" #include "sandbox/win/src/crosscall_se...
// Copyright (c) Microsoft. All rights reserved. #pragma once #include "Scenario5_ManyProvidersManyAccounts.g.h" #include "MainPage.xaml.h" namespace SDKTemplate { /// <summary> /// The fifth scenario. Covers keeping and managing multiple active accounts and multiple account provider types. /// </summary...
/* PR target/56564 */ /* { dg-do compile { target { *-*-linux* && lp64 } } } */ /* { dg-options "-O3 -fno-pic -fdump-tree-optimized" } */ __thread struct S { long a, b; } s = { 5, 6 }; __thread char t[16] = { 7 }; int foo (void) { return ((__UINTPTR_TYPE__) &s) & 15; } int bar (void) { return ((__UINTPTR_TYPE__)...
/* Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published b...
#ifndef __bot2_vis_h__ #define __bot2_vis_h__ #include "batch_gl.h" #include "console.h" #include "default_view_handler.h" #include "fbgl_drawing_area.h" #include "gl_drawing_area.h" #include "gl_image_area.h" #include "gl_util.h" #include "gtk_util.h" #include "param_widget.h" #include "rwx.h" #include "wavefront.h" ...
/* Copyright 2013 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 version. This progra...
#include <arm_neon.h> /* { dg-do compile } */ /* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } } */ /* { dg-excess-errors "" { xfail arm*-*-* } } */ /* { dg-skip-if "" { arm*-*-* } } */ void f_vst2q_lane_s64 (int64_t * p, int64x2x2_t v) { /* { dg-error "lane 2 out of range 0 - 1" "" { xfail arm*-*-* } 0 } */...
/* * APEI Boot Error Record Table (BERT) support * * Copyright 2011 Intel Corp. * Author: Huang Ying <ying.huang@intel.com> * * Under normal circumstances, when a hardware error occurs, the error * handler receives control and processes the error. This gives OSPM a * chance to process the error condition, rep...
/* * File: portdrv.h * Purpose: PCI Express Port Bus Driver's Internal Data Structures * * Copyright (C) 2004 Intel * Copyright (C) Tom Long Nguyen (tom.l.nguyen@intel.com) */ #ifndef _PORTDRV_H_ #define _PORTDRV_H_ #if !defined(PCI_CAP_ID_PME) #define PCI_CAP_ID_PME 1 #endif #if !defined(PCI_CAP_ID_EXP) #de...
/* * include/linux/generic_adc_thermal.h * * Generic ADC thermal driver * * Copyright (c) 2013, NVIDIA Corporation. All rights reserved. * * Author: Jinyoung Park <jinyoungp@nvidia.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Lice...
/* { dg-do compile } */ /* { dg-options "-O3 -mno-pc-relative-literal-loads" } */ /* { dg-skip-if "Tiny model won't generate adrp" { *-*-* } { "-mcmodel=tiny" } { "" } } */ double d0(void) { double x = 0.0d; return x; } double dn1(void) { double x = -0.0d; return x; } double d1(void) { double x = 1.5d; ...
/* Testcase for http://sourceware.org/bugzilla/show_bug.cgi?id=14090. Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. 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 t...
/* vi: set sw=4 ts=4: */ /* * ext2fsP.h --- private header file for ext2 library * * Copyright (C) 1997 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the terms of the GNU Public * License. * %End-Header% */ #include "ext2fs.h" /* * Badblocks list */ struct ext2_struct_u32_list { ...
#include "SocketCommand.h" class Version : public SocketCommand { Q_OBJECT public: Version(WebPageManager *, QStringList &arguments, QObject *parent = 0); virtual void start(); };
/* Copyright 2015 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...
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * * Libmemcached library * * Copyright (C) 2011 Data Differential, http://datadifferential.com/ * Copyright (C) 2006-2009 Brian Aker All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted ...
#ifndef _MT_GPIO_AFFIX_H_ #define _MT_GPIO_AFFIX_H_ /****************************************************************************** * Enumeration for Clock output ******************************************************************************/ /*CLOCK OUT*/ typedef enum { CLK_OUT_UNSUPPORTED = -1, CLK_OUT0, ...
/* Copyright (C) 1992-1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 3 of the License, or (at y...
#ifndef WORLDCONTROLLER_H #define WORLDCONTROLLER_H #include "applicationcontroller.h" class T_CONTROLLER_EXPORT WorldController : public ApplicationController { Q_OBJECT public: WorldController() { } WorldController(const WorldController &other); bool sessionEnabled() const { return false; } boo...
// 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. // Defines local discovery messages between the browser and utility process. #include "chrome/common/local_discovery/service_discovery_client.h" #include...
GLboolean GLEWAPIENTRY glewIsSupported (const char* name) { const GLubyte* pos = (const GLubyte*)name; GLuint len = _glewStrLen(pos); GLboolean ret = GL_TRUE; while (ret && len > 0) { if (_glewStrSame1(&pos, &len, (const GLubyte*)"GL_", 3)) {
/* * Copyright 2014 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkSurface_Gpu_DEFINED #define SkSurface_Gpu_DEFINED #include "SkSurface_Base.h" #if SK_SUPPORT_GPU class SkGpuDevice; class SkSurface_Gpu : public SkSurface_Base {...
/* * videobuf2-dma-sg.h - DMA scatter/gather memory allocator for videobuf2 * * Copyright (C) 2010 Samsung Electronics * * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ...
/* { dg-do compile { target { ! ia32 } } } */ /* { dg-options "-Ofast -mavx512vl -mavx512dq" } */ void f1 (float x) { register float a __asm ("xmm16"); a = x; asm volatile ("" : "+v" (a)); a = __builtin_fabsf (a); asm volatile ("" : "+v" (a)); } void f2 (float x, float y) { register float a __asm ("xmm16"...
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SMP_H #define __ASM_SMP_H #include <linux/const.h> /* Values for secondary_data.status */ #define CPU_STUCK_REASON_SHIFT (8) #define CPU_BOOT_STATUS_MASK ((UL(1) << CPU_STUCK_REASON_SHIFT) - 1) #define CPU_MMU_OFF (-1...
#include<stdio.h> #include<assert.h> int main() { int rd, rs, rt, dsp; int result, resultdsp; rs = 0x12345678; rt = 0x87654321; result = 0x7FFFFFFF; resultdsp = 0x01; __asm ("subq_s.w %0, %2, %3\n\t" "rddsp %1\n\t" : "=r"(rd), "=r"(dsp) : "r"(rs), "r"...
/* * Copyright 2011 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
#include <sys/stat.h> #include <fcntl.h> #include "syscall.h" int mknod(const char *path, mode_t mode, dev_t dev) { #ifdef SYS_mknod return syscall(SYS_mknod, path, mode, dev); #else return syscall(SYS_mknodat, AT_FDCWD, path, mode, dev); #endif }
// SPDX-License-Identifier: GPL-2.0 /* * Intel BayTrail PMIC I2C bus semaphore implementaion * Copyright (c) 2014, Intel Corporation. */ #include <linux/delay.h> #include <linux/device.h> #include <linux/acpi.h> #include <linux/i2c.h> #include <linux/interrupt.h> #include <linux/pm_qos.h> #include <asm/iosf_mbi.h> ...
/* include readline */ #include "unp.h" ssize_t readline(int fd, void *vptr, size_t maxlen) { ssize_t n, rc; char c, *ptr; ptr = vptr; for (n = 1; n < maxlen; n++) { if ( (rc = read(fd, &c, 1)) == 1) { *ptr++ = c; if (c == '\n') break; } else if (rc == 0) { if (n == 1) return(0); /* EOF, no d...
// 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_MANAGED_MODE_SUPERVISED_USER_PREF_STORE_H_ #define CHROME_BROWSER_MANAGED_MODE_SUPERVISED_USER_PREF_STORE_H_ #include "base/memory...
/* * * Copyright 2017 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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...
/* * Copyright (C) 2005-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #pragma once #include "addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/filebrowser.h" #include <string> #include <vector> ...
#ifndef __DDP_DPI_H__ #define __DDP_DPI_H__ #ifdef BUILD_UBOOT #include <asm/arch/mt65xx_typedefs.h> #else #include <mach/mt_typedefs.h> #endif #include "lcm_drv.h" #include "ddp_info.h" #include "cmdq_record.h" #ifdef __cplusplus extern "C" { #endif #define DPI_PHY_ADDR 0x14012000 #define DPI_CHECK_RET(expr) ...
/* * arch/arm/mach-pnx4008/include/mach/dma.h * * PNX4008 DMA header file * * Author: Vitaly Wool * Copyright: MontaVista Software Inc. (c) 2005 * * 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 * published by th...
/* * Samsung Exynos5 SoC series Sensor driver * * * Copyright (c) 2011 Samsung Electronics Co., Ltd * * 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 * published by the Free Software Foundation. */ #ifndef FIMC_IS_DEVIC...
// // ChooseGradeViewController.h // FindMe // // Created by mac on 14-4-30. // Copyright (c) 2014年 mac. All rights reserved. // #import <UIKit/UIKit.h> #import "User.h" @interface ChooseGradeViewController : UIViewController<UITableViewDataSource,UITableViewDelegate> { } @property (weak, nonatomic) IBOutlet ...
/* * * Copyright 2015, 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...
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 */ #if defined(CAPSTONE_HAS_OSXKERNEL) #include <libkern/libkern.h> #else #include <stdio.h> #include <stdlib.h> #endif #include <string.h> #include "MCInst.h" #include "utils.h" #define MCINST_CACHE (ARR_SIZE(mcInst->Operands) - ...
// // TRVSXCTestAsync.h // TRVSXCTestAsyncExample // // Created by Travis Jeffery on 10/11/13. // Copyright (c) 2013 Travis Jeffery. All rights reserved. // #import <Foundation/Foundation.h> @class TRVSMonitor; typedef void (^TRVSMonitorHandler)(TRVSMonitor *monitor); /** * `TRVSMonitor` is a synchronization ...
/* LUFA Library Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
#include <tommath.h> #ifdef BN_MP_DIV_2_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * * The library was designed directly after the MPI library by * Michael Fromberg...
/* SuperCollider real time audio synthesis system Copyright (c) 2002 James McCartney. All rights reserved. http://www.audiosynth.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; ...
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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...
#ifndef CRYPTOPP_NR_H #define CRYPTOPP_NR_H #include "gfpcrypt.h" #endif
/* Copyright (c) 2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
/* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * 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 opt...
/* * Derived from include/asm-powerpc/iommu.h * * Copyright IBM Corporation, 2006-2007 * * Author: Jon Mason <jdmason@us.ibm.com> * Author: Muli Ben-Yehuda <muli@il.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publis...
/* * getsectsize.c --- get the sector size of a device. * * Copyright (C) 1995, 1995 Theodore Ts'o. * Copyright (C) 2003 VMware, Inc. * * %Begin-Header% * This file may be redistributed under the terms of the GNU Library * General Public License, version 2. * %End-Header% */ #define _LARGEFILE_SOURCE #define...
#ifndef PERF_LINUX_LINKAGE_H_ #define PERF_LINUX_LINKAGE_H_ #define ENTRY(name) \ .globl name; \ name: #define ENDPROC(name) #endif
/* * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License (Version 2) a...
/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GCC. GCC 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, or (at your option) any later version. GCC is distribute...
/* * Copyright (C) 2007 Michael Brown <mbrown@fensystems.co.uk>. * * 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 any later version. * * This progr...
//===-- Interpreter.h - Abstract Execution Engine Interface -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
/* $NoKeywords:$ */ /** * @file * * AMD Family_15 Orochi thermal initialization related functions and structures * * Performs processor thermal initialization. * * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: CPU/Family/0x15/OR * @e \$Revision: 45341 $ @e ...
/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 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 program is distributed in the hope t...
/* { dg-do compile } */ /* { dg-options "-O2 -Wno-attributes -mfpmath=sse -mfma" } */ /* Test that the compiler properly optimizes floating point multiply and add instructions into FMA3 instructions. */ #define TYPE float #include "fma_3.h" /* { dg-final { scan-assembler-times "vfmadd132ss" 4 } } */ /* { dg-fi...
/* Copyright 2012 Jun Wako <wakojun@gmail.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, either version 2 of the License, or (at your option) any later version. This program is distributed in ...
/* { dg-require-effective-target vect_int } */ #include <stdarg.h> #include "tree-vect.h" #define N 32 typedef struct { unsigned char a; unsigned char b; } s; typedef struct { unsigned int a; unsigned int b; } ii; __attribute__ ((noinline)) int main1 (s *arr, ii *iarr) { s *ptr = arr; ii *iptr = i...
/* SPDX-License-Identifier: LGPL-2.1 */ #include "util/debug.h" #include "util/rlimit.h" #include <sys/time.h> #include <sys/resource.h> /* * Bump the memlock so that we can get bpf maps of a reasonable size, * like the ones used with 'perf trace' and with 'perf test bpf', * improve this to some specific request i...
/* * aQuantia Corporation Network Driver * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. *...
@interface CPTImage : NSObject<NSCoding, NSCopying> { @private CGImageRef image; CGFloat scale; BOOL tiled; BOOL tileAnchoredToContext; } @property (nonatomic, readwrite, assign) CGImageRef image; @property (nonatomic, readwrite, assign) CGFloat scale; @property (nonatomic, readwrite, assign, gette...
/* The common simulator framework for GDB, the GNU Debugger. Copyright 2002-2014 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License...
/* * see notice in l1oip.c */ /* debugging */ #define DEBUG_L1OIP_INIT 0x00010000 #define DEBUG_L1OIP_SOCKET 0x00020000 #define DEBUG_L1OIP_MGR 0x00040000 #define DEBUG_L1OIP_MSG 0x00080000 /* enable to disorder received bchannels by sequence 2143658798... */ /* #define REORDER_DEBUG */ /* frames */ #define L1OI...
/****************************************************************************** * Spine Runtimes Software License * Version 2.3 * * Copyright (c) 2013-2015, Esoteric Software * All rights reserved. * * You are granted a perpetual, non-exclusive, non-sublicensable and * non-transferable license to use, install...