repo_name
string
path
string
copies
string
size
string
content
string
license
string
umlaeute/liblo
src/server.c
5
63360
/* * Copyright (C) 2014 Steve Harris et al. (see AUTHORS) * * This program 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...
lgpl-2.1
twinaphex/sdcell
appport/stella-3.3/src/zlib/inflate.c
5
52523
/* inflate.c -- zlib decompression * Copyright (C) 1995-2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* * Change history: * * 1.2.beta0 24 Nov 2002 * - First version -- complete rewrite of inflate to simplify code, avoid * creation of window when not needed, ...
lgpl-2.1
tfar/relic
src/low/x64-asm-254/relic_fp_sqr_low.c
6
1431
/* * RELIC is an Efficient LIbrary for Cryptography * Copyright (C) 2007-2012 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file * for contact information. * * RELIC is free software; you can redistribute...
lgpl-2.1
aeneby/RIOT
sys/auto_init/saul/auto_init_qmc5883l.c
8
1776
/* * Copyright (C) 2019 Freie Universität Berlin * * 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. * */ /* * @ingroup sys_auto_init_saul * @{ * * @file * @brief Auto initializat...
lgpl-2.1
ace20022/libbluray
src/file/mount_darwin.c
8
1661
/* * This file is part of libbluray * Copyright (C) 2014 VideoLAN * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any la...
lgpl-2.1
biddyweb/criu
test/zdtm/live/static/jobctl00.c
9
6147
#include <errno.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/wait.h> #include <signal.h> #include <string.h> #include <pty.h> #include "zdtmtst.h" const char *test_doc = "Check that job control migrates correctly"; const char *test_author = "Roman Kagan <rkagan@parallels.com>"; #de...
lgpl-2.1
jaretcantu/tslib
plugins/arctic2-raw.c
10
1435
#include <stdlib.h> #include <stdio.h> #include <unistd.h> #include "config.h" #include "tslib-private.h" struct arctic2_ts_event { /* Used in the IBM Arctic II */ signed short pressure; signed int x; signed int y; int millisecs; int flags; }; static int arctic2_read(struct tslib_module_info *inf, struct ts_sam...
lgpl-2.1
syndicut/libvirt
gnulib/tests/test-setlocale2.c
13
1852
/* -*- buffer-read-only: t -*- vi: set ro: */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Test of setting the current locale. Copyright (C) 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as publis...
lgpl-2.1
houjieth/SoX-RSI-Mac
src/overdrive.c
14
2266
/* libSoX effect: Overdrive (c) 2008 robs@users.sourceforge.net * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at * your option) ...
lgpl-2.1
buuck/root
interpreter/llvm/src/lib/Bitcode/Reader/BitReader.cpp
20
5279
//===-- BitReader.cpp -----------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
lgpl-2.1
grubersjoe/adwaita
tests/testmountoperation.c
22
5042
/* testmultidisplay.c * Copyright (C) 2008 Christian Kellner * Author: Christian Kellner <gicmo@gnome.org> * * 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 ...
lgpl-2.1
mtausig/RIOT
tests/pkg_tinycrypt/main.c
24
2367
/* * Copyright (C) 2018 Freie Universität Berlin * * 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. */ /** * @ingroup tests * @{ * * @file * @brief Test the correct loading and li...
lgpl-2.1
migumar2/uiHRDC
uiHRDC/indexes/NOPOS/II_docs_large/ilists.imp/6.vbyteP7zip_acabadoMerge2yN[Fork]/lzmalib/lzma.sourceCode/LZMAFARI_LIB/lzma465/CPP/7zip/Compress/LzmaDecoder.cpp
29
5071
// LzmaDecoder.cpp #include "StdAfx.h" extern "C" { #include "../../../C/Alloc.h" } #include "../Common/StreamUtils.h" #include "LzmaDecoder.h" static HRESULT SResToHRESULT(SRes res) { switch(res) { case SZ_OK: return S_OK; case SZ_ERROR_MEM: return E_OUTOFMEMORY; case SZ_ERROR_P...
lgpl-2.1
rversteegen/commandergenius
project/jni/python/src/Modules/resource.c
30
8793
#include "Python.h" #include "structseq.h" #include <sys/resource.h> #include <sys/time.h> #include <string.h> #include <errno.h> /* for sysconf */ #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif /* On some systems, these aren't in any header file. On others they are, with inconsistent prototypes. We decl...
lgpl-2.1
CristinaCristescu/root
interpreter/llvm/src/tools/sanstats/sanstats.cpp
30
4204
//===- sanstats.cpp - Sanitizer statistics dumper -------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
lgpl-2.1
svallaghe/libmesh
contrib/exodusii/5.22b/exodus/cbind/src/ex_put_loadbal_param.c
30
22742
/* * Copyright (c) 1998 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Governement * retains certain rights in this software. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con...
lgpl-2.1
smlng/RIOT
cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/aes-wrap.c
40
1746
/* * AES Key Wrap Algorithm (128-bit KEK) (RFC3394) * * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "crypto/includes.h" #include "crypto/common.h" #include "crypto/aes.h" #include "crypto/ae...
lgpl-2.1
brammittendorff/PF_RING
linux-3.16.7-ckt9/net/openvswitch/vport-internal_dev.c
58
6401
/* * Copyright (c) 2007-2012 Nicira, Inc. * * 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 Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT...
lgpl-2.1
kenprice/libgit2
tests/index/reuc.c
69
10776
#include "clar_libgit2.h" #include "index.h" #include "git2/sys/index.h" #include "git2/repository.h" #include "../reset/reset_helpers.h" static git_repository *repo; static git_index *repo_index; #define TEST_REPO_PATH "mergedrepo" #define TEST_INDEX_PATH TEST_REPO_PATH "/.git/index" #define ONE_ANCESTOR_OID "47887...
lgpl-2.1
zzxuanyuan/root-compressor-dummy
core/clib/src/sbrksup.c
74
3392
/* @(#)root/clib:$Id$ */ /* Author: */ /* Support for sbrk() regions. Copyright 1992 Free Software Foundation, Inc. Contributed by Fred Fish at Cygnus Support. fnf@cygnus.com 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 o...
lgpl-2.1
Corillian/libgit2
src/fetchhead.c
86
6790
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #include "git2/types.h" #include "git2/oid.h" #include "fetchhead.h" #include "common.h" #include "buff...
lgpl-2.1
i--storm/Energia
libraries/Ethernet/Dns.cpp
121
13404
// Arduino DNS client for WizNet5100-based Ethernet shield // (c) Copyright 2009-2010 MCQN Ltd. // Released under Apache License, version 2.0 #include "w5100.h" #include "EthernetUdp.h" #include "util.h" #include "Dns.h" #include <string.h> //#include <stdlib.h> #include "Arduino.h" #define SOCKET_NONE 255 // Vario...
lgpl-2.1
vanfanel/SDL12-kms-dispmanx
test/testdyngl.c
141
4675
/* * Small SDL example to demonstrate dynamically loading * OpenGL lib and functions * * (FYI it was supposed to look like snow in the wind or something...) * * Compile with : * gcc testdyngl.c `sdl-config --libs --cflags` -o testdyngl -DHAVE_OPENGL * * You can specify a different OpenGL lib on the command li...
lgpl-2.1
brammittendorff/PF_RING
linux-3.16.7-ckt9/sound/pci/au88x0/au88x0_xtalk.c
9875
23287
/*************************************************************************** * au88x0_cxtalk.c * * Wed Nov 19 16:29:47 2003 * Copyright 2003 mjander * mjander@users.sourceforge.org ****************************************************************************/ /* * This program is free software; ...
lgpl-2.1
spapadim/Arduino
hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c
225
2818
/*----------------------------------------------------------------------------- * Copyright (C) 2010 ARM Limited. All rights reserved. * * $Date: 15. July 2011 * $Revision: V1.0.10 * * Project: CMSIS DSP Library * Title: arm_lms_init_q15.c * * Description: Q15 LMS filter in...
lgpl-2.1
ektor5/Arduino
hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c
225
6156
/* ---------------------------------------------------------------------- * Copyright (C) 2010 ARM Limited. All rights reserved. * * $Date: 15. July 2011 * $Revision: V1.0.10 * * Project: CMSIS DSP Library * Title: arm_mat_trans_q15.c * * Description: Q15 matrix transpose. *...
lgpl-2.1
ribalda/gst-instruments
libs/gst/intercept/trace.c
1
3058
/* GStreamer Instruments * Copyright (C) 2015 Kyrylo Polezhaiev <kirushyk@gmail.com> * * This library is free software; you can redistribute it and/or * modify i t under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at yo...
lgpl-3.0
grappendorf/arduino-framework
U8glib/utility/u8g_font_data_m2icon_9.c
1
2079
/* Fontname: m2icon_9 Copyright: public domain Capital A Height: 8, '1' Height: 0 Calculated Max Values w=13 h=11 x= 0 y= 1 dx=12 dy= 0 ascent= 9 len=18 Font Bounding box w=13 h=11 x= 0 y=-2 Calculated Min Values x= 0 y=-2 dx= 0 dy= 0 Pure Font ascent = 8 descent=-2 X Font ascent =...
lgpl-3.0
Orav/kbengine
kbe/src/lib/dependencies/openssl/engines/ccgost/gostsum.c
1
5819
/********************************************************************** * gostsum.c * * Copyright (c) 2005-2006 Cryptocom LTD * * This file is distributed under the same license as OpenSSL * * ...
lgpl-3.0
pcolby/libqtaws
src/sqs/tagqueueresponse.cpp
1
4751
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 3 of the License, or (at your option) any later v...
lgpl-3.0
talrasha007/elmdb
src/cursor.cpp
1
5083
#include <nan.h> #include "misc.h" #include "dbi.h" #include "txn.h" #include "cursor.h" using namespace v8; using namespace node; CursorWrap::CursorWrap(MDB_cursor *cursor) { this->cursor = cursor; } CursorWrap::~CursorWrap() { if (this->cursor) { mdb_cursor_close(this->cursor); } } NAN_METHOD(CursorWrap::ct...
lgpl-3.0
josediazfer/radare2
libr/bin/p/bin_art.c
5
5846
/* radare - LGPL - Copyright 2015-2017 - pancake */ #include <r_types.h> #include <r_util.h> #include <r_lib.h> #include <r_bin.h> #ifdef _MSC_VER typedef struct art_header_t { #else typedef struct __packed art_header_t { #endif ut8 magic[4]; ut8 version[4]; ut32 image_base; ut32 image_size; ut32 bitmap_offset; ...
lgpl-3.0
eimrine/phantomuserland
phantom/libwin/scr_mouse_onoff.c
6
1237
/** * * Phantom OS * * Copyright (C) 2005-2010 Dmitry Zavalishin, dz@dz.ru * * Windowing system mouse on/off on paint. * * **/ #define DEBUG_MSG_PREFIX "win" #include <debug_ext.h> #define debug_level_flow 0 #define debug_level_error 10 #define debug_level_info 10 #include <video/window.h> #...
lgpl-3.0
Speedy37/QtUpdateSystem
deps/xz/src/liblzma/common/filter_encoder.c
86
7345
/////////////////////////////////////////////////////////////////////////////// // /// \file filter_decoder.c /// \brief Filter ID mapping to filter-specific functions // // Author: Lasse Collin // // This file has been put into the public domain. // You can do whatever you want with this file. // ///...
lgpl-3.0
jherico/qtwebkit
Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp
118
8667
/* * Copyright (c) 2012 Google Inc. All rights reserved. * Copyright (c) 2012 Intel Corporation * * 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 co...
lgpl-3.0
Evengard/UniMod
Libs/SDL/freetype-2.5.5/src/base/ftpfr.c
185
4411
/***************************************************************************/ /* */ /* ftpfr.c */ /* */ /* Fr...
lgpl-3.0
MITHyperloopTeam/software_core
software/externals/sam/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c
225
2664
/*----------------------------------------------------------------------------- * Copyright (C) 2010 ARM Limited. All rights reserved. * * $Date: 15. July 2011 * $Revision: V1.0.10 * * Project: CMSIS DSP Library * Title: arm_fir_init_f32.c * * Description: Floating-point FI...
lgpl-3.0
upwhere/deathrow
test.c
1
2173
#include "DeathRow.h" #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #ifndef NROFTESTS #define NROFTESTS 5 #endif static void _freedeepdata(void*deepdata) { struct _deepdata { int s,*sa; }; printf("\tFreeing deep data @ %p\n",deepdata); free(((struct _deepdata*)deepdata)->sa); free(deepdata); } ...
unlicense
AdamH12113/AdventOfC
Day6b.c
1
1668
//Day6b.c // //Question 2: If the message is made up of the least common letters instead of //the most common, what is the message? // //To solve this, we simply look for the minimum counts instead of the maximum. #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <limits.h> //We a...
unlicense
hyller/CodeLibrary
Visual C++ Example/第7章 文本输出与屏幕绘图/实例156——使用不同类型的画刷填充矩形/BrushDemo/BrushDemo.cpp
1
4263
// BrushDemo.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "BrushDemo.h" #include "MainFrm.h" #include "BrushDemoDoc.h" #include "BrushDemoView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////...
unlicense
0xbda2d2f8/zpublic
3rdparty/poco/Foundation/src/Process_WIN32.cpp
13
7494
// // Process_WIN32.cpp // // $Id: //poco/1.4/Foundation/src/Process_WIN32.cpp#4 $ // // Library: Foundation // Package: Processes // Module: Process // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permission is hereby granted, free of charge, to any person or o...
unlicense
vfonov/ITK
Modules/ThirdParty/HDF5/src/itkhdf5/src/H5EAdblkpage.c
1
11378
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
apache-2.0
RealTimeBiomechanics/rtosim
lib/SignalProcessing/QueueAdapter.cpp
1
2177
/* -------------------------------------------------------------------------- * * Copyright (c) 2010-2016 C. Pizzolato, M. Reggiani * * * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
apache-2.0
fceller/arangodb
arangod/Utils/CursorRepository.cpp
1
9886
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
apache-2.0
Infineon/mtb-pdl-cat1
drivers/source/cy_syspm.c
1
92370
/***************************************************************************//** * \file cy_syspm.c * \version 5.80 * * This driver provides the source code for API power management. * ******************************************************************************** * \copyright * Copyright (c) (2016-2022), Cypress Semi...
apache-2.0
kraj/zephyr
subsys/shell/shell.c
1
40589
/* * Copyright (c) 2018 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include <ctype.h> #include <stdarg.h> #include <stdlib.h> #include <shell/shell.h> #include "shell_utils.h" #include "shell_ops.h" #include "shell_wildcard.h" #include "shell_vt100.h" #include <assert.h> #include <atomic.h...
apache-2.0
alexkernphysiker/j-pet-framework
JPetUserTask/JPetUserTask.cpp
1
1937
/** * @copyright Copyright 2017 The J-PET Framework 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 find a copy of the License in the LICENCE file. * * Unless required by applicable la...
apache-2.0
cmsi/smash
src/module.F90
1
17159
! Copyright 2014-2021 Kazuya Ishimura ! ! 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 in...
apache-2.0
chengdi123000/CFL3D
source/cfl3d/dist/wrestg.F
1
20254
c --------------------------------------------------------------------------- c CFL3D is a structured-grid, cell-centered, upwind-biased, Reynolds-averaged c Navier-Stokes (RANS) code. It can be run in parallel on multiple grid zones c with point-matched, patched, overset, or embedded connectivities. Both c multig...
apache-2.0
VitaliiPianykh/FileWall
Test.TypesMarshaling/AssemblyInfo.cpp
2
1130
#include "stdafx.h" using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; // // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // ...
apache-2.0
nashif/zephyr
drivers/sensor/vcnl4040/vcnl4040.c
2
8661
/* * Copyright (c) 2020 Richard Osterloh * * SPDX-License-Identifier: Apache-2.0 */ #define DT_DRV_COMPAT vishay_vcnl4040 #include "vcnl4040.h" #include <sys/__assert.h> #include <sys/byteorder.h> #include <sys/util.h> #include <logging/log.h> #include <stdlib.h> LOG_MODULE_REGISTER(vcnl4040, CONFIG_SENSOR_LOG_L...
apache-2.0
drankye/kerb-token
krb5/src/util/et/t_com_err.c
2
3911
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include "com_err.h" #include "et1.h" #include "et2.h" int misc_err, known_err; /* known_err is err in whether or not table is 'known' to library */ int f...
apache-2.0
tosyama/shoji-db-tool
shogirule.cpp
2
23747
// // shogirule.cpp // ShogiDBTool // // Created by tosyama on 2016/2/2. // Copyright (c) 2016 tosyama. All rights reserved. // #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <assert.h> #include "shogiban.h" #include "kyokumencode.h" #include "sashite.h" #include "kifu.h" #include "shogidb.h" #inc...
apache-2.0
ahoppen/swift
lib/SILOptimizer/Differentiation/Common.cpp
2
21895
//===--- Common.cpp - Automatic differentiation common utils --*- C++ -*---===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2019 - 2020 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
apache-2.0
jdesboeufs/node-gdal
deps/libgdal/gdal/ogr/ogrsf_frmts/avc/avc_e00parse.c
3
85785
/********************************************************************** * $Id: avc_e00parse.c,v 1.19 2008/07/23 20:51:38 dmorissette Exp $ * * Name: avc_e00parse.c * Project: Arc/Info vector coverage (AVC) E00->BIN conversion library * Language: ANSI C * Purpose: Functions to parse ASCII E00 lines and fill...
apache-2.0
ayyucedemirbas/Minix-Source-Code
minix-master/external/bsd/kyua-cli/dist/utils/stream_test.cpp
3
2791
// Copyright 2011 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 conditions and...
apache-2.0
iparanza/earthenterprise
earth_enterprise/src/fusion/tools/geunittest.cpp
4
25326
// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
apache-2.0
GiulianoFranchetto/zephyr
drivers/console/rtt_console.c
4
2129
/* rtt_console.c - Console messages to a RAM buffer that is then read by * the Segger J-Link debugger */ /* * Copyright (c) 2016 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include <kernel.h> #include <misc/printk.h> #include <device.h> #include <init.h> #include <SEGGER_RTT.h> extern...
apache-2.0
FeliciaLim/oss-fuzz
projects/gnupg/fuzz_import.c
5
4798
/* Copyright 2020 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software d...
apache-2.0
zarianw/flatbuffers
src/idl_gen_fbs.cpp
6
4871
/* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
apache-2.0
fceller/arangodb
3rdParty/boost/1.69.0/libs/safe_numerics/test/test_xor_native.cpp
6
1320
// Copyright (c) 2012 Robert Ramey // // Distributed under 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 <iostream> #include <exception> #include <boost/safe_numerics/safe_integer.hpp> #include <boost/safe_numerics/nati...
apache-2.0
indashnet/InDashNet.Open.UN2000
android/external/compiler-rt/test/Unit/modti3_test.c
7
2593
//===-- modti3_test.c - Test __modti3 -------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
apache-2.0
ArdaFu/rt-thread
libcpu/mips/pic32/exceptions.c
8
4131
/********************************************************************* * * Generic Exception Handler * ********************************************************************* * FileName: exceptions.c * Dependencies: * * Processor: PIC32 * * Complier: MPLAB C32 * ...
apache-2.0
plajjan/snabbswitch
lib/luajit/src/lj_err.c
10
24899
/* ** Error handling. ** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h */ #define lj_err_c #define LUA_CORE #include "lj_obj.h" #include "lj_err.h" #include "lj_debug.h" #include "lj_str.h" #include "lj_func.h" #include "lj_state.h" #include "lj_frame.h" #include "lj_ff.h" #include "lj_trace.h" ...
apache-2.0
graetzer/arangodb
3rdParty/boost/1.71.0/libs/mp11/test/mp_erase.cpp
11
9262
// Copyright 2015, 2017 Peter Dimov. // // Distributed under 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/mp11/algorithm.hpp> #include <boost/mp11/list.hpp> #include <boost/mp11/integral.hpp> #include <boost/c...
apache-2.0
pillip8282/TizenRT
external/iotivity/iotivity_1.2-rel/resource/csdk/security/src/oxmpincommon.c
12
19636
//****************************************************************** // // Copyright 2015 Samsung Electronics All Rights Reserved. // //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance...
apache-2.0
revolsys/nar-maven-plugin
src/it/it0015-cpp-executable/src/main/c++/Executable.cpp
15
1468
/* * #%L * Native ARchive plugin for Maven * %% * Copyright (C) 2002 - 2014 NAR Maven Plugin developers. * %% * 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.apac...
apache-2.0
samantharitter/libbson
tests/TestSuite.c
15
16461
/* * Copyright 2014 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 ...
apache-2.0
TimmyLiu/clBLAS
src/tests/performance/perf-her2k.cpp
16
10309
/* ************************************************************************ * Copyright 2013 Advanced Micro Devices, 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-2.0
EunBongSong/TizenRT
os/kernel/pthread/pthread_condsignal.c
18
5463
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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...
apache-2.0
darlyhellen/oto
NDKFFmpeg/jni/ffmpeg/libswscale/aarch64/swscale.c
19
1653
/* * This file is part of FFmpeg. * * FFmpeg 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 version. * * FFmpeg is distributed...
apache-2.0
an4967/TizenRT
external/iotjs/src/modules/iotjs_module_dns.c
19
7760
/* Copyright 2015-present Samsung Electronics Co., Ltd. and other contributors * * 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 * * U...
apache-2.0
johnnywale/drill
contrib/native/client/src/clientlib/y2038/time64.c
20
22838
/* Copyright (c) 2007-2010 Michael G Schwern This software originally derived from Paul Sheer's pivotal_gmtime_r.c. The MIT License: 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 res...
apache-2.0
huor/incubator-hawq
src/backend/access/gist/gist.c
21
29615
/*------------------------------------------------------------------------- * * gist.c * interface routines for the postgres GiST index access method. * * * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIF...
apache-2.0
llyzs/FreeRDP
winpr/libwinpr/comm/comm_ioctl.c
22
18116
/** * WinPR: Windows Portable Runtime * Serial Communication API * * Copyright 2011 O.S. Systems Software Ltda. * Copyright 2011 Eduardo Fiss Beloni <beloni@ossystems.com.br> * Copyright 2014 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2014 Hewlett-Packard Development Company, L.P. * * Licensed ...
apache-2.0
ch1nh5/tizen_rt
lib/libc/queue/dq_addfirst.c
23
3453
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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...
apache-2.0
runtimejs/runtime
deps/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/dtor_noexcept.pass.cpp
23
1858
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
apache-2.0
msmolens/CTK
Applications/ctkDICOMDemoSCU/ctkDICOMDemoSCUMain.cpp
24
2678
/*========================================================================= Library: CTK Copyright (c) Kitware 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.ap...
apache-2.0
veritas-shine/minix3-rpi
external/bsd/libc++/dist/libcxx/test/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp
28
1102
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
apache-2.0
ryuzmukhametov/couchbase-lite-ios
vendor/yajl/perf/documents.c
30
103285
/* * Copyright (c) 2007-2011, Lloyd Hilaiel <lloyd@hilaiel.com> * * 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 "A...
apache-2.0
bernardd/otp
lib/erl_interface/src/registry/hash_foreach.c
31
1270
/* * %CopyrightBegin% * * Copyright Ericsson AB 1998-2016. 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 ...
apache-2.0
jlverhagen/sagetv
third_party/mplayer/libavcodec/i386/dsputil_h264_template_mmx.c
32
10871
/* * Copyright (c) 2005 Zoltan Hidvegi <hzoli -a- hzoli -d- com>, * Loren Merritt * * This file is part of FFmpeg. * * FFmpeg 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...
apache-2.0
occipital/OpenNI2
Source/Drivers/PSLink/LinkProtoLib/XnLinkLogParser.cpp
32
7779
#include "XnLinkLogParser.h" #include "XnLinkProtoUtils.h" #include <XnLog.h> namespace xn { LinkLogParser::LinkLogParser() : m_copyDataToOutput(false) { } LinkLogParser::~LinkLogParser() { //Close any open log files for(xnl::Hash<XnUInt8, XnDumpFile*>::Iterator iter = m_activeLogs.Begin(); iter!=m_activeLogs.End(...
apache-2.0
JasOXIII/sagetv
third_party/mplayer/libavutil/aes.c
33
7959
/* * copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg 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...
apache-2.0
OpenSageTV/sagetv
third_party/mplayer/libavcodec/sh4/dsputil_sh4.c
33
3722
/* * sh4 dsputil * * Copyright (c) 2003 BERO <bero@geocities.co.jp> * * This file is part of FFmpeg. * * FFmpeg 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 Lic...
apache-2.0
hsu1994/Terminator
Server/RelyON/boost_1_61_0/libs/spirit/example/lex/word_count.cpp
42
5269
// Copyright (c) 2001-2010 Hartmut Kaiser // // Distributed under 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) // This example is the equivalent to the following lex program: /* //[wcp_flex_version %{ int c = 0, w ...
apache-2.0
monkiineko/mbed-os
targets/TARGET_STM/TARGET_STM32L0/device/stm32l0xx_ll_tim.c
43
32603
/** ****************************************************************************** * @file stm32l0xx_ll_tim.c * @author MCD Application Team * @version V1.7.0 * @date 31-May-2016 * @brief TIM LL module driver. ****************************************************************************** * @att...
apache-2.0
curtiszimmerman/orp
third-party/qemu-orp/ui/spice-display.c
45
23731
/* * Copyright (C) 2010 Red Hat, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 or * (at your option) version 3 of the License. * * This program is distributed i...
apache-2.0
google/sagetv
third_party/mingw/pthreads/tests/self1.c
47
2039
/* * self1.c * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom * Copyright(C) 1999,2005 Pthreads-win32 contributors * * Contact Email: rpj@callisto.canberra.edu.au * *...
apache-2.0
RockySteveJobs/python-for-android
python-build/openssl/crypto/pkcs12/p12_p8d.c
818
3005
/* p12_p8d.c */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2001. */ /* ==================================================================== * Copyright (c) 2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * ...
apache-2.0
Endika/omim
3party/freetype/src/type42/t42parse.c
53
36910
/***************************************************************************/ /* */ /* t42parse.c */ /* */ /* Ty...
apache-2.0
masaohamanaka/mbed
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F3XX/stm32f30x_spi.c
53
56949
/** ****************************************************************************** * @file stm32f30x_spi.c * @author MCD Application Team * @version V1.1.0 * @date 27-February-2014 * @brief This file provides firmware functions to manage the following * functionalities of the Serial per...
apache-2.0
kmattyy/word2vec
distance.c
1088
4557
// Copyright 2013 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
apache-2.0
Timmmm/mbed
libraries/dsp/cmsis_dsp/BasicMathFunctions/arm_negate_q15.c
67
4480
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2013 ARM Limited. All rights reserved. * * $Date: 17. January 2013 * $Revision: V1.4.1 * * Project: CMSIS DSP Library * Title: arm_negate_q15.c * * Description: Negates Q15 vectors. ...
apache-2.0
blueyed/selenium
cpp/iedriver/IECommandHandler.cpp
74
3780
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the "License"); // you may...
apache-2.0
fejta/kubernetes
vendor/golang.org/x/sys/unix/gccgo_c.c
593
1068
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build gccgo // +build !aix #include <errno.h> #include <stdint.h> #include <unistd.h> #define _STRINGIFY2_(x) #x #define _STRINGIFY_(x) _STRINGIFY2_(x) #d...
apache-2.0
michelborgess/RealOne-Victara-Kernel
drivers/video/console/sticore.c
4946
27082
/* * linux/drivers/video/console/sticore.c - * core code for console driver using HP's STI firmware * * Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org> * Copyright (C) 2001-2003 Helge Deller <deller@gmx.de> * Copyright (C) 2001-2002 Thomas Bogendoerfer <tsbogend@alpha.franken.de> * * TODO: * - call STI in ...
apache-2.0
michelborgess/RealOne-Victara-Kernel
drivers/ata/pata_jmicron.c
9046
4695
/* * pata_jmicron.c - JMicron ATA driver for non AHCI mode. This drives the * PATA port of the controller. The SATA ports are * driven by AHCI in the usual configuration although * this driver can handle other setups if we need it. * * (c) 2006 Red Hat */ #include <linux/kernel.h> #include <linux/modul...
apache-2.0
nongxiaoming/rt-thread
bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_a_iomux/usdhc1_iomux_config.c
90
37992
/* * Copyright (c) 2012, Freescale Semiconductor, Inc. * All rights reserved. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE...
apache-2.0
gonboy/sl4a
python-build/openssl/crypto/rsa/rsa_x931g.c
95
6784
/* crypto/rsa/rsa_gen.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...
apache-2.0