repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
patjak/linux | net/batman-adv/icmp_socket.h | 1096 | /* Copyright (C) 2007-2015 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
* 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... | gpl-2.0 |
droidzone/Supernova-Kernel | sound/sound/soc/davinci/davinci-mcasp.c | 26288 | /*
* ALSA SoC McASP Audio Layer for TI DAVINCI processor
*
* Multi-channel Audio Serial Port Driver
*
* Author: Nirmal Pandey <n-pandey@ti.com>,
* Suresh Rajashekara <suresh.r@ti.com>
* Steve Chen <schen@.mvista.com>
*
* Copyright: (C) 2009 MontaVista Software, Inc., <source@mvista.com>
* Co... | gpl-2.0 |
lxl1140989/dmsdk | uboot/u-boot-dm6291/arch/m68k/include/asm/config.h | 990 | /*
* Copyright 2009 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This pro... | gpl-2.0 |
Leonog/trabalho-les | web/vendor/zendframework/zend-crypt/README.md | 1153 | # zend-crypt
[](https://secure.travis-ci.org/zendframework/zend-crypt)
[](https://coveralls.io/r/zendframework/zend-crypt?branch=master)... | gpl-3.0 |
oleksandr-minakov/northshore | ui/node_modules/es6-templates/test/examples/multi-line.js | 61 | var s = `a
b
c`;
assert.equal(s, 'a\n b\n c');
| apache-2.0 |
CSE3320/kernel-code | linux-5.8/drivers/visorbus/Makefile | 204 | # SPDX-License-Identifier: GPL-2.0
#
# Makefile for Unisys visorbus
#
obj-$(CONFIG_UNISYS_VISORBUS) += visorbus.o
visorbus-y := visorbus_main.o
visorbus-y += visorchannel.o
visorbus-y += visorchipset.o
| gpl-2.0 |
prasidh09/cse506 | unionfs-3.10.y/arch/sh/kernel/cpu/sh4a/setup-shx3.c | 14619 | /*
* SH-X3 Prototype Setup
*
* Copyright (C) 2007 - 2010 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#include <linux/platform_device.h>
#include <linux/init.h>
#include... | gpl-2.0 |
ziqiaozhou/cachebar | source/drivers/scsi/qla2xxx/qla_nx.h | 40400 | /*
* QLogic Fibre Channel HBA Driver
* Copyright (c) 2003-2013 QLogic Corporation
*
* See LICENSE.qla2xxx for copyright and licensing details.
*/
#ifndef __QLA_NX_H
#define __QLA_NX_H
/*
* Following are the states of the Phantom. Phantom will set them and
* Host will read to check if the fields are correct.
*/... | gpl-2.0 |
SanDisk-Open-Source/SSD_Dashboard | uefi/gcc/gcc-4.6.3/gcc/testsuite/g++.old-deja/g++.pt/ttp65.C | 615 | // { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
// Bug: We used reject template unification of two bound template template
// parameters.
template <class T, class U=int> class C
{
};
template <class T, class U> void f(C<T,... | gpl-2.0 |
geminy/aidear | oss/linux/linux-4.7/drivers/platform/chrome/cros_kbd_led_backlight.c | 3447 | /*
* Keyboard backlight LED driver for Chrome OS.
*
* Copyright (C) 2012 Google, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at yo... | gpl-3.0 |
felixhaedicke/nst-kernel | src/arch/m32r/lib/delay.c | 2904 | /*
* linux/arch/m32r/lib/delay.c
*
* Copyright (c) 2002 Hitoshi Yamamoto, Hirokazu Takata
* Copyright (c) 2004 Hirokazu Takata
*/
#include <linux/param.h>
#include <linux/module.h>
#ifdef CONFIG_SMP
#include <linux/sched.h>
#include <asm/current.h>
#include <asm/smp.h>
#endif /* CONFIG_SMP */
#include <asm/pro... | gpl-2.0 |
jlspyaozhongkai/Uter | third_party_backup/binutils-2.25/ld/emulparams/armelf_nbsd.sh | 151 | . ${srcdir}/emulparams/armelf.sh
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
TEXT_START_ADDR=0x00008000
TARGET2_TYPE=got-rel
unset STACK_ADDR
unset EMBEDDED
| gpl-3.0 |
okubax/dotfiles | zsh/oh-my-zsh/plugins/vagrant-prompt/README.md | 216 | This plugin prompts the status of the Vagrant VMs. It supports single-host and
multi-host configurations as well.
Look inside the source for documentation about custom variables.
Alberto Re <alberto.re@gmail.com>
| gpl-3.0 |
CSE3320/kernel-code | linux-5.8/drivers/video/fbdev/dnfb.c | 8147 | // SPDX-License-Identifier: GPL-2.0-only
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <asm/setup.h>
#include <asm/irq.h>
#include <asm/amigahw.h>
#include <asm/amigain... | gpl-2.0 |
CSE3320/kernel-code | linux-5.8/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxtu102.c | 3317 | /*
* Copyright 2019 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | gpl-2.0 |
yuyang545262477/Resume | 项目二电商首页/node_modules/bs-recipes/recipes/gulp.sass/gulpfile.js | 691 | var gulp = require('gulp');
var browserSync = require('browser-sync');
var sass = require('gulp-sass');
var reload = browserSync.reload;
var src = {
scss: 'app/scss/*.scss',
css: 'app/css',
html: 'app/*.html'
};
// Static Server + watching scss/html files
gulp.task('serve', ['sass'], f... | mit |
DirtyUnicorns/android_kernel_samsung_klte | drivers/staging/iio/industrialio-event.c | 12232 | /* Industrial I/O event handling
*
* Copyright (c) 2008 Jonathan Cameron
*
* 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.
*
* Based on elements of hwmon and input subsystems.
... | gpl-2.0 |
Piicksarn/cdnjs | ajax/libs/validate.js/0.1.1/validate.js | 12865 | // Validate.js 0.1.1
// (c) 2013 Wrapp
// Validate.js may be freely distributed under the MIT license.
// For all details and documentation:
// http://validatejs.org/
(function(exports, module) {
"use strict";
// The main function that calls the validators specified by the constraints.
// The options are the fo... | mit |
CSE3320/kernel-code | linux-5.8/arch/arm/crypto/sha256_glue.h | 412 | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef _CRYPTO_SHA256_GLUE_H
#define _CRYPTO_SHA256_GLUE_H
#include <linux/crypto.h>
extern struct shash_alg sha256_neon_algs[2];
int crypto_sha256_arm_update(struct shash_desc *desc, const u8 *data,
unsigned int len);
int crypto_sha256_arm_finup(struct shash_desc *de... | gpl-2.0 |
hellokidder/js-studying | 微信小程序/wxtest/node_modules/source-map/dist/source-map.js | 101940 | (function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'object')
exports["sourceMap"] = factory();
else
root["sou... | mit |
wkritzinger/asuswrt-merlin | release/src-rt-7.x.main/src/linux/linux-2.6.36/drivers/net/ne-h8300.c | 19859 | /* ne-h8300.c: A NE2000 clone on H8/300 driver for linux. */
/*
original ne.c
Written 1992-94 by Donald Becker.
Copyright 1993 United States Government as represented by the
Director, National Security Agency.
This software may be used and distributed according to the terms
of the GNU General ... | gpl-2.0 |
muzining/net | x/tools/container/intsets/popcnt_amd64.go | 483 | // 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 amd64,!appengine,!gccgo
package intsets
func popcnt(x word) int
func havePOPCNT() bool
var hasPOPCNT = havePOPCNT()
// popcount returns the popula... | bsd-3-clause |