text
stringlengths
9
948k
/**************************************************************************** ** Copyright (C) 2020 MikroElektronika d.o.o. ** Contact: https://www.mikroe.com/contact ** ** Permission is hereby granted, free of charge, to any person obtaining a copy ** of this software and associated documentation files (the "Software"...
/* * Copyright (c) 1994-2018, NVIDIA CORPORATION. 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
/* * $Revision: 576 $ $Date: 2011-03-16 17:39:24 -0700 (Wed, 16 Mar 2011) $ * * Copyright by Astos Solutions GmbH, Germany * * this file is published under the Astos Solutions Free Public License * For details on copyright and terms of use see * http://www.astos.de/Astos_Solutions_Free_Public_License.html */ ...
// // QMSLog.h // QMServices // // Created by Vitaliy Gorbachov on 6/17/16. // Copyright (c) 2016 Quickblox Team. All rights reserved. // #import <Foundation/Foundation.h> // NSLog is unavailable for QMServices project // Use QMSLog instead. FOUNDATION_EXPORT void NSLog(NSString *format, ...) NS_UNAVAILABLE; #if...
// Copyright 2015 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_PASSWORDS_ACCOUNT_AVATAR_FETCHER_H_ #define CHROME_BROWSER_UI_PASSWORDS_ACCOUNT_AVATAR_FETCHER_H_ #include "base/macros.h" #inc...
// // LuaTestType.h // LuaScriptCoreTests // // Created by 冯鸿杰 on 2020/9/4. // Copyright © 2020年 vimfung. All rights reserved. // #import <Foundation/Foundation.h> #import "LuaScriptCore.h" #import "LSCExportTypeModuleHeader.h" NS_ASSUME_NONNULL_BEGIN @interface LuaTestType : NSObject <LSCExportType> @property ...
/* Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in t...
#include "mainBoard2020.h" #include "../../common/i2c/i2cConstants.h" #include "../../common/io/outputStream.h" #include "../../common/io/printWriter.h" #include "../../common/log/logger.h" #include "../../common/timer/timerConstants.h" #include "../../common/timer/timerList.h" #include "../../device/deviceList.h"...
#include "event_loop.h" #include <sys/socket.h> #include <sys/time.h> #include <unistd.h> #include <string.h> static struct socket_data *wait_context; static struct socket_data *wait_context_no_timeout; static s32 max_fd = 0; static s8 gexit = 0; s32 time_before(struct time_value *a, struct time_value *b) { if (a->se...
/* snakeUi - Snake Format user interface controls that are shared * between more than one CGI. */ /* Copyright (C) 2014 The Regents of the University of California * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "common.h" #include "cheapcgi.h" #include "errCatch.h" #in...
/* Copyright (c) 2013 Google 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...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:42:25 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/NewsFeed.framework/NewsFeed * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:02:39 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/GeoService...
//===--- InputFile.h --------------------------------------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
#pragma once #include "precomp.h" #include "behaviors/base.h" #include "props.h" struct SlowdownComponent : BaseComponent { struct Props { PROP( float, motionSlowdown, .label("Translation") .min(0) ) = 5; PROP( float, rotationSlowdown, .label("Rotation...
/* * Copyright (c) 2012 Pigeon Point Systems. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Redistribution of source code must retain the above copyright * notice, this list of cond...
// 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 may...
/* ======================================================================== * Copyright 1988-2006 University of Washington * * 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:...
// // ViewController.h // EnumerateBinaryTree // // Created by Source on 2020/10/4. // Copyright © 2020 Source. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
//================================================================================== // BSD 2-Clause License // // Copyright (c) 2014-2022, NJIT, Duality Technologies Inc. and other contributors // // All rights reserved. // // Author TPOC: contact@openfhe.org // // Redistribution and use in source and binary forms, wi...
/* * Copyright (c) 2005 Topspin Communications. All rights reserved. * Copyright (c) 2005, 2006 Cisco Systems. All rights reserved. * Copyright (c) 2005 PathScale, Inc. 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 t...
/* Simple DirectMedia Layer Copyright (C) 1997-2021 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
//===--- SwiftValue.h - Boxed Swift value class -----------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http://swift.org/LI...
/** * @file lv_png.c * */ /********************* * INCLUDES *********************/ #ifdef LV_LVGL_H_INCLUDE_SIMPLE #include <lvgl.h> #else #include <lvgl/lvgl.h> #endif #include "lv_png.h" #include "lodepng.h" #include <stdlib.h> #include <stdio.h> /********************* * DEFINES ******************...
/* Copyright (c) 2019-present, salesforce.com, inc. All rights reserved. Redistribution and use of this software 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 lis...
/* * * iddb.c - Identity database / VCF parser * */ #include "iddb.h" #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <libgen.h> #include <dirent.h> #include <errno.h> #include <ctype.h> #include <string.h> #include <sqlite3.h> int usage(const char *err, const flag *f) { if(err[0]...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ex15.c :+: :+: :+: ...
/** * @file main.c * @brief * * Copyright (c) 2021 Bouffalolab team * * 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 ...
/* * printf_override.h * * Created on: 27 déc. 2020 * Author: radhwen.zorgui */ #ifndef PRINTF_OVERRIDE_H_ #define PRINTF_OVERRIDE_H_ #include "usart.h" #ifndef UART_HANDLER_TYPE #define UART_HANDLER_TYPE UART_HandleTypeDef #define UART1_HANDLER huart1 extern UART_HANDLER_TYPE UART1_HANDLER; #endif #ifnd...
#ifndef SPBU_2020_C_HOMEWORKS_ARRAYOPERATIONS_H #define SPBU_2020_C_HOMEWORKS_ARRAYOPERATIONS_H char* readString(); #endif //SPBU_2020_C_HOMEWORKS_ARRAYOPERATIONS_H
// ********************************************************************* // Types and data that describes how numbers are drawed // ********************************************************************* // Type that describes how a brick is falling down typedef struct { int blocktype; // Number of the block type u...
// // PTCLActivity_Protocol.h // DoubleNode Protocols // // Created by Darren Ehlers on 2016/10/16. // Copyright © 2016 Darren Ehlers and DoubleNode, LLC. // // DNCProtocols is released under the MIT license. See LICENSE for details. // #ifndef PTCLActivity_Protocol_h #define PTCLActivity_Protocol_h #import "__P...
#ifndef OPENMC_PARTICLE_H #define OPENMC_PARTICLE_H //! \file particle.h //! \brief Particle type #include <array> #include <cstdint> #include <memory> // for unique_ptr #include <sstream> #include <string> #include <vector> #include "openmc/constants.h" #include "openmc/position.h" #include "openmc/random_lcg.h" #i...
#include "bofh.h" #include "sincos.h" #include "extern.h" #include "keybinds.h" char *colorstring[] = {"RED", "GREEN", "BLUE", "YELLOW"}; void drawinstr(int num, int x, int y) { /* First draw the paper */ gfx_drawsprite(x, y, 0x90001); /* Then all texts on it */ txt_print(x + 5, y + 5, SPR_BLACKFONT...
/***************************************************************************** * * NXP Confidential Proprietary * * Copyright (c) 2014-2016 Freescale Semiconductor * Copyright 2017 NXP * All Rights Reserved * ****************************************************************************** * * THIS SOFTWARE IS PROVIDED ...
/*** *expand.c - Win32 expand heap routine * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * *******************************************************************************/ #ifdef WINHEAP #include <cruntime.h> #include <malloc.h> #include <winheap.h> #include <windows.h> #include <mtd...
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney ...
/***************************************************************************** Copyright (c) 2014, Intel Corp. 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 cod...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:22:44 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/PassKit...
#include <stdio.h> #include <stdlib.h> #define PINK "\x1B[35m" void displayHeader() { system("clear"); printf( " _ _ _ _ ___ ___ _ _____ _ \n" "| | | | | | | | | \\/ | ...
/* $OpenBSD: db_trap.c,v 1.25 2016/03/06 13:33:21 mpi Exp $ */ /* $NetBSD: db_trap.c,v 1.9 1996/02/05 01:57:18 christos Exp $ */ /* * Mach Operating System * Copyright (c) 1993,1992,1991,1990 Carnegie Mellon University * All Rights Reserved. * * Permission to use, copy, modify and distribute this software and its...
// // TelegramUniversalVideoContent.h // TelegramUniversalVideoContent // // Created by Peter on 8/11/19. // Copyright © 2019 Telegram Messenger LLP. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for TelegramUniversalVideoContent. FOUNDATION_EXPORT double TelegramUniversalVideoContent...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2013 The Cdncoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UTIL_H #define BITCOIN...
// Copyright 2016 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. #ifndef CORE_FXCRT_CFX_RETAIN_PTR_H_ #define CORE_FXCRT_CFX_RETAIN_PTR_H_ #include <functional> #include <memory> #include <utility> #include "core/fxcrt/fx_m...
/* * Copyright (C) 2011 by Vladimir Zapolskiy <vz@mleia.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _LPC32XX_EMC_H #define _LPC32XX_EMC_H #include <asm/types.h> /* EMC Registers */ struct emc_regs { u32 ctrl; /* Controls operation of the EMC */ u32 status; /* Provides EMC status informa...
// generated from rosidl_generator_c/resource/idl__type_support.h.em // with input from std_msgs:msg/UInt64MultiArray.idl // generated code does not contain a copyright notice #ifndef STD_MSGS__MSG__DETAIL__U_INT64_MULTI_ARRAY__TYPE_SUPPORT_H_ #define STD_MSGS__MSG__DETAIL__U_INT64_MULTI_ARRAY__TYPE_SUPPORT_H_ #inclu...
// // RMMarkerManager.h // // Copyright (c) 2008-2009, Route-Me Contributors // 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 copyr...
/*- * Copyright (c) 1999 Brian Somers <brian@Awfulhak.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...
/* * Copyright 2016 Robert C. Taylor * * 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 o...
/*--------------------------------------------------------------------------- (c) 2004 Scorpio Software 19 Wittama Drive Glenmore Park Sydney NSW 2745 Australia ----------------------------------------------------------------------------- $Workfile:: ...
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-rpc/riscpc.c * * Copyright (C) 1998-2001 Russell King * * Architecture specific fixups. */ #include <linux/kernel.h> #include <linux/tty.h> #include <linux/delay.h> #include <linux/pm.h> #include <linux/init.h> #include <linux/sched.h> #include ...
#ifndef _CONSTRUCTCODEH_ #define _CONSTRUCTCODEH_ #ifdef INFORMATION Copyright (C)2011-2019 by Bruce Wilcox 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 l...
#include "test.h" // test que la connexion marche bien entre le client et le server int test_tcp() { int fd = socket_connect(PORT_SERVER); if (fd < 0) { return fd; } char * buffer = malloc(sizeof(char) * BUF_SIZE); strcpy(buffer, "Salut\0"); fd_write(buffer, fd, BUF_SIZE); free(buf...
//===- VectorUtils.h - Vector 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 // //===---------------------------...
#ifndef __IC_INDEX_BUFFER_GL_H__ #define __IC_INDEX_BUFFER_GL_H__ #include "Render/IndexBuffer/icIndexBuf.h" #ifdef ICGL #include "Core/GXDevice/icGLext.h" class icIndexBufGL : public icIndexBuf { public: ////////////////////////////////////////////////////////////////////////// // LIFECYCLE icIndexBufG...
/* * NT basis DLL * * This file contains the Nt* API functions of NTDLL.DLL. * In the original ntdll.dll they all seem to just call int 0x2e (down to the NTOSKRNL) * * Copyright 1996-1998 Marcus Meissner * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Le...
/* vcr subroutines */ #include "vcr.h" #if VCR #ifndef __ #if __STDC__ #define __(a) a #else #define __(a) () #endif #endif int vcr_close __((int fd)); int vcr_cmd __((int port, int cmd)); int vcr_ioctl __((int fd, int cmd, void *arg)); int vcr_init __((int port)); int vcr_open __((void)); int vcr_read __((int vcr_fd...
/*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3e, by John R. Hauser. Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of California. All rights reserved. Redistribution an...
/*========================================================================= Program: Visualization Toolkit Module: vtkCellArray.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is di...
//%2005//////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; // IBM Corp.; EMC Cor...
/* Copyright (c) 2017-2018 The Linux Foundation. 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 l...
#include <stdio.h> #include <stdlib.h> int main(int argc, char* argv[]) { int amount = 0; int d20, d10, d5, d1; printf("Enter a dollar amount: "); scanf("%d", &amount); d20 = amount / 20; amount %= 20; d10 = amount / 10; amount %= 10; d5 = amount / 5; am...
// Copyright (c) 2019, NVIDIA CORPORATION. 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. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
/* * Copyright 2010-2017 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 "license" fil...
/* * * Copyright (C) 1994-2010, OFFIS e.V. * All rights reserved. See COPYRIGHT file for details. * * This software and supporting documentation were developed by * * OFFIS e.V. * R&D Division Health * Escherweg 2 * D-26121 Oldenburg, Germany * * * Module: dcmdata * * Author: Marco Ei...
void foo() { const double i; }
/** @file IPMI 2.0 definitions from the IPMI Specification Version 2.0, Revision 1.1. This file contains all NetFn Chassis commands, including: Chassis Commands (Chapter 28) See IPMI specification, Appendix G, Command Assignments and Appendix H, Sub-function Assignments. Copyright (c) 1999 - 2018, Inte...
#ifndef EDGEHEAP_H #define EDGEHEAP_H #include <vector> #include <set> #include "LightCompleteGraph.h" namespace ysk { class EdgeHeap { public: /** * Constructs a new instance using the provided graph to precompute all icf and icp values. */ EdgeHeap(LightCompleteGraph& param_graph, bool param_pruneZeroEdge...
#include "apue.h" #include <fcntl.h> char buf1[] = "abcdefghij"; char buf2[] = "ABCDEFGHIJ"; int main(void) { int fd; if ((fd = creat("file.hole", FILE_MODE)) < 0) err_sys("create error"); if (write(fd, buf1, 10) != 10) err_sys("buf1 write error"); if (lseek(fd, 16384, SEEK_SET) == -1) err_sys("lseek err...
#ifndef __MTC_FORMAT_H__ #define __MTC_FORMAT_H__ #include "pcre2posix.h" #include "scopetypes.h" #include "cfg.h" #include "cJSON.h" // This event structure is meant to meet our needs w.r.t. statsd, // but abstracting it a bit. In this terminology, a statsd metric // with (dogstatsd) tags is an event with event fi...
/* * Copyright (C) 2006 The Android Open Source Project * * 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 app...
#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 FOUNDATION_EXPORT double MContextMenuVersionNumber; FOUNDATION_EXPORT const unsigned char MContextMenuVersionString[];
/* Copyright 2018 The TensorFlow Authors. 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. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
// // TMAudioFilter.h // TMAERecorder // // Copyright (c) 2014 Tuenti Technologies S.L. 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. // You may obtain a copy of the License at // // http://www.apache...
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #pragma once #include "td/actor/actor.h" #include "td/actor/...
/* * Copyright 2012-15 Advanced Micro Devices, Inc. * * 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...
#ifndef NODEPOWER_H_INCLUDED #define NODEPOWER_H_INCLUDED //StatePower in mW double getStatePower (uint8_t state, bool max) { int i; double power = 0.0; for (i = 0; i < NUMPATHS; i++) { if (state <= minPathState[i]) { //good if (max) { power += (avgPathRate[i] * getMaxPathEnergy (i...
#include "../include/driver_framebuffer.h" const uint8_t ocra_12pt7bBitmaps[] = { 0x00, 0xAA, 0xA0, 0x30, 0xFE, 0xDD, 0x92, 0x20, 0x49, 0x2F, 0xD2, 0x4B, 0xF4, 0x92, 0x10, 0x23, 0xFE, 0x0F, 0xE0, 0xDF, 0x88, 0x10, 0xE1, 0xCC, 0x10, 0x61, 0x86, 0x18, 0x20, 0xCE, 0x1C, 0x7A, 0x28, 0x9C, 0x62, 0x58, 0xBD, 0xFF, 0x...
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU Genera...
#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 FOUNDATION_EXPORT double YCBExtentionVersionNumber; FOUNDATION_EXPORT const unsigned char YCBExtentionVersionString[];
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_RPCPROTOCOL_H #define BITCOIN_RPCPROTOCOL_H #include <boost/asio.hpp> #inc...
#ifndef _SYS_TIME_H_ #define _SYS_TIME_H_ #include <sys/types.h> #define CLK_TCK 1000 /* system clock ticks per second 1[tick] = 1[ms] */ typedef struct tm { int tm_sec; /* seconds after the minute [0-61] */ int tm_min; /* minutes after the hour [0-59] */ int tm_hour; /* hours since ...
/* * INTEL CONFIDENTIAL * Copyright (c) 2002 - 2006 Intel Corporation. All rights reserved. * * The source code contained or described herein and all documents * related to the source code ("Material") are owned by Intel * Corporation or its suppliers or licensors. Title to the * Material remains with Intel C...
// ccm.h - originally written and placed in the public domain by Wei Dai /// \file ccm.h /// \brief CCM block cipher mode of operation /// \since Crypto++ 5.6.0 #ifndef CryptoPP_NV_2_CCM_H #define CryptoPP_NV_2_CCM_H #include "authenc.h" #include "modes.h" NAMESPACE_BEGIN(CryptoPP_NV_2) /// \brief CCM block cipher...
/* Work around a bug of lstat on some systems Copyright (C) 1997-2006, 2008-2014 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 Software Foundation; either version 3 of the Li...
// // 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 FMDIdentitySigningRequest, NSDictionary; @protocol FindMyDeviceIdentityXPCInterface <NSObject> - (oneway void)baaIdentityAttestationForSigningRequest:(...
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include "iretrypolicy.h" #include <vespa/messagebus/queue.h> #include <vespa/messagebus/reply.h> #include <queue> #include <vector> namespace mbus { class RoutingNode; /** * The rese...
// // QLHomeCategoryCell.h // WQLHomeModel // // Created by jienliang on 2017/12/5. // Copyright © 2017年 jienliang. All rights reserved. // #import "WTBaseCell.h" @interface QLSearchHotItem : RETableViewItem @end @interface QLSearchHotCell : RETableViewCell @property (strong, readwrite, nonatomic) QLSearchHotItem...
// Copyright 2016 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 CHROMECAST_RENDERER_MEDIA_MEDIA_CAPS_OBSERVER_IMPL_H_ #define CHROMECAST_RENDERER_MEDIA_MEDIA_CAPS_OBSERVER_IMPL_H_ #include "base/macros.h" #inc...
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include <ie_common.h> #include <mkldnn_node.h> #include <memory> #include <string> #include <vector> #include "common/dnnl_executor.h" namespace MKLDNNPlugin { class MKLDNNEltwiseNode; class MKLDNNConvolutionNode :...
/* Copyright 2015 The TensorFlow Authors. 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. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
#pragma once #include "../dxvk_device.h" #include "dxvk_hud_item.h" #include "dxvk_hud_renderer.h" namespace dxvk::hud { /** * \brief HUD uniform data * Shader data for the HUD. */ struct HudUniformData { VkExtent2D surfaceSize; }; /** * \brief DXVK HUD * * Can be used by the pre...
#pragma once #include "il2cpp.h" System_String_o* System_Tuple_string__int___get_Item1 (System_Tuple_string__int__o* __this, const MethodInfo* method_info); int32_t System_Tuple_string__int___get_Item2 (System_Tuple_string__int__o* __this, const MethodInfo* method_info); void System_Tuple_string__int____ctor (System_...
#ifndef __TIME_H__ #define __TIME_H__ /********************************************* * Time.h * Will deal with all things time. ex. Delta time, currentTime, difference between two times, creating a timer * ********************************************/ // this function gets the current time in milliseconds from SDL Ui...
/* * Copyright 2012-present Pixate, 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 ag...
// // NSMenu+Action.h // WeChatExtension // // Created by WeChatExtension on 2018/4/15. // Copyright © 2018年 WeChatExtension. All rights reserved. // #import <Cocoa/Cocoa.h> @interface NSMenu (Action) - (void)addItems:(NSArray *)subItems; @end
/* * This file is part of the MicroPython ESP32 project, https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo * * The MIT License (MIT) * * Copyright (c) 2018 LoBo (https://github.com/loboris) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated d...
#ifndef GB_CORE_DEMO_PATH_H #define GB_CORE_DEMO_PATH_H /* ////////////////////////////////////////////////////////////////////////////////////// * includes */ #include "demo.h" /* ////////////////////////////////////////////////////////////////////////////////////// * extern */ __tb_extern_c_enter__ /* ///////...
/* Copyright (c) 2020 UT Longhorn Racing Solar */ #include "common.h" #include "config.h" int main() { while(1) { } }
/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.9.0 Nov 14 2020) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include <wx/...