text
stringlengths
4
6.14k
/* Copyright 2014-2016 Samsung Electronics Co., Ltd. * Copyright 2015-2016 University of Szeged. * * 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/...
/* $NetBSD: atomic_and_16_cas.c,v 1.3 2014/06/23 21:53:45 joerg Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or wi...
/* Copyright 2007-2015 QReal Research Group * * 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...
// // ETSCalendar.h // ETSMobile // // Created by Jean-Philippe Martin on 2014-03-31. // Copyright (c) 2014 ApplETS. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreData/CoreData.h> @interface ETSCalendar : NSManagedObject @property (nonatomic, retain) NSString * course; @property (nonato...
/*========================================================================= Library: TubeTK Copyright 2010 Kitware Inc. 28 Corporate Drive, Clifton Park, NY, 12065, USA. All rights reserved. Licensed under the Apache License, Version 2.0 ( the "License" ); you may not use this file except in compliance with the L...
// Copyright 2019 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// 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_PROFILES_AVATAR_MENU_MODEL_H_ #define CHROME_BROWSER_PROFILES_AVATAR_MENU_MODEL_H_ #include <vector> #include "base/basictype...
/* Copyright 2018 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...
/* * File: rtwtypes.h * * MATLAB Coder version : 2.6 * C/C++ source code generated on : 28-Aug-2015 10:33:25 */ #ifndef __RTWTYPES_H__ #define __RTWTYPES_H__ #ifndef __TMWTYPES__ #define __TMWTYPES__ /*=======================================================================* * Tar...
/* This file is part of the VRender library. Copyright (C) 2005 Cyril Soler (Cyril.Soler@imag.fr) Version 1.0.0, released on June 27, 2005. http://artis.imag.fr/Members/Cyril.Soler/VRender VRender is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as pub...
/** @file GUID is for MTC variable. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found ...
// // MyScrollView.h // MITMObjectSample // // Created by Георгий Малюков on 23.08.15. // Copyright (c) 2015 Georgiy Malyukov. All rights reserved. // #import <UIKit/UIKit.h> @interface MyScrollView : UIScrollView { } @end
/** * Appcelerator Kroll - licensed under the Apache Public License 2 * see LICENSE in the root folder for details on the license. * Copyright (c) 2009 Appcelerator, Inc. All Rights Reserved. */ #ifndef _APPLICATION_BINDING_H_ #define _APPLICATION_BINDING_H_ #include <kroll/kroll.h> #include <map> #include <vecto...
/* * ModSecurity, http://www.modsecurity.org/ * Copyright (c) 2015 - 2021 Trustwave Holdings, Inc. (http://www.trustwave.com/) * * 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 * * If any of the fil...
#ifndef __XN_PRIME_CLIENT_PROPS_H__ #define __XN_PRIME_CLIENT_PROPS_H__ #include <PrimeSense.h> enum { /**** Device properties ****/ /* XnDetailedVersion, get only */ LINK_PROP_FW_VERSION = 0x12000001, // "FWVersion" /* Int, get only */ LINK_PROP_VERSIONS_INFO_COUNT = 0x12000002, // "VersionsInfoCount" /* Gene...
/********************************************************************** * * stopword.c * * Author: Stephen V. Rice * * Copyright 1996 The Board of Regents of the Nevada System of Higher * Education, on behalf, of the University of Nevada, Las Vegas, * Information Science Research Institute * * Licensed un...
/* $NetBSD: bcm2835_spireg.h,v 1.1 2013/01/05 20:31:23 jakllsch Exp $ */ /* * Copyright (c) 2012 Jonathan A. Kollasch * 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...
/* Copyright (c) 2018 PaddlePaddle 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 agr...
/* * Copyright (C) 2009 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...
#ifndef Z3_H #define Z3_H #include "../SMT.h" #include <memory> #include <vector> #include <z3++.h> namespace SMT { using namespace z3; // class Z3Expr { // std::shared_ptr<> // } class Z3Solver : public SMTFactory<expr, expr> { public: static inline const std::string solver_n...
/*- * Copyright 1998 Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby * granted, provided that both the above copyright notice and this * permission notice appear in all copies, that both the a...
/* See LICENSE file for copyright and license details. */ #define ENV_SUPATH "/bin" #define ENV_PATH "/bin" #define PW_CIPHER "$6$" /* SHA-512 */ #undef UTMP_PATH #define UTMP_PATH "/var/run/utmp" #undef BTMP_PATH #define BTMP_PATH "/var/log/btmp" #undef WTMP_PATH #define WTMP_PATH "/var/log/wtmp"
/* * Copyright (c) 2013, Jay Elliott * 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 conditions an...
#include "cran.h" void Rprintf2(FILE * stream, const char *format, ...) { va_list(ap); va_start(ap, format); Rprintf(format, ap); va_end(ap); }
#ifndef _ACMIVIEW_H_ #define _ACMIVIEW_H_ #include "f4thread.h" #include "f4vu.h" #include "AcmiCam.h" #include "Graphics\Include\Tex.h" //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// ///////////////////...
/* * THE NEW CHRONOTEXT TOOLKIT: https://github.com/arielm/new-chronotext-toolkit * COPYRIGHT (C) 2012-2015, ARIEL MALKA ALL RIGHTS RESERVED. * * THE FOLLOWING SOURCE-CODE IS DISTRIBUTED UNDER THE SIMPLIFIED BSD LICENSE: * https://github.com/arielm/new-chronotext-toolkit/blob/master/LICENSE.md */ #pragma once #...
/* * Copyright (c) 1997 - 1999, Marek Michałkiewicz * Copyright (c) 2001 - 2005, Tomasz Kłoczko * Copyright (c) 2008 , Nicolas François * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are m...
/************************************************************************************ * Copyright (c) 2006, University of Kansas - Hybridthreads Group * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are m...
#ifndef _t_sync_message_ #define _t_sync_message_ #include <stdio.h> enum messageT {REQ_PUB, REQ_SD }; #endif
/*========================================================================= Program: Visualization Toolkit Module: vtkImageMagnitude.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software ...
/***************************************************************************** * CVS File Information : * $RCSfile$ * Author: patmiller $ * Date: 2007/06/11 14:12:54 $ * Revision: 1.2 $ ****************************************************************************/ /*************************************...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__char_environment_printf_18.c Label Definition File: CWE134_Uncontrolled_Format_String.label.xml Template File: sources-sinks-18.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: environment Read inpu...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE126_Buffer_Overread__char_declare_memcpy_52c.c Label Definition File: CWE126_Buffer_Overread.stack.label.xml Template File: sources-sink-52c.tmpl.c */ /* * @description * CWE: 126 Buffer Over-read * BadSource: Set data pointer to a small buffer * GoodSource...
/* ----------------------------------------------------------------------------- * * (c) The University of Glasgow 2006-2008 * * OS-specific memory management * * ---------------------------------------------------------------------------*/ #ifndef SM_OSMEM_H #define SM_OSMEM_H #include "BeginPrivate.h" void o...
// Copyright 2010 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) 2016, 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 and the follow...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_src_wchar_t_cpy_53c.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_src.label.xml Template File: sources-sink-53c.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Initialize data as...
#ifndef __MORDOR_HTTP_OAUTH_H__ #define __MORDOR_HTTP_OAUTH_H__ // Copyright (c) 2009 - Mozy, Inc. #include "broker.h" namespace Mordor { namespace HTTP { namespace OAuth { std::pair<std::string, std::string> getTemporaryCredentials(RequestBroker::ptr requestBroker, const URI &uri, const std::string &method, co...
/* Copyright (c) 2015, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <odp.h> #include "odp_cunit_common.h" #include "cpumask.h" #include "mask_common.h" /* default worker parameter to get all that may be available */ #define ALL_AVAILABLE 0 void cpumask_test_odp...
// $Id: Surge.h,v 1.8 2003/10/07 21:45:11 idgay Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without written agree...
// // Copyright (C) 2015-2021 Virgil Security 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 // not...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE126_Buffer_Overread__char_declare_memcpy_64a.c Label Definition File: CWE126_Buffer_Overread.stack.label.xml Template File: sources-sink-64a.tmpl.c */ /* * @description * CWE: 126 Buffer Over-read * BadSource: Set data pointer to a small buffer * GoodSource...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__unsigned_int_min_sub_64a.c Label Definition File: CWE191_Integer_Underflow.label.xml Template File: sources-sinks-64a.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: min Set data to the min value for unsigned int ...
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2015, 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: // // * R...
/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. =================...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE131_memcpy_53d.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE131.label.xml Template File: sources-sink-53d.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: Allocate memory wi...
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributi...
#import <UIKit/UIKit.h> #import "NTLNCacheCleaner.h" @class NTLNBrowserViewController; @class NTLNFriendsViewController; @class NTLNMentionsViewController; @class NTLNSentsViewController; @class NTLNUnreadsViewController; @class NTLNSettingViewController; @class NTLNFavoriteViewController; @class NTLNDirectMessageVie...
/*========================================================================= Program: Visualization Toolkit Module: vtkOpenGLPolyDataMapper2D.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This s...
// 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_LOCATION_BAR_LOCATION_BAR_CONTAINER_H_ #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_LOCATION_BAR_CONTAINER_H_ #includ...
/* Copyright (c) 2015, 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 and the follow...
/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */ /* Various macros used here and there */ #define MAKELONG(a,b) ((a) | ((b) << 16)) #define HIWORD(d) ((d) >> 16) #define LOWORD(d) ((d) & 0xffff) #define BYTES(a,b,c,d) ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24)) /* Valid channel types for channel_open...
// -*- c++ -*- /* * Copyright (c) 2010-2012, Jim Bosch * All rights reserved. * * ndarray is distributed under a simple BSD-like license; * see the LICENSE file that should be present in the root * of the source distribution, or alternately available at: * https://github.com/ndarray/ndarray */ #ifndef NDARRAY_E...
#ifndef __GETPASS_H #define __GETPASS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |_...
/* * This file Copyright (C) Mnemosyne LLC * * This file is licensed by the GPL version 2. Works owned by the * Transmission project are granted a special exemption to clause 2 (b) * so that the bulk of its code can remain under the MIT license. * This exemption does not extend to derived works not owned by * th...
// // NUIViewRenderer.h // NUIDemo // // Created by Tom Benner on 11/24/12. // Copyright (c) 2012 Tom Benner. All rights reserved. // #import <Foundation/Foundation.h> #import <QuartzCore/QuartzCore.h> #import "NUISettings.h" @interface NUIViewRenderer : NSObject + (void)render:(UIView*)view withClass:(NSString*...
#include <lib.h> #define stat _stat #include <sys/stat.h> #include <string.h> PUBLIC int stat(name, buffer) _CONST char *name; struct stat *buffer; { message m; m.m1_i1 = strlen(name) + 1; m.m1_p1 = (char *) name; m.m1_p2 = (char *) buffer; return(_syscall(FS, STAT, &m)); }
// This file was generated based on 'C:\ProgramData\Uno\Packages\Fuse.Controls\0.18.8\Graphics\$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Controls.Circle.h> #include <Fuse.Controls.Graphics.ShapeVisual-1.h> #include <Fuse.Scripting.INameScope.h> namespace g{na...
/* * This file is part of the coreboot project. * * Copyright (C) 2010 Advanced Micro Devices, 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; version 2 of the License. * * This ...
/* * optionstree.h - Soft-coded options structure header * Copyright (C) 2006 Kevin Smith * * 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...
/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * Created by: julie.n.fleischer REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. Test that the function:...
/* This file is part of Warzone 2100. Copyright (C) 1999-2004 Eidos Interactive Copyright (C) 2005-2015 Warzone 2100 Project Warzone 2100 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 o...
#pragma once #include "stdafx.h" #include "GLHelpers.h" #include "../Common/TextGlyphs.h" namespace gl { class text_writer { private: gl::glsl::program m_program; gl::glsl::shader m_vs; gl::glsl::shader m_fs; gl::vao m_vao; gl::buffer m_text_buffer; gl::buffer m_scale_offsets_buffer...
/* * arch/powerpc/platforms/embedded6xx/flipper-pic.h * * Nintendo GameCube/Wii interrupt controller support. * Copyright (C) 2004-2009 The GameCube Linux Team * Copyright (C) 2007,2008,2009 Albert Herranz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU G...
/* support for ap->rresolv missing */ /* Modifications: 1998-07-01 - Arnaldo Carvalho de Melo - GNU gettext instead of catgets, snprintf instead of sprintf */ #include "config.h" #if HAVE_AFIPX #include <asm/types.h> #include <sys/types.h> #include <sys/socket.h> #if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __...
#ifndef __DEFINES_H__ #define __DEFINES_H__ #endif
/***************************************************************************** * * 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)...
/* $Id: os_linux_kernel.h 369517 2012-07-01 17:28:57Z file $ */ /* * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __STORAGE_TEST_H__ #define __STORAGE_TEST_H__ #include <commonlib/sd_mmc_ctrlr.h> #include <device/device.h> #include <device/pci.h> #include <timer.h> #ifdef __SIMPLE_DEVICE__ uint32_t storage_test_init(pci_devfn_t dev, uint32_t *previous_bar, uint16_t *previous_...
/* Copyright (C) 2013-2016, The Regents of The University of Michigan. All rights reserved. This software was developed in the APRIL Robotics Lab under the direction of Edwin Olson, ebolson@umich.edu. This software may be available under alternative licensing terms; contact the address above. Redistribution and use i...
/* Hash tables for the CPP library. Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 This program is free so...
/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once /*** This file is part of systemd. Copyright 2016 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 version...
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _DRAMC_SOC_H_ #define _DRAMC_SOC_H_ enum { CHANNEL_A = 0, CHANNEL_B, CHANNEL_NUM }; enum { GW_PARAM_COARSE = 0, GW_PARAM_FINE, GW_PARAM_NUM }; enum { DUAL_RANKS = 2, CATRAINING_NUM = 10 }; enum { DQ_DATA_WIDTH = 32, DQS_BIT_NUMBER = 8, DQS_NUMBER = (DQ...
/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * Created by: julie.n.fleischer REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. * Test that if value.it_value = 0, th...
/* * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) * Copyright 2003 PathScale, Inc. * Derived from include/asm-i386/pgtable.h * Licensed under the GPL */ #ifndef __UM_PGTABLE_2LEVEL_H #define __UM_PGTABLE_2LEVEL_H #include <asm-generic/pgtable-nopmd.h> /* PGDIR_SHIFT determines what a third-level ...
/***************************************************************************** * File: 3dCamera.h * * © 1989 Mark M. Owen. All rights reserved. *****************************************************************************/ #ifndef _3d_ #include "3d.h" #endif #ifndef _Camera_ #define _Camera_ /* Horizontal angle...
/*************************************************************************** * * * copyright : (C) 2007 The University of Toronto * * netterfield@astro.utoronto.ca * * ...
/* * \brief Utility for synchronizing the access of interface methods * \author Norman Feske * \date 2013-05-16 */ #ifndef _INCLUDE__BASE__SYNCED_INTERFACE_H_ #define _INCLUDE__BASE__SYNCED_INTERFACE_H_ /* Genode includes */ #include <base/lock.h> namespace Genode { template <typename, typename LOCK = Genod...
#ifndef NEWLANGUAGESERVERDLG_H #define NEWLANGUAGESERVERDLG_H #include "UI.h" #include "LanguageServerEntry.h" #include <wx/arrstr.h> class LanguageServerPage; class NewLanguageServerDlg : public NewLanguageServerDlgBase { LanguageServerPage* m_page = nullptr; public: NewLanguageServerDlg(wxWindow* parent); ...
/* * Copyright (c) 2002-2003, Intel Corporation. All rights reserved. * Created by: rusty.lynch REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. Test case for assertion #3 of the si...
/* $Id: vboxext.h $ */ /** @file * * VBox extension to Wine D3D * * Copyright (C) 2011-2015 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the terms of t...
/* * Xylon DRM driver plane header * * Copyright (C) 2014 Xylon d.o.o. * Author: Davor Joja <davor.joja@logicbricks.com> * * Based on Xilinx DRM plane header. * Copyright (C) 2013 Xilinx, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free...
#ifndef COLOURS_H_ #define COLOURS_H_ #include "colours_external.h" extern int Colours_table[256]; typedef enum { COLOURS_PRESET_STANDARD, COLOURS_PRESET_DEEPBLACK, COLOURS_PRESET_VIBRANT, COLOURS_PRESET_CUSTOM, /* Number of "normal" (not including CUSTOM) values in enumerator */ COLOURS_PRESET_SIZE = COLOURS_...
/* * Copyright (C) 2010 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...
/*++ linux/drivers/media/video/wmt_v4l2/sensors/flash/flash_eup2471.c Copyright (c) 2013 WonderMedia Technologies, 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 ...
/* * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. * * 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 program is distributed in the hope...
/* * 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...
/*************************************************************************** * * LanScsiProtocol.h * * LanScsiProtocol definitions * * Copyright (c) 2003 XiMeta, Inc. All rights reserved. * **************************************************************************/ #ifndef _LANSCSIPROTOCOL_H_ #define _L...
/* New version of run front end support for simulators. Copyright (C) 1997, 2004 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 2, or (at your option...
/* Copyright (C) 1991, 1995, 1996 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 ...
/* * Copyright (c) 2012 The Linux Foundation. All rights reserved.* */ #ifndef _NSS_REG_H_ #define _NSS_REG_H_ #define IPQ806X_NSS_TCM_PHYS (0x39000000) #define MSM_NSS_TCM_BASE (0xFB700000) /* 128K */ #define MSM_NSS_FPB_BASE (0xFB720000) /* 4K */ #define MSM_UBI32_0_CSM_BASE (0xFB721000) ...
/* SPDX-License-Identifier: GPL-2.0-only */ #include <baseboard/variants.h> #include <bootblock_common.h> #include <ec/ec.h> #include <soc/gpio.h> void bootblock_mainboard_early_init(void) { const struct pad_config *pads; size_t num; pads = mainboard_early_bootblock_gpio_table(&num); gpio_configure_pads(pads, nu...
#ifndef ___TXWIDESCREENWRAPPER_H__ #define ___TXWIDESCREENWRAPPER_H__ #include <string> #ifdef ANDROID int tx_swprintf(wchar_t* ws, size_t len, const wchar_t* format, ...); bool wccmp(const wchar_t* w1, const wchar_t* w2); #define BUF_SIZE 2048 class tx_wstring { public: tx_wstring() {} tx_wstring(const wchar_t ...
/** * @file * @brief This file contains exported structure for NAND * * OMAP's General Purpose Memory Controller (GPMC) has a NAND controller * embedded. this file provides the platform data structure required to * hook on to it. * * (C) Copyright 2008 * Texas Instruments, <www.ti.com> * Nishanth Menon <x0nis...
/* * util.h * * 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. You may not use, modify or * distribute this program under any other version of the GNU General * Public License....
/***************************************************************************** * Copyright (c) 2014-2018 OpenRCT2 developers * * For a complete list of all authors, please refer to contributors.md * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2 * * OpenRCT2 is licensed under the GNU Gener...
/* vim: set ts=8 et sw=4 sta ai cin: */ /* * @author Paulo Pizarro <paulo.pizarro@gmail.com> * @author Tiago Katcipis <tiagokatcipis@gmail.com> * * This file is part of Luasofia. * * Luasofia is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as...
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpoperationlighten_onlymode.h * Copyright (C) 2008 Michael Natterer <mitch@gimp.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Lic...
/* * (C) 2003-2006 Gabest * (C) 2006-2014 see Authors.txt * * This file is part of MPC-HC. * * MPC-HC 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...
/* * Copyright (C) 2004 Michael Niedermayer <michaelni@gmx.at> * * This file is part of MPlayer. * * MPlayer 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 ...