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
c490dfa484de12ca66db6e217ab6c458b6e37435
d78d8e2eba9180c174caec9594c8d9e9b78b7b9f
/include/wally_bip38.h
f37b63f8008f55707d4f06c1349d3b8ac654c5bd
[ "MIT" ]
permissive
ElementsProject/libwally-core
21adf16982aecc5de7c19044cec078794bde883b
0131dd7d746ed4c1ecfc0ebd9ea5b168cf15c7f9
refs/heads/master
2023-08-10T21:07:00.174677
2023-08-02T01:47:54
2023-08-02T01:47:54
95,169,962
269
146
NOASSERTION
2023-09-14T09:49:22
2017-06-23T01:09:27
C
UTF-8
C
false
false
4,113
h
wally_bip38.h
#ifndef LIBWALLY_CORE_BIP38_H #define LIBWALLY_CORE_BIP38_H #include "wally_core.h" #ifdef __cplusplus extern "C" { #endif /*** bip38-flags BIP38 conversion flags */ #define BIP38_KEY_NETWORK_MASK 0xff /** Mask for the bottom 8 bitflags which hold the network */ #define BIP38_KEY_MAINNET 0 /** Address is fo...
76ed5b354d2bb29fad06b6e24d01e7e5a7dc5134
52db6253baa4bf3d32cc7ce0e9e5694b48391e65
/tests/platform-independent-tests/tests/texture-bunnymark/game.c
ec5e6f0c522cfdea9372b938ce20b5ad41467faf
[ "Unlicense" ]
permissive
SasLuca/rayfork
02a8e185002b872a115318410e94abfc0a015bb0
0db32b2c80384e89555aa8f64d5be390bbb28573
refs/heads/rayfork-0.9
2021-09-11T06:30:40.597951
2020-12-03T10:59:55
2020-12-03T10:59:55
228,938,024
347
27
Unlicense
2022-08-22T06:09:44
2019-12-18T23:25:18
C
UTF-8
C
false
false
3,832
c
game.c
//Implementation of the geometric shapes example from raylib using rayfork #include "game.h" #include "include/rayfork.h" #include "glad.h" #include "stdlib.h" #include "stdio.h" #define MAX_BUNNIES (50000) // 50K bunnies limit // This is the maximum amount of elements (quads) per batch // NOTE: This value is defin...
8d2c2e4824cc5f8839702aed6f984425f62cbe56
b9f0b0458a57eaf8f8c8b44ff3942bb0ebca0044
/bin/pg_repack.c
d47631b108e6c6d1bdd7f2e4aa95c3250f6aecf1
[]
permissive
reorg/pg_repack
7d5517e99d11f9acb54f18896c21fff5e9dd6a62
a526a38b78b4917ce8e57461930bcb62bf4d87f5
refs/heads/master
2023-09-02T21:59:55.630599
2023-06-14T20:53:28
2023-06-14T20:53:28
6,633,165
1,512
160
BSD-3-Clause
2023-06-21T10:50:31
2012-11-10T22:39:27
C
UTF-8
C
false
false
70,425
c
pg_repack.c
/* * pg_repack.c: bin/pg_repack.c * * Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION * Portions Copyright (c) 2011, Itagaki Takahiro * Portions Copyright (c) 2012-2020, The Reorg Development Team */ /** * @brief Client Modules */ const char *PROGRAM_URL = "https://reorg.github.i...
92a41ca3d21bcd375b75bc00e8a8af18cf56a54a
9ceacf33fd96913cac7ef15492c126d96cae6911
/usr.bin/sdiff/common.c
0b568b9722797a87a1cb928bde3bfe7d33236e5e
[]
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
325
c
common.c
/* $OpenBSD: common.c,v 1.4 2006/05/25 03:20:32 ray Exp $ */ /* * Written by Raymond Lai <ray@cyth.net>. * Public domain. */ #include <err.h> #include <stdlib.h> #include <unistd.h> #include "common.h" void cleanup(const char *filename) { if (unlink(filename)) err(2, "could not delete: %s", filename); exit(2...
95e9c4bf0b11407fdd554f737955ea6a26bf5eb6
1efb2283837c9b70bc6449cec877799e4efa3268
/examples/spawn_merge_parent.c
b52487252b8ce02f62a98e1e75427cc73ed7559c
[ "mpich2" ]
permissive
pmodels/mpich
d2392e8e30536cad3e500c16aa1e71211101d83f
2d265f9f5f93ebdd07ad547423bc6212868262a4
refs/heads/main
2023-09-04T05:50:15.041823
2023-09-01T23:07:33
2023-09-01T23:07:33
70,918,679
506
313
NOASSERTION
2023-09-14T14:38:36
2016-10-14T14:39:42
C
UTF-8
C
false
false
1,707
c
spawn_merge_parent.c
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #include <stdio.h> #include "mpi.h" int main(int argc, char *argv[]) { char str[10]; int err = 0, errcodes[256], rank, rank1, nprocs; MPI_Comm intercomm1, intercomm2, intracomm; MPI_Init(&argc, &argv); ...
7e83cbf7e5bfd2c0ab21891e6036a789a03595d8
3225f903ab65e9e242f250a02b3b74fc7e34b098
/firmware/telnet.h
549bb08da383e0acc7e74b6db180934d3bd8b4e0
[ "MIT", "BSD-2-Clause" ]
permissive
timvideos/litex-buildenv
6f7657a0d2836f66bbc8ad29f89f1f975eda7832
fafb0f1c645a0d36ff4947686b4d2d8e3433f686
refs/heads/master
2022-06-04T18:02:22.567089
2022-05-21T15:21:25
2022-05-21T15:21:25
115,785,208
217
88
BSD-2-Clause
2022-05-21T15:21:26
2017-12-30T08:50:22
Python
UTF-8
C
false
false
1,084
h
telnet.h
// This file is Copyright (c) 2015 Florent Kermarrec <florent@enjoy-digital.fr> // License: BSD #ifndef __TELNET_H #define __TELNET_H #include <stdarg.h> #include "contiki.h" #include "contiki-net.h" //#define TELNET_DEBUG #ifdef TELNET_DEBUG #define print_debug(...) printf(__VA_ARGS__) #else #define print_debug...
5e7a9183fd8c116d00bb0ff20e9b73f4156d8b2f
13e2a9bf3ebb4d2c6cdcc5b3cadaa9d87d94933e
/tools/shared/conversions.h
08ae620949a5f23c8c0be87cca03122cffb30533
[ "MIT" ]
permissive
omf2097/openomf
5421fa6702efa16c33b4154bfacd36a1a9127aae
4287067184d9f16d02035f6cf0abcafb0f9755be
refs/heads/master
2023-08-26T00:39:11.531162
2023-07-27T14:49:11
2023-07-27T14:49:11
7,473,802
299
40
MIT
2023-07-27T14:49:13
2013-01-06T22:58:13
C
UTF-8
C
false
false
355
h
conversions.h
#ifndef CONVERSIONS_H #define CONVERSIONS_H #include <stdint.h> uint8_t conv_ubyte(const char *data); int8_t conv_byte(const char *data); uint16_t conv_uword(const char *data); int16_t conv_word(const char *data); uint32_t conv_udword(const char *data); int32_t conv_dword(const char *data); float conv_float(const cha...
fd731b9ade7f63baab875930f72e2ea046c192ca
10a8580aa44d33b7458429023c00de8c01ceda98
/axiom/nr_segment_terms.h
51c57be5e5176c3866652cbfc64103de6be567b0
[ "BSD-4-Clause-UC", "Apache-2.0" ]
permissive
newrelic/newrelic-php-agent
87ad20e0a5abf0d2855e7d27a25c36454ae4389a
dfb359f0dbb53e4cbc5106b52c8f3807c7fc8d42
refs/heads/main
2023-08-15T10:28:24.372352
2023-08-14T17:29:31
2023-08-14T17:29:31
302,112,572
116
67
Apache-2.0
2023-09-13T18:33:47
2020-10-07T17:35:01
C
UTF-8
C
false
false
2,604
h
nr_segment_terms.h
/* * Copyright 2020 New Relic Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ /* * This file contains functions for dealing with transaction segment terms * returned by the collector. */ #ifndef NR_SEGMENT_TERMS_HDR #define NR_SEGMENT_TERMS_HDR #include "util_object.h" /* * Forward ...
b31caff7a833fb9c746ab82deea062afb60ae93b
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/devel/got/files/patch-libexec_got-index-pack_got-index-pack.c
bc07b3bdb9bc127458f1460de178a2a5cd1b36b9
[ "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
667
c
patch-libexec_got-index-pack_got-index-pack.c
--- libexec/got-index-pack/got-index-pack.c.orig 2022-10-20 14:40:52 UTC +++ libexec/got-index-pack/got-index-pack.c @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/capsicum.h> #include <sys/types.h> #include <sys/queue.h> #include <sys/mman.h> @@ -110,6 +11...
8773916dc8eb62003f469d39c91989f7446d5701
6ff85b80c6fe1b3ad5416a304b93551a5e80de10
/C/Array/Copy.c
ef55354871e34a776c72edc1c747e8ec35fc0d6a
[ "MIT" ]
permissive
maniero/SOpt
c600cc2333e0a47ce013be3516bbb8080502ff2a
5d17e1a9cbf115eaea6d30af2079d0c92ffff7a3
refs/heads/master
2023-08-10T16:48:46.058739
2023-08-10T13:42:17
2023-08-10T13:42:17
78,631,930
1,002
136
MIT
2023-01-28T12:10:01
2017-01-11T11:19:24
C#
UTF-8
C
false
false
169
c
Copy.c
memcpy(e1, e2, sizeof(events) * 100); copy(begin(e1), end(e1), begin(e2)); for (auto i = 0; i < 100; i++) e2[i] = e1[i]; //https://pt.stackoverflow.com/q/322684/101
6246ae4e5e969373d433052500571975c7a737b3
f8c0a188d1cf8ae5221c4cd11552c221a86e259a
/Firmware/BuildAX/Firmware/BAX1/Shared/Network.h
a3dee424cdb899e1058a14ed51ca8207db052d13
[ "BSD-2-Clause", "CC-BY-3.0" ]
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
5,184
h
Network.h
/* * Copyright (c) 2012, 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, * ...
fd29e41978c145255a44f965876afe0026419910
a8194cf6ffd12f7551eaba53572744080a0bfef3
/test/unit/lib/iscsi/iscsi.c/iscsi_ut.c
282dd121416fe463b28464b2e298b5874b6a6a44
[ "Intel", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
spdk/spdk
51294f67104b8c3d18f19147d63a212e9486c687
d62a3810364cb87be352c66acf7c7f968508ca17
refs/heads/master
2023-08-08T16:07:41.263000
2023-08-02T09:06:56
2023-08-08T07:01:20
39,042,157
2,708
1,158
NOASSERTION
2023-08-11T09:50:50
2015-07-13T23:15:15
C
UTF-8
C
false
false
81,751
c
iscsi_ut.c
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) 2016 Intel Corporation. * All rights reserved. */ #include "spdk/stdinc.h" #include "spdk/endian.h" #include "spdk/scsi.h" #include "spdk_internal/cunit.h" #include "CUnit/Basic.h" #include "iscsi/iscsi.c" #include "../common.c" #include "iscsi/port...
3726e6325b8c92014648723e035ff5a3a5cd7511
e7df6d41d7e04dc1c4f4ed169bf530a8a89ff17c
/OpenSim/Utilities/simmToOpenSim/wefunctions.h
d92165b496418b7e540fd36b5ead7bb3cbbc5422
[ "Apache-2.0" ]
permissive
opensim-org/opensim-core
2ba11c815df3072166644af2f34770162d8fc467
aeaaf93b052d598247dd7d7922fdf8f2f2f4c0bb
refs/heads/main
2023-09-04T05:50:54.783630
2023-09-01T22:44:04
2023-09-01T22:44:04
20,775,600
701
328
Apache-2.0
2023-09-14T17:45:19
2014-06-12T16:57:56
C++
UTF-8
C
false
false
4,462
h
wefunctions.h
/******************************************************************************* WEFUNCTIONS.H - this header declares the Wrap Editor's public functions as well as the 3 wrapping algorithm public functions: calc_line_intersect_ellipsoid calc_line_intersect_cylinder calc_line_intersect...
fd6d0db0189ee7edee20c08fc92234de0a005b65
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/at32/libraries/AT32F435_437_Firmware_Library/drivers/inc/at32f435_437_crm.h
5358d720d38e92abf45c7135850007262fee0820
[ "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
82,352
h
at32f435_437_crm.h
/** ************************************************************************** * @file at32f435_437_crm.h * @version v2.0.8 * @date 2022-04-25 * @brief at32f435_437 crm header file ************************************************************************** * Copyright noti...
bdf30adb3184e0e2b5575634d29b27f1d7b818e8
5ff4b6986e6799bc0e143e060bafc14369030d8b
/toolchain/riscv-isa-sim/riscv/insns/vl1re32_v.h
e72ca02a3def392683550f03270a38d1033c2aea
[ "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
44
h
vl1re32_v.h
// vl1re32.v vd, (rs1) VI_LD_WHOLE(uint32);
6fae01a972b24c30bb4dc4da099d2c7439874cdb
487c8455b34e2b312da42bf8a43162aa5c5027df
/Target/Demo/TRICORE_TC3_TC375_Lite_Kit_ADS/Prog/Libraries/iLLD/TC37A/Tricore/Msc/Msc/IfxMsc_Msc.c
9bf83e72388d40cf44a8525938b14d6a1770efcc
[]
no_license
feaser/openblt
bf3a72e7beb998cb635a67db85fa68100d048bb8
57b517eabeb37d945606e18736e106bde34010bc
refs/heads/master
2023-08-31T23:54:09.030534
2023-07-07T10:29:56
2023-07-07T10:29:56
102,110,352
534
236
null
2023-09-14T11:11:56
2017-09-01T12:26:08
C
UTF-8
C
false
false
28,957
c
IfxMsc_Msc.c
/** * \file IfxMsc_Msc.c * \brief MSC MSC details * * \version iLLD_1_0_1_12_0_1 * \copyright Copyright (c) 2019 Infineon Technologies AG. All rights reserved. * * * * IMPORTANT NOTICE * * Use of this file is subject to the terms of use agreed between (i) you or * the company...
fb7de6b33d16fd938b22480cc2aff95e63428140
38bd1cf9e52ea23b43223d53d8139aad52bb1c70
/cpp/iedriverserver/stdafx.h
f05fa0e2fbe7e5ecf015c8696b9f5a8980403bb0
[ "Apache-2.0" ]
permissive
SeleniumHQ/selenium
46d9553e3a45412a7540dd3f7d1f34be6ef42b1b
cc41a883b5138962c6b4408a0fdf4e932bd08071
refs/heads/trunk
2023-09-03T22:56:56.403484
2023-09-02T19:20:45
2023-09-02T19:20:45
7,613,257
30,383
9,671
Apache-2.0
2023-09-14T18:47:42
2013-01-14T21:40:56
Java
UTF-8
C
false
false
1,497
h
stdafx.h
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the "License"); // you may...
0ab99341c67c571f2501854d20983797d8d8c905
fbe68d84e97262d6d26dd65c704a7b50af2b3943
/third_party/virtualbox/include/VBox/Graphics/HGSMIChannels.h
2bb703e6af6bab8176bf878cf666f922b096dce9
[ "MIT", "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" ]
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
2,632
h
HGSMIChannels.h
/* $Id: HGSMIChannels.h $ */ /** @file * * VBox Host Guest Shared Memory Interface (HGSMI). * Host/Guest shared part. * Channel identifiers. */ /* * Copyright (C) 2006-2017 Oracle Corporation * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated doc...
9a98221e71a4c87a3c726e3408a5c3c6cf3226eb
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/arch/mips/include/asm/mipsprom.h
e93943fabeac7ba4877b2f79a8c7ab262f674dc0
[ "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
2,107
h
mipsprom.h
#ifndef __ASM_MIPSPROM_H #define __ASM_MIPSPROM_H #define PROM_RESET 0 #define PROM_EXEC 1 #define PROM_RESTART 2 #define PROM_REINIT 3 #define PROM_REBOOT 4 #define PROM_AUTOBOOT 5 #define PROM_OPEN 6 #define PROM_READ 7 #define PROM_WRITE 8 #define PROM_IOCTL 9 #define PROM_CLOSE 10 #define PROM_GETCHAR ...
cc7994d4b50446b65bc84ed47abcbd9382762aee
79e95f653d5cf6677c45cad8be2090f8431309ae
/src/sensesp/net/web/index.h
03bb2b367d863d152f0368512153c09dc68262db
[ "Apache-2.0" ]
permissive
SignalK/SensESP
16c85caf9e6c2177e191ea4a4f0fd1ff9995d694
d8d87fa7e10fe18d2fbbfb0dbd2a680ba1ba7c4f
refs/heads/main
2023-07-09T06:57:16.418477
2023-07-03T09:34:08
2023-07-03T09:34:08
188,882,737
126
99
Apache-2.0
2023-07-03T09:34:10
2019-05-27T17:16:46
C
UTF-8
C
false
false
6,422
h
index.h
#include <pgmspace.h> const uint8_t PAGE_index[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x62,0x38,0x8f,0x64, 0x2,0xff,0xdd,0x58,0x4f,0x6f,0xeb,0x36, 0xc,0xbf,0xf7,0x53,0x70,0xda,0x65,0x3, 0xa6,0x3a,0x76,0x52,0x37,0xe9,0xec,0x1c, 0xd6,0xed,0x96,0x0,0x3,0x7a,0xeb,0x4d, 0xb1,0x95,0x58,0xad,0x6d,0x19,0x92,0xdc, 0x34,0...
13dc97481c4d2927a0ab885efb0c55eb24ac3147
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/prep/include/openpicreg.h
a63e7d312d124c4405194e04060cc755465ea432
[]
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
137
h
openpicreg.h
/* $NetBSD: openpicreg.h,v 1.1 2002/05/30 16:10:05 nonaka Exp $ */ void openpic_init(unsigned char *); #include <powerpc/openpicreg.h>
784e1cfae0d4daea9db6f4849aa8e81cbf9d5a99
e683a0b8dbb87c7ceb99e0d06896174a559d2c67
/Tools/include/hash.h
71215a85a75d5c6e972b6bb81d2078ac102fc33c
[ "Apache-2.0" ]
permissive
bluewaysw/pcgeos
f093d79567d977d992f47065056d14d5a04b9f14
c6ae4c8e77b54b9ff654c3916f2191f8b1a1b65d
refs/heads/master
2023-08-31T00:17:54.481175
2023-08-29T19:00:49
2023-08-29T19:00:49
157,968,410
603
88
Apache-2.0
2023-09-13T07:44:06
2018-11-17T09:09:55
Assembly
UTF-8
C
false
false
5,111
h
hash.h
/*********************************************************************** * * Copyright (c) Berkeley Softworks 1988 -- All Rights Reserved * * PROJECT: PCGEOS * MODULE: Swat -- Hash Table Declarations * FILE: hash.h * * AUTHOR: Adam de Boor: Mar 23, 1989 * * REVISION HISTORY: * Date Nam...
64dafcc17b016e480eeb61200d6372ade9b442df
46f992ec5ac6ad7bda1ef3e19cb7a6d601b5d680
/misc/exampleSafv3.c
a4215ac2c081900b67b0f86af18783293788baa6
[]
no_license
ANGSD/angsd
b4bfdb03fb6887e19835b0f461d3dea84828216c
8a58e179d23a3230adf2fa4115e16ecf057a9695
refs/heads/master
2023-09-03T18:29:16.676109
2023-08-20T22:49:37
2023-08-20T22:49:37
21,312,324
194
70
null
2023-08-20T07:45:41
2014-06-28T22:38:46
C++
UTF-8
C
false
false
1,684
c
exampleSafv3.c
/* norm<-function(x) x/sum(x) sim1<-function(x,ndip){ d<-c(0,1/(1:(2*ndip))) d <- c(0,1/(1:(2*ndip)))+ rnorm(2*ndip+1,sd=0.01)+1000 d <- norm(d) log(d)-max(log(d)) } d <- t(sapply(1:1000,sim1,ndip=20)) write.table(d,file='small.txt',row.names=F,col.names=F,quote=F) gcc convert.c -lhts cat small.txt|...
f4c6aed36df8a88199eaf82f6deff14b7770dc8d
9ceacf33fd96913cac7ef15492c126d96cae6911
/sys/dev/pci/if_liireg.h
bca8b156a8f5b8817920216185d89412db133630
[]
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
11,611
h
if_liireg.h
/* $OpenBSD: if_liireg.h,v 1.4 2008/09/01 14:38:31 brad Exp $ */ /* * Copyright (c) 2007 The NetBSD Foundation. * 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...
9af08fdbf41c78d6b1d4d40307d200717ce53bb8
8e9b21f8b0e8bae10e333b2cdc45c0c70df361fe
/kernel/fs/char_dev.c
4bd7211d1891cec00cdc7cd59b51b3f525eaa753
[ "GPL-3.0-only" ]
permissive
tyler569/nightingale
6173abf28d1e5399d77ec3d9977ab7c9562d0913
ea07ccb768105d942b4391c79fde2089c06dcea7
refs/heads/master
2023-08-04T20:49:28.852042
2023-07-27T16:31:20
2023-07-27T17:06:43
80,633,386
147
13
MIT
2019-04-12T01:31:33
2017-02-01T15:28:03
C
UTF-8
C
false
false
1,309
c
char_dev.c
#include <basic.h> #include <ng/fs/char_dev.h> #include <ng/fs/file.h> #include <ng/fs/inode.h> #include <ng/random.h> #include <string.h> #include <errno.h> ssize_t basic_char_dev_read(struct file *file, char *buffer, size_t len) { size_t i; switch (file->inode->device_minor) { case FS_DEV_NULL: r...
ae59f8d404d8c705cc1e7f533c71e419d0ec36c7
03b2c80dbc41e904b167d504666e27d798da5447
/test/test_quote.c
1b3eb9aac1990607b41c96a92ea02c8e537df8b1
[ "Unlicense" ]
permissive
nptcl/npt
7c1570b497cdce0b8971cb445fbc04cb500232d3
aa714a2370ac9fa5348c2fc96159b40b9de3de07
refs/heads/master
2023-03-20T09:13:54.669118
2022-07-02T11:17:44
2022-07-02T11:17:44
171,985,905
160
12
Unlicense
2023-03-11T01:36:37
2019-02-22T03:11:34
C
UTF-8
C
false
false
25,078
c
test_quote.c
#include "quote.c" #include "character.h" #include "clos.h" #include "common.h" #include "degrade.h" #include "package.h" #include "pathname.h" #include "print.h" #include "reader.h" #include "stream.h" #include "symbol.h" #include "syscall.h" #include "type.h" #include "type_table.h" static int test_quote_heap(void) ...
4b5f14f9d3676b66ad6b0d160fe5b7ec8956b49c
010279e2ba272d09e9d2c4e903722e5faba2cf7a
/contrib/libs/qhull/libqhull_r/global_r.c
04b9b4d74ec24659e5331a3c03ee80b2f7f8d02e
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
catboost/catboost
854c1a1f439a96f1ae6b48e16644be20aa04dba2
f5042e35b945aded77b23470ead62d7eacefde92
refs/heads/master
2023-09-01T12:14:14.174108
2023-09-01T10:01:01
2023-09-01T10:22:12
97,556,265
8,012
1,425
Apache-2.0
2023-09-11T03:32:32
2017-07-18T05:29:04
Python
UTF-8
C
false
false
83,678
c
global_r.c
/*<html><pre> -<a href="qh-globa_r.htm" >-------------------------------</a><a name="TOP">-</a> global_r.c initializes all the globals of the qhull application see README see libqhull_r.h for qh.globals and function prototypes see qhull_ra.h for internal functions ...
0654e1f60501e7c0bfaf5fa3adee574807e58c69
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/dev/pci/pci_calls.h
9d0fd8975cbdc98b8bd31995ba79f863d4579f71
[]
no_license
NetBSD/src
1a9cbc22ed778be638b37869ed4fb5c8dd616166
23ee83f7c0aea0777bd89d8ebd7f0cde9880d13c
refs/heads/trunk
2023-08-31T13:24:58.105962
2023-08-27T15:50:47
2023-08-27T15:50:47
88,439,547
656
348
null
2023-07-20T20:07:24
2017-04-16T20:03:43
null
UTF-8
C
false
false
3,092
h
pci_calls.h
/* $NetBSD: pci_calls.h,v 1.1 2021/09/15 17:33:08 thorpej Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: * NetBSD: pci_calls,v 1.1 2021/09/15 17:26:07 thorpej Exp */ /*- * Copyright (c) 2021 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived fro...
b705d467a00facc75486d5609171aae82f9bfc6e
1f399edf85d995443d01f66d77eca0723886d0ff
/devicemodel/include/mei.h
5c85994352c063ff383b82e18456d8a69baefe05
[ "BSD-3-Clause" ]
permissive
projectacrn/acrn-hypervisor
f9c5864d54929a5d2fa36b5e78c08f19b46b8f98
390740aa1b1e9d62c51f8e3afa0c29e07e43fa23
refs/heads/master
2023-08-18T05:07:01.310327
2023-08-11T07:49:36
2023-08-16T13:20:27
123,983,554
1,059
686
BSD-3-Clause
2023-09-14T09:51:10
2018-03-05T21:52:25
C
UTF-8
C
false
false
12,678
h
mei.h
/* * Copyright (C) 2018-2022 Intel Corporation. * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef _MEI_HBM_H_ #define _MEI_HBM_H_ #include <linux/uuid.h> #include <linux/mei.h> #ifndef guid_t #define guid_t uuid_le #endif /* * Timeouts in Seconds */ #define MEI_HW_READY_TIMEOUT 2 /* Timeout on rea...
2b13ea0426a899afab458acccc2ab33b566c7711
e1cddfd754d952134e72dfd03522c5ea4fb6008e
/src/vnet/qos/qos_store.c
1e8a53bbdfc23bac6ecdec3fa7932a5794404cc0
[ "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
7,100
c
qos_store.c
/* * Copyright (c) 2018 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
ec0bbb06976dff4a8d055c65c753632ec322deab
9eedaea06306b20520151321854f989a73c7daf8
/src/video/emscripten/SDL_emscriptenframebuffer.c
b620d554ecc8b3efc82190e91128401b0d674832
[ "Zlib" ]
permissive
libsdl-org/SDL
cf56bdc8a9e198e9735201674118c822d0e3edf3
8387fae698745969ce366c4de9bcc1b4a364a7dd
refs/heads/main
2023-09-04T06:58:34.316952
2023-09-03T15:11:13
2023-09-03T15:11:13
330,008,801
6,912
1,605
Zlib
2023-09-13T19:12:26
2021-01-15T19:55:54
C
UTF-8
C
false
false
5,210
c
SDL_emscriptenframebuffer.c
/* Simple DirectMedia Layer Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
a0138792df585ca57ed50b7474bf93a096103e61
e5f4f37d941ceb8145d65f92028cc54658b1ac01
/Code/Engine/Core/CoreInternal.h
ba1c186ff45f1c3e2d16716eb0735e026b4aab00
[ "MIT" ]
permissive
ezEngine/ezEngine
19983d2733a5409fb2665c6c3a0a575dadcefb50
c46e3b4b2cd46798e4abb4938fbca281c054b039
refs/heads/dev
2023-09-06T02:17:28.152665
2023-09-05T18:25:43
2023-09-05T18:25:43
18,179,848
1,050
165
MIT
2023-09-14T21:44:39
2014-03-27T15:02:16
C++
UTF-8
C
false
false
303
h
CoreInternal.h
#pragma once #ifdef BUILDSYSTEM_BUILDING_CORE_LIB # define EZ_CORE_INTERNAL_HEADER_ALLOWED 1 #else # define EZ_CORE_INTERNAL_HEADER_ALLOWED 0 #endif #define EZ_CORE_INTERNAL_HEADER static_assert(EZ_CORE_INTERNAL_HEADER_ALLOWED, "This is an internal ez header. Please do not #include it directly.");
871b7a563764be6d1323efc1fc137661beb92fd3
25c64fb97b7cdb30ec1b6ddd2acf9a755fc33adf
/src/analyze.h
be4393c76e27995db85e722f512cfc5eded877b2
[ "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
233
h
analyze.h
#ifndef _analyze_h_INCLUDED #define _analyze_h_INCLUDED #include <stdbool.h> struct clause; struct kissat; int kissat_analyze (struct kissat *, struct clause *); void kissat_reset_only_analyzed_literals (struct kissat *); #endif
3a1d1ab60cc93a3d134590af05ad7b6aec2e57a9
8149d6751e142ecbc200b43c2da2d5a94c0735df
/modules/vp9/encode.c
979b739c126e588bdee119759df48b202cc1d207
[ "BSD-3-Clause" ]
permissive
baresip/baresip
3c8ebef031f6a01a1462a9f36264197f90ce6ffe
5ace2f75b317bba60d46030ca3fd5e8fa045fecf
refs/heads/main
2023-08-25T12:55:24.860248
2023-08-17T06:56:31
2023-08-17T06:56:31
16,664,594
834
205
BSD-3-Clause
2023-09-14T12:47:57
2014-02-09T10:44:09
C
UTF-8
C
false
false
6,561
c
encode.c
/** * @file vp9/encode.c VP9 Encode * * Copyright (C) 2010 - 2016 Alfred E. Heggestad */ #include <string.h> #include <re.h> #include <rem.h> #include <baresip.h> #include <vpx/vpx_encoder.h> #include <vpx/vp8cx.h> #include "vp9.h" enum { HDR_SIZE = 3, }; struct videnc_state { vpx_codec_ctx_t ctx; struct vi...
db0a43239f56a99bbe18a2362f22f9d94181b720
ecce427678ecff2a93a47f3b1b664202c7d27617
/levels/bitfs/areas/1/5/model.inc.c
f9d76e7b551e1efe4d9303ea7057bfee3cb69a88
[]
no_license
sm64pc/sm64ex
ecf37f31b3f7426c4874254660d856030d789714
54cd27ccee45a2403b45f07a00d6043c51149969
refs/heads/nightly
2023-08-11T12:14:34.424168
2023-07-01T11:45:50
2023-07-01T11:45:50
262,091,731
795
238
null
2023-07-01T11:45:51
2020-05-07T15:43:27
C
UTF-8
C
false
false
5,893
c
model.inc.c
// 0x07003CF8 - 0x07003DF8 static const Vtx bitfs_seg7_vertex_07003CF8[] = { {{{ 2560, 0, 1147}, 0, { 9352, 990}, {0x44, 0x44, 0x44, 0xff}}}, {{{ -4, 0, -5}, 0, { 4698, 222}, {0x44, 0x44, 0x44, 0xff}}}, {{{ 2560, 0, -1163}, 0, { 9352, -514}, {0x44, 0x44, 0x44, 0xff}}}, ...
d2006aad8cf412d5d7077c279f3c09600715f54d
69db0de8c61c7cba691193edd3f087fdb54351c2
/src/field_effect.c
84a4cff88587e12afa08c6919eb88f37587a31c5
[]
no_license
pret/pokefirered
5363c332321c7650d4c85be6aa2e8baf3acda162
f8741615bfa0123e38680f30103f217c269ec96a
refs/heads/master
2023-08-31T15:22:19.498797
2023-08-31T15:15:29
2023-08-31T15:15:29
115,841,713
847
709
null
2023-09-12T22:48:38
2017-12-31T04:07:51
C
UTF-8
C
false
false
125,892
c
field_effect.c
#include "global.h" #include "gflib.h" #include "decompress.h" #include "event_data.h" #include "event_object_movement.h" #include "field_camera.h" #include "field_control_avatar.h" #include "field_effect.h" #include "field_effect_helpers.h" #include "field_effect_scripts.h" #include "field_fadetransition.h" #include "...
770160bb8136c97dcdaa0b06947d145039624f37
8a51a96f61699f0318315ccc89cef39f6866f2b5
/src/backend/utils/adt/varlena.c
72e1e24fe02c24217f354e931808bed941843dc0
[ "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
168,314
c
varlena.c
/*------------------------------------------------------------------------- * * varlena.c * Functions for the variable-length built-in types. * * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION ...
d432af83f62f9d0065cce5c001d74a9f018eebf3
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/arch/hpcmips/dev/mq200subr.c
552a2ea8ccb49454c00914939d1aaafabac211dc
[]
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,138
c
mq200subr.c
/* $NetBSD: mq200subr.c,v 1.7 2019/08/21 04:17:40 msaitoh Exp $ */ /*- * Copyright (c) 2001 TAKEMURA Shin * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source c...
64c3c6b14c61d38fdb3103664fd3815033aa930c
540c04254075b9fb22685a73487531f4c0b3e3ac
/lib-h3/device/emac/phy.c
16d383dc0d0ede7d1f4e1e704e804507c6256295
[ "MIT" ]
permissive
vanvught/rpidmx512
197573217fc2c0c3673d6727d199c10e528a9fac
f27ae141d14c1d1cb9e0b62a291356ae0780c99f
refs/heads/master
2023-08-08T02:06:52.200184
2023-05-19T12:44:48
2023-05-19T12:44:48
15,496,962
380
125
MIT
2023-05-19T12:47:24
2013-12-28T18:27:20
C++
UTF-8
C
false
false
3,155
c
phy.c
/** * @file phy.c * */ /* Copyright (C) 2018 by Arjan van Vught mailto:info@orangepi-dmx.nl * * 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 lim...
355f0be89416bdbaf70cca6fdc3ac8ccb218fcfb
f79dec3c4033ca3cbb55d8a51a748cc7b8b6fbab
/net/xipdump/patches/patch-XmgDict.c
742f3f06287025373fd5f8e680167c8f53f75c7b
[]
no_license
jsonn/pkgsrc
fb34c4a6a2d350e8e415f3c4955d4989fcd86881
c1514b5f4a3726d90e30aa16b0c209adbc276d17
refs/heads/trunk
2021-01-24T09:10:01.038867
2017-07-07T15:49:43
2017-07-07T15:49:43
2,095,004
106
47
null
2016-09-19T09:26:01
2011-07-23T23:49:04
Makefile
UTF-8
C
false
false
581
c
patch-XmgDict.c
$NetBSD: patch-XmgDict.c,v 1.1 2013/01/17 16:01:38 joerg Exp $ --- XmgDict.c.orig 2013-01-16 11:25:14.000000000 +0000 +++ XmgDict.c @@ -27,7 +27,7 @@ XFontStruct *xfs; if (he = dict_get(XmgXFSDict,name)) { - return ; + return 0; } else return (dict_add(XmgXFSDict, @@ -71,7 +71,7 @@ P...
9ff9a520d63d473a56a5c0ef15db83166f918f22
bdc27c22522a99b5bff2ec4cfa95fadcba65747d
/thirdparty/EVPath/EVPath/cmenet.c
eeac56f3e5aa078eacd9992b38e238ae2e899da2
[ "Apache-2.0" ]
permissive
ornladios/ADIOS2
a34e257b28adb26e6563b800502266ebb0c9088c
c8b7b66ed21b03bfb773bd972d5aeaaf10231e67
refs/heads/master
2023-08-31T18:11:22.186415
2023-08-29T20:45:03
2023-08-29T20:45:03
75,750,830
243
140
Apache-2.0
2023-09-14T11:15:00
2016-12-06T16:39:55
C++
UTF-8
C
false
false
52,272
c
cmenet.c
/***** Includes *****/ #include "config.h" #if defined (__INTEL_COMPILER) # pragma warning (disable: 1418) #endif #undef NDEBUG #ifdef HAVE_WINDOWS_H #define FD_SETSIZE 1024 #include <winsock2.h> #include <windows.h> #include <process.h> #include <time.h> #define getpid() _getpid() #else #include <time.h> #ifdef HAVE...
99efd47ff25782ad1b0e51d1b3ac9f944ef7d725
7c857119fe1505b1d80d6e62969661c06dc1a2f4
/MdePkg/Include/Protocol/PciIo.h
78a845ad844fbe7d93d892434e2e6fffe0de9f1b
[ "BSD-2-Clause" ]
permissive
CloverHackyColor/CloverBootloader
7042ca7dd6b513d22be591a295e49071ae1482ee
2711170df4f60b2ae5aa20add3e00f35cf57b7e5
refs/heads/master
2023-08-30T22:14:34.590134
2023-08-27T19:14:02
2023-08-27T19:14:02
205,810,121
4,734
770
BSD-2-Clause
2023-09-03T12:41:33
2019-09-02T08:22:14
C
UTF-8
C
false
false
26,563
h
PciIo.h
/** @file EFI PCI I/O Protocol provides the basic Memory, I/O, PCI configuration, and DMA interfaces that a driver uses to access its PCI controller. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef __PCI_IO_H__ #define ...
e9596c26446e6634d9af8887b4b71a2bd6825a36
3cd3872acbc8b1a79a70b89b2fd58a171e7adc82
/vp8/common/arm/loopfilter_arm.c
48a19720483d8f1c29d7a91042ca790cd6e0e31b
[]
permissive
webmproject/libvpx
58ab97861063cb521ec0d00ef9cb222ca97873b1
6fd360c684736e351160b131827dfbb207841164
refs/heads/main
2023-04-09T15:32:34.688724
2023-04-07T22:19:18
2023-04-07T22:19:18
22,927,608
889
376
BSD-3-Clause
2023-03-24T13:37:34
2014-08-13T19:03:21
C
UTF-8
C
false
false
3,581
c
loopfilter_arm.c
/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
70ee1b08a587e17c20db51219814b3ecde42b9bf
e72db16e9747386afd01edd1dd36d9589a3f71ef
/src/test/tools/pmemdetect/pmemdetect.c
884c30075d577abaf203b42a6e2b58a443736319
[ "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
6,291
c
pmemdetect.c
// SPDX-License-Identifier: BSD-3-Clause /* Copyright 2016-2023, Intel Corporation */ /* * pmemdetect.c -- detect PMEM/Device DAX device or Device DAX alignment */ #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h> #include <getopt.h> #include <errno.h> #include "mmap.h" #include "libpm...
6840ff3f765dbe5afca07ae0f507bcb3d5ce5c87
ea8fc70c7dbf49059431fa45a940742736c68fb8
/ext/acl/resourceinterface.c
bb368854b0562f18b4b6a8313245340d2c87c744
[ "BSD-3-Clause" ]
permissive
dreamsxin/cphalcon7
1bd2194a251657b48857326927db69fef617ab91
1b8c6b04b4ca237a5ead87d4752df0d2e85c7a9d
refs/heads/master
2023-03-08T04:53:08.829432
2022-07-07T07:48:59
2022-07-07T07:48:59
47,245,335
298
73
null
2021-06-22T11:53:25
2015-12-02T07:44:43
C
UTF-8
C
false
false
2,099
c
resourceinterface.c
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +-----...
b9c5f6138c34a127835c382967717b056ef338a5
d5fa3a8417ef72029ebe1a714204b4d80afa07b0
/appendixB/kernel/system/do_sigsend.c
35f38e52098cb36a0a5bc1d008b6045d9c5f3e8e
[]
no_license
wuzhouhui/misc
e9eeaa16ce21341db0e075a369edc45af4a89aae
465c679b10b9766985a510df26d3e6a549cfa421
refs/heads/master
2023-01-07T00:45:02.721093
2022-12-30T07:27:37
2022-12-30T07:27:37
48,721,582
1,287
494
null
null
null
null
UTF-8
C
false
false
3,113
c
do_sigsend.c
/* The kernel call that is implemented in this file: * m_type: SYS_SIGSEND * * The parameters for this kernel call are: * m2_i1: SIG_PROC # process to call signal handler * m2_p1: SIG_CTXT_PTR # pointer to sigcontext structure * m2_i3: SIG_FLAGS # flags for S_SIGRETURN call * */ /* * 该文件实...
8fed0070b66b3e9d3b46329922eb229569ea1a2d
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/manager/usb_hw_scan.c
01c68125f47e5d4c48d4194590924770906fb6f4
[ "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
11,927
c
usb_hw_scan.c
// #include <sunxi_drv_gpio.h> #include <stddef.h> #include <typedef.h> #include <hal_gpio.h> #include "usb_hw_scan.h" #include "usb_msg_center.h" #include "usb_manager_common.h" #undef x_set_bit #define x_set_bit(value, bit) ((value) |= (1U << (bit))) /* clear bit */ #undef x_clear_bit #define x_clear_b...
99e4bccb8fad9c38300c95506e127269495b2dd3
2c052c996d4267623276a681308bf87ea7388f60
/src/kernel/clock.c
f77fc563b329a6412a14c88155daaf96fae782ac
[ "Apache-2.0" ]
permissive
nanovms/nanos
17d3ce113b63c4370e40d291b8fd8fb9d943c02d
9085e091e5250fc58bf036591c8959e05fd7957f
refs/heads/master
2023-08-25T16:49:14.521701
2023-08-25T14:00:54
2023-08-25T14:14:13
115,159,616
2,055
131
Apache-2.0
2023-09-14T17:16:19
2017-12-23T00:25:34
C
UTF-8
C
false
false
2,938
c
clock.c
#include <kernel.h> //#define CLOCK_DEBUG #ifdef CLOCK_DEBUG #define clock_debug(x, ...) do {tprintf(sym(clock), 0, x, ##__VA_ARGS__);} while(0) #else #define clock_debug(x, ...) #endif extern void notify_unix_timers_of_rtc_change(void); /* These should happen in pairs such that odd indicates update in-progress */ #d...
5bacdb55daebee1b37d114d11e421cfab83e3a05
1efb2283837c9b70bc6449cec877799e4efa3268
/test/mpi/rma/transpose7.c
6af8d2d3317eceb48656ac8f6869ef11d7112ab3
[ "mpich2" ]
permissive
pmodels/mpich
d2392e8e30536cad3e500c16aa1e71211101d83f
2d265f9f5f93ebdd07ad547423bc6212868262a4
refs/heads/main
2023-09-04T05:50:15.041823
2023-09-01T23:07:33
2023-09-01T23:07:33
70,918,679
506
313
NOASSERTION
2023-09-14T14:38:36
2016-10-14T14:39:42
C
UTF-8
C
false
false
2,903
c
transpose7.c
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #include "mpi.h" #include <stdio.h> #include <stdlib.h> #include "mpitest.h" /* This does a transpose with a get operation, fence, and derived datatypes. Uses vector and hvector (Example 3.32 from MPI 1.1 Standard...
f36df450c0d04ab66b19c1ee5c9624e311e6bb90
8a6b9cdf1c2e6e8b62d5c7a30f87105c9822ab22
/text.h
fbe4196e4e3797f573afe3d01d8c3d816a421ee5
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
juj/fbcp-ili9341
605c71f9a7bcb4daf4da30777ceb8b089a0bb2e5
45e77fe63cda77e9636c9f23225313a458e55377
refs/heads/master
2023-08-11T14:10:25.911373
2022-11-16T11:07:53
2022-11-16T11:07:53
111,223,550
1,388
249
MIT
2023-01-30T13:53:30
2017-11-18T17:09:15
C++
UTF-8
C
false
false
9,843
h
text.h
#pragma once #include <inttypes.h> #define MONACO_WIDTH 5 #define MONACO_HEIGHT 8 #define MONACO_BYTES_PER_CHAR (MONACO_WIDTH*MONACO_HEIGHT/8) static uint8_t monaco_font[] = { /* ..... ..... ..... ..... ..... ..... ..... ..... */ 0x00,0x00,0x00,0x00,0x00, /* #.... #.... #.... #.... #.....
66ad82f65247babfd87c6a2cd5a741256322e3bf
d84c7df450292867f8c7bb58d1507735479d746d
/backends/memcheck/ceed-memcheck.h
ca451e604499577040174761f93607a1d35ab825
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
CEED/libCEED
c17e8b2f8e9ccfafc0505bb6db451e2f7cfed690
c6c10e0994b55ea1726a79024cd4c333c40de38a
refs/heads/main
2023-09-01T20:13:21.268643
2023-09-01T20:08:36
2023-09-01T20:08:36
113,349,904
167
54
BSD-2-Clause
2023-09-14T20:37:58
2017-12-06T17:57:40
C
UTF-8
C
false
false
1,188
h
ceed-memcheck.h
// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. // // SPDX-License-Identifier: BSD-2-Clause // // This file is part of CEED: http://github.com/ceed #ifndef CEED_MEMCHECK_H #define CEED_ME...
2ff9da19540da86c2e78ef2372cddc2444a10753
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/net/wireless/ti/wl18xx/main.c
9fa692d110250bde779c627e66af87e10ba4f5f2
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
54,644
c
main.c
/* * This file is part of wl18xx * * Copyright (C) 2011 Texas Instruments * * 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 Software Foundation. * * This program is distributed in the hope that it...
651c0804c4cd5b78fff83bf1c709b98799357492
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/ffmpeg/libavcodec/anm.c
4aabe853b43a070a3d95395642573a864743aa17
[ "LGPL-2.1-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.1-or-later", "GPL-3.0-or-later", "LGPL-3.0-or-later", "IJG", "LicenseRef-scancode-other-permissive", "MIT", "GPL-2.0-or-later", "Apache-2.0", "GPL-3.0-only", "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
6,124
c
anm.c
/* * Deluxe Paint Animation decoder * Copyright (c) 2009 Peter Ross * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Licen...
35b47845ccfeaaafeafc0d83d013b2963c4d738a
9907672fcd81ab73ac63b2a83422a82bf31eadde
/yukicoder/tyama_yukicoder42.c
9fa83f43e131a721deed33b49721e9629d7981e4
[ "0BSD" ]
permissive
cielavenir/procon
bbe1974b9bddb51b76d58722a0686a5b477c4456
746e1a91f574f20647e8aaaac0d9e6173f741176
refs/heads/master
2023-06-21T23:11:24.562546
2023-06-11T13:15:15
2023-06-11T13:15:15
7,557,464
137
136
null
2020-10-20T09:35:52
2013-01-11T09:40:26
C++
UTF-8
C
false
false
962
c
tyama_yukicoder42.c
#include <stdio.h> #define M 3000 #define MOD 1000000009 long long pow_binary_mod(long long x,long long y,long long mod){ long long z=1; for(;y;y>>=1){ if((y&1)!=0)z=z*x%mod; x=x*x%mod; } return z; } int Z[6]={1,5,10,50,100,500}; int A[M+1],REV[13]; int main(){ for(int i=-6;i<=6;i++)REV[6+i]=pow_binary_mod((i+...
7803846a741fbebf7233610e9fc6ff55e92f721d
6937fe134914752bde354f7588dab26cec8eba79
/tests/06_symbol_versions/v1.c
487616e3c2b602401edf45d0a13d9c7f782b180a
[ "MIT" ]
permissive
haampie/libtree
58ef4023727f723adaeab6a5c16c33c4d61c3322
eb56287c1b4eb3b267524ab1e6e31f042b713395
refs/heads/master
2023-08-06T12:35:20.172197
2023-01-15T21:49:37
2023-01-15T21:49:37
253,045,183
1,764
64
MIT
2023-02-22T08:47:20
2020-04-04T16:25:58
C
UTF-8
C
false
false
24
c
v1.c
int xyz() { return 3; }
427718cccbe5cd5ceddc7c0461b4cc5cc7903a7a
12f1e8df4b11581e75f28509bb29007b0c003f70
/src/sd_api_v2/sdk/components/serialization/common/struct_ser/s130/ble_gap_struct_serialization.h
dcca829cdc01e07778ba29afb569ac19cf574ab5
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla", "BSD-2-Clause" ]
permissive
NordicSemiconductor/pc-ble-driver
4044f878bebe4023b96423c2a1a5c9cf60325b35
c0ffd419053e2405fffdb02ce7f1f9acceff4a66
refs/heads/master
2023-08-25T03:25:23.460137
2022-03-15T14:04:26
2022-03-15T14:04:26
36,868,122
297
159
NOASSERTION
2023-07-19T10:54:53
2015-06-04T12:12:14
C
UTF-8
C
false
false
21,853
h
ble_gap_struct_serialization.h
/* * Copyright (c) 2016 Nordic Semiconductor ASA * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * li...
c286da1a3dcf272dc54e11daab745742274dcfa6
52c8ed39b32ccc7c0673278c1adea3638797c9ff
/src/arch/riscv64/mach-k210/driver/spi-k210.c
ce21cb5fcfcc8e6e3abe493c59f851f2c84432d4
[ "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
11,929
c
spi-k210.c
/* * driver/spi-k210.c * * Copyright(c) 2007-2023 Jianjun Jiang <8192542@qq.com> * Official site: http://xboot.org * Mobile phone: +86-18665388956 * QQ: 8192542 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"...
d0c9e095bb28225c225596a0c7aa7d4007f6b04e
aa3befea459382dc5c01c925653d54f435b3fb0f
/boards/arm/cxd56xx/common/src/cxd56_audio.c
08ed9849ca993a1b6af0c121493f73546092eff3
[ "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,705
c
cxd56_audio.c
/**************************************************************************** * boards/arm/cxd56xx/common/src/cxd56_audio.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...
78224380ea836d6f10ab7704f4826d3b105aba44
1f399edf85d995443d01f66d77eca0723886d0ff
/misc/config_tools/data/generic_board/generic_code/hybrid/pt_intx.c
e11f52060a201bb8b036b4a897314fbf434cbd1a
[ "BSD-3-Clause" ]
permissive
projectacrn/acrn-hypervisor
f9c5864d54929a5d2fa36b5e78c08f19b46b8f98
390740aa1b1e9d62c51f8e3afa0c29e07e43fa23
refs/heads/master
2023-08-18T05:07:01.310327
2023-08-11T07:49:36
2023-08-16T13:20:27
123,983,554
1,059
686
BSD-3-Clause
2023-09-14T09:51:10
2018-03-05T21:52:25
C
UTF-8
C
false
false
164
c
pt_intx.c
/* * Copyright (C) 2022 Intel Corporation. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm/vm_config.h> struct pt_intx_config vm0_pt_intx[1U] = {};
153f840ea361d79194de262c5dcc6dc2d93ca372
e30d6af49a2f03aac6585a42a5adf05721033ef0
/target/sh.c
ac52fd47ea1b638463984b379072d13ba2b2321f
[ "MIT" ]
permissive
shinh/elvm
313d295defeefdf0eab6a6fc42ff497ce2b68bd7
26a96a885965392c190061914ce386d827011371
refs/heads/master
2023-08-28T00:41:07.038666
2022-10-13T02:28:54
2022-10-13T02:28:54
68,355,989
1,017
135
MIT
2023-04-10T13:29:53
2016-09-16T05:45:46
C
UTF-8
C
false
false
3,555
c
sh.c
#include <ir/ir.h> #include <target/util.h> static void sh_init_state(Data* data) { for (int i = 0; i < 7; i++) { emit_line("%s=0", reg_names[i]); } for (int mp = 0; data; data = data->next, mp++) { if (data->v) { emit_line("m%d=%d", mp, data->v); } } } const char* sh_value_str(Value* v) { ...
74d65dcf45becd374651334609acf797d68ad19a
03dd31eb9723284a9cd9a3fca303d8b94972ac83
/linux.h
8e13749d055ebade84ab1b7632b8ad99783aea12
[ "LicenseRef-scancode-public-domain" ]
permissive
ibara/mg
1af38c0c87114202eb444bf4113719729932172a
caf7703318081ebb6902fe51a36e15b28615ed9b
refs/heads/master
2023-08-07T13:50:01.372285
2023-07-25T21:11:31
2023-07-25T21:11:31
36,533,845
146
29
null
2021-06-12T14:10:00
2015-05-29T23:12:41
C
UTF-8
C
false
false
179
h
linux.h
/* * Linux-specific support. (Cygwin as well.) */ #ifdef __CYGWIN__ #include <sys/socket.h> #endif #include <sys/types.h> #include <stdio.h> /* Defines */ #define TCSASOFT 0
00e5667fe92f027c8d25248a3f0a2b6e0d057882
bb7a80648bf830c2fb813cdb335032142cbee06d
/mod/mpp/3559a/inc/hisisdk/ao_exp.h
02f7e5bbcd82ed904b442009ea400c56fc97d487
[]
no_license
openhisilicon/HIVIEW
44574a29da60e3bb400c7ce97c722dfc9f2959e6
60bbfa5cb66cc82f0cdc0bba1242dbc9491b0f37
refs/heads/master
2023-09-01T01:42:19.069724
2023-08-31T09:57:39
2023-08-31T09:57:39
189,036,134
336
121
null
2023-01-07T14:10:22
2019-05-28T13:41:40
C
UTF-8
C
false
false
742
h
ao_exp.h
/* * Copyright (C) Hisilicon Technologies Co., Ltd. 2012-2019. All rights reserved. * Description: ao_ext.h * Author: Hisilicon multimedia software group * Create: 2019/03/05 * History : * 1.Date : 2019/03/05 * Modification : Created file */ #ifndef __HI_AO_E...
28dafff05df0ded942638502f0dee240259fc691
e3e7da042dcef56cd654d6599898eee34e7f1a08
/network_io/os2/sendrecv_udp.c
7bd414feae96131497968a5998e826f71929735f
[ "BSD-4-Clause-UC", "LicenseRef-scancode-rsa-md4", "Zlib", "Beerware", "RSA-MD", "LicenseRef-scancode-rsa-1990", "BSD-4-Clause", "ISC", "LicenseRef-scancode-other-permissive", "Apache-2.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-generic-export-compliance" ]
permissive
apache/apr
1c202827c91de87043d342968be4c74d7d0ccd37
59341af138dd2c6fe9444ee9c865b769c0053bdd
refs/heads/trunk
2023-08-16T19:06:37.213299
2023-06-27T14:06:09
2023-06-27T14:06:09
160,997
419
215
Apache-2.0
2023-06-27T14:06:18
2009-03-27T15:41:55
C
UTF-8
C
false
false
3,662
c
sendrecv_udp.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 not...
4f1fb70c123fceed8e96154c508ba8c3e8e0ae72
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/media/dvb-frontends/stb0899_cfg.h
0867906d3ff3c0153ddf41d4dcd967c858211787
[ "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
20,457
h
stb0899_cfg.h
/* STB0899 Multistandard Frontend driver Copyright (C) Manu Abraham (abraham.manu@gmail.com) Copyright (C) ST Microelectronics 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 ...
747477eb7d581835c31aaead400fdcff7421ea1b
21c92afbd7fd022a206fb31294c523aebb770104
/SuiteSparse/UMFPACK/Source/umf_analyze.h
4c7c11cc0ccc63c393688578c05cff9656b063ea
[ "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-or-later", "GPL-3.0-only", "LGPL-2.1-or-later", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", ...
permissive
jlblancoc/suitesparse-metis-for-windows
70e6bcab2b525afb41758d61f823efa0618f67cf
5ee2eb4bc7bfd6d27af2f7fb027b1545cfc0fa3f
refs/heads/master
2023-08-30T21:15:39.624300
2023-03-09T10:16:48
2023-03-09T10:16:48
16,236,582
423
251
BSD-3-Clause
2023-03-09T10:18:08
2014-01-25T18:06:21
C
UTF-8
C
false
false
1,049
h
umf_analyze.h
/* -------------------------------------------------------------------------- */ /* Copyright (c) 2005-2012 by Timothy A. Davis, http://www.suitesparse.com. */ /* All Rights Reserved. See ../Doc/License.txt for License. */ /* --------------------------------------------------------------------------...
3f9eeecec1b129f4c870e8de05181da5154bd624
e73547787354afd9b717ea57fe8dd0695d161821
/src/battle/area/pra/stage/pra_04.c
af43aa3b13f2a4b3f0c73998f59c186c0cb71f32
[]
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
75
c
pra_04.c
#include "../area.h" #include "battle/common/stage/area_pra/pra_04.inc.c"
36a2a4672ff99e870a2b5b571a1499db7399e3c0
0cc343d927d5db6693006018986715c43acab961
/examples/spouse-user.c
b3f1f76db2a9a595b1ace04ab2682f678a675ebe
[ "MIT" ]
permissive
verifast/verifast
ec0101fc4a69bd33c5f66be4444169c4e060ead8
d152da790c7ebf72ce616533a6c83082629adbdb
refs/heads/master
2023-08-25T00:13:51.464802
2023-08-13T10:00:00
2023-08-13T10:00:00
14,519,163
325
64
NOASSERTION
2023-08-10T21:16:08
2013-11-19T08:57:02
OCaml
UTF-8
C
false
false
7,087
c
spouse-user.c
#include "spouse.h" #include "stdio.h" #include "arraylist.h" //@ #include "ghostlist.gh" #include "io_helper.h" #include <stdbool.h> /*@ predicate_ctor person_ctor(int gid)(struct person* p) = p!=0 &*& person(p, ?spouse) &*& spouse == 0 ? ghost_list_member_handle(gid, p) : ghost_list_member_handle(gid, spo...
73ba33ccdea9db2340cd13ccbeb2086acd82cf1e
cfa39a4c71a733f39bf6d1f32ef540d3a49d608c
/tests/sys_epoll/epoll.c
3d89341de7e1d92e9400b912475cc28dcd4eebb4
[ "MIT" ]
permissive
redox-os/relibc
7d622ae036ccfedc31cbb19e7453f9caa1df873c
1ef79540776f2290924e5d996ef38c13e9f1d505
refs/heads/master
2023-08-31T01:42:51.820667
2023-06-13T11:34:49
2023-06-13T11:34:49
123,522,329
834
73
MIT
2023-03-08T03:47:15
2018-03-02T02:58:07
Rust
UTF-8
C
false
false
4,535
c
epoll.c
#include <fcntl.h> #include <stdio.h> #include <sys/epoll.h> #include <sys/wait.h> #include <unistd.h> int reader(int fd) { // Create an epoll file int epollfd = epoll_create1(EPOLL_CLOEXEC); if (epollfd < 0) { perror("epoll_create1"); return 1; } // Register for events from the re...
52a0d414f69f6543e89a96020fbebb377efaf442
7f98e5cf5c7856da22d01107c4ac3d73e0587a2b
/src/vendor.h
d925fa9bdf31943859e8869dcf561e513255402e
[ "MIT" ]
permissive
InfiniteRasa/Game-Server
0d2883f968137278a647360086ddd9096b5bac8a
4a9ab5f1fcdf6a18ab6911c384189cc41ddae651
refs/heads/experimental
2020-12-29T01:41:24.853909
2016-08-18T22:27:20
2016-08-18T22:27:20
2,144,264
101
80
null
2016-08-18T22:27:21
2011-08-02T18:32:06
C++
UTF-8
C
false
false
353
h
vendor.h
typedef struct { uint32 itemTemplateId; uint32 stacksize; sint32 sequence; item_t* itemInstance; // physical entity that is used to display the item }vendorItemEntry_t; typedef struct _vendorData_t { sint32 vendorPackageId; // list of sold items sint32 numberOfSoldItems; vendorItemEntry_t* soldItemList; }v...
600856460bb673b0e71d2927527c51e5490eadf3
bb7a80648bf830c2fb813cdb335032142cbee06d
/mod/mpp/3516a/inc/hisisdk/mpi_gdc.h
724de93bc63c25a61ca125d5ae0a8892c3ea0d04
[]
no_license
openhisilicon/HIVIEW
44574a29da60e3bb400c7ce97c722dfc9f2959e6
60bbfa5cb66cc82f0cdc0bba1242dbc9491b0f37
refs/heads/master
2023-09-01T01:42:19.069724
2023-08-31T09:57:39
2023-08-31T09:57:39
189,036,134
336
121
null
2023-01-07T14:10:22
2019-05-28T13:41:40
C
UTF-8
C
false
false
2,978
h
mpi_gdc.h
/* * Copyright (C) Hisilicon Technologies Co., Ltd. 2019. All rights reserved. * Description: gdc mpi declaration * Author: Hisilicon multimedia software group * Create: 2019/06/27 */ #ifndef __MPI_GDC_H__ #define __MPI_GDC_H__ #include "hi_common.h" #include "hi_comm_video.h" #include "hi_comm_gdc.h" #ifdef __c...
b3e2dbc6ed4b81219938b4b7afe5a6fa2f8fe13f
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/modules/gpu/mali400/kernel_mode/driver/src/devicedrv/mali/linux/mali_ukk_wrappers.h
ac84e446bd1239b8c180e9b061f4627e3e996dce
[ "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
5,118
h
mali_ukk_wrappers.h
/* * Copyright (C) 2010-2015 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence. * * ...
0635b5100db888284254a0e6069582568c814fe3
e73547787354afd9b717ea57fe8dd0695d161821
/src/world/area_iwa/iwa_01/iwa_01_4_npc.c
b484a2d8d1c12f4f78fb27ad269090d8d2518d75
[]
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
5,809
c
iwa_01_4_npc.c
#include "iwa_01.h" #include "world/common/enemy/MontyMole_StoneThrower.inc.c" #include "world/common/enemy/MontyMole_GroundAmbush.inc.c" #include "world/common/enemy/MontyMole_WallAmbush.inc.c" #include "world/common/enemy/Cleft.inc.c" NpcData N(NpcData_MontyMole_WallAmbush)[] = { { .id = NPC_MontyMole_0...
9db0762a2b349a01ee98f207e2203eec79fd9ae0
c26d7b0ed875357278e61627da2da0650da77986
/src/cmd/m4/look.c
1638bed214d9da2afd65dc1e27212e73173b9024
[ "BSD-3-Clause" ]
permissive
RetroBSD/retrobsd
5343d9e3c424637fc3ad5b03fe720b2744490025
486f81f6abff01c7dcc207235cd2979b226a95ff
refs/heads/master
2023-09-02T23:12:05.110883
2023-07-07T18:41:40
2023-07-07T18:41:40
18,598,087
282
59
BSD-3-Clause
2023-07-18T07:35:36
2014-04-09T13:25:46
C
UTF-8
C
false
false
3,513
c
look.c
/* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ozan Yigit at York University. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that...
9b038ea5172ab608f15ba80eb967a682067b8eca
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/include/uapi/linux/falloc.h
990c4ccf8b61d575a6db2a787896b027e4789698
[ "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
263
h
falloc.h
#ifndef _UAPI_FALLOC_H_ #define _UAPI_FALLOC_H_ #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */ #define FALLOC_FL_NO_HIDE_STALE 0x04 /* reserved codepoint */ #endif /* _UAPI_FALLOC_H_ */
dc5331010f1cd88b47a3418eadb727cc98457964
5eff7a36d9a9917dce9111f0c3074375fe6f7656
/lib/mesa/src/gallium/drivers/zink/zink_query.c
e9dc921c27eb201ca7a6ff580ff7ff2118060724
[]
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
48,707
c
zink_query.c
#include "zink_query.h" #include "zink_context.h" #include "zink_clear.h" #include "zink_program.h" #include "zink_resource.h" #include "util/u_dump.h" #include "util/u_inlines.h" #include "util/u_memory.h" #if defined(PIPE_ARCH_X86_64) || defined(PIPE_ARCH_PPC_64) || defined(PIPE_ARCH_AARCH64) || defined(PIPE_ARCH_...
47f4d9ba0bf5f3f0d75d74c592b26c621b5dc526
3eb3c4046b17e265930aaf89fa93f41896f243cb
/neural_modelling/src/synapse_expander/synapse_expander.c
ecd59ab6fcb379265d387a88c7b4e7af20f15081
[ "Apache-2.0" ]
permissive
SpiNNakerManchester/sPyNNaker
b177613a114cfc7e7687ec36c1f72a2f07f66977
891cfb3046f66185fd8df52d270380fa94c32eab
refs/heads/master
2023-09-01T11:28:21.252266
2023-08-17T08:07:43
2023-08-17T08:07:43
20,801,613
101
53
Apache-2.0
2023-09-14T18:39:29
2014-06-13T11:07:19
Python
UTF-8
C
false
false
8,745
c
synapse_expander.c
/* * Copyright (c) 2017 The University of Manchester * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
2734962743715fb40ca8bf1d5d94a42440fd56e2
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/net/sched/sch_codel.c
2f9ab17db85a59524556055bc5e53c5f2cab1a67
[ "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
7,595
c
sch_codel.c
/* * Codel - The Controlled-Delay Active Queue Management algorithm * * Copyright (C) 2011-2012 Kathleen Nichols <nichols@pollere.com> * Copyright (C) 2011-2012 Van Jacobson <van@pollere.net> * * Implemented on linux by : * Copyright (C) 2012 Michael D. Taht <dave.taht@bufferbloat.net> * Copyright (C) 2012...
1f97e504b2978b72b65059c605d47a7ed9c77215
89db60818afeb3dc7c3b7abe9ceae155f074f7f2
/src/cmd/upas/smtp/rmtdns.c
54b679bb9249bdd7a34af2bafb2f53e6fd4441a3
[ "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
1,069
c
rmtdns.c
#include "common.h" #include <ndb.h> int rmtdns(char *net, char *path) { int fd, n, r; char *domain, *cp, buf[1024]; if(net == 0 || path == 0) return 0; domain = strdup(path); cp = strchr(domain, '!'); if(cp){ *cp = 0; n = cp-domain; } else n = strlen(domain); if(*domain == '[' && domain[n-1] == ']...
47967fb9469a96050bff311a866a2d52cbe0689c
3a4f120f3211a1482b8ba826f4922fa741c5586e
/ip/Pmods/PmodAD1_v1_0/drivers/PmodAD1_v1_0/src/PmodAD1.h
464c5e972fcf080224cc3f026e0a5ae4e3c0605f
[ "MIT" ]
permissive
Digilent/vivado-library
7135129c7e4fec84d17e1fe037598bd2124085eb
cbfde215a27053004cb41d85535c4a1bd1673e14
refs/heads/master
2023-09-05T22:04:31.189589
2023-08-22T17:23:00
2023-08-22T17:23:46
46,139,497
512
327
MIT
2023-08-22T17:23:47
2015-11-13T18:23:02
C
UTF-8
C
false
false
2,510
h
PmodAD1.h
/******************************************************************************/ /* */ /* PmodAD1.h -- PmodAD1 Driver Definitions */ /* ...
bb41f638bc18e97b8dd6f8bab03fba7e3013e309
4c4deee160ee4a3056b2973f6202e5cbaafb5925
/meta2v2/meta2_filters_extract.c
46c8103b8365a399059605e294af0289f8b90d65
[ "AGPL-3.0-only", "LGPL-3.0-only" ]
permissive
open-io/oio-sds
b9bc7cec283838a59b83b5279cb181cded69034f
08abd65aac86e47cf324826487ab9b475e014938
refs/heads/master
2023-09-05T05:09:29.653325
2023-08-01T16:37:37
2023-08-31T16:05:19
32,169,193
663
121
MIT
2022-03-04T13:08:03
2015-03-13T17:06:25
Python
UTF-8
C
false
false
12,422
c
meta2_filters_extract.c
/* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS Copyright (C) 2021-2023 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free S...
98752b1ed4929b639334a29ede85cd268c8c35e0
21c92afbd7fd022a206fb31294c523aebb770104
/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c
cf8eec2382c8f7188f587379c855e0792e5eeb21
[ "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-or-later", "GPL-3.0-only", "LGPL-2.1-or-later", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", ...
permissive
jlblancoc/suitesparse-metis-for-windows
70e6bcab2b525afb41758d61f823efa0618f67cf
5ee2eb4bc7bfd6d27af2f7fb027b1545cfc0fa3f
refs/heads/master
2023-08-30T21:15:39.624300
2023-03-09T10:16:48
2023-03-09T10:16:48
16,236,582
423
251
BSD-3-Clause
2023-03-09T10:18:08
2014-01-25T18:06:21
C
UTF-8
C
false
false
12,441
c
umf_kernel_wrapup.c
/* ========================================================================== */ /* === UMF_kernel_wrapup ==================================================== */ /* ========================================================================== */ /* -------------------------------------------------------------------------...
47927dd8b5ff80e5afd218e46c0ef4dba465cb6a
62c8d47803da82bc6b7a276e0c54796601c66276
/util/disasm/hash.h
f2f1f66053918702efd3328703c30ec6303ec281
[ "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
609
h
hash.h
#ifndef _HASH_H_ #define _HASH_H_ #define LOG2_NUM_HASH_BUCKETS 11 #define NUM_HASH_BUCKETS (1UL << LOG2_NUM_HASH_BUCKETS) typedef struct _hash_elt_t { struct _hash_elt_t *next; char *key; char *value; } hash_elt_t; typedef struct { hash_elt_t *bucket[NUM_HASH_BUCKETS]; } hash_table_t; extern hash_table_t *...
1b9191e5143e184286838fb5ee440fb53100e4c4
c89188712c49d11083abade8eed26e1990d72702
/common/mqtt_defconfig.h
a7a842ca3d6fcaf99a34eee119403c9af36480c0
[ "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
jiejieTop/mqttclient
918d971b813563398cd2da643356c29ff03c38d9
59c8bbacad06dafee1625a9fa9f7e61764802dce
refs/heads/master
2023-05-14T06:05:23.431889
2023-04-10T01:23:36
2023-04-10T01:23:36
227,366,515
562
233
Apache-2.0
2023-04-25T14:39:37
2019-12-11T12:58:08
C
UTF-8
C
false
false
2,695
h
mqtt_defconfig.h
/* * @Author : jiejie * @GitHub : https://github.com/jiejieTop * @Date : 2021-02-26 12:00:24 * @LastEditors : jiejie * @LastEditTime : 2022-06-15 23:22:10 * @FilePath : /mqttclient/mqttclient/mqtt_defconfig.h * Copyright (c) 2022 jiejie, All Rights Reserved. Please keep the author inform...
21b83ffc8a9a7eafd9b096871742a663bb6d88f6
d3c83ae2d5a23fadcde502bd9fc9682f054d68c1
/src/compiler/flatcc.c
3111b4c2cb43cb8108eeb2ae7f851e6d7166a11b
[ "BSD-3-Clause", "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
dvidelabs/flatcc
44cf9b46341fd49259f8f64ce6cfc7b95fe9da83
eb5228f76d395bffe31a33398ff73e60dfba5914
refs/heads/master
2023-08-25T04:26:36.611078
2023-08-15T15:17:59
2023-08-15T15:17:59
45,867,575
643
204
Apache-2.0
2023-05-30T06:15:06
2015-11-09T21:21:58
C
UTF-8
C
false
false
16,870
c
flatcc.c
#include <assert.h> #include "config.h" #include "parser.h" #include "semantics.h" #include "fileio.h" #include "codegen.h" #include "flatcc/flatcc.h" #define checkfree(s) if (s) { free(s); s = 0; } void flatcc_init_options(flatcc_options_t *opts) { memset(opts, 0, sizeof(*opts)); opts->max_schema_size = FLA...
5386e703abee44d4793acf44fd56ee9c85c80dcf
dae15b230f6a39e8451420b2dea61fb719f9ffdf
/include/ofpi_init.h
aa9043fae8f7604c65e0fcbfb1026ab8167bc9b0
[ "BSD-3-Clause", "GPL-1.0-or-later" ]
permissive
OpenFastPath/ofp
2b97bbd152fd877cb8b2125128d6826c0f4491dd
6b48500af9752c7d51a290390751988759a8256d
refs/heads/master
2023-05-25T15:21:17.682339
2023-05-10T07:14:01
2023-05-10T11:01:16
37,121,923
367
146
BSD-3-Clause
2023-09-13T14:19:24
2015-06-09T09:08:43
C
UTF-8
C
false
false
823
h
ofpi_init.h
/* Copyright (c) 2014, ENEA Software AB * Copyright (c) 2014, Nokia * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __OFPI_INIT_H__ #define __OFPI_INIT_H__ #include "api/ofp_init.h" #include <odp/helper/odph_api.h> #define SHM_NAME_GLOBAL_CONFIG "OfpGlobalConfigShMem" extern odp_pool...
9156e3503a62a7e1473e3be1da5246cd2c4ae1fd
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/c/private/tz_stack_objlabel.c
ab55734f64839540216c83fd8d5a7d2c31ee9734
[ "BSD-2-Clause", "MIT", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only" ]
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
619
c
tz_stack_objlabel.c
/* private/tz_stack_objlabel.c * * 02-Jun-2008 Initial write: Ting Zhao */ #ifdef STACK_LABEL_OBJECT_RECOVER_CHORD static void stack_label_object_recover_chord(const IMatrix *chord, int seed) { int index = seed; int next = index; while (index >= 0) { next = chord->array[index]; chord->array[index] =...
cad3e22c0f3abd7a7aaf6ba03df43301441d710d
f019a06a4aa9f88a1a091eb09861999a0d6389e4
/lib.h
bf6fffe60498c2565b4c46c15202df542a86c4cc
[ "Apache-2.0" ]
permissive
google/neper
17faefa6d171638ae6ab3b587cdda36e7b412588
8509d279655eb8770a234672ee1f064411d511e2
refs/heads/master
2023-09-05T16:28:45.786657
2023-05-18T01:42:53
2023-05-18T01:42:53
55,101,823
253
66
Apache-2.0
2023-05-18T01:42:54
2016-03-30T22:21:18
C
UTF-8
C
false
false
4,766
h
lib.h
/* * Copyright 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
ddf8ce57995a122b504631b18560b91cb4561db0
2148c987c4b008453d5034ef33cbce886c241a3b
/firmware/bootloader_common/board.h
1c165328acecb3f7bc3d24654bbb50c83d4edd29
[ "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
4,786
h
board.h
/* * Copyright 2011 Ytai Ben-Tsvi. 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 * con...
dc54a6c43782e0412a1638dd9e4a0579b1ba650c
1c015973d4df0f85787c93c486ce7917c1f0af0d
/ext/agoo/domain.h
dc9d62f11ae28bbe5936596173afe3681719c789
[ "MIT" ]
permissive
ohler55/agoo
73d4a876d79a2cd075d88f02a9260bccb031d1dd
20b47d51c1ea4b2660031f7b4bf7b9ed88413b4f
refs/heads/develop
2023-08-31T23:12:22.615271
2023-07-10T19:21:33
2023-07-10T19:21:33
115,074,220
853
43
MIT
2023-09-04T05:38:49
2017-12-22T03:51:02
C
UTF-8
C
false
false
477
h
domain.h
// Copyright 2019 by Peter Ohler, All Rights Reserved #ifndef AGOO_DOMAIN_H #define AGOO_DOMAIN_H #include <stdbool.h> #include "err.h" extern bool agoo_domain_use(); extern int agoo_domain_add(agooErr err, const char *host, const char *path); extern int agoo_domain_add_regex(agooErr err, const char *host, const...
f5fd3573eb29a88175f168025196a218e2b7668a
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/media/usb/stkwebcam/stk-webcam.h
9bbfa3d9bfdda3a41a26ed05427f05aae3ba68c1
[ "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,867
h
stk-webcam.h
/* * stk-webcam.h : Driver for Syntek 1125 USB webcam controller * * Copyright (C) 2006 Nicolas VIVIEN * Copyright 2007-2008 Jaime Velasco Juan <jsagarribay@gmail.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 ...
6224af7fb1674ab33336f515d02215b7224dc7ad
db229415713a206a848429321e19006b212d20d5
/test/arm/neon/hsub.c
03d6f8443f22bd6600ccf63b0a01dfd070563796
[ "MIT", "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
simd-everywhere/simde
66dd029cbd0b3814b0377c72d953f223d38e7e53
4d55fc25bcfddc0e2f0c744448557a070dd310c9
refs/heads/master
2023-09-04T12:55:25.455223
2023-08-18T12:46:56
2023-08-18T14:53:06
86,497,800
1,570
173
MIT
2023-09-07T13:41:28
2017-03-28T19:14:32
C
UTF-8
C
false
false
49,098
c
hsub.c
#define SIMDE_TEST_ARM_NEON_INSN hsub #include "test-neon.h" #include "../../../simde/arm/neon/hsub.h" static int test_simde_vhsub_s8 (SIMDE_MUNIT_TEST_ARGS) { #if 1 static const struct { int8_t a[8]; int8_t b[8]; int8_t r[8]; } test_vec[] = { { { INT8_C( 82), INT8_C( 111), INT8_C( 70), -INT8...
e0e125811fa19a639bfb3ae4d5453c6e9e43e3c4
2308899071a849a199e3b70806b4dd1c396efc8a
/cthelper/ptyfork.h
039d4ed6ad39b780c531783b22c07a3c94520e45
[ "MIT" ]
permissive
cyd01/KiTTY
b0b06d771508668ccbd6316474382b538a65bac0
0e5d8582aad192db96ba240444a6840fa82ccf05
refs/heads/master
2023-08-10T21:25:06.926589
2023-05-23T17:23:03
2023-05-23T17:56:00
154,540,955
1,451
147
NOASSERTION
2023-05-30T17:16:10
2018-10-24T17:26:24
C
UTF-8
C
false
false
195
h
ptyfork.h
#include <sys/types.h> #include <termios.h> pid_t pty_fork(int *ptrfdm, char *slave_name, const struct termios *slave_termios, const struct winsize *slave_winsize);
5b68760b9e6b59b3259f2194df6815ba68e694a0
2b6c614334400e48912225c219905cff845d4dfa
/GluttonousSnake/2_chaos_5lines.c
7d9b9b032429663bcbcad87688b386dd157bbc07
[ "MIT" ]
permissive
RainbowRoad1/Cgame
a7926ab6fc5f64ce2581b060f6f62cc1e6367233
b873244399494e911278593e139ffb4ba4daa8e7
refs/heads/master
2022-08-09T14:45:59.311350
2022-02-09T03:02:11
2022-02-09T03:02:11
228,147,991
955
338
MIT
2022-02-09T03:02:12
2019-12-15T07:47:17
C
UTF-8
C
false
false
1,696
c
2_chaos_5lines.c
main(){int W=15,S=W*W,*m=calloc(S,4),z[2]={0},l=3,c=76,C,i,*p=m;srand(m);f:for( ++l;m[i=rand()%S];);for(m[i]--;C-80;_sleep(99)){for(i=system("cls"),*p=l;i<S;++ i%W||puts("|"))printf(m[i]>0&&m[i]--?"[]":m[i]?"00":" ");if(kbhit())C=getch()& 95,C-1>>2^18||(c^C)&3^2&&(c=C);p=z+c%2,*p+=~-c&2,*p=(--*p+W)%W;p=m+*z+z[1]*W;if ...
5953be20cbee98e5a77e9d91353653d7abfabc54
db229415713a206a848429321e19006b212d20d5
/simde/arm/neon/zip.h
830a8d4db1e5703f8dd58e95497c815fc82519c6
[ "MIT", "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
simd-everywhere/simde
66dd029cbd0b3814b0377c72d953f223d38e7e53
4d55fc25bcfddc0e2f0c744448557a070dd310c9
refs/heads/master
2023-09-04T12:55:25.455223
2023-08-18T12:46:56
2023-08-18T14:53:06
86,497,800
1,570
173
MIT
2023-09-07T13:41:28
2017-03-28T19:14:32
C
UTF-8
C
false
false
7,435
h
zip.h
/* SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, * modify, merge, publish, ...
dc6ef6792830bdf444ae27c6dbf5c14bdf65ac5b
971b2cea2d1c3001aadc8ca1a48110b7db1ed5f2
/deps/abc/src/proof/acec/acec2Mult.c
f9cbe605768037b02813a4dd67084189ff7ed544
[ "LicenseRef-scancode-warranty-disclaimer", "MIT", "MIT-Modern-Variant" ]
permissive
emsec/hal
70ad2921739967d914dd458984bd7d6d497d3b0a
e4fae37bec9168a61100eacfda37a1f291b4d0be
refs/heads/master
2023-09-02T20:27:32.909426
2023-09-01T13:03:24
2023-09-01T13:03:24
169,076,171
510
72
MIT
2023-09-01T13:03:26
2019-02-04T12:37:20
C++
UTF-8
C
false
false
52,251
c
acec2Mult.c
/**CFile**************************************************************** FileName [acec2Mult.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [CEC for arithmetic circuits.] Synopsis [Core procedures.] Author [Alan Mishchenko] Affiliation [UC Berkeley] Date ...
85d279c040dbc64e2bef513bbeefe4a9dd994dd5
6f247f5400c6a840b6dfcb12388116dc3bb7bd49
/vstream/test/predtest.c
e409e4d022623ba9418dcb74e493d88d908fecd5
[ "MIT" ]
permissive
envytools/envytools
c062fbc3b8af90d3df9c6e0f57e9abbfc5690d01
e11d670a70ae0455261ead53cdd09c321974cc64
refs/heads/master
2023-08-26T23:44:47.131591
2022-04-30T21:15:56
2022-04-30T21:15:56
11,620,001
402
103
MIT
2022-12-07T01:35:18
2013-07-23T21:43:43
C
UTF-8
C
false
false
1,463
c
predtest.c
#include "h264.h" #include "vstream.h" #include <stdio.h> #include <stdlib.h> int main() { struct bitstream *str = vs_new_encode(VS_H264); struct h264_slice *slp = calloc (sizeof *slp, 1); slp->slice_type = 1; slp->num_ref_idx_l0_active_minus1 = 7; slp->num_ref_idx_l1_active_minus1 = 0x13; struct h264_pred_weigh...
4b574ef1f1bb48395ef1c14b90f78fa4a8294984
e910318d01528d82040507a49eeeb8dade45b31f
/ports/mimxrt/ticks.c
676f81b30eb26b9f6bd2d92ed5fb0e8720126291
[ "MIT" ]
permissive
pfalcon/pycopy
e844480a5e5cd463530328889daed2ba87552b8a
3ac90ae9c3c6bbebfba9cada2d37025e35c62796
refs/heads/pfalcon
2023-08-30T09:39:52.290147
2022-09-08T16:42:38
2022-09-08T16:42:38
15,507,576
753
71
MIT
2021-05-08T04:59:21
2013-12-29T11:38:47
C
UTF-8
C
false
false
4,601
c
ticks.c
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2021 Damien P. George * * 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 ...
984a226ecf1ac2605f4c1d4201e2f521bf3c7901
3bd385b466cb035fecd2b0c11ae054d42bf44fc2
/src/extended/regular_seqid.c
05ec76d6ae164a0e17a37683412cac36d4b9e186
[ "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
1,904
c
regular_seqid.c
/* Copyright (c) 2003-2010 Gordon Gremme <gordon@gremme.org> Copyright (c) 2003-2008 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 permissi...
ad93743f92254da05f32927e3031a8b2066aa3e9
b732361d6b3405c3e79ac0a7d8361cf5b329b015
/ext/phalcon/translate/interpolator/interpolatorinterface.zep.h
605ed09489fe648cfe475119c5e891427333d716
[ "BSD-3-Clause" ]
permissive
phalcon/cphalcon
4a5b26f47b5c2a4107541d7fd73c595c0d90ed73
fc183e11e8b96c43daf7d893244846206dc2aa73
refs/heads/master
2023-03-07T22:09:48.814291
2023-02-28T16:45:15
2023-02-28T16:45:15
2,854,337
8,135
2,343
BSD-3-Clause
2023-09-12T12:41:13
2011-11-26T05:52:50
PHP
UTF-8
C
false
true
804
h
interpolatorinterface.zep.h
extern zend_class_entry *phalcon_translate_interpolator_interpolatorinterface_ce; ZEPHIR_INIT_CLASS(Phalcon_Translate_Interpolator_InterpolatorInterface); ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phalcon_translate_interpolator_interpolatorinterface_replaceplaceholders, 0, 1, IS_STRING, 0) ZEND_ARG_TYPE_INFO(...
60783f8d8a7b8e6a2b8ba931905ed87375f03e2b
fb47ab6337a71029dee71933e449cf7f6805fc0f
/lib/console/include/lib/console.h
5a6760f592b37dad45ed54542eb81a4b41b316f3
[ "MIT" ]
permissive
littlekernel/lk
7e7ba50b87b1f2e0b6e2f052c59249825c91975b
30dc320054f70910e1c1ee40a6948ee99672acec
refs/heads/master
2023-09-02T00:47:52.203963
2023-06-21T22:42:35
2023-06-21T22:42:35
3,058,456
3,077
618
MIT
2023-08-30T09:41:31
2011-12-27T19:19:36
C
UTF-8
C
false
false
1,978
h
console.h
/* * Copyright (c) 2008-2009 Travis Geiselbrecht * * Use of this source code is governed by a MIT-style * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT */ #pragma once #include <lk/compiler.h> __BEGIN_CDECLS /* Previously, this file was included to get access to defi...