text stringlengths 4 6.14k |
|---|
#include "mixrate.h"
#define ALIGNED __attribute__ ((aligned(4))) |
/******************************************************************************
*
* This file is part of openDarkEngine project
* Copyright (C) 2005-2009 openDarkEngine team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... |
// mldatepicker.h
//
// A Calendar Widget.
//
// (C) Copyright 2002-2007 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: mldatepicker.h,v 1.3 2010/11/22 13:11:40 cvs Exp $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Library General Public Licen... |
/*RBP = cpu_state + 128
R12 = ram (if block->flags & CODEBLOCK_NO_IMMEDIATES)*/
#define REG_AX 0
#define REG_CX 1
#define REG_DX 2
#define REG_BX 3
#define REG_SP 4
#define REG_BP 5
#define REG_SI 6
#define REG_DI 7
#define REG_EAX 0
#define REG_ECX 1
#define REG_EDX 2
#define REG_EBX 3
#define REG_ESP 4
#define REG... |
#ifndef SYMBOL_PICKER_H
#define SYMBOL_PICKER_H
#include "image_processor_data.h"
// Class implements symbol selector,
// depending of color
class SymbolPicker
{
public:
// Constructors
SymbolPicker();
SymbolPicker(const ImageProcessorData &);
// Destructor
~SymbolPicker(... |
/*
* Copyright (C) 2013 Fusion IO. 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 v2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WI... |
/*
* ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
* getopt.c: Uses getopt to fetch the command line options.
*
* Copyright (C) 2002 by the past and present ircd coders, and others.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... |
#ifndef MusicPlayer_h
#define MusicPlayer_h
#include "Arduino.h"
#include "WaveHC.h"
#include "WaveUtil.h"
class MusicPlayer {
public:
MusicPlayer();
// Init must be called before using MusicPlayer! Returns false on error.
bool Init();
void Play();
void Stop();
void Pause();
bool IsPaused();
void Res... |
/*
* This file is part of the KDE libraries
* Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be>
*
*
* 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.
*
* Thi... |
/* many odd sized allocations and interspersed frees */
#include <assert.h>
#include <stdlib.h>
#include "mem.h"
int main() {
assert(Mem_Init(4096) == 0);
void * ptr[9];
ptr[0] = Mem_Alloc(1);
ptr[1] = (Mem_Alloc(5));
ptr[2] = (Mem_Alloc(14));
ptr[3] = (Mem_Alloc(8));
assert(ptr[0] != NULL);
as... |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2012 The PHP Group |
+---------... |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_ToggleButtonModel__
#define __javax_swing_ToggleButtonModel__
#pragma interface
#include <javax/swing/DefaultButtonModel.h>
extern "Java"
{
namespace javax
{
namespace swing
{
class ToggleButtonModel;
class ... |
/*
Copyright (c) 2008-2012 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... |
const unsigned char F6x8[][6] = {
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, // sp
{ 0x00, 0x00, 0x00, 0x2f, 0x00, 0x00 }, // !
{ 0x00, 0x00, 0x07, 0x00, 0x07, 0x00 }, // "
{ 0x00, 0x14, 0x7f, 0x14, 0x7f, 0x14 }, // #
{ 0x00, 0x24, 0x2a, 0x7f, 0x2a, 0x12 }, // $
{ 0x00, 0x62, 0x64, 0x08, 0x13, 0x23 }, // %
{... |
/***********************************************************************/
/* */
/* MODULE: 711x_common.h */
/* DATE: 96/12/19 */
/* PURPOSE: Define add... |
// Copyright (c) 2005, 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 condi... |
/*
* Copyright (c) 2019 Eric Christoffersen (impolexg@outlook.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 version.
*
*... |
// -*- C++ -*-
//
// 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 in the ... |
/* IEEE754 floating point arithmetic
* single precision
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
*
* ########################################################################
*
* This program is free software; you can distribute it and/or modify it
* under the terms of t... |
/*
* Error Corrected Code Controller (ECC) - System peripherals regsters.
* Based on AT91SAM9260 datasheet revision B.
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Pub... |
/*
Copyright (C) 2002-2009 Paul Davis
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... |
#include <defs.h>
#include <stdio.h>
#include <string.h>
#include <console.h>
#include <kdebug.h>
#include <picirq.h>
#include <trap.h>
#include <clock.h>
#include <intr.h>
#include <pmm.h>
#include <kmonitor.h>
#include <trap.h>
int kern_init(void) __attribute__((noreturn));
void grade_backtrace(void);
static void la... |
#pragma once
#include <cstdio>
#include <cassert>
#include <memory>
#include "game/common.h"
// User Interface //////////////////////////////////////////////////////////////////////////////////////////////////////
namespace sdl
{
using namespace std;
// Classes ///////////////////////////////////////////////////... |
/* Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software
* is freely granted, provided that this notice is preserved.
*/
#include <errno.h>
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#include <argz.h>
#include <envz.... |
/************************************************************************
* Algorytm : Pracownia AiSD_B - Tabliczka Mnozenia *
* URL : www.ii.uni.wroc.pl/~mbi/dyd/aisd_13s *
* Autor : Marek Jenda *
* Data : 2013-03-31... |
// stdafx.h : ±ê׼ϵͳ°üº¬ÎļþµÄ°üº¬Îļþ£¬
// »òÊǾ³£Ê¹Óõ«²»³£¸ü¸ÄµÄ
// ÌØ¶¨ÓÚÏîÄ¿µÄ°üº¬Îļþ
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // ´Ó Windows Í·ÎļþÖÐÅųý¼«ÉÙʹÓõÄÐÅÏ¢
// Windows Í·Îļþ:
#include <windows.h>
#include <wchar.h>
#include <string>
//#inclu... |
// -*- C++ -*-
// This file is part of the aMule Project.
//
// Copyright (c) 2004-2011 Angel Vidal ( kry@amule.org )
// Copyright (c) 2004-2011 aMule Team ( admin@amule.org / http://www.amule.org )
// Copyright (c) 2003-2011 Barry Dunne (http://www.emule-project.net)
//
// Any parts of this program derived from... |
/*-
* Copyright (C) 2013 Matt Windsor <mattbw@FreeBSD.org>
*
* 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 Public License as published by
* the Free Software Foundation; either version 2 o... |
/****************************************************************************
**
** 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 examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Comm... |
/*
Copyright (C) 2008 Paul Davis
Author: Sampo Savolainen
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 versio... |
/*
* Copyright 2013-2015 Kreogist Dev Team
*
* This file is part of Kreogist Cuties.
*
* Kreogist Cuties 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 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_VARIATIONS_VARIATIONS_ASSOCIATED_DATA_H_
#define COMPONENTS_VARIATIONS_VARIATIONS_ASSOCIATED_DATA_H_
#include <map>
#include <string>
... |
/*point.h is part of lucifer a laser show controller.
Copyrignt 2010 Dan Mills <dmills@exponent.myzen.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 Software Foundation; version 2 dated June, 1991.
This program... |
/*********
*
* In the name of the Father, and of the Son, and of the Holy Spirit.
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
* Copyright 1999-2016 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License
* version 2.0.
*
**********/
... |
void bfm_decode_mainrom(running_machine &machine, const char *rom_region, UINT8* codec_data);
|
/******************************************************************************
* Icinga 2 *
* Copyright (C) 2012 Icinga Development Team (http://www.icinga.org/) *
* *
... |
/***********************************************************************
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... |
/* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to MediaTek Inc. and/or its licensors.
* Without the prior written permission of MediaTek inc. and/or ... |
//###########################################################################
//
// FILE: DSP28x_Project.h
//
// TITLE: DSP28x Project Headerfile and Examples Include File
//
//###########################################################################
// $TI Release: F2806x C/C++ Header Files and Peripheral Exampl... |
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> ... |
/*
Copyright (C) 2001-2007 Tensilica, Inc. All Rights Reserved.
*/
/*
Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved.
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... |
/* Allow in-tree programs to #include <flux/optparse.h> like out-of-tree would.
*/
#include "src/common/liboptparse/optparse.h"
|
#ifndef NEWFILEDIALOG_H
#define NEWFILEDIALOG_H
#include <QDialog>
#include "directorytreelister.h"
#define DUB_QUOTES "\""
#define DOT_TXT ".txt"
#define REP_CHAR "$"
namespace Ui {
class NewFileDialog;
}
class NewFileDialog : public QDialog
{
Q_OBJECT
public:
explicit ... |
/*
* Copyright (c) 2002-2003 Jesper K. Pedersen <blackie@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 is distributed in the hope that... |
/*
* kernel/power/autosleep.c
*
* Opportunistic sleep support.
*
* Copyright (C) 2012 Rafael J. Wysocki <rjw@sisk.pl>
*/
#include <linux/device.h>
#include <linux/mutex.h>
#include <linux/pm_wakeup.h>
#include "power.h"
static suspend_state_t autosleep_state;
static struct workqueue_struct *autosleep_wq;
/*
... |
/************************************************************************
*
* Copyright (c) 2014-2022 Barbara Geller & Ansel Sermersheim
* Copyright (c) 1997-2014 by Dimitri van Heesch
*
* DoxyPressApp is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License version... |
#include <stdlib.h>
#define MAX_URL_LENGTH 256
#define doc_root "/root/lemur/html"
#define HEADER_IF_MODIFIED_SINCE "If-Modified-Since: "
#define RFC1123_DATE_FMT "%a, %d %b %Y %H:%M:%S %Z"
#define header_end "\r\n"
#define header_400 "HTTP/1.1 400 Bad Request\r\nServer: lemur/1.0\r\n" \
"Content-Type: text/html\... |
#ifndef NILTS_COMMON_ARGS_H
#define NILTS_COMMON_ARGS_H
//----STANDARD----
#include "string"
//----LOCAL----
#include "core/application.h"
#include "common/io.h"
using namespace std;
namespace Nilts
{
void checkArguments(Core::AppConfig* config, int argc, char* argv[])
{
for (int count = 0; count < argc; count ... |
/* arch/arm/mach-msm/nand_partitions.c
*
* Code to extract partition information from ATAG set up by the
* bootloader.
*
* Copyright (C) 2007 Google, Inc.
* Copyright (c) 2008-2009,2011 The Linux Foundation. All rights reserved.
* Author: Brian Swetland <swetland@google.com>
*
* This software is licensed under... |
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> ... |
// Authors: Hong Jiang <hjiang@dev-gems.com>
#ifndef BASE_TYPES_H__
#define BASE_TYPES_H__
// ‘static_assert’ will become a keyword in C++0x
namespace base {
struct true_type {
};
struct false_type {
};
template <typename T>
struct my_static_assert; // intentionally undefined.
template <>
struct my_static_asser... |
/*
* include/pmc/ll_events.h
*
* Data types and functions to deal with low-level events (HW event counts)
*
* Copyright (c) 2015 Juan Carlos Saez <jcsaezal@ucm.es>
*
* This code is licensed under the GNU GPL v2.
*/
#ifndef PMC_LL_EVENTS_H
#define PMC_LL_EVENTS_H
#include <pmc/common/pmc_const.h>
#include <... |
#include "../rt2860/dfs.h"
|
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.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 ... |
/* This file is part of the dynarmic project.
* Copyright (c) 2016 MerryMage
* This software may be used and distributed according to the terms of the GNU
* General Public License version 2 or any later version.
*/
#pragma once
#include <initializer_list>
#include <dynarmic/A64/config.h>
#include "common/common... |
/*
* This file is part of the coreboot project.
*
* Copyright (C) 2012 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.
*
* This ... |
#ifndef __CHARTABLE_TWO_FILE_LINE_LAYER_CHART_H__
#define __CHARTABLE_TWO_FILE_LINE_LAYER_CHART_H__
/*LICENSE_START*/
/*
* Copyright (C) 2017 Washington University School of Medicine
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License a... |
/*
* java-gnome, a UI library for writing GTK and GNOME programs from Java!
*
* Copyright © 2006-2011 Operational Dynamics Consulting, Pty Ltd and Others
*
* The code in this file, and the program it is a part of, is made available
* to you by its authors as open source software: you can redistribute it
* and/or... |
/*
Copyright (C) 2015 Mateusz Kulikowski <mateusz.kulikowski@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 versio... |
/*
*** Open Grid Dialog
*** src/gui/opengrid.h
Copyright T. Youngs 2007-2018
This file is part of Aten.
Aten 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 o... |
/////////////////////////////////////////////////////////////////////////////
// Name: contrib/samples/ogl/ogledit/doc.h
// Purpose: Document classes
// Author: Julian Smart
// Modified by:
// Created: 12/07/98
// RCS-ID: $Id: doc.h 38810 2006-04-18 22:26:26Z PC $
// Copyright: (c) Julian Sma... |
/*
* $Id: mxf_macros.h,v 1.5 2008/11/07 14:12:59 philipn Exp $
*
* General purpose macros
*
* Copyright (C) 2006 Philip de Nier <philipn@users.sourceforge.net>
*
* 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 ... |
/*
* Adium is the legal property of its developers, whose names are listed in the copyright file included
* with this source distribution.
*
* 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; ... |
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// copyright : (C) 2008 by Eran Ifrah
// file name : quickdebugdlg.h
//
// --------------------------------------------------------... |
#ifndef _LINUX_LP_H
#define _LINUX_LP_H
/*
* usr/include/linux/lp.h c.1991-1992 James Wiegand
* many modifications copyright (C) 1992 Michael K. Johnson
* Interrupt support added 1993 Nigel Gamble
*/
/*
* Per POSIX guidelines, this module reserves the LP and lp prefixes
* These are the lp_table[minor].flags fla... |
// SimpleData.h
//
// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Matthew Flood
// See file AUTHORS for contact information
//
// This file is part of RudeCGI.
//
// RudeCGI is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// t... |
/*
Copyright (C) 1997-2001 Id Software, 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 distributed in th... |
/**
******************************************************************************
* @file stm32f4xx_it.c
* @author MCD Application Team
* @version V1.0.1
* @date 26-February-2014
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler a... |
#ifndef __CMESSAGEBOARD_H
#define __CMESSAGEBOARD_H
#include <SDL.h>
#include "common/defines.h"
#include "common/CRect.h"
#include "common/CDrawArea.h"
#include "COptions.h"
const int KMaxMessagesOnBoard=6;
const int KMaxMessagesLengthOnBoard=80;
const int KNetMessageMaxLength=(KMaxMessagesLengthOnBoard-KPlayerName... |
/*
* lirc.h: LIRC remote control
*
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id$
*/
#ifndef __LIRC_H
#define __LIRC_H
#include <sys/un.h>
#include "remote.h"
#include "thread.h"
class cLircRemote : public cRemote, private cThread {
private:
enum { LIRC_... |
#include <../../nrnconf.h>
#include "hoc.h"
extern int hoc_is_double_arg();
extern double* getarg();
extern double* hoc_pgetarg();
#define INTERPOLATE 1
typedef struct TableArg {
int nsize;
double* argvec; /* if nil use min,max */
double min;
double max;
#if INTERPOLATE
double frac; /* temporary storage */
#endi... |
/*
* Copyright (C) 2004-2009 Geometer Plus <contact@geometerplus.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 ver... |
#include <stdio.h>
#include <string.h>
#include <core.h>
#include "core_pxe.h"
#include "lwip/api.h"
#include "lwip/dns.h"
/* DNS CLASS values we care about */
#define CLASS_IN 1
/* DNS TYPE values we care about */
#define TYPE_A 1
#define TYPE_CNAME 5
/*
* The DNS header structure
*/
struct dnshdr {
uint16_t... |
/****************************************************************************
** Form interface generated from reading ui file 'listvieweditor.ui'
**
** Created: Sun Nov 2 20:32:32 2014
** by: The User Interface Compiler ($Id: main.cpp 8 2005-11-16 19:36:46Z dmik $)
**
** WARNING! All changes made in this file wil... |
/* SPDX-License-Identifier: LGPL-2.1+ */
#ifndef __LXC_STRING_UTILS_H
#define __LXC_STRING_UTILS_H
#include <stdarg.h>
#include "config.h"
#include "initutils.h"
#include "macro.h"
/* convert variadic argument lists to arrays (for execl type argument lists) */
extern char **lxc_va_arg_list_to_argv(va_list ap, size... |
/**
* HandVu - a library for computer vision-based hand gesture
* recognition.
* Copyright (C) 2004 Mathias Kolsch, matz@cs.ucsb.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 Foundatio... |
/*
* COPYRIGHT
*
* PCB, interactive printed circuit board design
* Copyright (C) 1994,1995,1996 Thomas Nau
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... |
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by subtitlesource.rc
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VAL... |
/*
* Hisilicon K3 SOC camera driver source file
*
* Copyright (C) Huawei Technology Co., Ltd.
*
* Author: z00250052
* Email:
* Date: 2014-08-21
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... |
/*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.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 ve... |
/*
* IPv6 packet mangling table, a port of the IPv4 mangle table to IPv6
*
* Copyright (C) 2000-2001 by Harald Welte <laforge@gnumonks.org>
* Copyright (C) 2000-2004 Netfilter Core Team <coreteam@netfilter.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G... |
// Allocator that wraps "C" malloc -*- C++ -*-
// Copyright (C) 2001-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. 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 Softw... |
#define SORT merge_sort
#include "../utest_sort.h"
UT_SORT(merge)
#undef SORT
|
/****************************************************************************
* *
* Project64 - A Nintendo 64 emulator. *
* http://www.pj64-emu.com/ *
* Cop... |
/* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use... |
/*
Aeskulap - DICOM image viewer and network client
Copyright (C) 2005 Alexander Pipelka
This file is part of Aeskulap.
Aeskulap 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... |
/*
* This file is part of the coreboot project.
*
* Copyright 2019 Google LLC
*
* 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... |
/*
* (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 the GNU Ge... |
/*********
*
* In the name of the Father, and of the Son, and of the Holy Spirit.
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
* Copyright 1999-2015 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
#i... |
// Apogee Online RPG Test 3D Client
// Copyright (C) 2000-2003 Alistair Riddoch
//
// 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 ... |
/* MegaZeux
*
* Copyright (C) 1996 Greg Janson
*
* 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 progr... |
/*
* Copyright (c) 2013-2021, Christian Ferrari <tiian@users.sourceforge.net>
* All rights reserved.
*
* This file is part of FLoM.
*
* FLoM 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.
*... |
/* A part of kestrel
Kestrel Kernel Project
Copyright 2007-2014 BMY-Soft
Copyright 2007-2014 PC GO Ld.
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... |
/*
Copyright (C) 2005, 2010 - Cryptic Sea
This file is part of Gish.
Gish 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 ... |
#ifndef _ASM_SH_IO_SNAPGEAR_H
#define _ASM_SH_IO_SNAPGEAR_H
#if defined(CONFIG_CPU_SH4)
#define IRL0_IRQ 2
#define IRL0_PRIORITY 13
#define IRL1_IRQ 5
#define IRL1_PRIORITY 10
#define IRL2_IRQ 8
#define IRL2_PRIORITY 7
#define IRL3_IRQ 11
#define IRL3_PRIORITY 4
#endif
#define __IO_PREFIX snapgear
#include <asm... |
#ifndef VIEWER_TOOLBAR_H
#define VIEWER_TOOLBAR_H
#include <QToolBar>
#include <QAction>
#include <QIcon>
#include <QMenu>
class ViewerToolBar : public QToolBar
{
Q_OBJECT
public:
explicit ViewerToolBar(QWidget *parent = NULL);
QAction *start_Action;
QAction *restore_Action;
QMenu ... |
#pragma once
#include "..\Util\Logger.h"
#include "..\Util\SafeRelease.h"
#include "TerrainException.h"
namespace MagicGear
{
/** \class HeightMap
\brief height map data, image import/export
*/
template<typename T>
class HeightMap
{
public:
HeightMap(void)
{
m_pData = NULL;
m_width = m_height = 0;
... |
/* ============================================================
*
* This file is a part of digiKam project
* http://www.digikam.org
*
* Date : 2004-08-26
* Description : a digikam image editor plugin to
* simulate charcoal drawing.
*
* Copyright (C) 2004-2015 by Gilles Caulier <caulier dot... |
#ifndef CETesteMediaDuasAmostras_h
#define CETesteMediaDuasAmostras_h
#include <Estatistica/CEstatistica.h>
// + Testing the means of two samples
/**
* @brief Classe de estatística para duas amostras.
* */
class CETesteMediaDuasAmostras:public CEstatistica
{
public:
/// Construtor
CETesteMedia... |
#include <inotify.h>
int io_inotify(io_loop_t *loop, io_handle_t *handle) {
int fd;
if((fd = inotify_init1(IN_NONBLOCK)) == -1)
return -1;
return io__handle_init(handle, loop, fd);
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.