text
stringlengths
4
6.14k
/* ----------------------------------------------------------------------------- * * (c) The GHC Team, 1998-2005 * * Statistics and timing-related functions. * * ---------------------------------------------------------------------------*/ #ifndef STATS_H #define STATS_H #include "GetTime.h" #include "BeginPri...
// 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 GPU_COMMAND_BUFFER_SERVICE_SHADER_TRANSLATOR_H_ #define GPU_COMMAND_BUFFER_SERVICE_SHADER_TRANSLATOR_H_ #include <string> #include "base/bas...
// 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 BLIMP_NET_INPUT_MESSAGE_GENERATOR_H_ #define BLIMP_NET_INPUT_MESSAGE_GENERATOR_H_ #include "base/macros.h" #include "base/memory/scoped_ptr.h" #i...
// RUN: %clang_builtins %s %librt -o %t && %run %t // REQUIRES: librt_has_absvdi2 //===-- absvdi2_test.c - Test __absvdi2 -----------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-Lice...
// 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. #import <Cocoa/Cocoa.h> #include "base/callback.h" #include "remoting/host/disconnect_window.h" namespace remoting { class ChromotingHost; } // Con...
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMEOS_SERVICES_LIBASSISTANT_GRPC_UTILS_TIMER_UTILS_H_ #define CHROMEOS_SERVICES_LIBASSISTANT_GRPC_UTILS_TIMER_UTILS_H_ #include "chromeos/assi...
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy, modify, and distribute this software in source code or binary form for use // in connection with the web services and APIs provided by Facebook. // // As with...
#if !defined(__mips_soft_float) && __mips >= 2 #include <math.h> float sqrtf(float x) { float r; __asm__("sqrt.s %0,%1" : "=f"(r) : "f"(x)); return r; } #else #include "../sqrtf.c" #endif
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2019 Damien P. George * * 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 ...
/* * Copyright (C) 2010 ENAC * * 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 later version. * * paparazzi...
/* * Intel MID (Langwell/Penwell) USB OTG Transceiver driver * Copyright (C) 2008 - 2010, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. *...
/* This file is part of VK/KittenPHP-DB-Engine. VK/KittenPHP-DB-Engine 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. ...
#ifndef _SYS_PARAM_H #define _SYS_PARAM_H #include <limits.h> #define MAXPATHLEN PATH_MAX #define MAXHOSTNAMELEN 64 #define NGROUPS 32 #define NOGROUP (-1) #define NOFILE OPEN_MAX #undef MIN #undef MAX #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b)) #ifdef __alpha__ #define HZ 1024 #els...
/* Linux-dependent part of branch trace support for GDB, and GDBserver. Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Intel Corp. <markus.t.metzger@intel.com> This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of t...
/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2006-03-13 Bernard the first version */ #include <rtthread.h> #include <sep4020.h> /** * @addtogroup S3C24X0 */ /*@{*/ /** * This function will ini...
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** This file is part of systemd. Copyright 2010 Lennart Poettering systemd 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...
/* This testcase is part of GDB, the GNU debugger. Contributed by Intel Corp. <keven.boell@intel.com> Copyright 2014-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free So...
#ifndef BASE_BATTERY_H #define BASE_BATTERY_H #include <omnetpp.h> #include "MiXiMDefs.h" #include "BaseModule.h" #include "HostState.h" /** * @brief Defines the amount of power drawn by a device from * a power source. * * Used as generic amount parameter for BaseBatteries "draw"-method. * * Can be either an i...
/* * arch/x86/kernel/nmi-selftest.c * * Testsuite for NMI: IPIs * * Started by Don Zickus: * (using lib/locking-selftest.c as a guide) * * Copyright (C) 2011 Red Hat, Inc., Don Zickus <dzickus@redhat.com> */ #include <linux/smp.h> #include <linux/cpumask.h> #include <linux/delay.h> #include <linux/init.h> #...
#ifndef MTL_ORIEN_H #define MTL_ORIEN_H namespace mtl { struct row_orien; struct column_orien; struct row_major; struct column_major; //: Row Orientation // This is used in matrix_implementation and in the indexer objects // to map (row,column) to (major,minor). struct row_orien { template <int MM, int NN> struct ...
/* * Copyright (c) 2006 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in...
/* keydb.h - Key database * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * * GnuPG 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...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance w...
/* -*- C++ -*- */ /************************************************************************ * * Copyright(c) 1995~2006 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ /* * * Copyright (c) 1994 * He...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
/* * httpconnect.h - HTTP "CONNECT" proxy * Copyright (C) 2003 Justin Karneges * * 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 your o...
/* * Copyright 2010-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
/* This file is part of ALIZE which is an open-source tool for speaker recognition. ALIZE is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later ...
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
#ifndef _INCLUDED_CAMPAIGN_FRAME_H #define _INCLUDED_CAMPAIGN_FRAME_H #ifdef _WIN32 #pragma once #endif #include <vgui_controls/Frame.h> class CampaignPanel; // frame used to hold the campaign screen panels class CampaignFrame : public vgui::Frame { DECLARE_CLASS_SIMPLE( CampaignFrame, vgui::Frame ); CampaignFra...
#import "MWMButton.h" #import "MWMCircularProgress.h" @interface MWMCircularProgressView : UIView @property(nonatomic, readonly) BOOL animating; @property(nonatomic) MWMCircularProgressState state; @property(nonatomic) BOOL isInvertColor; - (nonnull instancetype)initWithFrame:(CGRect)frame __attribute__((unavai...
/* * Copyright (c) 2002 - 2005 NetGroup, Politecnico di Torino (Italy) * Copyright (c) 2005 - 2009 CACE Technologies, Inc. Davis (California) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are me...
// 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 COMPONENTS_EXO_TOUCH_H_ #define COMPONENTS_EXO_TOUCH_H_ #include "base/containers/flat_map.h" #include "components/exo/surface_observer.h" #inclu...
/* * Copyright (C) 2006, 2007, 2008 Apple Computer, Inc. All rights reserved. * Copyright (C) 2007 Alp Toker <alp@atoker.com> * * 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...
/* * Copyright (C) 2004, 2006 Apple Computer, Inc. All rights reserved. * Copyright (C) 2006 Alexey Proskuryakov <ap@nypop.com> * * 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 co...
// 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. #ifndef EXTENSIONS_BROWSER_API_SYSTEM_DISPLAY_DISPLAY_INFO_PROVIDER_H_ #define EXTENSIONS_BROWSER_API_SYSTEM_DISPLAY_DISPLAY_INFO_PROVIDER_H_ #include <s...
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */ #ifdef CAPSTONE_HAS_SPARC #include "../../utils.h" #include "../../MCRegisterInfo.h" #include "SparcDisassembler.h" #include "SparcInstPrinter.h" #include "SparcMapping.h" static cs_err init(cs_struct *ud) { MCRegisterInfo *mr...
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0) * * Copyright 2008-2016 Freescale Semiconductor Inc. * Copyright 2016,2019 NXP */ #ifndef __RTA_STORE_CMD_H__ #define __RTA_STORE_CMD_H__ extern enum rta_sec_era rta_sec_era; static const uint32_t store_src_table[][2] = { /*1*/ { KEY1SZ, LDST_CLASS_1_CC...
/* */ #include <linux/init.h> #include <linux/cache.h> #include <linux/sched.h> #include <lin...
/* ---------------------------------------------------------------------- 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...
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* NetworkManager -- Network link manager * * 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 th...
#include <lwk/types.h> long sys_getgroups(int n, gid_t gids[]) { return 0; }
/* $Id: sdt.h,v 1.5 2006/01/02 18:24:24 rasc Exp $ DVBSNOOP a dvb sniffer and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2006 Rainer.Scherg@gmx.de (rasc) */ void section_SDT (u_char *b, int len);
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
/**************************************************************************** ** ** This file is part of the Qt Extended Opensource Package. ** ** Copyright (C) 2009 Trolltech ASA. ** ** Contact: Qt Extended Information (info@qtextended.org) ** ** This file may be used under the terms of the GNU General Public License ...
/* Copyright (C) 2000-2006 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 WITHO...
/* Target-dependent code for GNU/Linux, architecture independent. Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software...
/* Copyright (c) 2014-2015, The Linux Foundation. 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 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
/* * Copyright (C) 2008 Analog Devices Inc. * Licensed under the GPL-2 or later. */ #ifndef _MACH_GPIO_H_ #define _MACH_GPIO_H_ #define MAX_BLACKFIN_GPIOS 48 #define GPIO_PF0 0 #define GPIO_PF1 1 #define GPIO_PF2 2 #define GPIO_PF3 3 #define GPIO_PF4 4 #define GPIO_PF5 5 #define GPIO_PF6 6 #define GPIO_PF7 7 #de...
/* dsdefs.h * * This is a "dummy" version of stdio.h etc. for systems which lack one. * Rename it is stdio.h if needed. * * Functions printf() and sprintf() are defined here, but neither * of them do anything useful. * * Version 1.2 Dag Bruck * 1.3 Dag Bruck Updated for DYMOLA_DSPACE. * * Copyrigh...
/* radare2 - LGPL - Copyright 2017 - condret */ #include <r_util.h> #include <r_types.h> ut32 get_msb(ut32 v) { int i; for (i = 31; i > (-1); i--) { if (v & (0x1 << i)) { return (v & (0x1 << i)); } } return 0; } R_API RIDPool* r_id_pool_new(ut32 start_id, ut32 last_id) { RIDPool* pool = NULL; if (start_...
/**************************************************************************/ /* */ /* OCaml */ /* */ /* ...
// // ColdAddressListCell.h // bither-ios // // Copyright 2014 http://Bither.net // // 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 ...
/*! * \~chinese * @header EMOptions+PrivateDeploy.h * @abstract SDK私有部署属性 * @author Hyphenate * @version 3.0 * * \~english * @header EMOptions+PrivateDeploy.h * @abstract SDK setting options of private deployment * @author Hyphenate * @version 3.0 */ #import "EMOptions.h" @interface ...
// Copyright 2019 The Crashpad 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 ...
/************************************************************************** * * Copyright 2009 Younes Manton. * Copyright 2011 Christian König. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "So...
/* * Copyright 2010-2016 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bx#license-bsd-2-clause */ #ifndef BX_FLOAT4X4_H_HEADER_GUARD #define BX_FLOAT4X4_H_HEADER_GUARD #include "simd_t.h" namespace bx { BX_ALIGN_DECL_16(struct) float4x4_t { simd128_t col[4]; }; BX_SIMD_FOR...
/**************************************************************************** * sched/pthread_condwait.c * * Copyright (C) 2007-2009, 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are per...
/* * Copyright (c) 2016-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <assert.h> #include <stdint.h> #include <string.h> #include <lib/mmio.h> #include <lib/fconf/fconf.h> #include <plat/arm/common/plat_arm.h> #include <plat/arm/common/fconf_nv_cntr...
//======================================================================== // GLFW 3.3 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2006-2016 Camilla Löwy <elmindreda@glfw.org> // // This software is provided 'as-is',...
/* Copyright (c) 2016. The YARA Authors. 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 the ...
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2014 Paul Sokolovsky * * 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 S...
// // NSString+XHLaunchAd.h // XHLaunchAdExample // // Created by zhuxiaohui on 2016/6/26. // Copyright © 2016年 it7090.com. All rights reserved. // 代码地址:https://github.com/CoderZhuXH/XHLaunchAd #import <Foundation/Foundation.h> @interface NSString (XHLaunchAd) @property(nonatomic,assign,readonly)BOOL xh_isURLSt...
/* * * Copyright (c) 2005 * Francois Dumont * * This material is provided "as is", with absolutely no warranty expressed * or implied. Any use is at your own risk. * * Permission to use or copy this software for any purpose is hereby granted * without fee, provided the above notices are retained on all copies...
/* PR target/95211 target/95256 */ /* { dg-do compile { target { ! ia32 } } } */ /* { dg-options "-O2 -ftree-slp-vectorize -march=skylake-avx512" } */ extern float f[4]; extern long long l[2]; extern long long ul[2]; void fix_128 (void) { l[0] = f[0]; l[1] = f[1]; } void fixuns_128 (void) { ul[0] = f[0]; ul[...
/* * \brief Regulator-session component * \author Stefan Kalkowski * \date 2013-06-13 */ /* * Copyright (C) 2013 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ #ifndef _INCLUDE__REGULATOR__COMPONENT_...
/* testlib.c for c++ - test expectlib */ #include <stdio.h> #include "expect.h" extern "C" { extern int write(...); extern int strlen(...); } void timedout() { fprintf(stderr,"timed out\n"); exit(-1); } char move[100]; void read_first_move(int fd) { if (EXP_TIMEOUT == exp_expectl(fd,exp_glob,"first\r\n1.*\r\n...
// SPDX-License-Identifier: GPL-2.0 #ifndef SMRTK2SSRFC_WINDOW_H #define SMRTK2SSRFC_WINDOW_H #include <QMainWindow> #include <QFileDialog> #include <QFileInfo> extern "C" void smartrak_import(const char *file, struct dive_table *divetable); namespace Ui { class Smrtk2ssrfcWindow; } class Smrtk2ssrfcWindow : public...
/* lzw.c -- compress files in LZW format. * This is a dummy version avoiding patent problems. */ #include <config.h> #include "tailor.h" #include "gzip.h" #include "lzw.h" static int msg_done = 0; /* Compress in to out with lzw method. */ int lzw(in, out) int in, out; { if (msg_done) return ERROR; msg_...
/* Bitset vectors. Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz). 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 Softwar...
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #pr...
/* Copyright 2016 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
/*------------------------------------------------------------------------- * * planner.h * prototypes for planner.c. * * * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/optimizer/planner.h * *---...
/*********************************************************************/ /* Copyright 2009, 2010 The University of Texas at Austin. */ /* All rights reserved. */ /* */ /* Redistribution and use in sou...
/*! * \copy * Copyright (c) 2009-2013, Cisco Systems * 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 abo...
// 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 ASH_WM_TOPLEVEL_WINDOW_EVENT_HANDLER_H_ #define ASH_WM_TOPLEVEL_WINDOW_EVENT_HANDLER_H_ #include <set> #include "ash/ash_export.h" #include ...
/* Copyright (c) 2006-2007 Christopher J. W. Lloyd 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...
/****************************************************************************** * Spine Runtimes Software License * Version 2 * * Copyright (c) 2013, Esoteric Software * All rights reserved. * * You are granted a perpetual, non-exclusive, non-sublicensable and * non-transferable license to install, execute an...
// Created by Monte Hurd on 11/10/14. // Copyright (c) 2014 Wikimedia Foundation. Provided under MIT-style license; please copy and modify! #import <UIKit/UIKit.h> @interface UIView (WMF_RoundCorners) /** * @warning Watch out for race conditions with auto layout when using these methods! Be sure to call them afte...
/* * $Id:$ * * Copyright (C) 2012 Piotr Esden-Tempski <piotr@esden.net> * * 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 ...
/* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */ #include "test_sve_acle.h" /* ** qdmlalt_lane_0_s64_tied1: ** sqdmlalt z0\.d, z4\.s, z5\.s\[0\] ** ret */ TEST_DUAL_Z (qdmlalt_lane_0_s64_tied1, svint64_t, svint32_t, z0 = svqdmlalt_lane_s64 (z0, z4, z5, 0), z0 = svqdmlalt_lane (z0, z4, z5...
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // copyright : (C) 2008 by Eran Ifrah // file name : depends_dlg.h // // ----------------------------------------------------------...
/* * Copyright (C) 2008 The Android Open Source Project * 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, t...
/* -*- 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 option...
/* * Unix SMB/CIFS implementation. * collected prototypes header * * frozen from "make proto" in May 2008 * * Copyright (C) Michael Adam 2008 * * 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 Foun...
/* * Copyright (C) 2014 Loci Controls Inc. * 2018 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. */ /** * @defgroup cpu_cc2538_gptimer CC2538 General Purpo...
/* * Copyright (C) 2016 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. */ /** * @defgroup cpu_nrf52 Nordic nRF52 MCU * @ingroup cpu * @brief ...
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- * * librsync -- the library for network deltas * $Id: msg.c,v 1.15 2003/06/12 05:47:22 wayned Exp $ * * Copyright (C) 2000, 2001 by Martin Pool <mbp@samba.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of...
/* * Version.h * * Created on: Mar 9, 2017 * Author: eski */ #ifndef INC_VERSION_H_ #define INC_VERSION_H_ #define SDK_VERSION "2.0" #endif /* INC_VERSION_H_ */
/* * Copyright 2011 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...
/****** Form Header File *******/ #ifndef FORM_H #define FORM_H /***** Shared Definitions *****/ #include "form.d" /***** Function Declarations *****/ PublicFnDecl FORM *FORM_read(char const *filename, int isBuffer); PublicFnDecl PAGE_Action FORM_handler( FORM *form, CUR_WINDOW *win, PAGE_Action action ); Publi...
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PPAPI_TESTS_TEST_TCP_SOCKET_PRIVATE_CRASH_H_ #define PPAPI_TESTS_TEST_TCP_SOCKET_PRIVATE_CRASH_H_ #include <string> #include "ppapi/c/pp_stdint....
/** * 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 fltRecord.h * @author ...
// 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. #include <stdint.h> #include <utility> #include <vector> #include "base/strings/string16.h" #include "content/common/content_export.h" #include "ipc/ipc...
// 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_CHROME_PAGE_ZOOM_H_ #define CHROME_BROWSER_CHROME_PAGE_ZOOM_H_ #pragma once #include <vector> namespace chrome_page_zoom { /...
#pragma once namespace graphic { class cCube { public: cCube(); cCube(const Vector3 &vMin, const Vector3 &vMax ); void SetCube(const Vector3 &vMin, const Vector3 &vMax ); void SetTransform( const Matrix44 &tm ); void SetColor( DWORD color); const Matrix44& GetTransform() const; const Vector3& GetMi...
// ========================================================================== // SeqAn - The Library for Sequence Analysis // ========================================================================== // Copyright (c) 2006-2013, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and us...
/* Copyright (C) 2010-2016 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. ...
/* * This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information * * 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 o...
/* { dg-do compile } */ /* { dg-require-effective-target arm_dsp } */ /* Ensure the smlatb doesn't get generated when reading the Q flag from ACLE. */ #include <arm_acle.h> int foo (int x, int in, int32_t c) { short a = in & 0xffff; short b = (in & 0xffff0000) >> 16; int res = x + b * a + __ssat (c, 24...