text
stringlengths
4
6.14k
/* * Generated by class-dump 3.1.1. * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. */ #import <BackRow/BRPanel.h> @class BRController, NSMutableArray; @interface BRControllerStack : BRPanel { NSMutableArray *_stack; NSMutableArray *_transactions; BRController...
/* { dg-do run } */ /* { dg-options "-O3 -mpower8-vector -Wno-psabi" } */ /* { dg-require-effective-target p8vector_hw } */ #ifndef CHECK_H #define CHECK_H "sse2-check.h" #endif #include CHECK_H #ifndef TEST #define TEST sse2_test_psrlq_1 #endif #define N 60 #include <emmintrin.h> #ifdef _ARCH_PWR8 static __m128i...
/* File: CFUUID.h Contains: CoreFoundation UUIDs Version: QuickTime 7.1 Copyright: © 2006 © 1999-2001 by Apple Computer, Inc., all rights reserved Bugs?: For bug reports, consult the following page on the World Wide Web: ...
/* Test mpz_fits_*_p */ /* Copyright 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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 ...
N_("Select Font"); N_("_Cancel"); N_("_Select");
/* GStreamer * Copyright (C) 2007-2008 Wouter Cloetens <wouter@mind.be> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any...
/* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <ztest.h> static void expect_one_parameter(int a) { ztest_check_expected_value(a); } static void expect_two_parameters(int a, int b) { ztest_check_expected_value(a); ztest_check_expected_value(b); } static void para...
/* Copyright (c) 2014, Google Inc. * * 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 IS" AND THE AUTHOR DISCLAIMS...
//****************************************************************************** // // Copyright (c) 2015 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...
// // UIView+Extension.h // // Created by 张磊 on 14-11-14. // Copyright (c) 2014年 com.zixue101.www. All rights reserved. // #import <UIKit/UIKit.h> @interface UIView (ZLExtension) @property (nonatomic,assign) CGFloat x; @property (nonatomic,assign) CGFloat y; @property (nonatomic,assign) CGFloat centerX; @propert...
/* uprobes_lib test case - library helper * Copyright (C) 2009, Red Hat Inc. * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General * Public License (GPL); either version 2, o...
/* Test that gcc destructor functions work */ #include <stdio.h> __attribute__((destructor)) void dtor(void) { printf("Hello from the destructor!\n"); } int main(void) { /* Do nothing */ return 0; }
// 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. // AVFoundation API is only introduced in Mac OS X > 10.6, and there is only one // build of Chromium, so the (potential) linking with AVFoundation has to...
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file objToEgg.h * @author d...
#include "../../src/network/kernel/qnetworkfunctions_wince.h"
/* * Copyright (C) 2019 Gunar Schorcht * * 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 cpu_esp_common * @{ * * @file * @brief Exception handling for ESP SoCs ...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. ...
/* ======================================================================== * Copyright 1988-2006 University of Washington * * 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:...
// 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 UI_VIEWS_ROUNDED_RECT_PAINTER_H_ #define UI_VIEWS_ROUNDED_RECT_PAINTER_H_ #include "base/macros.h" #include "ui/gfx/geometry/rect.h" #include...
/*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3, by John R. Hauser. Copyright 2011, 2012, 2013, 2014 The Regents of the University of California (Regents). All Rights Reserved. Redist...
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
/* -*- 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) 2015 - 2017, Nordic Semiconductor ASA * * 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,...
#ifndef QCONF_FORMAT_H #define QCONF_FORMAT_H #include <vector> #include <string> #include <set> #include "qconf_common.h" /** * free the string vector according to the free_size */ static inline void free_string_vector(string_vector_t &vector, size_t free_size) { for (size_t i = 0; i < free_size; ++i) { ...
/*********************************************************************** Copyright (c) 2006-2011, Skype Limited. 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 retai...
#ifndef _LINUX_NAMEI_H #define _LINUX_NAMEI_H #include <linux/kernel.h> #include <linux/path.h> #include <linux/fcntl.h> #include <linux/errno.h> enum { MAX_NESTED_LINKS = 8 }; #define MAXSYMLINKS 40 /* * Type of the last component on LOOKUP_PARENT */ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND};...
/* for pmi2_job_info_t definition */ #include "setup.h" /* allocate resources to track PMIX_Ring state */ int pmix_ring_init(const pmi2_job_info_t* job, char*** env); /* free resources allocated to track PMIX_Ring state */ int pmix_ring_finalize(); /* given a global rank in stepd/srun tree for message received * fr...
/* avermedia-m135a.c - Keytable for Avermedia M135A Remote Controllers * * Copyright (c) 2010 by Mauro Carvalho Chehab * Copyright (c) 2010 by Herton Ronaldo Krzesinski <herton@mandriva.com.br> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
/***************************************************************************** Copyright (c) 2011, Intel Corp. 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 cod...
/* Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 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...
// SPDX-License-Identifier: GPL-2.0-only /* * 'raw' table, which is the very first hooked in at PRE_ROUTING and LOCAL_OUT . * * Copyright (C) 2003 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/netfilter_ipv4/ip_tables.h> #include...
// SPDX-License-Identifier: GPL-2.0 // SPI driven IR LED device driver // // Copyright (c) 2016 Samsung Electronics Co., Ltd. // Copyright (c) Andi Shyti <andi.shyti@samsung.com> #include <linux/delay.h> #include <linux/fs.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of_gpio.h> #include <linux...
/* * (C) Copyright 2015 * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <lcd.h> #include <video_font.h> /* Get font data, width and height */ static void lcd_putc_xy90(struct console_t *pcons, ushort x, ushort y, ...
/* * Copyright © 2009 CNRS * Copyright © 2009-2013 Inria. All rights reserved. * Copyright © 2009-2012 Université Bordeaux 1 * Copyright © 2009-2010 Cisco Systems, Inc. All rights reserved. * See COPYING in top-level directory. */ /** * This file contains the inline code of functions declared in hwloc.h */ ...
/** ****************************************************************************** * @file fonts.h * @author MCD Application Team * @version V1.0.0 * @date 18-February-2014 * @brief Header for fonts.c file ****************************************************************************** * @attenti...
/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrTextureDomainEffect_DEFINED #define GrTextureDomainEffect_DEFINED #include "GrSingleTextureEffect.h" class GrGLTextureDomainEffect; struct SkRect; /** * Limits a...
#include "clar_libgit2.h" void test_revwalk_simplify__cleanup(void) { cl_git_sandbox_cleanup(); } /* * a4a7dce [0] Merge branch 'master' into br2 |\ | * 9fd738e [1] a fourth commit | * 4a202b3 [2] a third commit * | c47800c [3] branch commit one |/ * 5b5b025 [5] another commit * 8496071 [4] testing */ stat...
/* Copyright (C) 1991-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 ...
/* Copyright (C) 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> 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 Fre...
/* Copyright (C) 2000-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson. 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 Foun...
/* Set up the data structures for the system-supplied DSO. Copyright (C) 2012-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 ...
#ifndef ALIPP13NONLINEARITYSCANSELECTION_H #define ALIPP13NONLINEARITYSCANSELECTION_H // --- Custom header files --- #include "AliPP13SelectionWeights.h" #include "AliPP13SpectrumSelectionMC.h" // --- AliRoot header files --- #include <AliVCluster.h> // TODO: Fix logic for pointers // // NB: Don't use pointers in t...
/* GtkPrintUnixDialog * Copyright (C) 2006 John (J5) Palmieri <johnp@redhat.com> * * 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 opt...
#ifndef _BP_AUTO_H #define _BP_AUTO_H #include <linux/miscdevice.h> #include <linux/wakelock.h> struct bp_private_data; #define BP_UNKNOW_DATA -1 #define BP_OFF 0 #define BP_ON 1 #define BP_SUSPEND 2 #define BP_WAKE 3 #define BP_IOCTL_BASE 'm' #define BP_IOCTL_RESET _IOW(BP_IOCTL_BASE, 0x00, int...
/* $NoKeywords:$ */ /** * @file * * AMD CPU BrandId related functions and structures for socket S1g3. * * Contains code that provides CPU BrandId information * * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: CPU * @e \$Revision: 44324 $ @e \$Date: 2010-12-2...
/******************************************************************** * swlogic.h - switch logic, loaded from various versions of switch.h * * Copyright 1989 Carnegie Mellon University * *********************************************************************/ /* * When included, one of the following should be defin...
// 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_WEBUI_PREDICTORS_PREDICTORS_UI_H_ #define CHROME_BROWSER_UI_WEBUI_PREDICTORS_PREDICTORS_UI_H_ #include "base/macros.h" #inc...
// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/jfs/ioctl.c * * Copyright (C) 2006 Herbert Poetzl * adapted from Remy Card's ext2/ioctl.c */ #include <linux/fs.h> #include <linux/ctype.h> #include <linux/capability.h> #include <linux/mount.h> #include <linux/time.h> #include <linux/sched.h> #include <linux/blkd...
/* This testcase is part of GDB, the GNU debugger. Copyright 2010-2012 Free Software Foundation, Inc. Contributed by Pierre Muller. 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; ei...
char *meson_print(void);
// 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. // Instances of NaCl modules spun up within the plugin as a subprocess. // This may represent the "main" nacl module, or it may represent helpers // t...
// 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 WEBKIT_CHILD_WEBSOCKETSTREAMHANDLE_IMPL_H_ #define WEBKIT_CHILD_WEBSOCKETSTREAMHANDLE_IMPL_H_ #include "base/memory/ref_counted.h" #i...
/** * \file * * \brief maXTouch driver configuration * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: *...
/* * (C) Copyright 2007-2008 * Stelian Pop <stelian.pop@leadtechdesign.com> * Lead Tech Design <www.leadtechdesign.com> * * (C) Copyright 2010 * Matthias Weisser, Graf-Syteco <weisserm@arcor.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you ...
/*************************************************************************** qgstininterpolator.h -------------------- begin : March 10, 2008 copyright : (C) 2008 by Marco Hugentobler email : marco dot hugentobler...
/* * Copyright 2012-15 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...
/* * Digital Beep Input Interface for HD-audio codec * * Author: Matthew Ranostay <mranostay@embeddedalley.com> * Copyright (c) 2008 Embedded Alley Solutions Inc * * This driver is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * th...
/*********************************************************************/ /* Copyright 2009, 2010 The University of Texas at Austin. */ /* All rights reserved. */ /* */ /* Redistribution and use in sou...
/* * Copyright 2012 Michael Ellerman, IBM Corporation. * Copyright 2012 Benjamin Herrenschmidt, IBM Corporation * * 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 _...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #pragma mark - // // File: /Applications/Xcode-7GM.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/IDS...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #pragma mark - // // File: /Applications/Xcode-7GM.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/System/Library/PrivateFrameworks/Cellu...
//============================================================================= // MusE Score // Linux Music Score Editor // // Copyright (C) 2002-2009 Werner Schweer and others // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License versio...
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
/* ataraid.h Copyright (C) 2001 Red Hat, 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; either version 2, or (at your option) any later version. You ...
/* * Platform data definition for the Realtek RTL8366S ethernet switch driver * * Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org> * * 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 ...
/* * 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. */ #ifndef IAP_H #define IAP_H #include <stdint.h> #ifdef __cplusplus extern "C" { #endif /...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ #import "TiLayoutView.h" @interface TiScrollableView : TiLayoutView<UIScrollView...
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_PASTEBOARD_HELPER_MAC_H_ #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_PASTEBOARD_HELPER_MAC_H_ #include "chrom...
/* * 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, publis...
/* @(#)s_lrint.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided ...
/* { dg-do run } */ /* { dg-options "-O1 -fdump-tree-original" } */ char *buffer1; char *buffer2; #define SIZE 1000 int main (void) { const char* const foo1 = "hello world"; buffer1 = __builtin_malloc (SIZE); __builtin_strcpy (buffer1, foo1); buffer2 = __builtin_malloc (SIZE); __builtin_strcpy (buffer2, f...
/* * v4l2-i2c-drv.h - contains I2C handling code that's identical for * all V4L2 I2C drivers. Use this header if the * I2C driver is only used by drivers converted * to the bus-based I2C API. * * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> * * This program is free software; you can redis...
/* Copyright 2015 Samsung Electronics Co., LTD * * 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...
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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...
/* * Copyright (C) 2006 The Android Open Source Project * * 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 app...
/* PR middle-end/37009 */ /* { dg-do compile { target { { ! *-*-darwin* } && ilp32 } } } */ /* { dg-options "-m32 -mincoming-stack-boundary=2 -mpreferred-stack-boundary=2" } */ extern void bar (double *); double foo(double x) { double xxx = x + 13.0; bar (&xxx); return xxx; } /* { dg-final { scan-assembler "a...
/* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */ /* see jconfig.txt for explanations */ #ifndef __JCONFIG_WIN_H__ #define __JCONFIG_WIN_H__ #define HAVE_PROTOTYPES #define HAVE_UNSIGNED_CHAR #define HAVE_UNSIGNED_SHORT /* #define void char */ /* #define const */ #undef CHAR_IS_UNSIGNED #def...
/* -*- c++ -*- */ /* * Copyright 2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio 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...
// Copyright 2014 The Bazel 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 appl...
/* Copyright (c) 2015, Oracle and/or its affiliates. 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; version 2 of the License. This program is distributed in the hope ...
/* * Copyright (c) 2005 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Governement * retains certain rights in this software. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con...
/* * * Copyright 2015, 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...
// 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 CHROMECAST_BASE_CAST_CONSTANTS_H_ #define CHROMECAST_BASE_CAST_CONSTANTS_H_ namespace chromecast { extern const char kChromeResourceScheme[]; }...
/* * CAAM/SEC 4.x driver backend * Private/internal definitions between modules * * Copyright 2008-2011 Freescale Semiconductor, Inc. * */ #ifndef INTERN_H #define INTERN_H #define JOBR_UNASSIGNED 0 #define JOBR_ASSIGNED 1 /* Currently comes from Kconfig param as a ^2 (driver-required) */ #define JOBR_DEPTH (1...
/* * fs/isofs/export.c * * (C) 2004 Paul Serice - The new inode scheme requires switching * from iget() to iget5_locked() which means * the NFS export operations have to be hand * coded because the default routines rely on * ...
/* * Copyright (C) 2015 Red Hat, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, co...
/* * Copyright (C) 2014 Sergey Krukowski <softsr@yahoo.de> * * This file is part of paparazzi. * * paparazzi 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 ...
/* * linux/fs/ext2/xip.c * * Copyright (C) 2005 IBM Corporation * Author: Carsten Otte (cotte@de.ibm.com) */ #include <linux/mm.h> #include <linux/fs.h> #include <linux/genhd.h> #include <linux/buffer_head.h> #include <linux/blkdev.h> #include "ext2.h" #include "xip.h" static inline int __inode_direct_access(st...
/* Copyright (C) 2002 MySQL AB 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; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) STMicroelectronics SA 2017 * * Authors: Philippe Cornu <philippe.cornu@st.com> * Yannick Fertre <yannick.fertre@st.com> * Fabien Dessenne <fabien.dessenne@st.com> * Mickael Reulier <mickael.reulier@st.com> */ #ifndef _LTDC_H_ #...
#ifndef __DMI_H__ #define __DMI_H__ #include <linux/list.h> #include <linux/kobject.h> #include <linux/mod_devicetable.h> /* enum dmi_field is in mod_devicetable.h */ enum dmi_device_type { DMI_DEV_TYPE_ANY = 0, DMI_DEV_TYPE_OTHER, DMI_DEV_TYPE_UNKNOWN, DMI_DEV_TYPE_VIDEO, DMI_DEV_TYPE_SCSI, DMI_DEV_TYPE_ETHER...
#if defined(_MSC_VER) // Microsoft #define EXPORT __declspec(dllexport) #define IMPORT __declspec(dllimport) #elif defined(_GCC) // GCC #define EXPORT __attribute__((visibility("default"))) #define IMPORT #else // do nothing and hope for the best? #define EXPORT #define IMPORT #endif extern IMPORT int foo(); extern...
/******************************************************************************* * * Copyright (c) 2015-2016 Intel Corporation. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Ve...
#ifndef __APP_DELEGATE_H__ #define __APP_DELEGATE_H__ #include "cocos2d.h" /** @brief The cocos2d Application. The reason for implement as private inheritance is to hide some interface call by CCDirector. */ class AppDelegate : private cocos2d::CCApplication { public: AppDelegate(); virtual ~AppDelegate(...
/* * Common hypervisor code * * Copyright (C) 2008, VMware, Inc. * Author : Alok N Kataria <akataria@vmware.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...
/* Copyright 2020 Evy Dekkers * * 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 distributed i...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_FRAG_H__ #define __NET_FRAG_H__ struct netns_frags { /* Keep atomic mem on separate cachelines in structs that include it */ atomic_t mem ____cacheline_aligned_in_smp; /* sysctls */ int timeout; int high_thresh; int low_thresh; int max_dist; }; /** ...
#ifndef DEF_BLACKWING_DESCENT_H #define DEF_BLACKWING_DESCENT_H enum Data { //Encounters DATA_MAGMAW, DATA_OMNOTRON_DEFENSE_SYSTEM, DATA_MALORIAK, DATA_CHIMAERON, DATA_ATRAMEDES, DATA_NEFARIAN, DATA_ABBERATIONS_LEFT, DATA_DRAKONID }; enum Creatures { BOSS_MAGMAW ...
// 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 PPAPI_CPP_DEV_URL_UTIL_DEV_H_ #define PPAPI_CPP_DEV_URL_UTIL_DEV_H_ #include "ppapi/c/dev/ppb_url_util_dev.h" #include "ppapi/cpp/var.h" nam...
/* * ocp_zmii.h * * Defines for the IBM ZMII bridge * * Armin Kuster akuster@mvista.com * Dec, 2001 * * Copyright 2001 MontaVista Softare 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 * F...