text
stringlengths
4
6.14k
/* * linux/drivers/clocksource/acpi_pm.c * * This file contains the ACPI PM based clocksource. * * This code was largely moved from the i386 timer_pm.c file * which was (C) Dominik Brodowski <linux@brodo.de> 2003 * and contained the following comments: * * Driver to use the Power Management Timer (PMTMR) avail...
// // UIImageView+Ink.h // INK Workflow Framework // // Created by Liyan David Chang on 5/17/13. // Copyright (c) 2013 Ink. All rights reserved. // #import <UIKit/UIKit.h> #import "INKBlocks.h" #import "INKBlob.h" @interface UIView (Ink) <UIGestureRecognizerDelegate> /* @property (nonatomic, retain) INKDynamicBl...
/* Moxie Simulator definition. Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB, the GNU debugger. 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 ...
/* * Copyright (C) 2008 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...
/* * pckeymap.c * * Mappings from IBM-PC scancodes to local key codes. */ #include "input.h" int keymap[][2] = { { 1, K_ESC }, { 2, '1' }, { 3, '2' }, { 4, '3' }, { 5, '4' }, { 6, '5' }, { 7, '6' }, { 8, '7' }, { 9, '8' }, { 10, '9' }, { 11, '0' }, { 12, K_MINUS }, { 13, K_EQUALS }, { 14, K_BS }, {...
/******************************************************* Copyright (C) 2013,2014 James Higley 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)...
/* * Copyright (C) 2012 Andrew Mortensen * * This file is part of the sca module for Kamailio, a free SIP server. * * The sca module 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 t...
/* * Raw VBI to sliced VBI parser. * * The slicing code was copied from libzvbi. The original copyright notice is: * * Copyright (C) 2000-2004 Michael H. Schimek * * The vbi_prepare/vbi_parse functions are: * * Copyright (C) 2012 Hans Verkuil <hans.verkuil@cisco.com> * * This library is free software; you ca...
/* * Copyright (c) 2015 Joern Rischmueller (joern.rm@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. ...
/* * Copyright (C) 2012-2014 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence. * * ...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtWidgets module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid com...
// @(#)root/vmc:$Id$ // Author: Ivana Hrivnacova, 29/04/2014 /************************************************************************* * Copyright (C) 2014, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
/* * Copyright (C) 2013 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 conditio...
/* Allocate input grammar variables for Bison. Copyright (C) 1984, 1986, 1989, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
// -*- C++ -*- //============================================================================= /** * @file os_sysinfo.h * * @author Johnny Willemsen <jwillemsen@remedy.nl> */ //============================================================================= #ifndef ACE_OS_INCLUDE_SYS_OS_SYSINFO_H #define ACE_O...
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2013, 2014 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * i...
/*************************************************************************/ /* packet_peer_udp_winsock.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/** * @file * * @brief POSIX 1003.1b 6.4.2 - Write to a File * @ingroup libcsupport */ /* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.o...
/* * hpd_omap3630.c * * HPD library support functions for TI OMAP3 processors. * * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/ * * 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...
/* * Generated by class-dump 3.1.1. * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. */ #import <BackRow/BRRenderer.h> @class BRRenderContext, BRRenderScene; @interface BRWindowRenderer : BRRenderer { struct CGRect _frame; unsigned int _window; unsigned int _dv...
// // CPJSONParser.h // CoreParse // // Created by Tom Davie on 29/03/2011. // Copyright 2011 In The Beginning... All rights reserved. // #import <Foundation/Foundation.h> /** * The CPJSONParser class is a demonstration of CoreParse. * * The parser deals with all JSON except for unicode encoded characters. T...
/*========================================================================= * * 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 (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Sof...
#include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [0] = LAYOUT( /* Main layer */ KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, \ KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_...
/** * Copyright (C) ARM Limited 2013-2015. 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 as * published by the Free Software Foundation. */ #ifndef EVENTS_XML #define EVENTS_XML #include "mxml/mxml.h...
#include "ClkSpy.h" struct clk *clk_get(struct device *dev, const char *id){ return (struct clk*)malloc(sizeof(struct clk)); } int clk_enable(struct clk *clk){ return 0; } void clk_disable(struct clk *clk){ } void clk_put(struct clk *clk){ free((void*)clk); } int clk_prepare(struct clk *clk) { return 0; }...
/* Routines for handling XML generic OS data provided by target. Copyright (C) 2008-2012 Free Software Foundation, Inc. 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 as published by the Free Software ...
/* { dg-do compile } */ /* { dg-csky-options "-O2" } */ /* Test that the two comparisons are combined. This was formerly handled by a no-longer-present target-specific pass and is now supposed to be handled by generic CSE. */ int e1, e2; void func (int a, int b, int c, int d, int f, int g) { e1 = a > b ? f...
/* * Copyright (c) 1988 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 source code must retain the above copyright *...
/* Copyright (C) 2006 Openismus GmbH * * 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 of the License, or (at your option) any later version. * * This library is...
/**************************************************************************** * * Copyright 2020 Samsung Electronics All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
#ifndef ALIMLMODELHANDLER_H #define ALIMLMODELHANDLER_H // Copyright CERN. This software is distributed under the terms of the GNU // General Public License v3 (GPL Version 3). // // See http://www.gnu.org/licenses/ for full licensing information. // // In applying this license CERN does not waive the privileges and i...
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -emit-llvm -o - %s | FileCheck %s // The only part clang really deals with is the lvalue/rvalue // distinction on constraints. It's sufficient to emit llvm and make // sure that's sane. long var; void test_generic_constraints(int var32, long var64) { asm("add %0, %...
#include <linux/export.h> #include <linux/interrupt.h> #include <linux/mutex.h> #include <linux/kernel.h> #include <linux/spi/spi.h> #include <linux/slab.h> #include "../iio.h" #include "../ring_sw.h" #include "../trigger_consumer.h" #include "adis16240.h" /** * adis16240_read_ring_data() read data registers which w...
#import <Foundation/Foundation.h> @class NMBExpectation; @class NMBObjCBeCloseToMatcher; @class NMBObjCRaiseExceptionMatcher; @protocol NMBMatcher; #define NIMBLE_EXPORT FOUNDATION_EXPORT #ifdef NIMBLE_DISABLE_SHORT_SYNTAX #define NIMBLE_SHORT(PROTO, ORIGINAL) #else #define NIMBLE_SHORT(PROTO, ORIGINAL) FOUNDATION_...
#ifndef AC_GEPLIN2D_H #define AC_GEPLIN2D_H // // (C) Copyright 1993-1999 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // tha...
// // NativeFileChooser_WINDOWS.h -- FLTK native OS file chooser widget // // Copyright 2004 by Greg Ercolano. // API changes + filter improvements by Nathan Vander Wilt 2005 // FLTK2 port by Greg Ercolano 2007 // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU L...
#ifndef __E_STRING__ #define __E_STRING__ const std::string convertLatin1UTF8(const std::string &string); int isUTF8(const std::string &string); std::string convertDVBUTF8(const char *data, int len, int table, int tsidonid = 0); int readEncodingFile(); inline std::string stringDVBUTF8(const std::string &string, int t...
/* Routines for dealing with '\0' separated arg vectors. Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu> The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Le...
/* * arch/arm/mach-tegra/odm_kit/query/olympus/subboards/nvodm_query_discovery_e1129_addresses.h * * Specifies the peripheral connectivity database peripheral entries for the E1129 keypad module * * Copyright (c) 2009 NVIDIA Corporation. * * This program is free software; you can redistribute it and/or modify *...
/* $Id$ * * OpenMAMA: The open middleware agnostic messaging API * Copyright (C) 2011 NYSE Technologies, Inc. * * 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....
// // ____ _ __ _ _____ // / ___\ /_\ /\/\ /\ /\ /__\ /_\ \_ \ // \ \ //_\\ / \ / / \ \ / \// //_\\ / /\/ // /\_\ \ / _ \ / /\/\ \ \ \_/ / / _ \ / _ \ /\/ /_ // \____/ \_/ \_/ \/ \/ \___/ \/ \_/ \_/ \_/ \____/ // // Copyright S...
/* * usbserial.c - usb serial gadget command * * Copyright (c) 2011 Eric Bénard <eric@eukrea.com>, Eukréa Electromatique * based on dfu.c which is : * Copyright (c) 2009 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix * * See file CREDITS for list of people who contributed to this * project. * * This progr...
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio 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 o...
/***************************************************************************/ /* */ /* fttrace.h */ /* */ /* ...
/* droid VNC server - a vnc server for android Copyright (C) 2011 Jose Pereira <onaips@gmail.com> 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 3 of the License, or (at your ...
#pragma once #include "LinkerInternals.h" #if defined(OBJFORMAT_ELF) extern const size_t stubSizeArm; bool needStubForRelArm(Elf_Rel * rel); bool needStubForRelaArm(Elf_Rela * rel); bool makeStubArm(Stub * s); #endif
/* Data definition with no type or storage class should receive a pedwarn, rather than a warning which becomes an error with -pedantic. Test with no options. */ /* Origin: Joseph Myers <jsm@polyomino.org.uk> */ /* { dg-do compile } */ /* { dg-options "" } */ foo(); /* { dg-warning "warning: data definition has...
/* * Copyright 2017 Google * * 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 w...
/* 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 ...
/* * linux/include/asm-arm/arch-rpc/uncompress.h * * Copyright (C) 1996 Russell King * * 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. */ #define VIDMEM ((char *)SCREEN_START...
/* * Support for Intel Camera Imaging ISP subsystem. * * Copyright (c) 2010 - 2014 Intel Corporation. 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 as published by the Free Software Foundation. * ...
#ifndef _ASM_SWIOTLB_H #define _ASM_SWTIOLB_H 1 #include <asm/dma-mapping.h> /* SWIOTLB interface */ extern dma_addr_t swiotlb_map_single(struct device *hwdev, void *ptr, size_t size, int dir); extern void *swiotlb_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_han...
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include "sd-bus.h" #include "sd-bus-vtable.h" #include "unit.h" extern const sd_bus_vtable bus_timer_vtable[]; int bus_timer_set_property(Unit *u, const char *name, sd_bus_message *i, UnitWriteFlags flags, sd_bus_error *error);
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <F...
/* * 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/os2/menuitem.h // Purpose: wxMenuItem class // Author: Vadim Zeitlin // Modified by: // Created: 11.11.97 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Licenc...
USHORT Unpack_HEAVY(UCHAR *, UCHAR *, UCHAR, USHORT); extern USHORT dms_heavy_text_loc;
/* Copyright (C) 2007-2010 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...
#include "mediastreamer2/msfilter.h" extern MSFilterDesc ms_alaw_dec_desc; extern MSFilterDesc ms_alaw_enc_desc; extern MSFilterDesc ms_ulaw_dec_desc; extern MSFilterDesc ms_ulaw_enc_desc; extern MSFilterDesc ms_file_player_desc; extern MSFilterDesc ms_rtp_send_desc; extern MSFilterDesc ms_rtp_recv_desc; extern MSFilt...
/* { dg-options "-mabicalls -mshared -mabi=n32" } */ /* { dg-final { scan-assembler "\tsd\t\\\$28," } } */ /* { dg-final { scan-assembler "\tld\t\\\$28," } } */ /* { dg-final { scan-assembler "\taddiu\t\\\$28,\\\$28,%lo\\(%neg\\(%gp_rel\\(foo\\)\\)\\)\n" } } */ /* { dg-final { scan-assembler "\tlw\t\\\$1,%got_page\\(\[...
//////////////////////////////////////////////////////////////////////////////// // submesh.h // Author : Francesco Giordana // Sponsored by : Anygma N.V. (http://www.nazooka.com) // Start Date : January 13, 2005 // Copyright : (C) 2006 by Francesco Giordana // Email : fra.giordana@tiscali.it ////////...
/* { dg-do compile } */ /* { dg-require-alias "" } */ /* { dg-options "-O0 -fipa-icf -fdump-ipa-icf" } */ static int do_work(void) { return 0; } static int foo() __attribute__((alias("do_work"))); static int bar() __attribute__((alias("do_work"))); static int a() { return foo(); } static int b() { return bar...
void foo(void) { STACK_OF(X509) *st = sk_X509_new_null(); }
/* Conversion from and to HP-THAI8. Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Gene...
// -*- mode: c++ -*- // 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,...
/* * Copyright (C) 2015 Eistec AB * * 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 drivers_hih6130 * @{ * * @file * @brief Device driver implementation for Hon...
/* io_scsd.h Hardware Routines for reading a Secure Digital card using the Supercard SD Copyright (c) 2006 Michael "Chishm" Chisholm 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 cod...
/* * lib/extable.c * Derived from arch/ppc/mm/extable.c and arch/i386/mm/extable.c. * * Copyright (C) 2004 Paul Mackerras, IBM Corp. * * 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; eit...
/***************************************************************************** * aout.c: audio output controls for the VLC playlist ***************************************************************************** * Copyright (C) 2002-2012 VLC authors and VideoLAN * * Authors: Christophe Massiot <massiot@via.ecp.fr> ...
#ifndef __CRAMFS_H #define __CRAMFS_H #define CRAMFS_MAGIC 0x28cd3d45 /* some random number */ #define CRAMFS_SIGNATURE "Compressed ROMFS" /* * Width of various bitfields in struct cramfs_inode. * Primarily used to generate warnings in mkcramfs. */ #define CRAMFS_MODE_WIDTH 16 #define CRAMFS_UID_WIDTH 16 #define ...
/* * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. * * Kamailio 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...
/* HexChat * Copyright (C) 1998-2010 Peter Zelezny. * Copyright (C) 2009-2013 Berke Viktor. * * 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 you...
/*********************************************************************** Copyright (c) 2006-2011, Skype Limited. 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 retai...
/* * copyright (c) 2006 Oded Shimon <ods15@ods15.dyndns.org> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (...
// 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_WIDGET_DESKTOP_AURA_DESKTOP_NATIVE_CURSOR_MANAGER_H_ #define UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_NATIVE_CURSOR_MANAGER_H_ #include ...
#pragma once /*** This file is part of systemd. Copyright 2010 Lennart Poettering systemd 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...
//--------------------------------------------------------------------*- C++ -*- // CLING - the C++ LLVM-based InterpreterG :) // author: Vassil Vassilev <vasil.georgiev.vasilev@cern.ch> // // This file is dual-licensed: you can choose to license it under the University // of Illinois Open Source License or the GNU Le...
/* This source file is part of KBEngine For the latest info, see http://www.kbengine.org/ Copyright (c) 2008-2016 KBEngine. KBEngine 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...
/* * * 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...
// Copyright (c) 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_EXTENSIONS_EXTENSION_COMMANDS_GLOBAL_REGISTRY_H_ #define CHROME_BROWSER_EXTENSIONS_EXTENSION_COMMANDS_GLOBAL_REGISTRY_H_ #incl...
// 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. // // Utility functions manipulating syncable::Entries, intended for use by the // syncer. #ifndef SYNC_ENGINE_SYNCER_UTIL_H_ #define SYNC_ENGINE_SYNC...
/* Test for getrandom syscall which is available on Solaris 11. */ #include "scalar.h" int main(void) { /* Uninitialised, but we know px[0] is 0x0. */ long *px = malloc(sizeof(long)); x0 = px[0]; /* SYS_getrandom 143 */ GO(SYS_getrandom, "(getrandom) 3s 1m"); SY(SYS_getrandom, x0 + 1, x...
/* * Arch specific extensions to struct device * * This file is released under the GPLv2 */ #ifndef _ASM_SPARC64_DEVICE_H #define _ASM_SPARC64_DEVICE_H struct device_node; struct of_device; struct dev_archdata { void *iommu; void *stc; void *host_controller; struct device_node *prom_node; struct of_de...
// Copyright (C) 2002-2012 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __I_GUI_COMBO_BOX_H_INCLUDED__ #define __I_GUI_COMBO_BOX_H_INCLUDED__ #include "IGUIElement.h" namespace irr { namespace gui { //! Combob...
#include <unistd.h> #include <fcntl.h> #include "syscall.h" int link(const char *existing, const char *new) { #ifdef SYS_link return syscall(SYS_link, existing, new); #else return syscall(SYS_linkat, AT_FDCWD, existing, AT_FDCWD, new, 0); #endif }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_X86_VSYSCALL_H #define _ASM_X86_VSYSCALL_H #include <linux/seqlock.h> #include <uapi/asm/vsyscall.h> #ifdef CONFIG_X86_VSYSCALL_EMULATION extern void map_vsyscall(void); /* * Called on instruction fetch fault in vsyscall page. * Returns true if handled. */ exter...
/* 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...
/* Copyright (C) 1996, 1997 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 2.1 of the...
/* SPDX-License-Identifier: GPL-2.0 */ /* atomic.h: These still suck, but the I-cache hit rate is higher. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 2000 Anton Blanchard (anton@linuxcare.com.au) * Copyright (C) 2007 Kyle McMartin (kyle@parisc-linux.org) * * Additions by Keith M W...
/* * Copyright (c) 2000-2007 Marc Alexander Lehmann <schmorp@schmorp.de> * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * ...
/* * Copyright 2015 Martin Peres * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
/* { dg-options "-Og -fPIC -fschedule-insns2 -fselective-scheduling2 -fno-tree-fre --param=max-sched-extend-regions-iters=10" } */ /* { dg-require-effective-target scheduling } */ /* { dg-require-effective-target fpic } */ void bar (unsigned int); void foo (void) { char buf[1] = { 3 }; const char *p = buf; const...
// // TmuxStateParser.h // iTerm // // Created by George Nachman on 11/30/11. // Copyright (c) 2011 Georgetech. All rights reserved. // #import <Foundation/Foundation.h> extern NSString *kStateDictSavedGrid; extern NSString *kStateDictAltSavedCX; extern NSString *kStateDictAltSavedCY; extern NSString *kStateDictS...
#ifndef XADMASTER_SUPERDUPER3_C #define XADMASTER_SUPERDUPER3_C /* $Id: SuperDuper3.c,v 1.7 2005/06/23 14:54:41 stoecker Exp $ SuperDuper3 disk image client XAD library system for archive handling Copyright (C) 1998 and later by Dirk Stöcker <soft@dstoecker.de> This library is free software; you can...
#ifndef ___FUSE_H___ #define ___FUSE_H___ extern void fuse_request_send_background_ex(struct fuse_conn *fc, struct fuse_req *req, __u32 size); extern void fuse_request_send_ex(struct fuse_conn *fc, struct fuse_req *req, __u32 size); #ifndef USER_BUILD_KERNEL /* IO log is only enabled in eng load */ #define FU...
/* Generated automatically. DO NOT EDIT! */ #define SIMD_HEADER "simd-avx.h" #include "../common/n2bv_20.c"
// @(#)root/minuit2:$Id$ // Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005 /********************************************************************** * * * Copyright (c) 2005 LCG ROOT Math team, CERN/PH-SFT * * ...
/* ***************************************************************** * * 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) 2012, Freescale Semiconductor, 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: * * o Redistributions of source code must retain the above copyright notice, this list...