text
stringlengths
4
6.14k
/*++ Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licens...
/*++ Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be fou...
/* ========================================================================== */ /* === UMF_tuple_lengths ==================================================== */ /* ========================================================================== */ /* -------------------------------------------------------------------------...
/** * Copyright (c) 2015-present, Parse, LLC. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import "PFRE...
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
// 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 COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_FILTER_H_ #define COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_FILTER_H_ #include <stddef.h> #include <map> #...
// 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 CONTENT_RENDERER_DEVTOOLS_V8_SAMPLING_PROFILER_H_ #define CONTENT_RENDERER_DEVTOOLS_V8_SAMPLING_PROFILER_H_ #include "base/single_thread_task_run...
/*========================================================================= Program: Visualization Toolkit Module: QVTKWin32Header.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is...
// // hsc3.cpp structures // #ifndef __hsc3_h #define __hsc3_h #define HSC3TITLE "HSP script preprocessor" #define HSC3TITLE2 "HSP code generator" #define HSC3_OPT_NOHSPDEF 1 #define HSC3_OPT_DEBUGMODE 2 #define HSC3_OPT_MAKEPACK 4 #define HSC3_OPT_READAHT 8 #define HSC3_OPT_MAKEAHT 16 #define HSC3_OP...
/* * Copyright (c) 2012 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...
/* * definition for store system information stsi * * Copyright IBM Corp. 2001, 2008 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2 only) * as published by the Free Software Foundation. * * Author(s): Ulrich Weigand ...
#ifndef __AaptExt__OpenAtlasResource__ #define __AaptExt__OpenAtlasResource__ #include <stdio.h> #include <string> #include <iostream> #include <map> class OpenAtlasResource { map<std::string,int> animMaps; map<std::string,int> animatorMaps; map<std::string,int> arrayMaps; map<std::string,int> attrMaps; map<std::string...
/* getopt.c */ #include <errno.h> #include <string.h> #include <stdio.h> int xoptind = 1; /* index of which argument is next */ char *xoptarg; /* pointer to argument of current option */ int xopterr = 0; /* allow error message */ static char *letP = NULL; /* remember next optio...
// // UIButton+Position.h // @import UIKit; @interface UIButton (Position) /*! * Sets position of title in the button below image in the button */ - (void)hay_setTitleBelowWithSpacing:(CGFloat)spacing; /*! * Sets position of title in the button above image in the button */ //- (void)setTitleAboveWithSpacing:(C...
/* * toolbarview.h * * Created on: 14.06.2012 * @author Ralph Schurade */ #ifndef TOOLBARVIEW_H_ #define TOOLBARVIEW_H_ #include "../../data/enums.h" #include <QAbstractItemView> class ToolBarView : public QAbstractItemView { Q_OBJECT public: ToolBarView( QWidget* parent = 0 ); ...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2011 Torus Knot Software Ltd Copyright (c) 2006 Matthias Fink, netAllied GmbH <matthias.fink@w...
/* * How we use DRAM on Allwinner CPUs * * Copyright (C) 2014 Alexandru Gagniuc <mr.nuke.me@gmail.com> * Subject to the GNU GPL v2, or (at your option) any later version. */ #include <config.h> /* * Put CBMEM at top of RAM */ static inline void *a1x_get_cbmem_top(void) { return (void *)CONFIG_SYS_SDRAM_BASE ...
/* This testcase is part of GDB, the GNU debugger. Copyright 2008, 2009 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 the License, or...
/* * * Copyright (c) International Business Machines Corp., 2002 * * 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 versi...
/*-------------------------------------------------------------------------+ | This file contains the PC386 BSP startup package. It includes application, | board, and monitor specific initialization and configuration. The generic CPU | dependent initialization has been performed before this routine is invoked. +-------...
/* * Asterisk -- An open source telephony toolkit. * * Copyright (C) 2013, Digium, Inc. * * Jason Parker <jparker@digium.com> * * See http://www.asterisk.org for more information about * the Asterisk project. Please do not directly contact * any of the maintainers of this project for assistance; * the project...
/* * Copyright (c) 2003, 2007-11 Matteo Frigo * Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology * * 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 ...
#ifndef GPIO_H_ #define GPIO_H_ #include "../common.h" //PORTA #define porta0 &PORTA, 0 #define porta1 &PORTA, 1 #define porta2 &PORTA, 2 #define porta3 &PORTA, 3 #define porta4 &PORTA, 4 #define porta5 &PORTA, 5 #define porta6 &PORTA, 6 #define porta7 &PORTA, 7 //PORTB #define portb0 &PORTB, 0 #define portb1 &PORTB...
/* Release Version: ci_master_byt_20130823_2200 */ /* * Support for Intel Camera Imaging ISP subsystem. * * Copyright (c) 2010 - 2013 Intel Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2...
/* * ringbuffer.h: A ring buffer * * See the main source file 'vdr.c' for copyright information and * how to reach the author. * * $Id: ringbuffer.h 3.0 2013/02/16 15:20:37 kls Exp $ */ #ifndef __RINGBUFFER_H #define __RINGBUFFER_H #include "thread.h" #include "tools.h" class cRingBuffer { private: cCondWai...
/* 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) 2007 Martin Willi * Hochschule fuer Technik Rapperswil * * 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...
/* * linux/include/asm-arm/arch-iop3xx/uncompress.h */ #include <linux/config.h> #include <asm/types.h> #include <asm/mach-types.h> #include <linux/serial_reg.h> #include <asm/hardware.h> #ifdef CONFIG_ARCH_IOP321 #define UTYPE unsigned char * #else #define UTYPE u32 * #endif static volatile UTYPE uart_base; #def...
/* * ircd-ratbox: A slightly useful ircd. * m_post.c: Exits the user if unregistered, it is a web form. * * Copyright (C) 1990 Jarkko Oikarinen and University of Oulu, Co Center * Copyright (C) 1996-2002 Hybrid Development Team * Copyright (C) 2002-2005 ircd-ratbox development team * * This program is fre...
/* * Syscall API for capability manipulation * * Copyright (C) 2009 Bahadir Balban */ #ifndef __API_CAPABILITY_H__ #define __API_CAPABILITY_H__ #include <l4lib/lib/list.h> #include L4LIB_INC_ARCH(types.h) /* Capability syscall request types */ #define CAP_CONTROL_NCAPS 0x00000000 #define CAP_CONTROL_READ 0x0000...
/************************************************************************************ * configs/ea3131/src/ea3131_internal.h * arch/arm/src/board/ea3131_internal.n * * Copyright (C) 2009-2010,2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source...
/* Copyright (c) 2008 -2014 Espressif System. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * */ #ifndef _ESP_PATH_H_ #define _ESP_PATH_H_ #define FWPATH "/system/lib/modules...
/* * This file is part of Cleanflight. * * Cleanflight 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 later version. * * Cleanflight is distr...
/* * SAMSUNG NFC N2 Controller * * Copyright (C) 2013 Samsung Electronics Co.Ltd * Author: Woonki Lee <woonki84.lee@samsung.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; eith...
/* * Copyright (c) 2014 Nicira, 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 agre...
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ // //=============================================================================// // GLOS.H // // This is an OS specific header file #include <windows.h> // disable data conversion warnings #pragma wa...
/* ** Copyright 2003-2010, VisualOn, 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 a...
/**************************************************************************** ** ** Copyright (C) 2013 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...
#ifndef __CR_SECCOMP_H__ #define __CR_SECCOMP_H__ #include <linux/seccomp.h> #include <linux/filter.h> #include "images/core.pb-c.h" #ifndef SECCOMP_MODE_DISABLED #define SECCOMP_MODE_DISABLED 0 #endif #ifndef SECCOMP_MODE_STRICT #define SECCOMP_MODE_STRICT 1 #endif #ifndef SECCOMP_MODE_FILTER #define SECCOMP_MODE...
////////////////////////////////////////////////////////////////////////////// // Name: wx/univ/statbox.h // Purpose: wxStaticBox declaration // Author: Vadim Zeitlin // Modified by: // Created: 15.08.00 // RCS-ID: $Id: statbox.h,v 1.13 2005/01/07 16:54:07 VZ Exp $ // Copyright: (c) 2000 SciT...
/* Copyright 2014 IST Austria Contributed by: Jan Reininghaus This file is part of DIPHA. DIPHA is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your opti...
/* mbed Microcontroller Library ******************************************************************************* * Copyright (c) 2018, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
/* mbed Microcontroller Library * Copyright (c) 2006-2015 ARM Limited * * 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 re...
/* * Copyright (C) 2010 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
// 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 LengthPropertyFunctions_h #define LengthPropertyFunctions_h #include "core/CSSPropertyNames.h" #include "core/CSSValueKeywords.h" #include "platf...
#ifndef DISPLAYLISTINTERPRETER_H_ #define DISPLAYLISTINTERPRETER_H_ class DisplayListInterpreter { public: DisplayListInterpreter(); virtual ~DisplayListInterpreter(); virtual void Interprete() = 0; }; #endif /* DISPLAYLISTINTERPRETER_H_ */
/* * Copyright (c) 2013 - Facebook. * All rights reserved. */ struct s { int x; }; void preincrement(struct s *p) { p->x += 1; (1 ? p : p)->x += 1; p->x += 1 ? 3 : 7; (1 ? p : p)->x += 1 ? 3 : 7; }
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You ma...
/* Target-dependent globals. Copyright (C) 2010-2014 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 late...
/*** This file is part of systemd. Copyright 2008-2014 Kay Sievers <kay@vrfy.org> systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)...
/* HBVideoController.h $ This file is part of the HandBrake source code. Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ #import <Cocoa/Cocoa.h> @class HBAdvancedController; @class HBVideo; /** * HBVideoController */ @interface HBVideoController : NSView...
/* * (C) Copyright 2007-2013 * Allwinner Technology Co., Ltd. <www.allwinnertech.com> * Jerry Wang <wangflord@allwinnertech.com> * * 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 t...
/* * Copyright 2012 Vincent Sanders <vince@netsurf-browser.org> * * This file is part of NetSurf, http://www.netsurf-browser.org/ * * NetSurf 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...
/* * Copyright (c) 2002 Fabrice Bellard * Copyright (c) 2013 Michael Niedermayer * Copyright (c) 2013 James Almer * * 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...
/* * 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) 1994, 1995, 1996, 1997, 1998, 1999, 2000 by Ralf Baechle * * Machine dependent structs and defines to help the user use *...
/* * ftp_server.h * * Copyright (C) 2004 Sourcefire,Inc * Steven A. Sturges <ssturges@sourcefire.com> * Daniel J. Roelker <droelker@sourcefire.com> * Marc A. Norton <mnorton@sourcefire.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
/* Change the protections of file relative to open directory. Linux version. Copyright (C) 2006 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...
#pragma once #include "ASyncSerial.h" #include "DomoticzHardware.h" class CDavisLoggerSerial : public AsyncSerial, public CDomoticzHardwareBase { enum _eDavisState { DSTATE_WAKEUP = 0, DSTATE_LOOP, }; public: CDavisLoggerSerial(const int ID, const std::string& devname, unsigned int baud_rate); ~CDavisLoggerS...
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
//____________________________________________________________________________ /*! \class genie::GVldContext \brief Validity Context for an Event Generator \author Costas Andreopoulos <costas.andreopoulos \at stfc.ac.uk> University of Liverpool & STFC Rutherford Appleton Lab \created November 20, 2004...
#include <stdbool.h> #include <sys/types.h> #ifndef GO_MERKLETREE_MERKLE_TREE_H_ #define GO_MERKLETREE_MERKLE_TREE_H_ // These types & functions provide a trampoline to call the C++ MerkleTree // implementation from within Go code. // // Generally we try to jump through hoops to not allocate memory from the C++ // si...
/* * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * (C) 2000 Simon Hausmann <hausmann@kde.org> * Copyright (C) 2006, 2009 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 publish...
// WorldStorage.h // Interfaces to the cWorldStorage class representing the chunk loading / saving thread // This class decides which storage schema to use for saving; it queries all available schemas for loading // Also declares the base class for all storage schemas, cWSSchema // Helper serialization class cJsonChu...
// 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...
/* * Copyright 2015 Twitter, 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 ...
// bsl_clocale.h -*-C++-*- #ifndef INCLUDED_BSL_CLOCALE #define INCLUDED_BSL_CLOCALE #ifndef INCLUDED_BSLS_IDENT #include <bsls_ident.h> #endif BSLS_IDENT("$Id: $") //@PURPOSE: Provide functionality of the corresponding C++ Standard header. // //@SEE_ALSO: package ...
/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2006-08-23 Bernard the first version */ #include <rtthread.h> #define SVCMODE 0x13 /** * @addtogroup AT91SAM7 */ /*@{*/ /** * This fu...
/* * * Copyright 2015 gRPC 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 or agree...
// // Copyright (c) 2014 Juniper Networks, Inc. All rights reserved. // #ifndef ANALYTICS_PROTOBUF_COLLECTOR_H_ #define ANALYTICS_PROTOBUF_COLLECTOR_H_ #include <string> #include <vector> #include <boost/scoped_ptr.hpp> #include "analytics/protobuf_server.h" class DbHandlerInitializer; class ProtobufCollector { 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 COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_UI_DELEGATE_H_ #define COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_UI_DELEGATE_H_ #include <stddef.h>...
/* $NetBSD: negtf2.c,v 1.1 2011/01/17 10:08:35 matt Exp $ */ /* * Written by Matt Thomas, 2011. This file is in the Public Domain. */ #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #ifdef FLOAT128 float128 __negtf2(float128); float128 __n...
// 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 NET_CERT_CT_TEST_UTIL_H_ #define NET_CERT_CT_TEST_UTIL_H_ #include <stddef.h> #include <stdint.h> #include <string> #include <vector> #include ...
// 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 UI_GFX_WIN_METRO_MODE_H_ #define UI_GFX_WIN_METRO_MODE_H_ #include "ui/gfx/gfx_export.h" namespace gfx { namespace win { // Returns whether Met...
/**************************************************************************** * VCGLib o o * * Visual and Computer Graphics Library o o * * _ O _ * * Copyri...
// 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_CHROMEOS_STATUS_NETWORK_MENU_H_ #define CHROME_BROWSER_CHROMEOS_STATUS_NETWORK_MENU_H_ #include <string> #include <vector> #i...
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_GPU_GPU_MODE_MANAGER_H_ #define CHROME_BROWSER_GPU_GPU_MODE_MANAGER_H_ #include "components/prefs/pref_change_registrar.h" cl...
// // ASListTestSection.h // AsyncDisplayKit // // Created by Adlai Holler on 12/25/16. // Copyright © 2016 Facebook. All rights reserved. // #import <IGListKit/IGListKit.h> #import <AsyncDisplayKit/AsyncDisplayKit.h> @interface ASListTestSection : IGListSectionController <IGListSectionType, ASSectionController> ...
#import <PEGKit/PKParser.h> enum { DETERMINISTICPALINDROME_TOKEN_KIND_0 = 14, DETERMINISTICPALINDROME_TOKEN_KIND_1 = 15, DETERMINISTICPALINDROME_TOKEN_KIND_2 = 16, }; @interface DeterministicPalindromeParser : PKParser @end
//********************************************************* // // 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...
#include "glfw/src/init.c"
/* * Copyright 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/** * \file * <!-- * This file is part of BeRTOS. * * Bertos 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...
/* * head file * operation on ini file API used in kernel * parse ini file to mainkey and subkey value * Author: raymonxiu * */ #ifndef __CFG__OP__H__ #define __CFG__OP__H__ #define LINE_MAX_CHAR_NUM 512 #define MAX_LINE_NUM 2048 #define MAX_NAME_LEN 32 #define MAX_VALUE_LEN 128 #define MAX_MAIN...
/* */ #ifndef __ASM_SMTC_IPI_H #define __ASM_SMTC_IPI_H #include <linux/spinlock.h> // #ifdef SMTC_IPI_DEBUG #include <asm/mipsregs.h> #include <asm/mipsmtregs.h> #endif /* */ /* */ struc...
/* Copyright (c) 2010, 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 hope th...
/* arch_prctl call for Linux/x32. Copyright (C) 2012-2013 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 Foundat...
/* 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 ...
/* GStreamer * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> * Copyright (C) <2007-2008> Sebastian Dröge <sebastian.droege@collabora.co.uk> * * 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 ...
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ #include <linux/fs.h> #include <linux/reiserfs_fs.h> #include <linux/time.h> #include <asm/uaccess.h> #include <linux/pagemap.h> #include <linux/smp_lock.h> static int reiserfs_unpack(struct inode *inode, struct file *filp); /* ** reiserf...
/* * linux/arch/unicore32/kernel/early_printk.c * * Code specific to PKUnity SoC and UniCore ISA * * Copyright (C) 2001-2010 GUAN Xue-tao * * 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...
/* $NoKeywords:$ */ /** * @file * * Create outline and references for 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 Lab...
#include <my_global.h> #include <m_ctype.h> #include <m_string.h> #include <sys/types.h> #include <regex.h> #include "utils.h" #include "regex2.h" #include "debug.ih" /* Added extra paramter to regchar to remove static buffer ; Monty 96.11.27 */ /* - regprint - print a regexp for debugging == void regprint(regex_t ...
/* mpi.h - Multi Precision Integers * Copyright (C) 1994, 1996, 1998, 1999, * 2000, 2001 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 * ...
/* This file is part of the KDE libraries Copyright (c) 1999 Preston Brown <pbrown@kde.org> Copyright (C) 1997 Matthias Kalle Dalheimer <kalle@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 th...
/* * Copyright (c) 2010, * Gavriloaie Eugen-Andrei (shiretu@gmail.com) * * This file is part of crtmpserver. * crtmpserver 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 ...
/* * Runtime.h * * Created on: Jul 23, 2012 * Author: lion */ #include "utils.h" #include "DateCache.h" #ifndef RUNTIME_H_ #define RUNTIME_H_ namespace fibjs { class Runtime { public: static Runtime &now(); static void reg(void *rt); static result_t setError(result_t hr) { Runtim...
/* * Copyright (C) 2013 Intel Corporation. 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...
//--------------------------------------------------------------------------- // Greenplum Database // Copyright 2012 EMC Corp. // // @filename: // CLogicalLeftOuterApply.h // // @doc: // Logical Left Outer Apply operator //--------------------------------------------------------------------------- #ifndef GPOPT_CLog...
/* * Copyright (c) 2015, Lars Schmertmann <SmallLars@t-online.de>, * Jens Trillmann <jtrillma@informatik.uni-bremen.de>. * 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. Redistributi...
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TOOLS_GN_ITEM_H_ #define TOOLS_GN_ITEM_H_ #include <string> #include "tools/gn/label.h" #include "tools/gn/visibility.h" class Config; clas...