text
stringlengths
4
6.14k
/** src/base/omx_base_source.h OpenMAX base source component. This component does not perform any multimedia processing. It derives from base component and contains a single port. It can be used as base class for source components. Copyright (C) 2007-2009 STMicroelectronics Copyright (C) 2007-2009 Nokia C...
// // BLYBitlyTextViewExample.h // BitlySample // // Created by tracy pesin on 11/11/11. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> #import "BitlyTextView.h" @interface BLYBitlyTextViewExample : UIViewController <BitlyTextViewDelegate> @end
/************************************************************************** * * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas. * 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...
/* Definitions of target machine for GCC. m68k/ColdFire based uClinux system using ELF objects with special linker post-processing to produce FLAT executables. Copyright (C) 2003, 2007, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or ...
/* * Copyright (c) 2011 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include "native_client/src/include/portability.h" #include "native_client/...
/* sigwait - implementation of sigwait function from POSIX.1c. Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published...
//===- PDBSymbolTypeVTableShape.h - VTable shape info -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
/* Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
/* Implement simple hashing table with string based keys. Copyright (C) 1994-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, October 1994. The GNU C Library is free software; you can redistribute it and/or modify it under th...
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * 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 * (...
/**************************************************************************** * * ftcid.c * * FreeType API for accessing CID font information. * * Copyright (C) 2007-2021 by * Derek Clegg and Michael Toftdal. * * This file is part of the FreeType project, and may only be used, * modified, and distributed un...
/* { dg-additional-options "-Wno-pedantic" } */ struct trailing { unsigned m; short ary[]; } trailing = {.ary = {1}}; struct packed { unsigned m; short ary[]; } __attribute__ ((packed)) packed = {.ary = {2}}; /* { dg-final { scan-assembler ".align 1 .u32 packed\\\[2\\\] = { 0, 2 };" } } */ /* { dg-...
/*===================================================================== PIXHAWK Micro Air Vehicle Flying Robotics Toolkit (c) 2009 PIXHAWK PROJECT <http://pixhawk.ethz.ch> This file is part of the PIXHAWK project PIXHAWK is free software: you can redistribute it and/or modify it under the terms of the GNU ...
/* GIO - GLib Input, Output and Streaming Library * * Copyright (C) 2012 Red Hat, Inc. * * 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...
/** * WinPR: Windows Portable Runtime * Synchronization Functions * * Copyright 2012 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2014 Thincast Technologies GmbH * Copyright 2014 Norbert Federa <norbert.federa@thincast.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you...
//****************************************************************************** // // Copyright (c) 2016 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LI...
#ifndef _DICT_DBM_H_INCLUDED_ #define _DICT_DBM_H_INCLUDED_ /*++ /* NAME /* dict_dbm 3h /* SUMMARY /* dictionary manager interface to DBM files /* SYNOPSIS /* #include <dict_dbm.h> /* DESCRIPTION /* .nf /* * Utility library. */ #include <dict.h> /* * External interface. */ #define DICT_TYPE_DBM "dbm" exte...
#include <string.h> #include "modules/enose/enose.h" #include "mcu_periph/i2c.h" #include "mcu_periph/adc.h" #include BOARD_CONFIG uint8_t enose_status; uint8_t enose_heat[ENOSE_NB_SENSOR]; uint16_t enose_val[ENOSE_NB_SENSOR]; uint16_t enose_PID_val; #define ENOSE_SLAVE_ADDR 0xAE #define ENOSE_PWM_ADDR 0x06 #de...
/* Reentrant random function from POSIX.1c. Copyright (C) 1996, 1999, 2009 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 ...
/* * 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...
/**************************************************************************** Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org 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 Sof...
//===--- RecursiveSymbolVisitor.h - Clang refactoring library -------------===// // // 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 // //===---------------------------...
// 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 COMPONENTS_STORAGE_MONITOR_STORAGE_MONITOR_WIN_H_ #define COMPONENTS_STORAGE_MONITOR_STORAGE_MONITOR_WIN_H_ #include "base/basictypes.h" #include...
//RUN: %clang_cc1 -fsyntax-only -verify %s #include <stdarg.h> void a(const char *a, ...) __attribute__((format(printf, 1,2))); // no-error void b(const char *a, ...) __attribute__((format(printf, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}} void c(const char *a, ...) __attribute__((f...
#ifndef _FOCAL_MCAPTESTLIB_H #define _FOCAL_MCAPTESTLIB_H #define TX_NUM_MAX 30 #define RX_NUM_MAX 30 #define boolean unsigned char #define false 0 #define true 1 typedef int (*FTS_I2c_Read_Function)(unsigned char * , int , unsigned char *, int); typedef int (*FTS_I2c_Write_Function)(unsigned char * , int); int I...
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 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 ...
/* src/port/getopt.c */ /* This is used by psql under Win32 */ /* * Copyright (c) 1987, 1993, 1994 * 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 * ar...
/* This file is part of the KDE project Copyright (C) 2007 Matthias Kretz <kretz@kde.org> 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...
//===-- RemarkStringTable.h - Serializing string table ----------*- 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 * * \brief Instance description for NVMCTRL * * Copyright (c) 2016 Atmel Corporation, * a wholly owned subsidiary of Microchip Technology Inc. * * \asf_license_start * * \page License * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this f...
/* sdp_internal.h - Service Discovery Protocol handling */ /* * Copyright (c) 2015-2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ /* * The PDU identifiers of SDP packets between client and server */ #define BT_SDP_ERROR_RSP 0x01 #define BT_SDP_SVC_SEARCH_REQ 0x02 #define BT_SDP...
/* * This is the source code of Telegram for iOS v. 1.1 * It is licensed under GNU GPL v. 2 or later. * You should have received a copy of the license in this archive (see LICENSE). * * Copyright Peter Iakovlev, 2013. */ #import <Foundation/Foundation.h> #import "TLObject.h" #import "TLMetaRpc.h" @interface T...
/* * arch/arm/mach-iop33x/iq80331.c * * Board support code for the Intel IQ80331 platform. * * Author: Dave Jiang <dave.jiang@intel.com> * Copyright (C) 2003 Intel Corp. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published ...
/* * linear least squares model * * Copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either ...
/* * mailbox-omap.h * * Copyright (C) 2013 Texas Instruments, Inc. * * 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 distributed in the hope that it will b...
// Copyright 2017 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once #include <cstddef> #include <string> #include <utility> #include <vector> #include "Common/CommonTypes.h" #include "VideoCommon/RenderState.h" #include "VideoCommon/TextureConfig.h" class Abst...
/* Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
/* stzt01.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
#ifndef _JUDY1OP_INCLUDED #define _JUDY1OP_INCLUDED // @(#) $Revision: 4.1 $ $Source: /judy/src/funcs/Judy1Op.h $ // // HEADER FILE FOR EXPORTED FEATURES FROM Judy1Op(). #define JUDY1OP_AND 1L #define JUDY1OP_OR 2L #define JUDY1OP_ANDNOT 3L extern int Judy1Op(PPvoid_t PPDest, Pvoid_t PSet1, Pvoid_t PSet2, ...
// 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_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_LEVEL_CALCULATOR_H_ #define CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_LEVEL_CALCULATOR_H_ #include "bas...
#include "all.h"
/*************************************************************************/ /* resource_format_image.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/* linux/drivers/hwmon/lis33de.c * * (C) Copyright 2008 * MediaTek <www.mediatek.com> * * STK8BA50 driver for MT6573 * * 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 ...
#include "colormapst.h" #ifndef _MICMAP_H_ #define _MICMAP_H_ extern ColormapPtr miInstalledMaps[MAXSCREENS]; typedef Bool (* miInitVisualsProcPtr)(VisualPtr *, DepthPtr *, int *, int *, int *, VisualID *, unsigned long, int, int); int miListInstalledColormaps(ScreenPtr pScreen, Colormap *pmaps); void mi...
// 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 SYNC_SESSIONS_ORDERED_COMMIT_SET_H_ #define SYNC_SESSIONS_ORDERED_COMMIT_SET_H_ #include <map> #include <set> #include <vector> #include "sync/b...
/** * Copyright (c) 2014-2015, RongCloud. * All rights reserved. * * All the contents are the copyright of RongCloud Network Technology Co.Ltd. * Unless otherwise credited. http://rongcloud.cn * */ // RCTextMessage.h // Created by Heq.Shinoda on 14-6-13. #import "RCMessageContent.h" /*! 文本消息的类型名 */ #defin...
/* Copyright (C) 1991, 1995, 1996, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either versio...
/*************************************************************************** qgspointcloudrgbrenderer.h -------------------- begin : October 2020 copyright : (C) 2020 by Nyall Dawson email : nyall dot dawson at gmail ...
/* Data structures and function declarations for the SSA value propagation engine. Copyright (C) 2004-2013 Free Software Foundation, Inc. Contributed by Diego Novillo <dnovillo@redhat.com> This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU Gene...
/* * Support for Intel Camera Imaging ISP subsystem. * * Copyright (c) 2010 - 2014 Intel Corporation. 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 version * 2 as published by the Free Software Foundation. * ...
// Scintilla source code edit control /** @file CellBuffer.h ** Manages the text of the document. **/ // Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef CELLBUFFER_H #define CELLBUFFER_H #ifdef SCI_NAMES...
#include <linux/module.h> MODULE_AUTHOR("Luis R. Rodriguez"); MODULE_DESCRIPTION("Kernel compatibility module"); MODULE_LICENSE("GPL"); #ifndef COMPAT_BASE #error "You need a COMPAT_BASE" #endif #ifndef COMPAT_BASE_TREE #error "You need a COMPAT_BASE_TREE" #endif #ifndef COMPAT_BASE_TREE_VERSION #error "You need a ...
/* * Copyright 2015 The SageTV 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 ap...
/* Copyright (c) 2012, Broadcom Europe Ltd 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 conditions and t...
// // UIBarButtonItem+Common.h // Coding_iOS // // Created by 王 原闯 on 14/11/5. // Copyright (c) 2014年 Coding. All rights reserved. // #import <UIKit/UIKit.h> @interface UIBarButtonItem (Common) + (UIBarButtonItem *)itemWithBtnTitle:(NSString *)title target:(id)obj action:(SEL)selector; + (UIBarButtonItem *)itemW...
/*************************************************************************/ /* rich_text_editor_plugin.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/* * Copyright (c) 2007-2012 SlimDX Group * * 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, ...
/* Copyright (C) 2007-2013 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 License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distribute...
// SPDX-License-Identifier: GPL-2.0 /***************************************************************************/ /* * m54xx.c -- platform support for ColdFire 54xx based boards * * Copyright (C) 2010, Philippe De Muyter <phdm@macqel.be> */ /***********************************************************************...
/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
/* Software floating-point emulation. Return 1 if a >= b Copyright (C) 1997, 1999, 2000 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 redistri...
/* * Copyright © 2008 Ingo Molnar * * 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 program is distribu...
/* { dg-do compile } */ /* { dg-options "-Winline -O2" } */ int do_something_evil (void); inline __attribute__ ((always_inline)) void q2(void) /* { dg-message "sorry\[^\n\]*recursive" "" } */ { if (do_something_evil ()) return; q2(); /* { dg-message "sorry\[^\n\]*called from here" "" } */ q2(); /* With -O2...
// Copyright 2008, 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 and ...
/* * Copyright (C) 2013 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 pthread * @{ * @file * @brief Spin locks. * @author Christian Mehlis...
/* Test _Float16 type-generic built-in functions. */ /* { dg-do run } */ /* { dg-options "" } */ /* { dg-add-options float16 } */ /* { dg-add-options ieee } */ /* { dg-require-effective-target float16_runtime } */ #define WIDTH 16 #define EXT 0 #include "floatn-tg.h"
// SPDX-License-Identifier: GPL-2.0-only #include <linux/types.h> #include <linux/export.h> unsigned int x86_family(unsigned int sig) { unsigned int x86; x86 = (sig >> 8) & 0xf; if (x86 == 0xf) x86 += (sig >> 20) & 0xff; return x86; } EXPORT_SYMBOL_GPL(x86_family); unsigned int x86_model(unsigned int sig) { ...
#ifndef INCLUDE_SERIALREADINGDELEGATEDEMO_H_ #define INCLUDE_SERIALREADINGDELEGATEDEMO_H_ //*** Example of global callback routine void onDataCallback(Stream& stream, char arrivedChar, unsigned short availableCharsCount) { } //*** Example of class callback processing class SerialReadingDelegateDemo { public: void be...
#ifndef GETOPT_H #define GETOPT_H /* include files needed by this include file */ /* macros defined by this include file */ #define no_argument 0 #define required_argument 1 #define OPTIONAL_ARG 2 /* types defined by this include file */ /* GETOPT_LONG_OPTION_T: The type of long option */ typedef struct ...
/****************************************************************************** * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR ...
/* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@login.dknet.dk> wrote this file. As long as you retain this * notice you can do whatever you want with this stuff. If we meet some * day, and you think this stuff is worth it, you can ...
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://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 later ve...
/* * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ver...
/*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3e, by John R. Hauser. Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of California. All rights reserved. Redistribution a...
/*************************************************************************** * * * Copyright: http://www.ii-system.com * * License: LGPL * * ...
// 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 BASE_SHA1_H_ #define BASE_SHA1_H_ #include <stddef.h> #include <string> #include "base/base_export.h" namespace base { // These functions...
// A class for managing the data associated with sets of molecules #ifndef PER_MOLECULE_SET_H #define PER_MOLECULE_SET_H // ATC_Method headers #include "LammpsInterface.h" #include "DependencyManager.h" #include <map> #include <set> #include <vector> namespace ATC { // forward declarations class ATC_Method; t...
#pragma once #include "vec3.h" /* __declspec(align(16)) */ struct Ray { Vec3 origin; int pad; Vec3 dir; int pad2; Vec3 invdir; int pad3; };
/* * Copyright (C) 2007 Red Hat. 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITH...
#include <linux/oprofile.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/uaccess.h> #include <asm/ptrace.h> #include <asm/stacktrace.h> #include <linux/stacktrace.h> #include <linux/kernel.h> #include <asm/sections.h> #include <asm/inst.h> struct stackframe { unsigned long sp; unsigned long pc; un...
/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU OpenMP Library (libgomp). Libgomp is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
/* * Copyright (C) 2008 Google, Inc. * Author: Nick Pelly <npelly@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distribut...
/* * dummy.c * * Copyright 2010 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.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 versi...
/* * otg.c - ChipIdea USB IP core OTG driver * * Copyright (C) 2013 Freescale Semiconductor, Inc. * * Author: Peter Chen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ ...
/* * include/linux/if_team.h - Network team device driver header * Copyright (c) 2011 Jiri Pirko <jpirko@redhat.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 t...
/* opcode/i386.h -- Intel 80386 opcode macros Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler, and GDB, the GNU Debugger. This program is free software; you ca...
/* SPDX-License-Identifier: MIT */ #ifndef __NVBIOS_VPSTATE_H__ #define __NVBIOS_VPSTATE_H__ struct nvbios_vpstate_header { u32 offset; u8 version; u8 hlen; u8 ecount; u8 elen; u8 scount; u8 slen; u8 base_id; u8 boost_id; u8 tdp_id; }; struct nvbios_vpstate_entry { u8 pstate; u16 clock_mhz; }; int nvbios...
/*************************************************************************/ /* thread_windows.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/* Unix SMB/CIFS implementation. reproducer for bug 6898 Copyright (C) Volker Lendecke 2009 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 (a...
#ifndef __CLONE_PICTURE_H_ #define __CLONE_PICTURE_H_ #include <vector> #include "picture.h" namespace WelsDec { // a picture with automatically managed storage & some analytic accessors class LumaPicture { public: inline LumaPicture() : m_width(0), m_height(0), m_mb_size(0), m_b_size(0) { } LumaPicture(const...
/* Software floating-point emulation. Return a * b Copyright (C) 1997,1999 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 it and/o...
//===- LoopRotationUtils.h - Utilities to perform loop rotation -*- 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 // //===---------------------------...
static void main(void) { unsigned min; int value, latency; latency = -2; if (latency > (((min) >> 8) & 0xff)) { value = 0xa; } if (value < 0) return; ((min) = (((min) & ~0xff))); }
// Copyright (c) 2003 // 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 // ...
// 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_UI_VIEWS_STATUS_BUBBLE_VIEWS_H_ #define CHROME_BROWSER_UI_VIEWS_STATUS_BUBBLE_VIEWS_H_ #include "base/basictypes.h" #include "...
/* * Copyright 2012 Red Hat 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, merge, publish, d...
#include "tst-rxspencer.c"
/* Note that struct foo is opaque (never defined) in this file. This is allowed by C since this file does not reference any members of the structure. The debugger needs to be able to associate this opaque structure definition with the full definition in another file. */ struct foo *foop; extern stru...
/* spell.c -- spelling correction for pathnames. */ /* Copyright (C) 2000 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. Bash 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 Softwa...
/* * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: * * Marek Lindner * * 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...