text
stringlengths
9
948k
/** @file x64 CPU Exception Handler. Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be f...
#include <string.h> #include "internal/cursor.h" void ledger_cursor_init(struct ledger_cursor *cursor, uint8_t *data, size_t len) { cursor->buffer.data = data; cursor->buffer.len = len; cursor->cursor = 0; } void ledger_cursor_reset(struct ledger_cursor *cursor) { cursor->cursor = 0; } void ledger_cursor_wipe(s...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX Core developers // Copyright (c) 2018-2019 The FestonCoin Core developers // Distributed under the MIT software license, see the accompanying /...
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-H32 */ #ifndef ti_sysbios_family_arm_cc32xx_Timer__INTERNAL__ #define ti_sysbios_family_arm_cc32xx_Timer__INTERNAL__ #ifndef ti_sysbios_family_arm_cc32xx_Timer__internalaccess #define ti_sysbi...
/** * \file * * \brief SAM WDT * * Copyright (C) 2016 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions...
/* 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 not...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_COMPOSITOR_LAYER_OWNER_H_ #define UI_COMPOSITOR_LAYER_OWNER_H_ #include <memory> #include "base/compiler_specific.h" #include "base/macro...
/****************************************************************************** * The MIT License * * Copyright (c) 2010 LeafLabs, LLC. * * 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 Softwar...
#define yYyyyyEEEEeeetttTtt 0 #define yyYYEeeT "Hello, World!" #define yoted ; #define yeeeT } #define Yeeet { #define yeet printf #define yeett int #define yeeeeT ) #define Yeeeet ( #define YEET main #define Yeet return #include <stdio.h> yeett YEET Yeeeet yeeeeT Yeeet yeet Yeeeet yyYYEeeT yeeeeT yoted Yeet y...
/* * Copyright (c) 2017, 2018, Oracle and/or its affiliates. * * 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,...
// // MCIMAPAppendMessageOperation.h // mailcore2 // // Created by DINH Viêt Hoà on 1/12/13. // Copyright (c) 2013 MailCore. All rights reserved. // #ifndef MAILCORE_MCIMAPAPPENDMESSAGEOPERATION_H #define MAILCORE_MCIMAPAPPENDMESSAGEOPERATION_H #include <MailCore/MCIMAPOperation.h> #include <MailCore/MCMessageCo...
/*========================== begin_copyright_notice ============================ Copyright (C) 2017-2021 Intel Corporation SPDX-License-Identifier: MIT ============================= end_copyright_notice ===========================*/ #pragma once #include "Compiler/CodeGenPublic.h" #include "Compiler/MetaDataApi/Me...
// // UIAccelerometer.h // UIKit // // Copyright (c) 2007-2014 Apple Inc. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKitDefines.h> /* UIAcceleration and UIAccelerometer are deprecated as of iOS 5.0. These classes have been replaced by the Core Motion framework. */ NS_ASSUME_NONNUL...
/* * \file restore.c * * This module's routines will save the current option state to memory * and restore it. If saved prior to the initial optionProcess call, * then the initial state will be restored. * * @addtogroup autoopts * @{ */ /* * This file is part of AutoOpts, a companion to AutoGen. * Auto...
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2014 Chukong Technologies http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation file...
/* See LICENSE for license details. */ #include <errno.h> #include <math.h> #include <limits.h> #include <locale.h> #include <signal.h> #include <sys/select.h> #include <time.h> #include <unistd.h> #include <libgen.h> #include <X11/Xatom.h> #include <X11/Xlib.h> #include <X11/cursorfont.h> #include <X11/keysym.h> #incl...
/* Rising_falling_edge_detector_mapping.c */ #include "Rising_falling_edge_detector_type.h" #include "Rising_falling_edge_detector_interface.h" #include "Rising_falling_edge_detector_mapping.h" #include "SmuTypes.h" #include "SmuMapping.h" #include "kcg_sensors.h" /* mapping declaration */ #define DECL_ITER(name) ...
#include <std.h> inherit PARMOUR; void create(){ ::create(); set_name("long leather coat"); set_id(({ "coat", "long coat", "leather coat", "long leather coat" })); set_short("%^RESET%^%^RED%^Long Leather Coat%^RESET%^"); set_long( @AVATAR %^RESET%^%^RED%^This coat is made from dark red leather. It has a high, ro...
/* Copyright 2015 Google 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 applicable law or agreed to in ...
// Copyright 2019 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 HS_GLSL_ONCE #define HS_GLSL_ONCE #define HS_SLAB_THREADS_LOG2 5 #define HS_SLAB_THREADS (1 << HS_SLAB_THREADS_LOG2) #define HS_SLAB_WI...
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "Runtime/CoreUObject/Public/UObject/ConstructorHelpers.h" #include "Components/BoxComponent.h" #include "Runtime/Engine/Classes/Particles/ParticleSystemCompone...
/* * Copyright (C) 2019 Peter Ross * * This file is part of FFmpeg. * * FFmpeg 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 later ...
/* * Copyright 2017 The WebRTC Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
#pragma once #include "Component.h" class SpriteComponent : public Component { public: SpriteComponent(class Actor * owner, int updateOrder = 100); ~SpriteComponent(); void SetTexture(class Texture * texture); void Draw(class Shader * shader); private: class Texture * mTexture; int mWidth, mHeight; };
#ifndef SYSTEM_H #define SYSTEM_H #include "process.h" #include "processor.h" #include <string> #include <vector> #include <algorithm> class System { public: System(); std::string const &OperatingSystem() const; std::string const &Kernel() const; unsigned long UpTime() const; float MemoryUtiliz...
/* * Arm SCP/MCP Software * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * Description: * N1SDP Timer Synchronization Driver. */ #include "n1sdp_scp_mmap.h" #include <internal/timer_sync.h> #include <mod_n1sdp_system.h> #include ...
#include <runtime.h> static char *hex_digit="0123456789abcdef"; void print_byte(buffer s, u8 f) { push_u8(s, hex_digit[f >> 4]); push_u8(s, hex_digit[f & 15]); } void print_hex_buffer(buffer s, buffer b) { int len = buffer_length(b); int wlen = 4; int rowlen = wlen * 4; boolean first = true; ...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* shader.h :+: :+: :+: ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <PassKitCore/PKOverlayableWebServiceRequest.h> @interface PKPaymentWebServiceRequest : PKOverlayableWebServiceRequest { id <PKPaymentWebServiceTargetDeviceProtocol> _ta...
// SPDX-License-Identifier: GPL-2.0 /* * Versatile Express SPC CPUFreq Interface driver * * Copyright (C) 2013 - 2019 ARM Ltd. * Sudeep Holla <sudeep.holla@arm.com> * * Copyright (C) 2013 Linaro. * Viresh Kumar <viresh.kumar@linaro.org> */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/clk.h> #in...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:10:04 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/Frameworks/LinkPresentation....
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:42:33 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/Foundation.framework/Foundation * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Lim...
#ifndef HAMILTONIAN_ENERGY_H #define HAMILTONIAN_ENERGY_H #include "system_energy.h" #include "hamiltonian_particle_state.h" class HamiltonianEnergy : public SystemEnergy { public: HamiltonianEnergy(const HamiltonianParticleState& state); virtual std::vector<Coordinate> MomentumPartial() const = 0; virtual std...
#include <project.h> #include <stdio.h> #include "FreeRTOS.h" #include "task.h" #include "Motor.h" #include "Ultra.h" #include "Nunchuk.h" #include "Reflectance.h" #include "Gyro.h" #include "Accel_magnet.h" #include "LSM303D.h" #include "IR.h" #include "Beep.h" #include "mqtt_sender.h" #include <time.h> #include <sys/...
/* $Id$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ #include <stdlib.h> #include <stdio.h> #include "out.h" #include "object.h" #include "obj.h" unsigned int rd_unsigned2(FILE* fd) { char buf[2]...
// // MTIMPSImageConvolution.h // Pods // // Created by shuyj on 2017/8/14. // // #if __has_include(<MetalPetal/MetalPetal.h>) #import <MetalPetal/MTIFilter.h> #else #import "MTIFilter.h" #endif NS_ASSUME_NONNULL_BEGIN __attribute__((objc_subclassing_restricted)) @interface MTIMPSConvolutionFilter : NSObject <MTI...
#ifndef _LEO_COUNT_DOWN_LATCH_H_ #define _LEO_COUNT_DOWN_LATCH_H_ #include "Noncopyable.h" #include "Condition.h" namespace leo { class CountDownLatch : public Noncopyable { public: CountDownLatch(int count); void wait(); void countDown(); private: int count_; Mutex mutex_; Condition cond_; }; } #endif
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "WXPBGeneratedMessage.h" @class NSString; @interface TypeNavItem : WXPBGeneratedMessage { } + (void)initialize; // Remaining properties @property(retain, nonatomic) NSSt...
const double Data_thSZ_9[1000][8]={ {-4.6051701859880909e+00, -1.5327853042318760e-05, -3.8653299806387409e-05, -5.9207546655053341e-05, -3.2885341251294700e-05, 1.1028828508219950e-05, -1.9640216240248840e-05, 5.1844725780536528e-05}, {-4.5966444670777644e+00, -1.5591449659417699e-05, -3.9318027418851327e-05, -6.0225...
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
// 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 CSSCustomPropertyDeclaration_h #define CSSCustomPropertyDeclaration_h #include "core/css/CSSValue.h" #include "core/css/CSSVariableData.h" #inclu...
/*- * Copyright (C) 1998-2003 * Sony Computer Science Laboratories 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 ...
/* * Copyright (c) 2014, Siemens AG. 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 an...
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2018, The Galaxia Project Developers // Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2019, The GalacticBits Developers // Copyright (c) 2020 The GalacticBits Developers. // // Please see the included LICENS...
/*====================================================== //函数名:c_comp_log.c //功能描述:求复数的对数 //输入参数:a(输入的结构体) // c(计算结果的结构体) //返回值:0(失败),1(成功) =========================================================*/ #include "stdio.h" #include "stdlib.h" #include "math.h" /*struct c_comp{ double rmz; double imz; }c_...
/* * Copyright (c) 2016, The OpenThread Authors. * 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 ...
/* Simple DirectMedia Layer Copyright (C) 1997-2014 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 ...
/* **============================================================================== ** ** Copyright (c) 2003, 2004, 2005, 2006, Michael Brasher, Karl Schopmeyer ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and associated documentation files (the "Software"), ** ...
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <CodeBlocks_project_file> <FileVersion major="1" minor="6" /> <Project> <Option title="area square of triangle.c" /> <Option pch_mode="2" /> <Option compiler="gcc" /> <Build> <Target title="Debug"> <Option output="bin\Debug\area square of triangl...
/*------------------------------------------------------------------------- * * bitmapset.c * PostgreSQL generic bitmap set package * * A bitmap set can represent any set of nonnegative integers, although * it is mainly intended for sets where the maximum value is not large, * say at most a few hundred. By co...
/* * Copyright (C) 2020-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include <memory> namespace NEO { struct MockExecutionEnvironment; class GmmHelper; class GmmClientContext; class MockExecutionEnvironmentGmmFixture { protected: void SetUp(); void TearDown(); std:...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // The pure virtual class for send side congestion control algorithm. #ifndef NET_QUIC_CONGESTION_CONTROL_SEND_ALGORITHM_INTERFACE_H_ #define NET_Q...
/* DO NOT EDIT: This file is automatically generated by Cabal */ /* package Reanimate-0.1.0.0 */ #ifndef VERSION_Reanimate #define VERSION_Reanimate "0.1.0.0" #endif /* VERSION_Reanimate */ #ifndef MIN_VERSION_Reanimate #define MIN_VERSION_Reanimate(major1,major2,minor) (\ (major1) < 0 || \ (major1) == 0 && (majo...
#ifndef STM_OBJECTS_H #define STM_OBJECTS_H #include "cmsis.h" #include "PortNames.h" #include "PeripheralNames.h" #include "PinNames.h" #include "stm_dma_caps.h" #ifdef __cplusplus extern "C" { #endif struct i2s_s { PinName pin_data; PinName pin_sclk; PinName pin_wsel; PinName pin_fdpx; PinName pin_mclk; ...
/* $NoKeywords: $ */ /* // // Copyright (c) 1993-2014 Robert McNeel & Associates. All rights reserved. // OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert // McNeel & Associates. // // THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. // ALL IMPLIED WARRANTIES OF FITNESS FOR A...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid...
/* ---------------------------------------------------------------------------- * SAM Software Package License * ---------------------------------------------------------------------------- * Copyright (c) 2012, Atmel Corporation * * All rights reserved. * * Redistribution and use in source and binary fo...
/* * Copyright (C) 2013-2015 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence. * * ...
/* * Copyright (c) 2018-2019, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the fo...
/* * FreeRTOS V202011.00 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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 ...
// 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 COMPONENTS_NTP_SNIPPETS_REMOTE_NTP_SNIPPETS_DATABASE_H_ #define COMPONENTS_NTP_SNIPPETS_REMOTE_NTP_SNIPPETS_DATABASE_H_ #include <memory> #includ...
/** * Copyright 2020 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...
/******************************************************************************* * * * PrimeSense NiTE 2.0 - User Viewer Sample * * Copyright (C) 2012 PrimeSense Ltd. ...
#include "luat_base.h" #include "lvgl.h" #include "luat_lvgl.h" // lv_obj_t* lv_textarea_create(lv_obj_t* par, lv_obj_t* copy) int luat_lv_textarea_create(lua_State *L) { LV_DEBUG("CALL lv_textarea_create"); lv_obj_t* par = (lv_obj_t*)lua_touserdata(L, 1); lv_obj_t* copy = (lv_obj_t*)lua_touserdata(L, 2)...
/** * @file board.c * @desc Board specific functions and data for SAME54 MCU board * @author Samuel Dewan * @date 2021-06-05 * Last Author: * Last Edited On: */ #include "board.h" #include "global.h" #include "variant.h" #include "target.h" #include "adc.h" #include "sercom-uart.h" #include "sercom-spi.h" #i...
#include <stdio.h> #define MAX_N 100 #define MAX_H 8 #define TEMP 22 /* Realizzare un programma in C per la gestione di una serie di rilevazioni di temperature sui piani di un edificio. Ciascun rilevazione specifica il numero del piano, l'ora della misura (una stringa di al massimo 8 caratteri) e la temperatur...
// // JBTableViewDelegate.h // Scout // // Created by Jonathan Buys on 10/30/12. // // #import <Foundation/Foundation.h> #import "JBAppController.h" #import "JBAppDelegate.h" @interface JBTableViewDelegate : NSObject <NSTableViewDelegate> { IBOutlet NSTextView *mainTextView; IBOutlet NSTableView *mainTable...
/* ----------------------------------------------------------------------- * * * Copyright 1996-2016 The NASM Authors - All Rights Reserved * See the file AUTHORS included with the NASM distribution for * the specific copyright holders. * * Redistribution and use in source and binary forms, with or wit...
#ifndef ALIANAPHOTON_H #define ALIANAPHOTON_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ //_________________________________________________________________________ /// \class AliAnaPhoton /// \ingroup CaloTrackCorrelationsAnalysis /...
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. */ #include "tomcrypt.h" #ifdef LTC_MDH /** ...
/** * checked_alloc.h - Checked allocation routines that terminate on failure * instead of returning NULL. */ #ifndef CHECKED_ALLOC_H #define CHECKED_ALLOC_H #include <stddef.h> /** * Allocate `size` bytes of memory via `malloc`, terminating the process on * failure. */ void* checked_malloc(size_t size); /** ...
/* * Copyright 2019 Nikolay Sivov for CodeWeavers * * 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 later version. * *...
// // 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 <objc/NSObject.h> #import <T1Twitter/TNLRequestDelegate-Protocol.h> @class NSString, TFNTwitterAccount, TNLRequestOperation; ...
/* * ===================================================================================== * * Filename: keymap.c * * Description: * * Version: 1.0 * Created: 12/15/2016 11:44:12 AM * Revision: none * Compiler: gcc * * Author: YOUR NAME (), * Organizati...
// RUN: %check --only %s -Wshadow=compatible-local -Wno-sym-never-written void f() { int i; // no warning here { char i; // CHECK: note: local declaration here { char i; // CHECK: warning: declaration of "i" shadows local declaration } } }
/* * Copyright 2008-2015 Arsen Chaloyan * * 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...
/** * @file WhistleDetectorV2.h * * @author <a href="mailto:schlottb@informatik.hu-berlin.de">Benjamin Schlotter</a> * @author <a href="mailto:mellmann@informatik.hu-berlin.de">Heinrich Mellmann</a> * * Implementation of class WhistleDetectorV2 * Implements a whistle detector based on a frequency band filter. * (simmil...
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AimOffsetBlendSpace.h" #include "AssetTypeActions_BlendSpace.h" class FAssetTypeActions_AimOffset : public FAssetTypeActions_BlendSpace { public: // IAssetTypeActions Implementation virtual FText GetName() const override {...
#include <stdio.h> int main() { int i; for(i=1; i<=100; i++){ if((i%2)==0) printf("%d\n",i); } return 0; }
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> @protocol RCTBackedTextInputViewProtocol; NS_ASSUME_NONNULL_BEGIN @protocol RCTBackedTextInputDelegate ...
/* $Source: /var/local/cvs/gasnet/tests/testslice.c,v $ * $Date: 2013/03/08 03:19:45 $ * $Revision: 1.10 $ * Description: GASNet randomized get/put correctness validation test * Copyright 2007, Parry Husbands and Dan Bonachea <bonachea@cs.berkeley.edu> * Terms of use are as specified in license.txt */ #incl...
/** * \file */ #ifndef __MONO_LOGGER_INTERNAL_H__ #define __MONO_LOGGER_INTERNAL_H__ #include <glib.h> #include <mono/utils/mono-compiler.h> #include "mono-logger.h" typedef enum { MONO_TRACE_ASSEMBLY = 1 << 0, MONO_TRACE_TYPE = 1 << 1, MONO_TRACE_DLLIMPORT = 1 << 2, MONO_TRACE...
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f0xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
// // Created by illya on 02/10/18. // #ifndef COWS_AND_BULLS_RESULT_H #define COWS_AND_BULLS_RESULT_H #include <map> #include <ostream> namespace cows_and_bulls { class Result : public std::pair<size_t, size_t> { public: using std::pair<size_t, size_t>::pair; size_t GetBullCount() const noexcept { return ...
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
// 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 COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DOWNLOAD_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DOWNLOAD_H_ #include <stddef.h> #include ...
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Kenneth Almquist. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following cond...
#pragma once #include "il2cpp.h" void Dpr_Contest_NotesObjectEmitter__Initialize (Dpr_Contest_NotesObjectEmitter_o* __this, Dpr_Contest_NoteIcon_o* noteComponent, UnityEngine_Transform_o* noteParent, Dpr_Contest_LongTapNotesBg_o* bgComponent, UnityEngine_Transform_o* bgContent, const MethodInfo* method_info); void Dp...
// // Created by Dawid Drozd aka Gelldur on 26/01/17. // #pragma once #include <QObject> #include <core/Game.h> class GameController : public QObject { Q_OBJECT using inherited = QObject; public: explicit GameController(QObject* parent = nullptr); Q_INVOKABLE bool clickField(int x, int y); Q_INVOKABLE char getF...
/* +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/li...
/* * Copyright © 2009 CNRS * Copyright © 2009-2018 Inria. All rights reserved. * Copyright © 2009-2012 Université Bordeaux * Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved. * See COPYING in top-level directory. */ #include <private/autogen/config.h> #include <hwloc.h> #include <private/private.h...
/* * libc/stdlib/strtoull.c */ #include <ctype.h> #include <errno.h> #include <limits.h> #include <stdlib.h> /* * Convert a string to an unsigned long long. * * Ignores 'locale' stuff. Assumes that the upper and lower case * alphabets and digits are each contiguous. */ unsigned long long strtoull(const char *...
#include<mkl/mkl.h> #include<assert.h> #include<stdlib.h> #include<string.h> /* Code for matrix function evaluation. */ void dexp_native_jl_rho0_015(double *A, const size_t n, double *output) { size_t max_memalloc = 3; size_t max_memslots = 4; /* Declarations and initializations. */ double coeff1, coe...
/** * FreeRDP: A Remote Desktop Protocol Implementation * RemoteFX Codec * * Copyright 2011 Vic Lee * Copyright 2016 Armin Novak <armin.novak@thincast.com> * Copyright 2016 Thincast Technologies GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compl...
// 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 DevToolsEmulator_h #define DevToolsEmulator_h #include <memory> #include "core/CoreExport.h" #include "platform/heap/Handle.h" #include "platform...
/**************************************************************************** * Included Files ****************************************************************************/ #include <ecr/config.h> #include <sys/types.h> #include <stdint.h> #include <stdbool.h> #include <errno.h> #include <debug.h> #include <ecr/ir...
#include <stdio.h> #include <stdlib.h> int main() { double A, B, C, X = 0; scanf("%lf", &A); scanf("%lf", &B); scanf("%lf", &C); if(A < B){ X = A; A = B; B = X; } if(B < C){ X = B; B = C; C = X; } if(A < B)...
// // Copyright (C) Ricardo Ruiz López, 2010. All rights reserved. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR CO...
/* * * Generic Bluetooth USB driver * * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org> * * * 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 L...
// SKIP PARAM: --set solver td3 --enable ana.int.interval --enable exp.partition-arrays.enabled --set ana.activated "['base','threadid','threadflag','expRelation','mallocWrapper','apron']" --set exp.privatization none --set exp.apron.privatization dummy --set ana.apron.domain "polyhedra" // Example from https://www-a...