text stringlengths 9 948k |
|---|
/** @file
Base Library CPU functions for Itanium
Copyright (c) 2006 - 2008, 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 lice... |
/*********************************************************************
8255ppi.h
Intel 8255 PPI I/O chip
*********************************************************************/
#ifndef _8255PPI_H_
#define _8255PPI_H_
#define MAX_8255 8
typedef struct
{
int num; /* number of PPIs to emulate */
read... |
/***************************************************************************//**
* # License
*
* The licensor of this software is Silicon Laboratories Inc. Your use of this
* software is governed by the terms of Silicon Labs Master Software License
* Agreement (MSLA) available at
* www.silabs.com/about-us/legal/m... |
/*-------------------------------------------------------------------------
*
* ts_cache.c
* Tsearch related object caches.
*
* Tsearch performance is very sensitive to performance of parsers,
* dictionaries and mapping, so lookups should be cached as much
* as possible.
*
* Once a backend has created a cach... |
//
// Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC 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
//... |
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* (c) Copyright 2010, Micrium, Inc., Weston, FL
* ... |
/*
* Copyright (C) Xiaozhe Wang (chaoslawful)
* Copyright (C) Yichun Zhang (agentzh)
*/
#ifndef _NGX_HTTP_LUA_UTIL_H_INCLUDED_
#define _NGX_HTTP_LUA_UTIL_H_INCLUDED_
#include "ngx_http_lua_common.h"
#ifndef NGX_UNESCAPE_URI_COMPONENT
#define NGX_UNESCAPE_URI_COMPONENT 0
#endif
#ifndef NGX_LUA_NO_FFI_API
typ... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <proxygen/lib/http/session/AckLatencyEvent.h>
#include <proxygen/lib/http/sess... |
#include "F28x_Project.h"
#include "GPIO.h"
void GPIO_init (void)
{
//
// Step 2. Initialize GPIO:
// This example function is found in the F2837xD_Gpio.c file and
// illustrates how to set the GPIO to it's default state.
//
InitGpio(); // Skipped for this example
EALLOW;
//LED2 on Contro... |
/////////////////////////////////////////////////////////////////////////////////
// MIT License
//
// Copyright (c) 2020 RoboLab19
//
// 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 witho... |
/*
* Copyright (C) 2021 Southern Storm Software, Pty Ltd.
*
* 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, ... |
// 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, software
// distributed ... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:42:45 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/Frameworks/CoreData.framework/CoreData
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos... |
/**
* Autogenerated by Thrift Compiler (0.13.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#ifndef math_TYPES_H
#define math_TYPES_H
#include <iosfwd>
#include <thrift/Thrift.h>
#include <thrift/TApplicationException.h>
#include <thrift/TBase.h>
#include <thrift/protoco... |
#pragma once
#include "Iop_Module.h"
class CIopBios;
namespace Iop
{
class CModload : public CModule
{
public:
CModload(CIopBios&, uint8*);
virtual ~CModload() = default;
std::string GetId() const override;
std::string GetFunctionName(unsigned int) const override;
void Invoke(CMIPS&, unsigned... |
#include "arducam_mipicamera.h"
#include <linux/v4l2-controls.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#define LOG(fmt, args...) fprintf(stderr, fmt "\n", ##args)
#define SOFTWARE_AE_AWB
//IMAGE_ENCODING_JPEG
//IMAGE_ENCODING_BMP
... |
// This file is part of KWIVER, and is distributed under the
// OSI-approved BSD 3-Clause License. See top-level LICENSE file or
// https://github.com/Kitware/kwiver/blob/master/LICENSE for details.
/// \file
/// \brief OCV image_container inteface
#ifndef KWIVER_ARROWS_OCV_IMAGE_CONTAINER_H_
#define KWIVER_ARROWS_OC... |
#include <irc/util.h>
irc_error_t irc_strv_add(char ***strv, size_t *argslen, char *what)
{
char **tmp = NULL;
size_t add = 2;
if (strv == NULL || argslen == NULL || what == NULL) {
return irc_error_argument;
}
tmp = recallocarray(*strv, *argslen, (*argslen)+add, sizeof(char*));
if (t... |
//
// 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"
@interface MetalUtility : NSObject
{
}
+ (id)buildPipelineWithFuncName:(id)arg1 device:(id)arg2 library:(id)arg3 error:(id *)arg4;
@end |
/**
* Copyright (c) 2006-2020 LOVE Development Team
*
* 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 for any purpose,
* ... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <af/data.h>
#include "flashlight/fl/tensor/Shape.h"
#include "flashlight/fl/tensor/Types.h"
namespac... |
// Copyright 2017-present 650 Industries. All rights reserved.
#import <Photos/Photos.h>
#import <ABI44_0_0ExpoModulesCore/ABI44_0_0EXPermissionsInterface.h>
@interface ABI44_0_0EXMediaLibraryMediaLibraryPermissionRequester : NSObject<ABI44_0_0EXPermissionsRequester>
#if __IPHONE_14_0
- (PHAccessLevel)accessLevel A... |
/*
Copyright (c) 2008-2013
Lars-Dominik Braun <lars@6xq.net>
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... |
#pragma once
#ifndef _EDITOR
#define DEV dxRenderDeviceRender::Instance().Resources
#else
#define DEV EDevice.Resources
#endif
#ifndef _EDITOR
#include "..\..\Include\xrRender\RenderDeviceRender.h"
#include "xr_effgamma.h"
class CResourceManager;
class dxRenderDeviceRender : public IRenderDeviceRender
{
public:
... |
#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/object.h"
#include "kernel/array.h"
#inc... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:52:41 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/AppleCVAPhoto.framework/AppleCVAPhoto
* classdump-dyld is licensed under GPLv3, Copyright © 2013-201... |
// Copyright 2011 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_DATEPARSER_INL_H_
#define V8_DATEPARSER_INL_H_
#include "src/dateparser.h"
namespace v8 {
namespace internal {
template <typename Char>
bo... |
//
// ViewController.h
// ShieldDemo-macOS
//
// Created by William Towe on 3/16/17.
// Copyright © 2021 Kosoku Interactive, LLC. 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... |
/** @file
This file is part of OpenCanopy, OpenCore GUI.
Copyright (c) 2018-2019, Download-Fritz. All rights reserved.<BR>
SPDX-License-Identifier: BSD-3-Clause
**/
#include <Uefi.h>
#include <IndustryStandard/AppleIcon.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/BaseLib.h>
#include <L... |
#ifndef TUNNING_WEBSOCKEt_SERVER_H
#define TUNNING_WEBSOCKEt_SERVER_H
#include <string.h>
#include <fcntl.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/gpio.h"
#include "esp_spiffs.h"
#include "nvs_flash.h"
#include "esp_netif.h"
#include "esp_event.h"
#include "esp_log.h"
#include "mdn... |
/*
* net/dst.h Protocol independent destination cache definitions.
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*
*/
#ifndef _NET_DST_H
#define _NET_DST_H
#include <net/dst_ops.h>
#include <linux/netdevice.h>
#include <linux/rtnetlink.h>
#include <linux/rcupdate.h>
#include <linux/bug.h>
#include <linux... |
/*
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/
#include <string.h>
#include <libgen.h>
#include "fileutils.h"
#include "ioutils.h"
#include "os-features.h"
char* resolve_path(const char* filename, const char* basedir) {
// we don't use canonic... |
#include <kernel/mem.h>
#include <kernel/atag.h>
#include <common/stdlib.h>
#include <stdint.h>
#include <stddef.h>
// Heap Stuff
static void heap_init(uint32_t heap_start);
typedef struct heap_segment {
struct heap_segment *next;
struct heap_segment *prev;
uint32_t is_allocated;
uint32_t segment_siz... |
#ifndef JSON_SPIRIT_VALUE
#define JSON_SPIRIT_VALUE
// Copyright John W. Wilkinson 2007 - 2009.
// Distributed under the MIT License, see accompanying file LICENSE.txt
// json spirit version 4.03
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
#include <vector>
#include <map>
#include <str... |
//
// GOItemDetailViewController.h
// DeepLinkingAttempt
//
// Created by Samuel Goodwin on 7/24/11.
//
#import <UIKit/UIKit.h>
@interface GOItemDetailViewController : UIViewController
@property(nonatomic, retain) IBOutlet UILabel *itemLabel;
@property(nonatomic, copy) NSString *itemID;
- (id)initWithItemID:(NSSt... |
//
// DemoVC6.h
// BABaseProject
//
// Created by 博爱 on 16/5/14.
// Copyright © 2016年 博爱之家. All rights reserved.
//
#import "BABaseViewController.h"
@interface DemoVC6 : BABaseViewController
- (void)reloadNotiView;
@end |
/*
Copyright (c) 2011 Sascha Kastens <mail@skastens.de>
Copyright (c) 2011 Center for Bioinformatics, University of Hamburg
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 ... |
#include "scarv/mp/limb_imp.h" |
// Copyright © 2020-2021 Dakar Wallet.
//
// This file is part of Dakar. The full Dakar copyright notice, including
// terms governing use, modification, and redistribution, is contained in the
// file LICENSE at the root of the source code distribution tree.
#pragma once
#include "Address.h"
#include "Transaction.h"... |
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE 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 copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by a... |
/********************************************************
** Authors: Michele Rodolfi, michele.rodolfi@studio.unibo.it
** Anna d'Amico, anna.damico@studio.unibo.it
** Carlo Caini (DTNperf_3 project supervisor), carlo.caini@unibo.it
**
**
** Copyright (c) 2013, Alma Mater Studiorum, Universit... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:46:49 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/Frameworks/QuickLook.framework/QuickLook
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limne... |
/**
* @file opts.c
* @author Emil Nilsson
* @license MIT
* @date 2015
*/
#include "opts.h"
// for strtol
#include <stdlib.h>
// for LONG_MIN, LONG_MAX
#include <limits.h>
// for strcmp
#include <string.h>
/** The default number of lines to output. */
#define TAIL_DEFAULT_NUM_LINES 10
/**
* ... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:53:09 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/Stocks/TeaUI.framework/TeaUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias... |
/* Copyright (c) 2016 PaddlePaddle 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... |
//
// MShowGroupAllSet.h
// QQImagePicker
//
// Created by mark on 15/9/11.
// Copyright (c) 2015年 mark. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <AssetsLibrary/AssetsLibrary.h>
#import "JJPhotoManeger.h"
@protocol MShowGroupAllSetDelegate<NSObject>
-(void)finishSelectImg;
@end
@interface MShowGrou... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_NamitTestsVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_NamitTestsVersionString[]; |
//
// WYAAppDelegate.h
// WYAKit
//
// Created by 1228506851@qq.com on 11/12/2018.
// Copyright (c) 2018 1228506851@qq.com. All rights reserved.
//
@import UIKit;
@interface WYAAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow * window;
@end |
// Copyright 2017 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_OBJECTS_STRING_INL_H_
#define V8_OBJECTS_STRING_INL_H_
#include "src/common/external-pointer-inl.h"
#include "src/common/external-pointer.h"... |
/*
* Copyright (c) 2007, 2008 University of Tsukuba
* 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 ... |
# include "../ingres.h"
# include "../_aux.h"
# include "../access.h"
/*
** CLEANREL --
** If there are any buffers being used by the relation described
** in the descriptor struct, flush and zap the buffer.
** This will force a UNIX disk read the next time the relation
** is accessed which is useful to get the most u... |
//
// ViewController.h
// LZSwipeableViewDemo
//
// Created by 周济 on 16/4/20.
// Copyright © 2016年 LeoZ. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UITableViewController
@end |
//-----------------------------------------------------------------------------
//
// ImageLib Sources
// Copyright (C) 2000-2009 by Denton Woods
// Last modified: 03/07/2009
//
// Filename: src-IL/src/il_pic.c
//
// Description: Softimage Pic (.pic) functions
// Lots of this code is taken from Paul Bourke's Softimage ... |
/*
* Copyright 2010-2017 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... |
/*
* Virtio PCI driver - legacy device support
*
* This module allows virtio devices to be used over a virtual PCI device.
* This can be used with QEMU based VMMs like KVM or Xen.
*
* Copyright IBM Corp. 2007
* Copyright Red Hat, Inc. 2014
*
* Authors:
* Anthony Liguori <aliguori@us.ibm.com>
* Rusty Russe... |
/* Generated by dbus-binding-tool; do not edit! */
#include <glib.h>
#include <dbus/dbus-glib.h>
G_BEGIN_DECLS
#ifndef _DBUS_GLIB_ASYNC_DATA_FREE
#define _DBUS_GLIB_ASYNC_DATA_FREE
static
#ifdef G_HAVE_INLINE
inline
#endif
void
_dbus_glib_async_data_free (gpointer stuff)
{
g_slice_free (DBusGAsyncData, stuff);
}
#e... |
/************************************************************************************
* arch/arm/src/efm32/hardware/efm32gg_memorymap.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*
* Permission is granted to anyone to use this software for any purpose,
* including commercial applicat... |
#include "alphasparse/kernel.h"
alphasparse_status_t ONAME(const ALPHA_Number alpha, const ALPHA_SPMAT_CSC *mat, const ALPHA_Number *x, const ALPHA_INT columns, const ALPHA_INT ldx, const ALPHA_Number beta, ALPHA_Number *y, const ALPHA_INT ldy)
{
ALPHA_SPMAT_CSC *conjugated_mat;
transpose_conj_csc(mat, &conjug... |
/* Copyright (C) 2016-2018 Alibaba Group Holding Limited
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 ... |
// License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2016 Intel Corporation. All Rights Reserved.
#pragma once
#include <memory>
#include <iostream>
#include <librealsense/rs.hpp>
#include <list>
#include <mutex>
#include <map>
#include "rs_sdk.h"
#include "rs/utils/cyclic_array.h"
namespace... |
/******************************************************************************
** Copyright (c) 2018-2019, Intel Corporation **
** All rights reserved. **
** **
... |
// See the file "COPYING" in the main distribution directory for copyright.
#pragma once
#include "zeek/analyzer/protocol/udp/UDP.h"
#include "zeek/analyzer/protocol/tcp/TCP.h"
namespace zeek::analyzer::netbios_ssn {
namespace detail {
enum NetbiosSSN_Opcode {
NETBIOS_SSN_MSG = 0x0,
NETBIOS_DGM_DIRECT_UNIQUE = 0x... |
//
// FKAPI.h
// FlickrKit
//
// Created by David Casserly on 27/05/2013.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
#import <UIKit/UIKit.h>
#import "FKDUDiskCache.h"
#import "FKDataTypes.h"
#import "FKFlickrNetworkOperation.h"
#import "FKImageUploadNetworkOperation.h"
#impor... |
//
// Base9Controller.h
// search
//
// Created by 王帅 on 16/7/15.
// Copyright © 2016年 shuai. All rights reserved.
//
#import "BaseController.h"
@interface Base9Controller : UITableViewController
@end |
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by master.rc
//
#define IDOK2 3
#define IDR_MENU1 101
#define IDD_DIALOG2 103
#define IDD_ESTADO 103
#define IDD_DIALOG3 104
#define ... |
#ifndef __HACS6_H__
#define __HACS6_H__
#include <stdlib.h>
#include <map>
#include <algorithm>
#include "localassert.h"
#include "irrf6.h"
#include "regf4.h"
#include "Scheduler.h"
#include "node.h"
#include "kdtree.h"
#include "hacs4_force.h"
#include "hacs6_force.h"
#include "hacs64_particle.h"
namespace hacs64
... |
/* For a complex interleave AVX vector swap the real and imaginary parts */
#ifndef SWAP_REAL_IMAG_PERMUTE
#define SWAP_REAL_IMAG_PERMUTE 0xB1
#endif
void cmat_mulx_avx_fma_accumulate_nr_c_20_dot_product_length_9 (SAL_cf32 *A[20], /* left input matrix array [nr_c] of pointers to each row */
... |
#ifndef MYSCREEN_H
#define MYSCREEN_H
struct screen;
/*
* The screen interface represents a physical screen where the rendering done by
* the Wayland compositor is presented.
*/
struct screen *screen_setup();
void drm_handle_event(int fd, void (*)(int,unsigned
int,unsigned int, unsigned int, void*));
void scree... |
#include <stdio.h>
int main() {
printf("Hello world\n");
return 0;
} |
/*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty o... |
// 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 CHROME_BROWSER_EXTENSIONS_API_SYNC_FILE_SYSTEM_EXTENSION_SYNC_EVENT_OBSERVER_FACTORY_H_
#define CHROME_BROWSER_EXTENSIONS_API_SYNC_FILE_SYSTEM... |
/* This file was generated by upbc (the upb compiler) from the input
* file:
*
* envoy/config/core/v3/substitution_format_string.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
#include <stddef.h>
#include "upb/msg_internal.h"
#include "envoy/config/core/v3/substitu... |
/*
Copyright (c) 2005-2019 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 la... |
/**
* @file
* Generic MIB tree structures.
*
* @todo namespace prefixes
*/
/*
* Copyright (c) 2006 Axon Digital Design B.V., The Netherlands.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are... |
/* mbed Microcontroller Library
*******************************************************************************
* Copyright (c) 2015, STMicroelectronics
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condition... |
// 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 BASE_PENDING_TASK_H_
#define BASE_PENDING_TASK_H_
#include <array>
#include "base/base_export.h"
#include "base/callback.h"
#include "base/c... |
/****************************************************************************
* arch/risc-v/src/bl602/bl602_rtc_lowerhalf.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... |
/*
* Public Key abstraction layer: wrapper functions
*
* Copyright (C) 2006-2015, 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... |
/******************************************************************************
*
* Module Name: utglobal - Global variables for the ACPI subsystem
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribut... |
//
// TransitionAnimator.h
// QCTransition
//
// Created by 程庆春 on 23/11/2016.
// Copyright © 2016 qiuncheng.com. All rights reserved.
//
@import UIKit;
@interface TransitionAnimator : NSObject <UIViewControllerAnimatedTransitioning>
@end |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:52:28 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias ... |
//Coded by Bane//
#include <std.h>
#include "/d/laerad/laerad.h"
inherit ASGARD;
void create(){
::create();
/*
set_terrain(WOOD_BUILDING);
set_travel(PAVED_ROAD);
set_name("Peasant home");
set_short("Peasant home");
set_long(
"%^BOLD%^A cozy peasant home%^RESET%^
You have walked into a small co... |
#ifndef UTILS_H_
#define UTILS_H_
void SparsifyData (double *M,int32_t M_num,int32_t dim,int32_t* idx_sparse,int32_t &idx_size,double min_dist,double out_dist,int32_t idx_start);
void ExtractCols(Eigen::MatrixXd &input, Eigen::MatrixXd &output, int32_t *idx_sparse, int32_t idx_size);
void ExtractCols(Eigen::MatrixXd &... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_ZzbGameSDK_TestsVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_ZzbGameSDK_TestsVers... |
/*
* Copyright (c) 2015, Freescale Semiconductor, 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:
*
* o Redistributions of source code must retain the above copyright notice, this list... |
//
// main.h
// dfo_cards_cpp
//
// Created by Francesco Perticarari on 21/11/2017.
// Copyright © 2017 agapeSoft. All rights reserved.
//
#ifndef main_h
#define main_h
#define E 2.7182818284590452353602874713527
#include "../../experiments/francesco/experimental_modules.hpp" // this line is solely to experiment... |
/*
* Copyright (C) 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... |
/*********************************************************************************
*
* Inviwo - Interactive Visualization Workshop
*
* Copyright (c) 2018-2020 Inviwo Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... |
/******************************************************************************
Copyright (c) 2007-2011, Intel Corp.
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 sou... |
/*
* Copyright (c) 2008 open80211s Ltd.
* Authors: Luis Carlos Cobo <luisca@cozybit.com>
* Javier Cardona <javier@cozybit.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software F... |
#ifndef _MATERIAL_H
#define _MATERIAL_H
#include <gef.h>
namespace gef
{
class Texture;
class Material
{
public:
Material();
virtual ~Material();
inline void set_texture(Texture* texture) { texture_ = texture; }
inline const Texture* texture() const { return texture_; }
inline void set_colour(UInt32 ... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: fulltick.h
* Author: thecarisma
*
* Created on February 18, 2018, 11:15 PM
*/
#ifndef FULLTICK_H
#define FULLTICK_... |
/*
* Copyright (c) 2006-2018, ZINGTO UAV
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-03-04 serni first version
*/
#ifndef __GUARDIAN_H__
#define __GUARDIAN_H__
#include <rtthread.h>
/* SBUS kernel function thread */
typedef enum
{
SBUS_IN... |
#ifndef __WDG_H
#define __WDG_H
#include "sys.h"
namespace iwdg {
void config(uint8_t prer, uint16_t rlr);
void feed(void);
} // namespace iwdg
namespace wwdg {
void config(uint8_t tr, uint8_t wr, uint8_t fprer);
}
#endif //__WDG_H |
#define _XOPEN_SOURCE 600
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <limits.h>
#include <string.h>
#include <ftw.h>
#include <sys/inotify.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#define WDNAMENUM 100
#define TYPE_FILE 1
#define TYPE_DIR 0
... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_JNBTopbar_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_JNBTopbar_ExampleVe... |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2007 Oracle. All rights reserved.
*/
#ifndef BTRFS_TRANSACTION_H
#define BTRFS_TRANSACTION_H
#include <linux/refcount.h>
#include "btrfs_inode.h"
#include "delayed-ref.h"
#include "ctree.h"
enum btrfs_trans_state {
TRANS_STATE_RUNNING,
TRANS_STATE_COMMIT... |
/// @file
/// @brief Contains #nameof_ keyword.
/// @copyright Copyright (c) 2022 Gammasoft. All rights reserved.
#pragma once
/// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
namespace xtd {
/// @brief Used to obtain the simple (unqualified) string name of a va... |
#pragma once
#include "cocos2d.h"
#include "Singleton.h"
#include "json/rapidjson.h"
#include "json/document.h"
USING_NS_CC;
using namespace std;
//using namespace rapidjson;
#define maxRCount 15
#define defRow 5
typedef vector<int64_t> NumberList;
typedef vector<int> IndexList;
struct MergePos
{
int x;... |
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2019 The bitlioncoin Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SPORK_H
#define SPORK_H
#include "hash.h"
#include "net.h"
#i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.