code
stringlengths
1.03k
250k
repo_name
stringlengths
7
70
path
stringlengths
4
177
language
stringclasses
1 value
license
stringclasses
15 values
size
int64
1.03k
250k
/* FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the terms of...
RobsonRojas/frertos-udemy
Keil-FreeRTOS-Sample-Project/Keil-FreeRTOS/FreeRTOSv9.0.0/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
C
gpl-3.0
5,470
/* packet-pcap.c * Routines for UTRAN Iupc interface Positioning Calculation Application Part (PCAP) packet dissection * * Copyright 2008, Anders Broman <anders.broman@ericsson.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program ...
aagallag/nexmon
utilities/wireshark/epan/dissectors/asn1/pcap/packet-pcap-template.c
C
gpl-3.0
8,139
/* * Copyright (c) 2017 Nordic Semiconductor ASA * 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...
screamerbg/mbed
targets/TARGET_NORDIC/TARGET_NRF5/i2c_api.c
C
apache-2.0
21,495
/* @(#)e_fmod.c 1.3 95/01/18 */ /*- * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided ...
webos21/xbionic
platform_bionic-android-vts-12.0_r2/libm/upstream-freebsd/lib/msun/src/s_remquof.c
C
apache-2.0
3,097
/** * @file * * @brief PF_UNIX protocol family socket handler * * @date 31.01.2012 * @author Anton Bondarev */ #include <errno.h> #include <sys/socket.h> #include <net/sock.h> #include "family.h" EMBOX_NET_FAMILY(AF_UNIX, unix_create); /* Prototypes */ static const struct family_ops unix_dgram_ops; static co...
gzoom13/embox
src/net/socket/af_unix.c
C
bsd-2-clause
1,511
/******************************************************************************* * * Copyright (c) 2000-2003 Intel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Red...
commshare/pupnp
upnp/src/api/upnpdebug.c
C
bsd-3-clause
6,951
// This file has been prepared for Doxygen automatic documentation generation. /*! \file ********************************************************************* * * \brief menu_definitions.c Auto_generated file - do not edit! * * * * \par Application note: * AVR2017: RZRAVEN FW * * \par Documen...
rfmcpherson/killerbee
firmware/src/kb-rzusbstick/application/avrraven/3290p/menu/menu_definitions.c
C
bsd-3-clause
9,527
/* from src/prism2/download/prism2dl.c * * utility for downloading prism2 images moved into kernelspace * * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * * linux-wlan * * The contents of this file are subject to the Mozill...
go2ev-devteam/Gplus_2159_0801
openplatform/sdk/os/kernel-2.6.32/drivers/staging/wlan-ng/prism2fw.c
C
gpl-2.0
34,232
/* * Copyright (c) 2007 - 2015 Joseph Gaeddert * * 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, mer...
cjcliffe/liquid-dsp
src/matrix/bench/smatrixf_mul_benchmark.c
C
mit
3,349
/* * Copyright (c) 2012 Dave Vasilevsky <dave@vasilevsky.ca> * 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 * noti...
pmq20/ruby-compiler
ruby/squash_nonstd-makedev.c
C
mit
1,519
/* Software floating-point emulation. Return a converted to IEEE quad Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). The GNU C Library is free software; you can re...
stefan2904/glibc
soft-fp/extendsftf2.c
C
gpl-2.0
1,866
/* Copyright (c) 2012-2013, The Linux Foundation. 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 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
gmm001/android_kernel_zte_nx503a-1
arch/arm/mach-msm/lpm_levels.c
C
gpl-2.0
13,297
#include "lolevel.h" #include "platform.h" #include "core.h" static long *nrflag = (long*)0x6E50; #include "../../../generic/capt_seq.c" void __attribute__((naked,noinline)) sub_FF9A2B40_my(long p) { asm volatile ( "STMFD SP!, {R4,LR}\n" "MOV R4, R0\n" "SUB ...
pixeldoc2000/chdk
platform/g7/sub/100g/capt_seq.c
C
gpl-2.0
14,324
#include "blaswrap.h" #include "f2c.h" /* Subroutine */ int zgglse_(integer *m, integer *n, integer *p, doublecomplex *a, integer *lda, doublecomplex *b, integer *ldb, doublecomplex *c__, doublecomplex *d__, doublecomplex *x, doublecomplex *work, integer *lwork, integer *info) { /* -- LAPACK driver routine (ver...
dilawar/sesc
src_without_LF/libsesctherm/CLAPACK/SRC/zgglse.c
C
gpl-2.0
9,651
/* * Bitbanging I2C bus driver using the GPIO API * * Copyright (C) 2007 Atmel 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. */ #include <linux/i2c.h> #include ...
geeknik/StupidFast
drivers/i2c/busses/i2c-gpio.c
C
gpl-2.0
5,463
/* * COPYRIGHT (c) 1989-2011. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "system.h"...
lizhuobin1981/rtems_test
testsuites/sptests/sp13/task1.c
C
gpl-2.0
12,318
/* * algif_skcipher: User-space interface for skcipher algorithms * * This file provides the user-space API for symmetric key ciphers. * * Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General ...
gdayton/linux-cmps107
crypto/algif_skcipher.c
C
gpl-2.0
18,717
/* * (C) 2009 by Pablo Neira Ayuso <pablo@netfilter.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) any la...
Distrotech/conntrack-tools
extensions/libct_proto_udplite.c
C
gpl-2.0
5,852
// PCI config space access functions. // // Copyright (C) 2008 Kevin O'Connor <kevin@koconnor.net> // Copyright (C) 2002 MandrakeSoft S.A. // // This file may be distributed under the terms of the GNU LGPLv3 license. #include "pci.h" // pci_config_writel #include "ioport.h" // outl #include "util.h" // dprintf #incl...
suhorng/vm14hw1
roms/seabios/src/pci.c
C
gpl-2.0
5,843
#ifdef CONFIG_CPU_SUP_INTEL /* * Intel PerfMon, used on Core and later. */ static const u64 intel_perfmon_event_map[] = { [PERF_COUNT_HW_CPU_CYCLES] = 0x003c, [PERF_COUNT_HW_INSTRUCTIONS] = 0x00c0, [PERF_COUNT_HW_CACHE_REFERENCES] = 0x4f2e, [PERF_COUNT_HW_CACHE_MISSES] = 0x412e, [PERF_COUNT_HW_BRANCH_IN...
grate-driver/linux-2.6
arch/x86/kernel/cpu/perf_event_intel.c
C
gpl-2.0
26,016
/* Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
SanDisk-Open-Source/SSD_Dashboard
uefi/userspace/glibc/hurd/geteuids.c
C
gpl-2.0
1,924
/* -*- mode: c; c-basic-offset: 2 -*- */ /* * Copyright (C) 2007-2012 David Bird (Coova Technologies) <support@coova.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 version ...
gderosa/coova-chilli
src/main-script.c
C
gpl-2.0
2,865
/** * @file tcmi_shadowtask.c - TCMI shadow task, migrated process abstraction on CCN * * * * * Date: 04/26/2005 * * Author: Jan Capek * * $Id: tcmi_shadowtask.c,v 1.17 2009-04-06 21:48:46 stavam2 Exp $ * * This file is part of Task Checkpointing and Migration Infrastructure(TCMI) * ...
MarstCVUT/Clondike
src/tcmi/task/tcmi_shadowtask.c
C
gpl-2.0
17,118
/** ****************************************************************************** * @file system_stm32f30x.c * @author MCD Application Team * @version V1.1.1 * @date 28-March-2014 * @brief CMSIS Cortex-M4 Device Peripheral Access Layer System Source File. * This file contains the system...
ChrisNisbet01/cleanflight
src/main/target/STM32F3DISCOVERY/system_stm32f30x.c
C
gpl-3.0
13,713
/* getdtablesize() function: Return maximum possible file descriptor value + 1. Copyright (C) 2008-2017 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2008. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License a...
ljos/remacs
lib/getdtablesize.c
C
gpl-3.0
3,451
#include "zgl.h" static char *op_table_str[]= { #define ADD_OP(a,b,c) "gl" #a " " #c, #include "opinfo.h" }; static void (*op_table_func[])(GLContext *,GLParam *)= { #define ADD_OP(a,b,c) glop ## a , #include "opinfo.h" }; static int op_table_size[]= { #define ADD_OP(a,b,c) b + 1 , #include "opinfo.h" }; GLCont...
animotron/animos
phantom/gl/list.c
C
lgpl-3.0
4,093
/******************************************************************************* * * Module Name: evsci - System Control Interrupt configuration and * legacy to ACPI mode state transition functions * ******************************************************************************/ /************...
animotron/animos
phantom/libkern/acpi/evsci.c
C
lgpl-3.0
10,649
/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Routines for verifying a file's signature. Useful in testing the core * RSA verification implementation. */ #include <fcntl.h> #include <...
acorn-marvell/vboot_reference
utility/verify_data.c
C
bsd-3-clause
2,511
/* * Copyright (C) 2011 Sansar Choinyambuu, Andreas Steffen * HSR Hochschule fuer Technik Rapperswil * * 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 (...
maire/strongswan
src/libpts/pts/components/pts_comp_evidence.c
C
gpl-2.0
5,432
/* * Xilinx gpio driver * * Copyright 2008 Xilinx, 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. * * You should have received a copy of the GNU General Public License...
holyangel/LGE_G3
drivers/gpio/gpio-xilinx.c
C
gpl-2.0
7,155
/* * Copyright (C) 2012, Samsung Electronics Co. Ltd. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any...
maxfu/android_kernel_samsung_exynos5410
drivers/sensorhub/ssp_data.c
C
gpl-2.0
10,459
/* linux/drivers/i2c/busses/i2c-s3c2410.c * * Copyright (C) 2004,2005,2009 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C2410 I2C Controller * * 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 Soft...
nightvixen/explosion_kernel
drivers/i2c/busses/i2c-s3c2410.c
C
gpl-2.0
24,622
/* riowd.c - driver for hw watchdog inside Super I/O of RIO * * Copyright (C) 2001, 2008 David S. Miller (davem@davemloft.net) */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/module.h> #include <linux/types.h> #include <linux/fs.h> #include <linux/errno.h> #include <linux/i...
curbthepain/revkernel_us990
drivers/watchdog/riowd.c
C
gpl-2.0
5,822
/* * socket.c -- DHCP server client/server socket creation * * udhcp client/server * Copyright (C) 1999 Matthew Ramsay <matthewr@moreton.com.au> * Chris Trew <ctrew@moreton.com.au> * * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 * * This program is free software; you can redistribute it and/or modify ...
ysleu/RTL8685
uClinux-dist/user/udhcp-0.9.9-pre/socket.c
C
gpl-2.0
4,233
/* * Linux NET3: Internet Group Management Protocol [IGMP] * * This code implements the IGMP protocol as defined in RFC1112. There has * been a further revision of this protocol since which is now supported. * * If you have trouble with this module be careful what gcc you have used, * the older version didn't c...
pratyushanand/linux
net/ipv4/igmp.c
C
gpl-2.0
74,046
/* { dg-require-effective-target vect_int } */ #include <stdarg.h> #include "tree-vect.h" #define N 64 #define DOT1 43680 signed char X[N] __attribute__ ((__aligned__(16))); signed char Y[N] __attribute__ ((__aligned__(16))); /* char->short->int dot product. The dot-product pattern should be detected. Vector...
embecosm/avr32-gcc
gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8a.c
C
gpl-2.0
1,369
/*--------------------------------------------------------------------*/ /*--- x86- and AMD64-specific definitions. cg-x86-amd64.c ---*/ /*--------------------------------------------------------------------*/ /* This file is part of Cachegrind, a Valgrind tool for cache profiling programs. Copyrig...
shakalaca/ASUS_ZenFone_A450CG
external/valgrind/main/cachegrind/cg-x86-amd64.c
C
gpl-2.0
21,314
/* read.c - read a source file - Copyright (C) 1986-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS 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 vers...
tuliom/binutils-gdb
gas/read.c
C
gpl-2.0
148,505
/* * Frame buffer device for IBM GXT4500P and GXT6000P display adaptors * * Copyright (C) 2006 Paul Mackerras, IBM Corp. <paulus@samba.org> */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/fb.h> #include <linux/console.h> #include <linux/pci.h> #include <linux/pci_ids.h> #include <linux/delay...
holyangel/LGE_G3
drivers/video/gxt4500.c
C
gpl-2.0
21,480
/* Samsung S5H1411 VSB/QAM demodulator driver Copyright (C) 2008 Steven Toth <stoth@linuxtv.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, ...
holyangel/LGE_G3
drivers/media/dvb/frontends/s5h1411.c
C
gpl-2.0
24,369
/****************************************************************************** AudioScience HPI driver Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com> This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public L...
sleekmason/LG-V510-Kitkat
sound/pci/asihpi/hpios.c
C
gpl-2.0
2,680
/* Test and measure STRCHR functions. Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Jakub Jelinek <jakub@redhat.com>, 1999. Added wcschr support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011 The GNU C Library is free software; you can ...
SanDisk-Open-Source/SSD_Dashboard
uefi/userspace/glibc/string/test-strchr.c
C
gpl-2.0
6,809
/* -*- mode: c; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4; coding: utf-8 -*- */ /************************************************************************************ ** ** ** mcHF QRP Transceiver...
f4fhh/mchf-github
mchf-eclipse/drivers/audio/filters/iir_8_5k.c
C
gpl-3.0
2,099
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@iahu.ca, ht...
yuri-moens/eid-mw
cardcomm/pkcs11/src/common/libtomcrypt/sha384.c
C
lgpl-3.0
3,653
/****************************************************************************** * * Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. * * 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 Softw...
kubostech/KubOS
freertos/os/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/BSP/microblaze_0/libsrc/standalone_v4_2/src/xil_testcache.c
C
apache-2.0
5,725
/**************************************************************************//** * @file epwm.c * @version V3.00 * $Revision: 3 $ * @brief M480 series EPWM driver source file * * SPDX-License-Identifier: Apache-2.0 * @copyright (C) 2016-2020 Nuvoton Technology Corp. All rights reserved. ******************...
armink/rt-thread
bsp/nuvoton/libraries/m480/StdDriver/src/nu_epwm.c
C
apache-2.0
69,644
/* * Copyright (c) 2010 Brandon Mintern * Copyright (c) 2007 Bobby Bingham * * 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 th...
guorendong/iridium-browser-ubuntu
third_party/ffmpeg/libavfilter/vf_fade.c
C
bsd-3-clause
15,832
/* * Alpha specific irq code. */ #include <linux/init.h> #include <linux/sched.h> #include <linux/irq.h> #include <linux/kernel_stat.h> #include <linux/module.h> #include <asm/machvec.h> #include <asm/dma.h> #include "proto.h" #include "irq_impl.h" /* Hack minimum IPL during interrupt processing for broken hardwa...
felixhaedicke/nst-kernel
src/arch/alpha/kernel/irq_alpha.c
C
gpl-2.0
6,849
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
carmark/vbox
src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/dcpc.c
C
gpl-2.0
31,954
#include <common.h> #include <linux/sizes.h> #include <io.h> #include <asm/barebox-arm-head.h> #include <asm/barebox-arm.h> #include <mach/generic.h> #include <debug_ll.h> #include <asm/cache.h> #include "sdram_config.h" #include <mach/sdram_config.h> #include "pinmux_config.c" #include "pll_config.h" #include <mach/pl...
zhang3/barebox
arch/arm/boards/terasic-sockit/lowlevel.c
C
gpl-2.0
2,129
/* Copyright (c) 2010, 2012, Code Aurora Forum. 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 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the h...
schmatzler/zte-kernel-tureis
drivers/video/msm/vidc/1080p/ddl/vcd_ddl_metadata.c
C
gpl-2.0
16,518
/* * Copyright 2012 Freescale Semiconductor, Inc. * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <asm/fsl_portals.h> #include <asm/fsl_liodn.h> #ifdef CONFIG_SYS_DPAA_QBMAN struct qportal_info qp_info[CONFIG_SYS_QMAN_NUM_PORTALS] = { /* dqrr liodn, frame data liodn, liodn off, sdest */ SE...
vkrmsngh/new_pro
u-boot/arch/powerpc/cpu/mpc85xx/t4240_ids.c
C
gpl-2.0
5,181
/* lzo1c_1.c -- main internal configuration file for the the LZO library This file is part of the LZO real-time data compression library. Copyright (C) 2011 Markus Franz Xaver Johannes Oberhumer Copyright (C) 2010 Markus Franz Xaver Johannes Oberhumer Copyright (C) 2009 Markus Franz Xaver Johannes Oberhum...
zarboz/XBMC-PVR-mac
tools/darwin/depends/liblzo2/src/lzo1c_1.c
C
gpl-2.0
2,081
/*****************************************************************************\ * lbtable.c ***************************************************************************** * Copyright (C) 2002-2005 The Regents of the University of California. * Produced at the Lawrence Livermore National Laboratory. * Written by ...
BTDC/coreboot
util/nvramtool/lbtable.c
C
gpl-2.0
27,926
/* * This file is part of the coreboot project. * * Copyright (C) 2011-2013 Alexandru Gagniuc <mr.nuke.me@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 version 2 of...
fishbaoz/coreboot
src/device/dram/ddr3.c
C
gpl-2.0
16,176
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ /* * Written by Anatoly P. Pinchuk pap@namesys.botik.ru * Programm System Institute * Pereslavl-Zalessky Russia */ /* * This file contains functions dealing with S+tree * * B_IS_IN_TREE * copy_item_head * comp_short_keys * c...
zhoupeng/spice4xen
linux-2.6.18-xen.hg/fs/reiserfs/stree.c
C
gpl-2.0
68,118
/* * Funsoft Serial USB driver * * Copyright (C) 2006 Greg Kroah-Hartman <gregkh@suse.de> * * 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. */ #include <linux/kernel.h> #inclu...
zhoupeng/spice4xen
linux-2.6.18-xen.hg/drivers/usb/serial/funsoft.c
C
gpl-2.0
1,446
/* * Unix SMB/CIFS implementation. * server auto-generated by pidl. DO NOT MODIFY! */ #include "includes.h" #include "ntdomain.h" #include "librpc/gen_ndr/srv_policyagent.h" static bool api_policyagent_Dummy(struct pipes_struct *p) { const struct ndr_interface_call *call; struct ndr_pull *pull; struct ndr_push ...
SaM-Solutions/samba
source3/librpc/gen_ndr/srv_policyagent.c
C
gpl-3.0
2,426
/* * This file is part of the Soletta (TM) Project * * Copyright (C) 2015 Intel Corporation. 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.a...
edersondisouza/soletta
src/modules/flow/timestamp/timestamp.c
C
apache-2.0
14,060
/* * * Copyright 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 condi...
gameduell/kythe
third_party/grpc/test/core/transport/chttp2/stream_map_test.c
C
apache-2.0
6,948
// SPDX-License-Identifier: BSD-3-Clause /*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3a, by John R. Hauser. Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of California...
pascal-brand-st-dev/optee_os
lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToUI32.c
C
bsd-2-clause
2,955
/***************************************************************************** Copyright (c) 2014, Intel Corp. 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 cod...
ryanrhymes/openblas
lib/OpenBLAS-0.2.19/lapack-netlib/LAPACKE/src/lapacke_chpgst_work.c
C
bsd-3-clause
3,958
/* * Copyright © 2009 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that copyright * notice and this permission notice appear...
penberg/linux
drivers/gpu/drm/drm_dp_helper.c
C
gpl-2.0
51,948
/* Copyright (c) 2012-2013, The Linux Foundation. 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 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
PRJosh/android_kernel_samsung_mondrianwifi
drivers/gpu/msm/adreno_a3xx.c
C
gpl-2.0
159,232
/* * linux/arch/arm/kernel/setup.c * * Copyright (C) 1995-2001 Russell King * * 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. */ #include <linux/export.h> #include <linux/ker...
fedux/linux
arch/arm/kernel/setup.c
C
gpl-2.0
23,230
/* * Copyright 2010 Tilera Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, version 2. * * This program is distributed in the hope that it will ...
jorik041/Unleashed-Kernel-Series
arch/tile/kernel/process.c
C
gpl-2.0
21,783
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * "Ping" sockets * * This program is free software; you can redistribute it and/or * modify it under the te...
sudosurootdev/kernel_lge_g3-1
net/ipv4/ping.c
C
gpl-2.0
28,749
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * * Portions created by Alan Antonuk are Copyright (c) 2012-2013 * Alan Antonuk. All Rights Reserved. * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * * Portions c...
haglerchristopher/automation
src/3rd_party/rabbitMQClient/examples/amqp_producer.c
C
gpl-2.0
4,992
/* * GStreamer * Copyright (C) 2007,2009 David Schleef <ds@schleef.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 the License, or (at your option) a...
madmac2501/gst-srtp
ext/cog/gstcogmse.c
C
gpl-2.0
13,966
/* * This file is part of the coreboot project. * * Copyright (C) 2007 Advanced Micro Devices, Inc. * Copyright (C) 2008 LiPPERT Embedded Computers GmbH * * 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 Soft...
BTDC/coreboot
src/mainboard/lippert/spacerunner-lx/romstage.c
C
gpl-2.0
6,565
/* packet-ifcp.c * Routines for iFCP dissection * RFC 3821, RFC 3643 * * Copyright 2005 Aboo Valappil (valappil_aboo@emc.com) * 2006 ronnie sahlberg major refactoring * * * Significantly based on packet-fcip.c by * Copyright 2001, Dinesh G Dutt (ddutt@cisco.com) * * Wireshark - Networ...
FabianKnapp/nexmon
utilities/wireshark/epan/dissectors/packet-ifcp.c
C
gpl-3.0
21,245
/* * fs/dcache.c * * Complete reimplementation * (C) 1997 Thomas Schoebel-Theuer, * with heavy changes by Linus Torvalds */ /* * Notes on the allocation strategy: * * The dcache is a master of the icache - whenever a dcache entry * exists, the inode will always exist. "iput()" is done either when * the dcac...
sdphome/UHF_Reader
linux-3.14.52/fs/dcache.c
C
gpl-3.0
87,006
/***************************************************************************** * * Copyright 2017 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 a...
jsdosa/TizenRT
os/drivers/wireless/scsc/tx.c
C
apache-2.0
17,682
/**************************************************************************** * net/bluetooth/bt_keys.c * Bluetooth key handling * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Ported from the Intel/Zephyr arduino101_firmware_source-v1.tar package * whe...
jsdosa/TizenRT
os/net/bluetooth/bt_keys.c
C
apache-2.0
8,246
/* This code implements one part of functonality of free available library PL/Vision. Please look www.quest.com Original author: Steven Feuerstein, 1996 - 2002 PostgreSQL implementation author: Pavel Stehule, 2006-2018 This module is under BSD Licence History: 1.0. first public version 13. March 2006...
50wu/gpdb
gpcontrib/orafce/plvlex.c
C
apache-2.0
6,671
/* zip_source_stat.c -- get meta information from zip_source Copyright (C) 2009-2014 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. The authors can be contacted at <libzip@nih.at> Redistribution and use in source and binary forms, with or without modifi...
tamaskenez/libzip-cmake
lib/zip_source_stat.c
C
bsd-3-clause
2,195
/* * 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 "buf_text.h" int git_buf_text_puts_escaped( git_buf *buf, const char *string, const char *es...
suhongrui/gitlab
vendor/bundle/ruby/2.1.0/gems/rugged-0.21.2/vendor/libgit2/src/buf_text.c
C
mit
6,506
/* Copyright (c) 2007-2008 CSIRO Copyright (c) 2007-2009 Xiph.Org Foundation Written by Jean-Marc Valin */ /* 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...
a12n/godot
drivers/opus/celt/vq.c
C
mit
11,467
//========================================================================== // // ./agent/current/src/mibgroup/mibII/system_mib.c // // //========================================================================== // ####ECOSGPLCOPYRIGHTBEGIN#### // ---------------------...
reille/proj_ecos
src/ecos/packages/net/snmp/agent/current/src/mibgroup/mibII/system_mib.c
C
gpl-2.0
16,005
/* * vesainfo.c * * Dump information about what VESA graphics modes are supported. */ #include <string.h> #include <stdio.h> #include <console.h> #include <com32.h> #include <inttypes.h> #include "../lib/sys/vesa/vesa.h" /* Wait for a keypress */ static void wait_key(void) { char ch; while (fread(&ch, 1, ...
CyanogenMod/android_external_syslinux
com32/modules/vesainfo.c
C
gpl-2.0
1,913
/* * linux/arch/m68k/mm/init.c * * Copyright (C) 1995 Hamish Macdonald * * Contains common initialization routines, specific init code moved * to motorola.c and sun3mmu.c */ #include <linux/module.h> #include <linux/signal.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/swap.h> #include <...
laruence/linux
arch/m68k/mm/init.c
C
gpl-2.0
5,966
/****************************************************************************** * * Name: skxmac2.c * Project: GEnesis, PCI Gigabit Ethernet Adapter * Version: $Revision: 1.91 $ * Date: $Date: 2003/02/05 15:09:34 $ * Purpose: Contains functions to initialize the MACs and PHYs * *********************************...
EAVR/EV3.14
ev3sources/extra/uboot-03.20.00.13/drivers/net/sk98lin/skxmac2.c
C
gpl-2.0
117,162
/* * init.c, Common initialization routines for NEC VR4100 series. * * Copyright (C) 2003-2005 Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> * * 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 Found...
Voskrese/mipsonqemu
linux-2.6.x/arch/mips/vr41xx/common/init.c
C
gpl-2.0
2,184
/* * jdcolor.c * * Copyright (C) 1991-1997, Thomas G. Lane. * 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 output colorspace conversion routines. */ #define JPEG_INTERNALS #include "jinc...
WildfireTeamPRJ/wildfire_stm32_iso
3-野火ISO-系统进阶篇/uCGUI/竖屏GUI_DEMO/uCGUI/JPEG/jdcolor.c
C
gpl-2.0
13,382
/* -*- linux-c -*- * sysctl_net_core.c: sysctl interface to net core subsystem. * * Begun April 1, 1996, Mike Shaver. * Added /proc/sys/net/core directory entry (empty =) ). [MS] */ #include <linux/mm.h> #include <linux/sysctl.h> #include <linux/config.h> #ifdef CONFIG_SYSCTL extern int netdev_max_backlog; exte...
joshumax/hurd
pfinet/linux-src/net/core/sysctl_net_core.c
C
gpl-2.0
1,666
/* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org> * * 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. */ /* Everything about the r...
binhqnguyen/lena
nsc/linux-2.6.18/net/ipv4/netfilter/ip_nat_rule.c
C
gpl-2.0
8,919
/* Copyright 2017 Fred Sundvik * * 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 distributed ...
chancegrissom/qmk_firmware
tmk_core/common/test/eeprom.c
C
gpl-2.0
3,020
/* * Xilinx MicroBlaze emulation for qemu: main translation routines. * * Copyright (c) 2009 Edgar E. Iglesias. * * 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 * versio...
Aaron0927/qemu
target-microblaze/translate.c
C
gpl-2.0
56,688
/* * $Id$ * * Copyright (C) 2001-2003 FhG Fokus * Copyright (C) 2006 Voice Sistem SRL * Copyright (C) 2008 Juha Heinanen * * This file is part of Kamailio, a free SIP server. * * Kamailio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publishe...
foucse/kamailio
modules/acc/acc.c
C
gpl-2.0
25,703
/* $Id: aes_helper.c 220 2010-06-09 09:21:50Z tp $ */ /* * AES tables. This file is not meant to be compiled by itself; it * is included by some hash function implementations. It contains * the precomputed tables and helper macros for evaluating an AES * round, optionally with a final XOR with a subkey. * * By default,...
btcsoft/coinj-specs
x11-specs/jni/aes_helper.c
C
apache-2.0
22,950
/* * videobuf2-core.c - V4L2 driver helper framework * * Copyright (C) 2010 Samsung Electronics * * Author: Pawel Osciak <pawel@osciak.com> * Marek Szyprowski <m.szyprowski@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
googyanas/Googy-Max-N4-TW511-Kernel
drivers/media/v4l2-core/videobuf2-core.c
C
gpl-2.0
74,463
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar * Copyright (C) 2005-2006, Thomas Gleixner, Russell King * * This file contains the interrupt descriptor management code. Detailed * information is available in Documentation/core-api/genericirq.rst * */ #include <...
uniphier/linux-unph
kernel/irq/irqdesc.c
C
gpl-2.0
22,491
/* * Copyright (C) 2007 Oracle. 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
benatto/linux-1
fs/btrfs/ioctl.c
C
gpl-2.0
121,059
/* * viatel_cbp_sync.c * * VIA CBP driver for Linux * * Copyright (C) 2011 VIA TELECOM Corporation, Inc. * Author: VIA TELECOM Corporation, Inc. * * This package 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 ...
rimistri/mediatek
mt6592/mediatek/kernel/drivers/misc_via/sync.c
C
gpl-2.0
71,950
/* * QEMU UniCore32 CPU * * Copyright (c) 2010-2012 Guan Xuetao * Copyright (c) 2012 SUSE LINUX Products GmbH * * 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. * * Contributi...
amuaddib/qemu_scratch
target-unicore32/cpu.c
C
gpl-2.0
4,290
/* Localization of proper names. Copyright (C) 2006-2010 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2006. 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;...
ystk/debian-coreutils
lib/propername.c
C
gpl-3.0
9,714
/* crypto/x509/x509_obj.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 no...
FabianKnapp/nexmon
utilities/boringssl/src/crypto/x509/x509_obj.c
C
gpl-3.0
6,844
/* Stub for readlink(). Copyright (C) 2003-2007, 2009-2018 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your o...
mina86/emacs
lib/readlink.c
C
gpl-3.0
2,356
/* Vectorizer Specific Loop Manipulations Copyright (C) 2003-2016 Free Software Foundation, Inc. Contributed by Dorit Naishlos <dorit@il.ibm.com> and Ira Rosen <irar@il.ibm.com> This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public ...
selmentdev/selment-toolchain
source/gcc-latest/gcc/tree-vect-loop-manip.c
C
gpl-3.0
86,254
/*---------------------------------------------------------------------------- * File: ooaofooa_BP_ST_class.c * * Class: State Breakpoint (BP_ST) * Component: ooaofooa * * your copyright statement can go here (from te_copyright.body) *-------------------------------------------------------------...
john-tornblom/mc
model/com.mentor.nucleus.bp.core/src50/ooaofooa_BP_ST_class.c
C
apache-2.0
4,701