text stringlengths 9 948k |
|---|
/*******************************************************************************
* File Name: cycfg_system.c
*
* Description:
* System configuration
* This file was automatically generated and should not be modified.
*
********************************************************************************
* Copyright 2017-20... |
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/* Thi... |
/*
* Copyright 2015 Your Name <your@email.address>
* All rights reserved. Distributed under the terms of the MIT license.
*/
#ifndef ROUTLINELISTVIEW_H
#define ROUTLINELISTVIEW_H
#include <SupportDefs.h>
#include <interface/OutlineListView.h>
const int32 kListViewMouseEvent = 'kLOm';
class BMessenger;
class ROut... |
CBOP
C !ROUTINE: ECCO_OPTIONS.h
C !INTERFACE:
C #include "ECCO_OPTIONS.h"
C !DESCRIPTION:
C *==================================================================*
C | CPP options file for ECCO (ecco) package:
C | Control which optional features to compile in this package code.
C *========================================... |
#include <ctype.h>
#include <inttypes.h>
#include <string.h>
#include "cixl/box.h"
#include "cixl/cx.h"
#include "cixl/emit.h"
#include "cixl/error.h"
#include "cixl/iter.h"
#include "cixl/scope.h"
#include "cixl/str.h"
struct char_iter {
struct cx_iter iter;
struct cx_str *str;
char *ptr;
};
static bool char_... |
/*
* Copyright (c) 2011, Tom Distler (http://tdistler.com)
* All rights reserved.
*
* The BSD License
*
* 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 c... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:29:11 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/CoreKnowle... |
/* Copyright 2018 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... |
#ifndef __LE_FILE_H__
#define __LE_FILE_H__
#include "global.h"
#include "row.h"
char *editorRowsToString(int *buflen);
void editorOpen(char *filename);
void editorSave();
#endif |
/*
Copyright (C) 2008-2016 The Communi Project
You may use this file under the terms of BSD license as follows:
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 ab... |
//
// Created by Tobias Fuchs on 08.08.20.
//
#pragma once
#include <thread_holder.h>
#include <chrono>
class Consumer : private ThreadLib::ThreadHolder {
public:
explicit Consumer(std::chrono::milliseconds timeout);
const std::chrono::milliseconds _timeout;
async(collect);
private:
void collect(int numbe... |
/*
* Copyright (C) 2000 Lars Knoll (knoll@kde.org)
* (C) 2000 Antti Koivisto (koivisto@kde.org)
* (C) 2000 Dirk Mueller (mueller@kde.org)
* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
* Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com>
*
* This li... |
/*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//---------------------------------------------------------... |
/****************************************************************************************
Copyright (C) 2015 Autodesk, Inc.
All rights reserved.
Use of this software is subject to the terms of the Autodesk license agreement
provided at the time of installation or download, or which otherwise accompanies... |
#ifndef KEYBOARD_H_
#define KEYBOARD_H_
#include "stm32f4xx.h"
#define KEYBOARD_REAL 0
#define KEYBOARD_MIRROR 1
#define KEY_INTERRUPT_GPIO GPIOB
#define KEY_INTERRUPT_GPIO_BIT GPIO_Pin_8
#define ROW0_GPIO GPIOB
#define ROW1_GPIO GPIOB
#define ROW2_GPIO GPIOB
#define ROW3_GPIO GPIOB
#define COL0_GPIO GPIO... |
#include "libm.h"
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
long double modfl(long double x, long double *iptr)
{
return modf(x, (double *)iptr);
}
#elif (LDBL_MANT_DIG == 64 || LDBL_MANT_DIG == 113) && LDBL_MAX_EXP == 16384
#if LDBL_MANT_DIG == 64
#define TOINT 0x1p63
#elif LDBL_MANT_DIG == 113
#define TOINT 0... |
#include "petiga.h"
#include "petigapart.h"
#include "petigagrid.h"
#undef __FUNCT__
#define __FUNCT__ "IGACreate"
/*@
IGACreate - Creates the default IGA context.
Collective on MPI_Comm
Input Parameter:
. comm - MPI communicator
Output Parameter:
. newiga - location to put the IGA context
Level:... |
// File created with /daemon/persistent_room_d.c
#include <std.h>
inherit "/cmds/avatar/avatar_room.c";
void create()
{
::create();
set_name("sunetemple_05");
set_property("indoors",0);
set_property("light",1);
set_property("no teleport",1);
set_terrain("shallow water");
set_travel("slick ... |
/**************************************************************************************************
* *
* This file is part of HPIPM. *
* ... |
#pragma once
#include "__zz_cib_stl-helpers/__zz_cib_vector-iterator.h"
class ExampleClass;
namespace __zz_cib_ {
using namespace ::__zz_cib_stl_helpers;
template <typename T>
struct __zz_cib_Helper<::__zz_cib_stl_helpers::vector_iterator<::ExampleClass* const >, T> : public __zz_cib_MethodTableHelper {
static_asse... |
/******************************************************************
*
* Copyright 2014 Samsung Electronics 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
*
... |
/*
Grid-based Task Dispatcher System
This software is a C++ 11 Header-Only reimplementation of core part from project PaintsNow.
The MIT License (MIT)
Copyright (c) 2014-2021 PaintDream
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (... |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Definitions for the Interfaces handler.
*
* Version: @(#)dev... |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
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 ... |
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_WALLETMODEL_H
#define BITCOIN_QT_WALLETMODEL_H
#include "paymentrequestplus.h"
#include "walletmodeltrans... |
//-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// 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 restrictio... |
#ifndef _Node_h
#define _Node_h 1
#include <stdio.h>
#include "types.h"
#include "Principal.h"
#include "ITimer.h"
#include "th_assert.h"
#include "Statistics.h"
class Message;
class rabin_priv;
class New_key;
class ITimer;
extern void atimer_handler();
class Node {
public:
Node(FILE *config_file, FILE *config_p... |
/* Copyright 2020 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 OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <string.h>
#include "opensearch_odbc.h"
#include "misc.h"
#ifndef WIN32
#include <ctype.h>
#endif /* WIN32 */
#include "bind.h"
#include "convert.h"
#include "environ.h"
#include "opensearch_types.h"
#inc... |
/***************************************************************************
*
* Author: "Sjors H.W. Scheres"
* MRC Laboratory of Molecular Biology
*
* 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 F... |
/*
iosFtpServer
Copyright (C) 2008 Richard Dearlove ( monsta )
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) any later version.... |
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
security.c
Abstract:
security related debugger extensions
Author:
Charlie Wickham (charlwi) 17-Mar-2000
Revision History:
--*/
#include "clusextp.h"
#include <sddl.h>
#define FIND_WHITE_SPACE( _ptr_ ) \
... |
/*
* KData.h
*
* Created on: 2013-5-1
* Author: fasiondog
*/
#ifndef KDATA_SERIALIZATION_H_
#define KDATA_SERIALIZATION_H_
#include "../config.h"
#include "../KData.h"
#if HKU_SUPPORT_SERIALIZATION
#include "Stock_serialization.h"
#include "KQuery_serialization.h"
namespace boost {
namespace serializatio... |
/*
* Create trampolines to invoke arbitrary functions.
* Copyright (c) 2002 Sergey Chaban <serge@wildwestsoftware.com>
*
* Contributions by Malte Hildingson
*/
#include "arm-codegen.h"
#include "arm-dis.h"
#if defined(_WIN32_WCE) || defined (UNDER_CE)
# include <windows.h>
#else
#include <unistd.h>
#include <sys... |
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__94B13141_93C4_4ACA_8BBF_BA9AB0665A5C__INCLUDED_)
#define AFX_STDAFX_H__94B13141_93C4_4ACA_8BBF_BA9AB0665A5C__INCLUDED_
#if _M... |
/*
* cdc-acm.c
*
* Copyright (c) 1999 Armin Fuerst <fuerst@in.tum.de>
* Copyright (c) 1999 Pavel Machek <pavel@ucw.cz>
* Copyright (c) 1999 Johannes Erdfelt <johannes@erdfelt.com>
* Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz>
* Copyright (c) 2004 Oliver Neukum <oliver@neukum.name>
* Copyright (c) 2005 D... |
/* Copyright (c) 2011 Xiph.Org Foundation
Written by Jean-Marc Valin */
/*
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 ... |
/*
* 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... |
#include <stdio.h>
#include "FlashFile/FlashFile.h"
#include "vtoemadpt/oem_flashfile.h"
FILECTRL* oem_fopen(const char* filename, const char* mode){
return fopen(filename, mode);
}
int oem_fclose(FILECTRL* fp){
// flashclose(fp);
fclose(fp);
return 0;
}
int oem_fgetc(FILECTRL* fp){
return fgetc... |
/**
******************************************************************************
* @file usbh_hid.c
* @author MCD Application Team
* @version V3.2.2
* @date 07-July-2015
* @brief This file is the HID Layer Handlers for USB Host HID class.
*
* @verbatim
*
* =================... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// A decoder for Mac Bin Hex 4.0.
... |
#include <string.h>
//#include <stddef.h>
#include <stdlib.h>
char *strdup(const char *s)
{
size_t len = strlen (s) + 1;
char *result = (char*) malloc (len);
if (result == (char*) 0)
return (char*) 0;
return (char*) memcpy (result, s, len);
} |
// Copyright 2019 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 <xnnpack/scalar-utils.h>
#include <xnnpack/gavgpool.h>
void xnn_q8_gavgpool_minmax_ukernel_7x__scalar_c1(
size_t rows,
... |
// Copyright 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 CC_LAYERS_VIDEO_FRAME_PROVIDER_CLIENT_IMPL_H_
#define CC_LAYERS_VIDEO_FRAME_PROVIDER_CLIENT_IMPL_H_
#include "base/memory/raw_ptr.h"
#include "ba... |
/*
* 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... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "NSObject-Protocol.h"
#import "SSOURLService-Protocol.h"
@class GTMSessionFetcher, NSArray, NSDictionary, NSString, NSURL, SSO... |
//
// TCAbutSNoteViewController.h
// SecurityNote
//
// Created by HTC on 14-10-1.
// Copyright (c) 2014年 JoonSheng. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TCAbutSNoteViewController : UIViewController
@end |
/* file: implicit_als_train_init_kernel.h */
/*******************************************************************************
* Copyright 2014-2020 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 ... |
/*
*
* Copyright 2015, Google 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 of condi... |
#include <string.h>
#include <oscore/contextpair.h>
#include <oscore/context_impl/b1.h>
#define K 100
void oscore_context_b1_initialize(
struct oscore_context_b1 *secctx,
const struct oscore_context_primitive_immutables *immutables,
uint64_t seqno,
const struct oscore_context_b1_replay... |
//
// denormals.h
// MDStudio
//
// Created by Daniel Cliche on 11-05-24.
// Copyright 2010-2020 Daniel Cliche. All rights reserved.
//
// Based on public domain code written by Jezar at Dreampoint, June 2000, http://www.dreampoint.co.uk
// Based on IS_DENORMAL macro by Jon Watte
#ifndef DENORMALS_H
#define DENOR... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:16:09 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/PhotoLi... |
#if 0 // extra/linux-03.20.00.13/pru-firmware-05-31-2011-1423-v3.0/PRU_SUART_Emulation.bin
unsigned int PRU_SUART_Emulation_size = 3204;
unsigned char PRU_SUART_Emulation[] = {
0xf4, 0xf4, 0xf4, 0x14, 0x96, 0x39,
0xa0, 0x91, 0xf6, 0xf6, 0x09, 0x1f, 0x96, 0x39, 0xa0, 0x81, 0x96, 0x39,
0xa0, 0x91,... |
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
*******************... |
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Error.h>
#include <AK/Forward.h>
#include <AK/HashFunctions.h>
#include <AK/StdLibExtras.h>
#include <AK/Traits.h>
#include <AK/Types.h>
#include <AK/kmalloc.h>
namespace AK {... |
/* Generating, shuffling, and randomizing sequences.
*
* Contents:
* 1. Generating simple random character strings.
* 2. Generating iid sequences.
* 3. Shuffling sequences.
* 4. Randomizing sequences.
* 5. Generating iid sequences (digital mode).
* 6. Shuffling sequences (digital mode).
* 7. Ra... |
#ifndef _HLH_ERROR_H_
/*
HLH error reporting extension
Written in 2021 by Lukas Holzbeierlein (Captain4LK) email: captain4lk [at] tutanota [dot] com
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide... |
/*
* Copyright 2010-2016 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 2019 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, m... |
/*
* ITU H263 bitstream encoder
* Copyright (c) 2000,2001 Fabrice Bellard
* H263+ support.
* Copyright (c) 2001 Juan J. Sierralta P
* Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under th... |
/*
* fs/cifs/misc.c
*
* Copyright (C) International Business Machines Corp., 2002,2008
* Author(s): Steve French (sfrench@us.ibm.com)
*
* 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 Sof... |
/*
* prog_util.c - utility functions for programs
*
* Copyright 2016 Eric Biggers
*
* 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... |
// SPDX-License-Identifier: GPL-2.0
/*
* linux/arch/m68k/mm/sun3mmu.c
*
* Implementations of mm routines specific to the sun3 MMU.
*
* Moved here 8/20/1999 Sam Creasey
*
*/
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/swap.h>
#include <linux/kernel.h>
#include <linux/... |
/*
* ISO9660 support routines for PhysicsFS.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file originally written by Christoph Nelles, but was largely
* rewritten by Ryan C. Gordon (so please harass Ryan about bugs and not
* Christoph).
*/
/*
* Handles CD-ROM disk images (an... |
/*------------------------------------------------------------------------------
* File Name: main.c
* Purpose:
*
* Author: Ke Wang
*
* Created: 2019-12-05
* Copyright: (c) Ke Wang 2019
* Licence: <your licence>
*-----------------------------------------------------------------------------*/
#incl... |
/*
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"
static volatile uint32_t x2 = 16U;
int32_t x4 = INT32_MIN;
static int16_t x14 = INT16_MIN;
uint16_t x18 = UINT1... |
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd. 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
*
* Unle... |
//
// AppDelegate.h
// PageViewController
//
// Created by Apple on 16/12/13.
// Copyright © 2016年 Apple. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end |
// Copyright 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 MOJO_PUBLIC_UTILITY_RUN_LOOP_HANDLER_H_
#define MOJO_PUBLIC_UTILITY_RUN_LOOP_HANDLER_H_
#include "mojo/public/system/core_cpp.h"
namespace mojo ... |
#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_YUtilCore_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_YUtilCore_ExampleVe... |
/*
* 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 <Request/AWSGameLiftStartMatchmakingRequest.h>
#include <aws/gamelift/Game... |
/*
* Copyright 2020 Patryk Stefanski
*
* Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
* http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
* http://opensource.org/licenses/MIT>, at your option. This file may not be
* copied, modified, or distributed except according t... |
/*
* ELF executable loading
* Copyright (c) 2003, Jeffrey K. Hollingsworth <hollings@cs.umd.edu>
* Copyright (c) 2003, David H. Hovemeyer <daveho@cs.umd.edu>
*
* All rights reserved.
*
* This code may not be resdistributed without the permission of the copyright holders.
* Any student solutions using any of thi... |
#include "THGeneral.h"
#if defined(__AVX__)
#ifdef _MSC_VER
#include <intrin.h>
static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
unsigned int *__ebx, unsigned int *__ecx,
unsigned int *__edx) {
unsigned int cpui[4];
__cp... |
#include <std.h>
inherit "/d/common/obj/instruments/instrument_inherit.c";
void create()
{
::create();
set_name("maracas");
set_short("A pair of maracas");
set_id(({"maracas","pair of maracas"}));
set_long("These are an unusual pair of instruments from a distant"+
" land. They consist of two fairly i... |
/*
* Copyright (c) 2014, ARM Limited and Contributors. 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 o... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE187_Partial_Comparison__wchar_t_fromConsole_ncmp_user_pw_61b.c
Label Definition File: CWE187_Partial_Comparison.label.xml
Template File: sources-sinks-61b.tmpl.c
*/
/*
* @description
* CWE: 187 Partial Comparison
* BadSource: fromConsole Read input from the console
*... |
/*
* reserved comment block
* DO NOT REMOVE OR ALTER!
*/
/* $Xorg: HPkeysym.h,v 1.4 2000/08/18 04:05:43 coskrey Exp $ */
/*
Copyright 1987, 1998 The Open Group
All Rights Reserved.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE ... |
//
// AppDelegate.h
// test
//
// Created by lin on 15/5/31.
// Copyright (c) 2015年 lin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end |
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#ifndef STORAGE_LEVELDB_INCLUDE_COMPARATOR_H_
#define STORAGE_LEVELDB_INCLUDE_COMPARATOR_H_
#include <... |
/* savelev.c Larn is copyrighted 1986 by Noah Morgan. */
/* $FreeBSD: src/games/larn/savelev.c,v 1.3 1999/11/16 02:57:24 billf Exp $ */
/* $DragonFly: src/games/larn/savelev.c,v 1.3 2006/08/26 17:05:05 pavalos Exp $ */
#include "header.h"
/*
* routine to save the present level into storage
*/
void
savelevel(void)
... |
/*--------------------------------------------------------------------
* guc.c
*
* Support for grand unified configuration scheme, including SET
* command, configuration file, and command line options.
* See src/backend/utils/misc/README for more information.
*
*
* Copyright (c) 2000-2021, PostgreSQL Global Dev... |
//
// AppnextInterstitialAd.h
// AppnextLib
//
// Created by Eran Mausner on 11/01/2016.
// Copyright © 2016 Appnext. All rights reserved.
//
#import <AppnextSDKCore/AppnextAd.h>
@interface AppnextInterstitialAd : AppnextAd
#pragma mark - Setters/Getters
- (void) setCreativeType:(ANCreativeType)creativeType;
- ... |
// This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/Fuse.Scripting/1.9.0/NativeEvent.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{namespace Fuse{namespace Scripting{struct Context;}}}
namespace g{namespace Fus... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIPageControl.h>
@class UIImage;
@interface MMPageControl : UIPageControl
{
UIImage *_activeImage;
UIImage *_i... |
/**
* \file x509.h
*
* \brief X.509 generic defines and structures
*/
/*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
*
* This file is provided under the Apache License 2.0, or the
* GNU General Public License v2.0 or later.
*
* **... |
/*++
Copyright (C) 1999 Microsoft Corporation
--*/
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <signal.h>
#include <memory.h>
#include <malloc.h>
#include <fcntl.h>
#include <stropts.h>
#include <tdi.h>
#include <u... |
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* lib/kadm5/srv/pwqual_dict.c */
/*
* Copyright (C) 2010 by the Massachusetts Institute of Technology.
* All rights reserved.
*
* Export of this software from the United States of America may
* require a specific license from the United States Gove... |
/*
* FreeOTP
*
* Authors: Nathaniel McCallum <npmccallum@redhat.com>
*
* Copyright (C) 2014 Nathaniel McCallum, Red Hat
*
* 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
*
* htt... |
// Copyright (c) 2020 The PIVX developers
// Copyright (c) 2020-2021 The PCTM developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef PCTM_PFBorderImage_H
#define PCTM_PFBorderImage_H
#include <QPainter>
#include <Q... |
#ifndef BACKEND_X11_H
#define BACKEND_X11_H
#include <X11/Xlib.h>
#define MAX_WINDOWS 256
struct window_x11_t;
typedef struct backend_x11_t {
/* the connection to the X server */
Display *display;
/* windows opened on the server */
struct window_x11_t *windows[MAX_WINDOWS];
size_t n_windows;
... |
/*
* Copyright (c) 2006, nobody
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and t... |
// Copyright 2020 Dan Kestranek.
#pragma once
#include "CoreMinimal.h"
#include "Characters/Abilities/GSGameplayAbility.h"
#include "GSChannellingAbility.generated.h"
/**
*
*/
UCLASS()
class GASSHOOTER_API UGSChannellingAbility : public UGSGameplayAbility
{
GENERATED_BODY()
}; |
/*
* BMKRouteSearch.h
* BMapKit
*
* Copyright 2011 Baidu Inc. All rights reserved.
*
*/
#import "BMKRouteSearchOption.h"
#import "BMKSearchBase.h"
@protocol BMKRouteSearchDelegate;
///route搜索服务
@interface BMKRouteSearch : BMKSearchBase
/// 检索模块的Delegate,此处记得不用的时候需要置nil,否则影响内存的释放
@property (nonatomic, weak) id... |
/*
* Copyright (c) 2016, Freescale Semiconductor, Inc.
* Copyright 2016 NXP
* All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/* Header for HTTPSRV.*/
#ifndef _HTTPSRV_H_
#define _HTTPSRV_H_
#include "httpsrv_config.h"
#include "lwip/sockets.h"
#include "lwip/inet.h"
#include "httpsrv_f... |
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2011-2013 Kevin Lange
* Copyright (C) 2015 Dale Weiler
*
* Global Descriptor Tables module
*
*/
#include <system.h>
#include <... |
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "Components/InstancedStaticMeshComponent.h"
#include "Components/AudioComponent.h"
#include "Sound/SoundCue.h"
#include "Ballsy.generated.h"
UCLASS()
class DA... |
/**
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
*
* 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, th... |
/*
* $Id: c_cppkcl.c,v 1.5 2008-07-23 16:16:43 haley Exp $
*/
/************************************************************************
* *
* Copyright (C) 2000 *
* University Corporation fo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.