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
2d2f82b545b078a14297b7dac67e7274255706cd
eb7814e2f053e4ff2c24b3457b8633ac61a2ac99
/demo/c/rhino_demo_file.c
f5ff6055dc944e970449b07d18cf4dd593099837
[ "Apache-2.0" ]
permissive
Picovoice/rhino
28cdd1c0ca0818133ce636fec84d03d63f756d89
11eb8eb2c665de2d5212404da2257070b453fe3d
refs/heads/master
2023-09-03T22:38:37.985833
2023-08-30T22:33:13
2023-08-30T22:33:13
155,038,855
557
83
Apache-2.0
2023-08-30T22:33:14
2018-10-28T05:34:00
Python
UTF-8
C
false
false
13,261
c
rhino_demo_file.c
/* Copyright 2018-2023 Picovoice Inc. You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE" file accompanying this source. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ...
601fc5a80431efe19d1eb28cfa3f85fc88938e90
d3c83ae2d5a23fadcde502bd9fc9682f054d68c1
/include/flatcc/portable/paligned_alloc.h
70b00b9eabe228189d6113fec0a7d687e18a59aa
[ "Apache-2.0", "BSD-3-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
dvidelabs/flatcc
44cf9b46341fd49259f8f64ce6cfc7b95fe9da83
eb5228f76d395bffe31a33398ff73e60dfba5914
refs/heads/master
2023-08-25T04:26:36.611078
2023-08-15T15:17:59
2023-08-15T15:17:59
45,867,575
643
204
Apache-2.0
2023-05-30T06:15:06
2015-11-09T21:21:58
C
UTF-8
C
false
false
5,920
h
paligned_alloc.h
#ifndef PALIGNED_ALLOC_H #ifdef __cplusplus extern "C" { #endif /* * NOTE: MSVC in general has no aligned alloc function that is * compatible with free and it is not trivial to implement a version * which is. Therefore, to remain portable, end user code needs to * use `aligned_free` which is not part of C11 but d...
00a2678b056005b1e549b8d20d8c554023e0f9e3
9ceacf33fd96913cac7ef15492c126d96cae6911
/usr.bin/vi/vi/v_left.c
5cd74c309999e55f6c4a8aeb1d359aa37dab9aaf
[ "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
6,463
c
v_left.c
/* $OpenBSD: v_left.c,v 1.7 2022/12/26 19:16:04 jmc Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 1992, 1993, 1994, 1995, 1996 * Keith Bostic. All rights reserved. * * See the LICENSE file for redistribution information. */ #...
53e5a67fc2b1d6ff1636c7ee19ec62cdf4a9786f
cfa39a4c71a733f39bf6d1f32ef540d3a49d608c
/tests/netdb/getaddrinfo.c
9c4968d5606c395ff95263a0c59642056f834d28
[ "MIT" ]
permissive
redox-os/relibc
7d622ae036ccfedc31cbb19e7453f9caa1df873c
1ef79540776f2290924e5d996ef38c13e9f1d505
refs/heads/master
2023-08-31T01:42:51.820667
2023-06-13T11:34:49
2023-06-13T11:34:49
123,522,329
834
73
MIT
2023-03-08T03:47:15
2018-03-02T02:58:07
Rust
UTF-8
C
false
false
1,236
c
getaddrinfo.c
// Adapted from https://gist.github.com/jirihnidek/bf7a2363e480491da72301b228b35d5d #include <stdio.h> #include <string.h> #include <stdlib.h> #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> #include "test_helpers.h" int main(void) { struct addrinfo hints, *res; int e...
5625a959bc0f969a6d9469ec64f2a35bedd199bb
736e760612f2b431c4b2524fe1a4a8e4083c72a1
/libsip/src/uac/sip-uac-ack.c
d1e61c715ddd5b5e99ec567ed0dd8f492dc6db57
[ "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
8,877
c
sip-uac-ack.c
#include "sip-uac.h" #include "sip-dialog.h" #include "sip-message.h" #include "sip-uac-transaction.h" #include <stdio.h> // 17.1.1.3 Construction of the ACK Request(Section 13.) (p129) int sip_uac_ack_3456xx(struct sip_uac_transaction_t* t, const struct sip_message_t* reply, struct sip_dialog_t* dialog) { int r; // ...
0b1ccf99c97df4032634de8f9773373f6db8b50c
c2634ebec1d4448e372d174f459c3cbc03fd1edc
/lib/node_modules/@stdlib/ndarray/base/unary/src/s_z.c
164529ca123380c5480a3dd6fc766e2d68f90ddb
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "MIT", "SunPro", "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-public-domain" ]
permissive
stdlib-js/stdlib
ede11aee78f08e4f78a0bb939cb0bc244850b55b
f10c6e7db1a2b15cdd2b6237dd0927466ebd7278
refs/heads/develop
2023-09-05T03:29:36.368208
2023-09-03T22:42:11
2023-09-03T22:42:11
54,614,238
4,163
230
Apache-2.0
2023-09-13T21:26:07
2016-03-24T04:19:52
JavaScript
UTF-8
C
false
false
72,195
c
s_z.c
/** * @license Apache-2.0 * * Copyright (c) 2023 The Stdlib Authors. * * 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 a...
1f8ee098b2ebb23b49a6ade11716cdf2091be1a8
060bc5ba9a8f707bdac927f30842febf9a4676a1
/contrib/tests/fstests/read_8192.c
da72028c7ca84ecbeea19e7109addc97f7626f1a
[ "BSD-4-Clause-UC", "LicenseRef-scancode-other-permissive" ]
permissive
sergev/LiteBSD
14ae93caa709d4707c3b122c243641c8214583c3
6f89c18880065a83d3d18661c80f72fb3397a888
refs/heads/master
2023-01-10T02:20:05.357875
2022-07-19T16:41:32
2022-07-19T16:41:32
19,167,171
318
58
NOASSERTION
2022-12-28T16:23:01
2014-04-26T02:55:34
C
UTF-8
C
false
false
289
c
read_8192.c
#define BUFSIZ 8192 main(argc, argv) int argc; char *argv[]; { char buf[BUFSIZ]; int i, j; if (argc < 2) { printf("Usage: read_8192 file\n"); exit(1); } j = open(argv[1], 0); if (j < 0) { perror(argv[1]); exit(2); } for (i = 0; i < 1024; i++) read(j, buf, BUFSIZ); }
24f9a3977557f238401093a8a9db77ab96f21916
3f308bd1e45dc44276d57c089e7698b4fcda79a4
/xenix/ar/mkar.c
479a7f65ef9136c1104d9f692dccc84fbad23715
[]
no_license
jhallen/joes-sandbox
b5b6d1acf3f66645c3a00757f217f7a8fe2cad27
0ec8c38756e4cdc40fc5f881b7c87e2628d15f24
refs/heads/master
2022-01-18T21:38:24.514745
2022-01-03T01:08:53
2022-01-03T01:08:53
25,269,713
760
42
null
2020-10-27T05:34:56
2014-10-15T19:21:16
C
UTF-8
C
false
false
3,405
c
mkar.c
/* Program to create an archive */ #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/dir.h> #include <ftw.h> struct record { ino_t st_ino; dev_t st_dev; char *name; } *records; unsigned nrecords; unsigned srecords; int ckrec(buf) struct stat *buf; { unsigned x; for(x=0;x<nrecords;x++...
9cdc98e60cebf1a4553a1fc70617d9455a481813
4c8dc90c73153d9ada0e6c6977b1aa1cac4595ad
/utils/pkg-cache/ghc/includes/ghcplatform.h
2415b1c20617cc2f225b31e208a16fb75e4b9dc9
[ "MIT" ]
permissive
ghcjs/ghcjs
1b2ca182389e8f35dea66129771610ba1f8b00db
b7711fbca7c3f43a61f1dba526e6f2a2656ef44c
refs/heads/ghc-8.10
2023-07-01T11:23:14.733670
2022-09-25T08:48:25
2022-09-25T08:48:25
849,182
2,234
217
MIT
2023-01-21T23:46:37
2010-08-19T16:32:40
Haskell
UTF-8
C
false
false
913
h
ghcplatform.h
#ifndef __GHCPLATFORM_H__ #define __GHCPLATFORM_H__ #define BuildPlatform_TYPE x86_64_unknown_linux #define HostPlatform_TYPE x86_64_unknown_linux #define x86_64_unknown_linux_BUILD 1 #define x86_64_unknown_linux_HOST 1 #define x86_64_BUILD_ARCH 1 #define x86_64_HOST_ARCH 1 #define BUILD_ARCH "x86_64" #defin...
d91ad6e869aec7d8fa4bbd9cb44fd0cc88bef6a5
c6759b857e55991fea3ef0b465dbcee53fa38714
/gap8/rtos/pulp/archi_pulp/include/archi/chips/vivosoc3/fll.h
eae92ee283ddd2ac5a634577f37bdc8f1fe25e4d
[ "Apache-2.0" ]
permissive
GreenWaves-Technologies/gap_sdk
1b343bba97b7a5ce62a24162bd72eef5cc67e269
3fea306d52ee33f923f2423c5a75d9eb1c07e904
refs/heads/master
2023-09-01T14:38:34.270427
2023-08-10T09:04:44
2023-08-10T09:04:44
133,324,605
145
96
Apache-2.0
2023-08-27T19:03:52
2018-05-14T07:50:29
C
UTF-8
C
false
false
4,462
h
fll.h
/* * Copyright (C) 2018 ETH Zurich and University of Bologna * * 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...
c6a4c06110013d48d42fcc9e70fff1e150cdeeae
95ae7dfa9ee578f1b24a65986ff78bf77ceca0c5
/Engine/source/util/triRayCheck.h
adf746053d558c1350a24948156bc9d074dabd07
[ "MIT", "LicenseRef-scancode-unknown" ]
permissive
TorqueGameEngines/Torque3D
4e1f6a05cc0928980c8c7c20bcdd680eaa6dcee8
a445a4364664e299196bd551d213844486080145
refs/heads/development
2023-09-03T12:40:40.658487
2023-08-24T14:44:43
2023-08-24T14:44:43
267,440,108
1,192
178
MIT
2023-09-13T14:28:16
2020-05-27T22:35:54
C++
ISO-8859-1
C
false
false
2,241
h
triRayCheck.h
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
30bb62d226db5394d0ecbffe1372a910cfb630bc
cbdf8b1f780e346c31010ff5e707d6986f58e440
/BasicFramework/Pods/Headers/Public/SBJson/SBJson4StreamTokeniser.h
7270a70726481f8a9b43809367302d10a96d875d
[ "MIT" ]
permissive
LiuYulei001/BasicFramework
541b20e43d0aca3fac34a5736198e06b898f1fb8
08c038368170c07be5573ed8851a0f75fe752ef2
refs/heads/master
2020-12-01T18:57:05.506155
2020-04-01T07:56:46
2020-04-01T07:56:46
66,353,802
167
47
null
null
null
null
UTF-8
C
false
false
48
h
SBJson4StreamTokeniser.h
../../../SBJson/Classes/SBJson4StreamTokeniser.h
86cac1ddfb1e9c0843ceaf1dbdd0fe57e4d54e0c
7f6c235b0598353549959c18f69eefd20b766907
/libsrc/_DEVELOPMENT/EXAMPLES/sms/AstroForce/src/funcs.h
308bae9ec543c6ec4d22765725ca8d2fbbf8a1d8
[ "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
7,416
h
funcs.h
// Eah que no existen en la libreria #define max(x, y) (((x) > (y)) ? (x) : (y)) #define min(x, y) (((x) < (y)) ? (x) : (y)) #define sign(x) (x > 0) ? 1 : ((x < 0) ? -1 : 0) #define sinus(x) (sinustable[(x)%256]-128) // Declarations needed void InitEnemyshoot(unsigned char x, unsigned char y,unsigned char forced); vo...
edac2307a5eb6b3476c082d0ee6dd4d5dda90526
cf35a104dabc3d3647df66aff9db32d18b002e1b
/lib/libwmii_hack/x11.h
5a4d9c332090139ecf213bc90bdaea62616cf735
[ "MIT" ]
permissive
0intro/wmii
ba2dff4be1a049c7d4475218a914585a3f810ab5
024f29d1058b58aa4ee6b956500a78f69355fb53
refs/heads/main
2023-07-11T18:08:43.660898
2023-06-25T18:57:45
2023-06-25T18:57:45
74,551,919
110
17
null
null
null
null
UTF-8
C
false
false
960
h
x11.h
#include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xatom.h> static void changeprop_char(Display*, Window, char*, char*, char[], int); static void changeprop_long(Display*, Window, char*, char*, long[], int); /* static void changeprop_short(Display*, Window, char*, char*, short[], int); */ static void changepro...
78bdb6d2df3fca628cdaa8844c40e5c17ab94906
9ceacf33fd96913cac7ef15492c126d96cae6911
/usr.sbin/amd/include/config.h
eacdb8cf468a8590554bcf15ec02146e933d1983
[]
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
3,543
h
config.h
/* * Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Jan-Simon Pendry at Imperial College...
8c731f6361232fd53104438a1d193110a745a1f8
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/security/multigest/files/sha1.h
b9744e872d395a47dbf8995d640e9d4b7ba4de50
[]
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
978
h
sha1.h
/* $NetBSD: sha1.h,v 1.1.1.1 2014/03/05 05:09:44 agc Exp $ */ /* * SHA-1 in C * By Steve Reid <steve@edmweb.com> * 100% Public Domain */ #ifndef _SYS_SHA1_H_ #define _SYS_SHA1_H_ #include <inttypes.h> #include <stdint.h> #include <unistd.h> typedef struct { uint32_t state[5]; uint32_t count[2]; uint8_t buf...
0b63635a2637abb8f5a40803da68f6c3acd21665
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/hppa/dev/com_ssio.c
dcf3370637d75e51f4534adbb266972f7783dddf
[]
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
3,099
c
com_ssio.c
/* $NetBSD: com_ssio.c,v 1.3 2019/04/15 20:40:37 skrll Exp $ */ /* $OpenBSD: com_ssio.c,v 1.2 2007/06/24 16:28:39 kettenis Exp $ */ /* * Copyright (c) 2007 Mark Kettenis * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the abo...
f8c516107327cb41a78c304a3651949a433f98bf
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/archivers/7-zip/files/patch-C_AesOpt.c
6366058533f01b1e27ecd134fdb8f9914f3e366d
[ "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
928
c
patch-C_AesOpt.c
--- C/AesOpt.c.orig 2022-04-12 15:59:22 UTC +++ C/AesOpt.c @@ -506,7 +506,7 @@ VAES_COMPAT_STUB (AesCtr_Code_HW) #endif // ! USE_INTEL_VAES -#elif defined(MY_CPU_ARM_OR_ARM64) && defined(MY_CPU_LE) +#elif defined(MY_CPU_ARM64) && defined(MY_CPU_LE) #if defined(__clang__) #if (__clang_major__ >= 8) // fix...
0b2da991e358bd350ff86ecbc73877c68bd59f90
fe22b7a0f9ab10170c513afb062d69cfba128ec2
/include/caliper/common/cali_types.h
900ff127eb18edd2c9272955bd1594ff0fea3b19
[ "BSD-3-Clause" ]
permissive
LLNL/Caliper
ef5e9a6f408610dab404b58d29b53ddff2ce9708
764e5b692b2569f3ba4405f8e75126a0c35c3fab
refs/heads/master
2023-09-04T00:11:12.741726
2023-08-30T14:10:20
2023-08-30T14:10:20
45,953,649
283
55
BSD-3-Clause
2023-09-14T01:34:46
2015-11-11T02:02:00
C++
UTF-8
C
false
false
4,700
h
cali_types.h
/* Copyright (c) 2015-2022, Lawrence Livermore National Security, LLC. * See top-level LICENSE file for details. */ /** * \file cali_types.h * \brief Context annotation library typedefs */ #ifndef CALI_CALI_TYPES_H #define CALI_CALI_TYPES_H #include <stddef.h> #include <stdint.h> #ifdef __cplusplus extern "C"...
0e6fcb0d2883d64d53566c8337937a2f7a600be4
4cf3ee2c90e6ad1cea9cdba1b1e76224eee2ac4d
/apps/recorder/recording.h
12088f84f69c8b8b27dac0561bb12a84f4a5a08f
[]
no_license
Rockbox/rockbox
36f73fc2660f3edb32dc07db26c5f9b88851975f
67c4231e34cd8147963a054c44a715f3413fb2e3
refs/heads/master
2021-09-15T22:10:00.710240
2021-08-29T12:19:02
2021-09-12T17:35:35
3,184,247
394
157
null
2021-09-05T11:00:28
2012-01-15T15:37:35
C
UTF-8
C
false
false
2,353
h
recording.h
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
a0424303bd93034323ad3d64c85aedbdf4069468
8a51a96f61699f0318315ccc89cef39f6866f2b5
/src/backend/utils/adt/numeric.c
3c3184f15b5692341342e2d720a09f906d74fba7
[ "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
301,100
c
numeric.c
/*------------------------------------------------------------------------- * * numeric.c * An exact numeric data type for the Postgres database system * * Original coding 1998, Jan Wieck. Heavily revised 2003, Tom Lane. * * Many of the algorithmic ideas are borrowed from David M. Smith's "FM" * multiple-pre...
593771c1e06885725644d1febe53052202aeb713
76a81265e2d29de91fb65b03ce7dff00894802a0
/tools/crc.h
860616c55831e855c775af314b39713ce32e6efc
[ "MIT" ]
permissive
picosonic/bbc-fdc
6c4f8d3fb33842d34f4aab29fff607afb82264c5
b3d0b82ec4dac05753d47955da3bf300382ac51b
refs/heads/master
2022-08-09T18:19:03.668696
2022-07-25T11:48:01
2022-07-25T11:48:01
83,670,462
240
23
MIT
2021-03-03T11:10:03
2017-03-02T11:29:05
C
UTF-8
C
false
false
264
h
crc.h
#ifndef _CRC_H_ #define _CRC_H_ #include <stdint.h> extern uint16_t calc_crc_stream(const unsigned char *data, const int datalen, const uint16_t initial, const uint16_t polynomial); extern uint16_t calc_crc(const unsigned char *data, const int datalen); #endif
49c6fb5d94e0683fe5be545909fac7042b68d4da
ed3b24ae57df21a5b089148235dd1b6d728e56f3
/ld/unit-tests/test-cases/unstrippable-symbols/foo.c
140f8c61e76b1a7bdb658845d63f6573c3a32543
[ "APSL-2.0", "MIT" ]
permissive
michaeleisel/zld
36ce14511ca9e0a971a0ed614bbee5dac9bb6fa1
519197a3bf4dbe47ea5a3bbce609df166f6f976d
refs/heads/master
2023-08-23T13:46:50.509156
2023-02-15T06:02:03
2023-02-15T06:02:03
237,002,244
1,217
55
MIT
2023-02-15T06:00:43
2020-01-29T14:32:45
C++
UTF-8
C
false
false
456
c
foo.c
#include <stddef.h> int keep_global = 1; asm(".desc _keep_global, 0x10"); __attribute__((visibility("hidden"))) int keep_hidden = 1; asm(".desc _keep_hidden, 0x10"); static int keep_static = 1; asm(".desc _keep_static, 0x10"); int lose_global = 1; __attribute__((visibility("hidden"))) int lose_hidden = 1; s...
17c7a54e7b8fc9c66185efc48f644bfba0d2d75c
ea910d9946ff96f44bf8895508d053f3075f7c3a
/tools/lx68kemu/sim.c
2b1bd775a54ab2d6939b1b20813c06efd6899ede
[ "BSD-2-Clause", "GPL-1.0-or-later", "MIT", "GPL-3.0-only", "GPL-2.0-only", "LicenseRef-scancode-public-domain" ]
permissive
davidgiven/cowgol
290e4ba4e6e87b4619a5f69c0c156145f31cee88
ec33ae1293df3937c6397575a0f7defb5e3b4a4d
refs/heads/master
2023-07-13T20:31:01.261973
2023-03-06T19:06:34
2023-03-06T19:06:34
93,265,830
180
29
BSD-2-Clause
2023-03-05T19:29:03
2017-06-03T18:12:02
C
UTF-8
C
false
false
9,700
c
sim.c
#include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <stdint.h> #include <string.h> #include <time.h> #include <unistd.h> #include <errno.h> #include <fcntl.h> #include "sim.h" #include "m68k.h" void disassemble_program(); #define ADDRESS_MASK 0xffffffff #define RAM_BASE 0x08000000 #define RAM_TOP 0...
6b918518342426838721489b310a68f446a52a26
4c8dc90c73153d9ada0e6c6977b1aa1cac4595ad
/lib/boot/data/include/rts/EventLogFormat.h
89a07bf5e13ffffeeb855ab48d1e293bcae546d3
[ "MIT" ]
permissive
ghcjs/ghcjs
1b2ca182389e8f35dea66129771610ba1f8b00db
b7711fbca7c3f43a61f1dba526e6f2a2656ef44c
refs/heads/ghc-8.10
2023-07-01T11:23:14.733670
2022-09-25T08:48:25
2022-09-25T08:48:25
849,182
2,234
217
MIT
2023-01-21T23:46:37
2010-08-19T16:32:40
Haskell
UTF-8
C
false
false
10,312
h
EventLogFormat.h
/* ----------------------------------------------------------------------------- * * (c) The GHC Team, 2008-2009 * * Event log format * * The log format is designed to be extensible: old tools should be * able to parse (but not necessarily understand all of) new versions * of the format, and new tools will be a...
6576d3b59d4974a1216e1ecb3764fd30e3034799
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/musl/src/termios/tcdrain.c
c0e542b3e5fbb1814d402ef941a1f545a15a17fd
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-musl-exception", "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
136
c
tcdrain.c
#include <termios.h> #include <sys/ioctl.h> #include "syscall.h" int tcdrain(int fd) { return syscall_cp(SYS_ioctl, fd, TCSBRK, 1); }
df97cac4cff2e3ced0693bf3aea9ff88dd4b12f5
25b7cd3e4b750803565c374e59f8179c8aab276d
/h3m/h3mlib/h3m_parsing/parse_tile.h
cd065b75c35f51359684276c590b81a1665acc3f
[ "MIT" ]
permissive
potmdehex/homm3tools
320ce70e0d22dc597df440ec7c63fde9844f7dbe
6b36d1f92ea67f5ad6d4847aeaf2dfb1766d3cc5
refs/heads/master
2023-08-06T02:56:53.534443
2022-09-19T12:42:50
2022-09-19T12:42:50
40,399,205
141
29
MIT
2019-12-06T12:11:43
2015-08-08T10:15:08
C
UTF-8
C
false
false
208
h
parse_tile.h
// Created by John Åkerblom 2014-11-22 #ifndef __PARSE_TILE_H_DEF__ #define __PARSE_TILE_H_DEF__ #include "../h3mlib.h" #include "../internal/h3mlib_ctx.h" int parse_tile(struct H3MLIB_CTX *ctx); #endif
8e4905dab77721fb6e3cc910fde794b91153fb0c
c2036963e5965f9835879935dcf2f0d2bc90338d
/fs.h
0bb0217bc183a494b153ef6caa2a429003b68007
[]
no_license
usineur/hode
e0c3320eea53b24f7697cffbd1607a9b0cdfcaaf
ee94cba13a9484be41dbb0c180a3759869e9b67c
refs/heads/master
2022-03-29T06:52:06.098488
2022-03-27T10:48:02
2022-03-27T10:48:02
217,492,213
125
25
null
2023-06-17T13:58:06
2019-10-25T08:49:37
C++
UTF-8
C
false
false
450
h
fs.h
#ifndef FS_H__ #define FS_H__ #include <stdio.h> struct FileSystem { const char *_dataPath; const char *_savePath; int _filesCount; char **_filesList; FileSystem(const char *dataPath, const char *savePath); ~FileSystem(); FILE *openAssetFile(const char *filename); FILE *openSaveFile(const char *filename, ...
0d4e1dac84703ac44864b1575406a57f5442bc45
1661c43eaf9e44dfe7cce269cfaae62e336036f1
/tool/flock.c
e6694e6db1da404fde34c639aeddabefb2e4f8fd
[]
permissive
jart/blink
3354eaf084e3e85a50372f1a93fc75ff2b9488b1
312a027d0908c1b1f9d1e9ebba837da569606b82
refs/heads/master
2023-08-31T21:30:40.551686
2023-08-22T15:42:44
2023-08-22T15:42:44
561,183,031
6,089
192
ISC
2023-08-22T15:42:46
2022-11-03T06:07:09
C
UTF-8
C
false
false
225
c
flock.c
#include <stdlib.h> #include <string.h> #include <sys/file.h> int main(int argc, char *argv[]) { if (argc != 3) return 1; if (strcmp(argv[1], "-x")) return 2; if (flock(atoi(argv[2]), LOCK_EX)) return 3; return 0; }
b34e24ff61ef078dc1c5b8ce686574c6656184fa
33377c4d113cf9ea1338077af6bd645f3c5796b3
/extensions/android/ringlibsdl/project/jni/flac-1.2.1/src/share/grabbag/seektable.c
55ac766ed14c76fc9b6d6f68a529a5efeb64c7df
[ "BSD-3-Clause", "GPL-2.0-only", "LGPL-2.1-only", "GFDL-1.2-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "GPL-2.0-or-later", "GFDL-1.1-or-later", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-free-unknown", "MIT" ]
permissive
ring-lang/ring
56f55111f751b0274d4f588871f806a8c2734dea
2081d2efb41c9dacd49b7a6944b9ca332638ba64
refs/heads/master
2023-09-04T16:54:44.309452
2023-09-03T10:28:57
2023-09-03T10:28:57
54,633,811
1,360
555
MIT
2023-08-03T01:48:24
2016-03-24T10:29:27
C
UTF-8
C
false
false
4,310
c
seektable.c
/* grabbag - Convenience lib for various routines common to several tools * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson * * This 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...
21c2a5a4b16d3245faa43e285885c966adb8cab3
f79dec3c4033ca3cbb55d8a51a748cc7b8b6fbab
/graphics/glut/patches/patch-src_glut_glx_glutint.h
f92819dfed1b2b943e8051d24098b85ab71a57cd
[]
no_license
jsonn/pkgsrc
fb34c4a6a2d350e8e415f3c4955d4989fcd86881
c1514b5f4a3726d90e30aa16b0c209adbc276d17
refs/heads/trunk
2021-01-24T09:10:01.038867
2017-07-07T15:49:43
2017-07-07T15:49:43
2,095,004
106
47
null
2016-09-19T09:26:01
2011-07-23T23:49:04
Makefile
UTF-8
C
false
false
544
h
patch-src_glut_glx_glutint.h
$NetBSD: patch-src_glut_glx_glutint.h,v 1.1 2015/04/06 07:07:43 tnn Exp $ Fix Solaris ifdef. --- src/glut/glx/glutint.h.orig 2010-12-14 21:46:56.000000000 +0000 +++ src/glut/glx/glutint.h @@ -92,7 +92,7 @@ extern int sys$gettim(struct timeval6 *) #define IS_AT_OR_AFTER(t1, t2) ((t2).val >= (t1).val) #else -#if de...
dce95e5dc9c0d0a65392016e65579c2b3701f2f5
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/atari/include/int_mwgwtypes.h
78c026169194f9fcc404f9ba11d99610c3c45d49
[]
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
103
h
int_mwgwtypes.h
/* $NetBSD: int_mwgwtypes.h,v 1.1 2001/04/14 12:19:51 kleink Exp $ */ #include <m68k/int_mwgwtypes.h>
005ab2d704236f93e0e29a6c0bc1dd1e6c669eeb
8b98cd47f934d2a4a8d0b2842d3277b01f3fb7fa
/libraries/hds/fortran_interface.h
8d7efd38ab2f7f739b7c3dda08068a8d5674707b
[]
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
34,494
h
fortran_interface.h
/* *+ * Name: * fortran_interface.h * Purpose: * Provide prototypes for Fortran->C interface * Description: * Prototypes of the Fortran HDS interface. * Authors: * Tim Jenness (JAC, Hawaii) * History: * 13-JUL-2005 (TIMJ): * Initial version * Notes: * - Should not be use...
fc71a5438e25e4ced501982c1b8dd9d6f58778bc
c2634ebec1d4448e372d174f459c3cbc03fd1edc
/lib/node_modules/@stdlib/math/base/special/ldexp/src/main.c
6c209d16baadbc16b89b95e2c40fe8a75e3b3a52
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "MIT", "SunPro", "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-public-domain" ]
permissive
stdlib-js/stdlib
ede11aee78f08e4f78a0bb939cb0bc244850b55b
f10c6e7db1a2b15cdd2b6237dd0927466ebd7278
refs/heads/develop
2023-09-05T03:29:36.368208
2023-09-03T22:42:11
2023-09-03T22:42:11
54,614,238
4,163
230
Apache-2.0
2023-09-13T21:26:07
2016-03-24T04:19:52
JavaScript
UTF-8
C
false
false
3,199
c
main.c
/** * @license Apache-2.0 * * Copyright (c) 2022 The Stdlib Authors. * * 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 a...
f11e6ac15fd28b91011b0720487f6640d84df0e5
7fb72168e813fb9a2b5e4711b0b39e286d74758a
/libraries/pi4j-library-linuxfs/src/main/native/com_pi4j_library_linuxfs_internal_LinuxFS.h
cb5aca96fcc5b332c032bb92985bc14c59a13296
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Pi4J/pi4j-v2
e9042211191f3dfd9a2da25af25d496622ec8e85
8d8f1574f926dfd2961356cf015dcbd58e50664e
refs/heads/develop
2023-07-21T23:17:48.129116
2023-07-13T16:28:25
2023-07-13T16:28:25
192,591,631
218
56
Apache-2.0
2023-05-09T06:59:24
2019-06-18T18:19:21
Java
UTF-8
C
false
false
2,347
h
com_pi4j_library_linuxfs_internal_LinuxFS.h
/* * #%L * ********************************************************************** * ORGANIZATION : Pi4J * PROJECT : Pi4J :: LIBRARY :: JNI Wrapper for LinuxFS Library * FILENAME : com_pi4j_library_linuxfs_internal_LinuxFS.c * * This file is part of the Pi4J project. More information about * this...
8534a86f1c45df3976d363651a941139996d2bfa
e814383d36a10839104efaa4df277996ab220fa3
/test/datatype/ddt_raw.c
f4847be3b2bdaaf0b3d26b803f4c38458a58016b
[ "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,097
c
ddt_raw.c
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ /* * Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2019 The University of Tennessee a...
86f2861e0e6002efbd7823c86e52727ec9b84df3
7f6c235b0598353549959c18f69eefd20b766907
/libsrc/target/enterprise/tape/tape_save.c
e300851173deb567d70d0076860fd2b650160297
[ "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
609
c
tape_save.c
/* * Enterprise 64/128 tape libraries * * tape_save(void *addr, size_t len, unsigned char type) * * Stefano Bodrato - 2022 * * $Id: tape_save.c $ */ #define __HAVESEED #include <stdlib.h> #include <stdio.h> #include <string.h> #include <enterprise.h> int tape_save(char *name, void *addr, size_t len) { struct...
c3afbb3b14a45bf3b968da8c6b0ebc75a234b88f
17227ad12bc0826771ac6ac2b95dddd9517d0117
/Cores/Genesis-Plus-GX/PVGenesis/Deps/genplusgx_source/input_hw/input.h
8d665363c40a0353400185fc489a1f1b6fd756a6
[ "BSD-2-Clause" ]
permissive
Provenance-Emu/Provenance
e38f7c81e784455d4876f8a2ff999baca0135199
c6f49d7921ee27eb8c0c34ca95ec9dc7baf584c1
refs/heads/develop
2023-08-17T05:04:01.554294
2023-07-01T07:58:33
2023-07-01T07:58:33
12,416,862
2,367
364
NOASSERTION
2023-08-01T07:42:35
2013-08-27T20:34:36
C
UTF-8
C
false
false
6,874
h
input.h
/*************************************************************************************** * Genesis Plus * Input peripherals support * * Copyright (C) 1998-2003 Charles Mac Donald (original code) * Copyright (C) 2007-2016 Eke-Eke (Genesis Plus GX) * * Redistribution and use of this code or any derivative w...
ed1445358cc2b344e0d5c481b99edfd5eca56361
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_0011/AKWF_1100.h
200926887b7441655e3ea8f1d2a6b814d197ac30
[ "CC0-1.0" ]
permissive
KristofferKarlAxelEkstrand/AKWF-FREE
b2defa1a2d389d309be6dd2e9f968923daf80d1b
cf8171df36e9fec25416b5f568b72a6e2cb69194
refs/heads/master
2023-07-23T18:22:36.939705
2023-07-10T17:14:40
2023-07-10T17:14:40
145,817,187
359
59
CC0-1.0
2023-07-10T17:14:41
2018-08-23T07:26:56
null
UTF-8
C
false
false
4,672
h
AKWF_1100.h
/* Adventure Kid Waveforms (AKWF) converted for use with Teensy Audio Library * * Adventure Kid Waveforms(AKWF) Open waveforms library * https://www.adventurekid.se/akrt/waveforms/adventure-kid-waveforms/ * * This code is in the public domain, CC0 1.0 Universal (CC0 1.0) * https://creativecommons.org/publicdom...
f86ff2f0989cc92568ba3e0663de554abba3437f
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/fsl_ewm.h
15a9e61d25232fdacd153c54b7828009fb30fb05
[ "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
6,221
h
fsl_ewm.h
/* * Copyright (c) 2015, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _FSL_EWM_H_ #define _FSL_EWM_H_ #include "fsl_common.h" /*! * @addtogroup ewm * @{ */ /**************************************************************...
2523f61b054daff46555415a84242be1c61a5613
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ald_trng.c
e524dafc8dd168da086fc8ac278c5facd03ac610
[ "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
9,087
c
ald_trng.c
/** ********************************************************************************* * * @file ald_trng.c * @brief TRNG module driver. * * @version V1.0 * @date 26 Jun 2019 * @author AE Team * @note * Change Logs: * Date Author Notes * 26 ...
72bd30e8bf66eb75cb330439f8ff65e0c27fd629
065e86c9923692fe68f45c3de1888a29eb609f42
/test/tests_aes_cbc_hmac_sha.c
e824ba35052c1f1228aae4a953a3969024f55ce4
[ "BSD-3-Clause", "Apache-2.0", "ISC", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "OpenSSL", "MIT" ]
permissive
intel/QAT_Engine
000a099a37d38ad174faea4b84ac54f8afef8800
a5a0bfe2c7cdb1aa8f6168e8ad7f25423359650d
refs/heads/master
2023-09-01T12:27:11.668274
2023-08-22T14:12:53
2023-08-23T09:02:17
48,074,518
302
123
BSD-3-Clause
2023-08-23T09:02:18
2015-12-15T23:15:52
C
UTF-8
C
false
false
40,206
c
tests_aes_cbc_hmac_sha.c
/* ==================================================================== * * * BSD LICENSE * * Copyright(c) 2021-2023 Intel Corporation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions *...
6264ce49c91c6b77747c2609bc32715ad4cac4d3
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/stage0/stdlib/Init/Classical.c
6e5339a329a4db277445a2c97e312c00aa8e4bb8
[ "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
67,765
c
Classical.c
// Lean compiler output // Module: Init.Classical // Imports: Init.Core Init.NotationExtra #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 "...
b7db4a13857d89912365040fb56907bcfc43ba54
7666cb3ab13af18b636dc4c6bdfd6644f4172196
/BBB_cci_mpf/sw/src/libmpf/shim_vtp_monitor.c
da331274f0ce24f60711b31153fc5f7f00b34b8e
[ "BSD-3-Clause" ]
permissive
OPAE/intel-fpga-bbb
0904ef45f7b45b297fa5a30e945edb929eb9a7f4
d202295e476e1328064e3986bd618358418bf823
refs/heads/master
2023-08-03T09:11:44.148158
2023-07-28T02:36:26
2023-07-28T02:36:26
102,515,882
105
40
NOASSERTION
2023-08-03T22:54:28
2017-09-05T18:26:24
SystemVerilog
UTF-8
C
false
false
8,503
c
shim_vtp_monitor.c
// // Copyright (c) 2019, Intel Corporation // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // Redistributions of source code must retain the above copyright notice, this // list of conditi...
767173562eb95306323bdbc3aa3d678c1ffb0cc5
b8906afecca06f48f2cd289a9997f670b26c4721
/extensions/rhoelements/ext/wm/RhoElementsMsgs.h
8b31a67b72908d4fbe741f16f80f34a7dc0ea582
[ "MIT" ]
permissive
rhomobile/rhodes
51bd88921c51bd618948f9a557de17fc297e7cc2
fc8409c9c281684a49d7ff6805ddc565de09a6d5
refs/heads/master
2023-09-01T17:45:36.149868
2023-08-31T20:56:06
2023-08-31T20:56:06
54,084
504
155
MIT
2023-09-12T00:14:29
2008-09-18T21:55:16
C
UTF-8
C
false
false
516
h
RhoElementsMsgs.h
#pragma once //#ifdef APP_BUILD_CAPABILITY_WEBKIT_BROWSER extern UINT WM_BROWSER_ONDOCUMENTCOMPLETE; extern UINT WM_BROWSER_ONNAVIGATECOMPLETE; extern UINT WM_BROWSER_ONTITLECHANGE; extern UINT WM_BROWSER_ONBEFORENAVIGATE; extern UINT WM_BROWSER_ONNAVIGATIONTIMEOUT; extern UINT WM_BROWSER_ONSETSIPSTATE; extern UINT WM...
7da3e7d84966735f44452e7ae0c712eb21ab504e
dbd900c1027953471ed77411ad9c5390e52b58b2
/ykcore/yktsd.h
9b5e5269eef7fd31f0b9f360f9dd6c335e7f4c78
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
Yubico/yubikey-personalization
b8c8ab2bc0619fcccd52cb76152e0a63d60b3d61
db0c0d641d47ee52e43af94dcee603d76186b6d3
refs/heads/master
2023-08-25T15:58:26.565422
2022-06-13T08:22:07
2022-06-13T08:22:07
1,186,996
251
88
BSD-2-Clause
2022-06-13T08:22:08
2010-12-21T12:04:03
C
UTF-8
C
false
false
2,785
h
yktsd.h
/* yktsd.h -*- mode:C; c-file-style: "gnu" -*- */ /* Note: this file is copied from Levitte Programming's LPlib and reworked for ykcore */ /* * Copyright (c) 2008-2012 Yubico AB * Copyright (c) 2010 Simon Josefsson <simon@josefsson.org> * Copyright (c) 2003, 2004 Richard Levitte <richard@levitte.org>. * All righ...
c7b3608c94f8e86508ef5ee60497c9e9b293d41a
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/wayland-protocols/gtk/gtk/gtkquartz.c
f6916fc849d59ac001f8b865beee63a8a55ad021
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LGPL-2.0-only", "LGPL-2.1-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
5,502
c
gtkquartz.c
/* gtkquartz.c: Utility functions used by the Quartz port * * Copyright (C) 2006 Imendio AB * * This 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 of the License, or ...
7ce6ecaf1fbccb7d7eb712054bf37d858e7ecefa
de21f9075f55640514c29ef0f1fe3f0690845764
/regression/cbmc/unwind_counters3/main.c
b9651b7c479ba0ea108f6f85dad474dee8c4cdb7
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-4-Clause" ]
permissive
diffblue/cbmc
975a074ac445febb3b5715f8792beb545522dc18
decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16
refs/heads/develop
2023-08-31T05:52:05.342195
2023-08-30T13:31:51
2023-08-30T13:31:51
51,877,056
589
309
NOASSERTION
2023-09-14T18:49:17
2016-02-16T23:03:52
C++
UTF-8
C
false
false
100
c
main.c
int main() { int i=0; l2: if(i==1) int y=0; l1:; int x = 5; goto l2; return 0; }
17e2321fda084d1bd7f9458675a4c913d11898ef
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/thirdparty/opengles/angle/include/angle_windowsstore.h
a0d0fda6ac551876ab1656362e1c0490b7d24319
[ "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C
false
false
2,294
h
angle_windowsstore.h
// // Copyright 2014 The ANGLE 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. // // angle_windowsstore.h: #ifndef ANGLE_WINDOWSSTORE_H_ #define ANGLE_WINDOWSSTORE_H_ // The following properties can be set on the CoreApplica...
b56ebb06e2e9ef672672d62493823e9a15550d06
d665d4f48d9208eb3bc65bba929395a009cd7a7d
/examples/include/gl.h
418b8c1ccdcd14fff8db6e1ff10c5d9a66ed51f7
[ "Zlib", "GPL-1.0-or-later", "LGPL-2.0-or-later", "CC0-1.0", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
SFML/SFML
bb46b4d0d274a1e47e02bfb5c983bd2687e1a8a8
78973e4a06dd5ace2185329ad165d391cc3c01a8
refs/heads/master
2023-08-31T06:55:51.690962
2023-08-26T22:24:50
2023-08-30T05:18:00
1,524,684
8,409
2,458
Zlib
2023-09-13T22:48:52
2011-03-25T08:05:25
C++
UTF-8
C
false
false
518,349
h
gl.h
/** * Loader generated by glad 2.0.0-beta on Wed Jul 17 01:48:58 2019 * * Generator: C/C++ * Specification: gl * Extensions: 42 * * APIs: * - gl:compatibility=1.1 * - gles1:common=1.0 * * Options: * - MX_GLOBAL = False * - ON_DEMAND = False * - LOADER = False * - ALIAS = True * - HEADER_ONLY = Tr...
7967a531d81edd05f37085ee4f346eea3bfeef84
0337c1df871a431c6a8b03ad871d396826d7e210
/src/3rdparty/win32_src/pdcurses/slk.c
ad5090ccec9734a465cdf37bce0d4502364ff7d7
[ "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-public-domain" ]
permissive
clangen/musikcube
be1ad8c1567c9e3cfbf71e1f595ede9aa0152a97
64485978ea2e4483499996a8e2304ce5566573d9
refs/heads/master
2023-08-28T00:52:06.905519
2023-08-02T02:47:41
2023-08-02T02:47:41
32,483,164
4,049
370
BSD-3-Clause
2023-09-08T05:05:44
2015-03-18T20:41:57
C++
UTF-8
C
false
false
14,623
c
slk.c
/* PDCursesMod */ #include <curspriv.h> #include <assert.h> /*man-start************************************************************** slk --- ### Synopsis int slk_init(int fmt); int slk_set(int labnum, const char *label, int justify); int slk_refresh(void); int slk_noutrefresh(void); char *slk_...
96dfedbae571f4e7eeb0f8150cce5abd73830007
799f8b6ff03e950162954b20d88b78880f3d07fc
/src/graph/include/view3D.h
4bc9a437a991bd624dfe2ab5c5540e85babe75b4
[]
no_license
fricas/fricas
7cd701887db04fa63da2e867a1fa6a147028fa74
8c99d3286abe4b583c9118d8461bc592724e43b6
refs/heads/master
2023-08-16T17:22:59.241544
2023-08-12T13:03:39
2023-08-12T13:03:39
19,549,841
266
51
null
2023-09-01T20:19:29
2014-05-07T20:47:48
null
UTF-8
C
false
false
3,451
h
view3D.h
/* Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this li...
4b8df26978356c1b0012296e36f85e1054405263
4fb44fd2eaa39a270897f6fe2da2b968efddf2a0
/src/aio-dio-regress/aio-dio-subblock-eof-read.c
894965ea3638b85ab15c335a27ccdd683222c59b
[]
no_license
kdave/xfstests
75226d7dabd3de0c95bd768313852e8e9831c155
0ca1d4fbb2e9a492968f2951df101f24477f7991
refs/heads/master
2023-08-31T00:49:55.808164
2023-08-04T21:34:19
2023-08-05T13:53:09
8,715,288
103
65
null
2022-02-02T21:17:24
2013-03-11T23:05:35
Shell
UTF-8
C
false
false
2,715
c
aio-dio-subblock-eof-read.c
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2005 Jeff Moyer */ /* * Test AIO read of last block of DIO file * * Code taken from an example posted to linux-aio at kvack.org * http://marc.info/?l=linux-aio&m=112263621431161&w=2 * Original Author: Drangon Zhou * Munged & rewritten by Jeff Moyer. ...
07b1821aa6affff09f36a775c57fd98bb3f4f1c5
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/musl/arch/aarch64/reloc.h
b1b68c7255ffbcf2049993800a4ff43ed30d7991
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-musl-exception", "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
683
h
reloc.h
#if __BYTE_ORDER == __BIG_ENDIAN #define ENDIAN_SUFFIX "_be" #else #define ENDIAN_SUFFIX "" #endif #define LDSO_ARCH "aarch64" ENDIAN_SUFFIX #define NO_LEGACY_INITFINI #define TPOFF_K 0 #define REL_SYMBOLIC R_AARCH64_ABS64 #define REL_GOT R_AARCH64_GLOB_DAT #define REL_PLT R_AARCH64_JUMP_SLOT #de...
126557e88596b353767724786bd79e2e03328808
fb0f9abad373cd635c2635bbdf491ea0f32da5ff
/src/native/eventpipe/ep-session-provider.c
c4bbdf5b958c3be5fcae2bde763f72c43927f8ed
[ "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
5,695
c
ep-session-provider.c
#include "ep-rt-config.h" #ifdef ENABLE_PERFTRACING #if !defined(EP_INCLUDE_SOURCE_FILES) || defined(EP_FORCE_INCLUDE_SOURCE_FILES) #define EP_IMPL_SESSION_PROVIDER_GETTER_SETTER #include "ep-session-provider.h" #include "ep-rt.h" /* * Forward declares of all static functions. */ static void DN_CALLBACK_CALLTYPE ...
164061af26726338da06acbb171dba58b5013988
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/released_plugins/v3d_plugins/terastitcher/include/boost/predef/detail/os_detected.h
3ecb631a1d6ee534e3b7b1d7db068ccbe44ae547
[ "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
292
h
os_detected.h
/* Copyright Redshift Software, Inc. 2013 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_PREDEF_DETAIL_OS_DETECTED #define BOOST_PREDEF_DETAIL_OS_DETECTED 1 #endif
453fb2773480d7c6b1fe2c97a4286c5b7233e091
08db5520055df5865d09c7e2bc888e7219666d3c
/src/db.c
5a60da50043fd168c2ffe9feb3437fb11304e9f0
[ "Artistic-1.0" ]
permissive
pennmush/pennmush
9ab3f8d368bd01c4c1b919a936c4ffc3d222ad38
6c6173eca6865f88a97e0b5cd1fadbab49f1afad
refs/heads/master
2023-09-02T03:52:35.455020
2023-08-19T20:16:55
2023-08-19T20:16:55
32,365,792
121
83
null
2023-08-19T20:16:56
2015-03-17T02:13:05
C
UTF-8
C
false
false
84,962
c
db.c
/** * \file db.c * * \brief Loading and saving the PennMUSH object database. * * */ #define _GNU_SOURCE #include "copyrite.h" #include <stdio.h> #include <ctype.h> #include <string.h> #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #ifdef TIME_WITH_SYS_TIME #include <time.h> #endif #else #include <time.h> #endif ...
42333442d43157dfa6c4904cac92c5fdf986d23b
03666e5f961946fc1a0ac67781ac1425562ef0d7
/src/databases/Xolotl/avtXolotlFileFormat.C
66117a3704219f72a0da8376471e812da621a275
[ "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
73,119
c
avtXolotlFileFormat.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. // ************************************************************************* // // ...
c4ffadaad1e65b3a501a919b539fcf2867225674
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/ESP32_C3/drivers/drv_gpio.h
01edcc41fd91be14d6de04d5fcf9beaeebdc5d63
[ "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
361
h
drv_gpio.h
/* * Copyright (c) 2021-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2022-06-03 supperthomas first version * */ #ifndef __DRV_GPIO_H__ #define __DRV_GPIO_H__ #include <rtconfig.h> #ifdef RT_USING_PIN int rt_hw_pin_init(vo...
85df9abab7937fd0ba2df5ad59437f1840180007
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/input/touchscreen/ft5x/ft5x02_config.c
15f8e9acca72af5a74e6b3ea4eac81ce1ff3c0af
[ "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
67,650
c
ft5x02_config.c
#include "ft5x02_config.h" //#include <linux/i2c/ft5x02_ts.h> #include <linux/i2c.h> #include <linux/delay.h> #include <linux/slab.h> #include <linux/kernel.h> #include <linux/semaphore.h> #include <linux/mutex.h> #include <linux/interrupt.h> #include <mach/irqs.h> #include <linux/syscalls.h> #include <asm/unistd.h> ...
3c57ff15cda98aedd544a9f3952d6017535b25a7
88ae8695987ada722184307301e221e1ba3cc2fa
/tools/gn/src/util/exe_path.h
0e1b8cbed38a44c8786598fa907d63323e9087f9
[ "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
310
h
exe_path.h
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UTIL_EXE_PATH_H_ #define UTIL_EXE_PATH_H_ #include "base/files/file_path.h" base::FilePath GetExePath(); #endif // UTIL_EXE_PATH_H_
ae7341e728a9e703ab6d4c105d6fb5924744364d
01e53bb0aad011745d6eab569690da305c59d69b
/Contrib/Include/DX/dpaddr.h
e7ef1824619e4a4075281433d210917a928a5fdd
[ "Apache-2.0" ]
permissive
zenden2k/image-uploader
7905ac8d816943e29dfb71c0bb28f2e4644ffbb6
17ba538634b878b1828b5ee92d2e29feb20d6628
refs/heads/master
2023-08-04T17:43:26.934987
2023-07-25T16:10:50
2023-07-25T16:10:50
32,092,014
122
46
Apache-2.0
2023-07-02T15:42:02
2015-03-12T17:43:48
C++
UTF-8
C
false
false
15,450
h
dpaddr.h
/*==========================================================================; * * Copyright (C) 2000 Microsoft Corporation. All Rights Reserved. * * File: dpaddr.h * Content: DirectPlayAddress include file ***************************************************************************/ #ifndef __DIRECTPL...
c8e97228a4148f4e5cd6dfd9009b110b5391880d
9907672fcd81ab73ac63b2a83422a82bf31eadde
/yukicoder/tyama_yukicoder82.c
d01c1a06cfa026b5dbc382fe2aa229e832fb394b
[ "0BSD" ]
permissive
cielavenir/procon
bbe1974b9bddb51b76d58722a0686a5b477c4456
746e1a91f574f20647e8aaaac0d9e6173f741176
refs/heads/master
2023-06-21T23:11:24.562546
2023-06-11T13:15:15
2023-06-11T13:15:15
7,557,464
137
136
null
2020-10-20T09:35:52
2013-01-11T09:40:26
C++
UTF-8
C
false
false
216
c
tyama_yukicoder82.c
#include <stdio.h> const char *s="BW"; int main(){ int W,H; char C; scanf("%d %d %c",&W,&H,&C); C=C=='W'; int y,x; for(y=0;y<H;y++){ for(x=0;x<W;x++){ putchar(s[(y+x+C)%2]); } puts(""); } return 0; }
24813c020a8aac28bf99ff8bc46087d506cae87a
e72db16e9747386afd01edd1dd36d9589a3f71ef
/src/tools/pmempool/transform.h
2ca4f40dba270a55fd3c1d10357c167c95b53e4c
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
pmem/pmdk
5e49feee8017574340db2a0f9b4e2eab99f8581c
ccadb16227bddea1bdcc518bd8f298d551b2baad
refs/heads/master
2023-08-31T02:28:06.884934
2023-08-30T14:52:25
2023-08-30T14:52:25
23,637,153
1,017
402
NOASSERTION
2023-09-07T11:52:42
2014-09-03T20:55:23
C
UTF-8
C
false
false
280
h
transform.h
/* SPDX-License-Identifier: BSD-3-Clause */ /* Copyright 2016-2023, Intel Corporation */ /* * transform.h -- pmempool transform command header file */ int pmempool_transform_func(const char *appname, int argc, char *argv[]); void pmempool_transform_help(const char *appname);
a50b989543a1c215e0f3dba5dec8df0a5c501172
af9eabdb2ac240f9f2a2f3e92e6bc9044069362e
/sdk/csi_driver/wujian100_open/include/wj_oip_wdt.h
4488ddb8396edea455dc4c6b2034b2e84b488c19
[ "MIT" ]
permissive
T-head-Semi/wujian100_open
9926f118867a08283004759d09af6631db2e92cf
83e297583bb3454b688f9f27d6bc20ff3276ad32
refs/heads/master
2022-07-27T05:13:57.608880
2021-12-31T09:23:38
2021-12-31T09:23:38
216,210,370
1,846
609
MIT
2019-12-15T10:41:08
2019-10-19T13:25:30
Verilog
UTF-8
C
false
false
1,289
h
wj_oip_wdt.h
/* * Copyright (C) 2017-2019 Alibaba Group Holding Limited */ /****************************************************************************** * @file wj_oip_wdt.h * @brief header file for wdt driver * @version V1.0 * @date 02. June 2017 ***************************************************************...
7342961639c670c217ab3d67172372612456116b
ed7189bcb31973648dca4cb9f0d67cb4653d0e70
/sysdeps/keyronex/include/abi-bits/stat.h
1f63b41fdf142eba02126a0f7c7842f28767aa0d
[ "MIT" ]
permissive
managarm/mlibc
6dedaa86ed74f26a52e300d97f6e5949bac0f93c
74efefb5e9e546adab60a5730d95165334d7ee15
refs/heads/master
2023-09-01T05:17:26.709378
2023-08-29T08:33:01
2023-08-29T08:33:01
63,353,495
717
173
MIT
2023-09-10T10:55:53
2016-07-14T16:46:51
C
UTF-8
C
false
false
29
h
stat.h
../../../../abis/linux/stat.h
fe4d510e78a1e35c5eb093e6ed20653ad1b933da
64d56bac24e169958ae028d2c3dad038634f7cf6
/src/utility/gradient.c
8beaccd2973397f8a55aafe4e1f33cff6ea2a5cb
[ "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
septag/rizz
485b5a70dbbcaf429efb300c19b24b021d9c19e4
b52a7f8e1ccc4371a641ab67d5ca69df9d18fce7
refs/heads/master
2023-08-23T20:23:02.473579
2022-10-24T11:04:04
2022-10-24T11:04:04
178,582,437
820
45
BSD-2-Clause
2022-10-20T15:53:44
2019-03-30T16:19:41
C
UTF-8
C
false
false
6,832
c
gradient.c
#include "rizz/imgui.h" #include "rizz/utility.h" #include "sx/math-vec.h" static inline void sortkeys(rizz_gradient* gradient) { uint32_t n = gradient->num_keys; while (n) { uint32_t i, newn = 0; for (i = 1; i < n; ++i) { if ((gradient->keys[i - 1].t - gradient->keys[i].t) > 0) { ...
e8550e2607cfd752ec9866f79c97e58a5b5aa4ef
971b2cea2d1c3001aadc8ca1a48110b7db1ed5f2
/deps/abc/src/bdd/llb/llb2Image.c
e245ba36557360cec0deeb690cb46e3337b9155d
[ "LicenseRef-scancode-warranty-disclaimer", "MIT", "MIT-Modern-Variant" ]
permissive
emsec/hal
70ad2921739967d914dd458984bd7d6d497d3b0a
e4fae37bec9168a61100eacfda37a1f291b4d0be
refs/heads/master
2023-09-02T20:27:32.909426
2023-09-01T13:03:24
2023-09-01T13:03:24
169,076,171
510
72
MIT
2023-09-01T13:03:26
2019-02-04T12:37:20
C++
UTF-8
C
false
false
16,271
c
llb2Image.c
/**CFile**************************************************************** FileName [llb2Image.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [BDD based reachability.] Synopsis [Computes image using partitioned structure.] Author [Alan Mishchenko] Affiliation [UC...
4d8d78041518aa3f689e8e2def394432adb51f57
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/gd32/arm/libraries/GD32F20x_Firmware_Library/GD32F20x_usbfs_library/device/core/Source/usbd_enum.c
68526e445e10e88968af245bd906de11ac73d785
[ "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
22,308
c
usbd_enum.c
/*! \file usbd_enum.c \brief USB enumeration function \version 2020-07-28, V3.0.0, firmware for GD32F20x */ /* Copyright (c) 2020, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditio...
ad828c027265ea0293355ccaac064395a85fa3eb
9ceacf33fd96913cac7ef15492c126d96cae6911
/sys/uvm/uvm_addr.c
6e3b02d5c099df14f6de8d4cd29fcb0f0ebfab31
[]
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
40,068
c
uvm_addr.c
/* $OpenBSD: uvm_addr.c,v 1.32 2022/11/04 09:36:44 mpi Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission ...
c1c0aaf1d96fccc0f246a06f0477cb4b987e7c96
2a3ec4afa3e0c84218958f389b6fc6a7fdf48ba2
/FrontEndC/TestData/do_while.c
f9e5f20552e1a4d4e507ac73678fbe3bf5c00acc
[ "Apache-2.0" ]
permissive
robertmuth/Cwerg
5ee8ce7c7033961016fef8d5c64c3e2b9612dfb8
8f83cdfbaf3f1d1a0b7089fdce0c73de545d0fa8
refs/heads/master
2023-09-05T05:38:18.100790
2023-09-04T14:10:51
2023-09-04T14:10:51
223,616,426
292
11
null
null
null
null
UTF-8
C
false
false
941
c
do_while.c
long write(int fd, char* buf, unsigned long len); long write_uu(int fd, unsigned val) { char buffer[16]; unsigned long pos = sizeof(buffer); do { --pos; buffer[pos] = '0' + val % 10; val /= 10; } while (val != 0); return write(fd, &buffer[pos], sizeof(buffer) - pos); } long write_dd(int fd, i...
408175c9266ce16ff136df44cbd91aeb14bd7828
c5f58c0df0b6f92efb23088f48de4203352a5192
/Sharpmake.FunctionalTests/FastBuildFunctionalTest/codebase/UsePrecompExe/precomp.h
8335a05fd2119372849be85581be34ff93cf2ae1
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
ubisoft/Sharpmake
4de76391183feed4779a1357b33b759178bb05a8
3df5efb9110daedaf474e35d81836ee4d97b859a
refs/heads/main
2023-09-03T14:38:54.752161
2023-09-01T13:51:34
2023-09-01T13:51:34
104,522,068
354
104
Apache-2.0
2023-09-04T17:23:15
2017-09-22T21:57:10
C#
UTF-8
C
false
false
39
h
precomp.h
#pragma once #define PRECOMP_INCLUDED
269f10b46cdc5c92090348989fe2ef5eb5293bef
d61b532db0d3e08818338cfaac530a1ced1ffe3b
/lang/cem/cemcom/atw.h
f0fc430c4c4f433998653f1072adaa450a4128b2
[ "LicenseRef-scancode-other-permissive" ]
permissive
davidgiven/ack
61049c7a8e95ff61a77b1edd3c22bb290720e276
db5a32c68c4a60ca26a3927a799ea662b5b2b0e5
refs/heads/default
2023-08-29T07:33:12.771205
2023-07-08T20:17:27
2023-07-08T20:17:27
37,686,316
376
74
NOASSERTION
2023-07-08T20:17:28
2015-06-18T21:33:42
C
UTF-8
C
false
false
305
h
atw.h
/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Id$ */ /* Align To Word boundary Definition */ #include "sizes.h" #define ATW(arg) ((((arg) + word_size - 1) / word_size) * word_size)
f35dd18c866700feac954e367604089938d7df41
aaabff228aaf4360ac0e4fc57c5f6bd4e9324875
/examples/example_xlsxio_read.c
75dfba347e5f551ecb451e996dd3a7b8bbb36eb9
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
brechtsanders/xlsxio
05df8e9101c8b8f6987b0415ce42f266df90b154
1662674ec37aa202e5f26ce49ec2daf9f0efe20d
refs/heads/master
2023-09-03T10:06:53.631288
2023-08-03T09:37:36
2023-08-03T09:37:36
53,138,689
381
117
MIT
2022-12-15T09:41:41
2016-03-04T13:54:13
C
UTF-8
C
false
false
4,779
c
example_xlsxio_read.c
//#define PROCESS_FROM_MEMORY #define PROCESS_FROM_FILEHANDLE /***************************************************************************** Copyright (C) 2016 Brecht Sanders All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docume...
122d95d3b1e16e62b2cc6b48a3ea443709cbc0d2
503bfe863ae9e92bf940a5e8baa57c0de44f4da6
/src/silx/io/specfile/src/sfheader.c
b669e33e24145ce93bec80d204fdc5bcf23e7f86
[ "MIT", "LicenseRef-scancode-public-domain-disclaimer", "CC0-1.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-public-domain" ]
permissive
silx-kit/silx
58105c0ed9cd02c75543c0c67a027471ca87922b
5e33cb69afd2a8b1cfe3183282acdd8b34c1a74f
refs/heads/main
2023-08-24T14:33:49.732794
2023-07-25T07:44:02
2023-07-25T07:44:02
43,291,718
120
78
MIT
2023-09-14T13:07:11
2015-09-28T09:23:13
Python
UTF-8
C
false
false
22,069
c
sfheader.c
# /*########################################################################## # Copyright (C) 1995-2017 European Synchrotron Radiation Facility # # 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 Softw...
a49e991fcde929e68c3ab026a77d355b264931a9
fb57dc0efeab3e51e6c59c8d58c654ac253c3ba9
/SpatialUnderstanding/Src/Engine/Memory_Z.h
494628516e2d779de2225392329fc86e7975465b
[ "MIT" ]
permissive
microsoft/MixedRealityToolkit
aa7eddbeb36cbb5894beea32e2ff91cef29afcdf
8454abcce504effd83c9d6e20725f6037c11e2b4
refs/heads/main
2023-07-08T11:15:38.879033
2023-06-28T19:21:12
2023-06-28T19:21:12
46,008,487
251
61
MIT
2023-06-28T19:21:13
2015-11-11T20:37:59
C++
UTF-8
C
false
false
1,356
h
Memory_Z.h
// Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. #pragma once #ifndef _MEMORY_Z_H #define _MEMORY_Z_H #include <TypeInfo_Z.h> #include <Types_Z.h> #include <BeginDef_Z.h> void *Z_Alloc(size_t size,const Char *comment,const ...
b111f5f2c660be67258bba4a74a6b91e4c2b2823
d665d4f48d9208eb3bc65bba929395a009cd7a7d
/extlibs/headers/vulkan/vulkan_xlib_xrandr.h
117d01799e6c4486ee5b5699e9e51705ce5abaf2
[ "Zlib", "GPL-1.0-or-later", "LGPL-2.0-or-later", "CC0-1.0", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
SFML/SFML
bb46b4d0d274a1e47e02bfb5c983bd2687e1a8a8
78973e4a06dd5ace2185329ad165d391cc3c01a8
refs/heads/master
2023-08-31T06:55:51.690962
2023-08-26T22:24:50
2023-08-30T05:18:00
1,524,684
8,409
2,458
Zlib
2023-09-13T22:48:52
2011-03-25T08:05:25
C++
UTF-8
C
false
false
1,845
h
vulkan_xlib_xrandr.h
#ifndef VULKAN_XLIB_XRANDR_H_ #define VULKAN_XLIB_XRANDR_H_ 1 #ifdef __cplusplus extern "C" { #endif /* ** Copyright (c) 2015-2018 The Khronos Group 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 o...
85fa610603e3b0ee8b2155e5f57980c55ffa0e7c
55b8e6e97b9667340c9ee22305b87c6a8d035af6
/tests/reflective_runner_no_teardown_tests.c
de39e1f622e73112e767b6eb2ee6c79af715c024
[ "ISC" ]
permissive
cgreen-devs/cgreen
47edeea756bf86e9ff259d9b90afc05ca76d0f6a
728caae527c9eb53f31cd2b6f95b3db32ab50ca8
refs/heads/master
2023-09-01T17:44:23.997402
2023-08-29T15:42:17
2023-08-30T06:29:25
41,703,892
186
66
ISC
2023-08-30T06:29:27
2015-08-31T22:30:55
C
UTF-8
C
false
false
883
c
reflective_runner_no_teardown_tests.c
#include <cgreen/cgreen.h> #ifdef __cplusplus using namespace cgreen; #endif static int counter = 0; /* this suite exercises a former crash bug in the reflective runner by not having a teardown */ Describe(ReflectiveNoTeardownTest); BeforeEach(ReflectiveNoTeardownTest) { counter += 5; } AfterEach(ReflectiveNoT...
b70b2d69ef93ee5598434a230a4ffac04b5e8617
ed98b77f3f09b392e68a0d59c48eec299e883bb9
/src/scip/cons_orbitope.c
25ec0dfd08727e87c0eccdca17ef45d6786af60f
[ "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
129,702
c
cons_orbitope.c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ ...
b3197bd058983ef662b3b13cd81c3313203382bc
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/parallel/ocl-icd/patches/patch-khronos-headers_CL_cl__icd.h
cf6b90f714f8d97cdb824dc7d5754f5acce818f5
[]
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
47,249
h
patch-khronos-headers_CL_cl__icd.h
$NetBSD: patch-khronos-headers_CL_cl__icd.h,v 1.1 2021/06/10 05:55:42 nia Exp $ [PATCH] Updated to support latest Khronos headers. Signed-off-by: Laurent Carlier <lordheavym@gmail.com> --- khronos-headers/CL/cl_icd.h.orig 2021-03-30 16:10:38.000000000 +0000 +++ khronos-headers/CL/cl_icd.h @@ -41,35 +41,35 @@ extern ...
476d56b2c8e49d82ad3bcace9e3e9318ba242d07
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/sound/usb/usx2y/usX2Yhwdep.h
c095d5bf122060bddbf3ccf527fe9afd6f5ed645
[ "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
122
h
usX2Yhwdep.h
#ifndef USX2YHWDEP_H #define USX2YHWDEP_H int usX2Y_hwdep_new(struct snd_card *card, struct usb_device* device); #endif
b08582c83a7e66b4f8c106115a77a6d3f8f4cc3f
fa1ad2e2ac7e376fc7cb3b3a6e1bb88eed3e80be
/govern/data-security/krb-1.2.1/src/lib/krb5/ccache/cccursor.c
2a0f4d1281701008d8f2307a1f55b81e1458d0c6
[ "BSD-4-Clause", "LicenseRef-scancode-generic-export-compliance", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-mit-old-style", "BSD-4-Clause-UC", "LicenseRef-scancode-rsa-1990", "BSD-3-Clause", "MIT-CMU", "LicenseRef-scancode-mit-no-advert-export-control", "CC-BY-SA-3.0", "License...
permissive
alldatacenter/alldata
7bc7713c9f1d56ad6b8e59ea03206d1073b7e047
8d5f9a2d49ab8f9e85ccf058cb02c2fda287afc6
refs/heads/master
2023-08-05T07:32:25.442740
2023-08-03T13:17:24
2023-08-03T13:17:24
213,321,771
774
250
Apache-2.0
2023-09-06T17:35:32
2019-10-07T07:36:18
null
UTF-8
C
false
false
8,394
c
cccursor.c
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* lib/krb5/ccache/cccursor.c */ /* * Copyright 2006, 2007 by the Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may * require a specific license from the United Sta...
25c50a6639d4a7602349934e0cdce548a616320b
0fa1152e1e434ce9fe9e2db95f43f25675bf7d27
/src/modules/fw_pos_control/runway_takeoff/runway_takeoff_params.c
766cd8f54e45955dd75a16385025546fb73ecccd
[ "BSD-3-Clause" ]
permissive
PX4/PX4-Autopilot
4cc90dccc9285ca4db7f595ac5a7547df02ca92e
3d61ab84c42ff8623bd48ff0ba74f9cf26bb402b
refs/heads/main
2023-08-30T23:58:35.398450
2022-03-26T01:29:03
2023-08-30T15:40:01
5,298,790
3,146
3,798
BSD-3-Clause
2023-09-14T17:22:04
2012-08-04T21:19:36
C++
UTF-8
C
false
false
4,458
c
runway_takeoff_params.c
/**************************************************************************** * * Copyright (c) 2015 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistri...
dc8b598283757f398a164e1c0856623c2ec7d4b4
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/scsi/initio.h
219b901bdc25fc151246a293cb6424dc66af2191
[ "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
29,983
h
initio.h
/************************************************************************** * Initio 9100 device driver for Linux. * * Copyright (c) 1994-1998 Initio Corporation * All rights reserved. * * Cleanups (c) Copyright 2007 Red Hat <alan@lxorguk.ukuu.org.uk> * * This program is free software; you can redistribute it a...
d13ce17282752e4dbc6741b80d98a2798f12d0af
88bd66842df4e38167ed0d07e29f33040029931b
/notes/data_structure/codes/12.4 KMP 代码.c
20588a94994d1e0ab33aba545e574ab6f95c705c
[ "CC-BY-SA-4.0" ]
permissive
PiperLiu/CS-courses-notes
3855292f4e58eac24e559c0aedea00a334a260a1
78315802cb61800a607575e13a17bb5d4765471e
refs/heads/master
2022-05-30T01:23:28.878483
2022-05-11T03:35:50
2022-05-11T03:35:50
221,176,862
360
57
Apache-2.0
2021-09-26T15:57:23
2019-11-12T09:16:55
C++
UTF-8
C
false
false
1,263
c
12.4 KMP 代码.c
#include <stdio.h> #include <string.h> #include <stdlib.h> typedef int Position; #define NotFound -1 void BuildMatch(char *pattern, int *match) { Position i, j; int m = strlen(pattern); match[0] = -1; for (j = 1; j < m; j++) { i = match[j - 1]; while ((i >= 0) && (pattern[i + 1] !...
f19badbf44ed36e0acac7d3835277e35bb5d7c41
2898fa4f2ad766afa0495a837f59fe95daa081a7
/tests/unit-pass/20030401-1.c
dfc54e3ad157ff278d5c94861a77db7498192db7
[ "NCSA" ]
permissive
kframework/c-semantics
12fcc1b1bf1f7792636d1c37f6f7bb1b89a392b5
e6879d14455771aa0cb3e3d201131d4d763a73a2
refs/heads/master
2023-07-31T23:57:03.316456
2022-02-01T17:50:31
2022-02-01T17:50:31
11,747,541
312
52
NOASSERTION
2022-02-01T17:50:33
2013-07-29T19:13:25
C
UTF-8
C
false
false
427
c
20030401-1.c
#include <stdlib.h> /* Testcase for PR fortran/9974. This was a miscompilation of the g77 front-end caused by the jump bypassing optimizations not handling instructions inserted on CFG edges. */ extern void abort (); int bar () { return 1; } void foo (int x) { unsigned char error = 0; if (! (error = (...
34ceb614e323856dfe96d9c08a5798ef8ed17c06
eecd5e4c50d8b78a769bcc2675250576bed34066
/src/tao/interface/dlregistao.c
2405c8d65f4c862e44a9d53f3ab4fbe45a4daec8
[ "BSD-2-Clause" ]
permissive
petsc/petsc
3b1a04fea71858e0292f9fd4d04ea11618c50969
9c5460f9064ca60dd71a234a1f6faf93e7a6b0c9
refs/heads/main
2023-08-17T20:51:16.507070
2023-08-17T16:08:06
2023-08-17T16:08:06
8,691,401
341
169
NOASSERTION
2023-03-29T11:02:58
2013-03-10T20:55:21
C
UTF-8
C
false
false
2,983
c
dlregistao.c
#include <petsc/private/taoimpl.h> static PetscBool TaoPackageInitialized = PETSC_FALSE; /*@C TaoFinalizePackage - This function destroys everything in the PETSc/Tao interface to the Tao package. It is called from `PetscFinalize()`. Level: developer .seealso: `TaoInitializePackage()`, `PetscFinalize()`, `TaoR...
237d70342bfba5ddcc2132d874a720234ae89887
5f86fc385c7dcfcb5b166cdea7c8b13057b8bb5f
/include/openenclave/internal/eeid.h
1e0e772b583ef44112278767f4b82ceabe7594ee
[ "MIT" ]
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
7,499
h
eeid.h
// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** * @file eeid.h * * This file declares internal EEID structures and functions. * */ #ifndef _OE_INTERNAL_EEID_H #define _OE_INTERNAL_EEID_H #ifdef OE_WITH_EXPERIMENTAL_EEID #include <openenclave/bits/eeid.h> /* When signing ...
521952e40e76ec41f5abc8889a43961cd86337d4
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/sysutils/minipro/patches/patch-jedec.c
48213e21bc5df1bd674d727e1c5b0e74eefdbe82
[]
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
933
c
patch-jedec.c
$NetBSD: patch-jedec.c,v 1.1 2022/01/22 17:52:53 thorpej Exp $ Use ctype(3) functions safely. --- jedec.c.orig 2022-01-22 15:54:35.000000000 +0000 +++ jedec.c @@ -125,7 +125,7 @@ static int parse_tokens(char *buffer, si if (!*p_token) continue; // Skip non printable characters but ETX - while (!isalpha...
b91b5da3d587b3c371d1930b1b255a30e900e27a
e73547787354afd9b717ea57fe8dd0695d161821
/src/world/common/atomic/CreateDarkness.inc.c
779da10a831dfa6bca654b5f25123a0561fe17db
[]
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
1,620
c
CreateDarkness.inc.c
#include "common.h" API_CALLABLE(N(DarkRoomUpdate)) { PlayerStatus* playerStatus = &gPlayerStatus; PlayerData* playerData = &gPlayerData; if (isInitialCall) { script->functionTemp[0] = 255; script->functionTemp[1] = FALSE; } set_screen_overlay_center_worldpos(SCREEN_LAYER_BACK, 1,...
a1fe62d0de8cd3447214726c1c12daa19d09f6a3
bcb62f36caa6ab1f92715cffae29cf4353d247e8
/courses/star_cup/wario_stadium/packed.inc.c
bb5369ee96f4a32d04727c664fdccd1361256026
[]
no_license
n64decomp/mk64
4b74ffb8c896e739b908534b74bc1cb79a21ae60
c4c00f159845fddd1eced906c14cc25a0cb7a10b
refs/heads/master
2023-09-01T02:48:30.111868
2023-09-01T02:28:49
2023-09-01T02:28:49
304,205,548
476
88
null
2023-09-14T04:36:28
2020-10-15T04:01:57
C
UTF-8
C
false
false
302,771
c
packed.inc.c
#include <ultra64.h> #include <macros.h> #include <PR/gbi.h> #include <actor_types.h> #include <course.h> #include <courses/star_cup/wario_stadium/packed.inc.h> Gfx d_course_wario_stadium_packed_dl_0[] = { gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_...
32d7d17571fbbb4d54d5929bc55ba8fe8004578f
67305fcba68fdf469862aed2959ad1dd5b22a536
/examples/28_iot_cloud_ms_azure/packages/azure-iot-sdk-v1.2.9/azure/iothub_service_client/src/iothub_messaging.c
d4539134d6615c8c4b10f4fb45206478da1a03e9
[ "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
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
15,993
c
iothub_messaging.c
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include <stdlib.h> #include <ctype.h> #include "azure_c_shared_utility/gballoc.h" #include "azure_c_shared_utility/crt_abstractions.h" #include "azure_c_shared_utility...
3943f14160e333d0fbcead7c2d187ab7c64ff440
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/third_party/afl/src/libtokencap/libtokencap.so.c
540722795517474426ad5f471c9069c420da26e7
[ "Apache-2.0", "GPL-1.0-or-later", "MIT", "LGPL-2.0-or-later", "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
6,077
c
libtokencap.so.c
/* american fuzzy lop - extract tokens passed to strcmp / memcmp ------------------------------------------------------------- Written and maintained by Michal Zalewski <lcamtuf@google.com> Copyright 2016 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");...
2c46e7442c0317cc09dbff29d707b94640c6f92e
99bdb3251fecee538e0630f15f6574054dfc1468
/libcpu/mips/pic32/cpuport.c
a23f3632033de282555198045d907a8fcbf7e645
[ "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,384
c
cpuport.c
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 20011-05-23 aozima the first version for PIC32. * 20011-09-05 aozima merge all of C source code into cpuport.c. */ #include <rtthread.h> /*...
00be1212f5c93c14abc3b0c6ea8e57b796092df9
0744dcc5394cebf57ebcba343747af6871b67017
/os/board/rtl8730e/src/component/soc/amebad2/atf/drivers/arm/css/scmi/scmi_private.h
61437f6d7a443abab6dc00bce6dcbbced78894b0
[ "Apache-2.0", "GPL-1.0-or-later", "BSD-3-Clause", "ISC", "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive" ]
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,023
h
scmi_private.h
/* * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SCMI_PRIVATE_H #define SCMI_PRIVATE_H #include <lib/mmio.h> /* * SCMI power domain management protocol message and response lengths. It is * calculated as sum of length in bytes...
95243a3d1736b7735712a67e578ad9c5597bbbd2
220c48a1ef7cf32a039c2d2ca69b9bd1541f294b
/glsdk/freeglut/progs/demos/smooth_opengl3/smooth_opengl3.c
5d47085b2d6d70193762208d6f5167cd235239ff
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-public-domain", "CC-BY-3.0", "X11", "Zlib" ]
permissive
paroj/gltut
9b46265787530a512e7bbdf15b0985589d6a1543
849521f162f4b4f04f8f959c6759b93c524eba55
refs/heads/master
2023-08-22T17:08:22.414353
2022-08-20T10:23:35
2022-08-20T10:23:35
48,700,835
1,406
389
MIT
2022-08-20T10:05:17
2015-12-28T16:12:54
C++
UTF-8
C
false
false
14,473
c
smooth_opengl3.c
/* * smooth_opengl3.c, based on smooth.c, which is (c) by SGI, see below. * This program demonstrates smooth shading in a way which is fully * OpenGL-3.1-compliant. * A smooth shaded polygon is drawn in a 2-D projection. */ /* * Original copyright notice from smooth.c: * * License Applicability. Except to the ...
53a3cfee8991f3cf626a4ff4fadd37af5ac424a2
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/include/any-linux-any/linux/seg6_iptunnel.h
4361e5c5a1bbfa4244f22cc85932ca719d6390bf
[ "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
982
h
seg6_iptunnel.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * SR-IPv6 implementation * * Author: * David Lebrun <david.lebrun@uclouvain.be> * * * 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 th...
ee86b919d2748e2dffc06760fdef3db113dbaf3d
e73547787354afd9b717ea57fe8dd0695d161821
/src/effects/gfx/blast.c
c5fe938408957524446d8b24d85561048e413e26
[]
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
1,585
c
blast.c
#include "effects/gfx/D_09000000_37D9D0.png.inc.c" #include "effects/gfx/D_09000200_37DBD0.png.inc.c" #include "effects/gfx/D_09000400_37DDD0.png.inc.c" #include "effects/gfx/D_09000600_37DFD0.png.inc.c" #include "effects/gfx/D_09000800_37E1D0.png.inc.c" #include "effects/gfx/D_09000A00_37E3D0.png.inc.c" #include "effe...
3157cbdb84a30b0ceda4f0d80e521a05757c5917
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/net/phy/mdio-mux-mmioreg.c
9733bd239a866d4a38552c8c41fb9b9864b6e50f
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-free-unknown", "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only" ]
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,190
c
mdio-mux-mmioreg.c
/* * Simple memory-mapped device MDIO MUX driver * * Author: Timur Tabi <timur@freescale.com> * * Copyright 2012 Freescale Semiconductor, Inc. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any * kind, whether e...
17bc287e87d4e9f8c0218a561d008a05e30937ed
b23de605446429b92ed1cd1facc402b025a488e8
/tests/vcc/lifecycle.c
1988c042e640f5b19e54d81c40445283793a57ac
[ "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
4,531
c
lifecycle.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" file ...