text
stringlengths
4
6.14k
/* Structures and definitions for the user accounting database. GNU version. Copyright (C) 1997, 1998, 2000, 2001, 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 Gene...
/* Blackfin General Purpose Ports (GPIO) model Copyright (C) 2010-2011 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. This file is part of simulators. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publis...
/* * This definitions of the PIC12F629 MCU. * * This file is part of the GNU PIC library for SDCC, originally * created by Molnar Karoly <molnarkaroly@users.sf.net> 2012. * * This file is generated automatically by the cinc2h.pl, 2012-09-28 08:19:44 UTC. * * SDCC is licensed under the GNU Public license (GPL) v...
#include <vxWorks.h> #include <stdio.h> #include <string.h> #include "BasicFunc.h" #include "common.h" #include "mem_fun.h" #define HICICOMV500 int cicom_v500_trans_config(UINT32 src_addr, UINT32 des_addr, UINT32 num_8); void cicom_v500_trans_en(); int cicom_v500_trans_check(UINT32 src_addr, UINT32 des_addr,...
/* ** uudecode.c function */ int uudecode(FILE *, char *, char *, int *, struct Push *);
/* * Copyright (C) 2013-2015 DeathCore <http://www.noffearrdeathproject.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 l...
/* * Copyright (c) 2008 Brian Tarricone <bjt23@cornell.edu> * * 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 ONLY. * * This program is distributed in the ho...
/********************************************************************** * File: pitsync1.h (Formerly pitsync.h) * Description: Code to find the optimum fixed pitch segmentation of some blobs. * Author: Ray Smith * Created: Thu Nov 19 11:48:05 GMT 1992 * * (C) Copyright 1992, Hewlett-Packard Ltd. ** Lic...
/* * 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...
/* -*- mode: c++; c-basic-offset:4 -*- decryptverifyemailcontroller.h This file is part of Kleopatra, the KDE keymanager Copyright (c) 2008 Klarälvdalens Datakonsult AB Kleopatra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
/* * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/futime.c * PURPOSE: Implementation of _futime * PROGRAMERS: Wine team */ /* * msvcrt.dll file functions * * Copyright 1996,1998 Marcus Meissner * Copyright 1996 Jukka Iivone...
/* * Copyright 2011-2013 Blender Foundation * * 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 ag...
/* xgettext Perl backend. Copyright (C) 2002-2003, 2006, 2010, 2015 Free Software Foundation, Inc. Written by Guido Flohr <guido@imperia.net>, 2002-2003 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 S...
/******************************************************************************* License: This software and/or related materials was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of...
/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - GMC interpolation module header - * * Copyright(C) 2002-2003 Pascal Massimino <skal@planet-d.net> * * This program is free software ; you can redistribute it and/or modify * it under the terms of ...
#define ARDUINO_NANO
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
/*********************************************************************** * pragmatics.h - inference engine pragmatics analysis * * The analysis of how to organize the fetching of metrics (pragmatics) * and other parts of the inference engine that are particularly * sensitive to details of the performance metrics A...
/* Feel free to use this example code in any way you see fit (Public Domain) */ #include <sys/types.h> #ifndef _WIN32 #include <sys/select.h> #include <sys/socket.h> #else #include <winsock2.h> #endif #include <microhttpd.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #define PORT 8888 #d...
/* * Copyright (c) 2016 Linaro Limited. * * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_ARM_CLOCK_CONTROL_H_ #define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_ARM_CLOCK_CONTROL_H_ #include <clock_control.h> /** * @file * * @brief Clock subsystem IDs for ARM family SoCs */ ...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2010 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. */ #ifdef USE_TI_NETWORK #import <Foundation/Foundation.h> #import "TiProxy.h" #impo...
#ifndef SC2_CODE_H #define SC2_CODE_H #include "expr.h" Expr *read_code(); Expr *check_code(Expr *); // compute the type for the given code Expr *run_code(Expr *); int read_index(); extern bool dbg_prog; extern bool run_scc; #endif
/* $NetBSD: compat_getpwent.c,v 1.3 2009/06/01 06:04:37 yamt Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas. * * Redistribution and use in source and binary forms, with or witho...
/** * Copyright (c) 2014-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the Apache 2.0 license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may...
/* Copyright (c) 2013, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file * * ODP memory barriers */ #ifndef ODP_API_SYNC_H_ #define ODP_API_SYNC_H_ #include <odp/visibility_begin.h> #ifdef __cplusplus extern "C" { #endif /** * @addtogroup odp_barrier * @det...
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2011, John Haddon. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistr...
#include <stdio.h> #include <errno.h> #include <unistd.h> #include <string.h> #include <time.h> #include <semaphore.h> #include <sys/types.h> #include <sys/mman.h> #include <fcntl.h> #include "md5.h" #include "utils.h" static const char MY_NAME[] = "Mrs. Conclusion"; // Set up a Mrs. Premise & Mrs. Conclusion co...
int a; int main() { int b; a = 10; b = 11; return a + b; }
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2008-2011, Image Engine Design 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: // // ...
/* * SimString similarity measures. * * Copyright (c) 2009,2010 Naoaki Okazaki * 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 a...
/* * Copyright (c) 2014 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 <string.h> #include "native_client/src/include/minsfi_priv.h" /* * This is the memory base variable which the SFI-sandboxed poi...
/* * Software License Agreement (BSD License) * * Copyright (c) 2010, Willow Garage, 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 mu...
// Copyright 2020 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_BROWSER_UTILITY_SANDBOX_DELEGATE_H_ #define CONTENT_BROWSER_UTILITY_SANDBOX_DELEGATE_H_ #include "base/command_line.h" #include "base/env...
/*************************************************************************/ /* world.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/*! @file @author Albert Semenov @date 08/2008 @module */ #ifndef STATISTIC_INFO_H_ #define STATISTIC_INFO_H_ #include <MyGUI.h> namespace diagnostic { class StatisticInfo { public: StatisticInfo() : mInfo(nullptr), mOffset(20, 20) { const std::string layer = "Statistic"; if (!MyGUI::Layer...
#pragma once #include <reflectionzeug/property/AbstractTypedProperty.h> #include <reflectionzeug/property/AbstractBooleanInterface.h> namespace reflectionzeug { /** * @brief * Property implementation for type bool */ template <typename T> class PropertyBool : public AbstractTypedProperty<T>, public AbstractB...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2014 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person ...
// This file was generated based on 'C:\ProgramData\Uno\Packages\Fuse.Android\0.19.3\.cache\GeneratedCode\$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Controls.TextBlock.h> #include <Uno.UX.ITemplate.h> #include <Uno.UX.Template-1.h> namespace g{namespace Fuse{n...
/*++ /* NAME /* nvtable 3 /* SUMMARY /* attribute list manager /* SYNOPSIS /* #include <nvtable.h> /* /* typedef struct { /* .in +4 /* char *key; /* char *value; /* /* private fields... */ /* .in -4 /* } NVTABLE_INFO; /* /* NVTABLE *nvtable_create(size) /* int size; /* /* NVTABLE_INFO *nvtable_update(table, key, val...
/* * Copyright (c) 2003, 2007-11 Matteo Frigo * Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology * * 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 (c) 2015, 2016 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, version 2.0, as published by the Free Software Foundation. This program is also distributed with certain s...
// // Copyright (C) 2002 RealVNC Ltd. All Rights Reserved. // // Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved. // // This file is part of the VNC system. // // The VNC system is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public Licens...
/* SESC: Super ESCalar simulator Copyright (C) 2003 University of Illinois. Contributed by Jose Renau This file is part of SESC. SESC 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, ...
/** * $Id$ * * Public interface for dreamcast.c - * Central switchboard for the system. This pulls all the individual modules * together into some kind of coherent structure. This is also where you'd * add Naomi support, if I ever get a board to play with... * * Copyright (c) 2005 Nathan Keynes. * * This prog...
#ifndef __ATE_H__ #define __ATE_H__ #ifdef LINUX #define ate_print printk #define ATEDBGPRINT DBGPRINT #ifdef RTMP_MAC_USB #define EEPROM_SIZE 0x400 #ifdef CONFIG_STA_SUPPORT #define EEPROM_BIN_FILE_NAME "/etc/Wireless/RT2870STA/e2p.bin" #endif // CONFIG_STA_SUPPORT // #endif // RTMP_MAC_USB // #endif // LINU...
/* * aym.h * Misc. functions * AYM 1999-03-15 */ /* This file is part of Yadex. Yadex incorporates code from DEU 5.21 that was put in the public domain in 1994 by Raphaël Quinet and Brendon Wyber. The rest of Yadex is Copyright © 1997-2003 André Majorel and others. This program is free software; you can redist...
/* SPDX-License-Identifier: GPL-2.0-only */ #include <fsp/util.h> #include <soc/meminit.h> #include <soc/romstage.h> void mainboard_memory_init_params(FSPM_UPD *mupd) { const struct mb_cfg board_cfg = { .type = MEM_TYPE_DDR4, }; const struct mem_spd spd_info = { .topo = MEM_TOPO_DIMM_MODULE, .smbus = { [0...
/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold 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...
/* Native-dependent definitions for ARM running NetBSD, for GDB. Copyright 1986, 1987, 1989, 1992, 1994, 1999 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 ...
/* * "$Id: fl_call_main.c 5848 2007-05-20 16:18:31Z mike $" * * Copyright 1998-2005 by Bill Spitzak and others. * * fl_call_main() calls main() for you Windows people. Needs to be done in C * because Borland C++ won't let you call main() from C++. * * This library is free software; you can redistribute it and/...
/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include <linux/types.h> #include "missing_btrfs.h" /* linux@db6711600e27c885aed89751f04e727f3af26715 (4.7) */ #if HAVE_LINUX_BTRFS_TREE_H #include <linux/btrfs_tree.h> #else #define BTRFS_ROOT_TREE_OBJECTID 1 #define BTRFS_QUOTA_TREE_OBJECTID 8 #define BTRFS_FI...
/* * Adium is the legal property of its developers, whose names are listed in the copyright file included * with this source distribution. * * 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; ...
union indir { int data; // always odd union indir *next; // always even }; union indir *a; // an array int foo() { int i, acc = 0; for(i=0;i<100;i++) { union indir e = a[i]; while(e.data % 2 == 0) e = * e.next; acc += (e.data >> 1); } return acc; }
/* * Copyright (C) 2007 Casey Schaufler <casey@schaufler-ca.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, version 2. * * Author: * Casey Schaufler <casey@schaufler-ca.com> */ ...
#include <openssl/ssl.h> #define LOG_TAG "SSL_ctrl_stub" #include <log/log.h> long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg) { ALOGD("SSL_ctrl: ssl=%p cmd=%d larg=%ld parg=%p", ssl, cmd, larg, parg); return -1; } long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) { ALOGD("SSL_CTX_ct...
/* sd2snes - SD card based universal cartridge for the SNES Copyright (C) 2009-2010 Maximilian Rehkopf <otakon@gmx.net> This file was adapted from sd2iec, written by Ingo Korb. Original copyright header follows: */ /* sd2iec - SD/MMC to Commodore serial bus interface/controller Copyright (C) 2007-2009 Ingo...
/* * Copyright 2016 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
#ifndef ASEMANAUDIOENCODERSETTINGS_H #define ASEMANAUDIOENCODERSETTINGS_H #include <QObject> #include <QVariant> #include <QMultimedia> class QAudioEncoderSettings; class AsemanAudioEncoderSettingsPrivate; class AsemanAudioEncoderSettings : public QObject { Q_OBJECT Q_ENUMS(EncodingQuality) Q_ENUMS(Encodi...
// Copyright 2019-2020 CERN and copyright holders of ALICE O2. // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. // All rights not expressly granted are reserved. // // This software is distributed under the terms of the GNU General Public // License v3 (GPL Version 3), copied verbatim...
/* * * Copyright (c) 2007 by Christian Dietrich <stettberger@dokucode.de> * Copyright (c) 2008 by Stefan Siegl <stesie@brokenpipe.de> * * 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; eit...
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: mods/deathmatch/logic/packets/CVehiclePuresyncPacket.h * PURPOSE: Vehicle pure synchronization packet class * DEVELOPERS: C...
/* statistics/gsl_statistics_uchar.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Jim Davies, Brian Gough * * 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...
/* * Virtual memory layout of ARM systems. */ #ifndef __MEMLAYOUT_H__ #define __MEMLAYOUT_H__ #ifndef __ASSEMBLY__ #include L4LIB_INC_GLUE(memory.h) #endif #define KERNEL_AREA_START 0xF0000000 #define KERNEL_AREA_END 0xF8000000 /* 128 MB */ #define KERNEL_AREA_SIZE (KERNEL_AREA_END - KERNEL_AREA_START) #define KE...
/* -*- c++ -*- */ /* * Copyright 2002 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 opti...
/* Do not modify this file. */ /* It is created automatically by the ASN.1 to Wireshark dissector compiler */ /* packet-s1ap.h */ /* ../../tools/asn2wrs.py -p s1ap -c ./s1ap.cnf -s ./packet-s1ap-template -D ...
// Copyright (C) 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ****************************************************************************** * * * Copyright (C) 2001-2011, Internat...
/* GStreamer * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> * Copyright (C) <2005> Tim-Philipp Müller <tim@centricular.net> * * 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 Founda...
/** * Copyright (c) 2019 Oticon A/S * * SPDX-License-Identifier: Apache-2.0 */ /** * @brief Service D * * This code is auto-generated from the Excel Workbook * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 3' */ #ifndef SERVICE_D_3_H #define SERVICE_D_3_H #ifdef __cplusplus extern "C" { #endif void ser...
// 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_IMAGE_DECODER_H_ #define CHROME_BROWSER_IMAGE_DECODER_H_ #include <string> #include <vector> #include "base/compiler_specific...
/* * Copyright (C) 2009 Apple 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 a...
// 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 NET_URL_REQUEST_URL_FETCHER_DELEGATE_H_ #define NET_URL_REQUEST_URL_FETCHER_DELEGATE_H_ #include <stdint.h> #include <memory> #include <stri...
// This file has been prepared for Doxygen automatic documentation generation. /*! \file ********************************************************************* * * \brief API for the BCD algorithms * * * * \par Application note: * AVR2017: RZRAVEN FW * * \par Documentation * * \author * Atmel C...
// 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. // Interface of a host that receives commands from a Chromoting client. // // This interface handles control messages defined in control.proto. #ifnd...
// 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 DisplayItemList_h #define DisplayItemList_h #include "platform/PlatformExport.h" #include "platform/graphics/paint/DisplayItem.h" #include "wtf/H...
// dC0026.c // implicit int in K&R decl void pack12 (p, n, last) register char *p; register /*implicit-int*/ n; int last; {}
// Copyright 2020 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_PAYMENTS_CONTENT_SECURE_PAYMENT_CONFIRMATION_APP_FACTORY_H_ #define COMPONENTS_PAYMENTS_CONTENT_SECURE_PAYMENT_CONFIRMATION_APP_FACTORY...
/* * tclFileSystem.h -- * * This file contains the common defintions and prototypes for use by * Tcl's filesystem and path handling layers. * * Copyright (c) 2003 Vince Darley. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. ...
// 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 EXTENSIONS_RENDERER_WAKE_EVENT_PAGE_H_ #define EXTENSIONS_RENDERER_WAKE_EVENT_PAGE_H_ #include <memory> #include <string> #include <unordered_map...
/* * Copyright (C) 2010 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 conditi...
/* * arch/arm/mach-clps711x/include/mach/system.h * * Copyright (C) 2000 Deep Blue Solutions Ltd * * 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 *...
/* * Copyright 2011 Luc Verhaegen <libv@codethink.co.uk> * * 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...
30 mtime=1375350454.352333212 29 atime=1394128264.14927783 30 ctime=1375350454.352333212
/* parens.c -- Implementation of matching parentheses feature. */ /* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc. This file is part of the GNU Readline Library, a library for reading lines of text with interactive input and history editing. The GNU Readline Library is free software; you can...
/*****************************************************************************/ // Copyright 2006 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file in // accordance with the terms of the Adobe license agreement accompanying it. /****************...
/* { dg-require-effective-target vect_int } */ #include <stdarg.h> #include "tree-vect.h" #define N 16 #define DIFF 242 unsigned short ub[N] = {1,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; unsigned short uc[N] = {1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}; __attribute__ ((noinline)) void main1 (unsigned short x, unsig...
/* mpfr_ui_sub -- subtract a floating-point number from an integer Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the GNU MPFR Library. The GNU MPFR Library is free software; you can redis...
/* This testcase is part of GDB, the GNU debugger. Copyright 2013-2017 Free Software Foundation, Inc. Contributed by Intel Corp. <markus.t.metzger@intel.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 Fr...
/** @file Guid used to define the Firmware File System 2. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: GUIDs introduced in PI Version 1.0. **/ #ifndef __FIRMWARE_FILE_SYSTEM2_GUID_H__ #define __FIRMWARE_FILE_SY...
// Windows/Control/ComboBox.h #ifndef __WINDOWS_WX_CONTROL_COMBOBOX_H #define __WINDOWS_WX_CONTROL_COMBOBOX_H #include "Windows/Window.h" #include "Windows/Defs.h" #include "Windows/Control/Window2.h" // NMHDR #ifndef _WIN32 #define CB_ERR (-1) // wxNOT_FOUND #endif typedef struct { NMHDR hdr; #define CBENF_ESC...
/* * Definitions for akm8963 compass chip. */ #ifndef APDS993X_H #define APDS993X_H struct apds993x_platform_data { int ps_pulse_number; int ps_detect_threshold; int ps_hysteresis_threshold; int als_hysteresis_threshold; int irq; }; #endif
void SiiHmdiTxLiteDrvPrepareAviInfoframe ( void ); void SiiHmdiTxLiteDrvSendHwAviInfoFrame( void ); void SendAudioInfoFrame (void);
/* * udp_diag.c Module for monitoring UDP transport protocols sockets. * * Authors: Pavel Emelyanov, <xemul@parallels.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; eith...
/* SPDX-License-Identifier: GPL-2.0+ */ /* * DDR controller registers of the i.MX7 architecture * * (C) Copyright 2017 CompuLab, Ltd. http://www.compulab.com * * Author: Uri Mashiach <uri.mashiach@compulab.co.il> */ #ifndef __ASM_ARCH_MX7_DDR_H__ #define __ASM_ARCH_MX7_DDR_H__ #ifndef __ASSEMBLY__ #include <lin...
/* * sleep.c - x86-specific ACPI sleep support. * * Copyright (C) 2001-2003 Patrick Mochel * Copyright (C) 2001-2003 Pavel Machek <pavel@suse.cz> */ #include <linux/acpi.h> #include <linux/bootmem.h> #include <linux/dmi.h> #include <linux/cpumask.h> #include <asm/segment.h> #include <asm/desc.h> #include "real...
/** @file Provides a service to retrieve a pointer to the Standalone MM Services Table. Only available to MM_STANDALONE, SMM/DXE Combined and SMM module types. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR> SPDX-License-Ident...
/* * Copyright (C) 2007 HTC Incorporated * Author: Jay Tu (jay_tu@htc.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 distributed ...
/* * arch/arm/mach-spear3xx/spear3xx.c * * SPEAr3XX machines common source file * * Copyright (C) 2009-2012 ST Microelectronics * Viresh Kumar <viresh.kumar@st.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty ...
/* The IGEN simulator generator for GDB, the GNU Debugger. Copyright 2002, 2007, 2008 Free Software Foundation, Inc. Contributed by Andrew Cagney. 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 pub...
#undef CONFIG_CRYPTPW
/*************************************************************************** Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribu...