text
stringlengths
4
6.14k
/* Declarations for System V style searching functions. Copyright (C) 1995, 1996, 1997 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 Library General Public License as publishe...
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
#include <stdio.h> #include <unistd.h> /* * Wrap the kernel time call so that it also * returns a time_t (longlong). The kernel ABI * doesn't deal in 64bit return values. */ int stime(const time_t *t) { __ktime_t tmp; tmp.time = *t; #if defined(NO_64BIT) tmp.pad = 0; #endif return _stime(&tmp, 0); }
/* * perm.h - header for at(1) * Copyright (C) 1994 Thomas Koenig * * 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 lat...
/* -*- c++ -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your opti...
/* aacgm.h ======= Author: R.J.Barnes */ /* LICENSE AND DISCLAIMER Copyright (c) 2012 The Johns Hopkins University/Applied Physics Laboratory This file is part of the Radar Software Toolkit (RST). RST is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General...
/* * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org> * Copyright (c) 2015-2017 The strace developers. * 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 s...
/* * jcmaster.h * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1997, Thomas G. Lane. * mozjpeg Modifications: * Copyright (C) 2014, Mozilla Corporation. * For conditions of distribution and use, see the accompanying README file. * * This file contains the master control s...
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: Core types for the response rules -- criteria, responses, rules, and matchers. // // $NoKeywords: $ //=============================================================================// #ifndef RESPONSE_HOST_INTERFACE_...
/*------------------------------------------------------------------------- * * execUtils.h * * Copyright (c) 2005-2008, Greenplum inc * *------------------------------------------------------------------------- */ #ifndef _EXECUTILS_H_ #define _EXECUTILS_H_ #include "executor/execdesc.h" struct EState; struct...
//****************************************************************************** // // Copyright (c) 2015 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LI...
/* * Copyright 2008 Freescale Semiconductor, Inc. * * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> #include <fsl_ddr_sdram.h> #include <fsl_ddr_dimm_params.h> void fsl_ddr_board_options(memctl_options_t *popts, dimm_params_t *pdimm, unsigned int ctrl_num) { /* * Factors to consider for cloc...
// 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 CONTENT_SHELL_SHELL_DEVTOOLS_FRONTEND_H_ #define CONTENT_SHELL_SHELL_DEVTOOLS_FRONTEND_H_ #include "base/basictypes.h" #include "base/compile...
/* * SPDX-License-Identifier: BSD-3-Clause * * Copyright © 2020 Keith Packard * * 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...
/* * Copyright (C) 2012 LG Electronics * * 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. */ #ifndef __MAX17050_BATTERY_H_ #define __MAX17050_BATTERY_H_ #define MAX17050_STATUS...
/**************************************************************************** * * Copyright (c) 2007-2008 Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the GNU Gener...
/** @file Load Pe32 Image protocol enables loading and unloading EFI images into memory and executing those images. This protocol uses File Device Path to get an EFI image. Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made avai...
#include <math.h> #include "mex.h" #include "matrix.h" #include "geometry.h" void mexFunction (int nlhs, mxArray * plhs[], int nrhs, const mxArray * prhs[]) { char str[256]; mxArray *proj, *dist; double *l1, *l2, *r, *proj_p, *dist_p; int flag; if (nrhs <3 || nrhs>4) mexErrMsgTxt ("Invalid number of inp...
#include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/io.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/time.h> #include <asm/setup.h> #include <mach/iomap.h> #include <mach/irqs.h> #include <mach/nvrm_linux.h> #include <linux/gpio.h> #inclu...
/* * Copyright (c) 2003-2012 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_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 ex...
#ifndef HEADER_CURL_AMIGAOS_H #define HEADER_CURL_AMIGAOS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * |...
/* This file is part of cpp-ethereum. cpp-ethereum 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 later version. cpp-ethereum is distributed in the...
// Generated by esidl 0.2.1. // This file is expected to be modified for the Web IDL interface // implementation. Permission to use, copy, modify and distribute // this file in any software license is hereby granted. #ifndef ORG_W3C_DOM_BOOTSTRAP_FLOAT64ARRAYIMP_H_INCLUDED #define ORG_W3C_DOM_BOOTSTRAP_FLOAT64ARRAYIM...
// Filename: littleEndian.h // Created by: drose (09Feb00) // //////////////////////////////////////////////////////////////////// // // 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...
// Filename: queuedConnectionListener.h // Created by: drose (09Feb00) // //////////////////////////////////////////////////////////////////// // // 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....
/* * nghttp2 - HTTP/2 C Library * * Copyright (c) 2014 Tatsuhiro Tsujikawa * * 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 ri...
// -*-c++-*- /*! \file cooperative_action.h \brief cooperative action type Header File. */ /* *Copyright: Copyright (C) Hidehisa AKIYAMA This code 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...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/ex3ndr/Develop/actor-platform/actor-apps/core/src/main/java/im/actor/model/api/rpc/RequestTerminateSession.java // #ifndef _APRequestTerminateSession_H_ #define _APRequestTerminateSession_H_ #include "J2ObjC_header.h" #include "im/actor/model...
/*========================================================================= Program: Visualization Toolkit Module: vtkVisibilitySort.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 ...
/* * Page cache for QEMU * The cache is base on a hash of the page address * * Copyright 2012 Red Hat, Inc. and/or its affiliates * * Authors: * Orit Wasserman <owasserm@redhat.com> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level director...
// -*- c++ -*- // // Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana // University Research and Technology // Corporation. All rights reserved. // Copyright (c) 2004-2005 The University of Tennessee and The University // of ...
// $Id: SOCK_Netlink.h 80826 2008-03-04 14:51:23Z wotte $ //============================================================================= /** * @file SOCK_Netlink.h * * $Id: SOCK_Netlink.h 80826 2008-03-04 14:51:23Z wotte $ * * @author Robert Iakobashvilli <coroberti@gmail.com> * @author Raz Ben Yehuda <ra...
/* { dg-compile } */ typedef int __attribute__((vector_size(16))) v4si; typedef float __attribute__((vector_size(16))) v4sf; v4si toint (v4sf a) { v4si out = (v4si){ (int)a[0], (int)a[1], (int)a[2], (int)a[3] }; return out; } /* { dg-final { scan-assembler-times "vcfeb\t%v24,%v24,0,5" 1 } } */ v4sf tofloat (v4s...
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
/** * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ #ifndef _SYSTEMTOPOLOGY_H_ #define _SYSTEMTOPOLOGY_H_ #include <apiset.h> #include <apisetcconv.h> #include <minwindef.h> #include <minwinbase.h> #ifdef __cplusplus extern "C" { #e...
/* Prefer faster, non-thread-safe stdio functions if available. Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify
// 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 CSSTokenizer_h #define CSSTokenizer_h #include "core/CoreExport.h" #include "core/css/parser/CSSParserToken.h" #include "core/html/parser/InputSt...
/* * fstat() - POSIX 1003.1b 5.6.2 - Get File Status * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. */ #if HAVE_CONF...
/* The IGEN simulator generator for GDB, the GNU Debugger. Copyright 2002, 2007 Free Software Foundation, Inc. Contributed by Andrew Cagney. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published...
/* * Version macros. * * This file is part of libswresample * * libswresample 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 v...
/* * Copyright (C) 2007-2009 Sourcefire, Inc. * * Authors: Tomasz Kojm * * 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...
/* * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * (C) 1999 Antti Koivisto (koivisto@kde.org) * (C) 2000 Dirk Mueller (mueller@kde.org) * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or ...
/* * Copyright (c) 2018, NXP Semiconductors, Inc. * All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause */ #include "fsl_tempmon.h" /******************************************************************************* * Definitions **********************************************************************...
// Copyright 2006-2013 the V8 project 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 module contains the architecture-specific code. This make the rest of // the code less dependent on differences between different processor...
extern const char g_GIT_SHA1[];
/* vi: set sw=4 ts=4: */ /* * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" #include <math.h> //usage:#define dc_trivial_usage //usage: "EXPRESSION..." //usage: //usage:#define dc_full_usage "\n\n" //usage: "Tiny RPN calculator. Operations:\n" //usage: ...
/* * Copyright (c) 2009 by David Gräff <david.graeff@web.de> * Copyright (c) 2011 by Maximilian Güntner <maximilian.guentner@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; ei...
/* gcc -g -Wall -O2 -o dialog-test dialog-test.c `pkg-config --cflags --libs gtk+-3.0` */ #include <gtk/gtk.h> static GtkWidget *window; static GtkWidget *width_chars_spin; static GtkWidget *max_width_chars_spin; static GtkWidget *default_width_spin; static GtkWidget *default_height_spin; static GtkWidget *resizable_...
#ifndef __USER_DEVICEFIND_H__ #define __USER_DEVICEFIND_H__ void user_platform_timer_start(char* pbuffer, struct espconn *pespconn); #endif
//#include <errno.h> #include "codes.h" //fixme
/* Copyright 2020 Obosob <obosob@riseup.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program i...
/* * (C) Copyright 2003, Psyent Corporation <www.psyent.com> * Scott McNutt <smcnutt@psyent.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 * publis...
// // TKDecimalInputWithNextKeyView.h // Created by Devin Ross on 3/21/14. // /* tapku || http://github.com/devinross/tapkulibrary 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 ...
/* * This file is part of the coreboot project. * * Copyright (C) 2007 Advanced Micro Devices, Inc. * Copyright (C) 2011 Mark Norman <mpnorman@gmail.com> * * 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 th...
#ifndef _ANTARES_DOCK_H #define _ANTARES_DOCK_H struct dock_platform_data { unsigned int irq; /* interrupt number */ unsigned int gpio_num; }; #endif
/* * Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. ******************************************************************************* * * File PARSEPOS.H * * Modification History: * * Date Name Description * 07/09/97 helena Converte...
/* Globally enable events. Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Genera...
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ==== // //============================================================================= #ifndef AI_TACTICALSERVICES_H #define AI_TACTICALSERVICES_H #include "ai_component.h" #if defined( _WIN32 ) #pragma once #endif class CAI_Network; class ...
/* Copyright 2020 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 SHA_H #define SHA_H /* NIST Secure Hash Algorithm */ /* heavily modified from Peter C. Gutmann's implementation */ /* Useful defines & typedefs */ typedef unsigned char BYTE; typedef unsigned long LONG; #define SHA_BLOCKSIZE 64 #define SHA_DIGESTSIZE 20 typedef struct { LONG digest[5]; /* message di...
// RUN: %clang_cc1 %s -verify -fsyntax-only void good() { int dont_initialize_me __attribute((uninitialized)); } void bad() { int im_bad __attribute((uninitialized("zero"))); // expected-error {{'uninitialized' attribute takes no arguments}} static int im_baaad __attribute((uninitialized)); // expected-warning...
/* Test diagnostics for old-style definition not matching prior prototype are present and give correct location for that prototype (bug 15698). Unprototyped built-in function with user prototype at inner scope. */ /* Origin: Joseph Myers <joseph@codesourcery.com> */ /* { dg-do compile } */ /* { dg-options "-...
/* ellpe.c * * Complete elliptic integral of the second kind * * * * SYNOPSIS: * * double m1, y, ellpe(); * * y = ellpe( m1 ); * * * * DESCRIPTION: * * Approximates the integral * * * pi/2 * - * | | 2 * E(m) = | sqrt( 1 - m sin t ) dt ...
/* * Copyright (c) 2003, 2007-11 Matteo Frigo * Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the ...
/* ResidualVM - A 3D game interpreter * * ResidualVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms ...
/* * Copyright 2014 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * 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. */ #ifndef __CORESIGHT_REGS_H #define __CORESIGHT_...
// // Thread_WIN32.h // // $Id: //poco/1.3/Foundation/include/Poco/Thread_WIN32.h#7 $ // // Library: Foundation // Package: Threading // Module: Thread // // Definition of the ThreadImpl class for WIN32. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permission...
// // UYLAppDelegate.h // Collection // // Created by Keith Harrison http://useyourloaf.com // Copyright (c) 2013 Keith Harrison. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // Redistrib...
/* * Copyright 2009 Freescale Semicondutor, 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. * * provides ...
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: sdk/game/CRenderWare.h * PURPOSE: RenderWare engine interface * * Multi Theft Auto is available from http://www.multi...
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Crypto user configuration API. * * Copyright (C) 2011 secunet Security Networks AG * Copyright (C) 2011 Steffen Klassert <steffen.klassert@secunet.com> * * This program is free software; you can redistribute it and/or modify it * under the terms...
/* * ioreq.h: I/O request definitions for device models * Copyright (c) 2004, 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 withou...
#include "base/arch.h" #if defined(_M_IX86) || defined(_M_X64) #include <emmintrin.h> #include "fast_matrix.h" void fast_matrix_mul_4x4_sse(float *dest, const float *a, const float *b) { int i; __m128 a_col_1 = _mm_loadu_ps(a); __m128 a_col_2 = _mm_loadu_ps(&a[4]); __m128 a_col_3 = _mm_loadu_ps(&a[8]); __m128 ...
/* * S390 version * * Derived from "include/asm-i386/mmu_context.h" */ #ifndef __S390_MMU_CONTEXT_H #define __S390_MMU_CONTEXT_H #include <asm/pgalloc.h> #include <linux/uaccess.h> #include <linux/mm_types.h> #include <asm/tlbflush.h> #include <asm/ctl_reg.h> static inline int init_new_context(struct task_stru...
#include <xen/types.h> #include <xen/sched.h> #include "mcaction.h" #include "vmce.h" #include "mce.h" static struct mcinfo_recovery * mci_action_add_pageoffline(int bank, struct mc_info *mi, uint64_t mfn, uint32_t status) { struct mcinfo_recovery *rec; if (!mi) return NULL; ...
/********************************************************************** Audacity: A Digital Audio Editor Internat.h Markus Meyer Dominic Mazzoni (Mac OS X code) **********************************************************************/ #ifndef __AUDACITY_INTERNAT__ #define __AUDACITY_INTERNAT__ #include <wx/...
/* eggaccelerators.h * Copyright (C) 2002 Red Hat, Inc. * Developed by Havoc Pennington * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (a...
/* * cynapses libc functions * * Copyright (c) 2008-2013 by Andreas Schneider <asn@cryptomilk.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 * version 2.1 of the Li...
/* zsyt02.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
/* mbed Microcontroller Library ******************************************************************************* * Copyright (c) 2015, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
/** ****************************************************************************** * @file lcd_log_conf_template.h * @author MCD Application Team * @version V5.0.2 * @date 05-March-2012 * @brief lcd_log configuration template file. * This file should be copied to the application f...
/***************************************************************************** * dbus_root.h : dbus control module (mpris v1.0) - root object ***************************************************************************** * Copyright © 2006-2008 Rafaël Carré * Copyright © 2007-2010 Mirsal Ennaime * Copyright © 2009-...
// license:GPL-2.0+ // copyright-holders:Raphael Nabet, Brett Wyer /***************************************************************************** * * includes/concept.h * * Corvus Concept driver * * Raphael Nabet, 2003 * ****************************************************************************/ #ifndef MAME...
#ifndef QEMU_AUDIO_PT_INT_H #define QEMU_AUDIO_PT_INT_H #include <pthread.h> struct audio_pt { const char *drv; pthread_t thread; pthread_cond_t cond; pthread_mutex_t mutex; }; int audio_pt_init (struct audio_pt *, void *(*) (void *), void *, const char *, const char *); int audio_...
/* dget10.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
// OCHamcrest by Jon Reid, http://qualitycoding.org/about/ // Copyright 2014 hamcrest.org. See LICENSE.txt #import "HCReturnValueGetter.h" @interface HCUnsignedLongReturnGetter : HCReturnValueGetter - (instancetype)initWithSuccessor:(HCReturnValueGetter *)successor; @end
/* mpz_powm_sec(res,base,exp,mod) -- Set R to (U^E) mod M. Contributed to the GNU project by Torbjorn Granlund. Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002, 2005, 2008, 2009, 2012 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribu...
// Copyright 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 CC_RESOURCES_RESOURCE_UPDATE_CONTROLLER_H_ #define CC_RESOURCES_RESOURCE_UPDATE_CONTROLLER_H_ #include "base/basictypes.h" #include "base/memory/...
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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 re...
/************************************************************************** * * Copyright (C) 2006 Steve Karg <skarg@users.sourceforge.net> * * 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 w...
/*************************************************************************** qgsgeometryfollowboundariescheck.h --------------------- begin : September 2017 copyright : (C) 2017 by Sandro Mani / Sourcepole AG email : smani at sourcepole dot ch **************...
#ifndef CERT_TRANS_UTIL_READ_PRIVATE_KEY_H_ #define CERT_TRANS_UTIL_READ_PRIVATE_KEY_H_ #include <openssl/evp.h> #include <string> #include "util/statusor.h" namespace cert_trans { util::StatusOr<EVP_PKEY*> ReadPrivateKey(const std::string& file); util::StatusOr<EVP_PKEY*> ReadPublicKey(const std::string& file); ...
/* * Copyright 2008 Freescale Semiconductor, 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. */ #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_UI_GTK_FIRST_RUN_DIALOG_H_ #define CHROME_BROWSER_UI_GTK_FIRST_RUN_DIALOG_H_ typedef struct _GtkButton GtkButton; typedef stru...
/* * drivers/video/tegra/host/host1x/host1x_channel.h * * Tegra Graphics Host Channel * * 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; eithe...
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Red Hat */ #include <linux/module.h> #include <drm/drm_crtc_helper.h> #include <drm/drm_drv.h> #include <drm/drm_fb_helper.h> #include <drm/drm_file.h> #include <drm/drm_gem_shmem_helper.h> #include <drm/drm_managed.h> #include <drm/drm_ioctl.h> #incl...
// @(#)root/roostats:$Id$ // Author: Kyle Cranmer /************************************************************************* * Copyright (C) 1995-2008, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
/* * Copyright 2010 Tilera Corporation. 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. * * This program is distributed in the hope that it will ...
/* Common hooks for Adapteva Epiphany Copyright (C) 1994-2013 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, 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 Sof...