text
stringlengths
4
6.14k
/* Change a file's permissions. NaCl version. Copyright (C) 2015-2016 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 Sof...
/* Copyright (c) 2011-2012, Code Aurora Forum. 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 ho...
#ifndef _ASM_X86_ALTERNATIVE_H #define _ASM_X86_ALTERNATIVE_H #include <linux/types.h> #include <linux/stddef.h> #include <asm/asm.h> /* * Alternative inline assembly for SMP. * * The LOCK_PREFIX macro defined here replaces the LOCK and * LOCK_PREFIX macros used everywhere in the source tree. * * SMP alternativ...
/* * File : application.c * This file is part of RT-Thread RTOS * COPYRIGHT (C) 2006, RT-Thread Development 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 * the Free Software Foundation; either version 2...
/* * cxd2880_dvbt.h * Sony CXD2880 DVB-T2/T tuner + demodulator driver * DVB-T related definitions * * Copyright (C) 2016, 2017 Sony Semiconductor Solutions 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...
/***************************************************************************** ** $Source: /cygdrive/d/Private/_SVNROOT/bluemsx/blueMSX/Src/IoDevice/ScsiDefs.h,v $ ** ** $Revision: 1.3 $ ** ** $Date: 2008-03-30 18:38:40 $ ** ** More info: http://www.bluemsx.com ** ** Copyright (C) 2003-2007 Daniel Vik, white cat ** ** ...
/* Variable-sized buffer with on-stack default allocation. Copyright (C) 2015-2022 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 ...
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 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...
/* Copyright (c) 2006 Adam Warrington ** $Id$ ** ** 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...
/* * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "RRLP-Components" * found in "../rrlp-components.asn" */ #ifndef _SeqOfOTD_MsrElementRest_H_ #define _SeqOfOTD_MsrElementRest_H_ #include <asn_application.h> /* Including external dependencies */ #include <asn_SEQUENCE_OF.h> #include...
/*************************************************************************** * Copyright (C) 1998-2010 by authors (see AUTHORS.txt) * * * * This file is part of Sfera. * * ...
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- * * Copyright (C) 2007-2010 David Zeuthen <zeuthen@gmail.com> * Copyright (C) 2013-2014 Red Hat, 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 * t...
///////////////////////////////////////////////////////////////////////////// // Name: sipXSrtpSettingsDlg.h // Author: XX // Created: XX/XX/XX // Copyright: XX ///////////////////////////////////////////////////////////////////////////// #ifndef __sipXSrtpSettingsDlg_H__ #define __sipXSrtpSettingsDl...
#include "kpartx.h" #include "byteorder.h" #include <stdio.h> #include <string.h> #include "mac.h" int read_mac_pt(int fd, struct slice all, struct slice *sp, int ns) { struct mac_driver_desc *md; struct mac_partition *part; unsigned secsize; char *data; int blk, blocks_in_map; int n = 0; md = (s...
/* clarinet.h: Copyright (C) 1996, 1997 Perry Cook, John ffitch This file is part of Csound. The Csound 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 ...
/******************************************************************************* License: This software and/or related materials was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of...
/* * Copyright 2016 The Cartographer 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...
/// Copyright 2015 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...
// 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 applicable...
#include <stdio.h> int main(int argc, char **argv) { #if (TEST_VALUE == 42) printf("Hello World\n"); #endif return 0; }
#pragma once #include <memory> #include "common/common/assert.h" #include "absl/base/call_once.h" namespace Envoy { /** * ThreadSafeSingleton allows easy global cross-thread access to a non-const object. * * This singleton class should be used for singletons which must be globally * accessible but can not be m...
/* Copyright (c) 2012, Broadcom Europe Ltd 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 conditions and t...
#ifndef DRAKEJOINTUTIL_H_ #define DRAKEJOINTUTIL_H_ #include "DrakeJoint.h" #include <string> #include <Eigen/Core> #include <Eigen/Geometry> #include <memory> // FIXME: delete this interface. it's not needed anymore by the new parser DLLEXPORT_DRAKEJOINT std::unique_ptr<DrakeJoint> createJoint( const std::stri...
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file PPInstance.h * @author...
int main() { float f = (float)1.0; long l = 1; int si = 1; unsigned int ui = 1; char c = (char)1; int sum = 0; sum += f <= f; sum += l <= l; sum += si <= si; sum += ui <= ui; sum += c <= c; sum += f <= l; sum += f <= si; sum += f <= ui; sum += f <= c; sum += l <= f; sum += l <= si; s...
/* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and oth...
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_VIDEO_CAPTURE_PUBLIC_UMA_VIDEO_CAPTURE_SERVICE_EVENT_H_ #define SERVICES_VIDEO_CAPTURE_PUBLIC_UMA_VIDEO_CAPTURE_SERVICE_EVENT_H_ #includ...
/* * Copyright (c) 2013, Ford Motor Company * 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 condit...
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2021 Peter van der Burg * * 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 th...
/* Generated automatically. DO NOT EDIT! */ #define SIMD_HEADER "simd-support/simd-altivec.h" #include "../common/n2bv_4.c"
/* * Copyright (C) Xiaozhe Wang (chaoslawful) * Copyright (C) Yichun Zhang (agentzh) */ #ifndef _NGX_HTTP_LUA_CACHE_H_INCLUDED_ #define _NGX_HTTP_LUA_CACHE_H_INCLUDED_ #include "ngx_http_lua_common.h" ngx_int_t ngx_http_lua_cache_loadbuffer(lua_State *L, const u_char *src, size_t src_len, const u_char *ca...
/* vi: set sw=4 ts=4: */ /* * query_module() for uClibc * * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include <sys/syscall.h> int query_module(const char *name attribute_unused, int which attribute_unused, void...
/* This file is part of the KDE project Copyright (C) 2011 Jarosław Staniek <staniek@kde.org> 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 of the License, o...
/*************************************************************************** Vector3D.h - description ------------------- copyright : (C) 2004 by Marco Hugentobler email : mhugent@geo.unizh.ch ***********************************...
#pragma once #include "MockedTargets.h" namespace ai { class MockPlayerbotAIBase : public PlayerbotAI { public: MockPlayerbotAIBase() : PlayerbotAI() { targetIsCastingNonMeleeSpell = false; } void SetContext(AiObjectContext* context) { this->aiObjectContext = context; } ...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Copyright (C) 2008-2009 Richard Hughes <richard@hughsie.com> * * Licensed under the GNU General Public License Version 2 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
/* * SAUCE header parser * Copyright (c) 2010 Peter Ross <pross@xvid.org> * * 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 L...
/* * Copyright (c) 2013 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * * * 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 an...
/* ---------------------------------------------------------------------- This is the ██╗ ██╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗████████╗███████╗ ██║ ██║██╔════╝ ██╔════╝ ██╔════╝ ██║ ██║╚══██╔══╝██╔════╝ ██║ ██║██║ ███╗██║ ███╗██║ ███╗███████║ ██║ ███████╗ ██║ ██║██║ ██║█...
/* ** rgssad.h ** ** This file is part of mkxp. ** ** Copyright (C) 2014 Jonas Kulla <Nyocurio@gmail.com> ** ** mkxp 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...
#ifndef SESSION_H #define SESSION_H #include "kdf.h" #include <stdbool.h> struct public_key { unsigned char *key; size_t len; }; struct private_key { unsigned char *key; size_t len; }; struct session { char *uid; char *sessionid; char *token; struct private_key private_key; }; struct session *session_new(); ...
/* * Copyright (c) 2013-2016 TRUSTONIC LIMITED * 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. * * This program is distributed in the hope that it will...
/* cnic_register.h: QLogic CNIC Registration Agent * * Copyright (c) 2010-2014 QLogic Corporation * * Portions Copyright (c) VMware, Inc. 2010-2014, 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 v.2 as publishe...
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ** ** Copyright (C), 2003, Victorian Partnership for Advanced Computing (VPAC) Ltd, 110 Victoria Street, Melbourne, 3053, Australia. ** ** Authors: ** Stevan M. Quenette, Senior Software ...
#include <linux/kernel.h> #include <asm/cputype.h> #include <asm/idmap.h> #include <asm/pgalloc.h> #include <asm/pgtable.h> #include <asm/sections.h> #include <asm/system_info.h> pgd_t *idmap_pgd; #ifdef CONFIG_ARM_LPAE static void idmap_add_pmd(pud_t *pud, unsigned long addr, unsigned long end, unsigned long prot)...
/* * Copyright (c) 2010 Sean C. Rhea (srhea@srhea.net) * * 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. * * Thi...
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A P...
/****************************************************************************** * * * * Copyright (C) 1997-2014 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby * granted. No representat...
#if __has_feature(objc_arr) #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"))) #else #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE #endif #define NS_RETURNS_RETAINED __attribute__((ns_returns_retained)) #define CF_CONSUMED __attribute__((cf_consumed...
#ifndef DIALOGSHORTCUTS_H #define DIALOGSHORTCUTS_H #include <QDialog> namespace Ui { class DialogShortcuts; } class DialogShortcuts : public QDialog { Q_OBJECT public: explicit DialogShortcuts(QWidget *parent = 0); ~DialogShortcuts(); private: Ui::DialogShortcuts *ui; }; #endif // DIALOGSHORTCUTS...
/*------------------------------------------------------------------------- * * timer.c * Microsoft Windows Win32 Timer Implementation * * Limitations of this implementation: * * - Does not support interval timer (value->it_interval) * - Only supports ITIMER_REAL * * Portions Copyright (c) 1996-2016, ...
// Copyright 2006 Nemanja Trifunovic /* 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 Software, and to prepare derivat...
/* LIBGIMP - The GIMP Library * Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball * * gimppatterns.h * * 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...
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ //=============================================================================// #ifndef SDK_HUD_CHAT_H #define SDK_HUD_CHAT_H #ifdef _WIN32 #pragma once #endif #include <hud_basechat.h> class CHudChatL...
/* * Copyright (c) Vicent Marti. All rights reserved. * * This file is part of clar, distributed under the ISC license. * For full terms see the included COPYING file. */ #ifndef __CLAR_TEST_H__ #define __CLAR_TEST_H__ #include <stdlib.h> enum cl_test_status { CL_TEST_OK, CL_TEST_FAILURE, CL_TEST_SKIP }; voi...
/* * Copyright (c) 1997-2001 Silicon Graphics, Inc. All Rights Reserved. */ /* * nameall - exercise pmNameAll */ #include <ctype.h> #include <pcp/pmapi.h> #include <pcp/impl.h> #if PMAPI_VERSION == 2 static int pmns_style = 1; #endif static int vflag; static char *host = "localhost"; static char *namespace = P...
/* (c) Copyright 2001-2009 The world wide DirectFB Open Source Community (directfb.org) (c) Copyright 2000-2004 Convergence (integrated media) GmbH All rights reserved. Written by Denis Oliver Kropp <dok@directfb.org>, Andreas Hundt <andi@fischlustig.de>, Sven Neumann <neo@di...
/* ********************************************************** * Copyright (c) 2003-2010 VMware, Inc. All rights reserved. * **********************************************************/ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following ...
/******************************************************************************* * Copyright (c) 2015, UT-Battelle, LLC. * 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. Redistributio...
// Copyright (c)2008-2011, Preferred Infrastructure 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 // ...
/* ********************************************************** * Copyright (c) 2003 VMware, Inc. All rights reserved. * **********************************************************/ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condi...
/* * various filters for ACELP-based codecs * * Copyright (c) 2008 Vladimir Voroshilov * * 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 * vers...
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
/* radare - LGPL - Copyright 2020 - curly */ #include <string.h> #include <r_types.h> #include <r_lib.h> #include <r_asm.h> #include <r_anal.h> static bool set_reg_profile(RAnal *anal) { const char *p = "=PC pc\n" "=SP a10\n" "=A0 a0\n" "gpr p0 .64 0 0\n" "gpr a0 .32 0 0\n" "gpr a1 .32 4 0\n" "gpr p2 ....
/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */ /* * Copyright (C) 2012-2013 Rob Clark <robclark@freedesktop.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 ...
// 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 StorageClientImpl_h #define StorageClientImpl_h #include "modules/storage/StorageClient.h" #include <memory> namespace blink { class WebViewImp...
// Copyright 2019 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 REMOTING_PROTOCOL_REMOTING_ICE_CONFIG_REQUEST_H_ #define REMOTING_PROTOCOL_REMOTING_ICE_CONFIG_REQUEST_H_ #include <memory> #include "base/callb...
// 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 REMOTING_PROTOCOL_SSL_HMAC_CHANNEL_AUTHENTICATOR_H_ #define REMOTING_PROTOCOL_SSL_HMAC_CHANNEL_AUTHENTICATOR_H_ #include <memory> #include <s...
// 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 THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_DOCUMENT_SUBRESOURCE_FILTER_H_ #define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_DOCUMENT_SUBRESOURCE_FILTER_H_ ...
//===-- DisassemblerLLVMC.h -------------------------------------*- C++ -*-===// // // 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 // //===---------------------------...
// // Definitions.h // Chat // // Created by IgorKh on 9/12/12. // Copyright (c) 2012 QuickBlox. All rights reserved. // #import <Quickblox/ChatEnums.h> #import <Quickblox/ChatDelegates.h> #import <Quickblox/ChatConsts.h>
/* fft/urand.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * 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 la...
/*************************************************************************/ /* jni_utils.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/* packet-oicq.c * Routines for OICQ - IM software,popular in China - packet dissection * (c) Copyright Secfire <secfire@gmail.com> * * OICQ is an IM software,which is popular in China. And, * OICQ has more than 10 millions users at present. * The Protocol showed in this file, is found by investigating OICQ's * ...
/* Measure wcsrchr functions. Copyright (C) 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; eith...
/* * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com * * S5P - IRQ EINT support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux...
// RUN: %dragonegg -S -o /dev/null %s void *buf[20]; sub2 (void) { __builtin_longjmp (buf, 1); } double bar (int arg) { foo (arg); __builtin_return (__builtin_apply ((void (*) ()) foo, __builtin_apply_args (), 16)); }
/* * Copyright (c) 2010-2011 Broadcom. 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 option) any later version. * ...
/* * Copyright (C) 2006, 2007 Apple Computer, Inc. All rights reserved. * Copyright (C) 2015 The Qt Company Ltd. * * 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 ...
/* This file is part of the KDE project Copyright 2004 Ariya Hidayat <ariya@kde.org> Copyright 2004 Laurent Montel <montel@kde.org> This library 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 Foundati...
/* * MLBAccInt.h * * DSP-BIOS Bridge driver support functions for TI OMAP processors. * * Copyright (C) 2007 Texas Instruments, Inc. * * This package 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 Foun...
/* * Copyright (C) 2010-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 "interfaces/AnnouncementManager.h" class CVariant; class CAnnounceReceiver : public ANNOUNCEMENT::IAnno...
/* * byteorder.h - Endian conversion for SPARC. SPARC is big endian only. * * COPYRIGHT (c) 2011 * Aeroflex Gaisler. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. */ #ifndef _LIBCPU_BYTEORDER_H ...
#ifndef __ASM_ARM_PLATFORM_H #define __ASM_ARM_PLATFORM_H #include <xen/init.h> #include <xen/sched.h> #include <xen/mm.h> #include <xen/device_tree.h> /* Describe specific operation for a board */ struct platform_desc { /* Platform name */ const char *name; /* Array of device tree 'compatible' strings */...
/* linux/arch/arm/plat-s3c/include/plat/fb.h * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * S3C - FB platform data definitions * * This program is free software; you can redistribute it and/or modify * it under the terms...
/* * This is the source code of tgnet library v. 1.1 * It is licensed under GNU GPL v. 2 or later. * You should have received a copy of the license in this archive (see LICENSE). * * Copyright Nikolai Kudashov, 2015-2018. */ #ifndef BYTESTREAM_H #define BYTESTREAM_H #include <vector> #include <stdint.h> class ...
/* $Log: hp100.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:28:05 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state...
#ifndef _ASM_STAT_H #define _ASM_STAT_H #include <linux/types.h> struct __old_kernel_stat { unsigned int st_dev; unsigned int st_ino; unsigned int st_mode; unsigned int st_nlink; unsigned int st_uid; unsigned int st_gid; unsigned int st_rdev; long st_size; unsigned int st_atime, st_res1; unsigned int st_mt...
// // AsyncDisplayKit+Debug.h // AsyncDisplayKit // // Created by Hannah Troisi on 3/7/16. // // Copyright (c) 2014-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 ...
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +---------...
/* * Debug/trace/assert driver definitions for Dongle Host Driver. * * Copyright (C) 1999-2016, 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 Publ...
/* * Copyright 2010-2015 OpenXcom Developers. * * This file is part of OpenXcom. * * OpenXcom 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 ...
/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ // lib/dll_stl/clim.h #include <cstd...
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #pr...
/* Copyright (C) 1992-1998, 2000 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 Library General Public License as published by the Free Software Foundation; either version 2 of th...
/* * This file is a part of Pocket Heroes Game project * http://www.pocketheroes.net * https://code.google.com/p/pocketheroes/ * * Copyright 2004-2010 by Robert Tarasov and Anton Stuk (iO UPG) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in comp...
/* * Copyright 2010-2012 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
/** * @file * @brief Periodical Interval Timer interface * * @date 26.09.10 * @author Anton Kozlov */ #ifndef AT91SAM7_PIT_H_ #define AT91SAM7_PIT_H_ #include <drivers/at91sam7s256.h> typedef struct _AT91S_PITC { at91_reg_t PITC_PIMR; // Period Interval Mode Register at91_reg_t PITC_PISR; // Period Inter...
// 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 CONTENT_PUBLIC_APP_CONTENT_MAIN_RUNNER_H_ #define CONTENT_PUBLIC_APP_CONTENT_MAIN_RUNNER_H_ #pragma once #include <string> #include "build/b...
#include <tommath.h> #ifdef BN_MP_ADD_D_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...