repo_name
string
path
string
copies
string
size
string
content
string
license
string
angelejo/XLaboratorio
libraries/tess-two/jni/com_googlecode_leptonica_android/src/prog/otsutest1.c
47
5509
/*====================================================================* - 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...
unlicense
u2yg/mongo-c-driver
src/mongoc/mongoc-cursor-array.c
1
4862
/* * Copyright 2013 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
google-ar/WebARonARCore
third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.cpp
1
1730
// Copyright 2017 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. #include "core/animation/LegacyStyleInterpolation.h" #include <memory> namespace blink { namespace { bool typesMatch(const InterpolableValue* start, c...
apache-2.0
bwp/SeleniumWebDriver
third_party/gecko-10/win32/include/AccessibleTable2_i.c
1
1755
/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 7.00.0555 */ /* at Sun Jan 29 02:48:49 2012 */ /* Compiler settings for e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/other-licenses/ia2/AccessibleTable...
apache-2.0
RayRuizhiLiao/ITK_4D
Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linpack/dsvdc.f
1
15643
subroutine dsvdc(x,ldx,n,p,s,e,u,ldu,v,ldv,work,job,info) integer ldx,n,p,ldu,ldv,job,info double precision x(ldx,1),s(1),e(1),u(ldu,1),v(ldv,1),work(1) c c c dsvdc is a subroutine to reduce a double precision nxp matrix x c by orthogonal transformations u and v to diagonal form. the c...
apache-2.0
kraj/zephyr
drivers/flash/soc_flash_mcux.c
1
3619
/* * Copyright (c) 2016 Linaro Limited * * SPDX-License-Identifier: Apache-2.0 */ #include <logging/sys_log.h> #include <kernel.h> #include <device.h> #include <string.h> #include <flash.h> #include <errno.h> #include <init.h> #include <soc.h> #include "flash_priv.h" #include "fsl_common.h" #include "fsl_flash.h"...
apache-2.0
execunix/vinos
external/bsd/openldap/dist/libraries/liblutil/tavl.c
1
12242
/* $NetBSD: tavl.c,v 1.1.1.4 2014/05/28 09:58:45 tron Exp $ */ /* avl.c - routines to implement an avl tree */ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software <http://www.openldap.org/>. * * Copyright 2005-2014 The OpenLDAP Foundation. * Portions Copyright (c) 2005 by Howard Chu, Symas Corp. * All right...
apache-2.0
andschwa/mesos
src/slave/containerizer/docker.cpp
1
85218
// 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...
apache-2.0
cmsi/smash
src/parallel.F90
1
15599
! 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
NREL/HARP_Opt
Source/WT_Perf/v3.05.00a-adp/Source/setprog.f90
2
1084
!======================================================================= SUBROUTINE SetProg ! This routine sets the version number. By doing it this way instead ! of the old way of initializing it in a module, we will no longer ! have to recompile everything every time we change versions. USE ...
apache-2.0
benlangmuir/swift
lib/Frontend/ModuleInterfaceBuilder.cpp
2
16295
//===----- ModuleInterfaceBuilder.cpp - Compiles .swiftinterface files ----===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2019 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LICENSE....
apache-2.0
FlyLu/rt-thread
bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nand.c
2
62600
/** ****************************************************************************** * @file stm32h7xx_hal_nand.c * @author MCD Application Team * @brief NAND HAL module driver. * This file provides a generic firmware to drive NAND memories mounted * as external device. * ...
apache-2.0
svagionitis/aws-sdk-cpp
aws-cpp-sdk-greengrass/source/model/DeleteFunctionDefinitionRequest.cpp
2
1024
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
apache-2.0
hhool/ffplayer
jni/include/aosp-18/frameworks/base/native/android/input.cpp
2
11406
/* * Copyright (C) 2009 The Android Open Source Project * * 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 app...
apache-2.0
mosaic-cloud/mosaic-distribution-dependencies
dependencies/otp/r15b03-1/erts/emulator/beam/erl_arith.c
3
53071
/* * %CopyrightBegin% * * Copyright Ericsson AB 1999-2010. All Rights Reserved. * * The contents of this file are subject to the Erlang Public License, * Version 1.1, (the "License"); you may not use this file except in * compliance with the License. You should have received a copy of the * Erlang Public Licens...
apache-2.0
parkera/swift
stdlib/public/Concurrency/GlobalExecutor.cpp
3
15745
///===--- GlobalExecutor.cpp - Global concurrent executor ------------------===/// /// /// This source file is part of the Swift.org open source project /// /// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors /// Licensed under Apache License v2.0 with Runtime Library Exception /// /// See https:///s...
apache-2.0
jt70471/aws-sdk-cpp
aws-cpp-sdk-iam/source/model/GenerateOrganizationsAccessReportResult.cpp
4
1791
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/iam/model/GenerateOrganizationsAccessReportResult.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #i...
apache-2.0
bboozzoo/zephyr
samples/testing/unit/main.c
4
1160
/* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <ztest.h> unsigned int irq_lock(void) { return 0; } void irq_unlock(unsigned int key) { } #include <net/buf.c> void k_queue_init(struct k_queue *fifo) {} void k_queue_append_list(struct k_queue *fifo, void *head, voi...
apache-2.0
cedral/aws-sdk-cpp
aws-cpp-sdk-rds/source/model/ModifyCertificatesResult.cpp
4
1622
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/rds/model/ModifyCertificatesResult.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #include <aws/cor...
apache-2.0
veritas-shine/minix3-rpi
lib/libc/arch/vax/gen/_lwp.c
4
3091
/* $NetBSD: _lwp.c,v 1.3 2012/03/22 17:32:22 christos Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas * * Redistribution and use in source and binary forms, with or without * mo...
apache-2.0
jsteemann/arangodb
arangod/RestServer/ConsoleThread.cpp
4
8580
//////////////////////////////////////////////////////////////////////////////// /// @brief console thread /// /// @file /// /// DISCLAIMER /// /// Copyright 2014-2015 ArangoDB GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in complian...
apache-2.0
cloudbase/FreeRDP-dev
libfreerdp/cache/palette.c
5
3415
/** * FreeRDP: A Remote Desktop Protocol Implementation * Palette (Color Table) Cache * * Copyright 2011 Marc-Andre Moreau <marcandre.moreau@gmail.com> * * 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 o...
apache-2.0
llvm-mirror/compiler-rt
lib/hwasan/hwasan_allocator.cpp
5
14016
//===-- hwasan_allocator.cpp ------------------------ ---------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
apache-2.0
janebeckman/gpdb
src/backend/nodes/tidbitmap.c
5
40256
/*------------------------------------------------------------------------- * * tidbitmap.c * PostgreSQL tuple-id (TID) bitmap package * * This module provides bitmap data structures that are spiritually * similar to Bitmapsets, but are specially adapted to store sets of * tuple identifiers (TIDs), or ItemPoin...
apache-2.0
bmanc2000/aws-sdk-cpp
aws-cpp-sdk-s3/source/model/VersioningConfiguration.cpp
5
2501
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
apache-2.0
tst-lsavoie/earthenterprise
earth_enterprise/src/common/proto_streaming_imagery.cpp
5
2757
// Copyright 2017 Google Inc. // Copyright 2020 The Open GEE 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 // // Unles...
apache-2.0
llvm-mirror/clang
test/OpenMP/target_parallel_firstprivate_messages.cpp
7
4888
// RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s -Wuninitialized // RUN: %clang_cc1 -verify -fopenmp-simd -ferror-limit 100 %s -Wuninitialized typedef void **omp_allocator_handle_t; extern const omp_allocator_handle_t omp_default_mem_alloc; extern const omp_allocator_handle_t omp_large_cap_mem_alloc; extern c...
apache-2.0
minhlongdo/bde
groups/bal/balm/balm_defaultmetricsmanager.t.cpp
7
25969
// balm_defaultmetricsmanager.t.cpp -*-C++-*- // ---------------------------------------------------------------------------- // NOTICE // // This component is not up to date with current BDE coding standards, and // should not be used as an example f...
apache-2.0
yurashek/FreeRDP
winpr/libwinpr/synch/test/TestSynchCritical.c
8
8992
#include <stdio.h> #include <winpr/crt.h> #include <winpr/windows.h> #include <winpr/synch.h> #include <winpr/sysinfo.h> #include <winpr/thread.h> #include <winpr/interlocked.h> #define TEST_SYNC_CRITICAL_TEST1_RUNTIME_MS 500 #define TEST_SYNC_CRITICAL_TEST1_RUNS 4 static CRITICAL_SECTION critical; static LONG gTest...
apache-2.0
llvm-mirror/libcxx
test/std/diagnostics/syserr/syserr.hash/error_code.pass.cpp
10
1133
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
apache-2.0
qbit/es-operating-system
libraries/webkit/es/WebCore/platform/es/PasteboardES.cpp
12
2739
/* * Copyright (c) 2009 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
apache-2.0
xinzweb/gpdb
src/backend/access/appendonly/test/aomd_test.c
12
7484
#include <stdarg.h> #include <stddef.h> #include <setjmp.h> #include "cmockery.h" #include "postgres.h" #include "access/htup_details.h" #include "utils/memutils.h" #include "access/appendonlywriter.h" #include "catalog/pg_tablespace.h" #define PATH_TO_DATA_FILE "/tmp/md_test/1234" #define MAX_SEGNO_FILES (MAX_AOREL...
apache-2.0
nvlsianpu/mbed
targets/TARGET_STM/TARGET_STM32F1/device/stm32f1xx_ll_usb.c
13
63352
/** ****************************************************************************** * @file stm32f1xx_ll_usb.c * @author MCD Application Team * @version V1.0.5 * @date 06-December-2016 * @brief USB Low Layer HAL module driver. * * This file provides firmware functions to manage the foll...
apache-2.0
infitude/node-gdal
deps/libgdal/gdal/frmts/zlib/uncompr.c
14
2134
/* uncompr.c -- decompress a memory buffer * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: uncompr.c 10656 2007-01-19 01:31:01Z mloskot $ */ #define ZLIB_INTERNAL #include "zlib.h" /* =============================================...
apache-2.0
hezlog/rt-thread
bsp/stm32/stm32mp157a-st-discovery/board/ports/timer_sample.c
16
3909
/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2020-07-27 thread-liu first version */ #include <board.h> #if defined(BSP_USING_TIM14) && defined(BSP_USING_ADC2) #include <rtthread.h> #incl...
apache-2.0
osrf/opensplice
examples/dcps/Listener/c/src/CheckStatus.c
18
2443
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
apache-2.0
NixaSoftware/CVis
venv/bin/libs/multi_index/test/test_special_set_ops.cpp
18
2253
/* Boost.MultiIndex test for special set operations. * * Copyright 2003-2013 Joaquin M Lopez Munoz. * 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) * * See http://www.boost.org/libs/multi_index for library ho...
apache-2.0
vworkspace/FreeRDP
winpr/libwinpr/interlocked/test/TestInterlockedAccess.c
18
4000
#include <stdio.h> #include <winpr/crt.h> #include <winpr/windows.h> #include <winpr/interlocked.h> int TestInterlockedAccess(int argc, char* argv[]) { int index; LONG* Addend; LONG* Target; LONG oldValue; LONG* Destination; LONGLONG oldValue64; LONGLONG* Destination64; /* InterlockedIncrement */ Addend = ...
apache-2.0
supriyantomaftuh/watchman
query/base.c
19
3531
/* Copyright 2013-present Facebook, Inc. * Licensed under the Apache License, Version 2.0 */ #include "watchman.h" /* Basic boolean and compound expressions */ struct w_expr_list { bool allof; size_t num; w_query_expr **exprs; }; static void dispose_expr(void *data) { w_query_expr *expr = data; w_query_...
apache-2.0
sergecodd/FireFox-OS
B2G/build/libs/host/pseudolocalize.cpp
23
3661
#include <host/pseudolocalize.h> using namespace std; static const char* pseudolocalize_char(char c) { switch (c) { case 'a': return "\xc4\x83"; case 'b': return "\xcf\x84"; case 'c': return "\xc4\x8b"; case 'd': return "\xc4\x8f"; case 'e': return "\xc4\x99"; ...
apache-2.0
CapeDrew/DCMTK-ITK
Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/double/dlascl.c
24
14073
/* lapack/double/dlascl.f -- translated by f2c (version 20050501). 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 -...
apache-2.0
eile/ITK
Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/single/sgeqr2.c
24
5977
/* lapack/single/sgeqr2.f -- translated by f2c (version 20050501). 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 -...
apache-2.0
plxaye/chromium
src/third_party/mesa/MesaLib/src/mesa/tnl/t_vb_cull.c
32
2883
/* * Mesa 3-D graphics library * Version: 6.5 * * Copyright (C) 1999-2006 Brian Paul 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 Software without restriction, in...
apache-2.0
jason-bean/sagetv
third_party/mplayer/TOOLS/realcodecs/rv30.c
33
15222
/* GPL v2 blah blah This is a small dll that works as a wrapper for the actual cook.so.6.0 dll from real player 8.0. */ /* Assuming that RACloseCodec is the last call. */ #include <stddef.h> #include <stdio.h> #include <dlfcn.h> #include <sys/time.h> typedef unsigned long ulong; ulong (*pncOpen)(ul...
apache-2.0
dtn-kaist/cedos
dprox-nginx/src/os/unix/ngx_readv_chain.c
38
6147
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_event.h> #define NGX_IOVS 16 #if (NGX_HAVE_KQUEUE) ssize_t ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *chain) { u_char *prev; ssize_t n, size; ngx_err_t ...
apache-2.0
LucasGandel/ITK
Modules/ThirdParty/VNL/src/vxl/v3p/netlib/blas/ccopy.c
41
2555
/* blas/ccopy.f -- translated by f2c (version 20050501). 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 ...
apache-2.0
NixaSoftware/CVis
venv/bin/libs/graph/example/kruskal-example.cpp
45
2702
//======================================================================= // Copyright 2001 Jeremy G. Siek, Andrew Lumsdaine, Lie-Quan Lee, // // 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) //==================...
apache-2.0
Sweet-Peas/mbed
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/stm32f1xx_hal_irda.c
50
50975
/** ****************************************************************************** * @file stm32f1xx_hal_irda.c * @author MCD Application Team * @version V1.0.0 * @date 15-December-2014 * @brief IRDA HAL module driver. * This file provides firmware functions to manage the following * ...
apache-2.0
b1v1r/ironbee
libs/luajit-2.0-ironbee/src/lj_asm.c
56
57315
/* ** IR assembler (SSA IR -> machine code). ** Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h */ #define lj_asm_c #define LUA_CORE #include "lj_obj.h" #if LJ_HASJIT #include "lj_gc.h" #include "lj_str.h" #include "lj_tab.h" #include "lj_frame.h" #if LJ_HASFFI #include "lj_ctype.h" #endif #incl...
apache-2.0
jmanday/Master
TFM/library/boost_1_63_0/libs/units/example/conversion.cpp
62
3255
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.tx...
apache-2.0
screamerbg/mbed
targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal_mmc.c
65
79422
/** ****************************************************************************** * @file stm32f7xx_hal_mmc.c * @author MCD Application Team * @version V1.2.0 * @date 30-December-2016 * @brief MMC card HAL module driver. * This file provides firmware functions to manage the following ...
apache-2.0
GustavWi/mbed
libraries/rtos/rtos/Semaphore.cpp
77
1710
/* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited * * 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...
apache-2.0
andcor02/mbed-os
targets/TARGET_Atmel/TARGET_SAM_CortexM4/drivers/usart/usart.c
79
54962
/** * \file * * \brief Universal Synchronous Asynchronous Receiver Transmitter (USART) driver * for SAM. * * Copyright (c) 2011-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are pe...
apache-2.0
apache/thrift
lib/cpp/src/thrift/server/TServer.cpp
103
1458
/* * 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 ma...
apache-2.0
MCGallaspy/selenium
cpp/iedriverserver/stdafx.cpp
108
1100
// 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
Natoto/TeamTalk
win-client/src/Modules/Session/Operation/DownloadAvatarHttpOperation.cpp
126
3170
/******************************************************************************* * @file DownloadImgHttpOperation.cpp 2014\8\14 10:19:07 $ * @author ¿ìµ¶<kuaidao@mogujie.com> * @brief ******************************************************************************/ #include "stdafx.h" #include "Down...
apache-2.0
christisall/TeamTalk
server/src/http_msg_server/RouteServConn.cpp
128
4386
/* * RouteServConn.cpp * * Created on: 2013-7-8 * Author: ziteng@mogujie.com */ #include "RouteServConn.h" #include "DBServConn.h" #include "HttpConn.h" #include "HttpPdu.h" #include "IM.Server.pb.h" #include "IM.Other.pb.h" #include "ImPduBase.h" namespace HTTP { static ConnMap_t g_route_server_conn_map; ...
apache-2.0
ColinHebert/docker
vendor/github.com/google/certificate-transparency/cpp/third_party/isec_partners/openssl_hostname_validation.c
179
6198
/* Obtained from: https://github.com/iSECPartners/ssl-conservatory */ /* Copyright (C) 2012, iSEC Partners. 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 ...
apache-2.0
shwetasshinde24/Panoply
case-studies/h2o/topenssl/crypto/o_fips.c
187
3484
/* * Written by Stephen henson (steve@openssl.org) for the OpenSSL project * 2011. */ /* ==================================================================== * Copyright (c) 2011 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are ...
apache-2.0
LTommy/tommyslab
core/misc/heartbleed/openssl-1.0.1f/crypto/asn1/a_verify.c
205
6935
/* crypto/asn1/a_verify.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and n...
apache-2.0
letitvi/VideoGridPlayer
thirdparty/source/SDL2-2.0.4/src/libm/e_pow.c
233
13440
/* @(#)e_pow.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided tha...
apache-2.0
buribu/sources
sqlite3src/util.c
17
36229
/* ** 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. ** *******************...
artistic-2.0
blakemcbride/Dynace
WinExam/exam24/main.c
1
1875
#include "generics.h" #include "resource.h" static long file_dialog(object wind, unsigned id); static long file_exit(object wind, unsigned id); static int recalc(object actl, object dlg); int start() { object win; char title[80]; sprintf(title, "My Test Application - %d", 8*(int)sizeof(char *)); win = vNew(Mai...
bsd-2-clause
katef/libfsm
src/libfsm/closure.c
1
6320
/* * Copyright 2019 Katherine Flavel * * See LICENCE for the full copyright terms. */ #include <assert.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <fsm/fsm.h> #include <fsm/pred.h> #include <fsm/walk.h> #include <fsm/options.h> #include <adt/queue.h> #include <adt/set.h> #include <adt/...
bsd-2-clause
cvpoienaru/CDevPack
src/list/array_list.c
1
1530
/** * Copyright (c) 2016, Codrin-Victor Poienaru <cvpoienaru@gmail.com>. * 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 copyrigh...
bsd-2-clause
hendersa/sel4px4
apps/px4/src/lib/geo/geo.c
3
19082
/**************************************************************************** * * Copyright (c) 2012-2014 PX4 Development Team. 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. Red...
bsd-2-clause
ah744/ScaffCC_RKQC
clang/lib/Rewrite/RewriteMacros.cpp
6
8105
//===--- RewriteMacros.cpp - Rewrite macros into their expansions ---------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
bsd-2-clause
ironpinguin/php_rsync
librsync/isprefix.c
6
1189
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- * librsync -- dynamic caching and delta update in HTTP * $Id: isprefix.c,v 1.5 2001/03/05 07:09:37 mbp Exp $ * * Copyright (C) 2000, 2001 by Martin Pool <mbp@samba.org> * * This program is free software; you can redistribute it and/or * modify it under the ...
bsd-2-clause
endplay/omniplay
linux-lts-quantal-3.5.0/drivers/staging/comedi/drivers/cb_pcidda.c
50
23985
/* comedi/drivers/cb_pcidda.c This intends to be a driver for the ComputerBoards / MeasurementComputing PCI-DDA series. Copyright (C) 2001 Ivan Martinez <ivanmr@altavista.com> Copyright (C) 2001 Frank Mori Hess <fmhess@users.sourceforge.net> COMEDI - Linux Control and Measurement Device Interfac...
bsd-2-clause
LomoX-Offical/nginx-openresty-windows
src/nginx/objs/lib/openssl/crypto/md2/md2_dgst.c
58
8009
/* crypto/md2/md2_dgst.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...
bsd-2-clause
ganyangbbl/openh264
test/encoder/EncUT_EncoderMb.cpp
73
10344
#include <gtest/gtest.h> #include "memory_align.h" #include "utils/DataGenerator.h" #include "encode_mb_aux.h" using namespace WelsEnc; ALIGNED_DECLARE (const int16_t, g_kiQuantInterFFCompare[104][8], 16) = { /* 0*/ { 0, 1, 0, 1, 1, 1, 1, 1 }, /* 1*/ { 0, 1, 0, 1...
bsd-2-clause
andrewjylee/omniplay
eglibc-2.15/libio/bug-ungetc.c
94
1255
/* Test program for ungetc/ftell interaction bug. */ #include <stdio.h> static void do_prepare (void); #define PREPARE(argc, argv) do_prepare () static int do_test (void); #define TEST_FUNCTION do_test () #include <test-skeleton.c> static const char pattern[] = "12345"; static char *temp_file; static void do_prepa...
bsd-2-clause
pinghe/nginx-openresty-windows
nginx/objs/lib_x64/openssl-1.0.1p/apps/errstr.c
125
4835
/* apps/errstr.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-commerc...
bsd-2-clause
avaitla/Haskell-to-C---Bridge
gccxml/GCC/libiberty/pex-unix.c
1
13625
/* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Generic Unix version (also used for UWIN and VMS). Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the libiberty lib...
bsd-3-clause
aam/skiaex
app/main.cpp
1
9747
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ // This sample progam demonstrates how to use Skia and HarfBuzz to // produce a PDF file from UTF-8 text in stdin. #include <cassert> #include <iostream> #include <map> #incl...
bsd-3-clause
ekawahyu/MSP430Ware
examples/MSP430FR5xx_6xx/eusci_a_uart/eusci_a_uart_ex1_loopbackAdvanced.c
1
7164
/* --COPYRIGHT--,BSD * Copyright (c) 2014, Texas Instruments Incorporated * 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 ab...
bsd-3-clause
DominicDirkx/tudat
Tudat/Astrodynamics/Ephemerides/rotationalEphemeris.cpp
1
5250
/* Copyright (c) 2010-2018, Delft University of Technology * All rigths reserved * * This file is part of the Tudat. Redistribution and use in source and * binary forms, with or without modification, are permitted exclusively * under the terms of the Modified BSD license. You should have received *...
bsd-3-clause
hlzz/dotfiles
graphics/cgal/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Parameterization_plugin.cpp
1
5885
#include <QApplication> #include <QAction> #include <QMainWindow> #include <QStringList> #include "Scene_polyhedron_item.h" #include "Scene_textured_polyhedron_item.h" #include "Textured_polyhedron_type.h" #include "Polyhedron_type.h" #include <QTime> #include <CGAL/Parameterization_polyhedron_adaptor_3.h> #include ...
bsd-3-clause
anselmolsm/soletta
src/samples/coap/simple-client.c
1
5163
/* * This file is part of the Soletta Project * * Copyright (C) 2015 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: * * * Redistributions of source code must retain ...
bsd-3-clause
xianyi/OpenBLAS
lapack-netlib/SRC/sorgr2.c
1
19884
#include <math.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <complex.h> #ifdef complex #undef complex #endif #ifdef I #undef I #endif #if defined(_WIN64) typedef long long BLASLONG; typedef unsigned long long BLASULONG; #else typedef long BLASLONG; typedef unsigned long BLASULONG; #endif #if...
bsd-3-clause
raspberrypi/userland
interface/mmal/test/examples/example_basic_2.c
1
15866
/* Copyright (c) 2012, Broadcom Europe Ltd 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 t...
bsd-3-clause
jmesmon/jaus--
src/jaus/mobility/sensors/setgeomagneticproperty.cpp
1
7586
//////////////////////////////////////////////////////////////////////////////////// /// /// \file setgeomagneticproperty.cpp /// \brief This file contains the implementation of a JAUS message. /// /// <br>Author(s): Bo Sun /// <br>Created: 3 December 2009 /// <br>Copyright (c) 2009 /// <br>Applied Cognit...
bsd-3-clause
JianpingZeng/xcc
xcc/test/juliet/testcases/CWE78_OS_Command_Injection/s02/CWE78_OS_Command_Injection__char_console_w32_spawnv_61a.c
1
3340
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_console_w32_spawnv_61a.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-61a.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: console Read input from the conso...
bsd-3-clause
MarginC/kame
freebsd2/sys/netinet/tcp_debug.c
1
4725
/* * Copyright (c) 1982, 1986, 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...
bsd-3-clause
Sevalecan/paintown
src/util/input/input-source.cpp
2
1366
#include "input-source.h" using std::vector; InputSource::InputSource(bool default_){ if (default_){ keyboard.push_back(0); keyboard.push_back(1); joystick.push_back(0); joystick.push_back(1); } } InputSource::InputSource(const InputSource & copy): keyboard(copy.keyboard),...
bsd-3-clause
youtube/cobalt_sandbox
third_party/skia/tools/ProcStats.cpp
2
2633
/* * Copyright 2014 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "include/core/SkTypes.h" #include "tools/ProcStats.h" #if defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FO...
bsd-3-clause
The-OpenROAD-Project/OpenROAD
src/odb/src/lef/clef/xlefiPropType.cpp
2
1733
// ***************************************************************************** // ***************************************************************************** // ATTENTION: THIS IS AN AUTO-GENERATED FILE. DO NOT CHANGE IT! // ***************************************************************************** // **********...
bsd-3-clause
PedroTrujilloV/chrono
src/unit_PARALLEL/chrono_opengl/shapes/obj/ChOpenGLOBJLoader.cpp
2
3186
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
bsd-3-clause
JianpingZeng/xcc
xcc/test/juliet/testcases/CWE195_Signed_to_Unsigned_Conversion_Error/s02/CWE195_Signed_to_Unsigned_Conversion_Error__rand_memmove_54e.c
2
2085
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE195_Signed_to_Unsigned_Conversion_Error__rand_memmove_54e.c Label Definition File: CWE195_Signed_to_Unsigned_Conversion_Error.label.xml Template File: sources-sink-54e.tmpl.c */ /* * @description * CWE: 195 Signed to Unsigned Conversion Error * BadSource: rand...
bsd-3-clause
MITK/MITK
Modules/LegacyIO/mitkSTLFileIOFactory.cpp
2
1108
/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. =================...
bsd-3-clause
coreboot/chrome-ec
driver/als_isl29035.c
2
2130
/* Copyright 2013 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * * Intersil ILS29035 light sensor driver */ #include "driver/als_isl29035.h" #include "i2c.h" /* I2C interface */ #define ILS29035_I2C_ADDR_FLAGS 0x44 #define ILS29035_R...
bsd-3-clause
igor-m/retrobsd-with-double-precison
sys/kernel/sys_inode.c
2
17236
/* * Copyright (c) 1986 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. */ #include "param.h" #include "user.h" #include "proc.h" #include "signalvar.h" #include "inode.h" #include "buf.h" #include "fs....
bsd-3-clause
youtube/cobalt_sandbox
third_party/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
3
7834
//===- DWARFDebugLoc.cpp --------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
bsd-3-clause
daviddoria/PCLMirror
doc/tutorials/content/sources/pcl_visualizer/pcl_visualizer_demo.cpp
3
14389
/* \author Geoffrey Biggs */ #include <iostream> #include <boost/thread/thread.hpp> #include <pcl/common/common_headers.h> #include <pcl/common/common_headers.h> #include <pcl/features/normal_3d.h> #include <pcl/io/pcd_io.h> #include <pcl/visualization/pcl_visualizer.h> #include <pcl/console/parse.h> // -----------...
bsd-3-clause
stephenplaza/NeuTu
neurolabi/c/testscalarfield.c
3
4922
/* testscalarfield.c * * 27-Apr-2008 Initial write: Ting Zhao */ #include <stdio.h> #include <image_lib.h> #include "tz_constant.h" #include "tz_stack_draw.h" #include "tz_local_neuroseg.h" #include "tz_bifold_neuroseg.h" #include "tz_stack_stat.h" #include "tz_farray.h" #include "tz_geo3d_point_array.h" #include "...
bsd-3-clause
axinging/chromium-crosswalk
third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
3
15702
/* * Copyright (c) 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 conditi...
bsd-3-clause
wuhengzhi/chromium-crosswalk
third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
4
11174
/* * Copyright (C) 2013 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
Milad-Rakhsha/chrono
src/chrono_models/vehicle/man/MAN_5t_Wheel.cpp
4
1672
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
bsd-3-clause
yuyichao/OpenBLAS
lapack-netlib/LAPACKE/src/lapacke_zunmbr.c
5
3959
/***************************************************************************** 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
uwsampa/grappa
applications/NPB/SERIAL/UA/transfer.f
5
30019
c------------------------------------------------------------------ subroutine transf(tmor,tx) c------------------------------------------------------------------ c Map values from mortar(tmor) to element(tx) c------------------------------------------------------------------ include 'header.h' ...
bsd-3-clause