text
stringlengths
4
6.14k
/** * @file * * @author Dalian University of Technology * * @section LICENSE * * Copyright (C) 2010 Dalian University of Technology * * This file is part of EDUGUI. * * EDUGUI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * th...
/**************************************************************** * * * Copyright 2001, 2012 Fidelity Information Services, Inc * * * * This source code contains the intellectual property * * of its copyright holder(s), and is made available * * under a license. If you do not know the terms of * *...
/* * Simple test program to demonstrate * the functionality of the open * system call! */ #include <stdio.h> #include <sys/time.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <time.h> #include <linux/unistd.h...
#if !defined(__LIBDEFS_H) #define LIBDEFS_H /* {{{ includes */ #define MUTILS_USE_MHASH_CONFIG #include <mutils/mincludes.h> #include <mutils/mglobal.h> #include <mutils/mtypes.h> #include <mutils/mutils.h> #ifdef WIN32 # define WIN32DLL_DEFINE __declspec( dllexport) #else # define WIN32DLL_DEFINE #endif #def...
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
/************************************************************\ * Copyright 2014 Lawrence Livermore National Security, LLC * (c.f. AUTHORS, NOTICE.LLNS, COPYING) * * This file is part of the Flux resource manager framework. * For details, see https://github.com/flux-framework. * * SPDX-License-Identifier: LGPL-3....
// Copyright (c) 2006 GeometryFactory (France). All rights reserved. // // This file is part of CGAL (www.cgal.org). // 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...
// // MPConsoleLogger.h // // Copyright 2018-2020 Twitter, Inc. // Licensed under the MoPub SDK License Agreement // http://www.mopub.com/legal/sdk-license-agreement/ // #import <Foundation/Foundation.h> #import "MPBLogger.h" /** Console logging destination routes all log messages to @c NSLog. */ @interface MPC...
/* mbed Microcontroller Library * SPDX-License-Identifier: BSD-3-Clause ****************************************************************************** * * Copyright (c) 2016-2020 STMicroelectronics. * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License";...
// 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...
#ifndef EHEXCEPTIONTYPENODE_H #define EHEXCEPTIONTYPENODE_H /* -*-C++-*- ****************************************************************************** * * File: EHExceptionTypeNode.h * Description: class for a node in a singular linked list. The node * contains the type of an exception associat...
#ifndef _COMMANDSINK_H_ #define _COMMANDSINK_H_ #include "win32/Window.h" #include <map> #include <boost/function.hpp> class CCommandSink { public: typedef boost::function< long () > CallbackType; CCommandSink(); virtual ~CCommandSink(); void RegisterCallback(HWND, CallbackType); long OnCommand(u...
/* * Copyright (c) 2016 The WebM 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 contributin...
// 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_API_AUDIO_MODEM_AUDIO_MODEM_API_H_ #define CHROME_BROWSER_EXTENSIONS_API_AUDIO_MODEM_AUDIO_MODEM_API_H_ #include <map> ...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <vector> #include <react/core/LayoutableShadowNode.h> #include <react/graphics/Geometry.h> namespace faceb...
/* * Copyright (c) 2014 The WebRTC 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 contribut...
// // Copyright 2019 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. // #ifndef COMPILER_TRANSLATOR_VALIDATEAST_H_ #define COMPILER_TRANSLATOR_VALIDATEAST_H_ #include "compiler/translator/BaseTypes.h" #include "com...
// 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_METRICS_NET_NETWORK_METRICS_PROVIDER_H_ #define COMPONENTS_METRICS_NET_NETWORK_METRICS_PROVIDER_H_ #include "base/basictypes.h" #inclu...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org Copyright (c) 2000-2014 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person obtai...
/* FreeRTOS V8.2.3 - Copyright (C) 2015 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the...
// // NSData+SUIAdditions.h // SUIUtilsDemo // // Created by RandomSuio on 16/2/16. // Copyright © 2016年 RandomSuio. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface NSData (SUIAdditions) /*o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o~o...
//****************************************************************************** // // Copyright (c) 2015 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LI...
/* modfd2 - for each of two double slots, compute fractional and integral parts. Copyright (C) 2006, 2007 Sony Computer Entertainment 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: ...
/* Test isgreaterequalf4 for SPU Copyright (C) 2006, 2007 Sony Computer Entertainment 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 ...
#ifndef OPENTISSUE_DYNAMICS_FEM_FEM_SIMULATE_H #define OPENTISSUE_DYNAMICS_FEM_FEM_SIMULATE_H // // OpenTissue Template Library // - A generic toolbox for physics-based modeling and simulation. // Copyright (C) 2008 Department of Computer Science, University of Copenhagen. // // OTTL is licensed under zlib: http://open...
/* $Id: newgrf_airporttiles.h 26085 2013-11-24 14:41:19Z frosch $ */ /* * This file is part of OpenTTD. * OpenTTD 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. * OpenTTD is distributed in the hope...
#ifndef __MTCMOS_DRIVER_H__ #define __MTCMOS_DRIVER_H__ #include <linux/regulator/hi6xxx_regulator_adapt.h> int hi6xxx_mtcmos_on(struct hi6xxx_regulator_ctrl_regs *regs, unsigned int mask,int shift,int type); int hi6xxx_mtcmos_off(struct hi6xxx_regulator_ctrl_regs *regs, ...
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* NetworkManager system settings service * * Dan Williams <dcbw@redhat.com> * Søren Sandmann <sandmann@daimi.au.dk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L...
/**************************************************************************** * * * Project64 - A Nintendo 64 emulator. * * http://www.pj64-emu.com/ * * Copyrig...
/******************************************************************************* Intel 10 Gigabit PCI Express Linux driver Copyright(c) 1999 - 2011 Intel Corporation. This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, ver...
/* * $Id: speeddial.c,v 1.1 2004/10/27 18:21:22 ramona Exp $ * * Copyright (C) 2004 Voice Sistem SRL * * This file is part of SIP Express Router. * * SPEEDDIAL SER-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 So...
/* * COPYRIGHT: GNU GPL, see COPYING in the top level directory * PROJECT: ReactOS crt library * FILE: lib/sdk/crt/printf/wprintf.c * PURPOSE: Implementation of wprintf * PROGRAMMER: Timo Kreuzer * Samuel Serapión */ #include <stdio.h> #include <stdarg.h> ...
/* * Copyright (C) 2017 Team Kodi * http://kodi.tv * * 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 version. * * This P...
#ifndef MODEL_H #define MODEL_H #include "order_width.h" #include "bb_node.h" #include "extern.h" #include "glpk.h" void add_demand_constraints(glp_prob * master_lp, OrderWidthContainer& ow_set); void add_slack_variables(glp_prob * master_lp, OrderWidthContainer& ow_set); void store_dual_values(glp_prob *...
static const u32 IV_256[8]={ 0x6A09E667, 0xBB67AE85, 0x3C6EF372, 0xA54FF53A, 0x510E527F, 0x9B05688C, 0x1F83D9AB, 0x5BE0CD19 }; static const u32 IV_224[8]={ 0xC1059ED8, 0x367CD507, 0x3070DD17, 0xF70E5939, 0xFFC00B31, 0x68581511, 0x64F98FA7, 0xBEFA4FA4 }; static const u64 IV_384[8]={ 0xCBBB9D5DC1059ED8U...
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /** * \file disassociating.h * \brief Disassociating module header. * Copyright (C) 2010 Signove Tecnologia Corporation. * All rights reserved. * Contact: Signove Tecnologia Corporation (contact@signove.com) * * $LICENSE_TEXT:BEGIN$ * This libra...
/* Copyright 1986, 1998 The Open Group 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 notice appear in all copies and that both that copyright notice and this permission notice appear in suppor...
/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2010, Jason Mora Saragih, all rights reserved. // // This file is part of FaceTracker. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following con...
/* * (C) 1999 Lars Knoll (knoll@kde.org) * (C) 2000 Dirk Mueller (mueller@kde.org) * Copyright (C) 2004, 2005, 2006, 2007 Apple Inc. All rights reserved. * * 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 F...
/* * Copyright (c) 2018 Intel Corporation. * * Author: Sathish Kuttan <sathish.k.kuttan@intel.com> * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Public API header file for Intel GNA driver */ #ifndef __INCLUDE_GNA__ #define __INCLUDE_GNA__ /** * @defgroup gna_interface GNA Interface * @i...
// Copyright 2010-2014 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 wri...
/****************************************************************************** * Copyright 2018 The Apollo 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 *...
/* Class that invoke our HSLS shaders for drawing 3D models that are on the GPU */ #ifndef _COLORSHADER_H_ #define _COLORSHADER_H_ #include <D3D11.h> #include <D3DX10math.h> #include <D3DX11async.h> #include <fstream> using namespace std; class Colorshader { private: struct MatrixBufferType { D3DXMATRIX world; ...
#include <tarantool.h> #include <errno.h> #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> #include <lua.h> #include <lauxlib.h> #define STR2(x) #x #define STR(x) STR2(x) /* Test for constants */ static const char *consts[] = { PACKAGE_VERSION, STR(PACKAGE_VERSION_MINOR), STR(PACKAGE_VERSION_MAJ...
// // BowserAppDelegate.h // Bowser // // Copyright (c) 2014, Ericsson AB. // 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 ...
/* $NetBSD: nettype.h,v 1.2 2000/07/06 03:17:19 christos Exp $ */ /* $FreeBSD: src/include/rpc/nettype.h,v 1.2 2002/03/23 17:24:55 * imp Exp $ */ /* * Copyright (c) 2009, Sun Microsystems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi...
#ifndef STINGER_STREAM_STATE_H #define STINGER_STREAM_STATE_H #include <string> namespace gt { namespace stinger { /** * @brief Struct to handle incoming stream state and configuration. * Data should be handled through the server state. */ struct StingerStreamState { std::string name; ...
// 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 BASE_MAC_CALL_WITH_EH_FRAME_H_ #define BASE_MAC_CALL_WITH_EH_FRAME_H_ #include "base/base_export.h" namespace base::mac { // Invokes the specif...
// Copyright 2015 The Crashpad 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 ...
// 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 SANDBOX_POLICY_SANDBOX_H_ #define SANDBOX_POLICY_SANDBOX_H_ #include "build/build_config.h" #include "sandbox/policy/export.h" #if BUILDFLAG(IS_...
#define _BSD_SOURCE #include <unistd.h> #include <stdint.h> #include <errno.h> #include "syscall.h" void *sbrk(intptr_t inc) { if (inc) return (void *)__syscall_ret(-ENOMEM); return (void *)__syscall(SYS_brk, 0); }
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
// This file was generated based on 'C:\ProgramData\Uno\Packages\Outracks.Simulator.Protocol.Uno\0.1.0\Messages\$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Outracks.Simulator.Protocol.MessageToClient.h> namespace g{namespace Outracks{namespace Simulator{namespace Pr...
// // Copyright (c) 2008-2018 the Urho3D project. // // 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, mod...
/* Copyright (c) 2012-2014, The Linux Foundation. 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 ...
// // RRCAppDelegate.h // RRCModelViewer // // Created by Ricardo on 1/18/14. // Copyright (c) 2014 RendonCepeda. All rights reserved. // @interface RRCAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/* iwmmxt.h -- Intel(r) Wireless MMX(tm) technology co-processor interface. Copyright (C) 2002, 2007, 2008 Free Software Foundation, Inc. Contributed by matthew green (mrg@redhat.com). This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Li...
/* * PARENT I2 test case actually invokes the parent I1 test case * to get all of the states into the right order. * */ #define LEAK_DETECTIVE #define AGGRESSIVE 1 #define XAUTH #define MODECFG #define DEBUG 1 #define PRINT_SA_DEBUG 1 #define USE_KEYRR 1 #include <pcap.h> #include <netinet/ip.h> #include <netin...
/* Header file for GDB compile command and supporting functions. Copyright (C) 2014-2016 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of...
/* getopt.h */ extern const char *optarg; extern int optind; int getopt(int nargc, char * const *nargv, const char *ostr);
/* * vdr-plugin-vnsi - XBMC server plugin for VDR * * Copyright (C) 2010 Alwin Esch (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 Foundatio...
static int sql_keywords[] = { 28 /* ACCESSIBLE */, 29 /* ACTION */, 30 /* ADD */, 31 /* ALL */, 32 /* ALTER */, 33 /* ANALYZE */, 34 /* AND */, 35 /* AS */, 36 /* ASC */, 37 /* ASENSITIVE */, 38 /* BEFORE */, 39 /* BETWEEN */, 40 /* BIGINT */, 41 /* BINARY */, 42 /* BIT */, 43 /* BLOB */, 44 /* BOTH */...
/* Definitions of target machine for GNU compiler. Vxworks Alpha version. Copyright (C) 1998 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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;...
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* gnome-vfs-drive.h - Handling of drives for the GNOME Virtual File System. Copyright (C) 2003 Red Hat, Inc The Gnome Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Publ...
// Apple MacOS X Platform // Copyright © 2004-2007 Glenn Fiedler // Part of the PixelToaster Framebuffer Library - http://www.pixeltoaster.com // native Cocoa output implemented by Thorsten Schaaps <bitpull@aixplosive.de> #ifndef PIXELTOASTER_APPLE_USE_X11 #define PIXELTOASTER_APPLE_USE_X11 0 #endif #include "CoreS...
/* ---------------------------------------------------------------------------- * Copyright (C) 2010-2014 ARM Limited. All rights reserved. * * $Date: 31. July 2014 * $Revision: V1.4.4 * * Project: CMSIS DSP Library * Title: arm_q7_to_float.c * * Description: Converts the ele...
/* testfontchooserdialog.c * Copyright (C) 2011 Alberto Ruiz <aruiz@gnome.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 Foundation; either * version 2 of the License, or (at your opti...
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** ** GNU Lesser General Public License Usage ** ** This file may be used unde...
/*************************************************************************\ * Copyright (C) Michael Kerrisk, 2014. * * * * This program is free software. You may use, modify, and redistribute it * * under the term...
#include "resourcemanager/communication/rmcomm_QE2RMSEG.h" bool QE2RMSEG_Initialized = false; void initializeQE2RMSEGComm(void); void initializeQE2RMSEGComm(void) { if ( !QE2RMSEG_Initialized ) { initializeSyncRPCComm(); QE2RMSEG_Initialized = true; } } /** * Move the QE PID to corresponding CGroup */ int ...
// 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_GTK_TAB_CONTENTS_CHROME_WEB_CONTENTS_VIEW_DELEGATE_GTK_H_ #define CHROME_BROWSER_UI_GTK_TAB_CONTENTS_CHROME_WEB_CONTENTS_VIE...
/* 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...
/* * Copyright 2008-2014 Arsen Chaloyan * * 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 ag...
/*---------------------------------------------------------------------------- * File: MicrowaveOven_MO_IL_class.h * * Class: Internal Light (MO_IL) * Component: MicrowaveOven * * your copyright statement can go here (from te_copyright.body) *------------------------------------------------------------...
/* 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...
// 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_UPDATER_CHROMEOS_EXTENSION_CACHE_DELEGATE_H_ #define CHROME_BROWSER_EXTENSIONS_UPDATER_CHROMEOS_EXTENSION_CACHE_DELEGATE...
/* * Copyright © 2000 SuSE, Inc. * * 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 notice appear in all copies and that both that * copyright notice and this permission notice appear in...
// 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 ClipRecorder_h #define ClipRecorder_h #include "SkRegion.h" #include "platform/geometry/LayoutRect.h" #include "platform/graphics/paint/DisplayIt...
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
// 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 ThreadingTraits_h #define ThreadingTraits_h #include "wtf/Deque.h" #include "wtf/HashCountedSet.h" #include "wtf/HashMap.h" #include "wtf/HashSet...
// 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_PROCESS_RESOURCE_USAGE_H_ #define CHROME_BROWSER_PROCESS_RESOURCE_USAGE_H_ #include <stddef.h> #include "base/callback.h" #includ...
/* * Copyright (C) 2012 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 conditions and t...
// Copyright 2020 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_ASH_LOGIN_TEST_WIZARD_CONTROLLER_SCREEN_EXIT_WAITER_H_ #define CHROME_BROWSER_ASH_LOGIN_TEST_WIZARD_CONTROLLER_SCREEN_EXIT_WAITER_H...
// Copyright (c) 2014 Pando. All rights reserved. // Platform: common_functions.h // // Create By ZhaoWenwu On 15/05/17. #ifndef PLATFORM_FUNCTIONS_H #define PLATFORM_FUNCTIONS_H #ifdef __cplusplus extern "C" { #endif #ifdef ESP8266_PLANTFORM #else #include <stdio.h> #include <stdint.h> #include <string.h> #...
// license:BSD-3-Clause // copyright-holders:Fabio Priuli /********************************************************************** Sega Master System "Graphic Board" emulation **********************************************************************/ #pragma once #ifndef __SMS_GRAPHIC__ #define __SMS_GRAPHIC__ #i...
/* * Copyright(C) 2011-2016 Pedro H. Penna <pedrohenriquepenna@gmail.com> * * This file is part of Nanvix. * * Nanvix 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, o...
/* * Enclosure Services * * Copyright (C) 2008 James Bottomley <James.Bottomley@HansenPartnership.com> * **----------------------------------------------------------------------------- ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public Licens...
/* * This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information * * 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 o...
/* */ #include <asm/io.h> #include <asm/reboot.h> #include <asm/sni.h> /* ...
/* * * Author Karsten Keil <kkeil@novell.com> * * Thanks to Jan den Ouden * Fritz Elfert * Copyright 2008 by Karsten Keil <kkeil@novell.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 * pub...
// // Integrator.h This file is a part of the IKAROS project // A module that integrates its input over time // // Copyright (C) 2004 Christian Balkenius // // 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 //...
/* * arch/arm/include/asm/timex.h * * Copyright (C) 1997,1998 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. * * Architecture Specific TIME specifications ...
/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission noti...
/* * Copyright (C) 2008-2009 Sourcefire, Inc. * * Author: Tomasz Kojm <tkojm@clamav.net> * * 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 distribute...
/* Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. obtain a copy of the License at http://www.imagemagick.org/script/license.php Unless required ...
/* Definitions of target machine for GNU compiler. MIPS SDE version. Copyright (C) 2003-2017 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; eit...
#ifndef _ASM_M68K_MODULE_H #define _ASM_M68K_MODULE_H enum m68k_fixup_type { m68k_fixup_memoffset, m68k_fixup_vnode_shift, }; struct m68k_fixup_info { enum m68k_fixup_type type; void *addr; }; struct mod_arch_specific { struct m68k_fixup_info *fixup_start, *fixup_end; }; #ifdef CONFIG_MMU #define MODULE_ARCH_...
/* * Copyright (C) 2009,2010,2012 by Jonathan Naylor G4KLX * * 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...
/* TurboSight TBS 6980 Dual DVBS/S2 frontend driver Copyright (C) 2009 Konstantin Dimitrov <kosio.dimitrov@gmail.com> Copyright (C) 2009 TurboSight.com */ #ifndef TBS6980FE_H #define TBS6980FE_H #include <linux/dvb/frontend.h> #include "cx23885.h" struct tbs6980fe_config { u8 tbs6980fe_address; int (...
/* * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. * * Author: Yu Liu, <yu.liu@freescale.com> * * Description: * This file is derived from arch/powerpc/kvm/44x_emulate.c, * by Hollis Blanchard <hollisb@us.ibm.com>. * * This program is free software; you can redistribute it and/or m...