repo_name string | path string | copies string | size string | content string | license string |
|---|---|---|---|---|---|
jtimberman/omnibus | source/openssl-0.9.8o/crypto/dh/p192.c | 881 | 3614 | /* crypto/dh/p192.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-com... | apache-2.0 |
Ant-OS/android_kernel_moto_shamu | drivers/isdn/hardware/mISDN/mISDNinfineon.c | 3450 | 27664 | /*
* mISDNinfineon.c
* Support for cards based on following Infineon ISDN chipsets
* - ISAC + HSCX
* - IPAC and IPAC-X
* - ISAC-SX + HSCX
*
* Supported cards:
* - Dialogic Diva 2.0
* - Dialogic Diva 2.0U
* - Dialogic Diva 2.01
* - Dialogic Diva 2.02
* - Sedlbauer Speedwin
* - HST Saphir3
* - De... | apache-2.0 |
bcostm/mbed-os | features/unsupported/tests/mbed/freopen/TextDisplay.cpp | 125 | 1160 | /* mbed TextDisplay Display Library Base Class
* Copyright (c) 2007-2009 sford
* Released under the MIT License: http://mbed.org/license/mit
*/
#include "TextDisplay.h"
TextDisplay::TextDisplay(const char *name) : Stream(name) {
_row = 0;
_column = 0;
}
int TextDisplay::_putc(int value) {
if(value == ... | apache-2.0 |
lulee007/TeamTalk | win-client/core/DuiLib/Control/UICombo.cpp | 126 | 28708 | #include "StdAfx.h"
namespace DuiLib {
/////////////////////////////////////////////////////////////////////////////////////
//
//
class CComboWnd : public CWindowWnd
{
public:
void Init(CComboUI* pOwner);
LPCTSTR GetWindowClassName() const;
void OnFinalMessage(HWND hWnd);
LRESULT HandleMessage(UINT... | apache-2.0 |
ban4jp/mbed | libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/gpio_api.c | 129 | 1859 | /* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* 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 re... | apache-2.0 |
racker/omnibus | source/git-1.7.6.4/patch-delta.c | 393 | 2209 | /*
* patch-delta.c:
* recreate a buffer from a source and the delta produced by diff-delta.c
*
* (C) 2005 Nicolas Pitre <nico@fluxnic.net>
*
* This code 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 Fo... | apache-2.0 |
lordjone/libgdx | extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.cpp | 141 | 59610 | /*************************************************************************
* *
* Open Dynamics Engine, Copyright (C) 2001,2002 Russell L. Smith. *
* All rights reserved. Email: russ@q12.org Web: www.q12.org *
* ... | apache-2.0 |
wzj413718/Jikexueyuan | Lesson-11-Css_of_Project/jikexueyuanSass/node_modules/node-sass/src/libsass/contrib/plugin.cpp | 1166 | 2117 | #include <cstring>
#include <iostream>
#include <stdint.h>
#include <sass.h>
// gcc: g++ -shared plugin.cpp -o plugin.so -fPIC -Llib -lsass
// mingw: g++ -shared plugin.cpp -o plugin.dll -Llib -lsass
extern "C" const char* ADDCALL libsass_get_version() {
return libsass_version();
}
union Sass_Value* custom_functio... | apache-2.0 |
Ant-OS/android_kernel_moto_shamu | drivers/media/pci/saa7164/saa7164-cmd.c | 3727 | 14867 | /*
* Driver for the NXP SAA7164 PCIe bridge
*
* Copyright (c) 2010 Steven Toth <stoth@kernellabs.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 the Licens... | apache-2.0 |
151706061/DCMTK-ITK | Modules/ThirdParty/JPEG/src/itkjpeg/jcparam.c | 682 | 22009 | /*
* jcparam.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* Modified 2003-2008 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 optional default-setting code for the JPEG compre... | apache-2.0 |
Dzamir/libgdx | extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ftmm.c | 174 | 6540 | /***************************************************************************/
/* */
/* ftmm.c */
/* */
/* Mu... | apache-2.0 |
manuelmagix/kernel_bq_piccolo | drivers/gpu/drm/radeon/radeon_clocks.c | 4546 | 26841 | /*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Jerome Glisse.
*
* 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, in... | apache-2.0 |
indashnet/InDashNet.Open.UN2000 | lichee/linux-3.4/arch/mn10300/mm/cache-smp-flush.c | 12263 | 4590 | /* Functions for global dcache flush when writeback caching in SMP
*
* Copyright (C) 2010 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licence
* as publis... | apache-2.0 |
309746069/libgdx | extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/b2Contact.cpp | 499 | 7392 | /*
* Copyright (c) 2006-2009 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
* i... | apache-2.0 |
abusalimov/embox | src/drivers/block_dev/ide/harddisk_pio.c | 3 | 4838 | /**
* @file
* @brief
*
* @date 26.10.2012
* @author Andrey Gazukin
*/
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <asm/io.h>
#include <kernel/irq_lock.h>
#include <drivers/ide.h>
#include <embox/block_dev.h>
#include <mem/phymem.h>
#include <util/indexator.h>
#includ... | bsd-2-clause |
yoavweiss/RespImg-WebCore | platform/graphics/cg/GraphicsContext3DCG.cpp | 4 | 13320 | /*
* Copyright (C) 2010 Apple Inc. All rights reserved.
* Copyright (C) 2010 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:
* 1. Redistributions of source code must retain the ... | bsd-2-clause |
ASMlover/study | os/osask/os-src/toyosc2/color2.c | 9 | 2136 | /*
* Copyright (c) 2013 ASMlover. 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 ofconditions ... | bsd-2-clause |
tgrogers/gpgpu-sim_simulations | benchmarks/src/cuda/rodinia/3.1/cuda/leukocyte/meschach_lib/otherio.c | 12 | 4520 |
/**************************************************************************
**
** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved.
**
** Meschach Library
**
** This Meschach Library is provided "as is" without any express
** or implied warranty of any kind with respect to this softwar... | bsd-2-clause |
adamwiggins/nginx-as-heroku-app | src/os/unix/ngx_solaris_sendfilev_chain.c | 16 | 5830 |
/*
* Copyright (C) Igor Sysoev
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
#if (NGX_TEST_BUILD_SOLARIS_SENDFILEV)
/* Solaris declarations */
typedef struct sendfilevec {
int sfv_fd;
u_int sfv_flag;
off_t sfv_off;
size_t sfv_len;
} sendfilevec_t;
#define SFV... | bsd-2-clause |
yosh/nginx | src/mail/ngx_mail_core_module.c | 18 | 14122 |
/*
* Copyright (C) Igor Sysoev
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
#include <ngx_mail.h>
static void *ngx_mail_core_create_main_conf(ngx_conf_t *cf);
static void *ngx_mail_core_create_srv_conf(ngx_conf_t *cf);
static char *ngx_mail_core_merge_srv_conf(ngx_conf_t *cf, void *par... | bsd-2-clause |
upsoft/nginx-openresty-windows | nginx/objs/lib_x64/zlib-1.2.8/trees.c | 2066 | 44255 | /* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2012 Jean-loup Gailly
* detect_data_type() function provided freely by Cosmin Truta, 2006
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* ALGORITHM
*
* The "deflation" process uses several Huffman... | bsd-2-clause |
forkch/scrabble_ar | ArScrabble/libraries/tess-two/jni/com_googlecode_leptonica_android/src/src/dewarp4.c | 19 | 37096 | /*====================================================================*
- Copyright (C) 2001 Leptonica. 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 c... | bsd-2-clause |
ujamjar/rumpuser-baremetal | librt/udivsi3.c | 32 | 1802 | /* ===-- udivsi3.c - Implement __udivsi3 -----------------------------------===
*
* 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.
*
* ===----------------------------------------... | bsd-2-clause |
rbgirshick/caffe | tools/net_speed_benchmark.cpp | 43 | 3085 | // Copyright 2014 BVLC and contributors.
#include <cuda_runtime.h>
#include <fcntl.h>
#include <google/protobuf/text_format.h>
#include <cstring>
#include <ctime>
#include <string>
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/common.hpp"
#include "caffe/net.hpp"
#include "caffe/filler.hpp"
#include "c... | bsd-2-clause |
endplay/omniplay | linux-lts-quantal-3.5.0/sound/soc/codecs/tlv320aic32x4.c | 4941 | 23135 | /*
* linux/sound/soc/codecs/tlv320aic32x4.c
*
* Copyright 2011 Vista Silicon S.L.
*
* Author: Javier Martin <javier.martin@vista-silicon.com>
*
* Based on sound/soc/codecs/wm8974 and TI driver for kernel 2.6.27.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t... | bsd-2-clause |
coverxiaoeye/nginx-openresty-windows | nginx/src/http/modules/ngx_http_addition_filter_module.c | 78 | 6927 |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
typedef struct {
ngx_str_t before_body;
ngx_str_t after_body;
ngx_hash_t types;
ngx_array_t *types_keys;
} ngx_http_addition_conf_t;
typedef struct {
... | bsd-2-clause |
lioonline/losslessh264 | codec/processing/src/adaptivequantization/AdaptiveQuantization.cpp | 78 | 10372 | /*!
* \copy
* Copyright (c) 2013, Cisco Systems
* 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 co... | bsd-2-clause |
mikedlowis-prototypes/albase | source/kernel/net/netfilter/ipvs/ip_vs_pe_sip.c | 144 | 4413 | #define KMSG_COMPONENT "IPVS"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/kernel.h>
#include <net/ip_vs.h>
#include <net/netfilter/nf_conntrack.h>
#include <linux/netfilter/nf_conntrack_sip.h>
#ifdef CONFIG_IP_VS_DEBUG
static const char *ip_vs_dbg_callid(char *buf, size_t bu... | bsd-2-clause |
sdgdsffdsfff/nginx-openresty-windows | nginx/objs/lib_x64/openssl-1.0.2d/crypto/x509/x509_def.c | 189 | 3778 | /* crypto/x509/x509_def.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... | bsd-2-clause |
massivesupernova/nginx-ext | deplib/openssl/engines/e_capi_err.c | 202 | 7516 | /* e_capi_err.c */
/* ====================================================================
* Copyright (c) 1999-2009 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
... | bsd-2-clause |
3MFConsortium/lib3mf | Source/Libraries/zlib/crc32.c | 732 | 14053 | /* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown <rbrown64@csc.com.au> for his contribution of faster
* CRC methods: exclusive-oring 32 bits of data at a... | bsd-2-clause |
dCache/s2 | libcommon/printf.c | 1 | 14169 | /*
* Copyright (c) 1989, 1993
* The Regents of the University of California. 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 copyr... | bsd-3-clause |
sbillin/IMLP | cisstICP/cisstICP/algDirICP_GIMLOP_Mesh.cpp | 1 | 4028 | // ****************************************************************************
//
// Copyright (c) 2014, Seth Billings, Russell Taylor, Johns Hopkins University
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the ... | bsd-3-clause |
jrobhoward/SCADAbase | cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c | 1 | 22954 | /*
* 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... | bsd-3-clause |
JianpingZeng/xcc | xcc/test/juliet/testcases/CWE190_Integer_Overflow/s02/CWE190_Integer_Overflow__int64_t_fscanf_square_81_goodB2G.cpp | 1 | 1318 | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int64_t_fscanf_square_81_goodB2G.cpp
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-81_goodB2G.tmpl.cpp
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: fscanf Read data from the console... | bsd-3-clause |
RabadanLab/MITKats | Modules/DiffusionImaging/DiffusionIO/mitkFiberBundleTrackVisWriter.cpp | 1 | 3204 | /*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty o... | bsd-3-clause |
ds-hwang/chromium-crosswalk | third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp | 2 | 6016 | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#include "V8TestInterfaceDocument.h"
#include "bindings/core/v8/ExceptionSt... | bsd-3-clause |
DLuensch/StereoVision-ADCensus | ADCensusBM/disparityrefinement.cpp | 2 | 17098 | /* ----------------------------------------------------------------------------
* Robotics Laboratory, Westphalian University of Applied Science
* ----------------------------------------------------------------------------
* Project : Stereo Vision Project
* Revision : 1.0
* Recent changes : 18.06.2014
... | bsd-3-clause |
yinsu/grpc | src/core/transport/chttp2/writing.c | 2 | 10840 | /*
*
* 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... | bsd-3-clause |
ttseng/Build-in-Progress-Web | vendor/ffmpeg/share/ffmpeg/examples/demuxing_decoding.c | 2 | 14325 | /*
* Copyright (c) 2012 Stefano Sabatini
*
* 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, pu... | bsd-3-clause |
anasazi/POP-REU-Project | pkgs/libs/imagick/src/magick/cache-view.c | 2 | 30472 | /*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% %
% ... | bsd-3-clause |
vaas-krish/openthread | src/ncp/ncp_buffer.cpp | 2 | 27907 | /*
* Copyright (c) 2016, The OpenThread Authors.
* 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
* n... | bsd-3-clause |
kortschak/OpenBLAS | lapack-netlib/LAPACKE/src/lapacke_sgelsy.c | 3 | 3754 | /*****************************************************************************
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... | bsd-3-clause |
arvidsson/Agui | src/Agui/Widgets/Frame/FrameListener.cpp | 3 | 2122 | /* _____
* /\ _ \ __
* \ \ \_\ \ __ __ __ /\_\
* \ \ __ \ /'_ `\ /\ \/\ \\/\ \
* \ \ \/\ \ /\ \_\ \\ \ \_\ \\ \ \
* \ \_\ \_\\ \____ \\ \____/ \ \_\
* \/_/\/_/ \/____\ \\/___/ \/_/
* /\____/
... | bsd-3-clause |
nocnokneo/MITK | Utilities/qwt/src/qwt_wheel.cpp | 3 | 17065 | /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Qwt License, Version 1.0
**************... | bsd-3-clause |
paulondc/gaffer | src/GafferBindings/CompoundNumericPlugBinding.cpp | 4 | 5397 | //////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2011-2012, John Haddon. All rights reserved.
// Copyright (c) 2011-2013, Image Engine Design Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are perm... | bsd-3-clause |
SCOREC/phasta | phSolver/compressible/setBlowing_Duct2.f | 4 | 3411 | c================================================================
c Set jet inlet BCs based on contraction mdot dynamically,
c called by itrdrv.f
c ===============================================================
subroutine setBlowing_Duct2(x,BC,y,iTurbWall,istp)
use blowingDuct ! njetinlet, jetinletf... | bsd-3-clause |
ljerry/arm-trusted-firmware | drivers/io/io_fip.c | 6 | 12339 | /*
* Copyright (c) 2014, ARM Limited and Contributors. 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 o... | bsd-3-clause |
drnp/bspd | deps/mariadb-client/mf_unixpath.c | 7 | 1120 | /* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
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) any ... | bsd-3-clause |
nkhuyu/libffm | ffm-predict.cpp | 7 | 2428 | #include <cstring>
#include <fstream>
#include <iostream>
#include <string>
#include <iomanip>
#include <memory>
#include <cmath>
#include <stdexcept>
#include <vector>
#include <cstdlib>
#include "ffm.h"
using namespace std;
using namespace ffm;
struct Option
{
string test_path, model_path, output_path;
};
str... | bsd-3-clause |
wilsonianb/nacl_contracts | src/trusted/validator/x86/decoder/generator/ncval_simplify.c | 7 | 9040 | /*
* Copyright (c) 2011 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/*
* Simplifies instruction set to what is needed for the
* (x86-64) ncval_reg_sfi validator.
*
* There are two parts to this story. F... | bsd-3-clause |
librasungirl/openthread | third_party/mbedtls/repo/programs/pkey/rsa_encrypt.c | 7 | 5536 | /*
* RSA simple data encryption program
*
* 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 ... | bsd-3-clause |
buffer51/OpenBLAS | lapack-netlib/LAPACKE/src/lapacke_dpttrs_work.c | 8 | 3663 | /*****************************************************************************
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... | bsd-3-clause |
youtube/cobalt_sandbox | third_party/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table.pass.cpp | 10 | 2024 | //===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------... | bsd-3-clause |
lrita/redis-2.8.24-with-comment | deps/lua/src/ldebug.c | 1291 | 16840 | /*
** $Id: ldebug.c,v 2.29.1.6 2008/05/08 16:56:26 roberto Exp $
** Debug Interface
** See Copyright Notice in lua.h
*/
#include <stdarg.h>
#include <stddef.h>
#include <string.h>
#define ldebug_c
#define LUA_CORE
#include "lua.h"
#include "lapi.h"
#include "lcode.h"
#include "ldebug.h"
#include "ldo.h"
#include ... | bsd-3-clause |
GaloisInc/hacrypto | src/C/gnupg/gnupg-1.4.18/cipher/camellia.c | 12 | 54804 | /* camellia.h ver 1.2.0
*
* Copyright (C) 2006,2007
* NTT (Nippon Telegraph and Telephone Corporation).
*
* 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 Licens... | bsd-3-clause |
geekboxzone/lollipop_external_chromium_org_third_party_WebKit | Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp | 13 | 3111 | /*
* Copyright (C) 2014 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... | bsd-3-clause |
TripNRaVeR/android_external_skia | tools/render_pdfs_main.cpp | 16 | 9447 | /*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkCanvas.h"
#include "SkDevice.h"
#include "SkForceLinking.h"
#include "SkGraphics.h"
#include "SkImageEncoder.h"
#include "SkOSFile.h"
#include "SkPicture.h"
#inclu... | bsd-3-clause |
gnu3ra/SCC15HPCRepast | INSTALLATION/boost_1_54_0/libs/signals2/example/extended_slot.cpp | 17 | 1126 | // Example program for connecting an extended slot,
// using a signal's connect_extended and extended_slot_type.
//
// Copyright Frank Mori Hess 2009.
//
// 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.boo... | bsd-3-clause |
bitfusionio/OpenBLAS | interface/tpmv.c | 18 | 7187 | /*********************************************************************/
/* Copyright 2009, 2010 The University of Texas at Austin. */
/* All rights reserved. */
/* */
/* Redistribution and use in sou... | bsd-3-clause |
sferik/rubinius | vendor/oniguruma/enc/mktable.c | 19 | 28627 | /**********************************************************************
mktable.c
**********************************************************************/
/*-
* Copyright (c) 2002-2007 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or w... | bsd-3-clause |
honnibal/blaze-lib | blazetest/src/mathtest/tsvecdmatmult/VCaM5x5a.cpp | 19 | 3759 | //=================================================================================================
/*!
// \file src/mathtest/tsvecdmatmult/VCaM5x5a.cpp
// \brief Source file for the VCaM5x5a sparse vector/dense matrix multiplication math test
//
// Copyright (C) 2013 Klaus Iglberger - All Rights Reserved
//
// Thi... | bsd-3-clause |
bygreencn/mozjpeg | jddctmgr.c | 19 | 11380 | /*
* jddctmgr.c
*
* This file was part of the Independent JPEG Group's software:
* Copyright (C) 1994-1996, Thomas G. Lane.
* Modified 2002-2010 by Guido Vollbeding.
* libjpeg-turbo Modifications:
* Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
* Copyright (C) 2010, D. R. Commander.
* Copyright... | bsd-3-clause |
HackLinux/goblin-core | riscv/llvm/3.5/cfe-3.5.0.src/test/CodeGen/libcalls-complex.c | 21 | 1306 | // RUN: %clang_cc1 -fno-builtin -emit-llvm -o - %s -triple i386-unknown-unknown | FileCheck -check-prefix CHECK-YES %s
// RUN: %clang_cc1 -emit-llvm -o - %s -triple i386-unknown-unknown | FileCheck -check-prefix CHECK-NO %s
extern float crealf(float _Complex);
extern double creal(double _Complex);
extern long double c... | bsd-3-clause |
iradul/phantomjs-clone | src/qt/qtbase/src/plugins/platforms/directfb/qdirectfbinput.cpp | 21 | 8180 | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the plugins of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holdi... | bsd-3-clause |
lokeshjindal15/pd-gem5 | kernel_dvfs/linux-linaro-tracking-gem5/arch/um/drivers/chan_kern.c | 4374 | 12277 | /*
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
* Licensed under the GPL
*/
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include "chan.h"
#include <os.h>
#include <irq_kern.h>
#ifdef CONFIG_NOCONFIG_CHAN
static void *not_configged_init(char *str, int device... | bsd-3-clause |
UnicornButter/external_skia | bench/BenchTimer.cpp | 24 | 1223 |
/*
* Copyright 2011 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "BenchTimer.h"
#if defined(SK_BUILD_FOR_WIN32)
#include "BenchSysTimer_windows.h"
#elif defined(SK_BUILD_FOR_MAC)
#include "BenchSysTimer_mach.h"
#elif define... | bsd-3-clause |
mxOBS/deb-pkg_trusty_chromium-browser | third_party/WebKit/Source/modules/webdatabase/DOMWindowWebDatabase.cpp | 26 | 3078 | /*
* Copyright (C) 2006, 2007, 2008, 2010 Apple Inc. All rights reserved.
* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions ... | bsd-3-clause |
UCSantaCruzComputationalGenomicsLab/clapack | BLAS/SRC/zdscal.c | 26 | 2030 | /* zdscal.f -- translated by f2c (version 20061008).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of... | bsd-3-clause |
PragTob/rubinius | vendor/winpthreads/tests/join1.c | 28 | 2247 | /*
* Test for pthread_join().
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canbe... | bsd-3-clause |
bitfusionio/OpenBLAS | lapack-netlib/TESTING/LIN/dqrt17.f | 29 | 7096 | *> \brief \b DQRT17
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
* Definition:
* ===========
*
* DOUBLE PRECISION FUNCTION DQRT17( TRANS, IRESID, M, N, NRHS, A,
* LDA, X, LDX, B, LDB, C, W... | bsd-3-clause |
rjshade/grpc | src/core/lib/support/time.c | 29 | 8327 | /*
*
* 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... | bsd-3-clause |
keithroe/vtkoptix | ThirdParty/hdf5/vtkhdf5/src/H5Ocont.c | 29 | 9678 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | bsd-3-clause |
JCROM-Android/jcrom_external_skia | src/ports/SkDiscardableMemory_ashmem.cpp | 33 | 3012 | /*
* Copyright 2013 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include <unistd.h>
#include <sys/mman.h>
#include "SkDiscardableMemory.h"
#include "SkTypes.h"
#include "android/ashmem.h"
//////////////////////////////////////////////////... | bsd-3-clause |
freerunner/platform_external_skia | src/animator/SkDrawExtraPathEffect.cpp | 36 | 16047 |
/*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkDrawExtraPathEffect.h"
#include "SkDrawPath.h"
#include "Sk1DPathEffect.h"
#include "Sk2DPathEffect.h"
#include "SkMemberInfo.h"
#include "Sk... | bsd-3-clause |
jaggs6/react-native | ReactCommon/cxxreact/JSCTracing.cpp | 37 | 12593 | // Copyright 2004-present Facebook. All Rights Reserved.
#if defined(WITH_JSC_EXTRA_TRACING) || DEBUG
#include "JSCTracing.h"
#include <algorithm>
#include <JavaScriptCore/JavaScript.h>
#include <fbsystrace.h>
#include <sys/types.h>
#include <unistd.h>
#include "JSCHelpers.h"
using std::min;
static int64_t int64Fr... | bsd-3-clause |
kuscsik/chromiumembedded | tests/cefclient/string_util.cpp | 40 | 2394 | // Copyright (c) 2010 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
#include "cefclient/string_util.h"
#include <sstream>
#include <string>
#include "include/cef_request.h"
void DumpRequestContents(... | bsd-3-clause |
stewnorriss/libvpx | vp9/encoder/vp9_cost.c | 45 | 2716 | /*
* Copyright (c) 2014 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributin... | bsd-3-clause |
geekboxzone/mmallow_external_eigen | bench/btl/libs/blitz/btl_blitz.cpp | 317 | 1962 | //=====================================================
// File : main.cpp
// Author : L. Plagne <laurent.plagne@edf.fr)>
// Copyright (C) EDF R&D, lun sep 30 14:23:30 CEST 2002
//=====================================================
//
// This program is free software; you can redistribute it and/or
// modify it ... | bsd-3-clause |
johnkit/vtk-dev | ThirdParty/exodusII/vtkexodusII/expem.c | 62 | 2737 | /*
* Copyright (c) 2006 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... | bsd-3-clause |
highweb-project/highweb-webcl-html5spec | third_party/sqlite/sqlite-src-3080704/src/complete.c | 69 | 9147 | /*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
*******************... | bsd-3-clause |
ansilove/ansilove-term | src/lodepng/lodepng.cpp | 69 | 217765 | /*
LodePNG version 20150418
Copyright (c) 2005-2015 Lode Vandevenne
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
incl... | bsd-3-clause |
APCVSRepo/sdl_core | src/3rd_party/apr-1.5.0/test/testpipe.c | 70 | 6345 | /* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not... | bsd-3-clause |
flit/modular | src/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c | 79 | 5149 | /* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_min_q31.c
*
* Description: Minimum value o... | bsd-3-clause |
youprofit/phantomjs | src/qt/qtbase/src/widgets/kernel/qlayoutitem.cpp | 84 | 23339 | /****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtWidgets module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Lice... | bsd-3-clause |
jkburges/phantomjs | src/qt/qtbase/src/plugins/bearer/blackberry/qbbengine.cpp | 84 | 11548 | /****************************************************************************
**
** Copyright (C) 2012 Research In Motion
** Contact: http://www.qt-project.org/legal
**
** This file is part of the plugins of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid commercia... | bsd-3-clause |
vietch2612/phantomjs | src/qt/qtbase/src/corelib/thread/qrunnable.cpp | 84 | 3745 | /****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** License... | bsd-3-clause |
suyouxin/android_external_skia | experimental/PdfViewer/pdfparser/native/SkPdfNativeObject.cpp | 90 | 4231 | /*
* Copyright 2013 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkPdfNativeObject.h"
#include "SkBitmap.h"
#include "SkFlate.h"
#include "SkPdfFont.h"
#include "SkPdfNativeTokenizer.h"
#include "SkPdfReporter.h"
#include "SkStre... | bsd-3-clause |
TeslaOS/android_external_skia | src/core/SkScan_Antihair.cpp | 92 | 32469 |
/*
* Copyright 2011 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkScan.h"
#include "SkBlitter.h"
#include "SkColorPriv.h"
#include "SkLineClipper.h"
#include "SkRasterClip.h"
#include "SkFDot6.h"
/* Our at... | bsd-3-clause |
saisai/phantomjs | src/qt/qtwebkit/Source/JavaScriptCore/jit/JITStubs.cpp | 104 | 129425 | /*
* Copyright (C) 2008, 2009, 2013 Apple Inc. All rights reserved.
* Copyright (C) 2008 Cameron Zwarich <cwzwarich@uwaterloo.ca>
* Copyright (C) Research In Motion Limited 2010, 2011. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide... | bsd-3-clause |
rishilification/phantomjs | src/qt/qtbase/src/corelib/doc/snippets/code/src_corelib_tools_qscopedpointer.cpp | 107 | 4308 | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms ... | bsd-3-clause |
admetricks/phantomjs | src/qt/qtwebkit/Source/WTF/wtf/FastMalloc.cpp | 113 | 166170 | // Copyright (c) 2005, 2007, Google Inc.
// All rights reserved.
// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2011 Apple 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:
//
// * Re... | bsd-3-clause |
Andrey-Pavlov/phantomjs | src/qt/qtwebkit/Source/WebCore/svg/SVGMarkerElement.cpp | 113 | 10968 | /*
* Copyright (C) 2004, 2005, 2006, 2007, 2008 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2004, 2005, 2006, 2007 Rob Buis <buis@kde.org>
* Copyright (C) Research In Motion Limited 2009-2010. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the ... | bsd-3-clause |
cesarmarinhorj/phantomjs | src/qt/qtwebkit/Source/WebKit2/Shared/Plugins/Netscape/PluginInformation.cpp | 115 | 5758 | /*
* Copyright (C) 2013 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | bsd-3-clause |
ramanajee/phantomjs | src/qt/qtwebkit/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp | 118 | 4922 | /*
* Copyright (C) 2011, 2013 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condit... | bsd-3-clause |
Igalia/skia | samplecode/SampleEmboss.cpp | 142 | 1961 | /*
* Copyright 2011 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SampleCode.h"
#include "SkBlurMask.h"
#include "SkView.h"
#include "SkCanvas.h"
#include "SkColorShader.h"
#include "SkEmbossMaskFilter.h"
#include "SkGradientShader... | bsd-3-clause |
pbrazdil/phantomjs | src/qt/qtwebkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/WindowlessPaintRectCoordinates.cpp | 144 | 3348 | /*
* Copyright (C) 2011 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | bsd-3-clause |
Srisai85/scipy | scipy/interpolate/fitpack/fpcyt1.f | 148 | 1473 | subroutine fpcyt1(a,n,nn)
c (l u)-decomposition of a cyclic tridiagonal matrix with the non-zero
c elements stored as follows
c
c | a(1,2) a(1,3) a(1,1) |
c | a(2,1) a(2,2) a(2,3) |
c | a(3,1) a(3,2) a(3,3) ... | bsd-3-clause |
walterreade/scikit-learn | sklearn/src/cblas/ATL_srefrotg.c | 405 | 5288 | /* ---------------------------------------------------------------------
*
* -- Automatically Tuned Linear Algebra Software (ATLAS)
* (C) Copyright 2000 All Rights Reserved
*
* -- ATLAS routine -- Version 3.9.24 -- December 25, 2000
*
* Author : Antoine P. Petitet
* Originally developed at the Univer... | bsd-3-clause |
MaDKaTZe/phantomjs | src/qt/qtbase/src/3rdparty/harfbuzz/src/harfbuzz-open.c | 171 | 27586 | /*
* Copyright (C) 1998-2004 David Turner and Werner Lemberg
* Copyright (C) 2006 Behdad Esfahbod
*
* This is part of HarfBuzz, an OpenType Layout engine library.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* soft... | bsd-3-clause |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.