text stringlengths 9 948k |
|---|
//@COPYRIGHT@//
//
// Copyright (c) 2011, Tomoto S. Washio
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// * Redistributions of source code must retain the above copyright
// notice, ... |
/*
** This file contains test cases to verify that "live-recovery" following
** a mid-transaction failure of a writer process.
*/
/*
** This test file includes lsmInt.h to get access to the definition of the
** ShmHeader structure. This is required to cause strategic damage to the
** shared memory header as part of ... |
// 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.
#ifndef BITCOIN_AMOUNT_H
#define BITCOIN_AMOUNT_H
#include <stdint.h>
/** Amoun... |
/*
* Copyright 2010 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrContext_DEFINED
#define GrContext_DEFINED
#include "include/core/SkMatrix.h"
#include "include/core/SkPathEffect.h"
#include "include/core/SkTypes.h"
#include "incl... |
/**
* @file ministdio.c
* @brief Routines for minimal stdio support
*
* @note Very simple and short routines for input/output
*
* @note Uses getchar and putchar routines for input/output
*
* @note Does not accept width and precision specification
* @note Does not return character count
*
* @note Output... |
/*
* Copyright (c) 2012 Samsung Electronics Co., Ltd 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... |
/**
******************************************************************************
* @file stm32f0xx_flash.h
* @author MCD Application Team
* @version V1.5.1
* @date 13-October-2021
* @brief This file contains all the functions prototypes for the FLASH
* firmware library.
************... |
/* Editor Settings: expandtabs and use 4 spaces for indentation
* ex: set softtabstop=4 tabstop=8 expandtab shiftwidth=4: *
*/
/*
* Copyright © BeyondTrust Software 2004 - 2019
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compli... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:42:32 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E... |
/**
* @file
*
* @brief Interna of trie functionality.
*
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/
#ifdef HAVE_KDBCONFIG_H
#include "kdbconfig.h"
#endif
#if VERBOSE && defined(HAVE_STDIO_H)
#include <stdio.h>
#endif
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_ST... |
#pragma once
#include "ray/common/buffer.h"
#include "ray/common/ray_object.h"
#include "ray/common/task/task_spec.h"
#include "ray/protobuf/common.pb.h"
namespace ray {
/// Argument of a task.
class TaskArg {
public:
virtual void ToProto(rpc::TaskArg *arg_proto) const = 0;
virtual ~TaskArg(){};
};
class TaskA... |
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... |
//
// SDLRDSData.h
//
#import "SDLRPCMessage.h"
/**
* Include the data defined in Radio Data System,
* which is a communications protocol standard for embedding small amounts of digital information
* in conventional FM radio broadcasts.
*/
NS_ASSUME_NONNULL_BEGIN
@interface SDLRDSData : SDLRPCStruct
- (instan... |
// Copyright 2020 Sergey Kuzivanov
//
// 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 t... |
/******************************************************************************
* branch_and_reduce_algorithm.h
*
*****************************************************************************/
#ifndef BRANCH_AND_REDUCE_SOLVER_H
#define BRANCH_AND_REDUCE_SOLVER_H
// local includes
#include "fast_set.h"
#include "mis_c... |
/****************************************************************************
*
* Copyright (c) 2013-2015 PX4 Development Team. 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. Red... |
//
// BlockNewsModel.h
//
// Copyright (c) 2019 dequanzhu
//
// 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, m... |
/*
** mod_harbour.c -- Apache harbour module V2.1
** (c) DHF, 2020-2022
** MIT license
*/
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_protocol.h"
#include "ap_config.h"
#include "util_script.h"
#include "apr.h"
#include "apr_strings.h"
#include "util_mutex.h... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkCollectPolyData.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_BOCircleProgressView_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_BOCircle... |
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* 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 c... |
// Copyright (c) 2017-2019 The Cicoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_RPC_UTIL_H
#define BITCOIN_RPC_UTIL_H
#include <node/transaction.h>
#include <outputtype.h>
#include <protoco... |
;; SNES Memory Block
.ifndef ::__BLOCK_H_
::__BLOCK_H_ = 1
.setcpu "65816"
.include "includes/import_export.inc"
IMPORT_MODULE Block
;; Clears a section of memory to 0
;;
;; REQUIRE: 8 bit A, 16 bit Index
;; NOTE: This routine uses DMA channel 0 to reset the block.
;; INPUT: A = bank
;; : X = memory address
;... |
/* Microsoft Reference Implementation for TPM 2.0
*
* The copyright in this software is being made available under the BSD License,
* included below. This software may be subject to other third party and
* contributor rights, including patent rights, and no such rights are granted
* under this license.
*
* ... |
/*
* AUTHOR
* Catherine Loader, catherine@research.bell-labs.com.
* October 23, 2000.
*
* Merge in to R and further tweaks :
* Copyright (C) 2000-2015 The R Core Team
* Copyright (C) 2008 The R Foundation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t... |
#include<stdio.h>
int main(){
float number = 34.5678;
printf("number %.2f\n",number);
return 0;
} |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The CaresCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_MAIN_H
#define BITCOIN_MAIN_H
#include "core.h"
#include "bignum... |
// RUN: %clang -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -o - | FileCheck %s
// RUN: %clang -O1 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -o - | FileCheck %s
// RUN: %clang -O2 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s ... |
//
// BaseComponent.h
// BaseComponent
//
// Created by baidu on 14-3-17.
// Copyright (c) 2014年 baidu. All rights reserved.
//
#import "QQApiInterface.h"
#import "TencentOAuth.h" |
/* MIT License
*
* Copyright (c) 2016-2020 INRIA, CMU and Microsoft Corporation
*
* 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 r... |
/*-------------------------------------------------------------------------
*
* typcache.h
* Type cache definitions.
*
* The type cache exists to speed lookup of certain information about data
* types that is not directly available from a type's pg_type row.
*
* Portions Copyright (c) 1996-2015, PostgreSQL Gl... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class FBSSceneMessage, FBSSceneSettings, FBSSceneSettingsDiff, FBSSceneTransitionContext, NSSet;
@protocol FBSSceneUpdaterDelegate <NSObject>
- (void)updater... |
#include <stdio.h>
#include <math.h>
#include <limits.h>
#include <omp.h>
typedef unsigned long long Entero_grande;
#define ENTERO_MAS_GRANDE ULLONG_MAX
int primo(Entero_grande n)
{
int p;
Entero_grande i, s;
p = (n % 2 != 0 || n == 2);
if (p) {
s = sqrt(n);
int numberOfThreads;
#pragma omp par... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 29 2017 23:22:24).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "QDataCacheBase.h"
@interface QDataCacheStandard : QDataCacheBase
{
}
+ (id)dataCacheStandardStyle:(id)arg1 scene:(id)arg2 ve... |
//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2007-2013, Image Engine Design 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:
//
// ... |
/**
* Created by MomoLuaNative.
* Copyright (c) 2020, Momo Group. All rights reserved.
*
* This source code is licensed under the MIT.
* For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
*/
//
// Created by Generator on 2020-10-16
//
#include <... |
// SPDX-License-Identifier: GPL-2.0-only
/*
* ADAV801 audio driver
*
* Copyright 2014 Analog Devices Inc.
*/
#include <linux/module.h>
#include <linux/spi/spi.h>
#include <linux/regmap.h>
#include <sound/soc.h>
#include "adav80x.h"
static const struct spi_device_id adav80x_spi_id[] = {
{ "adav801", 0 },
{ }
}... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
*/
@interface _GEONetworkDefaultsLocalProxy : NSObject <_GEONetworkDefaultsServerProxy> {
<_GEONetworkDefaultsServerProxyDelegate> * _delegate;
NSObject<OS_dispatch_queue> * _isolation;
... |
/*
*
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. All rights reserved.
*
* DO NOT EDIT THIS FILE!
* This file is auto-generated.
* Edits to this file will be lost when it is regener... |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* net/dsa/slave.c - Slave device handling
* Copyright (c) 2008-2009 Marvell Semiconductor
*/
#include <linux/list.h>
#include <linux/etherdevice.h>
#include <linux/netdevice.h>
#include <linux/phy.h>
#include <linux/phy_fixed.h>
#include <linux/phylink.h>
#include <li... |
#if defined(_WIN64) || defined(_WIN32)
#define SYS_WIN
#elif defined(__CYGWIN__) && !defined(_WIN32)
#define SYS_WIN_CYG
#elif defined(__ANDROID__)
#define SYS_ANDROID
#elif defined(__linux__)
#define SYS_LINUX
#elif defined(__unix__) || !defined(__APPLE__) && defined(__MACH__)
#include <sys/param.h>
#if de... |
////////////////////////////////////////////////////////////////////////////
//
// Copyright 2014 Realm 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/li... |
#pragma once
#include <memory>
#include "WebsocketClientEngine.h"
namespace vosvideo
{
namespace communication
{
class WebsocketClient final
{
public:
friend class CommunicationManager;
WebsocketClient(std::shared_ptr<WebsocketClientEngine> websocketClientEngine);
virtual ~WebsocketClient();
void ... |
/*
<:copyright-broadcom
Copyright (c) 2002 Broadcom Corporation
All Rights Reserved
No portions of this material may be reproduced in any form without the
written permission of:
Broadcom Corporation
16215 Alton Parkway
Irvine, California 92619
All information contained in th... |
/* MIT License
*
* Copyright (c) 2019 - 2022 Andreas Merkle <web@blue-andi.de>
*
* 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 ri... |
/*
* Copyright (c) 2018, NVIDIA CORPORATION.
*
* 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 ... |
#include "LzyVector.h"
#include "LzyMemory.h"
#include <stdlib.h>
void* _lzy_vector_create(u64 uInitialSize, u64 uStride)
{
LzyVector* pVector = lzy_alloc(sizeof(LzyVector) + uInitialSize * uStride, 8, LZY_MEMORY_TAG_VECTOR);
if(!pVector)
{
LCOREERROR("Could not create vector");
return NULL;
}
pVector->uCap... |
//
// NUIPShiftReduceState.h
// NUIParse
//
// Created by Tom Davie on 05/03/2011.
// Copyright 2011 In The Beginning... All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NUIPShiftReduceState : NSObject
@property (readonly,retain) NSObject *object;
@property (readonly,assign) NSUInteger state;... |
// Author(s): Wieger Wesselink
// Copyright: see the accompanying file COPYING or copy at
// https://github.com/mCRL2org/mCRL2/blob/master/COPYING
//
// 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)
//
/// \file m... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:51:34 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 ... |
//
// TestResultsVC.h
// KifuCam
//
// The MIT License (MIT)
//
// Copyright (c) 2018 Andreas Hauenstein <hauensteina@gmail.com>
//
// 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 withou... |
/*
* Copyright (c) 2011 The Chromium OS Authors.
*
* (C) Copyright 2000 - 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* SPDX-License-Identifier: GPL-2.0+
********************************************************************
* NOTE: This header file defines an interface to U-Boot. Including
* ... |
/**
* Copyright 2018 ZomboDB, 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
*
* Unless required by applicable law or agree... |
/*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* (C) 2001 Dirk Mueller (mueller@kde.org)
* (C) 2006 Alexey Proskuryakov (ap@webkit.org)
* Copyright (C) 2004-2020 Apple Inc. All rights reserved.
* Copyright (C) 2008, 2009 Torch Mobile I... |
//===--- Misc.c - Platform overlay helpers --------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
/**
* Copyright (c) 2013-2014 Tomas Dzetkulic
* Copyright (c) 2013-2014 Pavol Rusnak
*
* 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
... |
//***********************************************************************/
// Author : Erwin
// Original Date : 29th May, 2014
// Module Name : logcat.h
// Module Funciton :
// This module contains the logcat daemon threa... |
/**
* @file
* SLIP Interface
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* 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 sour... |
// Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_WALLETVIEW_H
#define BITCOIN_QT_WALLETVIEW_H
#include "amount.h"
#include "masternodelist.h"
#include "pro... |
/*
Copyright 2018 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 (c) 2015-2016 The Khronos Group Inc.
* Copyright (c) 2015-2016 Valve Corporation
* Copyright (c) 2015-2016 LunarG, 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
... |
/* See LICENSE file for copyright and license details. */
/*
* appearance
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "xos4 terminus:pixelsize=14:antialias=false:autohint=false";
static int borderpx = 3;
/*
* What program is execed by st depends of these p... |
/*
* Copyright (C) 2006,2007 Christoph Sommer <christoph.sommer@informatik.uni-erlangen.de>
*
* 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... |
//
// UIImage+Blur.h
// SkyHospital
//
// Created by ZY on 15/5/27.
// Copyright (c) 2015年 GrayWang. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Accelerate/Accelerate.h>
#import <QuartzCore/QuartzCore.h>
@interface UIImage (Blur)
+(UIImage *)screenshot:(UIView*)view;
- (UIImage*)blurredIm... |
/* Copyright (c) 2014, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list o... |
/* ---------------------------------------------------------------------------- */
/* Atmel Microcontroller Software Support */
/* SAM Software Package License */
/* --------------------------------------------------------------------... |
//===-- Vectorize.h - Vectorization Transformations -------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
/**
* Author: Johan Sannemo
* Date: 2015-02-06
* License: CC0
* Source: Folklore
* Status: Tested at Petrozavodsk
* Description: Range Minimum Queries on an array. Returns
* min(V[a], V[a + 1], ... V[b - 1]) in constant time.
* Usage:
* RMQ rmq(values);
* rmq.query(inclusive, exclusive);
* Time: $O(|V| \lo... |
/*
* Copyright (c) 2014 The WebM 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 contributin... |
#ifndef SDK_CONFIG_H
#define SDK_CONFIG_H
// <<< Use Configuration Wizard in Context Menu >>>\n
#ifdef USE_APP_CONFIG
#include "app_config.h"
#endif
// <h> nRF_Drivers
//==========================================================
// <e> APP_USBD_ENABLED - app_usbd - USB Device library
//===============================... |
#ifndef ORGF_ALLOC_H
#define ORGF_ALLOC_H 1
#include <mruby.h>
#include <rayfork.h>
#ifdef __cplusplus
extern "C" {
#endif
rf_allocator
mrb_get_allocator(mrb_state *mrb);
#ifdef __cplusplus
}
#endif
#endif |
/*
* Copyright (C) 2019-2020 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <aos/debug.h>
#include <aos/log.h>
#include <yoc/nvram.h>
#include <drv/tee.h>
#define PRODUCTKEY "PRODUCTKE... |
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <math.h>
#include <string.h>
#define max 100
//Utilizar o Atom para compilar com a fonte "Windows 1252"
int main()
{
system("COLOR 09");
setlocale(LC_ALL,"Portuguese");
char *separa;
char texto[max];
gets(texto);
printf("\n");
... |
/*
@ 0xCCCCCCCC
*/
#ifndef EZIO_IO_CONTEXT_H_
#define EZIO_IO_CONTEXT_H_
#include <cstdint>
#include <type_traits>
#include "kbase/basic_macros.h"
#if defined(OS_APPLE)
#include <sys/poll.h>
#elif defined(OS_POSIX)
#include <sys/epoll.h>
#elif defined(OS_WIN)
#include <Windows.h>
#endif
namespace ezio {
enum IOE... |
#pragma once
#include "IExamPlugin.h"
#include "Exam_HelperStructs.h"
#include "BehaviorTree.h"
#include "SteeringBehaviours.h"
#include "SenUtils.h"
class IBaseInterface;
class IExamInterface;
class Plugin :public IExamPlugin
{
public:
Plugin() {};
virtual ~Plugin() {};
void Initialize(IBaseInterface* pInterface... |
//syncprint.h
#ifndef SYNCPRINT_H
#define SYNCPRINT_H
#include <locale.h>
#include "onewaysim.h"
#ifdef __patmos__
#include "libcorethread/corethread.h"
#else
#include <pthread.h>
#endif
// The utility consists of three functions. One function enables collection
// of print messages (lines) while the system is runni... |
/* bspline/gsl_bspline.h
*
* Copyright (C) 2006 Patrick Alken
* Copyright (C) 2008 Rhys Ulerich
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or (at
... |
/*
* 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
*
*/
#pragma once
#if !defined(Q_MOC_RUN)
#include <QPushButton>
#include <AzCore/Memory/SystemAllocator... |
/*
Name Diamond.c
Description Create a diamond of specified size by user input
Author MCUxDaredevil (https://github.com/mcuxdaredevil)
Github Page https://github.com/MCUxDaredevil/c-codes-sem1
Support URL https://github.com/MCUxDaredevil/c-codes-sem1/issues
Discussions https://github.... |
/*!
* \~chinese
* @header IEMContactManager.h
* @abstract 此协议定义了好友相关操作
* @author Hyphenate
* @version 3.00
*
* \~english
* @header IEMContactManager.h
* @abstract The protocol defines the operations of contact
* @author Hyphenate
* @version 3.00
*/
#import <Foundation/Foundation.h>
#import "EMCo... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/snowball/Snowball_EXPORTS.h>
#include <aws/snowball/SnowballRequest.h>
#include <aws/snowball/model/JobType.h>
#include <aws/snowball/model/JobResource.h>
#include <aws/snow... |
#pragma once
class Point
{
public:
Point(float x, float y);
~Point();
float GetX();
float GetY();
void SetPos(float x, float y);
bool _Used;
private:
float x;
float y;
}; |
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* SGI IP27 specific setup.
*
* Copyright (C) 1995 - 1997, 1999 Silcon Graphics, Inc.
* Copyright (C) 1999 Ralf Baechle (ralf@gnu.org)
*/... |
/*
* (C) Copyright Itude Mobile B.V., The Netherlands.
*
* 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 applica... |
/*
* Copyright (C) 2015-2020 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup boards_slwstk6000b
* @{
*
* @file
* @brief Configuration... |
/*
* arch/arm/cpu/armv8/rcar_gen3/pfc-r8a7796.c
* This file is r8a7796 processor support - PFC hardware block.
*
* Copyright (C) 2016 Renesas Electronics Corporation
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <sh_pfc.h>
#include <asm/gpio.h>
#define CPU_32_PORT(fn, pfx, sfx) \... |
/* labelcl - SGI's Hwgraph Compatibility Layer.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (c) 2001-2003 Silicon Graphics, Inc. All rights reserved.
*/
#include <linux/... |
/*
* Copyright (c) 2006-2012 Hypertriton, Inc. <http://hypertriton.com/>
*
* 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 lis... |
/*
The C* port of a benchmark from github.com/sosy-lab/sv-benchmarks
for any information about the LICENCE see github.com/sosy-lab/sv-benchmarks
Original: sv-benchmarks/c/recursive/recHanoi01.c
Data Model: ILP32
Modifications:
- Switched from `int` to `uint` without loss of generality
termination : tru... |
/***************************************************************************
* Project : shakti devt board
* Name of the file : memory.c
* Brief Description of file : A library to display the memory contents
* Name of Author : Sathya Narayanan N
* Email ID : sat... |
/********************************************************************************
** Form generated from reading UI file 'addnotifymsg.ui'
**
** Created by: Qt User Interface Compiler version 4.8.6
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
**************************************... |
#include "webview.h"
#include <objc/objc-runtime.h>
#include <CoreGraphics/CoreGraphics.h>
#include <limits.h>
struct webview_priv {
id pool;
id window;
id webview;
id windowDelegate;
int should_exit;
};
struct cocoa_webview {
const char *url;
const char *title;
int width;
int height;
int resizab... |
//
// utils.hpp
// VideoDelayTest
//
// Created by Ali Momeni on 5/19/17.
//
//
#ifndef utils_hpp
#define utils_hpp
#include <stdio.h>
class Utils{
public:
//frames of video
static float scale(float x, float inmin, float inmax, float outmin, float outmax);
};
#endif /* utils_hpp */ |
/* $OpenBSD: spkac.c,v 1.7 2015/10/17 07:51:10 semarie Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999. Based on an original idea by Massimiliano Pala
* (madwolf@openca.org).
*/
/* ====================================================================
* Copyright (c) 1999... |
#include "lvgl/lvgl.h"
/*******************************************************************************
* Size: 16 px
* Bpp: 1
* Opts:
******************************************************************************/
#ifndef LV_FONT_16
#define LV_FONT_16 1
#endif
#if LV_FONT_16
/*-----------------
* BITMAPS
... |
// Copyright 2019 DeepMind Technologies Ltd. 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 require... |
#pragma once
#include <stdint.h>
#include "il2cpp-config.h"
#include "object-internals.h"
struct Il2CppObject;
struct Il2CppDelegate;
struct Il2CppReflectionType;
struct Il2CppReflectionMethod;
struct Il2CppReflectionField;
struct Il2CppArray;
struct Il2CppException;
struct Il2CppReflectionModule;
struct Il2CppAssemb... |
// Copyright 2020 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 THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_DECODER_TEMPLATE_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_DECODER_TEMPLATE_H_
#includ... |
/* GNU Objective C Runtime nil receiver function
Copyright (C) 1993, 1995, 1996, 2002, 2009 Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by... |
//===- VPlanValue.h - Represent Values in Vectorizer Plan -----------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.