text stringlengths 4 6.14k |
|---|
#include "alsa-autoconf.h"
#include "adriver.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
#include "tea575x-tuner-3.3.c"
#elif LINUX_VERSION_CODE < KERNEL_VERSION(3, 7, 0)
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 5, 0)
#define v4l2_disable_ioctl(x, y) /* NOP */
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,... |
/*
* 1-5.c - By furzoom @ Jan 10, 2016
*/
#include <stdio.h>
int main()
{
float fahr, celsius;
float lower, upper, step;
lower = 0;
upper = 300;
step = 20;
printf("FAHR CELSIUS\n");
for (fahr = upper; fahr >= lower; fahr = fahr - step) {
celsius = (5.0 / 9.0) * (fahr - 32.0);
... |
/* This file is (C) copyright 2001-2004 Software Improvements, Pty Ltd */
/* This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later ve... |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
*/
#import <iTunesStore/ISURLOperationDelegate.h>
@protocol ISStoreURLOperationDelegate <ISURLOperationDelegate>
@optional
- (BOOL)operation:(id)operation shouldSetStoreFrontID:(id... |
/************************************************************************
$Id$
RTB - Team Framework: Framework for RealTime Battle robots to communicate efficiently in a team
Copyright (C) 2004 The RTB- Team Framework Group: http://rtb-team.sourceforge.net
This program is free software; you can re... |
//* -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- */
/////////////////////////////////////////////////////////////////////////////////
// Name: src/objects/PTextBox.h
// Purpose: Contains generic specs for non-editable a text box
// Author: Shane T. Mueller, Ph.D.
// Cop... |
/*
* Copyright 2014 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... |
// FileSJ.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CFileSJApp:
// See FileSJ.cpp for the implementation of this class
//
class CFileSJApp : public CWin... |
#ifndef TEST_H
#define TEST_H
#include "unfold.h"
void check_co(co_t *co);
void check_co_cond(co_cond_t *cond);
void pred_check(pred_t *pred, int len);
#endif
|
/*
* Copyright (c) 2004, Bull S.A.. All rights reserved.
* Created by: Sebastien Decugis
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hop... |
/* An alternative to qsort, with an identical interface.
This file is part of the GNU C Library.
Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
Written by Mike Haertel, September 1988.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... |
/*HEADER**********************************************************************
Copyright (c)
All rights reserved
This software embodies materials and concepts that are confidential to Redpine
Signals and is made available solely pursuant to the terms of a written license
agreement with Redpine Signals
Project n... |
/*
* CpuStatistics.c
*
* Created on: Jun 27, 2011
*/
#include "CpuStatistics.h"
#include <stdlib.h>
#include "../Common/FunctionTracing.h"
/**
* @parm pCpuInfoStruct, this must be null, prior to call.
* @return Point to CpuInformationStructure if success, otherwise NULL.
*/
struct CpuInformationStructure *C... |
/* Copyright (c) 2012, 2017, Oracle and/or its affiliates. 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; version 2 of the License.
This program is distributed in t... |
/* crypto/hmac/hmac.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-co... |
/** osdep_stdint.h
*
* Wrapper for system header osdep_stdint.h
*/
/*****************************************************************************
* Copyright (c) 2017 INSIDE Secure Oy. All Rights Reserved.
*
* The latest version of this code is available at http://www.matrixssl.org
*
* This software is open source;... |
/*
* OpenTyrian Classic: A modern cross-platform port of Tyrian
* Copyright (C) 2007-2009 The OpenTyrian 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... |
#ifndef __LINSCHED_UNISTD_H
#define __LINSCHED_UNISTD_H
#include <asm-generic/unistd.h>
#endif
|
#pragma config(Hubs, S1, HTMotor, HTMotor, none, none)
#pragma config(Hubs, S1, HTMotor, HTMotor, HTMotor, HTMotor)
#pragma config(Hubs, S3, HTServo, HTServo, none, none)
#pragma config(Sensor, S1, motors, sensorNone)
#pragma config(Sensor, S2, SMUX, sensorI2CCustom9V)
#pragm... |
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < ... |
/*
* Copyright (C) 2003-2016 SICOM Systems, INC.
*
* Authors: Bob Doan <bdoan@sicompos.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distribu... |
/*
Author bobness09, Mail bobnessdev@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, either version 3 of the License, or
(at your option) any later version.
This program is distribu... |
/*
* boxes - Command line filter to draw/remove ASCII boxes around text
* Copyright (c) 1999-2021 Thomas Jensen and the boxes contributors
*
* 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... |
/**
* Maxima, a chess playing program.
* Copyright (C) 1996-2015 Erik van het Hof and Hermen Reitsma
*
* 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 ... |
/*
* Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your opti... |
/*____________________________________________________________________________
FreeAmp - The Free MP3 Player
Portions Copyright (C) 1998-1999 EMusic.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 Fo... |
/* $Id: spp_arpspoof.h,v 1.17 2015/04/23 18:28:10 jocornet Exp $ */
/*
** Copyright (C) 2014-2015 Cisco and/or its affiliates. All rights reserved.
** Copyright (C) 2003-2013 Sourcefire, Inc.
** Copyright (C) 2001-2003 Jeff Nathan <jeff@snort.org>
**
** This program is free software; you can redistribute it and/or modi... |
/*
* Copyright (C) 2006 Christoph Hohmann
*
* 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 ... |
/*
* MP3 decoding support using libmpg123, loosely based on an SDL_mixer
* See: http://bubu.lv/changeset/4/public/libs/SDL/generated/SDL_mixer
*
* Copyright (C) 2011-2012 O.Sezer <sezero@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN... |
#ifndef _ASM_GENERIC_BITOPS_CONST_HWEIGHT_H_
#define _ASM_GENERIC_BITOPS_CONST_HWEIGHT_H_
#define __const_hweight8(w) \
( (!!((w) & (1ULL << 0))) + \
(!!((w) & (1ULL << 1))) + \
(!!((w) & (1ULL << 2))) + \
(!!((w) & (1ULL << 3))) + \
(!!((w) & (1ULL << 4))) + \
(!!((w) & (1ULL << 5))) + \
(!!((w) & (1ULL... |
/* Pascal language support definitions for GDB, the GNU debugger.
Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Lice... |
/* vi: set sw=4 ts=4: */
/*
* xreadlink.c - safe implementation of readlink.
* Returns a NULL on failure...
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
#include "libbb.h"
/* some systems (eg Hurd) does not have MAXSYMLINKS definition,
* set it to some reasonable value if it isn't defined ... |
/****************************************************************
* *
* Copyright 2001 Sanchez Computer Associates, 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 *
* the li... |
/* Hey EMACS -*- linux-c -*- */
/* $Id: clist.h 4392 2011-08-01 09:24:05Z debrouxl $ */
/* TiLP - Tilp Is a Linking Program
* Copyright (C) 1999-2006 Romain Lievin
*
* 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
* ... |
//
// Copyright (C) 2006-2011 Christoph Sommer <christoph.sommer@uibk.ac.at>
//
// Documentation for these modules is at http://veins.car2x.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 Foundat... |
/* Add subsystem definitions of the form SUBSYS(<name>) in this
* file. Surround each one by a line of comment markers so that
* patches don't collide
*/
/* */
/* */
#ifdef CONFIG_CPUSETS
SUBSYS(cpuset)
#endif
/* */
#ifdef CONFIG_CGROUP_DEBUG
SUBSYS(debug)
#endif
/* */
#ifdef CONFIG_CGROUP_NS
SUBSYS(ns)
#endi... |
/* Driver for routine flmoon */
#include <stdio.h>
#define NRANSI
#include "nr.h"
#define ZON (-5.0)
int main(void)
{
int i,i1,i2,i3,id,im,iy,n,nph=2;
float timzon=ZON/24.0,frac,secs;
long j1,j2;
static char *phase[]={"new moon","first quarter",
"full moon","last quarter"};
printf("Date of ... |
#include <linux/moduleloader.h>
#include <linux/elf.h>
#include <linux/vmalloc.h>
#include <linux/fs.h>
#include <linux/string.h>
#include <linux/kernel.h>
#if 0
#define DEBUGP printk
#else
#define DEBUGP(fmt...)
#endif
void *module_alloc(unsigned long size)
{
if (size == 0)
return NULL;
return vmalloc(size);
}
... |
/* clock.h
* Copyright (C) 2002 Laurent Belmonte
*
* 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 option) any later version.
*
* T... |
// -*- C++ -*-
/*!
\file FunctionWithQuadraticPenalty.h
\brief An objective function with a quadratic penalty.
*/
#if !defined(__numerical_FunctionWithQuadraticPenalty_h__)
#define __numerical_FunctionWithQuadraticPenalty_h__
#include "../defs.h"
#include <functional>
#include <cassert>
// If we are debuggin... |
#ifndef USB_H
#define USB_H
#include <pspusb.h>
#include <pspusbstor.h>
#include <pspsdk.h>
#define oslGetUsbState sceUsbGetState
/** @defgroup Usb USB
USB functions to start/stop usb storage
@{
*/
enum {OSL_USB_ACTIVATED=PSP_USB_ACTIVATED,
OSL_USB_CABLE_CONNECTED=PSP_USB_CABLE_CONNECTED... |
/*
tea6420 - i2c-driver for the tea6420 by SGS Thomson
Copyright (C) 1998-2003 Michael Hunold <michael@mihu.de>
Copyright (C) 2008 Hans Verkuil <hverkuil@xs4all.nl>
The tea6420 is a bus controlled audio-matrix with 5 stereo inputs,
4 stereo outputs and gain control for each output.
It is casc... |
/*
* menu_joyport.h - Joyport menu for SDL UI.
*
* Written by
* Marco van den Heuvel <blackystardust68@yahoo.com>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms... |
/*
* Print Dialog for Canon LIPS/PS/LIPSLX/UFR2/CAPT Printer.
* Copyright (C) 2010-2011 Canon Inc.
* 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 ve... |
/*
* Copyright (C) 2010-2011 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
*
* A ... |
#include "globals.h"
void buy_handler(struct player_t *player)
{
output("Enter the ticker symbol of the stock you wish to purchase: ");
char *sym = read_ticker();
struct money_t price;
output("Getting stock information...\n");
char *name;
if(!get_stock_info(sym, &price, &name))
{
... |
// qtractor.h
//
/****************************************************************************
Copyright (C) 2005-2022, rncbc aka Rui Nuno Capela. 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 t... |
/** @file
* REM - The Recompiled Execution Manager.
*/
/*
* Copyright (C) 2006-2015 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under the terms of the GNU
... |
/** -*- c++ -*-
* Copyright (C) 2011 Hypertable, 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; version 2 of the
* License, or any later versio... |
#ifndef __LINUX_BRIDGE_EBT_AMONG_H
#define __LINUX_BRIDGE_EBT_AMONG_H
#define EBT_AMONG_DST 0x01
#define EBT_AMONG_SRC 0x02
/* Grzegorz Borowiak <grzes@gnu.univ.gda.pl> 2003
*
* Write-once-read-many hash table, used for checking if a given
* MAC address belongs to a set or not and possibly for checking
* if it is... |
#ifndef K3DSDK_QTUI_UTILITY_H
#define K3DSDK_QTUI_UTILITY_H
// K-3D
// Copyright (c) 1995-2010, Timothy M. Shead
//
// Contact: tshead@k-3d.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 Foundat... |
/*
* compiler/core/define.c - keeps a list of things that have been defined
* and provided means for checking if something has been
* defined
*
* MS 92
* Copyright (C) 1991, 1992 Michael Sample
* and the University of British Columbia
*
* This program is free software; you can ... |
/*
*
* (c) 2005 Laurent Vivier <Laurent@Vivier.EU>
*
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "libstream.h"
#ifdef FLOPPY_SUPPORT
#include <libfloppy.h>
#endif
#ifdef SCSI_SUPPORT
#include <libscsi.h>
#endif
#ifdef BLOCK_SUPPORT
#include <libblock.h>
#endif
#ifdef CONTAINER_SUPPORT
#... |
/*
* include/net/9p/transport.h
*
* Transport Definition
*
* Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net>
* Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Genera... |
#ifdef _3DS
#include <3ds.h>
#include <3ds/types.h>
#include "gl.h"
#include <math.h>
#include <stdlib.h>
#include <malloc.h>
#include "DoomDef.h"
#include "R_local.h"
#include "map.h"
#include "keyboard.h"
touchPosition g_lastTouch = { 0, 0 };
touchPosition g_currentTouch = { 0, 0 };
//0=DS Bit,1=game key, 2=menu ... |
/*
* Copyright 2010 Tilera 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
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will ... |
/*
===========================================================================
Copyright (C) 2006 Dmn_clown (aka: Bob Isaac (rjisaac@gmail.com))
This file is part of Open Arena and is based upon Mr. Elusive's fuzzy logic
system found in Quake 3 Arena.
Open Arena is free software; you can redistribute it
and/o... |
/*-
* Copyright (c) 1997 Jonathan Lemon
* 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, this list of cond... |
#if !defined(HISTORYSTATS_GUARD_UTILS_PATTERN_H)
#define HISTORYSTATS_GUARD_UTILS_PATTERN_H
namespace pattern
{
template<typename T_>
class NotCopyable
{
private:
NotCopyable(const NotCopyable&);
const NotCopyable& operator =(const NotCopyable&);
protected:
NotCopyable()
{
}
~NotCop... |
/** \file globalfunctions.h defines hlper functions */
#ifndef __GLOBAL_F__
#define __GLOBAL_F__
#include <cmath>
#include "kernel/displayparams.h"
//TODO asi by t mohlo byt vacsie, na viac desatinnych miest
#define PI 3.14
#define min(a,b) (a) < (b)? (a):(b)
#define max(a,b) (a) > (b)? (a):(b)
/** \bri... |
#ifndef IVL_globals_H
#define IVL_globals_H
/*
* Copyright (c) 2000-2014 Stephen Williams (steve@icarus.com)
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
* General Public License as published by the Free Software
* Fou... |
Complex frenel(const Doub x) {
static const Int MAXIT=100;
static const Doub PI=3.141592653589793238, PIBY2=(PI/2.0), XMIN=1.5,
EPS=numeric_limits<Doub>::epsilon(),
FPMIN=numeric_limits<Doub>::min(),
BIG=numeric_limits<Doub>::max()*EPS;
Bool odd;
Int k,n;
Doub a,ax,fact,pix2,sign,sum,sumc,sums,term,t... |
#pragma once
class DlgBorrowShell :
public jkBaseDialog
{
public:
DlgBorrowShell(void);
~DlgBorrowShell(void);
virtual void OnInitDialog();
virtual void OnOk();
};
|
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "NSObject.h"
@class SBApplication, SBButtonBar, SBContentLayer, SBZoomView, UIView, UIWindow;
@interface SBUIController : NSObject
{
UIWindow *_window; // 4 = 0x4
UIView... |
/* drotg.f -- translated by f2c (version 20031025).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of ... |
/************************************************************************
$Id: bfclientshoottwicestate.h,v 1.2 2005/01/06 17:59:26 jonico Exp $
RTB - Team Framework: Framework for RealTime Battle robots to communicate efficiently in a team
Copyright (C) 2004 The RTB- Team Framework Group: http://rtb-te... |
/**********************************************************************
Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
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... |
/*
* This file is part of the coreboot project.
*
* Copyright (C) 2015-2016 Advanced Micro Devices, 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; version 2 of the License.
*
* ... |
/*
* The ManaPlus Client
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2018 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
* This program is free software; you can redistribute it and/or modify
* i... |
/****************************************************************************
**
** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com>
**
** This file is part of QtEmu.
**
** 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... |
#ifndef _DVB_USB_CXUSB_H_
#define _DVB_USB_CXUSB_H_
#define DVB_USB_LOG_PREFIX "cxusb"
#include "dvb-usb.h"
/* usb commands - some of it are guesses, don't have a reference yet */
#define CMD_BLUEBIRD_GPIO_RW 0x05
#define CMD_I2C_WRITE 0x08
#define CMD_I2C_READ 0x09
#define CMD_GPIO_READ 0x0d
#define C... |
/*
* mmu.h
*/
#ifndef __MMU_H__
#define __MMU_H__
#include "hal/isr.h" // For struct registers
#include "page.h"
#include "mutex.h"
struct pdir;
/*
* MMU context
*/
struct mmu_ctx {
/* Virtual address of the page directory */
struct pdir *pdir;
/* Physical address of the page directory */
phys_addr_t pdbr;... |
/*
* File : libc.h
* Brief : armcc libc header file
*
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 2017, 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 Fre... |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_lang_ref_Reference__
#define __java_lang_ref_Reference__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace gcj
{
class RawData;
}
}
}
class java::lang::ref::Reference : publ... |
//
// CAPPPageControl.h
// Infinite page control for CERN.app
//
// Created by Timur Pocheptsov on 16/12/13.
//
#import <UIKit/UIKit.h>
@class CAPPPageControl;
@protocol CAPPPageControlDelegate
@optional
- (void) pageControlDidEndAnimating : (CAPPPageControl *) control;
@end
@interface CAPPPageControl : UIView... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include "parse.h"
#include "http.h"
#include "handle.h"
#include <unistd.h>
#ifndef DEBUG
#define DEBUG 0
#endif
static void error (int fd, int errcode, char *msg);
static void parse(int fd);
// utilities
void die (const char *msg)
{
f... |
/**************************************************************
* Copyright (C) 2010 STMicroelectronics. All Rights Reserved.
* This file is part of the latest release of the Multicom4 project. This release
* is fully functional and provides all of the original MME functionality.This
* release is now considere... |
/*
* arch/arm/include/asm/pgtable-2level-hwdef.h
*
* Copyright (C) 1995-2002 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.
*/
#ifndef _ASM_PGTABLE_2LEVEL_HWD... |
/* copied from linux wireless-2.6/net/mac80211/util.c */
/*
* Copyright 2002-2005, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007 Johannes Berg <johannes@sipsolutions.net>
* Copyright 2014-2015 Bruno Randolf (br1@einfac... |
// *************************************************************************
//
// Copyright 2004-2010 Bruno PAGES .
//
// This file is part of the BOUML Uml Toolkit.
//
// 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
// th... |
/*
* \brief ELF binary utility
* \author Christian Helmuth
* \date 2006-05-04
*/
/*
* Copyright (C) 2006-2012 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#ifndef _INCLUDE__BASE__ELF_H_
#define _IN... |
/*
This file is part of Valgrind, a dynamic binary instrumentation
framework.
Copyright (C) 2006-2012 OpenWorks LLP
info@open-works.co.uk
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 Softwar... |
#ifndef __MMU_H
#define __MMU_H
typedef volatile unsigned long mm_context_t;
typedef unsigned long nv_mm_context_t;
#endif
|
/*
*
* Definitions for mount interface. This describes the in the kernel build
* linkedlist with mounted filesystems.
*
* Author: Marco van Wieringen <mvw@planets.elm.net>
*
* Version: $Id: mount.h,v 2.0 1996/11/17 16:48:14 mvw Exp mvw $
*
*/
#ifndef _LINUX_MOUNT_H
#define _LINUX_MOUNT_H
#ifdef __KERNEL__
#... |
#ifdef _CREAT_STACK_H
struct node* creat_stack(void);
#endif
|
/*
Copyright 2004, Xavier Neys (neysx@gentoo.org)
This file is part of gorg.
gorg 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) ... |
/***************************************************************************
LIANE-TTS COMPILER - C Version
Portuguese Text To Speech Compiler for the MBROLA Synthesizer
Copyright (C) 2010 - Serpro - ServiçFederal de Processamento de Dados
Author: Anibal Anibal de Souza Teles - NCE/UFRJ
Based on the ori... |
/* arch/arm/mach-msm/include/mach/memory.h
*
* Copyright (C) 2007 Google, Inc.
* Copyright (c) 2009-2013, The Linux Foundation. All rights reserved.
*
* 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, dist... |
/* $Header$ */
/*
$Log$
Revision 1.1 2003/02/11 18:36:09 hines
Initial revision
Revision 1.1.1.1 2003/01/01 17:46:34 hines
NEURON -- Version 5.4 2002/12/23 from prospero as of 1-1-2003
Revision 1.1.1.1 2002/06/26 16:23:07 hines
NEURON 5.3 2002/06/04
* Revision 1.1.1.1 2001/01/01 20:30:35 hines
* preparat... |
/*
* (c) Copyright 1992 by Panagiotis Tsirigotis
* (c) Sections Copyright 1998-2001 by Rob Braun
* All rights reserved. The file named COPYRIGHT specifies the terms
* and conditions for redistribution.
*/
#ifndef LOG_H
#define LOG_H
#include <sys/socket.h>
#include "defs.h"
#include "access.h"
/*
* $Id: log... |
/* netscreen.h
*
* $Id: netscreen.h 37572 2011-06-06 16:39:23Z gerald $
*
* Juniper NetScreen snoop output parser
* Created by re-using a lot of code from cosine.c
* Copyright (c) 2007 by Sake Blok <sake@euronet.nl>
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This p... |
#pragma once
/*
* Copyright (c) 1992, 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, or (at your option)
* any later version.
*
... |
#ifndef NORTHBRIDGE_AMD_GX2_H
#define NORTHBRIDGE_AMD_GX2_H
#if !defined(__ROMCC__) && !defined(ASSEMBLY)
#if defined(__PRE_RAM__)
#else
unsigned int gx2_scan_root_bus(device_t root, unsigned int max);
int sizeram(void);
void graphics_init(void);
void northbridgeinit(void);
#endif
#endif
#endif /* NORTHBRIDGE_AMD_GX... |
#include <hf-risc.h>
int moves = 0;
/* disk, source, dest, spare */
int hanoi(int n, int a, int b, int c){
if (n == 1){
printf("move disc %d from peg %d to peg %d\n", n, a, b);
}else{
hanoi(n-1, a, c, b);
printf("move disc %d from peg %d to peg %d\n", n, a, b);
hanoi(n-1, c, b, a);
}
moves++;
}
int main(... |
//------------------------------------------------------------------------------
/* multimin/steepest_descent.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
*/
/* steepest_descent.c -- the steepest descent algorithm */
/* Modified by Brian Gough to use single iteration structure */
//---------... |
/****************************************************************
* *
* Copyright 2001, 2004 Sanchez Computer Associates, 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 *
* ... |
/*
Copyright (c) 2004-2007 Gordon Gremme <gremme@zbh.uni-hamburg.de>
Copyright (c) 2004-2007 Center for Bioinformatics, University of Hamburg
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 ... |
/*
** rq_routing_ids.c
**
** Written by Brett Hutley - brett@hutley.net
**
** Copyright (C) 2002-2008 Brett Hutley
**
** This file is part of the Risk Quantify Library
**
** Risk Quantify is free software; you can redistribute it and/or
** modify it under the terms of the GNU Library General Public
** License as publis... |
//
// ToDoListTableViewController.h
// HelloWorld
//
// Created by user on 15/5/22.
// Copyright (c) 2015年 iotek. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ToDoListTableViewController : UITableViewController
- (IBAction)unwindToList:(UIStoryboardSegue *)segue;
@end
|
/* $Id$ */
/* DO NOT EDIT - file generated by ObitTables.pl */
/*--------------------------------------------------------------------*/
/*; Copyright (C) 2014 */
/*; Associated Universities, Inc. Washington DC, USA. */
/*; ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.