text
stringlengths
9
948k
//****************************************************************************** // // Copyright (c) 2016 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LI...
/*************************************************************************/ /* gd_mono_method.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/* * This file is part of the libsigrok project. * * Copyright (C) 2012 Bert Vermeulen <bert@biot.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 3 of the License, o...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:22:10 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/UIFoundati...
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_rmi_Remote__ #define __java_rmi_Remote__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace java { namespace rmi { class Remote; } } } class java::rmi::Remote : public ::java::lang::Object ...
/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
/* * iperf, Copyright (c) 2014-2022 The Regents of the University of * California, through Lawrence Berkeley National Laboratory (subject * to receipt of any required approvals from the U.S. Dept. of * Energy). All rights reserved. * * If you have questions about your rights to use or distribute this * software...
/* * Copyright (c) 2020, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <AK/FlyString.h> #include <LibJS/Runtime/Completion.h> #include <LibJS/Runtime/StringOrSymbol.h> namespace JS { class PropertyKey { public: enum class Type : u8 { Invalid,...
/* * arch/sh/mm/tlb-sh4.c * * SH-4 specific TLB operations * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2002 Paul Mundt * * Released under the terms of the GNU GPL v2.0. */ #include <linux/signal.h> #include <linux/sched.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #...
/**************************************************************************** ** ** Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt3D module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL3$ ** Commercial License Usage ** Licensees ho...
/** * @file configuration.c * @author Michal Vasko <mvasko@cesnet.cz> * @brief yanglint configuration * * Copyright (c) 2017 CESNET, z.s.p.o. * * This source code is licensed under BSD 3-Clause License (the "License"). * You may not use this file except in compliance with the License. * You may obtain a copy o...
/***************************************************************************/ /* */ /* ftcid.h */ /* */ /* Fr...
/** * Description: Eulerian path starting at \texttt{src} if it exists, * visits all edges exactly once. Works for both directed and * undirected. Returns vector of \{vertex,label of edge to vertex\}. * The second element of the first pair is always $-1$. * Time: O(N+M) * Source: USACO Training, MIT ICPC Not...
/* @(#)e_atan2.c 1.3 95/01/18 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided ...
/* LUFA Library Copyright (C) Dean Camera, 2011. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
`define INC2 1 `define DEC2 2 `define INC 3 `define DEC 4 `define CLR 5 `define COM 6 `define NEG 7 `define ADC 8 `define SBC 9 `define TST 10 `define ROR 11 `define ROL ...
/** * \brief Component description for UART * * Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software and any derivatives * exclusively with Microchip products. It is your responsibility to comply with third party license...
#ifdef __BORLANDC__ // suppress the warning message about comparing signed and unsigned values #pragma warn -8012 #endif // __BORLANDC__ #ifndef INFIX_TO_POSTFIX #define INFIX_TO_POSTFIX #include <iostream> #include <string> #include <stack> #include <ctype.h> #include "d_expsym.h" // expressionSymbol class #include...
/** * @file sdp/session.c SDP Session * * Copyright (C) 2010 Creytiv.com */ #include <re_types.h> #include <re_fmt.h> #include <re_mem.h> #include <re_mbuf.h> #include <re_list.h> #include <re_tmr.h> #include <re_sa.h> #include <re_sdp.h> #include <re_sys.h> #include "sdp.h" static void destructor(void *arg) { ...
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
/* * prussdrv.h * * Describes PRUSS userspace driver for Industrial Communications * * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ * * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * ...
/* Copyright (C) 2014 Apple Inc. All Rights Reserved. See LICENSE.txt for this sample’s licensing information Abstract: A gesture recognizer that emulates a game controller. Slide left or right on the left half of the screen to move the character, and tap on the right half of the screen to jump. */ #impor...
#pragma once #include "src/common/GeneralHelper.h" #ifdef _USE_HP_LIB #include <hpsocket/HPTypeDef.h> #else #include "src/HPTypeDef.h" #endif #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <termios.h> #include <sys/socket.h> #define EVT_ON_SEND _T("OnSend") #define EVT_ON_RECEIVE _T("OnRec...
// // MPWindow.h - used to detect any activity, in order to remove location tracking from application if user touches UI // MIAIOS // // Copyright © 2017-2018 MapsPeople A/S. All rights reserved. // #import <UIKit/UIKit.h> extern NSString * const MPWindowIdleNotification; extern NSString * const MPWindowActiveNot...
#import <Foundation/Foundation.h> #import "MSAnalyticsDelegate.h" @interface MSMockAnalyticsDelegate : NSObject <MSAnalyticsDelegate> @end
/*============================================================================== * this library is a reimplementation of kseq.h in klib for a more seamless * interface within c++ environment * -this implementation resides in c++ and is not a simple objecttive-oriented * wrapper of the original kseq.h * -th...
#ifndef CONTROL_PROJECT_H #define CONTROL_PROJECT_H #include "main.h" int gotoStep(int stepGoal, boolean addAFullRotation); int stepsRequired(int currentSteps, int goal); int setDial(int dialValue, boolean extraSpin); void findFlag(); void resetDiscsWithCurrentCombo(boolean pause); int convertDialToEncoder(int dialVa...
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_RECTANGLe_ABSTRACT_ #ifdef DLIB_RECTANGLe_ABSTRACT_ #include "vector_abstract.h" #include <iostream> #include "../serialize.h" namespace dlib { class rectangle { ...
// INFO: rcu detected stall in n_tty_receive_buf_common // https://syzkaller.appspot.com/bug?id=f6a869ebdf7673f85f6f510a9d766d0316924bee // status:dup // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include <endian.h> #include <errno.h> #include <fcntl.h> #include <linux/futex.h...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
/* Copyright (c) 2010 Charles Duyk and John Stumpo * 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 * noti...
// Copyright (c) 2014-2018, The Monero 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: // // 1. Redistributions of source code must retain the above copyright notice, this list o...
// // AudioStreamer.h // StreamingAudioPlayer // // Created by Matt Gallagher on 27/09/08. // Copyright 2008 Matt Gallagher. All rights reserved. // // Permission is given to use this source code file, free of charge, in any // project, commercial or otherwise, entirely at your risk, with the condition // that a...
/*   Copyright 2018-2021 Prebid.org, Inc.  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,...
#undef ADVANCEDSESSIONS_API #undef UE_IS_ENGINE_MODULE #undef DEPRECATED_FORGAME #define DEPRECATED_FORGAME DEPRECATED #undef UE_DEPRECATED_FORGAME #define UE_DEPRECATED_FORGAME UE_DEPRECATED #define IS_PROGRAM 0 #define UE_GAME 1 #define ENABLE_PGO_PROFILE 0 #define USE_VORBIS_FOR_STREAMING 1 #define WITH_DEV_AUTOMATI...
/* * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: * * Marek Lindner, Simon Wunderlich * * 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 distribute...
/* * * Copyright 2019 gRPC authors. * * 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 agree...
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2010 The PHP Group | +---------...
/* 7zArcIn.c -- 7z Input functions 2018-12-31 : Igor Pavlov : Public domain */ #include "Precomp.h" #include <string.h> #include "7z.h" #include "7zBuf.h" #include "7zCrc.h" #include "CpuArch.h" #define MY_ALLOC(T, p, size, alloc) { \ if ((p = (T *)ISzAlloc_Alloc(alloc, (size) * sizeof(T))) == NULL) return SZ_ERR...
/* * SPDX-FileCopyrightText: 2019-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> #include "sdkconfig.h" #include "esp_attr.h" #include "esp_log.h" #include "esp_image_format.h" #include "flash_qio_mode.h" #include "bootloader_init.h" #include "bootloader_clo...
// // DZCNewsNetWorkTools.h // DZCTodayNews // // Created by tomdu on 2018/11/10. // Copyright © 2018 tomdu. All rights reserved. // #import <AFNetworking/AFNetworking.h> NS_ASSUME_NONNULL_BEGIN typedef enum NetWorksMethod{ GET_METHOD, POST_METHOD }NetWorksMethod; @interface DZCNewsNetWorkTools : AFH...
/* * Copyright 2005 Antoine Chavasse (a.chavasse@gmail.com) * Copyright 2008, 2011, 2012-2013 Stefan Dösinger for CodeWeavers * Copyright 2011-2014 Henri Verbeet for CodeWeavers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Licens...
// // INSTomatoMinutesViewController.h // INSTomato // // Created by XueFeng Chen on 2021/2/1. // #import "INSTaskConfigurationPresentStyleBasedViewController.h" NS_ASSUME_NONNULL_BEGIN @interface INSTomatoMinutesViewController : INSTaskConfigurationPresentStyleBasedViewController @end NS_ASSUME_NONNULL_END
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004,2009 Free Software Foundation, Inc. * Copyright 2007 Sun Microsystems, Inc. * * GRUB is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fr...
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ /* * Copyright (c) 2008 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2011-2013 The University of Tennessee a...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:44:28 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import "HBTopShelfBannerViewController.h" #import "HBTopShelfItemInteracting-Protocol.h" @class HBTopShelfBannerModel, NSString; @protocol HBTop...
/** * \file * * Copyright (c) 2015 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. Redistributions of source code must ...
/* ThemeMetric - Theme specific data. */ #ifndef THEME_METRIC_H #define THEME_METRIC_H #include "ThemeManager.h" #include <map> #include "Foreach.h" #include "LuaManager.h" #include "RageUtil.h" /** @brief The general interface for reading ThemeMetrics. */ class IThemeMetric { public: virtual ~IThemeMetric() { } v...
// // CAAppDelegate.h // ConsoliAds-SDK // // Created by Wazma Ali on 01/06/2022. // Copyright (c) 2022 Wazma Ali. All rights reserved. // @import UIKit; @interface CAAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
#ifndef MAINFORM_H #define MAINFORM_H #include <QWidget> #include <QPushButton> #include <QScreen> #include "otherform.h" class mainform : public QWidget { Q_OBJECT public: mainform(QWidget *parent = nullptr); ~mainform(); void setupUi(); void setButton(); private slots: void onOpenForm(); ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSProgressIndicator.h" __attribute__((visibility("hidden"))) @interface FI_TProgressIndicator : NSProgressIndicator { _Bool _animateWhenIndeterminate; } @property(non...
/****************************************************************************************[Solver.h] Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson Copyright (c) 2007-2010, Niklas Sorensson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
// /d/magic/symbols/sune_symbol.c #include <std.h> inherit "/d/magic/symbols/holy_symbol.c"; #define GEMS ({"%^RESET%^%^RED%^ruby%^RESET%^","%^BOLD%^%^RED%^carnelian%^RESET%^","%^BOLD%^%^RED%^fire opal%^RESET%^"}) #define METALS ({"%^BOLD%^%^WHITE%^silver","%^YELLOW%^gold","%^ORANGE%^copper","%^YELLOW%^bronze","%^CY...
/* * 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"); you ma...
/* * Copyright 1999-2006 University of Chicago * * 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...
/* * Basic general purpose allocator for managing special purpose memory * not managed by the regular kmalloc/kfree interface. * Uses for this includes on-device special memory, uncached memory * etc. * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for mo...
/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. */ /* * This file contains various definitions of structures that are used by Vim */ /* * There is someth...
// // Created by Bradley Austin Davis on 2015/07/20 // Copyright 2015 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef hifi_FramebufferCache_h #define hifi_FramebufferCache_h #include <QS...
/* -------------------------------------------------------------------------- * File: xbendersatsp.c * Version 12.8.0 * -------------------------------------------------------------------------- * Licensed Materials - Property of IBM * 5725-A06 5725-A29 5724-Y48 5724-Y49 5724-Y54 5724-Y55 5655-Y21 * Copyright IBM...
#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; cl...
// Copyright (C) 2002-2009 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" and the "irrXML" project. // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __IRR_PATH_H_INCLUDED__ #define __IRR_PATH_H_INCLUDED__ #include "irrString.h" namespace irr { namespace io { //!...
/**************************************************************************** * * Copyright (c) 2015 PX4 Development Team. 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. Redistri...
/*************************************************************************************** * MSP part of the project * Author: Leonardo Benitez * Coauthor: Renan Augusto Starke * Date: 2020-10 * Hardware usage: * Watchdog timer: delay * Timer0_B0: battery * Timer1_B1: ultrassonic * Tim...
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2018 The Lunex Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_CLIENT...
/* Sjeng - a chess variants playing program Copyright (C) 2003 Gian-Carlo Pascutto File: rcfile.c Purpose: Read in config file, allocate hash/caches */ #include "sjeng.h" #include "protos.h" #include "extvars.h" FILE *rcfile; char line[STR_BUFF]; int TTSize; int ECacheSize; int PB...
/* * Copyright (c) 2015, Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this so...
//--------------------------------------------------------------------------------------------------------------------// // // // Tuplex: Blazing Fast Python Data Scien...
// // Unit.h // ScrapCalc // // Created by word on 14.03.13. // // #import "BaseEntity.h" @interface Unit : BaseEntity @property (nonatomic, copy) NSString *unitID; @property (nonatomic, copy) NSString *name; @property (nonatomic, copy) NSString *shortName; @property (nonatomic, assign) double weight; @end
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:03:35 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/MessagePro...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // // Sequences.h -- all about iterating over sequences, that is, MBLayout, FrameRange, and iterators // #pragma once #include "Basics.h" #include "Matrix.h" #in...
#include <stdio.h> /* print Fahrenheit-Celsius table */ int main(void) { int fahr; for (fahr = 0; fahr <= 300; fahr = fahr + 20) printf("%3d %6.1f\n", fahr, (5.0 / 9.0) * (fahr - 32)); return 0; }
#pragma once #include <glm/ext.hpp> #include <vector> #include "Sphere.h" #include "Plane.h" using namespace glm; class PhysicsScene { public: PhysicsScene(); ~PhysicsScene(); void addObject(Object * object); //void removeObject(Object * object); void update(float DT); void updateGizmos(); void setGravity(co...
// Copyright (c) 2011-2016 The Kori Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef KORI_QT_TRANSACTIONTABLEMODEL_H #define KORI_QT_TRANSACTIONTABLEMODEL_H #include <qt/koriunits.h> #include <QAbstractT...
#ifndef SAMPLESTATISTICS_H #define SAMPLESTATISTICS_H namespace Ilwis { class RasterCoverage; class ThematicItem; typedef IlwisData<RasterCoverage> IRasterCoverage; typedef IlwisData<ItemDomain<ThematicItem>> IThematicDomain; const int MAXCLASS{250}; struct SampleCell { enum Marker{mMEAN=0, mSTANDARDDEV=1}; ...
// Copyright 2018 The Goma 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 DEVTOOLS_GOMA_CLIENT_JAVA_JAVA_COMPILER_INFO_BUILDER_H_ #define DEVTOOLS_GOMA_CLIENT_JAVA_JAVA_COMPILER_INFO_BUILDER_H_ #include <string> #include <v...
/**------------------------------------------------------------------------- @file audiodev_i2s.h @brief I2S (Inter-IC sound interface) generic definitions @author Nguyen Hoan Hoang @date Apr. 4, 2020 @license MIT License Copyright (c) 2020 I-SYST inc. All rights reserved. Permission is hereby granted, free of c...
/** * Copyright (c) 2017-present, 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 <map> #include <vector> #include "AdminCommandTable.h" #include...
#pragma once #include "tsystemglobal.h" #include <QMap> #include <QMetaObject> #include <QMetaProperty> #include <QVariant> #include <TCriteria> #include <TCriteriaConverter> #include <TGlobal> template <class T> class TCriteriaMongoConverter { public: TCriteriaMongoConverter(const TCriteria &cri) : crite...
//===--- Config.h - Swift Language Platform Configuration -------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
/* * Copyright (C) 2015 University of Oregon * * You may distribute under the terms of either the GNU General Public * License or the Apache License, as specified in the LICENSE file. * * For more information, see the LICENSE file. */ #ifndef _SISFILE_H #define _SISFILE_H /**************************************...
/* * acpi_power.c - ACPI Bus Power Management ($Revision: 39 $) * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is fre...
/* * TyoeDefinitions.h * * Created on: 30.05.2010 * Author: gerstrong * * */ #ifndef TYPEDEFINITIONS_H #define TYPEDEFINITIONS_H #include <sys/types.h> #include <SDL.h> // Some good basic types and utilities independent of endianess. typedef uint8_t gs_byte; typedef uint8_t Uint8; typedef uint8_t uint8...
// // H5WebViewController+NavSearchBar.h // NebulaBiz // // Created by Glance on 16/12/1. // Copyright © 2016年 Alipay. All rights reserved. // #import <Nebula/Nebula.h> @interface H5WebViewController (NavSearchBar)<AUSearchTitleViewDelegate,AUSearchBarDelegate> // --------- searchNavigationBar @property(nonatomi...
// // Copyright © 2016年 Vizlab. All rights reserved. // #import <Foundation/Foundation.h> #import <MIST/VZMistTemplateController.h> @interface MistExpressionDemoController : VZMistTemplateController @end
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2018-2020, The Qwertycoin Project // // This file is part of Qwertycoin. // // Qwertycoin is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by...
// Copyright (c) 2018 ERGO-Code. See license.txt for license. #ifndef IPX_TIMER_H_ #define IPX_TIMER_H_ #include <chrono> namespace ipx { class Timer { public: Timer(); double Elapsed() const; void Reset(); private: typedef std::chrono::time_point<std::chrono::high_resolution_clock> TimePoi...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @protocol MMMusicListExt <NSObject> @optional - (void)onMusicListArrayChange; @end
/* * Copyright (C) 2013, Netronome Systems, Inc. All rights reserved. * * Disclaimer: this file is provided without any warranty * as part of an early-access program, and the content is * bound to change before the final release. */ #ifndef NFP6000_PL_H #define NFP6000_PL_H /*---------------------------------...
/* -------------------------------------------------------------------------- */ /* UMFPACK Copyright (c) Timothy A. Davis, CISE, */ /* Univ. of Florida. All Rights Reserved. See ../Doc/License for License. */ /* web: http://www.cise.ufl.edu/research/sparse/umfpack ...
#ifndef DA_FUNK_H #define DA_FUNK_H extern unsigned da_funk; extern unsigned int da_funk_len; #endif
/* * Copyright 2021 (c) Microsoft Corporation. * * 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 ...
/*------------------------------------------------------------------------- * * nodeAgg.c * Routines to handle aggregate nodes. * * ExecAgg normally evaluates each aggregate in the following steps: * * transvalue = initcond * foreach input_tuple do * transvalue = transfunc(transvalue, input_value(s))...
// Generated by gencpp from file visualization_msgs/MarkerArray.msg // DO NOT EDIT! #ifndef VISUALIZATION_MSGS_MESSAGE_MARKERARRAY_H #define VISUALIZATION_MSGS_MESSAGE_MARKERARRAY_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_messag...
/* Copyright (c) 2018-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file test_process_slow.c * \brief Slow test cases for the Process API. */ #define MAINLOOP_PRIVATE #include "orconfig.h" #include "core/or/or.h" #include "core/mainloop/mainloop.h" #include "lib/evloop/compat_li...
#ifndef __MISC_H #define __MISC_H void swap(int* a, int* b); #endif
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commerc...
// Copyright 2021 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
/* advertise.c - the heart of adios */ #ifndef lint static char ident[] = "@(#)$Id: advertise.c,v 1.4 1993/08/25 17:18:31 jromine Exp shettich $"; #endif /* lint */ #include "../h/mh.h" #include <stdio.h> #ifdef BSD42 #include <sys/types.h> #include <sys/uio.h> #endif /* BSD42 */ #include <errno.h> /* For 4.2BSD syste...
/* * Copyright (c) 2016 Cisco and/or 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 applicabl...