repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
hirano/koblo_software | SDK/trunk/AudioCompress/codecs/libvorbis/lib/vorbisfile.c | 11 | 62478 | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENS... | gpl-3.0 |
rsn8887/scummvm | engines/titanic/carry/vision_centre.cpp | 11 | 1837 | /* 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 ... | gpl-3.0 |
AlienCowEatCake/ImageViewer | src/ThirdParty/Zstandard/zstd-1.5.2/contrib/pzstd/utils/test/RangeTest.cpp | 13 | 2033 | /*
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
* in the COPYING file in the root directory of this source tree).
*/
#include "util... | gpl-3.0 |
geminy/aidear | oss/linux/linux-4.7/drivers/media/pci/zoran/zoran_driver.c | 527 | 75422 | /*
* Zoran zr36057/zr36067 PCI controller driver, for the
* Pinnacle/Miro DC10/DC10+/DC30/DC30+, Iomega Buz, Linux
* Media Labs LML33/LML33R10.
*
* Copyright (C) 2000 Serguei Miridonov <mirsev@cicese.mx>
*
* Changes for BUZ by Wolfgang Scherr <scherr@net4you.net>
*
* Changes for DC10/DC30 by Laurent Pinchart <... | gpl-3.0 |
sbx320/mtasa-blue | vendor/jpeg-9d/jdmarker.c | 16 | 45824 | /*
* jdmarker.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* Modified 2009-2019 by Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains routines to decode JPEG datastream markers.
* M... | gpl-3.0 |
jqk6/robomongo | src/third-party/qscintilla/Qt3/qscilexerhtml.cpp | 16 | 31781 | // This module implements the QsciLexerHTML class.
//
// Copyright (c) 2014 Riverbank Computing Limited <info@riverbankcomputing.com>
//
// This file is part of QScintilla.
//
// This file may be used under the terms of the GNU General Public
// License versions 2.0 or 3.0 as published by the Free Software
// Foundat... | gpl-3.0 |
gamvrosi/scrubber | linux-2.6.35/arch/x86/kernel/cpu/perf_event_p6.c | 1040 | 3507 | #ifdef CONFIG_CPU_SUP_INTEL
/*
* Not sure about some of these
*/
static const u64 p6_perfmon_event_map[] =
{
[PERF_COUNT_HW_CPU_CYCLES] = 0x0079,
[PERF_COUNT_HW_INSTRUCTIONS] = 0x00c0,
[PERF_COUNT_HW_CACHE_REFERENCES] = 0x0f2e,
[PERF_COUNT_HW_CACHE_MISSES] = 0x012e,
[PERF_COUNT_HW_BRANCH_INSTRUCTIONS] =... | gpl-3.0 |
Edgarins29/Doom3 | neo/tools/particle/DialogParticleEditor.cpp | 17 | 43185 | /*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code ("Doom 3 Source Code").
Doom 3 Source Code is free software: you can redistribute it and/or modify
it... | gpl-3.0 |
rac146/firmware | hal/src/photon/tls_stub.c | 20 | 1069 |
#include "wiced.h"
wiced_result_t wiced_tcp_start_tls( wiced_tcp_socket_t* socket, wiced_tls_endpoint_type_t type, wiced_tls_certificate_verification_t verification )
{
return WICED_SUCCESS;
}
wiced_result_t wiced_tls_close_notify( wiced_tcp_socket_t* socket )
{
return WICED_SUCCESS;
}
wiced_result_t wiced_... | gpl-3.0 |
ranqingfa/ardupilot | libraries/AP_Compass/AP_Compass_Calibration.cpp | 21 | 9311 | #include <AP_HAL/AP_HAL.h>
#include <AP_Notify/AP_Notify.h>
#include <GCS_MAVLink/GCS.h>
#include "AP_Compass.h"
extern AP_HAL::HAL& hal;
void
Compass::compass_cal_update()
{
bool running = false;
for (uint8_t i=0; i<COMPASS_MAX_INSTANCES; i++) {
bool failure;
_calibrator[i].update(failure);... | gpl-3.0 |
obnoxxx/samba | source3/smbd/aio.c | 21 | 28407 | /*
Unix SMB/Netbios implementation.
Version 3.0
async_io read handling using POSIX async io.
Copyright (C) Jeremy Allison 2005.
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... | gpl-3.0 |
victorzhao/miniblink49 | third_party/WebKit/Source/web/DragClientImpl.cpp | 21 | 3541 | /*
* 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... | gpl-3.0 |
valascus/android_p8000_kernel_nougat | drivers/misc/mediatek/gpu/ged/src/ged_monitor_3D_fence.c | 21 | 4143 | #include <linux/version.h>
#include <linux/workqueue.h>
#include <linux/sched.h>
#include <asm/atomic.h>
#include <linux/module.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0))
#include <linux/sync.h>
#else
#include <../drivers/staging/android/sync.h>
#endif
#include <linux/mtk_gpu_utility.h>
#include <trace/even... | gpl-3.0 |
flymperopoulos/SoftwareSystems | lecture23/semaphore.c | 23 | 2098 | /* Example code for Software Systems at Olin College.
Copyright 2012 Allen Downey
License: Creative Commons Attribution-ShareAlike 3.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include "semaphore.h"
// UTILITY CODE
void perror_exit (char *s)
{
perror (s); exit (-1);
}
void *check_malloc(i... | gpl-3.0 |
syntheticpp/metashell | 3rd/templight/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 24 | 22513 | //===-- R600ControlFlowFinalizer.cpp - Finalize Control Flow Inst----------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | gpl-3.0 |
Fdepraetre/Handmouse | Software/Handmouse_STM/Lib_DL/STM32Cube_FW_F0_V1.8.0/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c | 280 | 37364 | /* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_correlate_fast_q15.c
*
* Description: Fast Q15 Correlation. ... | gpl-3.0 |
qyqx/Sigil | src/FlightCrew/Schemas/AsSources/ContainerXsd.cpp | 25 | 10538 | /************************************************************************
**
** Copyright (C) 2010 Strahinja Markovic
**
** This file is part of FlightCrew.
**
** FlightCrew is free software: you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published
** by th... | gpl-3.0 |
Zouyiran/shadowsocks-android | src/main/jni/openssl/crypto/whrlpool/wp_block.c | 537 | 25828 | /**
* The Whirlpool hashing function.
*
* <P>
* <b>References</b>
*
* <P>
* The Whirlpool algorithm was developed by
* <a href="mailto:pbarreto@scopus.com.br">Paulo S. L. M. Barreto</a> and
* <a href="mailto:vincent.rijmen@cryptomathic.com">Vincent Rijmen</a>.
*
* See
* P.S.L.M. Barreto, V. Rijmen,
* ... | gpl-3.0 |
gzzhanghao/shadowsocks-android | src/main/jni/openssl/crypto/evp/m_sha.c | 538 | 3996 | /* crypto/evp/m_sha.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-c... | gpl-3.0 |
jguille2/SA5 | ArduinoFiles/libraries/IRremote/ir_Sanyo.cpp | 33 | 2698 | #include "IRremote.h"
#include "IRremoteInt.h"
//==============================================================================
// SSSS AAA N N Y Y OOO
// S A A NN N Y Y O O
// SSS AAAAA N N N Y O O
// ... | gpl-3.0 |
javierag/samba | lib/tdb/test/run-check.c | 40 | 1672 | #include "../common/tdb_private.h"
#include "../common/io.c"
#include "../common/tdb.c"
#include "../common/lock.c"
#include "../common/freelist.c"
#include "../common/traverse.c"
#include "../common/transaction.c"
#include "../common/error.c"
#include "../common/open.c"
#include "../common/check.c"
#include "../common... | gpl-3.0 |
vedderb/nrf24l01plus_stm32f100_chibios | ChibiOS_2.6.6/testhal/STM32L1xx/ADC/main.c | 41 | 4570 | /*
ChibiOS/RT - Copyright (C) 2006-2013 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 req... | gpl-3.0 |
queglay/Marlin | ArduinoAddons/Arduino_1.0.x/hardware/Sanguino/bootloaders/atmega/ATmegaBOOT_168.c | 303 | 30998 | /**********************************************************/
/* Serial Bootloader for Atmel megaAVR Controllers */
/* */
/* tested with ATmega8, ATmega128 and ATmega168 */
/* should work with other mega's, see code for details */
/* ... | gpl-3.0 |
lastcolour/GraphicsDemo | extern/libs/glm-0.9.7.4/test/gtc/gtc_round.cpp | 49 | 8743 | ///////////////////////////////////////////////////////////////////////////////////
/// OpenGL Mathematics (glm.g-truc.net)
///
/// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net)
/// Permission is hereby granted, free of charge, to any person obtaining a copy
/// of this software and associated documentatio... | gpl-3.0 |
yukuilong/Avplayer-old | libtorrent/bindings/python/src/datetime.cpp | 50 | 1932 | // Copyright Daniel Wallin 2006. Use, modification and distribution is
// subject to the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/python.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include "optio... | gpl-3.0 |
shlevy/grub | grub-core/commands/i386/cpuid.c | 54 | 3252 | /* cpuid.c - test for CPU features */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
* Based on gcc/gcc/config/i386/driver-i386.c
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License a... | gpl-3.0 |
donnerluetjen/ardupilot | Tools/ArduPPM/ATMega32U2/LUFA/Drivers/USB/Class/Device/MassStorage.c | 310 | 7456 | /*
LUFA Library
Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documen... | gpl-3.0 |
MyComputableRomance/DOOM-3 | neo/sys/osx/PickMonitor.cpp | 55 | 16292 | /*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
Doom 3 Source Code is free software: you can redistribute it and/or modify... | gpl-3.0 |
Nargesf/Sumatrapdf | ext/lzma/C/Threads.c | 55 | 2712 | /* Threads.c -- multithreading library
2009-09-20 : Igor Pavlov : Public domain */
#ifndef _WIN32_WCE
#include <process.h>
#endif
#include "Threads.h"
static WRes GetError()
{
DWORD res = GetLastError();
return (res) ? (WRes)(res) : 1;
}
WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetErro... | gpl-3.0 |
bowlofstew/Doom3-for-MacOSX- | neo/tools/radiant/DlgEvent.cpp | 57 | 2448 | /*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
Doom 3 Source Code is free software: you can redistribute it and/or modify... | gpl-3.0 |
Perpixel/Doom3 | neo/ui/GuiScript.cpp | 58 | 15802 | /*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
Doom 3 Source Code is free software: you can redistribute it and/or modify... | gpl-3.0 |
tsunli/shadowsocks-android | src/main/jni/openssl/crypto/x509/x509spki.c | 828 | 4379 | /* x509spki.c */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*... | gpl-3.0 |
xinyue/shadowsocks-libev | libsodium/test/default/box.c | 345 | 3764 |
#define TEST_NAME "box"
#include "cmptest.h"
unsigned char alicesk[32]
= { 0x77, 0x07, 0x6d, 0x0a, 0x73, 0x18, 0xa5, 0x7d, 0x3c, 0x16, 0xc1,
0x72, 0x51, 0xb2, 0x66, 0x45, 0xdf, 0x4c, 0x2f, 0x87, 0xeb, 0xc0,
0x99, 0x2a, 0xb1, 0x77, 0xfb, 0xa5, 0x1d, 0xb9, 0x2c, 0x2a };
unsigned char bobpk[32]
... | gpl-3.0 |
sureshkwarrier/Sipdroid | jni/bx16_fixedp/bv16/coarptch.c | 98 | 19975 | /*****************************************************************************/
/* BroadVoice(R)16 (BV16) Fixed-Point ANSI-C Source Code */
/* Revision Date: November 13, 2009 */
/* Version 1.1 ... | gpl-3.0 |
autc04/Retro68 | gcc/gcc/testsuite/gcc.target/i386/avx512f-vunpckhps-2.c | 99 | 1225 | /* { dg-do run } */
/* { dg-options "-O2 -mavx512f" } */
/* { dg-require-effective-target avx512f } */
#define AVX512F
#include "avx512f-helper.h"
#define SIZE (AVX512F_LEN / 32)
#include "avx512f-mask-type.h"
void static
CALC (float *s1, float *s2, float *r)
{
int i;
for (i = 0; i < SIZE / 4; i++)
{
... | gpl-3.0 |
LaiDong/sipdroid | jni/silk/src/SKP_Silk_tables_NLSF_CB0_10.c | 99 | 31418 | /***********************************************************************
Copyright (c) 2006-2010, Skype Limited. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, (subject to the limitations in the disclaimer below)
are permitted provided that the following con... | gpl-3.0 |
Darkitty/applistage | fuel/packages/pdf/lib/dompdf/lib/ttf2ufm/src/app/netscape/nsfix.c | 102 | 11355 | /*
* Fix the Netscape executable for specified font widths
*
* (c) 1999 Copyright by Sergey Babkin
* see COPYRIGHT
*/
#include <sys/types.h>
#include <fcntl.h>
#include <stdio.h>
#include <locale.h>
#include <unistd.h>
/************************** DEFINES *************************/
#undef DEBUG
/* we can handle... | gpl-3.0 |
azraelrabbit/shadowsocks-android | src/main/jni/badvpn/ncd/modules/ondemand.c | 360 | 11061 | /**
* @file ondemand.c
* @author Ambroz Bizjak <ambrop7@gmail.com>
*
* @section LICENSE
*
* 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
* ... | gpl-3.0 |
Sandeep85Das/pathgrind | valgrind-r12356/perf/many-loss-records.c | 105 | 5380 | // Performance test for the leak checker from bug #191182.
// Nb: it must be run with --leak-resolution=high to show the quadratic
// behaviour caused by the large number of loss records.
// By Philippe Waroquiers.
//
// On my machine, before being fixed, building the loss record list took about
// 36 seconds, and so... | gpl-3.0 |
laborautonomo/bitmask_android | app/openssl/crypto/asn1/x_spki.c | 877 | 3914 | /* crypto/asn1/x_spki.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non... | gpl-3.0 |
iAugux/shadowsocks-android | src/main/jni/badvpn/lwip/test/unit/dhcp/test_dhcp.c | 366 | 33620 | #include "test_dhcp.h"
#include "lwip/netif.h"
#include "lwip/dhcp.h"
#include "netif/etharp.h"
struct netif net_test;
static const u8_t broadcast[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
static const u8_t magic_cookie[] = { 0x63, 0x82, 0x53, 0x63 };
static u8_t dhcp_offer[] = {
0x00, 0x23, 0xc1, 0xde, 0xd... | gpl-3.0 |
Team-Huawei/android_kernel_huawei_msm8909 | drivers/mtd/nand/orion_nand.c | 2158 | 5332 | /*
* drivers/mtd/nand/orion_nand.c
*
* NAND support for Marvell Orion SoC platforms
*
* Tzachi Perelstein <tzachi@marvell.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implie... | gpl-3.0 |
hanx11/shadowsocks-android | src/main/jni/badvpn/examples/bprocess_example.c | 369 | 4146 | /**
* @file bprocess_example.c
* @author Ambroz Bizjak <ambrop7@gmail.com>
*
* @section LICENSE
*
* 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 copyrig... | gpl-3.0 |
shlyakpavel/s720-w832-KK-kernel | kernel/drivers/hid/hid-lg3ff.c | 1394 | 4512 | /*
* Force feedback support for Logitech Flight System G940
*
* Copyright (c) 2009 Gary Stein <LordCnidarian@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 ver... | gpl-3.0 |
r2t2sdr/r2t2 | linux/trunk/linux-4.0-adi/drivers/cpufreq/omap-cpufreq.c | 1140 | 5141 | /*
* CPU frequency scaling for OMAP using OPP information
*
* Copyright (C) 2005 Nokia Corporation
* Written by Tony Lindgren <tony@atomide.com>
*
* Based on cpu-sa1110.c, Copyright (C) 2001 Russell King
*
* Copyright (C) 2007-2011 Texas Instruments, Inc.
* - OMAP3/4 support by Rajendra Nayak, Santosh Shil... | gpl-3.0 |
zuoyanyouwu/shadowsocks-android | src/main/jni/badvpn/lwip/src/api/api_lib.c | 382 | 24670 | /**
* @file
* Sequential API External module
*
*/
/*
* Copyright (c) 2001-2004 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. Redistr... | gpl-3.0 |
venj/shadowsocks-android | src/main/jni/openssl/crypto/bio/bss_dgram.c | 388 | 46315 | /* crypto/bio/bio_dgram.c */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
*/
/* ====================================================================
* Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved.
*
* Redistribution and us... | gpl-3.0 |
fffonion/shadowsocks-libev | libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c | 399 | 1719 |
#include "crypto_onetimeauth_poly1305.h"
#include "donna/poly1305_donna.h"
/* LCOV_EXCL_START */
static const crypto_onetimeauth_poly1305_implementation *implementation =
&crypto_onetimeauth_poly1305_donna_implementation;
int
crypto_onetimeauth_poly1305_set_implementation(crypto_onetimeauth_poly1305_implementati... | gpl-3.0 |
CatTail/shadowsocks-android | src/main/jni/openssl/crypto/jpake/jpake.c | 657 | 11830 | #include "jpake.h"
#include <openssl/crypto.h>
#include <openssl/sha.h>
#include <openssl/err.h>
#include <memory.h>
/*
* In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
* Bob's (x3, x4, x1, x2). If you see what I mean.
*/
typedef struct
{
char *name; /* Must be unique */
char *pe... | gpl-3.0 |
Syun0929/shadowsocks-android | src/main/jni/openssl/crypto/rc5/rc5test.c | 657 | 13112 | /* crypto/rc5/rc5test.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non... | gpl-3.0 |
slfl/HUAWEI89_WE_KK_700 | kernel/arch/powerpc/boot/treeboot-iss4xx.c | 9366 | 2023 | /*
* Copyright 2010 Ben. Herrenschmidt, IBM Corporation.
*
* Based on earlier code:
* Copyright (C) Paul Mackerras 1997.
*
* Matt Porter <mporter@kernel.crashing.org>
* Copyright 2002-2005 MontaVista Software Inc.
*
* Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
* Copyright (c... | gpl-3.0 |
CognetTestbed/COGNET_CODE | KERNEL_SOURCE_CODE/linux-source-3.8.11-voyage/drivers/scsi/ultrastor.c | 9381 | 36980 | /*
* ultrastor.c Copyright (C) 1992 David B. Gentzel
* Low-level SCSI driver for UltraStor 14F, 24F, and 34F
* by David B. Gentzel, Whitfield Software Services, Carnegie, PA
* (gentzel@nova.enet.dec.com)
* scatter/gather added by Scott Taylor (n217cg@tamuts.tamu.edu)
* 24F and multiple command support by Jo... | gpl-3.0 |
n5047c/android_kernel_chagall | arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c | 2986 | 5172 | /*
* Copyright 2010 PMC-Sierra, Inc, derived from irq_cpu.c
*
* This file define the irq handler for MSP CIC subsystem interrupts.
*
* 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; e... | gpl-3.0 |
marcusrogerio/RedPhone | jni/openssl/crypto/rand/randfile.c | 187 | 9941 | /* crypto/rand/randfile.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and n... | gpl-3.0 |
monkbroc/firmware | communication/lib/mbedtls/library/padlock.c | 453 | 4804 | /*
* VIA PadLock support functions
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* 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 Licen... | gpl-3.0 |
pokowaka/atreus-firmware | tmk/tmk_core/tool/mbed/mbed-sdk/libraries/USBDevice/USBDevice/TARGET_RENESAS/TARGET_RZ_A1H/usb0/src/function/usb0_function_sub.c | 200 | 17531 | /*******************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only
* intended for use with Renesas products. No other uses are authorized. This
* software is owned by Renesas Electronics Corporation and is protected un... | gpl-3.0 |
awid777/android_kernel_htc_k2-CM | drivers/net/wireless/brcm80211/brcmfmac/dhd_cdc.c | 4818 | 12735 | /*
* Copyright (c) 2010 Broadcom Corporation
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO... | gpl-3.0 |
db4ple/mchf-github | mchf-eclipse/basesw/ovi40/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c | 217 | 4933 | /* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_abs_q7.c
*
* Description: Q7 vector absolute value. ... | gpl-3.0 |
loganmc10/mupen64plus-ae | ndkLibs/freetype/src/pshinter/pshalgo.c | 219 | 61747 | /***************************************************************************/
/* */
/* pshalgo.c */
/* */
/* Po... | gpl-3.0 |
histech/shadowsocks-android | src/main/jni/openssl/crypto/ex_data.c | 731 | 21405 | /* crypto/ex_data.c */
/*
* Overhaul notes;
*
* This code is now *mostly* thread-safe. It is now easier to understand in what
* ways it is safe and in what ways it is not, which is an improvement. Firstly,
* all per-class stacks and index-counters for ex_data are stored in the same
* global LHASH table (keyed by... | gpl-3.0 |
CognetTestbed/COGNET_CODE | KERNEL_SOURCE_CODE/grouper/drivers/staging/altera-stapl/altera-lpt.c | 13020 | 1747 | /*
* altera-lpt.c
*
* altera FPGA driver
*
* Copyright (C) Altera Corporation 1998-2001
* Copyright (C) 2010 NetUP Inc.
* Copyright (C) 2010 Abylay Ospan <aospan@netup.ru>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... | gpl-3.0 |
AKuHAK/xcover3ltexx_custom_kernel | drivers/net/wireless/rtlwifi/rtl8723ae/led.c | 2783 | 4450 | /******************************************************************************
*
* Copyright(c) 2009-2012 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundati... | gpl-3.0 |
adomasalcore3/android_kernel_Vodafone_VDF600 | drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 2280 | 30597 | /*
* Copyright (c) 2010-2011 Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | gpl-3.0 |
vinodjam/analyser-game-android | jni/SDL2_image-2.0.0/external/zlib-1.2.8/contrib/infback9/infback9.c | 747 | 21629 | /* infback9.c -- inflate deflate64 data using a call-back interface
* Copyright (C) 1995-2008 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#include "infback9.h"
#include "inftree9.h"
#include "inflate9.h"
#define WSIZE 65536UL
/*
strm provides memory... | gpl-3.0 |
CognetTestbed/COGNET_CODE | KERNEL_SOURCE_CODE/linux-source-3.8.11-voyage/arch/arm/mach-s3c24xx/dma-s3c2440.c | 5102 | 4876 | /* linux/arch/arm/mach-s3c2440/dma.c
*
* Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2440 DMA selection
*
* http://armlinux.simtec.co.uk/
*
* 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... | gpl-3.0 |
r2t2sdr/r2t2 | linux/trunk/linux-4.0-adi/drivers/clk/mvebu/clk-cpu.c | 1017 | 6638 | /*
* Marvell MVEBU CPU clock handling.
*
* Copyright (C) 2012 Marvell
*
* Gregory CLEMENT <gregory.clement@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implie... | gpl-3.0 |
joyent/sdcboot | freedos/source/command/command/suppl/src/mcb_apar.c | 2 | 3182 | /*
This file is part of SUPPL - the supplemental library for DOS
Copyright (C) 1996-2000 Steffen Kaiser
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 ... | mpl-2.0 |
mtasende/BLAS_for_Parallella | blis-master/frame/compat/cblas/src/cblas_sgbmv.c | 5 | 2421 | #include "bli_config.h"
#include "bli_system.h"
#include "bli_type_defs.h"
#include "bli_cblas.h"
#ifdef BLIS_ENABLE_CBLAS
/*
*
* cblas_sgbmv.c
* This program is a C interface to sgbmv.
* Written by Keita Teranishi
* 4/6/1998
*
*/
#include "cblas.h"
#include "cblas_f77.h"
void cblas_sgbmv(const enum CBLAS_ORDER... | mpl-2.0 |
ovr/postgres-xl | src/test/modules/test_shm_mq/worker.c | 7 | 6865 | /*--------------------------------------------------------------------------
*
* worker.c
* Code for sample worker making use of shared memory message queues.
* Our test worker simply reads messages from one message queue and
* writes them back out to another message queue. In a real
* application, you'd pre... | mpl-2.0 |
hi-kasama/libmusicxml | samples/xmliter.cpp | 7 | 3226 |
#ifdef WIN32
# pragma warning (disable : 4786)
#endif
#include <algorithm>
/*
Copyright (C) 2003-2008 Grame
Grame Research Laboratory, 9 rue du Garet, 69001 Lyon - France
research@grame.fr
This file is provided as an example of the MusicXML Library use.
*/
#include <iostream>
#include "elements.h"
#inclu... | mpl-2.0 |
lancernet/Espruino | libs/hashlib/sha2.c | 12 | 32987 | /*
* FIPS 180-2 SHA-224/256/384/512 implementation
* Last update: 02/02/2007
* Issue date: 04/30/2005
*
* Copyright (C) 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | mpl-2.0 |
thindil/laeran-mud | src/ed/vars.c | 1 | 2331 | /*
* This file is part of DGD, https://github.com/dworkin/dgd
* Copyright (C) 1993-2010 Dworkin B.V.
* Copyright (C) 2010 DGD Authors (see the commit log for details)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* publis... | agpl-3.0 |
Appled/AscEmu | src/shared/Network/SocketMgrLinux.cpp | 2 | 5099 | /*
* Multiplatform Async Network Library
* Copyright (c) 2007 Burlex
*
* SocketMgr - epoll manager for Linux.
*
*/
#include "Network.h"
#ifdef CONFIG_USE_EPOLL
//#define ENABLE_ANTI_DOS
void SocketMgr::AddSocket(Socket* s)
{
#ifdef ENABLE_ANTI_DOS
uint32 saddr;
int i, count;
// Check how many conn... | agpl-3.0 |
te42kyfo/Feldrand | include/OpenClHelper/clcc/clinfo.cpp | 2 | 13454 | //////////////////////////////////////////////////////////////////////////
// Copyright (c) 2009-2011 Organic Vectory B.V.
// Written by George van Venrooij
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file license.txt)
/////////////////////////////////////////////////... | agpl-3.0 |
raesjo/SKIRTcorona | SKIRTcore/PowAxDustGridStructure.cpp | 2 | 3251 | /*//////////////////////////////////////////////////////////////////
//// SKIRT -- an advanced radiative transfer code ////
//// © Astronomical Observatory, Ghent University ////
///////////////////////////////////////////////////////////////// */
#include <cmath>
#include "NR.hpp"
#include... | agpl-3.0 |
xibosignage/xibo-linux | player/control/media/MediaParser.cpp | 2 | 7811 | #include "MediaParser.hpp"
#include "control/media/Media.hpp"
#include "control/media/MediaParsersRepo.hpp"
#include "control/media/MediaResources.hpp"
#include "control/transitions/FadeTransitionExecutor.hpp"
#include "control/transitions/FlyTransitionExecutor.hpp"
#include "common/fs/FileSystem.hpp"
#include "comm... | agpl-3.0 |
hongyunnchen/openbts | Control/DCCHDispatch.cpp | 8 | 4104 | /**@file Idle-mode dispatcher for dedicated control channels. */
/*
* Copyright 2008, 2009 Free Software Foundation, Inc.
* Copyright 2011, 2014 Range Networks, Inc.
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific dist... | agpl-3.0 |
adan91/gd-pdfview | thirdparty/freetype/src/smooth/ftgrays.c | 32 | 60585 | /***************************************************************************/
/* */
/* ftgrays.c */
/* */
/* A ... | agpl-3.0 |
sensorlab/OsuSmartphoneApp | plugins/nl.x-services.plugins.toast/src/blackberry10/native/public/json_value.cpp | 942 | 39212 | #include <iostream>
#include <json/value.h>
#include <json/writer.h>
#include <utility>
#include <stdexcept>
#include <cstring>
#include <cassert>
#ifdef JSON_USE_CPPTL
# include <cpptl/conststring.h>
#endif
#include <cstddef> // size_t
#ifndef JSON_USE_SIMPLE_INTERNAL_ALLOCATOR
# include "json_batchallocator.h"
#en... | agpl-3.0 |
stmh/osg | src/osgWrappers/deprecated-dotosg/osg/NodeCallback.cpp | 1 | 1431 | #include <osg/Notify>
#include <osg/NodeCallback>
#include <osgDB/Registry>
#include <osgDB/Input>
#include <osgDB/Output>
using namespace osg;
using namespace osgDB;
bool NodeCallback_readLocalData(osg::Object &obj, osgDB::Input &fr);
bool NodeCallback_writeLocalData(const osg::Object &obj, osgDB::Output &fw); /... | lgpl-2.1 |
sandsmark/zanshin | tests/units/utils/mockobjecttest.cpp | 1 | 2764 | /* This file is part of Zanshin
Copyright 2014 Kevin Ottens <ervin@kde.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 of
the License or (at your option) version... | lgpl-2.1 |
1045917067/live555_20141217 | client_demos/demux_main.c | 1 | 6107 | /** ============================================================================
*
* tsmux_main.c
*
* Author : zzx
*
* Date : Sep 17, 2013
*
* Description:
* ============================================================================
*/
/* --------------------- Include system headers ------... | lgpl-2.1 |
fredrik-johansson/flint2 | fmpz_mpoly/test/t-push_term_fmpz_fmpz.c | 2 | 3948 | /*
Copyright (C) 2018 Daniel Schultz
This file is part of FLINT.
FLINT is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option)... | lgpl-2.1 |
kobolabs/qt-everywhere-opensource-src-4.6.2 | examples/widgets/styles/norwegianwoodstyle.cpp | 2 | 10895 | /****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Comm... | lgpl-2.1 |
RT-Thread/rtthread_fsl | bsp/kinetis/platform/hal/src/tsi/fsl_tsi_hal.c | 2 | 2021 | /*
* Copyright (c) 2013 - 2014, Freescale Semiconductor, 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:
*
* o Redistributions of source code must retain the above copyright notice, th... | lgpl-2.1 |
jbakosi/HYPRE | src/parcsr_ls/par_cgc_coarsen.c | 2 | 44524 | /*BHEADER**********************************************************************
* Copyright (c) 2008, Lawrence Livermore National Security, LLC.
* Produced at the Lawrence Livermore National Laboratory.
* This file is part of HYPRE. See file COPYRIGHT for details.
*
* HYPRE is free software; you can redistribute... | lgpl-2.1 |
Uli1/geos | tests/unit/io/ByteOrderValuesTest.cpp | 2 | 4286 | // $Id$
//
// Test Suite for geos::io::ByteOrderValues
// tut
#include <tut.hpp>
// geos
#include <geos/io/ByteOrderValues.h>
#include <geos/platform.h> // for int64
// std
#include <sstream>
#include <memory>
namespace tut
{
//
// Test Group
//
// dummy data, not used
struct test_byteordervalues_data
{
};
... | lgpl-2.1 |
xianian/qt-creator | src/plugins/help/centralwidget.cpp | 3 | 2660 | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance wit... | lgpl-2.1 |
tchx84/debian-pkg-sugar-base | src/sugar/_sugarbaseextmodule.c | 3 | 1262 | /*
* Copyright (C) 2006-2007, Red Hat, Inc.
*
* 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 of the License, or (at your option) any later version.
*
* This li... | lgpl-2.1 |
duythanhphan/qt-creator | src/libs/qmljs/parser/qmlerror.cpp | 3 | 6966 | /****************************************************************************
**
** Copyright (C) 2013 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... | lgpl-2.1 |
scorpion007/pixie | src/sdrc/pp3.c | 3 | 22160 | /************************************************************************/
/* */
/* File: pp3.c */
/* */
/* General I/O for PP. */
/* */
/* Written by: */
/* Gary Oliver */
/* 3420 NW Elmwood Dr. */
/* PO Box 826 */
/* Corvallis, Oregon 97339 */
/* (503)7... | lgpl-2.1 |
ProfessorKaos64/openlierox | src/game/Settings.cpp | 3 | 5346 | /*
* Settings.cpp
* OpenLieroX
*
* Created by Albert Zeyer on 24.02.10.
* code under LGPL
*
*/
#include "Settings.h"
#include "Options.h"
#include "CServer.h"
#include "IniReader.h"
#include "Debug.h"
#include "gusanos/luaapi/classes.h"
#include "game/Game.h"
#include "CClient.h"
Settings gameSettings;
Fea... | lgpl-2.1 |
pocketbook-free/browser | icu/source/test/intltest/dtfmtrtts.cpp | 4 | 20834 | /***********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2010, International Business Machines Corporation
* and others. All Rights Reserved.
***********************************************************************/
#include "unicode/utypes.h"
#if !UCONFIG_NO_FOR... | lgpl-2.1 |
lord2894/AOT-VS2012-13 | Source/GraphanLib/HtmlConv.cpp | 4 | 6277 | // ========== This file is under LGPL, the GNU Lesser General Public Licence
// ========== Dialing Graphematical Module (www.aot.ru)
// ========== Copyright by Alexey Sokirko and Andrey Kalinin(1996-2001)
#include "StdGraph.h"
#include "assert.h"
#include "HTMLConv.h"
/*
* Return offset...
*/
unsigned long HTML... | lgpl-2.1 |
krafczyk/root-5.34.09-ams | cint/demo/graphs/modulation.c | 7 | 1056 | /* -*- C++ -*- */
/*************************************************************************
* Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch)
*
* For the licensing terms see the file COPYING
*
************************************************************************/
/************************************... | lgpl-2.1 |
mgrunditz/qtdeclarative-2d | src/particles/qquickpointattractor.cpp | 7 | 5526 | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtQuick module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensee... | lgpl-2.1 |
chrta/canfestival-3-ct | examples/TestMasterSlaveLSS/TestMasterSlaveLSS.c | 10 | 10110 | /*
This file is part of CanFestival, a library implementing CanOpen Stack.
Copyright (C): Edouard TISSERANT and Francis DUPIN
See COPYING file for copyrights details.
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 ... | lgpl-2.1 |
cxhernandez/msmbuilder | msmbuilder/msm/src/metzner_mcmc.c | 12 | 3690 | /**
* Author: Robert T. McGibbon
* Contributors:
* Copyright: 2014 Stanford University and the Authors
*
* Implementation of the reversible transition matrix sampler from [1].
*
* .. [1] P. Metzner, F. Noe and C. Schutte, "Estimating the sampling error:
* Distribution of transition matrices and functions of tra... | lgpl-2.1 |
Corillian/libgit2 | tests/checkout/checkout_helpers.c | 12 | 3584 | #include "clar_libgit2.h"
#include "checkout_helpers.h"
#include "refs.h"
#include "fileops.h"
#include "index.h"
void assert_on_branch(git_repository *repo, const char *branch)
{
git_reference *head;
git_buf bname = GIT_BUF_INIT;
cl_git_pass(git_reference_lookup(&head, repo, GIT_HEAD_FILE));
cl_assert_(git_refer... | lgpl-2.1 |
iConsole/Console-OS_external_bluetooth_glib | glib/gdataset.c | 14 | 36927 | /* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gdataset.c: Generic dataset mechanism, similar to GtkObject data.
* Copyright (C) 1998 Tim Janik
*
* This library is free software; you can redistribute it and/or
* modify it und... | lgpl-2.1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.