text stringlengths 4 6.14k |
|---|
/*
* hi6401.h -- HI6401 ALSA SoC HI6401 codec driver
*
* Copyright (c) 2013 Hisilicon Technologies CO., Ltd.
*
* 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.
*/
#if... |
/**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2017 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
* ... |
/**
* @file
*
* @brief Function sets the inheritsched Attribute in the attr Argument
* @ingroup POSIXAPI
*/
/*
* 13.5.1 Thread Creation Scheduling Attributes, P1003.1c/Draft 10, p. 120
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms ... |
/*
* Copyright (C) 2007 Apple Inc.
*
* 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.
*
* This library is... |
/********************************************************************\
* 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... |
#ifndef HEADERS
#define HEADERS
#include "headers.h"
#endif
int counter = 0;
int parent;
int usr2Rec = 0;
void r_usr1 () {
counter++;
if (kill(getppid(), SIGUSR1) < 0) {
fprintf(stderr, "Blad przy wyslaniu syngalu SIGUSR1!\n");
}
}
void r_usr2 () {
usr2Rec = 1;
}
int main () {
parent = getppid();
// Us... |
/*******************************************************************************
* File Name: WIZ_RDY.h
* Version 2.5
*
* Description:
* This file containts Control Register function prototypes and register defines
*
* Note:
*
********************************************************************************
... |
/*
* 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.
*
* Copyright (C) 2007 Lemote, Inc. & Institute of Comput... |
/***********************************************************************************
* *
* Voreen - The Volume Rendering Engine *
* ... |
#ifdef CONFIG_SCHED_AUTOGROUP
#include "sched.h"
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/kallsyms.h>
#include <linux/utsname.h>
#include <linux/security.h>
#include <linux/export.h>
unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
static struct autogroup autogroup_default... |
/******************************************************************************
* Wormux, a free clone of the game Worms from Team17.
* Copyright (C) 2001-2004 Lawrence Azzoug.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub... |
/*
* Virtual Dimension - a free, fast, and feature-full virtual desktop manager
* for the Microsoft Windows platform.
* Copyright (C) 2003-2008 Francois Ferrand
*
* 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 F... |
/* This file is part of the KDE project
Copyright (C) 2001 George Staikos <staikos@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or... |
/**
* @file bswap.h
* byte swap.
*/
#ifndef __BSWAP_H__
#define __BSWAP_H__
#ifdef HAVE_BYTESWAP_H
#include <byteswap.h>
#else
#ifdef ARCH_X86_64
# define LEGACY_REGS "=Q"
#else
# define LEGACY_REGS "=q"
#endif
#if defined(ARCH_X86) || defined(ARCH_X86_64)
static always_inline uint16_t bswap_16(uint16_t x)
{
... |
/*
no_multi_strings.c test
contains multiple options none of which are strings
inspired by Dave Swegen
*/
#include <stdlib.h>
#include "no_multi_strings_cmd.h"
int
main (int argc, char **argv)
{
struct gengetopt_args_info args_info;
/* let's call our cmdline parser */
if (no_multi_strings_cmd_parse... |
/* packet_list.h
*
* 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 License
* as published by the Free Software Foundation; either ... |
/*
Copyright (C) 2012 - 2015 Evan Teran
evan.teran@gmail.com
Copyright (C) 1995-2003,2004,2005,2006,2007,2008,2009,2010,2011
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 Lic... |
//
// This file is part of Gambit
// Copyright (c) 1994-2014, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/tools/enummixed/vertenum.h
// Interface to vertex enumerator
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License... |
#include <asm/byteorder.h>
#ifndef CONFIG_MTD_CFI_ADV_OPTIONS
#define CFI_HOST_ENDIAN
#else
#ifdef CONFIG_MTD_CFI_NOSWAP
#define CFI_HOST_ENDIAN
#endif
#ifdef CONFIG_MTD_CFI_LE_BYTE_SWAP
#define CFI_LITTLE_ENDIAN
#endif
#ifdef CONFIG_MTD_CFI_BE_BYTE_SWAP
#define CFI_BIG_ENDIAN
#endif
#endif
#if defined(CFI_LIT... |
//MTK_SWIP_PROJECT_START
#ifndef __APP_TSF_H__
#define __APP_TSF_H__
#include "MTKTsfType.h"
#include "MTKTsf.h"
/*****************************************************************************
Class Define
******************************************************************************/
class AppTsf : public MTKTsf {
p... |
/*
belle-sip - SIP (RFC3261) library.
Copyright (C) 2010-2013 Belledonne Communications SARL
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... |
/***************************************************************************
* Copyright (C) 2008 by Sindre Aamås *
* aamas@stud.ntnu.no *
* *
* This pr... |
#ifndef __CAPWAP_ELEMENT_DUPLICATE_IPv6__HEADER__
#define __CAPWAP_ELEMENT_DUPLICATE_IPv6__HEADER__
#define CAPWAP_ELEMENT_DUPLICATEIPV6_VENDOR 0
#define CAPWAP_ELEMENT_DUPLICATEIPV6_TYPE 22
#define CAPWAP_ELEMENT_DUPLICATEIPV6 (struct capwap_message_element_id){ .vendor = CAPWAP_ELEMENT_DUPLICATEIPV6_VENDOR, .... |
/*****************************************************************************
*
* \file
*
* \brief 32-bit LMS filter function optimized for the AVR32 UC3.
*
* This file contains the code of the LMS filter.
*
* Copyright (c) 2009 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page Licen... |
//
// Visopsys
// Copyright (C) 1998-2015 J. Andrew McLaughlin
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 of the License, or (at your option)
// any later versi... |
/* tc-mep.h -- Header file for tc-mep.c.
Copyright (C) 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
GAS 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... |
#ifndef K3DSDK_NGUI_CUSTOM_PROPERTY_PAGE_H
#define K3DSDK_NGUI_CUSTOM_PROPERTY_PAGE_H
// K-3D
// Copyright (c) 1995-2008, 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... |
/*
* Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright noti... |
/*
* Copyright (C) 2010 HTC, Inc.
*
* 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 program is distributed in the hope that it will be useful,
* but... |
/* vifm
* Copyright (C) 2001 Ken Steen.
* Copyright (C) 2011 xaizek.
*
* 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 <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/proc_fs.h>
#include <linux/cdev.h>
#include <linux/mm.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <linux/ioctl.h>
#include <linux/xlog.h>
#include <linux/device.h>
#include <linux/platform_d... |
/* $Id: main_console.c 3553 2011-05-05 06:14:19Z nanang $ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.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 v... |
#include <linux/percpu.h>
#include <linux/seq_file.h>
#include <linux/proc_fs.h>
#include "rds.h"
#include "iw.h"
DEFINE_PER_CPU_SHARED_ALIGNED(struct rds_iw_statistics, rds_iw_stats);
static const char *const rds_iw_stat_names[] = {
"iw_connect_raced",
"iw_listen_closed_stale",
"iw_tx_cq_call",
"iw_tx_cq_event... |
/***************************************************************************
NWNXFuncs.cpp - Implementation of the CNWNXFuncs class.
Copyright (C) 2007 Doug Swarin (zac@intertex.net)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Licen... |
/*
* Copyright (C) 2011 Fujitsu. All rights reserved.
* Written by Miao Xie <miaox@cn.fujitsu.com>
*
* 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 i... |
/* The Butterfly Effect
* This file copyright (C) 2011 Klaas van Gend
*
* 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
* applicable version is GPL version 2 only.
* This program is distr... |
/*
*************************************************************************
* Ralink Tech Inc.
* 5F., No.36, Taiyuan St., Jhubei City,
* Hsinchu County 302,
* Taiwan, R.O.C.
*
* (c) Copyright 2002-2010, Ralink Technology, Inc.
*
* This program is free software; you can redistribute it and/or modify *
* it u... |
/*
* Copyright (c) 2014 Broadcom Corporation
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO... |
#ifndef IRSSI_CORE_CHAT_PROTOCOLS_H
#define IRSSI_CORE_CHAT_PROTOCOLS_H
struct _CHAT_PROTOCOL_REC {
int id;
unsigned int not_initialized:1;
unsigned int case_insensitive:1;
char *name;
char *fullname;
char *chatnet;
CHATNET_REC *(*create_chatnet) (void);
SERVER_SETUP_REC *(*create_server_setup) (void... |
/*
**************************************************************************
* Copyright (c) 2014, The Linux Foundation. All rights reserved.
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and t... |
/*
* Convert integer string representation to an integer.
* If an integer doesn't fit into specified type, -E is returned.
*
* Integer starts with optional sign.
* kstrtou*() functions do not accept sign "-".
*
* Radix 0 means autodetection: leading "0x" implies radix 16,
* leading "0" implies radix 8, otherwis... |
/*--------------------------------------------------------------------*/
/*--- User-mode execve(). priv_ume.h ---*/
/*--------------------------------------------------------------------*/
/*
This file is part of Valgrind, a dynamic binary instrumentation
framework.
Copyright (C... |
/*
* message.h
*
* ShowEQ Distributed under GPL
* http://seq.sourceforge.net/
*
* Copyright 2002-2003 Zaphod (dohpaz@users.sourceforge.net)
*
*/
#ifndef _MESSAGE_H_
#define _MESSAGE_H_
#include <stdint.h>
#include <stddef.h>
#include <qstring.h>
#include <qdatetime.h>
#include <qvaluevector.h>
//----------... |
/*
* ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
* whowas.c: WHOWAS user cache.
*
* Copyright (C) 2005 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 Public License as published ... |
/* ev-previewer.c:
*
* Copyright (C) 2009 Carlos Garcia Campos <carlosgc@gnome.org>
*
* Xreader 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... |
/*
* Copyright (c) 2015 Grzegorz Kostka (kostka.grzegorz@gmail.com)
* Copyright (c) 2015 Kaho Ng (ngkaho1234@gmail.com)
*
* 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... |
/* Copyright 2013 David Axmark
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distr... |
/*
This file is part of libvcard.
Copyright (c) 2002 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or ... |
#include "libbb.h"
#define URANDOM_DEV "/dev/urandom"
static char hex_chars[]= "0123456789abcdef";
char *atlas_name_macro(char *str)
{
unsigned char c;
int i, fd;
size_t len;
char *p, *in, *out;
char buf[256];
unsigned char random_buf[8];
p= strchr(str, '$');
if (p == NULL)
return strdup(str);
in= str;
... |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (c) 2016 - 2018 Cavium Inc.
* All rights reserved.
* www.cavium.com
*/
#ifndef __ECORE_PROTO_IF_H__
#define __ECORE_PROTO_IF_H__
/*
* PF parameters (according to personality/protocol)
*/
#define ECORE_ROCE_PROTOCOL_INDEX (3)
struct ecore_eth_pf_params {
/*... |
/*
* QEMU Host Memory Backend
*
* Copyright (C) 2013-2014 Red Hat Inc
*
* Authors:
* Igor Mammedov <imammedo@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
#ifndef QEMU_RAM_H
#define QEMU_RAM_H
#include "sysemu... |
/* serial.c
written by Marc Singer
14 Jan 2005
Copyright (C) 2005 Marc Singer
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.
Please refer to the file debian/copyrigh... |
/************************************************************************
COPYRIGHT (C) SGS-THOMSON Microelectronics 2006
Source file name : collator_pes_audio_mpeg.h
Author : Daniel
Definition of the base collator pes class implementation for player 2.
Date Modification ... |
/*
* linux/include/asm-sh/microdev.h
*
* Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com)
*
* Definitions for the SuperH SH4-202 MicroDev board.
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*/
#ifndef __ASM_SH_M... |
#include <stdio.h>
#include <stdlib.h>
#include "msg.h"
#include "config.h"
#include "net.h"
#include "netsetup.h"
extern int sensor_pid;
void net_send(float relhum, float relhum_temp, float temperature)
{
static int seq = 0;
sense_data_t sensor_data;
sensor_data.id = CONFIG_OWN_ADDRESS;
sensor_data... |
/*
$Id: _cdio_stdio.h,v 1.2 2005/01/20 01:00:52 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publ... |
/* Copyright (c) 2002-2011 by XMLVM.org
*
* Project Info: http://www.xmlvm.org
*
* This program 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 o... |
#ifndef __SHNOMMU_MMAN_H__
#define __SHNOMMU_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#define PROT_NONE 0x0 /* page can not be accessed */
#define MAP_SHARED 0x01 /* Share changes */
#define MAP_PRIVATE... |
/*
* xrick/src/scr_xrick.c
*
* Copyright (C) 1998-2002 BigOrno (bigorno@bigorno.net). All rights reserved.
*
* The use and distribution terms for this software are contained in the file
* named README, which can be found in the root of this distribution. By
* using this software in any fashion, you are ag... |
#ifndef MYSQL_PLUGIN_AUTH_INCLUDED
/* Copyright (C) 2010 Sergei Golubchik and Monty Program Ab
Copyright (c) 2010, Oracle and/or its affiliates.
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 Founda... |
/*******************************************************************************
Copyright (C) Marvell International Ltd. and its affiliates
********************************************************************************
Marvell GPL License Option
If you received this File from Marvell, you may opt to use, redistrib... |
/************************************************************************
*
* io_edgeport.h Edgeport Linux Interface definitions
*
* Copyright (C) 2000 Inside Out Networks, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... |
/* This file is part of the KDE project
Copyright (C) 2006 Stefan Nikolaus <stefan.nikolaus@kdemail.net>
(C) 1999-2004 Laurent Montel <montel@kde.org>
(C) 2003 Norbert Andres <nandres@web.de>
(C) 2002 Philipp Mueller <philipp.mueller@gmx.de>
(C) 2002 John Dailey <d... |
#ifndef __ASM_X8664_BUG_H
#define __ASM_X8664_BUG_H 1
#include <linux/stringify.h>
/*
* Tell the user there is some problem. The exception handler decodes
* this frame.
*/
struct bug_frame {
unsigned char ud2[2];
unsigned char mov;
/* should use 32bit offset instead, but the assembler doesn't
like it */
... |
#include <iostream>
class IPv4Address {
public:
IPv4Address() {
for (int i = 0; i < 3; i++) {
num[i] = 0;
}
}
IPv4Address(int a, int b, int c, int d) {
num[0] = a;
num[1] = b;
num[2] = c;
num[3] = d;
}
IPv4Address(const IPv4... |
#ifndef __EXTRACTDIALOG_H__
#define __EXTRACTDIALOG_H__
#include <QDialog>
#include "ui_extract_dialog.h"
using namespace Ui;
class ExtractDialog:public QDialog
{
Q_OBJECT
UiExtractDialog ui;
QString version;
public:
ExtractDialog(QWidget *parent = 0);
void setModel(QAbstractListModel *model);
publ... |
/**
* @file list.h
* @brief This file contains a primitive list implementation - which exactly a list.
*/
#ifndef LIST_H
#define LIST_H
#include <stdbool.h>
#include <stdlib.h>
/******************************************************************************/
/* MACROS ... |
/*
* Author: MontaVista Software, Inc. <source@mvista.com>
*
* 2006 (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... |
/*
Copyright (C) 1996-1997 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... |
/******************************************************************************************************
* (C) 2019 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
* LICEN... |
/*
* Program: BSI login
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administration Building, AG-44
* Seattle, WA 98195
* Internet: MRC@CAC.Washington.EDU
*
* Date: 1 August 1988
* Last Edited: 24 October 2000
*
* The IMAP ... |
#ifndef AssCompressor_pipeError_H
#define AssCompressor_pipeError_H
#define CURL_INIT_FAIL "Unable to init curl"
#define CURL_TIMEOUT "Timeout during fetching"
#define CURL_EXCEPTION "Unexpected result during fetching"
#define BILIBILIWEBMANAGER_REGEX_FAIL "BilibiliWebManager Regex Fail"
#defi... |
/*
* Copyright (C) 2004 Andrew Beekhof <andrew@beekhof.net>
*
* This program 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 of the License, or (at your option) any later versio... |
#define DISCUZ_PASSWD_LENGTH 32
#define DISCUZ_SALT_LENGTH 6
// for post judgement
#define NEWTHREAD 0
#define REPLY 1
struct threaddiscuzxytht {
int discuzxtid;
int ythttid;
// for discuzx and ytht thread id mapping
};
|
/* PSPPIRE - a graphical user interface for PSPP.
Copyright (C) 2013 Free Software Foundation
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 y... |
#include "ch.h"
#include "hal.h"
#include "math.h"
#include "main.h"
#include "algebra.h"
#include "sensors/imu_mpu6050.h"
float iq0, iq1, iq2, iq3;
float exInt, eyInt, ezInt; // scaled integral error
volatile float twoKp; // 2 * proportional gain (Kp)
volatile float twoKi; // 2 * integral gain (Ki)
exte... |
#include <stdlib.h>
#include <math.h>
#include <string.h>
/**
Ahhh - the joys of comparing floating point numbers ....
http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm
*/
int memcmp_double(const double * p1 , const double *p2 , size_t num_elements) {
if (memcmp(p1 , p2 , num_elemen... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include ... |
/*
Free Download Manager Copyright (c) 2003-2014 FreeDownloadManager.ORG
*/
#if !defined(AFX_VMSDOWNLOADSGROUPSMGR_H__C90C07E2_3147_4BB8_A890_781C75428830__INCLUDED_)
#define AFX_VMSDOWNLOADSGROUPSMGR_H__C90C07E2_3147_4BB8_A890_781C75428830__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
#include "t... |
/**
* Author: Martin K. Schröder
* Date: 2014
*
* info@fortmax.se
*/
#include <stdint.h>
#include <time.h>
#include <sys/timeb.h>
#include "time.h"
// update this for correct amount of ticks in microsecon
#define TICKS_PER_US 1
void time_init(void){
}
void time_reset(void){
}
timeout_t time_us_to_c... |
/* Generated automatically. DO NOT EDIT! */
#define SIMD_HEADER "simd-avx2-128.h"
#include "../common/n2bv_2.c"
|
#include "config.h"
#include "filebundle.h"
filebundle_entry_t *filebundle_root = NULL;
const char *tvheadend_dataroot(void)
{
return TVHEADEND_DATADIR;
}
|
/*
* See Licensing and Copyright notice in naev.h
*/
#ifndef NLUA_VEC2_H
# define NLUA_VEC2_H
#include <lua.h>
#include "physics.h"
#define VECTOR_METATABLE "vec2" /**< Vector metatable identifier. */
/*
* Vector library.
*/
int nlua_loadVector( lua_State *L );
/*
* Vector operations.
*/
Vector2d* l... |
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
* THE GNU PUBLIC LICENSE 2, WHICH IS IN... |
/*
Copyright (C) 2013-2015 Yubico AB
This program 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, or (at your option) any
later version.
This program is distributed in the ... |
#include <string.h>
#include <format.h>
#include <endian.h>
#include <util.h>
#include "dns.h"
#include "lookup.h"
static void output(CTX, char* str, int len)
{
bufout(&ctx->bo, str, len);
}
static void outstr(CTX, char* str)
{
output(ctx, str, strlen(str));
}
static void maybe_reverse(char* p, char* e)
{
char* ... |
/* XiVO Client
* Copyright (C) 2007-2014 Avencall
*
* This file is part of XiVO Client.
*
* XiVO Client 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 op... |
#pragma once
namespace weasel {
class Deserializr;
}
class Styler : public weasel::Deserializer
{
public:
Styler(weasel::ResponseParser* pTarget);
virtual ~Styler();
// store data
virtual void Store(weasel::Deserializer::KeyType const& key, std::wstring const& value);
// factory method
static weasel::Deseriali... |
/* -*- Mode: C++; coding: utf-8; tab-width: 3; indent-tabs-mode: tab; c-basic-offset: 3 -*-
*******************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011.
*
* Al... |
/*
* Gamma Combination
* Author: Till Moritz Karbach, moritz.karbach@cern.ch
* Date: August 2012
*
*/
#ifndef MethodProb_h
#define MethodProb_h
#include <iostream>
#include <stdlib.h>
#include "RooGlobalFunc.h"
#include "RooWorkspace.h"
#include "RooDataSet.h"
#include "RooRealVar.h"
#include "RooConstVar.h"
#i... |
/*
This file is part of Darling.
Copyright (C) 2017 Lubos Dolezel
Darling 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.
Darling i... |
//
// BAGEL - Brilliantly Advanced General Electronic Structure Library
// Filename: rhf_london.h
// Copyright (C) 2014 Toru Shiozaki
//
// Author: Ryan D. Reynolds <RyanDReynolds@u.northwestern.edu>
// Maintainer: Shiozaki group
//
// This file is part of the BAGEL package.
//
// This program is free software: you can... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
#pragma once
#include "DomoticzHardware.h"
#include <iosfwd>
class CDummy : public CDomoticzHardwareBase
{
public:
explicit CDummy(const int ID);
~CDummy(void);
bool WriteToHardware(const char *pdata, const unsigned char length) override;
private:
void Init();
bool StartHardware() override;
bool StopHardware() ... |
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xilinx, Inc.
// / / All Right Reserved.
// /---/ /\
// \ \ / \
// \___\/\___\
//////////////... |
/*
* Copyright 2010-2015 OpenXcom Developers.
*
* This file is part of OpenXcom.
*
* OpenXcom 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 ... |
////////////////////////////////////////////////////////////////////////////////
//
// B L I N K
//
// Copyright (C) 2016-2018 Blink Mobile Shell Project
//
// This file is part of Blink.
//
// Blink is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publi... |
//===- ADCE.h - Aggressive dead code elimination --------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef mozilla_dom_HTMLTableCaptio... |
///////////// Copyright © 2008, Goldeneye: Source All rights reserved. /////////////
//
// File: npc_tknife.h
// Description:
// Weapon Throwing Knife Projectile definition. *shing shing*
//
// Created On: 11/23/2008
// Created By: Killermonkey
//////////////////////////////////////////////////////////////////... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.