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
9b6962fbcc1fabcd0fbea42ea3a77ef1adf79a83
40b83dec47e6e24acf12f2c57fbd34a92205aa02
/cpu-cycles/libcpucycles/cpucycles/arm64-vct.c
a04b59e108edf6d1ba1e61cc82371f27b69be12a
[ "CC0-1.0", "Apache-2.0" ]
permissive
nymtech/nym
803133d223108773dfd65838707f00b23c83bdc2
a50b4ad211261a3d37a53eafd67770d57568dbeb
refs/heads/develop
2023-08-30T07:03:32.700384
2023-08-29T15:18:36
2023-08-29T15:18:36
232,312,458
896
254
null
2023-09-14T15:54:13
2020-01-07T11:42:53
Rust
UTF-8
C
false
false
358
c
arm64-vct.c
// version 20230105 // public domain // djb // adapted from supercop/cpucycles/vct.c #include "cpucycles_internal.h" long long ticks(void) { long long result; asm volatile("mrs %0, CNTVCT_EL0" : "=r" (result)); return result; } long long ticks_setup(void) { if (!cpucycles_works(ticks)) return cpucycles_SKIP;...
06491a5a27a2ddef41c62fc33d0230cefb6016fc
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/ata/libata-acpi.c
cf4e7020adacde5e69881a21adb0c578d31d7a3e
[ "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
28,836
c
libata-acpi.c
/* * libata-acpi.c * Provides ACPI support for PATA/SATA. * * Copyright (C) 2006 Intel Corp. * Copyright (C) 2006 Randy Dunlap */ #include <linux/module.h> #include <linux/ata.h> #include <linux/delay.h> #include <linux/device.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/acpi.h> #include...
2c46152f1f756de53a2675017404209e5c59d290
5ff4b6986e6799bc0e143e060bafc14369030d8b
/toolchain/riscv-isa-sim/riscv/insns/vwsub_wx.h
f72341ba8089e65f75d81736fd4140f0748d8ef6
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "GPL-1.0-or-later", "LLVM-exception", "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-bsd-3-clause-jtag", "GPL-3.0-or-later" ]
permissive
pulp-platform/mempool
7583204b2436cfc12ed95599463e51ad4df51557
c98fb3ada4f255623eaf9b09861f397a60c3d96b
refs/heads/main
2023-08-08T09:07:56.696580
2023-07-27T17:24:38
2023-07-27T17:24:38
223,218,149
178
28
Apache-2.0
2023-07-27T17:24:39
2019-11-21T16:34:37
C
UTF-8
C
false
false
100
h
vwsub_wx.h
// vwsub.wx vd, vs2, rs1 VI_CHECK_DDS(false); VI_VX_LOOP_WIDEN ({ VI_WIDE_WVX_OP(rs1, -, int); })
582a6be3045da41d01f0156b34d1546ab97310e7
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/evbarm/stand/bootimx23/power_prep.c
6ea9e175e2fe6cce77285e4c506986b1c3b932f6
[]
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
11,314
c
power_prep.c
/* $Id: power_prep.c,v 1.5 2016/08/17 22:04:51 skrll Exp $ */ /* * Copyright (c) 2012 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Petri Laakso. * * Redistribution and use in source and binary forms, with or without * modifi...
92313c0c0dd46f485465cf4c1df170b643d79b58
4caa4cbd5b06a3ceeebb04c077a1baf65375c8e9
/src/fs/iwfsmfile.c
75cc4d594991a7c88e7060b27553ce237e96ef18
[ "MIT" ]
permissive
Softmotions/iowow
22cdfa56944fd38d106d603a41a14541f1d96ffb
a233a246577f5ba02a643a23b417c7bac7feaf06
refs/heads/master
2023-08-08T13:19:12.913521
2023-08-06T05:21:28
2023-08-06T05:21:28
40,618,114
274
25
MIT
2023-08-06T04:13:54
2015-08-12T18:44:57
C
UTF-8
C
false
false
59,849
c
iwfsmfile.c
/************************************************************************************************** * IOWOW library * * MIT License * * Copyright (c) 2012-2022 Softmotions Ltd <info@softmotions.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associate...
b4fb189e29d3cad9c4cc86fda367846d95dd9d99
2d07a646d50c6cc1547b069ecd27c512623d8574
/src/core/os.h
4a26c2c8fc5aeb21fa29b70a144247c7922f17b0
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bjornbytes/lovr
da40e59eb9c42debbc6e22356d55194283740323
072452a4dafb466e8af9a4bc546b60ae077f8566
refs/heads/master
2023-08-16T13:42:30.581144
2023-07-29T10:37:18
2023-07-29T10:37:18
62,519,414
1,699
164
MIT
2023-09-13T22:21:32
2016-07-03T23:36:45
C
UTF-8
C
false
false
3,311
h
os.h
#include <stdint.h> #include <stdbool.h> #include <stddef.h> #pragma once typedef struct os_window_config { uint32_t width; uint32_t height; bool fullscreen; bool resizable; const char* title; struct { void* data; uint32_t width; uint32_t height; } icon; } os_window_config; typedef enum { ...
62a2b38927916f52b9f9d0a7aef6c3a6c56d962c
6d162c19c9f1dc1d03f330cad63d0dcde1df082d
/qrenderdoc/3rdparty/qt/include/QtWidgets/qtwidgets-config.h
3229c5626be0e4705b873ce9acd7b09975b41bcf
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.0-or-later", "LGPL-3.0-only", "GPL-3.0-only", "Python-2.0", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-mit-old-style", "LGPL-2.1-or-later", "LGPL-2.1-only", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-sc...
permissive
baldurk/renderdoc
24efbb84446a9d443bb9350013f3bfab9e9c5923
a214ffcaf38bf5319b2b23d3d014cf3772cda3c6
refs/heads/v1.x
2023-08-16T21:20:43.886587
2023-07-28T22:34:10
2023-08-15T09:09:40
17,253,131
7,729
1,358
MIT
2023-09-13T09:36:53
2014-02-27T15:16:30
C++
UTF-8
C
false
false
2,499
h
qtwidgets-config.h
#define QT_FEATURE_abstractbutton 1 #define QT_FEATURE_abstractslider 1 #define QT_FEATURE_groupbox 1 #define QT_FEATURE_buttongroup 1 #define QT_FEATURE_label 1 #define QT_FEATURE_pushbutton 1 #define QT_FEATURE_menu 1 #define QT_FEATURE_lineedit 1 #define QT_FEATURE_spinbox 1 #define QT_FEATURE_slider 1 #define QT_FE...
fdd4fdc47684f6d501ad3c21167636b8932ceba9
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_libXNVCtrl_NVCtrl.c
ac5f5048d107a87d963811870fb709de6f37d907
[ "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
601
c
patch-src_3rdparty_chromium_third__party_libXNVCtrl_NVCtrl.c
--- src/3rdparty/chromium/third_party/libXNVCtrl/NVCtrl.c.orig 2018-11-13 18:25:11 UTC +++ src/3rdparty/chromium/third_party/libXNVCtrl/NVCtrl.c @@ -27,10 +27,6 @@ * libXNVCtrl library properly protects the Display connection. */ -#if !defined(XTHREADS) -#define XTHREADS -#endif /* XTHREADS */ - #define NEED_EVE...
b209ec7aecd16f73c178dc1236356753ab94e756
98ee5bc94e754d9b1802d66d7b5c5fcf184a6c90
/lib/include/snow3g_submit.h
1f7293115a012087d15475d4addc8aef67c5dbf0
[ "BSD-3-Clause" ]
permissive
intel/intel-ipsec-mb
f180701ca3dbdc26f310c5706cb3e8577defa2df
9e17d6cad1f99e64f3534053a3ff096c46646058
refs/heads/main
2023-08-30T13:20:47.709185
2023-08-28T13:17:46
2023-08-29T13:14:00
73,856,328
255
89
BSD-3-Clause
2023-08-30T08:42:45
2016-11-15T21:22:17
C
UTF-8
C
false
false
2,958
h
snow3g_submit.h
/******************************************************************************* Copyright (c) 2012-2023, Intel Corporation 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 r...
73bf6a4d7da1e572b123305cd73a8327c7b96c1c
3499b1145f0827498625ec0ac71ba82bbbbda4ed
/board-package-source/libraries/Arduboy/src/ab_logo.c
3718e5cde969f5bb9c3970dd3d85dca135af7bd7
[ "BSD-3-Clause", "BSD-2-Clause", "CC0-1.0" ]
permissive
MrBlinky/Arduboy-homemade-package
09120974a9c6a9ad1871ac68cbf852bb253bbd8e
3b71be313e1a4daaa745a15cdf2b58c92b101441
refs/heads/master
2023-07-22T18:36:15.664481
2023-07-15T22:08:51
2023-07-15T22:08:51
121,283,656
104
31
CC0-1.0
2023-01-02T08:24:54
2018-02-12T18:16:15
C++
UTF-8
C
false
false
1,246
c
ab_logo.c
#include <avr/pgmspace.h> #ifndef ARDUBOY_LOGO_CREATED #define ARDUBOY_LOGO_CREATED // arduboy_logo.png // 88x16 PROGMEM const unsigned char arduboy_logo[] = { 0xF0, 0xF8, 0x9C, 0x8E, 0x87, 0x83, 0x87, 0x8E, 0x9C, 0xF8, 0xF0, 0x00, 0x00, 0xFE, 0xFF, 0x03, 0x03, 0x03, 0x03, 0x03, 0x07, 0x0E, 0xFC, 0xF8, 0x00, 0x00, ...
ccc9dee273b29502ee66d57654c14f21c731fe35
a990004e8263ed825eb4ee21c7eb842dd886cde2
/src/lib/crypto/test/iso8859.c
bed724491092ca4f2aae0a77314378aac318f6ca
[ "BSD-2-Clause" ]
permissive
opendnssec/SoftHSMv2
8233f100f47c62f3b091c00706d9d13bfd1486bc
f4661af6680e187f220921c0a91d17d71a680345
refs/heads/develop
2023-08-04T23:48:24.514490
2023-08-02T20:51:58
2023-08-02T20:51:58
10,314,787
643
327
NOASSERTION
2023-09-01T07:23:24
2013-05-27T12:54:47
C++
UTF-8
C
false
false
878
c
iso8859.c
/* This code was taken from http://www.fourmilab.ch/random/ where it states that: This software is in the public domain. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, without any conditions or restrictions. This softwar...
57154331f66ef1921c4dfe17370ee4978bb97a09
a91796ab826878e54d91c32249f45bb919e0c149
/3rdparty/libtiff/tif_fax3sm.c
ba2fc532e8014ba7842da95821e6ad95ead1f87d
[ "libtiff", "IJG", "Zlib", "BSD-3-Clause", "Libpng", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
opencv/opencv
8f1c8b5a16980f78de7c6e73a4340d302d1211cc
a308dfca9856574d37abe7628b965e29861fb105
refs/heads/4.x
2023-09-01T12:37:49.132527
2023-08-30T06:53:59
2023-08-30T06:53:59
5,108,051
68,495
62,910
Apache-2.0
2023-09-14T17:37:48
2012-07-19T09:40:17
C++
UTF-8
C
false
false
104,760
c
tif_fax3sm.c
/* WARNING, this file was automatically generated by the mkg3states program */ #include <stdint.h> #include "tiff.h" #include "tif_fax3.h" const TIFFFaxTabEnt TIFFFaxMainTable[128] = { {12,7,0},{3,1,0},{5,3,1},{3,1,0},{2,3,0},{3,1,0},{4,3,1},{3,1,0},{1,4,0},{3,1,0}, {5,3,1},{3,1,0},{2,3,0},{3,1,0},{4,3,1},{3,1,0},...
9fe7329fd84e5891b385b924f799e98a9210145c
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/arch/um/drivers/cow.h
6673508f342603554c4fbe874511ab6df14af45f
[ "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
1,037
h
cow.h
#ifndef __COW_H__ #define __COW_H__ #include <asm/types.h> extern int init_cow_file(int fd, char *cow_file, char *backing_file, int sectorsize, int alignment, int *bitmap_offset_out, unsigned long *bitmap_len_out, int *data_offset_out); extern int file_reader(__u64 offset, char *buf, int len, void *arg); ext...
384206b9cc8189c5c107e8e90786a8724005d1bb
ff443629c167f318d071f62886581167c51690c4
/src/secp256k1/src/secp256k1.c
4c11e7f0b8b582e213020ebf9e837bb6d6d40ad2
[ "MIT" ]
permissive
bitcoin/bitcoin
a618b2555d9fe5a2b613e5fec0f4b1eca3b4d86f
6f03c45f6bb5a6edaa3051968b6a1ca4f84d2ccb
refs/heads/master
2023-09-05T00:16:48.295861
2023-09-02T17:43:00
2023-09-02T17:46:33
1,181,927
77,104
33,708
MIT
2023-09-14T20:47:31
2010-12-19T15:16:43
C++
UTF-8
C
false
false
29,174
c
secp256k1.c
/*********************************************************************** * Copyright (c) 2013-2015 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
e3aa39a533c5c31bf3f5b327e07312100f642ead
8838eb997879add5759b6dfb23f9a646464e53ca
/src/include/hal/mem_barriers.h
499e1dde347ced37c3ea32171610701fa278b823
[ "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
353
h
mem_barriers.h
/** * @file mem_barriers.h * @brief Header file for memory barriers * * @author Michele Di Giorgio * @date 23.11.2015 */ #ifndef HAL_MEM_BARRIERS_H_ #define HAL_MEM_BARRIERS_H_ #include <module/embox/arch/mem_barriers.h> #ifndef __ASSEMBLER__ extern void data_mem_barrier(void); #endif /* __ASSEMBLER__ */ ...
9dce0d437e01ad718b0ae3ae2a90042d2e10ed59
99bdb3251fecee538e0630f15f6574054dfc1468
/components/net/lwip/lwip-2.1.2/src/apps/altcp_tls/altcp_tls_mbedtls_mem.c
04d47ae51c77f2b992cf603153af133ddaea2146
[ "BSD-3-Clause", "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,720
c
altcp_tls_mbedtls_mem.c
/** * @file * Application layered TCP connection API (to be used from TCPIP thread) * * This file contains memory management functions for a TLS layer using mbedTLS. * * ATTENTION: For production usage, you might want to override this file with * your own implementation since this implementation simpl...
0c570b6abf2d52b86883db8b40083faf9a6eecd1
61da6274995cf914291af51bd02e60f408fdfedd
/src/misc/debug.h
aa59fb8de60703120c9d859d639f4704ca32dd3f
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
mrirecon/bart
360d518b4c79836d506803aa4a77e8e252ab820b
a3c9dc313f79c4c52f1ba3e617d5831ef088ddf7
refs/heads/master
2023-08-31T11:01:08.932824
2023-08-30T12:15:35
2023-08-30T13:51:18
23,212,230
264
185
BSD-3-Clause
2023-08-03T18:43:36
2014-08-22T03:57:09
C
UTF-8
C
false
false
2,334
h
debug.h
/* Copyright 2013. The Regents of the University of California. * Copyright 2016. Martin Uecker. * Copyright 2018. Damien Nguyen. * All rights reserved. Use of this source code is governed by * a BSD-style license which can be found in the LICENSE file. */ #ifndef __DEBUG_H #define __DEBUG_H 1 #include <stdarg.h...
eec752bfa35038599d03d7a26a70b5f1e9646fa8
fbe68d84e97262d6d26dd65c704a7b50af2b3943
/third_party/virtualbox/src/VBox/GuestHost/OpenGL/packer/pack_bounds.c
191383bd49b8f8c852847c38c7fdafe509d73fc2
[ "GPL-2.0-only", "LicenseRef-scancode-unknown-license-reference", "CDDL-1.0", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "LGPL-2.1-or-later", "GPL-2.0-or-later", "MPL-1.0", "LicenseRef-scancode-generic-exception", "Apache-2.0", "OpenSSL", "MIT" ]
permissive
thalium/icebox
c4e6573f2b4f0973b6c7bb0bf068fe9e795fdcfb
6f78952d58da52ea4f0e55b2ab297f28e80c1160
refs/heads/master
2022-08-14T00:19:36.984579
2022-02-22T13:10:31
2022-02-22T13:10:31
190,019,914
585
109
MIT
2022-01-13T20:58:15
2019-06-03T14:18:12
C++
UTF-8
C
false
false
1,458
c
pack_bounds.c
/* Copyright (c) 2001, Stanford University * All rights reserved * * See the file LICENSE.txt for information on redistributing this software. */ #include "packer.h" #include "cr_opcodes.h" #include "cr_mem.h" void PACK_APIENTRY crPackBoundsInfoCR( CR_PACKER_CONTEXT_ARGDECL const CRrecti *bounds, const GLbyte *pa...
61b6bb7b5ad45813374cfcbbb5f7c98e1e50c910
847ebadf2b0e7c01ad33ce92b42528a1a5c4846c
/ofproto/ofproto-dpif-xlate-cache.c
9224ee2e6d5df8321eb7fb5ec07afbb248c63ebf
[ "BSD-3-Clause", "ISC", "Apache-2.0", "SISSL", "GPL-2.0-only", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
openvswitch/ovs
6f782527cf5fde4ccfd25e68d359b91ff41acf8a
bc79a7bf033fa4cda8ccfc5481db3cfccd72650c
refs/heads/master
2023-09-04T06:31:47.899017
2023-08-03T16:19:12
2023-09-01T20:15:05
18,383,364
3,366
2,259
Apache-2.0
2023-08-17T13:17:13
2014-04-02T22:15:28
C
UTF-8
C
false
false
8,341
c
ofproto-dpif-xlate-cache.c
/* Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Un...
f75504a9ced43ce1c95c812aa9ef2f3c0ae6c931
4f93f5a27b6c872903b9acf8d20fb736716a26df
/src/clair3_pileup.c
af1443d6d62db5edfb0085a7a351e368933c73f1
[ "BSD-3-Clause" ]
permissive
HKU-BAL/Clair3
cf388ae3d0b0332eb8df125fb1e1a97120a90ed1
181f55d7a741855597d083baffc4551949d2837e
refs/heads/main
2023-07-28T05:34:32.917498
2023-07-20T02:58:19
2023-07-20T02:58:19
352,969,947
162
18
null
2023-06-01T14:15:31
2021-03-30T11:02:58
Python
UTF-8
C
false
false
19,180
c
clair3_pileup.c
#define _GNU_SOURCE #include <assert.h> #include <errno.h> #include <math.h> #include <string.h> #include <stdbool.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include "htslib/sam.h" #include "htslib/faidx.h" #include "kvec.h" #include "medaka_bamiter.h" #include "medaka_common.h" #include "clair3_pil...
190c0c8b876a6bf4d1e76b511e8a9252ebf7b695
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/luna68k/stand/boot/omron_disklabel.h
cbf60fc3d13bea443e0cac91b9449a62698dae9a
[]
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
4,811
h
omron_disklabel.h
/* $NetBSD: omron_disklabel.h,v 1.4 2014/01/11 15:51:02 tsutsui Exp $ */ /* * Copyright (c) 1992 OMRON Corporation. * * This code is derived from software contributed to Berkeley by * OMRON Corporation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided...
5f5024379a865e73b0ee03f12a11b78072b33303
4b15f318ba3332ee946cb0b2838c93e7935b9b89
/src/promotion/ops.h
41f0593a3abf1af7d57adf207bb57e6b2f133c0a
[ "BSD-3-Clause" ]
permissive
Open-CAS/ocf
c4f8a5c9c1b254a905fda75be2c19bd7c8ebd450
016d7a8ee2822d672c308264e79bae4081e7930e
refs/heads/master
2023-05-28T08:40:51.328181
2023-05-11T08:11:57
2023-05-11T08:11:57
152,160,836
168
94
BSD-3-Clause
2023-09-14T08:01:50
2018-10-08T23:46:10
C
UTF-8
C
false
false
1,413
h
ops.h
/* * Copyright(c) 2019-2021 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause */ #ifndef PROMOTION_OPS_H_ #define PROMOTION_OPS_H_ #include "../metadata/metadata.h" #include "promotion.h" struct ocf_promotion_policy { ocf_cache_t owner; ocf_promotion_t type; void *config; /* Pointer to config values...
680dad3a422b9ec535a2b3373cb361ca15ded650
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/thirdparty/google/cpuinfo/src/arm/linux/hwcap.c
35e9994f6939e3800dba4151e35bda7ff8358fad
[ "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
3,709
c
hwcap.c
#include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include <dlfcn.h> #include <elf.h> #if CPUINFO_MOCK #include <cpuinfo-mock.h> #endif #include <cpuinfo.h> #include <arm/linux/api.h> #include <cpuinfo/log.h> #if CPUINFO_ARCH_ARM64 || CPUINFO_...
731684dfa0c61552b1e733c1a6c670ec7c5aca53
38fff7bdefd8d62a740d51329b50d0e1e49258bb
/projects/pidgin/pidgin_xml_fuzzer.c
a91034a5e157cae497d1d0ae18eb7f8765cb4485
[ "Apache-2.0" ]
permissive
google/oss-fuzz
026384c2ada61ef68b147548e830f60730c5e738
f0275421f84b8f80ee767fb9230134ac97cb687b
refs/heads/master
2023-08-31T23:30:28.157702
2023-08-31T21:49:30
2023-08-31T21:49:30
63,809,205
9,438
2,315
Apache-2.0
2023-09-14T20:32:19
2016-07-20T19:39:50
Shell
UTF-8
C
false
false
1,607
c
pidgin_xml_fuzzer.c
/* # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
2efbf86637ccab2557f8a5a35b8d25b774ee95c3
b9dc55919b29da24c24f8ee367c5618c9532f56f
/Code_source/shared/aubio/src/notes/notes.h
e93a68515ee04436b2550a2d716c49c5ff0c5f57
[ "WTFPL", "LicenseRef-scancode-unknown-license-reference", "GPL-3.0-only" ]
permissive
porres/pd-else
075e8b7ac7a78f442055fbd30d6602cae49c887e
b30e8c13c88bb9752c08f78514d64c6206d6678b
refs/heads/master
2023-08-18T22:26:31.120893
2023-08-18T00:46:59
2023-08-18T00:46:59
56,870,805
238
42
WTFPL
2023-09-12T15:55:56
2016-04-22T16:45:29
C
UTF-8
C
false
false
4,006
h
notes.h
/* Copyright (C) 2003-2014 Paul Brossier <piem@aubio.org> This file is part of aubio. aubio is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any la...
2d716002b875ab5c9823bd131c991f8ed2465e7e
41eb0837713f297134529591b66f3d4d82bcf98e
/src/Raine/source/sound/smp16bit.h
6edafa97deceb400cfc3412d6d8e4e098c7dc85e
[]
no_license
AlexxandreFS/Batocera.PLUS
27b196b3cbb781b6fc99e62cad855396d1d5f8f2
997ee763ae7135fdf0c34a081e789918bd2eb169
refs/heads/master
2023-08-17T21:52:39.083687
2023-08-17T15:03:44
2023-08-17T15:03:44
215,869,486
135
57
null
2023-08-14T14:46:14
2019-10-17T19:23:42
C
UTF-8
C
false
false
1,827
h
smp16bit.h
#ifdef __cplusplus extern "C" { #endif /******************************************************************************/ /* */ /* 16-BIT SAMPLE PLAYBACK (odd samples - nichibutsu dac, cabal adpcm) */ /* ...
9d837918affe89e44cba85a97b54977de2ce8700
83b8b30ebb633eecd29ca0a7a20cc43a293c9333
/ports/nrf/boards/itsybitsy_nrf52840_express/mpconfigboard.h
47220bb474809230d897de5fb79d35d4ff4c5db5
[ "MIT", "GPL-1.0-or-later" ]
permissive
adafruit/circuitpython
430ec895149d1eb814b505db39b4977a35ee88a7
506dca71b0cbb7af749bb51f86b01021db5483b3
refs/heads/main
2023-08-21T16:30:46.781068
2023-08-20T00:39:44
2023-08-20T00:39:44
66,166,069
3,806
1,560
MIT
2023-09-14T19:23:51
2016-08-20T20:10:40
C
UTF-8
C
false
false
1,405
h
mpconfigboard.h
#include "nrfx/hal/nrf_gpio.h" #define MICROPY_HW_BOARD_NAME "Adafruit ItsyBitsy nRF52840 Express" #define MICROPY_HW_MCU_NAME "nRF52840" #define MICROPY_HW_LED_STATUS (&pin_P0_06) #define MICROPY_HW_APA102_MOSI (&pin_P0_08) #define MICROPY_HW_APA102_SCK (&pin_P1_09) #if QSPI_FLASH_FILESYST...
d6ac46a32b13503a1d725340303c41957ed2e657
bec5d52c5185d032b2b81eccd008aa8e4e045790
/tuntap/tapwin32-funcs.c
bd0f7dc1763da545213336c20f916fa35c26b2da
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
shadowsocks/badvpn
2993b0da7c59870f0a550a842cabe3312761d541
40a0e5010aa4adb6d3ca1d1418dfde345c50107d
refs/heads/shadowsocks-android
2021-12-08T06:17:04.546977
2021-08-23T04:05:27
2021-08-23T04:05:27
45,686,048
166
154
NOASSERTION
2021-08-23T04:05:28
2015-11-06T14:18:20
C
UTF-8
C
false
false
7,255
c
tapwin32-funcs.c
/** * @file tapwin32-funcs.c * @author Ambroz Bizjak <ambrop7@gmail.com> * * @section LICENSE * * 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...
e10d700f509fd6c93195a7441c8fbef604fe4af4
fbd6afa22568045d8806ecdda93144d1a6e44af2
/Src/Libs/Streaming/Enum.h
8b8ddf60f691ec34eefe890ac4b3a6c207cbdb66
[ "BSD-2-Clause" ]
permissive
bhuman/BHumanCodeRelease
5ccbcc60b968c12f29983992d603ab464a51051b
645031c46ff88efcf32129301d21e109857cde3d
refs/heads/master
2023-05-22T09:49:04.827692
2023-03-29T15:27:24
2023-03-29T15:27:24
15,512,849
212
151
null
2018-04-12T12:36:26
2013-12-29T18:24:40
C++
UTF-8
C
false
false
84,368
h
Enum.h
/** * @file Streaming/Enum.h * Defines a macro that declares an enum and provides a function to access the names of its elements. * Also defines a macro that allows to enumerate over all these elements. * * Enums have the following form: * ENUM(<enum-name>, * {, * <comma-separated-enum-list>, * }) * * Exam...
b5a09417697b4fa76cc55b79280e0d8d60d2046e
89db60818afeb3dc7c3b7abe9ceae155f074f7f2
/src/libmemdraw/draw-stub.c
be411011f536aa4922d07653b7502c4217610b73
[ "bzip2-1.0.6", "LPL-1.02", "MIT" ]
permissive
9fans/plan9port
63c3d01928c6f8a8617d3ea6ecc05bac72391132
65c090346a38a8c30cb242d345aa71060116340c
refs/heads/master
2023-08-25T17:14:26.233105
2023-08-23T13:21:37
2023-08-23T18:47:08
26,095,474
1,645
468
NOASSERTION
2023-09-05T16:55:41
2014-11-02T22:40:13
C
UTF-8
C
false
false
446
c
draw-stub.c
#include <u.h> #include <libc.h> #include <draw.h> #include <memdraw.h> void memimagedraw(Memimage *dst, Rectangle r, Memimage *src, Point sp, Memimage *mask, Point mp, int op) { Memdrawparam *par; if((par = _memimagedrawsetup(dst, r, src, sp, mask, mp, op)) == nil) return; _memimagedraw(par); } void memfillcol...
c0575b676dde2e147d9282d9415e62518b8cac12
4edd539e79d33f7a08a4c928d113771e9dac0740
/lib/burger/longtoasc.c
6062d5960e42ffc216e2ec278506f48eb9290605
[ "MIT" ]
permissive
Olde-Skuul/doom3do
84ae4f312e919d070dcb838f7765c5c1ad3f5efd
8a5cdae476e09f2bedd2cc4dcd105dae4b35d4af
refs/heads/master
2023-03-07T19:10:13.752129
2023-01-11T22:54:07
2023-01-11T22:54:07
27,351,671
658
55
MIT
2022-11-03T04:07:37
2014-11-30T22:02:07
C
UTF-8
C
false
false
314
c
longtoasc.c
#include "Burger.h" /**************************************** Converts a signed long number into an ASCII string ****************************************/ void longToAscii(long Input,Byte *AsciiPtr) { if (Input<0) { Input = -Input; AsciiPtr[0] = '-'; ++AsciiPtr; } LongWordToAscii(Input,AsciiPtr); }
e4e485e85a3761582947933d656caa7f8c33c131
2d11442aa09b51e10c245ee2b64231aeb051744f
/platforms/win32/plugins/DropPlugin/sqWin32Drop.c
355e3834517677c14cdcb79add3c8503d2b350e2
[ "MIT" ]
permissive
OpenSmalltalk/opensmalltalk-vm
622b01c10017a93fdff4f1ef2188c45342384c78
330d6779ad2ecbce1f07131f53d75cd168165f0b
refs/heads/Cog
2023-09-04T05:36:54.320281
2023-08-17T11:32:52
2023-08-31T12:26:44
59,481,716
556
153
NOASSERTION
2023-06-19T19:58:13
2016-05-23T12:40:27
C
UTF-8
C
false
false
22,774
c
sqWin32Drop.c
/**************************************************************************** * PROJECT: Squeak port for Win32 (NT / Win95) * FILE: sqWin32Drop.c * CONTENT: Drag and Drop support from Windows * * AUTHOR: Andreas Raab (ar) * ADDRESS: Walt Disney Imagineering, Glendale, CA * EMAIL: Andreas.Raab@disney.c...
501b6a44145ed993647dc9c508caca9413d155be
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_0009/AKWF_0878.h
8d8c9e8391698fd53311209ce945d249f035ed91
[ "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_0878.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...
c0cff80ca9027ed7a17a14f2a97b70ff144457e7
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/ufs/ffs/ffs_wapbl.c
250a43b29d86d7eb1421f0de57bd04ecfe0a5e96
[]
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
25,924
c
ffs_wapbl.c
/* $NetBSD: ffs_wapbl.c,v 1.48 2022/05/22 11:27:36 andvar Exp $ */ /*- * Copyright (c) 2003,2006,2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, wi...
1d06b2441f629e845439c25341d2d55eb5279ff6
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/ffmpeg/libavcodec/webvttenc.c
4369aacb749e507c6f0591b0c7aae9388757dafa
[ "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
6,226
c
webvttenc.c
/* * WebVTT subtitle encoder * Copyright (c) 2010 Aurelien Jacobs <aurel@gnuage.org> * Copyright (c) 2014 Aman Gupta <ffmpeg@tmm1.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publish...
529848c00207d4f023b677b1747bbea5cec6080b
77861deda8b3046bdda221d3cb80b77e84b14523
/avx512-remove-spaces/avx512-dump.h
54175a2e9d25adb5bc7a091792030e5bc4f3a7ad
[ "BSD-2-Clause" ]
permissive
WojciechMula/toys
b73f09212ca19f1e76bbf2afaa5ad2efcea95175
6110b59de45dc1ce44388b21c6437eff49a7655c
refs/heads/master
2023-08-18T12:54:25.919406
2023-08-05T09:20:14
2023-08-05T09:20:14
14,905,115
302
44
BSD-2-Clause
2020-04-17T17:10:42
2013-12-03T20:35:37
C++
UTF-8
C
false
false
27
h
avx512-dump.h
../000helpers/avx512-dump.h
f10c8b178ce91703e4cbae1d8993d78166187920
5eff7a36d9a9917dce9111f0c3074375fe6f7656
/app/xlockmore/win32/xlock95.h
8c4676725937420488223c5643036b09db35b406
[ "LicenseRef-scancode-other-permissive" ]
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
264
h
xlock95.h
#define MODE_BOX 1000 #define MODE_LIST 1010 #define DESC_LABEL 1020 #define DELAY_LABEL 1030 #define DELAY_TEXT 1040 #define COUNT_LABEL 1050 #define COUNT_TEXT 1060 #define CYCLES_LABEL 1070 #define CYCLES_TEXT 1080 #define ENABLE_BUTTON 1090
f72f5efb84f0eb720e9246a42043d53eeb0fb608
cff4428975e403e4ef02d75498b78cd1a610a01a
/src/lib/core/assoc.h
2351734614481e99f4dcd3cbe1ad1da24ed47759
[ "BSD-2-Clause" ]
permissive
tarantool/tarantool
c1f252b642d223af62485dc21165c7f7c3354e7e
f58cc96f2798ddc5f492223897d0b77e4f902128
refs/heads/master
2023-09-03T15:16:29.144171
2023-08-31T11:39:28
2023-09-01T12:39:29
911,980
3,205
490
NOASSERTION
2023-09-14T17:58:17
2010-09-15T07:59:26
Lua
UTF-8
C
false
false
4,989
h
assoc.h
/* * Copyright 2010-2016 Tarantool AUTHORS: please see AUTHORS file. * * 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...
8bed16d36dfb64a296705973ed7e35dcfa9707d1
99bdb3251fecee538e0630f15f6574054dfc1468
/libcpu/risc-v/t-head/c906/symbol_analysis.h
a9db46ffd39db4435c1e451353ede2ac56586e40
[ "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
1,721
h
symbol_analysis.h
/* * Copyright lizhirui * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2021-05-18 lizhirui the first version * 2021-05-20 lizhirui add os debug support */ #ifndef __SYMBOL_ANALYSIS_H__ #define __SYMBOL_ANALYSIS_H__ #include <rtthread.h> ...
8ba8cc7e577278842b3f1949dcb0acc7fc4ba21a
409d14156eb919757bf1c6ae8c94827520e98667
/W5500/Internet/FTPClient/ftpc.h
535c1066abc6d335f415350df8860ead76e9ad8c
[ "BSD-3-Clause" ]
permissive
Mculover666/HAL_Driver_Lib
8fa69e7590802290b1ef8b33dee6585d1c8a51e0
2c09811e01fed3ec64c85be50a5565f55fee995d
refs/heads/master
2023-04-12T03:27:19.326842
2023-04-08T14:30:03
2023-04-08T14:30:03
196,137,750
189
78
BSD-3-Clause
2022-06-26T10:39:17
2019-07-10T05:33:30
C
UTF-8
C
false
false
2,518
h
ftpc.h
#ifndef _FTPC_H_ #define _FTPC_H_ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #include <stdio.h> #include <ctype.h> #include <string.h> #include <limits.h> #include <stdarg.h> #include "stdio_private.h" #include "socket.h" #define F_APP_FTPC /* If your target support a file system, you have to activa...
bc618f3301dcf0f228a349d2f41999baca77600c
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/net/netfilter/nf_nat_core.c
2bb801e3ee8c488243e7d50cf47057c94fc394d3
[ "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
23,803
c
nf_nat_core.c
/* * (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org> * (C) 2011 Patrick McHardy <kaber@trash.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free So...
df08286ec099ae37c0ea39d8cd59edc9ee111f78
50dd46b8ece33f3cdd174284b15d1d51f89669d4
/third_party/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Package.c
caa5cf87d408b282e8a31c3a7c1903e47cebfd8e
[ "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
30,008
c
Package.c
/** @file Implement protocol interface related to package registrations. Copyright (c) 2006 - 2010, 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...
a41b931b239e84b982ea145bfbaf405d1a8cd402
7e41167bfae6d2c38689b7e0993b308e045cbd05
/less-34/less/defines.h.in
46232c0e451003ca3790fc536ef894f867689174
[ "BSD-3-Clause", "curl", "GPL-1.0-or-later", "MIT", "Python-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause", "GPL-3.0-or-later" ]
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
11,667
in
defines.h.in
/* defines.h.in. Generated from configure.ac by autoheader. */ /* Unix definition file for less. -*- C -*- * * This file has 3 sections: * User preferences. * Settings always true on Unix. * Settings automatically determined by configure. * * * * * * * WARNING * * * * * * * If you edit defines.h by hand,...
5911945090ef154ac2f4ab9417a224d95aa8688c
e3cdfae1dd874479c928dad193b33a4e3b8a623e
/src/classchg-menuselect.c
395a1152a326602bc34dd50972ce58a081622025
[]
no_license
FireEmblemUniverse/fireemblem8u
11493bf94844617b33254110ba006316defb3510
b9ad9bcafd9d4ecb7fc13cc77a464e2a82ac8338
refs/heads/master
2023-09-05T23:39:53.791339
2023-09-04T17:31:47
2023-09-04T17:31:47
121,802,075
118
31
null
2023-09-11T13:08:37
2018-02-16T21:21:50
Assembly
UTF-8
C
false
false
7,243
c
classchg-menuselect.c
#include "global.h" #include "classchg.h" #include "uimenu.h" #include "fontgrp.h" #include "bmunit.h" #include "proc.h" #include "hardware.h" #include "bmarch.h" #include "scene.h" #include "constants/classes.h" u32 ClassChgMenuSelOnInit(struct MenuProc *proc) { SyncMenuBgs(proc); return 0; } u32 ClassChgMen...
605abc54d7a54725b35be30528dbe85af434f829
99bdb3251fecee538e0630f15f6574054dfc1468
/components/utilities/utest/utest.h
56a6e0d57eb3255d1e3c24fc13ac62ccac13412b
[ "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
4,972
h
utest.h
/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-11-19 MurphyZhao the first version */ #ifndef __UTEST_H__ #define __UTEST_H__ #include <rtthread.h> #include <stdint.h> #include "utest_log.h" #inc...
9112e53da2dfd727bfa50710b1b82f79f3560bc5
f25847541dd3dd87d42d78eba81a351b72a4d0af
/avbsf/src/avpbs.c
1f85bcda8df5b3ade1bd0e70a2c25540ae18850d
[ "MIT" ]
permissive
ireader/avcodec
a287e7905560d889e930e7a04865317fa00ef9cc
f3142ef12b5987d2f4c33ac3f073074798adf131
refs/heads/master
2023-09-05T16:56:48.006399
2023-08-26T10:35:48
2023-08-26T10:35:48
66,046,851
162
108
MIT
2023-02-03T10:32:36
2016-08-19T02:40:48
C
UTF-8
C
false
false
2,549
c
avpbs.c
#include "avpbs.h" #include <stdlib.h> #include <string.h> #include <assert.h> #include <errno.h> static struct avpbs_t* avpbs_common(void); struct avpbs_t* avpbs_h264(void); struct avpbs_t* avpbs_h265(void); struct avpbs_t* avpbs_h266(void); struct avpbs_t* avpbs_av1(void); struct avpbs_t* avpbs_vpx(void); struct a...
d7415faef72df8b638df797786fd24c2e8e54b19
ed98b77f3f09b392e68a0d59c48eec299e883bb9
/applications/CycleClustering/src/heur_fuzzyround.c
aeb86deced56f31e1c0d4836148e31b74a20ca79
[ "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
6,150
c
heur_fuzzyround.c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ ...
c30fee1e5df75db4e7dc8c0c4802dd8dce2605cb
765f7b8c2caf2d50da8f431f1332207456ba33ee
/libc/locale/setlocale.c
411852cca953fe272b3fd929dfdbe5b1cbb11db3
[ "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-commercial-license", "AGPL-3.0-or-later", "GPL-1.0-or-later", "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
klange/toaruos
a840f8d46993dc7a8850f82b6d04ba0c2af276a9
4a31a09ba27904b42ee35e8fb1a3c7f87669a2ef
refs/heads/master
2023-09-01T02:00:53.151334
2023-08-28T00:59:18
2023-08-28T00:59:18
1,259,258
5,557
613
NCSA
2023-02-04T08:24:11
2011-01-16T00:59:27
C
UTF-8
C
false
false
117
c
setlocale.c
#include <stdlib.h> #include <locale.h> char * setlocale(int category, const char *locale) { return "en_US"; }
1e048a181206e48b162c6168680f5c18ace2c421
8ae25d84fbcf4c0798e8df1add59326f3849d9ac
/libopencm3/include/libopencm3/efm32/hg/doc-efm32hg.h
c7f13c3b590dcac8d18ebf71d58c9fb3c3265612
[ "Apache-2.0", "LGPL-2.0-or-later", "LGPL-3.0-or-later" ]
permissive
im-tomu/tomu-quickstart
49eb4bc8ff267d5427f6bcb6a64443476891bb1c
8d57866605207099a1b449de42bc0063a5f3c1c8
refs/heads/master
2023-08-15T23:44:26.343414
2023-08-05T15:16:34
2023-08-05T15:16:34
132,818,206
146
43
Apache-2.0
2023-08-05T15:16:35
2018-05-09T22:13:30
C
UTF-8
C
false
false
588
h
doc-efm32hg.h
/** @mainpage libopencm3 EFM32 Happy Gecko @version 1.0.0 @date 28 January 2018 API documentation for Energy Micro EFM32 Happy Gecko Cortex M0+ series. LGPL License Terms @ref lgpl_license */ /** @defgroup EFM32LG EFM32 HappyGecko Libraries for Energy Micro EFM32 Happy Gecko series. @version 1.0.0 @date 28 Janua...
2fabeb89ee01f1c3f5d022b5d72501671e49752b
25c64fb97b7cdb30ec1b6ddd2acf9a755fc33adf
/src/probe.h
a3449198425a181d6833baf9e8facefc6f44bd51
[ "MIT" ]
permissive
arminbiere/kissat
386c1cfadf43562d36fccc47064c95296c9b812f
630d64d4d63c2816fc79a1a0340286b39677e97d
refs/heads/master
2023-09-04T01:39:44.293487
2023-06-24T15:51:43
2023-06-24T15:51:43
267,257,286
350
63
MIT
2022-06-23T12:15:24
2020-05-27T07:57:59
C
UTF-8
C
false
false
174
h
probe.h
#ifndef _probe_h_INCLUDED #define _probe_h_INCLUDED #include <stdbool.h> struct kissat; bool kissat_probing (struct kissat *); int kissat_probe (struct kissat *); #endif
3e9dd667e3a05d3a2888db5eac4efd0ee71ea0f3
105be9a75408fe7944b60885061d281e7fd9192b
/tools/temp_tools/float_example.c
671810e3e67d3ccf4f33623afea6dcce1e1f9340
[ "MIT" ]
permissive
farisawan-2000/kirby64
73146684368b0cbe5e2a41a42625f07817cc91c3
9f95c182132771cfb5f439ab1a60b589c6f7d665
refs/heads/master
2023-08-08T18:19:35.226495
2023-07-23T20:37:14
2023-07-23T20:37:14
265,695,457
148
18
null
2022-12-27T15:23:50
2020-05-20T22:03:14
Assembly
UTF-8
C
false
false
205
c
float_example.c
#include <stdio.h> int bruh = 0xb3d6bf95; int main(void) { printf("%f\n", *(float *)&bruh); printf("%e\n", *(float *)&bruh); printf("%.10f\n", *(float *)&bruh); printf("%.10e\n", *(float *)&bruh); }
6d6557c94fc63c06e111542bb257eb21a919bf44
35ae6922fbfe50390b37927ee2eaeab2469c3b46
/ulib/axlibc/include/sys/epoll.h
bd23bcf46b027f37314498307918408d99b5b6f8
[ "Apache-2.0", "AGPL-3.0-only", "LicenseRef-scancode-mulanpubl-2.0", "AGPL-3.0-or-later", "GPL-3.0-only", "MulanPSL-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-mulanpsl-2.0-en" ]
permissive
rcore-os/arceos
5a4fe111ed186941a0c8f420ae4165494d2bcd77
94eeaa3c2eb247f15f8403d5aa614f878077f48b
refs/heads/main
2023-08-30T21:07:40.133762
2023-08-27T14:21:04
2023-08-27T14:31:00
605,446,225
255
94
Apache-2.0
2023-09-13T11:39:29
2023-02-23T07:02:40
Rust
UTF-8
C
false
false
1,204
h
epoll.h
#ifndef _SYS_EPOLL_H #define _SYS_EPOLL_H #ifdef __cplusplus extern "C" { #endif #include <fcntl.h> #include <stdint.h> #define EPOLL_CLOEXEC O_CLOEXEC #define EPOLL_NONBLOCK O_NONBLOCK enum EPOLL_EVENTS { __EPOLL_DUMMY }; #define EPOLLIN 0x001 #define EPOLLPRI 0x002 #define EPOLLOUT 0x004 #defi...
58ef7cba027230905cf34fa0f628f362a6e44c52
f07e66293cc41a9fe71fc44f765b432fd7a0997c
/selfdrive/sensord/libdiag.h
ab3ee91b14a0dbbff41847dbe90697bff4ffe83c
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
kegman/openpilot
c9ba96a72d905956f02c684e065091e023942883
b35291c91783657a5fc83abfff012d3bb49dd89f
refs/heads/kegman-ultimate
2022-05-22T17:07:16.656336
2021-10-25T13:35:28
2021-10-25T13:35:28
229,979,925
105
212
MIT
2022-03-13T05:47:51
2019-12-24T17:27:11
C
UTF-8
C
false
false
989
h
libdiag.h
#ifndef LIBDIAG_H #define LIBDIAG_H #include <stdint.h> #include <stdbool.h> #ifdef __cplusplus extern "C" { #endif #define DIAG_MAX_RX_PKT_SIZ 4096 bool Diag_LSM_Init(uint8_t* pIEnv); bool Diag_LSM_DeInit(void); // DCI #define DIAG_CON_APSS 0x001 #define DIAG_CON_MPSS 0x002 #define DIAG_CON_LPASS 0x004 #define D...
4d737e8c77dd64a21e0603554ca58ab7d5791db4
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/nuvoton/libraries/nu_packages/SSD1963/ssd1963_ebi.c
42c3cb9fab3e2bde74795369e2426111d640a85b
[ "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
3,194
c
ssd1963_ebi.c
/**************************************************************************//** * * @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2022-2-23 Wayne First version * *****************************...
70ed1d51964fd5f8c4adb8e88c20c015768e2fc5
0f5e7c855849f14588168134921632e06a373589
/Pods/AudioKit/macOS/AudioKit.framework/Versions/A/Headers/vocwrapper.h
32beae3562226192df7999bb6df0bf6b9a489be1
[ "MIT" ]
permissive
vanshg/MacAssistant
477a743289a6ff34c8127d14c66ccfef4ca92a2c
a0c3b4fd6d01815159ca286b0bc135b0b55a5104
refs/heads/master
2023-03-07T18:11:18.372398
2023-03-05T23:23:34
2023-03-05T23:23:34
89,634,004
1,763
186
MIT
2020-09-22T18:54:18
2017-04-27T19:40:13
Swift
UTF-8
C
false
false
378
h
vocwrapper.h
typedef struct { SPFLOAT freq; SPFLOAT pos; SPFLOAT diam; SPFLOAT tenseness; SPFLOAT nasal; sp_voc *voc; } sp_vocwrapper; int sp_vocwrapper_create(sp_vocwrapper **p); int sp_vocwrapper_destroy(sp_vocwrapper **p); int sp_vocwrapper_init(sp_data *sp, sp_vocwrapper *p); int sp_vocwrapper_compute(s...
60e3280e4e43ea8255bf03e497cabd1d0b0d1c0f
b452bbb87214f174122f425f6f98f4c3890c3cca
/internal/ccall/gvc/gvconfig.c
997fffc4ce2fb9a6950dcab96bf511a7887198a6
[ "MIT" ]
permissive
goccy/go-graphviz
bea9bc86b42734aff7ffae283aeae71702ca588a
865af036ddbb745c4424bbd2fdaa9a75668cf0d4
refs/heads/master
2023-07-20T08:05:39.868377
2023-03-21T23:49:44
2023-03-21T23:49:44
236,740,615
511
66
MIT
2023-07-07T13:53:28
2020-01-28T13:24:09
Go
UTF-8
C
false
false
16,977
c
gvconfig.c
/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1....
7f17436668cc6c7df8d55dc31aaca5153920452b
7664f318ed04bd0680f3d82321c18896e3ef6ad5
/src/overlays/actors/ovl_En_Mk/z_en_mk.c
314397a9ff37a13056bbe9cd1a3909e8bc19b8a0
[]
no_license
zeldaret/oot
9c80ce17f2d8fd61514b375f92ee4739b5ce9d4e
2875ab4fcf5c5f81d76353d1ee0024c9ea8d0b23
refs/heads/master
2023-08-29T05:29:31.356427
2023-08-28T22:48:52
2023-08-28T22:48:52
247,875,738
4,401
802
null
2023-09-14T13:34:38
2020-03-17T04:02:19
C
UTF-8
C
false
false
12,055
c
z_en_mk.c
/* * File: z_en_mk.c * Overlay: ovl_En_Mk * Description: Lakeside Professor */ #include "z_en_mk.h" #include "assets/objects/object_mk/object_mk.h" #define FLAGS (ACTOR_FLAG_0 | ACTOR_FLAG_3 | ACTOR_FLAG_4) void EnMk_Init(Actor* thisx, PlayState* play); void EnMk_Destroy(Actor* thisx, PlayState* play); void EnMk...
84f7ffcac1e5317b16fefef186388f7f8944bc85
a5a99f646e371b45974a6fb6ccc06b0a674818f2
/GeneratorInterface/AlpgenInterface/interface/AlpgenCommonBlocks.h
b766c035d3bc9d2f1e36eaab862fd3c1372c8a14
[ "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
1,346
h
AlpgenCommonBlocks.h
#ifndef GeneratorInterface_AlpgenInterface_AlpgenCommonBlocks_h #define GeneratorInterface_AlpgenInterface_AlpgenCommonBlocks_h /// A C/C++ representation of the ALPGEN Common Blocks: /// AHOPTS, AHPPARA, AHPARS, AHCUTS. extern "C" { extern struct AHOPTS { double etclus; // needs to be set up double rclus; // n...
8c2ee35d05e5bbf3048fa01770d67fb1b62f5784
6601ed1b6c24e8b7e78312aeaadf816262c4bee3
/c/libelf/rawdata.c
5d9a9f30476eaf5d48bf44df2054fba0740653e3
[ "BSD-2-Clause" ]
permissive
t-crest/patmos
bb9764c5897ee8bbac2a336cb09d7bb77d54916a
c63dadffa3db2ad241c31ae6e952d6fe2298986a
refs/heads/master
2023-04-11T12:18:37.795018
2023-03-25T17:57:33
2023-03-25T17:57:33
1,500,522
108
90
BSD-2-Clause
2023-03-25T17:57:35
2011-03-19T17:01:39
VHDL
UTF-8
C
false
false
2,543
c
rawdata.c
/* rawdata.c - implementation of the elf_rawdata(3) function. Copyright (C) 1995 - 2000 Michael Riepe This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at y...
fecd799b36237fbf2ef2ebb9ab29491f80038d39
e1cddfd754d952134e72dfd03522c5ea4fb6008e
/src/svm/fifo_segment.h
ec184207269569d1ed825916f91616a0e88debd4
[ "Apache-2.0" ]
permissive
FDio/vpp
0ad30fa1bec2975ffa6b66b45c9f4f32163123b6
f234b0d4626d7e686422cc9dfd25958584f4931e
refs/heads/master
2023-08-31T16:09:04.068646
2022-03-14T09:49:15
2023-08-31T09:50:00
96,556,718
1,048
630
Apache-2.0
2023-06-21T05:39:17
2017-07-07T16:29:40
C
UTF-8
C
false
false
11,355
h
fifo_segment.h
/* * Copyright (c) 2016-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
debfa438ff2b4b9aa33d58e1177bfe3d2c5af159
3bd385b466cb035fecd2b0c11ae054d42bf44fc2
/src/match/marksubstring.c
bc42e41fe8946f3f13407265fcac171b76bdcf0f
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "BSD-2-Clause", "LicenseRef-scancode-mit-old-style", "Zlib", "MIT", "BSD-3-Clause", "bzip2-1.0.6" ]
permissive
genometools/genometools
c366dff04f6baa887f6b3be3ec55bce824b2bae1
df1df94b8c05a9c9bf848ffc6755c87b58573da5
refs/heads/master
2023-04-13T13:57:18.748796
2023-04-09T21:29:53
2023-04-09T21:29:53
11,177,980
237
63
NOASSERTION
2023-04-09T21:29:54
2013-07-04T13:39:38
C
UTF-8
C
false
false
2,992
c
marksubstring.c
/* Copyright (c) 2011 Stefan Kurtz <kurtz@zbh.uni-hamburg.de> Copyright (c) 2011 Center for Bioinformatics, University of Hamburg 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 n...
f8c9ffef24a827f0e46fdc261460032357185bc5
9ceacf33fd96913cac7ef15492c126d96cae6911
/usr.bin/top/screen.c
8d0a8ffcd02016bced93b68866f21e1e7b00f44d
[]
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
5,608
c
screen.c
/* $OpenBSD: screen.c,v 1.22 2019/10/08 07:26:59 kn Exp $ */ /* * Top users/processes display for Unix * Version 3 * * Copyright (c) 1984, 1989, William LeFebvre, Rice University * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University * * Redistribution and use in source and binary forms,...
5f966ff6284e20de8cbf32ac36ea79b9a2173fd3
eecd5e4c50d8b78a769bcc2675250576bed34066
/src/sys/utils/matheq.c
efde66b0c5be67ade0ef1bc26a45190b74bb0c13
[ "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
1,076
c
matheq.c
#include <petscsys.h> /*@C PetscEqualReal - Returns whether the two `PetscReal` variables are equal Input Parameters: + a - first real number - b - second real number Level: developer Note: Equivalent to "a == b". Should be used to prevent compilers from emitting floating point comparison warnings (e.g....
eb1dfe0c433e443bbec32d399227db42f9a7a0a1
aa3befea459382dc5c01c925653d54f435b3fb0f
/graphics/nxterm/nxterm_driver.c
4367c6d61c354cdbc1f8017cef37fe23c46836bb
[ "MIT-open-group", "BSD-3-Clause", "HPND-sell-variant", "BSD-4-Clause-UC", "LicenseRef-scancode-warranty-disclaimer", "MIT-0", "LicenseRef-scancode-bsd-atmel", "LicenseRef-scancode-gary-s-brown", "LicenseRef-scancode-proprietary-license", "SunPro", "MIT", "LicenseRef-scancode-public-domain-disc...
permissive
apache/nuttx
14519a7bff4a87935d94fb8fb2b19edb501c7cec
606b6d9310fb25c7d92c6f95bf61737e3c79fa0f
refs/heads/master
2023-08-25T06:55:45.822534
2023-08-23T16:03:31
2023-08-24T21:25:47
228,103,273
407
241
Apache-2.0
2023-09-14T18:26:05
2019-12-14T23:27:55
C
UTF-8
C
false
false
12,756
c
nxterm_driver.c
/**************************************************************************** * graphics/nxterm/nxterm_driver.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright o...
c7d5db6606209c92bbb8b4de7293f5dd46c079fb
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/mail/exim/files/patch-exim_monitor-em_hdr.h
a7a496684e17159f468c185ea2c3315fbe8a5edb
[ "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
284
h
patch-exim_monitor-em_hdr.h
--- exim_monitor/em_hdr.h.orig 2019-12-08 12:53:48 UTC +++ exim_monitor/em_hdr.h @@ -95,6 +95,8 @@ this interface so that this kind of kludge isn't neede #endif typedef void hctx; +typedef unsigned long ulong; + #include "local_scan.h" #include "macros.h" #include "structs.h"
840eb9a57432fa67ecf2bf4846f2dbe1de8a54fc
2c73a693c2b3c162eae2ab94f649d8c4494878ba
/components/multimedia/amr_decode/amr_wb/dec/include/mime_io.h
9c040bc8b8db3fb629391eaceaf1e0ba42b379d4
[ "MIT" ]
permissive
openLuat/LuatOS
185e1e140aed908434168133571ddcafe98f4e12
4b29d5121ab4f7133630331e8502c526c7856897
refs/heads/master
2023-08-23T04:57:23.263539
2023-08-23T04:46:46
2023-08-23T04:46:46
230,403,844
378
93
MIT
2021-12-17T02:19:30
2019-12-27T08:29:19
C
UTF-8
C
false
false
3,413
h
mime_io.h
/* ------------------------------------------------------------------ * Copyright (C) 1998-2009 PacketVideo * * 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...
0a9a8305ef13067a7f86d19b838fb3d5a4be41bc
62c8d47803da82bc6b7a276e0c54796601c66276
/packages/go/HFS_XFer_DA/mytype.h
c30e71cbde875d035c18edd8be3e2213c357affa
[ "MIT", "GPL-2.0-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference" ]
permissive
autc04/executor
a01d1c5081251a331067596141422568159a7596
ada40683c14d9dfb2a660e52378e9864e0d51357
refs/heads/master
2023-07-21T14:33:48.612380
2023-05-07T21:33:31
2023-05-07T21:33:31
106,850,181
125
9
MIT
2023-07-07T14:12:07
2017-10-13T16:48:51
C++
UTF-8
C
false
false
190
h
mytype.h
typedef char BOOLEAN; typedef short INTEGER; typedef long LONGINT; #define LONGORPTR Ptr typedef unsigned short ushort; typedef unsigned long ulong; #define PRIVATE static #define PUBLIC
5c6813b9e52024ea25a2e0592dff6fb0e7abc670
fcc9b5cb92607deaac4b097776ed0490789d8c3e
/src/runtime/trace-object.inc
cfb36cdb3fb172bcd7962a7b8cb1187ea000e173
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain-disclaimer", "LicenseRef-scancode-public-domain", "UPL-1.0", "LicenseRef-scancode-other-permissive", "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-mit-specification-disclaimer", "MIT" ]
permissive
sbcl/sbcl
ef248b5e8614ba7f0a1132c4f2cfcb000a074400
85003adf60ef659082c244972e816ea62240b9cb
refs/heads/master
2023-09-01T05:14:15.225083
2023-08-31T20:09:49
2023-08-31T20:09:49
1,890,957
1,737
408
NOASSERTION
2023-08-28T13:05:04
2011-06-13T20:33:25
Common Lisp
UTF-8
C
false
false
6,826
inc
trace-object.inc
// -*- mode: c -*- #include "weak-hash-pred.inc" /* TRACE_NAME = Base name for generated tracing functions * ACTION = Function name to call with every pointer * STRENGTHEN_WEAK_REFS = Whether to always trace through weak objects as if strong */ #if !defined TRACE_NAME || \ !defined ACTION || \ !defined STR...
91140fde5d3bb40711f99bf72d71d81411318f9b
acbd5b5df415c07d0c347a1321580ee8f61f6962
/airplay/raop_rtp_mirror.c
a2abda42ab630365bfe338f499686555228191cd
[ "MIT" ]
permissive
amitv87/PiP
6acb1a304a4da36d806062c29e94c73adf175e37
544a014eb000bead480d0715f4ded13f539f75cc
refs/heads/master
2023-07-07T05:27:00.765144
2023-07-03T09:12:16
2023-07-03T09:12:16
113,197,472
353
23
MIT
2022-04-27T13:15:59
2017-12-05T15:11:52
C
UTF-8
C
false
false
29,887
c
raop_rtp_mirror.c
/* * Copyright (c) 2019 dsafa22, All Rights Reserved. * * 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.1 of the License, or (at your option) any later version. ...
82b2888ff4db2812e2148465035dc18c8489b496
e814383d36a10839104efaa4df277996ab220fa3
/3rd-party/romio341/adio/ad_gpfs/ad_gpfs_aggrs.h
234e5c5b1d80a092b213ef3d76954b61d226dd32
[ "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,557
h
ad_gpfs_aggrs.h
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ /** * \file ad_gpfs_aggrs.h * \brief ??? */ /* * File: ad_gpfs_aggrs.h * * Declares functions optimized specifically for GPFS parallel I/O solution. * */ #ifndef AD_GPFS_AGGRS_H_INCLUDED #define AD_GPFS_AGGRS_H...
6781f226ddde106c7358557e78c85d53d1da9755
84c498e7a634f1c54c0caaf18ede3f20f8852dc8
/NeXAS/pac_pack/Huffman_comp.h
70f096f938a0fddbdaf924acc7fdfe1d38adff5f
[]
no_license
Yggdrasill-Moe/Niflheim
4697e8d5cea5da7e5732f925b190c9d47ef94071
51048e7af2ae2c69db772ff59ac26390ab0ea73b
refs/heads/master
2023-07-19T18:34:26.398212
2023-07-17T01:11:04
2023-07-17T01:11:04
163,126,766
103
23
null
null
null
null
GB18030
C
false
false
7,324
h
Huffman_comp.h
//base on Giga_pac_Assage #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <stdlib.h> #include <io.h> #include <direct.h> #include <windows.h> typedef unsigned char unit8; typedef unsigned short unit16; typedef unsigned int unit32; struct bits { unsigned long curbits; unsigned long...
cf4680486d2d86a2a63e7175559f570bcd61b125
0605b9fa82fae8785baa2583e78baffa12e5eb83
/src/heap/hh_shared.c
3e8ee2e891a9d2bdcad48b03deceb66911fe7734
[ "MIT", "CC-BY-4.0" ]
permissive
facebook/flow
18f01601a72f61c1f6736782e992387487689300
7b17e57edec4d6a3db43c012ad2d39fafc5b2513
refs/heads/main
2023-09-01T11:48:01.965821
2023-09-01T04:16:56
2023-09-01T04:16:56
25,880,891
21,810
2,453
MIT
2023-09-10T00:33:03
2014-10-28T17:17:45
OCaml
UTF-8
C
false
false
68,317
c
hh_shared.c
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /*****************************************************************************/ /* File Implementing the shared memory system for...
6f0ea71de581813609f93cd69bf4ef80af00867d
fa7ba9dc69c3d1c47f2caab8b6012c4003eff852
/source/htslib/htslib/synced_bcf_reader.h
2f79a2102ac96893102fabd15df3e84b54c5bb84
[ "MIT" ]
permissive
alexdobin/STAR
22d6c771b6346b8ec19f89751f21a56fd42549df
79affaae7d5e70221287762eab4e40679fad87f7
refs/heads/master
2023-08-23T07:32:52.945974
2023-08-15T19:21:58
2023-08-15T19:21:58
17,778,869
1,686
594
MIT
2023-08-16T15:49:57
2014-03-15T15:47:05
C
UTF-8
C
false
false
10,696
h
synced_bcf_reader.h
/* The synced_bcf_reader allows to keep multiple VCFs open and stream them using the next_line iterator in a seamless matter without worrying about chromosomes and synchronizing the sites. This is used by vcfcheck to compare multiple VCFs simultaneously and is used also for merging, creating intersections, etc. ...
b664935f1cfd921e9cdade238d6fb70fdccddec0
d2e0fb3fdad7fc2cb70894591d358f40d8db13d2
/libc/src/unistd/access.c
9017c6f20132c0da47f334dd6b5cc53c371d3363
[ "ISC", "MIT" ]
permissive
dennis95/dennix
54c568485862a0799664033eb0717abb028d3924
f898bb2d27346f6257df1650a002ee929e66e7fa
refs/heads/master
2023-08-17T06:54:17.274650
2023-07-10T16:06:35
2023-07-10T16:06:35
55,073,371
168
15
null
null
null
null
UTF-8
C
false
false
1,554
c
access.c
/* Copyright (c) 2016, 2019, 2022 Dennis Wölfing * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AU...
ebebde530ff0c3ab0dfba3fe047692b5fae0a1db
5eff7a36d9a9917dce9111f0c3074375fe6f7656
/lib/mesa/src/intel/vulkan/grl/include/affinespace.h
36ebae0ede62662a0c7d6c9d4fa78023913d009d
[]
no_license
openbsd/xenocara
cb392d02ebba06f6ff7d826fd8a89aa3b8401779
a012b5de33ea0b977095d77316a521195b26cc6b
refs/heads/master
2023-08-25T12:16:58.862008
2023-08-12T16:16:25
2023-08-12T16:16:25
66,967,384
177
66
null
2023-07-22T18:12:37
2016-08-30T18:36:01
C
UTF-8
C
false
false
5,391
h
affinespace.h
// // Copyright (C) 2009-2021 Intel Corporation // // SPDX-License-Identifier: MIT // // #pragma once #include "GRLRTASCommon.h" GRL_NAMESPACE_BEGIN(GRL) GRL_NAMESPACE_BEGIN(RTAS) inline float3 GRL_OVERLOADABLE cross(const float3 a, const float3 b) { float3 res = { a.y * b.z - a.z * b.y, a.z *...
a77f102a36c5de858eede7a19df5f8213a634016
e93097f04bb3e49c1c6b326ccf91a59ab2a158e7
/petlib/_cffi_src/openssl/openssl_v1_1.c
a36bc0f79dd3d0a59fa8c075554ac3fc497b9140
[ "BSD-2-Clause" ]
permissive
gdanezis/petlib
ce7a4a241e3a72492cfe4af8a5406c5ecd71a62a
7aafddb46f5e643c0a1addb1067acc3dc74ce59d
refs/heads/master
2022-11-06T04:28:44.094953
2021-05-11T13:58:48
2021-05-11T13:58:48
27,001,491
123
41
BSD-2-Clause
2022-01-25T12:30:56
2014-11-22T14:37:53
Python
UTF-8
C
false
false
1,435
c
openssl_v1_1.c
#include <openssl/err.h> #include <openssl/bn.h> #include <openssl/ec.h> #include <openssl/evp.h> #include <openssl/hmac.h> #include <openssl/ecdsa.h> #include <openssl/ssl.h> #include <openssl/x509.h> #include <openssl/x509_vfy.h> #include <openssl/crypto.h> #include <openssl/conf.h> #include <openssl/opensslv.h> #...
598a4407fb006c95281563658115fdf45b00a6cd
0744dcc5394cebf57ebcba343747af6871b67017
/os/board/imxrt1050-evk/include/board.h
e17b0735bb2e0d7d90fd30c233c156371943c31c
[ "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
9,958
h
board.h
/* **************************************************************** * * Copyright 2019 NXP Semiconductors 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://...
4e170a411644088515dd2ccacdbe2c9d5a65b421
6d54a7b26d0eb82152a549a6a9dfde656687752c
/src/crypto/tests/DerSigConversion_test_vectors.h
533a1a25f1ccf9d0041a175ced21c8a13639f1d0
[ "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
13,449
h
DerSigConversion_test_vectors.h
/* * * Copyright (c) 2021 Project CHIP 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 requir...
d97ce2a5747e874bf2705877bdedbcdcd412be0e
8886361e436c7598419f444a52ae587bf94b1fbe
/contrib/bitshuffle_neon/Test/bitshuffle_bitunshuffle_test1.c
18e6361d97946ab3c2e753e85341e693844ab1ef
[ "BSD-3-Clause" ]
permissive
Blosc/c-blosc2
d4b69bf735e1440ea1d7e147f434b488f975c8d4
6bbade9e13bd166ea0189f8c3b6253c9bbe9bb54
refs/heads/main
2023-08-31T15:47:35.224132
2023-08-31T03:01:37
2023-08-31T06:01:40
40,355,993
358
85
NOASSERTION
2023-09-12T09:26:36
2015-08-07T10:51:35
C
UTF-8
C
false
false
6,974
c
bitshuffle_bitunshuffle_test1.c
#include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <arm_neon.h> #include <assert.h> #define CHECK_MULT_EIGHT(n) if (n % 8) exit(0); static void printmem8(uint8x8_t buf) { printf("%x,%x,%x,%x,%x,%x,%x,%x\n", buf[7], buf[6], buf[5], buf[4], buf[3], buf[2], buf[1], buf[0]); } stat...
ce7670099550e7d74891da27071f9915c853c438
765f7b8c2caf2d50da8f431f1332207456ba33ee
/libc/ctype/isalnum.c
4ccb614ae49178562069a8e2dff09f6c6182546d
[ "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-commercial-license", "AGPL-3.0-or-later", "GPL-1.0-or-later", "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
klange/toaruos
a840f8d46993dc7a8850f82b6d04ba0c2af276a9
4a31a09ba27904b42ee35e8fb1a3c7f87669a2ef
refs/heads/master
2023-09-01T02:00:53.151334
2023-08-28T00:59:18
2023-08-28T00:59:18
1,259,258
5,557
613
NCSA
2023-02-04T08:24:11
2011-01-16T00:59:27
C
UTF-8
C
false
false
80
c
isalnum.c
#include <ctype.h> int isalnum(int c) { return isalpha(c) || isdigit(c); }
10082ff3e194521f4bf38635c74de8b45462dbf9
fbe68d84e97262d6d26dd65c704a7b50af2b3943
/third_party/virtualbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c
851dede51672907c9c768caa5c418add0cfdaf19
[ "GPL-2.0-only", "LicenseRef-scancode-unknown-license-reference", "CDDL-1.0", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "LGPL-2.1-or-later", "GPL-2.0-or-later", "MPL-1.0", "LicenseRef-scancode-generic-exception", "Apache-2.0", "OpenSSL", "MIT", "BSD-2-Clause" ]
permissive
thalium/icebox
c4e6573f2b4f0973b6c7bb0bf068fe9e795fdcfb
6f78952d58da52ea4f0e55b2ab297f28e80c1160
refs/heads/master
2022-08-14T00:19:36.984579
2022-02-22T13:10:31
2022-02-22T13:10:31
190,019,914
585
109
MIT
2022-01-13T20:58:15
2019-06-03T14:18:12
C++
UTF-8
C
false
false
11,039
c
GnuGenBootSector.c
/** @file Reading/writing MBR/DBR. NOTE: If we write MBR to disk, we just update the MBR code and the partition table wouldn't be over written. If we process DBR, we will patch MBR to set first partition active if no active partition exists. Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<...
cd19d0c75fc3cc57a0a0dc25e3af4c00f8f26ec5
e1d9c54e9925e30e388a255b53a93cccad0b94cb
/kubernetes/model/v1_rolling_update_deployment.c
f149ba5dbb1ea86852f49981dc798f9a6c98a452
[ "Apache-2.0", "curl" ]
permissive
kubernetes-client/c
dd4fd8095485c083e0f40f2b48159b1609a6141b
5ac5ff25e9809a92a48111b1f77574b6d040b711
refs/heads/master
2023-08-13T10:51:03.702497
2023-08-07T19:18:32
2023-08-07T19:18:32
247,958,425
127
47
Apache-2.0
2023-09-07T20:07:00
2020-03-17T11:59:05
C
UTF-8
C
false
false
3,980
c
v1_rolling_update_deployment.c
#include <stdlib.h> #include <string.h> #include <stdio.h> #include "v1_rolling_update_deployment.h" v1_rolling_update_deployment_t *v1_rolling_update_deployment_create( int_or_string_t *max_surge, int_or_string_t *max_unavailable ) { v1_rolling_update_deployment_t *v1_rolling_update_deployment_local...
2160113ba6387fd897e185b3b9a41311a0cc9814
84db8126dfb48122083521bbdeda9fe761f12271
/win_utils.c
b0ae67faf15cf5a1bb44ad8ab69b085af89a61a6
[ "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
18,818
c
win_utils.c
/* win_utils.c - utility functions for Windows and CygWin */ #if defined(_WIN32) || defined(__CYGWIN__) /* Fix #138: require to use MSVCRT implementation of *printf functions */ #define __USE_MINGW_ANSI_STDIO 0 #include "win_utils.h" #include <windows.h> /** * Set process priority and affinity to use any CPU but the...
986fe8f11562f6579772157580e81e45eee79c12
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/audio/s3mod/files/patch-main.h
048263ffdbde12db3b27834fb21dc509465a4e7a
[ "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
238
h
patch-main.h
--- main.h.orig 1995-10-21 06:56:32 UTC +++ main.h @@ -43,7 +43,7 @@ extern uint32 mixspeed; void help(void); void get_audio_device(void); -void main(int argc, char **argv); +int main(int argc, char **argv); #endif /* _MAIN_H */
41854d8715afa31102eb2567f5aac0224d070576
3b955b6c1122d6caea1175b24bea7b22aa5b9069
/libs/libgsf/gsf.h
4d8197987e755014a195b664c07008507af698ab
[]
no_license
yoyofr/modizer
52930c995424c6243859008d1b5e84b5fcda1aa4
68457a14344208bf1ca1660b3952aa59dff3aaea
refs/heads/master
2023-04-30T00:43:18.365195
2023-04-17T08:47:41
2023-04-17T08:47:41
3,095,707
110
43
null
2021-03-20T17:29:09
2012-01-03T17:06:30
C
UTF-8
C
false
false
382
h
gsf.h
#include "psftag.h" #ifndef BYTE typedef unsigned char BYTE; #endif extern void gsfDisplayError (char *, ...); extern BOOL IsTagPresent (BYTE *); extern BOOL IsValidGSF (BYTE *); extern void setupSound(void); extern int GSFRun(char *); extern void GSFClose(void) ; extern BOOL EmulationLoop(void); ext...
c518fd427c78e71346f893f09ec523f52c8f3ff3
131b6d5381fc3bb4403682135b77f9bce91e79f1
/nx/include/switch/services/pgl.h
5b3a882481525bfde9b29895150ab9bdce0b3e57
[ "ISC" ]
permissive
switchbrew/libnx
53deb695b9ee6f3981c559125e8fce3bce6852b7
4fcdb6eb34b20f1f65eb9791fe513a710a001bea
refs/heads/master
2023-08-28T17:00:22.025929
2023-08-11T04:11:38
2023-08-12T14:51:58
103,794,142
1,286
299
ISC
2023-09-09T12:08:36
2017-09-17T01:12:38
C
UTF-8
C
false
false
2,391
h
pgl.h
/** * @file pgl.h * @brief PGL service IPC wrapper. * @author SciresM * @copyright libnx Authors */ #pragma once #include "../types.h" #include "../sf/service.h" #include "../sf/tipc.h" #include "../services/ncm_types.h" #include "../services/pm.h" /// LaunchFlag typedef enum { PglLaunchFlag_None ...
dd67380ffb9a9f2b5014cc9f7b3768360acde96b
b8a833801aa3f3618a4a68c1936299f8bd270038
/src/utilities/fbcpl/stdafx.h
85c631f89f0d5185bb06b638dc19f26697c63ba1
[]
no_license
FirebirdSQL/firebird
039a84a81ea089852ad36339e44256c85dbf5b10
1973d01f396196d18f284114bd2905ac4dcfeb94
refs/heads/master
2023-09-01T21:34:39.835826
2023-08-31T20:13:52
2023-08-31T20:13:52
54,005,538
1,192
303
null
2023-09-14T16:12:28
2016-03-16T06:10:37
C++
UTF-8
C
false
false
1,280
h
stdafx.h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__A4777E9A_E00D_11D6_9193_0050564001ED__INCLUDED_) #define AFX_STDAFX_H__A4777E9A_E00D_11D6_9193_0050564001ED__INCLUDED_ #if _M...
7c09cb99ddd367dc51397cbec3134d495acda737
e73547787354afd9b717ea57fe8dd0695d161821
/src/world/area_kkj/kkj_01/kkj_01_3_npc.c
7e7cdd3fb08c37291ef4e5d60081f6a887a28f68
[]
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
15,512
c
kkj_01_3_npc.c
#include "kkj_01.h" #include "world/common/npc/Toad_Wander.inc.c" #include "world/common/npc/Toad_Patrol.inc.c" #include "world/common/npc/Toad_Stationary.inc.c" #include "world/common/npc/Dryite_Stationary.inc.c" #include "world/common/npc/Mouser.inc.c" #include "world/common/npc/Penguin.inc.c" #include "world/common...
c047f933a120f55079e84583dfa87448dd60f0d6
2148c987c4b008453d5034ef33cbce886c241a3b
/firmware/blink/main.c
29c3807bd51a0fdfdcaa7f35f9d751dffe74d60f
[ "Apache-2.0" ]
permissive
ytai/ioio
94cebdb9b97163be2fefb6d9a362d184b2d157c2
42f156cd676f14c6a503464bb33feb83353484f6
refs/heads/master
2023-08-30T23:36:00.823993
2023-08-24T05:00:03
2023-08-24T05:00:03
2,272,409
477
201
Apache-2.0
2023-09-11T03:26:53
2011-08-26T04:59:57
C
UTF-8
C
false
false
350
c
main.c
#define GetSystemClock() 32000000UL #define GetPeripheralClock() (GetSystemClock()) #define GetInstructionClock() (GetSystemClock() / 2) #include "Compiler.h" #include "timer.h" #include "platform.h" int main() { led_init(); while (1) { led_on(); DelayMs(500); led_off(); De...
723e224c19632da0c09be0473cc8210553c9f650
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_oscchip/AKWF_oscchip_0044.h
fa823296c3f535c7ffb9d34e36a034456d1b0fde
[ "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,688
h
AKWF_oscchip_0044.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...
948c331da828d5e9e8722aebae1e1e9e628f4b92
f8c0a188d1cf8ae5221c4cd11552c221a86e259a
/Firmware/bleStack/debug.c
cf8fb68af5edcce0ff21a75865ee503b29683c3c
[ "CC-BY-3.0", "BSD-2-Clause" ]
permissive
digitalinteraction/openmovement
6310abf35b379655073485e84719cc2521733c0e
9c2ee2eeb5eae457673e60699b2842c6df82abb1
refs/heads/master
2023-08-03T23:48:42.973605
2023-07-26T17:52:37
2023-07-26T17:52:37
27,082,024
135
86
null
2018-06-21T23:32:43
2014-11-24T15:38:43
C
UTF-8
C
false
false
2,611
c
debug.c
/* * Copyright (c) 2013-2014, Newcastle University, UK. * 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, ...
4de856b578c0e5e12bb4388165f20004b20c05f1
fdbb74a95924e2677466614f6ab6e2bb13b2a95a
/tool/viz/printpeb.c
c1da85b284dc269dc2b7a93487557e9b07843c7d
[ "ISC" ]
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
28,426
c
printpeb.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney ...
96ef715f1ad1a3723d1e166a67c0e63b0dc846db
9ceacf33fd96913cac7ef15492c126d96cae6911
/sys/arch/hppa/dev/apic.c
ee416c6e40e8eb579197d4ac4c6e8cd4bc533f86
[]
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
8,810
c
apic.c
/* $OpenBSD: apic.c,v 1.19 2018/05/14 13:54:39 kettenis Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff * Copyright (c) 2007 Mark Kettenis * All rights reserved. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above ...
5e12d3f8c5cbdddcd625ae378e6003ba0d12860c
fa1ad2e2ac7e376fc7cb3b3a6e1bb88eed3e80be
/govern/data-security/krb-1.2.1/src/lib/gssapi/generic/gssapi_generic.c
c2f98d410ae5334ef687a5068b79a4ce3abd9c42
[ "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
17,415
c
gssapi_generic.c
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 1993 by OpenVision Technologies, Inc. * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear...
bcad0181f977f6bebe9ebdc4cfc6470785e22994
de21f9075f55640514c29ef0f1fe3f0690845764
/regression/cbmc-concurrency/malloc2/main.c
1e5a3f47a8645ffd0daf0fff9f30cc757f60a862
[ "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
309
c
main.c
#include <stdlib.h> _Bool set_done; int *ptr; void *set_x(void *arg) { *(int *)arg = 10; set_done = 1; } int main(int argc, char *argv[]) { __CPROVER_assume(argc >= sizeof(int)); ptr = malloc(argc); __CPROVER_ASYNC_1: set_x(ptr); __CPROVER_assume(set_done); assert(*ptr == 10); return 0; }
415d1b86306180fd906af045eed44d84098aaa78
e552c5408e825acc3a00ae8ab8e0697beddf7a0a
/examples/ex4_echo_server.c
2cc617cee7fb0754f6ee79abf67fed85dc88fcc4
[ "MIT", "PostgreSQL", "ISC", "BSD-3-Clause", "BSL-1.0", "BSD-2-Clause" ]
permissive
xhawk18/s_task
f81dda8252bbb0631b564eb8775c8008bc4f5583
d1e9a348a570433f0f5655f64c8dd3b94a6d1cbe
refs/heads/master
2023-08-13T08:11:27.712894
2023-04-11T12:29:43
2023-04-11T12:29:43
242,364,894
552
88
null
null
null
null
UTF-8
C
false
false
6,360
c
ex4_echo_server.c
/* Copyright xhawk, MIT license */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "s_task.h" #define MAX_CLINETS 100 typedef struct { uv_loop_t* loop; uv_tcp_t tcp_server; bool closed; size_t client_counts; s_event_t event; s_list_t running_clients; s_...
22363e08d6ffe9d3ea7ada1e6607400a698a9027
4fb44fd2eaa39a270897f6fe2da2b968efddf2a0
/src/getdevicesize.c
cf183a426c35327cd370e50ddbb62f12a531d6ba
[]
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
1,207
c
getdevicesize.c
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2004 Silicon Graphics, Inc. * All Rights Reserved. */ /* * Test program that uses the same interfaces as mkfs.xfs for * Linux, dumps out just the device size values from a driver. */ #include <stdio.h> #include <fcntl.h> #include <unistd.h> #include <stdint...
c491eef724eda5e272e20ea585a724a34a856dfc
0744dcc5394cebf57ebcba343747af6871b67017
/os/board/rtl8721csm/src/component/soc/realtek/amebad/swlib/string/strupr.c
58be4a1dee44e9f3b2deaf37a29587fbce06e4bb
[ "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
750
c
strupr.c
/* * Routines to access hardware * * Copyright (c) 2013 Realtek Semiconductor Corp. * * This module is a confidential and proprietary property of RealTek and * possession or use of this module requires written permission of RealTek. */ #include "basic_types.h" #include <stdarg.h> #include <stddef.h> ...
436352d0a8a8617b7c891e26d7d0dda3fde713f7
ec3d500559e41b0ba0501a3cc565ce70098016c6
/ext/numo/narray/gen/tmpl/alloc_func.c
f13cb6aaac18c3909b5b71bcdd70a49daa736a3f
[ "BSD-3-Clause" ]
permissive
ruby-numo/numo-narray
f60dcd79aaea0db6effa30e53ef67fb6ab8db8d4
1dd19df10045f992bda6fdca9a696fe85a90aaaf
refs/heads/master
2023-08-01T19:56:47.840328
2022-08-20T10:55:47
2022-08-20T10:55:47
11,340,157
290
31
BSD-3-Clause
2022-11-12T07:01:10
2013-07-11T11:22:52
C
UTF-8
C
false
false
2,584
c
alloc_func.c
static size_t <%=type_name%>_memsize(const void* ptr) { size_t size = sizeof(narray_data_t); const narray_data_t *na = (const narray_data_t*)ptr; assert(na->base.type == NARRAY_DATA_T); if (na->ptr != NULL) { <% if is_bit %> size += ((na->base.size-1)/8/sizeof(BIT_DIGIT)+1)*sizeof(BIT_DIGIT)...
2ebbea5e0b61b11e62ae8337d018eb4b1fd30b0f
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/drivers/fsl_tsc.c
5ceae13b01a4191f0edbe763eb926123aa405894
[ "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,549
c
fsl_tsc.c
/* * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "fsl_tsc.h" /* Component ID definition, used by tools. */ #ifndef FSL_COMPONENT_ID #define FSL_COMPONENT_ID "platform.drivers.tsc" #endif /**************...