text stringlengths 9 948k |
|---|
/*****************************************************************************/
/**
OSAL - Operating System Abstraction Layer for Embedded Systems
Copyright (C) 2011, Neil Johnson
All rights reserved.
Redistribution and use in source and binary forms,
with or without modification,
are permitted provided that the follo... |
/*
* Copyright (C) 2021 ByteDance 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... |
/*
File: UTCoreTypes.h
Contains: String constants for core uniform type identifiers
Copyright: (c) 2004-2012 by Apple Inc. All rights reserved.
Bugs?: For bug reports, consult the following page on
the World Wide Web:
http://developer.apple.com/bugreporter/
*/
#if TARGET_OS_IPHONE && (TA... |
#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_SpookyHalloweenSoundsTestsVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_SpookyHall... |
#ifndef SPHEREH
#define SPHEREH
//==================================================================================================
// Written in 2016 by Peter Shirley <ptrshrl@gmail.com>
//
// To the extent possible under law, the author(s) have dedicated all copyright and related and
// neighboring rights to this so... |
/*
* Copyright (c) 2015, Xilinx Inc. 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:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this ... |
/*
* File: asciicolumn.h
* Author: Sir Gee of Five
*
* Created on September 27, 2010, 10:30 AM
*/
#ifndef _ASCIICOLUMN_H
#define _ASCIICOLUMN_H
#include <string.h>
#include <pspdebug.h>
#include <pspkerneltypes.h>
#include "colorconfig.h"
#define ASCIICOLUMN_SUCCESS (0)
#define ASCIICOLUMN_FAILURE (-... |
/* crypto/cms/cms_pwri.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
*/
/* ====================================================================
* Copyright (c) 2009 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or w... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// This file is a verbatim copy of the Windows OS header with PE file structure definitions.
//
// ===========================================================================
//... |
/*
* File: types.h
* Author: zvrba
* Created: 2008-04-12
*
* ===========================================================================
* COPYRIGHT (c) 2008 Zeljko Vrba <zvrba.external@zvrba.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and assoc... |
/* cnd_init( cnd_t * cond )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
*/
#ifndef REGTEST
#include <threads.h>
/* Implicitly casting the parameters. */
extern int pthread_cond_init( cnd_t *, _PDCLIB_cnd_attr_t * );
int cnd_i... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkDiscreteFlyingEdges2D.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 so... |
/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "chipset.h"
#include "clock.h"
#include "common.h"
#include "console.h"
#include "gpio.h"
#include "hooks.h"
#include "host_command.h"
#in... |
// Generated by Haxe 3.4.7
#ifndef INCLUDED_lime_text_harfbuzz__HBFTFont_HBFTFont_Impl_
#define INCLUDED_lime_text_harfbuzz__HBFTFont_HBFTFont_Impl_
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(lime,text,Font)
HX_DECLARE_CLASS4(lime,text,harfbuzz,_HBFTFont,HBFTFont_Impl_)
namespace lime{
namespace tex... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:36:37 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/TVSystemMe... |
/*
* 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
... |
/* Based on the public domain implementation in
* crypto_hash/sha512/ref/ from http://bench.cr.yp.to/supercop.html
* by D. J. Bernstein */
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "sha2.h"
#include "sha256.h"
#include "utils.h"
/*
* Compresses an address to a 22-byte sequence.
* This ... |
/**
* Copyright (c) 2020 Bosch Sensortec GmbH. All rights reserved.
*
* BSD-3-Clause
*
* 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
* no... |
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% %
% ... |
// Copyright 2017 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#pragma once
#include <object/handle.h>
#include <object/port_dispatcher.h>
#include <zircon/syscalls/hypervisor.h>
#include <zir... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 The MANO Coin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/lice... |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#ifndef DISABLE_DEPRECATION
#pragma clang diagnostic warning "-Wdeprecated-declarations"
/**
* Macro for marking up deprecated code, functions and types.
*
* Features that are marked as deprecated are scheduled to be removed from the ... |
/**
******************************************************************************
* @file I2C/I2C_TwoBoards_AdvComIT/Inc/main.h
* @author MCD Application Team
* @brief Header for main.c module
******************************************************************************
* @attention
*
* Copyrigh... |
/*
* Copyright (C) 2012 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... |
//
// CIFilter+ColorLUT.h
// Pods
//
// Created by jft0m on 2017/8/11.
//
//
#import <CoreImage/CoreImage.h>
@interface CIFilter (ColorLUT)
+ (CIFilter *)colorCubeWithColrLUTImageNamed:(NSString *)imageName dimension:(NSInteger)n;
@end |
/**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2020 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
#pragma once
#include <Common/UTF8Helpers.h>
#include <Core/Defines.h>
#include <ext/range.h>
#include <Poco/UTF8Encoding.h>
#include <Poco/Unicode.h>
#include <stdint.h>
#include <string.h>
#ifdef __SSE2__
#include <emmintrin.h>
#endif
#ifdef __SSE4_1__
#include <smmintrin.h>
#endif
namespace DB
{
namesp... |
/* $NetBSD: t_sleep.c,v 1.8 2014/07/15 14:56:34 gson Exp $ */
/*-
* Copyright (c) 2006 Frank Kardel
* 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 mu... |
/* Machine-dependent ELF dynamic relocation inline functions. SPARC version.
Copyright (C) 1996-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Licen... |
/* file: quantiles_types.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 copy of the Lic... |
/**
* @file
*
* @author jeffrey.daily@gmail.com
*
* Copyright (c) 2015 Battelle Memorial Institute.
*/
#include "config.h"
#include <stdint.h>
#include <stdlib.h>
#if defined(_MSC_VER)
#include <intrin.h>
#else
#include <emmintrin.h>
#endif
#include "parasail.h"
#include "parasail/memory.h"
#include "parasail/... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:51:56 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon
* classdump-dyld is licensed under GPLv3, Copyright © 2013-201... |
// Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2017 The C0 developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_TRANSACTIONDESCDIALOG_H
#define BITCOIN_QT_TRANSACTIONDESCDIALOG_H
#in... |
#ifndef _COMMANDLISTENERBASE_H_
#define _COMMANDLISTENERBASE_H_
#include <assert.h>
#include <list>
using std::list;
#include "CommandGenerator.h"
// TODO: move this into each corresponding listener type?
template <class ListenerType, class CommandType>
class CommandListenerBase
{
public:
virtual void handleComman... |
/*
******************************************************************************
** CarMaker - Version 10.2.1
** Vehicle Dynamics Simulation Toolkit
**
** Copyright (C) IPG Automotive GmbH
** Bannwaldallee 60 Phone +49.721.98520.0
** 76185 Karlsruhe Fax ... |
// Estimote Fleet Management SDK
// Copyright © 2015 Estimote. All rights reserved.
#import "ESTTelemetryInfo.h"
NS_ASSUME_NONNULL_BEGIN
/**
* This class contains data read from telemetry packet from beacon device.
*/
DEPRECATED_MSG_ATTRIBUTE("Deprecated since 4.31.0.")
@interface ESTTelemetryInfoMagnetometer : ... |
/*
* copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of FFmpeg.
*
* FFmpeg 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... |
/* NetHack 3.6 botl.c $NHDT-Date: 1573178085 2019/11/08 01:54:45 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.148 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Michael Allison, 2006. */
/* NetHack may be freely redistributed. See license for details. */
#include "hack.... |
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
#pragma once
#include "Recognizer.h"
#include "TokenSource.h"
#include "CharStream.h"
#include "Token.h"
namespace antl... |
/*
* javaCmd.c --
*
* This file contains the Tcl command procedures for the
* TclJava package.
*
* Copyright (c) 1997 by Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*
* RCS: @(#) $Id: javaCmd.c... |
//
// UIScreen+ZXExtension.h
// ZXDropMenuView
//
// Created by brice Mac on 2017/4/5.
// Copyright © 2017年 briceZhao. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIScreen (ZXExtension)
+ (float)screenW;
+ (float)screenH;
+ (float)scale;
+ (CGRect)bounds;
+ (BOOL)isRetina;
@end |
// [Blend2D]
// 2D Vector Graphics Powered by a JIT Compiler.
//
// [License]
// Zlib - See LICENSE.md file in the package.
#ifndef BLEND2D_CONTEXT_H
#define BLEND2D_CONTEXT_H
#include "./font.h"
#include "./geometry.h"
#include "./image.h"
#include "./matrix.h"
#include "./path.h"
#include "./rgba.h"
#include "./reg... |
/* SPARC-specific support for 32-bit ELF
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2010, 2011
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program is free software; you can redistribute it and... |
//
// Copyright 2019 The Abseil Authors.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or ... |
/*
* Copyright (c) 2011-2018 The DragonFly Project. All rights reserved.
*
* This code is derived from software contributed to The DragonFly Project
* by Matthew Dillon <dillon@dragonflybsd.org>
* by Venkatesh Srinivas <vsrinivas@dragonflybsd.org>
* by Daniel Flores (GSOC 2013 - mentored by Matthew Dillon, compr... |
#ifndef GFTTAlgorithm_h
#define GFTTAlgorithm_h
/**
* @file
* $Revision$
* $Date$
*
* Unless noted otherwise, the portions of Isis written by the USGS are public
* domain. See individual third-party library and package descriptions for
* intellectual property information,user agreements, and related info... |
// vi:nu:et:sts=4 ts=4 sw=4
/*
* Generated 11/23/2019 09:50:49
*/
// All code under test must be linked into the Unit Test bundle
// Test Macros:
// TINYTEST_ASSERT(condition)
// TINYTEST_ASSERT_MSG(condition,msg)
// TINYTEST_EQUAL(expected, actual)
// TINYTEST_EQUAL_MSG(expected, actual, msg... |
//
// Generated by class-dump 3.5b1 (64 bit) (Debug version compiled Dec 3 2019 19:59:57).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <AppKit/NSPopUpButtonCell.h>
@interface _RolloverPopUpButtonCell : NSPopUpButtonCell
{
}
- (struct CGRect)_indicatorFrameForCellFrame:(struct CGRect)arg1 inView:(id)... |
/**
* Copyright 2019 The Gamma Authors.
*
* This source code is licensed under the Apache License, Version 2.0 license
* found in the LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <vector>
#include "common/common_query_data.h"
#include "gamma_raw_data.h"
#include "idl/fbs-gen/... |
/*
* Copyright (c) 2010 The WebM 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributin... |
/*
* linux/arch/arm/mm/copypage-v3.c
*
* Copyright (C) 1995-1999 Russell King
*
* 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.
*/
#include <linux/init.h>
#include <linux/hig... |
#ifndef LAB7A_H
#define LAB7A_H
#include <stdio.h>
float average(float *grade, int gradenumber);
float convert(char *str);
#endif |
//------------------------------------------------------------------------------
// Copyright (c) 2005-2010 Atheros Corporation. All rights reserved.
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright ... |
#ifndef G_NTH_PIXELGROUP_H
#define G_NTH_PIXELGROUP_H
#include <G_PixelGroup.h>
class G_PixelGroupNth: public G_PixelGroup {
public:
G_PixelGroupNth(int size, int order, int maxIndex) :
size(size), order(order), maxIndex(maxIndex) {
}
virtual void setAllColor(Adafruit_NeoPXL8* strip, uint32_t color) {
for (i... |
/*
*
* Copyright (c) 2021 Project CHIP Authors
*
* 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... |
//
// SpaceInvadersMachine.h
// PhoneInvaders
//
#import <Foundation/Foundation.h>
#import <AVFoundation/AVFoundation.h>
#include "8080emu.h"
/*
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, eithe... |
/*
Copyright (c) 2012-2017 Ben Croston ben@croston.org.
Copyright (c) 2019, NVIDIA CORPORATION.
Copyright (c) 2019 Jueon Park(pjueon) bluegbg@gmail.com.
Copyright (c) 2021, Texas Instruments Incorporated. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software... |
#ifndef TEMOTO_ID_H
#define TEMOTO_ID_H
#include <stdlib.h>
#include <chrono>
namespace temoto_id
{
typedef int ID;
const ID UNASSIGNED_ID = 0;
class IDManager
{
public:
IDManager()
{
// generate random seed for more reliable testing
using namespace std::chrono;
milliseconds ms = duration_cast<millis... |
//
// Copyright (c) 2014 The ANGLE 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.
//
// Data.h: Container class for all GL relevant state, caps and objects
#ifndef LIBANGLE_DATA_H_
#define LIBANGLE_DATA_H_
#include "common... |
/*-------------------------------------------------------------------------
*
* regproc.c
* Functions for the built-in types regproc, regclass, regtype, etc.
*
* These types are all binary-compatible with type Oid, and rely on Oid
* for comparison and so forth. Their only interesting behavior is in
* special ... |
////////////////////////////////////////////////////////////////////////////////
// IME - Infinite Motion Engine
//
// Copyright (c) 2020-2021 Kwena Mashamaite (kwena.mashamaite1@gmail.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentatio... |
/* PR middle-end/19857 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* LLVM LOCAL test not applicable */
/* { dg-require-fdump "" } */
int i;
int foo (void)
{
return i & ~(unsigned int) 3;
}
/* Make sure the optimizers don't introduce overflow where one
did not exist in the origina... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/http.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fapi_2fhttp_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_google_2fapi_2fhttp_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 301... |
//
// STPBankAccountParams.h
// Stripe
//
// Created by Jack Flintermann on 10/4/15.
// Copyright © 2015 Stripe, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "STPFormEncodable.h"
typedef NS_ENUM(NSInteger, STPBankAccountHolderType) {
STPBankAccountHolderTypeIndividual,
STPBankAcc... |
/**
* ClassroomPlus ClassroomPlus License
* This source code and all modifications done by ClassroomPlus
* are licensed under the Apache Public License (version 2) and
* are Copyright (c) 2009-2014 by ClassroomPlus, Inc.
*/
/*
* Copyright (C) 2013 Apple Inc. All rights reserved.
*
* Redistribution and use in s... |
// Copyright 2012 Intel Corporation
//
// 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, ... |
/******************************************************************************
* $Id: AKFS_Measure.h 580 2012-03-29 09:56:21Z yamada.rj $
******************************************************************************
*
* Copyright (C) 2012 Asahi Kasei Microdevices Corporation, Japan
*
* Licensed under the Apache... |
#ifndef RXCOLLECTOR_H
#define RXCOLLECTOR_H
#include "regexppath.h"
#include "regexp.h"
class RXInput;
class RXPathInput;
class RXReplaceInput;
class QLineEdit;
#include <QStringListModel>
class RXCollector
{
public:
static RXCollector* instance();
void collect(const RegExpPath& exp);
void collect(const... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:10:41 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/ActionKit.... |
#pragma once
#include <vector>
#include "kalman_glm/pose_rpy.h"
#include "transform_filter_glm/smoother_sfb.h"
namespace transform_filter_glm {
/**
* @brief PoseRpy smoother, simple forward backward
*
* @tparam TransformFilterType { description }
*/
template<
class Trans... |
//
// AlertViewHelper.h
// kreditbro
//
// Created by 戴培琼 on 2019/3/26.
// Copyright © 2019 lai. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
//@class CountryCodeModel;
NS_ASSUME_NONNULL_BEGIN
@interface AlertViewHelper : NSObject
+ (instancetype) shareInstance;
//+ (void) al... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/lixh/enb_folder/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/lixh/enb_folder/cmake_targets/lte... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018-2019 The BitmosCoin Core developers
// Distributed under the MIT software license, see the accompanying
// fil... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:48:04 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Li... |
/*---------------------------------------------------------------------------/
/ FatFs - FAT file system module configuration file R0.10b (C)ChaN, 2015
/----------------------------------------------------------------------------/
/
/ CAUTION! Do not forget to make clean the project after any changes to
/ the config... |
/* Copyright 2022 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... |
/****************************************************************************
* arch/z80/src/ez80/ez80_rtc_lowerhalf.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy... |
//
// WBGMosicaPath.h
// ZMJImageEditor_Example
//
// Created by minqin on 2019/5/9.
// Copyright © 2019 keshiim. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface WBGMosicaPath : NSObject
// 开始新的绘制
- (void)beginNewDraw:(CGPoint)point;
- (void)addLineToPoint:(CGPoint)point;
- (void)backToLast... |
//
// SHFetchedResultsControllerDemoViewController.h
// SHDataSourceDemo
//
// Created by Stefan Herold on 08/10/14.
// Copyright (c) 2014 Stefan Herold. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SHFetchedResultsControllerDemoViewController : UIViewController <SHItemCollectionFetchedResultsContro... |
int printf(const char format[]) {
/* i wisghkhhhhjhjh i could printf */
return 0;
}
int main(void) {
return printf("hello world!\n");
} |
/**
******************************************************************************
* @file TIM/Cascade_Synchro/stm32l1xx_it.c
* @author MCD Application Team
* @version V1.2.2
* @date 17-November-2021
* @brief Main Interrupt Service Routines.
* This file provides template for all excepti... |
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
#ifndef MAME_CPU_LR35902_LR35902_H
#define MAME_CPU_LR35902_LR35902_H
#pragma once
enum
{
LR35902_PC=1, LR35902_SP, LR35902_A, LR35902_F, LR35902_B, LR35902_C, LR35902_D, LR35902_E, LR35902_H, LR35902_L,
LR35902_IRQ_STATE,
/* Pseudo registers to keep track o... |
/* Generic sysexits */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1998-2022 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenL... |
//
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: ./sandbox/src/java/org/apache/lucene/search/GeoPointTermsEnum.java
//
#include "J2ObjC_header.h"
#pragma push_macro("INCLUDE_ALL_OrgApacheLuceneSearchGeoPointTermsEnum")
#ifdef RESTRICT_OrgApacheLuceneSearchGeoPointTermsEnum
#define INCLUDE_ALL_OrgA... |
#ifndef GAMESTATE_H
#define GAMESTATE_H
#include "Etterna/Models/Misc/Difficulty.h"
#include "Etterna/Models/Misc/GameConstantsAndTypes.h"
#include "Etterna/Models/Misc/Grade.h"
#include "MessageManager.h"
#include "Etterna/Models/Misc/ModsGroup.h"
#include "Etterna/Models/Songs/SongPosition.h"
#include "discord_rpc.h... |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* File Name : stm32f1xx_hal_msp.c
* Description : This file provides code for the MSP Initialization
* and de-Initialization codes.
*****************************... |
// Program to take 5 values from the user and store them in an array
// Print the elements stored in the array
//#include <stdio.h>
int main(void) {
int values[];
int i;
bool test;
printf("Enter 5 integers: ");
// taking input and storing it in an array
for(i = 0; i < 5; ++i) {
scanf(values[i]);
t... |
/*
* VFIO PCI I/O Port & MMIO access
*
* Copyright (C) 2012 Red Hat, Inc. All rights reserved.
* Author: Alex Williamson <alex.williamson@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by t... |
/*
* Copyright (c) 2016-2017 Nordic Semiconductor ASA
* Copyright (c) 2016 Vinayak Kariappa Chettimada
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/types.h>
#include <string.h>
#include <soc.h>
#include <device.h>
#include <clock_control.h>
#ifdef CONFIG_CLOCK_CONTROL_NRF5
#include <drivers/clock_... |
//------------------------------------------------------------------------------
/*
This file is part of calld: https://github.com/call/calld
Copyright (c) 2012-2017 Call Labs Inc
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, p... |
//chahua3.c
#include <ansi.h>;
#include <armor.h>;
inherit HEAD;
void create()
{
set_name(HIG"十三太保"NOR, ({"cha hua", "hua"}));
if( clonep() )
set_default_object(__FILE__);
else {
set("unit", "朵");
set("long",
"一株茶花,枝上共開十三朵花,朵朵顏色不同,決無半分混雜。而
且十三朵花形... |
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of c... |
/* resource.c -- generic resource handling
*
* Copyright (C) 2010--2014 Olaf Bergmann <bergmann@tzi.org>
*
* This file is part of the CoAP library libcoap. Please see
* README for terms of use.
*/
#include "config.h"
#include "net.h"
#include "debug.h"
#include "resource.h"
#include "subscribe.h"
#ifdef WITH_LW... |
#ifndef TrackAssociator_TrackDetMatchInfo_h
#define TrackAssociator_TrackDetMatchInfo_h
#include "DataFormats/CaloTowers/interface/CaloTower.h"
#include "DataFormats/EcalRecHit/interface/EcalRecHit.h"
#include "DataFormats/HcalRecHit/interface/HBHERecHit.h"
#include "DataFormats/HcalRecHit/interface/HORecHit.h"
#inclu... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "S1AP-IEs.asn"
* `asn1c -D ./output -pdu=auto`
*/
#ifndef _S1ap_LAI_H_
#define _S1ap_LAI_H_
#include <asn_application.h>
/* Including external dependencies */
#include "S1ap-PLMNidentity.h"
#include "S1ap-LAC.... |
#include <yed/plugin.h>
void latex_compile_current_file(int n_args, char **args);
void latex_view_current_file(int n_args, char **args);
int yed_plugin_boot(yed_plugin *self) {
YED_PLUG_VERSION_CHECK();
yed_plugin_set_command(self, "latex-compile-current-file", latex_compile_current_file);
yed_plugin_set... |
#include <stdio.h>
void bar();
void foo()
{
printf("foo\n");
bar();
} |
/*
The MIT License (MIT)
Copyright (c) 2015 Hideaki Suzuki
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, merge... |
/*-------------------------------------------------------------------------
*
* ISO8859_1 <--> UTF8
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* src/backend/utils/mb/conversion_procs/utf8... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.