text
stringlengths
4
6.14k
//===-- NetBSDSignals.h ----------------------------------------*- 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 // //===----------------------------...
/** @file strncasecmp implementation Copyright (c) 2011, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be foun...
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
//===-- DIERef.h ------------------------------------------------*- 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 // //===---------------------------...
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSObject-Protocol.h" @protocol NSOpenSavePanelDelegate <NSObject> @optional - (void)panel:(id)arg1 didChangeToDirectoryURL:(id)arg2; - (BOOL)panel:(id)arg1 shouldEnabl...
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
// // 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. // #ifndef SAMPLE_UTIL_WINDOW_H #define SAMPLE_UTIL_WINDOW_H #include "Event.h" #include <EGL/egl.h> #include <EGL/eglext.h> #include <list>...
#ifndef __GO_STRUCTS_H__ #define __GO_STRUCTS_H__ struct GoIPEndPoint { unsigned char *ip_buf; size_t ip_length; uint16_t port; }; #endif // __GO_STRUCTS_H__
/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SKSL_NFASTATE #define SKSL_NFASTATE #include <string> #include <vector> #include "src/sksl/lex/LexUtil.h" struct NFAState { enum Kind { // represents an...
/** * Leaping POR * * Using some POR search method, compute multiple independent stubborn sets and * schedule all their interleavings at once. * * Independent sets are found by search for disjoint stubborn sets. As * disjointness implies independence, by the fact that outside transitions * always commute with ...
// Copyright (c) 2015 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_UI_WEBUI_SETTINGS_CHROMEOS_OS_SETTINGS_UI_H_ #define CHROME_BROWSER_UI_WEBUI_SETTINGS_CHROMEOS_OS_SETTINGS_UI_H_ #include <mem...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 Litecoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SYNC_H #define BITCO...
/* ARP has been moved to core/ipv4, provide this #include for compatibility only */ #include "lwip/etharp.h"
/* * The MIT License (MIT) * * Copyright (c) 2015 Microsoft Corporation * * -=- Robust Distributed System Nucleus (rDSN) -=- * * 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 witho...
// This file was generated based on 'C:\ProgramData\Uno\Packages\Fuse.Android\0.19.3\.upk\meta'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.h> namespace g{namespace Uno{namespace Runtime{namespace Implementation{namespace ShaderBackends{namespace OpenGL{struct GLProgra...
#import <Foundation/Foundation.h> @class GHGherkinLineSpan; @protocol GHGherkinLineProtocol <NSObject> @property (nonatomic, readonly) NSString * lineText; @property (nonatomic, readonly) NSUInteger lineNumber; @property (nonatomic, readonly) NSUInteger indent; /// <summary> /// Called by the parser ...
/* $Id$Revision: */ /* vim:set shiftwidth=4 ts=8: */ /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 ...
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Author: Anup Patel <anup.patel@wdc.com> */ #include <common.h> #include <clk-uclass.h> #include <div64.h> #include <dm.h> #include <linux/err.h> struct clk_fixed_factor { struct clk parent; unsigned i...
/* This testcase is part of GDB, the GNU debugger. Copyright 2010-2012 Free Software Foundation, Inc. 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 3 of the License, or ...
/* vi: set sw=4 ts=4: */ /* * Mini insmod implementation for busybox * * Copyright (C) 2008 Timo Teras <timo.teras@iki.fi> * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config INSMOD //config: bool "insmod (22 kb)" //config: default y //config: select PLATFORM_LINUX //config...
#ifndef PA_ENDIANNESS_H #define PA_ENDIANNESS_H /* * $Id: pa_endianness.h,v 1.1.2.5 2006/02/16 16:26:07 bjornroche Exp $ * Portable Audio I/O Library current platform endianness macros * * Based on the Open Source API proposed by Ross Bencina * Copyright (c) 1999-2002 Phil Burk, Ross Bencina * * Permission is he...
// Copyright 2017 Citra Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included. #pragma once #include "core/hle/service/service.h" namespace Service::PXI { /// Interface to "pxi:dev" service class DEV final : public ServiceFramework<DEV> { public: DEV(); ~DEV...
/* -*- 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-AC04...
/* * Copyright (C) 2008 Texas Instruments, Inc <www.ti.com> * * Based on davinci_dvevm.h. Original Copyrights follow: * * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H #define __CONFIG_H #include <asm/sizes.h> #include <asm/arch/hardware.h> #incl...
/* <!-- copyright */ /* * aria2 - The high speed download utility * * Copyright (C) 2006 Tatsuhiro Tsujikawa * * 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 Lice...
#ifndef __INCLUDE_LINUX_OOM_H #define __INCLUDE_LINUX_OOM_H /* * /proc/<pid>/oom_adj is deprecated, see * Documentation/feature-removal-schedule.txt. * * /proc/<pid>/oom_adj set to -17 protects from the oom-killer */ #define OOM_DISABLE (-17) /* inclusive */ #define OOM_ADJUST_MIN (-16) #define OOM_ADJUST_MAX 15 ...
/*------------------------------------------------------------------------- tanf.c - Computes tan(x) where x is a 32-bit float. Copyright (C) 2001, 2002, Jesus Calvino-Fraga, jesusc@ieee.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public L...
/* * File : application.c * This file is part of RT-Thread RTOS * COPYRIGHT (C) 2012, RT-Thread Development Team * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rt-thread.org/license/LICENSE * * Change Logs: * Date ...
/* * PowerPC machine specifics */ #ifndef _PPC_MACHINE_H_ #define _PPC_MACHINE_H_ /* Bit encodings for Machine State Register (MSR) */ #define MSR_POW (1<<18) /* Enable Power Management */ #define MSR_TGPR (1<<17) /* TLB Update registers in use */ #define MSR_ILE (1<<16) /* Interrupt Little-Endian enable */ #...
/* * Mesa 3-D graphics library * Version: 7.2 * * Copyright (C) 1999-2008 Brian Paul 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, in...
/* * Copyright (C) 2011-2013 Andreas Steffen * HSR Hochschule fuer Technik Rapperswil * * 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 * opti...
#ifndef _GNU_SOURCE # define _GNU_SOURCE #endif #include <glib.h> #include <asm/unistd.h> #include <errno.h> #include <unistd.h> #include <fcntl.h> #include "sysfuzz.h" #include "typelib.h" #include "iknowthis.h" // Unimplemented system call. SYSFUZZ(break, __NR_break, SYS_FAIL | SYS_BORING | SYS_SAFE, CLONE_DEFAULT,...
/* This file is part of p4est. p4est is a C library to manage a collection (a forest) of multiple connected adaptive quadtrees or octrees in parallel. Copyright (C) 2010 The University of Texas System Additional copyright (C) 2011 individual authors Written by Carsten Burstedde, Lucas C. Wilcox, and Tobin ...
/* * debug.c * * Created on: Jan 31, 2014 * Author: david_s5 */ #include <stdio.h> #include <stdint.h> #include <stdarg.h> #include <string.h> #include "config.h" #include "spark_macros.h" #include "debug.h" #include "timer_hal.h" LoggerOutputLevel log_level_at_run_time = LOG_LEVEL_AT_RUN_TIME; debug_outpu...
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * (Shared logic for modifications) * LICENSE: See LICENSE in the top level directory * FILE: mods/shared_logic/CClientPickupManager.h * PURPOSE: Pickup entity manager cl...
/* * Copyright (C) 2005-2011 MaNGOS <http://www.getmangos.com/> * * Copyright (C) 2008-2011 Trinity <http://www.trinitycore.org/> * * Copyright (C) 2010-2011 Project SkyFire <http://www.projectskyfire.org/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU ...
#ifndef CONFIGHELPER_H #define CONFIGHELPER_H #include <QtCore> #include <QtGui> #ifdef QT5 #include <QtWidgets> #endif /* This file allows to avoid writing bothersome code in order to make GUI config windows. Just generate a ConfigForm and add the corresponding ConfigHelper, and the variables will...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtDeclarative module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid...
/* $Id$ * * Copyright 2010 Anders Wallin (anders.e.e.wallin "at" gmail.com) * * This file is part of OpenCAMlib. * * OpenCAMlib 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 3...
//===- MIParser.h - Machine Instructions Parser ---------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
// *** Hardwarespecific defines *** #define __cbi(reg, bitmask) (*(reg + 1)) = bitmask #define __sbi(reg, bitmask) (*(reg + 2)) = bitmask #define pulseClock digitalWrite(SCK_Pin, LOW); digitalWrite(SCK_Pin, HIGH) #define fontbyte(x) cfont.font[x] #define bitmapbyte(x) bitmap[x] #define PROGMEM #define bitmapdatatyp...
#import "MWMTableViewCell.h" @interface MWMSearchShowOnMapCell : MWMTableViewCell + (CGFloat)cellHeight; @end
// Copyright 2016 The Draco 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 agree...
/* $NetBSD: tprintf.h,v 1.18 2011/11/21 04:36:06 christos Exp $ */ /*- * Copyright (c) 1990, 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 ...
/* * Copyright (c) 2020 Alexander Kozhinov Mail: <AlexanderKozhinov@yandex.com> * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __HTTP_SERVER_HANDLERS__ #define __HTTP_SERVER_HANDLERS__ #include "civetweb.h" void init_http_server_handlers(struct mg_context *ctx); #endif /* __HTTP_SERVER_HANDLERS__ */
/* Copyright 2009-2015 Urban Airship 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 conditions and the f...
/* * 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 ma...
/* Copyright 2009-2015 Urban Airship 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 conditions and the f...
// 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 IOS_CHROME_BROWSER_OVERLAYS_PUBLIC_OVERLAY_PRESENTER_OBSERVER_H_ #define IOS_CHROME_BROWSER_OVERLAYS_PUBLIC_OVERLAY_PRESENTER_OBSERVER_H_ #includ...
// Copyright 2018 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_NETWORK_PROXY_RESOLVING_SOCKET_FACTORY_MOJO_H_ #define SERVICES_NETWORK_PROXY_RESOLVING_SOCKET_FACTORY_MOJO_H_ #include "base/component_...
// 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 MEDIA_CDM_PPAPI_SUPPORTED_CDM_VERSIONS_H_ #define MEDIA_CDM_PPAPI_SUPPORTED_CDM_VERSIONS_H_ #include "media/cdm/ppapi/api/content_decryption_modu...
/*- * Copyright (c) 2012 NetApp, Inc. * Copyright (c) 2015 xhyve developers * 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 copy...
/* $NetBSD: t_cosh.c,v 1.6 2014/03/03 10:39:08 martin Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jukka Ruohonen. * * Redistribution and use in source and binary forms, with or without * mo...
/* * Copyright (C) 2012 by Darren Reed. * * See the IPFILTER.LICENCE file for details on licencing. * * $Id$ */ #include "ipf.h" char *icmptypename(family, type) int family, type; { icmptype_t *i; if ((type < 0) || (type > 255)) return NULL; for (i = icmptypelist; i->it_name != NULL; i++) { if ((family...
#ifndef __LINUX_NETFILTER_H #define __LINUX_NETFILTER_H #ifdef __KERNEL__ #include <linux/init.h> #include <linux/types.h> #include <linux/skbuff.h> #include <linux/net.h> #include <linux/if.h> #include <linux/wait.h> #include <linux/list.h> #endif /* Responses from hook functions. */ #define NF_DROP 0 #define NF_ACC...
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) 2016 - 2020 Cavium Inc. * All rights reserved. * www.cavium.com */ #ifndef _HSI_FUNC_COMMON_H #define _HSI_FUNC_COMMON_H /* Physical memory descriptor */ struct phys_mem_desc { dma_addr_t phys_addr; void *virt_addr; u32 size; /* In bytes */ }; /* Virtua...
#import <Foundation/Foundation.h> typedef struct { size_t a, b, c, d; } LargeIncrementerStruct; typedef LargeIncrementerStruct (^ComplexIncrementerBlock)(NSNumber *, LargeIncrementerStruct, id<NSCoding>); @class FooSuperclass; @protocol InheritedProtocol<NSObject> @end @protocol SimpleIncrementer<InheritedProt...
/* Copyright 2015 BitPay, Inc. * Distributed under the MIT/X11 software license, see the accompanying * file COPYING or http://www.opensource.org/licenses/mit-license.php. */ #include <assert.h> #include <string.h> #include <ccoin/clist.h> static int cstr_cmp(const void *a_, const void *b_, void *user_priv) { con...
/* * libjingle * Copyright 2013 Google Inc. * * 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 conditions and the fo...
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2020 Broadcom * All rights reserved. */ #ifndef _BCMFS_SYM_REQ_H_ #define _BCMFS_SYM_REQ_H_ #include <rte_cryptodev.h> #include "bcmfs_dev_msg.h" #include "bcmfs_sym_defs.h" /** Max variable length. Since we adjust AAD * in same BD if it is less than BCMFS...
/*********************************************************************** SpaceBall - Class for 6-DOF joysticks (Spaceball 4000FLX). Copyright (c) 2002-2011 Oliver Kreylos This file is part of the Vrui VR Device Driver Daemon (VRDeviceDaemon). The Vrui VR Device Driver Daemon is free software; you can redistribute it ...
/* linux/arch/arm/plat-s5pc1xx/include/plat/gpio-bank-mp13.h * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * GPIO Bank MP13 register and configuration definitions * * This program is free software; you can redistribute i...
/* * linux/arch/m68k/hp300/config.c * * Copyright (C) 1998 Philip Blundell <philb@gnu.org> * * This file contains the HP300-specific initialisation code. It gets * called by setup.c. */ #include <linux/config.h> #include <linux/types.h> #include <linux/mm.h> #include <linux/kd.h> #include <linux/tty.h> #in...
/*************************************************************************** qgslayerstylingwidget.h --------------------- begin : April 2016 copyright : (C) 2016 by Nathan Woodrow email : woodrow dot nathan at gmail dot com *********************************...
/* SPDX-License-Identifier: LGPL-2.1+ */ #ifndef foosdndiscfoo #define foosdndiscfoo /*** This file is part of systemd. Copyright (C) 2014 Intel Corporation. All rights reserved. systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as pub...
/* Software floating-point emulation. Convert IEEE double to 128bit unsigned integer Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Uros Bizjak (ubizjak@gmail.com). The GNU C Library is free software; you can redistribute it and/or modify...
/* * This file contains a typical set of register access routines which may be * used with the m48t08 chip if accesses to the chip are as follows: * * + registers are accessed as bytes * + registers are on 64-bit boundaries * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR)...
/* Test *_IS_IEC_60559 not defined for C11. */ /* { dg-do preprocess } */ /* { dg-options "-std=c11 -pedantic-errors" } */ #include <float.h> #ifdef FLT_IS_IEC_60559 #error "FLT_IS_IEC_60559 defined" #endif #ifdef DBL_IS_IEC_60559 #error "DBL_IS_IEC_60559 defined" #endif #ifdef LDBL_IS_IEC_60559 #error "LDBL_IS_IE...
// Copyright 2017 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once #include <cstddef> #include <functional> #include <list> #include <memory> #include <mutex> #include <string> #include <vector> #include "Common/CommonTypes.h" class PointerWrap; namespace Co...
/* Definitions for non-Linux based ARM systems using ELF Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Contributed by Catherine Moore <clm@cygnus.com> This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Li...
#pragma once /* * Copyright (C) 2005-2008 Team XBMC * http://www.xbmc.org * * 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, or (at your option) * any late...
#include <stdio.h> #define INI_MAX_LINE 200 typedef char* (*ini_reader)(char* str, int num, void* stream); int ini_parse(const char* filename); static int ini_parse_stream(ini_reader reader, void* stream) { char line[INI_MAX_LINE]; int max_line = INI_MAX_LINE; while (reader(line, max_line, stream) != NU...
/* ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio 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 requi...
/* Definitions of target machine for GCC, for SPARC running in an embedded environment using the ELF file format. Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public...
/* disc_io.h Interface template for low level disc functions. Copyright (c) 2006 Michael "Chishm" Chisholm 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 cop...
/* Copyright 2009, 2011 William Hart. 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 conditions and the...
#include "some_struct.h" void foo() { struct X x; x. // RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:4:5 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s // CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35) (parent: StructDecl 'X')
// Copyright (c) 1999 // Utrecht University (The Netherlands), // ETH Zurich (Switzerland), // INRIA Sophia-Antipolis (France), // Max-Planck-Institute Saarbruecken (Germany), // and Tel-Aviv University (Israel). All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or // ...
//===-- Latency.h -----------------------------------------------*- 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 // //===---------------------------...
#ifndef _INCLUDED_C_ASW_T75_H #define _INCLUDED_C_ASW_T75_H #include "c_basecombatcharacter.h" #include "iasw_client_usable_entity.h" struct dlight_t; class C_ASW_T75 : public C_BaseCombatCharacter, public IASW_Client_Usable_Entity { public: DECLARE_CLASS( C_ASW_T75, C_BaseCombatCharacter ); DECLARE_CLIENTCLASS();...
// Copyright (c) 2013, Cornell University // 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 ...
// 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 CHROME_BROWSER_PLATFORM_KEYS_EXTENSION_PLATFORM_KEYS_SERVICE_FACTORY_H_ #define CHROME_BROWSER_PLATFORM_KEYS_EXTENSION_PLATFORM_KEYS_SERVICE_FACTO...
#include "tommath_private.h" #ifdef BN_MP_SET_I32_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_SET_SIGNED(mp_set_i32, mp_set_u32, int32_t, uint32_t) #endif
// // BNCLinkData.h // Branch-SDK // // Created by Qinwei Gong on 1/22/15. // Copyright (c) 2015 Branch Metrics. All rights reserved. // #if __has_feature(modules) @import Foundation; #else #import <Foundation/Foundation.h> #endif typedef NS_ENUM(NSUInteger, BranchLinkType) { BranchLinkTypeUnlimitedUse = 0, ...
/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */ /* { dg-skip-if "" { powerpc*-*-darwin* } } */ /* { dg-skip-if "" { powerpc*-*-*spe* } } */ /* { dg-require-effective-target powerpc_p8vector_ok } */ /* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power8" } } */ /* { dg-op...
/* Structures and definitions for the user accounting database. GNU version. Copyright (C) 1997, 1998, 2000, 2001, 2002, 2008 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 Le...
/* packet-ansi_tcap.h * * $Id$ * * Copyright 2007 Anders Broman <anders.broman@ericsson.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU...
// // UUColor.h // UUChart // // Created by shake on 14-7-24. // Copyright (c) 2014年 uyiuyao. All rights reserved. // #import <UIKit/UIKit.h> /* * System Versioning Preprocessor Macros */ #define SCREEN_WIDTH ([UIScreen mainScreen].bounds.size.width) #define UUGrey [UIColor colorWithRed:246.0/255.0 gr...
/* * IBM TrackPoint PS/2 mouse driver * * Stephen Evanchik <evanchsa@gmail.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 * the Free Software Foundation. */ #ifndef _TRACKPOINT_H #define _TRACKPOINT_...
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
/* * Copyright (c) Bull S.A. 2007 All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be useful, but * ...
/* * This file is part of Cleanflight and Betaflight. * * Cleanflight and Betaflight are free software. You can redistribute * this software and/or modify this software under the terms of the * GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your ...
/* * This file is part of Cleanflight. * * Cleanflight 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 3 of the License, or * (at your option) any later version. * * Cleanflight is distr...
/* Paned Widgets * * The GtkHPaned and GtkVPaned Widgets divide their content * area into two panes with a divider in between that the * user can adjust. A separate child is placed into each * pane. * * There are a number of options that can be set for each pane. * This test contains both a horizontal (HPaned) ...
/* * Copyright (C) 2014 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup core_arch * @{ * * @file atomic_arch.h * @brief Archit...
#ifndef DICT2_CLASSA_H #define DICT2_CLASSA_H #include "ClassM.h" static int s_i = 97; class ClassA: public ClassM { public: template <class T> ClassA& operator =(const T&) { return *this; } ClassA(): fA(s_i) {} // This is the "constructor" virtual ~ClassA() {} // This is the 'dest...
/* * Copyright 2014 Red Hat Inc., Durham, North Carolina. * All Rights Reserved. * * 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 ...
/*************************************************************** * * Copyright (C) 1990-2011, Condor Team, Computer Sciences Department, * University of Wisconsin-Madison, WI. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. Y...
// // ______ _ _ _ _____ _____ _ __ // | ____| | | (_) | | / ____| __ \| |/ / // | |__ ___| |_ _ _ __ ___ ___ | |_ ___ | (___ | | | | ' / // | __| / __| __| | '_ ` _ \ / _ \| __/ _ \ \___ \| | | | < // | |____\__ \ |_| | | | | | | (_) | || __/ ...