text stringlengths 4 6.14k |
|---|
// 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 UI_GFX_COLOR_UTILS_H_
#define UI_GFX_COLOR_UTILS_H_
#pragma once
#include "third_party/skia/include/core/SkColor.h"
class SkBitmap;
namespa... |
//
// NSRegularExpression+RFExtension.h
// libObjCAttr
//
// Copyright (c) 2014 EPAM Systems, 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 ... |
/*
* 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... |
#pragma once
#include <geode/utility/type_traits.h>
namespace geode {
class ValueBase;
class PropBase;
template<class T> class Value;
template<class T> class ValueRef;
class Action;
template<class T> class Prop;
template<class T> class PropRef;
class Listen;
class PropManager;
template<class T> struct has_clamp : pu... |
// Copyright 2010-2015, 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 condit... |
//
// GADRewardBasedVideoAd.h
// Google Mobile Ads SDK
//
// Copyright 2015 Google Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <GoogleMobileAds/GADRequest.h>
#import <GoogleMobileAds/GADRewardBasedVideoAdDelegate.h>
NS_ASSUME_NONNULL_BEGIN
/// The GADRewardBased... |
// Copyright (c) 2015-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_TEST_TEST_BITCOIN_H
#define BITCOIN_TEST_TEST_BITCOIN_H
#include "chainparamsbase.h"
#include "fs.h"
#includ... |
/*
* Name: outputMetricsData
* Input: FILE pointer for output, file
* metrics structure, metrics
* Output: none
* Return: void
* Description: The routine displays the metrics collected during a
* execution of the baseline application.... |
// diStorm64 library sample
// http://ragestorm.net/distorm/
// Arkon, Stefan, 2005
// Mikhail, 2006
// JvW, 2007
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <sys/stat.h>
// For the compilers who don't have sysexits.h, which is not an ISO/ANSI include!
#def... |
/*
* DIS Data Management Index
*
* This file contains the index structures for the DIS R-Tree basline
* application. The two structures defined are for index entries and for
* index nodes.
*
* An index entry will reference either an index node or a
* data object. All entries whic... |
//*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL... |
#include "os.h"
#include <mp.h>
#include <libsec.h>
DSApub*
dsaprivtopub(DSApriv *priv)
{
DSApub *pub;
pub = dsapuballoc();
pub->p = mpcopy(priv->pub.p);
pub->q = mpcopy(priv->pub.q);
pub->alpha = mpcopy(priv->pub.alpha);
pub->key = mpcopy(priv->pub.key);
return pub;
}
|
//
// ViewController.h
// NuweScoreDevApp
//
// Created by Ahmed Ghalab on 11/10/14.
// Copyright (c) 2014 Nu Wellness Ltd. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <NuweScoreCharts/NuweScoreCharts.h>
@interface ViewController : UIViewController <NUDialChartDataSource, NUDialChartDelegate>
@proper... |
/***********************************************************************
created: 12/2/2012
author: Paul D Turner
*************************************************************************/
/***************************************************************************
* Copyright (C) 2004 - 2012 Paul D Tu... |
//******************************************************************************
//
// 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... |
/*
The MIT License
Copyright (c) 2012 by Jorrit Tyberghein
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... |
/* Fig. 8.38: fig08_38.c
Using strlen */
#include <stdio.h>
#include <string.h>
int main( void )
{
/* initialize 3 char pointers */
const char *string1 = "abcdefghijklmnopqrstuvwxyz";
const char *string2 = "four";
const char *string3 = "Boston";
printf("%s\"%s\"%s%lu\n%s\"%s\"%s%lu\n%... |
/*
* CRRCsim - the Charles River Radio Control Club Flight Simulator Project
*
* Copyright (C) 2005, 2007-2009 Jan Reucker (original author)
* Copyright (C) 2007, 2008 Jens Wilhelm Wulf
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License... |
/*
* include/linux/venet.h
*
* Copyright (C) 2005 SWsoft
* All rights reserved.
*
* Licensing governed by "linux/COPYING.SWsoft" file.
*
*/
#ifndef _VENET_H
#define _VENET_H
#include <linux/list.h>
#include <linux/spinlock.h>
#include <uapi/linux/vzcalluser.h>
#include <linux/veip.h>
#include <linux/ne... |
/*
** Copyright (C) 2010 Stefaan Lippens
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This program is di... |
/* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* 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.o... |
/*
* Copyright (C) 2010, 2012 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
*
*... |
/*
* Copyright 2012 GE Intelligent Platforms, Inc.
* Copyright 2009-2011 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,... |
/* -*- c-basic-offset: 2 -*- */
/*
Copyright(C) 2009-2015 Brazil
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1 as published by the Free Software Foundation.
This library is distributed in the hope that it will be ... |
/*
* Copyright (C) 2015 MediaTek Inc.
*
* 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 be useful,
* but WITHOUT ANY WA... |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <mccann@jhu.edu>
*
* 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; eith... |
/*
* uids12c887rtc.h - DS12C887 RTC cartridge UI interface for MS-DOS.
*
* Written by
* Marco van den Heuvel <blackystardust68@yahoo.com>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modif... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/*
* 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)
* any later version.
*
... |
/*
* UAE - The Un*x Amiga Emulator
*
* Memory access functions
*
* Copyright 1996 Bernd Schmidt
*/
STATIC_INLINE uae_u32 do_get_mem_long(uae_u32 *a)
{
return *a;
}
STATIC_INLINE uae_u16 do_get_mem_word(uae_u16 *a)
{
return *a;
}
STATIC_INLINE uae_u8 do_get_mem_byte(uae_u8 *a)
{
return *a;
}
... |
/*
* Copyright (c) 2007, Swedish Institute of Computer Science
* 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
* ... |
/*
* UAE - The Un*x Amiga Emulator
*
* Unix file system handler for AmigaDOS
*
* Copyright 1997 Bernd Schmidt
*/
#ifndef UAE_FILESYS_H
#define UAE_FILESYS_H
#include "uae/types.h"
#ifdef FSUAE
#include "options.h"
#include <time.h>
#endif
struct hardfilehandle;
#define MAX_HDF_CACHE_BLOCKS 128
#define ... |
/*
* MMC definitions for OMAP2
*
* Copyright (C) 2006 Nokia Corporation
*
* 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 __OMAP2_MMC_H
#define __OMAP2_MMC_H
#incl... |
/* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#include "libbb.h"
ssize_t FAST_FUNC safe_write(int fd, const void *buf, size_t count)
{
ssize_t n;
for (;;) {
n =... |
/* Measure memcpy functions with large data sizes.
Copyright (C) 2016-2017 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... |
/*
* include/linux/irqflags.h
*
* IRQ flags tracing: follow the state of the hardirq and softirq flags and
* provide callbacks for transitions between ON and OFF states.
*
* This file gets included from lowlevel asm headers too, to provide
* wrapped versions of the local_irq_*() APIs, based on the
* raw_local_i... |
/*
Copyright (C) 2001 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is dist... |
/*
* This file is part of the libsigrok project.
*
* Copyright (C) 2013 Aurelien Jacobs <aurel@gnuage.org>
*
* 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 Licens... |
/*****************************************************************************
*
* PROJECT: Multi Theft Auto v1.0
* (Shared logic for modifications)
* LICENSE: See LICENSE in the top level directory
* FILE: mods/shared_logic/CClientEffect.h
* PURPOSE: Effect entity
*
*******... |
/* -----------------------------------------------------------------------------
*
* Copyright (C) 1997-2010 Krzysztof M. Gorski, Eric Hivon,
* Benjamin D. Wandelt, Anthony J. Banday,
* Matthias Bartelmann,
* Reza Ansari & Kenneth M. Gan... |
/*
** CXSC is a C++ library for eXtended Scientific Computing (V 2.5.4)
**
** Copyright (C) 1990-2000 Institut fuer Angewandte Mathematik,
** Universitaet Karlsruhe, Germany
** (C) 2000-2014 Wiss. Rechnen/Softwaretechnologie
** Universitaet Wuppertal, Germa... |
/****************************************************************/
/* DO NOT MODIFY THIS HEADER */
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
/* */
/* (c) 2010 Battelle Energy Alliance, LLC ... |
// @(#)root/graf:$Id$
// Author: Otto Schaile 20/11/99
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* ... |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this f... |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this f... |
/* $XConsortium: free.c /main/5 1995/07/15 20:38:35 drk $ */
/*
* Motif
*
* Copyright (c) 1987-2012, The Open Group. All rights reserved.
*
* These libraries and programs are free software; you can
* redistribute them and/or modify them under the terms of the GNU
* Lesser General Public License as published by t... |
/*
* This file is part of NetSurf's LibNSGIF, http://www.netsurf-browser.org/
* Licensed under the MIT License,
* http://www.opensource.org/licenses/mit-license.php
*
* Copyright 2017 Michael Drake <michael.drake@codethink.co.uk>
*/
#ifndef LZW_H_
#define LZW_H_
/**
* \file
* \brief LZW decompr... |
/* Copyright 2014 IPB, Universite de Bordeaux, INRIA & CNRS
**
** This file is part of the Scotch software package for static mapping,
** graph partitioning and sparse matrix ordering.
**
** This software is governed by the CeCILL-C license under French law
** and abiding by the rules of distribution of free software. ... |
#ifndef _Exception_h_
#define _Exception_h_
/* -------------------------------------------------------------------------- *
* OpenSim: Exception.h *
* -------------------------------------------------------------------------- *
* The OpenSim API is a toolkit... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/* $NetBSD: isapnpvar.h,v 1.4 2008/12/14 17:03:43 christos Exp $ */
/*
* Copyright (c) 1997
* Matthias Drochner. 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 so... |
/*
* librdkafka - Apache Kafka C library
*
* Copyright (c) 2012-2015, Magnus Edenhill
* 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... |
#ifndef _SLAYER_HTTP_SERVER_H_
#define _SLAYER_HTTP_SERVER_H_
#include <apr_atomic.h>
#include <apr_file_info.h>
#include <apr_general.h>
#include <apr_network_io.h>
#include <apr_poll.h>
#include <apr_queue.h>
#include <apr_strings.h>
#include <apr_thread_proc.h>
#include <apr_thread_rwlock.h>
#include <apr_time.h>
#... |
//
// JWTagScrollView.h
// YuWa
//
// Created by Tian Wei You on 16/10/15.
// Copyright © 2016年 Shanghai DuRui Information Technology Company. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface JWTagScrollView : UIScrollView
@property (nonatomic,copy)void (^chooseTagBlock)(NSString * tag);
@property (non... |
/*
Copyright (C) 2010-2012, Parrot Foundation.
=head1 NAME
include/parrot/pointer_array.h - Storage of pointers.
=head1 DESCRIPTION
Storage for pointers used in GC implementation.
Storage organized in 4KB chunks. Every cell in chunk either real pointer
or pointer to next free cell.
Lower bit in cell masked to ind... |
#ifndef __EVAS_ENGINE_H__
#define __EVAS_ENGINE_H__
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#undef WIN32_LEAN_AND_MEAN
#include "evas_common.h"
#include "evas_common_soft16.h"
extern int _evas_engine_soft16_wince_log_dom;
#ifdef ERR
# undef ERR
#endif
#define ERR(...) EINA_LOG_DOM_ERR(_evas_engine_soft16_win... |
#if ! defined _Bag_h
#define _Bag_h 1
#include <basic/bool.h>
#include <stdio.h>
#include <basic/assert.h>
#include <basic/Iterator.h>
#include <basic/Collection.h>
#include <basic/Link.h>
//#include <basic/enter_Bag.h>
namespace omega {
template<class T> class Bag : public Collection<T> {
public:
virtual ~Bag();... |
/*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty o... |
/*
Copyright (C) 2014, The University of Texas at Austin
This file is part of libflame and is available under the 3-Clause
BSD license, which can be found in the LICENSE file at the top-level
directory, or at http://opensource.org/licenses/BSD-3-Clause
*/
#include "FLAME.h"
#ifdef FLA_ENABLE_NON_CR... |
/*
* AliFemtoPairCleanerHists.h
*
* Created on: 22 Dec 2017
* Author: bernhardhohlweger
*/
#ifndef ALIFEMTODREAMPAIRCLEANERHISTS_H_
#define ALIFEMTODREAMPAIRCLEANERHISTS_H_
#include "Rtypes.h"
#include "TH1F.h"
#include "TList.h"
class AliFemtoDreamPairCleanerHists {
public:
AliFemtoDreamPairCleanerHists... |
/*
* Copyright (c) 2016 - present
*
* Programming Research Laboratory (ROPAS)
* Seoul National University, Korea
* All rights reserved.
*
* This source code is licensed under the BSD style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can ... |
/*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty o... |
// 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 MEDIA_CAST_FRAMER_FRAME_BUFFER
#define MEDIA_CAST_FRAMER_FRAME_BUFFER
#include <map>
#include <vector>
#include "media/cast/cast_config.h"
#incl... |
// 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 TRACE_TEMPLATED_SUPER_H_
#define TRACE_TEMPLATED_SUPER_H_
#include "heap/stubs.h"
namespace blink {
class HeapObject;
class Mixin : public Gar... |
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdint.h>
#include <tap.h>
#include "http_req_range.h"
#include "log.h"
int main(void) {
http_req_range *r, *ranges = http_request_range_init();
buffer *b = buffer_init();
log_init();
plan_tests(7);
buffer_copy_string_len(b, CONST_STR_LEN("b... |
// 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 UI_GFX_RANGE_RANGE_H_
#define UI_GFX_RANGE_RANGE_H_
#include <stddef.h>
#include <stdint.h>
#include <ostream>
#include <string>
#include "... |
/*=========================================================================
Program: CMake - Cross-Platform Makefile Generator
Module: $RCSfile: cmOrderDirectories.h,v $
Language: C++
Date: $Date: 2012/03/29 17:21:08 $
Version: $Revision: 1.1.1.1 $
Copyright (c) 2002 Kitware, Inc., Insight Co... |
/*
* File: Result.h
* Author: kjell
*
* https://github.com/weberr13/FileIO
* Created on April 21
*/
#pragma once
#include <string>
/**
* Example Usage:
* return Result<bool> success{true};
* or in case of a failure
* return Result<bool> failure{false, error};
*/
template<typename T> struct Result {
... |
//
// CDGroupAddMemberController.h
// LeanChat
//
// Created by lzw on 14/11/7.
// Copyright (c) 2014年 LeanCloud. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CDConvDetailVC.h"
#import "CDBaseTableVC.h"
@interface CDAddMemberVC : CDBaseTableVC
@property (nonatomic) CDConvDetailVC *groupDetailVC;
@en... |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2015-2020 Beijing WangXun Technology Co., Ltd.
* Copyright(c) 2010-2017 Intel Corporation
*/
#ifndef _TXGBE_STATUS_H_
#define _TXGBE_STATUS_H_
/* Error Codes:
* common error
* module error(simple)
* module error(detailed)
*
* (-256, 256): reserved for no... |
//
// This source file is part of appleseed.
// Visit https://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014-2018 Francois Beaune, The appleseedhq Organization
//... |
/*
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either ver... |
/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Licens... |
/* Copyright (c) 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 of con... |
/*
* (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* (C) Copyright 2003
* Kai-Uwe Bloem, Auerswald GmbH & Co KG, <linux-development@auerswald.de>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribu... |
////////////////////////////////////////////////////////////////
// 2000 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
// This program compiles with Visual C++ 6.0 on Windows 98
//
#define DLLIMPORT __declspec(dllimport)
// IdleUI i... |
/*-
* Copyright (c) 2003-2009 Tim Kientzle
* 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 c... |
/*************************************************************************\
* Copyright (C) Michael Kerrisk, 2015. *
* *
* This program is free software. You may use, modify, and redistribute it *
* under the term... |
/* Statistical mean, variance and correlation for circular data. */
/*
Copyright (C) 2009 University of Texas at Austin
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 t... |
/**************************************************************************/
/* */
/* Copyright (c) 2001, 2010 NoMachine, http://www.nomachine.com/. */
/* */
/* NXCOMP, N... |
#ifndef PERSISTED_RULE_INCLUDED
#define PERSISTED_RULE_INCLUDED
/* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
as published by the Free Software Fo... |
#ifndef __RSM_FIND_FUNC_ADDR_H
#define __RSM_FIND_FUNC_ADDR_H
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/kallsyms.h>
#define UNUSED(x) ( (void)(x) )
#define MIN(x, y) ( (x) < (y)? (x) : (y) )
#define MAX(x, y) ( (x) > (y)? (x) : (y) )
/* MAX num of function */
#define SYSCHK... |
/* Copyright (C) 2010, 2011 emsys Embedded Systems GmbH
*
* 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.
*
* This program is distributed in the hope that it w... |
#ifndef _ASM_POWERPC_SPARSEMEM_H
#define _ASM_POWERPC_SPARSEMEM_H 1
#ifdef __KERNEL__
#ifdef CONFIG_SPARSEMEM
/*
* SECTION_SIZE_BITS 2^N: how big each section will be
* MAX_PHYSADDR_BITS 2^N: how much physical address space we have
* MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space
*/
#define SEC... |
/*
* nxsmsgtestscenario.h
*
* Created on: 26 Apr 2014
* Author: crispy
*/
#ifndef NXSMSGTESTSCENARIO_H_
#define NXSMSGTESTSCENARIO_H_
#include "nxstestscenario.h"
namespace rs_nxs_test {
class NxsMsgTestScenario : public NxsTestScenario {
public:
NxsMsgTestScenario();
virtual ~NxsMsgTestScenario();
t... |
#include <linux/types.h>
#include <mach/mt_pm_ldo.h>
#include <cust_alsps.h>
//#include <mach/mt6577_pm_ldo.h>
static struct alsps_hw cust_alsps_hw = {
.i2c_num = 3,
.polling_mode_ps =1, /* 0 - hongzhe */
.polling_mode_als =1,
.power_id = MT65XX_POWER_NONE, /*LDO is not used*/
.power_vol = VOL_D... |
/*
* Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.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.
*
* vineetg: March 2009
* -Implemented task_p... |
/*
* Copyright (C) 2012 Team XBMC
* http://www.xbmc.org
*
* 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)
* any later version.
*
* T... |
/* ulogd_filter_HWHDR.c
*
* ulogd interpreter plugin for HWMAC
*
* (C) 2008 by Eric Leblond <eric@inl.fr>
* (C) 2008 by Pablo Neira Ayuso <pablo@netfilter.org>
*
* Based on ulogd_filter_IFINDEX.c Harald Welte <laforge@gnumonks.org>
*
* This program is free software; you can redistribute it and/or modify
* i... |
/*
* memconsole-of.c
*
* Open Firmware / device tree specific parts of the memory based BIOS console.
*
* Copyright 2014 Google Inc.
*/
#include <linux/kernel.h>
#include <linux/of_address.h>
#include <linux/platform_device.h>
#include "memconsole.h"
#include "coreboot_table.h"
#define CB_TAG_CBMEM_CONSOLE 0x1... |
#ifndef HEADER_CURL_TOOL_HUGEHELP_H
#define HEADER_CURL_TOOL_HUGEHELP_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* ... |
/* Test for ftw function searching in root directory.
Copyright (C) 2001-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of t... |
/**********************************************************************
*<
FILE: gencamera.h
DESCRIPTION: Defines General-Purpose cameras
CREATED BY: Tom Hudson
HISTORY: created 5 December 1995
*> Copyright (c) 1995, All Rights Reserved.
**********************************************************************... |
/* c55plus - LGPL - Copyright 2013 - th0rpe */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "utils.h"
static char hex_str[] = "01234567890abcdef";
st8 *strcat_dup(st8 *s1, st8 *s2, st32 n_free)
{
st8 *res;
ut32 len_s1, len_s2;
if(s1 != NULL)
len_s1 = strlen(s1);
else
len_s1 = 0;
if... |
/*
* Copyright (C) 2018 Gunar Schorcht
*
* 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.
*
* FreeRTOS to RIOT-OS adaption module for source code compatibility
*/
#ifndef DOXYGEN
#define ENAB... |
/* QuesoGLC
* A free implementation of the OpenGL Character Renderer (GLC)
* Copyright (c) 2002, 2004-2008, Bertrand Coconnier
*
* 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; e... |
/* QuesoGLC
* A free implementation of the OpenGL Character Renderer (GLC)
* Copyright (c) 2002, 2004-2009, Bertrand Coconnier
*
* 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; e... |
/*
* Connection for GPIB-serial manufactured by Prologix.biz
* Copyright (C) 2012 Petr Kubanek, Institute of Physics <kubanek@fzu.cz>
*
* 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; eit... |
/*
* Copyright 2013 MongoDB, 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 ... |
//
// CBLDatabase+Replication.h
// CouchbaseLite
//
// Created by Jens Alfke on 1/18/12.
// Copyright (c) 2012-2013 Couchbase, Inc. All rights reserved.
//
#import "CBL_Revision.h"
@class CBL_Replicator;
@interface CBLDatabase (Replication)
@property (readonly) NSArray* activeReplicators;
- (CBL_Replicator*) a... |
//
// NSDate+ActionValue.h
// CoreSalesforce
//
// Created by Michael Nachbaur on 12/8/14.
// Copyright (c) 2014 Salesforce.com. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CSFActionValue.h"
@interface NSDate (ActionValue) <CSFActionValue>
@end
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.