text stringlengths 9 948k |
|---|
//
// _LNPopupBarBackgroundView.h
// LNPopupController
//
// Created by Leo Natan on 6/26/21.
// Copyright © 2021 Leo Natan. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface _LNPopupBarBackgroundView : UIVisualEffectView
@property (nonatomic, strong, readonly) UIView* colorView... |
#ifndef RISA_STD_H_GUARD
#define RISA_STD_H_GUARD
#include "../api.h"
#include "../vm/vm.h"
RISA_API void risa_std_register_core (RisaVM* vm);
RISA_API void risa_std_register_io (RisaVM* vm);
RISA_API void risa_std_register_string (RisaVM* vm);
RISA_API void risa_std_register_math (RisaVM* vm);
RISA_API v... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/NanoMailKitServer.framework/NanoMailKitServer
*/
@interface NNMKMessagesSyncServiceServer : NNMKSyncServiceEndpoint {
<NNMKMessagesSyncServiceServerDelegate> * _delegate;
}
@property (nonatomic) <NNMKMessagesSyncServiceServerDelegate> *de... |
/*
* Copyright (C) AlexWoo(Wu Jie) wj19840501@gmail.com
*
* Open Capability Live Platform
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include "ngx_rtmp.h"
#include "ngx_rtmp_cmd_module.h"
#include "ngx_live_record.h"
#include "ngx_live_relay.h"
#include "ngx_dynamic_resolver.h"
#include "ngx_toolkit_misc.h"... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "System_Xml_System_Xml_Schema_XmlSchemaObject1315720168.h"
// System.Xml.Schema.XmlSchemaAnnotation
struct XmlSchemaAnnotation_t2553753397;
// System.String
struct String_t;... |
/*
* 74181
*
* 4-bit arithmetic Logic Unit
*
*/
#include "driver.h"
#include "74181.h"
#define TTL74181_MAX_CHIPS (2)
#define TTL74181_INPUT_TOTAL (14)
#define TTL74181_OUTPUT_TOTAL (8)
typedef struct _TTL74181_state TTL74181_state;
struct _TTL74181_state
{
UINT8 inputs[TTL74181_INPUT_TOTAL];
UINT8 outp... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-InterNodeDefinitions"
* found in "/home/vesh/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -gen-OER -no-gen-example -D /home/vesh/openairinterface5g... |
// 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.
#ifndef V8_ARM_CODE_STUBS_ARM_H_
#define V8_ARM_CODE_STUBS_ARM_H_
#include "src/ic-inl.h"
namespace v8 {
namespace internal {
void ArrayNativeCode(M... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/SetupAssistantUI.framework/SetupAssistantUI
*/
@interface BFFLocaleCountry : NSObject {
NSString * _code;
NSString * _name;
}
@property (nonatomic, copy) NSString *code;
@property (nonatomic, copy) NSString *name;
+ (id /* block */)c... |
#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/modules.h>
#include <libmemcached/memcached.h>
enum {
RLM_MEMCACHED_OPS_GET,
RLM_MEMCACHED_OPS_SET
};
typedef struct rlm_memcached {
struct {
const char *action;
const char *config;
vp_tmpl_t *key;
vp_tmpl_t *value;
vp_tmpl_t *... |
/* F L A T . C
* BRL-CAD / ADRT
*
* Copyright (c) 2007-2022 United States Government as represented by
* the U.S. Army Research Laboratory.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.... |
#pragma once
#include <assert.h>
#include <stdint.h>
#include <iterator>
#include <utility>
#include <vector>
// Forward declarations
namespace crab {
template<typename T> struct Optional;
template<typename DerivedType> struct Adapter;
template<typename IterType, typename Functor> class Map;
t... |
/*
* Copyright(C) 1999-2020 National Technology & Engineering Solutions
* of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
* NTESS, the U.S. Government retains certain rights in this software.
*
* See packages/seacas/LICENSE for details
*/
#include "structs.h" // for orthlink, orthlink_floa... |
/*
* Unicode routines for use inside the server
*
* Copyright (C) 1999 Alexandre Julliard
*
* 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... |
//
// Created by pol on 11/9/19.
//
#ifndef AUTODIFF_DENSE_H
#define AUTODIFF_DENSE_H
namespace autodiff{
class Dense {
private:
public:
};
}
#endif //AUTODIFF_DENSE_H |
/* $NetBSD: compat_exec.c,v 1.1 1996/05/18 15:52:21 christos Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
* 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. Redistri... |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#pragma mark Named Structures
struct _NSRange {
unsigned long long _field1;
unsigned long long _field2;
};
struct __hash_node<std::__1::basic_string<char>, void *>;
st... |
#include <sys/cdefs.h>
#include "namespace.h"
#include <lib.h>
#include <string.h>
#include <unistd.h>
int close(fd)
int fd;
{
message m;
memset(&m, 0, sizeof(m));
m.m_lc_vfs_close.fd = fd;
return(_syscall(VFS_PROC_NR, VFS_CLOSE, &m));
} |
/* $NetBSD: i4b_capi_llif.c,v 1.2 2003/09/26 15:17:23 pooka Exp $ */
/*
* Copyright (c) 2001 Cubical Solutions Ltd. 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 s... |
/*
* AM79C960
* PCnet Single-Chip Ethernet Controller for ISA Bus
* To do:
* only issue transmit interrupt if necessary?
* dynamically increase rings as necessary?
* use Blocks as receive buffers?
* currently hardwires 10Base-T
*/
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#includ... |
/* vi:set ts=8 sts=4 sw=4 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who contributed.
* See README.txt for an overview of the Vim source code.
*/
/*
* debugger.c: Vim script debugger funct... |
/* Copyright 2004,2007-2012,2014-2016,2018-2020 IPB, Universite de Bordeaux, INRIA & CNRS
**
** This file is part of the Scotch software package for static mapping,
** graph partitioning and sparse matrix ordering.
**
** This software is governed by the CeCILL-C license under French law
** and abiding by the rules of d... |
/* -*- C++ -*- */
// $Id: config-win32-common.h 97940 2014-10-27 18:11:13Z johnnyw $
#ifndef ACE_CONFIG_WIN32_COMMON_H
#define ACE_CONFIG_WIN32_COMMON_H
#include /**/ "ace/pre.h"
#ifndef ACE_CONFIG_WIN32_H
#error Use config-win32.h in config.h instead of this header
#endif /* ACE_CONFIG_WIN32_H */
// Windows Mobile... |
/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "core/os_interface/os_library.h"
#include "runtime/helpers/windows/gl_helper.h"
#include "runtime/os_interface/windows/gl/gl_sharing_os.h"
#include "runtime/sharings/sharing.h"
#include "CL/cl.h"
#include ... |
///
/// Copyright (c) 2016 Dropbox, Inc. All rights reserved.
///
/// Auto-generated by Stone, do not modify.
///
#import <Foundation/Foundation.h>
#import <ObjectiveDropboxOfficial/DBSHARINGMembershipInfo.h>
#import <ObjectiveDropboxOfficial/DBSerializableProtocol.h>
@class DBSHARINGAccessLevel;
@class DBSHARINGInv... |
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/MRx4c2-sse.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <smmintrin.h... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:49:14 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /System/Library/PrivateFrameworks/SplashBoard.framework/SplashBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E... |
//
// AKLinearEnvelope.h
// AudioKit
//
// Auto-generated on 2/18/15.
// Copyright (c) 2015 Aurelius Prochazka. All rights reserved.
//
#import "AKAudio.h"
#import "AKParameter+Operation.h"
/** Applies a straight line rise and decay pattern to an input amp signal.
Rise modifications are applied for the first ir... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:43:16 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/CompanionSync.framework/CompanionSync
* classdump-dyld is licensed under GPLv3, Copyright © 2013-201... |
/*
* Win32 debugger functions
*
* Copyright (C) 1999 Alexandre Julliard
*
* 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 option) ... |
/* ---------------------------------------------------------------------------
** This software is in the public domain, furnished "as is", without technical
** support, and with no warranty, express or implied, as to its usefulness for
** any purpose.
**
** VcmCapturer.h
**
** -----------------------------------------... |
/*************************************************************************/
/* viewport.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
// Copyright (c) 2014-2019 The Xazab Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_SPORK_H
#define BITCOIN_SPORK_H
#include <hash.h>
#include <net.h>
#include <utilstrencodings.h>
#include ... |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>
@interface ARTBrush : NSObject
/* @abstract */
- (instan... |
#ifndef __PNG_H__
#define __PNG_H__
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/*typedef struct _png_file_t
{
u16 width, height;
png_byte color_type;
int row_bytes;
png_byte bit_depth;
//png_bytep *data;
png_bytep gxdata;
} png_file_t;
typedef png_file_t png_file_gx_t;*/
bool read_png_gx_file... |
#ifndef _SCAN_H_
#define _SCAN_H_
/*----------------------------------------------------------------------*\
SCAN.H
Player input scanner for ALAN interpreter module.
\*----------------------------------------------------------------------*/
/* IMPORTS */
#include "types.h"
/* TYPES */
/* DATA */
extern bool ... |
/* { dg-do run } */
/* { dg-options "-Os -fno-tree-switch-conversion -ffunction-sections -fdata-sections" } */
/* Make sure jumptables work properly if placed below 64 KB i.e. 2 byte
flash address for loading jump table entry, 2 byte entry, after
removing the special section placement hook. */
#define SECTION_N... |
//#pragma once
#include "ui.h"
#ifndef PAINT_DP_H
#define PAINT_DP_H
void ui_draw_fp_button(UIState *s);
void ui_draw_ap_button(UIState *s);
//void ui_draw_rec_button(UIState *s);
void ui_draw_infobar(UIState *s);
void ui_draw_blindspots(UIState *s, bool hasInfobar);
void ui_draw_bbui(UIState *s);
#endif |
//****************************************************************************
// Product: DPP example with lwIP
// Last Updated for Version: 5.4.0
// Date of the Last Update: 2015-05-12
//
// Q u a n t u m L e a P s
// ---------------------------
// innovat... |
/*
* Arm SCP/MCP Software
* Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <fwk_element.h>
#include <fwk_id.h>
#include <fwk_module.h>
#include <mod_mhu.h>
#include <juno_irq.h>
#include <juno_mhu.h>
#include <system_mmap.h>
stati... |
inherit "room/room";
inherit "room/door";
int door_number;
reset (arg) {
if(arg) return;
short_desc = "Navigator street";
long_desc = "+#####+ You are walking on the navigator street, which\n"+
"|##G##| continue... |
// Copyright (c) 2014-2016 Dropbox, 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 agr... |
#include "sio.h"
/* Private sio functions */
/* $begin sioprivate */
/* sio_reverse - Reverse a string (from K&R) */
static void sio_reverse(char s[])
{
int c, i, j;
for (i = 0, j = strlen(s) - 1; i < j; i++, j--)
{
c = s[i];
s[i] = s[j];
s[j] = c;
}
}
/* sio_ltoa - Convert lo... |
#include "fat32.h"
#include "hdd.h"
#include "syscalls/syscalls.h"
#include <stdio.h>
#include <string.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdlib.h>
// --- Constants --- //
// Defined in sections.asm
// See sections.asm for more details
extern int FS_SECTOR;
#define FAT_CLUSTER_SIZE HDD_SECTOR_SIZE... |
// *** Hardwarespecific defines ***
#define cbi(reg, bitmask) (*(reg + 1)) = bitmask
#define sbi(reg, bitmask) (*(reg + 2)) = bitmask
#define pulse_high(reg, bitmask) sbi(reg, bitmask); cbi(reg, bitmask);
#define pulse_low(reg, bitmask) cbi(reg, bitmask); sbi(reg, bitmask);
#define cport(port, data) port &= data
#defi... |
/* Copyright 2015-2016 CyberTech Labs 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 applicable law or ... |
__LINE__, |
/*
* Copyright (c) 2004-present, Facebook, Inc.
* 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. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pr... |
/*
* EAP proxy definitions
* Copyright (c) 2011-2013 Qualcomm Atheros, Inc.
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef EAP_PROXY_H
#define EAP_PROXY_H
struct eap_proxy_sm;
struct eapol_callbacks;
struct eap_sm;
struct eap_peer_config;
enum... |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... |
/*
* 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... |
// Copyright 2021 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 ASH_QUICK_PAIR_KEYED_SERVICE_QUICK_PAIR_KEYED_SERVICE_H_
#define ASH_QUICK_PAIR_KEYED_SERVICE_QUICK_PAIR_KEYED_SERVICE_H_
#include <memory>
#inc... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2019 The Fluent Bit Authors
* Copyright (C) 2015-2018 Treasure Data Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in co... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NR-RRC-Definitions"
* found in "../../../rrc_15.5.1_asn.asn1"
* `asn1c -D ./rrc_out_hlal -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
*/
#include "RSRQ-Range.h"
int
RSRQ_Range_constraint(const asn_T... |
//
// MusicAnimationController.h
// JWLoading
//
// Created by wangjun on 2018/9/28.
// Copyright © 2018年 wangjun. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MusicAnimationController : UIViewController
@end |
/*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2013, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit... |
/*
* Copyright 2005 Stephane Marchesin.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, ... |
/*-
* Copyright (c) 1982, 1986, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of this file are derived from material licensed
* to the University of California by American Telephone and Telegraph
* Co. or Unix System Lab... |
/* Software floating-point emulation.
Truncate IEEE double into IEEE single
Copyright (C) 1997,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson (rth@cygnus.com) and
Jakub Jelinek (jj@ultra.linux.cz).
The GNU C Library is free software; you ... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE758_Undefined_Behavior__double_pointer_malloc_use_06.c
Label Definition File: CWE758_Undefined_Behavior.alloc.label.xml
Template File: point-flaw-06.tmpl.c
*/
/*
* @description
* CWE: 758 Undefined Behavior
* Sinks: malloc_use
* GoodSink: Initialize then use data
... |
/** @file
Copyright 2006 - 2016 Unified EFI, Inc.<BR>
Copyright (c) 2010 - 2016, 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 th... |
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2011 The University of Tennessee and The University
* of Tennessee Resea... |
//
// UIImage+Util.h
// BSports
//
// Created by 柳文杰 on 15/1/31.
// Copyright (c) 2015年 ist. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (Util)
/*
* 根据颜色和大小创建一个图片
*/
+ (UIImage *)imageWithColor:(UIColor *)color size:(CGSize)size;
/*
* 修改图片元素颜色,e.g 一个带有红色对勾的图片,可以把它修改成指定颜色对勾的图片
*/
- (UI... |
/*
Copyright 2005-2012 Jay Sorg
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
docu... |
/*
pybind11/detail/class.h: Python C API implementation details for py::class_
Copyright (c) 2017 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
*/
#pragma once
#include "../attr.h"
NAMESPACE... |
#ifndef APPLICATION_INSTANCE_FILE_GUARD_H_INCLUDED
#define APPLICATION_INSTANCE_FILE_GUARD_H_INCLUDED
#include <QString>
#include <QFile>
class ApplicationInstanceFileGuard
{
public:
ApplicationInstanceFileGuard(const QString &a_fileName = QString());
virtual ~ApplicationInstanceFileGuard();
bool lock(co... |
/** @file
This will be invoked only once. It will call FspMemoryInit API,
register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi
notify to call FspSiliconInit API.
Copyright (c) 2014 - 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Pate... |
/*
* WINE RTF file reader
*
* Portions Copyright 2004 Mike McCormack for CodeWeavers
* Portions Copyright 2006 by Phil Krylov
*
* 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; eit... |
/******************************************************************************
* tif_overview.c,v 1.9 2005/05/25 09:03:16 dron Exp
*
* Project: TIFF Overview Builder
* Purpose: Library function for building overviews in a TIFF file.
* Author: Frank Warmerdam, warmerdam@pobox.com
*
* Notes:
* o Currently o... |
/*
* This file is part of the GROMACS molecular simulation package.
*
* Copyright (c) 2012,2013, by the GROMACS development team, led by
* David van der Spoel, Berk Hess, Erik Lindahl, and including many
* others, as listed in the AUTHORS file in the top-level source
* directory and at http://www.gromacs.org.
*
... |
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... |
// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TOOLS_GN_TARGET_MANAGER_H_
#define TOOLS_GN_TARGET_MANAGER_H_
#include <set>
#include <vector>
#include "base/basictypes.h"
#include "base/c... |
/*
* This file is part of Nokia HEIF library
*
* Copyright (c) 2015-2020 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
*
* Contact: heif@nokia.com
*
* This software, including documentation, is protected by copyright controlled by Nokia Corporation and/ or its
* subsidiaries. All rights ar... |
/*
* Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de>
*
* 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; e... |
#include "geef.h"
#include "repository.h"
#include <string.h>
#include <git2.h>
int geef_signature_from_erl(git_signature **out, ErlNifEnv *env, ERL_NIF_TERM *err, ERL_NIF_TERM term)
{
const ERL_NIF_TERM *tuple;
ErlNifBinary name, email;
git_signature *sig;
git_time_t gtime;
int offset, arity;
memset(&name, 0, ... |
/*
* Copyright (C) 2020 The Android Open Source 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 app... |
// This is a part of the VSCppUnit C++ Unit Testing Framework.
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// This class in this file may be used to write informational messages to the log file.
#pragma once
#ifndef MS_CPP_UNITTESTFRAMEWORK_LOGGER
#define MS_CPP_UNITTESTFRAMEWORK_LOGGER
#includ... |
/*
* DCE_11_0 Register documentation
*
* Copyright (C) 2014 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 limit... |
/***************************************************************************
-= Psikyo Games =-
driver by Luca Elia (l.elia@tin.it)
Note: if MAME_DEBUG is defined, pressing Z with:
Q shows layer 0
W shows layer 1
A ... |
// Copyright (c) 2020
// Commonwealth Scientific and Industrial Research Organisation (CSIRO)
// ABN 41 687 119 230
//
// Author: Kazys Stepanas
#ifndef COVARIANCEVOXELCOMPUTE_H
#define COVARIANCEVOXELCOMPUTE_H
// Note: this header is included in GPU code.
#if GPUTIL_DEVICE
// Define GPU type aliases
typedef float3 C... |
/* 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... |
//
// Copyright(c) 2015-2018 Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//
// spdlog main header file.
// see example.cpp for usage example
#ifndef SPDLOG_H
#define SPDLOG_H
#pragma once
#include "spdlog/common.h"
#include "spdlog/details/registry.h"
#include "spdlog/logger... |
// *** THIS FILE IS GENERATED - DO NOT EDIT ***
// See layer_dispatch_table_generator.py for modifications
/*
* Copyright (c) 2015-2019 The Khronos Group Inc.
* Copyright (c) 2015-2019 Valve Corporation
* Copyright (c) 2015-2019 LunarG, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* y... |
#ifndef __EXAMPLE_H__
#define __EXAMPLE_H__
#include <math.h>
#include <qwt3d_parametricsurface.h>
#include <qwt3d_function.h>
using namespace Qwt3D;
class Rosenbrock : public Function
{
public:
Rosenbrock(GridPlot& pw)
:Function(pw)
{
}
double operator()(double x, double y)
{
return 0.7 * log10((1-x)*(... |
#ifndef _TEMPSENS_H_
#define _TEMPSENS_H_
/* initialize temperature sensor */
void temp_init();
/* measure temperature. returns a 16 bit voltage 0..1V */
uint32_t temp_read_raw();
/* convert a raw temperature to millidegrees, using the device factory calibration values */
int32_t temp_raw_to_mdeg(uint32_t raw); //r... |
/*
* Evaluation tests
* (C) 2006, Pascal Schmidt <arena-language@ewetel.net>
* see file ../doc/LICENSE for license
*/
#include <stdlib.h>
#include <string.h>
#include "test.h"
#include "../libparser/parser.h"
#include "../libeval/eval.h"
/*
* Dummy function
*/
value *myfunc(arena_state *s, unsigned int argc, v... |
#ifndef GBINDCONTEXT_H
#define GBINDCONTEXT_H
#include "cpgf/scriptbind/gscriptbind.h"
#include "cpgf/scriptbind/gscriptservice.h"
#include "cpgf/gsharedinterface.h"
#include "cpgf/gscopedptr.h"
#include "cpgf/gstringmap.h"
#include "cpgf/glifecycle.h"
#include "gbindgluedata.h"
#include <vector>
#include <tuple>
#i... |
//
// Created by korna on 20.04.2021.
//
#ifndef TEST_DB_POLYNOMIAL_H
#define TEST_DB_POLYNOMIAL_H
#include "ArraySequence.h"
template<typename T>
class Polynomial {
private:
ArraySequence<T> coefficients;
public:
Polynomial() : Polynomial(T()) {
}
explicit Polynomial(T x) {
this->coefficie... |
unsigned char loader_df[217]=
{
0x20,0x33,0xec,0xa9,0x10,0x8d,0x68,0xbf,0x8d,0x90,0xbf,0x8d,0xb8,0xbf,0x20,0x6a,
0xe7,0xa9,0x8f,0x8d,0x45,0x02,0xa9,0x01,0x8d,0x46,0x02,0xa9,0x90,0x8d,0x0e,0x03,
0x20,0x9b,0xe5,0x20,0xc9,0xe6,0xf0,0x32,0x85,0x34,0x20,0xc9,0xe6,0x85,0x33,0x20,
0xc9,0xe6,0x85,0x83,0x20,0xc9,0xe6,0xa8,0... |
#include "segment.h"
int segLabelCmp(void const *a, void const *b)
{
segment *segA = (segment *) a;
segment *segB = (segment *) b;
if (segA->label < segB->label)
return -1;
if (segA->label == segB->label)
return 0;
return 1;
} |
/*************************************************************************/
/* ref_ptr.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
/*
* FreeRTOS V202111.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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 ... |
/*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2012 Scientific Computing and Imaging Institute,
University of Utah.
License for the specific language governing rights and limitations under
Permission is hereby granted, free of charge, to any person o... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, June 7, 2020 at 11:12:25 AM Mountain Standard Time
* Operating System: Version 13.4.5 (Build 17L562)
* Image Source: /System/Library/Frameworks/Foundation.framework/Foundation
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneo... |
// -*- C++ -*-
// $Id: Shapes_Sender_exec.h 97240 2013-08-05 10:27:45Z mhengstmengel $
/**
* Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.0
* TAO and the TAO IDL Compiler have been developed by:
* Center for Distributed Object Computing
* Washington University
* St. Louis, MO
* ... |
/*
* Copyright 2016-2018 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/lice... |
//
// Copyright (c) articy Software GmbH & Co. KG. All rights reserved.
//
#pragma once
#include <sstream>
#include "Dom/JsonValue.h"
#include "Dom/JsonObject.h"
namespace ArticyHelpers
{
#define STRINGIFY(x) #x
#define JSON_SECTION_SETTINGS TEXT("Settings")
#define JSON_SECTION_PROJECT TEXT("Project")
#define... |
/*
* Author: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
* Copyright (c) 2014 Intel Corporation.
*
* Credits to Adafruit.
* Based on Adafruit BMP085 library.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Softwa... |
/* -*- C++ -*- */
//=============================================================================
/**
* @file Options.h
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
#ifndef _OPTIONS_H
#define _OPTIONS_H
#include "ac... |
/*
* Copyright (c) The Shogun Machine Learning Toolbox
* Written (w) 2014 Parijat Mazumdar
* 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.