text stringlengths 9 948k |
|---|
/*
* Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Nicira, 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
*
* Unles... |
/**
******************************************************************************
* @file stm32f10x_usart.h
* @author MCD Application Team
* @version V3.6.1
* @date 05-March-2012
* @brief This file contains all the functions prototypes for the USART
* firmware library.
***************... |
#ifndef KN_AST_H
#define KN_AST_H
#include "function.h" /* kn_function */
#include "value.h" /* kn_value */
#include <stdbool.h> /* bool */
#ifdef KN_DYNMAIC_ARGC
# define KN_AST_ARITY(ast) ((ast)->argc)
#else
# define KN_AST_ARITY(ast) ((ast)->func->arity)
#endif /* KN_DYNMAIC_ARGC */
/*
* The type that repres... |
/*****************************************************************************
Copyright (c) 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 source cod... |
// SPDX-License-Identifier: GPL-2.0
/*
* linux/fs/ext4/xattr.c
*
* Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de>
*
* Fix by Harrison Xing <harrison@mountainviewdata.com>.
* Ext4 code with a lot of help from Eric Jarman <ejarman@acm.org>.
* Extended attributes for symlinks and special files added ... |
/*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "/home/oai/Downloads/LWA/openair3/S1AP/MESSAGES/ASN1/R10.5/S1AP-IEs.asn"
* `asn1c -gen-PER`
*/
#ifndef _S1ap_ForbiddenInterRATs_H_
#define _S1ap_ForbiddenInterRATs_H_
#include <asn_application.h>
/* Including ... |
// Copyright (c) 2018 Microsoft Corporation
// Licensed under the MIT license.
// Author: Paul Koch <code@koch.ninja>
// to minimize confusion, we try whenever possible to use common terms with scikit-learn:
// https://scikit-learn.org/stable/glossary.html
#ifndef EBM_NATIVE_H
#define EBM_NATIVE_H
#include <inttypes... |
/*
* FreeRTOS Transport Secure Sockets V1.0.0
* 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 re... |
/* PR target/64979 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-stdarg" } */
#include <stdarg.h>
void bar (int x, va_list *ap);
void
foo (int x, ...)
{
va_list ap;
int n;
va_start (ap, x);
n = va_arg (ap, int);
bar (x, (va_list *) ((n == 0) ? ((void *) 0) : &ap));
va_end (ap);
}
/* { dg-... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include <ReactWindowsCore/BatchingMessageQueueThread.h>
#include <cxxreact/MessageQueueThread.h>
namespace react::uwp {
std::shared_ptr<facebook::react::MessageQueueThread> MakeJSQueueThread() noexcept;
st... |
//
// BRKey+BIP38.h
// BreadWallet
//
// Created by Aaron Voisine on 4/9/14.
// Copyright (c) 2014 Aaron Voisine <voisine@gmail.com>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Softwa... |
/**
* @file Zerocoin.h
*
* @brief Exceptions and constants for Zerocoin
*
* @author Ian Miers, Christina Garman and Matthew Green
* @date June 2013
*
* @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green
* @license This project is released under the MIT license.
**/
// Copyr... |
/*
* @author yomboprime
*
* Speeder Bike Game
*
*
*/
#include <stdlib.h>
#include <conio.h>
#include <stdio.h>
#include <input.h>
#include <sound.h>
#include "../src/zxthree/screen/screen.h"
#include "../src/zxthree/impl/zxradas/screen/scrradas.h"
#include "../src/zxthree/raster/triangle/triangle.h"
#include ".... |
/** @file
This library will parse the coreboot table in memory and extract those required
information.
Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Uefi/UefiBaseType.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemo... |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQuick module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid comme... |
/* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... |
namespace Core
{
#pragma region Authorization
enum ARC : uint8
{
ARC_OK = 0, // Successful result
ARC_DENY = 1, // Abort the SQL statement with an error
ARC_IGNORE = 2, // Don't allow access, but don't generate an error
};
enum AUTH : uint8
{
AUTH_CREATE_INDEX = 1, // Index Name Table... |
// Copyright (c) 2018-2019 The Xebec Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef XEBEC_CRYPTO_BLS_BATCHVERIFIER_H
#define XEBEC_CRYPTO_BLS_BATCHVERIFIER_H
#include "bls.h"
#include <map>
#includ... |
/*
* Copyright (c) 2005 Massachusetts Institute of Technology
*
* 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, co... |
/* Copyright 2019 Boy_314
*
* 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 th... |
//
// 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 MISSING_TYPE;
@interface _TtC7remindd21RDDebouncerWithNumber : NSObject
{
MISSING_TYPE *debouncer; // 8 = 0x... |
/*
* 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... |
//
// uptime.h
// WordClock iOS
//
// Created by Simon Heys on 21/07/2008.
// Copyright (c) Studio Heys Limited. All rights reserved.
//
#include <mach/mach_time.h>
// double getUpTime();
static inline double getUpTime() {
static mach_timebase_info_data_t sTimebaseInfo;
// If this is the first time we've... |
//
// DSSpecialTransactionEntity+CoreDataProperties.h
// DashSync
//
// Created by Sam Westrich on 8/27/18.
//
//
#import "DSSpecialTransactionEntity+CoreDataClass.h"
NS_ASSUME_NONNULL_BEGIN
@interface DSSpecialTransactionEntity (CoreDataProperties)
+ (NSFetchRequest<DSSpecialTransactionEntity *> *)fetchRequest... |
//*********************************************************************
//* Microsoft Windows **
//* Copyright(c) Microsoft Corp., 1996-1997 **
//*********************************************************************
//;begin_internal
/************... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "E2AP-IEs"
* found in "E2AP.asn1"
* `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
*/
#ifndef _RICcontrolHeader_H_
#define _RICcontrolHeader_H_
#include <asn_application.h>
/* Includi... |
// Auto-generated file. Do not edit!
// Template: src/qs8-dwconv/unipass-wasmsimd-mul16.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... |
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2021 Jean-loup Gailly
* detect_data_type() function provided freely by Cosmin Truta, 2006
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* ALGORITHM
*
* The "deflation" process uses several Huffman... |
#ifndef MY_DEVICE_CERTS_H
#define MY_DEVICE_CERTS_H
#ifdef __cplusplus
extern "C"
{
#endif
extern const char my_device_certs[];
extern const char my_device_private_key[];
#ifdef __cplusplus
}
#endif
#endif /* MY_DEVICE_CERTS_H */ |
//
// Header.h
// ZCommonUI
//
// Created by Huxley on 2018/4/11.
// Copyright © 2018 zoom. All rights reserved.
//
#ifndef Header_h
#define Header_h
#import "ZMBase.h"
#import "NSColor+ZoomKit.h"
#import "NSString+ZoomKit.h"
#import "NSAttributedString+ZoomKit.h"
#import "NSTouchBar+ZoomKit.h"
#import "NSImage+Z... |
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_Hh_
#ifdef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_Hh_
#include <vector>
#include "../matrix.h"
namespace dlib
{
// ---------... |
//
// UIView+MBProgressHUD.h
// kaoLa
//
// Created by Dengyongjun on 16/5/21.
// Copyright © 2016年 kenneth. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MBProgressHUD.h"
#define kDefaultShowTime 1
#define kLoginShowTime 11
#define kLogintwoTime 2
#define kLogintenTime 6
#define kLogintThree 3
#define ... |
/*
* HT handling
*
* Copyright 2003, Jouni Malinen <jkmaline@cc.hut.fi>
* Copyright 2002-2005, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007, Michael Wu <flamingice@sourmilk.net>
* Copyright 2007-2010, Intel Corporati... |
/* ----------------------------------------------------------------------------
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
* Atlanta, Georgia 30332-0415
* All Rights Reserved
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
* See LICENSE for the license information
* ----... |
//-------------------------------------------------------------------------
/*
Copyright (C) 1996, 2005 - 3D Realms Entertainment
This file is NOT part of Shadow Warrior version 1.2
However, it is either an older version of a file that is, or is
some test code written during the development of Shadow Warrior.
This fil... |
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person obta... |
//
// AxcBadgeViewVC.h
// AxcUIKit
//
// Created by Axc on 2017/7/14.
// Copyright © 2017年 Axc_5324. All rights reserved.
//
#import "SampleBaseVC.h"
@interface AxcBadgeViewVC : SampleBaseVC
@end |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
uint32_t x2 = UINT32_MAX;
int64_t x7 = -1LL;
int16_t x11 = INT16_MIN;
volatile int32_t t2 = -403644787;
volatil... |
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... |
/* Copyright 2015 Google Inc. 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 agreed to in ... |
/*
* junixsocket
*
* Copyright 2009-2021 Christian Kohlschütter
*
* 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 requir... |
// This file was automatically generated by the Panda compiler
#ifndef (panda$core$Object,panda$core$Object)_H
#define (panda$core$Object,panda$core$Object)_H
extern panda$core$Class (panda$core$Object,panda$core$Object)_class;
#ifndef CLASS_(panda$core$Object,panda$core$Object)
#define CLASS_(panda$core$Object,panda$c... |
/*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef surface_glue_android_DEFINED
#define surface_glue_android_DEFINED
#include <pthread.h>
#include <android/native_window_jni.h>
#include "include/core/SkString.h"
#includ... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kendra/Kendra_EXPORTS.h>
#include <aws/kendra/KendraRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aw... |
// Copyright (c) 2015 The Uscoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
/**
* Functionality for communicating with Tor.
*/
#ifndef USCOIN_TORCONTROL_H
#define USCOIN_TORCONTROL_H
#include "scheduler.h... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#pragma once
#include <pal_error_common.h>
/**
* Converts the given raw numeric value obtained via errno ->
* Ge... |
//
// QuestionBanner.h
// TestRuntime
//
// Created by Varahala Babu on 15/09/14.
// Copyright (c) 2014 OnePoint. All rights reserved.
//
#import "Control.h"
@interface QuestionBanner : Control
{
int index;
NSString *name;
}
-(id)initWithIControl:(id<IControl>)parent withQueryManager:(QueryManager *)argum... |
/*
* wpa_supplicant - P2P
* Copyright (c) 2009-2010, Atheros Communications
*
* 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 Foundation.
*
* Alternatively, this software may be distribute... |
////////////////////////////////////////////////////////////////////////////
//
// Copyright 2014 Realm 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/li... |
#ifndef RADIUS_PACKET_H_QMEYJOSQ
#define RADIUS_PACKET_H_QMEYJOSQ
#include "packets/common.h"
#include "packets/eap_packet.h"
#include "constants.h"
#include <map>
#include <vector>
#include <array>
#include <string>
#include <cstring>
#include <algorithm>
#include <memory>
#include <iostream>
namespace radius {
name... |
//
// SideMenu.h
// SideMenu
//
// Created by Soheil on 31/10/16.
// Copyright © 2016 jonkykong. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for SideMenu.
FOUNDATION_EXPORT double SideMenuVersionNumber;
//! Project version string for SideMenu.
FOUNDATION_EXPORT const unsigned char ... |
#ifndef Magnum_Text_AbstractGlyphCache_h
#define Magnum_Text_AbstractGlyphCache_h
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021 Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any pers... |
/*
* iperf, Copyright (c) 2014-2018, The Regents of the University of
* California, through Lawrence Berkeley National Laboratory (subject
* to receipt of any required approvals from the U.S. Dept. of
* Energy). All rights reserved.
*
* If you have questions about your rights to use or distribute this
* softwar... |
/**
* \file
*
* \brief Example specific board configuration file
*
* Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivatives exclusively with Microch... |
//====== Copyright © 1996-2008, Valve Corporation, All rights reserved. =======
//
// Purpose: interface to app data in Steam
//
//=============================================================================
#ifndef ISTEAMAPPS_H
#define ISTEAMAPPS_H
#ifdef _WIN32
#pragma once
#endif
const int k_cubAppProofOfPurchase... |
/*
* Unit test suite for debug functions.
*
* Copyright 2004 Patrik Stridvall
*
* 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... |
//
// g01jfsc_zk65mLZRequestTool+LZ.h
// LongCuiXuan
//
// Created by zipingfang on 2018/5/9.
//
#import "g01jfsc_zk65mLZRequestTool.h"
@interface g01jfsc_zk65mLZRequestTool (LZ)
#pragma mark - 首页
/*
*首页-获取商品分类表列表
*/
+ (void)getProductCategoryListSuccess:(void (^) (id responseObject))success failure:(void (^) ... |
#pragma once
#include <atomic>
#include <cstdint>
#include <list>
#include <memory>
#include <string>
#include "envoy/common/scope_tracker.h"
#include "envoy/network/transport_socket.h"
#include "source/common/buffer/watermark_buffer.h"
#include "source/common/event/libevent.h"
#include "source/common/network/connec... |
#include "cla/posix/cla_tcpclv3_proto.h"
#include "bundle6/sdnv.h"
#include "platform/hal_io.h"
#include "upcn/common.h"
#include "upcn/parser.h"
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
// HANDSHAKING
char *cla_tcpclv3_generate_contact_header(
const char *const local_eid, size_t *len)
{
cons... |
/* We encode backwards, to avoid pre-computing lengths (one-pass encode). */
#include "upb/encode.h"
#include <setjmp.h>
#include <string.h>
#include "upb/msg.h"
#include "upb/upb.h"
/* Must be last. */
#include "upb/port_def.inc"
#define UPB_PB_VARINT_MAX_LEN 10
UPB_NOINLINE
static size_t encode_varint64(uint64_... |
/***
*
* Copyright (c) 1996-2002, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* object ... |
/*
* Copyright (c) 2004-2010 Apple 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 this file ex... |
//
// 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 ICParticipantBaseColorValues : NSObject
{
double _redValue;
double _greenValue;
double _blueValue;
double _alphaValue;
}
@property(... |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
typedef struct {
ngx_array_t caches; /* ngx_http_file_cache_t * */
} ngx_http_fastcgi_main_conf_t;
typedef struct {
ngx_array_t *flushe... |
//
// PersistenceService.h
// appez
//
// Created by Transility on 5/11/12.
//
/**
* PersistenceService : Allows the user to hold data in
* SharedPreferences for holding data across application's session. This service
* allows saving data in key-value pair, retrieving data and deleting data on
* the basis of key... |
//
// Copyright (c) .NET Foundation and Contributors
// Portions Copyright (c) 2016 STMicroelectronics. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#ifndef FLASH_LLD_H
#define FLASH_LLD_H
#include <stm32_registry.h>
#include <hal_nf_community.h>
#if (HAL_NF_USE_STM3... |
/***
*
* Copyright (c) 1996-2001, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* obje... |
/**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... |
#pragma once
#include <cstddef>
enum Color {
COLOR_RED,
COLOR_BLACK
};
// Red-black Tree Node
template <typename KeyType>
class RBTreeNode {
public:
KeyType key;
Color color;
RBTreeNode<KeyType>* parent;
RBTreeNode<KeyType>* left;
RBTreeNode<KeyType>* right;
RBTreeNode(KeyType key);
};
template <typename ... |
//###########################################################################
//
// FILE: usb_hal.c
//
// TITLE: Wrapper for interrupt functions and USB support pins.
//
//###########################################################################
// $TI Release: F2837xD Support Library v3.05.00.00 $
// $Release Dat... |
#ifndef _CPP_LAYER_LAYERS_POOLING_H_
#define _CPP_LAYER_LAYERS_POOLING_H_
#include "../../export.h"
#include <layer.h>
#include <layer/pooling.h>
#include "../../shared.h"
DLLEXPORT int layer_layers_Pooling_new(ncnn::Pooling** returnValue)
{
int32_t error = ERR_OK;
*returnValue = new ncnn::Pooling();
re... |
#pragma once
#include <sstream>
#include <string>
#include <vector>
namespace caffe2 {
std::vector<std::string> split(char separator, const std::string& string);
} |
//
// DGStylesCommand.h
// DataGraphFrameworkTest
//
// Created by David Adalsteinsson on 1/7/09.
// Copyright 2009-2013 Visual Data Tools, Inc. All rights reserved.
//
#import "DGCommand.h"
#import "DGStylesCommandConstants.h"
// This class is based on the DGCommand class. All this class does is to simplify set... |
/*
* Copyright (c) 2001-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause OR Arm’s non-OSI source license
*/
/*!
@addtogroup cc_pal_abort
@{
*/
/*!
@file
@brief This file includes all PAL APIs.
*/
#ifndef _CC_PAL_ABORT_H
#define _CC_PAL_ABORT_H
#include "... |
//
// 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"
@protocol APMidasUIQQPayChannelViewControllerDelegate <NSObject>
- (void)onPayChannelVCCancel;
@end |
/*
Copyright 2010-2013 SourceGear, LLC
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, softwar... |
#ifndef LINESEGMENT_H
#define LINESEGMENT_H
#include "object.h"
// LineSegment is a line made of not distorted cylinder
class LineSegment : public Object
{
public:
LineSegment(glm::vec3 polarA, glm::vec3 polarB, float radius); // radius = half of the width of the line
~LineSegment() override {}
bool inters... |
#include<stdio.h>
int main(){
int a[3][3],i,j;
float determinant=0;
printf("Enter the 9 elements of matrix: ");
for(i=0;i<3;i++)
for(j=0;j<3;j++)
scanf("%d",&a[i][j]);
printf("\nThe matrix is\n");
for(i=0;i<3;i++){
printf("\n");
for(j=0;j<3;j++)
printf("%d\t",a[i][j... |
/*
Copyright 2015 Jun Wako <wakojun@gmail.com>
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 ... |
/*
* Copyright 2015 Twitter, 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 ... |
// SPDX-License-Identifier: ISC
/* Copyright (C) 2020 Felix Fietkau <nbd@nbd.name> */
#include "mt76.h"
static const struct nla_policy mt76_tm_policy[NUM_MT76_TM_ATTRS] = {
[MT76_TM_ATTR_RESET] = { .type = NLA_FLAG },
[MT76_TM_ATTR_STATE] = { .type = NLA_U8 },
[MT76_TM_ATTR_TX_COUNT] = { .type = NLA_U32 },
[MT76_T... |
//******************************************************************************
//
// Copyright (c) 2015 Microsoft Corporation. All rights reserved.
//
// This code is licensed under the MIT License (MIT).
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LI... |
#ifndef C0P_PARAM_OBJECTS_SURFER__US_4O0__SURFTIMEPREFACTOR_0O25_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_NAVIGATOR_BEHAVIOUR_VELOCITY_CONST_PARAMETERS_H
#define C0P_PARAM_OBJECTS_SURFER__US_4O0__SURFTIMEPREFACTOR_0O25_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_NAVIGATOR_BEHAVIOUR_VELOCITY_CONST_PARAMETERS_H
#pragma once... |
/**
******************************************************************************
* @file stm32f3xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
*
* COPYRIGHT(c) 2015 STMicroelectronics
*
* Re... |
/*
* This file is a part of the open source stm32plus library.
* Copyright (c) 2011,2012,2013 Andy Brown <www.andybrown.me.uk>
* Please see website for licensing terms.
*/
#pragma once
// ensure the MCU series is correct
#ifndef STM32PLUS_F4
#error This class can only be used with the STM32F4 series
#endif
name... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#pragma once
#include "runtime.h"
#include "runtimeinfo.h"
#ifdef FEATURE_PAL
#define NETCORE_DAC_MODULE_NAME_W ... |
/*****************************************************************************
*
* \file
*
* \brief AVR32 UC3 Control Panel actuators interface module.
*
* This module acts as an interface to all actuators.
*
*
* The example is written for UC3 and EVK1100.
*
*
* Copyright (c) 2009-2014... |
/*
* 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... |
/*
**********************************************************************
* Copyright (c) 2004-2014, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
* Created: January 16 2004
* Since: ICU 2.8
*****... |
/* ----------------------------------------------------------------- */
/* The Toolkit for Building Voice Interaction Systems */
/* "MMDAgent" developed by MMDAgent Project Team */
/* http://www.mmdagent.jp/ */
/* -----------------------------... |
/*
* Copyright (C) 2017 Google Inc. All rights reserved.
* Copyright (C) 2012 Ericsson AB. 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 ret... |
// Tencent is pleased to support the open source community by making UnLua available.
//
// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the MIT License (the "License");
// you may not use this file except in compliance with the License. You may obtain a copy of the... |
/*
* 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... |
/*
* 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 (c) 2015-present, Parse, LLC.
* 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.
*/
#import <Foun... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_builtin_cmd_setenv.c :+: :+: :+: ... |
// Copyright 2011 Software Freedom Conservancy
// 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... |
/*
* Copyright (c) 2019-2020 Kevin Townsend (KTOWN)
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @addtogroup SOUND Sounds
*
* @brief Sound functions.
*
* \ingroup PHYSICS
* @{ */
/**
* @file
* @brief API header file for sound in zscilib.
*
* This file contains the zscilib sound APIs
*/
#ifndef ZE... |
/*
ARPACK++ v1.2 2/20/2000
c++ interface to ARPACK code.
MODULE ARRGComp.h.
Arpack++ class ARrcCompGenEig definition.
ARPACK Authors
Richard Lehoucq
Danny Sorensen
Chao Yang
Dept. of Computational & Applied Mathematics
Rice University
Houston, Texas
*/
#ifndef ARRGC... |
/*
* Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2002, Oracle and/or its affiliates. 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 LICENS... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.