text
stringlengths
4
6.14k
/* * Copyright (c) 2001-2004 Jakub Jermar * All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef _SCHEDULER_H_ #define _SCHEDULER_H_ #include <io/interrupts.h> #include <lib/list.h> #define RQ_COUNT 16 /** Scheduler run queue structure...
/* $Header: /cvsup/minix/src/lib/libp/wdw.c,v 1.1.1.1 2005/04/21 14:56:24 beng Exp $ */ /* * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands. * * This product is part of the Amsterdam Compiler Kit. * * Permission to use, sell, duplicate or disclose this software must be * obtaine...
/*********************************************************************************************************************** ** ** Copyright (c) 2011, 2014 ETH Zurich ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the ** follo...
/******************************************************************** * Copyright © 2018 Computational Molecular Biology Group, * * Freie Universität Berlin (GER) * * * * Redistribution and use in source and ...
/* * FlagCalls.h * * Author: Guido Reina and others * Copyright (C) 2016-2021 by Universitaet Stuttgart (VISUS). * All rights reserved. */ #pragma once #include "mmcore/CallGeneric.h" #include "mmcore/FlagStorage.h" #include "mmcore/factories/CallAutoDescription.h" namespace megamol { namespace core { class F...
// Filename: configVariableFilename.h // Created by: drose (22Nov04) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised BSD // license. ...
/* Copyright (c) 2011, The Mineserver Project 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 condition...
/** Copyright (c) Audi Autonomous Driving Cup. 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 ...
#include <math.h> #include <time.h> #include "quiet.h" FILE *profiles_f; int compare_chunk(const uint8_t *l, const uint8_t *r, size_t len) { for (size_t i = 0; i < len; i++) { if (l[i] != r[i]) { return -1; } } return 0; } int read_and_check(const uint8_t *payload, size_t pay...
// Copyright 2012 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 IOS_CHROME_APP_APP_STARTUP_PARAMETERS_H_ #define IOS_CHROME_APP_APP_STARTUP_PARAMETERS_H_ #import <Foundation/Foundation.h> #include <map> enum...
// Copyright 2018 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 ASH_SYSTEM_NETWORK_VPN_FEATURE_POD_CONTROLLER_H_ #define ASH_SYSTEM_NETWORK_VPN_FEATURE_POD_CONTROLLER_H_ #include "ash/system/network/tray_netwo...
// Copyright (c) 2012 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_UI_VIEWS_CRYPTO_MODULE_PASSWORD_DIALOG_VIEW_H_ #define CHROME_BROWSER_UI_VIEWS_CRYPTO_MODULE_PASSWORD_DIALOG_VIEW_H_ #include ...
// SDLDisplayMode.h // #import "SDLEnum.h" /** * Identifies the various display types used by SDL. * * @since SDL 1.0 */ typedef SDLEnum SDLDisplayMode NS_TYPED_ENUM; /** * @abstract Display Mode : DAY */ extern SDLDisplayMode const SDLDisplayModeDay; /** * @abstract Display Mode : NIGHT. */ extern SDLDisp...
// Copyright 2014 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 THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_SUBRESOURCE_INTEGRITY_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_SUBRESOURCE_INTEGRITY_H_ #...
/* * Copyright (c) 2018 Paul B Mahol * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any late...
// Filename: LNodeIndexSetDataIterator.h // Created on 12 May 2011 by Boyce Griffith // // Copyright (c) 2002-2013, Boyce Griffith // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Re...
//===- TargetAndABI.h - SPIR-V target and ABI utilities --------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
/* * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. 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 ret...
#pragma once #ifndef _DMAH_ #define _DMAH_ #include<stdlib.h> int * RandomArray(size_t size); //size_t is a type for sizes. #endif
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. // AtomicPointer provides storage for a lock-free pointer. // Platform-dependent implementation of Atom...
/* * Copyright (c) 2010, Anima Games, Benjamin Karaban, Laurent Schneider, * Jérémie Comarmond, Didier Colin. * 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 ...
/**ARGS: defs --once-only --inactive -DFOO */ /**SYSCODE: = 2 */ #ifdef FOO #define /* comment */ B /* comment */ " Definition 1 " // Comment #else #define /* comment */ B /* comment */ " Definition 2 " // Comment #endif
// // STPCameraPreviewGridViewCell.h // STPCamera // // Created by 1amageek on 2015/11/01. // Copyright © 2015年 Stamp inc. All rights reserved. // #import <UIKit/UIKit.h> @interface STPCameraPreviewGridViewCell : UICollectionViewCell @property (nonatomic) UIImage *thumbnailImage; @property (nonatomic) UIImage *l...
/* * Copyright (c) 2010, Anima Games, Benjamin Karaban, Laurent Schneider, * Jérémie Comarmond, Didier Colin. * 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 o...
/* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Tony Nardo of the Johns Hopkins University/Applied Physics Lab. * * Redistribution and use in source and binary forms, with or without * modifica...
// // XRootViewController.h // Basement // // Created by Dylan on 15/1/4. // Copyright (c) 2015年 Dylan. All rights reserved. // #import "XBViewController.h" @interface XRootViewController : XBViewController @end
#include <stdio.h> #define BUFSIZE 100 char buf[BUFSIZE]; int bufp=0; int getch(void) { return (bufp > 0) ? buf[--bufp] : getchar(); } void ungetch(int c) { if(bufp >= BUFSIZE) printf("ungetch: too many characters\n"); else buf[bufp++]=c; }
#if defined(PEGASUS_OS_HPUX) # include "UNIX_ClassifierFilterSetPrivate_HPUX.h" #elif defined(PEGASUS_OS_LINUX) # include "UNIX_ClassifierFilterSetPrivate_LINUX.h" #elif defined(PEGASUS_OS_DARWIN) # include "UNIX_ClassifierFilterSetPrivate_DARWIN.h" #elif defined(PEGASUS_OS_AIX) # include "UNIX_ClassifierFilterSetPriv...
/* * Generated by class-dump 3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2012 by Steve Nygard. */ #import "NSObject.h" @interface IDEAppStatistics : NSObject { } + (id)_diskTypeFor:(struct __DADisk *)arg1 withDiskManager:(id)arg2; + (id)_diskTypes; + (unsigned long long)_tota...
/* Generated by CIL v. 1.7.0 */ /* print_CIL_Input is false */ struct _IO_FILE; struct timeval; extern float strtof(char const *str , char const *endptr ) ; extern void signal(int sig , void *func ) ; typedef struct _IO_FILE FILE; extern int atoi(char const *s ) ; extern double strtod(char const *str , char co...
/* * Copyright (C) 2008 The Android Open Source Project * 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 ...
// // AFMSlidingCell.h // AFMSlidingCell // // Created by Artjoms Haleckis on 15/05/14. // Copyright (c) 2014 Ask.fm Europe, Ltd. All rights reserved. // #import <UIKit/UIKit.h> @class AFMSlidingCell; @protocol AFMSlidingCellDelegate <NSObject> @optional - (void)buttonsDidShowForCell:(AFMSlidingCell *)cell; - (...
// Copyright (c) 2011-2013 The EmpireCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef WALLETVIEW_H #define WALLETVIEW_H #include <QStackedWidget> class EmpireCoinGUI; class ClientModel; class WalletM...
/* Copyright (C) 2010-2020 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (intrinsics.h). * --------------------------------------------------------------------------------------- * * Permi...
#include <commands/Command.h> #include <clingo.hh> #include <QJsonObject> #include <memory> namespace kbcr { class KnowledgebaseCreator; /** * Class inheriting from Command interface used to call the solvers solve method */ class SolveCommand : public Command, public std::enable_shared_from_this<SolveCommand...
#include <stdlib.h> #include "glist.h" /* Crear una lista */ GList glist_crear(void) { return NULL; } /* Destruir una lista */ void glist_destruir(GList lista) { GNodo *nodoAEliminar; while (lista) { nodoAEliminar = lista; lista = lista->sig; free(nodoAEliminar); } } /* Obtener la longitud de una lista *...
/* * Copyright 1999-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...
// // VTDAddViewController.h // // Copyright (c) 2014 Mutual Mobile (http://www.mutualmobile.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...
#include <stdlib.h> #include <stdio.h> #include <time.h> #include "soundpipe.h" typedef struct { sp_expon *line; sp_osc *osc; sp_ftbl *ft; sp_dmetro *dm; } UserData; void process(sp_data *sp, void *udata) { UserData *ud = udata; SPFLOAT osc = 0, line = 0, dm = 0; sp_dmetro_compute(sp, ud-...
/* * Generated by class-dump 3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2012 by Steve Nygard. */ #import <IDEKit/IDEViewController.h> #import "IDEEditorContextDelegate.h" #import "IDESourceControlMergeControllerContainer.h" @class DVTBorderedView, DVTObservingToken, DVTSplit...
// // Protocol.h // ofxLibwebsockets // // Created by Brett Renfer on 4/11/12. // #pragma once #include <string> #include <map> #include "ofMain.h" #include "ofxLibwebsockets/Events.h" #define OFX_LWS_MAX_BUFFER 2048 namespace ofxLibwebsockets { class Reactor; class Protocol { friend ...
// // TMValidatorRuleURL.h // TMValidatorDemo // // Created by Kazuya Ueoka on 2015/11/18. // Copyright © 2015年 Timers Inc. All rights reserved. // #import "TMValidatorRule.h" @interface TMValidatorRuleURL : TMValidatorRule @end
// // FrontViewController.h // [Exp2]RadioVN // // Created by tuan.suke on 12/17/15. // // #import <UIKit/UIKit.h> @interface FrontViewController : UIViewController @property (weak, nonatomic) IBOutlet UITableView *tableView; @property (nonatomic,strong) NSString *linkFrontView; @end
#pragma once //#ifdef ESP8266 #include "BaseClass.h" #include "MethodDescriptor.h" namespace nanpy { class EspClass : public BaseClass { public: void elaborate( nanpy::MethodDescriptor* m ); const char* get_firmware_id(); }; }; //#endif
// // CRViewController.h // CurrencyRequest // // Created by Sam Kaufman on 09/07/2015. // Copyright (c) 2015 Sam Kaufman. All rights reserved. // @import UIKit; @interface CRViewController : UIViewController @end
// // DekoTutorialHelper.h // deko // // Created by Johan Halin on 9.12.2012. // Copyright (c) 2012 Aero Deko. All rights reserved. // #import <Foundation/Foundation.h> @class HarmonyCanvasSettings; @interface DekoTutorialHelper : NSObject @property (nonatomic, readonly) BOOL shouldShowTutorial; - (void)showLe...
// RUN: %check -e %s g(int j(){return 3;}); // CHECK: /error: /
// // Copyright 2011-2014 Twilio. All rights reserved. // // Use of this software is subject to the terms and conditions of the // Twilio Terms of Service located at http://www.twilio.com/legal/tos // @class TCDevice; @class TCConnection; @class TCPresenceEvent; /** TCDeviceDelegate is the delegate protocol for a...
// // BaseNavigationViewController.h // PovertyAlleviation // // Created by 四川三君科技有限公司 on 2017/2/20. // Copyright © 2017年 四川三君科技有限公司. All rights reserved. // #import <UIKit/UIKit.h> @interface BaseNavigationViewController : UINavigationController @end
/* **============================================================================== ** ** Copyright (c) 2003, 2004, 2005, 2006, Michael Brasher, Karl Schopmeyer ** Copyright (c) 2008, Michael E. Brasher ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and associate...
#ifndef BITCOINGUI_H #define BITCOINGUI_H #include <QMainWindow> #include <QSystemTrayIcon> class TransactionTableModel; class ClientModel; class WalletModel; class TransactionView; class OverviewPage; class AddressBookPage; class SendCoinsDialog; class SignVerifyMessageDialog; class Notificator; class RPCConsole; Q...
/**************************************************************************************** Copyright (C) 2015 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies...
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ #ifndef __dj_include_libc_unconst_h__ #define __dj_include_libc_unconst_h__ #ifdef __cplusplus extern "C" { #endif #ifndef __dj_ENFORCE_ANSI_FREESTANDING #ifndef __STRICT_ANSI__ #ifndef _POSIX_SOURCE #define unconst(__v, __t) __extension__ ({union { c...
// Copyright 2009 the V8 project authors. 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 ...
// // VZHTTPRequestGenerator.h // ETLibSDK // // Created by moxin.xt on 12-12-18. // Copyright (c) 2013年 VizLab. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> typedef NSString* (^VZHTTPRequestStringGeneratorBlcok)(NSURLRequest* request,NSDictionary* params,NSError *__autoreleas...
/// /// Copyright (c) 2016 Dropbox, Inc. All rights reserved. /// #import <Foundation/Foundation.h> #import "DBSerializableProtocol.h" #import "DBTransportBaseClient.h" @class DBRequestError; @class DBRoute; NS_ASSUME_NONNULL_BEGIN /// Used by internal classes of `DBTransportBaseClient` @interface DBTransportBaseC...
// // Shader.hpp // opengl-series // // Created by Tim Zuercher on 11/21/15. // // #include "Logger.h" #include <stdio.h> #include <string> #include <unistd.h> #include <cassert> #include <iostream> #include <stdexcept> #include <GL/glew.h> using namespace std; class Shader{ public: Shader(string file,GLenum...
/** * \file * \brief RAM allocator code (client-side) definitions */ /* * Copyright (c) 2007, 2008, 2009, 2011, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, ...
// // JSNewsImgsTableViewCell.h // SYJNeteaseNews // // Created by ShenYj on 2017/1/5. // Copyright © 2017年 ShenYj. All rights reserved. // #import <UIKit/UIKit.h> @class JSNewsModel; @interface JSNewsImgsTableViewCell : UITableViewCell /** 新闻模型数据 */ @property (nonatomic) JSNewsModel *newsModel; @end
///////////////////////////////////////////////////////////////////////////////////////// /// /// \file helper.h /// /// __Description__: Defines helper functions like print(). /// /// __Last modified__: <>\n /// __Version__: 1.0\n /// __Author__: Alex Chen, fizban007@gmail.com\n /// _...
// // DPAppDelegate.h // DianpingSDKDemo // // Created by Johnny on 11/10/13. // Copyright (c) 2013 Johnny. All rights reserved. // #import <UIKit/UIKit.h> @interface DPAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/** * Copyright (c) 2013-2019 Damien Tardy-Panis * * This file is subject to the terms and conditions defined in * file 'LICENSE', which is part of this source code package. **/ #ifndef CHANNEL_H #define CHANNEL_H #include <QObject> #include <QHash> #include <QByteArray> #include <QVariant> #include <QString> #i...
// // OrderedDictionary.h // OrderedDictionary // // Created by Matt Gallagher on 19/12/08. // Copyright 2008 Matt Gallagher. All rights reserved. // // Permission is given to use this source code file without charge in any // project, commercial or otherwise, entirely at your risk, with the condition // that an...
/* ------------------------------------------------------------------------------- This file is part of OgreKit. http://gamekit.googlecode.com/ Copyright (c) 2006-2010 Charlie C. Contributor(s): none yet. ------------------------------------------------------------------------------- This s...
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of th...
// // Texture.h // libpngMem // // Created by Fakhir Shaheen on 02/12/2014. // Copyright (c) 2014 Fakhir Shaheen. All rights reserved. // #ifndef __libpngMem__Texture__ #define __libpngMem__Texture__ #include <GLES2/gl2.h> #include <png.h> #include <string> #include <istream> #include <fstream> #include <sstream...
// // BridgingHeader.h // HockeyApp-iOSDemo-Swift // // Created by Kevin Li on 16/10/24. // #ifndef BridgingHeader_h #define BridgingHeader_h #import "HockeySDK.h" #import "HockeySDKPrivate.h" #endif /* BridgingHeader_h */
// // storage.c // crypto777 // // Created by James on 4/9/15. // Copyright (c) 2015 jl777. All rights reserved. // #ifdef DEFINES_ONLY #ifndef crypto777_storage_h #define crypto777_storage_h #include <stdio.h> #include <ctype.h> #include <stdint.h> #include <string.h> #include <stdlib.h> #include "uthash.h" #incl...
#ifndef __TRANSIT_SCENE_H__ #define __TRANSIT_SCENE_H__ #include "cocos2d.h" #include "ui/CocosGUI.h" #include "HelloWorldScene.h" class Transit : public cocos2d::Layer { public: // there's no 'id' in cpp, so we recommend returning the class instance pointer static cocos2d::Scene* createScene(); // ...
#pragma once #include "lpg_std_string.h" #include <stdbool.h> #include <stdint.h> #include <stdio.h> static size_t integer_equals(uint64_t const left, uint64_t const right) { return (left == right); } static size_t integer_less(uint64_t const left, uint64_t const right) { return (left < right); } static stri...
// // STDemoServiceOrderManager+OrderList.h // CJStandardProjectDemo // // Created by ciyouzen on 2018/9/7. // Copyright © 2018年 devlproad. All rights reserved. // #import "STDemoServiceOrderManager.h" @interface STDemoServiceOrderManager (OrderList) ///获取"待取餐的订单" - (void)getToTakemealOrdersWithLongitude:(CGFloa...
/** * \file * * \brief Board configuration * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Red...
// // AppDelegate.h // SparkRGB // // Created by Mohit Bhoite on 8/3/14. // Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/** * The MIT License (MIT) * Copyright (C) 2016 ZongXian Shen <andy.zsshen@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...
/* * connect2.c - connect to MySQL server, using connection parameters * specified in an option file or on the command line */ #include <my_global.h> #include <my_sys.h> #include <m_string.h> /* for strdup() */ #include <mysql.h> #include <my_getopt.h> static char *opt_host_name = NULL; /* server host (defaul...
#import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN /** @brief API call builder pattern support class. @discussion Class basing on required API protocol collect user-provided arguments and pass them on \c send to corresponding API end-point. @author Sergey Mamontov @since 4.5.4 @copyri...
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. // // This file contains the specification, but not the implementations, // of the types/operations/etc...
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSSet.h" @interface NSSet (XCRefactoringFilePathUtils) - (id)arrayOfFilePathsSortedByLastComponent; @end
/* * Copyright (c) 2009 Cyrille Berger <cberger@cberger.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 by the Free Software Foundation; * either version 2, or (at your option) any later version of the Lice...
/* * Copyright (C) 2012 Texas Instruments, Inc * * 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 that it will be useful, but WITHOUT ...
// "filename.png", texOffsetX, texOffsetY, flags, texW, texH, trimmedX, trimmedY, originalW, originalH, HALOMAP_HOLY_HALOID addMapEntry("holy/halo1.png", 83, 75, 0, 83, 74, 8, 7, 100, 100, HALOMAP_HOLY_HALO); addMapEntry("holy/halo2.png", 166, 149, 0, 83, 66, 8, 7, 100, 100, HALOMAP_HOLY_HALO); addMapEntry("holy/halo3....
/* * foo-tools, a collection of utilities for glftpd users. * Copyright (C) 2003 Tanesha FTPD Project, www.tanesha.net * * This file is part of foo-tools. * * foo-tools 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 Soft...
/** ****************************************************************************** * @file CORTEXM/CORTEXM_SysTick/Inc/stm32f4xx_it.h * @author MCD Application Team * @version V1.0.1 * @date 26-February-2014 * @brief This file contains the headers of the interrupt handlers. **************...
/* POSIX-specific extra functions. Copyright (C) 2016-2017 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 General Public License as published by the Free Software Founda...
#ifndef __RTL8821AU_FW_H__ #define __RTL8821AU_FW_H__ #include <rtl8812a_hal.h> #include "../wifi.h" //_RSVDPAGE_LOC_CMD0 #define SET_8812_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) #define SET_8812_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE...
#ifndef S390_DEVICE_H #define S390_DEVICE_H #include <asm/ccwdev.h> #include <linux/atomic.h> #include <linux/wait.h> #include <linux/notifier.h> #include <linux/kernel_stat.h> #include "io_sch.h" /* * states of the device statemachine */ enum dev_state { DEV_STATE_NOT_OPER, DEV_STATE_SENSE_PGID, DEV_STATE_SENSE...
#ifndef __LINUX_FT5X0X_TS_H__ #define __LINUX_FT5X0X_TS_H__ #define SCREEN_MAX_X 800 #define SCREEN_MAX_Y 480 #define PRESS_MAX 255 #define FT5X0X_NAME "ft5x0x_ts" struct ft5x0x_ts_platform_data{ u16 x_res; u16 y_res; u16 pressure_min; u16 pressure_max; u16 reset; /* cy8c reset pin */ u16 intr; /...
/************************************************************ Copyright 1989, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that c...
/*************************************************************************** aswriter.h - description ------------------- begin : Sat Feb 08 2003 copyright : (C) 2003 by Alexander Blum email : blum@kewbee.de *...
#pragma once /* * Copyright (C) 2017 Team Kodi * 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. ...
/* -*- mode: c; c-basic-offset: 2 -*- */ /* * Copyright (C) 2007-2012 David Bird (Coova Technologies) <support@coova.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 ...
//------------------------------------------------------------------------------ // <copyright file="ar6000_api.h" company="Atheros"> // Copyright (c) 2004-2008 Atheros Corporation. All rights reserved. // // The software source and binaries included in this development package are // licensed, not sold. You, or y...
/*********************************************************************************** * Copyright 2006 - 2050, Hisilicon Tech. Co., Ltd. * ALL RIGHTS RESERVED * FileName: jpg_driver.h * Description: * * History: * Version Date Author DefectNum Des...
#ifndef CONTROL_H #define CONTROL_H #include "oosmos.h" #include <stdint.h> typedef struct { oosmos_sEvent Event; uint32_t ErrorNumber; } control_sErrorEvent; extern void controlSetup(void); extern void controlLoop(void); #endif
/** ****************************************************************************** * @file HCSR04.c * @author Brandon Piner * @version V1.0 * @date 21-September-2015 * @brief This file provides firmware functions to use a HCSR04 * ultrasonic distance sensor */ #include "HCSR04.h" #in...
#ifndef __SP_SWITCH_H__ #define __SP_SWITCH_H__ /* * SVG <switch> implementation * * Authors: * Andrius R. <knutux@gmail.com> * * Copyright (C) 2006 authors * * Released under GNU GPL, read the file 'COPYING' for more information */ #include "sp-item-group.h" #include <stddef.h> #include <sigc++/connectio...
/* * 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...
// // "$Id$" // // GLUT compatibility header for the Fast Light Tool Kit (FLTK). // // Copyright 1998-1999 by Bill Spitzak and others. // // 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 Foundatio...
/*************************************************************************** Copyright (C) 2007-2009 Robby Stephenson <robby@periapsis.org> ***************************************************************************/ /*************************************************************************** * ...
/** * @file rtems/posix/posixapi.h */ /* * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id: posixapi.h,v 1.10 20...