text stringlengths 9 948k |
|---|
C $Header: /u/gcmpack/MITgcm/pkg/ptracers/ptracers_ad_check_lev1_dir.h,v 1.1 2011/01/18 19:15:56 heimbach Exp $
C $Name: checkpoint65 $
#ifdef ALLOW_PTRACERS
# ifdef NONLIN_FRSURF
CADJ STORE ptracer = comlev1, key = ikey_dynamics, kind = isbyte
CADJ STORE gptrnm1 = comlev1, key = ikey_dynamics, kind = isbyte
CADJ ... |
/*
* Copyright 2015 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... |
/* mmix-opc.c -- MMIX opcode table
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Written by Hans-Peter Nilsson (hp@bitrange.com)
This file is part of the GNU opcodes library.
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Licen... |
// Copyright 2014 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 QUICHE_QUIC_TEST_TOOLS_QUIC_SUSTAINED_BANDWIDTH_RECORDER_PEER_H_
#define QUICHE_QUIC_TEST_TOOLS_QUIC_SUSTAINED_BANDWIDTH_RECORDER_PEER_H_
#includ... |
/*
* Copyright (c) 2011-2015 Wind River Systems, Inc.
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h>
#include <tracing/tracing.h>
#include <arch/cpu.h>
void arch_cpu_idle(void)
{
sys_trace_idle();
#ifdef __llir__
__asm__ volatile ("x86_sti\n\tx86_hlt\n\t");
#else
__asm__ volatile ("sti\n\thlt\n\t"... |
/*
* Copyright (c) 2013 David Wicks, sansumbrella.com
* 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 l... |
#include <stdio.h>
#include "utlist.h"
typedef struct el {
int id;
struct el *Next, *Prev;
} el;
el *head = NULL;
int main(int argc, char *argv[]) {
int i;
el els[10], *e;
for(i=0;i<10;i++) els[i].id='a'+i;
/* test CDL macros */
printf("CDL macros\n");
CDL_PREPEND2(head,&els[0],Prev,... |
#include "configargs.h"
#define GCCPLUGIN_VERSION_MAJOR 5
#define GCCPLUGIN_VERSION_MINOR 3
#define GCCPLUGIN_VERSION_PATCHLEVEL 0
#define GCCPLUGIN_VERSION (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
static char basever[] = "5.3.0";
static char datestamp[] = "20151204";
static char devphase[] = "... |
// Copyright 2018 Chia Network 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 in wr... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str2new.c :+: :+: :+: ... |
#include "drv/shadowdrv.h"
//.bss
DepthShadowWork depth_shadow_work;
ProjShadowWork proj_shadow_work;
CharShadowWork char_shadow_work;
//.sdata
CharShadowWork* cswp = &char_shadow_work;
ProjShadowWork* pswp = &proj_shadow_work;
DepthShadowWork* dswp = &depth_shadow_work;
u16 ShadowSizeTbl[4] = {0x190, 0x100, 0x80, 0x... |
/*
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
#ifndef IGUARD_util_libzip_compat_h
#define IGUARD_util_libzip_compa... |
/*
* This file is part of the Simutrans project under the artistic licence.
* (see licence.txt)
*/
#ifndef _SCEN_INFO_H_
#define _SCEN_INFO_H_
#include "gui_frame.h"
#include "simwin.h"
#include "components/gui_flowtext.h"
#include "components/gui_tab_panel.h"
class dynamic_string;
/**
* All messages since the s... |
/*
* 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... |
// RUN: %libomp-compile-and-run
#include <stdio.h>
#include "omp_testsuite.h"
/*
* Test if the compiler supports nested parallelism
* By Chunhua Liao, University of Houston
* Oct. 2005
*/
int test_omp_nested()
{
int counter = 0;
#ifdef _OPENMP
omp_set_nested(1);
#endif
#pragma omp parallel shared(counter)
... |
#include <stdint.h>
#include <stdbool.h>
#include <net/if.h>
#include <errno.h>
#include "iw.h"
static int no_seq_check(struct nl_msg *msg, void *arg)
{
return NL_OK;
}
struct ieee80211_beacon_channel {
__u16 center_freq;
bool no_ir;
bool no_ibss;
};
static int parse_beacon_hint_chan(struct nlattr *tb,
str... |
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */
/* See cxx source for full Copyright notice */
/* $Id$ */
#ifndef AliAnalysisTaskCaloHFEpp_H
#define AliAnalysisTaskCaloHFEpp_H
#include "AliAnalysisTaskSE.h"
#include "AliPIDResponse.h"
#include "TProfile.h"
class AliAODMCParticle;
class Al... |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f1xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
* @attention
*
* <h2... |
/*
* Generated by class-dump 3.3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2010 by Steve Nygard.
*/
#import "NSBlockOperation.h"
@class ActivityMonitor;
@interface MFTaskOperation : NSBlockOperation
{
ActivityMonitor *_monitor;
ActivityMonitor *_parentMonitor;
}
+ (v... |
/*
* Commandline option parsing functions
*
* Copyright (c) 2003-2008 Fabrice Bellard
* Copyright (c) 2009 Kevin Wolf <kwolf@redhat.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 Softw... |
/*
* FreeRTOS Kernel V10.2.1
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, includ... |
// Copyright 2016 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 QUICHE_HTTP2_HTTP2_STRUCTURES_H_
#define QUICHE_HTTP2_HTTP2_STRUCTURES_H_
// Defines structs for various fixed sized structures in HTTP/2.
//
// ... |
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "NSObject.h"
@protocol CrossfadeAnimationDelegate <NSObject>
@optional
-(void)crossfadeAnimationCompleted;
@end |
#pragma once
// NOTE: don't export stl stuff (e.g. containers):
// http://www.unknownroad.com/rtfm/VisualStudio/warningC4251.html
// don't do it: http://support.microsoft.com/kb/q168958/
#ifdef _MSC_VER
# define TASTEFULSERVER_API_EXPORT_DECLARATION __declspec(dllexport)
# define TASTEFULSERVER_API_IMPORT... |
//
// FIR.h
// CoreAudio
//
// Created by Shankar, Nikhil on 4/4/17.
// Copyright © 2017 default. All rights reserved.
//
#ifndef FIR_h
#define FIR_h
#include "Transforms.h"
#include <stdio.h>
void fir(float* input, float* output, int nSamples);
void jmap(float* input, float* output, int nSamples, int Srate, float... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} ... |
//
// Copyright (c) 2008-2011, Mark Lussier
// http://github.com/intabulas/ipivotal
// All rights reserved.
//
// This software is released under the terms of the BSD License.
// http://www.opensource.org/licenses/bsd-license.php
//
// Redistribution and use in source and binary forms, with or without modification,
// ... |
/**
* 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... |
/*
* Gamedev Framework (gf)
* Copyright (C) 2016-2021 Julien Bernard
*
* 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 software fo... |
//===--------------------------------------------------------------------------------*- C++ -*-===//
// _____ _
// / ____| (_)
// | (___ ___ __ _ _ _ ___ _ __ _
// \___ \ / _ \... |
/*
* NT threads support
*
* Copyright 1996, 2003 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any ... |
/*
* This file is part of the Nautilus AeroKernel developed
* by the Hobbes and V3VEE Projects with funding from the
* United States National Science Foundation and the Department of Energy.
*
* The V3VEE Project is a joint project between Northwestern University
* and the University of New Mexico. The Hobb... |
// Copyright 2019 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 SERVICES_MEDIA_SESSION_PUBLIC_CPP_MEDIA_IMAGE_H_
#define SERVICES_MEDIA_SESSION_PUBLIC_CPP_MEDIA_IMAGE_H_
#include <vector>
#include "base/compo... |
// MemoryMgr.h: interface for the CMemoryMgr class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MEMORYMGR_H__5906FA6F_2A7A_46A7_9F58_9D045DABB64E__INCLUDED_)
# define AFX_MEMORYMGR_H__5906FA6F_2A7A_46A7_9F58_9D045DABB64E__INCLUDED_
# if _MSC_VER > 1000
# ... |
#pragma once
#include <http_request.h>
#include <http_response.h>
#include <http_status_code.h>
#include <fs_worker.h>
#include <data_base.h>
#include <log.h>
#include <irequest_handler.h>
class RequestHandlerAuth: IRequestHandler {
public:
explicit RequestHandlerAuth(std::vector<Log *> &vector_logs);
void
... |
/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef _LINUX_XARRAY_H
#define _LINUX_XARRAY_H
/*
* eXtensible Arrays
* Copyright (c) 2017 Microsoft Corporation
* Author: Matthew Wilcox <willy@infradead.org>
*
* See Documentation/core-api/xarray.rst for how to use the XArray.
*/
#include <linux/bug.h>
#include <linux/c... |
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/*********************************************************************
formats/fdd_dsk.h
PC98 FDD disk images
*********************************************************************/
#ifndef FDD_DSK_H
#define FDD_DSK_H
#include "flopimg.h"
class fdd... |
/*
LUFA Library
Copyright (C) Dean Camera, 2021.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2021 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... |
#include <vector>
#include <sstream>
#include <iterator>
#include <iostream>
#include <type_traits>
#include <cassert>
#include <cstdlib>
#include <ATen/Utils.h>
#if __CUDACC_VER_MAJOR__ == 9
#include <ATen/ATen.h>
#include <ATen/core/Tensor.h>
namespace torch = at;
#else
// NVCC on CUDA 9 will fail if... |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2011 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 ... |
/****************************************************************************
* boards/arm/stm32/nucleo-f446re/src/stm32_spi.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 regard... |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the JUCE 5 End-User Lic... |
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s| FileCheck %s
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s -target-feature +avx | FileCheck %s -check-prefix=AVX
#include <stdarg.h>
// CHECK: define signext i8 @f0()
char f0(void) {
return 0;
}
// CHECK: define signext i16... |
//
// Copyright (c) 2008-2020 the Urho3D project.
//
// 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... |
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/* Thi... |
#ifndef _WIN32
# define GL_GLEXT_PROTOTYPES
#endif
#include <SDL_opengl.h>
#ifndef GL_GLEXT_PROTOTYPES
/* #define glActiveTexture glActiveTextureFunc */
static PFNGLUSEPROGRAMPROC glUseProgram = 0;
static PFNGLLINKPROGRAMPROC glLinkProgram = 0;
static PFNGLCOMPILESHADERPROC glCompileShader = 0;
static PFNGLSHADERS... |
/*
* zfcp device driver
*
* Error Recovery Procedures (ERP).
*
* Copyright IBM Corporation 2002, 2009
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kthread.h>
#include "zfcp_ext.h"
#define ZFCP_MAX_ERPS 3
enum zfcp_erp_act_flags {
ZFCP_STATUS_E... |
// This file is part of MorphoDiTa <http://github.com/ufal/morphodita/>.
//
// Copyright 2015 Institute of Formal and Applied Linguistics, Faculty of
// Mathematics and Physics, Charles University in Prague, Czech Republic.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If... |
/* LME2510 remote control
*
*
* Copyright (C) 2010 Malcolm Priestley (tvboxspy@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... |
// SPDX-License-Identifier: GPL-2.0-only
/*
*
* tdfxfb.c
*
* Author: Hannu Mallat <hmallat@cc.hut.fi>
*
* Copyright © 1999 Hannu Mallat
* All rights reserved
*
* Created : Thu Sep 23 18:17:43 1999, hmallat
* Last modified: Tue Nov 2 21:19:47 1999, hmallat
*
* I2C part copied from the i2c-voodoo3.c dri... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:22:23 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/HealthT... |
/**************************************************************************//**
* @file efm32gg_usb_doep.h
* @brief EFM32GG_USB_DOEP register and bit field definitions
* @version 4.2.0
******************************************************************************
* @section License
* <b>Copyright 2015 Silicon Lab... |
/*
* Copyright (c) 2016 Cisco and/or its affiliates.
* 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 applicabl... |
/* This file contains:
BlevInit zero sums for a new fit
BlevAccum increment sums for a new (line, bias) point
BlevFit compute the coefficients of the fit
BlevSet set coefficients of fit to a given value
BlevEval evaluate the fit for a given line number
BlevResults retur... |
/* NetHack 3.7 spell.c $NHDT-Date: 1611522041 2021/01/24 21:00:41 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.113 $ */
/* Copyright (c) M. Stephenson 1988 */
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
/* spellmenu arguments; 0 thru n-1 use... |
// Copyright 2017 Google 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 in ... |
/*=========================================================================
Program: ParaView
Module: $RCSfile$
Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the terms of the ParaView lice... |
#ifndef OPTDLG_H
#define OPTDLG_H
#include "listener.h"
#include "buttons.h"
#include "chkbox.h"
class COptionsDlg: public CListener
{
public:
COptionsDlg();
virtual ~COptionsDlg();
BOOL ProcessState(E_STATE sState, DWORD dwCurrTick);
public:
void DrawOptions();
void MusicUp();
void MusicDown();
voi... |
//
// os/common/input.c: Input device handling functions.
//
// CEN64: Cycle-Accurate Nintendo 64 Emulator.
// Copyright (C) 2015, Tyler J. Stachecki.
//
// This file is subject to the terms and conditions defined in
// 'LICENSE', which is part of this source code package.
//
#include "bus/controller.h"
#include "comm... |
/*
* Copyright (C) 2006 Rich Felker <dalias@aerifal.cx>
*
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
#include <_lfs_64.h>
#include <dirent.h>
#include <glob.h>
#include <sys/stat.h>
#define glob_t glob64_t
#define glob(pattern, flags, errfunc, pglob) \
glob64 (pattern, flags, ... |
#ifndef CLASS_NCINE_GLUNIFORMBLOCK
#define CLASS_NCINE_GLUNIFORMBLOCK
#define NCINE_INCLUDE_OPENGL
#include "common_headers.h"
#include "GLUniform.h"
#include <nctl/StaticHashMap.h>
#include <nctl/String.h>
namespace ncine {
class GLShaderProgram;
/// A class to store information about an OpenGL uniform block
class... |
/***************************************************************************/
/* */
/* ftbase.c */
/* */
/* Si... |
/*
* FreeRTOS Kernel V10.1.1
* Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, includ... |
/*
* 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" file... |
/*
* Copyright 2014, Paweł Dziepak, pdziepak@quarnos.org.
* Copyright 2008-2011, Ingo Weinhold, ingo_weinhold@gmx.de.
* Copyright 2002-2007, Axel Dörfler, axeld@pinc-software.de.
* Distributed under the terms of the MIT License.
*
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
* Distributed und... |
/*
* lib/kernel_lock.c
*
* This is the traditional BKL - big kernel lock. Largely
* relegated to obsolescence, but used by various less
* important (or lazy) subsystems.
*/
#include <linux/smp_lock.h>
#include <linux/module.h>
#include <linux/kallsyms.h>
#ifdef CONFIG_PREEMPT_BKL
/*
* The 'big kernel semaphore'... |
/**
******************************************************************************
* @file stm32h7xx_hal_adc.h
* @author MCD Application Team
* @brief Header file of ADC HAL module.
******************************************************************************
* @attention
*
* <h2><center>© C... |
// 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
/*
* normal.c: Contains the main routine for processing characters in command
* mode. Communicates closely with the code in ops.c to handle
* the operato... |
/*
* 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... |
// Room: /d/taiwan/maolishe.c
// Last Modifyed by Ahda on Jan. 4 2002
#include <ansi.h>;
inherit ROOM;
void create()
{
set("short", "貓里社");
set("long", @LONG
貓里社位於竹塹西南。清朝初年,此地的漢人還很少,居住在這裏
的主要是泰雅族人,他們以漁獵為生。
LONG );
set("exits", ([
"eastup" : __DIR__"dabajianshan",
... |
/*
* Public libusb header file
* Copyright © 2001 Johannes Erdfelt <johannes@erdfelt.com>
* Copyright © 2007-2008 Daniel Drake <dsd@gentoo.org>
* Copyright © 2012 Pete Batard <pete@akeo.ie>
* Copyright © 2012 Nathan Hjelm <hjelmn@cs.unm.edu>
* For more information, please visit: http://libusb.info
*
* This libr... |
// smtc_CreateDtorBaseName.h
//
#ifndef LZZ_smtc_CreateDtorBaseName_h
#define LZZ_smtc_CreateDtorBaseName_h
#include "smtc_BaseNamePtr.h"
#include "util_Ident.h"
#include "util_Loc.h"
#define LZZ_INLINE inline
namespace smtc
{
BaseNamePtr createDtorBaseName (util::Loc const & loc, util::Ident const & ident);
}
names... |
// SacredItemManager.h : main header file for the SACREDITEMMANAGER application
//
#ifndef __SACRED_ITEM_MANAGER_H__
#define __SACRED_ITEM_MANAGER_H__
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
//
// includes
//
#include "resource.h" // main symbols
#include "SHLib.h"
... |
/*
* Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* 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.
*
* This program is distributed in the hope that it woul... |
/**
* @file wx_chooser.h
*
* @brief A utility to convert between pex::Chooser members and the wxString's
* needed by the wxComboBox control.
*
*
* @author Jive Helix (jivehelix@gmail.com)
* @date 14 Aug 2020
* @copyright Jive Helix
* Licensed under the MIT license. See LICENSE file.
**/
#pragma onc... |
/**
* @file peripheral_config.h
* @brief
*
* Copyright (c) 2021 Bouffalolab team
*
* 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 licens... |
/*
* Copyright (c) 2021, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/HashMap.h>
#include <InspectorServer/InspectorClientEndpoint.h>
#include <InspectorServer/InspectorServerEndpoint.h>
#include <LibIPC/ClientConnection.h>
namespace InspectorServer ... |
// Generated by generate_test_data.py using TFL version 2.6.0 as reference.
#pragma once
#include <stdint.h>
const int32_t depthwise_mult_batches_output_shift[3] = {-9, -9, -9}; |
#ifndef CONFIG_BOARD_AC6329B_DEMO_H
#define CONFIG_BOARD_AC6329B_DEMO_H
#ifdef CONFIG_BOARD_AC6329B_DEMO
#define CONFIG_SDFILE_ENABLE
#define CONFIG_FLASH_SIZE (1024 * 1024)
//*********************************************************************************//
// 配置开始 ... |
//
// TPOTCBuyListCell.h
// YJOTC
//
// Created by 周勇 on 2018/8/22.
// Copyright © 2018年 前海数交平台运营. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TPOTCBuyListCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *nameLabel;
@property (weak, nonatomic) IBOutlet UILabel *name;
@property ... |
#ifndef _HAD_ZIP_H
#define _HAD_ZIP_H
/*
zip.h -- exported declarations.
Copyright (C) 1999-2008 Dieter Baron and Thomas Klausner
This file is part of libzip, a library to manipulate ZIP archives.
The authors can be contacted at <libzip@nih.at>
Redistribution and use in source and binary forms, with or wit... |
/* $NetBSD: soelim.c,v 1.4 1997/10/19 23:25:51 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
... |
/********************************************************************************
** Form generated from reading UI file 'AddConnDialog.ui'
**
** Created by: Qt User Interface Compiler version 5.15.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
************************************... |
#include "dynmem/dynmem.h"
#include <stdio.h>
#include <stdlib.h>
int main() { return 0; } |
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <time.h>
#include <SDL2/SDL.h>
#include <libconfig.h>
#include "qik/defs.h"
#include "qik/types.h"
#include "global.h"
#include "qik/common.h"
#include "qik/error.h"
#include "config.h"
#include "control.h"
#include "map.h"
#include "render.h"
/* It'... |
/*
* Copyright 2011 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrPathRenderer_DEFINED
#define GrPathRenderer_DEFINED
#include "include/core/SkRefCnt.h"
#include "include/private/GrTypesPriv.h"
#include "include/private/SkTArray.h... |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... |
#pragma once
#include "base/guid.h"
#include <string>
namespace meta {
struct schema_info {
guid guid;
std::string name;
};
void init();
void shutdown();
void load_schemas(const char* path);
guid get_schema_id(const char *name);
const schema_info& get_schema(const char* name);
} |
#include <std.h>
inherit ROOM;
void create()
{
::create();
set_property("light", 2);
set_short("The North Branch.");
set("day long",
@GIL
%^GREEN%^You are out on the North limb of the huge oak tree.
Hmm this is odd, theres a strange knot on the limb.
The leaves close around you and green is all you can see.
Yo... |
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#ifndef __DRAGTOOL_MEASURE_H__
#define __DRAGTOOL_MEASURE_H__
#include "EditorDragTools.h"
/**
* Draws a line in the current viewport and displays the distance between
* its start/end points in the center of it.
*/
class FDragTool_Measure : public FDra... |
//
// Created by Administrator on 2017-7-4.
//
#ifndef BASEMODEL_H
#define BASEMODEL_H
#include "db.h"
class BaseModel
{
public:
/**
* 会员ID
*/
static int uid;
/**
* 表名,实例化时加上前缀,使用时是全名
*/
QString table;
/**
* 表前缀
*/
static QString tablePrefix;
/**
* 表名... |
/* +------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| http://www.mrpt.org/ |
| |
| Cop... |
/*
* CS:APP Data Lab
*
* btest.c - A test harness that checks a student's solution in bits.c
* for correctness.
*
* Copyright (c) 2001-2011, R. Bryant and D. O'Hallaron, All rights
* reserved. May not be used, modified, or copied without permission.
*
* This is an improved version of btest that t... |
/*******************************************************************************
*
* DO NOT EDIT THIS FILE!
* This file is auto-generated by fltg from
* INTERNAL/fltg/xgs/device/bcm56780_a0/bcm56780_a0_DEVICE_INFO.map.ltl for
* bcm56780_a0
*
* Tool: $SDK/INTERNAL/fltg/bin/fltg
*
* Edits to this file wi... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 30 2018 09:30:25).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <AppKit/NSView.h>
@interface NSView (IDEOpenQuicklyAdditions)
- (BOOL)ide_openQuicklyIsDark;
@end |
/*
* 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 ... |
// --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... |
#include "defs.h"
#ifdef _OPENMP
int NUM_THREADS;
#endif
int main(int argc, char** argv)
{
/* Data structure for storing generated tuples in the
* Scalable Data Generation Stage -- see defs.h */
graphSDG* SDGdata;
/* The graph data structure -- see defs.h */
graph* G;
/* Kernel 2 outpu... |
//===- Parsing, selection, and construction of pass pipelines --*- C++ -*--===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
#include <stdio.h>
#include <string.h>
struct Books
{
char title[50];
char author[50];
char subject[100];
int book_id;
};
int main()
{
struct Books Book1;
struct Books Book2;
//Book1
strcpy( Book1.title, "C Programming");
strcpy( Book1.author, "Nuha Ali");
strcpy( Book1.subject, "Telecom Biling Tutorial");... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.