text
stringlengths
4
6.14k
/**************************************************************************** * config/fire-stm32v2/src/up_w25.c * arch/arm/src/board/up_w25.c * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or with...
/* GTK - The GIMP Toolkit * gtksizegroup.h: * Copyright (C) 2000 Red Hat Software * * 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 of the License, or (at your o...
/* * Copyright 2010, Torsten Curdt * * 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 ...
// Copyright (c) 2004, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of condi...
//===----------------------------------------------------------------------===// // // Peloton // // skiplist.h // // Identification: src/include/index/skiplist.h // // Copyright (c) 2015-17, Carnegie Mellon University Database Group // //===------------------------------------------------------...
/** * @file * @brief * * @date 13.12.12 * @author Ilia Vaprol */ #ifndef PPC_MMU_H_ #define PPC_MMU_H_ #include <stdint.h> #define __MMU_PGD_SHIFT 22 #define __MMU_PMD_SHIFT 22 #define __MMU_PTE_SHIFT 12 typedef uint32_t __mmu_paddr_t; typedef uint32_t __mmu_vaddr_t; typedef uint32_t ...
// 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 CONTENT_PUBLIC_BROWSER_SSL_HOST_STATE_DELEGATE_H_ #define CONTENT_PUBLIC_BROWSER_SSL_HOST_STATE_DELEGATE_H_ #include <memory> #include "base/cal...
///////////////////////////////////////////////////////////////////////////// // Name: wx/qt/popupwin.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_POPUPWIN_H_ #define _WX...
typedef void* pthread_t; void pthread_create(pthread_t * thread_pointer, void * null, void * (*function) (void*), void * pointer);
/* -*- mode: C -*- */ /* IGraph library. Copyright (C) 2010-2012 Gabor Csardi <csardi.gabor@gmail.com> 334 Harvard st, Cambridge MA, 02139 USA 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 Softw...
// Copyright 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 InterpolatedSVGPathSource_h #define InterpolatedSVGPathSource_h #include "core/animation/SVGPathSegInterpolationFunctions.h" #include "core/svg/S...
/* * Copyright (c) 2007, Michael Lehn * * 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,...
/* * ng_sppp.h Netgraph to Sppp module. */ /*- * Copyright (C) 2002-2004 Cronyx Engineering. * Copyright (C) 2002-2004 Roman Kurakin <rik@cronyx.ru> * * This software is distributed with NO WARRANTIES, not even the implied * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * Authors grant...
// 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 CHROME_BROWSER_SYNC_GLUE_AUTOFILL_DATA_TYPE_CONTROLLER_H__ #define CHROME_BROWSER_SYNC_GLUE_AUTOFILL_DATA_TYPE_CONTROLLER_H__ #pragma once #i...
/* * Copyright (C) 2011, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions...
// Copyright (c) 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 BASE_MAC_SCOPED_BLOCK_H_ #define BASE_MAC_SCOPED_BLOCK_H_ #include <Block.h> #include "base/mac/scoped_typeref.h" #if defined(__has_feature...
//====== Copyright © 1996-2007, Valve Corporation, All rights reserved. ======= // // Purpose: // //============================================================================= #ifndef MDLLIB_H #define MDLLIB_H #ifdef _WIN32 #pragma once #endif #include "tier1/utlbuffer.h" #include "appframework/IAppSystem.h" // ...
/* * Copyright 2010-2013 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 "lice...
// Copyright (c) 1997 James Clark // See the file COPYING for copying permission. #ifndef LocNode_INCLUDED #define LocNode_INCLUDED 1 #include "Boolean.h" #include "Node.h" #ifdef SP_NAMESPACE namespace SP_NAMESPACE { #endif class Location; #ifdef GROVE_NAMESPACE #define GROVE_NAMESPACE_SCOPE GROVE_NAMESPACE:: #el...
/* * Copyright (c) 2001-2007, Tom St Denis * 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 cond...
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ /* DO NOT USE THIS IN NEW CODE. It is here only to allow old code to compile. */ #include <fcntl.h>
/* * ebt_among * * Authors: * Grzegorz Borowiak <grzes@gnu.univ.gda.pl> * * August, 2003 * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/ip.h> #include <linux/if_arp.h> #include <linux/module.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter_bridge/ebtables.h> #include <linux...
/* * vdr-plugin-vnsi - XBMC server plugin for VDR * * Copyright (C) 2003-2006 Petri Hintukainen * Copyright (C) 2010 Alwin Esch (Team XBMC) * Copyright (C) 2011 Alexander Pipelka * * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify * it un...
/* * This file is part of the coreboot project. * * Copyright (C) 2005 Tyan Computer * (Written by Yinghai Lu <yinghailu@gmail.com> for Tyan Computer) * Copyright (C) 2007 Corey Osgood <corey.osgood@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the G...
/* * Copyright (c) 2018 The WebRTC 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 contribut...
/* * R : A Computer Language for Statistical Data Analysis * Copyright (C) 2003-2015 The R Core Team. * * 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 Licen...
/* * Copyright (c) 2012, The Linux Foundation. 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 notice and this permission notice appear in all copies. * THE SOFTWARE IS PROVIDED "AS ...
/* * drivers/usb/core/otg_whitelist.h * * Copyright (C) 2004 Texas Instruments * * 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 option) an...
/* * main.h * * PWLib application header file for emailtest * * Copyright (c) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * ...
/* radare - LGPL - Copyright 2015 - qnix */ #include <string.h> #include <r_types.h> #include <r_lib.h> #include <r_asm.h> #include <r_anal.h> #include "../../asm/arch/riscv/riscv-opc.c" #include "../../asm/arch/riscv/riscv.h" static bool init = false; #define is_any(...) _is_any(o->name, __VA_ARGS__, NULL) static b...
// RUN: %clang_cc1 -fcatch-undefined-behavior -emit-llvm-only %s // PR6805 void foo() { union { int i; } u; u.i=1; }
// MESSAGE SYSTEM_TIME_UTC PACKING #define MAVLINK_MSG_ID_SYSTEM_TIME_UTC 4 typedef struct __mavlink_system_time_utc_t { uint32_t utc_date; ///< GPS UTC date ddmmyy uint32_t utc_time; ///< GPS UTC time hhmmss } mavlink_system_time_utc_t; #define MAVLINK_MSG_ID_SYSTEM_TIME_UTC_LEN 8 #define MAVLINK_MSG_I...
/* vim: set expandtab ts=4 sw=4: */ /* * You may redistribute this program 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. * * This program is distributed in the hope that it...
/* * This program 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 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will...
/* radare - LGPL - Copyright 2009-2015 - pancake */ #include <r_reg.h> #include <r_util.h> static const char *parse_alias (RReg *reg, char **tok, const int n) { if (n != 2) return "Invalid syntax"; int role = r_reg_get_name_idx (tok[0] + 1); return r_reg_set_name (reg, role, tok[1]) ? NULL : "Invalid alias"; } ...
/* pwm.c - analogWrite implementation for esp8266 Copyright (c) 2015 Hristo Gochkov. All rights reserved. This file is part of the esp8266 core for Arduino environment. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publi...
#include "unix/fat32/define.h" #include "FAT32_Opts.h" #ifndef __FAT32_BASE_H__ #define __FAT32_BASE_H__ #include "FAT32_Disk.h" //----------------------------------------------------------------------------- // Globals //----------------------------------------------------------------------------- //--...
#include <sys/unistd.h> extern void exit(int); #define GET "GET /\n" int main(int ac, char **av, char **env) { (void) ac; (void) av; (void) env; int pid = getpid(); int tid = gettid(); printf("printf: test module runs with pid %d tid %d\n", pid, tid ); char buf[1024]; snprintf(buf, size...
/* * 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 ...
#pragma once // NOLINT(namespace-envoy) // This file is part of the QUICHE platform implementation, and is not to be // consumed or referenced directly by other Envoy code. It serves purely as a // porting layer for QUICHE. #include <memory> #include "quiche/quic/platform/api/quic_export.h" namespace quic { /** T...
/*========================================================================= * * Copyright NumFOCUS * * 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.or...
// Copyright 2013 The Flutter 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 FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WIN32_WINDOW_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WIN32_WINDOW_H_ #include <windowsx...
// 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 THIRD_PARTY_BLINK_RENDERER_MODULES_KEYBOARD_KEYBOARD_LOCK_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_KEYBOARD_KEYBOARD_LOCK_H_ #include "third...
/* Copyright (c) 2018, 2021, Oracle and/or its affiliates. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, as published by the Free Software Foundation. This program is also distributed with certain software (including but not lim...
@import UIKit; /** * A donut chart image generator provides a donut chart image without `QuartzCore.framework` and `UIView`. */ @interface YODonutChartImage : NSObject /** @name Donut chart rendering properties */ /** * The array of values for the donut chart. `values` should be an array of NSNumber. * You mu...
// // TTSliddingPageDelegate.h // UIScrollSlidingPages // // Created by John Doran on 06/12/2013. // Copyright (c) 2013 Thomas Thorpe. All rights reserved. // /* Copyright (c) 2013 Tom Thorpe. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and...
/** * \file * * Definition of some debugging functions for the sensinode port. * * This file is bankable. * * putstring() and puthex() are from msp430/watchdog.c * * \author * George Oikonomou - <oikonomou@users.sourceforge.net> */ #include "cc2430_sfr.h" #include "8051def.h" #include "debug.h...
#pragma once namespace libusbemu { namespace failguard { const bool Check(); void WaitDecision(); const bool Abort(); } }
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. and/or its licensors. * Without the prior written permission of MediaTek inc. and/or ...
/* Support for high precision, low overhead timing functions. sparcv9 version. Copyright (C) 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David S. Miller <davem@redhat.com>, 2001. The GNU C Library is free software; you can redistribute it and/or modi...
/* * Copyright (C) 2003-2011 The Music Player Daemon Project * http://www.musicpd.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 of the License, or * (at your opti...
/* * Copyright (c) 2009 Cyrille Berger <cberger@cberger.net> * * 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 option) any later version...
/* * Copyright (c) 2000-2006 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 would be ...
/* * linux/arch/arm/mach-omap2/gpmc-smc91x.c * * Copyright (C) 2009 Nokia Corporation * Contact: Tony Lindgren * * 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 <...
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, dtv, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were automa...
/* * Raw Video Codec * Copyright (c) 2001 Fabrice Bellard * * 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 (at...
/* Test of environ variable. Copyright (C) 2008-2015 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 (at your option)...
/* ========================================================================= * This file is part of sys-c++ * ========================================================================= * * (C) Copyright 2004 - 2014, MDA Information Systems LLC * * sys-c++ is free software; you can redistribute it and/or modify ...
// Matt Wells, copyright Jul 2004 // . class used to hold the top scoring search results // . filled by IndexTable.cpp // . used by Msg38 to get cluster info for each TopNode // . used by Msg39 to serialize into a reply #ifndef _TOPTREE_H_ #define _TOPTREE_H_ #include "Clusterdb.h" // SAMPLE_VECTOR_SIZE, 48 bytes ...
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_merge_h__ #define INCLUDE_merge_h__ #include "vector.h" #include "commit_list.h" #includ...
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
#ifndef GRR_CLIENT_MINICOMM_CLIENT_ACTIONS_ENUMERATE_USERS_H_ #define GRR_CLIENT_MINICOMM_CLIENT_ACTIONS_ENUMERATE_USERS_H_ #include <vector> #include "grr/client/minicomm/base.h" #include "grr/client/minicomm/client_action.h" namespace grr { namespace actions { class EnumerateUsers : public ClientAction { public: ...
/*------------------------------------------------------------------------- * * nodeSubplan.h * * * * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $PostgreSQL: pgsql/src/include/executor/nodeSubplan.h,v 1.27 200...
// 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 MEDIA_FILTERS_FFMPEG_AUDIO_DECODER_H_ #define MEDIA_FILTERS_FFMPEG_AUDIO_DECODER_H_ #include <list> #include "base/callback.h" #include "bas...
#ifndef ALIEMCALAFTERBURNERUF_H #define ALIEMCALAFTERBURNERUF_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ //------------------------------------------------------------------------- /// \class AliEMCALAfterBu...
/* Copyright (c) 2008-2017 jerome DOT laurens AT u-bourgogne DOT fr This file is part of the __SyncTeX__ package. [//]: # (Latest Revision: Fri Jul 14 16:20:41 UTC 2017) [//]: # (Version: 1.21) See `synctex_parser_readme.md` for more details ## License Permission is hereby granted, free of charge, to an...
//===- ASTDiffInternal.h --------------------------------------*- C++ -*- -===// // // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------...
// 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 CONTENT_PUBLIC_BROWSER_PEPPER_FLASH_SETTINGS_HELPER_H_ #define CONTENT_PUBLIC_BROWSER_PEPPER_FLASH_SETTINGS_HELPER_H_ #include "base/callback...
// Copyright (c) 2010 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. // Implement a very basic memory allocator that make direct system calls // instead of relying on libc. // This allocator is not thread-safe. #ifndef...
#ifndef __FTGlyph__ #define __FTGlyph__ #include <vtk_freetype.h> #include FT_FREETYPE_H #include FT_GLYPH_H #include "FTGL.h" /** * FTBBox * * */ class FTGL_EXPORT FTBBox { public: FTBBox() : x1(0), y1(0), z1(0), x2(0), y2(0), z2(0) {} FTBBox( FT_Glyp...
// Copyright 2021 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. // // Implements chrome.fileManagerPrivateInternal.getVolumeRoot function. #ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FMPI_GET_VOLUME_ROOT_FU...
/* Copyright 2019 @foostan Copyright 2020 Drashna Jaelre <@drashna> 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 option) any later version. This progr...
/* Copyright (C) 1996-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published b...
/* * Copyright (C) 2011-2015 Project SkyFire <http://www.projectskyfire.org/> * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2015 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Genera...
/* * avrdude - A Downloader/Uploader for AVR device programmers * Copyright (C) 2003-2004 Eric B. Weddington <eric@ecentral.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 v...
/* Copyright (C) 1996-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published b...
// Conn.c: // Dispatch ConnCreate() call to proper ConnXxx_Ctor(). // // Copyright (C) ENE TECHNOLOGY INC. 2010 #include "MyTypeDefs.h" #include "Conn.h" struct io373b; struct ConnDosIdxIo *ConnDosIdxIo_Ctor(WORD idxIoBase); struct ConnWinIdxIo *ConnWinIdxIo_Ctor(WORD idxIoBase); struct ConnFtEdi *C...
/* This file is part of the KDE project Copyright (C) 2009 Patrick Spendrin <ps_ml@gmx.de> This library 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 ...
/* TUI Interpreter definitions for GDB, the GNU debugger. Copyright 2003 Free Software Foundation, Inc. This file is part of GDB. 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; eith...
/* Software floating-point emulation. Return (long long)a Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). The GNU C Library is free software; you can redistribute i...
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #pr...
/* * 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 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 WIN8_METRO_DRIVER_DIRECT3D_HELPER_ #define WIN8_METRO_DRIVER_DIRECT3D_HELPER_ #include <windows.ui.core.h> #include <windows.foundation.h> #incl...
// 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 UI_BASE_IME_CONSTANTS_H_ #define UI_BASE_IME_CONSTANTS_H_ #include "base/component_export.h" #include "stddef.h" namespace ui { // The name of ...
#if !defined(__CINT__) && !defined(__CLING__) # error Not for compilation #else #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link C++ class AliHLTFMDReconstructionComponent+; #pragma link C++ class AliHLTAgentFMD+; #endif // __CINT__
// 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 THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_WORKLET_GLOBAL_SCOPE_PROXY_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_WORKLET_GLOBAL_SCOPE_PROXY_H...
/* Copyright (c) 2008-2015, Avian Contributors 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 notice and this permission notice appear in all copies. There is NO WARRANTY for this software. See l...
// // RCDAboutRongCloudTableViewController.h // RCloudMessage // // Created by litao on 15/4/27. // Copyright (c) 2015年 胡利武. All rights reserved. // #import <UIKit/UIKit.h> @interface RCDAboutRongCloudTableViewController : UITableViewController @end
// // CCEffectLighting.h // cocos2d-ios // // Created by Thayer J Andrews on 10/2/14. // // #import "CCEffect.h" /** * CCEffectLighting uses a normal map and a collection of light nodes to compute the Phong * lighting on the affected node. * * @note This class is currently considered experimental. Set the `CC_...
#pragma once #include <mono/jit/jit.h> #include <mono/metadata/environment.h> #include <mono/metadata/mono-config.h> #include <mono/metadata/assembly.h> #include <mono/metadata/threads.h> #include <INPLScriptingState.h> /** * exposing ParaEngine and NPL API to the mono scripting interface as internal mono calls. */ ...
/* { dg-require-effective-target arm_v8_1m_mve_ok } */ /* { dg-add-options arm_v8_1m_mve } */ /* { dg-additional-options "-O2" } */ #include "arm_mve.h" int16x8_t foo (int16x8_t a, int16x8_t b) { return vrhaddq_s16 (a, b); } /* { dg-final { scan-assembler "vrhadd.s16" } } */ int16x8_t foo1 (int16x8_t a, int16x8...
/* * This file is part of the coreboot project. * * Copyright (C) 2011 Alexandru Gagniuc <mr.nuke.me@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 ...
/* { dg-require-effective-target arm_v8_1m_mve_ok } */ /* { dg-add-options arm_v8_1m_mve } */ /* { dg-additional-options "-O2" } */ #include "arm_mve.h" int64_t foo (int16x8_t a, int16x8_t b) { return vmlsldavq_s16 (a, b); } /* { dg-final { scan-assembler "vmlsldav.s16" } } */ int64_t foo1 (int16x8_t a, int16x8...
/* crc32 -- calculate and POSIX.2 checksum Copyright (C) 92, 1995-1999 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 2, or (at your option...
/* { dg-do run } */ /* { dg-additional-sources "../sync-1.c" } */ /* { dg-options "-Dxchg -Dtype=int -Dmisalignment=2 -DTRAP_USING_ABORT -mno-trap-using-break8" } */ /* { dg-additional-options "-mtrap-unaligned-atomic" { target cris-*-elf } } */ #include "sync-mis-op-s-1.c"
/* BFD back-end for OpenBSD/m88k a.out binaries. Copyright (C) 2004-2017 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/or modify it under the terms of the GNU General Public License as published by ...
// ####ECOSHOSTGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of the eCos host tools. // Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. // // This p...
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt3Support module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL...
// Test without serialization: // RUN: %clang_cc1 -w -ast-dump %s | FileCheck %s // // Test with serialization: // RUN: %clang_cc1 -w -emit-pch -o %t %s // RUN: %clang_cc1 -w -x c -include-pch %t -ast-dump-all /dev/null \ // RUN: | sed -e "s/ <undeserialized declarations>//" -e "s/ imported//" \ // RUN: | FileCheck %s ...