text stringlengths 4 6.14k |
|---|
#ifndef MAPALGORITHM_H_
#define MAPALGORITHM_H_
#include <vector>
#include <ctime>
#include <cstdlib>
#include <SDL.h>
#define INT_MIN_SIZE -32768
#define INT_MAX_SIZE 32767
#define INITIAL_INT_VALUE 0
#define FIRST_ROOM 1
#define SUM_FOR_RANDOM_INT 2
#define MODULE_FOR_RANDOM_INT 3
#define FIFTH_ROOM 5
class MapAl... |
#pragma once
#include <pebble.h>
typedef struct {
uint8_t index;
char title[30];
} Subscription;
void subscriptions_init(void);
void subscriptions_deinit(void);
void subscriptions_in_received_handler(DictionaryIterator *iter);
void subscriptions_reload_data_and_mark_dirty();
void subscriptions_reset();
uint8_t sub... |
#ifndef OPENTISSUE_CORE_SPLINE_SPLINE_INITIALIZE_M_TABLE_H
#define OPENTISSUE_CORE_SPLINE_SPLINE_INITIALIZE_M_TABLE_H
//
// OpenTissue Template Library
// - A generic toolbox for physics-based modeling and simulation.
// Copyright (C) 2008 Department of Computer Science, University of Copenhagen.
//
// OTTL is l... |
//CPP:continuous/sinus2.cpp
#if !defined sinus2_h
#define sinus2_h
#include "simulator.h"
#include "event.h"
#include "stdarg.h"
#include "math.h"
class sinus2: public Simulator {
double Y[10];
double Sigma;
double S, Ms, Ps;
double c;
public:
sinus2(const char *n): Simulator(n) {};
void in... |
/**
* @copyright
* Copyright (C) 2020 Assured Information Security, Inc.
*
* @copyright
* 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 limitatio... |
//
// UIColor+Helper.h
//
// Created by Reejo Samuel on 8/2/13.
// Copyright (c) 2013 Reejo Samuel | m[at]reejosamuel.com All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIColor (Helper)
+(UIColor *)colorWithHex:(int)hex;
@end
|
#include <stdlib.h>
#include <ctype.h>
long atol(const char *s) NONBANKED
{
UINT8 i, sign = 0;
long n;
for(i = 0; (s[i] == ' ') || (s[i] == '\n') || (s[i] == '\t'); ++i)
;
switch(s[i])
{
case '-':
sign++;
/* and fall through */
case '+':
++i;
break;
}
for(n = 0; i... |
#include <stdint.h>
#include <stddef.h>
uint32_t checksum32(uint32_t crc, void* buf, size_t len);
uint32_t deprecated_crc32(uint32_t crc, void* buf, size_t len);
|
/*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2020 Scientific Computing and Imaging Institute,
University of Utah.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the ... |
#ifndef BUILDNOTIFICATOR_H
#define BUILDNOTIFICATOR_H
#include <QObject>
#include "jenkinsjob.h"
#include "jenkinssettings.h"
namespace JenkinsCI
{
namespace Internal
{
class BuildNotificator : public QObject
{
Q_OBJECT
public:
explicit BuildNotificator(QWidget *notificationParent, QObject *parent = 0);
... |
#import <Foundation/Foundation.h>
@interface SVGKCSSValue()
- (instancetype)initWithUnitType:(CSSUnitType) t;
@end
|
/*++
Copyright (c) 2011 Microsoft Corporation
Module Name:
context_params.h
Abstract:
Goodies for managing context parameters in the cmd_context and
api_context
Author:
Leonardo (leonardo) 2012-12-01
Notes:
--*/
#ifndef CONTEXT_PARAMS_H_
#define CONTEXT_PARAMS_H_
#include"params.h"
class ast_ma... |
#include <math.h>
#define NRANSI
#include "nrutil.h"
#define ITMAX 100
#define ZEPS 1.0e-10
#define MOV3(a,b,c, d,e,f) (a)=(d);(b)=(e);(c)=(f);
float dbrent(float ax, float bx, float cx, float (*f)(float),
float (*df)(float), float tol, float *xmin)
{
int iter,ok1,ok2;
float a,b,d,d1,d2,du,dv,dw,dx,e=0.0;
float fu... |
#pragma once
#include "lpg_array_size.h"
#include "lpg_non_null.h"
#include "lpg_use_result.h"
#include <stddef.h>
void *allocate(size_t size) LPG_USE_RESULT;
void *allocate_array(size_t size, size_t element) LPG_USE_RESULT;
void *reallocate(void *memory, size_t new_size) LPG_USE_RESULT;
void *reallocate_array(void *m... |
/******************************************************************************
Copyright (c) 1996 - 2004 -- University of Washington
******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "../include/cmloops.h"
#include "../incl... |
//
// LoadingView.h
// profileSlide
//
// Created by S on 15/10/16.
// Copyright © 2015年 S. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LoadingView : UIView
/* 正在加载
*/
@property (nonatomic,assign) BOOL isLoading;
/* 半径 (默认:25)
*/
@property (nonatomic,assign) CGFloat radius;
/* 初始化
*/
+ (insta... |
//
// IMSessionPeriodResponseMessageBuilder.h
// im
//
// Created by Pharaoh on 13-11-22.
// Copyright (c) 2013年 itelland. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "IMMessageBuilder.h"
@interface IMSessionPeriodResponseMessageBuilder : NSObject <IMMessageBuilder>
@end
|
/*----------------------------------------------------------------------
File : carpenter.h
Contents: carpenter algorithm for finding frequent item sets
Author : Christian Borgelt
History : 2013.10.31 file created from carpenter.c
2014.08.23 interface of function carpenter() changed
... |
/*
SAFERK64.h
Copyright (c) 2013 - 2017 Jason Lee @ calccrypto at gmail.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 the rights
to use, co... |
#ifndef EIRCORE_H
#define EIRCORE_H
#ifndef __MODULE__
# define __MODULE__ "eirCore"
#endif
#include "eirCore_global.h"
#include <QtDebug>
#include <QtCore/QDir>
#define INT64_MIN (-9223372036854775807LL - 1)
/*! @class eirCore
* @brief The eirCore library completes the core-level support for the EclipseIR librar... |
//
// CJNavigationController.h
// Router
//
// Created by Jérémy chaufourier on 16/05/12.
// Copyright (c) 2012 Jérémy Chaufourier. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NavigationController : UINavigationController
@end
|
/*
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... |
/*
* Copyright (c) 2000-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file exc... |
/**
* @file
* Common code for store tests
*
* @authors
* Copyright (C) 2020 Richard Russon <rich@flatcap.org>
*
* @copyright
* 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 vers... |
/*
* Brian Carrier [carrier <at> sleuthkit [dot] org]
* Copyright (c) 2006-2016 Brian Carrier, Basis Technology. All rights reserved
* Copyright (c) 2005 Brian Carrier. All rights reserved
*
* This software is distributed under the Common Public License 1.0
*
*/
/*
* Header files for VHD-specific data struc... |
/* Destructor for SPARC specific backend library.
Copyright (C) 2002 Red Hat, Inc.
This program is Open Source software; you can redistribute it and/or
modify it under the terms of the Open Software License version 1.0 as
published by the Open Source Initiative.
You should have received a copy of the O... |
/*
* Copyright (c) 2015 Cedric Hnyda <chnyda@suse.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.
*
* Thi... |
/*
*
* Connection Manager
*
* Copyright (C) 2007-2010 Intel 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 version 2 as
* published by the Free Software Foundation.
*
* This program is dis... |
## ===== instance function implementation template - for overloaded functions
bool ${signature_name}(JSContext *cx, uint32_t argc, jsval *vp)
{
jsval *argv = JS_ARGV(cx, vp);
bool ok = true;
JSObject *obj = NULL;
${namespaced_class_name}* cobj = NULL;
#if not $is_constructor
obj = JS_THIS_OBJECT(cx, vp);
js_prox... |
/*
* Cogl
*
* A Low Level GPU Graphics and Utilities API
*
* Copyright (C) 2012 Intel Corporation.
*
* 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... |
/*
* platform_switch_mid.c: switch_mid platform data initilization file
*
* (C) Copyright 2008 Intel Corporation
* Author:
*
* 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
* ... |
// SPDX-License-Identifier: GPL-2.0+
/*
* rcar-fcp.c -- R-Car Frame Compression Processor Driver
*
* Copyright (C) 2016 Renesas Electronics Corporation
*
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
*/
#include <linux/device.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linu... |
/*************************************************************************************
Grid physics library, www.github.com/paboyle/Grid
Source file: ./lib/PerfCount.h
Copyright (C) 2015
Author: Azusa Yamaguchi <ayamaguc@staffmail.ed.ac.uk>
Author: Peter Boyle <peterboyle@MacBook-Pro.local>
Author: pab... |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/sound.h
// Purpose: wxSoundBase class
// Author: Vaclav Slavik
// Modified by:
// Created: 2004/02/01
// RCS-ID: $Id: sound.h 61508 2009-07-23 20:30:22Z VZ $
// Copyright: (c) 2004, Vaclav Slavik
// Lice... |
/*
KSysGuard, the KDE System Guard
Copyright (c) 1999 Chris Schlaeger <cs@kde.org>
Solaris support by Torsten Kasch <tk@Genetik.Uni-Bielefeld.DE>
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 ... |
/*
* Copyright (c) 2012 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... |
/*
* This file is part of libsidplayfp, a SID player engine.
*
* Copyright 2011-2014 Leandro Nini <drfiemost@users.sourceforge.net>
* Copyright 2007-2010 Antti Lankila
* Copyright 2001 Simon White
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu... |
//=================================================================================================
//Copyright (C) 2015, Joscha Fossel
//
//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 ... |
//=============================================================================
// MuseScore
// Music Composition & Notation
// $Id: repeatlist.h 4554 2011-07-19 18:52:22Z wschweer $
//
// Copyright (C) 2009-2011 Werner Schweer
//
// This program is free software; you can redistribute it and/or modify
// it under... |
#pragma once
RCSIDH(eap_leap_h, "$Id$")
#include "eap.h"
#define FR_LEAP_CHALLENGE 1
#define FR_LEAP_RESPONSE 2
#define FR_LEAP_SUCCESS 3
#define FR_LEAP_FAILURE 4
#define FR_LEAP_MAX_CODES 4
/*
* Version + unused + count
*/
#define LEAP_HEADER_LEN 3
/*
****
* EAP - LEAP does not specify code, id & length b... |
void cyttsp5_presspwr(void);
void cyttsp5_vibrate(int value);
void cyttsp5_enableSensors(void);
void cyttsp5_startSensors(void);
void cyttsp5_stopSensors(void);
void cyttsp5_syncSensors(void * mt_data);
|
/*
* (C) Copyright 2013 Xilinx, Inc.
*
* Configuration settings for the Xilinx Zynq ZC770 board.
* See zynq-common.h for Zynq common configs
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __CONFIG_ZYNQ_ZC770_H
#define __CONFIG_ZYNQ_ZC770_H
#define CONFIG_SYS_SDRAM_SIZE (1024 * 1024 * 1024)
#define CONF... |
/*
* APEI Error Record Serialization Table debug support
*
* ERST is a way provided by APEI to save and retrieve hardware error
* information to and from a persistent store. This file provide the
* debugging/testing support for ERST kernel support and firmware
* implementation.
*
* Copyright 2010 Intel ... |
#include <linux/types.h>
#include <linux/errno.h>
#include <asm/uaccess.h>
int
fneg(u32 *frD, u32 *frB)
{
frD[0] = frB[0] ^ 0x80000000;
frD[1] = frB[1];
#ifdef DEBUG
printk("%s: D %p, B %p: ", __func__, frD, frB);
dump_double(frD);
printk("\n");
#endif
return 0;
}
|
/***************************************************************************
qgsprojectionselectionwidget.h
--------------------------------------
Date : 05.01.2015
Copyright : (C) 2015 Denis Rouzaud
Email : denis.rouzaud@gmail.com
************************... |
/*
* Copyright 2012 (C), Jason Cooper <jason@lakedaemon.net>
*
* arch/arm/mach-kirkwood/board-dt.c
*
* Flattened Device Tree board initialization
*
* 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, whethe... |
/*-----------------------------------------------------------------------------
* TinyDetour.h
*-----------------------------------------------------------------------------
*
*-----------------------------------------------------------------------------
* All rights reserved by somma (fixbrain@gmail.com, un... |
/* Copyright (c) 2008-2012, Code Aurora Forum. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... |
#ifndef MEM_H_INCLUDED
#define MEM_H_INCLUDED
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void *Malloc (size_t);
void *Calloc (size_t, size_t);
void *Realloc (void *, size_t, size_t);
void Free (void *, size_t);
void RemovePi... |
//
// iTermFileDescriptorMultiClientChild.h
// iTerm2SharedARC
//
// Created by George Nachman on 3/15/20.
//
#import <Foundation/Foundation.h>
#import "iTermMultiServerProtocol.h"
#import "iTermResult.h"
#import "iTermThreadSafety.h"
NS_ASSUME_NONNULL_BEGIN
@interface iTermFileDescriptorMultiClientChild : NSObj... |
/* Copyright (c) 2009,2011, The Linux Foundation. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... |
/*
* Copyright (C) 2013 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... |
/* 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... |
/*
* Copyright (C) 2005,2006,2007,2008 IBM Corporation
*
* Authors:
* Serge Hallyn <serue@us.ibm.com>
* Reiner Sailer <sailer@watson.ibm.com>
* Mimi Zohar <zohar@us.ibm.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* pub... |
/*
* Copyright (c) Ulrich Drepper <drepper@redhat.com>
* Copyright (c) International Business Machines Corp., 2009
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lic... |
/*
* Copyright (c) 2002, 2017 Jens Keiner, Stefan Kunis, Daniel Potts
*
* 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... |
/* -*- Mode: C; c-basic-offset: 4 -*- */
/* Dia -- an diagram creation/manipulation program
* Copyright (C) 1998 Alexander Larsson
*
* render_pstricks.h: Exporting module/plug-in to TeX Pstricks
* Copyright (C) 2000 Jacek Pliszka <pliszka@fuw.edu.pl>
* 6.5.2000
*
* This program is free software; you can redistr... |
#ifndef __MACH_MEMORY_H
#define __MACH_MEMORY_H
#include <plat/memory.h>
#include <mach/io.h>
#define CONSISTENT_DMA_SIZE SZ_8M
/*
* SRAM memory whereabouts
*/
#define SRAM_CODE_OFFSET (RK30_IMEM_BASE + 0x0010)
#define SRAM_CODE_END (RK30_IMEM_BASE + 0x2FFF)
#define SRAM_DATA_OFFSET (RK30_IMEM_BASE + 0x3000)
#defi... |
/*
* \brief Implementation of linux/slab.h
* \author Norman Feske
* \date 2015-09-09
*/
/*
* Copyright (C) 2015 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.
*/
#include <lx_emul/impl/internal/malloc.h... |
/***************************************************************************
qgsmaplayerstylemanagerwidget.h
---------------------
begin : June 2016
copyright : (C) 2016 by Nathan Woodrow
email : woodrow dot nathan at gmail dot com
**************************... |
/* Definitions for <stdint.h> types on systems using VxWorks.
Copyright (C) 2017 Free Software Foundation, Inc.
This file is part of GCC.
GCC 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, ... |
/*
* Copyright (c) 2004, Intel Corporation. All rights reserved.
* Created by: crystal.xiong REMOVE-THIS AT intel DOT com
* This file is licensed under the GPL license. For the full content
* of this license, see the COPYING file at the top level of this
* source tree.
* Test pthread_attr_setstack()
*
* Step... |
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#ifndef __SHELL_UTIL_H__
#define __SHELL_UTIL_H__
#include <gio/gio.h>
#include <clutter/clutter.h>
#include <libsoup/soup.h>
G_BEGIN_DECLS
char *shell_util_get_label_for_uri (const char *text_uri);
GIcon *shell_util_get_icon_for... |
static unsigned char bmp_data[] =
{
0x00,0x00,0x00,0x00,0x00,0x00,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,
0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,
0xEF,0x7B,0xEF,0x7B,0xEF,0x7B,0xEF,0x7B... |
/* Copyright (c) 2000, 2011, 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... |
#ifndef __ORG_XMLVM_IPHONE_GL_EAGLDRAWABLE__
#define __ORG_XMLVM_IPHONE_GL_EAGLDRAWABLE__
#include "xmlvm.h"
// Preprocessor constants for interfaces:
// Implemented interfaces:
// Super Class:
#include "java_lang_Object.h"
// Circular references:
XMLVM_DEFINE_CLASS(org_xmlvm_iphone_gl_EAGLDrawable, 0, 0)
extern J... |
#if !defined(__SWL_RND_UTIL__LOCAL_API__H_)
#define __SWL_RND_UTIL__LOCAL_API__H_ 1
#include "swl/rnd_util/RejectionSampling.h"
#include <boost/random/linear_congruential.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/numeric/ublas/matrix_pro... |
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#inclu... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License")... |
/*********************************************************************
*
* Filename: ircomm_core.h
* Version:
* Description:
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Wed Jun 9 08:58:43 1999
* Modified at: Mon Dec 13 11:52:29 ... |
/*
* Copyright (C) 2009 Grasch Peter <peter.grasch@bedahr.org>
* Copyright (C) 2009 Mario Strametz <strmam06@htl-kaindorf.ac.at>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* or (at your option) any later vers... |
// Animation names
#define BODY_ANIM_DEFAULT 0
// Color names
// Patch names
// Names of collision boxes
#define BODY_COLLISION_BOX_PART_NAME 0
// Attaching position names
#define BODY_ATTACHMENT_FLARE1 0
#define BODY_ATTACHMENT_FLARE2 1
#define BODY_ATTACHMENT_FLARE3 2
#define BODY_ATTACHMENT_FLARE4 3
// Sound na... |
/***************************************************************************
* Copyright (c) 1999-2008, Broadcom Corporation
*
* 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.
... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* NetworkManager Applet -- allow user control over networking
*
* Dan Williams <dcbw@redhat.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 ... |
/* old interface for reading cdb file
*
* This file is a part of tinycdb package by Michael Tokarev, mjt@corpit.ru.
* Public domain.
*/
#include "common/setup_before.h"
#include <stdio.h>
#include "cdb_int.h"
#include "common/setup_after.h"
#ifndef SEEK_SET
# define SEEK_SET 0
#endif
/* read a chunk from file, i... |
/*
FUNCTION
<<reent>>---definition of impure data.
INDEX
reent
DESCRIPTION
This module defines the impure data area used by the
non-reentrant functions, such as strtok.
*/
#include <stdlib.h>
#include <reent.h>
#ifdef _REENT_ONLY
#ifndef REENTRANT_SYSCALLS_PROVIDED
#define REENTRANT_SYSCALLS_PROVIDED
#endif
#e... |
/****************************************************************************
* This file is part of Hawaii.
*
* Copyright (C) 2016 Pier Luigi Fiorini
*
* Author(s):
* Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
*
* $BEGIN_LICENSE:GPL2+$
*
* This program is free software: you can redistribute it and/o... |
/*
* TALPA test program
*
* Copyright (C) 2004-2011 Sophos Limited, Oxford, England.
*
* 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.
*
* This program is distributed in the hope... |
/* $Id: gdk_3Demu.h,v 1.1 2007-04-21 19:45:07 evilynux Exp $
*/
/*
Copyright (C) 2006-2007 Ben Jaques
This file is part of DeSmuME
DeSmuME 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... |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/osx/cocoa/private/textimpl.h
// Purpose: textcontrol implementation classes that have to be exposed
// Author: Stefan Csomor
// Modified by:
// Created: 03/02/99
// RCS-ID: $Id: textimpl.h 67254 2011-03-20... |
#include "ekg2.h"
#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus.h>
#include "dbus.h"
static EKG2_DBUS_IFACE_HANDLER(ekg2_dbus_iface_im_getProtocols);
static EKG2_DBUS_IFACE_HANDLER(ekg2_dbus_iface_im_setStatus);
static ekg2_dbus_iface_function_t const ekg2_dbus_iface_im_functions[] = {
{ "getProtocols", DBU... |
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* 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 permissi... |
class wiz_state : public driver_device
{
public:
wiz_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) { }
UINT8 *m_videoram;
int m_dsc0;
int m_dsc1;
UINT8 *m_videoram2;
UINT8 *m_colorram2;
UINT8 *m_attributesram;
UINT8 *m_attributesram2;
... |
/*
* Dibbler - a portable DHCPv6
*
* authors: Tomasz Mrugalski <thomson@klub.com.pl>
* Marek Senderski <msend@o2.pl>
* changes: Michal Kowalczuk <michal@kowalczuk.eu>
*
* released under GNU GPL v2 only licence
*/
class TMsg;
#ifndef MSG_H
#define MSG_H
#include <iostream>
#include <string>
#include <... |
/*
* Copyright (C) 2004-2006 Atmel Corporation
*
* 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_AVR32_THREAD_INFO_H
#define __ASM_AVR32_THREAD_INFO_H
#include ... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Collections.CaseInsensitiveHashCodeProvider
struct CaseInsensitiveHashCodeProvider_t576;
// System.Globalization.CultureInfo
struct ... |
#ifndef _INPUT_POLLDEV_H
#define _INPUT_POLLDEV_H
/*
* Copyright (c) 2007 Dmitry Torokhov
*
* 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.
*/
#include <linux/input.h>
#include... |
/*
** settingsmenu.h
**
** This file is part of mkxp.
**
** Copyright (C) 2014 Jonas Kulla <Nyocurio@gmail.com>
**
** mkxp 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
... |
/*
* Copyright (c) 2013 Dmitry Kazakov <dimula73@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 version.... |
/*
* 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.
*
* Written (W) 1999-2009 Soeren Sonnenburg
* Copyright (C) 19... |
/****************************************************************************
**
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Design Tooling
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** ac... |
/* radare - LGPL - Copyright 2009-2014 - nibble */
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <r_types.h>
#include <r_lib.h>
#include <r_util.h>
#include <r_asm.h>
#include "dis-asm.h"
static unsigned long Offset = 0;
static char *buf_global = NULL;
static unsigned char bytes[4];
static i... |
#include "meta.h"
#include "../util.h"
/*
ISH+ISD
*/
VGMSTREAM * init_vgmstream_ish_isd(STREAMFILE *streamFile) {
VGMSTREAM * vgmstream = NULL;
STREAMFILE * streamFileISH = NULL;
char filename[PATH_LIMIT];
char filenameISH[PATH_LIMIT];
int i;
int channel_count;
int loop_flag;
/* chec... |
/*
Copyright 2011 Etay Meiri
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 distr... |
// ************************************************************************** //
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file Core/Simulation/OffSpecSimulation.h
//! @brief Defines class OffSpecSimulation.
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU ... |
long main(long x, long y, long z){}
|
/***************************************************************************
* Copyright (C) 2008 by BogDan Vatra *
* bogdan@licentia.eu *
* *
* This pr... |
//
// BAGEL - Brilliantly Advanced General Electronic Structure Library
// Filename: _vrr_drv.h
// Copyright (C) 2012 Toru Shiozaki
//
// Author: Toru Shiozaki <shiozaki@northwestern.edu>
// Maintainer: Shiozaki group
//
// This file is part of the BAGEL package.
//
// This program is free software: you can redistribut... |
/*
* Copyright (C) 2003-2015 FreeIPMI Core 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 3 of the License, or
* (at your option) any later version.
*
* This progr... |
/*
* Copyright (C) 2006-2007, 2010-2018 Free Software Foundation, Inc.
* Written by Simon Josefsson
*
* 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
*... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.