blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
721
content_id
stringlengths
40
40
detected_licenses
listlengths
0
57
license_type
stringclasses
2 values
repo_name
stringlengths
5
91
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
321 values
visit_date
timestamp[ns]date
2016-08-12 09:31:09
2023-09-06 10:45:07
revision_date
timestamp[ns]date
2010-09-28 14:01:40
2023-09-06 06:22:19
committer_date
timestamp[ns]date
2010-09-28 14:01:40
2023-09-06 06:22:19
github_id
int64
426
681M
star_events_count
int64
101
243k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[ns]date
2012-06-28 18:51:49
2023-09-14 21:59:16
gha_created_at
timestamp[ns]date
2008-02-11 22:55:26
2023-08-10 11:14:58
gha_language
stringclasses
147 values
src_encoding
stringclasses
26 values
language
stringclasses
2 values
is_vendor
bool
2 classes
is_generated
bool
2 classes
length_bytes
int64
6
10.2M
extension
stringclasses
115 values
filename
stringlengths
3
113
content
stringlengths
6
10.2M
9cc5bc0631b75133b5b8d9908fbe4f107a842516
cf56b5fcf51fddb219c47f5f006d8595a4483c57
/src/components/cl/ucc_cl.h
b9b4a94dd4bb9c4efb1da244298ebcfc1314ad7c
[ "BSD-3-Clause" ]
permissive
openucx/ucc
3b39fbd849a7850c559b60eaec7882292f8a5eca
f89cd7557e6ebb19b4c6ebd529647d8b42c30657
refs/heads/master
2023-08-18T03:18:54.072899
2023-08-17T18:05:44
2023-08-17T18:05:44
282,490,868
150
57
BSD-3-Clause
2023-09-12T09:49:18
2020-07-25T17:18:51
C
UTF-8
C
false
false
4,775
h
ucc_cl.h
/** * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ #include "config.h" #ifndef UCC_CL_H_ #define UCC_CL_H_ #include "components/base/ucc_base_iface.h" #include "ucc_cl_type.h" #include "utils/ucc_parser.h" #include "core/ucc_context.h" /** CL (coll...
c43a3cb08dc25fc8b99631cda499637022848510
9f01cf4f599af5ef184b0a0c5ddc9a5ae6e249bf
/engine/source/gamelib/font.c
b06d04af23a97425bf77082119fef4128f38e871
[]
permissive
DCurrent/openbor
89f348ce7a93519f420ac6602d1fea615703f4ca
7f6f17507078848be625e6d1c1b4f41823151387
refs/heads/master
2023-09-03T12:41:21.059545
2022-04-22T20:39:58
2022-04-22T20:39:58
86,879,076
817
127
BSD-3-Clause
2023-09-13T11:47:20
2017-04-01T03:06:14
C
UTF-8
C
false
false
11,470
c
font.c
/* * OpenBOR - http://www.chronocrash.com * ----------------------------------------------------------------------- * All rights reserved, see LICENSE in OpenBOR root for details. * * Copyright (c) 2004 - 2014 OpenBOR Team */ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include...
7fdc5b559b338d1dfff55c9e9388abbaac85a874
1598858ecbcaa8a03feec79f2cbb39e0bb9add3f
/Silicon/MeteorlakePkg/Library/GpioV2Lib/GpioV2Init.c
8e4911bd2f5e8558f10f75def1c3d7261e8bffe1
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause-Patent" ]
permissive
slimbootloader/slimbootloader
def5dc5a4743d74d7349d79710b758c476e33cc6
ec5c39e35a3ab798c6509652869d2e951ede7b61
refs/heads/master
2023-08-25T08:53:17.422999
2023-08-23T12:18:51
2023-08-24T16:52:21
148,708,107
379
196
NOASSERTION
2023-09-14T05:49:16
2018-09-13T23:07:33
C
UTF-8
C
false
false
39,576
c
GpioV2Init.c
/** @file This file contains routines for GPIO Copyright (c) 2020 - 2023, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi/UefiBaseType.h> #include <GpioConfig.h> #include <Library/GpioV2Lib.h> #include <Library/GpioSiLib.h> #include <Library/PchSbiAcc...
c4ce6e350cfa879e1896e25251d7f491936e0a70
096e73c45295249e5fd7807927a8d78abf2e9be5
/Chapter-01/p5.c
565a3e9676a6dfd19d4988e2d332333c8d4050e7
[]
no_license
MeiK2333/apue
7d7b14aceb095649743c74997fb3912431047e2c
466e7aebd2e383989ae3ba4f08d78240336e82c6
refs/heads/master
2022-06-27T12:38:41.105851
2022-05-20T09:13:23
2022-05-20T09:13:23
130,294,216
403
122
null
2022-05-20T09:13:24
2018-04-20T01:54:04
C
UTF-8
C
false
false
129
c
p5.c
#include <stdio.h> const int max = ~(1 << 31); int main() { printf("%f\n", max * 1.0 / 100 / 60 / 60 / 24); return 0; }
0a90f555bf2116a8a6519e8e87492b84bca68f23
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/kernel/extable.c
67460b93b1a1cb8d60294cd90c2972ab97fd80e8
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
3,931
c
extable.c
/* Rewritten by Rusty Russell, on the backs of many others... Copyright (C) 2001 Rusty Russell, 2002 Rusty Russell IBM. 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...
66cf842df3323bd795295d94935130f9524485cf
0149ed842327e3133fc2fe7b49d6ee2e27c22021
/shared/source/aub_mem_dump/aub_data.h
a00a3db5b23a2009bc7d1c1fb6e33e890c235193
[ "MIT" ]
permissive
intel/compute-runtime
17f1c3dd3e1120895c6217b1e6c311d88a09902e
869e3ec9f83a79ca4ac43a18d21847183c63e037
refs/heads/master
2023-09-03T07:28:16.591743
2023-09-02T02:04:35
2023-09-02T02:24:33
105,299,354
1,027
262
MIT
2023-08-25T11:06:41
2017-09-29T17:26:43
C++
UTF-8
C
false
false
168
h
aub_data.h
/* * Copyright (C) 2018-2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once struct AubGTTData { bool present; bool localMemory; };
58a3f2f708460b7d3a9e6604b53b6886d0aff110
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/stage0/stdlib/Init/SizeOf.c
7d215a97ecbc6820460d6c9a107c396d74332989
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
2023-08-30T01:57:45.786981
2023-08-29T23:14:28
2023-08-29T23:14:28
129,571,436
2,827
311
Apache-2.0
2023-09-14T18:29:16
2018-04-15T02:49:20
Lean
UTF-8
C
false
false
2,965
c
SizeOf.c
// Lean compiler output // Module: Init.SizeOf // Imports: Init.Tactics #include <lean/lean.h> #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wunused-label" #elif defined(__GNUC__) && !defined(__CLANG__) #pragma GCC diagnostic ignored "-Wunused-parameter"...
c1eda31bf328e5adb5dad05c42d1cc468df2fa19
e1cddfd754d952134e72dfd03522c5ea4fb6008e
/src/vlib/threads.c
4b70642d3cbfd84eb415493ff1b8788183394675
[ "Apache-2.0" ]
permissive
FDio/vpp
0ad30fa1bec2975ffa6b66b45c9f4f32163123b6
f234b0d4626d7e686422cc9dfd25958584f4931e
refs/heads/master
2023-08-31T16:09:04.068646
2022-03-14T09:49:15
2023-08-31T09:50:00
96,556,718
1,048
630
Apache-2.0
2023-06-21T05:39:17
2017-07-07T16:29:40
C
UTF-8
C
false
false
48,633
c
threads.c
/* * Copyright (c) 2015 Cisco and/or its affiliates. * 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 applicabl...
4f77f30ca775b4050dc4da07aaee7d5717940b42
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/i386/pnpbios/pnpbios.c
9d4115a668d7e0e7f434130688a5209cc117f9d6
[]
no_license
NetBSD/src
1a9cbc22ed778be638b37869ed4fb5c8dd616166
23ee83f7c0aea0777bd89d8ebd7f0cde9880d13c
refs/heads/trunk
2023-08-31T13:24:58.105962
2023-08-27T15:50:47
2023-08-27T15:50:47
88,439,547
656
348
null
2023-07-20T20:07:24
2017-04-16T20:03:43
null
UTF-8
C
false
false
37,431
c
pnpbios.c
/* $NetBSD: pnpbios.c,v 1.77 2021/08/07 16:18:55 thorpej Exp $ */ /* * Copyright (c) 2000 Jason R. Thorpe. All rights reserved. * Copyright (c) 2000 Christian E. Hopps. All rights reserved. * Copyright (c) 1999 * Matthias Drochner. All rights reserved. * * Redistribution and use in source and binary forms, w...
bb673bf3f53b8088eb0797009c93c9a34b80acce
8838eb997879add5759b6dfb23f9a646464e53ca
/src/drivers/net/r6040/r6040.h
62d21f036d498d5434316c8697794fb0079d8822
[ "BSD-2-Clause" ]
permissive
embox/embox
d6aacec876978522f01cdc4b8de37a668c6f4c80
98e3c06e33f3fdac10a29c069c20775568e0a6d1
refs/heads/master
2023-09-04T03:02:20.165042
2023-09-02T14:55:31
2023-09-02T14:55:31
33,078,138
1,087
325
BSD-2-Clause
2023-09-14T16:58:34
2015-03-29T15:27:48
C
UTF-8
C
false
false
607
h
r6040.h
/** * @file * @brief r6040 ethernet driver * * @date 03.07.11 * @author Nikolay Korotkiy */ #ifndef NET_R6040_H_ #define NET_R6040_H_ #include <net/netdevice.h> #define R6040_RX_DESCRIPTORS 32 extern void r6040_rx_enable(void); extern int r6040_open(struct net_device *dev); /* queue packet for transmission ...
c65a32690e0a87cd49c009e8b8a4ef2d00eaf207
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/sound/soc/kirkwood/kirkwood.h
4d92637ddb3fd878f86e4d4525fbd024d94b2618
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
4,587
h
kirkwood.h
/* * kirkwood.h * * (c) 2010 Arnaud Patard <apatard@mandriva.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 License, or (at your * option) any l...
6151cf892a96e02b9c16f02fa5aaa2923f40f0a9
6f247f5400c6a840b6dfcb12388116dc3bb7bd49
/envydis/ctx.c
eb206e1ce1690fcf205be452346aa253ce4f4052
[ "MIT" ]
permissive
envytools/envytools
c062fbc3b8af90d3df9c6e0f57e9abbfc5690d01
e11d670a70ae0455261ead53cdd09c321974cc64
refs/heads/master
2023-08-26T23:44:47.131591
2022-04-30T21:15:56
2022-04-30T21:15:56
11,620,001
402
103
MIT
2022-12-07T01:35:18
2013-07-23T21:43:43
C
UTF-8
C
false
false
14,010
c
ctx.c
/* * Copyright (C) 2009-2011 Marcelina Kościelnicka <mwk@0x04.net> * 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, including without limita...
7ad225fa5a3f87c1c0d79044a9577dce425c8459
06f2e78f4d736c8ac9cb7e98a5abcc28ed4f25b2
/public/xash3d_mathlib.c
7ec72ebe6a9c699fd268330f8fdf4f756c2fd926
[]
no_license
FWGS/xash3d-fwgs
07a1002396f43754b49521681cc771c0d89051ed
435b95fc5ab3fc5b1a79212ffdc901a47769d056
refs/heads/master
2023-09-01T05:20:48.112400
2023-08-31T05:40:24
2023-08-31T05:40:24
127,814,982
1,078
275
null
2023-09-12T17:49:04
2018-04-02T21:33:02
C
UTF-8
C
false
false
18,567
c
xash3d_mathlib.c
/* xash3d_mathlib.c - internal mathlib Copyright (C) 2010 Uncle Mike 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 option) any later version. This prog...
6d6e87cf22f3cf57709d9faed8bc30a418a575e0
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrough2d11vs.h
fdeae67ad92d14f4b755b4deda4e28708f834afe
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
5,078
h
passthrough2d11vs.h
#if 0 // // Generated by Microsoft (R) HLSL Shader Compiler 10.1 // // // // Input signature: // // Name Index Mask Register SysValue Format Used // -------------------- ----- ------ -------- -------- ------- ------ // POSITION 0 xy 0 NONE float xy // TEXCOORD ...
ea267eb45b624c99301caad1bf5584937768cae9
091a6200be74bf6577c86f623665bcc24e16b02b
/Arcade_Synth_Controller/midi_to_freq.h
3ad25dada604d00794ecdf6bfbd2ff4141829a71
[ "MIT" ]
permissive
adafruit/Adafruit_Learning_System_Guides
b5f7bce40a16da64e7a79d4b39de032f2cca41d4
5eaa7a15a437c533b89f359a25983e24bb6b5438
refs/heads/main
2023-09-05T18:31:41.621956
2023-09-05T15:36:09
2023-09-05T15:36:09
105,065,494
937
937
MIT
2023-09-12T18:48:53
2017-09-27T20:22:44
C
UTF-8
C
false
false
1,813
h
midi_to_freq.h
// SPDX-FileCopyrightText: 2022 John Park for Adafruit Industries // // SPDX-License-Identifier: MIT // from Audio/examples/Synthesis/PlaySynthMusic // This is for the Teensy Audio library which specifies // frequencies as floating point. See make_notetab.xlsx const float tune_frequencies2_PGM[128] = { 8.1758, ...
cbad78e5c1292eaa102e4d6e9af70f0922e924a9
1cab595bbad73391188c5d02a0a6d700f810ef0d
/mcp251xfd/mcp251xfd-dev-coredump.c
0349d223900b28355bde99bc0e5597d6dddb27cb
[]
no_license
linux-can/can-utils
072580688ac6ad1744c59b3ecdfcafa1c4951e9f
33b2ae6f88681ebe8a362a88c8e60dc03b620313
refs/heads/master
2023-09-01T11:49:20.696331
2023-08-28T14:19:46
2023-08-28T14:19:46
31,673,071
2,062
729
null
2023-09-10T20:06:31
2015-03-04T18:34:07
C
UTF-8
C
false
false
5,739
c
mcp251xfd-dev-coredump.c
// SPDX-License-Identifier: GPL-2.0 // // Microchip MCP251xFD Family CAN controller debug tool // // Copyright (c) 2020, 2021 Pengutronix, // Marc Kleine-Budde <kernel@pengutronix.de> // #include <endian.h> #include <errno.h> #include <fcntl.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h...
1ce54e61dc5c88f06a123f04a18b0257ad46d1b6
e814383d36a10839104efaa4df277996ab220fa3
/opal/util/if.c
c16d3e693442aa0df6fcdc88b5c8be51b037e132
[ "mpich2", "BSD-3-Clause-Open-MPI" ]
permissive
open-mpi/ompi
a1d7483ae1d83dd8fd8ae3ee95e832e0a0ee04e3
1edfdb025c4450f694600083ad871cf06c8d45cd
refs/heads/main
2023-09-01T01:30:02.040705
2023-08-29T17:32:18
2023-08-29T17:32:18
24,107,001
2,008
973
NOASSERTION
2023-09-14T20:59:26
2014-09-16T16:08:30
C
UTF-8
C
false
false
20,903
c
if.c
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennessee a...
236923abcf6025050ab9474dc6068f5491f03577
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/xnnpack/src/src/xnnpack/vscaleexpminusmax.h
afb864b7995d091abfc5dfdf162bbcd1217d25a0
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
3,156
h
vscaleexpminusmax.h
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #pragma once #include <stddef.h> #include <stdint.h> #include <xnnpack/common.h> #ifdef __cplusplus extern "C" { #endif #define DECLARE_F32_VSCALEEXPMI...
883c8106d34b9ae53106c67889a4213935710770
47cf1713963956b5cd247500b25da54544921534
/src/cordova-plugin-userbase/src/libscrypt/main.c
ab5acecf298807ee5732dfd85ccaae5bde5a4845
[ "BSD-2-Clause", "MIT" ]
permissive
smallbets/userbase
0ed057153418c1be1108991554223e1d882f0fd4
9dd581d20fd8f00296b141729d032d974df587b0
refs/heads/master
2023-08-05T22:30:33.724918
2023-07-28T06:18:33
2023-07-28T06:18:33
188,504,618
771
65
MIT
2023-03-02T02:16:47
2019-05-25T00:58:14
JavaScript
UTF-8
C
false
false
7,253
c
main.c
#include <stdlib.h> #include <string.h> #include <stdio.h> #include <errno.h> #include "b64.h" #include "crypto_scrypt-hexconvert.h" #include "libscrypt.h" #define REF1 "fdbabe1c9d3472007856e7190d01e9fe7c6ad7cbc8237830e77376634b3731622eaf30d92e22a3886ff109279d9830dac727afb94a83ee6d8360cbdfa2cc0640" #define REF2 "702...
69279d84b0d1a3a0906e5fbf4096ffd09ea1ec37
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/stm32/stm32f407-atk-explorer/applications/lvgl/lv_port_disp.c
30da608bdc184e76bd067347cc267d555f75f2c5
[ "Zlib", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause", "X11", "BSD-4-Clause-UC", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
RT-Thread/rt-thread
03a7c52c2aeb1b06a544143b0e803d72f47d1ece
3602f891211904a27dcbd51e5ba72fefce7326b2
refs/heads/master
2023-09-01T04:10:20.295801
2023-08-31T16:20:55
2023-08-31T16:20:55
7,408,108
9,599
5,805
Apache-2.0
2023-09-14T13:37:26
2013-01-02T14:49:21
C
UTF-8
C
false
false
2,350
c
lv_port_disp.c
/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2021-10-18 Meco Man The first version */ #include <lvgl.h> #include <board.h> #include <drv_lcd.h> // #define MY_DISP_HOR_RES LCD_W // #define DISP_BUF...
32856a66aa5e17db481d7911e92505f0da58f65d
a6f47c6b702055aa2cc1a9ee051017320a8c602b
/thirdparty/libvpx/vpx_mem/vpx_mem.c
b261fc0da11787570dd4c0b7bc7a448004feb5be
[ "FTL", "Zlib", "MIT", "BSD-3-Clause", "Bitstream-Vera", "CC0-1.0", "MPL-2.0", "OFL-1.1", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-free-unknown", "Libpn...
permissive
Stary2001/godot
849ca3045a687d9b34de7cc24a8b6d26f89f95bc
00c6ce9716ed542997bc2b59136bceb3729db970
refs/heads/3.5.2-stable_switch
2023-05-25T08:38:55.387308
2023-04-14T23:07:10
2023-04-23T20:32:29
148,190,960
306
38
MIT
2023-05-19T20:10:22
2018-09-10T17:11:15
C++
UTF-8
C
false
false
2,593
c
vpx_mem.c
/* * Copyright (c) 2010 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...
be845ec35b9afd07c6cf6af0a121d578646d99c6
39963c49c030b0c30f43f878e9a7e1081ad7783c
/include/visionaray/math/simd/simd.h
bd6f1ef79d183bd06215866b7f2e519fe3cc8899
[ "MIT" ]
permissive
szellmann/visionaray
f93e9fb58ad93ed4a601000af2cb60d8757954eb
e2ac5cc7f78642223b0670dce781a4a6125e7071
refs/heads/master
2023-09-06T05:14:27.266396
2023-09-03T01:04:56
2023-09-03T01:04:56
29,935,622
446
42
MIT
2020-10-16T17:28:43
2015-01-27T21:24:30
C++
UTF-8
C
false
false
368
h
simd.h
// This file is distributed under the MIT license. // See the LICENSE file for details. #pragma once #ifndef VSNRAY_MATH_SIMD_H #define VSNRAY_MATH_SIMD_H 1 #include "avx.h" #include "avx512.h" #include "builtin.h" #include "forward.h" #include "gather.h" #include "neon.h" #include "sse.h" #include "trans.h" #includ...
292981ca29c677bace7e55c551e8c4f4fc624e92
8b98cd47f934d2a4a8d0b2842d3277b01f3fb7fa
/libraries/hds/fortran_interface.c
2b0cdc024439de80ecbc50a26223692e7fedb349
[]
no_license
Starlink/starlink
1cc03b85eb78330a3622003b26b69c1733df50fe
2c374b3e97c9cebcc8f3bd2f8b4bb326eefe061a
refs/heads/master
2023-07-26T09:32:27.987319
2023-07-05T23:56:27
2023-07-05T23:56:27
5,169,323
139
45
null
2022-11-18T13:29:32
2012-07-24T18:15:25
Fortran
UTF-8
C
false
false
171,583
c
fortran_interface.c
#if HAVE_CONFIG_H # include <config.h> #endif #include <stdio.h> #include "f77.h" /* F77 <-> C interface macros */ #include "hds1_types.h" #define HDS_INTERNAL_INCLUDES 1 #include "hds.h" /* HDS C interface */ #include "dat_par.h" /* DAT__ constant definiti...
e0931d23e459a0d44bb3c56e2bf7c4f5150816c7
961deb12b1050a6883ce6c9427836b908ca91875
/aosp/libavb1.1/src/avb/c/avb_hash_descriptor.c
3a6b8c8809118294aa3b7e044d270ed97ee4b4ee
[ "Apache-2.0" ]
permissive
cfig/Android_boot_image_editor
04ff01545ff7ee4df2c02c529280e5362496abf0
82ff5215b7eb4bb6198ca024267c454f1e7958da
refs/heads/master
2023-09-01T13:32:20.862861
2023-07-14T14:52:53
2023-07-14T15:41:55
56,238,465
834
197
Apache-2.0
2022-07-29T00:19:36
2016-04-14T13:12:18
C
UTF-8
C
false
false
2,554
c
avb_hash_descriptor.c
/* * Copyright (C) 2016 The Android Open Source Project * * 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, *...
dd4d9115d0f209bd7128251ef448b64b706f1ec4
03b2c80dbc41e904b167d504666e27d798da5447
/src/sequence_range.c
b24b816dd85b1325c0d11f6120fe4728dbf8f99b
[ "Unlicense" ]
permissive
nptcl/npt
7c1570b497cdce0b8971cb445fbc04cb500232d3
aa714a2370ac9fa5348c2fc96159b40b9de3de07
refs/heads/master
2023-03-20T09:13:54.669118
2022-07-02T11:17:44
2022-07-02T11:17:44
171,985,905
160
12
Unlicense
2023-03-11T01:36:37
2019-02-22T03:11:34
C
UTF-8
C
false
false
9,564
c
sequence_range.c
#include "array_access.h" #include "array_value.h" #include "condition.h" #include "cons.h" #include "cons_list.h" #include "integer.h" #include "sequence.h" #include "sequence_range.h" /* * save/load */ void save_sequence_range(struct sequence_range *ptr) { ptr->save_pos = ptr->pos; ptr->save_list = ptr->list; ...
063ee64d992e8b96b713e4956578692aa099f98c
7f6c235b0598353549959c18f69eefd20b766907
/include/_DEVELOPMENT/sccz80/arch/zx.h
a56811f65d54cbdaa324ce7210042f573adb5455
[ "ClArtistic" ]
permissive
z88dk/z88dk
46dfd4905f36d99333173cadd0a660839befc9f0
8b07f37cc43c5d9ffe69b563c80763491d8faff7
refs/heads/master
2023-09-04T19:29:49.254958
2023-09-03T20:51:24
2023-09-03T20:51:24
54,035,569
820
263
NOASSERTION
2023-09-05T11:09:04
2016-03-16T13:48:16
Assembly
UTF-8
C
false
false
12,409
h
zx.h
// automatically generated by m4 from headers in proto subdir #ifndef __ARCH_ZX_H__ #define __ARCH_ZX_H__ #include <arch.h> #include <stddef.h> #include <rect.h> // COMMON CONSTANTS #define INK_BLACK 0x00 #define INK_BLUE 0x01 #define INK_RED 0x02 #define ...
f18b25259d3944e27312cef4d42ed91d1b498edc
eb9bfc910667d3ce3e9a93d7f928619d224d4f86
/plc4c/generated-sources/s7/include/cotp_parameter.h
6b310ef403c67b8cca4ee3a02c23ed768fabaeb2
[ "Unlicense", "Apache-2.0" ]
permissive
apache/plc4x
ae2e60cf98e742c410f9ee691b1e2eaecd405f96
a05857e0dd18951223293e73beaaa1c46f6c78ab
refs/heads/develop
2023-09-04T13:54:26.459699
2023-09-04T12:24:37
2023-09-04T12:24:37
114,859,883
842
362
Apache-2.0
2023-09-08T06:46:49
2017-12-20T08:00:09
Java
UTF-8
C
false
false
3,985
h
cotp_parameter.h
/* * 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 ...
04835254c6a28897895e103de37a4f9a9e2e2428
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/u-boot_new/board/renesas/rsk7203/rsk7203.c
8800371b00427b5bf0f4cc08c97adcc3bdbcb0aa
[ "GPL-2.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
1,542
c
rsk7203.c
/* * Copyright (C) 2008 Nobuhiro Iwamatsu * Copyright (C) 2008 Renesas Solutions Corp. * * u-boot/board/rsk7203/rsk7203.c * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <net.h> #include <netdev.h> #include <asm/io.h> #include <asm/processor.h> DECLARE_GLOBAL_DATA_PTR; int checkboard(voi...
cc048d72f107129b6a3e07ccb2659cc7c60b48f3
4805a71711625735215cc1a773a85712be305b59
/docs/examples/userguide/memoryviews/C_func_file.c
39445df50e3c3afd68c26762c7af4168fd544e68
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
cython/cython
0a75b75b7eaf19eeedaaebca9d49adb603e3e8f5
6ba3daf319d94058de74e8e7f53f932092b38441
refs/heads/master
2023-09-04T11:09:56.569277
2023-09-04T07:45:47
2023-09-04T07:45:47
1,099,265
8,352
1,704
Apache-2.0
2023-09-14T06:33:34
2010-11-21T07:44:20
Python
UTF-8
C
false
false
172
c
C_func_file.c
#include "C_func_file.h" void multiply_by_10_in_C(double arr[], unsigned int n) { unsigned int i; for (i = 0; i < n; i++) { arr[i] *= 10; } }
f1f2c37b079dc3a6a4c1f0d8224f696b7621aeb5
317410b28757af216145d23259d63fc96d07f613
/apps/hid/board/br30/board_config.h
a2364c28eca90fc481749a8e39a48639bb84ea36
[ "Apache-2.0" ]
permissive
Jieli-Tech/fw-AC63_BT_SDK
48c757dca7e8000ec763bf5466583a4cd8c4a11c
393d63758081d56f0bf0a39ac596bee32c33d493
refs/heads/master
2023-07-18T02:14:56.187266
2023-06-21T03:14:20
2023-06-21T03:14:20
272,586,610
113
76
Apache-2.0
2022-10-20T23:07:31
2020-06-16T02:02:15
C
UTF-8
C
false
false
529
h
board_config.h
#ifndef BOARD_CONFIG_H #define BOARD_CONFIG_H /* * 板级配置选择 */ #define CONFIG_BOARD_AC637N_DEMO // #define CONFIG_BOARD_AC6376F_DEMO // #define CONFIG_BOARD_AC6373B_MOUSE // #define CONFIG_BOARD_AC6379B_MOUSE // #define CONFIG_BOARD_AC6379B_KEYFOB // #define CONFIG_BOARD_AC6376F_MOUSE #include "board_ac637n_demo_cf...
767472cf5718346ff83611e60b728d40fb347f77
ae31542273a142210a1ff30fb76ed9d45d38eba9
/src/backend/executor/execUtils.c
1ac1f6b5c54117ff7629086c4151d8459a935dd1
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "PostgreSQL", "OpenSSL", "LicenseRef-scancode-stream-benchmark", "ISC", "LicenseRef-scancode-openssl", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-ssleay-windows", "BSD-2-Clause", "Python-2.0" ]
permissive
greenplum-db/gpdb
8334837bceb2d5d51a684500793d11b190117c6a
2c0f8f0fb24a2d7a7da114dc80f5f5a2712fca50
refs/heads/main
2023-08-22T02:03:03.806269
2023-08-21T22:59:53
2023-08-22T01:17:10
44,781,140
6,417
2,082
Apache-2.0
2023-09-14T20:33:42
2015-10-23T00:25:17
C
UTF-8
C
false
false
66,280
c
execUtils.c
/*------------------------------------------------------------------------- * * execUtils.c * miscellaneous executor utility routines * * Portions Copyright (c) 2005-2008, Greenplum inc * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * Portions Copyright (c) 1996-2019, PostgreSQL Global D...
41baa4a5dafb94d5ab7fae9286415e7a3d8566d0
84a6935f61d7f8290b05263da044e28719c5560a
/tests/pthread_create_blocking_np/timing.h
0a1d3f60e16f90ff1878aa62b486c3c0c474dc4a
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Tarsnap/spiped
5d450a9bb406d9fde191960038f1a15eebd59039
f1e205868654c5d4ecd3ae1bfbad762a0b66f74f
refs/heads/master
2023-09-03T01:26:11.669796
2023-08-26T22:50:32
2023-08-26T22:50:32
36,114,883
840
73
NOASSERTION
2023-09-06T20:36:44
2015-05-23T08:47:44
C
UTF-8
C
false
false
204
h
timing.h
#ifndef TIMING_H_ #define TIMING_H_ /** * check_timing(void): * Check that pthread_create_blocking_np() results in the expected relative * timing. */ int check_timing(void); #endif /* !TIMING_H_ */
0ef449d91635a24502cc5d3cb4adfbaaaef98836
0ba9681b235b377b3f57d52532ab7212d4d4cd8a
/saw-remote-api/python/tests/saw/test-files/llvm_lax_pointer_ordering.c
b21eb7e67befac9115c97ac05a3ac79a1d9ab211
[ "BSD-3-Clause" ]
permissive
GaloisInc/saw-script
d9a3eb7b05c1bcbcc319987223cd53b903b55b5d
79ddd800bec59528958ed6d7593304e2b17b7dfb
refs/heads/master
2023-09-01T09:47:31.415255
2023-08-30T11:26:08
2023-08-30T11:26:08
34,082,065
458
82
BSD-3-Clause
2023-09-14T16:23:09
2015-04-16T21:39:32
Haskell
UTF-8
C
false
false
215
c
llvm_lax_pointer_ordering.c
#include <stdint.h> #include <stdlib.h> const size_t LEN = 42; void zip_with_add(uint64_t c[LEN], const uint64_t a[LEN], const uint64_t b[LEN]) { for (size_t i = 0; i < LEN; i++) { c[i] = a[i] + b[i]; } }
391e470d226c30878c763522ebc6e34cf8aa4d71
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr_ex.h
e7e7f2514ed18ae6da1c117c54e51253e4380cf1
[ "Apache-2.0", "Zlib", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause", "X11", "BSD-4-Clause-UC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
RT-Thread/rt-thread
03a7c52c2aeb1b06a544143b0e803d72f47d1ece
3602f891211904a27dcbd51e5ba72fefce7326b2
refs/heads/master
2023-09-01T04:10:20.295801
2023-08-31T16:20:55
2023-08-31T16:20:55
7,408,108
9,599
5,805
Apache-2.0
2023-09-14T13:37:26
2013-01-02T14:49:21
C
UTF-8
C
false
false
2,871
h
stm32l0xx_hal_pwr_ex.h
/** ****************************************************************************** * @file stm32l0xx_hal_pwr_ex.h * @author MCD Application Team * @brief Header file of PWR HAL Extension module. ****************************************************************************** * @attention * * <h2><ce...
bb9d5a59f9304f5b8a3778fad0bd9bdba4b7d8cf
abe704eb3b53944cdd6505f922f58558e334c589
/components/utilities/xz/xz-embedded/userspace/xzminidec.c
ba07413125a17044b7f26c9c4b51675e18c1e8ea
[ "LicenseRef-scancode-public-domain", "Apache-2.0" ]
permissive
espressif/esp-iot-solution
c25079eb26a8f54ddacd23689a7288533c721916
2227f0ca21ab37df9cf9d74182fa84c52dffc76f
refs/heads/master
2023-09-01T15:06:17.000154
2023-08-31T10:26:21
2023-08-31T10:26:21
99,690,601
1,612
758
Apache-2.0
2023-09-08T08:43:59
2017-08-08T12:32:16
C
UTF-8
C
false
false
2,643
c
xzminidec.c
/* * Simple XZ decoder command line tool * * Author: Lasse Collin <lasse.collin@tukaani.org> * * This file has been put into the public domain. * You can do whatever you want with this file. */ /* * This is really limited: Not all filters from .xz format are supported, * only CRC32 is supported as the integri...
0517c0c955a0388898e4e98cbaf8e2b1ea9f9d8c
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/at32/libraries/usbfs_library/inc/usbd_core.h
74f521e17b0f4332d25d07ef4bd35ee9f71832f7
[ "Zlib", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause", "X11", "BSD-4-Clause-UC", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
RT-Thread/rt-thread
03a7c52c2aeb1b06a544143b0e803d72f47d1ece
3602f891211904a27dcbd51e5ba72fefce7326b2
refs/heads/master
2023-09-01T04:10:20.295801
2023-08-31T16:20:55
2023-08-31T16:20:55
7,408,108
9,599
5,805
Apache-2.0
2023-09-14T13:37:26
2013-01-02T14:49:21
C
UTF-8
C
false
false
8,274
h
usbd_core.h
/** ************************************************************************** * @file usbd_core.h * @brief usb device core header file ************************************************************************** * Copyright notice & Disclaimer * * The software Board Support Pac...
fb47915783936b53a88fdeb14aed21947b907fb8
c26d7b0ed875357278e61627da2da0650da77986
/src/cmd/uucp/versys.c
7b56c8c99273327ac7bd7723749552bf2d9416ba
[ "BSD-3-Clause" ]
permissive
RetroBSD/retrobsd
5343d9e3c424637fc3ad5b03fe720b2744490025
486f81f6abff01c7dcc207235cd2979b226a95ff
refs/heads/master
2023-09-02T23:12:05.110883
2023-07-07T18:41:40
2023-07-07T18:41:40
18,598,087
282
59
BSD-3-Clause
2023-07-18T07:35:36
2014-04-09T13:25:46
C
UTF-8
C
false
false
2,805
c
versys.c
#if !defined(lint) && defined(DOSCCS) static char sccsid[] = "@(#)versys.c 5.5.1 (2.11BSD) 1997/10/2"; #endif #include "uucp.h" #include <stdio.h> #include <ctype.h> /*LINTLIBRARY*/ char PhoneNumber[MAXPH]; /* * verify system names n1 and n2 * return codes: SUCCESS | FAIL * * NOTE: * the old calling sequen...
03f1c6e3d061b4692d2c5a4fcbd84cbbaede082f
6d162c19c9f1dc1d03f330cad63d0dcde1df082d
/qrenderdoc/3rdparty/qt/include/QtWidgets/QUndoStack
6bd1e5e5b7272612dbfac4205122ca08605bb136
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.0-or-later", "LGPL-3.0-only", "GPL-3.0-only", "Python-2.0", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-mit-old-style", "LGPL-2.1-or-later", "LGPL-2.1-only", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-sc...
permissive
baldurk/renderdoc
24efbb84446a9d443bb9350013f3bfab9e9c5923
a214ffcaf38bf5319b2b23d3d014cf3772cda3c6
refs/heads/v1.x
2023-08-16T21:20:43.886587
2023-07-28T22:34:10
2023-08-15T09:09:40
17,253,131
7,729
1,358
MIT
2023-09-13T09:36:53
2014-02-27T15:16:30
C++
UTF-8
C
false
false
24
QUndoStack
#include "qundostack.h"
5e72e766d18e78927fef687618ce7ef70adc75de
485ff07efdbb3e56b9633e3134b1c81271c2d8a3
/cpp/SampleRdkContentTask/Resource.h
3275407c0c8173894af59afd1d15dc6448375c3a
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
mcneel/rhino-developer-samples
8f8a332d4d6a9a5fa064be6c1532e665d37c8f13
4fb376adcf94f9d583878d1c1208038f86bde312
refs/heads/7
2023-08-18T22:04:34.036498
2023-06-08T16:28:43
2023-06-08T16:28:43
72,225,588
526
362
NOASSERTION
2023-09-06T20:29:31
2016-10-28T16:52:21
C++
UTF-8
C
false
false
1,652
h
Resource.h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by SampleRdkContentTask.rc // #define IDI_ICON 100 #define IDM_APP_FILE_SAVE_AS 101 #define IDM_APP_EDIT_COPY 102 #define IDM_APP_FILE_PRINT 103 #define IDM_APP_FILE_EXIT ...
0995f4003273a0552fded75754bdf179c21197d1
04cdc91f88a137e2f7d470b0ef713d72f79f9d47
/AI_Engine_Development/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/host_app_src/input_data.h
b8db627ced6877dea17f18a31c8c107a1cd6a4ea
[ "MIT" ]
permissive
Xilinx/Vitis-Tutorials
80b6945c88406d0669326bb13b222b5a44fcc0c7
ab39b8482dcbd2264ccb9462910609e714f1d10d
refs/heads/2023.1
2023-09-05T11:59:43.272473
2023-08-21T16:43:31
2023-08-21T16:43:31
211,912,254
926
611
MIT
2023-08-03T03:20:33
2019-09-30T17:08:51
C
UTF-8
C
false
false
188,726
h
input_data.h
/* Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ // This data header file automatically generated by FIR_data_gen.m // r_amplitude: 16383 r_freq: 2 // i_amplitude: 16383 i_freq: 4 #define INPUT_SAMPLES 8192 cint16 input_data[] = { { 0, ...
7e39820852951e645b306419fea464101ad79cb9
39568e19301a7a112398be542154950af25591de
/sw/device/sca/lib/simple_serial.h
2951fc9bdf6d13a8bbfe94fd037034f1ae54545f
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lowRISC/opentitan
493995bc7cf7cb3aee486a5203af3fd62bba3bfc
51f6017b8425b14d5a4aa9abace8fe5a25ef08c8
refs/heads/master
2023-08-31T22:05:09.425796
2023-08-14T14:52:15
2023-08-31T20:31:13
204,516,692
2,077
634
Apache-2.0
2023-09-14T21:16:21
2019-08-26T16:30:16
SystemVerilog
UTF-8
C
false
false
4,055
h
simple_serial.h
// Copyright lowRISC contributors. // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 #ifndef OPENTITAN_SW_DEVICE_SCA_LIB_SIMPLE_SERIAL_H_ #define OPENTITAN_SW_DEVICE_SCA_LIB_SIMPLE_SERIAL_H_ #include <stddef.h> #include <stdint.h> #include "sw/device/l...
8c2a38944a832e188906aaea5ecdc61104f22353
83b8b30ebb633eecd29ca0a7a20cc43a293c9333
/ports/espressif/boards/lilygo_ttgo_t-01c3/pins.c
887d85ef2f5445f1d4a244d44c8c855eccd8ff7d
[ "MIT", "GPL-1.0-or-later" ]
permissive
adafruit/circuitpython
430ec895149d1eb814b505db39b4977a35ee88a7
506dca71b0cbb7af749bb51f86b01021db5483b3
refs/heads/main
2023-08-21T16:30:46.781068
2023-08-20T00:39:44
2023-08-20T00:39:44
66,166,069
3,806
1,560
MIT
2023-09-14T19:23:51
2016-08-20T20:10:40
C
UTF-8
C
false
false
822
c
pins.c
#include "shared-bindings/board/__init__.h" STATIC const mp_rom_map_elem_t board_module_globals_table[] = { CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS { MP_ROM_QSTR(MP_QSTR_IO2), MP_ROM_PTR(&pin_GPIO2) }, { MP_ROM_QSTR(MP_QSTR_IO8), MP_ROM_PTR(&pin_GPIO8) }, { MP_ROM_QSTR(MP_QSTR_IO9), MP_ROM_PTR(&pin_GP...
6d2c95fdccb64303cea7609a18823ae185b86d62
fd016aacb50a65dbda2f0e2b35cec38a63baf68d
/src/nanoFramework.Graphics/Graphics/Core/Support/Gif/lzwutil.h
80b9baac887f51ce88693dc126e03eafa3be035d
[ "MIT" ]
permissive
nanoframework/nf-interpreter
4795563afe8b1d8e4819a4b4ebd700c9e36a4d80
2ebb0aeef2d9482a6233e4c78f562878ba726cf6
refs/heads/main
2023-08-29T11:30:31.384324
2023-08-29T10:55:46
2023-08-29T10:55:46
74,834,622
283
266
MIT
2023-09-14T00:22:43
2016-11-26T15:45:06
C
UTF-8
C
false
false
1,978
h
lzwutil.h
// // Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // #ifndef LZWUTIL_H #define LZWUTIL_H #include "Graphics.h" /*************************************************************...
a23212195bb375fcc9facfe87f75f358c354184d
581bdcc078d282e388f1b655d4cfc4e08152d117
/phnt/include/ntgdi.h
bf70b71b2904770998b0c7876010330f79b28b01
[ "MIT", "BSD-3-Clause", "LGPL-2.0-or-later", "Zlib", "LGPL-2.1-or-later", "GPL-2.0-only", "LicenseRef-scancode-public-domain" ]
permissive
winsiderss/systeminformer
774928be871f0055263ac5e62ae0a598b098486b
5a6b442acd45d681f699a133d476a3211d072871
refs/heads/master
2023-08-28T15:43:41.074679
2023-08-27T20:59:20
2023-08-27T20:59:20
50,824,485
2,137
292
MIT
2023-09-10T22:35:12
2016-02-01T08:10:21
C
UTF-8
C
false
false
4,134
h
ntgdi.h
/* * Graphics device interface support * * This file is part of System Informer. */ #ifndef _NTGDI_H #define _NTGDI_H #define GDI_MAX_HANDLE_COUNT 0xFFFF // 0x4000 #define GDI_HANDLE_INDEX_SHIFT 0 #define GDI_HANDLE_INDEX_BITS 16 #define GDI_HANDLE_INDEX_MASK 0xffff #define GDI_HANDLE_TYPE_SHIFT 16 #define GDI_...
fbe36b77da4358fad08bee07db555c518faed82b
ec6a71b57ebe88538269197fd16bede6bc2062ae
/lib/crypto/c_src/hmac.c
86ffb9a5a301f8a5cf917088a585d6124ac786e5
[ "Apache-2.0" ]
permissive
erlang/otp
7c6e88ca955bd6a3ede1530154c80e8ce449a370
334589af62a8db25a81afba2ecc50f33ff69ddb8
refs/heads/master
2023-08-30T23:37:28.061328
2023-08-30T04:20:48
2023-08-30T04:20:48
374,927
9,920
3,018
Apache-2.0
2023-09-14T10:37:26
2009-11-16T17:17:57
Erlang
UTF-8
C
false
false
6,657
c
hmac.c
/* * %CopyrightBegin% * * Copyright Ericsson AB 2010-2022. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
a6c0ebfb627400f01fc1224ea8ab9a2cd5aaad67
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/multimedia/dvb-apps/patches/patch-lib_libucsi_dvb_bat__section.c
bec245ba90287a00c15570b4c0be9a30a54d8d71
[]
no_license
NetBSD/pkgsrc
a0732c023519650ef821ab89c23ab6ab59e25bdb
d042034ec4896cc5b47ed6f2e5b8802d9bc5c556
refs/heads/trunk
2023-09-01T07:40:12.138283
2023-09-01T05:25:19
2023-09-01T05:25:19
88,439,572
321
138
null
2023-07-12T22:34:14
2017-04-16T20:04:15
null
UTF-8
C
false
false
1,020
c
patch-lib_libucsi_dvb_bat__section.c
$NetBSD: patch-lib_libucsi_dvb_bat__section.c,v 1.1 2011/07/15 22:59:21 jmcneill Exp $ --- lib/libucsi/dvb/bat_section.c.orig 2011-06-28 05:50:24.000000000 +0000 +++ lib/libucsi/dvb/bat_section.c @@ -31,7 +31,7 @@ struct dvb_bat_section * dvb_bat_section if (len < sizeof(struct dvb_bat_section)) return NULL; - ...
9f509849e68caeafb23a5d272c22a7cee3173656
b23de605446429b92ed1cd1facc402b025a488e8
/source/windows/secure_channel_tls_handler.c
9ede8ded50737681fddbee390973ededa0a6b583
[ "LicenseRef-scancode-proprietary-license", "Apache-2.0" ]
permissive
awslabs/aws-c-io
64e56224e43fce0a7c02e555cfeba39c58b8bb5f
b4aa873e16db0824ad381ae78764d445ae62ee32
refs/heads/main
2023-09-04T05:20:05.302131
2023-08-28T17:28:58
2023-08-28T17:28:58
123,649,788
103
66
Apache-2.0
2023-09-06T16:52:56
2018-03-03T01:50:50
C
UTF-8
C
false
false
85,063
c
secure_channel_tls_handler.c
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #define SECURITY_WIN32 #include <aws/io/tls_channel_handler.h> #include <aws/common/encoding.h> #include <aws/common/math.h> #include <aws/common/string.h> #include <aws/common/task_schedul...
0fa9a63326e362b89497216025b8eeb0868a8d96
1efb2283837c9b70bc6449cec877799e4efa3268
/src/mpi/datatype/typerep/src/typerep_yaksa_pack.c
9a15bb915348f63d2ab8aa4b3308390dc38c0869
[ "mpich2" ]
permissive
pmodels/mpich
d2392e8e30536cad3e500c16aa1e71211101d83f
2d265f9f5f93ebdd07ad547423bc6212868262a4
refs/heads/main
2023-09-04T05:50:15.041823
2023-09-01T23:07:33
2023-09-01T23:07:33
70,918,679
506
313
NOASSERTION
2023-09-14T14:38:36
2016-10-14T14:39:42
C
UTF-8
C
false
false
22,429
c
typerep_yaksa_pack.c
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #include "mpiimpl.h" #include "yaksa.h" #include "typerep_internal.h" /* === BEGIN_MPI_T_CVAR_INFO_BLOCK === cvars: - name : MPIR_CVAR_YAKSA_COMPLEX_SUPPORT category : COLLECTIVE type :...
31ec1f2e988950e210d3782be089370e21eec52c
d169de4c5c6b281984df35536430dcc931a957a9
/source/component/3rd-party/btstack/extension/btstack_oo/host/btstack_host.h
c5c0c10d4ace4947576d14ad2d6a912363c5ce87
[ "LGPL-2.1-only", "Apache-2.0" ]
permissive
vsfteam/vsf
2ba968ba2ef53b036668019c6c6746149a63c38a
522a52ff2ee4ed149b52789a5bd366f80c08c458
refs/heads/master
2023-08-27T07:32:08.339123
2023-08-26T17:46:07
2023-08-26T17:46:07
181,911,464
273
83
Apache-2.0
2023-08-29T03:08:36
2019-04-17T14:43:42
C
UTF-8
C
false
false
2,276
h
btstack_host.h
#ifndef __BTSTACK_HOST_H__ #define __BTSTACK_HOST_H__ #include "./btstack_host_cfg.h" #if BTSTACK_OO_USE_HOST == ENABLED #include "../btstack_oo.h" #include "btstack.h" #if defined(__BTSTACK_HOST_CLASS_IMPLEMENT) # define __VSF_CLASS_IMPLEMENT #elif defined(__BTSTACK_HOST_CLASS_INHERIT__) # define __VSF_C...
07e5b1948ec1a6f0fc38e778ce5e82ca3bd9314f
d2d15560a3ca4f8146d9baec60d1ce6743b13633
/ext/qml/engine.h
092aabc30a010e8e1dd53aea8e93d60425bf5da9
[ "MIT" ]
permissive
seanchas116/ruby-qml
4ecd3728962cb4f4ea8791bd91e9666825ce289f
569af4c31460d2946c18346dc94751c77b1d4dfc
refs/heads/master
2021-01-21T12:31:27.975059
2019-11-17T08:13:34
2019-11-17T08:13:34
21,888,221
141
20
MIT
2019-11-17T08:13:35
2014-07-16T05:35:33
Ruby
UTF-8
C
false
false
166
h
engine.h
#pragma once #include <ruby/ruby.h> #include <qmlbind.h> extern VALUE rbqml_cEngine; qmlbind_engine *rbqml_get_engine(VALUE value); void rbqml_init_engine(void);
7fbf89e4a82737d7e65a44930c38c1e5d6b56207
e5f4f37d941ceb8145d65f92028cc54658b1ac01
/Code/ThirdParty/Recast/RecastDll.h
1f896f9d53ce7cd17fc45c8f0054db92b953b94a
[ "MIT", "Zlib", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ezEngine/ezEngine
19983d2733a5409fb2665c6c3a0a575dadcefb50
c46e3b4b2cd46798e4abb4938fbca281c054b039
refs/heads/dev
2023-09-06T02:17:28.152665
2023-09-05T18:25:43
2023-09-05T18:25:43
18,179,848
1,050
165
MIT
2023-09-14T21:44:39
2014-03-27T15:02:16
C++
UTF-8
C
false
false
342
h
RecastDll.h
#pragma once #ifdef BUILDSYSTEM_COMPILE_ENGINE_AS_DLL #ifdef _WIN32 #if BUILDSYSTEM_BUILDING_RECAST_LIB #define RECAST_API __declspec(dllexport) #else #define RECAST_API __declspec(dllimport) #endif #else #define RECAST_API __attribute__ ((visibility ("default"))) #endif #else #defi...
de3c43bc408467c80b8c36c7b8210e9431909344
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/ffmpeg/libavcodec/exif.h
f70d21391af9516afb0482ae52099aa236f29a0f
[ "BSD-3-Clause", "LGPL-2.1-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.1-or-later", "GPL-3.0-or-later", "LGPL-3.0-or-later", "IJG", "LicenseRef-scancode-other-permissive", "MIT", "GPL-2.0-or-later", "Apache-2.0", "GPL-3.0-only" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
1,472
h
exif.h
/* * EXIF metadata parser * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de> * * 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 * ...
1e04e15c801d66ffae311588367052a3627819a5
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/include/linux/ipv6_route.h
25b5f1f5e7802a6d53f41783d9c0b5bad256a173
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
594
h
ipv6_route.h
/* * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * 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 ...
1f8235ae81b759f835adfc4038511bc60b8c7059
2c2390232d175cecbcafeedae39bc2943ddf8452
/UIShop/Template/IM_Resource.h
7547ffc11ff32a82cb5b68590f3d682a43591e2a
[]
permissive
iUIShop/LibUIDK
d36621fbf3551b1c8ac5b6a44a2df1769a73a4f6
ea7b0ca3ba1e58867bb35fdaa32b8685a3f83409
refs/heads/master
2023-04-13T04:37:35.618021
2023-03-30T09:53:55
2023-03-30T09:53:55
207,088,755
418
204
MIT
2019-09-09T13:52:26
2019-09-08T09:19:02
C++
UTF-8
C
false
false
2,500
h
IM_Resource.h
//WARNING: DO NOT EDIT OR DELETE THIS HEADER FILE! #pragma once #define IDW_LOGIN 1000 #define IDC_BTN_MIN 1001 #define IDC_BTN_CLOSE 1002 #define IDC_EDT_NAME 1003 #define IDC_EDT_PASSWORD 1004 #define IDC_CHK_REMEMBER_...
6f273fbf4b10ee6ec52d09e8da24e264a2d0db73
653ab4373a629a3695872d805a62f6b7ba937eed
/SDWebImage/include/SDWebImage/SDDiskCache.h
ba20df74abe78377068f015973f503898a78bd80
[ "MIT", "Apache-2.0" ]
permissive
SDWebImage/SDWebImage
b3fbbe42cacc834726af77571d675ab1a7aee2f8
507225ea04876894856186af6d3c30a9e8c1200a
refs/heads/master
2023-08-31T09:49:02.624904
2023-08-23T10:26:29
2023-08-23T10:26:29
313,419
5,435
1,427
MIT
2023-09-12T08:03:38
2009-09-21T17:39:19
Objective-C
UTF-8
C
false
false
24
h
SDDiskCache.h
../../Core/SDDiskCache.h
1157aadeb3384395365e1e229b59051c884c759a
e73547787354afd9b717ea57fe8dd0695d161821
/include/mapfs/jan_04_shape.h
d9c8e3e8375a23979223de046910395032855dd0
[]
no_license
pmret/papermario
8b514b19653cef8d6145e47499b3636b8c474a37
9774b26d93f1045dd2a67e502b6efc9599fb6c31
refs/heads/main
2023-08-31T07:09:48.951514
2023-08-21T18:07:08
2023-08-21T18:07:08
287,151,133
904
139
null
2023-09-14T02:44:23
2020-08-13T01:22:57
C
UTF-8
C
false
false
3,482
h
jan_04_shape.h
#define MODEL_Root 0x5B #define MODEL_g1 0x5A #define MODEL_g12 0x59 #define MODEL_o61 0x58 #define MODEL_o60 0x57 #define MODEL_g20 0x56 #define MODEL_g32 0x55 #define MODEL_o87 0x54 #define MODEL_g3...
22115aa68a1c2597d6c43841a1563f9c21353f72
eac80658fb291b4d449c37aa0767b1390be9ef53
/src/factory/include/agz/factory/creator/geometry_creators.h
a25affc2984bd71db1e87d98c7f4be401a4b1888
[ "MIT" ]
permissive
AirGuanZ/Atrc
92e357a0b18bb8b9b2bbc1eb234f549aba6589ad
9bf8fdbb74affaa047bc40bb452c0d2c9bf0d121
refs/heads/master
2023-07-11T06:31:09.259287
2023-06-25T08:00:10
2023-06-25T08:00:10
147,777,386
484
30
MIT
2023-03-07T13:25:58
2018-09-07T05:56:14
C++
UTF-8
C
false
false
160
h
geometry_creators.h
#pragma once #include <agz/factory/factory.h> AGZ_TRACER_FACTORY_BEGIN void initialize_geometry_factory(Factory<Geometry> &factory); AGZ_TRACER_FACTORY_END
f3bda6aeebb590db2501b1176d81bcfea26c1ab4
5eff7a36d9a9917dce9111f0c3074375fe6f7656
/lib/mesa/src/amd/llvm/ac_llvm_build.h
823005ebb37087d7bd69ba6bcd70fc3ee08bb756
[]
no_license
openbsd/xenocara
cb392d02ebba06f6ff7d826fd8a89aa3b8401779
a012b5de33ea0b977095d77316a521195b26cc6b
refs/heads/master
2023-08-25T12:16:58.862008
2023-08-12T16:16:25
2023-08-12T16:16:25
66,967,384
177
66
null
2023-07-22T18:12:37
2016-08-30T18:36:01
C
UTF-8
C
false
false
27,792
h
ac_llvm_build.h
/* * Copyright 2016 Bas Nieuwenhuizen * * 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, publi...
afeb412df9db469a21dc41814068a34f2e79fa29
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/net/wireless/ath/ath5k/initvals.c
ee1c2fa8b59190e6739f1eb3774be53f04d1273a
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
51,578
c
initvals.c
/* * Initial register settings functions * * Copyright (c) 2004-2007 Reyk Floeter <reyk@openbsd.org> * Copyright (c) 2006-2009 Nick Kossifidis <mickflemm@gmail.com> * Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com> * * Permission to use, copy, modify, and distribute this software for any * purpose with...
86cf5eaad43a3f87c0607d14725257f303331f87
eb9f655206c43c12b497c667ba56a0d358b6bc3a
/native/WinFsNotifier/fileWatcher3.c
3c75741d4cc9cadbf9038a5c610241a8214571ea
[ "Apache-2.0" ]
permissive
JetBrains/intellij-community
2ed226e200ecc17c037dcddd4a006de56cd43941
05dbd4575d01a213f3f4d69aa4968473f2536142
refs/heads/master
2023-09-03T17:06:37.560889
2023-09-03T11:51:00
2023-09-03T12:12:27
2,489,216
16,288
6,635
Apache-2.0
2023-09-12T07:41:58
2011-09-30T13:33:05
null
UTF-8
C
false
false
14,193
c
fileWatcher3.c
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. #include <ctype.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #include <Windows.h> typedef struct { char rootPath[4];...
7c8b90ee8e7f05e2a6f9245fd90cefa8a5ce5e7d
5ff4b6986e6799bc0e143e060bafc14369030d8b
/toolchain/riscv-isa-sim/riscv/insns/p_extbs.h
de3e100e89988fbb7268d1b48872f407bdde08bb
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "GPL-1.0-or-later", "LLVM-exception", "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-bsd-3-clause-jtag", "GPL-3.0-or-later" ]
permissive
pulp-platform/mempool
7583204b2436cfc12ed95599463e51ad4df51557
c98fb3ada4f255623eaf9b09861f397a60c3d96b
refs/heads/main
2023-08-08T09:07:56.696580
2023-07-27T17:24:38
2023-07-27T17:24:38
223,218,149
178
28
Apache-2.0
2023-07-27T17:24:39
2019-11-21T16:34:37
C
UTF-8
C
false
false
22
h
p_extbs.h
WRITE_RD(sext8(RS1));
52ac0a70e1d04a303168a3352d0c2c5d4d7daea3
67305fcba68fdf469862aed2959ad1dd5b22a536
/rt-thread/components/libc/compilers/common/gmtime_r.c
dff251ab6cafe9939c3098dd5de84370d6f1a65e
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
RT-Thread/IoT_Board
cdabf100a8d515fbcaa65ab0b72ec67acb0d2c9a
2d218a4e06f06dbb356ec00767904f91d00db7cc
refs/heads/master
2023-09-04T16:51:34.485240
2022-01-19T01:26:16
2022-01-19T01:26:16
161,133,933
344
238
Apache-2.0
2023-06-06T04:10:57
2018-12-10T07:21:46
C
UTF-8
C
false
false
2,170
c
gmtime_r.c
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-10-26 zylx first version */ #if defined(__CC_ARM) || defined(__CLANG_ARM) || defined (__IAR_SYSTEMS_ICC__) #include <sys/time.h> /* seconds...
86505c3d9fec01a59fb4377d7b3f53832871985d
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/alpha/alpha/disksubr.c
0250821962e5214866884fb421e48ce4ea2ca33e
[]
no_license
NetBSD/src
1a9cbc22ed778be638b37869ed4fb5c8dd616166
23ee83f7c0aea0777bd89d8ebd7f0cde9880d13c
refs/heads/trunk
2023-08-31T13:24:58.105962
2023-08-27T15:50:47
2023-08-27T15:50:47
88,439,547
656
348
null
2023-07-20T20:07:24
2017-04-16T20:03:43
null
UTF-8
C
false
false
5,132
c
disksubr.c
/* $NetBSD: disksubr.c,v 1.42 2019/04/03 22:10:49 christos Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. * * Authors: Keith Bostic, Chris G. Demetriou * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, pro...
8cfe20850c5ceca7ad8c5d2353a99738187d7aa0
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/u-boot_new/board/atmel/sama5d3xek/sama5d3xek.c
c835c12d02d623777ab756c384bf8b948f6a7711
[ "GPL-2.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
9,186
c
sama5d3xek.c
/* * Copyright (C) 2012 - 2013 Atmel Corporation * Bo Shen <voice.shen@atmel.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <mmc.h> #include <asm/io.h> #include <asm/arch/sama5d3_smc.h> #include <asm/arch/at91_common.h> #include <asm/arch/at91_pmc.h> #include <asm/arch/at91_rstc.h> #in...
de2671ce4f232023588bc370c4d1e12c8b6ef250
7df190df28da7e4ff166e55dc8ce780f11236a9f
/src/router/open-plc-utils/plc/int6ktest.c
bf9c018738061f7dfacceee36f7377cb442b3dd4
[ "BSD-3-Clause-Clear" ]
permissive
mirror/dd-wrt
25416946e6132aa54b35809de61834a1825a9a36
8f2934a5a2adfbb59b471375aa3a38de5d036531
refs/heads/master
2023-08-31T14:54:47.496685
2023-08-30T17:40:54
2023-08-30T17:40:54
7,470,282
520
281
null
2023-05-29T20:56:24
2013-01-06T17:21:29
null
UTF-8
C
false
false
11,885
c
int6ktest.c
/*====================================================================* * * Copyright (c) 2013 Qualcomm Atheros, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or * without modification, are permitted (subject to the limitations * in the disclaimer below) p...
8c2e61773cd694270bc84ec7b1127de19d030fa1
ae31542273a142210a1ff30fb76ed9d45d38eba9
/src/backend/nodes/params.c
f5d56138ee53db6601b1be669378343a1f639ce7
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "PostgreSQL", "OpenSSL", "LicenseRef-scancode-stream-benchmark", "ISC", "LicenseRef-scancode-openssl", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-ssleay-windows", "BSD-2-Clause", "Python-2.0" ]
permissive
greenplum-db/gpdb
8334837bceb2d5d51a684500793d11b190117c6a
2c0f8f0fb24a2d7a7da114dc80f5f5a2712fca50
refs/heads/main
2023-08-22T02:03:03.806269
2023-08-21T22:59:53
2023-08-22T01:17:10
44,781,140
6,417
2,082
Apache-2.0
2023-09-14T20:33:42
2015-10-23T00:25:17
C
UTF-8
C
false
false
6,611
c
params.c
/*------------------------------------------------------------------------- * * params.c * Support for finding the values associated with Param nodes. * * * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIF...
c99e593b24cfdd0289390931dce989ad66e00f65
e814383d36a10839104efaa4df277996ab220fa3
/ompi/mca/io/romio341/src/io_romio341_file_write.c
a60c6d18be54fa351a051755779716cd5f46aec3
[ "mpich2", "BSD-3-Clause-Open-MPI" ]
permissive
open-mpi/ompi
a1d7483ae1d83dd8fd8ae3ee95e832e0a0ee04e3
1edfdb025c4450f694600083ad871cf06c8d45cd
refs/heads/main
2023-09-01T01:30:02.040705
2023-08-29T17:32:18
2023-08-29T17:32:18
24,107,001
2,008
973
NOASSERTION
2023-09-14T20:59:26
2014-09-16T16:08:30
C
UTF-8
C
false
false
12,530
c
io_romio341_file_write.c
/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennessee and The University * of Tennessee Resea...
cf14ea1013b126dd0c64b102aa61c3462348b36d
35c04ea32351dc95bc18d46e5c70dda9c1e08668
/Examples/Eclipse/FRDM-KL25Z/FRDM-KL25Z_Printf/Sources/Application.h
af72cb5859dc5dbeb44947c5a5604a50e1624b05
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
ErichStyger/mcuoneclipse
0f8e7a2056a26ed79d9d4a0afd64777ff0b2b2fe
04ad311b11860ae5f8285316010961a87fa06d0c
refs/heads/master
2023-08-28T22:54:08.501719
2023-08-25T15:11:44
2023-08-25T15:11:44
7,446,094
620
1,191
NOASSERTION
2020-10-16T03:13:28
2013-01-04T19:38:12
Batchfile
UTF-8
C
false
false
402
h
Application.h
/** * \file * \brief GPS Data Logger Application Interface * \author (c) 2014 Erich Styger, http://mcuoneclipse.com/ * \note MIT License (http://opensource.org/licenses/mit-license.html) * * This module implements the main module for the GPS data logger. */ #ifndef APPLICATION_H_ #define APPLICATION_H_ /*! * ...
5c560077e694b1a671889f724a382a913b990517
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/wasi/libc-top-half/musl/src/math/ilogbl.c
7b1a9cf8d007ff16c1d6fe072916a5a8a226e3e3
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-musl-exception", "MIT", "LLVM-exception", "Apache-2.0", "NCSA" ]
permissive
ziglang/zig
4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5
f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c
refs/heads/master
2023-08-31T13:16:45.980913
2023-08-31T05:50:29
2023-08-31T05:50:29
40,276,274
25,560
2,399
MIT
2023-09-14T21:09:50
2015-08-06T00:51:28
Zig
UTF-8
C
false
false
1,004
c
ilogbl.c
#include <limits.h> #include "libm.h" #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 int ilogbl(long double x) { return ilogb(x); } #elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 int ilogbl(long double x) { #pragma STDC FENV_ACCESS ON union ldshape u = {x}; uint64_t m = u.i.m; int e = u.i.se & 0x7fff; if (...
92e37971df814dc44223c310ebd5460676f967a0
bed3ac926beac0f4e0293303d7b2a6031ee476c9
/Modules/ThirdParty/HDF5/src/itkhdf5/src/H5make_libsettings.c
bd2b9199aa75ac28b183ea003a3a765edc572267
[ "IJG", "Zlib", "LicenseRef-scancode-proprietary-license", "SMLNJ", "BSD-3-Clause", "BSD-4.3TAHOE", "LicenseRef-scancode-free-unknown", "Spencer-86", "LicenseRef-scancode-llnl", "FSFUL", "Libpng", "libtiff", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", ...
permissive
InsightSoftwareConsortium/ITK
ed9dbbc5b8b3f7511f007c0fc0eebb3ad37b88eb
3eb8fd7cdfbc5ac2d0c2e5e776848a4cbab3d7e1
refs/heads/master
2023-08-31T17:21:47.754304
2023-08-31T00:58:51
2023-08-31T14:12:21
800,928
1,229
656
Apache-2.0
2023-09-14T17:54:00
2010-07-27T15:48:04
C++
UTF-8
C
false
false
9,844
c
H5make_libsettings.c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
c663ca9d34996f08ff856acd24c568ca439669d7
eb266f888155c0fa59c923d7496e875c7259f1de
/src/lib/lib_bitset.c
6d8eb7880d9a7d2b87503be6983fba79543bc557
[ "BSD-2-Clause" ]
permissive
werererer/japokwm
e7f46b210e7daf6a7d3a6bb8c61d912c40a2cb58
9cdc208ed70d4b58a805431992e4078171403edd
refs/heads/master
2023-05-25T18:46:40.826666
2023-01-15T22:26:59
2023-01-15T22:26:59
297,172,042
121
4
BSD-2-Clause
2023-01-15T22:27:00
2020-09-20T22:06:29
C
UTF-8
C
false
false
7,681
c
lib_bitset.c
#include "lib/lib_bitset.h" #include "bitset/bitset.h" #include "client.h" #include "container.h" #include "lib/lib_list.h" #include "server.h" #include "tag.h" #include "tagset.h" #include "translationLayer.h" static const struct luaL_Reg bitset_gc_meta[] = { {"__gc", lib_bitset_gc}, {"__tostring", lib_bitse...
bd30107dcf7b673cfae0fd7fe49dcc72d7d7e9d2
eb907ede8881df72394637539b204a36089afe45
/deps/check-0.9.8/lib/sleep.c
a70ffbdb28eef3258ab3684da824b8883e6d2d02
[ "LGPL-2.1-only" ]
permissive
armon/hlld
735ce9d1b179d0da8e6efb9e60a77ab94fe2c8b2
a7b035ff305a48335c8a3c39d6617ce5ffc1f980
refs/heads/master
2023-07-08T20:50:32.609950
2021-02-11T17:57:24
2021-02-11T17:57:24
9,990,694
205
28
BSD-3-Clause
2021-02-11T17:57:25
2013-05-10T21:25:27
C
UTF-8
C
false
false
116
c
sleep.c
#include "libcompat.h" unsigned int sleep (unsigned int seconds CK_ATTRIBUTE_UNUSED) { assert (0); return 0; }
95a092b00b81820c49f2dc2186c36d25ba261ce2
03666e5f961946fc1a0ac67781ac1425562ef0d7
/src/databases/SPCTH/SPCTHCommonPluginInfo.C
3e7b9cae96497394f7999429f0e1a281b99ba262
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
visit-dav/visit
e9f81b4d4b9b9930a0db9d5282cd1bcabf465e2e
601ae46e0bef2e18425b482a755d03490ade0493
refs/heads/develop
2023-09-06T08:19:38.397058
2023-09-05T21:29:32
2023-09-05T21:29:32
165,565,988
335
120
BSD-3-Clause
2023-09-14T00:53:37
2019-01-13T23:27:26
C
UTF-8
C
false
false
1,874
c
SPCTHCommonPluginInfo.C
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. #include <SPCTHPluginInfo.h> #include <avtSPCTHFileFormat.h> #include <avtMTMDFileFormatInterfac...
304b9554439cb38027bea8a0849ef4a7971b4c11
4d78977ee7a816f97134d92b5826e929fb56c571
/include/cpm/threadlocal.h
4e37193f1b5d280e5e3456c133d6eb09ceee4715
[ "MIT" ]
permissive
ireader/sdk
312e3ebdd4b0f694977236efab012d75cbd4bdd1
9fb240206c4d925d12be5b29aeb94c7884ea8262
refs/heads/master
2023-09-01T17:49:04.171634
2023-07-22T01:56:22
2023-07-22T01:56:22
11,940,320
394
250
MIT
2022-05-01T08:18:58
2013-08-07T03:16:47
C
UTF-8
C
false
false
272
h
threadlocal.h
#ifndef _threadlocal_h_ #define _threadlocal_h_ #if defined(OS_WINDOWS) #define THREAD_LOCAL static __declspec(thread) #elif defined(__GNUC__) || defined(__clang__) #define THREAD_LOCAL static __thread #else #define THREAD_LOCAL #endif #endif /* !_threadlocal_h_ */
6905bb5c60b0a4b41762a50ea190ce969bb40fab
e1cddfd754d952134e72dfd03522c5ea4fb6008e
/src/plugins/perfmon/arm/bundle/mem_access.c
cfe8f4dc42576d7d3c29c501e3015dd2459cdfb8
[ "Apache-2.0" ]
permissive
FDio/vpp
0ad30fa1bec2975ffa6b66b45c9f4f32163123b6
f234b0d4626d7e686422cc9dfd25958584f4931e
refs/heads/master
2023-08-31T16:09:04.068646
2022-03-14T09:49:15
2023-08-31T09:50:00
96,556,718
1,048
630
Apache-2.0
2023-06-21T05:39:17
2017-07-07T16:29:40
C
UTF-8
C
false
false
2,787
c
mem_access.c
/* * Copyright (c) 2022 Arm and/or its affiliates. * 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 ...
9cf57d35c0f082827d0ecba3d81d74db404de441
72f2515c4cef9e02c27452b32269ca403f76c69a
/src/modules/videoconference/VideoConferenceShared/MediaFoundationAPIProvider.h
470f8b1f0f60962f3487e38d235487e71560ebce
[ "LicenseRef-scancode-generic-cla", "MIT", "BSL-1.0", "Unlicense" ]
permissive
microsoft/PowerToys
4625ffc4c513265094bf9e0f490753a54aabeaa0
3244ba989921dd26dd32be75021ed68c9cfcdda9
refs/heads/main
2023-08-17T00:10:06.645243
2023-08-16T16:31:10
2023-08-16T16:31:10
184,456,251
103,306
7,187
MIT
2023-09-14T16:52:26
2019-05-01T17:44:02
C#
UTF-8
C
false
false
284
h
MediaFoundationAPIProvider.h
#pragma once #include <mfapi.h> #include <mfidl.h> #include "DLLProviderHelpers.h" DECLARE_DLL_PROVIDER_BEGIN(mfplat) DECLARE_DLL_FUNCTION(MFCreateAttributes) DECLAR_DLL_PROVIDER_END DECLARE_DLL_PROVIDER_BEGIN(mf) DECLARE_DLL_FUNCTION(MFEnumDeviceSources) DECLAR_DLL_PROVIDER_END
047bd31497dc743f508e7e26ba087c12054d4b03
8a51a96f61699f0318315ccc89cef39f6866f2b5
/src/backend/access/tablesample/system.c
076842aa6bb7a4536b105eb9958423ffdfd87f4d
[ "PostgreSQL" ]
permissive
postgres/postgres
979febf2b41c00090d1256228f768f33e7ef3b6f
b5934bfd6071fed3a38cea0cfaa93afda63d9c0c
refs/heads/master
2023-08-31T00:10:01.373472
2023-08-30T23:07:48
2023-08-30T23:07:48
927,442
13,691
4,807
NOASSERTION
2023-09-09T13:59:15
2010-09-21T11:35:45
C
UTF-8
C
false
false
7,343
c
system.c
/*------------------------------------------------------------------------- * * system.c * support routines for SYSTEM tablesample method * * To ensure repeatability of samples, it is necessary that selection of a * given tuple be history-independent; otherwise syncscanning would break * repeatability, to say ...
66a117c016f5fcff9fbf5f08efe83decbebbc2e8
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/third_party/protobuf/php/ext/google/protobuf/convert.h
5f3cc077034faa9803cfaa05074b9950627640ff
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-protobuf", "GPL-1.0-or-later", "MIT", "LGPL-2.0-or-later", "Apache-2.0" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C
false
false
3,219
h
convert.h
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
98a2a2b27c20be19ee3802c3a96bd77b64bc1d4f
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/include/any-linux-any/linux/fiemap.h
fe6ff7559612b4adafe15ff38f1beeaedd3828ca
[ "MIT" ]
permissive
ziglang/zig
4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5
f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c
refs/heads/master
2023-08-31T13:16:45.980913
2023-08-31T05:50:29
2023-08-31T05:50:29
40,276,274
25,560
2,399
MIT
2023-09-14T21:09:50
2015-08-06T00:51:28
Zig
UTF-8
C
false
false
2,773
h
fiemap.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * FS_IOC_FIEMAP ioctl infrastructure. * * Some portions copyright (C) 2007 Cluster File Systems, Inc * * Authors: Mark Fasheh <mfasheh@suse.com> * Kalpak Shah <kalpak.shah@sun.com> * Andreas Dilger <adilger@sun.com> */ #ifndef ...
6f442b399aa45548ecfda986ab5e90a66bf45305
9467e2502183e843a67736800199e31674b1d8f6
/HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/os/Unity/ExtendedAtomicOps.h
90af7158a14982d4f3091430ccadd301c32c04a5
[ "Apache-2.0" ]
permissive
yimengfan/BDFramework.Core
3a046fcd755a84ba55d648dd3ad52c37a1cc1a04
81380fce8e84367f912777717665b53f074ab617
refs/heads/master
2023-09-04T10:08:47.644992
2023-07-05T16:22:11
2023-07-05T16:22:11
85,928,537
2,421
497
Apache-2.0
2023-03-21T06:56:21
2017-03-23T09:03:48
C#
UTF-8
C
false
false
7,700
h
ExtendedAtomicOps.h
#pragma once #include "ExtendedAtomicTypes.h" UNITY_PLATFORM_BEGIN_NAMESPACE; enum memory_order_relaxed_t { memory_order_relaxed = 0 }; enum memory_order_acquire_t { memory_order_acquire = 2, memory_order_consume = memory_order_acquire }; enum memory_order_release_t { memory_order_release = 3 }; enum memory_order_ac...
d73025903c9b33c7a5b301fa527bd4e3af9ee8ae
85af3e305e5bcd7e42ea9c269afbeb8d8049e8fe
/N64SoundListToolUpdated/N64SoundLibrary/SoundToolExports.h
fff74f155cf89b341b3c93ad2f7a993a07340959
[ "Unlicense" ]
permissive
jombo23/N64-Tools
d5729bf7c2c0b898b0ee66d610bfd34fdd83d9fb
4d935fdd48230ddd0cb5bd3739106e6765cac01e
refs/heads/master
2023-05-11T20:31:30.723225
2023-05-09T01:23:39
2023-05-09T01:23:39
148,819,274
229
150
Unlicense
2022-11-26T17:00:56
2018-09-14T17:11:31
C++
UTF-8
C
false
false
186
h
SoundToolExports.h
#ifdef DLL_CONFIG #ifdef SOUNDTOOL_EXPORTS #define SOUNDTOOL_API __declspec(dllexport) #else #define SOUNDTOOL_API __declspec(dllimport) #endif #else #define SOUNDTOOL_API #endif
795eac188580e9e7817f754bfa94fe3a3ca9d512
f085956afa0ff005e887a079eab410242865d831
/thirdparty/mbedtls/include/mbedtls/config_psa.h
2a6672e17a2a5e7a884184ed92c9ca3677c6cf0b
[ "MIT", "Apache-2.0", "GPL-2.0-or-later" ]
permissive
vlang/v
844f108863477626a61bd7580a7fb8f3365ec3e5
93d54651b5aae1299239d30b1276439d8c142d88
refs/heads/master
2023-09-01T05:13:11.841452
2023-08-31T23:04:58
2023-08-31T23:04:58
169,677,297
38,639
3,871
MIT
2023-09-14T21:45:03
2019-02-08T02:57:06
V
UTF-8
C
false
false
27,140
h
config_psa.h
/** * \file mbedtls/config_psa.h * \brief PSA crypto configuration options (set of defines) * * This set of compile-time options takes settings defined in * include/mbedtls/mbedtls_config.h and include/psa/crypto_config.h and uses * those definitions to define symbols used in the library code. * * Users and...
d2de6ed539440e3390ab1e15e00e9c28abb8ccac
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/include/linux/netfilter/nf_conntrack_sane.h
4767d6e23e977197ebc930600bb859db2ca96245
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
357
h
nf_conntrack_sane.h
#ifndef _NF_CONNTRACK_SANE_H #define _NF_CONNTRACK_SANE_H /* SANE tracking. */ #ifdef __KERNEL__ #define SANE_PORT 6566 enum sane_state { SANE_STATE_NORMAL, SANE_STATE_START_REQUESTED, }; /* This structure exists only once per master */ struct nf_ct_sane_master { enum sane_state state; }; #endif /* __KERNEL__ *...
bab99c33633330245dade0b271fd3803073ee78a
14ed2724b7c610543959f23d401e7b90283e63c4
/Source/ldbmp.h
116fa6b3fd0c258e6bb7ccdc722ec4fa566db65f
[ "MIT" ]
permissive
powervr-graphics/PowerVR-Series1
d0ec36623d257e05c078e5d3f4bdfcd786ba46a4
c8c11cbe29c5b758ed1ef9600fc8614fc8da618e
refs/heads/main
2023-08-14T18:42:40.609670
2022-03-23T10:29:37
2022-03-23T10:29:37
467,444,934
260
17
null
null
null
null
UTF-8
C
false
false
766
h
ldbmp.h
/****************************************************************************** * Name : ldbmp.h * Title : BMP manipulation routines. * Author : Peter Leaback * Created : 03/08/1995 * * Copyright : 1995-2022 Imagination Technologies (c) * License : MIT * * Description : sgl.h define...
12fcae95a062b8ded16cfcc70c58f41fb98d6128
f019a06a4aa9f88a1a091eb09861999a0d6389e4
/tcp_crr.c
0fe8bd1a227bb0122e863ef6c1f3f5f930e482be
[ "Apache-2.0" ]
permissive
google/neper
17faefa6d171638ae6ab3b587cdda36e7b412588
8509d279655eb8770a234672ee1f064411d511e2
refs/heads/master
2023-09-05T16:28:45.786657
2023-05-18T01:42:53
2023-05-18T01:42:53
55,101,823
253
66
Apache-2.0
2023-05-18T01:42:54
2016-03-30T22:21:18
C
UTF-8
C
false
false
1,410
c
tcp_crr.c
/* * Copyright 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
2957e50bc29a298668284bce8fc187e31859a434
ecce427678ecff2a93a47f3b1b664202c7d27617
/levels/castle_courtyard/areas/1/3/model.inc.c
d4ef531991b0b05f1d543620921713f56cd26000
[]
no_license
sm64pc/sm64ex
ecf37f31b3f7426c4874254660d856030d789714
54cd27ccee45a2403b45f07a00d6043c51149969
refs/heads/nightly
2023-08-11T12:14:34.424168
2023-07-01T11:45:50
2023-07-01T11:45:50
262,091,731
795
238
null
2023-07-01T11:45:51
2020-05-07T15:43:27
C
UTF-8
C
false
false
3,977
c
model.inc.c
// 0x07005708 - 0x070057F8 static const Vtx castle_courtyard_seg7_vertex_07005708[] = { {{{ 205, 1741, 502}, 0, { 990, 0}, {0xa2, 0xa2, 0xc1, 0xff}}}, {{{ 614, 1741, 502}, 0, { 0, 0}, {0xa2, 0xa2, 0xc1, 0xff}}}, {{{ 614, 1331, 502}, 0, { 0, 990}, {0xa2, 0xa2, 0xc1...
cc4dc08619c7b799899b4c1febf31f9ffd29a3f1
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/tools/clang/scripts/sanitizers/sanitizer_intercept_overriders.h
bfd0f6b5b98e5c6af0c55b777beadaee01374ed8
[ "BSD-3-Clause" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C
false
false
168
h
sanitizer_intercept_overriders.h
// Workaround for https://crbug.com/1302636#c49, #c55 #ifdef SANITIZER_INTERCEPT_CRYPT_R #undef SANITIZER_INTERCEPT_CRYPT_R #define SANITIZER_INTERCEPT_CRYPT_R 0 #endif
b78d91db7f2bcee3d5df03caff0801d6ba2ce6a7
50dd46b8ece33f3cdd174284b15d1d51f89669d4
/third_party/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceFunction.c
ecf6e6e2bcce2b7ed9e9ecec527953f51f6b47a1
[ "LicenseRef-scancode-generic-cla", "Apache-2.0", "BSD-2-Clause", "OpenSSL" ]
permissive
google/google-ctf
f99da1ee07729bbccb869fff1cbaed6a80e43bcc
df02323eaf945d15e124801c74abaadca2749dc7
refs/heads/master
2023-08-31T14:30:27.548081
2023-08-29T13:04:20
2023-08-29T13:04:20
131,317,137
4,136
607
Apache-2.0
2023-08-30T22:17:02
2018-04-27T15:56:03
Go
UTF-8
C
false
false
5,078
c
MiscOnboardDeviceFunction.c
/** @file Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies...
bc6dca83effecbdf905375e82b2039746f41084c
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/glibc/sysdeps/unix/sysv/linux/arm/sysdep.h
c1722557bd16526427ef99c64a819c7b5a871ca6
[ "MIT", "LicenseRef-scancode-inner-net-2.0", "LGPL-2.1-or-later", "BSD-3-Clause", "HPND", "LicenseRef-scancode-pcre", "LicenseRef-scancode-other-copyleft", "ISC", "LicenseRef-scancode-other-permissive", "Spencer-94", "SunPro", "CMU-Mach" ]
permissive
ziglang/zig
4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5
f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c
refs/heads/master
2023-08-31T13:16:45.980913
2023-08-31T05:50:29
2023-08-31T05:50:29
40,276,274
25,560
2,399
MIT
2023-09-14T21:09:50
2015-08-06T00:51:28
Zig
UTF-8
C
false
false
12,410
h
sysdep.h
/* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995. ARM changes by Philip Blundell, <pjb27@cam.ac.uk>, May 1997. The GNU C Library is free software; you can redistribute it and/or modify i...
1413084140ce440351ad45a95cc44eed1bb55bfe
e881a80473c7798ff8e2722da7f173ae332c9e3a
/7zip/CPP/7zip/UI/FileManager/PropertyName.h
4f0d6dc11d9e1c1a33b8bde54ae57f81bd1ee636
[ "ISC", "Apache-2.0", "LGPL-2.0-or-later", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
unknownbrackets/maxcso
4a69151a7b9325b3f24033862113275e2e3c3fc2
e4bdee13ffa8959a2ba052bf5b2f53e0455f8994
refs/heads/master
2023-06-14T07:44:37.357559
2023-06-04T05:26:06
2023-06-04T05:26:06
25,741,910
333
35
ISC
2023-06-04T05:26:07
2014-10-25T18:33:44
C
UTF-8
C
false
false
182
h
PropertyName.h
// PropertyName.h #ifndef __PROPERTY_NAME_H #define __PROPERTY_NAME_H #include "../../../Common/MyString.h" UString GetNameOfProperty(PROPID propID, const wchar_t *name); #endif
61b2f11cf5459b6c619bfff9072f4132e2c42859
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/chrome/browser/ui/views/chrome_typography.h
842ca932d45db50fa5346d0709a59b2aebd29601
[ "BSD-3-Clause" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C
false
false
4,127
h
chrome_typography.h
// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_CHROME_TYPOGRAPHY_H_ #define CHROME_BROWSER_UI_VIEWS_CHROME_TYPOGRAPHY_H_ #include "build/chromeos_buildflags.h" #include "ui/base/resource/res...
47c38a0bf60ddf4049262c8dda43099760c813d8
6e1cde66aa5a649138babe297293962cdf97743e
/src/pl-mutex.h
0894aea235645826e42002bf66ca2f56a8c854ee
[ "BSD-2-Clause" ]
permissive
SWI-Prolog/swipl-devel
db56676481984addc09f4f228bc1c41f7f53759f
41ac4a569c8e6c3d3b93a21449403962e3de1ece
refs/heads/master
2023-09-01T03:49:40.696481
2023-08-30T18:12:56
2023-08-30T18:12:56
17,516,793
935
328
NOASSERTION
2023-08-26T14:32:33
2014-03-07T14:43:14
C
UTF-8
C
false
false
5,991
h
pl-mutex.h
/* Part of SWI-Prolog Author: Jan Wielemaker E-mail: J.Wielemaker@vu.nl WWW: http://www.swi-prolog.org Copyright (c) 2000-2020, University of Amsterdam CWI, Amsterdam All rights reserved. Redistribution and use in source and binary forms, with or without ...
e02fe3b58d89187f051ecfa3067f8ebfe862c435
1885ce333f6980ab6aad764b3f8caf42094d9f7d
/test/e2e/test_master/wxWidgets/include/wx/help.h
d1ae7a906f4ded4296bf5520ea3f7ea421930758
[ "MIT" ]
permissive
satya-das/cppparser
1dbccdeed4287c36c61edc30190c82de447e415b
f9a4cfac1a3af7286332056d7c661d86b6c35eb3
refs/heads/master
2023-07-06T00:55:23.382303
2022-10-03T19:40:05
2022-10-03T19:40:05
16,642,636
194
26
MIT
2023-06-26T13:44:32
2014-02-08T12:20:01
C++
UTF-8
C
false
false
890
h
help.h
///////////////////////////////////////////////////////////////////////////// // Name: wx/help.h // Purpose: wxHelpController base header // Author: wxWidgets Team // Modified by: // Created: // Copyright: (c) Julian Smart // Licence: wxWindows licence /////////////////////////////////////////////...
fcab4d9cad0cf65e03a12d4c874eaa92aa0e7e3f
488e6c9b8555a253df765edc2232e8750e8b3a1b
/firmware-src/sources/devices/bmp280.h
2bf732f68bf912b0e62c41628dfb71c0bb896358
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license" ]
permissive
devicehive/esp8266-firmware
32edadae1d919438fd13388b562979030cc4472a
eb8a61482035bfc93a343db386d4470d17fa13d6
refs/heads/develop
2021-01-01T16:44:57.970370
2019-03-28T12:48:43
2019-03-28T12:48:43
39,383,605
182
61
MIT
2018-05-07T20:43:14
2015-07-20T12:53:51
C
UTF-8
C
false
false
998
h
bmp280.h
/** * @file * @brief Simple communication with BMP280 pressure sensor. * @copyright 2016 [DeviceHive](http://devicehive.com) * @author Nikolay Khabarov */ #ifndef _DEVICES_BMP280_H_ #define _DEVICES_BMP280_H_ #include "user_config.h" #if defined(DH_DEVICE_BMP280) /** * @brief Measure pressure one time. * @para...
a1691a04fa5c9dede9f3cd92946773881cf793aa
90f4fefd00d7baf1fb0137c66f22222f3a0b1d4d
/Blinker/BlinkerBLE.c
77dcd7e2440728a31e74e543214cb53029759c85
[]
no_license
blinker-iot/blinker-nRF52
969e9f49e7c80d661215007a330232b2168a80c4
501322572e0ce4f633ef402419f879c2ab84d24c
refs/heads/dev_1.0
2023-04-03T11:46:04.909891
2021-04-15T14:33:14
2021-04-15T14:33:14
241,844,430
1,739
3
null
2021-04-15T09:33:19
2020-02-20T09:33:02
C
UTF-8
C
false
false
35,842
c
BlinkerBLE.c
/** * Copyright (c) 2017 - 2019, 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, t...
33a497305bbc4556d8bea3608bbaf115b14088fa
98fb215e1111bc72ad69b5c4634adcf73ca2f8ec
/GRRLIB/GRRLIB/grrlib/GRRLIB__lib.h
f02a996ef8602870892b96f2f8ecb15e76f9974d
[ "GPL-1.0-or-later", "MIT" ]
permissive
GRRLIB/GRRLIB
aa3915bc232cadd17b74ce7e666706529d0b87b0
f2235220d5b1e10fd52e534bdd4da26284b7e737
refs/heads/master
2023-02-24T23:59:18.082858
2023-02-05T19:22:25
2023-02-05T19:37:15
32,872,649
115
29
MIT
2023-08-24T14:23:21
2015-03-25T15:17:19
C
UTF-8
C
false
false
9,389
h
GRRLIB__lib.h
/*------------------------------------------------------------------------------ Copyright (c) 2009-2022 The GRRLIB Team 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, includ...
ee48d95b73d4ca793a0422e1b6f0b5225bb58f9c
2b3bbfc742ad6a2529f2906193c3c5263ebd5fac
/tests/unit/app/driver/afe/maxim/common/test_mxm_17841b.c
ef7248cd29abbccad14c8aa46bee9b763b99cb15
[ "CC-BY-4.0", "BSD-3-Clause" ]
permissive
foxBMS/foxbms-2
35502ef8441dfc7374fd6c0839e7f5328a5bda8f
9eb6d1c44e63e43e62bbf6983b2e618fb6ad02cc
refs/heads/master
2023-05-22T05:30:25.862475
2023-02-23T15:03:35
2023-02-24T15:04:15
353,751,476
151
80
NOASSERTION
2023-09-01T09:59:30
2021-04-01T15:52:24
C
UTF-8
C
false
false
23,899
c
test_mxm_17841b.c
/** * * @copyright &copy; 2010 - 2023, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
ebd898ed3404652ffdda59cb96eeaf4583f71934
7664f318ed04bd0680f3d82321c18896e3ef6ad5
/include/z64map_mark.h
d862197840ffe53d5295ca5d3260aeeed8466252
[]
no_license
zeldaret/oot
9c80ce17f2d8fd61514b375f92ee4739b5ce9d4e
2875ab4fcf5c5f81d76353d1ee0024c9ea8d0b23
refs/heads/master
2023-08-29T05:29:31.356427
2023-08-28T22:48:52
2023-08-28T22:48:52
247,875,738
4,401
802
null
2023-09-14T13:34:38
2020-03-17T04:02:19
C
UTF-8
C
false
false
748
h
z64map_mark.h
#ifndef Z64MAP_MARK_H #define Z64MAP_MARK_H #include "ultra64.h" #define MAP_MARK_NONE -1 #define MAP_MARK_CHEST 0 #define MAP_MARK_BOSS 1 typedef struct { /* 0x00 */ s8 chestFlag; // chest icon is only displayed if this flag is not set for the current room /* 0x01 */ u8 x, y; // coordinates to place the ico...
2bf1eec4f3facdf99d8c5d3cd76f70540c30fd1c
ec6a71b57ebe88538269197fd16bede6bc2062ae
/erts/include/internal/tile/atomic.h
7f5f83bcc733475afce9bb06ac02044414889160
[ "Apache-2.0" ]
permissive
erlang/otp
7c6e88ca955bd6a3ede1530154c80e8ce449a370
334589af62a8db25a81afba2ecc50f33ff69ddb8
refs/heads/master
2023-08-30T23:37:28.061328
2023-08-30T04:20:48
2023-08-30T04:20:48
374,927
9,920
3,018
Apache-2.0
2023-09-14T10:37:26
2009-11-16T17:17:57
Erlang
UTF-8
C
false
false
3,656
h
atomic.h
/* * %CopyrightBegin% * * Copyright Ericsson AB 2008-2016. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
93f86cced58e6f889167209fa26373a2298f06cf
581bdcc078d282e388f1b655d4cfc4e08152d117
/phnt/include/ntmmapi.h
057f712723d1f4c1ad38d61d4039ffdbc4bfb85e
[ "MIT", "BSD-3-Clause", "LGPL-2.0-or-later", "Zlib", "LGPL-2.1-or-later", "GPL-2.0-only", "LicenseRef-scancode-public-domain" ]
permissive
winsiderss/systeminformer
774928be871f0055263ac5e62ae0a598b098486b
5a6b442acd45d681f699a133d476a3211d072871
refs/heads/master
2023-08-28T15:43:41.074679
2023-08-27T20:59:20
2023-08-27T20:59:20
50,824,485
2,137
292
MIT
2023-09-10T22:35:12
2016-02-01T08:10:21
C
UTF-8
C
false
false
31,777
h
ntmmapi.h
/* * Memory Manager Support functions * * This file is part of System Informer. */ #ifndef _NTMMAPI_H #define _NTMMAPI_H // Protection constants #define PAGE_NOACCESS 0x01 #define PAGE_READONLY 0x02 #define PAGE_READWRITE 0x04 #define PAGE_WRITECOPY 0x08 #define PAGE_EXECUTE 0x10 #define PAGE_EXECUTE_READ 0x20 #...