text
stringlengths
4
6.14k
/** ****************************************************************************** * @file stm8s_it.h * @author MCD Application Team * @version V2.1.0 * @date 18-November-2011 * @brief This file contains the headers of the interrupt handlers **************************************************...
#include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> MODULE_INFO(vermagic, VERMAGIC_STRING); __visible struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, ...
#ifndef _ASM_GENERIC_BITOPS_ARCH_HWEIGHT_H_ #define _ASM_GENERIC_BITOPS_ARCH_HWEIGHT_H_ #include <asm/types.h> static inline unsigned int __arch_hweight32(unsigned int w) { return __sw_hweight32(w); } static inline unsigned int __arch_hweight16(unsigned int w) { return __sw_hweight16(w); } static inline unsigned...
/* * exynos-rng.c - Random Number Generator driver for the exynos * * Copyright (C) 2012 Samsung Electronics * Jonghwa Lee <jonghwa3.lee@smasung.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 Softwar...
/* Routines for UMTS FP disassembly * * $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 terms of the GNU General Public License * as published by the Fre...
#ifndef __LanguageServerPlugin__ #define __LanguageServerPlugin__ #include "CompileCommandsGenerator.h" #include "LSPDetector.hpp" #include "LanguageServerCluster.h" #include "LanguageServerLogView.h" #include "clTabTogglerHelper.h" #include "cl_command_event.h" #include "plugin.h" class LanguageServerPlugin : public...
#pragma once #include "stdafx.h" #include "VKHelpers.h" #include "../GCM.h" #include "../Common/surface_store.h" #include "VKFormats.h" namespace rsx { struct vk_render_target_traits { using surface_storage_type = std::unique_ptr<vk::image>; using surface_type = vk::image*; using command_list_type = vk::comma...
/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public Li...
/* * 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...
/* 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 ...
/* * linux/fs/sysv/balloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc.c * Copyright (C) 1992 Doug Evans * * coh/alloc.c * Copyright (C) 1993 Pascal Haible, Bruno Haible * * sysv/balloc.c...
/******************************************************************************* * This file is part of OpenWSN, the Open Wireless Sensor Network Platform. * * Copyright (C) 2005-2010 zhangwei(TongJi University) * * OpenWSN is a free software; you can redistribute it and/or modify it under * the terms of th...
#ifndef VIDEOFILTER #define VIDEOFILTER #include <QAbstractVideoFilter> class VideoFilter : public QAbstractVideoFilter { Q_OBJECT Q_PROPERTY(int gaussianBlurSize READ gaussianBlurSize WRITE setGaussianBlurSize NOTIFY gaussianBlurSizeChanged) Q_PROPERTY(double gaussianBlurCoef READ gaussianBlurCoef WRITE...
/* * ntfstime.h - NTFS time related functions. Originated from the Linux-NTFS project. * * Copyright (c) 2005 Anton Altaparmakov * Copyright (c) 2005 Yura Pakhuchiy * Copyright (c) 2010 Jean-Pierre Andre * * This program/include file is free software; you can redistribute it and/or * modify it under the terms ...
/* * ==================================================================== * * Filename: solveTridiag.c * * Description: Solve a general tridiagonal system * * Version: 1.0 * Created: 09/29/2012 11:07:06 AM * Revision: none * Compiler: gcc * * Author: Organiz...
/* * Copyright (c) 1998, 1999 The University of Utah and * the Computer Systems Laboratory at the University of Utah (CSL). * * This file is part of Flick, the Flexible IDL Compiler Kit. * * Flick is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu...
/* Child, Internet Relay Chat Services Copyright (C) 2005-2020 David Lebrun (target0@geeknode.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...
/////////////////////////////////////////////////////////////////////////////// // // wxFormBuilder - A Visual Dialog Editor for wxWidgets. // Copyright (C) 2005 José Antonio Hurtado // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as ...
#include"pluto.h" /* *********************************************************************** */ void HLL_Speed (double **vL, double **vR, double *a2L, double *a2R, double *hL, double *hR, double *SL, double *SR, int beg, int end) /* * * * NAME * * HLL_SPEED * * * PURPOSE * * Compute left...
/* * Generic push-switch framework * * Copyright (C) 2006 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include <linux/init.h> #include <linux/slab.h> #include...
#ifndef TEXTURE_DESCRIPTOR_H_INCLUDED #define TEXTURE_DESCRIPTOR_H_INCLUDED #include "image.h" #include "util.h" struct TextureDescriptor { Image image; float minU, maxU, minV, maxV; TextureDescriptor(Image image = Image()) : image(image), minU(0), maxU(1), minV(0), maxV(1) { } Texture...
/***************************************************************************** * old.c : Old playlist format import/export ***************************************************************************** * Copyright (C) 2004 the VideoLAN team * $Id$ * * Authors: Clément Stenac <zorglub@videolan.org> * * This progr...
/* $Id: ProgressProxyImpl.h $ */ /** @file * IProgress implementation for Machine::openRemoteSession in VBoxSVC. */ /* * Copyright (C) 2006-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can ...
/* * tslib/plugins/dejitter.c * * Copyright (C) 2001 Russell King. * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * $Id: dejitter.c,v 1.10 2005/02/26 01:47:23 kergoth Exp $ * * Problem: some touchscreens read the X/Y values from ADC with a * great level of noise ...
/** ****************************************************************************** * @file BSP/Inc/stm32f4xx_it.h * @author MCD Application Team * @version V1.1.1 * @date 09-October-2015 * @brief This file contains the headers of the interrupt handlers. ***********************************...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2008 The Regents of the University of California // // This file is part of Qbox // // Qbox is distributed under the terms of the GNU General Public License // as published by the Free Software Foundation, either versio...
#ifndef EVENTFILTER_H #define EVENTFILTER_H #include <QDialog> #include <QLabel> #include <QImage> #include <QEvent> class EventFilter : public QDialog { Q_OBJECT public: EventFilter(QWidget *parent = 0,Qt::WindowFlags f=0); ~EventFilter(); public slots: bool eventFilter(QObject *...
// Animation names #define BODY_ANIM_DEFAULT 0 #define BODY_ANIM_POSE 1 #define BODY_ANIM_IDLE 2 #define BODY_ANIM_IDLECOMPUTER 3 #define BODY_ANIM_FIRE 4 #define BODY_ANIM_TORECHARGING 5 #define BODY_ANIM_RECHARGING 6 #define BODY_ANIM_FROMRECHARGING 7 // Color names // Patch names // Names of collision boxes #defi...
/* ** Copyright 1998 - 1999 Double Precision, Inc. ** See COPYING for distribution information. */ #define MD5_INTERNAL #include "md5.h" #include "../libhmac/hmac.h" static void alloc_context( void (*func)(void *, void *), void *arg) { struct MD5_CONTEXT c; (*func)((void *)&c, arg); } static void alloc_hash( void ...
/** ssheap_md5.h @copyright Copyright (c) 2002-2004 SFNT Finland Oy - all Rights Reserved. */ #ifndef SSH_EAP_MD5_H #define SSH_EAP_MD5_H 1 typedef struct SshEapMd5StateRec { /** The challenge sent */ SshUInt8* challenge_buffer; unsigned long challenge_length; /** The response re...
#pragma once #include<Windows.h> #include<iostream> #include<string> #include<vector> #include<sstream> #include<hash_map> #include<hash_set> #include<set> #include<algorithm> #include<qimage.h> #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/contrib/contrib.hpp" using na...
/* * IniFileProcessor class header file * Author: Sun Junwen * Version: 1.0.2 */ #ifndef _INI_FILE_PROCESSOR_H_ #define _INI_FILE_PROCESSOR_H_ #include "IniProcessor.h" #include "strhelper.h" class IniFileProcessor: public IniProcessor { public: /* * Constructor * Specific the ini file name ...
/* { dg-require-effective-target sigsetjmp } */ #include "test-setjmp.h" #include <stddef.h> #include <stdlib.h> extern int foo (int) __attribute__ ((__pure__)); static jmp_buf env; static void inner (void) { void *ptr = malloc (1024); /* { dg-message "allocated here" } */ siglongjmp (env, 1); /* { dg-warning...
/* * Implementation of Utility functions for all SCSI device types. * * Copyright (c) 1997, 1998, 1999 Justin T. Gibbs. * Copyright (c) 1997, 1998 Kenneth D. Merry. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
// Snap Websites Server -- handle various locale information such as timezone and date output, number formatting for display, etc. // Copyright (c) 2011-2019 Made to Order Software Corp. All Rights Reserved // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Gen...
#if !defined(_MSC_VER) #include <config.h> #else #include <config_msvc.h> #endif #if !defined(_MSC_VER) #include <config.h> #else #include <config_msvc.h> #endif #include <assert.h> #include <models/model.h> /// Models extern const AsynchModel model_252; extern const AsynchModel model_190; AsynchModel const * ...
/* * Copyright (C) 2005-2013 Team XBMC * http://kodi.tv * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * T...
#pragma once #include "rpCore/Player/PlayerTypes.h" #include <string> namespace rpCore { namespace Tools { using Range = std::pair<Player::TrackIndex, Player::TrackIndex>; using VectorOfRanges = std::vector<Range>; /** * Converts track index list to contain ranges of indexes. * It means that ...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * File-Roller * * Copyright (C) 2011 The Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free S...
#define DB_FILE "/home/kolesnik/.note.db"
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ** ** Monash Cluster Computing, Australia ** (C) 2003-2004 All Rights Reserved ** ** Primary Authors: ** Robert Turnbull, MCC ** **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
// utility.c #include "utility.h" int padZero(FILE * fptr, unsigned char * whichbit, unsigned char * curbyte) { int rtv; while ((* whichbit) != 0) { rtv = writeBit(fptr, 0, whichbit, curbyte); if (rtv == -1) { return -1; } } return rtv; } // write one bit to a file // // whichbit in...
/* | author: Christian Balles | email: code@ballessay.de | date: 2009/11/28 | version: 0.1 | copyright 2009 Christian Balles | | This file is part of qspeedreader. | qspeedreader is free software: you can redistribute it and/or modify it | under the terms of the GNU General Public License as published b...
#ifndef ITEM_H #define ITEM_H #include <SDL2/SDL.h> /* *Defines an item structure and corresponding functions */ typedef struct{ char* name; int value; SDL_Surface *texture; }Item; #endif
#include <linux/init.h> #include <linux/usb.h> #include <sound/core.h> #include <sound/info.h> #include <sound/pcm.h> #include "usbaudio.h" #include "helper.h" #include "card.h" #include "proc.h" /* convert our full speed USB rate into sampling rate in Hz */ static inline unsigned get_full_speed_hz(unsigned int us...
/* grd5.h structure holding a parsed grd5 (Photoshop gradient) Copyright (c) J.J. Green 2014 $Id$ */ #include <stdlib.h> #include "grd5.h" extern void grd5_grad_custom_destroy(grd5_grad_custom_t *gradc) { int n = gradc->colour.n; if (n > 0) { int i; grd5_colour_stop_t *stops = gradc->c...
/* * arch/arm/include/asm/atomic.h * * Copyright (C) 1996 Russell King. * Copyright (C) 2002 Deep Blue Solutions 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. */ #...
/* * File : gpio.c * This file is part of RT-Thread RTOS * COPYRIGHT (C) 2015, RT-Thread Development Team * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rt-thread.org/license/LICENSE * * Change Logs: * Date Author ...
/* * ffi_symbol.c - ktapvm kernel module ffi symbol submodule * * Copyright (C) 2012-2016, Huawei Technologies. * * ktap is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * ...
/**************************************************************************** ** ** This file is part of the Qtopia Opensource Edition Package. ** ** Copyright (C) 2008 Trolltech ASA. ** ** Contact: Qt Extended Information (info@qtextended.org) ** ** This file may be used under the terms of the GNU General Public Licen...
/* Copyright (C) 2008-2011 Vana Development Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT...
/* * Copyright (C) * * This file is part of paparazzi. * * paparazzi is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * paparazzi is distri...
/* * Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org> 2000 Carsten Pfeiffer <pfeiffer@kde.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 ver...
// Cyphesis Online RPG Server and AI Engine // Copyright (C) 2011 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) a...
#include <stdio.h> #include <stdlib.h> #include "arch.h" #include "log.h" // for BUG #include "random.h" #include "sanitise.h" #include "trinity.h" // page_size static unsigned int plus_minus_two(unsigned int num) { /* Now munge it for off-by-ones. */ switch (rand() % 5) { case 0: num -= 2; break; case 1: num -=...
/* * Generated by asn1c-0.9.22.1409 (http://lionet.info/asn1c) * From ASN.1 module "MCS-PROTOCOL-3" * found in "mcs.asn1" * `asn1c -fnative-types -fskeletons-copy -fcompound-names -gen-PER` */ #ifndef _ExtendedParameterPropose_H_ #define _ExtendedParameterPropose_H_ #include <asn_application.h> /* Including ...
/* * linux/drivers/ide/cenatek.c Version 0.05 June 9, 2000 * * Copyright (C) 1999-2000 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2002 Arjan van de Ven <arjanv@redhat.com> * May be copied or modified under the terms of the GNU General Public License * */ #include <linux/config.h> #include <linux/ty...
/* tap-afpstat.c * Based on * smbstat 2003 Ronnie Sahlberg * * $Id: tap-afpstat.c 50159 2013-06-26 00:18:44Z morriss $ * * 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 i...
#ifndef ABSTRACTPARAMETERSEDITDIALOG_H #define ABSTRACTPARAMETERSEDITDIALOG_H //SpikeStream includes #include "ParameterInfo.h" //Qt includes #include <QCheckBox> #include <QComboBox> #include <QDialog> #include <QHash> #include <QLayout> #include <QLineEdit> namespace spikestream { /*! Abstract cl...
// Copyright (c) 2011 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 CHROME_BROWSER_EXTENSIONS_THEME_INSTALLED_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_EXTENSIONS_THEME_INSTALLED_INFOBAR_DELEGATE_H_ #pragma on...
/* Set flags signalling availability of kernel features based on given kernel version number. Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Gene...
/* This file is part of the KDE project Copyright (C) 2007 Thorsten Zachmann <zachmann@kde.org> Copyright (C) 2009 Jarosław Staniek <staniek@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...
/* * board IDME driver header file * * Copyright (C) 2011 Amazon 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 version 2 as * published by the Free Software Foundation. */ #ifndef _BOWSER_IDME_IN...
// 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 CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_KIOSK_ENABLE_SCREEN_H_ #define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_KIOSK_ENABLE_SCREEN_H_ #include <strin...
/* LIBGIMP - The GIMP Library * Copyright (C) 1995-1997 Spencer Kimball and Peter Mattis * * GimpColorManaged interface * Copyright (C) 2007 Sven Neumann <sven@gimp.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as p...
#ifndef _PCAP_H_ #define _PCAP_H_ #include "qemu-common.h" /* * Used http://wiki.wireshark.org/Development/LibpcapFileFormat to get the pcap file format */ #define PCAP_MAGIC 0xa1b2c3d4 #define PCAP_VMAJOR 2 #define PCAP_VMINOR 4 typedef struct pcap_hdr_s { uint32_t magic_number; /* magic number */ uint16_t v...
#include <linux/platform_device.h> #include <linux/gpio.h> #include <linux/bcm4330-rfkill.h> #include "urboard.h" #define GPIO_BT_RST_N GPIO_PF(8) #define GPIO_BT_REG_ON GPIO_PF(4) #define GPIO_BT_WAKE GPIO_PF(5) #define GPIO_BT_INT GPIO_PF(6) static struct bcm4330_rfkill_platform_data gpio_data = { .g...
/* ============================================================================== This file is part of the ambix Ambisonic plug-in suite. Copyright (c) 2013/2014 - Matthias Kronlachner www.matthiaskronlachner.com Permission is granted to use this software under the terms of: the GPL v2 (or any later v...
/* Copyright (c) 2018 ZCaliptium. This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even ...
/* This file is part of libmspack. * (C) 2003-2004 Stuart Caie. * * The deflate method was created by Phil Katz. MSZIP is equivalent to the * deflate method. * * libmspack is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License (LGPL) version 2.1 * ...
/* Copyright (c) 2010 Fizians SAS. <http://www.fizians.com> This file is part of Rozofs. Rozofs 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. Rozofs is distributed in the hope that it wi...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ // Copyright (c) 2010 The Trustees of Princeton University (Trustees) // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and/or hardware specification (the “Work”) to deal // in the Work wit...
#ifndef MOVABLE_H_ #define MOVABLE_H_ #include "Declarations.h" /* * Abstract base class to give objects movement functionality. * Should not have anything on its own that lets it be seen or clicked. */ class Movable { public: Movable() { velocity = std::move(VectorFloat(0, 0)); } ...
/* arch/arm/mach-msm/io.c * * MSM7K, QSD io support * * Copyright (C) 2007 Google, Inc. * Copyright (c) 2008-2011, Code Aurora Forum. All rights reserved. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by ...
#ifndef Texture_H #define Texture_H #include <memory> #include <jni.h> #include "src/AndEngineScriptingExtension.h" #include "src/Wrapper.h" #include "src/org/andengine/opengl/texture/ITexture.h" #include "src/org/andengine/opengl/texture/TextureManager.h" #include "src/org/andengine/opengl/texture/PixelFormat.h" #inc...
#ifndef _PACKET_QUEUE_H_ #define _PACKET_QUEUE_H_ #include <packos/packet.h> typedef struct PackosPacketQueue { PackosPacket** packets; uint16_t capacity,start,count; }* PackosPacketQueue; PackosPacketQueue PackosPacketQueueNew(int capacity, PackosError* error); int PackosP...
#ifndef CGIT_H #define CGIT_H #include <git-compat-util.h> #include <cache.h> #include <grep.h> #include <object.h> #include <tree.h> #include <commit.h> #include <tag.h> #include <diff.h> #include <diffcore.h> #include <refs.h> #include <revision.h> #include <log-tree.h> #include <archive.h> #include <xdiff/xdiff.h>...
#include "blaswrap.h" #include "f2c.h" /* Subroutine */ int cgeru_(integer *m, integer *n, complex *alpha, complex * x, integer *incx, complex *y, integer *incy, complex *a, integer *lda) { /* System generated locals */ integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; complex q__1, q__2; /* Loc...
/******************************************************************************\ * Copyright (c) 2016 Albrecht Lohofener <albrechtloh@gmx.de> * * Author(s): * Albrecht Lohofener * * Description: * The classes provides a list to store the station and channel information * * ************************************...
/* * Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de> */ #ifndef LINUX_NFSD_VFS_H #define LINUX_NFSD_VFS_H #include "nfsfh.h" #include "nfsd.h" /* * Flags for nfsd_permission */ #define NFSD_MAY_NOP 0 #define NFSD_MAY_EXEC 0x001 /* == MAY_EXEC */ #define NFSD_MAY_WRITE 0x002 /* == MAY_WRITE */ #defin...
/* ///////////////////////////////////////////////////////////////////////// */ /* This file is a part of the BSTools package */ /* written by Przemyslaw Kiciak */ /* ///////////////////////////////////////////////////////////////////////// */...
/* For debugging general purposes */ #ifndef __PERF_DEBUG_H #define __PERF_DEBUG_H #include <stdbool.h> #include "event.h" #include "../ui/helpline.h" #include "../ui/progress.h" #include "../ui/util.h" extern int verbose; extern bool quiet, dump_trace; int dump_printf(const char *fmt, ...) __attribute__((format(pri...
/* * (C) Copyright 2000 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it * * 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 General Public License as * published ...
fun(int foo, int bar) { return 0; } int main(void) { return 0; }
/* pmacct (Promiscuous mode IP Accounting package) pmacct is Copyright (C) 2003-2014 by Paolo Lucente */ /* Originally based on Quagga BGP routing table which is: Copyright (C) 1998, 2001 Kunihiro Ishiguro GNU Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU Gene...
/* * 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. * * Copyright (C) 2012 Sergey Lisitsyn */ #ifndef SPINVCOV_H_...
#ifndef ORG_ESB_WEBSERVICE_EXPORTS #define ORG_ESB_WEBSERVICE_EXPORTS #if defined(_WIN32) #if defined(encodingtask_EXPORTS) #define ENCTASK_EXPORT __declspec( dllexport ) #else #define ENCTASK_EXPORT __declspec( dllimport ) #endif #else #define ENCTASK_EXPORT #endif #endif
/* Definitions for VAX running Linux-based GNU systems with ELF format. Copyright (C) 2007-2014 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; eit...
/* hello_world.c - The simplest kernel module. * * Copyright (C) 2001 by Peter Jay Salzman * * 08/02/2006 - Updated by Rodrigo Rubira Branco <rodrigo@kernelhacking.com> * 07/03/2014 - Updated by Jadjay <jadjay@rachetjay.fr> */ /* Kernel Programming */ #define MODULE #define LINUX #define __KERNEL__ #include...
#include <stdio.h> #include <stdlib.h> #include "liste.c" int main(void) { int x = 0; int i = 1; struct Tlist list, list2, list3; /* // Ajouts manuel printf("Saisissez 5 valeurs\n"); for (i; i <= 5; i++) { printf("\nv%d : ", i); scanf("%d", &x); list_add(list, x); } */ // Ajouts ...
// // tesla-demo, an OpenGL|ES 1.1 port of Sunflower's original Tesla demo. // // Original Tesla code, Copyright (C) 2000 Sunflower // Linux EGL/X11 port by Ilyes Gouta, ilyes.gouta@gmail.com // // Port released under GNU General Public License with permission from // Konrad Zagorowicz, original developer from Sunflowe...
#include <kernel/mm.h> #include <kernel/paging.h> #include <kernel/terminal.h> unsigned long round_next_page(unsigned long address) { unsigned long next_addr = 0; next_addr = (address + PAGE_SIZE) & 0xFFFFF000; return next_addr; } unsigned long round_previous_page(unsigned long address) { unsigned lon...
#include <node.h> #include <nan.h> NAN_METHOD(newFileInstance); NAN_METHOD(newFileInstanceWin32); NAN_METHOD(newFileInstanceFromCopy); NAN_METHOD(newFileInstanceFromCopyWin32); NAN_METHOD(newMemoryInstance); NAN_METHOD(clearInstance); NAN_METHOD(setVerbose); NAN_METHOD(showWoT); NAN_METHOD(dumpWoT); NAN_METHOD(showGra...
#pragma once #include "colors.h" #include "convex_hull_image_mask.h" #include "framedata.h" #include "glLUTwidget.h" #include "gvector.h" #include "image.h" #include "lutwidget.h" #include "maskwidget.h" #include "visionplugin.h" #include <algorithm> #include <vector> class PluginMask : public VisionPlugin { protecte...
//============================================================================= /** @file parapet_callbacks.h * * @brief * Declaration of signatures for parapet Master/Slave callback functions * * @author Dave Billin */ //============================================================================= #ifndef PARAPE...
/* * Copyright (C) 2016 Stuart Howarth <showarth@marxoft.co.uk> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be use...
/* * Copyright (C) 2003-2021 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * * WeeChat 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...
#ifndef Abstract_Scene_h #define Abstract_Scene_h class AbstractScene { public: AbstractScene(){} virtual ~AbstractScene(){} // Rendering, Resize, recycling virtual void Init(){}; virtual void Render()=0; virtual void Resize(int width, int height)=0; virtual void Destroy(){}; // CG standard functions, for u...
#ifndef SQUARE_H #define SQUARE_H #include "main.h" #include "sensor.h" #include "radio.h" /* Modulating data via square waves at specific frequencies Keep the frequency as low as reasonably possible to cut down on bandwidth */ extern void square_init(); extern void square_send(std::vector<sensor_datum_t> data...
/* * Copyright (C) 2014 BullSoft * Copyright (C) 2014 Shang Yuanchun <idealities@gmail.com> * * * You may 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...