text stringlengths 4 6.14k |
|---|
/*
* Author: MontaVista Software, Inc. <source@mvista.com>
*
* 2007 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whether express
* or implied.
*/
#include <linux/init.h>
#inc... |
/*
* ioe_e4defrag: ioengine for git://git.kernel.dk/fio.git
*
* IO engine that does regular EXT4_IOC_MOVE_EXT ioctls to simulate
* defragment activity
*
*/
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/uio.h>
#include <errno.h>
#include <as... |
/*
* AscNHalf MMORPG Server
* Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/>
* Copyright (C) 2010 AscNHalf Team <http://ascnhalf.scymex.info/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as publ... |
DECL|macro|TAG_H
DECL|member|date
DECL|member|object
DECL|member|tag
DECL|member|tagged
DECL|struct|tag
|
/*
* sundries.h
* Support function prototypes. Functions are in sundries.c.
*/
#include <sys/types.h>
#include <fcntl.h>
#include <limits.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
#if !defined(bool_t) && !defined(__GLIBC__)
#include <rpc/types.h>
#endif
extern int nocluster_opt;
extern int mo... |
#undef TRACE_SYSTEM
#define TRACE_SYSTEM timer
#if !defined(_TRACE_EVENTS_TIMER_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_EVENTS_TIMER_H
#include <linux/tracepoint.h>
#include <linux/hrtimer.h>
#include <linux/timer.h>
TRACE_EVENT(timer_init,
TP_PROTO(struct timer_list *timer),
TP_ARGS(timer),
TP_... |
/*
* Copyright (C) 2004,2004 bmonthy@users.sourceforge.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 vers... |
/*
Copyright (C) 2001 Tensilica, Inc. All Rights Reserved.
Revised to support Tensilica processors and to improve overall performance
*/
/*
Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the term... |
#ifndef QEMU_OSDEP_H
#define QEMU_OSDEP_H
#include <stdarg.h>
#ifdef __OpenBSD__
#include <sys/types.h>
#include <sys/signal.h>
#endif
#ifndef _WIN32
#include <sys/time.h>
#endif
#ifndef glue
#define xglue(x, y) x ## y
#define glue(x, y) xglue(x, y)
#define stringify(s) tostring(s)
#define tostring(s) #s
#endif
#if... |
/*****************************************************************************
* quant.h: arm quantization and level-run
*****************************************************************************
* Copyright (C) 2005-2014 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
*
* This program is free sof... |
/** @file
implements menubar interface functions.
Copyright (c) 2005 - 2011, 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 li... |
#include <stdio.h>
int congHaiSo(int soThu1, int soThu2);
int nhanHaiSo(int soThu1, int soThu2);
int main() {
int number1 = 10;
int number2 = 30;
int resultOfCongHaiSo = congHaiSo(number1, number2);
printf("Ket qua cua CongHaiSo: %d\n", resultOfCongHaiSo);
printf("Ket qua cua CongHaiSo: %d... |
/*
* IRC - Internet Relay Chat, include/supported.h
* Copyright (C) 1999 Perry Lorier.
*
* 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 ... |
/*
* Copyright (C) 2015 Jens Kuske <jenskuske@gmail.com>
*
* Based on clk-simple-gates.c, which is:
* Copyright 2015 Maxime Ripard
*
* Maxime Ripard <maxime.ripard@free-electrons.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License... |
/*
Copyright (c) 2008 Stefan Kurtz <kurtz@zbh.uni-hamburg.de>
Copyright (c) 2008 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 permission n... |
/** \file ARMlet.c
* Source file containing the program entrypoint, initialisation and quit
* handler.
*/
#include "fxlib.h"
#include "common/filesys.h"
#include "common/menu.h"
/**
* Program entrypoint.
*
* \param[in] isAppli 1 if launched from the menu, 0 by an eACT application.
* \param[in] O... |
/*
* upperbounds.h
*
* Created on: Aug 13, 2014
* Author: olga
*/
#ifndef UPPERBOUNDS_H_
#define UPPERBOUNDS_H_
/**
main function to carry out Upper Bounds analysis
*/
#include "tree/iqtree.h"
#include "tree/mexttree.h"
#include "alignment/alignment.h"
#include "tree/phylotree.h"
class PhyloTree;
class I... |
//-----------------------------------------------------------------------------
// File: SingleIndirectInterfaceItem.h
//-----------------------------------------------------------------------------
// Project: Kactus 2
// Author:
// Date:
//
// Description:
// The item for single bus interface in the component edito... |
/*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.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... |
/* $Id$ */
/*
* This file is part of mptestsuite. Copyright 2001,2002, Stefan Podkowinski.
*
* mptestsuite 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.
*
* mptestsuite is distributed in t... |
/*
Kvalobs - Free Quality Control Software for Meteorological Observations
$Id: miTimeParse.h,v 1.1.2.2 2007/09/27 09:02:32 paule Exp $
Copyright (C) 2007 met.no
Contact information:
Norwegian Meteorological Institute
Box 43 Blindern
0313 OSLO
NORWAY
email: kvalobs-dev@met.no
This file is part of KVALOBS
... |
/*
* Copyright (C) 2006 Sven Peter <svpe@gmx.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.
*
* This pro... |
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/kthread.h>
#include <linux/workqueue.h>
#include <linux/memblock.h>
#include <asm/proto.h>
/*
* Some BIOSes seem to corrupt the low 64k of memory during events
* like suspend/resume and unplugging an HDMI cable. Reserve all
* remaining free memory... |
// RUN: %clang_cc1 -triple i386-apple-darwin9 -target-cpu pentium4 -g -emit-llvm %s -o -
typedef short __v4hi __attribute__ ((__vector_size__ (8)));
void test1() {
__v4hi A = (__v4hi)0LL;
}
__v4hi x = {1,2,3};
__v4hi y = {1,2,3,4};
typedef int vty __attribute((vector_size(16)));
int test2() { vty b; return b[2LL];... |
/* exynos_drm_crtc.h
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* Authors:
* Inki Dae <inki.dae@samsung.com>
* Joonyoung Shim <jy0922.shim@samsung.com>
* Seung-Woo Kim <sw0312.kim@samsung.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and asso... |
/*
* linux/drivers/mmc/mmc_pxa.h
*
* Author: Vladimir Shebordaev, Igor Oblakov
* Copyright: MontaVista Software Inc.
*
* $Id: mmc.h,v 1.1 2009/04/26 18:23:44 rhabarber1848 Exp $
*
* 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 KDE libraries
* Copyright (C) 1999 Waldo Bastian <bastian@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 version 2 as published by the Free Software Foundation;
*
* This library i... |
/***************************************************************************/
/*
* linux/arch/m68knommu/platform/5272/config.c
*
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
* Copyright (C) 2001-2002, SnapGear Inc. (www.snapgear.com)
*/
/***************************************************... |
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)rtime.c 2.2 88/08/10 4.0 RPCSRC; from 1.8 88/02/08 SMI";
#endif
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software progr... |
/*
* $Id: store_swapmeta.c,v 1.21 2006/07/29 14:44:49 hno Exp $
*
* DEBUG: section 20 Storage Manager Swapfile Metadata
* AUTHOR: Kostas Anagnostakis
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
*
* Squid is the result of effor... |
/**********************************************************************
This file is part of the Quantum Computation Language QCL.
(c) Copyright by Bernhard Oemer <oemer@tph.tuwien.ac.at>, 1998
This program comes without any warranty; without even the implied
warranty of merchantability or fitness for any particula... |
/*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... |
/*
* arch/arm/mach-tegra/board-smba1002-wlan.c
*
* Copyright (C) 2011 Eduardo José Tagle <ejtagle@tutopia.com>
*
* 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 term... |
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/*
* Mate Nibbles: Mate Worm Game
* Written by Sean MacIsaac <sjm@acm.org>, Ian Peters <itp@gnu.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License a... |
/*
* This file is part of ePipe
* Copyright (C) 2019, Logical Clocks AB. All rights reserved
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at yo... |
/*
* Copyright (c) 2007 NVIDIA Corporation. All rights reserved.
*
* NVIDIA Corporation and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this software... |
/*
* Vectors.c
*
* Generic vectors and security for Coldfire Vx
*
* Created on: 07/12/2012
* Author: podonoghue
*/
#include <stdint.h>
#define $(targetDeviceSubFamily)
/*
* Security information
*/
typedef struct {
uint8_t backdoorKey[8];
uint32_t cfmprot;
uint32_t cfmsacc;
uint32_... |
/* bytes_view.h
*
* $Id: bytes_view.h 50095 2013-06-20 23:28:35Z darkjames $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li... |
/* Rconfig.h. Generated automatically */
#ifndef R_RCONFIG_H
#define R_RCONFIG_H
#ifndef R_CONFIG_H
#define HAVE_F77_UNDERSCORE 1
/* all R platforms have this */
#define IEEE_754 1
/* #undef WORDS_BIGENDIAN */
#define R_INLINE inline
#define HAVE_VISIBILITY_ATTRIBUTE 1
/* all R platforms have the next two */
#define... |
/*
* Copyright (C) 2008 Trinity <http://www.trinitycore.org/>
*
* Thanks to the original authors: MaNGOS <http://www.mangosproject.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;... |
/*
* ngIRCd -- The Next Generation IRC Daemon
* Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors.
*
* 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 ... |
/******************************************************************************
*
<<<<<<< HEAD
* Copyright(c) 2007 - 2011 Intel Corporation. All rights reserved.
=======
* Copyright(c) 2007 - 2010 Intel Corporation. All rights reserved.
>>>>>>> 296c66da8a02d52243f45b80521febece5ed498a
*
* Portions of this file are... |
/*
* xen/arch/arm/platform_vexpress.c
*
* Versatile Express specific settings
*
* Stefano Stabellini <stefano.stabellini@eu.citrix.com>
* Copyright (c) 2013 Citrix Systems.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... |
/*
* The ManaPlus Client
* Copyright (C) 2013-2014 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
* 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 v... |
#include <config.h>
/*****************************************************************/
/*** ***/
/*** Play out a file on Linux ***/
/*** ***/
/*** H.F. Si... |
//
// ESCWebView.h
// ESCDevelopKit
//
// Created by 程巍巍 on 11/17/14.
// Copyright (c) 2014 Littocats. All rights reserved.
//
#import <UIKit/UIKit.h>
#define ESCWebView_JQuerySourceURL @"http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"
@class ESCWebView;
/**
* You should never retain callback o... |
/****************************************************************************
** $Id: qwhatsthis.h 2 2005-11-16 15:49:26Z dmik $
**
** Definition of QWhatsThis class
**
** Copyright (C) 1992-2000 Trolltech AS. All rights reserved.
**
** This file is part of the widgets module of the Qt GUI Toolkit.
**
** This file may... |
/*
Launchy: Application Launcher
Copyright (C) 2005 Josh Karlin
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... |
#pragma once
#include "Emu/RSX/RSXThread.h"
#include <memory>
struct RSXDebuggerProgram
{
u32 id;
u32 vp_id;
u32 fp_id;
std::string vp_shader;
std::string fp_shader;
bool modified;
RSXDebuggerProgram()
: modified(false)
{
}
};
enum wm_event
{
none, //nothing
geometry_change_notice, //about to start res... |
/*
* File : media_proc.c
* This file is part of FH8620 BSP for RT-Thread distribution.
*
* Copyright (c) 2016 Shanghai Fullhan Microelectronics Co., Ltd.
* 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 a... |
#include "bbs.h"
////////////////////////////////////////////////////////////////////////////
// Figlet Captcha System
////////////////////////////////////////////////////////////////////////////
#ifdef USE_FIGLET_CAPTCHA
#define FN_JOBSPOOL_DIR "jobspool/"
static int
gen_captcha(char *buf, int szbuf, char *fpath)
{... |
/*
* Copyright (c) 2012 Boudewijn Rempt <boud@valdyas.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 option) any later version.
... |
/* 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 ... |
/*
* drivers/cpufreq/cpufreq_re_fit_data.h
*
* Created by Liangzhen Lai @ 10/09/2014
* cpufreq_re_fit_data.h : interface for initializing
* fit rate for different power states and configurations
*
*/
#ifndef _CPUFREQ_RE_FIR_DATA_H
#define _CPUFREQ_RE_FIR_DATA_H
struct cpufreq_re_fit_data;
struct cpufreq_re... |
#ifndef IOCTL_COMMANDS_H
#define IOCTL_COMMANDS_H
#include <linux/ioctl.h>
#define BRPA3_SET_MODE _IOW('c',1,int *)
#define BRPA3_SET_KEY _IOW('c',2,int *)
#define BRPA3_GET_MODE _IOR('c',3,int *)
#endif |
//Samuel Balula & Pedro Ribeiro 2014
#include <p30F4011.h> //defines dspic registers
#include <stdio.h> //standart IO library C
#include <libpic30.h> //C30 compiler definitions
#include <uart.h> //UART (serial port) function and utilities library
#include <timer.h> //timer library
#include <string.h>
#include <mat... |
//
// CMLocal.h
// NAStify
//
// Created by Sylver Bruneau.
// Copyright (c) 2012 CodeIsALie. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ConnectionManager.h"
#import "UserAccount.h"
#import "HTTPServer.h"
@interface CMLocal : NSObject <CM,UIAlertViewDelegate>
@property(nonatomic, strong) ... |
#ifndef SIGNING_H
#define SIGNING_H
void gpgme_sign(int rootfd, const char *file, const char *key);
int gpgme_verify(int rootfd, const char *file);
#endif
|
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
int main( void )
{
int fd = fileno(stdout);
printf("before!\n");
close(fd);
printf("after!\n");
}
|
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFoundation
*/
@protocol IMReachabilityDelegate
- (void)reachabilityDidChange:(id)reachability;
@end
|
/**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2022 UniPro <ugene@unipro.ru>
* http://ugene.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
* ... |
//
// FGDataManager.h
// OhMyGist
//
// Created by wangzz on 15-1-22.
// Copyright (c) 2015年 wangzz. All rights reserved.
//
#import <Foundation/Foundation.h>
@class FGError;
@class OCTClient;
typedef void (^completionBlock)(id object, FGError *error);
@interface FGDataManager : NSObject
/**
* 登录接口
*
* @p... |
/**
* @file
*
* @brief RTEMS File System Location Support
* @ingroup LibIOInternal
*/
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* Modifications to support reference counting in the file system are
* Copyright (c) 2012 embedded brains GmbH.
*
* The license an... |
//
// VKCJSONSerializationUtil.h
// VkClient
//
// Created by Artsiom Kaliaha on 28/08/15.
// Copyright (c) 2015 Artsiom Kaliaha. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "VKCSingleton.h"
@interface VKCJSONSerializationUtil : NSObject <VKCSingleton>
- (NSDictionary *)serialize:(NSData *)... |
/** <pre>
* The Multi-Purpose Viewer
* Copyright (c) 2004 The Boeing Company
*
* 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.
*
* This program is distributed in the hope that ... |
#pragma once
#include <Eigen/Core>
#include <angles/angles.h>
#include <geometry_msgs/Twist.h>
#include <tf2/utils.h>
#include <arips_navigation/utils/transforms.h>
using Vector2d = Eigen::Vector2d;
struct Pose2D;
using Twist2D = Pose2D;
struct Pose2D {
Vector2d point = {0, 0};
double theta = 0;
Pos... |
// -*- C++ -*-
// $Id: helpers.h,v 1.1 2001/01/12 00:41:08 robert Exp $
// id3lib: a C++ library for creating and manipulating id3v1/v2 tags
// Copyright 1999, 2000 Scott Thomas Haug
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Library General Public Licens... |
#ifndef GLOBALS_H
#define GLOBALS_H
#include <iostream>
#include <SFML\Graphics.hpp>
//Ruudun leveys ja korkeus
const int SCREEN_WIDTH = 1280;
const int SCREEN_HEIGHT = 768;
const char OPTIONS_FILENAME[] = "options.dat";
extern sf::RenderWindow window; //Piirtoikkuna
#endif; |
/*
SHSQL suite - SQL utility for LINUX/UNIX shell scriptiing
Copyright (C) 2004 Edward Macnaghten
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,... |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2011 Linaro Limited
* Aneesh V <aneesh@ti.com>
*/
#include <common.h>
#include <environment.h>
#include <asm/setup.h>
#include <asm/arch/sys_proto.h>
#include <asm/omap_common.h>
static void do_cancel_out(u32 *num, u32 *den, u32 factor)
{
while (1) {
if (((*num... |
/**
* @file find_closest_point.c
* @brief find the two points in a given array that make their distance be
* the minimum value so the the points are the closest pairs.
* @author chenxilinsidney
* @version 1.0
* @date 2015-02-15
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
// #... |
/*
Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
DCP-o-matic 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
(... |
/********************************************************************
* *
* THIS FILE IS PART OF THE Theorarm SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A SOURCE LICENSE INCLUDED... |
/*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... |
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* 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... |
#include "archive.h"
#include "emu.h"
#include "db.h"
#include "crc32.h"
#include "sha1.h"
#define MAX_PRG_ROMS 4
#define MAX_CHR_ROMS 2
#define MAX_ROMS (MAX_PRG_ROMS + MAX_CHR_ROMS)
static int load_split_rom_parts(struct archive *archive, int *chip_list, struct rom_info *rom_info,
u... |
/* Generic support for remote debugging interfaces.
Copyright 1993, 1994, 2000, 2001 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 License as published by
the Free Software Foun... |
/* conversations_usb.c 2007 Jon Smirl
* modified from conversations_eth.c 2003 Ronnie Sahlberg
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the term... |
/*
Mantis PCI bridge driver
Copyright (C) Manu Abraham (abraham.manu@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 2 of the License, or
(at your option) any later v... |
/* readtokens.c -- Functions for reading tokens from an input stream.
Copyright (C) 1990-1991, 1999 Jim Meyering.
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... |
/*
* Copyright (c) 2000-2006 Silicon Graphics, 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.
*
* This program is distributed in the hope that it would be ... |
/* perfx-protocol.c
*
* Copyright (C) 2011 Christian Hergert <chris@dronelabs.com>
*
* 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 th... |
#ifndef SQL_TYPE_INET_H
#define SQL_TYPE_INET_H
/* Copyright (c) 2011,2013, Oracle and/or its affiliates.
Copyright (c) 2014 MariaDB Foundation
Copyright (c) 2019,2021 MariaDB Corporation
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Licen... |
/*-------------------------------------------------------------------------
fssub.c
Copyright (C) 1991, Pipeline Associates, Inc.
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; eithe... |
/*
* Authors: T. Heim <timon.heim@cern.ch>,
* Date: 2016-Mar-30
*/
#ifndef FE65P2QCLOOP_H
#define FE65P2QCLOOP_H
#include "LoopActionBase.h"
#include "Fe65p2.h"
class Fe65p2QcLoop : public LoopActionBase {
public:
Fe65p2QcLoop();
private:
unsigned m_mask;
unsigned m_cur;
... |
/*
** Nofrendo (c) 1998-2000 Matthew Conte (matt@conte.com)
**
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of version 2 of the GNU Library General
** Public License as published by the Free Software Foundation.
**
** This program is distributed in the hope that it w... |
/*
Copyright (c) 2004-2010 Jay Sorg
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish... |
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/page-debug-flags.h>
#include <linux/poison.h>
#include <linux/ratelimit.h>
#ifndef mark_addr_rdonly
#define mark_addr_rdonly(a)
#endif
#ifndef mark_addr_rdwrite
#define mark_addr_rdwrite(a)
#endif
sta... |
/*
Copyright (C) 2002-2011 Victor Luchits
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 distributed ... |
#ifndef QUADTREE_H
#define QUADTREE_H
#include "object.h"
#include <vector>
#define MAX_NODE_CAPACITY 5
#define MIN_NODE_CAPACITY 6
#define MAX_DEPTH 5
#include "manager_space.h"
struct quadtree {
aabb2 boundary;
std::vector<object*> obj;
quadtree* children[4];
bool has;
int depth, count;
voi... |
/*
* WriteStructures.h
* Write structures out to file.
*
* Created on: Aug 17, 2011
* Author: Martin Uhrin
*/
#ifndef WRITE_STRUCTURES_H
#define WRITE_STRUCTURES_H
// INCLUDES /////////////////////////////////////////////
#include "spipe/StructurePipe.h"
#include <string>
#include <boost/noncopyable.hpp... |
/*
* 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 ... |
/*
* 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 that it will be useful, but WITHOUT ANY WARRANTY; without even the im... |
/*****************************************************************************
* rtcp.h: RTP/RTCP headerfile
*****************************************************************************
* Copyright (C) 2005 M2X
*
* $Id: rtcp.h 14601 2006-03-03 21:43:48Z jpsaman $
*
* Authors: Jean-Paul Saman <jpsaman #_at_# vid... |
/**
* @file heap_test.h
* @brief
* @author malin malinbupt@gmail.com
* @date 2015年05月10日 星期日 11时14分27秒
* @version
* @note
*/
#ifndef __HEAP_TEST_H
#define __HEAP_TEST_H
void heap_test();
#endif // __HEAP_TEST_H
|
// Copyright (c) 2014 GeometryFactory Sarl (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 Lesser General Public License as
// published by the Free Software Foundation; either version 3 of the License,
// or (at you... |
#include <zdb.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <time.h>
#include "sql_db.h"
#include "log.h"
#include "common.h"
#define URL_LEN 256
#define DB_TYPE 128
const char *project_db = "projectdb";
const char *task_db = "taskdb";
Connectio... |
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Designer of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** C... |
/**********************************************************************
Freeciv - Copyright (C) 2003 - The Freeciv 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, o... |
#include "cornet/cnnum.h"
int cn_cnnumDefaultItemDestructor(void *item)
{
if(item != NULL){free(item);}
return 0;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.