text stringlengths 9 948k |
|---|
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera
*/
@interface ICDocCamFilterViewController : UIViewController <UIGestureRecognizerDelegate, UIScrollViewDelegate> {
UIView * _backgroundView;
double _bottomContentInset;
double _bottomOffse... |
#include <stdio.h>
#define NUMBER '0'
int getop(char *s)
{
int c;
static int buf = EOF;
if (buf != EOF && buf != ' ' && buf != '\t'
&& !isdigit(buf) && buf != '.') {
c = buf;
buf = EOF;
return c;
}
if (buf == EOF || buf == ' ' || buf == '\t')
while ((... |
/***************************************************************************
emualloc.c
Memory allocation helpers for the core emulator.
****************************************************************************
Copyright Aaron Giles
All rights reserved.
Redistribution and use in source and b... |
/********************* */
/*! \file ic3.h
** \verbatim
** Top contributors (to current version):
** Makai Mann, Ahmed Irfan
** This file is part of the pono project.
** Copyright (c) 2019 by the authors listed in the file AUTHORS
** in the top-level source directory) a... |
/* Copyright 2013-2016 Freescale Semiconductor Inc.
*
* 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 follo... |
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2021 The Wondercoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef WONDERCOIN_QT_QVALIDATEDLINEEDIT_H
#define WONDERCOIN_QT_QVALIDA... |
// HDMJRefreshHeader.h
// HDMJRefreshExample
//
// Created by MJ Lee on 15/3/4.
#import "HDMJRefreshComponent.h"
@interface HDMJRefreshHeader : HDMJRefreshComponent
+ (instancetype)headerWithRefreshingBlock:(HDMJRefreshComponentRefreshingBlock)refreshingBlock;
+ (instancetype)headerWithRefreshingTarget:(id)target... |
#pragma once
#include "library/sp.h"
#include "framework/includes.h"
#include "game/tileview/tileobject.h"
#include <set>
#include <functional>
#include <vector>
namespace OpenApoc
{
class Framework;
class Image;
class TileMap;
class Tile;
class Collision;
class VoxelMap;
class Renderer;
class TileView;
class Projec... |
//
// TrackItemIndexView.h
// VCode
//
// Created by Joey Hagedorn on 9/22/07.
// Updated and modified by Joshua Hailpern & Zhongnan Du on 12/7/2011
// Copyright 2008 University of Illinois & Joey Hagedorn. All rights reserved.
// This software is licensed under a BSD license. Please refer to the included
// lice... |
/*
* Shamir.h
*
*/
#ifndef PROTOCOLS_SHAMIR_H_
#define PROTOCOLS_SHAMIR_H_
#include <vector>
using namespace std;
#include "Replicated.h"
template<class T> class SubProcessor;
template<class T> class ShamirMC;
template<class T> class ShamirShare;
template<class T> class ShamirInput;
template<class T> class Indir... |
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... |
/*
* Copyright (c) 2007 - 2020 Joseph Gaeddert
*
* 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, mer... |
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include <limits.h>
#include <strings.h>
#define JEMALLOC_VERSION "4.2.0-226-gffbb7dac3d669697ab8b39367994a58e0c1fa42d"
#define JEMALLOC_VERSION_MAJOR 4
#define JEMALLOC_VERSION_MINOR 2
#define JEMALLOC_VERSION_BUGFIX 0
#define JEMALLOC_VERSION_NREV 226
#def... |
// Copyright 2012 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.
//
// Review notes:
//
// - The use of macros in these inline functions may seem superfluous
// but it is absolutely needed to make sure gcc generates op... |
// Copyright (c) 2015 Nuxi, https://nuxi.nl/
//
// SPDX-License-Identifier: BSD-2-Clause
#include <locale.h>
#include <regex.h>
static int regex_compile(regex_t *restrict preg, struct inputbuf *pattern,
int cflags, locale_t locale) {
return 0;
} |
/*
* The Clear BSD License
* Copyright (c) 2016, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided
* that the following ... |
/*
* Brown
*
* Brownian noise algorithm based on implementation found here:
* http://vellocet.com/dsp/noise/VRand.h
*
*
*/
#include <stdlib.h>
#include "soundpipe.h"
int sp_brown_create(sp_brown **p)
{
*p = malloc(sizeof(sp_brown));
return SP_OK;
}
int sp_brown_destroy(sp_brown **p)
{
free(*p);
... |
//
// 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 GADAdReward, GADRewardBasedVideoAdGMSGHandler;
@protocol GADRewardBasedVideoAdGMSGHandlerDelegate <NSObject>
@optional
- (void)rewardBasedVideoAdGMSGH... |
// Copyright (c) 2011-2013 The Beginnercoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef CLIENTMODEL_H
#define CLIENTMODEL_H
#include <QObject>
class AddressTableModel;
class OptionsModel;
class Trans... |
/*
* TIFF image encoder
* Copyright (c) 2007 Bartlomiej Wolowiec
*
* 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,... |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* File Name : hw_conf.h
* Description : Hardware configuration file for BLE
* middleWare.
************************************************************************... |
/******************************************************************************
** Filename: clusttool.h
** Purpose: Definition of clustering utility tools
** Author: Dan Johnson
** History: 6/6/89, DSJ, Created.
**
** (c) Copyright Hewlett-Packard Company, 1988.
** Licensed under the Apache License, Version... |
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-03-18 ChenYong First version
*/
#include <stdio.h>
#include <string.h>
#include <rtthread.h>
#include <rthw.h>
#include <netdev_ipaddr.h>
#inclu... |
// No build information available
#define BUILD_DATE "2017-09-19 10:17:17 +0200" |
#pragma once
#include "misc/device_features.h"
#include "state/render_state.h"
#include "texture/texture_cube.h"
#include "base/proxy/render_proxy.h"
#include "base/proxy/compute_proxy.h"
#include "base/buffer/frame_buffer.h"
#include "base/buffer/gpu_buffer.h"
#include "base/misc/view_port.h"
namespace Echo
{
class... |
/* Header file automatically generated from windows.ui.notifications.management.idl */
/*
* File built with Microsoft(R) MIDLRT Compiler Engine Version 10.00.0223
*/
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifnde... |
#include <string.h>
int strcmp(const char* s1, const char* s2)
{
for (size_t i = 0; 1; i++)
{
if (s1[i] == 0 && s2[i] == 0) return 0;
if (s1[i] > s2[i]) return 1;
if (s1[i] < s2[i]) return -1;
}
} |
/*
ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
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 ap... |
/* Copyright (c) 2017 - 2020 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/queue.h>
#include "lsquic.h"
#include "lsquic_packet_common.h"
#include "lsquic_alarmset.h"
static lsquic_time_t global_now;
static struct cb_ctx {
... |
/*
* TwoLAME: an optimized MPEG Audio Layer Two encoder
*
* Copyright (C) 2004-2007 The TwoLAME Project
*
* 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 t... |
/*
* Copyright 2020 u-blox
*
* 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 writi... |
/*************************************************************************************************/
/*!
* \file
*
* \brief SMP Secure Connections common action functions.
*
* Copyright (c) 2010-2018 Arm Ltd. All Rights Reserved.
*
* Copyright (c) 2019 Packetcraft, Inc.
*
* Licensed under the Apache Lic... |
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include "sw/device/lib/arch/device.h"
#include "sw/device/lib/base/memory.h"
#include "sw/device/lib/base/mmio.h"
#include "sw/device/lib/dif/dif_kmac.h"
#include "sw/d... |
// Copyright (c) 2012 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 TUCOIN_MRUSET_H
#define TUCOIN_MRUSET_H
#include <deque>
#include <set>
#include <utility>
/** STL-like set container tha... |
/* The MIT License
Copyright (C) 2018-2019 Giulio Genovese
Author: Giulio Genovese <giulio.genovese@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 without restriction,... |
#include <stdlib.h>
#include <string.h>
//#include <SDL2/SDL.h>
#include "../headers/structs.h"
#include "../headers/liste.h"
#include "../headers/comportement.h"
#include "../headers/source.h"
/**
* \file comportement.c
* \brief Ensemble de fonctions pour le comportement des mobs et du personnage
* \author Alexis ... |
/* Software License Agreement (BSD License)
*
* Copyright (c) 2011, Willow Garage, 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... |
#pragma once
namespace Tron {
class Timestep {
public:
Timestep(float time = 0.0f)
: m_Time(time) {
}
operator float() const { return m_Time; }
float GetSeconds() const { return m_Time; }
float GetMilliseconds() const { return m_Time * 1000.0f; }
private:
float m_Time;
};
} |
/*BHEADER**********************************************************************
* Copyright (c) 2008, Lawrence Livermore National Security, LLC.
* Produced at the Lawrence Livermore National Laboratory.
* This file is part of HYPRE. See file COPYRIGHT for details.
*
* HYPRE is free software; you can redistribute... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UNDO_H
#define BITCOIN_UNDO_H
#include "compressor.h"
#include ... |
/*
* IOMMU API for GART in Tegra20
*
* Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
... |
/*
* Linux MegaRAID driver for SAS based RAID controllers
*
* Copyright (c) 2009-2013 LSI Corporation
* Copyright (c) 2013-2014 Avago Technologies
*
* 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 So... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* CMetrics
* ========
* Copyright 2021 Eduardo Silva <eduardo@calyptia.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 ... |
// Copyright (c) 2012-2013 NetEase Youdao Inc. and other heX contributors. All
// rights reserved. Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file.
// Defines all of the command line switches used by cefclient.
#ifndef HEX_CLIENT_CLIENT_SWITCHES_H_
#define HEX_CLIEN... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:16:35 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/Frameworks/ARKit.framewor... |
/*
* This file is part of the Zephir.
*
* (c) Zephir Team <team@zephir-lang.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. If you did not receive
* a copy of the license it is available through the world-wide-web at the
* follo... |
//
// SJStatusBarManager.h
// Pods
//
// Created by BlueDancer on 2019/1/10.
//
#import <Foundation/Foundation.h>
#import "SJBaseProtocols.h"
NS_ASSUME_NONNULL_BEGIN
@interface SJStatusBarManager : NSObject<SJStatusBarManager>
@end
NS_ASSUME_NONNULL_END |
// Copyright (c) 2010 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 contributing projec... |
//
// TextEncoding.h
//
// $Id: //poco/1.4/Foundation/include/Poco/TextEncoding.h#1 $
//
// Library: Foundation
// Package: Text
// Module: TextEncoding
//
// Definition of the abstract TextEncoding class.
//
// Copyright (c) 2004-2007, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permissi... |
/*
* DDS Security library
* Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <dsec_errno.h>
#include <dsec_ih.h>
#include <dsec_test.h>
#include <dsec_test_ta.h>
/*
* Allocate and delete handles sequencially.
* Make sure that the ... |
//
// NSMutableAttributedString+InlineStyles.h
// https://github.com/jawj/NSMutableAttributedString-InlineStyles
//
// Created by George MacKerron on 11/03/2014.
// Copyright (c) 2014 George MacKerron. MIT-licenced.
//
#import <Foundation/Foundation.h>
@interface NSMutableAttributedString (InlineStyles)
- (void)... |
/* -*- C++ -*- */
//=============================================================================
/**
* @file SOCK.h
*
* $Id: SOCK.h 84834 2009-03-16 12:28:51Z johnnyw $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
... |
#include "tree_map.h"
#include "comparer.h"
static void __map_dispose(Map *map);
static void __map_remove(Map *map, void *key);
static Iterator __map_getIterator(Map *map);
static BOOL __map_hasNext(Map *map, Iterator *iter);
static void* __map_next(Iterator *iter);
static BOOL __map_containsKey(Map *map, void *key);
... |
/*******************************************************************************
System Initialization File
File Name:
initialization.c
Summary:
This file contains source code necessary to initialize the system.
Description:
This file contains source code necessary to initialize the system. It
... |
#pragma once
#include <string>
#include <vector>
#include <fstream>
#include <iterator>
#include <functional>
#include "crow/json.h"
namespace crow
{
namespace mustache
{
using context = json::wvalue;
template_t load(const std::string& filename);
class invalid_template_exception : publ... |
/*****************************************************************************
*
* 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 a... |
//
// PostgreSQL.h
//
// Library: Data/PostgreSQL
// Package: PostgreSQL
// Module: PostgreSQL
//
// Basic definitions for the PostgreSQL library.
//
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef SQL_PostgreSQL_INCLUDED
#d... |
/*
* Generated by gen_defines.py
*
* DTS input file:
* adafruit_feather_nrf52840.dts.pre.tmp
*
* Directories with bindings:
* $ZEPHYR_BASE/dts/bindings
*
* Node dependency ordering (ordinal and path):
* 0 /
* 1 /aliases
* 2 /chosen
* 3 /connector
* 4 /soc
* 5 /soc/interrupt-co... |
/**
* @file
* @brief
*
* @date 12.05.2012
* @author Andrey Gazukin
*/
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
#include <util/log.h>
#include <fs/vfs.h>
#include <fs/nfs.h>
#include <fs/xdr_nfs.h>
#include <fs/hlpr... |
#include <stdio.h>
#include <pthread.h>
struct numbers {
int a, b;
} numbers;
void *sum(void *args) {
struct numbers *numbers = (struct numbers *)args;
int a = numbers->a;
int b = numbers->b;
printf("%d + %d = %d\n", a, b, a + b);
return NULL;
}
void *subtract(void *args) {
struct numb... |
//
// 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 "_DASSwapModelAbstractAggregator.h"
@protocol _DASSwapModeling;
@interface _DASSwapModelCustomAggregator : _DASSwapModelAbstractAggregato... |
// 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 WEBKIT_GLUE_WEBMENURUNNER_MAC_H_
#define WEBKIT_GLUE_WEBMENURUNNER_MAC_H_
#import <Cocoa/Cocoa.h>
#include <vector>
#include "base/memory/s... |
/*********************************************************************
* Portions COPYRIGHT 2016 STMicroelectronics *
* Portions SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
************************************... |
/* crypto/bn/bn_err.c */
/* ====================================================================
* Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:50:17 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /System/Library/PrivateFrameworks/TVContentPartnerKitUI.framework/TVContentPartnerKitUI
* classdump-dyld is licensed under GPLv3, Copyri... |
/*
* 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 ... |
/**@file
Install a callback to clear cache on all processors.
This is for conformance with the TCG "Platform Reset Attack Mitigation
Specification". Because clearing the CPU caches at boot doesn't impact
performance significantly, do it unconditionally, for simplicity's
sake.
Copyright (C) 2018, Red Hat, I... |
/** \file archdep_sanitize_filename.c
* \brief Sanitize a filename for writing to the host OS
* \author Bas Wassink <b.wassink@ziggo.nl>
*
* Replace all occurences in a filename that would result in illegal tokens
* in the host OS' file system with underscores.
*
* OS support:
* - Linux
* - Windows
* ... |
#include <usb.h>
#include <stdio.h>
#include <string.h>
#define VERSION "0.1.0"
#define VENDOR_ID 0x045E
#define PRODUCT_ID 0x028E
#define INTERFACE 0
static const int reqIntLen=20;
static const int endpoint_Int_in=0x81; /* endpoint 0x81 address for IN */
static const int endpoint_Int_out=0x01; /* endpoint 1 address ... |
#ifndef DICTIONARY_H
#define DICTIONARY_H
#include <string>
#include <fstream>
#include <sstream>
#include <iostream>
#include <vector>
using namespace std;
class Dictionary
{
private:
vector<string> vDict;
public:
Dictionary();
int ReadTexts(string filename);//metoda wczytująca wszystkie teksty z pliku od... |
// 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 COMPONENTS_VIZ_TEST_MOCK_COMPOSITOR_FRAME_SINK_CLIENT_H_
#define COMPONENTS_VIZ_TEST_MOCK_COMPOSITOR_FRAME_SINK_CLIENT_H_
#include <utility>
#inc... |
/**
* @license Apache-2.0
*
* Copyright (c) 2021 The Stdlib Authors.
*
* 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 a... |
//
// ProjectPublicListCell.h
// Coding_iOS
//
// Created by jwill on 15/11/16.
// Copyright © 2015年 Coding. All rights reserved.
//
/**
* 项目广场
*/
#define kProjectPublicListCellHeight 114
#import <UIKit/UIKit.h>
#import "Projects.h"
#import "SWTableViewCell.h"
@interface ProjectPublicListCell : SWTableViewCe... |
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2017-2018 The PIVX developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_RPCPROTOCOL_H
#define BITCOI... |
/* Copyright (c) 2007-2013, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file geoip.c
* \brief Functions related to maintaining an IP-to-country database;
* to summarizing client connections by country to entry guards, bridges,
* and directory servers; and for statistics on answering... |
#ifndef WALLETMODEL_H
#define WALLETMODEL_H
#include <QObject>
#include <vector>
#include <map>
#include "allocators.h" /* for SecureString */
class OptionsModel;
class AddressTableModel;
class TransactionTableModel;
class CWallet;
class CKeyID;
class CPubKey;
class COutput;
class COutPoint;
class uint256;
class CCo... |
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* Copyright (c) 2016 Martin Matuska
* 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 c... |
//----------------------------------------------------------------------------
// Copyright 2007-2010 Mentor Graphics Corporation
// Copyright 2007-2011 Cadence Design Systems, Inc.
// Copyright 2010 Synopsys, Inc.
// Copyright 2014 NVIDIA Corporation
// Copyright 2016 NXP B.V.
// Copyright 2018 Intel Corp... |
/*
* Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
/* Id */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
*
* 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.
*
* THE SOFTWARE ... |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... |
//
// coinvoker.h
// ~~~~~~~~~~~
// Function objects used to implement copost, codispatch, etc.
//
// Copyright (c) 2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_... |
#ifndef AL_EFX_DEDICATED_H
#define AL_EFX_DEDICATED_H
/*
* Extension name.
*/
#define ALC_EXT_DEDICATED_NAME "ALC_EXT_DEDICATED"
/*
* Audio rendered to this effect is routed to a subwoofer if one is
* present. Otherwise, it is discarded.
*/
#define AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT 0x9000
/*
* Audio r... |
/*
Copyright 2020 <terry@terrymathews.net>
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 program is distributed in the ho... |
//Octothorpe (1/14/10)
//Attaya, Crystal Platform Room 49
//Original by Thundercracker
#include <std.h>
#include <daemons.h>
#include "../defs.h"
inherit ROOM;
void create(){
::create();
set_property("indoors",1);
set_property("light",2);
set_property("no teleport",1);
set_property("no sticks",1);
s... |
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
#pragma once
#ifndef WINRT_Windows_Security_Cryptography_Certificates_0_H
#define WINRT_Windows_Security_Cryptography_Certificates_0_H
WINRT_EXPORT namespace winrt::Windows::Foundation
{
struct IAsyncAction;
}
WINRT_EXPORT namespa... |
#pragma once
// use the miracl library for curves
/* #undef ENABLE_MIRACL */
// use the relic library for curves
/* #undef ENABLE_RELIC */
// compile the circuit library
/* #undef ENABLE_CIRCUITS */
// include the full GSL header (C++14). If not defined, uses gsl_lite (c++11)
#define ENABLE_FULL_GSL ON
// define... |
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
// vi:set ts=4 sts=4 sw=4 noet :
// Copyright 2012, The TPIE development team
//
// This file is part of TPIE.
//
// TPIE is free software: you can redistribute it and/or modify it under
//... |
/**
******************************************************************************
* @file DMA/DMA_FLASHToRAM/Inc/stm32f4xx_it.h
* @author MCD Application Team
* @version V1.0.2
* @date 06-May-2016
* @brief This file contains the headers of the interrupt handlers.
*******************************... |
/**
* @file
*
* @brief
*
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/
// clang-format off
cmp_orig[0] = ksNew (15, keyNew ("user:/a", KEY_END), keyNew ("user:/a/a", KEY_END), keyNew ("user:/a/a/a", KEY_END), keyNew ("user:/a/a/b", KEY_END), keyNew ("user:/a/b", KEY_END), keyNew ("u... |
/*
* p5064/sbd.h: Algorithmics P5064 board definition header file
* Copyright (c) 1998 Algorithmics Ltd.
*/
#ifndef MHZ
/* fastest possible pipeline clock (83MHz * 3) */
#define MHZ 250
#endif
#define RAMCYCLE 60 /* ~60ns dram cycle */
#define ROMCYCLE 1500 /* ~1500ns rom cycle */
#define CACHECYCLE (1000/MH... |
/* $OpenBSD: geodesc.c,v 1.3 2003/11/26 02:21:53 kevlo Exp $ */
/*
* Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
*
* 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 notic... |
/**
* @brief yutani-test - Yutani Test Tool
*
* Kinda like xev: Pops up a window and displays events in a
* human-readable format.
*
* @copyright
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2015-2018 K. Lange
*/... |
//-------------------------------------------------------------------------------
// The MIT License (MIT)
//
// Copyright (c) 2014 Vadim Macagon
//
// 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 ... |
// WidgetBlueprintGeneratedClass PerksList.PerksList_C
// Size: 0x3b4 (Inherited: 0x320)
struct UPerksList_C : UFortPerksWidget_NUI {
struct FPointerToUberGraphFrame UberGraphFrame; // 0x320(0x08)
struct UCommonBorder* BorderLockedL; // 0x328(0x08)
struct UCommonBorder* BorderLockedR; // 0x330(0x08)
struct UCommonB... |
// Generated by Cap'n Proto compiler, DO NOT EDIT
// source: schema.capnp
#pragma once
#include <capnp/generated-header-support.h>
#include <kj/windows-sanity.h>
#if CAPNP_VERSION != 9000
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler a... |
// Must be kept in sync with ParticleSystemComponent.cpp
struct Particle
{
float4 position;
float4 color;
float4 clipPosition; // Screen-space position.
};
#if !VULKAN
Texture2D tex : register(t0);
Texture2D normalTex : register(t1);
Texture2D specularTex : register(t2);
Texture2D shadowTex : register(t3);... |
/* Copyright Joyent, Inc. and other Node contributors. 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
* righ... |
/*
***********************************************************************************************************************
*
* Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associ... |
#pragma once
#include "Rendering/CERenderer.h"
class CEDX12Renderer : public CERenderer {
public:
bool Create() override;
void Release() override;
void PerformFrustumCulling(const CEScene& Scene) override;
void PerformFXAA(CommandList& InCmdList) override;
void PerformBackBufferBlit(CommandList& InCmdList) overri... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.