text
stringlengths
9
948k
/* * ion.h * * Copyright (C) 2011 Google, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it will be...
// Copyright 2017 The Ray 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 agreed to i...
/** * @file mmwave_listlib.h * * @brief * Header file for the linked list library * * \par * NOTE: * (C) Copyright 2016 Texas Instruments, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * ar...
#ifndef _RPC_NETDB_H #include <sunrpc/rpc/netdb.h> extern int __getrpcbyname_r (__const char *__name, struct rpcent *__result_buf, char *__buffer, size_t __buflen, struct rpcent **__result); extern int __old_getrpcbyname_r (__const char *__name, struct rpcent *__result_buf, char *__buffer, si...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit */ @interface CKEffectPickerViewController : UIViewController <CKEffectPickerViewDelegate> { struct CGPoint { double x; double y; } _balloonViewOrigin; <CKEffectPickerViewControllerDele...
// // Copyright © 2016年 Vizlab. All rights reserved. // #import "VZInspectorView.h" @interface VZInspectorSandBoxRootView : VZInspectorView @end
/* * Copyright (c) 2000-2006 Silicon Graphics, 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 as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be ...
// // Categories.h // SAMCategory // // Created by MilanPanchal on 22/09/14. // Copyright (c) 2014 Pantech. All rights reserved. // #ifndef SAMCategory_Categories_h #define SAMCategory_Categories_h #import "UIView+Additional.h" #import "UIColor+Additional.h" #import "UIImage+Additional.h" #import "UIAlertView+Add...
#ifndef _SCALARR_H_ #define _SCALARR_H_ /********************************************* * * @Author -- Jingtang Zhang * @Date -- 2018.7.14, Hangzhou * @Update -- 2018.8.17, Hangzhou * *********************************************/ #include <iostream> #include <sstream> #include <string> using std::string; usi...
//Copyright 2012 Charles Lohr under the MIT/x11, newBSD, LGPL or GPL licenses. You choose. #ifndef _ETH_CONFIG_H #define _ETH_CONFIG_H //Ethernet configuration file //This controls what components are included, and how the chip is used. //It expects an enc424j600 connected through GPIO pins. //You can modify the sen...
// Check handling MIPS specific features options. // // -mabicalls // RUN: %clang -target mips-linux-gnu -### -c %s -mno-abicalls -mabicalls 2>&1 \ // RUN: | FileCheck --check-prefix=CHECK-MABICALLS %s // CHECK-MABICALLS: "-target-feature" "-noabicalls" // // -mno-abicalls // RUN: %clang -target mips-linux-gnu -### -...
/* * This file is part of x48, an emulator of the HP-48sx Calculator. * Copyright (C) 1994 Eddie C. Dost (ecd@dressler.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 Software Foundation; either v...
#pragma once #include <functional> #include <map> #include <utility> #include <optional> #include <boost/thread/mutex.hpp> #include <boost/utility/string_ref.hpp> #include "net/http_client.h" #include "storages/http_abstract_invoke.h" #include "bootstrap_node_selector.h" namespace cryptonote { class bootstrap_...
// 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 NET_HTTP_HTTP_NETWORK_SESSION_PEER_H_ #define NET_HTTP_HTTP_NETWORK_SESSION_PEER_H_ #include <memory> #include "base/macros.h" #include "bas...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "ElegantTableViewGenerator.h" FOUNDATION_EXPORT double ElegantTableViewVersionNumber; FOUNDATION_EXPORT const unsign...
/* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 * 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: (1) source code distributions * retain the above copyright noti...
/* @(#) $Header: /tcpdump/master/tcpdump/sctpConstants.h,v 1.4 2003/06/03 23:49:23 guy Exp $ (LBL) */ /* SCTP reference Implementation Copyright (C) 1999 Cisco And Motorola * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * ...
/* * fontconfig/src/fcrange.c * * Copyright © 2002 Keith Packard * * 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 * copyright notice an...
// -*- C++ -*- //============================================================================= /** * @file AMH_Skeletons.h * * $Id: AMH_Skeletons.h 95161 2011-11-29 14:07:33Z johnnyw $ * * @author Marcel Smit <msmit@remedy.nl> * * @brief Upcall command exection classes for static AMH skeleton methods *...
/* * Copyright 2016-2018 Uber Technologies, 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 applica...
/* ---------------------------------------------------------------------------- * Copyright (c) Huawei Technologies Co., Ltd. 2013-2020. All rights reserved. * Description: BG36 At Device * Author: Huawei LiteOS Team * Create: 2013-01-01 * Redistribution and use in source and binary forms, with or without modifica...
/* Copyright © 2013-2014 Nicolas Normand <nnormand@justcodeit.org>. 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, ...
#include "helper.h" unsigned char *disk; int main(int argc, char **argv) { int type = HARDLINK; if(argc == 4) { //Hard link type = HARDLINK; }else if(argc == 5 && strcmp(argv[2], "-s") == 0){ //Soft link type = SOFTLINK; }else{ fprintf(stderr, "Usage: %s <image...
// Library: // *HumiditySensor.hpp: uses ada unified dht #ifndef DHT11_SENSOR_H #define DHT11_SENSOR_H #include "Arduino.h" #include <MySensors.h> #define CHILD_ID_HUM 1 #define CHILD_ID_TEMP 2 MyMessage msgHum(CHILD_ID_HUM, V_HUM); MyMessage msgTemp(CHILD_ID_TEMP, V_TEMP); #include <DHT.h> #include <DHT_U.h>...
#pragma once #include "../../INCLUDE/glm/glm/glm.hpp" #include "../../INCLUDE/glm/glm/gtc/type_ptr.hpp" #include "../../INCLUDE/glm/glm/gtc/matrix_transform.hpp" #include "Globals.h" #include "Collisions.h" using namespace glm; class Button : public CollisionObject { public: Button(); Button(vec4 buttonCenter, vec2...
#include <stdio.h> #include <string.h> #include <stdbool.h> #define SQR 10001 #define MAX 1000010 #define clr(ar) memset(ar, 0, sizeof(ar)) #define read() freopen("lol.txt", "r", stdin) short P[MAX]; int L[MAX], ar[MAX]; void Generate(){ int i, j, d, x, y; P[0] = P[1] = L[0] = L[1] = 1; for (i = 4; i < ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:46:44 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/IMCore.framework/IMCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limne...
// Edit this file to include C routines that can be called as Forth words. // See "ccalls" below. #include "forth.h" #include "systick.h" // Prototypes void gpio_open(); void gpio_set(); void gpio_clr(); void gpio_write(); void gpio_read(); cell ((* const ccalls[])()) = { C(delay_1ms) //c ms { i.nmsecs ...
/* * ALSA PCM device for the * ALSA interface to ivtv PCM capture streams * * Copyright (C) 2009,2012 Andy Walls <awalls@md.metrocast.net> * Copyright (C) 2009 Devin Heitmueller <dheitmueller@kernellabs.com> * * Portions of this work were sponsored by ONELAN Limited for the cx18 driver * * This program...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:15:47 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/Personali...
// Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O. // This file is part of the "Nabla Engine". // For conditions of distribution and use, see copyright notice in nabla.h #ifndef __NBL_C_CONCURRENT_OBJECT_CACHE_H_INCLUDED__ #define __NBL_C_CONCURRENT_OBJECT_CACHE_H_INCLUDED__ #include "CObjectCache.h" ...
//probe module for NTP scans //following RFC for NTP #include <stdlib.h> #include <stdio.h> #include <stdint.h> #include <unistd.h> #include <string.h> #include <assert.h> #include "../../lib/includes.h" #include "probe_modules.h" #include "module_udp.h" #include "module_ntp.h" #include "packet.h" #include "logger.h"...
/* * * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. * * File: qos.c * Purpose: Trident2 QoS functions */ #include <soc/mem.h> #include <soc/debug.h> #in...
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once // Change these values to use different versions #define WINVER 0x0500 #define _WIN32_WINNT 0x0501 #define _WIN32_IE 0x0501 #define _RICHE...
#include <stdint.h> #include <spu_intrinsics.h> int spu_thread_receive_event(uint32_t spuq,uint32_t *data0,uint32_t *data1,uint32_t *data2) { int ret; if(spu_readchcnt(SPU_RdInMbox)>0) return 0x8001000A; spu_writech(SPU_WrOutMbox,spuq); spu_stop(0x110); ret = spu_readch(SPU_RdInMbox); if(ret) return ret; *d...
/* Generated by Cython 0.29.2 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [ "/usr/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h", "/usr/lib/python3.7/site-packages/numpy/core/include/numpy/ufuncobject.h" ], "include_dirs": [ ...
// 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 CC_RESOURCES_UI_RESOURCE_REQUEST_H_ #define CC_RESOURCES_UI_RESOURCE_REQUEST_H_ #include <memory> #include "base/check.h" #include "cc/cc_export...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/BookDataStore.framework/BookDataStore */ @interface BCMutableCollectionDetail : BCMutableCloudData <BCCollectionDetail, NSSecureCoding> { NSString * _collectionDescription; NSString * _collectionID; bool _hidden; NSString * _n...
#if defined(_WIN32) #include <conio.h> /* getche() */ #else #include <termios.h> #include <stdio.h> #include <unistd.h> char getche(); #endif
NP/N N (S[dcl]\NP)/(S[ng]\NP) (S[ng]\NP)/PP PP/NP NP/N N (N\N)/(S[dcl]\NP) (S[dcl]\NP)/(S[pss]\NP) (S[pss]\NP)/PP PP/NP NP CONJ (S[dcl]\NP)/(S[ng]\NP) (S[ng]\NP)/NP NP/N N
/** ################################################################### ** Filename : Events.H ** Project : MotorDrive ** Processor : MC9S12XDT256BMPV ** Beantype : Events ** Version : Driver 01.04 ** Compiler : CodeWarrior HCS12X C Compiler ** Date/Time : 2010-2-3, 17:46 ** Abstr...
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +------...
// Copyright (c) 2017 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 without limitation the rights // to use, copy, modify, merge, pub...
/** * @file application_changes_example.c * @author Rastislav Szabo <raszabo@cisco.com>, Lukas Macko <lmacko@cisco.com> * @brief Example application that uses sysrepo as the configuration datastore. It * prints the changes made in running data store. * * @copyright * Copyright 2016 Cisco Systems, Inc. * * Lice...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifdef __cplusplus #include <cstdlib> #include <cstddef> #else #include <stdlib.h> #include <stddef.h> #include <stdbool.h> #endif #include <time.h> #if defined _MSC_...
/* ****************************************************************** * HISTORY * 15-Oct-94 Jeff Shufelt (js), Carnegie Mellon University * Prepared for 15-681, Fall 1994. * Modified by Shuai Che ****************************************************************** */ /* Copyright (c)2008-2011 University of Virginia A...
/*** * * Copyright (c) 1996-2001, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * This source code contains proprietary and confidential information of * Valve LLC ...
#include <std.h> #include "../defs.h" inherit "/std/psion_vend.c"; void create(){ ::create(); set_name("grafkai"); set_short("Grafkai, duergar merchant"); set_id(({"grafkai","Grafkai","merchant","duergar merchant"})); set_long("Before you stands a dwarf, but a strange looking one at that. His lean fram...
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the terms found in...
// // SIStopStore.h // iShuttleIn // // Created by Di Huang on 11/22/14. // // #import <Foundation/Foundation.h> @interface SIStopStore : NSObject @property (nonatomic) NSDictionary *stop; @property (nonatomic) NSDictionary *route; @property (nonatomic) NSDictionary *selectedStops; //Notice that this is a class ...
// // TextConverterTest.h // // $Id$ // // Definition of the TextConverterTest class. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permission is hereby granted, free of charge, to any person or organization // obtaining a copy of the software and accompanying ...
#pragma once #include<vector> #include "GLEW/glew.h" struct VertexBufferElement { unsigned int type; unsigned int size; unsigned char normalized; static unsigned int getSizeOfType(unsigned int type) { switch (type) { case GL_FLOAT: return 4; case GL_UNSIGNED_INT: return 4; case GL_UNSIGNED_BYTE: return...
#ifndef _SKEIN_PORT_H_ #define _SKEIN_PORT_H_ /******************************************************************* ** ** Platform-specific definitions for Skein hash function. ** ** Source code author: Doug Whiting, 2008. ** ** This algorithm and source code is released to the public domain. ** ** Many thanks to Brian ...
// // FKReachability+Cellular.h // FuckKit // // Created by bob on 2020/4/27. // #import "FKReachability.h" #import "FKCellular.h" NS_ASSUME_NONNULL_BEGIN @interface FKReachability (Cellular) + (BOOL)isNetworkConnected; /// 优先返回流量卡状态,其次是主卡状态 + (FKCellularConnectionType)cellularConnectionType; + (BOOL)is3GConnec...
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Copyright (c) 1996-1999 Highground Systems Module Name: NtmsMli.h Abstract: This header contains the definitions of the MediaLabelInfo structure. Media label libraries use this structure to pass information to R...
// Copyright 2016 The Fuchsia 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 SRC_FIRMWARE_GIGABOOT_SRC_FRAMEBUFFER_H_ #define SRC_FIRMWARE_GIGABOOT_SRC_FRAMEBUFFER_H_ #include <lib/gfx-font-data/gfx-font-data.h> #include <...
#ifndef C_BINDING_USER_H #define C_BINDING_USER_H #ifdef __cplusplus extern "C" { #endif typedef struct ygo_deck_User ygo_deck_User; typedef struct ygo_deck_DeckSet ygo_deck_DeckSet; #define USER_NAME(_name) ygo_deck_User_##_name #define USER_THIS ygo_deck_User* USER_THIS USER_NAME(new)(const char* name); USER_THIS...
#include<GL\freeglut.h> void DisplayFlower(float alpha) { glLineWidth(1.5); float length = 0.10f; int i = 0, noOfEdges = 4; float xChange=0; float yChange=0; float lineStartX, lineStartY, lineEndX, lineEndY; float x = -0.60f; float y = -0.60f; glBegin(GL_LINES); ...
#pragma once #include <memory> #include <map> #include <halley/concurrency/future.h> #include <halley/utils/utils.h> #include "halley/text/i18n.h" #include "halley/text/enum_names.h" namespace Halley { class ISaveData; class String; class InputKeyboard; class HTTPResponse { public: virtual ~HTTPResponse() {} ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:45:52 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/Social.framework/Social * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */...
/* BFD library support routines for the AVR architecture. Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Denis Chertykov <denisc@overta.ru> This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under ...
/* * Copyright 2019 Broadcom * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_INCLUDE_ARCH_ARM64_MMU_ARM_MMU_H_ #define ZEPHYR_INCLUDE_ARCH_ARM64_MMU_ARM_MMU_H_ /* Following Memory types supported through MAIR encodings can be passed ...
namespace CGAL { /*! \ingroup PkgArrangementOnSurface2TraitsClasses * * The class `Arr_conic_traits_2` is a model of the `ArrangementTraits_2` * concept and can be used to construct and maintain arrangements of bounded * segments of algebraic curves of degree \f$ 2\f$ at most, also known as * <I>conic curves</I>....
/************************************************************************************ * arch/arm/src/stm32/stm32_sdio.h * * Copyright (C) 2009, 2011, 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modif...
/************************************************************************************* * * * Copyright: (c) 2019 Broadcom. * * Broadcom Proprietary and Confidential. All rights reserv...
#include<stdio.h> #include<string.h> int main() { char str[1000]; int i,j; scanf("%s",&str); //printf("%s",str); for(i=0;i<strlen(str);i++) { for(j=0;j<strlen(str);j++) { if((i==j) || i+j==strlen(str)-1) printf("%c",str[j]); else ...
// // 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" @class NSString; @interface QQCampusClass : NSObject { unsigned long long _classId; NSString *_grade; NSString *_name; NSString *_desc; } - (...
#pragma once #include "KernelMMR.h" #include "OutputPMMR.h" #include "RangeProofPMMR.h" #include <PMMR/TxHashSet.h> #include <Config/Config.h> #include <shared_mutex> #include <string> class TxHashSet : public ITxHashSet { public: TxHashSet( const Config& config, std::shared_ptr<KernelMMR> pKernelMMR, std::sh...
#ifndef FENICS_H #define FENICS_H #include <dolfin.h> #include "eQ.h" #include "./abm/Ecoli.h" #include "../qtensor/pressure.h" #include "../qtensor/velocity.h" #include "../qtensor/qtensor.h" #include "../qtensor/gradv.h" #include "../qtensor/data.h" #include "../qtensor/vdata.h" #include "../fenics/hsl.h" #include...
#include "clar_libgit2.h" #include "diff_helpers.h" static git_repository *g_repo = NULL; void test_diff_index__initialize(void) { g_repo = cl_git_sandbox_init("status"); } void test_diff_index__cleanup(void) { cl_git_sandbox_cleanup(); } void test_diff_index__0(void) { /* grabbed a couple of commit oids from th...
#ifndef __ACTION_H__ #define __ACTION_H__ #include <string> #include <vector> #include <pcl/PCLPointCloud2.h> #include <pcl/point_types.h> #include <pcl/console/parse.h> #include <pcl/console/print.h> typedef pcl::PCLPointCloud2 PointCloud2; typedef PointCloud2::Ptr PointCloud2Ptr; struct...
#include <stdio.h> int main() { int k; printf("HelloWorld!\n"); nice(-5); while(1); k=k+1; return 0; }
/* * wm8962.h -- WM8962 Soc Audio driver platform data * * 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 _WM8962_PDATA_H #define _WM8962_PDATA_H #define WM8962_MAX...
/*- * Copyright (c) 1996 Gardner Buchanan <gbuchanan@shl.com> * 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 * not...
//quartz2963_6801/_tests/_group_1/_test_7.c //+1.0017E305 5 +1.2159E306 +1.6163E305 +1.7957E41 5 -1.6196E-307 +1.4187E-307 +1.8598E306 +1.7620E-307 +0.0 +0.0 -1.7235E-313 -1.6086E305 -1.9217E131 // /* This is a automatically generated test. Do not modify */ #include <stdio.h> #include <stdlib.h> #include <math.h> vo...
/* * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (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/l...
// Equihash solver // Copyright (c) 2016-2016 John Tromp #include "blake2/blake2.h" #ifdef __APPLE__ #include "osx_barrier.h" #include <machine/endian.h> #include <libkern/OSByteOrder.h> #define htole32(x) OSSwapHostToLittleInt32(x) #else #ifndef WIN32 #include <endian.h> #else #include "compat/endian.h" #include "tro...
/* * Copyright 2021 NXP * SPDX-License-Identifier: MIT */ #include "lvgl/lvgl.h" #include "lvgl/lvgl.h" #include "lvgl/lvgl.h" #ifndef LV_ATTRIBUTE_MEM_ALIGN #define LV_ATTRIBUTE_MEM_ALIGN #endif #ifndef LV_ATTRIBUTE_IMG__HPMLOGOBW_16BC_320X240_3_ALPHA_180X120 #define LV_ATTRIBUTE_IMG__HPMLOGOBW_16BC_320X240_3_...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:46:02 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Li...
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ #include "spice.h" #include <stdio.h> #include "util.h" #include "mos1defs.h" #include "sperror.h" int MOS1delete(inModel,name,inst) GENmodel *inModel; IFuid name; GENinstan...
#ifndef JSNETOBJECT_H #define JSNETOBJECT_H #include <QmlNet.h> #include <QObject> #include <QJSValue> #include <QVariant> class JsNetObject : public QObject { Q_OBJECT public: JsNetObject(); Q_INVOKABLE QString serialize(const QJSValue& value); Q_INVOKABLE QVariant cancelTokenSource(); Q_INVOKABL...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "NR-RRC-Definitions.asn" * `asn1c -fcompound-names -no-gen-example -pdu=all` */ #include "SL-MeasIdToRemoveList-r16.h" static asn_oer_constraints_t asn_OER_type_SL_MeasIdToRemoveList_r16_constr_1 CC_NO...
/* * it.c * * Created on: Aug 10, 2020 * Author: Rajssss@GitHub.com */ #include "main.h" extern TIM_HandleTypeDef TIM2_Handler; extern TIM_HandleTypeDef TIM6_Handler; void SysTick_Handler(void) { HAL_IncTick(); HAL_SYSTICK_IRQHandler(); } void TIM6_DAC_IRQHandler(void) { HAL_GPIO_TogglePin(GPIOA, G...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.1-win32-xulrunner/build/dom/public/idl/core/nsIDOM3TypeInfo.idl */ #ifndef __gen_nsIDOM3TypeInfo_h__ #define __gen_nsIDOM3TypeInfo_h__ #ifndef __gen_domstubs_h__ #include "domstubs.h" #endif /* For IDL files that don't want to include...
#ifndef __CCB_CCBANIMATION_MANAGER_H__ #define __CCB_CCBANIMATION_MANAGER_H__ #include "cocos2d.h" #include "ExtensionMacros.h" #include "CCBSequence.h" #include "CCBValue.h" #include "CCBSequenceProperty.h" NS_CC_EXT_BEGIN class CCBAnimationManagerDelegate { public: virtual void completedAnimationSequenceNamed(...
// Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef CORE_FXGE_APPLE_FX_QUARTZ_DEVICE_H_ #define CORE_FXGE_APPLE_FX_QUARTZ_...
/* * LANES.C Copyright (c) 2007-08, Asko Kauppi * Copyright (C) 2009-19, Benoit Germain * * Multithreading in Lua. * * History: * See CHANGES * * Platforms (tested internally): * OS X (10.5.7 PowerPC/Intel) * Linux x86 (Ubuntu ...
#pragma once #include <assert.h> #include <openssl/evp.h> #include <stdio.h> #include <vector> #include <queue> using namespace std; #include "BroString.h" #include "Reporter.h" #include "analyzer/Analyzer.h" class StringVal; class Base64Converter; namespace analyzer { namespace mime { // MIME: Multipurpose Intern...
/* * Copyright (c) 2017, Intel Corporation * 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 condition...
// Copyright (c) 2013 Rob Rix. All rights reserved. #import <RXCollections/RXTraversal.h> @protocol RXGenerator <NSObject, RXTraversable> @property (nonatomic, copy) id<NSObject, NSCopying> context; -(void)complete; @end typedef id (^RXGeneratorBlock)(id<RXGenerator> generator); /** RXGenerator() takes a cont...
/* * Copyright © 2011 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 without limitation * the rights to use, copy, modify, merge, pub...
/************************************************************************* Entertainment Sciences RIP System hardware *************************************************************************/ /* TODO */ #define ESRIPSYS_PIXEL_CLOCK (XTAL_25MHz / 2) #define ESRIPSYS_HTOTAL (512 + 141 + 2) #define ESRIPSYS_HBLA...
/*========================================================================= Program: OsiriX Copyright (c) OsiriX Team All rights reserved. Distributed under GNU - LGPL See http://www.osirix-viewer.com/copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied ...
/* * * Copyright (c) 2021 Project CHIP 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 requir...
// Copyright(c) 2017, Intel Corporation // // 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 conditions and the ...
/***************************************************************************//** * @file * @brief app_init.h ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b> ************************************************...
#ifndef PQCLEAN_HQCRMRS192_CLEAN_API_H #define PQCLEAN_HQCRMRS192_CLEAN_API_H /** * @file api.h * @brief NIST KEM API used by the HQC_KEM IND-CCA2 scheme */ #define PQCLEAN_HQCRMRS192_CLEAN_CRYPTO_ALGNAME "HQC-RMRS-192" #define PQCLEAN_HQCRMRS192_CLEAN_CRYPTO_SECRETKEYBYTES 4562 ...
/** * Copyright 2001-2004 KnowNow, Inc. All rights reserved. * * @KNOWNOW_LICENSE_START@ * * 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 copyrigh...
/** * Copyright 2019 Huawei Technologies Co., Ltd * * 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...
/** * @file task_graph.h * @brief This file contains functions and variables related to the Task Graph Manager. * */ #ifndef __MTSP_TASK_GRAPH_HEADER #define __MTSP_TASK_GRAPH_HEADER 1 #include "mtsp.h" /// Tells whether we have already initialized the task graph data structures extern bool taskGrap...