text stringlengths 9 948k |
|---|
/*
* Copyright (c) 2012, Freescale Semiconductor, Inc.
* All rights reserved.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE... |
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class TEA */
#ifndef _Included_TEA
#define _Included_TEA
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: TEA
* Method: _encrypt
* Signature: ([B[J)V
*/
JNIEXPORT void JNICALL Java_TEA__1encrypt
(JNIEnv *, jclass, jbyte... |
#include "types.h"
#include "defs.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "proc.h"
#include "x86.h"
#include "syscall.h"
// User code makes a system call with INT T_SYSCALL.
// System call number in %eax.
// Arguments on the stack, from the user call to the C
// library system call funct... |
#define MICROPY_HW_BOARD_NAME "STM32H7B3I-DK"
#define MICROPY_HW_MCU_NAME "STM32H7B3LIH6Q"
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_ADC (1)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (1)
#define MICROP... |
/*
* vsip_svadd_vi.c
* tvcpp_xcode
*
* Created by Randall Judd on 7/17/06.
* Copyright 2006
* See Copyright statement in top level directory
*
*/
/* $Id: vsip_svadd_vi.c,v 2.2 2007/04/16 18:37:19 judd Exp $ */
#include<vsip.h>
#include<vsip_vviewattributes_vi.h>
void (vsip_svadd_vi)(
... |
// Copyright (C) 2016-2020 European Spallation Source, ERIC. See LICENSE file
//===----------------------------------------------------------------------===//
///
/// \file
///
/// \brief wrapper for the cheap and fast time stamp counter (TSC)
///
/// TSC is a 64 bit counter running at CPU clock. Can be used (with caut... |
#pragma once
#include "APIWrappers/Resources/Buffers/Buffer.h"
namespace Boolka
{
class Device;
class UploadBuffer : public Buffer
{
public:
UploadBuffer() = default;
~UploadBuffer() = default;
bool Initialize(Device& device, UINT64 size);
void Unload();
void... |
/*
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
*
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at w... |
//
// Copyright (c) 2010-2017 Fabric Software Inc. All rights reserved.
//
#pragma once
#include "FabricDFGMayaDeformer.h"
class FabricDFGMayaDeformer_Graph : public FabricDFGMayaDeformer
{
public:
static void* creator();
FabricDFGMayaDeformer_Graph();
static MTypeId id;
protected:
static Fab... |
/*
Copyright (c) 2005-2009 by Jakob Schroeter <js@camaya.net>
This file is part of the gloox library. http://camaya.net/gloox
This software is distributed under a license. The full license
agreement can be found in the file LICENSE in this distribution.
This software may not be copied, modified, sold or dist... |
#pragma once
#include <taichi/inc/constants.h>
#include <taichi/lang_util.h>
#include <string>
#include <vector>
#include "opengl_kernel_util.h"
TLANG_NAMESPACE_BEGIN
namespace opengl {
struct SSBO
{
std::vector<uint8_t> data_;
const size_t data_size;
SSBO(size_t data_size);
void load_arguments_from(Co... |
#pragma once
#include <cstdint>
namespace caffe2 {
/**
* Embedding lookup with reduction.
*
* `input` of size data_size * (block_size + 8B)
* `indices` of size index_size
* `offsets` of size output_size
* `weights` nullptr or array of size index_size
* `out` of size output_size * block_size
*
* Note that bl... |
/***************************************************************************//**
* \file SPI_1.c
* \version 4.0
*
* \brief
* This file provides the source code to the API for the SCB Component.
*
* Note:
*
*******************************************************************************
* \copyright
* Copyright 2013-201... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <gbpLib.h>
#include <gbpMath.h>
#include <gbpClustering.h>
#include <gbpSwapEndian.h>
void swap_endian_grids(const char *filename_in, const char *filename_out, int mode) {
SID_log("Swapping endian of grids...", SID_LOG_OPEN);
... |
#pragma once
#include "Defines.h"
#include "WindowSystem/GLFWWindow.h"
#include "GUI/GUIManager.h"
#include "optick.h"
#include "ECS/ECSManager.h"
#include "Input/Input.h"
#include "../Helpers/Timer.h"
#include "Helpers/Debug.h"
namespace Mistiq{
/// @Vbrief Main application class for this application
class Applic... |
/* This file is Copyright University of Edinburgh 2018. For license details, see LICENSE. */
/*
* File: RiscVSystemEmulationModel.h
* Author: harry
*
* Created on 01 February 2019, 09:50
*/
#ifndef RISCVSYSTEMEMULATIONMODEL_H
#define RISCVSYSTEMEMULATIONMODEL_H
#include "abi/LinuxSystemEmulationModel.h"
name... |
/* ----------------------------------------------------------------------- *
*
* Copyright 1996-2016 The NASM Authors - All Rights Reserved
* See the file AUTHORS included with the NASM distribution for
* the specific copyright holders.
*
* Redistribution and use in source and binary forms, with or withou... |
/* flow.c: Generic flow cache.
*
* Copyright (C) 2003 Alexey N. Kuznetsov (kuznet@ms2.inr.ac.ru)
* Copyright (C) 2003 David S. Miller (davem@redhat.com)
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/list.h>
#include <linux/jhash.h>
#include <linux/interrupt.h>
#include <linux/mm.h>
#includ... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "freertos/FreeRTOS.h"
#include "esp_system.h"
#include <stdint.h>
#include <math.h>
#include "sdkconfig.h"
#include "esp_log.h"
#include <string>
#include <epdParallel.h>
#include <Adafruit_GFX.h>
#include <epdspi.h>
#include "epd_driver.h"
#include "e... |
/**
* @file test_mpin_bad_token.c
* @author Kealan McCusker
* @brief Test function for bad TOKEN in MPIN
*
* LICENSE
*
* 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... |
// SPDX-License-Identifier: Apache-2.0
/*
* Do XSCOMs through linux debugfs interface
*
* Copyright 2014-2017 IBM Corp.
*/
#define _LARGEFILE64_SOURCE
#include <sys/mman.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
... |
// Copyright 2018 INTRIG/FEEC/UNICAMP (University of Campinas), Brazil
//
//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 require... |
/*
* Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <QString>
namespace O3DE::ProjectManager
{
inline constexpr static int Pr... |
/**
* A fancy logging library
*/
#ifndef LOGGINGLIB_GUARD
#define LOGGINGLIB_GUARD
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
//#include <assert.h>
//================================================================================
#ifndef MACROFUNC // Same as in tests, but may not be included
#d... |
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2017-2018 The MBMB developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CLIENTVERSION_H
#define BITCOIN_CLIENTVERSION_H
#if defined(H... |
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (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/license.h... |
/*
* The contents of this file are subject to the Initial
* Developer's 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
* http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl.
*
* Software distri... |
/* Copyright - Benjamin Laugraud <blaugraud@ulg.ac.be> - 2016
* Copyright - Marc Van Droogenbroeck <m.vandroogenbroeck@ulg.ac.be> - 2016
*
* ViBe is covered by a patent (see http://www.telecom.ulg.ac.be/research/vibe).
*
* Permission to use ViBe without payment of fee is granted for nonprofit
* educational and re... |
/*
* Marvell Bluetooth driver: global definitions & declarations
*
* Copyright (C) 2009, Marvell International Ltd.
*
* This software file (the "File") is distributed by Marvell International
* Ltd. under the terms of the GNU General Public License Version 2, June 1991
* (the "License"). You may use, redistribu... |
/*
* 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 ... |
//===- llvm/InitializePasses.h - Initialize All Passes ----------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
/* laplace/platform/linux/thread.h
*
* Copyright (c) 2021 Mitya Selivanov
*
* This file is part of the Laplace project.
*
* Laplace is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See... |
// Copyright (C) 2019, Cloudflare, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list... |
/*
* @Author: Bughht
* @Date: 2021-05-11 12:29:47
* @LastEditTime: 2021-05-22 12:30:29
* @Description: Library for constructing the basement of Visualization Environment, including figure for plotting.
* Redefined the Line drawing functions for designing a much more user friendly drawing enviroment. Now then you ... |
/*
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
#pragma once
#include "taisei.h"
#include "projectile.h"
#include ... |
#import "MOBProjection.h"
@interface MOBProjectionEPSG4326 : MOBProjection
@end |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:31:20 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/PhotoAnaly... |
/** @file
@brief Header
@date 2016
@author
Sensics, Inc.
<http://sensics.com/osvr>
*/
// Copyright 2016 Sensics, 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 a... |
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/c2-neon-mull-padal-dup.c.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include ... |
// Copyright (c) 2004-2022 Tomáš Oberhuber et al.
//
// This file is part of TNL - Template Numerical Library (https://tnl-project.org/)
//
// SPDX-License-Identifier: MIT
#pragma once
#include <map>
#include <iostream>
namespace noa::TNL {
namespace Containers {
template< typename Value, typename Index, typename K... |
//===-- divsf3vfp_test.c - Test __divsf3vfp -------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... |
#pragma once
#include "dankpch.h"
#include "Dank.h"
#include "DankEngine/Core/Input.h"
#include "DankEngine/Scene/ScriptableEntity.h"
#include "DankEngine/Scene/Components.h"
namespace Dank
{
class CameraController : public ScriptableEntity
{
public:
void OnCreate()
{
}
vo... |
//
// KLNAdVideoController.h
// KlevinAdSDK
//
// Copyright © 2021 Tencent. All rights reserved.
// Created by Klevin on 2021/4/21.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol KLNAdVideoControllerDelegate;
/// The video controller class provides a way to manages video content of the ... |
// Copyright 2015-2020 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... |
/***************************************************************************//**
* @file em_gpio.h
* @brief General Purpose IO (GPIO) peripheral API
* @version 4.4.0
*******************************************************************************
* @section License
* <b>Copyright 2016 Silicon Laboratories, Inc. ht... |
#include <builtins.h>
#include <spawn.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include <unistd.h>
enum {
TYPE_NOP,
TYPE_BUILTIN,
TYPE_PROGRAM
};
struct parsed_line {
int type;
builtin_t builtin;
char* file;
char* args[64];
char* stdout;
};
static char* rea... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkImagePlaneWidget.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This softwar... |
/**********************************************************************
Audacity: A Digital Audio Editor
GUIPrefs.h
Brian Gunlogson
Joshua Haberman
James Crook
**********************************************************************/
#ifndef __AUDACITY_GUI_PREFS__
#define __AUDACITY_GUI_PREFS__
#include <... |
#include "cactus.h"
#include "sonLib.h"
#include "stCheckEdges.h"
#include "stReferenceProblem.h"
#include "stPerfectMatching.h"
#include "stCheckEdges.h"
#include "stMatchingAlgorithms.h"
#include "stReferenceProblem2.h"
#include <math.h>
const char *REFERENCE_BUILDING_EXCEPTION = "REFERENCE_BUILDING_EXCEPTION";
///... |
#include <bcon.h>
#include <mongoc.h>
#include <mongoc-client-private.h>
#include <mongoc-cursor-private.h>
#include <mongoc-collection-private.h>
#include <mongoc-write-concern-private.h>
#include <mongoc-read-concern-private.h>
#include <mongoc-util-private.h>
#include "TestSuite.h"
#include "test-libmongoc.h"
#inc... |
#pragma once
#include "types.h"
#include "Arduino.h"
#include "UziSerial.h"
#include "SerialReader.h"
#include "VM.h"
#include "Program.h"
#include "Script.h"
#include "EEPROMWearLevelingWriter.h"
#include "EEPROMWearLevelingReader.h"
enum MonitorState
{
DISCONNECTED,
CONNECTION_REQUESTED,
CONNECTED
};
class Moni... |
//
// EJBaseResponse.h
// EJDemo
//
// Created by iOnRoad on 15/8/9.
// Copyright (c) 2015年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EJDBBaseModel.h"
/**
* 网络通用响应业务数据基类,所有请求响应对象均需继承它。
*/
@interface EJBaseResponseModel : EJDBBaseModel
//此处的两个属性,只是用作示例,请求响应数据的通用参数。
//@property... |
/*
* 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... |
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/NonnullRefPtr.h>
#include <AK/RefCounted.h>
#include <AK/String.h>
#include <AK/Types.h>
#include <AK/Weakable.h>
#include <Kernel/Forward.h>
#include <Kernel/KResult.h>
#inclu... |
//
// Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
// Copyright (C) 2012-2016 LunarG, Inc.
// Copyright (C) 2017 ARM Limited.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// Redist... |
/* Copyright (c) 2010-2013, Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hop... |
#include <sys/types.h>
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/module.h>
#include <sys/sysent.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/syscall.h>
#include <sys/sysproto.h>
static int
mkdir_hook(struct thread *td, void *syscall_args)
{
struct mkdir_args /*
{
char *path;
... |
/*
* Copyright (c) 2004, Bull SA. All rights reserved.
* Created by: Laurent.Vivier@bull.net
* This file is licensed under the GPL license. For the full content
* of this license, see the COPYING file at the top level of this
* source tree.
*/
/*
* assertion:
*
* The aio_write() function shall write aio_nby... |
/*
* Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use thi... |
#ifndef _LOG_MESSAGE_H
#define _LOG_MESSAGE_H
#ifndef PACKED
#define PACKED
#endif
// once the logging code is all converted we will remove these from
// this header
#define HEAD_BYTE1 0xA3 // Decimal 163
#define HEAD_BYTE2 0x95 // Decimal 149
/*
unfortunately these need to be macros because of a limitati... |
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT double Pods_XBHSeparatorView_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_XBHSeparatorView_ExampleVersionString[]; |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:20:46 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /usr/lib/libAWDSupportFramework.dylib
... |
/* Sniffit hostname resolving part include */
#ifndef _SN_RESOLV_H_
#define _SN_RESOLV_H_
extern _32_bit getaddrbyname (const char *);
#endif |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... |
#include <assert.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <greatest.h>
#include "sum.h"
#include <string.h>
TEST example(void) {
ASSERT_EQ(1 + 2, 3);
PASS();
}
TEST calling_fread(void) {
FILE *f = fopen("./CMakeLists.txt", "r");
char buffer[16 * 1024... |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2013 The PHP Group |
+---------... |
//CPP:ATLAS-TDAQ/Vector_DcmLoadSampler.cpp
//CPP:ATLAS-TDAQ/VectorialModel.cpp
//CPP:ATLAS-TDAQ/DcmLoadSampler.cpp
//CPP:ATLAS-TDAQ/ScalarSimulator.cpp
#if !defined Vector_DcmLoadSampler_h
#define Vector_DcmLoadSampler_h
#include "simulator.h"
#include "event.h"
#include "stdarg.h"
#include "engine.h"
#include "qss/q... |
/*
* Copyright (c) 1999-2000 Image Power, Inc. and the University of
* British Columbia.
* Copyright (c) 2001-2003 Michael David Adams.
* All rights reserved.
*/
/* __START_OF_JASPER_LICENSE__
*
* JasPer License Version 2.0
*
* Copyright (c) 2001-2006 Michael David Adams
* Copyright (c) 1999-2000 Image Pow... |
#ifndef NEOVIM_QT_STDINNOTIFIER
#define NEOVIM_QT_STDINNOTIFIER
#include <QThread>
#include <QFile>
namespace NeovimQt {
class StdinReader: public QThread
{
Q_OBJECT
public:
StdinReader(qint64 maxSize, QObject *parent=0);
virtual void run();
signals:
void dataAvailable(const QByteArray... |
// Copyright (c) 2020 The Orbit 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 OBJECT_UTILS_LINUX_MAP_H_
#define OBJECT_UTILS_LINUX_MAP_H_
#include <stdint.h>
#include <string_view>
#if defined(__linux)
#include <filesys... |
#include <stdio.h>
#include <string.h>
#include <pcrypto/sha1.h>
#define TEST_STR "I topi non avevano nipoti"
#define TEST_STR_DIGEST "\x25\xad\xa6\xb3\x72\x9d\xb7\xfe\xba\x74\x55\xc9\xc4\xfb\x2b\xbc\x36\xea\xaa\x3d"
int main(){
int i = 0;
pcrypto_sha1_t sha1;
uint8_t digest[PCRYPTO_SHA1_LEN];
pcr... |
//
// Created by moqi on 2018/10/30.
//
#ifndef CICADA_PLAYER_FFMPEGAUDIOFILTER_H
#define CICADA_PLAYER_FFMPEGAUDIOFILTER_H
extern "C" {
#include <libavfilter/avfilter.h>
};
#include "IAudioFilter.h"
#include <utils/afThread.h>
#include <queue>
#include <boost/lockfree/spsc_queue.hpp>
namespace Cicada {
class ff... |
/*
* Copyright (C) 2013 The CyanogenMod Project
*
* 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 ... |
/*
Copyright (c) 2008-2009 NetAllied Systems GmbH
This file is part of COLLADASaxFrameworkLoader.
Licensed under the MIT Open Source License,
for details please see LICENSE file or the website
http://www.opensource.org/licenses/mit-license.php
*/
#ifndef __COLLADASAXFWL_LIBRARYLIGHTSLOADER_H__
#... |
/*-
* Copyright (c) 2004-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _XER_DECODER_H_
#define _XER_DECODER_H_
#include <asn_application.h>
#ifdef __cplusplus
extern "C" {
#endif
struct asn_TYPE_descriptor_s; /* Forward ... |
/**
* 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... |
/* VUEngine - Virtual Utopia Engine <https://www.vuengine.dev>
* A universal game engine for the Nintendo Virtual Boy
*
* © Jorge Eremiev <jorgech3@gmail.com> and Christian Radke <c.radke@posteo.de>, 2007-2020
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* ... |
#ifndef OSTAP_FOURIER_H
#define OSTAP_FOURIER_H 1
// ============================================================================
// include files
// ============================================================================
// STD & STL
// ============================================================================... |
#ifndef _ROS_SERVICE_GetControllerDigitalIO_h
#define _ROS_SERVICE_GetControllerDigitalIO_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
namespace xarm_msgs
{
static const char GETCONTROLLERDIGITALIO[] = "xarm_msgs/GetControllerDigitalIO";
class GetControllerDigitalIORequest : p... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSStoryboardSegue.h"
@interface BCToolbarPopoverSegue : NSStoryboardSegue
{
}
- (void)perform;
@end |
#pragma once
#ifdef SEMANTICANALYZER_EXPORTS
#define SEMANTICANALYZER_API __declspec(dllexport)
#else
#define SEMANTICANALYZER_API __declspec(dllimport)
#endif
#include "Objects.h"
#include "TypeSystem.h"
#include "Statement.h"
#include "Expression.h"
#include "TypeNode.h"
#include "SymbolScope.h"
#include "Builtins.... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:13:02 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/Assistant... |
/*****************************************************************************/
/* */
/* _pbi.h */
/* */
... |
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "AnimNotifyState.h"
#include "AnimNotifyState_Trail.generated.h"
DECLARE_LOG_CATEGORY_EXTERN(LogAnimTrails, Log, All);
UCLASS(editinlinenew, Blueprintable, const, hidecategories = Object, collapsecategories, MinimalAPI, meta = (ShowWo... |
//
// Created by MurphySL on 2020/11/9.
//
#ifndef WEAVESS_COMMONDATASTRUCTURE_H
#define WEAVESS_COMMONDATASTRUCTURE_H
#include <iostream>
#include <string.h>
#include <memory>
namespace weavess {
template<typename T>
class Array
{
public:
Array();
Array(T* p_array, std::size_t p_len... |
/**
******************************************************************************
* @file stm32f4xx_hal_cryp.h
* @author MCD Application Team
* @brief Header file of CRYP HAL module.
******************************************************************************
* @attention
*
* <h2><center>©... |
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:41:25 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/PrivateFrameworks/Home.framework/Home
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
... |
#include "ntp.h"
static const char *TAG = "NTP";
#define SNTP_SERVER CONFIG_SNTP_SERVER
#define SNTP_GMT CONFIG_SNTP_TIME_ZONE
#define SNTP_SYNC_RETRY CONFIG_SNTP_MAX_SYNC_RETRY
static void time_sync_init(void);
static void time_sync_obtain(void);
static void time_sync_notification_cb(struct timeval *tv);
static vo... |
/*
* Copyright (C) 1999-2001, 2004 Free Software Foundation, Inc.
* This file is part of the GNU LIBICONV Library.
*
* The GNU LIBICONV Library is free software; you can redistribute it
* and/or modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; eit... |
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2017 Couchbase, 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
*
* h... |
/* Copyright (c) 2010, Piet Hein Schouten. All rights reserved.
* This code is licensed under a BSD-style license that can be
* found in the LICENSE file. The license can also be found at:
* http://www.boi-project.org/license
*/
#ifndef __BOI_INPUTMODE_H
#define __BOI_INPUTMODE_H
namespace BOI {
enum InputMode... |
/****************************************************************************
* fs/aio/aio.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th... |
/************************************************************************************
* arch/hc/src/m9s12/m9s12_mebi.h (v3)
*
* Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modifica... |
//===--- CodeGenModule.h - Per-Module state for LLVM CodeGen ----*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the plugins of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid commercial Q... |
//
// ManagedObjectTrack.h
// dokibox
//
// Created by Miles Wu on 30/06/2013.
// Copyright (c) 2015 Miles Wu and contributors. All rights reserved.
//
#import <CoreData/CoreData.h>
#import "common.h"
@interface ManagedObjectTrack : NSManagedObject
+(void)markAllTracksForUpdateIn:(NSManagedObjectContext *)contex... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "hash-table.h"
#include "../linked-list/linked-list.h"
/**
* @brief Creates a new Hash Table.
*/
hash_table_t *hash_table_create()
{
hash_table_t *ht = malloc(hash_table_size);
ht->length = 0;
ht->capacity = 53;
ht->buck... |
////////////////////////////////////////////////////////////////////////////////
//
// DgRFNetwork.h: DgRFNetwork class definitions
//
// Version 6.1 - Kevin Sahr, 5/23/13
//
////////////////////////////////////////////////////////////////////////////////
#ifndef DGRFNETWORK_H
#define DGRFNETWORK_H
#include <vector>
... |
#include <string>
#include <map>
#include <vector>
#include <utility>
#include <sstream>
#include <boost/algorithm/string.hpp>
#include "sp.h"
#include <cmath>
using namespace std;
typedef std::map<std::string, std::pair<int,int> > segTable;
typedef std::map<std::string, std::pair<int,int> > podTable;
typedef std::ma... |
//
// UCAlbumGalleryCell.h
// ExampleProject
//
// Created by Yury Nechaev on 19.04.16.
// Copyright © 2016 Uploadcare. All rights reserved.
//
#import "UCGalleryCell.h"
@interface UCAlbumGalleryCell : UCGalleryCell
+ (CGFloat)heightFromWidthConstant:(CGFloat)width;
@end |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.