text stringlengths 9 948k |
|---|
// kernel_example.h
#ifndef HMF_MEANPASS3D_H_
#define HMF_MEANPASS3D_H_
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/tensor_shape.h"
#include "tensorflow/core/platform/default/logging.h"
#include "tensorflow/core/framework/shape_inferenc... |
/*
* Copyright (C) Stefano Babic <sbabic@denx.de>
*
* Configuration settings for the E+L i.MX6Q DO82 board.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __EL_ZC5601_H
#define __EL_ZC5601_H
#define CONFIG_MXC_UART_BASE UART2_BASE
#define CONSOLE_DEV "ttymxc1"
#define CONFIG_MMCROOT "/dev/mmcblk0p1"
#def... |
#ifndef PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
#pragma once
#endif
#include "yaml-cpp/dll.h"
#includ... |
/**
* Copyright (c) 2017, Harrison Bowden, Minneapolis, MN
*
* Permission to use, copy, modify, and/or distribute this software for any purpose
* with or without fee is hereby granted, provided that the above copyright notice
* and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS"... |
/*
* SDK7786 FPGA USRGPIR Support.
*
* Copyright (C) 2010 Paul Mundt
*
* 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.
*/
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linu... |
/*-
* Copyright (c) 2014-2018 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
* See the file LICENSE for redistribution information.
*/
#include "wt_internal.h"
/*
* WiredTiger uses generations to manage various resources. Threads publish an
* a current generation before acce... |
/* zmalloc - total amount of allocated memory aware version of malloc()
*
* Copyright (c) 2009-2010, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions ar... |
//
// 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 "MMUIImageView.h"
#import "IFavoritesExt-Protocol.h"
#import "IRecordDownloadExt-Protocol.h"
@class NSString, UIImageView, UI... |
#define FUN f
#include "constants.h"
#undef FUN
#define FUN g
#include "constants.h"
#undef FUN |
/*
* V4L2 mem2mem encoders
*
* Copyright (C) 2017 Alexis Ballier <aballier@gentoo.org>
* Copyright (C) 2017 Jorge Ramirez <jorge.ramirez-ortiz@linaro.org>
*
* 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
*... |
/* $XFree86: xc/programs/Xserver/Xext/extmod/modinit.c,v 1.16 2002/03/06 21:12:33 mvojkovi Exp $ */
/*
*
* Copyright (c) 1997 Matthieu Herrb
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above cop... |
#ifndef __FLOWDIS_SK_BUFF_H__
#define __FLOWDIS_SK_BUFF_H__
/* Tiny skbuff implementation, just enough for flow dissector APIs. */
#include "flow_dissector.h"
struct sk_buff {
void *data;
size_t headlen;
size_t len;
__be16 protocol;
__u16 network_offset;
__be16 vlan_proto;
__u16 vlan_tci;
__u8 vlan_present:... |
// wrapcxxlibrary.h
// This file is generated by Shroud nowrite-version. Do not edit.
// Copyright (c) 2017-2021, Lawrence Livermore National Security, LLC and
// other Shroud Project Developers.
// See the top-level COPYRIGHT file for details.
//
// SPDX-License-Identifier: (BSD-3-Clause)
//
/**
* \file wrapcxxlibrar... |
#ifndef __LCM_COMMON_H__
#define __LCM_COMMON_H__
#include "lcm_drv.h"
#if defined(MTK_LCM_DEVICE_TREE_SUPPORT)
typedef enum {
LCM_STATUS_OK = 0,
LCM_STATUS_ERROR,
} LCM_STATUS;
void lcm_common_parse_dts(const LCM_DTS *DTS, unsigned char force_update);
void lcm_common_set_util_funcs(const LCM_UTIL_FUNCS *util);
v... |
/*
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020-2021 Huawei Device 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. Redist... |
/*
* Copyright (C) 2019 Intel Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <vm_config.h>
#include <pci_devices.h>
#include <vpci.h>
/* The vbar_base info of pt devices is included in device MACROs which defined in
* arch/x86/configs/$(CONFIG_BOARD)/pci_devices... |
//
// 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 "WAJSEventHandler_BaseEvent.h"
@interface WAJSEventHandler_getMusicPlayerState : WAJSEventHandler_BaseEvent
{
}
- (void)handl... |
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <strings.h>
#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include "easy_json.h"
#define LOG_ERROR "ERROR"
ejson_base* ejson_identify(ejson_state* state);
void ejson_error(ejson_state* state, char* level, enum ejson_errors err, char*... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:04:33 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/CoreMediaS... |
/**
******************************************************************************
* @file usbd_msc_bot.h
* @author MCD Application Team
* @version V2.4.2
* @date 11-December-2015
* @brief Header for the usbd_msc_bot.c file
*************************************************************************... |
#include "PhysicsTools/MVAComputer/interface/Calibration.h"
#include "PhysicsTools/MVAComputer/interface/MVAComputer.h"
#include "PhysicsTools/MVAComputer/interface/Variable.h"
#include "PhysicsTools/MVAComputer/interface/BitSet.h"
#include "PhysicsTools/MVAComputer/interface/AtomicId.h"
#include "PhysicsTools/MVACompu... |
/*
Copyright (c) 1991-1999 Thomas T. Wetmore IV
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy,
modify... |
#ifndef Q2_H_ /* Include guard */
#define Q2_H_
struct lista_oco_lisnhas{
int n_linha;
struct lista_oco_lisnhas *prox;
};
struct info{
char palavra[20];
struct lista_oco_lisnhas *linha;
};
struct Arv23{
struct info *Info1, *Info2;
int NInfos;
struct Arv23 *esq, *cen, *dir;
};
int compare_strings(cha... |
#include "apilib.h"
void HariMain(void)
{
api_putchar('h');
api_putchar('e');
api_putchar('l');
api_putchar('l');
api_putchar('o');
api_end();
} |
/*************************************************************************
ALGLIB 3.15.0 (source code generated 2019-02-20)
Copyright (c) Sergey Bochkanov (ALGLIB project).
>>> SOURCE LICENSE >>>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License a... |
#ifndef GPUImageColorConversion_h
#define GPUImageColorConversion_h
extern GLfloat *kColorConversion601;
extern GLfloat *kColorConversion601FullRange;
extern GLfloat *kColorConversion709;
extern GLfloat *kColorConversion709FullRange;
extern NSString *const kGPUImageYUVVideoRangeConversionForRGFragmentShaderString;
ext... |
/*
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDE... |
/*
*
* Copyright 2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of condi... |
/* Copyright (c) 2013, The Linux Foundation. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope... |
//===- ObjCARC.h - ObjC ARC Optimization --------------*- C++ -*-----------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
//
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import "NSObject-Protocol.h"
@class IDSPersistentMap;
@protocol IDSPersistentMapDelegate <NSObject>
- (void)didFirstLoadPersistentMap:(IDSPersis... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE129_fscanf_04.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE129.label.xml
Template File: sources-sinks-04.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: fscanf Read data from the c... |
//
// BaseHttpDataManger.h
// LZBYKLive
//
// Created by zibin on 16/9/1.
// Copyright © 2016年 刘子彬(更多项目源码分享平台“开发者源代码” 微信号:developerCode 作者简介:iOS开发者,喜爱交流分享). All rights reserved.
//
#import "BaseDataManger.h"
#import "NetWorkResquestTool.h"
@interface BaseHttpDataManger : BaseDataManger
/**
* 发送给请求
*
* @para... |
/*** DO NOT EDIT THIS FILE DIRECTLY (use 'headers' to generate) ***/
#ifndef hypre_UTILITIES_HEADER
#define hypre_UTILITIES_HEADER
#include "HYPRE_utilities.h"
#ifdef HYPRE_USING_OPENMP
#include <omp.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
/*****************************************************************... |
// 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.
#include "pal_config.h"
// These functions are only used for platforms which support
// using sysctl to gather prot... |
// test ranger monster
#include <std.h>
#include <daemons.h>
#define BAT_D "/realms/tristan/bat_d"
inherit MONSTER;
int healings = 5;
object *parties;
void makeMe();
void create(){
object ob;
int i,j,k,num;
::create();
set_class("fighter");
set_name("pikeman");
set_alignment(1);
... |
/**
* \file
*
* \brief SAM GCLK
*
* Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivatives exclusively with Microchip products.
* It is your responsibil... |
//
// EOSSymbolModel.h
// Qlink
//
// Created by Jelly Foo on 2018/12/4.
// Copyright © 2018 pan. All rights reserved.
//
#import "BBaseModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface EOSSymbolModel : BBaseModel
@property (nonatomic, strong) NSString * symbol;
@property (nonatomic, strong) NSString * code;
@propert... |
/**@file
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
Module Name:
WinNtThunk.c
Abstract:
Since the SEC is the only windows program in our emulation we
must use a Tiano mechanism to export Win32 APIs to other modules.
This is the role o... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/ec2/EC2_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{... |
//
// GADVideoController.h
// Google Mobile Ads SDK
//
// Copyright (c) 2016 Google Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <GoogleMobileAds/GoogleMobileAdsDefines.h>
GAD_ASSUME_NONNULL_BEGIN
@protocol GADVideoControllerDelegate;
/// The video controller cl... |
/*
* c_feature_based_image_registration.h
*
* Created on: Sep 18, 2019
* Author: amyznikov
*/
#ifndef __c_feature_based_image_registration_h___
#define __c_feature_based_image_registration_h___
#include <opencv2/features2d.hpp>
#include <opencv2/xfeatures2d.hpp>
#include "c_frame_registration.h"
struct c_... |
/*
* Copyright (c) 2018 by Michele Biondi <michelebiondi01@gmail.com>, Andrea Salvatori <andrea.salvatori92@gmail.com>
* Copyright (c) 2015 by Thomas Trojer <thomas@trojer.net>; Arduino-DW1000
* Decawave DWM1000 library for arduino.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not... |
//
// UIImageView+YBWebCache.h
// YiBanClient
//
// Created by Sun on 2019/12/25.
// Copyright © 2019 Qing Class. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
typedef void (^YBDownLoadDataCallBack)(NSData * _Nullable data, NSError * _Nullable error);
typedef void (^YBDownloadProgressBl... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_src_char_cat_53d.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_src.label.xml
Template File: sources-sink-53d.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Initialize data as a large st... |
//
// Created by kellerberrin on 7/4/21.
//
#ifndef KOL_SIMILARITY_CACHE_H
#define KOL_SIMILARITY_CACHE_H
#include <vector>
#include <string>
#include "kol_GoEnums.h"
#include "kol_TermAnnotation.h"
#include "kol_SimilarityInterface.h"
namespace kellerberrin::ontology {
//! A multi-threaded class write a term si... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI
*/
@interface HUBadgeAndDisclosureAccessoryView : UIView {
UIView * _badgeContainerView;
long long _badgeCount;
UIImageView * _badgeImageView;
UILabel * _badgeLabel;
UIImageView * _disclosureImageVi... |
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/Base/DataAssets/TableDA.h"
#include "ItemDA.generated.h"
class UItemTypeDA;
struct FStatModifier;
/**
*
*/
UCLASS()
class STORYTIME_API UItemDA : public UTableDA
{
GENERATED_B... |
// Copyright 2014 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 MEDIA_CAST_TEST_RECEIVER_VIDEO_DECODER_H_
#define MEDIA_CAST_TEST_RECEIVER_VIDEO_DECODER_H_
#include <memory>
#include "base/callback.h"
#includ... |
/*
* 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 ... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:35:48 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/ContactsFou... |
// Copyright (c) 2018, Ryo Currency Project
// Portions copyright (c) 2014-2018, The Monero Project
//
// Portions of this file are available under BSD-3 license. Please see ORIGINAL-LICENSE for details
// All rights reserved.
//
// Ryo changes to this code are in public domain. Please note, other licences may apply to... |
/* Copyright (C) 2013 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use of the information. NO
* WARRANTY of ANY KIND is provided. This h... |
#ifndef TROLLCOIN_QT_TEST_WALLETTESTS_H
#define TROLLCOIN_QT_TEST_WALLETTESTS_H
#include <QObject>
#include <QTest>
class WalletTests : public QObject
{
Q_OBJECT
private Q_SLOTS:
void walletTests();
};
#endif // TROLLCOIN_QT_TEST_WALLETTESTS_H |
/**********************************************************************
Copyright(c) 2011-2016 Intel Corporation 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 co... |
#pragma once
#include <Resources/Resource.h>
#include <unordered_map>
#include <memory>
#include <Module.h>
#include <Application.h>
#include <FileSystem/FileWatcher.h>
#include <thread>
#include <Resources/ShaderResource.h>
namespace rubEngine
{
typedef std::unordered_map <eResourceType, std::unordered_map<std::stri... |
/*
*
* Copyright (C) 2015-2020, J. Riesmeier, Oldenburg, Germany
* All rights reserved. See COPYRIGHT file for details.
*
* Header file for class CID7469_GenericIntensityAndSizeMeasurements
*
* Generated automatically from DICOM PS 3.16-2020e
* File created on 2020-11-25 11:13:14 by J. Riesmeier
*
*/
... |
/*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* h... |
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:50:06 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd
* classdump-dyld is licensed under GPLv3, Copyright © 2013-20... |
/*
** EPITECH PROJECT, 2018
** Sys V IPCs
** File description:
** Created by arthur,
*/
#include <sys/sem.h>
#include <sys/shm.h>
#include <sys/msg.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
/*
* Security wrap for ftok(). Exit program if something bad occurred,
* and print why.... |
/******************************************************************************
*******************************************************************************
**
** Copyright (C) 2005-2010 Red Hat, Inc. All rights reserved.
**
** This copyrighted material is made available to anyone wishing to use,
** modify, copy... |
#include <string>
void initPOWV35() {
POWV.insert(POWV.end(), powv_temp.begin(), powv_temp.end());
} |
#ifndef CONTEXT_H
#define CONTEXT_H
#define VAR_NAME_MAXLEN 32
// This file defines a number of helper structs and functions.
// In essence, this provides a very simple map implementation based on a vector.
// This map stores the name/value pairs corresponding to temporary variables
// defined by the RPN calculator.
... |
// Copyright (c) 2011-2014 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_RPCCONSOLE_H
#define BITCOIN_QT_RPCCONSOLE_H
#include "guiutil.h"
#include "peertablemodel.h"
#include "n... |
//
// ConstraintGeneric6Dof.h
// BulletSourceTest
//
// Created by Ryan Bartley on 4/7/14.
//
//
#pragma once
#include "Cinder-Bullet3D/Common.h"
#include "Cinder-Bullet3D/RigidBody.h"
#include "Cinder-Bullet3D/ConstraintBase.h"
namespace bullet {
///////////////////////////////////////////////////////////////... |
/*
* BSD LICENSE
*
* Copyright (c) 2011-2018 Broadcom. All Rights Reserved.
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* ... |
//
// VideoRecordingController.h
// CustomVideoRecording
//
// Created by https://github.com/guowilling on 17/1/18.
// Copyright © 2017年 SR. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface VideoRecordingController : UIViewController
@end |
// Author: Ming Zhang
// Copyright (c) 2022
#pragma once
#include <cassert>
#include <cstdint>
#include <vector>
#include "config/table_type.h"
#include "memstore/hash_store.h"
#include "util/fast_random.h"
#include "util/json_config.h"
union micro_key_t {
uint64_t micro_id;
uint64_t item_key;
micro_key_t() ... |
/**
* Copyright (c) 2018 Progyan Bhattacharya <progyanb@acm.org>
*
* 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,... |
#ifndef CAMERA_H
#define CAMERA_H
#include "component.h"
#include "../geometry/ray.h"
#include <QMatrix4x4>
#include <QOpenGLShaderProgram>
class Camera : public Component {
public:
// MainCamera instance
static Camera * mainCamera;
// Indicate if projection mode is perspective or orthographic
boo... |
/***************************** (by Mark McDougall)
*** STREET FIGHT hardware *** This has been adapted from the excellent
***************************** Psychic 5 description (by Roberto Ventura)
Street Fight (c) Seibu Kaihatsu (1986)
0) GENERAL.
The game has two Z80s.
The second CPU controls the two YM... |
#include "system_includes.h"
#include "mobcal_pgqsr.h"
void mobcal_pgqsr(int ivec_len, double *p, double *q, double *r) {
/*
p <- q .- r
*/
int i;
int padi;
for (i=0;i<8;i++) {
p[i] = q[i] - r[i];
}
} |
#define __GNU_SOURCE
#include <dlfcn.h>
#include <unistd.h>
#include <stdio.h>
#include <stdbool.h>
#include "../../include/config.h"
/* we want to fork once (for the afl++ forkserver),
then immediately return as child on subsequent forks. */
static bool forked = 0;
pid_t (*original_fork)(void);
/* In case we ar... |
/*
* cpim-header.h
* Copyright (C) 2010-2018 Belledonne Communications SARL
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any la... |
/**
* @file jalns_strings.h This file contains strings and other defines used by
* the network stores.
*
* @section LICENSE
*
* Source code in 3rd-party is licensed and owned by their respective
* copyright holders.
*
* All other source code is copyright Tresys Technology and licensed as below.
*
* Copyright... |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
int8_t x8 = INT8_MIN;
uint8_t x9 = 39U;
int32_t t2 = 6;
int64_t x13 = INT64_MIN;
int64_t t3 = 13497491056LL;
st... |
#ifndef BASIC_DEFN_TYPE_IDENTIFICATION_H_
#define BASIC_DEFN_TYPE_IDENTIFICATION_H_
#include "../../type/Identification.h"
namespace basic
{
namespace defn
{
namespace type
{
enum Identification : basic::type::id::NumberType
{
c_basic_cstr_Allocator = 1
};
} //!type
} //!defn
} //!basic
#endif //!BASIC_DEFN... |
// This one should not come from libc because of -nostdinc
#include <stdio.h>
int main(int argc, char *argv[]) {
// provided by our own stdio.h
foo();
return 0;
} |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// 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_COINS_H
#define BITCOIN_COINS_H
#include "compressor.h"
#include "scr... |
/*
* libslp-setting
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
* Contact: Hakjoo Ko <hakjoo.ko@samsung.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 t... |
/*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2015 Scientific Computing and Imaging Institute,
University of Utah.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software")... |
/*
* Copyright (C) 2008 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 conditi... |
/*====================================================================*
- Copyright (C) 2001 Leptonica. 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 c... |
// Copyright 2014 the V8 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.
#ifndef V8_CODEGEN_PPC_CONSTANTS_PPC_H_
#define V8_CODEGEN_PPC_CONSTANTS_PPC_H_
#include <stdint.h>
#include "src/base/logging.h"
#include "src/base/m... |
#ifndef __EEL_ATOMIC_H__
#define __EEL_ATOMIC_H__
// requires these to be defined
//#define EEL_ATOMIC_SET_SCOPE(opaque) WDL_Mutex *mutex = (opaque?&((effectProcessor *)opaque)->m_atomic_mutex:&atomic_mutex);
//#define EEL_ATOMIC_ENTER mutex->Enter()
//#define EEL_ATOMIC_LEAVE mutex->Leave()
static EEL_F NSEEL_CGEN_C... |
#ifndef V_VSynchronizationObject_Interface
#define V_VSynchronizationObject_Interface
/************************
***** Components *****
************************/
#include "VTransient.h"
/**************************
***** Declarations *****
**************************/
/*************************
***** Definit... |
// Copyright (c) 2011 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.
// C++ controller for the bookmark menu; one per AppController (which
// means there is only one). When bookmarks are changed, this class
// takes ca... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:35:38 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/GeoServices... |
/*
* Copyright (c) 2012 Stefano Sabatini
*
* 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 ... |
//
// 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 UIColor;
@protocol EditImagePenToolAttrDelegate <NSObject>
- (void)setSelectedColorFromGradientBar:(UIColor *)arg1;
- (void)setSelectedLineStyle:(unsig... |
// 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 THIRD_PARTY_BLINK_RENDERER_CORE_MESSAGING_BLINK_TRANSFERABLE_MESSAGE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_MESSAGING_BLINK_TRANSFERABLE_MESSA... |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2016, Linaro Limited
* Copyright (c) 2014, The Linux Foundation. All rights reserved.
*/
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/export.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <... |
#include <stdlib.h>
#define o_new(res) res = (struct state_t *)malloc(sizeof(struct state_t))
#define o_clone(src) { \
struct state_t* tmp; \
o_new(tmp); \
tmp->x = (src)->x; \
dst = tmp; \
}
#define o_read(st,rv) rv = st.x
#define o_write(st,rv,v) { st.x = v; rv = 0; } |
// Copyright © Matt Jones and Contributors. Licensed under the MIT Licence (MIT). See LICENCE.md in the repository root
// for more information.
#ifndef NOVELRT_INTEROP_MATHS_GEOVECTOR4F_H
#define NOVELRT_INTEROP_MATHS_GEOVECTOR4F_H
#include "NrtGeoVector3F.h"
#ifdef __cplusplus
extern "C"
{
#endif
NrtGeoVector... |
// 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 THIRD_PARTY_BLINK_RENDERER_CORE_CSS_FONT_FACE_SET_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_CSS_FONT_FACE_SET_H_
#include "base/macros.h"
#inclu... |
/*
* GPRS_Shield_Arduino.h
* A library for SeeedStudio seeeduino GPRS shield
*
* Copyright (c) 2014 seeed technology inc.
* Website : www.seeed.cc
* Author : lawliet zou
* Create Time: April 2014
* Change Log :
*
* The MIT License (MIT)
*
* Permission is hereby granted, free of charge, to any pe... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE90_LDAP_Injection__w32_wchar_t_listen_socket_22b.c
Label Definition File: CWE90_LDAP_Injection__w32.label.xml
Template File: sources-sink-22b.tmpl.c
*/
/*
* @description
* CWE: 90 LDAP Injection
* BadSource: listen_socket Read data using a listen socket (server side)
... |
#include <u.h>
#include <libc.h>
#include <bio.h>
#include <auth.h>
void error(char*);
void usage(void);
int challuser(char*);
int readln(char*, char*, int);
void
main(int argc, char *argv[])
{
char *err, user[NAMELEN];
char *namespace = "/lib/namespace";
user[0] = '\0';
ARGBEGIN{
case 'u':
strncpy(user, ARGF... |
/*
* Copyright (C) 2002-2009 XimpleWare, info@ximpleware.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This... |
/**
* \file
* \brief
*/
/*
* Copyright (c) 2007, 2008, 2009, 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 Gro... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.