text
stringlengths
4
6.14k
// Author: Enric Tejedor CERN 08/2019 // Original PyROOT code by Wim Lavrijsen, LBL // // /************************************************************************* // * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * // * All rights reserved. ...
// 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 MEDIA_CDM_PPAPI_PPAPI_CDM_BUFFER_H_ #define MEDIA_CDM_PPAPI_PPAPI_CDM_BUFFER_H_ #include <map> #include <utility> #include "base/compiler_specif...
/* * R : A Computer Language for Statistical Data Analysis * Copyright (C) 1995, 1996 Robert Gentleman and Ross Ihaka * Copyright (C) 2000-2007 The R Core Team * * 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 *...
// license:BSD-3-Clause // copyright-holders:David Haywood #ifndef MAME_MACHINE_ELAN_EU3A14SYS_H #define MAME_MACHINE_ELAN_EU3A14SYS_H #include "elan_eu3a05commonsys.h" class elan_eu3a14sys_device : public elan_eu3a05commonsys_device, public device_memory_interface { public: elan_eu3a14sys_device(const machine_conf...
/***************************************************************************//** * @file PinNames.h ******************************************************************************* * @section License * <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b> ****************************************************...
/* pam_winbind header file (Solaris needs some macros from Linux for common PAM code) Shirish Kalele 2000 */ #include "../lib/replace/replace.h" #include "system/syslog.h" #include "system/time.h" #include <talloc.h> #include "libwbclient/wbclient.h" #include "localedir.h" #define MODULE_NAME "pam_winbind" #de...
/* * << Haru Free PDF Library 2.0.0 >> -- hpdf_destination.c * * Copyright (c) 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp> * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright ...
// // GlanceController.h // TestWatchApp WatchKit Extension // // Created by Jonathan Alter on 4/16/15. // Copyright (c) 2015 Appcelerator. All rights reserved. // #import <WatchKit/WatchKit.h> #import <Foundation/Foundation.h> @interface GlanceController : WKInterfaceController @end
// 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 CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CORE_CHROMEOS_OPTIONS_HANDLER_H_ #define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CORE_CHROMEOS_OPTIO...
/* * Part of the HSI character device driver. * * Copyright (C) 2010 Nokia Corporation. All rights reserved. * * Contact: Andras Domokos <andras.domokos at nokia.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 p...
/*! \file gd32f30x_crc.c \brief CRC driver \version 2018-10-10, V1.1.0, firmware for GD32F30x (The version is for mbed) */ /* Copyright (c) 2018, GigaDevice Semiconductor Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted...
/* * Copyright (c) 2006-2009 Erin Catto http://www.box2d.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 software for any purpose, * i...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PMU_HYBRID_H #define __PMU_HYBRID_H #include <linux/perf_event.h> #include <linux/compiler.h> #include <linux/list.h> #include <stdbool.h> #include "pmu.h" extern struct list_head perf_pmu__hybrid_pmus; #define perf_pmu__for_each_hybrid_pmu(pmu) \ list_for_each_entry...
#ifndef IA_CSS_DEVPROXY_SERVICE_CCM_COMM_H_ #define IA_CSS_DEVPROXY_SERVICE_CCM_COMM_H_ #include "type_support.h" /* uint8_t, uint32_t */ #include "ia_css_devproxy_ctrl.h" /* CCM service state structure */ struct ia_css_devproxy_service_ccm_state_type { uint32_t initialized; uint32_t num_configs; uint32_t used_co...
/////////////////////////////////////////////////////////////////////////////// // Name: msw/caret.h // Purpose: wxCaret class - the MSW implementation of wxCaret // Author: Vadim Zeitlin // Modified by: // Created: 23.05.99 // RCS-ID: $Id: caret.h 35650 2005-09-23 12:56:45Z MR $ // Copyright: ...
/* Copyright (C) 2010-2016 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. ...
/* * Matrix-centric header file for the SAMA5D3 family * * Copyright (C) 2009-2012 Atmel Corporation. * * Only EBI related registers. * Write Protect register definitions may be useful. * * Licensed under GPLv2 or later. */ #ifndef SAMA5D3_MATRIX_H #define SAMA5D3_MATRIX_H #endif
/* * Copyright (C) 2013 Stefan Roese <sr@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * 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 vers...
/* * Copyright 2008 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkMallocPixelRef_DEFINED #define SkMallocPixelRef_DEFINED #include "SkPixelRef.h" /** We explicitly use the same allocator for our pixels that S...
/* libunwind - a platform-independent unwind library Copyright (C) 2003, 2005 Hewlett-Packard Co Contributed by David Mosberger-Tang <davidm@hpl.hp.com> 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 ...
/***************************************************************************/ /* */ /* gxvmorx4.c */ /* */ /* ...
// 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 CHROME_BROWSER_BROWSING_DATA_MOCK_BROWSING_DATA_FILE_SYSTEM_HELPER_H_ #define CHROME_BROWSER_BROWSING_DATA_MOCK_BROWSING_DATA_FILE_SYSTEM_HELP...
// 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 ContextAttributeHelpers_h #define ContextAttributeHelpers_h #include "core/html/canvas/CanvasContextCreationAttributes.h" #include "modules/canva...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390X_COMPAT_H #define _ASM_S390X_COMPAT_H /* * Architecture specific compatibility types */ #include <linux/types.h> #include <linux/sched.h> #include <linux/sched/task_stack.h> #include <linux/thread_info.h> #define compat_mode_t compat_mode_t typedef u16 compat...
/* $NoKeywords:$ */ /** * @file * * NB reset init interface * * * * @xrefitem bom "File Content Label" "Release Content" * @e project: * @e sub-project: * @e \$Revision: 34897 $ @e \$Date: 2010-07-14 10:07:10 +0800 (Wed, 14 Jul 2010) $ * */ /* *************************************************************...
/**************************************************************************** Copyright 2009 - 2011 Broadcom Corporation Unless you and Broadcom execute a separate written software license agreement governing use of this software, this software is licensed to you under the terms of the GNU General Public License ve...
// 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 GOOGLE_APIS_GOOGLE_API_KEYS_H_ #define GOOGLE_APIS_GOOGLE_API_KEYS_H_ // If you add more includes to this file, you also need to add them to ...
/* rmd160.h * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of GnuPG. * * GnuPG 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 ...
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. and/or its licensors. * Without the prior written permission of MediaTek inc. and/or ...
/** * Copyright (c) 2014-2015, RongCloud. * All rights reserved. * * All the contents are the copyright of RongCloud Network Technology Co.Ltd. * Unless otherwise credited. http://rongcloud.cn * */ // RCPersonalInfo.h // Created by xugang on 5/8/15. #import <Foundation/Foundation.h> /** * 个人信息类 */ @interf...
// 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_EXTENSIONS_CHROME_NOTIFICATION_OBSERVER_H_ #define CHROME_BROWSER_EXTENSIONS_CHROME_NOTIFICATION_OBSERVER_H_ #include "base/basict...
/* * arch/cris/mm/ioremap.c * * Re-map IO memory to kernel address space so that we can access it. * Needed for memory-mapped I/O devices mapped outside our normal DRAM * window (that is, all memory-mapped I/O devices). * * (C) Copyright 1995 1996 Linus Torvalds * CRIS-port by Axis Communications AB */ #inclu...
/* * linux/include/asm-cris/fasttimer.h * * Fast timers for ETRAX100LX * Copyright (C) 2000-2007 Axis Communications AB */ #include <linux/time.h> #include <linux/timex.h> #ifdef CONFIG_ETRAX_FAST_TIMER typedef void fast_timer_function_type(unsigned long); struct fasttime_t { unsigned long tv_jiff; unsigne...
// 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 ModuleBindingsInitializer_h #define ModuleBindingsInitializer_h namespace blink { class ModuleBindingsInitializer { public: static void init...
#ifndef __CCB_KEYFRAME_H__ #define __CCB_KEYFRAME_H__ #include "cocos2d.h" #include "ExtensionMacros.h" NS_CC_EXT_BEGIN class CCBKeyframe : public CCObject { private: CCObject *mValue; float mTime; int mEasingType; float mEasingOpt; public: CCBKeyframe(); ~CCBKeyframe(); CCObjec...
/* * Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.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 of the License, or (at your * option) any later ve...
/* Copyright 2019 * * 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 the hope t...
#ifndef QT_NO_QT_INCLUDE_WARN #if defined(__GNUC__) #warning "Inclusion of header files from include/Qt is deprecated." #elif defined(_MSC_VER) #pragma message("WARNING: Inclusion of header files from include/Qt is deprecated.") #endif #endif #include "../QtGui/qfilesystemmodel.h"
// // ActiveStarter.h // // $Id: //poco/1.4/Foundation/include/Poco/ActiveStarter.h#1 $ // // Library: Foundation // Package: Threading // Module: ActiveObjects // // Definition of the ActiveStarter class. // // Copyright (c) 2006-2007, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permissi...
/* Fudge a file description into a client instead of a socket connection so * that we can write out packets to a file. * See http://answers.launchpad.net/mosquitto/+question/123594 * also http://answers.launchpad.net/mosquitto/+question/136821 */ #include <fcntl.h> #include <stdio.h> #include <unistd.h> #include <...
// // TMAppDelegate.h // iOSReachabilityTestARC // // Created by Tony Million on 21/11/2011. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> @class TMViewController; @interface TMAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *wi...
/***************************************************************************** * Copyright 2006 - 2011 Broadcom Corporation. All rights reserved. * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the...
#ifndef __HID_ROCCAT_PYRA_H #define __HID_ROCCAT_PYRA_H /* * Copyright (c) 2010 Stefan Achatz <erazor_de@users.sourceforge.net> * Copyright (C) 2015 XiaoMi, 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...
/* radare - LGPL - Copyright 2009-2016 pancake */ #define R_BIN_ELF64 1 #include "bin_write_elf.c" RBinWrite r_bin_write_elf64 = { .scn_resize = &scn_resize, .scn_perms = &scn_perms, .rpath_del = &rpath_del, .entry = &chentry, };
// x86-64.h -- ELF definitions specific to EM_X86_64 -*- C++ -*- // Copyright (C) 2006-2014 Free Software Foundation, Inc. // Written by Andrew Chatham. // This file is part of elfcpp. // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public ...
// // Copyright 2011-2014 NimbusKit // // 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 t...
/****************************************************************************/ /* Copyright 2009, 2010 Broadcom Corporation. All rights reserved. */ /* Unless you and Broadcom execute a separate written software license */ /* agreement governing */ /* us...
/// /// \file AliFemtoV0Cut.h /// #ifndef AliFemtoV0Cut_hh #define AliFemtoV0Cut_hh #include "AliFemtoTypes.h" #include "AliFemtoV0.h" #include "AliFemtoXi.h" #include "AliFemtoParticleCut.h" /// \class AliFemtoV0Cut /// \brief The pure virtual base class for the V0 cut /// /// All V0 cuts must inherit from this one...
#ifndef INCLUDE_XEN_OPS_H #define INCLUDE_XEN_OPS_H #include <linux/percpu.h> #include <linux/notifier.h> #include <linux/efi.h> #include <asm/xen/interface.h> DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu); void xen_arch_pre_suspend(void); void xen_arch_post_suspend(int suspend_cancelled); void xen_timer_resume(voi...
/* Copyright 2020 DmNosachev * * 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...
/****************************************************************************** * * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
/* * lib/fib_lookup/request.c FIB Lookup Request * * 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 version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf <tgraf@suug...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_X86_CACHEFLUSH_H #define _ASM_X86_CACHEFLUSH_H /* Caches aren't brain-dead on the intel. */ #include <asm-generic/cacheflush.h> #include <asm/special_insns.h> void clflush_cache_range(void *addr, unsigned int size); #endif /* _ASM_X86_CACHEFLUSH_H */
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * Copyright 2004-2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef _UAPI_BFIN_SIGINFO_H #define _UAPI_BFIN_SIGINFO_H #include <linux/types.h> #include <asm-generic/siginfo.h> #define UID16_SIGINFO_COMPAT_NEEDED #define s...
// SPDX-License-Identifier: GPL-2.0-or-later /* * lm70.c * * The LM70 is a temperature sensor chip from National Semiconductor (NS). * Copyright (C) 2006 Kaiwan N Billimoria <kaiwan@designergraphix.com> * * The LM70 communicates with a host processor via an SPI/Microwire Bus * interface. The complete datasheet i...
/* * 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. * * Copyright (C) 2010 John Crispin <blogic@openwrt.org> */ #include <linux/module.h> #include <linux/clk.h> #include <asm...
/**************************************************************************** (c) SYSTEC electronic GmbH, D-07973 Greiz, August-Bebel-Str. 29 www.systec-electronic.com Project: openPOWERLINK Description: include file for NMT-Userspace-Module License: Redistribution and use in source and bin...
// Copyright 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 CC_RESOURCES_LAYER_UPDATER_H_ #define CC_RESOURCES_LAYER_UPDATER_H_ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #inc...
#ifndef foopulsefdsemhfoo #define foopulsefdsemhfoo /*** This file is part of PulseAudio. Copyright 2004-2006 Lennart Poettering PulseAudio 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; eithe...
/* * Register map access API internal header * * Copyright 2011 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.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 t...
/* BCM2835 "GPU_FFT" release 2.0 Copyright (c) 2014, Andrew Holme. 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 ...
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2004 Cavium Networks */ #ifndef __ASM_MACH_CAVIUM_OCTEON_CPU_FEATURE_OVERRIDES_H #define __ASM_MACH_CAVIUM_OCTEON_CPU_FEATU...
/* * 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 "DirectoryNode.h" namespace XFILE { namespace MUSICDATABASEDIRECTORY { class CDirectoryNodeAlbum...
/* * 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 <string> #include <vector> namespace MUSIC_INFO { class CMusicInfoTag; } class CFileItem; // forward...
/* Verify that IPA-CP can make edges direct based on aggregate contents. */ /* { dg-do compile } */ /* { dg-options "-O3 -fno-early-inlining -fdump-ipa-cp -fdump-ipa-inline" } */ struct S { int i; void (*f)(struct S *); unsigned u; }; struct U { struct U *next; struct S s; short a[8]; }; extern void no...
/* * Copyright (C) 2005 Anthony Liguori <anthony@codemonkey.ws> * * Network Block Device * * 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; under version 2 of the License. * * Thi...
// 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_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_HEADERS_TEST_UTILS_H_ #define COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_RE...
/* include/linux/android_alarm.h * * Copyright (C) 2006-2007 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed i...
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* Copyright (c) 2020 Mellanox Technologies. */ #ifndef __ML5_ESW_CHAINS_H__ #define __ML5_ESW_CHAINS_H__ #include "eswitch.h" #if IS_ENABLED(CONFIG_MLX5_CLS_ACT) bool mlx5_esw_chains_prios_supported(struct mlx5_eswitch *esw); bool mlx5_esw_chains_backwards_sup...
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Atomic operations for the Hexagon architecture * * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved. */ #ifndef _ASM_ATOMIC_H #define _ASM_ATOMIC_H #include <linux/types.h> #include <asm/cmpxchg.h> #include <asm/barrier.h> #define ATOMIC_INIT(i) ...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2012 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. ...
/* * Copyright (c) 2015, 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...
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the F...
/* * ATSTK1000 board-specific setup code. * * Copyright (C) 2005-2006 Atmel Corporation * * 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. */ #include <linux/bootmem.h> #include...
// Support for atomic operations -*- C++ -*- // Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public Lic...
/* 'aes_xcbc.c' Obfuscated by COBF (Version 1.06 2006-01-07 by BB) at Mon Jun 10 09:48:00 2013 */ #include"cobf.h" #ifdef _WIN32 #if defined( UNDER_CE) && defined( bb344) || ! defined( bb338) #define bb340 1 #define bb336 1 #else #define bb351 bb357 #define bb330 1 #define bb352 1 #endif #define bb353 1 #include"unc...
/* * Copyright (C) 2010-2015 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. * * ...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_SIGNAL_H #define _ASM_SIGNAL_H #include <uapi/asm/signal.h> #endif /* _ASM_SIGNAL_H */
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_CRIS_UCONTEXT_H #define _ASM_CRIS_UCONTEXT_H struct ucontext { unsigned long uc_flags; struct ucontext *uc_link; stack_t uc_stack; struct sigcontext uc_mcontext; sigset_t uc_sigmask; /* mask last for extensibility */ }; #endif /* !_ASM_CRIS_UCONTEXT_H *...
/* * snfc_hw_rev.c * */ /* * Include header files */ #include "snfc_gpio.h" #include <mach/board_lge.h> /* * Defines */ /* * Internal definition */ /* * Internal variables */ static int isopen_snfchwrev = 0; // 0 : No open 1 : Open /* * Function prototypes */ /* * Function definiti...
/* Copyright (c) 2008-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 ...
#ifndef __NVBIOS_RAMCFG_H__ #define __NVBIOS_RAMCFG_H__ struct nouveau_bios; struct nvbios_ramcfg { unsigned rammap_ver; unsigned rammap_hdr; unsigned rammap_min; unsigned rammap_max; union { struct { unsigned rammap_10_04_02:1; unsigned rammap_10_04_08:1; }; struct { unsigned rammap_11_08_01:1; ...
/* Copyright (c) 2011-2012, 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...
#ifndef KISS_FTR_H #define KISS_FTR_H #include "kiss_fft.h" #ifdef __cplusplus extern "C" { #endif /* Real optimized version can save about 45% cpu time vs. complex fft of a real seq. */ typedef struct kiss_fftr_state *kiss_fftr_cfg; kiss_fftr_cfg kiss_fftr_alloc(int nfft,int inverse_fft,void * mem,...
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright(c) 2009-2012 Realtek Corporation.*/ #ifndef __RTL8723E_PWRSEQCMD_H__ #define __RTL8723E_PWRSEQCMD_H__ #include "wifi.h" /*--------------------------------------------- * 3 The value of cmd: 4 bits *--------------------------------------------- */ #define PWR_...
/* * ChaCha20 256-bit cipher algorithm, RFC7539 * * Copyright (C) 2015 Martin Willi * * 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 optio...
// Copyright 2018 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
/* * PS3 bootwrapper support. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony 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; version 2 of the...
/* Copyright 2018 xAceOfSpaidsx * * 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...
/* * Modified for use with MPlayer, detailed changelog at * http://svn.mplayerhq.hu/mplayer/trunk/ */ #ifndef MPLAYER_EXT_H #define MPLAYER_EXT_H #include "wine/windef.h" LPVOID FILE_dommap( int unix_handle, LPVOID start, DWORD size_high, DWORD size_low, DWORD offset_high, ...
#include <linux/init.h> #include <linux/kthread.h> #include <linux/hrtimer.h> #include <linux/fs.h> #include <linux/debugfs.h> #include <linux/export.h> #include <linux/spinlock.h> static int ss_get(void *data, u64 *val) { ktime_t start, finish; int loops; int cont; DEFINE_RAW_SPINLOCK(ss_spin); loops = 1000000...
/* * cocos2d for iPhone: http://www.cocos2d-iphone.org * * Copyright (c) 2008-2010 Ricardo Quesada * Copyright (c) 2011 Zynga 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 wi...
/* * AVR32 sempahore implementation. * * Copyright (C) 2004-2006 Atmel Corporation * * Based on linux/arch/i386/kernel/semaphore.c * Copyright (C) 1999 Linus Torvalds * * 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 *...
/* * CAN driver for PEAK System USB adapters * Derived from the PCAN project file driver/src/pcan_usb_core.c * * Copyright (C) 2003-2010 PEAK System-Technik GmbH * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com> * * Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de> * * This program...
// // Copyright (c) 2012 The ANGLE 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. // // SwapChain.h: Defines a back-end specific class that hides the details of the // implementation-specific swapchain. #ifndef LIBGLESV2_RE...
/* * TQM85xx (40/41/55/60) board definitions * * Copyright (c) 2005 DENX Software Engineering * Stefan Roese <sr@denx.de> * * 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 ve...
/** * \file * * \brief SAM4CP clock configuration. * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * ...
/* { dg-do link { target { *-*-linux* && powerpc_fprs } } } */ /* { dg-options "-W -Wall -Wno-uninitialized -Wno-unused-but-set-variable -mcpu=cell" } */ /* Test some PPU intrinsics from <ppu_intrinsics.h>. */ #include <ppu_intrinsics.h> int main () { double d, d1, d2; float f, f1, f2; unsigned long long ull, ...
#include "crypto_sign.h" #include "crypto_verify_32.h" #include "crypto_hash_sha512.h" #include "ge25519.h" #include "hram.h" int crypto_sign_open( unsigned char *m,unsigned long long *mlen, const unsigned char *sm,unsigned long long smlen, const unsigned char *pk ) { int i; unsigned char t2[32]; ...
/* SPDX-License-Identifier: GPL-2.0 */ /****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * ******************************************************************************/ #ifndef __ODMCFOTRACK_H__ #define __ODMC...