text
stringlengths
4
6.14k
#include <stdbool.h> extern bool __VERIFIER_nondet_bool(); extern int __VERIFIER_nondet_int(); extern int __VERIFIER_nondet_int8_t(); extern void* __VERIFIER_nondet_pointer(); extern float __VERIFIER_nondet_float(); extern long __VERIFIER_nondet_long(); extern int nondet_int(); int main() { int a = __VERIFIER_nonde...
/* * Copyright (c) 1997, 2002, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
/* * Copyright (c) 1998, 2001, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Fre...
/* * 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 ...
/* * Copyright (C) 2018 Google 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 agree...
/** * WinPR: Windows Portable Runtime * Serial Communication API * * Copyright 2014 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2014 Hewlett-Packard Development Company, L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with ...
/* * Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com> * * SPDX-License-Identifier: Apache-2.0 */ /** * @file configuration macros for riscv SOCs supporting the riscv * privileged architecture specification */ #ifndef __SOC_COMMON_H_ #define __SOC_COMMON_H_ /* IRQ numbers */ #define RISCV_MA...
#ifndef _IPXE_GUESTRPC_H #define _IPXE_GUESTRPC_H /** @file * * VMware GuestRPC mechanism * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <stdint.h> #include <ipxe/vmware.h> /** GuestRPC magic number */ #define GUESTRPC_MAGIC 0x49435052 /* "RPCI" */ /** Open RPC channel */ #define GUESTRPC_OPEN 0x00 /**...
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #ifndef STORAGE_LEVELDB_DB_MEMTABLE_H_ #define STORAGE_LEVELDB_DB_MEMTABLE_H_ #include <string> #inclu...
#ifndef APPEARANCEPAGE_H #define APPEARANCEPAGE_H #include "tabpage.h" namespace Ui { class AppearancePage; class PreviewForm; } class QStyle; class QAction; class AppearancePage : public TabPage{ Q_OBJECT public: explicit AppearancePage(QWidget *parent = 0); ~AppearancePage(); void writeSettings()...
// gst-plugin/gst-online-decode-faster.h // Copyright 2013 Tanel Alumae, Tallinn University of Technology // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You ...
// 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 CHROME_BROWSER_EXTENSIONS_API_AUTOMATION_INTERNAL_AUTOMATION_EVENT_ROUTER_H_ #define CHROME_BROWSER_EXTENSIONS_API_AUTOMATION_INTERNAL_AUTOMATION_...
// Copyright (c) 2015 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. // // --------------------------------------------------------------------------- // // This file was generated by the CEF translato...
/* * Copyright © 2013-2014 Collabora, Ltd. * * 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, ...
#define REDIS_GIT_SHA1 "00000000" #define REDIS_GIT_DIRTY "0"
/***************************************************************************** Copyright (c) 2014, 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) 2017 Marshall A. Greenblatt. 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 ...
#ifndef CRYPTO_H #define CRYPTO_H #include <string.h> #include <stdio.h> #include <stdlib.h> #include <ntp_fp.h> #include <ntp.h> #include <ntp_stdlib.h> #include <ntp_md5.h> /* provides OpenSSL digest API */ #include "utilities.h" #include "sntp-opts.h" #define LEN_PKT_MAC LEN_PKT_NOMAC + sizeof(u_int32) /* #inclu...
#import <UIKit/UIKit.h> @interface NTLNConfiguration : NSObject { BOOL useSafari; BOOL darkColorTheme; BOOL autoScroll; int refreshIntervalSeconds; BOOL showMoreTweetMode; int fetchCount; BOOL shakeToFullscreen; BOOL lefthand; } @property (readonly) BOOL useSafari; @property (readonly) BOOL darkColorTheme;...
// 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_CRASHES_UI_H_ #define CHROME_BROWSER_UI_WEBUI_CRASHES_UI_H_ #pragma once #include "content/public/browser/web_ui_cont...
// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ // Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // --------------------------------------------------...
/*- * This program is in the public domain * * $FreeBSD$ */ #include <stdio.h> #include <string.h> int main(int argc, char **argv) { int i; if (argc > 1 && !strcmp(argv[1], "189284")) { fputs("ABCDEFGH", stdout); for (i = 0; i < 8; i++) putchar(0); } else { for (i = 0; i < 256; i++) putchar(i); }...
#ifndef SQ_WIN32_PREFS_H #define SQ_WIN32_PREFS_H #define ID_PREF_FIRST 0x0010 #define ID_ABOUT 0x0010 #define ID_DEFERUPDATES 0x0020 #define ID_SHOWCONSOLE 0x0030 #define ID_DBGPRINTSOCKET 0x0040 #define ID_DYNAMICCONSOLE 0x0050 #define ID_REDUCECPUUSAGE 0x0060 #define ID_3BUTTONMOUSE 0x0070 #define ID_DEFAULTPRINTE...
/** * \file camellia.h * * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * * 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...
/*! @file @author Albert Semenov @date 08/2008 */ #ifndef DEMO_KEEPER_H_ #define DEMO_KEEPER_H_ #include "Base/BaseDemoManager.h" namespace demo { class DemoKeeper : public base::BaseDemoManager { public: DemoKeeper(); virtual void createScene(); virtual void destroyScene(); virtual void setupReso...
const uint8_t _pattern16x16[512] = { 0xF8,0x00,0xF8,0x00,0xF8,0x00,0xF8,0x00,0xF8,0x00,0xF8,0x00,0xF8,0x00,0x92,0x48, 0x89,0xE6,0xF8,0x00,0xF8,0x00,0x83,0x49,0x5B,0x29,0xF8,0x00,0xF8,0x00,0xF8,0x00, 0xF8,0x00,0xF8,0x00,0xF8,0x00,0xF8,0x00,0xF8,0x00,0xF8,0x00,0x89,0xE6,0xFD,0xD6, 0xFE,0x37,0x92,0x47,0xF8,0x00,0x72,0xC7...
/* * Copyright © 2011 Intel Corporation * * 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, ...
// // TSUrl.h // TwitterStreams // // Created by Stuart Hall on 7/03/12. // Copyright (c) 2012 Stuart Hall. All rights reserved. // #import "TSModel.h" @interface TSUrl : TSModel - (NSString*)url; - (NSString*)displayUrl; - (NSString*)expandedUrl; - (NSArray*)indicies; @end
/* Copyright 2005-2014 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks 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 Foundat...
/* * Copyright 2011-2015 Samy Al Bahra. * Copyright 2011 David Joseph. * 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...
/* * Support for HTC Magician PDA phones: * i-mate JAM, O2 Xda mini, Orange SPV M500, Qtek s100, Qtek s110 * and T-Mobile MDA Compact. * * Copyright (c) 2006-2007 Philipp Zabel * * Based on hx4700.c, spitz.c and others. * * This program is free software; you can redistribute it and/or modify * it under the te...
/* * Copyright (C) 2008-2011 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...
/* * lib/bust_spinlocks.c * * Provides a minimal bust_spinlocks for architectures which don't have one of their own. * * bust_spinlocks() clears any spinlocks which would prevent oops, die(), BUG() * and panic() information from reaching the user. */ #include <linux/kernel.h> #include <linux/spinlock.h> #includ...
/* Copyright (C) 2013 Webyog 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 of the License, or (at your option) any later version. This program is distri...
/* ----------------------------------------------------------------------------- * input.c * * Copyright (c) 2004, 2005, 2006, Vivek Mohan <vivek@sig9.com> * All rights reserved. See LICENSE * ----------------------------------------------------------------------------- */ #include "extern.h" #include "types.h" #...
extern int Check_for_data(); extern int init_serv_socket(); extern int init_socket(); extern int read_msg(); extern int write_msg(); extern int broadcast_msg(); extern int close_join(); extern int close_serv(); extern int leave();
/* Copyright (C) 1995-2016 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 ...
/* Public domain. * Originally written by Akira Kakuto <kakuto@fuk.kindai.ac.jp> * * WIN32 wrapper program replacing Unix symlinks such as, * e.g., ofm2opl -> omfonts. * * EXEPROG must be defined in the Makefile as, * e.g., -DEXEPROG=\"omfonts.exe\". */ #include <stdio.h> #include <stdlib.h> #include <process....
/* * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #include <stdio.h> #include <unistd.h> #include <signal.h> #include <sched.h> #include <errno.h> #include <stdarg.h> #include <stdlib.h> #include <setjmp.h> #include <sys/time.h> #include <sys/ptrace.h> #include <linux/ptra...
/*********************************************************************** GLEXTTextureCubeMap - OpenGL extension class for the GL_EXT_texture_cube_map extension. Copyright (c) 2007 Oliver Kreylos This file is part of the OpenGL Support Library (GLSupport). The OpenGL Support Library is free software; you can redistrib...
/* * This file is part of the coreboot project. * * Copyright (C) 2015-2016 Patrick Rudolph * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ...
/* * Copyright (C) 2009 Vassilis Varveropoulos * Copyright (C) 2010 The Paparazzi Team * * 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...
/* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> * * This program is free software; you can redistribute it and/or modify * it unde...
/* * deref.c * compile command: gcc -g -o deref deref.c * execute command: deref filename.texi > newfile.texi * To: bob@gnu.ai.mit.edu * Subject: another tool * Date: 18 Dec 91 16:03:13 EST (Wed) * From: gatech!skeeve!arnold@eddie.mit.edu (Arnold D. Robbins) * * Here is deref.c. It turns texinfo cross ...
f () { int i; for (i--) /* { dg-error "parse" } */ ; }
/*********************************************************************** Label - Class for (text) labels. Copyright (c) 2001-2010 Oliver Kreylos This file is part of the GLMotif Widget Library (GLMotif). The GLMotif Widget Library is free software; you can redistribute it and/or modify it under the terms of the GNU G...
// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2010 GSyC/LibreSoft, Universidad Rey Juan Carlos. * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdbool.h> #include "lib/sdp.h" #include "lib/sdp_lib.h" #include "lib/uuid.h" #in...
/* * Copyright (C) 2017-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #pragma once #include "cores/VideoPlayer/Process/VideoBuffer.h" extern "C" { #include <libavutil/frame.h> #include <libavutil/...
// // ActionConfigurator.h // Dasher // // Created by Alan Lawrence on 24/11/2010. // Copyright 2010 Cavendish Laboratory. All rights reserved. // #import "Actions.h" @interface ActionConfigurator : UITableViewController { ActionButton *button; UIView *headers[3]; } -(id)init; @end
/*************************************************************************** qgswmsgetcapabilities.h ------------------------- begin : December 20 , 2016 copyright : (C) 2007 by Marco Hugentobler (original code) ...
#define FUNC __ieee754_asin #include <e_acos.c>
#ifndef __PMIC_HI6551_H__ #define __PMIC_HI6551_H__ #include <balongv7r2/types.h> #include <bsp_pmu.h> /**/ #define PMU_HI6551_POWER_KEY_MASK (1<<5) /* Bit 5 for Power key */ #define PMU_HI6551_USB_STATE_MASK (1<<5) #define PMU_HI6551_HRESET_STATE_MASK (1<<1) #define HI6551_OTMP_125_...
/* * Generated by MTK SP DrvGen Version 10.03.0 for MT6589_NP. Copyright MediaTek Inc. (C) 2012. * Tue Jul 09 16:27:05 2013 * Do Not Modify the File. */ #ifndef __CUST_AUXADC_TOOL_H #define __CUST_AUXADC_TOOL_H #define AUXADC_TEMPERATURE_CHANNEL 3 #endif //_CUST_AUXADC_TOOL_H
/* Copyright (C) 2002 Free Software Foundation. Test -minline-all-stringops memset with various combinations of pointer alignments and lengths to make sure builtin optimizations are correct. PR target/6456. Written by Michael Meissner, March 9, 2002. Target by Roger Sayle, April 25, 2002. */ /* { dg...
/******************************************************************** Copyright (c) 2013-2015 - Mogara This file is part of QSanguosha-Hegemony. This game 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 ...
// Copyright 2015 Olivier Gillet. // // Author: Olivier Gillet (ol.gillet@gmail.com) // // 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 th...
/* classes: h_files */ #ifndef SCM_EXTENSIONS_H #define SCM_EXTENSIONS_H /* Copyright (C) 2001, 2006, 2008 Free Software Foundation, 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 Found...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "36331-c10.asn" * `asn1c -S /usr/local/share/asn1c -fcompound-names -fskeletons-copy -gen-PER` */ #include "P-Max.h" int P_Max_constraint(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_cons...
/* * Copyright (C) 2015 Nick van IJzendoorn <nijzendoorn@engineering-spirit.nl> * 2017 HAW Hamburg * * 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 tests * @...
/* * Copyright (C) 2016 MUTEX NZ Ltd * * 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 auto_init_gnrc_netif * @{ * * @file * @brief Auto initialization for the cc2538...
/* ex: set tabstop=2 expandtab: -*- Mode: C; tab-width: 2; indent-tabs-mode nil -*- */ /** * @file core_actions.h * @author Sandro Rigo * Marcus Bartholomeu * Alexandro Baldassin * Thiago Sigrist * Marilia Chiozo * * @author The ArchC Team * ...
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- * * Copyright (C) 2011 Colin Walters <walters@verbum.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 *...
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class nitf_BlockingInfo_Destructor */ #ifndef _Included_nitf_BlockingInfo_Destructor #define _Included_nitf_BlockingInfo_Destructor #ifdef __cplusplus extern "C" { #endif /* * Class: nitf_BlockingInfo_Destructor * Method: des...
/** * 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...
/* Copyright (c) 2016 Google 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...
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
#ifndef PARAM_FUNCTIONS_H #define PARAM_FUNCTIONS_H typedef char* (*PARAM_FUNC)(const char*); typedef int (*PARAM_BOOL_INT_FUNC)(const char *, int); typedef char* (*PARAM_WO_DEFAULT_FUNC)(const char*); typedef int (*PARAM_INT_FUNC)(const char*, int, int, int, bool); //typedef bool (*PARAM_BOOL_CRUFT_FUNC)(const char *...
/*------------------------------------------------------------------------- * * dict_ispell.c * Ispell dictionary interface * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * * * IDENTIFICATION * $PostgreSQL: pgsql/src/backend/tsearch/dict_ispell.c,v 1.8 2009/01/01 17:23:48 momjian ...
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 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: // // * Re...
#include "../../src/widgets/util/qundostack.h"
/***************************************************************************** Copyright (c) 2014, 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) 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 COMPONENTS_INVALIDATION_IMPL_INVALIDATION_SERVICE_ANDROID_H_ #define COMPONENTS_INVALIDATION_IMPL_INVALIDATION_SERVICE_ANDROID_H_ #include <j...
//===-- HexagonISelDAGToDAG.h -----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
/** * \file * * Copyright (c) 2012 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: * * 1. Redistributions of source code must ...
// 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_PUBLIC_TEST_FAKE_FRAME_WIDGET_H_ #define CONTENT_PUBLIC_TEST_FAKE_FRAME_WIDGET_H_ #include "base/i18n/rtl.h" #include "build/build_config...
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Re...
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
/* Need to concatenate this file with something that defines: LPTSTR path_dirs[]; LPTSTR progDll; LPTSTR rtsDll; int rtsOpts; */ #include <stdarg.h> #include <stdio.h> #include <windows.h> #include <shlwapi.h> #include "Rts.h" void die(char *fmt, ...) { va_list argp; fprintf(stderr, "error: "); va_star...
// 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_WEBUI_WEB_UI_MAIN_FRAME_OBSERVER_H_ #define CONTENT_BROWSER_WEBUI_WEB_UI_MAIN_FRAME_OBSERVER_H_ #include <stdint.h> #include <st...
// 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_UI_COCOA_APPLESCRIPT_WINDOW_APPLESCRIPT_H_ #define CHROME_BROWSER_UI_COCOA_APPLESCRIPT_WINDOW_APPLESCRIPT_H_ #import <Cocoa/Co...
//===-- SparcFrameLowering.h - Define frame lowering for Sparc --*- 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 // //===---------------------------...
/* Copyright (C) 2009-2011, Stefan Hacker 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...
/*************************************************************************/ /* vset.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is grant...
/* Generated automatically. DO NOT EDIT! */ #define SIMD_HEADER "simd-support/simd-altivec.h" #include "../common/n2fv_6.c"
#ifndef STACK_H #define STACK_H 1 #include "TREE.h" typedef tnode stackItem; void STACKinit(void); int STACKcount(void); void STACKpush(stackItem); stackItem STACKpop(void); #endif
#include<stdio.h> int main(){ int counter = 0; for(counter = 0; counter <= 255; counter++) { printf("%d --> %c\n", counter, counter); } return 0; }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #pragma once #include "pal_types.h" #include <curl/curl.h> enum PAL_CURLMcode : int32_t { PAL_CURLM_CALL_MULT...
/* * 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. */ #include "common.h" #include "git2/credential_helpers.h" int git_credential_userpass( git_credential...
/* Copyright (C) 2015-2020 Sergey V. Mikayev * * 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 2.1 of the License, or * (at your option) any later version. * * ...
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Code to handle x86 style IRQs plus some generic interrupt stuff. * * Copyright (C) 1992 Linus Torvalds * Copyright (C) 1994 - 2000 Ralf...
/**************************************************************************** This file is part of the GLC-lib library. Copyright (C) 2005-2008 Laurent Ribon (laumaya@users.sourceforge.net) http://glc-lib.sourceforge.net GLC-lib is free software; you can redistribute it and/or modify it under the terms of...
/* * (C) Copyright 2010,2011 * NVIDIA Corporation <www.nvidia.com> * * See file CREDITS for list of people who contributed to this * project. * * 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 Fou...
/* Copyright (c) 2018 Percona LLC 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 ...
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: sdk/core/CCommandsInterface.h * PURPOSE: Dynamic command manager interface * * Multi Theft Auto is available from http://www.multitheftauto...
/************************************************************************ filename: IrrlichtRendererDef.h created: 20/7/2004 author: Thomas Suter changes: - Irrlicht patching not needed anymore - using the irrlicht filesystem to load config files etc. ****************************************************************...
/* -*- c++ -*- */ /* * Copyright 2006 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...
/* * netlink/netfilter/queue_msg.h Netfilter Queue Messages * * 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 version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McH...
/***************************************************************************//** * @file * @brief EFR32MG1P_ROMTABLE register and bit field definitions * @version 5.7.0 ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.sil...