text
stringlengths
4
6.14k
/* * $Id: resource.h,v 1.1 2003/06/30 08:41:22 dmitry Exp $ * * Copyright (c) 2003, Dmitry Yurtaev <dm1try@umail.ru> * * This 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 (...
/*************************************************************************** * Copyright 2016 by Davide Bettio <davide@uninstall.it> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
/* Copyright (C) 1993 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 2 of the License, or (at your option) any later version. This program is distribut...
/* ************************************************************************* ArmageTron -- Just another Tron Lightcycle Game in 3D. Copyright (C) 2000 Manuel Moos (manuel@moosnet.de) ************************************************************************** This program is free software; you can redistribute it an...
/* Copyright (c) 2008-2014 Red Hat, Inc. <http://www.redhat.com> This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesser General Public License, version 3 or any later version (LGPLv3 or later), or the GNU General Public License, version 2 (GPLv2), in all cas...
#ifndef MEDIUMMENU_H #define MEDIUMMENU_H #include "../ArcadeMenuScene.h" #include "../IArcadeMenuLevel.h" #include "../Grid.h" #include "cocos2d.h" class MediumMenu : public cocos2d::Object, public ArcadeMenuLevel { public: MediumMenu(ArcadeMenu* arcade); static MediumMenu* create(ArcadeMenu*); virtual coc...
/* * Callbacks for events triggered by gui.c. Located here in the interests of * cleanliness. * * Every funciton here should take a GuiInfo * as its data element, unless * otherwise specified. Even if the function does not use it currently, it * should be passed anyway, incase it is used in the future * * Copyr...
#include "graphics\Singularity.Graphics.h" namespace Singularity { namespace Graphics { class VertexPositionNormalTexture { private: #pragma region Static Methods static VertexDeclaration* GetVertexDeclaration(); #pragma endregion public: #pragma region Static Variables static VertexDe...
/* audio.[ch] * * part of the Systems Programming 2005 assignment * (c) Vrije Universiteit Amsterdam, BSD License applies * contact info : wdb -_at-_ few.vu.nl * */ /** open a WAV-file for reading * * this function checks whether the file pointed to by filename exists, * and if it is of the right type. Note th...
/* This research is supported by the European Union Seventh Framework Programme (FP7/2007-2013), project ASPIRE (Advanced Software Protection: Integration, Research, and Exploitation), under grant agreement no. 609734; on-line at https://aspire-fp7.eu/. */ /* The development of portions of the code contained in this ...
/* pdfaction.h Copyright 2009 Taco Hoekwater <taco@luatex.org> This file is part of LuaTeX. LuaTeX 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 ...
#ifndef UNFO_LOG_H #define UNFO_LOG_H #include <stdarg.h> #include "unfo_log_codes.h" #include "unfo_types.h" void unfo_log_create(UNFO_Log *log, UNFO_Object **args); void unfo_log_create_u(UNFO_Object *log, UNFO_Object **args); void unfo_log_destroy(UNFO_Log *log); void unfo_log_destroy_u(UNFO_Object *log); UNFO_...
/* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: * Copyright (C) 2001 Aaron Oneal * Copyright (C) 2002 Xodnizel * * 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 Fou...
/* * Copyright (C) 2012-2013 RCP100 Team (rcpteam@yahoo.com) * * This file is part of RCP100 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 version 2 of the License, or ...
/* * * kernel/cpt/cpt_obj.c * * Copyright (C) 2000-2005 SWsoft * All rights reserved. * * Licensing governed by "linux/COPYING.SWsoft" file. * */ #include <linux/version.h> #include <linux/module.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/slab.h> #includ...
/* * Copyright 2007-2009 Analog Devices Inc. * Philippe Gerum <rpm@xenomai.org> * * Licensed under the GPL-2 or later. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/delay.h> #include <asm/smp.h> #include <asm/dma.h> #include <asm/time.h> ...
/********************************************\ * * Sire - Molecular Simulation Framework * * Copyright (C) 2007 Christopher Woods * * 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 Foun...
#include <stdio.h> #include <string.h> #include "htmlfunc.h" //Ö»Ìæ»»µ¥ÒýºÅºÍ'\\'£¬¿Û³ýĩβµÄ°ë¸öºº×Ö¡£·±Ìå×Ö±àÂëÖÐÓöµ½µÄ'\\'²»Ìæ»» //×Ö·û´®ÖеÄ><Ö®ÀàÌØÊâ×Ö·û¿ÉÒÔÓɽű¾×Ô¼ºÀ´´¦Àí£¬²»ÔÚ·þÎñÆ÷¶Ë´¦Àí // //Èç¹ûÊǰë¸öºº×Ö¼ÓÉÏ', ²»ÖªµÀÊÇʲôЧ¹û¡£Èç¹ûÓÐÎÊÌâÔÙ¸Ä°É char * scriptstr(const unsigned char *s) { static char buf[10...
/* $Id$ OWFS -- One-Wire filesystem OWHTTPD -- One-Wire Web Server Written 2003 Paul H Alfille email: palfille@earthlink.net Released under the GPL See the header file: ow.h for full attribution 1wire/iButton system from Dallas Semiconductor */ /* ow_server talks to the server, sending and ...
#ifndef _CRYPTO_INTERNAL_SKCIPHER_H #define _CRYPTO_INTERNAL_SKCIPHER_H #include <crypto/algapi.h> #include <crypto/skcipher.h> #include <linux/types.h> struct rtattr; struct crypto_skcipher_spawn { struct crypto_spawn base; }; extern const struct crypto_type crypto_givcipher_type; static inline void crypto_set...
/* * In The Name Of God * ======================================== * [] File Name : qsort.h * * [] Creation Date : 09-02-2015 * * [] Last Modified : Mon 09 Feb 2015 08:16:34 PM IRST * * [] Created By : Parham Alvani (parham.alvani@gmail.com) * ======================================= */ #ifndef QSORT_H #define...
/* inputint.c: read integers from text files. These routines are only used for debugging and such, so perfect error checking isn't necessary. Public domain. */ #include "config.h" #include "lib.h" /* Read an integer from the file F, reading past the subsequent end of line. */ integer inputint (FILE *f) {...
/****************************************************************************************/ /* */ /* 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 Licen...
/** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2016 Mark Samman <mark.samman@gmail.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; eithe...
/* * * BRIEF MODULE DESCRIPTION * PROM library initialisation code, supports YAMON and U-Boot. * * Copyright 2000-2001, 2006, 2008 MontaVista Software Inc. * Author: MontaVista Software, Inc. <source@mvista.com> * * This file was derived from Carsten Langgaard's * arch/mips/mips-boards/xx files. * * Carst...
#ifndef POTENTIAL_GRID_H #define POTENTIAL_GRID_H #include "node.h" #include "planner.h" #include "timemap_server/TimeLapseMap.h" #include "timemap_server/TimeLapseOccGrid.h" #include <ros/ros.h> #include <ros/console.h> #include <geometry_msgs/PoseStamped.h> #include <geometry_msgs/Point.h> #include <sensor_msgs/...
/* * Author: Park Ju Hyung aka arter97 <qkrwngud825@gmail.com> * * Copyright 2015 Park Ju Hyung * * 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 p...
/* * Copyright (C) by Grant Foudree <grant907@gmail.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; version 2 of the License. * * This program is distributed in the hope that it wi...
/*COPYRIGHT 1980, INFOCOM COMPUTERS AND COMMUNICATIONS, CAMBRIDGE MA. 02142*/ /* ALL RIGHTS RESERVED, COMMERCIAL USAGE STRICTLY PROHIBITED */ /* WRITTEN BY R. M. SUPNIK */ #include "funcs.h" #include "vars.h" /* GTTIME-- GET TOTAL TIME PLAYED */ void gttime_(integer *t) { integer h, m, s; itime_(&h, &m, &s)...
/****************************************************************************** * * CAEN SpA - Front End Division * Via Vetraia, 11 - 55049 - Viareggio ITALY * +390594388398 - www.caen.it * ******************************************************************************* * \note TERMS OF USE: * This program is fr...
#ifndef MIXERCHANNEL_H #define MIXERCHANNEL_H #include <QObject> #include <QColor> #include "mixerbuffer.h" #include "mixersendsource.h" #include "mixereffectcontainer.h" #include "mixerinserteffectcontainer.h" #include "../Misc/Instrument.h" class MixerMaster; class MixerChannelInput; class MixerEffect; class Mixer...
#include <stdio.h> #include <stdint.h> #include <levpp/syntax.h> int check_braces(char *buf) { int open_squared = 0; int open_circ = 0; int open_curl = 0; while(*buf++) { if (*buf == '[') open_squared ++; else if (*buf == '(') open_circ ++; else if (*buf == '{') open_curl ++; if (*buf == ']')...
/* Copyright (C) 2018 Rainmeter Project Developers * * This Source Code Form is subject to the terms of the GNU General Public * License; either version 2 of the License, or (at your option) any later * version. If a copy of the GPL was not distributed with this file, You can * obtain one at <https://www.gnu.org/l...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (C) 2015-2016 Simon Stuerz <simon.stuerz@guh.guru> * * * * This fil...
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport */ #import <OfficeImport/EDSharedFormula.h> __attribute__((visibility("hidden"))) @interface EDArrayedFormula : EDSharedFormula { } - (id)init; // 0x25bfc9 @end
#ifndef VGUI_IINPUT_H #define VGUI_IINPUT_H #ifdef _WIN32 #pragma once #endif #include <vgui/VGUI.h> #include "interface.h" #include "vgui/MouseCode.h" #include "vgui/KeyCode.h" namespace vgui { class Cursor; typedef unsigned long HCursor; class IInput : public IBaseInterface { public: virtual void SetMouseFocus(...
/* QC_QRectF.h Qore Programming Language Copyright 2003 - 2008 David Nichols This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) ...
/* * Copyright (C) 2019 MadStrawberry * Distributed under the GNU GPL v2. For full terms see the file LICENSE * License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher */ #include <stdio.h> #include <hdc.h> int main(int argc, char* argv[]) { hdc_handle_t* handle; hdc_init(&handle); const char* man...
/* * BattleSpellMechanics.h, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * * License: GNU General Public License v2.0 or later * Full text of license available in license.txt file, in main folder * */ #pragma once #include "CDefaultSpellMechanics.h" class DLL_LINKAGE HealingSpellMe...
/* SPDX-License-Identifier: BSD-3-Clause * Copyright 2015 6WIND S.A. * Copyright 2015 Mellanox Technologies, Ltd */ #include <stddef.h> #include <assert.h> #include <stdint.h> #include <string.h> #include <inttypes.h> #include <errno.h> #include <netinet/in.h> #include <sys/ioctl.h> #include <arpa/inet.h> /* Verbs...
#include <math.h> #include <SDL.h> #include <SDL_image.h> #include <SDL_thread.h> #include "main.h" #include "find_image.h" #include "envelopes.h" int peaks[MAX_METERS]; int ptime[MAX_METERS]; int iec_scale(float db); void load_graphics_dpm() { unsigned int i; meter = find_image("iec268-scale.png"); meter_buf =...
/* BFD back-end for rs6000 support Copyright (C) 1990, 1991 Free Software Foundation, Inc. FIXME: Can someone provide a transliteration of this name into ASCII? Using the following chars caused a compiler warning on HIUX (so I replaced them with octal escapes), and isn't useful without an understanding of w...
/* * QLogic iSCSI HBA Driver * Copyright (c) 2003-2006 QLogic Corporation * * See LICENSE.qla4xxx for copyright and licensing details. */ #ifndef __VMWARE__ #define QLA4XXX_DRIVER_VERSION "5.01.00-k8_rhel5.2-01" #else #define QLA4XXX_DRIVER_VERSION "5.01.00-k8_rh5.2-01_vmw_2009_03_30" #endif
// $Id: klocaletest.h 36482 1999-12-14 10:19:54Z coolo $ #ifndef KLOCALETEST_H #define KLOCALETEST_H #include <qwidget.h> class QLabel; /** test: a small test program for KLocale */ class Test : public QWidget { Q_OBJECT public: /**@name methods */ //@{ /** Constructor */ Test(QWidget...
// Copyright (C) 1999-2000 Id Software, Inc. // #define CTF_CAPTURE_BONUS 100 // what you get for capture #define CTF_TEAM_BONUS 25 // what your team gets for capture #define CTF_RECOVERY_BONUS 10 // what you get for recovery #define CTF_FLAG_BONUS 10 // what you get for picking up enemy flag #define CTF_FRA...
/* * Copyright (C) 2002 Derek Atkins * * Authors: Derek Atkins <warlord@MIT.EDU> * * 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...
/* * image-converter.c * * Copyright (C) 2004-2005 Jürg Billeter * * This library 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 ...
/* * Diversion Header Field Parsing Macros * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of opensips, a free SIP server. * * opensips 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...
/* * Generated by asn1c-0.9.21 (http://lionet.info/asn1c) * From ASN.1 module "SealSignature" * found in "SealSignature.asn1" */ #ifndef _SESSignData_H_ #define _SESSignData_H_ #include <asn_application.h> /* Including external dependencies */ #include "SESSealInfo.h" #include <OCTET_STRING.h> #include <OBJECT...
#if !defined(HIER_network_INCLUDED) #define HIER_network_INCLUDED #include "position.h" #include "visual_net.h" #define LL 1.5 int check_position(map<int, double> &lab_x, map<int, double> &lab_y, map<int, double> &lab_r); int get_partition_from_file_tp_format(string S, map<int, deque<int> > &Mlab); int get_sizes(s...
/* * Copyright 2009 Gregory Haynes <greg@greghaynes.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. * * ...
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://lammps.sandia.gov/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC...
#pragma once #include "FilterBase.h" namespace Artus { class RunRangeFilter: public ZJetFilterBase { public: virtual bool DoesEventPass(ZJetEventData const& event, ZJetProduct const& product, ZJetPipelineSettings const& settings) { bool bPass = true; unsigned int run = event.m_eventproduc...
#include <common.h> #include <linux/sizes.h> #include <asm/barebox-arm-head.h> #include <asm/barebox-arm.h> #include <mach/imx23-regs.h> #include <generated/mach-types.h> ENTRY_FUNCTION(start_chumby_falconwing, r0, r1, r2) { arm_cpu_lowlevel_init(); barebox_arm_entry(IMX_MEMORY_BASE, SZ_64M, (void *)MACH_TYPE_CHUMBY...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Copyright (C) 2005-2008 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...
#ifndef STAT_H #define STAT_H \ "$Id: stat.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $ " /* * Unix compatible stat() * * Copyright © 1994 AmiTCP/IP Group, * Network Solutions Development, Inc. * All rights reserved. */ #ifndef SYS_STAT_H #include <sys/sta...
/* $Id: xtouchscreen_intr.c,v 1.1 2002/08/15 22:17:01 carsten Exp $ */ /***************************************************************************** * * Author: Xilinx, Inc. * * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public L...
#include<errno.h> #include<string.h> #include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<inttypes.h> #include<pcap.h> #include"arping.h" int main() { const size_t maxpacket = 1500; char* const packet = calloc(1, maxpacket); size_t packet_size = 0; // Read packet. ...
/* * Copyright © 2002,2003 Red Hat, Inc. * * This 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 option) any later version. * * This program is d...
extern void __VERIFIER_assume(int); extern void __VERIFIER_error() __attribute__ ((__noreturn__)); extern void __VERIFIER_atomic_begin(); extern void __VERIFIER_atomic_end(); //Ticket lock with proportional backoff // //From Algorithms for Scalable Synchronization on Shared-Memory Multiprocessors, 1991 (Fig. 2). //Als...
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@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 S...
/* created by click/linuxmodule/fixincludes.pl on Tue Nov 25 22:39:41 2014 */ /* from /lib/modules/2.6.27.5-117.fc10.i686/build/include/config/net/sch/dsmark.h */
/* * Copyright (C) 2002-2009 The DOSBox 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 of the License, or * (at your option) any later version. * * This p...
/*************************************************************************** * * * copyright : (C) 2007 The University of Toronto * * netterfield@astro.utoronto.ca * * ...
/* * File : poll.h * This file is part of Device File System in RT-Thread RTOS * COPYRIGHT (C) 2006-2016, 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 F...
/* # 用于探测仲裁服务器上的vip端口代理. # install: ...
/** -*- C++ -*- * Copyright (C) 2008 Luke Lu (Zvents, Inc.) * * This file is part of Hypertable. * * Hypertable 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 any...
/* * Copyright (C) 2014 Frédéric Wang (fred.wang@free.fr). 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 copyright * notice, t...
#include <linux/init.h> #include <linux/irq.h> #include <linux/io.h> #include <mach/highlander.h> enum { UNUSED = 0, /* board specific interrupt sources */ CF, /* Compact Flash */ TP, /* Touch panel */ SCIF1, /* FPGA SCIF1 */ SCIF0, /* FPGA SCIF0 */ SMBUS, /* SMBUS */ RTC, /* RTC Alarm */ AX88796, /* ...
// CrywolfAltar.h: interface for the CCrywolfAltar class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CRYWOLFALTAR_H__4D5C2361_CB6E_4B57_8509_CB4BD40525D7__INCLUDED_) #define AFX_CRYWOLFALTAR_H__4D5C2361_CB6E_4B57_8509_CB4BD40525D7__INCLUDED_ #if _MSC_VER > 1000 #pragma ...
/* * File: debug.h * Author: Uhliarik Lubos * * Created on March 3, 2014, 4:02 PM */ #ifndef DEBUG_H #define DEBUG_H #ifdef DEBUG #define D(x) x #else #define D(x) #endif #endif /* DEBUG_H */
// kheap.c -- Kernel heap functions, also provides // a placement malloc() for use before the heap is // initialised. // Written for JamesM's kernel development tutorials. #include "kheap.h" #include "common.h" // end is defined in the linker script. extern u32int end; u32int placeme...
/* cnode related routines for the coda kernel code (C) 1996 Peter Braam */ #include <linux/types.h> #include <linux/string.h> #include <linux/time.h> #include <linux/coda.h> #include <linux/coda_psdev.h> #include "coda_linux.h" static inline int coda_fideq(struct CodaFid *fid1, struct CodaFid *fid2) { return ...
// // ViewController.h // Pra-tom猫 // // Created by chan on 15/5/19. // Copyright (c) 2015年 chan. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
static float xsav,ysav; static float (*nrfunc)(float,float,float); float quad3d(float (*func)(float, float, float), float x1, float x2) { float qgaus(float (*func)(float), float a, float b); float f1(float x); nrfunc=func; return qgaus(f1,x1,x2); } float f1(float x) { float qgaus(float (*func)(f...
/* * arch/arm/include/asm/mach/mmc.h */ #ifndef ASMARM_MACH_MMC_H #define ASMARM_MACH_MMC_H #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/sdio_func.h> #include <mach/gpio.h> #include <mach/msm_bus.h> #define SDC_DAT1_DISABLE 0 #define SDC_DAT1_ENABLE 1 #define SDC_DAT1_ENWAKE 2 #def...
/* src/vm/jit/x86_64/md-emit.h - machine dependent emit function prototypes Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, Institut f. Computersprachen - T...
// 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 NET_CERT_X509_UTIL_MAC_H_ #define NET_CERT_X509_UTIL_MAC_H_ #include <CoreFoundation/CFArray.h> #include <Security/Security.h> #include <str...
/* ** Zabbix ** Copyright (C) 2001-2014 Zabbix SIA ** ** 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 pro...
/* $Id: divamnt.c,v 1.1.1.1 2011/08/19 02:08:59 ronald Exp $ * * Driver for Eicon DIVA Server ISDN cards. * Maint module * * Copyright 2000-2003 by Armin Schindler (mac@melware.de) * Copyright 2000-2003 Cytronics & Melware (info@melware.de) * * This software may be used and distributed according to the terms *...
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2010 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your op...
/* FILE $Id: trrtypefunc.h 166 2009-06-05 22:10:35Z Dylan $ PURPOSE Non-schema dependent trrtype.c expansion. AUTHOR GPL License applies, see www.fsf.org for details See LICENSE file in this distribution (C) 2001-2009 Gary Wallis and Hugo Urquiza. */ void tRRTypeNavList(void); void ExtProcesstRRTypeVars(pentry e...
/* * AudioPulseAudio.h - device-class which implements PulseAudio-output * * Copyright (c) 2008-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net> * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * * This program is free software; you can redistribute it and/or * modify it und...
#ifndef AST_NODE_H_ #define AST_NODE_H_ #include <cstdint> #include <cstring> #include <vector> #include "front_end/location.hh" #include "syntax_tree/ast_visitor.h" #include "syntax_tree/ast_node.pb.h" #include "symbol_table/data_type.h" namespace flang { #define INHERIT_AST_NODE(Derived, Base, NodeType) \ pub...
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=- // FGx FlightGear Launcher // pilotswidget.h // -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=- // (c) 2010-2012 // Yves Sablonier, Pete Morgan // Geoff McLane // GNU GPLv2, see main.cpp and shipped licence.txt for furthe...
/* ** ZABBIX ** Copyright (C) 2000-2005 SIA Zabbix ** ** 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 pr...
/* * ===================================================================================== * * Filename: eeprom_i2c.h * * Description: * * Version: 1.0 * Created: 2012年10月10日 14时27分36秒 * Revision: none * Compiler: gcc * * Author: Dr. James Lee (Jsl), pighac...
#include <stdio.h> #include <stdlib.h> #include "obstacles.h" #include "point.h" #include <vector> #include "path.h" #include "run.h" using namespace std; float xMax, yMax, radius; int run() { int check; float xStart, yStart, xStop, yStop, obstaclex, obstacley, obstacleHalfWidth, obstacleHalfHeight, obstacleAngle...
/* * Bricks-OS, Operating System for Game Consoles * Copyright (C) 2008 Maximus32 <Maximus32@bricks-os.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 Lic...
typedef enum { MP3_PLAY_1KHZ_0DB_LR=0, MP3_PLAY_1KHZ_0DB_L, MP3_PLAY_1KHZ_0DB_R, MP3_PLAY_MULTISINE_20KHZ, MP3_PLAY_TEST_STOP, MP3_PLAY_SAMPLE_FILE_COMPARE, MP3_PLAY_NOSIGNAL_LR_128K }test_mode_req_mp3_play_type; typedef enum { SPEAKER_PHONE_MODE_OFF=0, SPEAKER_PHONE_MODE_ON, NOMA...
/* * Copyright (C) 2005-2013 Team XBMC * 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. * * T...
#ifdef HAVE_CONFIG_H # include "config.h" #endif #include <stdio.h> #include <stdlib.h> #include <stdio.h> #include <stdlib.h> #include "vfile.h" int main(int argc, char *argv[]) { int verbose = 2; char *url, *destdir; vfile_configure(VFILE_CONF_VERBOSE, &verbose); vfile_setup(); if (argc ...
/* * Copyright (C) 2005-2013 Junjiro R. Okajima * * This program, aufs 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...
// Copyright (c) 2014- PPSSPP 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, version 2.0 or later versions. // This program is distributed in the hope that it will be useful, // b...
#include "helpers.h" TEST(join_does_not_work_on_different_element_sizes) { USING(dlist_new(sizeof(int))) { dlist_t *other = dlist_new(sizeof(int)+2); assertEquals(dlist_join(list, other), NULL); assertEquals(dlist_join(other, list), NULL); dlist_free(other); } } TEST(join_works...
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by FlangerExplorer.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define IDD_MAINDLG 129 #define IDB_FLANGER 201 #define IDB_CCLIC ...
/* * ===================================================================================== * * Filename: fifo_util.c * * Description: fifo util * * Version: 1.0 * Created: 2017年05月18日 10时46分46秒 * Revision: none * Compiler: gcc * * Author: James Lee (Jsl), pr...
/* * arch/arm/mach-ixp4xx/include/mach/mtd-xip.h * * IXP4XX MTD primitives for XIP support. * * Copyright (C) 2014 Cisco, Inc. * * based on arch/arm/mach-sa1100/include/mach/mtd-xip.h * Copyright: (C) 2004 MontaVista Software, Inc. * * This program is free software; you can redistribute it and/or modify * it...
#ifndef PEMU_HELPER_H #define PEMU_HELPER_H #include "linux.h" #include "pemu.h" static void get_name(uint32_t addr, int size, char *buf) { PEMU_read_mem(addr + pemu_guest_os.commoffset, 16, buf); } static uint32_t next_task_struct(uint32_t addr) { uint32_t retval; uint32_t next; PEMU_read_mem(addr + pemu_...
#ifndef KVIRTUALHOSTDATABASE_H #define KVIRTUALHOSTDATABASE_H #include <map> #include <list> #include <string> #include "global.h" #include "utils.h" #include "vh_module.h" #include "KVirtualHost.h" #include "KDsoModule.h" #define VH_INFO_HOST 0 #define VH_INFO_ERROR_PAGE 1 #define VH_INFO_INDEX 2 #define VH...