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
f8f64761f0b4c8cde0909dc911ce44301da250bd
cb63654855f89c56328dbb89fecc7e25b5f62c65
/tests/unit/test_kinput.c
c43564b6728f8decd7778f5fdd6989b59bf464e3
[ "Apache-2.0" ]
permissive
adsr/mle
6aa6ea8e398b1054bdf286e7f3557b6bdd6e1b53
9a7ecc3b38d1085e69e877a73ba15fd442164e40
refs/heads/master
2023-09-01T16:12:04.126271
2023-08-26T19:10:54
2023-08-26T19:10:54
28,325,201
813
61
Apache-2.0
2023-06-23T05:39:52
2014-12-22T05:05:38
C
UTF-8
C
false
false
2,149
c
test_kinput.c
#include "test.h" #define NUM_KINPUTS 256 #define OFFSETOF(TYPE, ELEMENT) ((size_t)&(((TYPE *)0)->ELEMENT)) char *str = ""; void test(buffer_t *buf, mark_t *cur) { kinput_t weird_input[NUM_KINPUTS]; kinput_t input; int result; size_t i, j; size_t offsetof_mod, offsetof_ch, offsetof_key; offs...
13a736effd3c88d2021523ea4c661b054a40b35e
f1ee65fbe1ffc43c2aac45e41515f1987eb534a4
/src/third_party/nasm/include/insns.h
00de2887cb0af345e836f1c054871824347223e3
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
klzgrad/naiveproxy
6e0d206b6f065b9311d1e12b363109f2d35cc058
8ef1cecadfd4e2b5d57e7ea2fa42d05717e51c2e
refs/heads/master
2023-08-20T22:42:12.511091
2023-06-04T03:54:34
2023-08-16T23:30:19
119,178,893
5,710
976
BSD-3-Clause
2023-08-05T10:59:59
2018-01-27T16:02:33
C++
UTF-8
C
false
false
3,173
h
insns.h
/* insns.h header file for insns.c * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ #ifndef NASM_INSNS_H #define NASM_INSNS_H #include "nasm...
20f8307522ca1241ad57935ee1203aee434e3c42
5f86fc385c7dcfcb5b166cdea7c8b13057b8bb5f
/3rdparty/musl/patches/execinfo.h
87271cead729cfbb5a6e406904042455a9088053
[ "BSD-3-Clause", "OpenSSL", "MIT", "Apache-2.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-mit-nagy", "LicenseRef-scancode-other-permissive", "BSD-2-Clause" ]
permissive
openenclave/openenclave
54a38e12d9aa73357d9f438a07cd8c07ffe5e6df
cdeb95c1ec163117de409295333b6b2702013e08
refs/heads/master
2023-08-14T16:43:32.049533
2023-07-21T15:58:54
2023-07-21T15:58:54
101,804,230
800
372
MIT
2023-09-12T20:26:02
2017-08-29T20:31:38
C
UTF-8
C
false
false
597
h
execinfo.h
// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_MUSL_PATCHES_EXECINFO_H #define _OE_MUSL_PATCHES_EXECINFO_H #include <openenclave/bits/defs.h> OE_EXTERNC_BEGIN // See https://www.gnu.org/software/libc/manual/html_node/Backtraces.html // for a description of the GNU bac...
9aa00e36e50da8d1c9e7c23257c920f9cd4324fb
bd2d10908f64cc13e95f6c814212cbeafb210e8e
/shell/task/simple_command.c
ad876a27d20bc69d1cd6e292ece5a31a1623f296
[ "MIT" ]
permissive
emersion/mrsh
0c0f62cb38e3cb2b7bc129516320d005408fc430
a858396b79ba217760b0982dd6f45c91c5192c3b
refs/heads/master
2022-10-11T22:23:39.276703
2022-09-14T16:23:46
2022-09-14T16:38:01
136,838,539
544
50
MIT
2021-05-18T07:24:13
2018-06-10T19:27:33
C
UTF-8
C
false
false
9,084
c
simple_command.c
#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <errno.h> #include <fcntl.h> #include <mrsh/ast.h> #include <mrsh/builtin.h> #include <mrsh/entry.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include "shell/shell.h" #include "shell/path.h" #include "shell/redir.h" #incl...
4ee21843c1b8fcddf77233fb6b1ad0f08ff33c2e
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/misc/orville-write/files/patch-mesg.c
00d86b1f997f8212096b919d9c754c0a725719e0
[ "BSD-2-Clause" ]
permissive
freebsd/freebsd-ports
86f2e89d43913412c4f6b2be3e255bc0945eac12
605a2983f245ac63f5420e023e7dce56898ad801
refs/heads/main
2023-08-30T21:46:28.720924
2023-08-30T19:33:44
2023-08-30T19:33:44
1,803,961
916
918
NOASSERTION
2023-09-08T04:06:26
2011-05-26T11:15:35
null
UTF-8
C
false
false
4,882
c
patch-mesg.c
--- mesg.c.orig 2004-09-29 04:43:14 UTC +++ mesg.c @@ -19,7 +19,7 @@ char *mytty; /* my tty name in tty?? format */ long mypos; /* offset of my entry in wrttmp file */ struct wrttmp mywrt; /* my wrttmp entry */ -struct utmp myutmp; /* A tmp buffer for reading utmp entries */ +struct utmpx myutmp; /* A tmp buf...
0d00262d845bf3b3ba64241632b523f73271d944
a12b448f44beb4d521cb7e31677281f41df35f0b
/3rdParty/isl/test_inputs/codegen/cloog/faber.c
4aef0a51fa196d3dba1bb62f9593a652895e0de1
[ "MIT", "LGPL-2.0-or-later" ]
permissive
Tiramisu-Compiler/tiramisu
d45f65dd9c35f643b3531ec79df1203c7ea3371d
f13e480f0ddb142cec371b7d7431a41d8ca885ec
refs/heads/master
2023-08-25T12:21:26.889736
2023-05-09T18:40:52
2023-05-09T18:40:52
58,378,976
906
168
MIT
2023-09-08T11:47:06
2016-05-09T13:33:51
C++
UTF-8
C
false
false
6,526
c
faber.c
{ for (int c0 = 0; c0 <= 36; c0 += 1) { for (int c1 = -6; c1 < c0 / 14 - 5; c1 += 1) { for (int c2 = -((-2 * c1 + 3) / 5) + 9; c2 <= c1 + 12; c2 += 1) S6(c0, c1, c2); for (int c2 = c1 + 24; c2 <= -2 * c1 + 24; c2 += 1) S2(c0, c1, c2); for (int c2 = -2 * c1 + 30; c2 <= c1 + 48; c2...
84cec71dcbbf96dd922c27eb313411f2cd7d7480
d1a6e586e0ad50da88ac3cf176d40bb9facb6bf6
/source/device/opendla/odla_dump.c
763fe949e3d518cf87256ca2e6cca55768e92f52
[ "Apache-2.0" ]
permissive
OAID/Tengine
025d2521040c863300ee08b0800010587b72192b
c73708ceb4322ae7c438e4d468178b737fa44cd0
refs/heads/tengine-lite
2023-09-03T19:15:08.100078
2023-05-18T06:17:39
2023-05-18T06:17:39
115,765,590
5,323
1,216
Apache-2.0
2023-09-05T06:25:47
2017-12-30T01:21:41
C++
UTF-8
C
false
false
18,535
c
odla_dump.c
/* * 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...
7dfdbbeb69432c6adb27ce313a400402b51175ff
aa3befea459382dc5c01c925653d54f435b3fb0f
/boards/arm/stm32l4/nucleo-l496zg/src/stm32_appinitialize.c
b16c6887273fd3af3c4ea56f6039b47c44315c1b
[ "MIT-open-group", "BSD-3-Clause", "HPND-sell-variant", "BSD-4-Clause-UC", "LicenseRef-scancode-warranty-disclaimer", "MIT-0", "LicenseRef-scancode-bsd-atmel", "LicenseRef-scancode-gary-s-brown", "LicenseRef-scancode-proprietary-license", "SunPro", "MIT", "LicenseRef-scancode-public-domain-disc...
permissive
apache/nuttx
14519a7bff4a87935d94fb8fb2b19edb501c7cec
606b6d9310fb25c7d92c6f95bf61737e3c79fa0f
refs/heads/master
2023-08-25T06:55:45.822534
2023-08-23T16:03:31
2023-08-24T21:25:47
228,103,273
407
241
Apache-2.0
2023-09-14T18:26:05
2019-12-14T23:27:55
C
UTF-8
C
false
false
5,888
c
stm32_appinitialize.c
/**************************************************************************** * boards/arm/stm32l4/nucleo-l496zg/src/stm32_appinitialize.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional inform...
9762db2339284f1f4fcc5c84990a1504fb9a7c2e
07327b5e8b2831b12352bf7c6426bfda60129da7
/Include/10.0.16299.0/um/adoint.h
a9a9e1e8745b79b98395ea74b82399942312b326
[]
no_license
tpn/winsdk-10
ca279df0fce03f92036e90fb04196d6282a264b7
9b69fd26ac0c7d0b83d378dba01080e93349c2ed
refs/heads/master
2021-01-10T01:56:18.586459
2018-02-19T21:26:31
2018-02-19T21:29:50
44,352,845
218
432
null
null
null
null
UTF-8
C
false
false
419,590
h
adoint.h
/******************************************************** * * * Copyright (C) Microsoft. All rights reserved. * * * ********************************************************/ //---------------------...
1fb6ee6ff00e5baf9e290864b62af9b8abdcc124
c8d2a9b12c0576b91d80c9a46b2bcf4c03dc895d
/algebra/mkl/lin_sys/direct/pardiso_interface.c
2ac9ffd62af03e77bb908dee9ee781d499ffbb02
[ "Apache-2.0" ]
permissive
osqp/osqp
57a861bb94e3f11343eac889d20b7f360796b9bb
1ac3fab74ddeebb0a24b8b7f96e1e539423d4a6a
refs/heads/master
2023-08-09T03:00:11.912481
2023-07-14T13:57:33
2023-07-14T13:57:33
69,313,892
653
141
Apache-2.0
2023-09-01T15:11:59
2016-09-27T03:02:46
C
UTF-8
C
false
false
10,999
c
pardiso_interface.c
#include "pardiso_interface.h" #include "algebra_impl.h" #include "printing.h" #if OSQP_EMBEDDED_MODE != 1 #include "kkt.h" #endif #include "mkl_service.h" #include "mkl_pardiso.h" // Solver Phases #define PARDISO_SYMBOLIC (11) #define PARDISO_NUMERIC (22) #define PARDISO_SOLVE (33) #define PARDISO_CLEANUP ...
44c0523a0ec9ffbe52638f29cc7f66ed6de8302d
5ab69c8644a936a3d9dec1669a86c7369c911bf8
/os/net/app-layer/coap/coap-engine.h
814cb1e86b052a56fcb8c86e1812e969300ad149
[ "BSD-3-Clause" ]
permissive
contiki-ng/contiki-ng
393d36f68b98f5ee3544ea32502cf662ffb2fe9f
31fcaadf7a0dc8ceea07f438cd69db73174879e6
refs/heads/develop
2023-09-01T20:10:30.000765
2023-09-01T14:37:12
2023-09-01T14:37:12
91,191,972
1,242
788
BSD-3-Clause
2023-09-14T19:08:35
2017-05-13T17:37:59
C
UTF-8
C
false
false
7,751
h
coap-engine.h
/* * Copyright (c) 2013, Institute for Pervasive Computing, ETH Zurich * 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 ...
c2580fc06755734e0b4fb74991f342d69c0d8faa
9de0cec678bc4a3bec2b4adabef9f39ff5b4afac
/PWGLF/NUCLEX/Hypernuclei/Hyp2Body/AddTask_Helium3Pi.C
39dc93490fd780d046cf39dfa061a9cf1ba12f4c
[]
permissive
alisw/AliPhysics
91bf1bd01ab2af656a25ff10b25e618a63667d3e
5df28b2b415e78e81273b0d9bf5c1b99feda3348
refs/heads/master
2023-08-31T20:41:44.927176
2023-08-31T14:51:12
2023-08-31T14:51:12
61,661,378
129
1,150
BSD-3-Clause
2023-09-14T18:48:45
2016-06-21T19:31:29
C++
UTF-8
C
false
false
2,757
c
AddTask_Helium3Pi.C
#if !defined(__CINT__) || defined(__MAKECINT__) #include <Rtypes.h> #include <TString.h> #include "AliAnalysisTaskNucleiYield.h" #include "AliAnalysisManager.h" #include "AliAnalysisDataContainer.h" #include "AliPID.h" #endif AliAnalysisTask *AddTask_Helium3Pi(TString name="name", Short_t collidingSystems = 1, ...
533e37635df36985dfd4324d9876bf82b0e6d12f
f7dc806f341ef5dbb0e11252a4693003a66853d5
/thirdparty/freetype/src/base/ftdbgmem.c
8fab50dd017e64a3460e60493f6662fd03d6b6a1
[ "LicenseRef-scancode-free-unknown", "MIT", "CC-BY-4.0", "OFL-1.1", "Bison-exception-2.2", "CC0-1.0", "LicenseRef-scancode-nvidia-2002", "LicenseRef-scancode-other-permissive", "GPL-3.0-only", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "BSL-1.0", "Apache-2.0", "BSD-3-Clau...
permissive
godotengine/godot
8a2419750f4851d1426a8f3bcb52cac5c86f23c2
970be7afdc111ccc7459d7ef3560de70e6d08c80
refs/heads/master
2023-08-21T14:37:00.262883
2023-08-21T06:26:15
2023-08-21T06:26:15
15,634,981
68,852
18,388
MIT
2023-09-14T21:42:16
2014-01-04T16:05:36
C++
UTF-8
C
false
false
23,926
c
ftdbgmem.c
/**************************************************************************** * * ftdbgmem.c * * Memory debugger (body). * * Copyright (C) 2001-2023 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, * modified, and distributed under t...
b9068a1d2013ba367c4fedcbcd911a2658d4cc4a
55540f3e86f1d5d86ef6b5d295a63518e274efe3
/components/network/ble/blestack/src/host/att_internal.h
7f8e089c15f6ea7a979d6f38d784630ba98b6860
[ "Apache-2.0" ]
permissive
bouffalolab/bl_iot_sdk
bc5eaf036b70f8c65dd389439062b169f8d09daa
b90664de0bd4c1897a9f1f5d9e360a9631d38b34
refs/heads/master
2023-08-31T03:38:03.369853
2023-08-16T08:50:33
2023-08-18T09:13:27
307,347,250
244
101
Apache-2.0
2023-08-28T06:29:02
2020-10-26T11:16:30
C
UTF-8
C
false
false
5,454
h
att_internal.h
/* att_internal.h - Attribute protocol handling */ /* * Copyright (c) 2015-2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #define BT_ATT_DEFAULT_LE_MTU 23 #if BT_L2CAP_RX_MTU < CONFIG_BT_L2CAP_TX_MTU #define BT_ATT_MTU BT_L2CAP_RX_MTU #else #define BT_ATT_MTU CONFIG_BT_L2CAP_TX_MTU #endif str...
b233f32da452b60bf9b7d313f17740a6678b3d45
76f7459a09acb9be2d52407132f5ff8955627da2
/sandbox/power10/p10_testsuite/correctness.c
a3d094ecd485bad776a81e4c1d02975c6b2e5f6f
[ "BSD-3-Clause" ]
permissive
flame/blis
448bc0ad139b726188129c5627c304274b41c3c1
6dcf7666eff14348e82fbc2750be4b199321e1b9
refs/heads/master
2023-09-01T14:56:11.920485
2023-08-27T19:18:57
2023-08-27T19:18:57
16,143,904
1,696
361
NOASSERTION
2023-08-27T19:18:58
2014-01-22T15:58:24
C
UTF-8
C
false
false
8,798
c
correctness.c
/* This program is designed to test the correctness of the POWER10 GEMM kernels in `blis/sandbox/power10`. By default, the correctness of the kernels is determined by measuring how close the return value of the following function is to zero for square matrix sizes. F(A, B, C_orig, C_ans, a...
de21b4bf542930d64bf42db5ec672d7b8ad82eb9
1b8617545453376ac8bdca000516422d7c01fc2c
/components/micropython/port/src/touchscreen/ns2009/include/median.h
74ad1d2e489198778a41ae9a6037209b6c723809
[ "MIT", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
sipeed/MaixPy
f1bee59ec3f47a1172928e8363b8307c8cd90c6e
23d09fbccb3dd75138c86f6e82f8d02162938996
refs/heads/master
2023-08-16T10:11:25.652994
2023-06-05T14:05:10
2023-06-05T14:05:10
154,797,251
1,751
492
NOASSERTION
2023-06-05T14:05:11
2018-10-26T07:48:11
Python
UTF-8
C
false
false
618
h
median.h
#ifndef __MEDIAN_H__ #define __MEDIAN_H__ #ifdef __cplusplus extern "C" { #endif #ifndef INT_MIN #define INT_MIN (-1 - 0x7fffffff) #endif #ifndef INT_MAX #define INT_MAX 0x7fffffff #endif struct median_filter_t { int *buffer; int *index; int length; int position; int c...
460d2f3601b86c9aaa1ac0ff100d03b489e9a3c7
aa3befea459382dc5c01c925653d54f435b3fb0f
/include/nuttx/sensors/ina3221.h
3cd7700e822f384732b553e1fa24f0af20c30bb7
[ "MIT-open-group", "BSD-3-Clause", "HPND-sell-variant", "BSD-4-Clause-UC", "LicenseRef-scancode-warranty-disclaimer", "MIT-0", "LicenseRef-scancode-bsd-atmel", "LicenseRef-scancode-gary-s-brown", "LicenseRef-scancode-proprietary-license", "SunPro", "MIT", "LicenseRef-scancode-public-domain-disc...
permissive
apache/nuttx
14519a7bff4a87935d94fb8fb2b19edb501c7cec
606b6d9310fb25c7d92c6f95bf61737e3c79fa0f
refs/heads/master
2023-08-25T06:55:45.822534
2023-08-23T16:03:31
2023-08-24T21:25:47
228,103,273
407
241
Apache-2.0
2023-09-14T18:26:05
2019-12-14T23:27:55
C
UTF-8
C
false
false
5,443
h
ina3221.h
/**************************************************************************** * include/nuttx/sensors/ina3221.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 o...
9763918f034ee5767b231ede668b42389896b89b
fb0f9abad373cd635c2635bbdf491ea0f32da5ff
/src/coreclr/nativeaot/Runtime/clreventpipewriteevents.h
92da9196ec901e5d3fc1245b09723c3cc0bb48e5
[ "MIT" ]
permissive
dotnet/runtime
f6fd23936752e202f8e4d6d94f3a4f3b0e77f58f
47bb554d298e1e34c4e3895d7731e18ad1c47d02
refs/heads/main
2023-09-03T15:35:46.493337
2023-09-03T08:13:23
2023-09-03T08:13:23
210,716,005
13,765
5,179
MIT
2023-09-14T21:58:52
2019-09-24T23:36:39
C#
UTF-8
C
false
false
22,315
h
clreventpipewriteevents.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Work In Progress to add native events to EventPipe // shipping criteria: no EVENTPIPE-NATIVEAOT-TODO left in the codebase // @TODO: Audit native events in NativeAOT Runtime BOOL...
5442f743e78d1efdabc98748c2a2d6e428b142d2
00fbe208cec31dc61ca326ea0c7c8711e4a8db2a
/legacy/src/server/slimrds/data/process.h
7c58ec37d8b5fade56e7caec9e5979ede246bba7
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
twitter/pelikan
9725f1a5d1e30ebbdbcf3b0177c4dae130806b1d
e7a76c92d8a6b401475ce53d3cefe964f1e7fbb6
refs/heads/master
2023-08-14T05:07:36.020898
2022-10-27T17:13:29
2022-10-27T17:13:29
42,829,191
1,880
180
Apache-2.0
2023-05-12T12:23:40
2015-09-20T20:51:55
C
UTF-8
C
false
false
1,505
h
process.h
#pragma once #include "cmd_bitmap.h" #include "cmd_misc.h" #include <buffer/cc_buf.h> #include <cc_metric.h> #include <cc_option.h> #define ALLOW_FLUSH false /* name type default description */ #define PROCESS_OPTION(ACTION) ...
1c7c9a524c78ce3b0de99298cd4d2cc5266ed62e
0744dcc5394cebf57ebcba343747af6871b67017
/tools/nxfuse/src/tinyara_services.c
b99196ad7d31ab556a5a2759b8dfcabbcef8e574
[ "Apache-2.0" ]
permissive
Samsung/TizenRT
96abf62f1853f61fcf91ff14671a5e0c6ca48fdb
1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686
refs/heads/master
2023-08-31T08:59:33.327998
2023-08-08T06:09:20
2023-08-31T04:38:20
82,517,252
590
719
Apache-2.0
2023-09-14T06:54:49
2017-02-20T04:38:30
C
UTF-8
C
false
false
17,163
c
tinyara_services.c
/**************************************************************************** * * Copyright 2019 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
3d1a3849d3087f80780ad87f22a5a584f2b8a3ab
c26d7b0ed875357278e61627da2da0650da77986
/src/cmd/ps.c
ada4184c56524736bbcf968e45b20825ae6390e3
[ "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
20,695
c
ps.c
/* * 1999/8/11 - Remove reference to SDETACH. It was removed from the kernel * (finally) because it was not needed. * * 1997/12/16 - Fix coredump when processing -U. * * 1996/11/16 - Move 'psdatabase' in /var/run. * * 12/20/94 - Missing casts caused errors in reporting on swapped * proces...
f24b46d0091533e5b9e5674f270926848084e4bb
aa0df7e1109c8ebc456bffb15c88c7285a94ed02
/SRC/FILLERS.C
c132e6e551f2f1de97b240b794ed878f6a8d476c
[ "MIT" ]
permissive
kondrak/dos3d
30dee3bccd925918ccba85e0d2f0e198e63b6ace
913a58b017264ac8af9370024b8bf6302873f59b
refs/heads/master
2021-01-12T03:59:03.062354
2020-08-18T21:20:29
2020-08-18T21:20:29
81,683,043
129
10
null
2017-07-07T21:15:28
2017-02-11T21:19:14
C
UTF-8
C
false
false
11,538
c
FILLERS.C
#include "src/fillers.h" #include "src/utils.h" #include <memory.h> /* ***** */ void gfx_wireFrame(const gfx_Triangle *t, gfx_drawBuffer *target) { gfx_drawLine(t->vertices[0].position.x, t->vertices[0].position.y, t->vertices[0].position.z, t->vertices[1].position.x, t->vertices[1].position.y, t...
7298ee201cd9c736c6c321edc45ce76f93de5aaf
78dc9f153549b281be709227bc9897931b06260d
/generation/WinSDK/RecompiledIdlHeaders/um/Dhcpv6cSdk.h
5b3172788d124349dde64b80923c121c30276da3
[ "MIT" ]
permissive
microsoft/win32metadata
dff35b4fe904d556162cee5133294c4498f1a79a
5bf233f04d45f7a697e112e9639722551103eb07
refs/heads/main
2023-09-01T19:51:22.972899
2023-08-30T21:39:44
2023-08-30T21:39:44
270,838,404
1,240
107
NOASSERTION
2023-09-14T18:49:44
2020-06-08T21:52:10
C++
UTF-8
C
false
false
7,409
h
Dhcpv6cSdk.h
#include <winapifamily.h> /*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: dhcpv6csdk.h Abstract: These are the exported dhcpv6 client api function definitions Author: Achint Setia (asetia) July-1-2005 Environment: User Mode - Win32 Revision History: --*/ #ifnde...
77502beceb7828a9065ef75cc98f69461d55c825
0744dcc5394cebf57ebcba343747af6871b67017
/external/audiocodec/mp3dec/pvmp3_mdct_6.c
5f474eb09f48371a4c7a8ca08828fba41cb37db8
[ "MIT", "Apache-2.0" ]
permissive
Samsung/TizenRT
96abf62f1853f61fcf91ff14671a5e0c6ca48fdb
1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686
refs/heads/master
2023-08-31T08:59:33.327998
2023-08-08T06:09:20
2023-08-31T04:38:20
82,517,252
590
719
Apache-2.0
2023-09-14T06:54:49
2017-02-20T04:38:30
C
UTF-8
C
false
false
5,957
c
pvmp3_mdct_6.c
/****************************************************************** * * Copyright 2018 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
1d8cb2333f9e67984780100c9fe5000e1d1ae69f
f367e4b66a1ee42e85830b31df88f63723c36a47
/lib/monkey/mk_core/deps/libevent/evutil_rand.c
046a14b07a9a637b2096cd95f129e38dd1196685
[ "BSD-3-Clause", "MIT", "ISC", "Apache-2.0" ]
permissive
fluent/fluent-bit
06873e441162b92941024e9a7e9e8fc934150bf7
1a41f49dc2f3ae31a780caa9ffd6137b1d703065
refs/heads/master
2023-09-05T13:44:55.347372
2023-09-05T10:14:33
2023-09-05T10:14:33
29,933,948
4,907
1,565
Apache-2.0
2023-09-14T10:17:02
2015-01-27T20:41:52
C
UTF-8
C
false
false
5,289
c
evutil_rand.c
/* * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson * * 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 conditi...
cefea144a611891e280d5dce9cb9a5250608166c
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/gd32105c-eval/Libraries/GD32F10x_usbfs_driver/Source/usbd_core.c
366b1bbb3bbe4287ed53577f09cdfc55695a68e7
[ "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
14,165
c
usbd_core.c
/*! \file usbd_core.c \brief USB device mode core driver \version 2014-12-26, V1.0.0, firmware for GD32F10x \version 2017-06-20, V2.0.0, firmware for GD32F10x \version 2018-07-31, V2.1.0, firmware for GD32F10x */ /* Copyright (c) 2018, GigaDevice Semiconductor Inc. All rights reserved. ...
01615f31cf2e0dd07e8fee6824e7ea35151a32f5
3cd3872acbc8b1a79a70b89b2fd58a171e7adc82
/vp8/encoder/ratectrl.h
844c72cb8614bfec5349e1f7cfba2250c6b868cc
[]
permissive
webmproject/libvpx
58ab97861063cb521ec0d00ef9cb222ca97873b1
6fd360c684736e351160b131827dfbb207841164
refs/heads/main
2023-04-09T15:32:34.688724
2023-04-07T22:19:18
2023-04-07T22:19:18
22,927,608
889
376
BSD-3-Clause
2023-03-24T13:37:34
2014-08-13T19:03:21
C
UTF-8
C
false
false
1,342
h
ratectrl.h
/* * 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...
69f9fee3b3948bdd6a5860e74e27ae35ad3027e5
ecce427678ecff2a93a47f3b1b664202c7d27617
/actors/chair/anims/table.inc.c
1fb28dca8f23ecea4d437600f7aac59e7444815a
[]
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
110
c
table.inc.c
// 0x05005784 const struct Animation *const chair_seg5_anims_05005784[] = { &chair_seg5_anim_0500576C, };
ef6bc3c13935b7d7fbd98cfb1ca13c8fa6a50d1c
bed3ac926beac0f4e0293303d7b2a6031ee476c9
/Modules/ThirdParty/NrrdIO/src/NrrdIO/endianAir.c
000b834e2def9cfd88e4790a4f4f365bcf75b282
[ "Zlib", "LicenseRef-scancode-unknown-license-reference", "IJG", "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-disc...
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
2,343
c
endianAir.c
/* NrrdIO: stand-alone code for basic nrrd functionality Copyright (C) 2013, 2012, 2011, 2010, 2009 University of Chicago Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah This software is provided 'as-is', without any express o...
e2f0e43890fa24e1e3e9c6d4400a50a05e1b3395
c8abb7c0a610348eb0b8474ce66463584ec5bc98
/Public/Src/Sandbox/Windows/DetoursServices/targetver.h
2780471137c9fae410016c37258a05fc38068111
[ "MIT" ]
permissive
microsoft/BuildXL
d31b74ba23057dd251bcd9040390a7e751f04fae
f884dd1e34ed50f76d27d3fb1b8679235995653d
refs/heads/main
2023-08-31T21:19:44.385093
2023-08-30T23:36:57
2023-08-30T23:36:57
152,813,045
436
114
MIT
2023-09-13T09:49:08
2018-10-12T22:16:45
C#
UTF-8
C
false
false
380
h
targetver.h
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #pragma once #if !defined(MAC_OS_SANDBOX) && !defined(MAC_OS_LIBRARY) // BuildXL should run on Win7+. #include <WinSDKVer.h> #define _WIN32_WINNT _WIN32_WINNT_...
6aed4161695108093b26ba247ee2f92a4a597916
e0951f0c08fb24ce57d5b6fb3f364e314e94ac67
/demo/2017.06.29-webassembly/running-js-in-c/simple1.c
5fe9922ab7733e9806eddd6815155d88455b2486
[]
no_license
chyingp/blog
1a69ddcd8acbcf20c80995d274e81450c278f32f
4fcfd719ed01f446d8f1eea721551e71db4909cf
refs/heads/master
2023-08-27T00:23:18.260234
2023-07-27T15:50:03
2023-07-27T15:50:03
9,654,619
491
279
null
2023-01-12T23:53:47
2013-04-24T18:17:08
null
UTF-8
C
false
false
97
c
simple1.c
#include <emscripten.h> int main() { EM_ASM({ Module.print('hello world'); }); return 0; }
d7795a06a7655e3b82db8d44a8de8cd1a3f0687e
9de0cec678bc4a3bec2b4adabef9f39ff5b4afac
/PWGLF/FORWARD/analysis2/dndeta/ScaleBypp.C
4eebbe981893db4601bb2530c652bd7d7fb56366
[]
permissive
alisw/AliPhysics
91bf1bd01ab2af656a25ff10b25e618a63667d3e
5df28b2b415e78e81273b0d9bf5c1b99feda3348
refs/heads/master
2023-08-31T20:41:44.927176
2023-08-31T14:51:12
2023-08-31T14:51:12
61,661,378
129
1,150
BSD-3-Clause
2023-09-14T18:48:45
2016-06-21T19:31:29
C++
UTF-8
C
false
false
1,273
c
ScaleBypp.C
// Draw scaled result void ScaleBypp(const TString& system, UShort_t sNN, UShort_t ppsNN, const TString& trigger, const TString& ppTrigger, Double_t etaShift=0, Bool_t rebinned=true, Bool_t empirical=true, Bool_t ...
5bb44692a79210b25d4153b9f931b4b01c6e3559
9ceacf33fd96913cac7ef15492c126d96cae6911
/regress/lib/libpthread/semaphore/sem_destroy/sem_destroy.c
b38965260f346110cf909fc22bb5274061e19d04
[]
no_license
openbsd/src
ab97ef834fd2d5a7f6729814665e9782b586c130
9e79f3a0ebd11a25b4bff61e900cb6de9e7795e9
refs/heads/master
2023-09-02T18:54:56.624627
2023-09-02T15:16:12
2023-09-02T15:16:12
66,966,208
3,394
1,235
null
2023-08-08T02:42:25
2016-08-30T18:18:25
C
UTF-8
C
false
false
1,208
c
sem_destroy.c
/* $OpenBSD: sem_destroy.c,v 1.1.1.1 2012/01/04 17:36:40 mpi Exp $ */ /* * Martin Pieuchot <mpi@openbsd.org>, 2011. Public Domain. */ #include <errno.h> #include <unistd.h> #include <pthread.h> #include <semaphore.h> #include "test.h" int val; sem_t cons_sem; sem_t prod_sem; void *producer(void *arg); void *consum...
06974ddbff4a5e1dbdf62d93c5d9c0a4ede0342e
72f6d3ad72b2a4a9b6c5f93c5d1b744e2940b884
/deps/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdrun.c
fe8cf0aa7fbd787cd879cb5ef37e495f868c0983
[ "MIT" ]
permissive
h2o/h2o
70012b6527ceb54e9e2819c9c75242b18e381485
b165770ce704c782ddee7428ea4a0b23c8bb7894
refs/heads/master
2023-08-16T13:16:35.018003
2023-08-16T03:56:28
2023-08-16T03:56:28
23,029,617
9,377
983
MIT
2023-09-12T04:49:14
2014-08-16T23:59:03
C
UTF-8
C
false
false
1,266
c
cmdrun.c
/* ** cmdrun.c - mruby debugger run command functions ** */ #include <mruby/opcode.h> #include "mrdb.h" dbgcmd_state dbgcmd_run(mrb_state *mrb, mrdb_state *mrdb) { mrb_debug_context *dbg = mrdb->dbg; if (dbg->xm == DBG_INIT){ dbg->xm = DBG_RUN; } else { dbg->xm = DBG_QUIT; if (dbg->xphase == DBG_...
14f83968f083a488b94bfd7c1f6fbcaedacc61ca
33392bbfbc4abd42b0c67843c7c6ba9e0692f845
/dsp/L1/tests/aie/inc/twiddle.c
32d80d28fe1c39a27ffc0221e88cf2251c7b573b
[ "Apache-2.0", "OFL-1.1", "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "BSD-2-Clause", "MIT" ]
permissive
Xilinx/Vitis_Libraries
bad9474bf099ed288418430f695572418c87bc29
2e6c66f83ee6ad21a7c4f20d6456754c8e522995
refs/heads/main
2023-07-20T09:01:16.129113
2023-06-08T08:18:19
2023-06-08T08:18:19
210,433,135
785
371
Apache-2.0
2023-07-06T21:35:46
2019-09-23T19:13:46
C++
UTF-8
C
false
false
4,915
c
twiddle.c
/* * Copyright (C) 2019-2022, Xilinx, Inc. * Copyright (C) 2022-2023, Advanced Micro Devices, 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/licens...
5ea481d63f3f48bb23f334c80cef5c88941d7742
03666e5f961946fc1a0ac67781ac1425562ef0d7
/src/tools/third_party/qtssh/proxy/local.c
3b2d130c56b48dfb503645a3bc45e776c993f4ca
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
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
9,127
c
local.c
/* * Implement LocalProxyOpener, a centralised system for setting up the * command string to be run by platform-specific local-subprocess * proxy types. * * The platform-specific local proxy code is expected to use this * system by calling local_proxy_opener() from * platform_new_connection(); then using the res...
640257503b78893d7b55ab8f6cad9e1a5e9cc061
d10f01fdebccc1e217889ea39c381fc704155534
/libpstack/dwarf/ehpe.h
d5b7e960b9495e65fb0f96b601b65d28703d2668
[ "BSD-2-Clause" ]
permissive
peadar/pstack
37db4da2654d42d5e5dfd0335ec19d22e76c7a87
2d286b31193e527e3d7fd316181827b66597be01
refs/heads/master
2023-08-30T19:00:41.969469
2023-08-26T17:49:13
2023-08-26T17:49:13
5,349,428
131
21
BSD-2-Clause
2023-08-27T11:53:34
2012-08-09T00:44:58
C++
UTF-8
C
false
false
495
h
ehpe.h
DWARF_EH_PE(DW_EH_PE_absptr, 0x00) DWARF_EH_PE(DW_EH_PE_uleb128, 0x01) DWARF_EH_PE(DW_EH_PE_udata2, 0x02) DWARF_EH_PE(DW_EH_PE_udata4, 0x03) DWARF_EH_PE(DW_EH_PE_udata8, 0x04) DWARF_EH_PE(DW_EH_PE_sleb128, 0x09) DWARF_EH_PE(DW_EH_PE_sdata2, 0x0A) DWARF_EH_PE(DW_EH_PE_sdata4, 0x0B) DWARF_EH_PE(DW_EH_PE_sdata8, 0x0C) DWA...
485b74fae2a06145321ba37a27bdb7b705b653ab
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/third_party/fontconfig/include/fc-case/fccase.h
7c844f38795bf4d7902a9e2c2f2f3de20ff69b13
[ "GPL-1.0-or-later", "MIT", "LGPL-2.0-or-later", "Apache-2.0", "BSD-3-Clause", "HPND-sell-variant" ]
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
21,735
h
fccase.h
/* * fontconfig/fc-case/fccase.tmpl.h * * Copyright © 2003 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright n...
7b24b5a7912cd68c403ba41647ede53e7175db18
58fe7cb3949dd1930e709696659a0296500b64a6
/tests/cbmc/stubs/open.c
49550bba5bd98d67fcdd05431712edeb37982826
[ "Apache-2.0", "MIT" ]
permissive
aws/s2n-tls
3344638a6a69c6f20665cf6847e1bc4b85f2e558
62dc7a6d4876e5eee0dea3690d528a4c7080a1d5
refs/heads/main
2023-08-31T23:26:33.780048
2023-08-31T05:17:33
2023-08-31T05:17:33
21,287,076
513
213
Apache-2.0
2023-09-13T23:52:29
2014-06-27T19:37:59
C
UTF-8
C
false
false
1,132
c
open.c
/* * Copyright 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" f...
fd8ebae4b6443142f580d3ac06ee155cb8e89998
b4c2b8dc89417e966a67a433267ebb9c156dbff4
/src/vehicles/sounds/MGBGtV8idle.h
94d01c442eaadd7275271ae5c8eb696590e8f171
[]
no_license
TheDIYGuy999/Rc_Engine_Sound_ESP32
92134030dbc047627310d54ccf1fd34fb3cad791
eeeb47964861b66f8e1db34bffe35657846d8b20
refs/heads/master
2023-08-31T00:17:03.698027
2023-05-04T19:46:51
2023-05-04T19:46:51
225,658,413
230
105
null
2023-08-26T14:38:39
2019-12-03T15:51:13
C
UTF-8
C
false
false
12,330
h
MGBGtV8idle.h
const unsigned int sampleRate = 22050; const unsigned int sampleCount = 2682; const signed char samples[] = { 0, 2, 5, 8, 11, 13, 18, 21, 24, 25, 27, 29, 31, 33, 38, 41, 41, 43, 45, 48, 50, 49, 48, 48, 51, 53, 54, 55, 56, 57, 57, 57, 58, 58, 59, 59, 58, 59, 58, 58, 60, 61, 62, 61, 59, 56, 56, 57, 55, 53, 52, 51...
df53e19e6def80a77b9160cd3a2dd8637cbd1653
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/ffmpeg/libavcodec/alacenc.c
9598e5861e530fa363749e0adcc002a6fbc6a03e
[ "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", "BSD-3-Clause" ]
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
21,950
c
alacenc.c
/* * ALAC audio encoder * Copyright (c) 2008 Jaikrishnan Menon <realityman@gmx.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version...
94f0feb3a50c4962ec4a9916ebdbd377eeadf721
44188231036582befe31c4cf3fd46ffa83db4f4c
/libcurv/viewer/shapes.h
2bf5001e0ef8f4804dff84e5e6806b6499d6ff30
[ "Apache-2.0" ]
permissive
curv3d/curv
b083f680af14d75c3a4c767f69105c97e011afe5
567f8ff28f1fc97cc78a11d41ef386372991b1b0
refs/heads/master
2023-08-20T19:38:09.447490
2023-07-11T02:36:47
2023-07-11T02:36:47
91,376,236
1,038
66
Apache-2.0
2023-02-01T02:18:09
2017-05-15T19:22:34
C++
UTF-8
C
false
false
131
h
shapes.h
#pragma once #include "glm/glm.hpp" #include "mesh.h" #include "rectangle.h" Mesh rect (float _x, float _y, float _w, float _h);
8c08fe234b7607b29dc7f314bd07287ab378587a
e3cdfae1dd874479c928dad193b33a4e3b8a623e
/include/worldmap.h
ef223547d60d02c29a945a850778007d13c9f402
[]
no_license
FireEmblemUniverse/fireemblem8u
11493bf94844617b33254110ba006316defb3510
b9ad9bcafd9d4ecb7fc13cc77a464e2a82ac8338
refs/heads/master
2023-09-05T23:39:53.791339
2023-09-04T17:31:47
2023-09-04T17:31:47
121,802,075
118
31
null
2023-09-11T13:08:37
2018-02-16T21:21:50
Assembly
UTF-8
C
false
false
5,336
h
worldmap.h
#ifndef GUARD_WORLDMAP_H #define GUARD_WORLDMAP_H struct GmRouteProc { /* 00 */ PROC_HEADER; /* 2C */ u32 chr; /* 30 */ u8 pal; /* 31 */ u8 flags; /* 32 */ u8 unk_32; /* 33 */ u8 unk_33; /* 34 */ u8 bgA; /* 35 */ u8 bgB; /* 36 */ s8 x1; /* 37 */ s8 y1; /* 38 */ s8 x2; /...
221252759d62b27c8ab31747a88b85175af57247
9ceacf33fd96913cac7ef15492c126d96cae6911
/sys/kern/kern_acct.c
590bed704268162741b80d65d18d337185e9d2bf
[ "BSD-3-Clause" ]
permissive
openbsd/src
ab97ef834fd2d5a7f6729814665e9782b586c130
9e79f3a0ebd11a25b4bff61e900cb6de9e7795e9
refs/heads/master
2023-09-02T18:54:56.624627
2023-09-02T15:16:12
2023-09-02T15:16:12
66,966,208
3,394
1,235
null
2023-08-08T02:42:25
2016-08-30T18:18:25
C
UTF-8
C
false
false
10,124
c
kern_acct.c
/* $OpenBSD: kern_acct.c,v 1.47 2022/08/14 01:58:27 jsg Exp $ */ /* $NetBSD: kern_acct.c,v 1.42 1996/02/04 02:15:12 christos Exp $ */ /*- * Copyright (c) 1994 Christopher G. Demetriou * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Labor...
5e73dcd70e6938a35f253c7cd78f04841598b0a1
aa3befea459382dc5c01c925653d54f435b3fb0f
/drivers/power/supply/powerled.c
92278bcc2cf6bdb3ea4fc5b4c7357ecac78cbc50
[ "MIT-open-group", "BSD-3-Clause", "HPND-sell-variant", "BSD-4-Clause-UC", "LicenseRef-scancode-warranty-disclaimer", "MIT-0", "LicenseRef-scancode-bsd-atmel", "LicenseRef-scancode-gary-s-brown", "LicenseRef-scancode-proprietary-license", "SunPro", "MIT", "LicenseRef-scancode-public-domain-disc...
permissive
apache/nuttx
14519a7bff4a87935d94fb8fb2b19edb501c7cec
606b6d9310fb25c7d92c6f95bf61737e3c79fa0f
refs/heads/master
2023-08-25T06:55:45.822534
2023-08-23T16:03:31
2023-08-24T21:25:47
228,103,273
407
241
Apache-2.0
2023-09-14T18:26:05
2019-12-14T23:27:55
C
UTF-8
C
false
false
12,084
c
powerled.c
/**************************************************************************** * drivers/power/supply/powerled.c * * 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 o...
e7fce0f65023a17f0548ccc38835db6c5405e891
e683a0b8dbb87c7ceb99e0d06896174a559d2c67
/Tools/pmake/lib/lst/lstPred.c
4c180dd94d5ce1935470720fc2f5a11ac6f03113
[ "Apache-2.0" ]
permissive
bluewaysw/pcgeos
f093d79567d977d992f47065056d14d5a04b9f14
c6ae4c8e77b54b9ff654c3916f2191f8b1a1b65d
refs/heads/master
2023-08-31T00:17:54.481175
2023-08-29T19:00:49
2023-08-29T19:00:49
157,968,410
603
88
Apache-2.0
2023-09-13T07:44:06
2018-11-17T09:09:55
Assembly
UTF-8
C
false
false
1,211
c
lstPred.c
/*- * LstPred.c -- * Return the predecessor of a given list node * * Copyright (c) 1988 by University of California Regents * * Permission to use, copy, modify, and distribute this * software and its documentation for any purpose and without * fee is hereby granted, provided that the above copyright *...
81298005161c9bd2f65e71d128eb471e085c854c
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/include/net/netfilter/nf_queue.h
aaba4bbcdda0e9e7b4b7adfcb4c19e3555bb4219
[ "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
979
h
nf_queue.h
#ifndef _NF_QUEUE_H #define _NF_QUEUE_H /* Each queued (to userspace) skbuff has one of these. */ struct nf_queue_entry { struct list_head list; struct sk_buff *skb; unsigned int id; struct nf_hook_ops *elem; u_int8_t pf; u16 size; /* sizeof(entry) + saved route keys */ unsigned int hook; struct net_dev...
207edef757d1d5d5b1fc539ccf2899de4e1da3e1
30c2631ed046d7662476b94fb7f5286c47377f60
/test/api/src/TriggerOnAdd.c
cdbe466fd7fad64700c443c637d58b4c8162d6b2
[ "MIT" ]
permissive
SanderMertens/flecs
a840093340f0d1eb2bd30ec1585296f81f2aab39
41fb856c4e1162f44b59d7881ef508d64d56bf10
refs/heads/master
2023-08-24T16:21:41.790084
2023-08-24T08:38:57
2023-08-24T08:49:52
146,155,284
4,731
456
MIT
2023-09-05T16:01:58
2018-08-26T05:53:05
C
UTF-8
C
false
false
24,234
c
TriggerOnAdd.c
#include <api.h> void TriggerOnAdd_setup(void) { ecs_log_set_level(-3); } void Init(ecs_iter_t *it) { Position *p = ecs_field(it, Position, 1); Velocity *v = NULL; if (it->field_count >= 2) { v = ecs_field(it, Velocity, 2); } probe_iter(it); int i; for (i = 0; i < it->co...
7d57370dba8b70a2368c7a77703f6a323cad42f5
ed98b77f3f09b392e68a0d59c48eec299e883bb9
/src/scip/cons.c
6c446cbc3e9649e653012651258cd0d0bfe94c0a
[ "Apache-2.0" ]
permissive
scipopt/scip
c8ddbe7cdec0a3af5a230c04b74b76ffacbdcc33
dc856a4c966ea50bd5f52c58d7be4fea33706f4c
refs/heads/master
2023-08-19T11:39:12.578790
2023-08-15T20:05:58
2023-08-15T20:05:58
342,522,859
262
46
NOASSERTION
2023-08-03T07:37:45
2021-02-26T09:16:17
C
UTF-8
C
false
false
321,680
c
cons.c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ ...
b4e796c46804c9a5b9ed71cd18f27e24083dc1ae
966bc7834320e20f92fdd02fda4952e70e824e16
/SBC/rpi-4/device_driver/driver/radioberry_gateware.h
e496f445154068630a2f548983acbdf3c9c92249
[]
no_license
pa3gsb/Radioberry-2.x
475c2e57df38eead2deaf69b10b04e91e00713e9
72e6b5a4fa972db8a89f4f8c33786caa4dab8cfa
refs/heads/master
2023-08-17T01:30:47.517298
2023-08-05T17:57:56
2023-08-05T17:57:56
95,689,838
321
64
null
2022-08-04T14:44:00
2017-06-28T16:28:43
HTML
UTF-8
C
false
false
2,221
h
radioberry_gateware.h
/** * * Loading the gateware into the FPGA. * */ #ifndef __RADIOBERRY_GATEWARE_H__ #define __RADIOBERRY_GATEWARE_H__ #include <linux/delay.h> #define iPinCONF_DONE 22 #define iPinNSTATUS 26 #define oPinNCONFIG 27 #define oPinDATA 13 #define oPinDCLK 24 static void initialize_gateware(void); static...
1e0c66c30d140c5b83500d988c2883b59fdef2a3
83b8b30ebb633eecd29ca0a7a20cc43a293c9333
/ports/espressif/common-hal/frequencyio/__init__.c
487814bd076b200495ab3469969a69467701e35e
[ "GPL-1.0-or-later", "MIT" ]
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
36
c
__init__.c
// No ferquencyio module functions.
4752313a154bf8000f484a8166aab359ac2077e1
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/imx6sx/iMX6_Platform_SDK/board/mx6dq/sabre_ai/rev_b_iomux/gpmi_iomux_config.c
9b80feac53c3677f35660db45d5016e3932e78e4
[ "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
56,466
c
gpmi_iomux_config.c
/* * Copyright (c) 2012, Freescale Semiconductor, Inc. * All rights reserved. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE...
29d06fa6dd69dec6c05767a648cd0fa63aa4bf16
e3acfc4f06840e23ef1185dcf367f40d3e3f59b4
/tests/regression/63-affeq/13-multiple_vars.c
d82814f6f9b85319471723a96e1b461355b494bb
[ "MIT" ]
permissive
goblint/analyzer
d62d3c610b86ed288849371b41c330c30678abc7
69ee7163eef0bfbfd6a4f3b9fda7cea5ce9ab79f
refs/heads/master
2023-08-16T21:58:53.013737
2023-08-16T08:49:18
2023-08-16T08:49:18
2,066,905
141
62
MIT
2023-09-14T18:48:34
2011-07-18T15:10:56
OCaml
UTF-8
C
false
false
264
c
13-multiple_vars.c
//SKIP //PARAM: --set ana.activated[+] affeq --enable ana.int.interval // An issue with the assignment of multiple vars made the assert evaluate to unknown int f (int j) { return j + 1; } int main() { int test = f(10); __goblint_check(test == 11); }
2613abd57ed1aab070db00781944652faf31ea07
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/glibc/sysdeps/powerpc/sysdep.h
ab20890ca64f29aff679784ac7732dd2f650afb3
[ "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", "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
3,498
h
sysdep.h
/* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
609b82bf12f649986f258183f961e4c105bd4d25
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/hackathon/PengXie/NeuronStructNavigator/cmake-3.6.2/Source/cm_utf8.c
23525077596e8e9c56554f8d12d9651568c1a6fe
[ "BSD-3-Clause", "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C
false
false
3,072
c
cm_utf8.c
/*============================================================================ CMake - Cross Platform Makefile Generator Copyright 2000-2009 Kitware, Inc., Insight Software Consortium Distributed under the OSI-approved BSD License (the "License"); see accompanying file Copyright.txt for details. This softwa...
d939e7e8d2807dc7edde02815505f281ba434ebd
c9bc99866cfab223c777cfb741083be3e9439d81
/product/tc0/scp_ramfw/config_psu.c
96514d095a1fd117b1012d2555710f755fda5ab1
[ "BSD-3-Clause" ]
permissive
ARM-software/SCP-firmware
4738ca86ce42d82588ddafc2226a1f353ff2c797
f6bcca436768359ffeadd84d65e8ea0c3efc7ef1
refs/heads/master
2023-09-01T16:13:36.962036
2023-08-17T13:00:20
2023-08-31T07:43:37
134,399,880
211
165
NOASSERTION
2023-09-13T14:27:10
2018-05-22T10:35:56
C
UTF-8
C
false
false
1,843
c
config_psu.c
/* * Arm SCP/MCP Software * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <tc0_mock_psu.h> #include <tc0_psu.h> #include <mod_mock_psu.h> #include <mod_psu.h> #include <fwk_element.h> #include <fwk_module.h> #include <fwk_module...
277f5f1f500580373d6b2c6802205409bff1d0c2
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/arch/parisc/include/uapi/asm/stat.h
d76fbda5d62c0437f5fb52c389e144597f054b12
[ "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
2,607
h
stat.h
#ifndef _PARISC_STAT_H #define _PARISC_STAT_H #include <linux/types.h> struct stat { unsigned int st_dev; /* dev_t is 32 bits on parisc */ ino_t st_ino; /* 32 bits */ mode_t st_mode; /* 16 bits */ unsigned short st_nlink; /* 16 bits */ unsigned short st_reserved1; /* old st_uid */ unsigned short st_reserved...
9f85af427da20b8db14e8e71f8afa16534405cf2
8a51a96f61699f0318315ccc89cef39f6866f2b5
/src/bin/psql/psqlscanslash.h
7724242f371d7c58c54140c8c924fee4076b93ea
[ "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
1,086
h
psqlscanslash.h
/* * psql - the PostgreSQL interactive terminal * * Copyright (c) 2000-2023, PostgreSQL Global Development Group * * src/bin/psql/psqlscanslash.h */ #ifndef PSQLSCANSLASH_H #define PSQLSCANSLASH_H #include "fe_utils/psqlscan.h" /* Different ways for scan_slash_option to handle parameter words */ enum slash_opt...
f1f84aef1b04644629d1169d6c6edc4e7094bb1c
37474fe5a1caaf836c550996a13a4867a54537d8
/osu.Framework/Resources/Shaders/Internal/sh_Vertex_Output.h
3f4b9aa18cbe53faf1ff0b67b44eb8e9021f9275
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
ppy/osu-framework
a09c244ef7aa4e6a783a25fb48f2f4f6182d8c89
e35b025895d30fad0fa65bc42fed799deedaffce
refs/heads/master
2023-08-31T14:48:10.111701
2023-08-24T14:03:38
2023-08-24T14:03:38
66,614,524
1,587
706
MIT
2023-09-14T10:43:56
2016-08-26T03:45:35
C#
UTF-8
C
false
false
702
h
sh_Vertex_Output.h
// Automatically included for every vertex shader. #ifndef INTERNAL_VERTEX_OUTPUT_H #define INTERNAL_VERTEX_OUTPUT_H void main() { {{ real_main }}(); // Invoke real main func if (g_IsDepthRangeZeroToOne) gl_Position.z = gl_Position.z / 2.0 + 0.5; // When the device's texture coordinates are inve...
fc6537f74ca3871dfa491a6192030fcb2199d79b
2ef0e696b0b8d1b762a3df21a258406f1e0c73e2
/include/EASTL/internal/atomic/atomic_macros/atomic_macros_load.h
76580593ddf4af3493be783f5646286793c55568
[ "BSD-3-Clause" ]
permissive
electronicarts/EASTL
3fdf65152aaadae7c86e94aa482b950494f31c2f
05f4b4aef33f2f3ded08f19fa97f5a27ff35ff9f
refs/heads/master
2023-08-30T16:35:49.267717
2023-08-16T17:55:47
2023-08-16T17:55:47
48,068,902
7,952
1,216
BSD-3-Clause
2023-08-16T17:55:48
2015-12-15T21:04:13
C++
UTF-8
C
false
false
2,790
h
atomic_macros_load.h
///////////////////////////////////////////////////////////////////////////////// // Copyright (c) Electronic Arts Inc. All rights reserved. ///////////////////////////////////////////////////////////////////////////////// #ifndef EASTL_ATOMIC_INTERNAL_MACROS_LOAD_H #define EASTL_ATOMIC_INTERNAL_MACROS_LOAD_H #if de...
4572fbcf4b00fcefad4c5ab83df2b9f9423551fe
99bdb3251fecee538e0630f15f6574054dfc1468
/libcpu/avr32/uc3/serial.c
aa63ae846fbbfde6e20994076c205c2a7ff1fdfb
[ "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
7,144
c
serial.c
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2009-02-05 Bernard first version * 2009-10-25 Bernard fix rt_serial_read bug when there is no data * in the buffe...
def8abff7352aac5ea976905ad40192a15f2de16
c85df9a1ad627707fc603f40f7df056af16900c9
/source/usbloader/alternatedol.h
5195f3d1013e92c729c0e7ac4761ef892feea36c
[]
no_license
wiidev/usbloadergx
28b582c2c8231ca7f313a321a134d6784358a770
e25c4e96430524c080767679b0c4a0d7595412a8
refs/heads/enhanced
2023-08-11T18:47:12.728031
2023-01-07T23:30:02
2023-01-07T23:30:02
204,522,898
313
124
null
2023-07-21T17:06:18
2019-08-26T17:05:59
C
UTF-8
C
false
false
332
h
alternatedol.h
#ifndef _ALTERNATEDOL_H_ #define _ALTERNATEDOL_H_ #ifdef __cplusplus extern "C" { #endif /* not the full path is needed here, the path where the dol is */ bool Load_Dol(void **buffer, int* dollen, const char * filepath); u32 load_dol_image(void *dolstart); u32 Load_Dol_from_disc(u32 offset); #ifdef __cplusplus } #en...
e6a0f4d2084d57ff596b730abebe18ecc1847806
e8b04bef9aa1ac8e2c109dd315f133c8f4d28ae6
/tests/api/controllers/robot_multiple_step_supervisor/robot_multiple_step_supervisor.c
56d790c550439475d898578c7762a6f12e166171
[ "Apache-2.0" ]
permissive
cyberbotics/webots
f075dacf4067e8dcebbfd89e8690df8525f6d745
8aba6eaae76989facf3442305c8089d3cc366bcf
refs/heads/master
2023-08-31T09:41:13.205940
2023-08-18T10:48:30
2023-08-18T10:48:30
156,228,018
2,495
1,525
Apache-2.0
2023-08-28T16:30:33
2018-11-05T14:09:10
C++
UTF-8
C
false
false
715
c
robot_multiple_step_supervisor.c
#include <webots/robot.h> #include <webots/supervisor.h> int main(int argc, char **argv) { wb_robot_init(); int time_step = wb_robot_get_basic_time_step(); wb_robot_step(3 * time_step); // update world WbNodeRef robot = wb_supervisor_node_get_from_def("ROBOT"); WbFieldRef rotationField = wb_supervisor_n...
7ebbfee0d3dcc0062525b14f33f781d0dd9e01b4
50dd46b8ece33f3cdd174284b15d1d51f89669d4
/third_party/cpython_zipfile/turbozipfile.c
d7223abbc39d1be8d85e86ba3a9b1d953688e773
[ "GPL-1.0-or-later", "LicenseRef-scancode-python-cwi", "BSD-3-Clause", "0BSD", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-other-copyleft", "Python-2.0", "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
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
1,651,009
c
turbozipfile.c
// Copyright 2021 Google LLC // // 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 ...
fc618171cbb3c7195c8387b1c4321474fa0d4985
309f9b2a66a89c2edcc300129359e8a79c37ceee
/fs/minix/dir.c
414ec40fde08ffde153b91cda55be520d9ac6175
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
mikaku/Fiwix
47df5c58aaf9879e2bad6cf6b88d4ed9dfa57392
8a1352db07c843e3c53c3aa7f72f518acdab7d7b
refs/heads/master
2023-09-03T18:38:02.823376
2023-09-01T09:43:56
2023-09-01T09:43:56
129,542,762
195
18
MIT
2023-08-16T10:39:20
2018-04-14T18:15:22
C
UTF-8
C
false
false
3,170
c
dir.c
/* * fiwix/fs/minix/dir.c * * Copyright 2018-2022, Jordi Sanfeliu. All rights reserved. * Distributed under the terms of the Fiwix License. */ #include <fiwix/types.h> #include <fiwix/errno.h> #include <fiwix/buffer.h> #include <fiwix/fs.h> #include <fiwix/filesystems.h> #include <fiwix/stat.h> #include <fiwix/di...
504312068c473436320ebaae1c8a284910116da5
08c38200a88c921c925c33e18844f42dcb52aa90
/HappyDNS/include/HappyDNS/HappyDNS.h
2cdb144b3d328f8a4a110cfd8b1fd5aa3a3622c3
[ "MIT" ]
permissive
qiniu/happy-dns-objc
f9eb619a227c91fd18256208dc95a8eacb8b3bcf
5913ec8baaaee0f6ccc89590a4dbfe8f0fd50386
refs/heads/master
2023-08-24T17:10:55.180114
2023-08-21T02:26:59
2023-08-21T02:26:59
37,804,383
525
105
MIT
2023-08-21T02:27:00
2015-06-21T10:02:43
Objective-C
UTF-8
C
false
false
16
h
HappyDNS.h
../../HappyDNS.h
d8900480a4d644c9da3dbe2fcc13a40b047a8899
bb38c44037a99d0a12a12d92059678f2faebbc80
/src/include/pgxc/pgxc.h
2659e5b1947e51c6300c37438b84004faca56e57
[ "LicenseRef-scancode-mulanpsl-2.0-en", "LicenseRef-scancode-unknown-license-reference", "PostgreSQL", "BSD-3-Clause", "LGPL-2.0-or-later", "LicenseRef-scancode-unicode", "LicenseRef-scancode-warranty-disclaimer", "curl", "GPL-1.0-or-later", "LGPL-2.1-or-later", "LGPL-2.1-only", "CC-BY-4.0", ...
permissive
opengauss-mirror/openGauss-server
a9c5a62908643492347830826c56da49f0942796
310e84631c68c8bf37b004148b66f94064f701e4
refs/heads/master
2023-07-26T19:29:12.495484
2023-07-17T12:23:32
2023-07-17T12:23:32
276,117,477
591
208
MulanPSL-2.0
2023-04-28T12:30:18
2020-06-30T14:08:59
C++
UTF-8
C
false
false
2,820
h
pgxc.h
/* ------------------------------------------------------------------------- * * pgxc.h * openGauss flags and connection control information * * * Portions Copyright (c) 1996-2011 PostgreSQL Global Development Group * Portions Copyright (c) 2010-2012 Postgres-XC Development Group * * src/include/pgxc/pgxc.h ...
edb710d6d6d5328301f4db799883d1c7777bccba
89db60818afeb3dc7c3b7abe9ceae155f074f7f2
/src/cmd/tcs/conv_jis.c
862751411d78c90848b34e501cf372cbc92d4eb6
[ "bzip2-1.0.6", "LPL-1.02", "MIT" ]
permissive
9fans/plan9port
63c3d01928c6f8a8617d3ea6ecc05bac72391132
65c090346a38a8c30cb242d345aa71060116340c
refs/heads/master
2023-08-25T17:14:26.233105
2023-08-23T13:21:37
2023-08-23T18:47:08
26,095,474
1,645
468
NOASSERTION
2023-09-05T16:55:41
2014-11-02T22:40:13
C
UTF-8
C
false
false
11,016
c
conv_jis.c
#ifdef PLAN9 #include <u.h> #include <libc.h> #include <bio.h> #else #include <stdio.h> #include <unistd.h> #include "plan9.h" #endif #include "hdr.h" #include "conv.h" #include "kuten208.h" #include "jis.h" /* a state machine for interpreting all sorts of encodings */ static void alljis(int c, Rune **r, long input_l...
830b0d56e2dd817eab33da98953d5fe0d9cce13d
0851cf9dee9699a3296276705b45993e55c51592
/test/builtins/Unit/ppc/fixunstfti_test.h
d7de0ce143037284147b778971da4f23ae751169
[ "NCSA", "MIT", "LLVM-exception", "Apache-2.0" ]
permissive
apple/swift-compiler-rt
5e67c4ad59784faaa7a34b7e4824b8779e55ca48
f074ee37e8be92799cbc32bf7a8e12a3d1d4719f
refs/heads/stable
2023-03-16T10:46:27.831959
2019-10-25T22:47:20
2019-10-25T22:47:20
50,524,437
122
76
Apache-2.0
2019-10-25T22:47:21
2016-01-27T17:23:47
C
UTF-8
C
false
false
70,398
h
fixunstfti_test.h
/* * Test case inputs for: __uint128_t __fixunstfti (long double) * Conversion from long double (IBM double-double) to 128 bit integer. */ #define INFINITY __builtin_inf() #define QNAN __builtin_nan("") #define INIT_U128(HI, LO) (((__uint128_t) (HI) << 64) | (LO)) struct testCase { double hiInput; double loInput;...
777d00243770c49ff940e9a893dc9a486fa40946
52c8ed39b32ccc7c0673278c1adea3638797c9ff
/src/framework/core/l-vision.c
b07f164ac7f0b09ca695d6529eaac4b1a42ebc71
[ "MIT" ]
permissive
xboot/xboot
0cab7b440b612aa0a4c366025598a53a7ec3adf1
6d6b93947b7fcb8c3924fedb0715c23877eedd5e
refs/heads/master
2023-08-20T05:56:25.149388
2023-07-12T07:38:29
2023-07-12T07:38:29
471,539
765
296
MIT
2023-05-25T09:39:01
2010-01-14T08:25:12
C
UTF-8
C
false
false
10,478
c
l-vision.c
/* * framework/core/l-vision.c * * Copyright(c) 2007-2023 Jianjun Jiang <8192542@qq.com> * Official site: http://xboot.org * Mobile phone: +86-18665388956 * QQ: 8192542 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files ...
2056945a6c70a42933bc91f46f07ca8bbf2f9086
0c4a079b5ac2fc627b91b48f4bcf6faa804d5a28
/third_party/wavpack/src/pack_dns.c
2c6f3c8f13dda4832894bff3bcd0c22885a7d2b0
[ "LGPL-2.0-or-later", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-synthesis-toolkit", "LicenseRef-scancode-public-domain" ]
permissive
ddiakopoulos/libnyquist
37eb768bcf31cb310c710ee43c76d33baa823282
767efd97cdd7a281d193296586e708490eb6e54f
refs/heads/master
2023-08-18T04:43:21.137134
2023-02-13T07:54:10
2023-02-13T07:54:10
32,698,321
515
77
BSD-2-Clause
2022-09-25T20:29:39
2015-03-22T22:15:11
C++
UTF-8
C
false
false
7,674
c
pack_dns.c
//////////////////////////////////////////////////////////////////////////// // **** WAVPACK **** // // Hybrid Lossless Wavefile Compressor // // Copyright (c) 1998 - 2013 Conifer Software. // // ...
14b8e938ab74b894ddb42df5d2ccbcf0a4b9d08a
05793671a0248b774e28902a542d9974c352764b
/x11-packages/kitty/reallocarray.c
c99eda7fc349718318827c579f60a02405a60ab6
[ "Apache-2.0" ]
permissive
termux/termux-packages
6ed565e7f8769adc02d865335721c2e41ccacf44
7c190ce8ccd093afd94d07dea77274790d59b5ca
refs/heads/master
2023-09-01T13:56:43.985055
2023-09-01T12:14:09
2023-09-01T12:14:09
37,346,186
12,687
3,938
NOASSERTION
2023-09-14T19:35:17
2015-06-12T21:48:33
Shell
UTF-8
C
false
false
323
c
reallocarray.c
#if defined __ANDROID__ && __ANDROID_API__ < 29 #include <stdlib.h> #include <errno.h> static void * reallocarray(void *ptr, size_t nmemb, size_t size) { size_t res; if (__builtin_mul_overflow(nmemb, size, &res)) { errno = ENOMEM; return NULL; } return realloc(ptr, nmemb * size); } #end...
7c9e94b2822902c94516cbebb5eb9a6e80221697
34cfb15a219a735d58fcaadfb71ef1606a9114dc
/ext/include/swow_closure.h
c8388241171370739fcedfce1333bf7fcb5335fe
[ "Apache-2.0", "ISC", "BSL-1.0", "MIT", "BSD-2-Clause" ]
permissive
swow/swow
e32007f3cf1c8daf4accd7d64f9b2b728f5ab103
231f580dd1ee84d0364f314387073c5bda9854d2
refs/heads/develop
2023-08-19T13:51:39.840737
2023-08-05T01:51:04
2023-08-05T03:13:03
295,651,066
1,085
117
Apache-2.0
2023-06-15T09:18:12
2020-09-15T07:37:43
C
UTF-8
C
false
false
3,362
h
swow_closure.h
/* +--------------------------------------------------------------------------+ | Swow | +--------------------------------------------------------------------------+ | Licensed under the Apache License, Version 2.0 (the "License"); | ...
c5ead18569dca471d2633ecd74424905c66be856
a5a99f646e371b45974a6fb6ccc06b0a674818f2
/MuonAnalysis/MomentumScaleCalibration/test/Macros/Smoother.C
dae0722206a3c31ef72b6195d522df74e7b9c3ed
[ "Apache-2.0" ]
permissive
cms-sw/cmssw
4ecd2c1105d59c66d385551230542c6615b9ab58
19c178740257eb48367778593da55dcad08b7a4f
refs/heads/master
2023-08-23T21:57:42.491143
2023-08-22T20:22:40
2023-08-22T20:22:40
10,969,551
1,006
3,696
Apache-2.0
2023-09-14T19:14:28
2013-06-26T14:09:07
C++
UTF-8
C
false
false
5,230
c
Smoother.C
#include <iostream> #include "TH1F.h" #include "TString.h" /** * This class receives a TH1 histogram and applies a smoothing. * The smoothing can be done in two ways: * - with the applySmooth method: * -- for each bin take the two bins on the left and the right * -- compute the average of the sidepoints and compa...
e2f6bc71ee3eaec2e01e57bfce640168f37c100e
e1d9c54e9925e30e388a255b53a93cccad0b94cb
/kubernetes/model/v1_resource_requirements.h
eeb17bf229977db2aa30075fec11c9589fe6c1a6
[ "curl", "Apache-2.0" ]
permissive
kubernetes-client/c
dd4fd8095485c083e0f40f2b48159b1609a6141b
5ac5ff25e9809a92a48111b1f77574b6d040b711
refs/heads/master
2023-08-13T10:51:03.702497
2023-08-07T19:18:32
2023-08-07T19:18:32
247,958,425
127
47
Apache-2.0
2023-09-07T20:07:00
2020-03-17T11:59:05
C
UTF-8
C
false
false
1,082
h
v1_resource_requirements.h
/* * v1_resource_requirements.h * * ResourceRequirements describes the compute resource requirements. */ #ifndef _v1_resource_requirements_H_ #define _v1_resource_requirements_H_ #include <string.h> #include "../external/cJSON.h" #include "../include/list.h" #include "../include/keyValuePair.h" #include "../inclu...
f43509de391e26cb3e1f630d94187267277cd07b
533d5e1a40def1e1118895f6ba2b4d503c918d1a
/tools/BORLANDC/OWL/EXAMPLES/MDITEST.H
9a7affab3363603706a78db29618ffe296519be4
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
gandrewstone/GameMaker
415cccdf0f9ecf5f339b7551469f07d53e43a6fd
1fe0070a9f8412b5b53923aae7e64769722685a3
refs/heads/master
2020-06-12T19:30:07.252432
2014-07-14T14:38:55
2014-07-14T14:38:55
21,754,773
103
23
null
null
null
null
UTF-8
C
false
false
135
h
MDITEST.H
// ObjectWindows - (C) Copyright 1992 by Borland International #define CM_COUNTCHILDREN 201 #define ID_CLOSEBOX 101 
13430914bd21b29d34756b6bdcd111bedb6709ff
a8194cf6ffd12f7551eaba53572744080a0bfef3
/test/common/lib/ut_multithread.c
818b8438c53b71298cb77988c33ac058636739b6
[ "Intel", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
spdk/spdk
51294f67104b8c3d18f19147d63a212e9486c687
d62a3810364cb87be352c66acf7c7f968508ca17
refs/heads/master
2023-08-08T16:07:41.263000
2023-08-02T09:06:56
2023-08-08T07:01:20
39,042,157
2,708
1,158
NOASSERTION
2023-08-11T09:50:50
2015-07-13T23:15:15
C
UTF-8
C
false
false
3,574
c
ut_multithread.c
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) 2017 Intel Corporation. * All rights reserved. */ #include "spdk_internal/cunit.h" #include "spdk/thread.h" #include "spdk_internal/mock.h" #include "common/lib/test_env.c" static uint32_t g_ut_num_threads; int allocate_threads(int num_threads); void...
8582b156c192d16c349269f7e064f7d1255966ab
bf9f350094a6bd4c4a5ddba22fa3671cf987d82e
/tests/wasi/c/readdir.c
c3afd43a798cf0e814099b583debe95c655964d4
[ "MIT", "BSD-3-Clause" ]
permissive
gwsystems/aWsm
e16759a1d7d899660d07e83026b4c0f5a5d414d8
69c8b6116664d65a851cc459601bef6af3caeaea
refs/heads/master
2023-08-27T11:21:34.680919
2022-09-22T18:05:20
2022-09-22T18:05:20
139,072,240
248
21
BSD-3-Clause
2022-09-14T23:20:31
2018-06-28T21:58:42
C
UTF-8
C
false
false
2,162
c
readdir.c
/* This test was derived from Node.js source code located at the following URL: https://github.com/nodejs/node/blob/d872aaf1cf20d5b6f56a699e2e3a64300e034269/test/wasi/c/readdir.c It retains the the Node.js license as follows: MIT License ----------- Copyright Node.js contributors. All rights reserved. Permission is...
3e902e442407a295f60623bd18db62e2af730663
e47e2263ca0b60d0c8327f74b4d4078deadea430
/tess-two/jni/com_googlecode_leptonica_android/src/prog/paintmask_reg.c
999db25cf8c6c1c741c7f939f5be6cb177fa39c3
[ "BSD-2-Clause", "CC-BY-2.5", "Apache-2.0" ]
permissive
rmtheis/tess-two
43ed1bdcceee88df696efdee7c3965572ff2121f
ab4cab1bd9794aacb74162aff339daa921a68c3f
refs/heads/master
2023-03-10T08:27:42.539055
2022-03-17T11:21:24
2022-03-17T11:21:24
2,581,357
3,632
1,331
Apache-2.0
2019-10-20T00:51:50
2011-10-15T11:14:00
C
UTF-8
C
false
false
8,346
c
paintmask_reg.c
/*====================================================================* - 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...
36a4236607e2349f3622fb6482e51ba4a1491d93
736e760612f2b431c4b2524fe1a4a8e4083c72a1
/librtmp/source/rtmp-event.c
066e1a31e76294f55e95bb36cc7c899f77c030b6
[ "MIT" ]
permissive
ireader/media-server
7f86da8ff0c8694876a2043d50a1260f315dad8a
3d8647f50fe832856f42b03d1e5b0fe2eafe5796
refs/heads/master
2023-09-03T17:53:13.722595
2023-09-02T03:38:19
2023-09-02T03:38:19
15,598,496
2,785
1,015
MIT
2023-08-30T03:45:24
2014-01-03T01:43:35
C
UTF-8
C
false
false
3,988
c
rtmp-event.c
#include "rtmp-internal.h" #include "rtmp-msgtypeid.h" #include "rtmp-event.h" #include "rtmp-util.h" #include <assert.h> #define N_CHUNK_HEADER 12 static void rtmp_user_control_message_header(uint8_t* out, size_t payload) { // 6.2. User Control Messages (p23) // RTMP uses message type ID 4 for User Control message...
0b68aa94041f0328ad961109cbcc1be746f9ade6
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/hpmicro/hpm6750evk2/startup/HPM6750/startup.c
b0bab335d52df542b8f613ffef4cd427b8f57b20
[ "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
3,270
c
startup.c
/* * Copyright (c) 2021-2023 HPMicro * * */ #include "hpm_common.h" #include "hpm_soc.h" #include "hpm_l1c_drv.h" #include <rtthread.h> void system_init(void); extern int entry(void); extern void __libc_init_array(void); extern void __libc_fini_array(void); void system_init(void) { disable_global_irq(CSR_M...
b547c508258a2e3923836df4c7bf59a39fc9d931
61da6274995cf914291af51bd02e60f408fdfedd
/src/misc/memcfl.c
624c56352d46932249c8b4da38feb5c965d1304c
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
mrirecon/bart
360d518b4c79836d506803aa4a77e8e252ab820b
a3c9dc313f79c4c52f1ba3e617d5831ef088ddf7
refs/heads/master
2023-08-31T11:01:08.932824
2023-08-30T12:15:35
2023-08-30T13:51:18
23,212,230
264
185
BSD-3-Clause
2023-08-03T18:43:36
2014-08-22T03:57:09
C
UTF-8
C
false
false
2,923
c
memcfl.c
/* Copyright 2021-2023. Martin Uecker and BART Developers. * All rights reserved. Use of this source code is governed by * a BSD-style license which can be found in the LICENSE file. */ #include <stdbool.h> #include <complex.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include "misc/misc.h" #in...
b0a622d0d2940b0f501dcea72d85af1a0c432652
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/templates/Src/ft32f0xx_it.c
f9f816e0e63efde923490e27ec6170d78bb832ef
[ "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
1,376
c
ft32f0xx_it.c
/** ****************************************************************************** * @file ft32F0xx_it.c * @author FMD AE * @brief * @version V1.0.0 * @data 2021-07-01 ****************************************************************************** ...
df242ad67e228f8bc7a07301d12f026c786f02ed
382a4dacbf7d6e6da096ddac660ba7a40af350cf
/examples/LVGL/LilyGoGui/arrow_left_png.c
2f3ce7cb09a159efa2a003bf9936a396578b9f6b
[ "MIT" ]
permissive
Xinyuan-LilyGO/TTGO_TWatch_Library
84b1a580ad931caac7407bf110fde5b9248be3c4
6a07f3762a4d11c8e5c0c2d6f9340ee4fdaa5fcb
refs/heads/master
2023-08-18T15:36:22.029944
2023-07-03T01:27:29
2023-07-03T01:27:29
202,286,916
776
293
MIT
2023-08-31T05:18:44
2019-08-14T06:17:29
C
UTF-8
C
false
false
19,674
c
arrow_left_png.c
#include <lvgl/lvgl.h> #ifndef LV_ATTRIBUTE_MEM_ALIGN #define LV_ATTRIBUTE_MEM_ALIGN #endif #ifndef LV_ATTRIBUTE_IMG_ARROW_LEFT_PNG #define LV_ATTRIBUTE_IMG_ARROW_LEFT_PNG #endif const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_ARROW_LEFT_PNG uint8_t arrow_left_png_map[] = { #if LV_COLOR_DEPTH == 1 || LV_COL...
9c18a39b4dcee1506d514174875d2a0a23f09fc1
0cc343d927d5db6693006018986715c43acab961
/examples/termination/funcptr.c
4e8a2f759e2160dbf089855212e9e8119efd479d
[ "MIT" ]
permissive
verifast/verifast
ec0101fc4a69bd33c5f66be4444169c4e060ead8
d152da790c7ebf72ce616533a6c83082629adbdb
refs/heads/master
2023-08-25T00:13:51.464802
2023-08-13T10:00:00
2023-08-13T10:00:00
14,519,163
325
64
NOASSERTION
2023-08-10T21:16:08
2013-11-19T08:57:02
OCaml
UTF-8
C
false
false
5,640
c
funcptr.c
#include <stdlib.h> //@ #include "termination.gh" struct int_func_object { int_func *invoke; //@ predicate(int_func_object, list<void *>) p; }; typedef struct int_func_object *int_func_object; typedef int int_func/*@(predicate(int_func_object, list<void *>) p)@*/(int_func_object object, int x); ...
8ed2a713f6e3fe1c0d7bbfe6dbd3a6a9add6cbe3
b636c23f8928ff3663e8247e8b689d971def1fcf
/lib/erlang/c_src/src/lib/cat_static_queue.c
975b6bc693df6ecca8ec6349cbbb7e0c2d2d9108
[ "Apache-2.0", "LGPL-2.1-or-later", "BSD-3-Clause", "GPL-2.0-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
dianping/cat
73952902bf432b1b9f50e107203f7d0941ff157e
4684ba7bbbeffe071092e99333f28410d08f18ef
refs/heads/master
2023-07-14T16:35:00.029273
2023-06-17T14:52:23
2023-06-17T23:49:19
7,010,724
19,076
5,869
Apache-2.0
2023-08-15T14:28:11
2012-12-05T02:31:48
Java
UTF-8
C
false
false
4,030
c
cat_static_queue.c
/* * Copyright (c) 2011-2018, Meituan Dianping. All Rights Reserved. * * 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 Y...
058881a76868feb81b2649a82fd660c2c129607e
5eff7a36d9a9917dce9111f0c3074375fe6f7656
/app/xenodm/xenodm/netaddr.c
c274aadd63aa2a5c9619813c1cb049beb777932e
[ "MIT-open-group", "MIT", "BSD-3-Clause", "X11-distribute-modifications-variant", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
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
3,390
c
netaddr.c
/* Copyright 1991, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in suppor...
b9b64893d68dbf969eaf7d231c9233046dd97f04
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/lpc55sxx/lpc55s06_nxp_evk/board/MCUX_Config/board/board.h
7162963542043c70e8d3f04c07d4a9b99aff73ce
[ "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,217
h
board.h
/* * Copyright 2017-2018 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _BOARD_H_ #define _BOARD_H_ #include "clock_config.h" #include "fsl_common.h" #include "fsl_reset.h" #include "fsl_gpio.h" #include "fsl_iocon.h" /************************************************************...
4f3da0d91a060cd55b2d68f601e04ab4eb37fd3d
308f5596f1c7d382520cfce13ceaa5dff6f4f783
/third-party/fizz/src/fizz/third-party/libsodium-aegis/aegis128l/aead_aegis128l.h
d6b1d4be7ecc65782e9ece83953baa33c35a1eed
[ "PHP-3.01", "Zend-2.0", "MIT", "BSD-3-Clause", "ISC" ]
permissive
facebook/hhvm
7e200a309a1cad5304621b0516f781c689d07a13
d8203129dc7e7bf8639a2b99db596baad3d56b46
refs/heads/master
2023-09-04T04:44:12.892628
2023-09-04T00:43:05
2023-09-04T00:43:05
455,600
10,335
2,326
NOASSERTION
2023-09-14T21:24:04
2010-01-02T01:17:06
C++
UTF-8
C
false
false
1,924
h
aead_aegis128l.h
#ifndef fizz_aead_aegis128l_H #define fizz_aead_aegis128l_H #include <fizz/third-party/libsodium-aegis/private/state.h> typedef struct crypto_aead_aegis128l_implementation { int (*encrypt_detached)(unsigned char *c, unsigned char *mac, unsigned long long *maclen_p, const unsigned char ...
a30558aa0cd3d5f8d4a2571d3d670b3b7e94029a
7f6c235b0598353549959c18f69eefd20b766907
/src/z80asm/src/c/modlink.h
acf3e8517553540bee5b4dc28979891e1af8783e
[ "Artistic-2.0", "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
885
h
modlink.h
/* Z88DK Z80 Macro Assembler Copyright (C) Gunther Strube, InterLogic 1993-99 Copyright (C) Paulo Custodio, 2011-2023 License: The Artistic License 2.0, http://www.perlfoundation.org/artistic_license_2_0 Repository: https://github.com/z88dk/z88dk */ #pragma once #include "types.h" #include "expr1.h" #include "module...
15b87aa59d2ca7c2ca091e860bc38c13503b25fe
b1ae8b87081021c89062fdca46b8ee335756616b
/src/v0/encoder.h
5d66c4bc21f9c416d66159dc56c91e9de376d25e
[]
no_license
SimeonSimeonovIvanov/FOC-Servo
2547fe47c0c1518b6123dc0de32a7a11d884ddab
b0336597a9c05d79372d19d314280b50e61922d2
refs/heads/master
2022-07-11T09:15:46.136682
2022-07-03T15:49:32
2022-07-03T15:49:32
91,885,483
102
62
null
2017-06-09T20:27:23
2017-05-20T11:42:51
C
UTF-8
C
false
false
839
h
encoder.h
#ifndef __ENCODER_H__ #define __ENCODER_H__ #include "misc.h" #include "stm32f4xx_tim.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_syscfg.h" #define ROTOR_ENCODER_PERIOD ( 4095 ) // TIM3->ARR #define foc_deg_to_rad( deg ) ( (float)deg * ( 3.14159265359f / ...
2f8c02b3cda01886180e3fb8fddbd5002553940c
6a531e292af43d3e7aec6d3019e0333362afe454
/api/impl/cactusGlobalsPrivate.h
d31e2daf6570b84ec5df50f72eb7c74f6735b451
[ "MIT" ]
permissive
ComparativeGenomicsToolkit/cactus
2d4d891b6b3af0a22b64aba11f18a867a7666e58
41d99360cfa79ada5bdca307883c30c7fb59a06d
refs/heads/master
2023-09-01T20:38:37.550816
2023-09-01T14:47:06
2023-09-01T14:47:06
1,317,650
369
106
NOASSERTION
2023-09-05T20:27:44
2011-02-01T20:17:33
C
UTF-8
C
false
false
1,306
h
cactusGlobalsPrivate.h
/* * Copyright (C) 2009-2011 by Benedict Paten (benedictpaten@gmail.com) * * Released under the MIT license, see LICENSE.txt */ #ifndef CACTUS_GLOBALS_PRIVATE_H_ #define CACTUS_GLOBALS_PRIVATE_H_ #include <stdlib.h> #include <stdbool.h> #include <stdint.h> #include <assert.h> #include <limits.h> #include <stdio.h...
d0888d69b22b890d669f8c913bdddcab214aaf5f
e814383d36a10839104efaa4df277996ab220fa3
/ompi/mca/part/base/part_base_prequest.h
676a5596b4fbc20d599562ede3b53f33a5bdc8b7
[ "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
3,072
h
part_base_prequest.h
/* -*- 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-2016 The University of Tennessee a...
7ca8327019329a19f00088614756af49c4052e19
9de0cec678bc4a3bec2b4adabef9f39ff5b4afac
/PWGLF/STRANGENESS/LambdaK0/macros/AddTaskExtractV0AODRun2.C
3a186aea0aeb7d5b4f6e541e17a8400526d274fb
[]
permissive
alisw/AliPhysics
91bf1bd01ab2af656a25ff10b25e618a63667d3e
5df28b2b415e78e81273b0d9bf5c1b99feda3348
refs/heads/master
2023-08-31T20:41:44.927176
2023-08-31T14:51:12
2023-08-31T14:51:12
61,661,378
129
1,150
BSD-3-Clause
2023-09-14T18:48:45
2016-06-21T19:31:29
C++
UTF-8
C
false
false
3,088
c
AddTaskExtractV0AODRun2.C
AliAnalysisTaskExtractV0AODRun2* AddTaskExtractV0AODRun2( Bool_t lSwitchLowE = kFALSE, Bool_t lSwitchSaveAllInvMasses = kFALSE) { // Creates, configures and attaches to the train a cascades check task. // Get the pointer to the existing analysis manager via the ...
c5d90add4b71a9a76acfbadf0b35033f316da5de
75196819c910f3fd523f1a4d28e5d0fe12570ab1
/src/bdb53/src/common/db_shash.c
3e21ceeeb25afae06fb3d97409527c6e5f90ad04
[ "BSD-3-Clause", "Sleepycat", "MIT" ]
permissive
gridcoin-community/Gridcoin-Research
889967579b5b05bcc3ae836697a0f173b5ae91ea
21414dd0f63c9a34060f7f762f08d1a52aeb9e87
refs/heads/development
2023-09-04T09:21:55.006935
2023-09-03T17:45:20
2023-09-03T17:45:20
23,332,350
292
117
MIT
2023-09-11T10:22:10
2014-08-25T23:41:04
HTML
UTF-8
C
false
false
3,314
c
db_shash.c
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ #include "db_config.h" #include "db_int.h" /* * __db_tablesize -- * Choose a size for the hash table. * * PUBLIC: u_int32_t __db_tablesize __P((u_int32_t))...
86460016d80eb7cb88ad8062f8de54b51abb9228
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/s390/net/smsgiucv.c
d8f990b6b332c62f41c90b747347c71f56ef1709
[ "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
6,391
c
smsgiucv.c
/* * IUCV special message driver * * Copyright IBM Corp. 2003, 2009 * * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.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 v...
aebf2a47c44d02579784629cd92c6bbf05648a07
7df190df28da7e4ff166e55dc8ce780f11236a9f
/src/router/upnp/include/upnp_util.h
ff2eb37578b58f4641856911a8358b3e8393c997
[]
no_license
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
2,183
h
upnp_util.h
/* * Broadcom UPnP module utilities include file * * Copyright (C) 2008, Broadcom Corporation * All Rights Reserved. * * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation; * the contents of this file may not be disclosed to third parties, copied * or duplicated in any form, in whole or in par...
63aa19791fdef4ac80143b3904ec8063c22901cc
a11e4bdd6157b22067288d860507fa20abea033d
/src/modules/places/e_mod_places.h
f75b160f87dac72d00f3398a738a8d2805866fbb
[ "BSD-2-Clause" ]
permissive
JeffHoogland/moksha
85a0f39dc97daa61d35e64a511013d21552db288
c56013644d8cd8e32101bb38a8d1e4ebd9d47f37
refs/heads/master
2023-08-24T05:39:13.415948
2023-08-22T19:49:32
2023-08-22T19:49:32
34,704,822
179
51
NOASSERTION
2023-09-06T14:41:31
2015-04-28T02:59:19
C
UTF-8
C
false
false
1,779
h
e_mod_places.h
#ifndef E_MOD_PLACES_H #define E_MOD_PLACES_H typedef enum { MOUNT_OP_NONE, MOUNT_OP_MOUNT, MOUNT_OP_UMOUNT, MOUNT_OP_EJECT } Mount_Op; typedef struct _Volume Volume; struct _Volume { const char *id; int perc_backup; const char *label; const char *icon; const char *device; const char *m...
7bf63fbdd51609cd08230b3d58ff0422e9365ebc
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/www/epiphany/patches/patch-lib_ephy-sync-utils.c
0b18ee3a953b153d1bebb51b0401cf7a730f225f
[]
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
765
c
patch-lib_ephy-sync-utils.c
$NetBSD: patch-lib_ephy-sync-utils.c,v 1.2 2022/03/10 21:28:03 prlw1 Exp $ NetBSD does not have getrandom(). --- lib/ephy-sync-utils.c.orig 2021-12-21 00:24:23.810496800 +0000 +++ lib/ephy-sync-utils.c @@ -32,7 +32,7 @@ #include <string.h> #if defined(__linux__) #include <sys/random.h> -#elif defined(__FreeBSD__) ...
3753d892a11eb7a604d15f5aebd0f7306b6c1a50
0dd85c72c457ac317ecdde7dc40518f7be1a2602
/vendor/platform/Fibocom-MA510/src/port_crypto_default/boatplatform_internal.c
c7edd1cda1d2bb9dbf87108e0716244397df7600
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
aitos-io/BoAT-X-Framework
00072acd6e570b8dda5c3e211103717110303915
92c09bd1ed269903b542b7b39a02137bb0b4f9be
refs/heads/master
2023-07-08T11:20:52.441231
2023-03-08T01:43:57
2023-03-08T01:43:57
249,309,472
2,165
141
Apache-2.0
2023-06-27T03:22:02
2020-03-23T01:39:16
C
UTF-8
C
false
false
24,374
c
boatplatform_internal.c
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * 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.ap...