text stringlengths 9 948k |
|---|
//
// Created by CainHuang on 2019/3/13.
//
#ifndef GLFILTER_H
#define GLFILTER_H
#if defined(__ANDROID__)
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <GLES2/gl2platform.h>
#endif
#include <string>
#include <FrameBuffer.h>
#include "macros.h"
// OpenGLES 2.0 最大支持32个纹理
#define MAX_TEXTURES 32
/**
* ... |
/**********************
Arduino-like project with setup() & loop(). Use several
timeouts to execute periodic tasks in loop().
Functionality:
- configure 2 (LED-)pins as output
- configure timeouts for periodic tasks
- toggle 2 pins at different intervals
**********************/
/*------------------------... |
/* AVISO: implementação não testada */
#ifndef SQL_DATABASE_LINKED_LIST_H
#define SQL_DATABASE_LINKED_LIST_H
typedef UTIL_LINKED_LIST list_t;
list_t *list_create(size_t data_size);
list_t *list_destroy(list_t *list);
int list_append(list_t *list, const void *data);
int list_remove(list_t *list, const void *key);
in... |
// g2o - General Graph Optimization
// Copyright (C) 2012 Mark Pupilli
//
// g2o 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) any later versi... |
/*
* 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 contributin... |
#ifndef DALI_INTERNAL_ADAPTOR_ENVIRONMENT_OPTIONS_H
#define DALI_INTERNAL_ADAPTOR_ENVIRONMENT_OPTIONS_H
/*
* Copyright (c) 2019 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a co... |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
#ifndef _FA_SEGMENTATIONTOOLS_BF_T_H_
#define _FA_SEGMENTATIONTOOLS_BF_T_H_
#include "FAConfig.h"
#include "FARSDfaCA.h"
#include "FAState2OwCA.h"
#include "FAUtf32Utils.h"
#include "FALimits.h"
#include "FASecuri... |
// Copyright John McFarlane 2019.
// 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)
#if !defined(CNL_IMPL_ELASTIC_TAG_OVERLOADS_H)
#define CNL_IMPL_ELASTIC_TAG_OVERLOADS_H
#include "../num... |
#ifndef HARDSUBX_H
#define HARDSUBX_H
#include "lib_ccx.h"
#include "utility.h"
#ifdef ENABLE_HARDSUBX
//TODO: Correct FFMpeg integration
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
#include <leptonica/allheaders.h>
#include <tesseract/capi.h>
enum hardsubx_color... |
@class FZMessage;
@interface IMDMessageStore : NSObject
+ (instancetype)sharedInstance;
- (FZMessage *)messageWithGUID:(NSString *)guid;
@end |
#include <std.h>
inherit ROOM;
void create(){
::create();
set_terrain(JUNGLE);
set_travel(DIRT_ROAD);
set_name("Path carved through the jungle on Attaya Island.");
set_short("Path carved through the jungle on Attaya Island.");
set_property("indoors",0);
set_property("light",2);
set_long("
Tall tr... |
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 CGX driver
*
* Copyright (C) 2018 Marvell.
*
*/
#ifndef __CGX_FW_INTF_H__
#define __CGX_FW_INTF_H__
#include <linux/bitops.h>
#include <linux/bitfield.h>
#define CGX_FIRMWARE_MAJOR_VER 1
#define CGX_FIRMWARE_MINOR_VER 0
#define CGX_EVENT_ACK ... |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Authors: Lotsa people, from code originally in tcp
*/
#ifndef ... |
/*
* 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... |
/*-------------------------------------------------------------------------
*
* primnodes.h
* Definitions for "primitive" node types, those that are used in more
* than one of the parse/plan/execute stages of the query pipeline.
* Currently, these are mostly nodes for executable expressions
* and join tre... |
// 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.
#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_BROWSER_FRAME_H_
#define CHROME_BROWSER_UI_VIEWS_FRAME_NATIVE_BROWSER_FRAME_H_
#pragma once
class Browse... |
// godefs -f-I/usr/src/linux-headers-2.6.26-2-versatile/include defs_arm.c
// MACHINE GENERATED - DO NOT EDIT.
// Constants
enum {
PROT_NONE = 0,
PROT_READ = 0x1,
PROT_WRITE = 0x2,
PROT_EXEC = 0x4,
MAP_ANON = 0x20,
MAP_PRIVATE = 0x2,
MAP_FIXED = 0x10,
MADV_DONTNEED = 0x4,
SA_RESTART = 0x10000000,
SA_ONSTACK... |
#pragma once
#include <map>
#include <string>
#include <tuple>
#include <vector>
#include "envoy/common/optref.h"
#include "envoy/common/time.h"
#include "envoy/http/alternate_protocols_cache.h"
#include "absl/strings/string_view.h"
namespace Envoy {
namespace Http {
// An implementation of AlternateProtocolsCache... |
/**
* \file
*
* \brief Autogenerated API include file for the Atmel Software Framework (ASF)
*
* Copyright (c) 2012 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t... |
/*
* Copyright (c) 2016, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* 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/LICE... |
/*
* Copyright 2009-2017 Alibaba Cloud 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... |
/*
* PROGRAM: Preprocessor
* MODULE: cmp_proto.h
* DESCRIPTION: Prototype header file for cmp.cpp
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy
* of the License at... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
#import "PBCoding-Protocol.h"
@class NSMutableArray, NSString;
@interface ChatRoomPanelDynamicWeAppCache :... |
#ifndef WAVETABLE_AMHARMONIC_36_H
#define WAVETABLE_AMHARMONIC_36_H
#define WAVETABLE_AMHARMONIC_36_LENGTH 8192
static long amHarmonic_36_tableLength = 8192;
static float amHarmonic_36_waveTable[WAVETABLE_AMHARMONIC_36_LENGTH] = {
0.000000e+00, 0.000000e+00, 0.000000e+00, 0.000000e+00, 0.000000e+00, 0.000000e+00, ... |
/*
* 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 hope that it will be use... |
#include "inner.h"
/*
* Falcon key pair generation.
*
* ==========================(LICENSE BEGIN)============================
*
* Copyright (c) 2017-2019 Falcon Project
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
... |
//
// OverlayView.h
// Pods
//
// Created by lovebing on 2019/10/7.
// Copyright © 2019年 lovebing.org. All rights reserved.
//
#ifndef OverlayView_h
#define OverlayView_h
#import <Foundation/Foundation.h>
#import <BaiduMapAPI_Map/BMKMapView.h>
#import <BaiduMapAPI_Map/BMKPointAnnotation.h>
#import <React/RCTConve... |
// File: match_request.h
// Authors: Marco Cecchi
// Copyright (c) Members of the EGEE Collaboration. 2009.
// See http://www.eu-egee.org/partners/ for details on the copyright holders.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Lic... |
// Write a program to convert number to strings.
#include <stdio.h>
#include <math.h>
int main()
{
int n, num = 0, digits;
printf("Enter any number to print in words: ");
scanf("%d", &n);
digits = (int)log10(n);
while (n != 0)
{
num = (num * 10) + (n % 10);
n /= 10;
}
... |
#ifndef _EMPTY_EISNER_2ND_DEPPARSER_H
#define _EMPTY_EISNER_2ND_DEPPARSER_H
#include <vector>
#include <unordered_set>
#include "emptyeisner2nd_state.h"
#include "common/parser/depparser_base.h"
#include "common/parser/graph_dp/features/weightec2nd.h"
namespace emptyeisner2nd {
class DepParser : public DepParserBa... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:03:32 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/Frameworks/Contacts.framewor... |
#ifndef EZUSB_EMU_DESC_H
#define EZUSB_EMU_DESC_H
#include <stdint.h>
#include "hooklib/setupapi.h"
struct ezusb_emu_desc_device {
struct hook_setupapi_data setupapi;
uint16_t vid;
uint16_t pid;
};
/* C02 IO board */
extern const struct ezusb_emu_desc_device ezusb_emu_desc_device;
#endif |
#pragma once
#include "skse64/GameRTTI.h" // RTTI_ExtraMissingRefIDs
#include "RE/BSExtraData.h" // BSExtraData
#include "RE/ExtraDataTypes.h" // ExtraDataType
namespace RE
{
class ExtraMissingRefIDs : public BSExtraData
{
public:
inline static const void* RTTI = RTTI_ExtraMissingRefIDs;
enum { kExtraTy... |
/**
* BOJ 7469번 C언어 소스 코드
* 작성자 : 동동매니저 (DDManager)
*
* ※ 실행 결과
* 사용 메모리 : 2,684 KB / 262,144 KB
* 소요 시간 : 360 ms / 1,000 ms
*
* Copyright 2019. DDManager all rights reserved.
*/
#include <stdio.h>
#include <stdlib.h>
typedef struct{
int num,index;
}ArrData;
int comp(const void *a,const void *b){
re... |
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1987 - 1999
//
// File: drancadd.c
//
//--------------------------------------------------------------------------
/*++
ABSTRACT:
Methods to add a replica of a ... |
#include <std.h>
inherit "/d/attaya/tower/spec/tower";
void create(){
::create();
set_property("light",3);
set_property("indoors",1);
set_property("no teleport",1);
set_short("Northeast guard tower");
set_long("
This is a round room with open doors to the south and east. It has been se... |
//
// SiriView.h
// HaNoiTravel
//
// Created by Dreamup on 2/2/17.
// Copyright © 2017 DREAMUP. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SpeechView : UIView
- (id) initWithBlock:(void(^)(NSString *result))completion;
- (void) start;
@property (weak, nonatomic) IBOutlet UIView *circleView;
@... |
/* Orx - Portable Game Engine
*
* Copyright (c) 2008-2021 Orx-Project
*
* 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 software fo... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:37:03 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/SpringBoard... |
/*
* Generated by util/mkerr.pl DO NOT EDIT
* Copyright 1995-2018 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... |
/*
Copyright (c) 2017-2019, Feral Interactive
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 conditions and th... |
/*
* Copyright (c) 2013 Eugene Krasnikov <k.eugene.e@gmail.com>
*
* 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 "A... |
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
int main() {
int a = open("not_found.txt", O_WRONLY);
if (a == -1) {
printf("%d %d\n", a, errno);
}
return 0;
} |
#include "inc.h"
PUBLIC int identifier = 0x1234;
PUBLIC endpoint_t who_e;
PUBLIC int call_type;
PUBLIC endpoint_t SELF_E;
struct {
int type;
int (*func)(message *);
int reply; /* whether the reply action is passed through */
} ipc_calls[] = {
{ IPC_SHMGET, do_shmget, 0 },
{ IPC_SHMAT, do_shmat, 0 },
{ IPC_SHMDT... |
#ifndef MANAGER_H
#define MANAGER_H
#include <iostream>
#include "environment.h"
#include "parameters.h"
using namespace std;
class Manager{
public:
Manager();
void initiateEnvironments();
void updateEnvironment(float time);
void newPopulationEnvironments();
void draw();
//----- Getters and Setters -----//... |
/*
* BMKBusLineSearch.h
* BMapKit
*
* Copyright 2014 Baidu Inc. All rights reserved.
*
*/
#import <Foundation/Foundation.h>
#import "BMKPoiSearchType.h"
#import <BaiduMapAPI_Base/BMKTypes.h>
#import "BMKBusLineSearchOption.h"
#import "BMKRouteSearchType.h"
#import "BMKSearchBase.h"
@protocol BMKBusLineSearch... |
//****************************************************************************
//
// Copyright (c) ALTAP, spol. s r.o. All rights reserved.
//
// This is a part of the Altap Salamander SDK library.
//
// The SDK is provided "AS IS" and without warranty of any kind and
// ALTAP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRE... |
//
// Created by Fenghe Xu on 2019-10-20.
//
#include "Practical.h"
#include <stdio.h>
#include <stdlib.h>
void DieWithUserMessage(const char *msg, const char *detail) {
fputs(msg, stderr);
fputs(": ", stderr);
fputs(detail, stderr);
fputc('\n', stderr);
exit(1);
}
void DieWithSystemMessage(cons... |
/* A D C . C
* BRL-CAD
*
* Copyright (c) 1985-2014 United States Government as represented by
* the U.S. Army Research Laboratory.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1 as pub... |
/*
* libdlna: reference DLNA standards implementation.
* Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
*
* This file is part of libdlna.
*
* libdlna 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 Fou... |
#ifndef PROX_GUI_UCPH_COLORS_H
#define PROX_GUI_UCPH_COLORS_H
namespace prox_gui
{
class UCPHRedColor
{
public:
static float red() { return 144.0f/255.0f; }
static float green() { return 26.0f/255.0f; }
static float blue() { return 30.0f/255.0f; }
};
class UCPHGreenColor
{
public:
... |
#pragma once
#include "HashMapIterator.h"
namespace spvgentwo
{
template <class Key, class Value>
// with chaining => multimap
class HashMap
{
public:
using HashFunc = Hash64(*)(const Key& _key);
static constexpr auto DefaultBucktCount = 64u;
using Node = NodeT<Key, Value>;
using Bucket = List<Node>;
... |
#ifndef AWS_COMPRESSION_HUFFMAN_H
#define AWS_COMPRESSION_HUFFMAN_H
/*
* Copyright 2010-2018 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 lo... |
//--------------------------------------------------------------------------------
// This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed
// under the MIT License, available in the root of this distribution and
// at the following URL:
//
// http://www.opensource.org/licenses/mit-license.ph... |
/*
* Copyright (c) 2018-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
* 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... |
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0... |
#include <vd2/VDXFrame/VideoFilter.h>
#ifndef FILTER_VD_FRAME_TOOLS
#define FILTER_VD_FRAME_TOOLS
namespace Tools {
void copyFrame(void *dst0, ptrdiff_t dstpitch, const void *src0, ptrdiff_t srcpitch, uint32 w, uint32 h);
};
#endif |
//======== (C) Copyright 2001 Charles G. Cleveland All rights reserved. =========
//
// The copyright to the contents herein is the property of Charles G. Cleveland.
// The contents may be used and/or copied only with the written permission of
// Charles G. Cleveland, or in accordance with the terms and conditions stip... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:52:45 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/News/Tea.framework/Tea
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limne... |
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2019 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*
* WARNING: This is generated code. Modify at your own risk and without support.
... |
/*
* (C) Copyright 2010
* Matthias Weisser <weisserm@arcor.de>
*
* Configuation settings for the jadecpu board
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lice... |
#pragma once
//
// Copyright (C) 2019 Pharap (@Pharap)
//
// 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 b... |
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
*/
#include <drm/drmP.h>
#include <drm/drm_atomic.h>
#include <drm/drm_atomic_helper.h>
#include <drm/drm_dp_helper.h>
#include <drm/drm_mipi_dsi.h>
#include <drm/drm_of.h>
#include <drm/drm_panel.h>
#include <drm... |
#include "first.h"
#include "base.h"
#include "log.h"
#include "buffer.h"
#include "plugin.h"
#include "etag.h"
#include "http_chunk.h"
#include "response.h"
#include <stdlib.h>
#include <string.h>
/**
* this is a staticfile for a lighttpd plugin
*
*/
/* plugin config for all request/connections */
typedef ... |
// Copyright (c) 2014-2020 The autx Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef GOVERNANCE_CLASSES_H
#define GOVERNANCE_CLASSES_H
#include "base58.h"
#include "governance.h"
#include "key.h"
#incl... |
/* Generated by Nim Compiler v1.0.11 */
/* (c) 2019 Andreas Rumpf */
/* The generated code is subject to the original license. */
#define NIM_INTBITS 64
#include "nimbase.h"
#include <string.h>
#undef LANGUAGE_C
#undef MIPSEB
#undef MIPSEL
#undef PPC
#undef R3000
#undef R4000
#undef i386
#undef linux
#undef mips
#un... |
#ifndef crypto_scalarmult_H
#define crypto_scalarmult_H
#include <stddef.h>
#include "crypto_scalarmult_curve25519.h"
#include "export.h"
#ifdef __cplusplus
extern "C" {
#endif
#define crypto_scalarmult_BYTES crypto_scalarmult_curve25519_BYTES
SODIUM_EXPORT
size_t crypto_scalarmult_bytes(void);
#define crypto_sca... |
/*
* 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) 2014-2015, 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*/
#ifndef __CONSTANTS_HEADER_H
#define __CONSTANTS_HEADER_H
#ifdef __DO_FLOAT__
typedef float tfloat;
#else
typedef double tfloat;
#endif
#define ALIGN_FACTOR 64
#define SEED 7777777
#define XL 0.0f
#define XH... |
/* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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 r... |
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2011
* Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
*
* Based on Kirkwood support:
* (C) Copyright 2009
* Marvell Semiconductor <www.marvell.com>
* Written-by: Prafulla Wadaskar <prafulla@marvell.com>
*/
#ifndef _CONFIG_DNS325_H
#define _CONFIG_... |
#include "hardware.h"
#include <stdlib.h>
#include <string.h>
// layout = v9938:342:313:16:13:57:80:64:0:0:256:192
// {{full},{border},{blank},{screen},{ipos},ilen}
static vLayout gbcLay = {{228,154},{0,0},{68,10},{160,144},{0,0},64};
static vLayout bkLay = {{256+96,256+24},{0,0},{96,24},{256,256},{0,0},0};
static vLa... |
/**
* Copyright (c) 2010-2012 Broadcom. 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... |
/*******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2015 David Williams and Matthew Williams
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to ... |
/* SPDX-License-Identifier: MIT
*
* 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, publish, ... |
/*
* RCU expedited grace periods
*
* 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 distribut... |
/*
* Copyright (c) 2016 Intel 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 or ... |
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:04:32 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli... |
#import <UIKit/UIKit.h>
#import "SCSuspendedViewConfiguration.h"
@interface UIViewController (SCSuspendedView)
@property (nonatomic, strong) SCSuspendedViewConfiguration *sc_suspendedViewConfiguration;
- (void)sc_makeSuspendedView;
@end |
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2006 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your op... |
/*
* (C) Copyright 1996-2016 ECMWF.
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
* In applying this licence, ECMWF does not waive the privileges and immunities
* granted to it by virtue of its status as an in... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
*/
@interface SAMovieV2TheaterListSnippet : SAUISnippet
@property (nonatomic, copy) NSArray *theaterListCells;
+ (id)theaterListSnippet;
+ (id)theaterListSnippetWithDictionary:(id)arg1 context:(id)arg2;
- (id)e... |
// Copyright 2020 Phyronnaz
#pragma once
#include "CoreMinimal.h"
#include "VoxelPinCategory.generated.h"
struct FVoxelNodeType;
struct FVoxelNodeRangeType;
UENUM()
enum class EVoxelPinCategory : uint8
{
Exec,
Boolean,
Int,
Float,
Material,
Color,
Seed,
Wildcard UMETA(Hidden)
};
UENUM()
enum class EVoxelD... |
/*
* xcam_utils.h - xcam utilities
*
* Copyright (c) 2014-2017 Intel 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
... |
//================================================
//Delay Functions
//================================================
#include "delays.h"
#define (kernel_wait_cylces(number_of_cycles_to_wait)) (wait_cycles(number_of_cycles_to_wait)
#define (kernel_wait_usec(usec)) (wait_usec(usec))
#define (kernel_wait_usec_syst... |
#pragma once
#include <c10/util/irange.h>
/// This macro enables a module with default arguments in its forward method
/// to be used in a Sequential module.
///
/// Example usage:
///
/// Let's say we have a module declared like this:
/// ```
/// struct MImpl : torch::nn::Module {
/// public:
/// explicit MImpl(i... |
/*
* Copyright 2019 Xaptum, 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... |
/*
* (C) Copyright 2007-2008
* Stelian Pop <stelian.pop@leadtechdesign.com>
* Lead Tech Design <www.leadtechdesign.com>
*
* (C) Copyright 2009
* Daniel Gorsulowski <daniel.gorsulowski@esd.eu>
* esd electronic system design gmbh <www.esd.eu>
*
* See file CREDITS for list of people who contributed to this
* pro... |
// Reserves a message that was previously offered by this block.
virtual bool reserve_message(concurrency::runtime_object_identity msg_id)
{
// Allow the message to be reserved if the provided message identifier
// is the message identifier of the front of the message queue.
... |
void
loadxrdb()
{
Display *display;
char * resm;
XrmDatabase xrdb;
char *type;
XrmValue value;
display = XOpenDisplay(NULL);
if (display != NULL) {
resm = XResourceManagerString(display);
if (resm != NULL) {
xrdb = XrmGetStringDatabase(resm);
if (xrdb != NULL) {
XRDB_LOAD_COLOR("dwm.normfgcolor... |
//
// 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 <Foundation/NSMutableDictionary.h>
@interface NSMutableDictionary (CDMJSONSerialization)
- (void)_cdm_safeJSONTraverse; // IMP=0x000000010... |
//
// BookTitleString.h
// Books
//
// Created by Chris Karr on 1/17/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface BookTitleString : NSString
{
NSString * store;
NSString * sortString;
}
- (NSComparisonResult) compare: (BookTitleString *) string;
- (NSStr... |
/*
* Copyright 2012-15 Advanced Micro Devices, 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 restriction, including without limitation
* the rights to use, copy, modify... |
/**
* @copyright
* Copyright (C) 2020 Assured Information Security, Inc.
*
* @copyright
* 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 limitatio... |
/*
* 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 hope that it will be use... |
//
// 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 <objc/NSObject.h>
@class NSArray, TVCSHome;
@protocol TVSettingsWholeHomeAudioRoomDataSourceDelegate;
@interface TVSettingsWholeHomeAudio... |
/** @file
SPCR Table Generator
Copyright (c) 2017 - 2020, Arm Limited. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Reference(s):
- Microsoft Serial Port Console Redirection Table
Specification - Version 1.03 - August 10, 2015.
**/
#include <IndustryStandard/DebugPort2Ta... |
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2021, Mustafa Quraish <mustafa@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Variant.h>
#include <LibGUI/Event.h>
#include <LibGUI/Forward.h>
#include <LibGUI/ValueSlider.h>
#include <LibGf... |
/*-------------------------------------------------------------------------
*
* xlogdesc.c
* rmgr descriptor routines for access/transam/xlog.c
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION... |
/**
* @file
* netif API (to be used from TCPIP thread)
*/
/*
* 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. Redi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.