text
stringlengths
9
948k
/****************************************************************************** * * Copyright (C) 2014 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://ww...
/*********************************************************************** created: Tue Mar 3 2009 author: Paul D Turner (parts based on original code by Thomas Suter) *************************************************************************/ /***************************************************************...
/* tkf_model * */ #ifndef TKFMODEL_INCLUDED #define TKFMODEL_INCLUDED #include <stdio.h> /* FILE */ #include "easel.h" #include "esl_dmatrix.h" #include "esl_ratematrix.h" #include "e2.h" #include "e2_config.h" #include "tkf_rate.h" /***************************************************************** * 2. TKF_MOD...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "X2AP-IEs" * found in "/home/oai/Downloads/LWA/openair2/X2AP/MESSAGES/ASN1/R11.2/X2AP-IEs.asn" * `asn1c -gen-PER` */ #include "X2ap-E-RAB-ID.h" int X2ap_E_RAB_ID_constraint(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_cons...
// index_catalog.h /** * Copyright (C) 2013-2014 MongoDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope th...
// 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...
/* * Basic I2C functions * * Copyright (c) 2004 Texas Instruments * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file * named COPYING that should have accompanied this file. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRES...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:04:35 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/PhotoLibra...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isprint.c :+: :+: :+: ...
#include "edge-impulse-sdk/dsp/config.hpp" #if EIDSP_LOAD_CMSIS_DSP_SOURCES /* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q15_to_q31.c * Description: Converts the elements of the Q15 vector to Q31 vector * * $Date: 18. March ...
#ifndef __LVD_H__ #define __LVD_H__ #include "stc12c5a60s2.h" #include <intrins.h> #include "datatype.h" extern void lvd_init(void); #endif
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
int zip_store(char *in, char *out, char *store_as);
#pragma once #include "AL/maya/utils/ForwardDeclares.h" /// \brief Given the status, validates that the status is ok. If not, an error is logged using the specified error /// message. If an error occurs, the status is returned. /// \ingroup mayautils #define AL_MAYA_CHECK_ERROR(status, ErrorString) { \ M...
#ifdef HAVE_CONFIG_H #include "../../ext_config.h" #endif #include <php.h> #include "../../php_ext.h" #include "../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" #include "kernel/fcall.h" #include "kernel/memory.h" #include "ext...
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE...
#include "tdd_ecs.h" static void world_process_systems(world_t*, float); static void world_destroy_marked_for_deletion_entities(world_t*); static void entity_system_process_func(system_t*, world_t*, float); static void consume_event(event_t*); static void clear_entity(void**); static void clear_system(void**); static ...
// Test clang changes for NaCl Support including: // include paths, library paths, emulation, default static // // RUN: %clang -no-canonical-prefixes -### -o %t.o %s \ // RUN: -target i686-unknown-nacl -resource-dir foo 2>&1 \ // RUN: | FileCheck --check-prefix=CHECK-I686 %s // CHECK-I686: {{.*}}clang{{.*}}" "...
/*! * iOS SDK * * Tencent is pleased to support the open source community by making * Hippy available. * * Copyright (C) 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. ...
/****************************************************************************** * Flash Memory Controller v100 Device Driver * Copyright (c) 2014 - 2015 by Hisilicon * All rights reserved. * *** * Create by hisilicon * *****************************************************************************/ /*************...
/* * fast-pbkdf2 - Optimal PBKDF2-HMAC calculation * Written in 2015 by Joseph Birr-Pixton <jpixton@gmail.com> * * To the extent possible under law, the author(s) have dedicated all * copyright and related and neighboring rights to this software to the * public domain worldwide. This software is distributed witho...
#pragma once #include "DataTypes/Space.h" #include "Interface/LpSlamTypes.h" #include <opencv2/core.hpp> #include <tbb/concurrent_queue.h> #include <optional> namespace LpSlam { struct CameraQueueEntry { CameraQueueEntry() = default; CameraQueueEntry(TimeStamp ts, TrackerCoordinateSystemBase ...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:37:20 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/UIKitCore....
/* * fs/f2fs/data.c * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.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 as * published by the Free Software Foundation. */ #include <l...
// Copyright 2017 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_COMMON_NOTIFICATIONS_NOTIFICATION_IMAGE_RETAINER_H_ #define CHROME_COMMON_NOTIFICATIONS_NOTIFICATION_IMAGE_RETAINER_H_ #include <memory> #...
/* Copyright 2019 Diligent Graphics LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * THE SOFTWARE IS PROVIDED "AS...
/* Disassembler interface for targets using CGEN. -*- C -*- CGEN: Cpu tools GENerator THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU Binutils and G...
/****************************************************************************** * Code generated with sympy 0.7.6 * * * * See http://www.sympy.org/ for more information. * ...
/* ------------------------------------------------------------------------------- Copyright (c) Charles Carley. 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 gran...
/* * Posix Threads library for Microsoft Windows * * Use at own risk, there is no implied warranty to this code. * It uses undocumented features of Microsoft Windows that can change * at any time in the future. * * (C) 2010 Lockless Inc. * All rights reserved. * * Redistribution and use in source and binary f...
#include <assert.h> #include <libinput.h> #include <stdlib.h> #include <wlr/backend/session.h> #include <wlr/interfaces/wlr_tablet_pad.h> #include <wlr/types/wlr_input_device.h> #include <wlr/util/log.h> #include "backend/libinput.h" #include "util/signal.h" struct wlr_tablet_pad *wlr_libinput_tablet_pad_create( str...
// Copyright 2015-present 650 Industries. All rights reserved. #import <UIKit/UIKit.h> #import <UMCore/UMAppDelegateWrapper.h> @interface EXStandaloneAppDelegate : UMAppDelegateWrapper @property (strong, nonatomic) UIWindow *window; @end
/* +----------------------------------------------------------------------+ | phar php single-file executable PHP extension | +----------------------------------------------------------------------+ | Copyright (c) 2005-2015 The PHP Group | +--------------...
/* Copyright 2020 The OneFlow 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 agre...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-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_AMOUNT_H #define BITCOIN_AMOUNT_H #include <stdint.h> /** Amoun...
/********************************************************************* * SEGGER Microcontroller GmbH * * The Embedded Experts * ********************************************************************** * ...
/////////////////////////////////////////////////////////////////////// // File: ccnontextdetect.h // Description: Connected-Component-based non-text detection. // Copyright 2011 Google Inc. All Rights Reserved. // Author: rays@google.com (Ray Smith) // Created: Sat Jun 11 09:52:01 PST 2011 // // Licensed un...
// Stance.h // #pragma once #include "XmlLib\DLMacros.h" class Stance : public XmlLib::SaxContentElement { public: Stance(void); explicit Stance( const std::string & name, const std::string & icon, const std::string & description); void Wr...
/* * Copyright (c) 2021 Nordic Semiconductor * * SPDX-License-Identifier: Apache-2.0 */ #include "bstests.h" #include "mesh_test.h" extern struct bst_test_list * test_transport_install(struct bst_test_list *tests); struct bst_test_list *test_friendship_install(struct bst_test_list *tests); struct bst_test_list *t...
/** * Copyright 2021 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...
// vk-command-encoder.h #pragma once #include "vk-base.h" #include "vk-pipeline-state.h" namespace gfx { using namespace Slang; namespace vk { class PipelineCommandEncoder : public RefObject { public: CommandBufferImpl* m_commandBuffer; VkCommandBuffer m_vkCommandBuffer; VkCommandBuffer m_vkPreCommandB...
#ifdef C2NIM # dynlib libname # cdecl # if defined(windows) # define libname "libhts.dll" # elif defined(macosx) # define libname "libhts.dylib" # else # define libname "libhts.so" # endif #mangle uint8_t uint8 #mangle uint16_t uint16 #mangle uint64_t uint64 #mangle uint32_t uint32 #mangle int8_t int8 #m...
/** * FreeRDP: A Remote Desktop Protocol Client * X11 Client * * Copyright 2011 Marc-Andre Moreau <marcandre.moreau@gmail.com> * * 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 * * ...
for(i=0;i<n;i++) { tmp = b[i]; for (j=rowPtr[i]; j<rowPtr[i+1]-1;j++) { S1: tmp -= lowerTriSpMatrix[j]*x[colIdx[j]]; } S2: x[i] = tmp / lowerTriSpMatrix[rowPtr[i+1]-1]; }
@interface NSView (PrintHierarchy) - (void)printViewHierarchy; @end
/* * Copyright (c) 2017 ARM Limited. * * SPDX-License-Identifier: MIT * * 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 ...
/* * Copyright (C) 2017 XRADIO TECHNOLOGY CO., LTD. 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 <u.h> #include <avian.h> char* rtrim(char *s) { char *p; p = s + strlen(s); while(isblank(*p)) p--; *p = '\0'; return s; }
// SPDX-License-Identifier: GPL-2.0 /* * Xilinx Video IP Core * * Copyright (C) 2013-2015 Ideas on Board * Copyright (C) 2013-2015 Xilinx, Inc. * * Contacts: Hyun Kwon <hyun.kwon@xilinx.com> * Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #ifndef __XILINX_VIP_H__ #define __XILINX_VIP_H__ #...
struct request { int result; int status; }; int foo() { return -5; } void foo1(int); int main() { int err = -5; struct request *r; r->result = foo(); int a; foo1(a & 1); err = 0; /*err is overwritten*/ return 0; }
/* ******************************************************************************** ** ** (C) 2020 Andrii Bilynskyi <andriy.bilynskyy@gmail.com> ** ** This code is licensed under the MIT. ** ******************************************************************************** */ #include "stm32f10x_conf.h" #include "bl_c...
#pragma once //================================================================================================================================= // Joe Schutte //================================================================================================================================= #include "Assets/AssetFile...
/* LUFA Library Copyright (C) Dean Camera, 2016. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2016 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
// 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 BITCOIN_QT_NOTIFICATOR_H #define BITCOIN_QT_NOTIFICATOR_H #if defined(HAVE_CONFIG_H) #include "config/flamecoin-conf...
#ifndef LANGUAGE_TOOLS_LANG_PARSER_PRODUCTION_PARSER_PRODUCTION_PARSER_SEMANTICS_H_ #define LANGUAGE_TOOLS_LANG_PARSER_PRODUCTION_PARSER_PRODUCTION_PARSER_SEMANTICS_H_ #include "lang/lexer/token.h" #include "lang/parser/production_lexer/production_lexer.h" #include "lang/parser/production_parser/production_rules.h" #i...
/* * Copyright (c) 2011, 2012, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group. */ /* This file includes lwI...
/* tlehman's debug tools */ #define PRINT_ARRAY(ary, num) \ do { \ int i; \ printf("{"); \ for(i = 0; i < num; ++i) { \ printf("%d", ary[i]); \ if(i < num-1) printf(", ");...
/* lexer.c -- simple tokeniser for Python implementation */ #include <stdint.h> #include <stdio.h> #include <string.h> #include <assert.h> #include "misc.h" #include "mpconfig.h" #include "qstr.h" #include "lexer.h" #define TAB_SIZE (8) // TODO seems that CPython allows NULL byte in the input stream // don't know ...
// 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. #ifndef SRC_CONNECTIVITY_BLUETOOTH_CORE_BT_HOST_GATT_LOCAL_SERVICE_MANAGER_H_ #define SRC_CONNECTIVITY_BLUETOOTH_CORE_BT_HOST_GATT_LOCAL_SERVICE_MANAGER_H_...
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=4 sw=4 et tw=99 ft=cpp: * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/....
// 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_CLIENTVERSION_H #define BITCOIN_CLIENTVERSION_H #if defined(HAVE_CONFIG_H) #include "config/amsterdamcoin-config....
#include <inc/syscall.h> #include <inc/stdio.h> #include <inc/unistd.h> #include <inc/vm.h> #include <inc/label.h> #include <inc/args.h> #include <inc/time.h> #include <inc/msg.h> #define LBL 0xdad #define LBL_CHILD 0xccc #define TIC 20000000 #define MAXBLOCKSIZE 4194304*12 double nowTime(void) { struct timeva...
// // Attacker.h // KnightFight // // Created by Loz Archer on 05/05/2011. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> #import "cocos2d.h" #import "GameSprite.h" extern float *const velocity; @interface Knight : GameSprite { CGPoint lastPosition; } @property (...
// Copyright © Microsoft Open Technologies, Inc. // // 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 // // THIS CODE...
/* * This file contains helper functions for initialization of abstractSTM32Fx library */ #ifndef _ABSTRACT_INIT_H_ #define _ABSTRACT_INIT_H_ #include "abstractSTM32.h" #include <stdint.h> void _abst_init_systick(uint32_t systick_fr, uint32_t anb); void abst_init_hard_pwm_tim1(uint32_t anb, uint32_t hard_pwm_freq)...
/* * Copyright © 2012-2015 VMware, Inc. 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 applic...
/* CpuArch.c -- CPU specific code 2010-10-26: Igor Pavlov : Public domain */ #include "CpuArch.h" #ifdef MY_CPU_X86_OR_AMD64 #if (defined(_MSC_VER) && !defined(MY_CPU_AMD64)) || defined(__GNUC__) #define USE_ASM #endif #if defined(USE_ASM) && !defined(MY_CPU_AMD64) static UInt32 CheckFlag(UInt32 flag) { #ifdef _M...
/** * Code for typesafe callbacks taken from the CCAN project * http://ccodearchive.net/info/typesafe_cb.html * * The license is public domain, check the license file in the root directory * of the library */ /* CC0 (Public domain) - see LICENSE file for details */ #ifndef RF_TYPESAFE_CB_H #define RF_TYPESAFE_CB...
#pragma once #include "ofMain.h" class ofxArtnetMessage { public: friend class ofxArtnetSender; friend class ofxArtnetReceiver; ofxArtnetMessage(); ofxArtnetMessage(const ofPixels& pix); ~ofxArtnetMessage(); ofxArtnetMessage(const ofxArtnetMessage& origin); ofxArtnetMessage(ofxArtnetMessage&& origin); void...
/** Copyright : Arthur Bit-Monnot (2013) arthur.bit-monnot@laas.fr This software is a computer program whose purpose is to [describe functionalities and technical features of your software]. This software is governed by the CeCILL-B license under French law and abiding by the rules of distribution of free software. ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:51:33 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/AVConference.framework/AVConference * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ...
/**************************************************************************//** * @file efm32lg_emu.h * @brief EFM32LG_EMU register and bit field definitions * @version 5.2.1 ****************************************************************************** * # License * <b>Copyright 2017 Silicon Laboratories, Inc. h...
#ifndef __PDPCLIB_API__ #define __PDPCLIB_API__ #endif #include "pdpc201/stdio.c" #include "pdpc201/string.c" #include "pdpc201/stdlib.c" #include "pdpc201/start.c" #include "pdpc201/time.c" #include "pdpc201/errno.c" #include "pdpc201/assert.c" #include "pdpc201/signal.c" #include "pdpc201/locale.c" #include "pdpc201...
// RUN: %theta -memory=havoc "%s" | FileCheck "%s" // CHECK: Verification SUCCESSFUL extern int __VERIFIER_nondet_int(void); int calculate(int x) { int aggr = 0, aggr2 = x; int i = 0, j = 0; while (i < x) { aggr = aggr + i; while (j < x / 2) { aggr = aggr * (j + 1); ...
#include <stdlib.h> #include "dbg.h" #include "node.h" //============================================================================== // // Functions // //============================================================================== //-------------------------------------- // Lifecycle //-------------------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #ifndef __openum_h__ #define __openum_h__ typedef enum opcode_t { #define OPDEF(c,s,pop,push,args,type,l,s1,s2,ctr...
/* Copyright <SWGEmu> See file COPYING for copying conditions.*/ #ifndef CLIENTCREATECHARACTERSUCCESS_H_ #define CLIENTCREATECHARACTERSUCCESS_H_ #include "engine/service/proto/BaseMessage.h" //This packet is sent when we verify the data (namely the charname) when the client sends ClientCreateCharacter //We are...
/* Copyright 2022 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...
#include "vv_radio.h" #include <bc_common.h> #include <bcl.h> void vv_radio_send_update(struct vv_radio_single_float_packet *source) { static uint8_t buffer[VV_RADIO_MESSAGE_SIZE]; buffer[VV_RADIO_TYPE] = VV_RADIO_SINGLE_FLOAT; memcpy(buffer + VV_RADIO_ADDRESS, &source -> device_address, sizeof(uint64...
/** ****************************************************************************** * File Name : I2C.c * Description : This file provides code for the configuration * of the I2C instances. ****************************************************************************** * @...
/* hgGene - A CGI script to display the gene details page.. */ /* Copyright (C) 2013 The Regents of the University of California * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "common.h" #include "hCommon.h" #include "linefile.h" #include "hash.h" #include "dystring.h" #...
// Copyright 2013, Beeri 15. All rights reserved. // Author: Roman Gershman (romange@gmail.com) // #ifndef UTIL_RPC_CLIENT_H #define UTIL_RPC_CLIENT_H #include <functional> #include <string> #include "util/status.h" #include <thrift/protocol/TBinaryProtocol.h> namespace apache { namespace thrift { namespace transpor...
/** * TextMagic API * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 2 * * * NOTE: This class is auto generated by the swagger code generator 2.4.8. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class man...
/* base64.h -- Encode binary data using printable characters. Copyright (C) 2004-2006, 2009-2012 Free Software Foundation, Inc. Written by Simon Josefsson. 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 S...
#pragma once #include "Joueur.h" #include "Network.h" using namespace sf; class AT_Joueur : public Joueur { private: int color; bool canScore{ true }; long score{ 0 }; Texture shapeTexture; RectangleShape shape; CircleShape hitbox; bool isAlive{ true }; float speed{ 300.f }; float angle{ 0.0f }; float p...
#pragma once #include <lua.hpp> #include <stack> #include <limits> namespace lni { inline void copytable(lua_State* L, int src, int dst) { src = lua_absindex(L, src); dst = lua_absindex(L, dst); lua_pushnil(L); while (lua_next(L, src)) { lua_pushvalue(L, -2); ...
/** * \brief Component description for PTC * * Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software and any derivatives * exclusively with Microchip products. It is your responsibility to comply with third party license ...
/* Copyright (c) 2001, Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2021, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file crypto_digest_openssl.c * \brief Block of functions related wi...
/** * Created by Weex. * Copyright (c) 2016, Alibaba, Inc. All rights reserved. * * This source code is licensed under the Apache Licence 2.0. * For the full copyright and license information,please view the LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> @interface ...
/* +----------------------------------------------------------------------+ | Twig Extension | +----------------------------------------------------------------------+ | Copyright (c) 2011 Derick Rethans | +---------...
#ifndef GPIO_H_INCLUDED #define GPIO_H_INCLUDED #include <avr/io.h> #define PIN_LOW 0 #define PIN_HIGH 1 void GPIO_config_output(volatile uint8_t *reg_name, uint8_t pin_num); void GPIO_config_input_nopull(volatile uint8_t *reg_name, uint8_t pin_num); void GPIO_config_input_pullup(volatile uint8_t *reg_name, uint8_t ...
/* Copyright (c) 2015, Apple 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 conditions and the follow...
#ifndef SDRRECEIVE_h #define SDRRECEIVE_h #include <SoapySDR/Device.hpp> #include <SoapySDR/Formats.hpp> #include <SoapySDR/Errors.hpp> #include <SoapySDR/Time.hpp> #include <SoapySDR/Device.h> #include <SoapySDR/Formats.h> #include "CWindow.h" #include "RaceFastsdr.h" class SdrReceive; class SdrReceive: public C...
/* * Copyright 2010 Tilera Corporation. 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. * * This program is distributed in the hope that it will ...
/** ****************************************************************************** * @file bl702_psram.h * @version V1.0 * @date * @brief This file is the standard driver header file ****************************************************************************** * @attention * * <h2><center>&copy;...
// // UIImageViewTap.h // Momento // // Created by Michael Waterfall on 04/11/2009. // Copyright 2009 d3i. All rights reserved. // #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> @protocol MWTapDetectingImageViewDelegate; @interface MWTapDetectingImageView : UIImageView {} @property (nonatomic, weak) ...
/****************************************************************************** * Code generated with sympy 0.7.6 * * * * See http://www.sympy.org/ for more information. * ...
#include <stdint.h> #include <xen/xen.h> #include <errno.h> #include <xen/io/xs_wire.h> #if defined(__i386__) #include <hypercall-x86_32.h> #elif defined(__x86_64__) #include <hypercall-x86_64.h> #else #error "Unsupported architecture" #endif int xenstore_init(start_info_t * start); int xenstore_write(char * key, cha...
#ifndef WRAPPER_H_ #define WRAPPER_H_ #ifdef __cplusplus extern "C" { #endif void *person_create(const char *, int); void person_destroy(void *); int person_get_age(void *); const char *person_get_name(void *); #ifdef __cplusplus } #endif #endif // WRAPPER_H_
/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees...