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
30a84270694e30b79c19f0033422d5f06a592cd8
0744dcc5394cebf57ebcba343747af6871b67017
/external/wpa_supplicant/src/ap/p2p_hostapd.c
312407c03cfb0dadf6e59c6e8ae8ecb3c5f1e35c
[ "MIT", "BSD-3-Clause", "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
2,605
c
p2p_hostapd.c
/* * hostapd / P2P integration * Copyright (c) 2009-2010, Atheros Communications * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "utils/includes.h" #include "utils/common.h" #include "common/ieee802_11_defs.h" #include "p2p/p2p.h" #include "hos...
1b89d7552ee647a2d4ce51da94f4c72e1d0d144b
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/comms/linrad/files/patch-menu.c
d14349287e82094692d24969dd10d28126c55b11
[ "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
627
c
patch-menu.c
--- menu.c.orig 2014-11-04 10:25:00 UTC +++ menu.c @@ -965,11 +965,13 @@ if(parnum == SECOND_FFT_ATT_N) { k[0]=fft2_n-2; } +// Please check if index is within constaints *BEFORE* using it. +// This error was caught by GCC5 diagnostics marino@FreeBSD.org if(parnum == SECOND_FFT_VERNR) { i=0; - while( ff...
f11c52a6aae273c00a3af821136e3fd546553ce0
70ffcb065027032a399f44b9ec91e7b61d73583d
/tests/fuzz/fuzz-base32-64.c
9dbec2e8fb4a4044957315c085b131d28af35c5d
[ "MIT" ]
permissive
ElementsProject/lightning
4e260841b2ebad8c772a5ff91ef1ebbc3fe1ad71
990096f904e26386527a4eddd8d3262464bacabd
refs/heads/master
2023-09-01T07:11:34.794039
2023-08-31T09:55:14
2023-08-31T22:02:14
37,350,472
2,812
961
NOASSERTION
2023-09-14T19:33:22
2015-06-13T00:04:22
C
UTF-8
C
false
false
492
c
fuzz-base32-64.c
#include "config.h" #include <assert.h> #include <common/base32.h> #include <common/base64.h> #include <tests/fuzz/libfuzz.h> void init(int *argc, char ***argv) { } void run(const uint8_t *data, size_t size) { char *encoded; uint8_t *decoded; encoded = b32_encode(NULL, data, size); decoded = b32_decode(NULL, en...
de1895a15e9ed262c8fa0e6b426a7a48ba37f158
178a0e20a6e63b7ce13223c8b3c9dfa4044235ff
/tests/test_stack.h
36aa2dd919d094164bc153cb915d428ea96e7f7a
[ "MIT" ]
permissive
FedeDP/libmodule
ee82cb32ba740dd6d779629635b244a751e8adfa
f4c4bb2d56b7fd7d27cdeba245a153b55aa5c871
refs/heads/master
2023-06-22T08:48:53.349034
2023-01-03T17:31:22
2023-01-03T21:43:06
123,963,483
121
9
MIT
2023-01-04T18:06:16
2018-03-05T18:49:59
C
UTF-8
C
false
false
248
h
test_stack.h
#include "test_commons.h" void test_stack_push(void **state); void test_stack_peek(void **state); void test_stack_length(void **state); void test_stack_iterator(void **state); void test_stack_pop(void **state); void test_stack_free(void **state);
037534e9ee268f3eaa568cddbf8e1484f918d986
e5aa0f7de0dcbc86408348c51e6bf0edb8e833e9
/sway/desktop/xwayland.c
a52cf4ad105ae83eb51ed0e98d333541d3c88bd4
[ "MIT" ]
permissive
swaywm/sway
8400f4fa5eebaccfceb9196b2692b80ae27eef3c
89f85312687b7fd1777c936e169e6400cee0a4b4
refs/heads/master
2023-09-06T01:57:38.706040
2023-08-30T14:57:25
2023-08-30T14:57:25
40,217,904
11,469
1,362
MIT
2023-09-14T11:37:52
2015-08-05T01:31:45
C
UTF-8
C
false
false
31,116
c
xwayland.c
#define _POSIX_C_SOURCE 199309L #include <float.h> #include <stdbool.h> #include <stdlib.h> #include <wayland-server-core.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_xdg_activation_v1.h> #include <wlr/xwayland.h> #include <xcb/xcb_icccm.h> #include "log.h" #incl...
d7b0c77dc674e3895264012c80087056787f44c9
bb82a5f977bef455714c16e24e2d8254e2d0faa5
/src/vendor/duktape-2.7.0/src-separate/duk_error_macros.c
13fbedc67386956edd916732984093dc36a6a5d7
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
pqrs-org/Karabiner-Elements
4ae307d82f8b67547c161c7d46d2083a0fd07630
d05057d7c769e2ff35638282e888a6d5eca566be
refs/heads/main
2023-09-01T03:11:08.474417
2023-09-01T00:44:19
2023-09-01T00:44:19
63,037,806
8,197
389
Unlicense
2023-09-01T00:11:00
2016-07-11T04:57:55
C++
UTF-8
C
false
false
7,662
c
duk_error_macros.c
/* * Error and fatal handling. */ #include "duk_internal.h" #define DUK__ERRFMT_BUFSIZE 256 /* size for formatting buffers */ #if defined(DUK_USE_VERBOSE_ERRORS) DUK_INTERNAL DUK_COLD void duk_err_handle_error_fmt(duk_hthread *thr, const char *filename, ...
bb5d47b976c25b88d10a4d2b170002f2e87537fa
52c8ed39b32ccc7c0673278c1adea3638797c9ff
/src/wboxtest/crypto/base64.c
488c404f5e151017e65900cb7acaadb2cfc8110b
[ "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
938
c
base64.c
/* * wboxtest/crypto/base64.c */ #include <base64.h> #include <wboxtest.h> static void * base64_setup(struct wboxtest_t * wbt) { return NULL; } static void base64_clean(struct wboxtest_t * wbt, void * data) { } static void base64_run(struct wboxtest_t * wbt, void * data) { char in[128]; char out1[base64_encode...
2533943d319635c511e6f87cf8f38b16e54ef01e
db43102dabf5371688cc6564284e8dfb609a1bf4
/spm/Sources/IGListDiffKit/include/NSString+IGListDiffable.h
b3f2fa9d09a7abeba5b019bfe8ce00f78febeaae
[ "MIT", "CC-BY-4.0" ]
permissive
Instagram/IGListKit
8a6b2f8d5d87a9c101b3a19a998ad646bda283ce
ffd51e6235c761b14c52ac657c69dd52ee7b321f
refs/heads/main
2023-08-03T15:15:50.663201
2023-07-27T03:35:00
2023-07-27T03:35:00
67,588,512
13,748
1,920
MIT
2023-06-13T09:16:50
2016-09-07T08:39:27
Objective-C
UTF-8
C
false
false
58
h
NSString+IGListDiffable.h
../../../../Source/IGListDiffKit/NSString+IGListDiffable.h
183225f2a86c7949fbb5980bea2143ac3e388e40
00c64e0967d197d8c6fc3427954e2d0b2ff13ca0
/clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vsbc.c
40ea87d05a5c92d68be344a809b0b5bda68cbae9
[ "Apache-2.0", "LLVM-exception", "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
triSYCL/sycl
893048e80158cf3359c1ad8912da9ccf493faf69
5a95a7136a11b75f01ef839d9229780032bbeecf
refs/heads/sycl/unified/master
2023-08-23T22:06:46.238209
2023-05-24T22:54:31
2023-05-24T22:54:31
178,923,006
103
17
NOASSERTION
2023-09-12T20:03:26
2019-04-01T18:29:01
null
UTF-8
C
false
false
95,286
c
vsbc.c
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py // REQUIRES: riscv-registered-target // RUN: %clang_cc1 -triple riscv64 -target-feature +v -disable-O0-optnone \ // RUN: -emit-llvm %s -o - | opt -S -passes=mem2reg | \ // RUN: FileCheck --check-prefix=CHECK-RV64 %s #include <riscv_vecto...
7c98cfa8f124f2c1bf695bf21108d679e772c695
999c9b49caf48e6653147f761e438ece405cb515
/examples/annotated_injection/emergency_brake.h
c5650b4e6d06d50eb3be76341d47256abab1208b
[ "Apache-2.0" ]
permissive
google/fruit
34bb2481855d35167cc715f510f1c294e4158e38
570eb41e8ba7cb64837af57e5d50a94e45f02446
refs/heads/master
2023-08-29T15:34:03.496802
2023-01-29T23:16:31
2023-01-30T00:43:24
20,900,043
1,824
269
Apache-2.0
2023-01-30T00:43:25
2014-06-16T20:43:26
C++
UTF-8
C
false
false
1,009
h
emergency_brake.h
/* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
6d9a9cc79145a49d8b48c8092fcf6f170f8c0985
aa5c1a530f95d629e686ac9124caf1a49a9f23e9
/runtime/src/iree/hal/drivers/metal/registration/driver_module.c
d2e20ebe340ddf1a9881db5820b83800bb32ffa1
[ "Apache-2.0", "LLVM-exception", "LicenseRef-scancode-unknown-license-reference" ]
permissive
openxla/iree
eacf5b239559e1d3b40c38039ac4c26315b523f7
13ef677e556d0a1d154e45b052fe016256057f65
refs/heads/main
2023-09-06T01:19:49.598662
2023-09-04T07:01:30
2023-09-04T07:01:30
208,145,128
387
110
Apache-2.0
2023-09-14T20:48:00
2019-09-12T20:57:39
C++
UTF-8
C
false
false
3,417
c
driver_module.c
// Copyright 2023 The IREE Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include "iree/hal/drivers/metal/registration/driver_module.h" #include <inttypes.h> #include <s...
dd511797b964cfcb1102b3e664a531e1760eff8a
c9ef12d8c89237b9c2f53e33ed7dbcf2000cfc66
/upnp/src/genlib/client_table/client_table.c
ab8e9e90d7b94c6c16b4464baaa958c797855303
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
pupnp/pupnp
7b876bc6434e129e4ef381b9e74f474450cec968
2388207fc291cdc3bf1b3e98be96f80e3de3e992
refs/heads/branch-1.14.x
2023-09-04T12:58:09.775688
2023-08-21T21:47:15
2023-08-21T21:47:15
855,820
188
70
BSD-3-Clause
2023-08-21T21:32:09
2010-08-23T03:03:20
C
UTF-8
C
false
false
2,825
c
client_table.c
/************************************************************************ * Purpose: This file defines the functions for clients. It defines * functions for adding and removing clients to and from the client table, * adding and accessing subscription and other attributes pertaining to the * client ***************...
cb19f643771727eadf5b91a758d9c43408884e7b
8838eb997879add5759b6dfb23f9a646464e53ca
/src/tests/stdlib/strlwr.c
cc3171fe379e63c5d72d591c11dfcf55bd2b97e9
[ "BSD-2-Clause" ]
permissive
embox/embox
d6aacec876978522f01cdc4b8de37a668c6f4c80
98e3c06e33f3fdac10a29c069c20775568e0a6d1
refs/heads/master
2023-09-04T03:02:20.165042
2023-09-02T14:55:31
2023-09-02T14:55:31
33,078,138
1,087
325
BSD-2-Clause
2023-09-14T16:58:34
2015-03-29T15:27:48
C
UTF-8
C
false
false
898
c
strlwr.c
/** * @file * * @date Mar 21, 2020 * @author: Faisal Riyaz */ #include <string.h> #include <embox/test.h> EMBOX_TEST_SUITE("test suit for strlwr()"); TEST_CASE("strlwr with uppercase string") { char str[] = "STRING"; test_assert_zero(strcmp("string", strlwr(str))); } TEST_CASE("strlwr with mixed string") {...
cc570d0d25ec1fa2df6f15d775513e687f987b46
5ab69c8644a936a3d9dec1669a86c7369c911bf8
/examples/platform-specific/cc2538-common/test-pwm.c
61ccab8357fc0a6b068341e6ad7e33dcc972aa97
[ "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
5,958
c
test-pwm.c
/* * Copyright (c) 2015, Zolertia - http://www.zolertia.com * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notic...
bf9f509089d3ba4ed613a04790ad091646ad041e
d10090b0c23c789baaac67f40cccb61f39554e07
/Middleware/Third_Party/FreeRTOS/FreeRTOS_POSIX/FreeRTOS-Plus-POSIX/source/FreeRTOS_POSIX_clock.c
51e592ae40bd3018ad36b960a080055d2bf17694
[ "MIT" ]
permissive
PacktPublishing/Hands-On-RTOS-with-Microcontrollers
b6b78ebf4a462a10c115338f85edb2769ac6cd58
9cb30e4846482cd2cf19aa631757bfe916cc245f
refs/heads/master
2023-08-08T16:48:34.456178
2023-01-30T10:00:49
2023-01-30T10:00:49
206,287,816
128
84
MIT
2023-07-22T15:18:15
2019-09-04T09:55:46
C
UTF-8
C
false
false
7,473
c
FreeRTOS_POSIX_clock.c
/* * Amazon FreeRTOS POSIX V1.1.0 * Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, i...
eeb8f6d0e1d10d904152070653cc3c5493b3f21e
52c8ed39b32ccc7c0673278c1adea3638797c9ff
/src/include/version.h
f268624b0e51f3e9e71a54911c5aff3b29e788a3
[ "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
314
h
version.h
#ifndef __VERSION_H__ #define __VERSION_H__ #ifdef __cplusplus extern "C" { #endif int xboot_version(void); const char * xboot_version_string(void); const char * xboot_banner_string(void); const char * xboot_character_logo_string(int i); #ifdef __cplusplus } #endif #endif /* __VERSION_H__ */
3a29cbe53b8c9cdf6dfb9956bfb30557dff53c99
4692f28f86ee84a76abfac8cc8a0dd41fcd402e4
/pkg/collector/corechecks/ebpf/c/runtime/oom-kill-kern-user.h
aeeb8df135ed225ac16f61d443b9f862f48a6f52
[ "GPL-2.0-only", "CC0-1.0", "BSD-3-Clause", "Apache-2.0", "GPL-1.0-or-later", "MIT", "0BSD", "Unlicense", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "BSD-2-Clause-Views", "MPL-2.0" ]
permissive
DataDog/datadog-agent
cc4b89839d6031903bf23aa12eccc2a3f3c7f213
d960cdb7de8fa5d1c7138cfe58e754af80cb796a
refs/heads/main
2023-09-04T10:45:08.138748
2023-09-04T09:13:43
2023-09-04T09:13:43
49,970,739
2,388
1,288
Apache-2.0
2023-09-14T20:06:34
2016-01-19T17:40:41
Go
UTF-8
C
false
false
570
h
oom-kill-kern-user.h
#ifndef OOM_KILL_KERN_USER_H #define OOM_KILL_KERN_USER_H #include "ktypes.h" #ifndef TASK_COMM_LEN #define TASK_COMM_LEN 16 #endif struct oom_stats { char cgroup_name[129]; // Pid of triggering process __u32 pid; // Pid of killed process __u32 tpid; // Name of triggering process char fco...
bf397715450e7ecfa0c7de0f77e0acc248ee0c39
a5a7c59b04a1a64fe34653c7970c3cf173f9c1df
/externals/netlib/dctemplates/F2CLIBS/libI77/typesize.c
16ee098dbbc8a011f2ec658ec84e05a8772d7259
[ "LicenseRef-scancode-other-permissive", "BSD-3-Clause", "LicenseRef-scancode-us-govt-public-domain", "LicenseRef-scancode-public-domain", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
siconos/siconos
a7afdba41a2bc1192ad8dcd93ac7266fa281f4cf
82a8d1338bfc1be0d36b5e8a9f40c1ad5384a641
refs/heads/master
2023-08-21T22:22:55.625941
2023-07-17T13:07:32
2023-07-17T13:07:32
37,709,357
166
33
Apache-2.0
2023-07-17T12:31:16
2015-06-19T07:55:53
C
UTF-8
C
false
false
289
c
typesize.c
#include "f2c.h" ftnlen f__typesize[] = { 0, 0, sizeof(shortint), sizeof(integer), sizeof(real), sizeof(doublereal), sizeof(complex), sizeof(doublecomplex), sizeof(logical), sizeof(char) };
8888092b9f14a6847a7f9a6fceee9bebd520a131
0bcd128368e2de959ca648960ffd7944067fcf27
/src/ports/SkOSLibrary.h
d7f696f09b7243d7341ff8b7aaa554c907ade8bb
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
google/skia
ac6e39179cd33cf0c8a46d29c1a70bf78b4d74ee
bf6b239838d3eb56562fffd0856f4047867ae771
refs/heads/main
2023-08-31T21:03:04.620734
2023-08-31T18:24:15
2023-08-31T20:20:26
15,773,229
8,064
1,487
BSD-3-Clause
2023-09-11T13:42:07
2014-01-09T17:09:57
C++
UTF-8
C
false
false
376
h
SkOSLibrary.h
/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkOSLibrary_DEFINED #define SkOSLibrary_DEFINED void* SkLoadDynamicLibrary(const char* libraryName); void* SkGetProcedureAddress(void* library, const char* functionNa...
8a11297565f6b71d681e0d7371a7caf2853dcfd7
0851cf9dee9699a3296276705b45993e55c51592
/test/builtins/Unit/negvdi2_test.c
f6e70c800fa597ed51e1bfb6840b0216c8d8a19c
[ "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
1,625
c
negvdi2_test.c
// RUN: %clang_builtins %s %librt -o %t && %run %t //===-- negvdi2_test.c - Test __negvdi2 -----------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH...
f0ffb2385a0ff6c7cd98670ecf42d286204e2db0
03666e5f961946fc1a0ac67781ac1425562ef0d7
/src/avt/Expressions/Abstract/avtBinaryMathExpression.C
1dbe287b1a10f1568561fd250a669622ac1aa99d
[ "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
11,323
c
avtBinaryMathExpression.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. // ************************************************************************* // // ...
7d9f6411b9fcbfbdbb60b2af577e74f5c192a6b6
6d54a7b26d0eb82152a549a6a9dfde656687752c
/src/lib/core/TLVData.h
343203783b02466a423b0c56d0c5c2dc604c9e16
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
project-chip/connectedhomeip
81a123d675cf527773f70047d1ed1c43be5ffe6d
ea3970a7f11cd227ac55917edaa835a2a9bc4fc8
refs/heads/master
2023-09-01T11:43:37.546040
2023-09-01T08:01:32
2023-09-01T08:01:32
244,694,174
6,409
1,789
Apache-2.0
2023-09-14T20:56:31
2020-03-03T17:05:10
C++
UTF-8
C
false
false
17,587
h
TLVData.h
/* * * Copyright (c) 2020 Project CHIP Authors * Copyright (c) 2015-2017 Nest Labs, 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.o...
7ad4bef3ccd330947dbffd0251459f5851f2a738
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/editors/nedit/patches/patch-util_misc.c
2749a2a8c21a48f49d977ddc647929ef679b9f90
[]
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
852
c
patch-util_misc.c
$NetBSD: patch-util_misc.c,v 1.2 2013/06/23 09:45:52 obache Exp $ * prevent to crash, as PR pkg/47777 taken from Red Hat Bug 199770: https://bugzilla.redhat.com/show_bug.cgi?id=199770 upstream bug #668: http://sourceforge.net/p/nedit/bugs/668/ --- util/misc.c.orig 2004-08-09 22:20:00.000000000 +0000 +++ u...
210f44f187ed42b8973e4c0385d7add39c6d2b46
c9bc99866cfab223c777cfb741083be3e9439d81
/module/mpmm/include/mod_mpmm.h
6d7b0c7026852c43a83947a48080cd59314ab4cf
[ "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
4,514
h
mod_mpmm.h
/* * Arm SCP/MCP Software * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef MOD_MPMM_H #define MOD_MPMM_H #include <fwk_id.h> #include <stddef.h> #include <stdint.h> /*! * \ingroup GroupModules * \defgroup GroupMPMM Max Power Mitiga...
e5ed958f4696c001c495055cbf9d159bc725b260
de21f9075f55640514c29ef0f1fe3f0690845764
/regression/goto-instrument-typedef/typedef-return-struct1/main.c
30c1323555ccfbf6090a7177f2ae078a2520c0fe
[ "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
293
c
main.c
typedef struct tag_struct_name { int x; float y; } MYSTRUCT; struct tag_struct_name fun() { struct tag_struct_name return_variable = { .x = 1, .y = 3.14f}; return return_variable; } MYSTRUCT fun2() { MYSTRUCT return_variable = { .x = 1, .y = 3.14f}; return return_variable; }
e78e9bf280f0f9d5fd69f4cec2a3da48f7848404
0225a1fb4e8bfd022a992a751c9ae60722f9ca0d
/3party/libtess2/Source/priorityq.c
c8fc75862451c73621731d9958c2635c2c33fe31
[ "Apache-2.0", "SGI-B-2.0" ]
permissive
organicmaps/organicmaps
fb2d86ea12abf5aab09cd8b7c55d5d5b98f264a1
76016d6ce0be42bfb6ed967868b9bd7d16b79882
refs/heads/master
2023-08-16T13:58:16.223655
2023-08-15T20:16:15
2023-08-15T20:16:15
324,829,379
6,981
782
Apache-2.0
2023-09-14T21:30:12
2020-12-27T19:02:26
C++
UTF-8
C
false
false
13,377
c
priorityq.c
/* ** SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) ** Copyright (C) [dates of first publication] Silicon Graphics, Inc. ** All Rights Reserved. ** ** Permission is hereby granted, free of charge, to any person obtaining a copy ** of this software and associated documentation files (the "Software"), to deal...
41f9dddf6b5ab11df8c1362b8f1d92f56dc06fa2
f7dc806f341ef5dbb0e11252a4693003a66853d5
/thirdparty/zstd/common/entropy_common.c
e2173afb0a8b0c8c070033ac404f830157c27c6a
[ "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
13,308
c
entropy_common.c
/* ****************************************************************** * Common functions of New Generation Entropy library * Copyright (c) Meta Platforms, Inc. and affiliates. * * You can contact the author at : * - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy * - Public forum : h...
bb9a1fdb1a93039f558f135c8cd79ac72bfc3b9e
450916eee7580beb928ed8f387db4f0a8c1aa508
/src/amuse/community/gadget2/src/allvars.c
4f59d12d0bd2f979d45fabfaadf81cd06a0ad684
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
amusecode/amuse
42095545893f5a86ea79c2a52ce54d3ce8eb204f
b57c1e2fda1457d5025307be105c2aa59b19b574
refs/heads/main
2023-08-31T04:50:48.880044
2023-08-30T12:00:20
2023-08-30T12:00:20
18,516,331
158
118
Apache-2.0
2023-08-30T12:00:22
2014-04-07T12:35:07
AMPL
UTF-8
C
false
false
9,918
c
allvars.c
/*! \file allvars.c * \brief provides instances of all global variables. */ #include <stdio.h> #include <gsl/gsl_rng.h> #include "tags.h" #include "allvars.h" int ThisTask; /*!< the rank of the local processor */ int NTask; /*!< number of processors */ int PTask; /*!< smallest integer such ...
775f7ecdbf9af8fc4f083afd088a3953f408b58a
eecd5e4c50d8b78a769bcc2675250576bed34066
/src/sys/classes/draw/interface/dtri.c
26df18f6542179a7e2850553f61e8f69696c24de
[ "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
8,337
c
dtri.c
#include <petsc/private/drawimpl.h> /*I "petscdraw.h" I*/ /*@ PetscDrawTriangle - draws a triangle onto a drawable. Not Collective Input Parameters: + draw - the drawing context . x1 - coordinate of the first vertex . y_1 - coordinate of the first vertex . x2 - coordinate of the second vertex . y2 - c...
464af00339204d62f2e84c4c670ac6fb7542b439
8a51a96f61699f0318315ccc89cef39f6866f2b5
/src/backend/utils/adt/arrayutils.c
62152f79f5326dc29bf80bec3131e83b58c14267
[ "PostgreSQL" ]
permissive
postgres/postgres
979febf2b41c00090d1256228f768f33e7ef3b6f
b5934bfd6071fed3a38cea0cfaa93afda63d9c0c
refs/heads/master
2023-08-31T00:10:01.373472
2023-08-30T23:07:48
2023-08-30T23:07:48
927,442
13,691
4,807
NOASSERTION
2023-09-09T13:59:15
2010-09-21T11:35:45
C
UTF-8
C
false
false
7,172
c
arrayutils.c
/*------------------------------------------------------------------------- * * arrayutils.c * This file contains some support routines required for array functions. * * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California ...
1bce5d05040f2f56828fb064d13d97e83ed3ee95
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/raspberry-pico/libraries/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/resets.h
b512350376c1abe5a4dc147329efb1af6d9dbf08
[ "BSD-3-Clause", "Zlib", "LicenseRef-scancode-proprietary-license", "MIT", "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
27,754
h
resets.h
/** * Copyright (c) 2021 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause */ // ============================================================================= // Register block : RESETS // Version : 1 // Bus type : apb // Description : None // ====================================...
7bc9d1508956bd2cf9883d6068286d8d1609b7cc
c72be999abf8848a7d09264ba9ee7bae30f4524a
/xme/xme/core/plugAndPlay/src-gen/plugAndPlayManagerProcessLogoutAcknowledgmentsFunction.c
7bb70b49e8ee979a888d7e8cc3f5e5b4265d6c43
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ipa-rmb/autopnp
8399be67c1a3de61e01619dc8677c52728ffd836
f25517a093c772a1481bcff3e9da055d4c627954
refs/heads/indigo_dev
2022-05-05T01:57:05.858437
2022-04-29T07:31:42
2022-04-29T07:31:42
3,398,225
144
101
null
2019-07-08T06:11:13
2012-02-09T15:30:28
C
UTF-8
C
false
false
6,201
c
plugAndPlayManagerProcessLogoutAcknowledgmentsFunction.c
/* * Copyright (c) 2011-2014, fortiss GmbH. * Licensed under the Apache License, Version 2.0. * * Use, modification and distribution are subject to the terms specified * in the accompanying license file LICENSE.txt located at the root directory * of this software distribution. A copy is available at * http://chr...
835487f486d3e10ac423c59fcb35620f115ca584
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/musl/src/network/getsockopt.c
d3640d9c91f26e77360cfe3161902e198aaaa6c3
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-musl-exception" ]
permissive
ziglang/zig
4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5
f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c
refs/heads/master
2023-08-31T13:16:45.980913
2023-08-31T05:50:29
2023-08-31T05:50:29
40,276,274
25,560
2,399
MIT
2023-09-14T21:09:50
2015-08-06T00:51:28
Zig
UTF-8
C
false
false
1,175
c
getsockopt.c
#include <sys/socket.h> #include <sys/time.h> #include <errno.h> #include "syscall.h" int getsockopt(int fd, int level, int optname, void *restrict optval, socklen_t *restrict optlen) { long tv32[2]; struct timeval *tv; int r = __socketcall(getsockopt, fd, level, optname, optval, optlen, 0); if (r==-ENOPROTOOPT)...
a7c7286388473c5661deac7c17dd979f6a272834
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/u-boot_new/include/configs/tricorder.h
80985a2655a180f223bdb11fcb72201beaf8a226
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "GPL-2.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
12,170
h
tricorder.h
/* * (C) Copyright 2006-2008 * Texas Instruments. * Richard Woodruff <r-woodruff2@ti.com> * Syed Mohammed Khasim <x0khasim@ti.com> * * (C) Copyright 2012 * Corscience GmbH & Co. KG * Thomas Weber <weber@corscience.de> * * Configuration settings for the Tricorder board. * * SPDX-License-Identifier: GPL-2.0+ ...
7ef06b31cccd0f88776fed2fd020c665895785bb
ab1075840efe58c74d15f547c2c3142c9fb6ae35
/example/5.c
f93e9d30633516d516ae078397fdbd5ea1fb18dd
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
symisc/unqlite
9a4dcc48d9218a082b946d794b641b819f214aeb
057067abe124d5ea13c4d37fb552dff8ec840565
refs/heads/master
2023-08-30T18:40:18.278321
2023-05-30T00:44:13
2023-05-30T00:44:13
22,761,491
1,980
224
NOASSERTION
2023-09-07T08:03:05
2014-08-08T15:03:23
C
UTF-8
C
false
false
22,227
c
5.c
/* * Compile this file together with the UnQLite database engine source code * to generate the executable. For example: * gcc -W -Wall -O6 unqlite_func_intro.c unqlite.c -o unqlite_unqlite_func */ /* * This simple program is a quick introduction on how to embed and start * experimenting with UnQLite without havi...
206febf39d37727a0a8678bfcb0888cc69ee8f68
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/zaurus/include/int_types.h
4c7d0c533b4d6a850512b14709c848576bb20b27
[]
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
92
h
int_types.h
/* $NetBSD: int_types.h,v 1.1 2006/12/16 05:45:58 ober Exp $ */ #include <arm/int_types.h>
4864684d86f065ae1ada0a67adad808c7958bacd
f1ef1ba035666cfaaeb1407590ab2b8eb15aea86
/src/drivers/ia_iowow.c
814c56aa32155ad596d4640077942dc623ac66c1
[ "BSD-2-Clause" ]
permissive
pmwkaa/ioarena
fbe0fe17f095fb5a253e6fc996bc69a8e712fa5b
1e7c6c222e55f3a3189e21bd2cd4a1665f4d9ec9
refs/heads/master
2022-06-18T15:48:35.181153
2022-06-06T06:56:13
2022-06-06T06:56:13
40,892,595
136
30
NOASSERTION
2022-06-06T06:56:16
2015-08-17T12:23:40
C
UTF-8
C
false
false
4,682
c
ia_iowow.c
/* * ioarena: embedded storage benchmarking * * Copyright (c) ioarena authors * BSD License */ #include "ioarena.h" #include <iowow/iwkv.h> struct iaprivate { IWKV iwkv; IWDB iwdb; }; struct iacontext { IWKV_cursor cursor; }; static int ia_iowow_open(const char *datadir) { iwrc rc = 0; const char *db...
516c3bb9ea72f28699c023873920a71877545515
7df190df28da7e4ff166e55dc8ce780f11236a9f
/src/router/httpd/visuals/styles.c
820b59f0342bf473eef9e46084fb0676c838923a
[]
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
6,095
c
styles.c
/* * styles.c * * Copyright (C) 2005 - 2022 Sebastian Gottschall <s.gottschall@dd-wrt.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at you...
3696f0c15d7f4703f077dbfc500febad418a1245
cf56b5fcf51fddb219c47f5f006d8595a4483c57
/src/components/tl/ucp/reduce_scatter/reduce_scatter.h
2b5df1f143099395d4c1ca9f7e658e09ef76a45b
[ "BSD-3-Clause" ]
permissive
openucx/ucc
3b39fbd849a7850c559b60eaec7882292f8a5eca
f89cd7557e6ebb19b4c6ebd529647d8b42c30657
refs/heads/master
2023-08-18T03:18:54.072899
2023-08-17T18:05:44
2023-08-17T18:05:44
282,490,868
150
57
BSD-3-Clause
2023-09-12T09:49:18
2020-07-25T17:18:51
C
UTF-8
C
false
false
1,539
h
reduce_scatter.h
/** * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ #ifndef REDUCE_SCATTER_H_ #define REDUCE_SCATTER_H_ #include "tl_ucp_coll.h" enum { UCC_TL_UCP_REDUCE_SCATTER_ALG_RING, UCC_TL_UCP_REDUCE_SCATTER_ALG_LAST }; extern ucc_base_coll_alg_inf...
0c81dac21f703abd171f51d9b18c30da1f0158aa
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/sun3/include/pcb.h
e520fbda608924896b9d902d55bfc742bde585a8
[]
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
81
h
pcb.h
/* $NetBSD: pcb.h,v 1.11 1997/03/31 21:35:39 gwr Exp $ */ #include <m68k/pcb.h>
c77ada12bd9c7197c0556798d062cc4a928792ee
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_overtone/AKWF_overtone_0002.h
a00c75caef997723446c5018c9f292ad9dce306b
[ "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,690
h
AKWF_overtone_0002.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...
1c822fe007758ec098be5b8abe13e4e60f50254c
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/hp300/dev/rd.c
d2fdafc084f817fe7b03611be03fdabefc1daa43
[]
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
39,112
c
rd.c
/* $NetBSD: rd.c,v 1.126 2023/04/21 23:01:59 tsutsui Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without...
14e5349de6ea6731217248323dcb0c144118b91b
8838eb997879add5759b6dfb23f9a646464e53ca
/platform/lego_nxt/pnet/node/direct_comm/executer.c
09365c050abfb2dd8ede6f263fae85504b90dde9
[ "BSD-2-Clause" ]
permissive
embox/embox
d6aacec876978522f01cdc4b8de37a668c6f4c80
98e3c06e33f3fdac10a29c069c20775568e0a6d1
refs/heads/master
2023-09-04T03:02:20.165042
2023-09-02T14:55:31
2023-09-02T14:55:31
33,078,138
1,087
325
BSD-2-Clause
2023-09-14T16:58:34
2015-03-29T15:27:48
C
UTF-8
C
false
false
2,880
c
executer.c
/** * @file * @brief * * @date 28.10.2011 * @author Anton Kozlov */ #include <stdint.h> #include <stdio.h> #include <string.h> #include <embox/unit.h> #include <drivers/nxt/motor.h> #include <drivers/nxt/sensor.h> #include <drivers/nxt/direct_comm.h> #include <drivers/bluetooth/bluetooth.h> #include <pnet/core...
6654f46d48ffed52aadf593a30ca574b745e930c
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/staging/csr/monitor.c
c8e20e4c6111a93577250f54b59c11c437295322
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0", "eCos-exception-2.0", "MIT" ]
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
11,710
c
monitor.c
/* * --------------------------------------------------------------------------- * FILE: monitor.c * * Copyright (C) 2006-2008 by Cambridge Silicon Radio Ltd. * * Refer to LICENSE.txt included with this source code for details on * the license terms. * * ---------------------------------------------------...
fabc696386acc48a158f9c2b810b33b54003475d
5eff7a36d9a9917dce9111f0c3074375fe6f7656
/driver/xf86-video-geode/src/gfx/gfx_dcdr.c
40a4b47aeb1e7da27931df66a017f55b18cc4247
[ "MIT" ]
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
14,602
c
gfx_dcdr.c
/* Copyright (c) 2005 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, ...
05089bd49bc94828153cc654dc5d70af535b9211
0744dcc5394cebf57ebcba343747af6871b67017
/os/board/rtl8730e/src/component/soc/amebad2/atf/drivers/arm/gic/v3/gicv3_private.h
c5d027da291b3f30c320422b681b5876ef4489ec
[ "GPL-1.0-or-later", "BSD-3-Clause", "ISC", "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", "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
20,974
h
gicv3_private.h
/* * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef GICV3_PRIVATE_H #define GICV3_PRIVATE_H #include <assert.h> #include <stdint.h> #include <drivers/arm/gic_common.h> #include <drivers/arm/gicv3.h> #include <lib/mmio.h> #include ...
1696ef4e26da58cdab7bc5c85849399cbe0eb5e4
a11e4bdd6157b22067288d860507fa20abea033d
/src/modules/conf_intl/e_int_config_imc_import.c
6cfb94ad3ea255020875bce6fba92b57c8a4642e
[ "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
10,930
c
e_int_config_imc_import.c
#include "e.h" #include "e_mod_main.h" typedef struct _Import Import; struct _Import { E_Config_Dialog *parent; E_Config_Dialog_Data *cfdata; Evas_Object *bg_obj; Evas_Object *box_obj; Evas_Object *content_obj; Evas_Object *event_obj; Evas_Object ...
ceee2d65a87d669b17c79aa7476e31599cfb4b52
3b30b2d7acfd8012d79d83cbf2ccdd0beeb983c6
/scss/src/hashtable.h
950198bc42f0c1fa83c2e59531590f43d4f880c9
[ "MIT" ]
permissive
Kronuz/pyScss
fbff5dac3cb26a06b2aeaf90cdc09111626e9c5a
73559d047706ccd4593cf6aa092de71f35164723
refs/heads/master
2023-07-17T02:38:57.920960
2023-04-14T21:13:08
2023-04-14T21:13:08
1,326,634
345
96
MIT
2023-04-14T21:13:10
2011-02-04T02:23:11
CSS
UTF-8
C
false
false
646
h
hashtable.h
/* * [https://gist.github.com/tonious/1377667] * * Public Domain Hashtable * Copyright (c) 2011 Tony Thompson (tonious). */ #ifndef HASHTABLE_H #define HASHTABLE_H typedef struct Entry_s { char *key; void *value; struct Entry_s *next; } Entry; typedef struct { int size; Entry **table; unsigned long *map; } Has...
2400b7e4ae12d51def92112b9a97c97b8a0205e5
9ceacf33fd96913cac7ef15492c126d96cae6911
/games/hack/hack.topl.c
9d0092f78623de00ffe1b599884056539c36ab1f
[ "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
7,018
c
hack.topl.c
/* $OpenBSD: hack.topl.c,v 1.12 2016/01/09 18:33:15 mestre Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, * Amsterdam * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditio...
0c02f60182f0226f5ca054095144efe898d4ed3f
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/hackathon/zhi/NeuronStudio_zhi/ext/rotate.c
3d50451cc55b4e21d3871a02aa8a1ff2542b27bd
[ "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
599
c
rotate.c
#include "rotate.h" void get_z_rotated_vector_with_respect_to_line ( nsfloat xstart, nsfloat ystart, nsfloat xend, nsfloat yend, nsfloat angle, NsVector2f *V ) { nsfloat dx, dy, mag, ang; dx = xend - xstart; dy = yend - ystart; mag = ns_sqrtf( dx * dx + dy ...
9d3b536d9eb2f11858a4333d75654784da72f2b5
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/regulator/mc13xxx.h
06c8903f182a680e7c0bb8464f227f3945cbc11f
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
3,342
h
mc13xxx.h
/* * mc13xxx.h - regulators for the Freescale mc13xxx PMIC * * Copyright (C) 2010 Yong Shen <yong.shen@linaro.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of t...
74bb5b28faba4ce48cd1827def160075ba06268e
badb70a0b235c98ac034cfe5b4bfafda36647831
/Legacy/BootPlatform/DxeIpl/X64/VirtualMemory.h
9b6da20e00bec06eafd313bd35b20b4456f7b579
[ "BSD-3-Clause" ]
permissive
acidanthera/OpenCorePkg
f34a7d67b22c74fb5ab559e48519e5f5855b6751
1d5b1736fe5a5ef7662b5c076c6d11aac96fd5d6
refs/heads/master
2023-08-30T21:03:02.993659
2023-08-28T23:30:43
2023-08-28T23:30:43
179,354,282
13,212
2,999
BSD-3-Clause
2023-09-10T18:29:53
2019-04-03T19:14:29
C
UTF-8
C
false
false
5,153
h
VirtualMemory.h
/** @file Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-l...
c0f186794790c3e618b0261e851b904238ebf395
515a17dfa8acffb7dbc076dca5be7ef3ddc2952f
/tools/loaders/bam-loader/samview.c
1c9ba4b7d94dfa07b1f411320f74ac5ea76bf0e1
[ "LicenseRef-scancode-ncbi", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-us-govt-public-domain" ]
permissive
ncbi/sra-tools
d54d2fe00214d9471b6dbd0b90c2fe0062f87cdd
1bb9cd2f317a232eb8f1e1d33cfc3582c71b3eec
refs/heads/master
2023-09-01T11:46:59.189830
2023-08-29T16:34:24
2023-08-29T16:34:24
23,203,598
991
271
NOASSERTION
2023-09-14T19:43:38
2014-08-21T21:25:38
C
UTF-8
C
false
false
3,476
c
samview.c
/* =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work" under the * terms of the United States Copyright Act. ...
fb1a8c23f668ba62ef7c094154dec4693e5d25bb
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/devel/gdb/files/kgdb/ppcfbsd-kern.c
fa04f7762c081889dc687a8f2d60fed82807e967
[ "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
8,451
c
ppcfbsd-kern.c
/*- * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of...
9cf6af39ae5f064bfc1c7dd9611d08ac99684e0a
f92dcc24981aa67aa19b1cf32c7e2369bbae4e61
/pinns/src/utils.h
187b6a05daec5525a559ee2a3cb77b807979e25f
[ "Apache-2.0" ]
permissive
cri-o/cri-o
e2aa715f6c2e0a4aeb130ffbd2ebec9a93b30cde
c78241690056b8bd8b6e8b063047f8afabb0c8a9
refs/heads/main
2023-09-01T07:43:06.430591
2023-08-31T14:32:15
2023-08-31T14:32:15
67,828,134
3,395
882
Apache-2.0
2023-09-14T21:04:45
2016-09-09T19:56:31
Go
UTF-8
C
false
false
4,236
h
utils.h
#pragma once #if !defined(UTILS_H) #define UTILS_H #include <errno.h> #include <stdbool.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/uio.h> #include <syslog.h> #include <unistd.h> #ifndef TEMP_FAILURE_RETRY #define TEMP_FAILURE_RETRY(expression) \...
9f3c637197a581e524e0946c943a8b53ee7c7f07
b8906afecca06f48f2cd289a9997f670b26c4721
/lib/commonAPI/coreapi/ext/platform/wm/src/EmdkDefines.h
e3176ef61acaffeb581b1ad215b08317c8c403a1
[ "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
1,017
h
EmdkDefines.h
#pragma once // Defines here are duplicates to those found in EMDK, declared separately to allow code compilation under Rhodes // From EMDK Keyboard API typedef struct tagSTRUCT_INFO { DWORD dwAllocated; DWORD dwUsed; } STRUCT_INFO; typedef struct tagUNITID_EX { STRUCT_INFO StructInfo; BYTE byUUID[24]; } UNITID...
04bd0f3ce760919f35fabcfe7b82b5d471506e1b
7d13a2b0501a52fb10173ff9dfdbec6eaa037b96
/src/util.h
58cd8685d9deddb028329751ac7709ed14915edf
[ "MIT", "GPL-2.0-or-later" ]
permissive
andrewrk/libgroove
fcb8cff36c0e9ba4e0e8f0eb2e2d0e663d63521f
89bee8dbc9485a564c1f8b43a2f34e1aa684ea27
refs/heads/master
2023-08-09T04:41:15.097858
2023-01-17T06:19:01
2023-01-17T06:20:57
12,691,113
225
41
MIT
2017-12-04T10:19:26
2013-09-09T02:01:56
C
UTF-8
C
false
false
1,912
h
util.h
/* * Copyright (c) 2015 Andrew Kelley * * This file is part of libgroove, which is MIT licensed. * See http://opensource.org/licenses/MIT */ #ifndef GROOVE_UTIL_H #define GROOVE_UTIL_H #include "groove_internal.h" #include <stdlib.h> #include <string.h> #include <assert.h> #include <stdbool.h> #include <libavu...
f6ce655428a9e859850e83840ce28abc6d5bcebd
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/rtc/rtc-vt8500.c
5e4335a0d3facadd2156280cd6a00192375bd46a
[ "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
8,736
c
rtc-vt8500.c
/* * drivers/rtc/rtc-vt8500.c * * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> * * Based on rtc-pxa.c * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those t...
d090d01365d289c721561cf272f268678eb7fd53
83372fce92c9088ee5c1e1c13bc67385a3b02a36
/test/val/bug1941-shift-by-zero.c
eaeba814fafe11d8f4fabc58898b9871b3e53fb8
[ "Zlib", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license" ]
permissive
cc65/cc65
2cd1b20b61ddd0691cd4601b4da37a9200a50afb
16e90187e8e80c6e2fcfcc04f068ac865d2290e5
refs/heads/master
2023-09-03T17:16:46.027934
2023-09-02T22:30:44
2023-09-02T22:30:44
8,932,489
2,103
526
Zlib
2023-09-13T06:19:01
2013-03-21T15:56:48
C
UTF-8
C
false
false
742
c
bug1941-shift-by-zero.c
/* Bug 1941 - Bitwise shift char types by 0 count results in out-of-range access */ #include <stdio.h> #include <stdint.h> uint8_t foo = 42U; /* "Low byte" */ uint8_t goo = 1U; /* "High byte" - you need it to reproduce the issue */ int16_t bar = 256; /* ...or just do it with this */ _Static_assert (s...
b9988c1fb6d16af466e9688e36b6d4dbc0e8c778
65089dbc386e1184983c15fe3a2282763ae65960
/src/libworkq.c
d6895edc8c7bfe7e8b8b8a89191b998b6f0c3541
[ "MIT" ]
permissive
gozfree/gear-lib
9f4db1bce799ded1cf1f3411cb51bdfbcbe7c7bc
bffbfd25af4ff7b04ebfafdab391b55270b0273e
refs/heads/master
2023-08-14T16:01:29.449910
2023-07-24T16:08:47
2023-07-24T16:09:41
40,359,871
1,771
488
MIT
2023-05-27T11:08:46
2015-08-07T12:41:05
C
UTF-8
C
false
false
31
c
libworkq.c
../gear-lib/libworkq/libworkq.c
26740f9150e4f3befce733ab242f01158701e265
e814383d36a10839104efaa4df277996ab220fa3
/ompi/mca/coll/monitoring/coll_monitoring_scatterv.c
fb7c72d904e78f1c7b1b8c51af8c2c019787db70
[ "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,565
c
coll_monitoring_scatterv.c
/* * Copyright (c) 2016-2018 Inria. All rights reserved. * Copyright (c) 2019 Research Organization for Information Science * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #include "ompi_config.h" #include "ompi/req...
a9c85e2e6d9123c488041ad3dbbb347b60ef82dd
9ceacf33fd96913cac7ef15492c126d96cae6911
/lib/libc/arch/aarch64/gdtoa/gd_qnan.h
9593d5c247f3522eef076ad5cfb63b6f4b423161
[]
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
279
h
gd_qnan.h
#define f_QNAN 0x7fc00000 #define d_QNAN0 0x0 #define d_QNAN1 0x7ff80000 #define ld_QNAN0 0x0 #define ld_QNAN1 0x0 #define ld_QNAN2 0x0 #define ld_QNAN3 0x7fff8000 #define ldus_QNAN0 0x0 #define ldus_QNAN1 0x0 #define ldus_QNAN2 0x0 #define ldus_QNAN3 0x0 #define ldus_QNAN4 0x0
da94668271db3212655f1ce06d4bace6d4844fa7
32056cf2a9af9ff234c60779d5e026cd5d63b123
/include/mln_gc.h
176f1527368edce18dfe3395d38f9dc3f093f343
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
Water-Melon/Melon
d513c764c503a4513c3e55430b28fe5d2dbab8b0
41e4cc44120cc57ffc7697a43c87ea355b0628c2
refs/heads/master
2023-08-25T08:37:48.730809
2023-08-24T12:06:45
2023-08-24T12:06:45
22,993,286
900
125
null
null
null
null
UTF-8
C
false
false
2,697
h
mln_gc.h
/* * Copyright (C) Niklaus F.Schen. */ #ifndef __MLN_GC_H #define __MLN_GC_H #include "mln_types.h" #include "mln_alloc.h" typedef struct mln_gc_s mln_gc_t; typedef struct mln_gc_item_s mln_gc_item_t; typedef void *(*gc_item_getter) (void *data); typedef void (*gc_item_setter) (void *data, void *item); ...
b512b63ad38d1e25bc8ee5ef45bc6e5591637e1a
607bb971c8fd33ad3df748c492ba77ec92159c42
/src/red_black_tree.h
33bb461614f3f03b305ddccbf092566463f94b74
[ "BSD-2-Clause" ]
permissive
GHamrouni/Recommender
8478c785ad8de16a6e846a334570bd19d6eeac3d
b6cadc8fe611b7dea053568dd131f54c290690f4
refs/heads/master
2022-08-19T14:19:01.840554
2022-07-19T15:21:16
2022-07-19T15:21:16
3,101,244
266
70
BSD-2-Clause
2018-08-28T13:44:06
2012-01-04T10:40:16
C
UTF-8
C
false
false
3,729
h
red_black_tree.h
/*- * Copyright (c) 2012 Hamrouni Ghassen. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condition...
568b64ff8f59661f636678983f72f3d65f4f3848
50dd46b8ece33f3cdd174284b15d1d51f89669d4
/third_party/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/EfiMgmtModeRuntimeLib.h
b718c549ca1f7506657f82ca764523c12e53b60b
[ "LicenseRef-scancode-generic-cla", "Apache-2.0", "BSD-2-Clause", "OpenSSL" ]
permissive
google/google-ctf
f99da1ee07729bbccb869fff1cbaed6a80e43bcc
df02323eaf945d15e124801c74abaadca2749dc7
refs/heads/master
2023-08-31T14:30:27.548081
2023-08-29T13:04:20
2023-08-29T13:04:20
131,317,137
4,136
607
Apache-2.0
2023-08-30T22:17:02
2018-04-27T15:56:03
Go
UTF-8
C
false
false
9,946
h
EfiMgmtModeRuntimeLib.h
/*++ Copyright (c) 2004, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at ...
fdb3bffd7f4dff0219d962a4db3b01219267628f
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/acpi/acpica/acmacros.h
32b0bf32364ad452f41c9723e8e2fa0b308cb8b3
[ "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
18,987
h
acmacros.h
/****************************************************************************** * * Name: acmacros.h - C macros for the entire subsystem. * *****************************************************************************/ /* * Copyright (C) 2000 - 2013, Intel Corp. * All rights reserved. * * Redistribution and us...
e125dd64a54c1aa8be6b00cdb709f7c1c99bfcca
e814383d36a10839104efaa4df277996ab220fa3
/3rd-party/romio341/adio/include/adio_cb_config_list.h
f72f3eb05024ded81e0cac97e0881f33924901ec
[ "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
950
h
adio_cb_config_list.h
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #ifndef ADIO_CB_CONFIG_LIST_H_INCLUDED #define ADIO_CB_CONFIG_LIST_H_INCLUDED /* I have no idea what the "D" stands for; it's how things are done in adio.h */ struct ADIO_cb_name_arrayD { int refct; int namect;...
6a414713e4507640789b940b4ca9b768abd8a4cc
06052ccd6db697947c1fcbb6ac96eba79c057fea
/lambdaLayers/SharpLayer/nodejs/node_modules/sharp/vendor/8.10.6/include/libgsf-1/gsf/gsf-libxml.h
139883e41ae1d329560d7d09d4ad455c3a08b8dd
[ "Apache-2.0", "MIT" ]
permissive
venveo/serverless-sharp
89e673e8ab727a00a5bb3cf2c8b9b3876caec8db
1f64468784763bbf40c32497c35de69406765335
refs/heads/master
2023-04-15T01:45:01.990626
2022-06-29T12:30:07
2022-06-29T12:30:07
198,690,918
165
39
MIT
2023-03-04T04:28:54
2019-07-24T18:38:47
JavaScript
UTF-8
C
false
false
7,764
h
gsf-libxml.h
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * gsf-libxml.h: Utility wrappers for using gsf with libxml * * Copyright (C) 2002-2006 Jody Goldberg (jody@gnome.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of versi...
e694ad2f6768ddf6a4d4bed31b795a6918ebfa60
fff6d13af91db925a94b3e3474108fafd519bba0
/src/Engine/rdThing.h
a8113a771c8697188e94af9c2f7b86b2e8842375
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
shinyquagsire23/OpenJKDF2
94f1364628924ac944466107606b91c6faeec3df
b79b8c210878b6f276ed3d1a5dad91d9219e6ce1
refs/heads/master
2023-07-08T16:41:38.986577
2023-06-28T08:47:39
2023-06-28T08:47:39
139,542,792
381
34
NOASSERTION
2023-06-28T08:47:40
2018-07-03T07:09:45
C
UTF-8
C
false
false
1,522
h
rdThing.h
#ifndef _RDTHING_H #define _RDTHING_H #include "types.h" #include "globals.h" #include "Primitives/rdModel3.h" #include "Primitives/rdPolyLine.h" #include "Primitives/rdParticle.h" #include "Primitives/rdSprite.h" #include "Engine/rdPuppet.h" #include "Engine/rdCamera.h" #include "Engine/rdLight.h" #define rdThing_N...
17f3cc5c298ce6de161d4e6f6d56ae512ad6b225
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/ffmpeg/libavcodec/ivi.c
43f3cb1da3648e2a3b3acb0f24c7edd9a79d5077
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LGPL-2.1-only", "LGPL-3.0-only", "GPL-2.0-only", "LGPL-2.1-or-later", "GPL-3.0-or-later", "LGPL-3.0-or-later", "IJG", "LicenseRef-scancode-other-permissive", "GPL-2.0-or-later", "GPL-3.0-only" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
67,192
c
ivi.c
/* * common functions for Indeo Video Interactive codecs (Indeo4 and Indeo5) * * Copyright (c) 2009 Maxim Poliakovski * * 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 Soft...
620711e569d190cf46d6f8d27fc2abb9bac98e39
3b2f6a98860ef1252d7e2188cb1330490764055c
/source/images/dark/MENU.h
2341d28287de5d9ccf03f265fb08b5bb24549155
[ "Apache-2.0" ]
permissive
Sterophonick/SimpleLight
3d9b36e32b15acb529962c7b4a842d0a0d468199
f7783a9b8e6be1096f41ad824f590810e73bbf91
refs/heads/master
2022-06-21T19:49:08.043526
2022-06-21T17:27:58
2022-06-21T17:27:58
208,100,354
112
28
Apache-2.0
2022-06-17T18:13:27
2019-09-12T16:53:12
C
UTF-8
C
false
false
192,826
h
MENU.h
//{{BLOCK(gImage_MENU) //====================================================================== // // gImage_MENU, 168x110@16, // + bitmap not compressed // Total size: 36960 = 36960 // // Time-stamp: 2020-12-03, 10:39:37 // Exported by Cearn's GBA Image Transmogrifier, v0.8.6 // ( http://www.coranac.com/...
4a63b1c94afdd0c33929a3c981b7f256f9907ea8
f4056b1d5cb2d222f315c7f790ccf14d01436834
/hw/xfree86/shadowfb/sfbmodule.c
c20efc07150793842b3c122ae4a3c42af3783358
[ "SGI-B-2.0", "ISC", "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-x11-adobe", "LicenseRef-scancode-xfree86-1.0", "HPND-sell-variant", "ICU", "MIT-open-group", "BSD-3-Clause", "HPND", "X11-distribute-modifications-variant", "MIT", "Lice...
permissive
XQuartz/xorg-server
cd677ecd115213f5534cc1b06aff6a8c9a3ea733
0ea9b595891f2f31915538192961f3404d9ca699
refs/heads/master
2023-09-05T12:04:27.866042
2023-01-18T18:38:41
2023-01-26T17:51:16
44,375,619
287
60
NOASSERTION
2022-12-14T15:56:16
2015-10-16T09:29:57
C
UTF-8
C
false
false
514
c
sfbmodule.c
#ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif #include "xf86Module.h" static XF86ModuleVersionInfo VersRec = { "shadowfb", MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_ANSIC, /* Only need the ansic layer */ ABI_ANSI...
bf9f9a6c9d721c3aaa148f8149ab2cd22b2340da
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/sysutils/u-boot/patches-2020.01-rc5/patch-arch_arm_mach-rockchip_rk3399_rk3399.c
9212a45bf7b60e02912f1f978c9d4bbcfcfc21a3
[]
no_license
NetBSD/pkgsrc
a0732c023519650ef821ab89c23ab6ab59e25bdb
d042034ec4896cc5b47ed6f2e5b8802d9bc5c556
refs/heads/trunk
2023-09-01T07:40:12.138283
2023-09-01T05:25:19
2023-09-01T05:25:19
88,439,572
321
138
null
2023-07-12T22:34:14
2017-04-16T20:04:15
null
UTF-8
C
false
false
1,674
c
patch-arch_arm_mach-rockchip_rk3399_rk3399.c
$NetBSD: patch-arch_arm_mach-rockchip_rk3399_rk3399.c,v 1.1 2021/04/18 08:54:55 mrg Exp $ adjusted by mrg to restrict to CONFIG_TARGET_PINEBOOK_PRO_RK3399. Author: dhivael <dhivael.git@eno.space> Date: Sat Jan 11 15:04:46 2020 +0100 rk3399: light pinebook power and standby leds during early boot this...
a0c18a40fc19a4d823ffd450ebea55ccf79f8b0b
7e6afb4986a53c420d40a2039240f8c5ed3f9549
/libs/expr/include/mrpt/expr/mrpt-expr_export.h
c26c058305965c9b048b219e1a5994aeed9aaee4
[ "BSD-3-Clause" ]
permissive
MRPT/mrpt
9ea3c39a76de78eacaca61a10e7e96646647a6da
34077ec74a90b593b587f2057d3280ea520a3609
refs/heads/develop
2023-08-17T23:37:29.722496
2023-08-17T15:39:54
2023-08-17T15:39:54
13,708,826
1,695
646
BSD-3-Clause
2023-09-12T22:02:53
2013-10-19T21:09:23
C++
UTF-8
C
false
false
1,140
h
mrpt-expr_export.h
/* +------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | https://www.mrpt.org/ | | | | Cop...
da53c7a372a371dde74cd0b877a07b2efba73714
0744dcc5394cebf57ebcba343747af6871b67017
/os/board/rtl8720e/src/component/soc/amebalite/cmsis-dsp/Source/DistanceFunctions/arm_boolean_distance.c
b31e4866f39c54123c8e3ad6e20a11534d575c2a
[ "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
1,637
c
arm_boolean_distance.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_svm_linear_init_f32.c * Description: SVM Linear Instance Initialization * * * Target Processor: Cortex-M cores * -------------------------------------------------------------------- *...
299ef6085dbc013ee25f7eba7f0f07c9c48a93d2
5e4913b3d7b6dfd9f35d9e5f24486bb6b6145125
/src/plugins/line/testgetline.c
9f222e6e5e6403cd181d2c1fb1e7b2a2eb887494
[ "BSD-3-Clause" ]
permissive
ElektraInitiative/libelektra
ff5d5cfc4bf91d704f58405b14ea694aad3a2edd
dbbe4ae4f669c322a8f95f59112d3f5fc370bbd9
refs/heads/master
2023-08-05T14:54:48.081359
2023-08-04T12:40:00
2023-08-04T12:40:00
21,063,580
215
170
BSD-3-Clause
2023-09-07T13:34:30
2014-06-21T08:01:04
C
UTF-8
C
false
false
238
c
testgetline.c
/** * @file * * @brief * * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include <stdio.h> int main (void) { char * line = 0; size_t len = 0; FILE * fp = 0; getline (&line, &len, fp); return 0; }
5c14a315491fb54d3f463d6e415bc4dc38faf51c
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_bw_sin/AKWF_sin_0004.h
d4e1afcd955c87c8be35af5f98f277800475a90d
[ "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,680
h
AKWF_sin_0004.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...
551739aa6b4a4f200fa4bd40ab2ba4247b6f5ac9
fdbb74a95924e2677466614f6ab6e2bb13b2a95a
/third_party/make/hash.c
6068a6e5a25513f62b17a56c5e003b4221dd9b91
[ "ISC", "GPL-3.0-or-later", "GPL-1.0-or-later", "GPL-3.0-only" ]
permissive
jart/cosmopolitan
fb11b5658939023977060a7c6c71a74093d9cb44
0d748ad58e1063dd1f8560f18a0c75293b9415b7
refs/heads/master
2023-09-06T09:17:29.303607
2023-09-02T03:49:13
2023-09-02T03:50:18
272,457,606
11,887
435
ISC
2023-09-14T17:47:58
2020-06-15T14:16:13
C
UTF-8
C
false
false
13,030
c
hash.c
/* hash.c -- hash table maintenance Copyright (C) 1995, 1999, 2002, 2010 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.org> <greg@mcgary.org> GNU Make 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 Foundati...
837073779ca8c2eb31977b6637b993f026b3e985
d61b532db0d3e08818338cfaac530a1ced1ffe3b
/mach/sparc/ce/ce.src/ms_reg.c
017fea09e2c6d9e428562162767a590eed46e52e
[ "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
11,955
c
ms_reg.c
/* catch register messages. BEWARE: code uses plain printf's (fprint's) * to generate code. This is not compatible with the usual procedure * used in the EM_table */ #define CODE_EXPANDER #include <em.h> #include <em_reg.h> #include <em_mes.h> #include <stb.h> #include "mach.h" #include "push_pop.h" #include <stdio...
8f67c1b203c87336e1450101043aea5df3881533
fa1ad2e2ac7e376fc7cb3b3a6e1bb88eed3e80be
/govern/data-security/krb-1.2.1/src/lib/krb5/os/trace.c
764d45bb4c8b048259a193393ab4b3578bceeebe
[ "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
18,374
c
trace.c
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* lib/krb5/os/trace.c - krb5int_trace implementation */ /* * Copyright 2009 by the Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may * require a specific license f...
1b7f9055b1e6245d13b5350e15dfa184847e8689
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/u-boot_new/include/configs/MPC8555CDS.h
5263ffcc8d6f32cfa1652731e407e541fbf40d5b
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "GPL-2.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
14,335
h
MPC8555CDS.h
/* * Copyright 2004, 2011 Freescale Semiconductor. * * SPDX-License-Identifier: GPL-2.0+ */ /* * mpc8555cds board configuration file * * Please refer to doc/README.mpc85xxcds for more info. * */ #ifndef __CONFIG_H #define __CONFIG_H /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #...
8214ad61f72f8832b15028989d1f8c76494937f5
9ceacf33fd96913cac7ef15492c126d96cae6911
/sys/dev/ic/ics2101reg.h
7ccc3b3a76a78531f0619499ecc077847535bdf7
[]
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,076
h
ics2101reg.h
/* $OpenBSD: ics2101reg.h,v 1.3 2008/06/26 05:42:15 ray Exp $ */ /* $NetBSD: ics2101reg.h,v 1.3 1996/02/05 02:18:52 jtc Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Ken Hornstein and John Kohl....
4dcfcc1f83af511fb9e381062c4ffbf41097ee8d
f8cc1dd4b1378490386def2e0571561fab10b275
/src/libstddjb/genwrite_put_stralloc.c
a5d402f47eec22f0990bcf422f2314b99b4db3c6
[ "ISC" ]
permissive
skarnet/skalibs
b1eb2a0e38663cbfa918ee0a7916f56227bd7c2d
1f2d5f95684e93f8523e369ef1fed7a75c444082
refs/heads/master
2023-08-23T07:33:20.996016
2023-08-08T09:39:15
2023-08-08T09:39:15
31,461,366
104
32
ISC
2021-04-11T10:10:54
2015-02-28T12:01:41
C
UTF-8
C
false
false
221
c
genwrite_put_stralloc.c
/* ISC license. */ #include <skalibs/stralloc.h> #include <skalibs/genwrite.h> ssize_t genwrite_put_stralloc (void *target, char const *s, size_t len) { return stralloc_catb((stralloc *)target, s, len) ? len : -1 ; }
ff40eb4d630fb8c617771f15e54212441fe9d0d4
19ba3ea3e0fd70da36966a6f530263e8cb4c7113
/tests/lthread_sleep.c
7c74f3a766ad6767e9bf62cc21f148aaee8f1499
[ "BSD-2-Clause" ]
permissive
halayli/lthread
503c1a2d44ce092a229da8209c2164d0c6667daf
428b6bffcdab7867fede96db2a6427e64e38c10a
refs/heads/master
2023-07-06T09:00:25.341461
2023-07-01T20:08:12
2023-07-01T20:08:12
2,936,779
594
81
NOASSERTION
2020-12-11T19:40:25
2011-12-08T00:19:38
C
UTF-8
C
false
false
620
c
lthread_sleep.c
#include "lthread.h" #include <sys/time.h> #include <stdio.h> void a(void *x); void a(void *x) { int i = 3; struct timeval t1 = {0, 0}; struct timeval t2 = {0, 0}; lthread_detach(); int sleep_for = 2000; while (i--) { gettimeofday(&t1, NULL); lthread_sleep(sleep_for); gettimeofday(&t2, NULL); prin...
8ae1e9a2d227f951649dbb6c874da2a20a16cdec
30b736259b38c916e96f8e1517f92231070f5464
/nimble/host/mesh/include/mesh/porting.h
1667a8a047d996255f1a1f0a2d7331da5529decc
[ "Apache-2.0", "LicenseRef-scancode-gary-s-brown", "BSD-3-Clause" ]
permissive
apache/mynewt-nimble
5bcc87df4482705c5a6542467bab028c8fd4e5fe
b5e107e9c55f32d18b16e5afc0a7e1720b901b68
refs/heads/master
2023-09-01T19:28:57.874159
2023-08-31T09:07:59
2023-08-31T14:46:07
113,086,218
606
354
Apache-2.0
2023-09-14T12:14:19
2017-12-04T19:34:47
C
UTF-8
C
false
false
353
h
porting.h
/** @file * @brief Bluetooth Mesh Porting APIs. */ /* * Copyright (c) 2017 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __BT_MESH_PORTING_H #define __BT_MESH_PORTING_H #ifdef __cplusplus extern "C" { #endif void mesh_adv_thread(void *args); #ifdef __cplusplus } #endif /** * @} */ ...
dff147f628ebf2ef6b8dd6c7d34c3a4166a3d9bd
72f2515c4cef9e02c27452b32269ca403f76c69a
/src/modules/MeasureTool/MeasureToolModuleInterface/pch.h
207418a9215b884984d71e285919ee850e8967ec
[ "LicenseRef-scancode-generic-cla", "MIT", "BSL-1.0", "Unlicense" ]
permissive
microsoft/PowerToys
4625ffc4c513265094bf9e0f490753a54aabeaa0
3244ba989921dd26dd32be75021ed68c9cfcdda9
refs/heads/main
2023-08-17T00:10:06.645243
2023-08-16T16:31:10
2023-08-16T16:31:10
184,456,251
103,306
7,187
MIT
2023-09-14T16:52:26
2019-05-01T17:44:02
C#
UTF-8
C
false
false
311
h
pch.h
#pragma once #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <strsafe.h> #include <hIdUsage.h> #include <shellapi.h> #include <thread> #include <winrt/Windows.Foundation.Collections.h> #include <ProjectTelemetry.h> #include <common/SettingsAPI/settings_helpers.h> #include <common/logger/logger.h>
56ba7217402e0ea4347b62a8bc0ce827df66a688
ce99bd11ca505967277f4689c621479c1987698e
/assets/obseg/text/LoptionsE.c
d2da2cc192e6bfd49430301b0d91d845bc19e247
[]
no_license
n64decomp/007
5951258890f15431f273e1503674c5e0402c66e0
c46751089ddc18b12ef7a45b6a3e03de2054c422
refs/heads/master
2022-11-08T23:34:54.021033
2022-10-29T14:41:01
2022-10-29T14:41:01
241,212,109
359
48
null
2020-11-21T23:30:31
2020-02-17T21:31:00
C
UTF-8
C
false
false
957
c
LoptionsE.c
char *LoptionsE[] = { "fire\n", "aim\n", "action\n", "weapon\n", "pause\n", "move\n", "look\n", "?\n", "move sight\n", "1.1 honey\n", "1.2 solitaire\n", "1.3 kissy\n", "1.4 goodnight\n", "2.1 plenty\n", "2.2 galore\n", "2.3 domino\n", "2.4 goodhead\n", "look up/down\n", "auto-aim\n", "look ahead\n"...
4b117d463c4c2d40b57517c7598a51df20f4c9b0
e72db16e9747386afd01edd1dd36d9589a3f71ef
/src/common/util_pmem.h
a31b6b8f7e9ba48ec865f5714ce1fb66b46cc2ef
[ "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
886
h
util_pmem.h
/* SPDX-License-Identifier: BSD-3-Clause */ /* Copyright 2017-2020, Intel Corporation */ /* * util_pmem.h -- internal definitions for pmem utils */ #ifndef PMDK_UTIL_PMEM_H #define PMDK_UTIL_PMEM_H 1 #include "libpmem.h" #include "out.h" #ifdef __cplusplus extern "C" { #endif /* * util_persist -- flush to persi...
2b2bdbda88db5e2c326692dfbee1082d1bc45d47
a5a99f646e371b45974a6fb6ccc06b0a674818f2
/Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C
58274f9dae3905d51e39959099bd287defe1aef6
[ "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
31,346
c
MillePedeTrees.C
// Original Author: Gero Flucke // last change : $Date: 2011/08/08 21:55:48 $ // by : $Author: flucke $ #include "TTree.h" #include "TFriendElement.h" // in header #include "TString.h" #include "TFile.h" #include "TObjArray.h" #include "TH1.h" #include "TH2.h" #include "TProfile.h" #include "TGraph.h" #...
d4a6cb1804a8c584bc9ac5bf39657d7f774d1573
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_0008/AKWF_0771.h
bef86e9520b6344eaf82040c78d13dd9623e60b4
[ "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_0771.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...
f57851de25af8b8858479ff92985cddeef396a38
f7dc806f341ef5dbb0e11252a4693003a66853d5
/thirdparty/freetype/include/freetype/fttrigon.h
294981a6f3127ecdf370d46ad9758e34dd59ad0c
[ "GPL-2.0-only", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "Zlib", "BSD-3-Clause", "MIT", "GPL-3.0-only", "GPL-1.0-or-later", "FTL", "LicenseRef-scancode-warranty-disclaimer", "OFL-1.1", "JSON", "LicenseRef-scancode-...
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
7,411
h
fttrigon.h
/**************************************************************************** * * fttrigon.h * * FreeType trigonometric functions (specification). * * 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, * modifie...
bcc3e1f061a2a023d869c19514345d280d8b89ca
ca4c4631f3d47a90b8415bbe70dbc7cae18c071e
/unit_tests/UnitTestElemDataRequests.C
5a89a762132880bdce6275f53c5ad0fbdb55f1aa
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
Exawind/nalu-wind
5765078c445d379ea952d2b25a01f5ff490837a6
722cd7757a412c9306645963808047824c312a17
refs/heads/master
2023-08-16T17:44:54.744168
2023-08-15T18:05:23
2023-08-15T18:05:23
132,016,365
111
87
NOASSERTION
2023-09-14T04:02:07
2018-05-03T15:39:32
C
UTF-8
C
false
false
2,442
c
UnitTestElemDataRequests.C
#include <gtest/gtest.h> #include <stk_util/environment/WallTime.hpp> #include <stk_mesh/base/BulkData.hpp> #include <stk_mesh/base/GetEntities.hpp> #include "UnitTestUtils.h" #include "UnitTestHelperObjects.h" #include <master_element/MasterElementRepo.h> #include <SimdInterface.h> #include <ElemDataRequests.h> #i...
b84bb601d8a84bb760eb9016a53b1194a0485384
84db8126dfb48122083521bbdeda9fe761f12271
/librhash/algorithms.c
2a8ea46bb5d0e0f9b5e4f808702058dbca440863
[ "0BSD", "LicenseRef-scancode-other-permissive" ]
permissive
rhash/RHash
b45d064f7d61631b4f716e93c74b8773191eea0c
ee1cf8ce8c1a67ca07fabfba6ba3d6c0909b5fed
refs/heads/master
2023-09-03T18:13:07.107328
2023-08-27T21:34:51
2023-08-27T21:34:51
1,882,998
514
127
0BSD
2023-07-12T23:50:04
2011-06-12T00:16:27
C
UTF-8
C
false
false
14,166
c
algorithms.c
/* algorithms.c - the algorithms supported by the rhash library * * Copyright (c) 2011, Aleksey Kravchenko <rhash.admin@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISC...
b4a07fa8d93f52fd8d570cb7d1e0ad54dff8d3a7
1126985fc98d13356a45ed3fd7717afcb490db3f
/examples/zoned_io_sync.c
632a3a14635746d25515702431d45b5b833b38d6
[ "BSD-3-Clause" ]
permissive
OpenMPDK/xNVMe
feac321adc84e91f3e05c020146757737fe94874
5198563801b14d21d801a7224af63b9e85d798a3
refs/heads/main
2023-08-21T20:18:09.969516
2023-06-16T07:39:33
2023-06-20T11:04:54
252,368,391
168
57
NOASSERTION
2023-09-13T14:23:19
2020-04-02T05:57:13
C
UTF-8
C
false
false
7,671
c
zoned_io_sync.c
// SPDX-FileCopyrightText: Samsung Electronics Co., Ltd // // SPDX-License-Identifier: BSD-3-Clause #include <errno.h> #include <libxnvme.h> static int sub_sync_read(struct xnvme_cli *cli) { struct xnvme_dev *dev = cli->args.dev; const struct xnvme_geo *geo = cli->args.geo; uint32_t nsid = cli->args.nsid; struct...
9a6d0a236a52f3a5af5495b40ad2a8b7293c625f
2d81a3a2e260908e6221646435cd20674dcc1448
/packages/rpi-2in13-bc/src/c/EPD_2in13bc.h
8f8fa5b32fa583823ed8be9ed204fd0daf0ae4ba
[ "MIT" ]
permissive
samsonmking/epaper.js
0c814bade8252ecf3a0ac1ab063879ead800c789
6b3e4d305573fed591ad81b2ceebfa3e095fbb64
refs/heads/main
2023-08-19T02:48:50.075679
2022-10-02T22:27:38
2022-10-02T22:27:38
272,292,986
406
32
MIT
2023-08-03T06:09:20
2020-06-14T22:22:42
C
UTF-8
C
false
false
4,720
h
EPD_2in13bc.h
/***************************************************************************** * | File : EPD_2in13bc.h * | Author : Waveshare team * | Function : 2.13inch e-paper b&c * | Info : *---------------- * | This version: V3.0 * | Date : 2019-06-13 * | Info : * --------------------...
7b60584dd8f16a10d85ee82584259a593a9ab3c6
7ca8ffcdfb39ab4ffc2d8ff291e46ffabc8db6a2
/hadoop-common-project/hadoop-common/src/main/winutils/libwinutils.c
676f1b2dad7dda178bc58454a7be264733c0e370
[ "CC-PDDC", "CC0-1.0", "CC-BY-3.0", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "CDDL-1.0", "GCC-exception-3.1", "MIT", "EPL-1.0", "Classpath-exception-2.0", "BSD-3-Clause", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-pu...
permissive
apache/hadoop
ea2a4a370dd00d4a3806dd38df5b3cf6fd5b2c64
42b4525f75b828bf58170187f030b08622e238ab
refs/heads/trunk
2023-08-18T07:29:26.346912
2023-08-17T16:56:34
2023-08-17T16:56:34
23,418,517
16,088
10,600
Apache-2.0
2023-09-14T16:59:38
2014-08-28T07:00:08
Java
UTF-8
C
false
false
81,740
c
libwinutils.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 may ...
d6edc65517de8f520c1de08d62150b641592af3c
515a17dfa8acffb7dbc076dca5be7ef3ddc2952f
/tools/internal/meta-copy/meta-copy.c
a4935aa70e1dd916b0083dd855e63631cd04ce01
[ "LicenseRef-scancode-ncbi", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-us-govt-public-domain" ]
permissive
ncbi/sra-tools
d54d2fe00214d9471b6dbd0b90c2fe0062f87cdd
1bb9cd2f317a232eb8f1e1d33cfc3582c71b3eec
refs/heads/master
2023-09-01T11:46:59.189830
2023-08-29T16:34:24
2023-08-29T16:34:24
23,203,598
991
271
NOASSERTION
2023-09-14T19:43:38
2014-08-21T21:25:38
C
UTF-8
C
false
false
11,859
c
meta-copy.c
/*=========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work" under the * terms of the United States Copyright Act. It was ...
f33de8a2a81a3faa67df5aef5ab987505f6f12a7
7e41167bfae6d2c38689b7e0993b308e045cbd05
/libarchive/libarchive/libarchive/test/test_read_extract.c
5696e0d356f6f5384d2ee7ad54fd02e399685f30
[ "BSD-3-Clause", "curl", "GPL-1.0-or-later", "MIT", "Python-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-bsd-unchanged" ]
permissive
holzschu/ios_system
7b18993dbcb33331c353e0257ca54847a5d1b1bb
6a83eb1c6c383a562fbe33a7e97677e88d305b51
refs/heads/master
2023-08-14T09:11:40.627903
2023-04-18T15:12:29
2023-04-18T15:12:29
113,187,304
882
155
BSD-3-Clause
2023-08-19T19:15:35
2017-12-05T13:42:50
C
UTF-8
C
false
false
6,617
c
test_read_extract.c
/*- * Copyright (c) 2003-2007 Tim Kientzle * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of c...
8f01d9369c6fa93d9921b77dce7ce59f54c9599b
544a8f2110fc156ec0bc7554e3857cc1b431084f
/l0dables/nick_image.c
0a37cd406b0eae27c55a98fbeade846e53dc284f
[]
no_license
rad1o/f1rmware
7288bf3714f12da7829008853e011ce5b32c673c
eda4f0b9095be4dabb8476de9cef21d9614f16fb
refs/heads/master
2022-11-03T20:20:30.220203
2022-10-26T20:01:13
2022-10-26T20:01:31
37,091,288
190
135
null
2022-10-26T19:57:25
2015-06-08T20:34:46
C
UTF-8
C
false
false
414
c
nick_image.c
#include <r0ketlib/config.h> #include <r0ketlib/display.h> #include <r0ketlib/fonts.h> #include <r0ketlib/render.h> #include <r0ketlib/print.h> #include <r0ketlib/keyin.h> #include <r0ketlib/image.h> #include "usetable.h" void ram(void){ if (lcdShowImageFile("nick.lcd") != 0) { lcdClear(); lcdNl(); lcdP...
42f6fe11a47b6492bb073fd23798c3bf05e256b8
a501a716750d0eac7ac6f58de192408b3b7fee7a
/crypto_kem/kyber768/m4fspeed/ntt.c
7fd1208539e111b78ec7e72746fd255d38ed288c
[ "CC0-1.0", "LicenseRef-scancode-public-domain" ]
permissive
mupq/pqm4
1acdb1209bde3eb4fd11907c9b78774614f79c82
a525417134995302bb5013dd112dec65cdb28ca9
refs/heads/master
2023-08-14T09:59:32.501198
2023-05-25T07:38:14
2023-05-25T07:38:14
125,497,928
225
80
null
2023-09-13T09:30:31
2018-03-16T09:58:41
C
UTF-8
C
false
false
7,585
c
ntt.c
#include "ntt.h" #include "params.h" #include <stdint.h> // for basemul not changed const int32_t zetas[64] = {21932846, 3562152210, 752167598, 3417653460, 2112004045, 932791035, 2951903026, 1419184148, 1817845876, 3434425636, 4233039261, 300609006, 975366560, 2781600929, 3889854731, 3935010590, 2197155094, 2130066...