text stringlengths 9 948k |
|---|
#ifndef __FTGLExtrdFont__
#define __FTGLExtrdFont__
#include "FTFont.h"
#include "FTGL.h"
class FTGlyph;
/**
* FTGLExtrdFont is a specialisation of the FTFont class for handling
* extruded Polygon fonts
*
* @see FTFont
* @see FTGLPolygonFont
*/
class FTGL_EXPORT FTGLExtrdFont : public FTFont
{
public:
... |
#include "os.h"
#include <mach-o/dyld.h>
#include <mach/mach_time.h>
#include <time.h>
#include "os_glfw.h"
static uint64_t epoch;
static uint64_t frequency;
static uint64_t getTime() {
return mach_absolute_time();
}
bool lovrPlatformInit() {
mach_timebase_info_data_t info;
mach_timebase_info(&info);
freque... |
//
// MASPutURLRequest.h
// MASFoundation
//
// Copyright (c) 2016 CA. All rights reserved.
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
//
#import "MASURLRequest.h"
/**
* The HTTP PUT specific version of the MASURLRequest:NSURLReq... |
#pragma once
#include <atomic>
#include "lightstep/metrics_observer.h"
namespace lightstep {
struct CountingMetricsObserver : MetricsObserver {
// MetricsObserver
void OnSpansSent(int num_spans) noexcept override {
num_spans_sent += num_spans;
}
void OnSpansDropped(int num_spans) noexcept override {
... |
#ifndef _lyramilk_script_js17_engine_h_
#define _lyramilk_script_js17_engine_h_
#include "config.h"
#include "scriptengine.h"
#include "datawrapper.h"
#include <jsapi.h>
/**
@namespace lyramilk::script::js
@brief 该命名空间用来封装脚本,但并不要求对每种脚本提供统一的定义形式。
*/
namespace lyramilk{namespace script{namespace js
{
class script_j... |
#import <Flutter/Flutter.h>
@interface SocialLoginPlugin : NSObject<FlutterPlugin>
@end |
//
// UIImage+ToolsLib.h
// Pods
//
// Created by 景彦铭 on 2017/8/1.
//
//
#import <UIKit/UIKit.h>
@interface UIImage (ToolsLib)
+ (UIImage *)my_bundleImageNamed:(NSString *)name;
@end |
/*----------------------------------------------------------------------------
* File: ooaofooa_TE_FILE_class.h
*
* Class: file (TE_FILE)
* Component: ooaofooa
*
* your copyright statement can go here (from te_copyright.body)
*--------------------------------------------------------------------------*/... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:02:18 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/Frameworks/CoreImage.framewo... |
/* Copyright (c) 2015-2017 OpenSky Network <contact@opensky-network.org> */
#ifndef _HAVE_LOG_H
#define _HAVE_LOG_H
#ifdef __cplusplus
extern "C" {
#endif
/** Log Levels */
enum LOG_LEVEL {
/** Just an information */
LOG_LEVEL_INFO,
/** Debugging message */
LOG_LEVEL_DEBUG,
/** Warning */
LOG_LEVEL_WARN,
/** ... |
/*++
/* NAME
/* mail_queue 3
/* SUMMARY
/* mail queue file access
/* SYNOPSIS
/* #include <mail_queue.h>
/*
/* VSTREAM *mail_queue_enter(queue_name, mode, tp)
/* const char *queue_name;
/* mode_t mode;
/* struct timeval *tp;
/*
/* VSTREAM *mail_queue_open(queue_name, queue_id, flags, mode)
/* const char *queue_name;
/*... |
// File system implementation. Five layers:
// + Blocks: allocator for raw disk blocks.
// + Log: crash recovery for multi-step updates.
// + Files: inode allocator, reading, writing, metadata.
// + Directories: inode with special contents (list of other inodes!)
// + Names: paths like /usr/rtm/xv6/fs.c for ... |
// 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 may... |
/*
* $Id$
* Copyright (C) 2004-2008, Parrot Foundation.
*/
/*
=head1 NAME
config\gen\platform\win32\env.c
=head1 DESCRIPTION
On Windows there are two ways to access the environment. Either through the
Windows environment block, using GetEnvironmentVariable,
SetEnvironmentVariable and GetEnvironmentStrings, or ... |
/* Created RJudd December 14, 1997 */
/* SPAWARSYSCEN D881 */
/**********************************************************************
// For TASP VSIPL Documentation and Code neither the United States /
// Government, the United States Navy, nor any of their employees, /
// makes any warranty, express or implied,... |
/*
* Copyright (C) by Argonne National Laboratory
* See COPYRIGHT in top-level directory
*/
#include "mpi.h"
#include <stdio.h>
#include "mpitest.h"
#include "win_sync.h"
int main(int argc, char *argv[])
{
int rank;
int errors = 0, errs = 0;
int buf = 0;
MPI_Win win;
MTest_Init(&argc, &arg... |
#include "MASH_sfun.h"
#include "sfcdebug.h"
struct SfDebugInstanceStruct;
struct SfDebugInstanceStruct* sfGlobalDebugInstanceStruct = NULL;
#define PROCESS_MEX_SFUNCTION_CMD_LINE_CALL
unsigned int sf_process_check_sum_call( int nlhs, mxArray * plhs[], int nrhs,
const mxArray * prhs[] )
{
extern unsigned int sf_... |
//
// Copyright (c) 2018 The nanoFramework project contributors
// See LICENSE file in the project root for full license information.
//
/**
* @file GPIO/hal_pal_lld.h
* @brief TICC3200 PAL subsystem low level driver header.
*
* @addtogroup PAL
* @{
*/
#ifndef HAL_PAL_LLD_H
#define HAL_PAL_LLD_H
#if HAL_U... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:10:16 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/Frameworks/SwiftUI.framework... |
// Copyright (c) 2012 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.
#ifndef LIBBRILLO_BRILLO_PROCESS_MOCK_H_
#define LIBBRILLO_BRILLO_PROCESS_MOCK_H_
#include <string>
#include <gmock/gmock.h>
#include "brillo/pr... |
/*
* Copyright (c) 1988-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* that (i) the above copyright notices and this permission notice appea... |
/*
* Copyright 2010-present Facebook.
*
* 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 agree... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2019 The Bitcoin Core developers
// Copyright (c) 2017-2020 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_VALIDATION_H
#d... |
// Copyright (c) 2015 Simon Fell
//
// 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, publish, ... |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32g0xx_hal_msp.c
* @brief This file provides code for the MSP Initialization
* and de-Initialization codes.
**************************************************... |
/* GStreamer Color Balance
* Copyright (C) 2003 Ronald Bultje <rbultje@ronald.bitfreak.net>
*
* color-balance.h: image color balance interface design
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free ... |
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2020 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
*/
#include <libfdt.h>
#include <sbi/sbi_error.h>
#include <sbi/sbi_scratch.h>
#include <sbi_utils/fdt/fdt_helper.h>
#include <sbi_utils/serial/fdt_se... |
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This file defines flags attached to various functions
// and data objects. The compilers, assemblers, and linker must
// all agree on these values.
//
// Kee... |
/*
* FILE: FlexNode.h
* AUTHOR: Michael David Plotz
* DATE: Tue May 7 14:25:45 PDT 2013
*/
#ifndef __CCNODEUTIL_FLEXNODE_H__
#define __CCNODEUTIL_FLEXNODE_H__
#include "cocos2d.h"
#include "CCNodeUtil.h"
USING_NS_CC;
NS_CC_UTIL_BEGIN
class FlexNode : public CCNode
{
public:
static FlexNode *create();
... |
/* $NetBSD: h_gets.c,v 1.1 2010/12/27 02:04:19 pgoyette Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, 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:
* 1. Redistributions ... |
//
// DrawDownloadViewcontroller.h
// PQDrawTest
//
// Created by ios on 16/8/13.
// Copyright © 2016年 ios. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface DrawDownloadViewcontroller : UIViewController
+ (instancetype)loadForStoryboard;
@end |
/**
******************************************************************************
* @file sram_diskio.c
* @author MCD Application Team
* @version V1.3.0
* @date 08-May-2015
* @brief SRAM Disk I/O driver
******************************************************************************
* @attention... |
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*
* WARNING: This is generated code. Modify at your own risk and without support.
... |
#ifndef __TINY_INTERNAL_ALGOBASE_H
#define __TINY_INTERNAL_ALGOBASE_H
#include <string.h>
#include <iterator>
#include <functional>
#include "tiny_pair.h"
// 编译器无力判别该类型
template<class T>
struct __type_traits {
typedef __true_type this_dummy_member_must_be_first;
typedef __true_type has_trivial_assignment_oper... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
#include <assert.h>
#include "../fruit.h"
int test_callback(char* msg) {
printf("*********************callback %s\n",msg);
printf("#########################\n");
return 0;
}
int main()
{
Fruit* f= (Fruit*) malloc(sizeof(Fru... |
/*
* Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
* Horst Hummel <Horst.Hummel@de.ibm.com>
* Carsten Otte <Cotte@de.ibm.com>
* Martin Schwidefsky <schwidefsky@de.ibm.com>
* Bugreports.to..: <Linux390@de.ibm.com>
* Copyright IBM Corp. 1999, 2009
*/
#define KMSG_COMPONENT "dasd"
... |
#pragma once
#include <functional>
// pyre
#include <pyre/journal.h>
// isce3::core
#include <isce3/core/Constants.h>
#include <isce3/core/Ellipsoid.h>
#include <isce3/core/LUT2d.h>
#include <isce3/core/Orbit.h>
// isce3::io
#include <isce3/io/Raster.h>
// isce3::product
#include <isce3/product/Product.h>
#include... |
//
// 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 the following disclaimer.
// * Redistributions in bin... |
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2017 IDLab-imec
*
* 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;
*
* This program is distri... |
/** @file */
#ifndef _MACH_T186_CLK_T186_H
#define _MACH_T186_CLK_T186_H
/**
* @defgroup clock_ids Clock Identifiers
* @{
* @defgroup extern_input external input clocks
* @{
* @def TEGRA186_CLK_OSC
* @def TEGRA186_CLK_CLK_32K
* @def TEGRA186_CLK_DTV_INPUT
* @def TEGRA186_CLK_SOR0_PAD_CLKOU... |
#pragma once
#ifdef __cplusplus
#define EXTERN
extern "C"
{
#else
#define EXTERN extern
#endif
#ifdef WIN32
#pragma pack(push, 1)
#define PACKED
#else
#define PACKED __attribute__((packed, aligned(1)))
#endif
typedef struct
{
void(*f_set_data_pointer)(void*);
void(*f_set_data_length)(int);
void(*f_encrypt)(voi... |
/*
* Intel XScale PXA255/270 processor support.
*
* Copyright (c) 2006 Openedhand Ltd.
* Written by Andrzej Zaborowski <balrog@zabor.org>
*
* This code is licenced under the GNU GPL v2.
*/
#ifndef PXA_H
# define PXA_H "pxa.h"
/* Interrupt numbers */
# define PXA2XX_PIC_SSP3 0
# define PXA2XX_PIC_USBH2 2
# def... |
/*-
* Copyright (c) 2004-2008 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of ... |
/*!
* -------------------------------------------------------------------------------------------------
* \file s_fmax.c
* \par ESA Contract Number
* 4000117691/16/NL/FE
* \brief Implementation file for fmax.
* \version c07acbf539f8880d8c1255e7f85138b89f33387b
* \date 2018-03-22 17:44:24 +0100
* \par Last ... |
/*
* Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use th... |
/*
Copyright (c) 2019 - 2022 Advanced Micro Devices, Inc. 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, ... |
#pragma once
#include "RequestData.h"
#include <vector>
#include "CircularQueue.h"
#include "Mutex.h"
#include "Event.h"
namespace bbg {
template <class T>
class QueueManager
{
public:
~QueueManager(void);
static QueueManager* Instance();
void AddRequestData(T* d);
T* ReadRequestData();
void GrantReaderAccess();... |
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:45:29 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/PrivateFrameworks/TVSystemMenuUI.framework/TVSystemMenuUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-201... |
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2012-2018 DreamWorks Animation LLC
//
// All rights reserved. This software is distributed under the
// Mozilla Public License 2.0 ( http://www.mozilla.org/MPL/2.0/ )
//
// Redistributions of source code must retain the abov... |
int foo(a, b)
int a;
{
if (b)
return a;
}
/*
* check-name: implicit-KR-arg-type
* check-command: sparse -Wno-decl -Wold-style-definition -Wno-implicit-int $file
*
* check-error-start
implicit-KR-arg-type0.c:2:9: warning: non-ANSI definition of function 'foo'
* check-error-end
*/ |
#pragma once
#include <limits>
#define YEAR0 1900 /* the first year */
#define EPOCH_YR 1970 /* EPOCH = Jan 1 1970 00:00:00 */
#define SECS_DAY (24L * 60L * 60L)
#define LEAPYEAR(year) (!((year) % 4) && (((year) % 100) || !((year) % 400)))
#define YEARSIZE(year) (... |
// Copyright (c) 2022 PaddlePaddle 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... |
#include "evas_common.h"
#include "evas_private.h"
static Evas_Version _version = { VMAJ, VMIN, VMIC, VREV };
EAPI Evas_Version *evas_version = &_version;
int _evas_alloc_error = 0;
static int _evas_debug_init = 0;
static int _evas_debug_show = 0;
static int _evas_debug_abort = 0;
/**
* Return if any allocation err... |
/*
* Copyright 2012 ZXing 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 required by applicable law or agreed ... |
#ifndef ODE_OBJECT_H
#define ODE_OBJECT_H
#include <ode/ode.h>
#include <string>
#include <map>
namespace gameon {
class OdeObject
{
public:
OdeObject();
~OdeObject();
std::string mID;
dBodyID mBody;
dGeomID mGeom;
dMass mMass;
};
typedef std::map<std::string, O... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/ram/RAM_EXPORTS.h>
#include <aws/ram/RAMRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace RAM
{
namespace Model
{
... |
// Copyright (c) 2012 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 CRYPTO_MOCK_KEYCHAIN_MAC_H_
#define CRYPTO_MOCK_KEYCHAIN_MAC_H_
#include <stdint.h>
#include <map>
#include <set>
#include <string>
#include... |
/*
* Dynomite - A thin, distributed replication layer for multi non-distributed storages.
* Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may... |
// This file is made available under Elastic License 2.0.
// This file is based on code available under the Apache license here:
// https://github.com/apache/orc/tree/main/c++/src/wrap/gmock.h
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with... |
/**********************************************************************
* Copyright (c) 2013, 2014 Pieter Wuille *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
*******************************... |
#ifndef DISAMBIGUATE_SYMBOLS_H
#define DISAMBIGUATE_SYMBOLS_H
#include <clang/AST/DeclCXX.h>
#include <clang/ASTMatchers/ASTMatchFinder.h>
#include <clang/Tooling/Core/Replacement.h>
#include <llvm/ADT/SmallVector.h>
#include <llvm/ADT/StringRef.h>
#include <map>
#include <string>
namespace pxr {
namespace disambigu... |
#include "types.h"
#include "stat.h"
#include "user.h"
#include "date.h"
int main(int argc, char **aa){
struct rtcdate r ;
date(&r);
printf(1, "%d:%d:%d %d-%d-%d\n", r.year, r.month,r.day, r.hour,r.minute,r.second);
exit();
} |
// *******************************************************************************************************************************
// *******************************************************************************************************************************
//
// Name: hardware.h
// Purpose: Hardware Interface (... |
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#include "common.h"
#include "types.h"
#include "memory.h"
#include "convert.h"
#include "thread.h"
#include "timer.h"
#include "hashes.h"
#include "hwmon.h"
#include "outfile.h"
#include "monitor.h"
#include "mpsp.h"
#include "terminal.h"
#include "sh... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: flyteidl/admin/notification.proto
#ifndef PROTOBUF_INCLUDED_flyteidl_2fadmin_2fnotification_2eproto
#define PROTOBUF_INCLUDED_flyteidl_2fadmin_2fnotification_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if ... |
/* Generated by Nim Compiler v1.6.2 */
#define NIM_INTBITS 64
#define NIM_EmulateOverflowChecks
#include "nimbase.h"
#include <string.h>
#undef LANGUAGE_C
#undef MIPSEB
#undef MIPSEL
#undef PPC
#undef R3000
#undef R4000
#undef i386
#undef linux
#undef mips
#undef near
#undef far
#undef powerpc
#undef unix
#define nimf... |
// Copyright 2010 Golden Hammer Software
#pragma once
#include <cstdint>
#include "GHUtils/GHController.h"
#include "steam_api.h"
class GHControllerMgr;
class GHSteam : public GHController
{
public:
GHSteam(GHControllerMgr& controllerMgr);
virtual ~GHSteam(void);
bool isAvailable(void) const { return mInitialized... |
/*
* %CopyrightBegin%
*
* Copyright Ericsson AB 2009. All Rights Reserved.
*
* The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a copy of the
* Erlang Public License a... |
/****************************************************************************
*
* Copyright (c) 2013-2015 PX4 Development Team. 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. Red... |
// This is an open source non-commercial project. Dear PVS-Studio, please check
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
/*
* ex_cmds.c: some functions for command line commands
*/
#include <assert.h>
#include <float.h>
#include <stdbool.h>
#include <string.h>
#include <stdlib... |
#pragma once
#include "inc.h"
NS_BEGIN(elloop);
NS_BEGIN(temp);
template <long ... Args> class Multiply;
template <long n, long ... Others>
class Multiply<n, Others...> {
public:
static const long value = n * Multiply<Others...>::value;
};
template <>
class Multiply<> {
public:
static const long value = 1;... |
/*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2018 The PHP Group |
+---------... |
// Copyright 2018 Aubin REBILLAT
//
// 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 i... |
/**************************************************************************//**
* @file i2c.c
* @version V3.00
* $Revision: 2 $
* $Date: 16/08/02 6:02p $
* @brief M2355 series I2C Serial Interface Controller(I2C) driver source file
*
* @note
* @copyright SPDX-License-Identifier: Apache-2.0
* Copyright ... |
/* --------------------------------------------------------------------------
* Name: scale.c
* Purpose: Scale dialogue
* ----------------------------------------------------------------------- */
#include <assert.h>
#include "fortify/fortify.h"
#include "oslib/osbyte.h"
#include "oslib/wimp.h"
#include "appe... |
// Copyright (C) 2019 Microchip Technology Inc. and its subsidiaries
//
// SPDX-License-Identifier: MIT
#include "board.h"
#include "clk-common.h"
#include "common.h"
#include "debug.h"
#include "div.h"
#include "hardware.h"
#include "pmc.h"
#include "timer.h"
#include "arch/at91_pmc/pmc.h"
#ifdef CONFIG_PMC_V1
stati... |
//
// 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"
#import "WAContactMgrExtension.h"
@class MMTimer, NSString;
@interface WAContactMainThreadGetter : NSObject <WAContactMgrExtension>
{
CDUnknownBlockType ... |
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC0... |
#include "fd.h"
#include "proc.h"
struct file file_table[NFILE] __aligned(PAGE_SIZE);
static inline void clear_fd(pid_t pid, int fd)
{
struct proc *proc;
struct file *file;
proc = get_proc(pid);
file = get_file(get_fd(pid, fd));
proc->ofile[fd] = 0;
--proc->nr_fds;
if (--file->refcnt == 0... |
#ifndef __DUMB_H__
#define __DUMB_H__
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/AST/EvaluatedExprVisitor.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/Analysi... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2017-2018 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-li... |
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2005, 2017 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
#include "db_config.h"
#include "db_int.h"
#include "dbinc/db_page.h"
#include "dbinc/btree.h"
#include "dbinc/txn.h"
#include "dbinc_auto/repmgr_auto.h"
stati... |
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 && __IPHONE_OS_VERSION_MAX_ALLOWED < 140000
#import "Xcode_11_0_XCTest_CDStructures.h"
#import "Xcode_11_0_SharedHeader.h"
#import <Foundation/Foundation.h>
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-20... |
/*************************************************************************
> File Name: client.c
> Author: Xu Qingqing
> Mail: xuqnqn@qq.com
> Created Time: 2019年03月02日 星期六 12时13分15秒
************************************************************************/
#include<sys/types.h>
#include<sys/... |
#ifndef CQChartsModelVisitor_H
#define CQChartsModelVisitor_H
#include <CQModelVisitor.h>
class CQCharts;
//---
/*!
* \brief Visitor class for model data
* \ingroup Charts
*/
class CQChartsModelVisitor : public CQModelVisitor {
public:
CQChartsModelVisitor() { }
virtual ~CQChartsModelVisitor() { }
};
//--... |
/******************************************
Copyright (c) 2016, Mate Soos
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,... |
#ifndef KEYGUARD_H
#define KEYGUARD_H
#include <rwindow.h>
class QKeyEvent;
class KeyGuard : public RWindow {
Q_OBJECT
public:
KeyGuard(QWidget *parent = 0);
virtual ~KeyGuard();
protected:
virtual void keyPressEvent(QKeyEvent *);
};
#endif // KEYGUARD_H |
//
// Created by Dusan Klinec on 23/03/2018.
// https://github.com/rhash/RHash/blob/master/librhash/tiger.h
// https://web.archive.org/web/20160304042512/http://th.informatik.uni-mannheim.de/People/Lucks/papers/Tiger_FSE_v10.pdf
// https://www.esat.kuleuven.be/cosic/publications/article-1138.pdf
// https://en.wikipedia... |
/*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkBitmapProcShader_DEFINED
#define SkBitmapProcShader_DEFINED
#include "SkShader.h"
#include "SkBitmapProcState.h"
#include "SkSmallAllocator.h"
... |
// Copyright (c) 2011 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 CHROME_BROWSER_EXTENSIONS_UNPACKED_INSTALLER_H_
#define CHROME_BROWSER_EXTENSIONS_UNPACKED_INSTALLER_H_
#pragma once
#include <string>
#incl... |
/*
* ad.h
*
* Created: 21.05.2020 13:05:29
* Author: Robert
*/
#ifndef __AD_H__
#define __AD_H__
#include <avr/io.h>
#define VOLTAGE 0
#define CURRENT 1
struct channel_st{
uint8_t ad_id;
uint16_t raw;
uint16_t scaleInt;
float real;
uint16_t offset;
float scale;
bool newval;
};
class ad
{
//functions
p... |
/*
* Copyright 2014 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 applic... |
/*
* @file main.c
*
* @brief
* Unit Test code for CAN
*
* \par
* NOTE:
* (C) Copyright 2016 Texas Instruments, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributi... |
/*
* IPv6 library code, needed by static components when full IPv6 support is
* not configured or static.
*/
#include <linux/export.h>
#include <net/ipv6.h>
/*
* find out if nexthdr is a well-known extension header or a protocol
*/
bool ipv6_ext_hdr(u8 nexthdr)
{
/*
* find out if nexthdr is an extension heade... |
/*
* Author: bwilliams
* Created: April 6, 2012
*
* Copyright (C) 2012-2016 VMware, Inc. All rights reserved. -- VMware Confidential
*
* This code was generated by the script "build/dev/codeGen/genCppXml". Please
* speak to Brian W. before modifying it by hand.
*
*/
#ifndef MgmtCollectInstancesCollectio... |
#ifndef __HW_MEMMAP__
#define __HW_MEMMAP__
#define __DRIVERLIB_MSP430FR2XX_4XX_FAMILY__
//*****************************************************************************
//
// Include device specific header file
//
//*****************************************************************************
#include <msp430.h>
#if... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:45:28 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ... |
/*
* $XConsortium: SmeLineP.h,v 1.4 94/04/17 20:12:54 kit Exp $
*
Copyright (c) 1989 X Consortium
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 limitati... |
#pragma once
#include "../APIWrappers/Queries/QueryHeap.h"
namespace Boolka
{
// Temp container for lights
class TimestampContainer
{
public:
TimestampContainer();
~TimestampContainer();
enum class Markers
{
UpdateRenderPass,
BeginFrame = UpdateR... |
#include "bootcamp.h"
/**
* main - check the code for a software development program students.
*
* Return: Always 0.
*/
int main(void)
{
print_triangle(2);
print_triangle(10);
print_triangle(1);
print_triangle(0);
return (0);
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.