text
stringlengths
4
6.14k
/** * @file * * Create outline and references for Memory 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. * * @xrefitem bom "File Content Label"...
#include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/types.h> #include <linux/wait.h> #include <linux/slab.h> #include <linux/fs.h> #include <linux/sched.h> #include <linux/poll.h> #include <linux/device.h> #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/pla...
/* * Copyright (C) 2015 HAW Hamburg * * 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 cpu_atmega2560 * @{ * * @file * @brief CPU specific definitions fo...
/* OS/2 compatibility functions. Copyright (C) 2001-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2, or (at your option) an...
/* * hi6421_pwrkey.c - Hisilicon Hi6421 PMIC ONKEY driver * * Copyright (C) 2013 Hisilicon Ltd. * Copyright (C) 2013 Linaro Ltd. * Author: Haojian Zhuang <haojian.zhuang@linaro.org> * * This file is subject to the terms and conditions of the GNU General * Public License. See the file "COPYING" in the main direc...
/****************************************************************************** * * (c) Copyright 2012 Xilinx, Inc. All rights reserved. * * This file contains confidential and proprietary information of Xilinx, Inc. * and is protected under U.S. and international copyright and other * intellectual property laws. * * D...
#ifndef VC_LINK_H #define VC_LINK_H extern unsigned short vc_width, vc_height; extern unsigned short vc_cursor_x, vc_cursor_y; extern char *vc_buf; int open_vcs(void); int read_vcdata(void); #endif
#ifndef _LINUX_IRQDESC_H #define _LINUX_IRQDESC_H /* * Core internal functions to deal with irq descriptors * * This include will move to kernel/irq once we cleaned up the tree. * For now it's included from <linux/irq.h> */ struct irq_affinity_notify; struct proc_dir_entry; struct timer_rand_state; struct module...
#pragma once /* * Copyright (C) 2011-2012 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...
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
#pragma once #include "RC_parser.h" #include "RCInput.h" // helper class with PPM/SBUS parsers to localize all internal data class F4Light::PPM_parser : public F4Light::_parser { public: PPM_parser() : _ch(0) , last_pulse({0,0}) , _got_ppm(false) , _got_dsm(false) , _wa...
#ifndef IVE_MULTITEXTYRECONTROL #define IVE_MULTITEXTYRECONTROL 1 #include <osgFX/MultiTextureControl> #include "ReadWrite.h" namespace ive{ class MultiTextureControl : public osgFX::MultiTextureControl { public: void write(DataOutputStream* out); void read(DataInputStream* in); }; } #endif
// 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_LIB_UI_PAINTING_RRECT_H_ #define FLUTTER_LIB_UI_PAINTING_RRECT_H_ #include "third_party/dart/runtime/include/dart_api.h" #include "third_p...
// 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_BROWSER_TASK_MANAGER_WORKER_RESOURCE_PROVIDER_H_ #define CHROME_BROWSER_TASK_MANAGER_WORKER_RESOURCE_PROVIDER_H_ #include <map> #inclu...
/** * @file * * @brief Priority Scheduler Schedule Method * @ingroup ScoreScheduler */ /* * Copyright (C) 2010 Gedare Bloom. * Copyright (C) 2011 On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution ...
#ifndef _linux_POSIX_TIMERS_H #define _linux_POSIX_TIMERS_H #include <linux/spinlock.h> #include <linux/list.h> /* POSIX.1b interval timer structure. */ struct k_itimer { struct list_head list; /* free/ allocate list */ spinlock_t it_lock; clockid_t it_clock; /* which timer type */ timer_t it_id; /* timer id ...
// Copyright (c) 2012 Marshall A. Greenblatt. 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 ...
/* Copyright (c) 2015 Google 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 * * Unless required by applicable law or agreed to...
/* * This test file is used to verify that the header files associated with * invoking this function are correct. * * COPYRIGHT (c) 1989-2009. * 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 ...
#include <linux/kernel.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/io.h> #include <asm/pgtable-hwdef.h> #include <asm/hardware/gic.h> #include <asm/mach/arch.h> #include <asm/hardware/cache-l2x0.h> #include <plat/sram.h> #include <mach/board.h> #include <mach/gpio.h> #include <mach/iomux.h>...
/** * @file fputc.c * @provides fputc. * * $Id: fputc.c 2020 2009-08-13 17:50:08Z mschul $ */ /* Embedded Xinu, Copyright (C) 2009. All rights reserved. */ extern int putc(int, char); #define SYSERR (-1) #define EOF (-2) /** * Write a character string to a device (file) * @param c string to write * @...
/* Copyright (C) 1995,1996,1997,2000,2002,2004 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 ...
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details of these ...
/* Test ICE on defining function with a name previously declared as a nonfunction. Bug 28299 from Bernhard Fischer <aldot@gcc.gnu.org>. */ /* { dg-do compile } */ /* { dg-options "-Wmissing-prototypes" } */ extern __typeof(foo) foo __asm__(""); /* { dg-error "undeclared" } */ /* { dg-error "previous declaratio...
// // VolumeViewController.h // Soundflowerbed // // Created by koji on 2013/06/01. // // #import <Cocoa/Cocoa.h> @interface VolumeViewController : NSViewController @end
/* -LICENSE-START- ** Copyright (c) 2020 Blackmagic Design ** ** Permission is hereby granted, free of charge, to any person or organization ** obtaining a copy of the software and accompanying documentation covered by ** this license (the "Software") to use, reproduce, display, distribute, ** execute, and transmit the...
/* * Copyright (C) 2008 The Android Open Source Project * 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, t...
/* * Copyright 2016 Advanced Micro Devices, Inc. * * 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, m...
/* * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permis...
/* Definitions of C specific functions for TILEPro. Copyright (C) 2011-2016 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) 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 ...
/* * opencog/hypertable/AtomspaceHTabler.h * * Copyright (C) 2009-2011 OpenCog Foundation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License v3 as * published by the Free Software Foundation and including the exceptions * at htt...
/*=================================================================== APM_PLANNER Open Source Ground Control Station (c) 2013 APM_PLANNER PROJECT <http://www.diydrones.com> This file is part of the APM_PLANNER project APM_PLANNER is free software: you can redistribute it and/or modify it under the terms of t...
/* * Copyright 2014 Facebook, 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 * * Unless required by applicable law or agreed to...
/* * Copyright © 2013 Canonical Limited * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This libr...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. ...
//===--- Job.h - Commands to Execute ----------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
// 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_MUS_WS_WINDOW_COORDINATE_CONVERSIONS_H_ #define COMPONENTS_MUS_WS_WINDOW_COORDINATE_CONVERSIONS_H_ namespace gfx { class Point; class ...
/** ****************************************************************************** * @file usbd_otp_if.c * @author MCD Application Team * @version V1.0.0 * @date 22-July-2011 * @brief Specific media access Layer for OTP (One Time Programming) memory. **********************************************...
#include <lua.h> #include <lauxlib.h> #include <string.h> #include "shader.h" #include "screen.h" #include "texture.h" #include "array.h" #include "spritepack.h" #include "render.h" #include "material.h" #include "fault.h" static int lload(lua_State *L) { int prog = (int)luaL_checkinteger(L,1); const char *fs = lua...
/* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not...
/* * Common helper functions for kprobes and uprobes * * Copyright IBM Corp. 2014 */ #include <linux/kprobes.h> #include <asm/dis.h> int probe_is_prohibited_opcode(u16 *insn) { if (!is_known_insn((unsigned char *)insn)) return -EINVAL; switch (insn[0] >> 8) { case 0x0c: /* bassm */ case 0x0b: /* bsm ...
#pragma once #include <stdbool.h> // ///////////////////////////////////////////////////////////////// // Need Soft Serial defines in config.h // ///////////////////////////////////////////////////////////////// // ex. // #define SOFT_SERIAL_PIN ?? // ?? = D0,D1,D2,D3,E6 // OPTIONAL: #define SELECT_SOFT_SERIAL_SP...
#ifndef HEADER_CURL_SELECT_H #define HEADER_CURL_SELECT_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
/* * libEtPan! -- a mail stuff library * * Copyright (C) 2001, 2002 - DINH Viet Hoa * 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 a...
/* * Copyright (c) 2015-2016 Valve Corporation * Copyright (c) 2015-2016 LunarG, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and/or associated documentation files (the "Materials"), to * deal in the Materials without restriction, including without limit...
/* Test for rejection of taking address of bit-fields. */ /* Origin: Joseph Myers <joseph@codesourcery.com> */ /* { dg-do compile } */ /* { dg-options "" } */ #include <stddef.h> struct s { int a : 1; } x, *y; int a = offsetof (struct s, a); /* { dg-error "error: attempt to take address of bit-field structure membe...
#ifndef __LINUX_PERCPU_H #define __LINUX_PERCPU_H #include <linux/spinlock.h> /* For preempt_disable() */ #include <linux/slab.h> /* For kmalloc() */ #include <linux/smp.h> #include <linux/string.h> /* For memset() */ #include <linux/cpumask.h> #include <asm/percpu.h> /* Enough to cover all DEFINE_PER_CPUs in kernel...
/* * This file is part of Libav. * * Libav 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. * * Libav is distributed in...
/* radare - LGPL - Copyright 2015 - pancake */ #include <r_anal.h> R_API void r_space_new(RSpaces *s, const char *name, void (*unset_for)(void*,int), int (*count_for)(void*,int), void (*rename_for)(void*,int,const char*,const char*), void *user) { int i; s->name = r_str_new (name); s->space_idx = -1; s->spacestac...
#pragma once #include <string> void EngineProcess(); void ClipboardPush(std::string text); std::string ClipboardPull(); int GetModifiers();
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
#ifndef ALIANALYSISTASKGENMCRIDGE_H #define ALIANALYSISTASKGENMCRIDGE_H using namespace std; class AliMultSelection; class AliVMultiplicity; class TClonesArray; class AliJJetTask; class AliDirList; class AliJetContainer; class AliParticleContainer; class AliClusterContainer; class AliEmcalTrackSelection; class AliAna...
//===-- test_helpers.h ----------------------------------------------------===// // // 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 // //===---------------------------...
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
/* Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 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 t...
/* { dg-do run { target aarch64_sve_hw } } */ /* { dg-options "-O3" } */ #include "fcvtz_signed_1.c" #define ARRAY_SIZE 81 #define VAL1 ((i * 17) - 180) #define VAL2 ((i * 237.86) - (29 * 237.86)) #define VAL3 ((double) ((i * 0xf8dfef2f) - (11 * 0xf8dfef2f))) int __attribute__ ((optimize (1))) main (void) { stati...
#ifndef _ASM_GENERIC_PGTABLE_H #define _ASM_GENERIC_PGTABLE_H #ifndef __HAVE_ARCH_PTEP_ESTABLISH /* * Establish a new mapping: * - flush the old one * - update the page tables * - inform the TLB about the new one * * We hold the mm semaphore for reading and vma->vm_mm->page_table_lock. * * Note: the old pte...
#ifndef LOADER_H #define LOADER_H #include "qapi/qmp/qdict.h" #include "hw/nvram/fw_cfg.h" /* loader.c */ /** * get_image_size: retrieve size of an image file * @filename: Path to the image file * * Returns the size of the image file on success, -1 otherwise. * On error, errno is also set as appropriate. */ int ...
/* * RxBuf.h * * Copyright(c) 1998 - 2010 Texas Instruments. All rights reserved. * 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 ...
/***************************************************************************/ /* */ /* afindic.c */ /* */ /* Au...
/* Copyright (C) 2003-2015 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 ...
// license:BSD-3-Clause // copyright-holders:Ernesto Corvi /****************************************************************************** Data East Side Pocket hardware ******************************************************************************/ #ifndef MAME_INCLUDES_SIDEPKT_H #define MAME_INCLUDES_SIDEPKT_H ...
/* DirectMusic DLS Download Definitions * * Copyright (C) 2003-2004 Rok Mandeljc * * 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 2.1 of the License, or (at your...
// --------------------------------------------------------------------- // // Copyright (C) 2002 - 2015 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 // Pu...
/* tsne.h -*- C++ -*- Jeremy Barnes, 16 January 2010 Copyright (c) 2010 Jeremy Barnes. All rights reserved. Implementation of the TSNE dimensionality reduction algorithm, particularly useful for visualization of data. See http://ict.ewi.tudelft....
// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm %s -o - | FileCheck %s extern void foo_alias (void) __asm ("foo"); inline void foo (void) { return foo_alias (); } extern int abs_alias (int) __asm ("abs"); inline __attribute__ ((__always_inline__)) int abs (int x) { return abs_alias(x); } extern char *strrchr...
/* error-ssl.h * * Copyright (C) 2006-2015 wolfSSL Inc. * * This file is part of wolfSSL. (formerly known as CyaSSL) * * wolfSSL 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 ...
#include <linux/string.h> #include <linux/kernel.h> #include <linux/of.h> #include <linux/init.h> #include <linux/module.h> #include <linux/mod_devicetable.h> #include <linux/slab.h> #include <linux/of_device.h> #include <asm/errno.h> #include <asm/dcr.h> static void of_device_make_bus_id(struct of_device *dev) { st...
/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */ /* { dg-options "-O2 -fprefetch-loop-arrays -march=amdfam10 --param simultaneous-prefetches=100 -fdump-tree-aprefetch-details -fdump-tree-optimized" } */ #define K 1000000 int a[K]; void test() { unsigned i; /* Nontemporal store should be used for a. */...
// Copyright(C) 2008-2017 National Technology & Engineering Solutions // of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with // NTESS, the U.S. Government retains certain rights in this software. // // Redistribution and use in source and binary forms, with or without // modification, are permitted p...
/* * Copyright (C) 2005-2011 MaNGOS <http://getmangos.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. * ...
#ifndef KITTEN_PAW_H #define KITTEN_PAW_H #include "quantum.h" #define CONFIG_LED_IO \ DDRB |= (1<<7); \ DDRC |= (1<<5) | (1<<6); #define USB_LED_CAPS_LOCK_ON PORTC &= ~(1<<6) #define USB_LED_CAPS_LOCK_OFF PORTC |= (1<<6) #define USB_LED_NUM_LOCK_ON PORTB &= ~(1<<7) #define USB_LED_NUM_LOCK_OFF PORT...
extern void abort (void); extern int inside_main; char * stpcpy (char *dst, const char *src) { #ifdef __OPTIMIZE__ if (inside_main) abort (); #endif while (*src != 0) *dst++ = *src++; *dst = 0; return dst; }
/* IR codes for Adafruit mini remote https://www.adafruit.com/product/389 Uses NEC protocol */ #define ADAF_MINI_VOLUME_DOWN 0xfd00ff #define ADAF_MINI_PLAY_PAUSE 0xfd807f #define ADAF_MINI_VOLUME_UP 0xfd40bf #define ADAF_MINI_SETUP 0xfd20df #define ADAF_MINI_UP_ARROW 0xfda05f #define ADAF_MINI_STOP_MODE 0xfd6...
/* 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 2015-2016, 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 ...
/* * include/asm-s390/hardirq.h * * S390 version * Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) * * Derived from "include/asm-i386/hardirq...
/* * OpenRISC Programmable Interrupt Controller support. * * Copyright (c) 2011-2012 Jia Liu <proljc@gmail.com> * Feng Gao <gf91597@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 publi...
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
#include <linux/init.h> #include <linux/mm.h> #include <asm/mtrr.h> #include <asm/msr.h> #include "mtrr.h" static void amd_get_mtrr(unsigned int reg, unsigned long *base, unsigned long *size, mtrr_type *type) { unsigned long low, high; rdmsr(MSR_K6_UWCCR, low, high); /* Upper dword is region 1, lower is reg...
/* Simple DirectMedia Layer Copyright (C) 1997-2015 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 ...
/***************************************************************************/ /* * linux/arch/m68knommu/platform/528x/config.c * * Sub-architcture dependant initialization code for the Motorola * 5280 and 5282 CPUs. * * Copyright (C) 1999-2003, Greg Ungerer (gerg@snapgear.com) * Copyright (C) 2001-2003, SnapGea...
/* * Copyright (C) 2000, 2001, 2002, 2003 Broadcom Corporation * * 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) 2010, 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...
/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * Created by: bing.wei.liu REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. * Test that pthread_cond_timedwait() * ...
/* * This file is part of Cockpit. * * Copyright (C) 2014 Red Hat, Inc. * * Cockpit 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 l...
/* * Copyright (c) 2012-2013, 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...
/* * mpq.h -- some default types and defines. * * Copyright (c) 2003-2008 Maik Broemme <mbroemme@plusserver.de> * * Some parts (the encryption and decryption stuff) were adapted from * the C++ version of StormLib.h and StormPort.h included in stormlib. * The C++ version belongs to the following authors: * ...
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
/* * Copyright 2011 The LibYuv 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 contributing p...
// 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_MEDIA_TEST_LICENSE_SERVER_H_ #define CHROME_BROWSER_MEDIA_TEST_LICENSE_SERVER_H_ #include <string> #include "base/memory/scoped_pt...
//===- llvm/DebugInfo/Symbolize/DIPrinter.h ---------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
// 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_DISPATCHER_CLIENT_H_ #define UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_DISPATCHER_CLIENT_H_ #include "base/ba...
// 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_DEFAULT_THEME_PROVIDER_H_ #define UI_BASE_DEFAULT_THEME_PROVIDER_H_ #include <vector> #include "base/basictypes.h" #include "base/co...
#ifdef CONFIG_ARM64_MODULE_PLTS SECTIONS { .plt (NOLOAD) : { BYTE(0) } .init.plt (NOLOAD) : { BYTE(0) } .text.ftrace_trampoline (NOLOAD) : { BYTE(0) } } #endif
/* * ItExtVpdPanel.h * Copyright (C) 2002 Dave Boutcher IBM Corporation * * 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 late...
/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <sched.h> #include <limits.h> #include <sys/signal.h> #include <sys/wait.h> #include "user.h" #include "kern_util.h" #include "os.h" #include "um_ma...
/** * Copyright (c) 2011 Jonathan Cameron * * 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. * * Buffer handling elements of industrial I/O reference driver. * Uses the kfifo bu...
/***************************************************************************** * * Copyright (C) 2012 Advanced Micro Devices, 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: * * Re...
// 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 CHROME_BROWSER_EXTENSIONS_EXTENSION_MIGRATOR_H_ #define CHROME_BROWSER_EXTENSIONS_EXTENSION_MIGRATOR_H_ #include <string> #include "base/macros....