text
stringlengths
4
6.14k
// // Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 // 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 Software Foundation; either version 3 of the License, o...
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- /* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any la...
/**************************************************************** * * * Copyright 2001 Sanchez Computer Associates, Inc. * * * * This source code contains the intellectual property * * of its copyright holder(s), and is made available * * under a license. If you do not know the terms of * * the li...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/univ/statusbr.h // Purpose: wxStatusBarUniv: wxStatusBar for wxUniversal declaration // Author: Vadim Zeitlin // Modified by: // Created: 14.10.01 // RCS-ID: $Id$ // Copyright: (c) 2001 SciTech Softwar...
// Copyright (c) 2006 Tel-Aviv University (Israel). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // You can redistribute it and/or modify it under the terms of the GNU // General Public License as published by the Free Software Foundation, // either version 3 of the License, or (at your opti...
// Copyright 2010 Google Inc. 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...
/** @file A brief file description @section license License 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 und...
#ifndef _INCLUDED_ASW_OBJECTIVE_DUMMY_H #define _INCLUDED_ASW_OBJECTIVE_DUMMY_H #pragma once #include "asw_objective.h" // A dummy objective used to show some text on the objectives screen class CASW_Objective_Dummy : public CASW_Objective { public: DECLARE_CLASS( CASW_Objective_Dummy, CASW_Objective ); DECLARE_DA...
#include <sgx/sys/select.h>
int foo(int a) { return a; }
/*************************************************************** * * Copyright (C) 1990-2007, Condor Team, Computer Sciences Department, * University of Wisconsin-Madison, WI. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. Y...
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
/* Copyright (c) 2012 Martin Sustrik All rights reserved. Copyright (c) 2013 GoPivotal, 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 rest...
/* ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio 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 requi...
// balscm_versiontag.h -*-C++-*- // ---------------------------------------------------------------------------- // NOTICE // // This component is not up to date with current BDE coding standards, and // should not be used as an example f...
#ifndef DMA_CRC_H_INCLUDED #define DMA_CRC_H_INCLUDED #include <compiler.h> #ifdef __cplusplus extern "C" { #endif /** DMA channel n offset. */ #define DMA_CRC_CHANNEL_N_OFFSET 0x20 /** CRC Polynomial Type. */ enum crc_polynomial_type { /** CRC16 (CRC-CCITT). */ CRC_TYPE_16, /** CRC32 (IEEE 802.3). */ ...
/** * @file * @brief linux wrapper * * @date 22.04.10 * @author Nikolay Korotky */ #ifndef LINUX_ERRNO_H_ #define LINUX_ERRNO_H_ #include <errno.h> #endif
// Copyright 2019 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 THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_NG_TABLE_LAYOUT_NG_TABLE_ROW_INTERFACE_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_NG_TABLE_LAYOUT_NG...
/* * iterator/iter_hints.h - iterative resolver module stub and root hints. * * Copyright (c) 2007, NLnet Labs. All rights reserved. * * This software is open source. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * a...
/* https://github.com/waynezxcv/Gallop Copyright (c) 2016 waynezxcv <liuweiself@126.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 the...
///////////////////////////////////////////////////////////////////////////// // Copyright (C) 2004 Martin Scharpf, B. Braun Melsungen AG. 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 // t...
/* * c67x00-hcd.h: Cypress C67X00 USB HCD * * Copyright (C) 2006-2008 Barco N.V. * Derived from the Cypress cy7c67200/300 ezusb linux driver and * based on multiple host controller drivers inside the linux kernel. * * This program is free software; you can redistribute it and/or modify * it under the term...
/* linux/drivers/media/video/samsung/jpeg_v2/jpg_opr.h * * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Definition for Operation of Jpeg encoder/docoder * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
/** @file mlan_11n_rxreorder.h * * @brief This file contains related macros, enum, and struct * of 11n RxReordering functionalities * * Copyright (C) 2008-2015, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General P...
#ifndef _XMALLOC_H #define _XMALLOC_H #include <stdlib.h> /* for size_t */ /* * avoid possible collision with readline xmalloc functions */ #define xmalloc _xmalloc_xmalloc #define xrealloc _xmalloc_xrealloc void xmalloc_set_error_handler(void (*)(int)); void * xmalloc(size_t); void * xmalloc0(size_t); void *...
/* */ #ifndef __PERF_DEBUG_H #define __PERF_DEBUG_H #include <stdbool.h> #include "event.h" extern int verbose; extern bool quiet, dump_trace; int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2))); void trace_event(union perf_event *event); struct ui_progress; #...
/* * collectd - src/utils_dns.h * Copyright (C) 2006 Florian octo Forster * Copyright (C) 2002 The Measurement Factory, 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: * ...
#include <linux/linkage.h> #include <linux/sched.h> #include <linux/smp.h> #include <asm/pmon.h> #include <asm/titan_dep.h> #include <asm/time.h> #define LAUNCHSTACK_SIZE 256 static __cpuinitdata arch_spinlock_t launch_lock = __ARCH_SPIN_LOCK_UNLOCKED; static unsigned long secondary_sp __cpuinitdata; static unsigne...
/* utf8.h * * $Id$ * * Notice: This header file contains declarations of functions and types that * are just used internally. All library functions and types that are supposed * to be publicly accessable are defined in ./src/ming.h. */ #ifndef SWF_UTF8_H_INCLUDED #define SWF_UTF8_H_INCLUDED #include "ming.h"...
/* Low-level statistical profiling support function. Linux/SPARC version. Copyright (C) 1997, 1999 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...
/* radare - LGPL - Copyright 2010-2011 eloi<limited-entropy.com> */ #include <stdio.h> #include <stdarg.h> #include <string.h> #include <r_types.h> #include <r_lib.h> #include <r_util.h> #include <r_asm.h> #include "dis-asm.h" static unsigned long Offset = 0; static char *buf_global = NULL; static unsigned char bytes...
/* * Copyright (C) 2015, Simon Fuhrmann * TU Darmstadt - Graphics, Capture and Massively Parallel Computing * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD 3-Clause license. See the LICENSE.txt file for details. */ #ifndef MVE_DEPTHMAP_HEADER #define MVE_DEP...
#ifdef __WXMAC_CLASSIC__ #include "wx/mac/classic/apptrait.h" #else #include "wx/mac/carbon/apptrait.h" #endif
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
#define LOADER_ADDR 0x08D20000 #define HBL_ROOT "ms0:/PSP/SAVEDATA/NPEZ00056SLOT00/" #define TH_ADDR_LIST { 0x09EF6C00, 0x09EFAC00, 0x09FFFE00, 0x09EFEC00, 0x09EFFC00 } #define EV_ADDR_LIST { 0x089A2DAC } #define SEMA_ADDR_LIST { 0x0907C6DC, 0x089FB7B0, 0x089FB130, 0x089B5A98, 0x089B5A88, 0x089B5A78, 0x089B5A70, 0x089...
#include <dsverifier.h> digital_system controller = { .b = { 11.9255 , -11.8089 }, .b_uncertainty = { 0 , 0 }, .b_size = 2, .a = { 1 , -1.0729 }, .a_uncertainty = { 0 , 0 }, .a_size = 2, .sample_time = 1.000000e-02 }; implementation impl = { .int_bits = 24, .frac_bits = 7, .max = 1.000000, .min...
// 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_GLES2_CMD_COPY_TEXTURE_CHROMIUM_H_ #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_COPY_TEXTURE_CHROMIUM_H_ #include ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <Foundation/Foundation.h> @interface NSFileManager (DVTNSFileManagerAdditions) + (BOOL)dvt_isPathValidForFileManagerOperations:(id)arg1; - (BOOL)dvt_unzipArchiveAtPath:(id)...
/* * Secret Labs' Regular Expression Engine * * regular expression matching engine * * Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved. * * See the _sre.c file for information on usage and redistribution. */ #ifndef SRE_INCLUDED #define SRE_INCLUDED #include "sre_constants.h" /* size of a 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_ERROR_PAGE_COMMON_NET_ERROR_INFO_H_ #define COMPONENTS_ERROR_PAGE_COMMON_NET_ERROR_INFO_H_ namespace error_page { // Network erro...
// 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 CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_BUBBLE_BASE_H_ #define CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_BUBBLE_BASE_H_ namespace autofill { // The cross-...
/* $NetBSD: getopt.c,v 1.26 2003/08/07 16:43:40 agc Exp $ */ /* * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are m...
/* include/linux/logger.h * * Copyright (C) 2007-2008 Google, Inc. * Author: Robert Love <rlove@android.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....
/* * $Id: nand_cp.c,v 1.1 2006/12/06 01:30:18 scsuh Exp $ * * (C) Copyright 2006 Samsung Electronics * * 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 * p...
/*------------------------------------------------------------------------------ */ /* <copyright file="wlan_recv_beacon.c" company="Atheros"> */ /* Copyright (c) 2004-2008 Atheros Corporation. All rights reserved. */ /* */ /* This program is free software; you can redistribute it and/or modify */ /* it under the ...
#pragma once namespace ai { class PassTroughStrategy : public Strategy { public: PassTroughStrategy(PlayerbotAI* ai, float relevance = 100.0f) : Strategy(ai), relevance(relevance) {} virtual void InitTriggers(std::list<TriggerNode*> &triggers) { for (list<string>::itera...
/* lzo1c_d1.c -- LZO1C decompression This file is part of the LZO real-time data compression library. Copyright (C) 2011 Markus Franz Xaver Johannes Oberhumer Copyright (C) 2010 Markus Franz Xaver Johannes Oberhumer Copyright (C) 2009 Markus Franz Xaver Johannes Oberhumer Copyright (C) 2008 Markus Fran...
/* * Cryptographic API. * * s390 implementation of the SHA256 Secure Hash Algorithm. * * s390 Version: * Copyright (C) 2005 IBM Deutschland GmbH, IBM Corporation * Author(s): Jan Glauber (jang@de.ibm.com) * * Derived from "crypto/sha256.c" * and "arch/s390/crypto/sha1_s390.c" * * This program is free so...
/* * Copyright (C) 2013-2014 Alexander Shiyan <shc_work@mail.ru> * * 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 file is part of the CVD Library. Copyright (C) 2005 The Authors 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 ...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the plugins of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commercial Q...
/************************************************************************************ * arch/arm/src/sam34/sam_mpuinit.h * * Copyright (C) 2009-2011, 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modif...
//* 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...
//===--- DocFormat.h - The internals of swiftdoc files ----------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes */ #include <rtthread.h> #if defined(RT_USING_DFS) #include <dfs_file.h> #include <dfs_posix.h> #endif #define BSP_FLASH_MOUNT_PATH "/mnt/flash" #define BSP_SD...
// // VKCounters.h // // Copyright (c) 2014 VK.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 the rights to // use, copy, mo...
/* Copyright (C) 1991, 1993, 1995, 1997, 1999, 2001, 2006 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 Foundat...
/* * This file is a part of the open source stm32plus library. * Copyright (c) 2011,2012,2013,2014 Andy Brown <www.andybrown.me.uk> * Please see website for licensing terms. */ #pragma once namespace stm32plus { /** * Advanced control timers are TIM1, TIM8 * @tparam TTimer The timer class type (Timer1, ...
#ifndef AliAnalysisTaskJetQ_H #define AliAnalysisTaskJetQ_H #define C_PI_HALF 1.5707963 #define C_PI_TH 4.7123890 #define C_TWOPI 6.2831853 #include "TH3D.h" #include "TH2D.h" #include "TH1D.h" #include "TList.h" #include "AliAnalysisTaskSE.h" #include "AliEventCuts.h" #include "AliAODTrack.h" #include "AliAnalysisTask...
/* * Copyright (C) 2007, 2008 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 condit...
// 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 THIRD_PARTY_BLINK_RENDERER_MODULES_PEERCONNECTION_ADAPTERS_ICE_TRANSPORT_ADAPTER_IMPL_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_PEERCONNECTION...
/* Copyright (c) 2008-2009 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,distrib...
/* * This is splited from hw/i386/kvm/pci-assign.c */ #include "qemu/osdep.h" #include "qapi/error.h" #include "qemu/error-report.h" #include "hw/loader.h" #include "hw/pci/pci.h" #include "xen_pt.h" /* * Scan the assigned devices for the devices that have an option ROM, and then * load the corresponding ROM data ...
#ifndef PERLQT_H #define PERLQT_H #include "marshall.h" struct smokeperl_object { bool allocated; Smoke *smoke; int classId; void *ptr; }; struct TypeHandler { const char *name; Marshall::HandlerFn fn; }; extern int do_debug; // evil extern SV *sv_qapp; extern int object_count; // keep th...
/* * This file is part of the coreboot project. * * Copyright (C) 2004 Tyan Computer * Written by Yinghai Lu <yhlu@tyan.com> for Tyan Computer. * * 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...
/* * drivers/video/tegra/host/gr3d/gr3d.c * * Tegra Graphics Host 3D * * Copyright (c) 2011 NVIDIA Corporation. * * 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...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <netinet/in.h> #include <arpa/inet.h> #include <signal.h> #include <sys/socket.h> #include "assert.h" #include "common.h" #include "ezp-lib.h" #include "ezp.h" enum con_type{ CH341=0 }; enum { W_ENABLE = 0, W_COUNTDOWN...
/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2012-2014 Intel Corporation. All rights reserved. * * * 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; ei...
/** * \file * <!-- * This file is part of BeRTOS. * * Bertos 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...
/* * This file is part of Espruino, a JavaScript interpreter for Microcontrollers * * Copyright (C) 2013 Gordon Williams <gw@pur3.co.uk> * * 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...
#ifndef __CR_EXTERNAL_H__ #define __CR_EXTERNAL_H__ struct external { struct list_head node; char *id; void *data; }; extern int add_external(char *key); extern bool external_lookup_id(char *id); extern char *external_lookup_by_key(char *id); extern void *external_lookup_data(char *id); extern int external_for_each...
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtQml module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees ...
/*---------------------------------------------------------------------------- * File: ooaofooa_TE_IF_class.h * * Class: OAL if (TE_IF) * Component: ooaofooa * * your copyright statement can go here (from te_copyright.body) *-----------------------------------------------------------------------...
/* * * Copyright 2015 gRPC authors. * * 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...
// 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 CHROME_BROWSER_UI_ANDROID_WEBSITE_SETTINGS_POPUP_ANDROID_H_ #define CHROME_BROWSER_UI_ANDROID_WEBSITE_SETTINGS_POPUP_ANDROID_H_ #include <jni...
/* * vim:ts=4:sw=4:expandtab * * i3bar - an xcb-based status- and ws-bar for i3 * © 2010-2012 Axel Wagner and contributors (see also: LICENSE) * * ipc.c: Communicating with i3 * */ #ifndef IPC_H_ #define IPC_H_ #include <stdint.h> /* * Initiate a connection to i3. * socket-path must be a valid path to the i...
// 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 SYNC_ENGINE_NON_BLOCKING_TYPE_COMMIT_CONTRIBUTION_H_ #define SYNC_ENGINE_NON_BLOCKING_TYPE_COMMIT_CONTRIBUTION_H_ #include <stddef.h> #include <s...
//===-- NVPTXTargetObjectFile.h - NVPTX Object Info -------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
// // ______ _ _ _ _____ _____ _ __ // | ____| | | (_) | | / ____| __ \| |/ / // | |__ ___| |_ _ _ __ ___ ___ | |_ ___ | (___ | | | | ' / // | __| / __| __| | '_ ` _ \ / _ \| __/ _ \ \___ \| | | | < // | |____\__ \ |_| | | | | | | (_) | || __/ ...
/* * Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/> * Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero> * Copyright (C) 2011-2016 Nostalrius <https://nostalrius.org> * Copyright (C) 2016-2017 Elysium Project <https://github.com/elysium-project> * * This program is free software; you can ...
/* * AMLOGIC Audio/Video streaming port driver. * * 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 named License, * or any later version. * * This program is distr...
/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2009 SAMSUNG Electronics * Minkyu Kang <mk7.kang@samsung.com> */ #ifndef __ASM_ARCH_MMC_H_ #define __ASM_ARCH_MMC_H_ #define S5P_MMC_DEV_OFFSET 0x100000 #define SDHCI_CONTROL2 0x80 #define SDHCI_CONTROL3 0x84 #define SDHCI_CONTROL4 0x8C #define SDHCI_...
/* arch/arm/mach-msm/touch-satsuma.c * * Copyright (C) [2010-2011] Sony Ericsson Mobile Communications AB. * Adapted for SEMC 2011 devices by Michael Bestas (mikeioannina@gmail.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License vers...
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2010 TELEMATICS LAB, DEE - Politecnico di Bari * * 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 Founda...
/* ** backtrace.c - ** ** See Copyright Notice in mruby.h */ #include "mruby.h" #include "mruby/variable.h" #include "mruby/proc.h" #include "mruby/array.h" #include "mruby/string.h" #include "mruby/class.h" #include "mruby/debug.h" #include "mruby/error.h" #include "mruby/numeric.h" struct backtrace_location { int...
#ifndef _ROS_pcl_msgs_Vertices_h #define _ROS_pcl_msgs_Vertices_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" namespace pcl_msgs { class Vertices : public ros::Msg { public: uint8_t vertices_length; uint32_t st_vertices; uint32_t * vertices; virtual...
/* * Copyright (C) 2013 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 conditio...
/* Copyright (c) 2013 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) 2013-2016 TRUSTONIC LIMITED * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will...
/* Bluefruit Protocol for TMK firmware Author: Benjamin Gould, 2013 Based on code Copyright 2011 Jun Wako <wakojun@gmail.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 Li...
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- #ifndef AP_Compass_AK8963_H #define AP_Compass_AK8963_H #include <AP_HAL/AP_HAL.h> #include <AP_Common/AP_Common.h> #include <AP_Math/AP_Math.h> #include "Compass.h" #include "AP_Compass_Backend.h" class AP_AK8963_SerialBus { public: s...
/**************************************************************************** * * The MIT License (MIT) * * Copyright (c) 2014 Vivante Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to ...
/* Generated from ../../../git/cloog/test/isl/mod3.cloog by CLooG 0.14.0-325-g62da9f7 gmp bits in 0.02s. */ for (i=max(0,32*h0-1991);i<=min(999,32*h0+31);i++) { if ((63*i+32*h0+31)%64 <= 62) { for (j=0;j<=999;j++) { S1(i,j); } } }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTEventEmitter.h> @interface RCTKeyboardObserver : RCTEventEmitter @end
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_GLASS_BROWSER_FRAME_VIEW_H_ #define CHROME_BROWSER_UI_VIEWS_FRAME_GLASS_BROWSER_FRAME_VIEW_H_ #include "base/co...
#if 0 // // Generated by Microsoft (R) HLSL Shader Compiler 9.29.952.3111 // // // fxc /nologo /E PS_FtoF_UM_RGBA_4444_2D /T ps_4_0 /Fh // compiled\multiplyalpha_ftof_um_rgba_4444_2d_ps.h MultiplyAlpha.hlsl // // // Resource Bindings: // // Name Type Format Dim Slot Element...
// // NSObject+abc.h // dummy // // Created by Mark Larsen on 5/9/14. // Copyright (c) 2014 marklarr. All rights reserved. // #import <Foundation/Foundation.h> @interface NSObject (abc) @end
/* Copyright (c) 2008-2009, Code Aurora Forum. 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 o...
/* * Copyright (c) Huawei Technologies Co., Ltd., 2015 * 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 ...
/* * Copyright (C) 2007 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...