text
stringlengths
9
948k
/* * Copyright (C) 2012 Google 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 condit...
#pragma once #ifndef FSM_INIT_CONFIG_H_ #define FSM_INIT_CONFIG_H_ //#include <map> #include <filesystem> namespace FSMInitConfigInternal { // std::map< } //namespace FSMInitConfigInternal class FSMInitConfig final { public: FSMInitConfig() = default; //FSMInitConfig(std::filesystem::path pathToInitFil...
/****************************GroundWireMangement ****************************** * File Name : driver_gsm.c * Author : Si Kedong * Version : V1.0 * Date : 12/20/2011 * Description : GSM驱动 *******************************************************************************/...
/* * generated by CSeq [ 0000 / 0000 ] * * instance version {"thread2_0": [[2, 2]], "main": [[4, 4]], "thread1_0": [[1, 3]], "thread3_0": [[11, 11]]} * * 2021-02-10 11:39:46 * * params: * -i examples/sample_doWhile.c, --rounds 1, --backend cbmc, --error-label ERROR, --unwind 1, --robin , -C examples/...
/* See LICENSE below for information on rights to use, modify and distribute this code. */ /* * Computes Hilbert space-filling curve coordinates, without * recursion, from integer index, and vice versa, and other Hilbert-related * calculations. Also known as Pi-order or Peano scan. * * Author: Doug Moore...
#pragma once #include "Engine.h" #include "Runtime/Engine/Classes/Engine/DataAsset.h" #include "SandboxTerrainCommon.h" #include "TerrainGeneratorComponent.h" #include <memory> #include <queue> #include <mutex> #include <list> #include <shared_mutex> #include <set> #include <unordered_map> #include "VoxelIndex.h" #inc...
/* * Copyright 2016 ARTED developers * * 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...
#include <stdio.h> #include "core/version_api.h" #include "gth_config.h" #ifndef NOLICENSEMANAGER #include "licensemanager.h" #include "zlm.h" #endif void gthversionfunc(const char *progname) { printf("%s (GenomeThreader) %s\n", progname, GTH_VERSION); printf("\n"); printf("libgenometools-%s:\n", gt_version());...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE272_Least_Privilege_Principal__wchar_t_w32SHRegOpenUSKey_06.c Label Definition File: CWE272_Least_Privilege_Principal.label.xml Template File: point-flaw-06.tmpl.c */ /* * @description * CWE: 272 Least Privilege Principal * Sinks: w32SHRegOpenUSKey * GoodSink: Ope...
/* Created by Chris Morgan based on the nodemcu project driver. Copyright 2017 Chris Morgan <chmorgan@gmail.com> Copyright (c) 2018 LoBo (https://github.com/loboris) Ported to ESP32 RMT peripheral for low-level signal generation by Arnim Laeuger. Permission is hereby granted, free of charge, to any person obtaining a...
/* Copyright Rene Rivera 2008-2015 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) */ #ifndef BOOST_PREDEF_COMPILER_PALM_H #define BOOST_PREDEF_COMPILER_PALM_H #include <boost/predef/version_number.h> #include <boost/pr...
#include "cached-access.h" static rb_tree_t rb_access_tree; static int rb_access_tree_compare(const void *lhs, const void *rhs) { int ret = 0; const rb_access_key_t *l = (const rb_access_key_t *)lhs; const rb_access_key_t *r = (const rb_access_key_t *)rhs; if(l->key > r->key) { ret = 1; ...
#pragma once #define WONSY_CONNECT_MANAGER #define WONSY_CONNECT_MANAGER_SINGLETON false #define WONSY_CONNECT_MANAGER_TEST false #ifndef WONSY_PCH #include <atomic> #include <optional> #include <concurrent_queue.h> #endif namespace WonSY::CONNECT_MANAGER { class ConnectManager /* Singleton */ { using _KeyType =...
/* Copyright (c) 2015-2018, Linaro Limited * Copyright (c) 2019-2022, Nokia * Copyright (c) 2020, Marvell * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <stdlib.h> #include <string.h> #include <getopt.h> #include <unistd.h> #include <inttypes.h> #include <signal.h> #include <od...
/* * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca> * 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 (C) 2013 - 2019 Xilinx, 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 ...
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_AUTOFILL_INFO_BUBBLE_H_ #define CHROME_BROWSER_UI_VIEWS_AUTOFILL_INFO_BUBBLE_H_ #include "base/basictypes.h" #include "ba...
/** @file Provide Hob Library functions for build testing only. Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Pi/PiMultiPhase.h> #include <Library/DebugLi...
#ifndef clox_value_h #define clox_value_h #include "common.h" typedef struct Obj Obj; typedef struct ObjString ObjString; typedef enum { VAL_BOOL, VAL_NIL, VAL_NUMBER, VAL_OBJ } ValueType; typedef struct { ValueType type; union { bool boolean; double number; Obj* obj; } as; } Value; #define IS_BOOL(va...
// Copyright (c) 2019 The DAPP developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SPLASH_H #define SPLASH_H #include <QWidget> class NetworkStyle; namespace Ui { class Splash; } class Splash : public QWidget ...
// Copyright 2021 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_BROWSER_UI_AUTHENTICATION_SIGNIN_CONSISTENCY_PROMO_SIGNIN_CONSISTENCY_LAYOUT_DELEGATE_H_ #define IOS_CHROME_BROWSER_UI_AUTHENTICATION_S...
// // YJScrollViewController.h // YJFoundationDemo // // Created by Moyejin668 on 2020/1/16. // Copyright © 2020 Moyejin. All rights reserved. // #import "YJViewController.h" NS_ASSUME_NONNULL_BEGIN @interface YJScrollViewController : YJViewController /** 获取UIScrollView, 只读 */ @property (nonatomic, strong, re...
// Copyright 2017 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. #include <mini-process/mini-process.h> #include <dlfcn.h> #include <elfload/elfload.h> #include <lib/elf-psabi/sp.h> #include <stdint.h> #include <zircon/...
#ifndef LIBWALLY_CORE_SCRIPT_H #define LIBWALLY_CORE_SCRIPT_H #include "wally_core.h" #ifdef __cplusplus extern "C" { #endif /* Script types */ #define WALLY_SCRIPT_TYPE_UNKNOWN 0x0 #define WALLY_SCRIPT_TYPE_OP_RETURN 0x1 #define WALLY_SCRIPT_TYPE_P2PKH 0x2 #define WALLY_SCRIPT_TYPE_P2SH 0x4 #define WALLY...
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220110.5 #pragma once #ifndef WINRT_Windows_Services_Cortana_H #define WINRT_Windows_Services_Cortana_H #include "winrt/base.h" static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.220110.5"), "Mismatched C++/WinRT headers."); #define CPP...
/*! ------------------------------------------------------------------------------------------------------------------ * @file lmh_uartrx.c * @brief low-level module handshake (LMH) utilities to handle DWM1001 UART * rx functionalities. * * In Makefile, interface configuration needs to be d...
/** ****************************************************************************** * @file Audio_playback_and_record/src/usbh_usr.c * @author MCD Application Team * @version V1.0.0 * @date 28-October-2011 * @brief This file includes the usb host user callbacks ************************************...
#pragma once #include <vector> #include <memory> #include <hdlConvertor/hdlAst/named.h> #include <hdlConvertor/hdlAst/iHdlObj.h> namespace hdlConvertor { namespace hdlAst { /* * HDL library reference * */ class HdlLibrary : public WithNameAndDoc, public iHdlObj { public: HdlLibrary(const std::string& name); ~Hdl...
/*========================================================================= * * Copyright NumFOCUS * * 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.or...
// // CBLManager.h // CouchbaseLite // // Created by Jens Alfke on 6/19/12. // Copyright (c) 2012-2013 Couchbase, Inc. All rights reserved. // #import "CBLBase.h" @class CBLDatabase; NS_ASSUME_NONNULL_BEGIN /** Option flags for CBLManager initialization. */ typedef struct CBLManagerOptions { bool ...
// SPDX-License-Identifier: GPL-2.0 /* Watch queue and general notification mechanism, built on pipes * * Copyright (C) 2020 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * See Documentation/watch_queue.rst */ #define pr_fmt(fmt) "watchq: " fmt #include <linux/module.h> #i...
#include <string.h> #include "telehash.h" // individual pipe local info typedef struct ext_block_struct { chan_t chan; uint32_t min; lob_t cache; struct ext_block_struct *next; } *ext_block_t; // handle incoming packets for the built-in block channel void block_chan_handler(chan_t chan, void *arg) { lob_t p...
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #pragma once // Standard Library #include <functional> #include <chrono> #include <future> #include <cstdio> // GameKit #include <aws/gamekit/core/api.h> #include <aws/gamekit/core/logging.h> namespace GameK...
/**************************************************************************//** * @file main.c * @version V3.00 * @brief Show the usage of clock fail detector and clock frequency monitor function. * * @copyright SPDX-License-Identifier: Apache-2.0 * @copyright Copyright (C) 2020 Nuvoton Technology Corp. A...
//Generated by the Argon Build System #ifndef GIM_CONTACT_H_INCLUDED #define GIM_CONTACT_H_INCLUDED /*! \file gim_contact.h \author Francisco Leon Najera */ /* ----------------------------------------------------------------------------- This source file is part of GIMPACT Library. For the latest info, see http://gi...
#include "types.h" #include "stat.h" #include "fcntl.h" #include "user.h" #include "x86.h" #define PGSIZE 4096 char* strcpy(char *s, char *t) { char *os; os = s; while((*s++ = *t++) != 0) ; return os; } int strcmp(const char *p, const char *q) { while(*p && *p == *q) p++, q++; return (uchar)*p -...
#pragma once /* * Copyright(c) 2018 Jeremiah van Oosten * * 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, cop...
// // AFLightning.h // Aeris // // Created by Nicholas Shipes on 9/6/13. // Copyright (c) 2013 AerisWeather, LLC. All rights reserved. // #import <AerisWeatherKit/AWFGeographicObject.h> NS_ASSUME_NONNULL_BEGIN /** An `AWFLightningStrike` object represents data returned by the [**lightning** endpoint](https://ww...
//woop #ifndef PCFG_LOADER_H #define PCFG_LOADER_H #include "core/object/class_db.h" #include "core/object/ref_counted.h" #include <core/io/file_access.h> #include <core/object/object.h> typedef Map<String, Variant> CustomMap; class ProjectConfigLoader : public RefCounted { GDCLASS(ProjectConfigLoader, RefCounted)...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 7 2015 21:36:47). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <AppKit/NSTextFieldCell.h> @interface NSTextFieldCell (UXKit) @property(nonatomic) BOOL centerVertically; @end
#pragma once #include <iostream> #include <string> #include <unordered_map> #include <map> #include <cassert> #include <Vector> #define ID_T std::string namespace dependenciesMining { class SymbolTable; class Structure; class Definition; class Method; class STVisitor; enum class StructureType { Undefined ...
/* * The MIT License (MIT) * * Copyright (c) 2015 David Ogilvy (MetalPhreak) * * 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 *...
#ifndef __CARD_H #define __CARD_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include "constants.h" typedef struct Card Card; struct Card { char *question; char *answer; Card *prev; Card *next; }; void free_card(Card *c) { free(c->question); free(c->answer); free(c); } ...
// Copyright (c) 2009-2012 The Das Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SPORK_H #define SPORK_H #include "base58.h" #include "hash.h" #include "protocol.h" #include "util.h" #include "utils...
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2017 // // 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/mtproto/crypto.h" #include "td/ut...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/MailboxPrediction.framework/MailboxPrediction */ @interface MPMessageUtilities : NSObject + (id)messageArrayWithCSV:(id)arg1 label:(id)arg2; @end
// Copyright (c) 2009-2012 The Dash developers // Copyright (c) 2015-2018 The PIVX developers // Copyright (c) 2018-2020 The DAPS Project developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SWIFTTX_H #define S...
// // MathEagle.h // MathEagle // // Created by Rugen Heidbuchel on 30/01/15. // Copyright (c) 2015 Jorestha Solutions. All rights reserved. // #import <Cocoa/Cocoa.h> //! Project version number for MathEagle. FOUNDATION_EXPORT double MathEagleVersionNumber; //! Project version string for MathEagle. FOUNDATION_E...
/* Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved. 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 software for any ...
/* 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...
/* Copyright (c) 2021 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License. */ #ifndef META_RENAMEZONEPROCESSOR_H #define META_RENAMEZONEPROCESSOR_H #include "meta/processors/BaseProcessor.h" namespace nebula { namespace meta { class RenameZoneProcessor : public BaseProcesso...
/* # # DVE management. #------------------------------------------------------------- # Copyright (C) Mega Man, 2010-2014 # # Taken from Kernelloader. # */ #ifndef _DVE_REG_H_ #define _DVE_REG_H_ void dve_prepare_bus(void); int dve_get_reg(u32 reg); int dve_set_reg(u32 reg, u32 val); #endif
#include "blas_extended.h" #include "blas_extended_private.h" void BLAS_cwaxpby_c_s(int n, const void *alpha, const void *x, int incx, const void *beta, const float *y, int incy, void *w, int incw) /* * Purpose * ======= * * This routine computes: * * w <- alpha * x + beta * y * *...
/* An interface from AMPL to Xpress-MP */ /* 1997-2008 Y. Colombani and others, Dash Optimization */ /* Requires Xpress-Optimizer libraries 18.00 or later */ /* Adjustments and additions to keywords and their descriptions, */ /* modifications for QPs, etc., by David M. Gay (2005). */ /* Remark: The options list MUST ...
/* * USB Serial Converter Generic functions * * Copyright (C) 2010 - 2011 Johan Hovold (jhovold@gmail.com) * Copyright (C) 1999 - 2002 Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 a...
/**************************************************************************************************************************** Debug.h - Dead simple Ethernet web-server. For STM32 with built-in Ethernet LAN8742A (Nucleo-144, DISCOVERY, etc) or W5x00/ENC28J60 shield/module EthernetWebServer_STM32 is a library f...
#pragma once //////////////BEGIN消息映射宏定义//////////////////////////////////////////////////// /// namespace DuiLib { #define _USEIMM 1 #define MAX_FONT_ID 30000 #define LAYEREDUPDATE_TIMERID 0x2000 #define SCROLLBAR_LINESIZE 8 enum DuiSig { DuiSig_end = 0, // [marks end of message map] DuiSig_lwl, ...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. /** * Server/client environment: argument handling, config file parsing, * logg...
/* Crypto operations using stored keys * * Copyright (c) 2016, Intel Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) a...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:16:43 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/Silex.f...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__char_fromFile_printf_61b.c Label Definition File: CWE134_Uncontrolled_Format_String.label.xml Template File: sources-sinks-61b.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: fromFile Read input from a fil...
#pragma once #import "BaseModel.h" @interface DeviceStatus : BaseModel @property (readonly, nonatomic) NSString *serialNumber; @property (readonly, nonatomic) NSString *batteryStatus; @property (readonly, nonatomic) NSString *batterymV; @property (readonly, nonatomic) NSString *batteryCharging; @property (readonly, ...
int a, b0; float b1, c; void main() { int d_00; int dd_, e_0; float e1_, fff_fff; d_00 = dd_; e1_ = fff_fff; }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSButton.h" @interface NSButton (GKAdditions) + (id)buttonWithType:(long long)arg1; - (void)setImage:(id)arg1 forState:(unsigned long long)arg2; @property(nonatomic) BOOL ...
/* * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2014 Nicira, 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 requ...
/* * Unit test for bcrypt functions * * Copyright 2014 Bruno Jesus * * 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.1 of the License, or (at your option) any l...
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2013 Phalcon Team (http://www.phalconphp.com) | +------...
// // SHPageModel.h // OneCat // // Created by 何振东 on 2017/6/1. // Copyright (c) 2017 shuihe.com. All rights reserved. // @import Foundation; #import <objc/NSObjCRuntime.h> @interface SHPageModel : NSObject @property (nonatomic, assign) NSInteger pageSize; @property (nonatomic, assign) NSInteger pageIndex; @pro...
// ------------------------------------------------------------------ // zfile.h // Copyright (C) 2019-2022 Black Paw Ventures Limited // Please see terms and conditions in the file LICENSE.txt #pragma once #include "genozip.h" #include "sections.h" #include "digest.h" // -------- // ZIP side // -------- exte...
#pragma once #include "Shader.h" namespace sen { class ARRenderer { public: ARRenderer() { } bool setup(const std::string &vertex_shader_file, const std::string &fragment_shader_file); void render(double proj_matrix[16], double modelview_matrix[16]); void deleteBuffer(); private: GLuint programID;...
/* Copyright 2017 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...
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * Copyright 2015 Alan Antonuk * * 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...
#ifndef __Window_H__ #define __Window_H__ #include "Module.h" struct SDL_Window; struct SDL_Surface; class Window : public Module { public: Window(); // Destructor virtual ~Window(); // Called before render is available bool Awake(pugi::xml_node&); // Called before quitting bool CleanUp(); // Changae ti...
/* * MIT License * Copyright (c) 2018 Brian T. Park */ #ifndef ACE_TIME_HW_DATE_TIME_H #define ACE_TIME_HW_DATE_TIME_H #if defined(ARDUINO) #include <stdint.h> #include <Print.h> // Print #include "../common/util.h" namespace ace_time { namespace hw { /** * The date (year, month, day) and time (hour, minute, s...
/* dxerr.c - DirectX 8 & 9 Error Functions Written by Filip Navara <xnavara@volny.cz> This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. NOTE: Do not use this file directly! */ #i...
/* * Copyright (c) 2005-2011 Atheros Communications Inc. * Copyright (c) 2011-2013 Qualcomm Atheros, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in al...
/* * i3bar - an xcb-based status- and ws-bar for i3 * * © 2010-2011 Axel Wagner and contributors * * See file LICNSE for license information * */ #ifndef OUTPUTS_H_ #define OUTPUTS_H_ #include <xcb/xcb.h> #include "common.h" typedef struct i3_output i3_output; SLIST_HEAD(outputs_head, i3_output); struct outp...
// Copyright 2016-2018 ELIFE. All rights reserved. // Use of this source code is governed by a MIT // license that can be found in the LICENSE file. #include "util.h" #include <inform/entropy_rate.h> #include <math.h> #include <ginger/unit.h> UNIT(EntropyRateNULLSeries) { inform_error err = INFORM_SUCCESS; ASS...
/** ****************************************************************************** * @file stm32h7xx_hal_sd_ex.h * @author MCD Application Team * @brief Header file of SD HAL extended module. ****************************************************************************** * @attention * * <h2><cente...
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-PDU-Contents" * found in "../support/r14.4.0/36413-e40.asn" * `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps` */ #ifndef _S1AP_HandoverRequestAcknowledge_H_ #define _S1AP_HandoverRequestAcknowledge_H_ #in...
/*********************************************************************** * * Copyright (c) Geoworks 1994 -- All Rights Reserved * * PROJECT: GEOS Bitstream Font Driver * MODULE: C * FILE: TrueType/privfosc.h * AUTHOR: Brian Chin * * DESCRIPTION: * This file contains C code for the GEOS Bitstream Font Driver. ...
// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef HRGOLD_QT_WALLETMODEL_H #define HRGOLD_QT_WALLETMODEL_H #include "paymentrequestplus.h" #include "walletmodeltransac...
// // NSObject+SOObject.h // SMKKit // // Created by Kenvin on 16/3/19. // Copyright © 2016年 Kenvin. All rights reserved. // #import <Foundation/Foundation.h> @interface NSObject (SOObject) - (BOOL)smk_isNotEmpty; - (void)smk_setAssociateValue:(id)value withKey:(void *)key; // Strong reference - (void)smk_set...
/* Copyright (c) 2020 Themaister * * 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, publish, *...
/// /// Copyright (c) 2016 Dropbox, Inc. All rights reserved. /// /// Auto-generated by Stone, do not modify. /// #import <Foundation/Foundation.h> #import "DBSerializableProtocol.h" @class DBTEAMLOGMemberSuggestionsChangePolicyDetails; @class DBTEAMLOGMemberSuggestionsPolicy; NS_ASSUME_NONNULL_BEGIN #pragma mark ...
// Copyright (c) 2020 PaddlePaddle 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...
/*------------------------------------------------------------------------- * * reloptions.h * Core support for relation and tablespace options (pg_class.reloptions * and pg_tablespace.spcoptions) * * Note: the functions dealing with text-array reloptions values declare * them as Datum, not ArrayType *, to a...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_WALLET_H #define BITCOIN_WALLET_WALLET_H #include <amount...
#pragma once #include <vector> using std::vector; class Minterm { public: Minterm(vector<int>, vector<char>); ~Minterm(); vector<int> getIndices() const; vector<char> getBits() const; void setCombined(bool); bool wasCombined() const; int literalCount() const; friend bool operator == (const Minterm& ma, const Mi...
/* * Copyright 2010-2017 JetBrains s.r.o. * * 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 agre...
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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 re...
/****************************************************************************** Copyright (c) 2007-2018, 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 sour...
/* Copyright GreenSocs */ /* Licensed under the Apache License, Version 2.0, see LICENSE for details. */ #include "uart.h" #include "reg.h" #include "plic.h" #include "handler.h" #define UART_ADDR 0x40000000 #define UART_REG_ITSTAT (UART_ADDR + 0x00) #define UART_REG_ITEN (UART_ADDR + 0x04) #define UART_REG_CTRL ...
/* WGVectorObject_private.h * WhirlyGlobeComponent * * Created by Steve Gifford on 8/2/12. * Copyright 2012-2021 mousebird consulting * * 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 Licen...
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis * * RetroArch 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 Found- * atio...
/* * 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 ...
/*------------------------------------------------------------------------- * * memaccounting.h * This file contains declarations for memory instrumentation utility * functions. * * Portions Copyright (c) 2013, Greenplum inc * Portions Copyright (c) 2012-Present Pivotal Software, Inc. * Portions Copyright (...
// // TaoSkillHistoryListViewController.h // NewStock // // Created by 王迪 on 2017/6/28. // Copyright © 2017年 Willey. All rights reserved. // #import "BaseViewController.h" @interface TaoSkillHistoryListViewController : BaseViewController @property (nonatomic, strong) NSString *ids; @end
/* Copyright (c) 2016, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <odp.h> #include <odp/helper/ip.h> #include <odp/helper/udp.h> #include <odp/helper/tcp.h> #include <odp/helper/chksum.h> #include <stddef.h> #include <stdbool.h> /* The following union type is u...