text
stringlengths
9
948k
//===-- serialbox/core/SavepointImpl.h ----------------------------------------------*- C++ -*-===// // // S E R I A L B O X // // This file is distributed under terms of BSD license. // See LICENSE.txt for more information // //===-----------------------------------------------------...
/* * Copyright (c) Facebook, Inc. and 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 applic...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:31:44 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/TextInput/TextInput_ja.bundl...
/** ****************************************************************************** * @file UART1_MultiProcessor\main.c * @brief This file contains the main function for:use the UART1 in multi-processor mode example. * @author MCD Application Team * @version V2.2.0 * @date 30-September-2014 *********...
// SPDX-License-Identifier: GPL-2.0 // Copyright(c) 2018 Intel Corporation. /* * Intel Kabylake I2S Machine Driver with MAX98927, MAX98373 & DA7219 Codecs * * Modified from: * Intel Kabylake I2S Machine driver supporting MAX98927 and * RT5663 codecs */ #include <linux/input.h> #include <linux/module.h> #inc...
// // PlayerCore.h // PlayerCore // // Created by chenp on 2018/12/2. // Copyright © 2018 chenp. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for PlayerCore. FOUNDATION_EXPORT double PlayerCoreVersionNumber; //! Project version string for PlayerCore. FOUNDATION_EXPORT const unsigned...
#include <stdio.h> #include "gps.h" int main(int argc, char argv[]) { printf("size of ais_t: %lu\n", sizeof(struct ais_t)); }
#pragma once #define WONSY_BASE_GAMESERVER namespace WonSY { class BaseGameServer { public: void Run(); public: BaseGameServer() noexcept; BaseGameServer(const BaseGameServer&) = delete; BaseGameServer& operator=(const BaseGameServer&) = delete; BaseGameServer(BaseGameServer&&) = delete; BaseGame...
#ifndef v_guard #define v_guard #include <complex> void vxxxxx(double p[4],double vmass, int nhel,int nsv, std::complex<double> v[6]); #endif
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2014 Fabian Vogt * Copyright (c) 2013, 2014 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation fi...
#ifndef CFUNCTIONNAME_H #define CFUNCTIONNAME_H //(*Headers(CFunctionName) #include <wx/button.h> #include <wx/dialog.h> #include <wx/sizer.h> #include <wx/stattext.h> #include <wx/textctrl.h> //*) class CFunctionName: public wxDialog { public: CFunctionName(wxWindow* parent,wxWindowID id=wxID_ANY,const wxPoint& ...
/** @file EFI Reset Notification Protocol as defined in UEFI 2.7. This protocol provides services to register for a notification when ResetSystem is called. Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: This Pro...
// Copyright (c) 2011-2016 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_QT_TRANSACTIONVIEW_H #define BITCOIN_QT_TRANSACTIONVIEW_H #include <qt/guiutil.h> #include <QWidget> #inclu...
/* * Copyright (C) 2003 Sistina Software Limited. * Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. * * This file is released under the GPL. */ #include "dm.h" #include "dm-path-selector.h" #include "dm-hw-handler.h" #include "dm-bio-list.h" #include "dm-bio-record.h" #include <linux/ctype.h> #include...
// // GMSPlaceTypes.h // Google Places API for iOS // // Copyright 2016 Google Inc. // // Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of // Service: https://developers.google.com/maps/terms // #import <Foundation/Foundation.h> extern NSString *const kGMSPlaceTypeAccounting; extern N...
#import <Foundation/Foundation.h> #import "ACObject.h" /** * ARTIK Cloud API * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 2.0.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swag...
/* * "Copyright (c) 2008 Robert B. Reese, Bryan A. Jones, J. W. Bruce ("AUTHORS")" * All rights reserved. * (R. Reese, reese_AT_ece.msstate.edu, Mississippi State University) * (B. A. Jones, bjones_AT_ece.msstate.edu, Mississippi State University) * (J. W. Bruce, jwbruce_AT_ece.msstate.edu, Mississippi State Unive...
#include "e.h" /* local function prototypes */ static void *_create_data(E_Config_Dialog *cfd); static void _fill_data(E_Config_Dialog_Data *cfdata); static void _free_data(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata); static Evas_Object *_basic_create(E_Config_Dialog *cfd __UN...
//Huseyin Hisil, 2012. #include <stdio.h> #include "_core.h" #include "finite128.h" void fp_inv_2e127m1_x8664(uni zn, uni an){ TEMP_INV_FP_2e127m1_t t; #ifdef GENERATED_ASM fp_inv_2e127m1_x8664_asm(t, NULL, NULL, zn, an); #else fp_sqr_2e127m1_x8664(t->n02, an); fp_mul_2e127m1_x8664(t->n02, t->n02, NULL, an); fp...
/* ** The OpenGL Extension Wrangler Library ** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org> ** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org> ** Copyright (C) 2002, Lev Povalahev ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without ** modi...
#include<stdio.h> #include<string.h> unsigned int frac(int f) ; unsigned int arr2num() ; unsigned int maxPart(unsigned int number) ; char str[100]; int num[100];//store the num we get from the str int index = 0; int main(void) { scanf("%s",str); // put the number into the num array int len = strlen(str)...
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No * other uses are authorized. This software is owned by Renesas Elect...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE195_Signed_to_Unsigned_Conversion_Error__listen_socket_memcpy_67b.c Label Definition File: CWE195_Signed_to_Unsigned_Conversion_Error.label.xml Template File: sources-sink-67b.tmpl.c */ /* * @description * CWE: 195 Signed to Unsigned Conversion Error * BadSource: list...
#ifndef _IP6T_REJECT_H #define _IP6T_REJECT_H enum ip6t_reject_with { IP6T_ICMP6_NO_ROUTE, IP6T_ICMP6_ADM_PROHIBITED, IP6T_ICMP6_NOT_NEIGHBOUR, IP6T_ICMP6_ADDR_UNREACH, IP6T_ICMP6_PORT_UNREACH, IP6T_ICMP6_SRC_ADDR_FAIL_POLICY, IP6T_ICMP6_ECHOREPLY, IP6T_TCP_RESET }; struct ip6t_reject_info { u_int32_t with; ...
#pragma once #include "TeD3D11RenderAPIPrerequisites.h" #include "TeD3D11TextureView.h" #include "Image/TeTexture.h" #include "Threading/TeThreading.h" namespace te { /** DirectX 11 implementation of a texture. */ class D3D11Texture : public Texture { public: ~D3D11Texture(); /** Retu...
#include "___.defs.h" #include "runtime/runt.h" #ifdef USING_MODULE_unix void unix__Write(P_int fd, P_uintptr buf, P_int size, P_int* count_out, P_int* errno_out) { int cc = write(fd, (char*)buf, size); *count_out = cc; *errno_out = errno; } #endif
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2018 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-licens...
/* Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
/* * WARNING: do not edit! * Generated by util/mkbuildinf.pl * * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the s...
// DOM-IGNORE-BEGIN /******************************************************************************* * Copyright (C) 2020 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 ...
/* * Copyright (C) 2018 Intel Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef EPT_H #define EPT_H #include <types.h> typedef void (*pge_handler)(uint64_t *pgentry, uint64_t size); /** * Invalid HPA is defined for error checking, * according to SDM vol.3A 4.1.4, the maximu...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
#pragma once # include "iostream" # include "ctime" #include "cstring" # include "vector" # include "iterator" # include "algorithm" # include "string" # include "Header.h" # include "AbstractCard.h" # include "DebetCard.h" # include "CreditCard.h" # include "AbstractExpence.h" # include "Grocceries.h" # include "House...
#pragma once #include "mvAppItem.h" #include <implot.h> #include <implot_internal.h> #include <array> //----------------------------------------------------------------------------- // mvTypeBases // // - This file contains abstract classes for concrete mvAppItem // implementations which share common under...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include <unordered_map> #include <core/common/status.h> namespace ONNX_NAMESPACE { class ValueInfoProto; } namespace flatbuffers { class FlatBufferBuilder; template <typename T> struct Offset; struct Stri...
// This is an AUTO-GENERATED UAVCAN DSDL data type implementation. Curious? See https://uavcan.org. // You shouldn't attempt to edit this file. // // Checking this file under version control is not recommended unless it is used as part of a high-SIL // safety-critical codebase. The typical usage scenario is to generate...
//WinQLNotificationFilter.h // Copyright Querysoft Limited 2013, 2017 // // Permission is hereby granted, free of charge, to any person or organization // obtaining a copy of the software and accompanying documentation covered by // this license (the "Software") to use, reproduce, display, distribute, // execute, and ...
// ==================================================================================================================== // ==================================================================================================================== // xs_Float.h // ==============================================================...
//Copyright (c) Microsoft Corporation. All rights reserved. #pragma once #include "WICBitmapSource.h" #include "WICContainerFormats.h" using namespace System; namespace Microsoft { namespace WindowsAPICodePack { namespace DirectX { namespace WindowsImagingComponent { ref class ImagingBitmapLock; ref class...
/* -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of the com...
#ifndef LEVELDB_MASTER_BITMAP_H #define LEVELDB_MASTER_BITMAP_H ////// //Module function: bitmap management ////// namespace leveldb{ class BitMap { public: BitMap(); BitMap(int n); ~BitMap(); int get(int x); int set(int x); int clr(int x); int res...
#include<stdio.h> int power(int m, int n); main() { int i; for(i=0;i<10;i++) printf("%d %d %d \n",i,power(2,i), power(-3,i)); return 0; } int power (int base, int n) { int i,p; p = 1; for(i=1;i<=n;++i) p = p * base; return p; }
namespace LW_BlockCiphers { class LED_64_4 { private: static unsigned char keySize; static unsigned char keySizeConst0; static unsigned char keySizeConst1; static unsigned char keySizeConst2; static unsigned char keySizeConst3; static unsigned char sBox[]; static unsigned char RC02[]; static unsign...
// ################################################################################################# // # < UART interrupt example > # // # ********************************************************************************************* # // # UART RECEIVE...
/* origin: FreeBSD /usr/src/lib/msun/src/e_powf.c */ /* * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsystems, Inc. busi...
/* vi:set ts=8 sts=4 sw=4: * * CSCOPE support for Vim added by Andy Kahn <kahn@zk3.dec.com> * Ported to Win32 by Sergey Khorev <sergey.khorev@gmail.com> * * The basic idea/structure of cscope for Vim was borrowed from Nvi. There * might be a few lines of code that look similar to what Nvi has. * * See README.t...
#ifdef COMPILE_FOR_TEST #include <assert.h> #define assume(cond) assert(cond) #endif void main(int argc, char* argv[]) { int x_0_0;//sh_buf.outcnt int x_0_1;//sh_buf.outcnt int x_0_2;//sh_buf.outcnt int x_0_3;//sh_buf.outcnt int x_0_4;//sh_buf.outcnt int x_0_5;//sh_buf.outcnt int x_1_0;//sh_buf.outbuf[0] int x_...
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2013, 2014 Damien P. George * Copyright (c) 2014-2017 Paul Sokolovsky * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documen...
/* * Copyright (c) Facebook, Inc. and 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 applic...
#include <stdio.h> #include <netinet/in.h> #include <stddef.h> #include <getopt.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <time.h> #include <sys/time.h> #include <rte_common.h> #include <rte_cycles.h> #include <rte_memory.h> #include <rte_mempool.h> #include <rte_timer.h> #include <rte_ea...
// // ViewController.h // mapkitTest // // Created by 罗骏彬 on 15/8/4. // Copyright (c) 2015年 罗骏彬. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
/*========================================================================= Program: VMTK Module: $RCSfile: vtkvmtkUnstructuredGridFEVorticityAssembler.h,v $ Language: C++ Date: $Date: 2006/04/06 16:46:44 $ Version: $Revision: 1.4 $ Copyright (c) Luca Antiga, David Steinman. All rights reserv...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
#ifndef _VECTOR_DISPLAY_H #define _VECTOR_DISPLAY_H #ifndef ARDUINO #define NO_SERIAL #include <stdint.h> #define pgm_read_byte_near(a) (*(uint8_t*)(a)) #include <sys/timeb.h> #include <string> typedef std::string String; uint32_t millis() { struct timeb t; ftime(&t); return t.millitm + t.time * 1000; }...
/* * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "shared/source/helpers/basic_math.h" #include "shared/source/memory_manager/memory_manager.h" namespace NEO { constexpr size_t bigAllocation = 1 * MB; constexpr uintptr_t dummyAddress = 0xFFFFF000u; class M...
#include <string.h> #include "ed25519.h" #include "sha512.h" #include "ge.h" void ed25519_create_keypair(unsigned char *public_key, unsigned char *private_key, const unsigned char *seed) { ge_p3 A; sha512(seed, 32, private_key); private_key[0] &= 248; private_key[31] &= 63; private_key[31] |= 64;...
/* BEGIN_ICS_COPYRIGHT7 **************************************** Copyright (c) 2015, 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 no...
#ifndef IS_SUBSEQUENCE_H_ #define IS_SUBSEQUENCE_H_ #include <string> namespace problem { // Given two strings s and t, return true if s is a subsequence of t, or false // otherwise. // A subsequence of a string is a new string that is formed from the original // string by deleting some (can be none) of the charact...
// // SKProductsRequest+BBlock.h // BBlock // // Created by David Keegan on 8/7/12. // Copyright (c) 2012 David Keegan. All rights reserved. // #import <StoreKit/StoreKit.h> @interface SKProductsRequest(BBlock) typedef void (^SKProductsRequestBBlock)(SKProductsResponse *response, NSError *error); /// Request a ...
/* Copyright Rene Rivera 2013-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) */ #if !defined(BOOST_PREDEF_OTHER_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS) #ifndef BOOST_PREDEF_OTHER_H #define BOOST_PREDEF_...
/* * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /* * TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* !!GlobalInfo product: Pins v5.0 processor: MIMXRT1052xxxxB package_id: MIMXRT105...
/* * 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 ...
// // Use this file to import your target's public headers that you would like to expose to Swift. // #import <UIKit/UIKit.h> #import <mach/mach.h> #import <sys/mount.h> #import <sys/stat.h> #import <sys/snapshot.h> #import "cutils.h" #import "iokit.h" #import "patchfinder64.h" #import "tardy0n.h" #import "helpers.h"...
#include <errno.h> #include <fcntl.h> #include <netinet/in.h> #include <signal.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <sys/epoll.h> #include <sys/socket.h> #include <unistd.h> #include "event_loop.h" #include "interpreter.h" #include "message.h" #include "mm.h" #include "state.h" #incl...
/* Copyright (c) 2020 Daniel Burke 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 purpose, including commercial applications, and...
/* * (C) Copyright 2004 Sandburst Corporation * * See file CREDITS for list of people who contributed to this * project. * * 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 ...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "fixed_grammar.asn" * `asn1c -gen-PER -fcompound-names -findirect-choice -no-gen-example` */ #ifndef _ULInformationTransfer_H_ #define _ULInformationTransfer_H_ #include "asn_application.h" /* Includ...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <TFNUI/TFNCollectionViewCell.h> @class UIView; @interface TFNViewDataViewAdapterCollectionViewCell : TFNCollectionViewCell { ...
/* * Copyright (c) 2017 Oticon A/S * * SPDX-License-Identifier: Apache-2.0 * * SW side of the IRQ handling */ #include <stdint.h> #include "irq_ctrl.h" #include "irq_sources.h" #include "os/sim.h" static int currently_running_irq = -1; extern void (* const systemVectors[256])(void); /** * When an interrupt is...
/* * Configuration settings for the SAMA5D3 Xplained board. * * Copyright (C) 2014 Atmel Corporation * Bo Shen <voice.shen@atmel.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H #define __CONFIG_H #include <asm/hardware.h> #define CONFIG_SYS_TEXT_BASE 0x26f00000 /* ARM asynchronous cl...
/* ## Cypress FX3 Boot Firmware Example Source file (usb_descriptors.c) ## =========================== ## ## Copyright Cypress Semiconductor Corporation, 2010-2018, ## All Rights Reserved ## UNPUBLISHED, LICENSED SOFTWARE. ## ## CONFIDENTIAL AND PROPRIETARY INFORMATION ## WHICH IS THE PROPERTY OF CYPRESS....
#include <stdarg.h> #include <bsp_support.h> #include <myMicroLIB.h> #include <myassert.h> #include <kakaosstdint.h> #include <os_cpu.h> #include <export.h> /* this file realize a small C lib for OS */ unsigned long ka_pow(int x,unsigned int y) { unsigned long sum = 1; while(y--) { sum *= x; } return sum; } s...
// 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_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETTINGS_PRIVATE_DELEGATE_FACTORY_H_ #define CHROME_BROWSER_EXTENSIONS_API_LANGUA...
/* * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ // Description : Common overlap-tests #ifndef CRYINCLUDE_CRYCOMMON_CRY_GEOOVERLAP_H #define CRYIN...
/* Copyright (c) 2015, 2016, 2017 Red Hat, Inc. * Copyright (c) 2017 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 *...
/* * This software is licensed under the terms of the MIT License. * See COPYING for further information. * --- * Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>. * Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>. */ #include "taisei.h" #include <stdio.h> #include "color.h" #define...
/************************************************************************************[SimpSolver.h] Copyright (c) 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 ...
specific action log: zoomLogOUT_DELETE!!!!!! Select Window [ Name: "Tag"; Current file ] If [ Get (LastError) = 112 ] New Window [ Name: "Tag"; Height: Get (ScreenHeight); Width: 441; Top: 0; Left: Get (ScreenWidth) - 441 ] Go to Layout [ “IssuesAndObservationsOrder” (brainstate) ] Enter Find Mode [ ] Set Field [ brain...
/**************************************************************************//** * @file main.c * @version V3.00 * @brief Show how to wake up system form Power-down mode * by brown-out detector interrupt. * * SPDX-License-Identifier: Apache-2.0 * @copyright (C) 2016 Nuvoton Technology Corp. All ...
#ifndef __LLM_H__ #define __LLM_H__ #include <stdbool.h> #include <stdint.h> #include <co_bt_defines.h> #include <co_hci.h> #include <em/em_buf.h> #include <ke_msg.h> #include <llm/llm_task.h> enum llm_enh_priv { LLM_PRIV_RFU_MASK = 140, LLM_PRIV_RFU_LSB = 2, LLM_RPA_RENEW_TIMER_EN_MASK = 2, LLM_RPA_...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion */ @interface CMActivityAlarm : NSObject { double _duration; unsigned int _trigger; id /* block */ fHandler; bool fIsValid; NSObject<OS_dispatch_queue> * fQueue; struct __CFRunLoop { } * fRu...
/* * ipodimport.h * libipodimport * * iPod library import support library * Created by Arpad Goretity on 24/09/2012. * * Licensed under the 3-clause BSD License * (See LICENSE for furhter information) */ #ifndef __IPODIMPORT_H__ #define __IPODIMPORT_H__ #include <Foundation/Foundation.h> // Metadata keys #d...
/* * 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...
///////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Tencent is pleased to support the open source community by making behaviac available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clau...
/* * File: log.h * Author: alexander * * Created on March 31, 2014, 8:09 PM */ #include <queue> #include <mutex> #include <condition_variable> #include <sstream> #include <thread> #include <iostream> // include here as every other file relies on it beeing avaliable if log is included #include "util.h" #ifnde...
/* ---------------------------------------------------------------------------- * Copyright (c) Huawei Technologies Co., Ltd. 2013-2020. All rights reserved. * Description: Semaphore * Author: Huawei LiteOS Team * Create: 2013-01-01 * Redistribution and use in source and binary forms, with or without modification,...
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +------...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:42:29 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ...
/* Copyright (c) 2010-2014, Mathieu Labbe - IntRoLab - Universite de Sherbrooke 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 ...
/* * Copyright (c) 2020-2021 Huawei Device Co., Ltd. * * HDF is dual licensed: you can use it either under the terms of * the GPL, or the BSD license, at your option. * See the LICENSE file in the root of this repository for complete details. */ #include "sta.h" #include "securec.h" #include "message/message_rou...
/* * SPDX-License-Identifier: GPL-2.0-or-later OR Apache-2.0 * Copyright (C) 2015-2020 Industrial Technology Research Institute * * * * */ #include <linux/types.h> #include <linux/version.h> #include <linux/kernel.h> #include <linux/bio.h> #include "config/lfsm_setting.h" #include "config/lfsm_feature_setting....
// Copyright (c) 2018 CloudMakers, s. r. o. // All rights reserved. // // You can use this software under the terms of 'INDIGO Astronomy // open-source license' (see LICENSE.md). // // THIS SOFTWARE IS PROVIDED BY THE AUTHORS 'AS IS' AND ANY EXPRESS // OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED /...
// // AppDelegate.h // PetCommunity // // Created by Aesir Titan on 2016-09-19. // Copyright © 2016年 Titan Studio. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
// Copyright lowRISC contributors. // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 #include "sw/device/lib/dif/dif_rv_timer.h" #include "sw/device/lib/handler.h" #include "sw/device/lib/irq.h" #include "sw/device/lib/runtime/hart.h" #include "sw/devic...
// SPDX-License-Identifier: GPL-2.0+ /* * vsp1_pipe.c -- R-Car VSP1 Pipeline * * Copyright (C) 2013-2015 Renesas Electronics Corporation * * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) */ #include <linux/delay.h> #include <linux/list.h> #include <linux/sched.h> #include <linux/wait.h> #inclu...
//============================================================================ // Copyright (c) 1995, Microsoft Corporation // // File: sync.c // // History: // V Raman July-11-1997 Created. // // Basic locking operations. Borrowed from RIP implementation by abolade //=============================================...
// // HRLogger.h // Pods // // Created by daeung Kim on 2017. 2. 16.. // // #ifndef HRLogger_h #define HRLogger_h #ifdef DEBUG # define GZLogFunc(format,...) NSLog(@"%s(%d) " format,__PRETTY_FUNCTION__,__LINE__,__VA_ARGS__) # define GZLogFunc0() GZLogFunc(@"%@",@"") # define GZLogFunc1(a) ...
/* * Copyright (c) 2012, Michael Lehn, Klaus Pototzky * * 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...
/* Copyright JS Foundation and other contributors, http://js.foundation * * 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 r...
/** * \file * Handles the configuration file, creating widgets and renderers * appropriately. */ #ifndef __CONFIG_H #define __CONFIG_H #include <QColor> #include <QString> #include <QWidget> #include "datamgr.h" #include "nudgeable.h" #include "defaults.h" /// produced by ConfigManager::parseRect() to get widge...