text stringlengths 9 948k |
|---|
/*
* Copyright (c) 2018, NVIDIA CORPORATION. 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 without limitation
* the rights to use... |
#ifndef NANOSOFT_XMLNSMANAGER_H
#define NANOSOFT_XMLNSMANAGER_H
#include <map>
#include <string>
namespace nanosoft
{
/**
* Менеджер XML Namespaces
*/
class XMLNSManager
{
private:
/**
* Информация о пространстве имен
*/
struct nsinfo_t
{
/**
* Собственно простанство имен
*/
std::string ns... |
#ifndef SCENA_JOC
#define SCENA_JOC
#include "player.h"
#include "proiectil.h"
#include "particula.h"
class scena_joc{
public:
player playeri[4];
bloc blocuri[10000];
proiectil proiectile[200];
particula particule[5000];
int numar_particule;
int numar_proiectile=0;
int numar_playeri;
i... |
/*
This file is part of Bohrium and copyright (c) 2012 the Bohrium
team <http://www.bh107.org>.
Bohrium 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 3
of the License, or (at your option) ... |
#include "cs.h"
/* add an entry to a triplet matrix; return 1 if ok, 0 otherwise */
CS_INT cs_entry (cs *T, CS_INT i, CS_INT j, CS_ENTRY x)
{
if (!CS_TRIPLET (T) || i < 0 || j < 0) return (0) ; /* check inputs */
if (T->nz >= T->nzmax && !cs_sprealloc (T,2*(T->nzmax))) return (0) ;
if (T->x) T->x [T->nz... |
/*
******************************************************************************
*
* Copyright (C) 1998-2011, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
*
* File ufmt_cmn.h
*
* Modification History... |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (c) 2013-2015 Brocade Communications Systems, Inc.
* Copyright (c) 2015-2018 Cavium Inc.
* All rights reserved.
* www.cavium.com
*/
#ifndef PMD_BNX2X_ETHDEV_H
#define PMD_BNX2X_ETHDEV_H
#include <sys/queue.h>
#include <sys/param.h>
#include <sys/user.h>
#inclu... |
// Copyright 2021 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_REGEXP_LOONG64_REGEXP_MACRO_ASSEMBLER_LOONG64_H_
#define V8_REGEXP_LOONG64_REGEXP_MACRO_ASSEMBLER_LOONG64_H_
#include "src/codegen/macro-ass... |
// @Author Lin Ya
// @Email xxbbb@vip.qq.com
#pragma once
#include <functional>
#include <memory>
#include <vector>
#include "Channel.h"
#include "Epoll.h"
#include "Util.h"
#include "base/CurrentThread.h"
#include "base/Logging.h"
#include "base/Thread.h"
#include <iostream>
using namespace std;
class EventLoop {
... |
/*---------------------------------------------------------------------------------
$Id: gba_timers.h,v 1.3 2006/05/05 05:42:50 wntrmute Exp $
Header file for libgba timer definitions
Copyright 2003-2005 by Dave Murphy.
This library is free software; you can redistribute it and/or
modify it under the terms of t... |
/*
* Copyright 2018, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details... |
/**
* @file engine.h
*
* of basic engine helper functions:
* - Sprite blitting
* - Drawing
* - Angle calculation
* - RNG
* - Memory allocation
* - File loading
* - Video playback
*/
#pragma once
#include <algorithm>
#include <array>
#include <cstdint>
#include <cstdlib>
#include <memory>
#include <tuple>
#... |
#include <mruby.h>
#include <mruby/class.h>
#include <mruby/data.h>
#include <mruby/array.h>
#include <orgf/point.h>
#include <rayfork.h>
#define VEC2_PACK mrb_str_new_cstr(mrb, "F2")
const struct mrb_data_type mrb_point_data_type = {
"Point", mrb_free
};
static inline void
set_point(mrb_state *mrb, rf_vec2 *vec,... |
//
// KVLoginViewController.h
// contacts
//
// Created by Kevin on 16/6/15.
// Copyright © 2016年 Kevin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KVLoginViewController : UIViewController
@end |
#ifndef IU_CORE_SETTINGS_BASICSETTINGS_H
#define IU_CORE_SETTINGS_BASICSETTINGS_H
#pragma once
#include <boost/signals2.hpp>
#include "Core/SettingsManager.h"
#include "Core/Upload/UploadEngine.h"
#include "EncodedPassword.h"
typedef std::map <std::string, std::map <std::string, ServerSettingsStruct>> ServerSettings... |
// Copyright (c) 2011-2013 The Bitcoin developers
// Copyright (c) 2017-2019 The quirkyturtcoin 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_CSVMODELWRITER_H
#define BITCOIN_QT_CSVMODELWRITER... |
/*
* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is confidential property of Nordic Semiconductor. The use,
* copying, transfer or disclosure of such information is prohibited except by express written
* agreement with Nordic Semiconductor.
*
*/
/**@file
... |
//
// Copyright 2016 Pixar
//
// 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 wri... |
/*
* Copyright (c) 2008-2016 Allwinner Technology Co. Ltd.
* All rights reserved.
*
* File : sdecoder.h
* Description :
* History :
* Author : xyliu <xyliu@allwinnertech.com>
* Date : 2016/04/13
* Comment :
*
*
*/
#ifndef SDECODER_H
#define SDECODER_H
#include <unistd.h>
#include <stdlib.h>
#include <stdint... |
//
// MindControlPowerUp.h
// Mad Agents
//
// Created by Long Le on 10/30/12.
//
//
#import <Foundation/Foundation.h>
#import "cocos2d.h"
#import "HelloWorldLayer.h"
@class HelloWorldLayer;
@interface MindControlPowerUp : CCSprite
{
}
@property (nonatomic,assign) HelloWorldLayer *theGame;
@property (nonatomic... |
//
// NSObject+MLSRouter.h
// MLSModuleCenter
//
// Created by MinLison on 2018/5/10.
//
#import <UIKit/UIKit.h>
#import "MLSRouteDefinition.h"
@interface UIViewController (MLSRouter) <MLSRouteDefinitionTargetController>
@end |
/*
Basic UTF-8 manipulation routines
by Jeff Bezanson
placed in the public domain Fall 2005
This code is designed to provide the utilities you need to manipulate
UTF-8 as an internal string encoding. These functions do not perform the
error checking normally needed when handling UTF-8 data, so if you happe... |
// C++/WinRT v1.0.180227.3
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "winrt/base.h"
WINRT_WARNING_PUSH
#include "winrt/Windows.Foundation.h"
#include "winrt/Windows.Foundation.Collections.h"
#include "winrt/impl/Windows.Foundation.2.h"
#inc... |
/******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2019-2020 Baldur Karlsson
*
* 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... |
/*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "pin_mux.h"
#include "clock_config.h"
#include "board.h"
#include "fsl_uart.h"
/**************************************************************************... |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* Compiler settings for urlmon.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
VC __decl... |
/*
* Copyright (c) 1996, 1998-2005, 2008, 2009-2014
* Todd C. Miller <Todd.Miller@courtesan.com>
*
* Permission to use, copy, modify, and 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.
*... |
/*
* mcp3021.c - driver for Microchip MCP3021 and MCP3221
*
* Copyright (C) 2008-2009, 2012 Freescale Semiconductor, Inc.
* Author: Mingkai Hu <Mingkai.hu@freescale.com>
* Reworked by Sven Schuchmann <schuchmann@schleissheimer.de>
*
* This driver export the value of analog input voltage to sysfs, the
* voltage ... |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "DVTFindBarFindable-Protocol.h"
@protocol DVTFindBarHostable <DVTFindBarFindable>
- (void)dismissFindBar:(id)arg1 andRestoreSelection:(BOOL)arg2;
@optional
- (void)dvtF... |
/**
******************************************************************************
* @file stm32wlxx_hal_dac.c
* @author MCD Application Team
* @brief DAC HAL module driver.
* This file provides firmware functions to manage the following
* functionalities of the Digital to Analog Conve... |
/* Deviation = 25.390625 */
/* Base frequency = 914.999969 */
/* Carrier frequency = 914.999969 */
/* Channel number = 0 */
/* Carrier frequency = 914.999969 */
/* Modulated = true */
/* Modulation format = 2-GFSK */
/* Manchester enable = false */
/* Sync word qualifier mode = No preamble/sync */
/* Preamble count = 4... |
// David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2022
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// Version: 6.0.2022.01.06
#pragma once
#include <Mathematics/FIQuery.h>
... |
int f ()
{
int i_p171;
i_p171 = 1;
}
int main ()
{
int j_p173;
j_p173 = ((int) 4);
} |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_reverse_alphabet.c :+: :+: :+: ... |
#ifdef HAVE_CONFIG_H
#include "../../../../ext_config.h"
#endif
#include <php.h>
#include "../../../../php_ext.h"
#include "../../../../ext.h"
#include <Zend/zend_exceptions.h>
#include "kernel/main.h"
/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalcon.io>
*
* For the full co... |
/*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... |
/* ************************************************************************** */
/* */
/* :::::::: */
/* mlx_images.c :+: :+: ... |
//===-- SBStructuredData.h --------------------------------------*- C++ -*-===//
//
// 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
//
//===---------------------------... |
//
// File-system system calls.
// Mostly argument checking, since we don't trust
// user code, and calls into file.c and fs.c.
//
#include "types.h"
#include "defs.h"
#include "param.h"
#include "stat.h"
#include "mmu.h"
#include "proc.h"
#include "fs.h"
#include "spinlock.h"
#include "sleeplock.h"
#include "file.h"
... |
/*************************************************************************/
/* typedefs.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
#import "MOBProjection.h"
@interface MOBProjectionEPSG4956 : MOBProjection
@end |
// Copyright 2018 Isaac Hsu.
#pragma once
#include "AssetTypeActions_Base.h"
class FInputCommandAssetTypeActions : public FAssetTypeActions_Base
{
public:
FInputCommandAssetTypeActions(EAssetTypeCategories::Type InAssetCategory);
// IAssetTypeActions interface
virtual FText GetName() const override;
virtual FCo... |
/** @file
*
* Copyright 2019-2020 NXP
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*
**/
#include <Library/ArmPlatformLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Soc.h>
#define MAX_VIRTUAL_MEMORY_MAP_DESCRIPTORS 5
/**
Ret... |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2015 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 ... |
#ifndef ROOMTYPEC_H
#define ROOMTYPEC_H
#include <Room.h>
class RoomTypeC : public Room
{
public:
RoomTypeC();
RoomTypeC(int minPeople, int minDays, int maxPeople, double pricePerPerson);
virtual ~RoomTypeC();
int getMinPeople() { return minPeople; }
void setMinPeople(int val) { minPeople = val; }
int getMinD... |
/*
* fg_version.h
*
* The freeglut library private include file.
*
* Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved.
* Written by Pawel W. Olszta, <olszta@sourceforge.net>
* Creation date: Thu Dec 2 1999
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this s... |
#ifndef _ERRORS_H_
#define _ERRORS_H_
#define SW_OK 0x9000
#define SW_CONDITIONS_OF_USE_NOT_SATISFIED 0x6985
#define SW_WRONG_P1P2 0x6A86
#define SW_WRONG_DATA_LENGTH 0x6A87
#define SW_INS_NOT_SUPPORTED 0x6D00
#define SW_CLA_NOT_SUPPORTED ... |
#include <gio/gio.h>
#include <stdlib.h>
/* ---------------------------------------------------------------------------------------------------- */
/* The object we want to export */
typedef struct _MyObjectClass MyObjectClass;
typedef struct _MyObject MyObject;
struct _MyObjectClass
{
GObjectClass parent_class;
}... |
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
SYS_WKUP2 = PC_13,
#endif
#ifdef PWR_WAKEUP_PIN3
SYS_WKUP3 = PE_6, /* manually updated */
#endif
#ifdef PWR_WAKEUP_PIN4
SYS_WKUP4 = PA_2,
#endif
#ifdef PWR_WAKEUP_PIN5
SYS_WKUP5 = PC_5,
#endif
#ifdef PWR_WAKEUP_PIN... |
#import <Foundation/Foundation.h>
@interface NSUserDefaults (Category)
+ (void)setObject:(nullable id)value forKey:(NSString *_Nullable)defaultName;
+ (nullable id)objectForKey:(NSString *_Nullable)defaultName;
+ (void)removeObjectForKey:(NSString *_Nullable)defaultName;
+ (void)removeAllObject;
@end |
/* Copyright 2015 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... |
/*****************************************************************************
* Test cases for libxlsxwriter.
*
* Test to compare output against Excel files.
*
* Copyright 2014-2019, John McNamara, jmcnamara@cpan.org
*
*/
#include "xlsxwriter.h"
int main() {
lxw_workbook *workbook = workbook_new("test_... |
/**
* @file context.h
*
* @section LICENSE
*
* The MIT License
*
* @copyright Copyright (c) 2017-2021 TileDB, Inc.
*
* 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 restr... |
/*====================================================================*
- 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... |
// 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... |
/*-------------------------------------------------------------------------
*
* timeline.c
* Functions for reading and writing timeline history files.
*
* A timeline history file lists the timeline changes of the timeline, in
* a simple text format. They are archived along with the WAL segments.
*
* The files ... |
/******************************************************************************
* Copyright (c) 2021 Xilinx, Inc. All rights reserved.
* SPDX-License-Identifier: MIT
******************************************************************************/
/***********************************************************************... |
/**
* Copyright 2013 Yahoo! Inc.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may
* obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, sof... |
#define COAL_CellBase_random_uni(ptr) \
{ \
vtable =&(range_tree[3].tuble->func[0]); \
temp_coal = vtable[0]; \
}
#define COAL_CellBase_get_current_max_velocity(ptr) \
{ ... |
/*
* Author: David Robert Nadeau
* Site: http://NadeauSoftware.com/
* License: Creative Commons Attribution 3.0 Unported License
* http://creativecommons.org/licenses/by/3.0/deed.en_US
*/
#include "getCPUTime.h"
/**
* Returns the amount of CPU time used by the current process,
* in seconds, or -1.... |
#include <linux/dma-mapping.h>
#include <asm/iommu_table.h>
#include <linux/string.h>
#include <linux/kallsyms.h>
#define DEBUG 1
static struct iommu_table_entry * __init
find_dependents_of(struct iommu_table_entry *start,
struct iommu_table_entry *finish,
struct iommu_table_entry *q)
{
struct iommu_table... |
/*******************************************************************************
INTEL CORPORATION PROPRIETARY INFORMATION
This software is supplied under the terms of a license agreement or nondisclosure
agreement with Intel Corporation and may not be copied or disclosed except in
accordance with the terms of that ag... |
/***************************************************************************************************
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that the following conditions are me... |
//"bones":({"", "", "", "", "", "", "", "", ""}),\
#define MYSTERY_SKILLS ([\
"battle":({"endurance","athletics","perception"}),\
"bones":({"stealth","influence","dungeoneering"}),\
"darkness":({"stealth","perception","influence"}),\
"dragon":({"influence","perception","academics"}),\
"elemental":({"athletics","steal... |
#include "util.h"
int get_index(BLK* b, int x, int y)
{
return (y * b->dimension.x) + x;
} |
/******************************************************************************
* Copyright 2017 The Apollo 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
... |
/**
* Copyright 1993-2015 NVIDIA Corporation. All rights reserved.
*
* Please refer to the NVIDIA end user license agreement (EULA) associated
* with this source code for terms and conditions that govern your use of
* this software. Any use, reproduction, disclosure, or distribution of
* this software and relate... |
/*
* Copyright © 2006 Intel 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 rights to use, copy, modify, merge, pub... |
/*============================================================================*
| @(#)Parser.h 1.2 96/02/23 18:59:18
|
| Object Description Language (ODL) Parser Specification.
| Copyright (C) Jet Propulsion Laboratory.
| Alaska SAR Facility (ASF) Project.
|
*=================================================... |
//
// DPEmiiterLayerChainModel.h
// DPCategory
//
// Created by 麻小亮 on 2019/1/4.
// Copyright © 2019 xllpp. All rights reserved.
//
#import "DPBaseLayerChainModel.h"
NS_ASSUME_NONNULL_BEGIN
@class DPEmiiterLayerChainModel;
@interface DPEmiiterLayerChainModel : DPBaseLayerChainModel<DPEmiiterLayerChainModel *>
DPC... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/guicliu/ue_folder/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/guicliu/ue_folder/cmake_targets... |
/*
Copyright (C) 2002, Carnegie Mellon University and others.
All Rights Reserved.
This code is published under the Common Public License.
*/
/*
$Id: main.c,v 1.1 2002/05/02 18:52:13 andreasw Exp $
Simple Wrapper for Fortran main program fmain which passes the command
line arguments to fmain dependend of ... |
/*******************************************************************************
* Copyright 2004-2019 Intel Corporation
* All Rights Reserved.
*
* If this software was obtained under the Intel Simplified Software License,
* the following terms apply:
*
* The source code, information and material ("Material") co... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "BSBaseXPCClient.h"
@class NSMutableDictionary, NSObject<OS_dispatch_queue>;
__attribute__((visibility("hidden")))
@interface BKSAssertionClientMultiplexer : BSBaseXPCClie... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
#pragma once
#define MF_EXIT() __leave
#define MF_CHKPTR(hr, ptr) if (ptr == NULL) {hr = E_POINTER; MF_EXIT();}
#define MF_THROWPTR(ptr) if (ptr == NULL) throw gcnew NullReferenceException()
#define MF_CHKHR(hr) if (FAIL... |
///////////////////////////////////////////////////////////////////////////////
///
/// \file data_structure.h
///
/// \brief Define the data used the FFD
///
/// \author Wangda Zuo, Wei Tian
/// University of Miami
/// W.Zuo@miami.edu, w.tian@umiami.edu
/// Mingang Jin, Qingyan Chen
/// ... |
#include <stdio.h>
#define VGA_ADDRESS 0xB8000 /* video memory begins here. */
/* VGA provides support for 16 colors */
#define BLACK 0
#define BLUE 1
#define GREEN 2
#define CYAN 3
#define RED 4
#define MAGENTA 5
#define BROWN 6
#define LIGHT_GREY 7
#define DARK_GREY 8
#define LIGHT_BLUE 9
#defin... |
// Copyright 2020 The Chromium OS 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 DIAGNOSTICS_CROS_HEALTHD_SYSTEM_SYSTEM_CONFIG_CONSTANTS_H_
#define DIAGNOSTICS_CROS_HEALTHD_SYSTEM_SYSTEM_CONFIG_CONSTANTS_H_
#include <list>
... |
/*
*
* fetch_thresholds_data.h
*
* Code generation for function 'fetch_thresholds_data'
*
*/
#ifndef FETCH_THRESHOLDS_DATA_H
#define FETCH_THRESHOLDS_DATA_H
/* Include files */
#include <stddef.h>
#include <stdlib.h>
#include "rtwtypes.h"
#include "omp.h"
#include "fetch_thresholds_types.h"
/* Variable Declara... |
/*
* Copyright (c) 2012-2020 Smithsonian Astrophysical Observatory
*/
#include "js9helper.h"
/* the Finfo stuff supports using js9helper as a server, as opposed
to simply exec'ing it as needed */
/* this is the head of the global list -- too lazy to do anything more */
static Finfo finfohead=NULL;
/* currently... |
char *ft_strncat(char *dest, char *src, unsigned int nb)
{
int a;
int b;
a = 0;
b = 0;
while (dest[b])
{
b++;
}
while (a < nb && src[a])
{
dest[b] = src[a];
a++;
b++;
}
dest[b] = '\0';
return (dest);
}
#include <stdio.h>
#include <stdl... |
#pragma once
#include "alife_space.h"
#include "string_table_defs.h"
#include "object_interfaces.h"
#define DEFAULT_NEWS_SHOW_TIME 5000
struct GAME_NEWS_DATA : public IPureSerializeObject<IReader,IWriter>
{
enum eNewsType{eNews=0, eTalk=1,} m_type;
GAME_NEWS_DATA ();
virtual void load (IReader&);
vi... |
/*
* Copyright (c) 1998, 1999 Bert Driehuis. All rights reserved.
*
* Copyright (c) 1997, 1998 Hellmuth Michaelis. 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. Redis... |
/** @file
Support routines for Mtftp.
Copyright (c) 2006 - 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 found ... |
/***************************************************************
*
* Copyright (C) 1990-2007, Condor Team, Computer Sciences Department,
* University of Wisconsin-Madison, WI.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. Y... |
// 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 CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_H_
#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_H_
#include <string>
#include "base/basictype... |
// 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.
/*++
Module Name:
Win32ThreadPool.h
Abstract:
This module is the header file for thread pools using Win... |
/****************************************************************************
*
* Copyright 2017 Samsung Electronics 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... |
#pragma once
#include "RenderSystemDecl.h"
#include "Math3D.h"
#include "SceneObject.h"
#include "RenderFlags.h"
#include "SmartPointers.h"
#include <Textures.h>
namespace DirectX
{
class IPostEffect;
class ShadowMapEffect;
}
namespace Causality
{
namespace Devices
{
class OculusRift;
}
struct CameraBuffer
... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/lixh/enb_folder/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/lixh/enb_folder/cmake_targets/lte... |
/*
* Copyright 2020-2021 NXP.
*
* 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 following disclaimer.
*
* Redist... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/guicliu/ue_folder/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/guicliu/ue_folder/cmake_targets... |
/*
* Copyright (c) 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 contribut... |
// David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2022
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// Version: 6.0.2022.01.06
#pragma once
#include <Mathematics/Vector4.h>
... |
/*
* GPUMeshCollection.h
*
* Copyright (C) 2019 by Universitaet Stuttgart (VISUS).
* All rights reserved.
*/
#ifndef GPU_MESH_DATA_STORAGE_H_INCLUDED
#define GPU_MESH_DATA_STORAGE_H_INCLUDED
#if (defined(_MSC_VER) && (_MSC_VER > 1000))
#pragma once
#endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */
#include <... |
#include "postgres.h"
#include "funcapi.h"
#include "fmgr.h"
#include "access/htup_details.h"
#include "storage/shmem.h"
#include "utils/memutils.h"
#include "utils/timestamp.h"
#include "storage/lwlock.h"
#include "miscadmin.h"
#include "string.h"
#include "lib/stringinfo.h"
#include "catalog/pg_type.h"
#include "util... |
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:43:36 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by... |
/*-
* Copyright 2016 Vsevolod Stakhov
*
* 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... |
#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/concat.h"
#include "kernel/memory.h"
#include "ke... |
/*
* Copyright (c) 2001-2007, Tom St Denis
* 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 cond... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.