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
f8685a6351ad7b9c1733ee475c73f59d7d8c21aa
d61b532db0d3e08818338cfaac530a1ced1ffe3b
/util/topgen/pattern.h
863fb05570edb5fa111d17f0d9d2a4c44b2c005a
[ "LicenseRef-scancode-other-permissive" ]
permissive
davidgiven/ack
61049c7a8e95ff61a77b1edd3c22bb290720e276
db5a32c68c4a60ca26a3927a799ea662b5b2b0e5
refs/heads/default
2023-08-29T07:33:12.771205
2023-07-08T20:17:27
2023-07-08T20:17:27
37,686,316
376
74
NOASSERTION
2023-07-08T20:17:28
2015-06-18T21:33:42
C
UTF-8
C
false
false
580
h
pattern.h
/* * pattern.h * * Created on: 2018-11-25 * Author: carl */ #ifndef __PATTERN_H_INCLUDED__ #define __PATTERN_H_INCLUDED__ /* * Just add a pattern to the list. * "str" is the constraint, "l" is the line number, * "np" is the number of instructions in the pattern, * "nr" is the number of instructions in...
8575550e0d41b9810574fa1d6612288d37f82d11
8e56b05b32a978eb170e01409a7aaaa1fc755979
/bin/utest/fork.c
c821f2f3deb79278a91fca3563b65ddf3fccbb00
[]
permissive
cahirwpz/mimiker
d71f37c2c6efc58a0026e8e4cfcd676d85ef7445
5343231aeeeb0d16b2419f84405f52981dc51c07
refs/heads/master
2023-09-01T20:20:07.256932
2023-08-30T18:36:27
2023-08-30T18:36:27
46,346,617
278
67
BSD-3-Clause
2023-09-14T16:57:32
2015-11-17T12:46:47
C
UTF-8
C
false
false
1,311
c
fork.c
#include "utest.h" #include <sched.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <sys/wait.h> #include <unistd.h> TEST_ADD(fork_wait, 0) { pid_t pid = xfork(); if (pid == 0) { debug("This is child, my pid is %d!", getpid()); exit(42); } debug("This is parent, my pid is %d, I ...
ee44c6b24f88f14d7bbc588beb804a5afa187042
f9e7d65cb784c01a0200145ba8d289afe41d4a56
/include/btle_hci2.h
0b30a0dc48824267709f0530bd53bc480a2c9dd2
[ "BSD-3-Clause" ]
permissive
FrameworkComputer/EmbeddedController
ad7086769e87d0a4179eae96a7c9ff5e383ff54e
f6d6b927eed71550d3475411cfc3e59abe5cef2a
refs/heads/hx20-hx30
2023-08-08T20:45:10.621169
2023-05-26T07:03:59
2023-05-26T07:03:59
447,021,040
846
48
BSD-3-Clause
2023-05-26T07:04:59
2022-01-12T00:11:14
C
UTF-8
C
false
false
1,501
h
btle_hci2.h
/* Copyright 2016 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* * Copied from NewBlue hci.c with permission from Dmitry Grinberg, the original * author. */ #include "btle_hci_int.h" struct hciCmdHdr { u...
10de89e1a0a9d5e81c3e9b6e0708ce7e053fd828
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/dev/i2c/am2315var.h
c248a348c7a15e26cf071e47648f642d5692d6f5
[]
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
1,478
h
am2315var.h
/* $NetBSD: am2315var.h,v 1.2 2017/12/29 02:20:47 christos Exp $ */ /* * Copyright (c) 2017 Brad Spencer <brad@anduin.eldar.org> * * 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...
0d89a03b981c123975a34d56b033e0a3df445636
9907672fcd81ab73ac63b2a83422a82bf31eadde
/atcoder/abc/tyama_atcoderABC015C.c
e408b930da6c437c9008b448ec9feaa40ae65034
[ "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
348
c
tyama_atcoderABC015C.c
#include <stdio.h> #include <stdbool.h> int A[5][5],N,K; bool dfs(int d,int x){ if(d&&!x)return false; if(d==N)return true; int i; for(i=0;i<K;i++)if(!dfs(d+1,x^A[d][i]))return false; return true; } int main(){ int i,j; scanf("%d%d",&N,&K); for(i=0;i<N;i++)for(j=0;j<K;j++)scanf("%d",A[i]+j); puts(dfs(0,0)?"Not...
99d64f50341310614640be33cae63abd49fe2a3f
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/staging/bcm/Macros.h
dc01e3016d4fc7e5f5db734f5ae81db324e85a96
[ "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
9,595
h
Macros.h
/************************************* * Macros.h **************************************/ #ifndef __MACROS_H__ #define __MACROS_H__ #define TX_TIMER_PERIOD 10 /*10 msec*/ #define MAX_CLASSIFIERS 100 #define MAX_TARGET_DSX_BUFFERS 24 #define MAX_CNTRL_PKTS 100 #define MAX_DATA_PKTS 200 #define MAX_ETH_SIZE ...
fb7a09b60020f854dcc8b7cfe97f95889e7944da
aa3befea459382dc5c01c925653d54f435b3fb0f
/arch/arm/src/s32k1xx/s32k1xx_serial.h
4b05fff5a87665b3aa203cd3b76660fa330b4975
[ "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
6,363
h
s32k1xx_serial.h
/**************************************************************************** * arch/arm/src/s32k1xx/s32k1xx_serial.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyr...
5a560ea80e69d515bf62fe81269427e01e146f64
e1cddfd754d952134e72dfd03522c5ea4fb6008e
/src/plugins/lldp/lldp_node.c
d4b6d529d9b2b9f463ce643c218d647de1dd6315
[ "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
8,561
c
lldp_node.c
/* * Copyright (c) 2011-2016 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...
0d9ba781fc008923dfa1a02938c838ef1f1871b2
7df190df28da7e4ff166e55dc8ce780f11236a9f
/src/router/lighttpd/src/mod_authn_sasl.c
ed74d1759f2b7dca48e2f13f84f52d264022be95
[ "BSD-3-Clause" ]
permissive
mirror/dd-wrt
25416946e6132aa54b35809de61834a1825a9a36
8f2934a5a2adfbb59b471375aa3a38de5d036531
refs/heads/master
2023-08-31T14:54:47.496685
2023-08-30T17:40:54
2023-08-30T17:40:54
7,470,282
520
281
null
2023-05-29T20:56:24
2013-01-06T17:21:29
null
UTF-8
C
false
false
10,314
c
mod_authn_sasl.c
/* * mod_authn_sasl - SASL backend for lighttpd HTTP auth * * Copyright(c) 2017 Glenn Strauss gstrauss()gluelogic.com All rights reserved * License: BSD 3-clause (same as lighttpd) */ #include "first.h" /* mod_authn_sasl * * FUTURE POTENTIAL PERFORMANCE ENHANCEMENTS: * - database response is not cached * ...
b05d22d36bbf76cde414e00cafb1be7495d8dd1b
229a28fc18c13bfe1ba7fc81c38b03651ed8e93b
/sw/banshee/tests/fsqrt.c
18e57e65a8b1ab1e4658426fdaf72132b08803d6
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
pulp-platform/snitch
d3967742434fa21e8af71afa6be35ea5420166ca
d026f47843f0ea6c269244c4e6851e0e09141ec3
refs/heads/master
2023-08-24T08:42:36.230951
2023-06-19T09:34:05
2023-06-19T09:34:05
289,236,605
194
44
Apache-2.0
2023-07-11T12:46:26
2020-08-21T09:57:34
SystemVerilog
UTF-8
C
false
false
3,461
c
fsqrt.c
// Copyright 2020 ETH Zurich and University of Bologna. // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 #include <stdint.h> int main() { int errs = 4; uint32_t i8a = 0xFFFFFF42; // 3.14 uint32_t i16a = 0xFFFF4248; // 3.14 float f32a...
de7f4f201595de75b2111d15dea99ff9d0ddef24
010279e2ba272d09e9d2c4e903722e5faba2cf7a
/contrib/libs/libxml/SAX.c
292af57e97b8f82d1cd3a38b3ceabcdbe1607b93
[ "MIT", "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
5,531
c
SAX.c
/* * SAX.c : Old SAX v1 handlers to build a tree. * Deprecated except for compatibility * * See Copyright for the status of this software. * * Daniel Veillard <daniel@veillard.com> */ #define IN_LIBXML #include "libxml.h" #include <stdlib.h> #include <string.h> #include <libxml/xmlmemory.h> #include <l...
24b152ef1b1b91009ddb017ad67580ee49248958
192f6a4c9d934be58bca0e610ec1a75e7777fcd1
/src/string/encoding/utf16.c
c3b6cd4e7c88222f989a05cc4d3d0eb89928f419
[ "Artistic-2.0" ]
permissive
parrot/parrot
39a74fbb015829cef901211d6d173b71eea475ea
f89a111c06ad0367817c52fda6ff5c24165c005b
refs/heads/master
2023-07-20T07:41:40.386067
2021-08-25T17:59:15
2021-08-25T17:59:15
1,071,734
450
134
null
2016-11-09T10:57:41
2010-11-11T15:14:10
C
UTF-8
C
false
false
15,394
c
utf16.c
/* Copyright (C) 2001-2010, Parrot Foundation. =head1 NAME src/string/encoding/utf16.c - UTF-16 encoding =head1 DESCRIPTION UTF-16 encoding =head2 Functions =over 4 =cut */ #include "parrot/parrot.h" #include "unicode.h" #include "shared.h" /* HEADERIZER HFILE: none */ /* HEADERIZER BEGIN: static */ /* Don't...
8c3026f565cd7f32ef205e069098879ff758ac06
31406f420f019a191a74b9288a6e37dcd89e8e82
/tools/node-hermes/third-party/libuv/src/unix/android-ifaddrs.c
99fb25a43b427971b96a57725268238de76a6ab3
[ "MIT", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "ISC", "BSD-2-Clause" ]
permissive
facebook/hermes
b1bf3cb60b5946450c7c9a421ac8dad7a675e0f5
440578b31ecce46fcc5ba2ad745ffd5712d63a35
refs/heads/main
2023-09-06T04:16:02.263184
2023-09-05T20:12:54
2023-09-05T20:12:54
154,201,259
8,449
593
MIT
2023-09-14T21:25:56
2018-10-22T19:13:00
C++
UTF-8
C
false
false
20,144
c
android-ifaddrs.c
/* Copyright (c) 2013, Kenneth MacKay Copyright (c) 2014, Emergya (Cloud4all, FP7/2007-2013 grant agreement #289016) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must...
c342a80578abfb47f5d448826fbc1b5691473d26
58fe7cb3949dd1930e709696659a0296500b64a6
/tests/unit/s2n_pq_kem_kat_kyber_r3_test.c
66e7202760808e0d53c22447b857a54d08e4ccc0
[ "Apache-2.0", "MIT" ]
permissive
aws/s2n-tls
3344638a6a69c6f20665cf6847e1bc4b85f2e558
62dc7a6d4876e5eee0dea3690d528a4c7080a1d5
refs/heads/main
2023-08-31T23:26:33.780048
2023-08-31T05:17:33
2023-08-31T05:17:33
21,287,076
513
213
Apache-2.0
2023-09-13T23:52:29
2014-06-27T19:37:59
C
UTF-8
C
false
false
1,894
c
s2n_pq_kem_kat_kyber_r3_test.c
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
ccfcda33fa30e0fa3593c19b3402a52ad0880aee
9de0cec678bc4a3bec2b4adabef9f39ff5b4afac
/PWGJE/EMCALJetTasks/macros/AddTaskFlowQnVectorCorrections.C
e35b85e3b59b474f436ebfbe151f5c60c2d7322d
[]
permissive
alisw/AliPhysics
91bf1bd01ab2af656a25ff10b25e618a63667d3e
5df28b2b415e78e81273b0d9bf5c1b99feda3348
refs/heads/master
2023-08-31T20:41:44.927176
2023-08-31T14:51:12
2023-08-31T14:51:12
61,661,378
129
1,150
BSD-3-Clause
2023-09-14T18:48:45
2016-06-21T19:31:29
C++
UTF-8
C
false
false
267
c
AddTaskFlowQnVectorCorrections.C
AliAnalysisTaskFlowVectorCorrections* AddTaskFlowQnVectorCorrections(const char* configFilename) { AliAnalysisTaskFlowVectorCorrections* task = PWGJE::EMCALJetTasks::AliAnalysisTaskEmcalJetHUtils::AddTaskFlowQnVectorCorrections(configFilename); return task; }
81e3afe2bac10cf19ef059b91e9013f7d342db03
035660e8cc10571ebbd0d4393fef063bb7eb98f6
/src/overlays/actors/ovl_Bg_Lotus/z_bg_lotus.c
765b58dbda2f81749781dc82d9ec66892a3dfad0
[]
no_license
zeldaret/mm
f163a5e7c4314105777369fa7671ce9c2a99922a
4ae00e909e74044f05155683b49d2561f91de7ba
refs/heads/master
2023-08-06T07:22:04.912966
2023-08-04T20:36:03
2023-08-04T20:36:03
247,875,852
915
328
null
2023-09-14T11:48:59
2020-03-17T04:03:07
C
UTF-8
C
false
false
1,223
c
z_bg_lotus.c
#include "z_bg_lotus.h" #include "objects/object_lotus/object_lotus.h" #define FLAGS 0x00000000 #define THIS ((BgLotus*)thisx) void BgLotus_Init(Actor* thisx, PlayState* play); void BgLotus_Destroy(Actor* thisx, PlayState* play); void BgLotus_Update(Actor* thisx, PlayState* play); void BgLotus_Draw(Actor* thisx, Pla...
387b3b75706f9619648612b9bd4b5616ec368614
7c857119fe1505b1d80d6e62969661c06dc1a2f4
/NetworkPkg/DnsDxe/DnsImpl.h
fdab9c75e3f385624a33fa74b0bb71e6f851fd5d
[ "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
43,789
h
DnsImpl.h
/** @file DnsDxe support functions implementation. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef __EFI_DNS_IMPL_H_ #define __EFI_DNS_IMPL_H_ #include <Uefi.h> // // Libraries classes // #include <Library/BaseLib.h> #...
7b216f7befee525f5610d837ab9ffa6338a5d6e7
581bdcc078d282e388f1b655d4cfc4e08152d117
/SystemInformer/phsvc/clapi.c
eb5ebd816d647167bf48f359aa943116a2379ab5
[ "MIT", "BSD-3-Clause", "LGPL-2.0-or-later", "Zlib", "LGPL-2.1-or-later", "GPL-2.0-only", "LicenseRef-scancode-public-domain" ]
permissive
winsiderss/systeminformer
774928be871f0055263ac5e62ae0a598b098486b
5a6b442acd45d681f699a133d476a3211d072871
refs/heads/master
2023-08-28T15:43:41.074679
2023-08-27T20:59:20
2023-08-27T20:59:20
50,824,485
2,137
292
MIT
2023-09-10T22:35:12
2016-02-01T08:10:21
C
UTF-8
C
false
false
36,629
c
clapi.c
/* * Copyright (c) 2022 Winsider Seminars & Solutions, Inc. All rights reserved. * * This file is part of System Informer. * * Authors: * * wj32 2011-2015 * dmex 2017-2023 * */ #include <phapp.h> #include <phsvccl.h> HANDLE PhSvcClPortHandle; PVOID PhSvcClPortHeap; HANDLE PhSvcClServerProcess...
dd4a90ed598cd9ef228c0c47bdf64ea34afdd1e3
f8cc1dd4b1378490386def2e0571561fab10b275
/src/libunixonacid/textmessage_receiver_hasmsginbuf.c
e41f5202c6443c9a405b9f8b6b64f125119cf67c
[ "ISC" ]
permissive
skarnet/skalibs
b1eb2a0e38663cbfa918ee0a7916f56227bd7c2d
1f2d5f95684e93f8523e369ef1fed7a75c444082
refs/heads/master
2023-08-23T07:33:20.996016
2023-08-08T09:39:15
2023-08-08T09:39:15
31,461,366
104
32
ISC
2021-04-11T10:10:54
2015-02-28T12:01:41
C
UTF-8
C
false
false
488
c
textmessage_receiver_hasmsginbuf.c
/* ISC license. */ #include <stdint.h> #include <sys/uio.h> #include <skalibs/uint32.h> #include <skalibs/siovec.h> #include <skalibs/buffer.h> #include <skalibs/textmessage.h> int textmessage_receiver_hasmsginbuf (textmessage_receiver const *tr) { size_t len = buffer_len(&tr->in) ; uint32_t n ; char pack[4] ; ...
8882c175f6edb45bd11ad24b5e6b08886b3f6d3e
1ecae23f22fd25334e9803f83c5f5f319a606cfe
/uc-crux-llvm/test/programs/do_strcmp.c
467d9fe5c2e5f3ff8f252fb210769288ad825499
[ "BSD-3-Clause" ]
permissive
GaloisInc/crucible
8ea77b3f45e36ee6ad38a5dff827793fd38456a4
c19fc2c53851cdd162ae1ccca14032467e3c2fd1
refs/heads/master
2023-08-29T01:28:48.974504
2023-08-22T23:31:42
2023-08-22T23:31:42
72,476,365
563
45
null
2023-08-31T22:07:29
2016-10-31T20:43:08
Rust
UTF-8
C
false
false
90
c
do_strcmp.c
#include <string.h> int do_strcmp(char *str1, char *str2) { return strcmp(str1, str2); }
d0fbe27e0b704f2f939d0b8813e26b56904a8a22
8838eb997879add5759b6dfb23f9a646464e53ca
/third-party/fuse/fuse_linux/include/sys/fcntl.h
8ea9ead62756e5a35957057dd3d7d21f2177149b
[ "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
88
h
fcntl.h
/** * @file * * @data 26.11.2015 * @author: Anton Bondarev */ #include <fcntl.h>
ee327fd6c837a48378600edcd7ce0568db193a3c
c26d7b0ed875357278e61627da2da0650da77986
/src/libm/sin.c
f08c64f9b2eb2ab574dd9bb3b9e808bb9fe00d67
[ "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
1,423
c
sin.c
/* * C program for floating point sin/cos. * Calls modf. * There are no error exits. * Coefficients are #3370 from Hart & Cheney (18.80D). */ #include <math.h> static double twoopi = 0.63661977236758134308; static double p0 = .1357884097877375669092680e8; static double p1 = -.4942908100902844161158627e7; static ...
4db63a38927c0a5b1955e344a9a140e30fd96a74
3c6e1e35f38421273f92dd25055dccc6f632fd93
/app/modules/ws2812_effects.c
f55eec19f54553b6db9825ab722a98503efc0a92
[ "MIT" ]
permissive
nodemcu/nodemcu-firmware
fd907ddf01bf17fdc55dd352d6987ee91d8b95e3
f25dc56d3c6213b8ac7ce46d1293466137746eae
refs/heads/release
2023-08-22T21:46:10.995686
2021-12-30T07:46:20
2021-12-30T07:46:20
26,917,568
8,077
3,888
MIT
2023-07-25T09:20:45
2014-11-20T15:06:45
C
UTF-8
C
false
false
27,537
c
ws2812_effects.c
#include "module.h" #include "lauxlib.h" #include "lmem.h" #include "platform.h" #include <stdlib.h> #include <math.h> #include <string.h> #include "user_interface.h" #include "driver/uart.h" #include "osapi.h" #include "pm/swtimer.h" #include "pixbuf.h" #include "color_utils.h" #ifdef LUA_USE_MODULES_WS2812_EFFECTS ...
c64c44d11a306bea5f1e15ac4120ca141958d296
e814383d36a10839104efaa4df277996ab220fa3
/opal/mca/threads/thread_usage.h
3eeca968c0691481a4064d26c7b14a80e5b7c25a
[ "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
13,256
h
thread_usage.h
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2007 The University of Tennessee a...
92825750d176bbb4ad8ae2375b3299467efbe062
e8b04bef9aa1ac8e2c109dd315f133c8f4d28ae6
/src/controller/c/motor.c
0314713797baadb6e0a76194d7bfb7e49437225a
[ "Apache-2.0" ]
permissive
cyberbotics/webots
f075dacf4067e8dcebbfd89e8690df8525f6d745
8aba6eaae76989facf3442305c8089d3cc366bcf
refs/heads/master
2023-08-31T09:41:13.205940
2023-08-18T10:48:30
2023-08-18T10:48:30
156,228,018
2,495
1,525
Apache-2.0
2023-08-28T16:30:33
2018-11-05T14:09:10
C++
UTF-8
C
false
false
19,762
c
motor.c
/* * Copyright 1996-2023 Cyberbotics Ltd. * * 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 applicable law or...
cc6ae0ea1b9f60428ffaae8072a0120b25bae0b5
a91796ab826878e54d91c32249f45bb919e0c149
/3rdparty/openjpeg/openjp2/jp2.c
17572195e391028d81a57968a75990abbc463e41
[ "Apache-2.0", "IJG", "Zlib", "BSD-3-Clause", "Libpng", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
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
117,418
c
jp2.c
/* * The copyright in this software is being made available under the 2-clauses * BSD License, included below. This software may be subject to other third * party and contributor rights, including patent rights, and no such rights * are granted under this license. * * Copyright (c) 2002-2014, Universite catholiqu...
997155dad94374c5c1bf55ad4e4cc7c3da5776ff
1efb2283837c9b70bc6449cec877799e4efa3268
/src/mpid/ch4/shm/posix/eager/iqueue/iqueue_noinline.h
1d232fbde554190bf5e22315e4d21e8fd98cd689
[ "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
540
h
iqueue_noinline.h
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #ifndef POSIX_EAGER_IQUEUE_NOINLINE_H_INCLUDED #define POSIX_EAGER_IQUEUE_NOINLINE_H_INCLUDED #include "iqueue_types.h" #include "iqueue_impl.h" int MPIDI_POSIX_iqueue_init(int rank, int size); int MPIDI_POSIX_iqueue_f...
20642fe7d554d76dffbddb81a7e2f7956597ad6f
3d144a23e67c839a4df1c073c6a2c842508f16b2
/test/Sema/Inputs/has_symbol/has_symbol_helper_clang.h
0e9f034364ae3cd3fd55a4c62fd21cfa23ce00f8
[ "Apache-2.0", "Swift-exception" ]
permissive
apple/swift
c2724e388959f6623cf6e4ad6dc1cdd875fd0592
98ada1b200a43d090311b72eb45fe8ecebc97f81
refs/heads/main
2023-08-16T10:48:25.985330
2023-08-16T09:00:42
2023-08-16T09:00:42
44,838,949
78,897
15,074
Apache-2.0
2023-09-14T21:19:23
2015-10-23T21:15:07
C++
UTF-8
C
false
false
226
h
has_symbol_helper_clang.h
// NOTE: This header is used on platforms that do not support Obj-C. extern void clangFunc(int x); extern int clangGlobalVar; struct ClangStruct { int x; }; #define CONSTANT_MACRO 42 enum ClangEnum { ClangEnumMember = 0 };
e27bb7cf6c3f4af6332f5dd8af33cce667ceacb0
7f62590ea2397fe0804e22a6d35ea00beaa111c8
/YubiKit/YubiKit/SPMHeaderLinks/YKFAccessoryDescription+Private.h
872b80793d09955be4d2854778edf585ac40440a
[ "Apache-2.0" ]
permissive
Yubico/yubikit-ios
2b3e6118bebcdf4b7f980df4b1d7e09650af8f82
02403a2384997c64b84a967c8f587e86fc1e605d
refs/heads/main
2023-05-27T06:40:44.456959
2023-05-25T13:40:34
2023-05-25T13:40:34
191,902,737
179
53
Apache-2.0
2023-05-25T13:40:36
2019-06-14T08:08:13
Objective-C
UTF-8
C
false
false
68
h
YKFAccessoryDescription+Private.h
../Connections/AccessoryConnection/YKFAccessoryDescription+Private.h
9b766b24ef377548919d4f7ebcbc5afb2ca95342
e73547787354afd9b717ea57fe8dd0695d161821
/src/battle/common/stage/area_pra/pra_03.inc.c
cc7e2c2a0ed3f3daa3c20890ba13b863967a1d58
[]
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
491
c
pra_03.inc.c
#include "battle/battle.h" #include "mapfs/pra_bt03_shape.h" #define NAMESPACE A(pra_03) EvtScript N(EVS_PreBattle) = { EVT_CALL(SetSpriteShading, SHADING_NONE) EVT_CALL(SetCamBGColor, CAM_BATTLE, 0, 0, 0) EVT_RETURN EVT_END }; EvtScript N(EVS_PostBattle) = { EVT_RETURN EVT_END }; Stage NAME...
f1cde166b26ac02d432d578c8fa112d4ef0950ea
9c4ec01e04f7b0a1d213e1060c6b0a008dde7cbd
/series1/usart/gpio_prs_ldma_usart/src/main_s1_gg11.c
4b5d914f78aa28cbffdcb42c4938e749eed8149c
[ "Zlib" ]
permissive
SiliconLabs/peripheral_examples
edf5ee87cd0bcb2e7ad5066e278fa1ad3b92bd35
87b252e5a1bf5b36a548c121e8ffda085d3bcbc4
refs/heads/master
2023-07-26T22:20:57.916375
2023-07-07T18:18:01
2023-07-07T18:20:16
116,865,771
326
212
NOASSERTION
2021-06-17T20:12:04
2018-01-09T20:13:39
C
UTF-8
C
false
false
7,254
c
main_s1_gg11.c
/***************************************************************************//** * @file main_s1_gg11.c * @brief This example demonstrates using LDMA with PRS where USART packet * transfers are triggered every push of Push Button 0. ******************************************************************************* * ...
6f7c5a13c0319bda73b81c7030f5a084377ced60
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/char/agp/frontend.c
2e044338753cb4d14cef934126ec15f472d09bb2
[ "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
24,472
c
frontend.c
/* * AGPGART driver frontend * Copyright (C) 2004 Silicon Graphics, Inc. * Copyright (C) 2002-2003 Dave Jones * Copyright (C) 1999 Jeff Hartmann * Copyright (C) 1999 Precision Insight, Inc. * Copyright (C) 1999 Xi Graphics, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy...
8596cc1276349d09f7706f6069bb744b97fd291b
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/multimedia/mediatomb/patches/patch-tombupnp_upnp_src_genlib_net_http_webserver.c
fa31e1299af511d157932e998c487f13d236780b
[]
no_license
NetBSD/pkgsrc
a0732c023519650ef821ab89c23ab6ab59e25bdb
d042034ec4896cc5b47ed6f2e5b8802d9bc5c556
refs/heads/trunk
2023-09-01T07:40:12.138283
2023-09-01T05:25:19
2023-09-01T05:25:19
88,439,572
321
138
null
2023-07-12T22:34:14
2017-04-16T20:04:15
null
UTF-8
C
false
false
610
c
patch-tombupnp_upnp_src_genlib_net_http_webserver.c
$NetBSD: patch-tombupnp_upnp_src_genlib_net_http_webserver.c,v 1.2 2012/09/25 11:45:11 ryoon Exp $ Fix building with Clang. --- tombupnp/upnp/src/genlib/net/http/webserver.c.orig 2010-03-25 14:58:12.000000000 +0000 +++ tombupnp/upnp/src/genlib/net/http/webserver.c @@ -310,7 +310,7 @@ search_extension( IN const char *...
986d9c1d75df5453a66f82222bd1a103dc894caf
450916eee7580beb928ed8f387db4f0a8c1aa508
/src/amuse/community/mi6/src/stellar_evolution.h
c690f358f49d5c984bb90c6863e68f4eed5364c7
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
amusecode/amuse
42095545893f5a86ea79c2a52ce54d3ce8eb204f
b57c1e2fda1457d5025307be105c2aa59b19b574
refs/heads/main
2023-08-31T04:50:48.880044
2023-08-30T12:00:20
2023-08-30T12:00:20
18,516,331
158
118
Apache-2.0
2023-08-30T12:00:22
2014-04-07T12:35:07
AMPL
UTF-8
C
false
false
4,669
h
stellar_evolution.h
#ifndef STELLAR_EVOLUTION_H #define STELLAR_EVOLUTION_H /* Tout et al MNRAS 281, 257 (1996) */ static const double L[7][5] = {{3.970417e-01, -3.2913574e-01, 3.4776688e-01, 3.7470851e-01, 9.011915e-02}, {8.527626e+00, -2.441225973e+01, 5.643597107e+01, 3.706152575e+01, 5.4562406e+00}, {2.5546e-04,...
9d3c6cff71db7bc4465838065d477435f385bfa4
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/media/usb/sn9c102/sn9c102_devtable.h
b3d2cc729657df34e57bc300033bafc1baf2bdd6
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
8,451
h
sn9c102_devtable.h
/*************************************************************************** * Table of device identifiers of the SN9C1xx PC Camera Controllers * * * * Copyright (C) 2007 by Luca Risolia <luca.risolia@studio.unibo.it> * * ...
67a6cdb213496f19ace08942dc84ee2dc7ef3e99
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/lang/spidermonkey185/patches/patch-jsgc.h
685273590b34ca782a35461a53f9a9297f08665e
[]
no_license
NetBSD/pkgsrc
a0732c023519650ef821ab89c23ab6ab59e25bdb
d042034ec4896cc5b47ed6f2e5b8802d9bc5c556
refs/heads/trunk
2023-09-01T07:40:12.138283
2023-09-01T05:25:19
2023-09-01T05:25:19
88,439,572
321
138
null
2023-07-12T22:34:14
2017-04-16T20:04:15
null
UTF-8
C
false
false
312
h
patch-jsgc.h
$NetBSD: patch-jsgc.h,v 1.1 2016/12/18 21:54:05 joerg Exp $ --- jsgc.h.orig 2016-12-18 15:56:38.171004394 +0000 +++ jsgc.h @@ -66,7 +66,7 @@ #include "jsgcstats.h" #include "jscell.h" -struct JSCompartment; +struct JS_FRIEND_API(JSCompartment); extern "C" void js_TraceXML(JSTracer *trc, JSXML* thing);
303d1e64ce46f1046e3005dfb9bc0c8860bbf77d
eecd5e4c50d8b78a769bcc2675250576bed34066
/src/ts/tutorials/power_grid/ex5.c
733ccfeb4d9c9fa97e41d457fb47b504f2a9f604
[ "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
11,583
c
ex5.c
static char help[] = "Basic equation for an induction generator driven by a wind turbine.\n"; /*F \begin{eqnarray} T_w\frac{dv_w}{dt} & = & v_w - v_we \\ 2(H_t+H_m)\frac{ds}{dt} & = & P_w - P_e \end{eqnarray} F*/ /* - Pw is the power extracted from the wind turbine given by Pw = 0.5*\r...
926bfc4b4352f170b23774da691dbc5fe52b8a8a
e3acfc4f06840e23ef1185dcf367f40d3e3f59b4
/tests/regression/05-lval_ls/19-idxunknown_unlock_precise.c
4b62b52cffb8667349f0b70385089f3d2d37d480
[ "MIT" ]
permissive
goblint/analyzer
d62d3c610b86ed288849371b41c330c30678abc7
69ee7163eef0bfbfd6a4f3b9fda7cea5ce9ab79f
refs/heads/master
2023-08-16T21:58:53.013737
2023-08-16T08:49:18
2023-08-16T08:49:18
2,066,905
141
62
MIT
2023-09-14T18:48:34
2011-07-18T15:10:56
OCaml
UTF-8
C
false
false
955
c
19-idxunknown_unlock_precise.c
// PARAM: --enable ana.int.interval // TODO because queries don't pass lvalue index intervals extern int __VERIFIER_nondet_int(); extern void abort(void); void assume_abort_if_not(int cond) { if(!cond) {abort();} } #include <pthread.h> #include <goblint.h> int data; pthread_mutexattr_t mutexattr; pthread_mutex_t m[...
df39a4244010f2a14d7ced62c527f138e07162fb
538c0655fc1fe95e6211b0faabb24457ebb762c3
/lib/winapi/fileapi.h
f855fc4418d29867b25c397698b4a00e6a99526f
[ "BSD-3-Clause", "CC0-1.0", "MIT" ]
permissive
XboxDev/nxdk
9151adf0450915335bfd6e1aec72c4adf0f82a2a
e955705ad7e5f59cdad456d0bd6680083d03758f
refs/heads/master
2023-09-01T19:37:29.013295
2023-07-02T17:43:25
2023-07-28T13:26:17
48,426,404
311
90
null
2023-08-11T08:15:37
2015-12-22T10:43:15
C
UTF-8
C
false
false
3,440
h
fileapi.h
// SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2019-2022 Stefan Schmidt // SPDX-FileCopyrightText: 2021 Erik Abair #ifndef __FILEAPI_H__ #define __FILEAPI_H__ #include <windef.h> #include <winbase.h> #include <winnt.h> #ifdef __cplusplus extern "C" { #endif DWORD GetFileAttributesA (LPCSTR lpFileName);...
3ccb55570dceb03c2b62a4a6a92d8d3e1b0d460a
e7e2ee02a1cd3e0229346855c9aa6d931e3ca1c4
/src/storage/channel/storage_channel_iouring.h
0e0ac0737640c1e87c145ff4cc5c84cfa68ffdff
[ "BSD-3-Clause" ]
permissive
danielealbano/cachegrand
7c2dd00424596796e52b62ca2e9eb107d06e0e5b
eb2df00feab7639a0327492c11a334a22dec7e60
refs/heads/main
2023-08-19T11:04:18.418711
2023-06-11T22:44:49
2023-06-11T22:44:49
125,234,630
904
33
BSD-3-Clause
2023-06-11T22:44:51
2018-03-14T15:33:02
C
UTF-8
C
false
false
734
h
storage_channel_iouring.h
#ifndef CACHEGRAND_STORAGE_CHANNEL_IOURING_H #define CACHEGRAND_STORAGE_CHANNEL_IOURING_H #ifdef __cplusplus extern "C" { #endif typedef struct storage_channel_iouring storage_channel_iouring_t; struct storage_channel_iouring { storage_channel_t wrapped_channel; storage_io_common_fd_t mapped_fd; bool has_...
3d01e18201c3a551c050b41b65506ff73ec5957d
ea8fc70c7dbf49059431fa45a940742736c68fb8
/ext/image.c
fadff61f5e2ac48496708340504930e4f3838fda
[ "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
6,687
c
image.c
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +-----...
c829a6036d442e02c7771113d965d5e63017026b
d2253070a3a64b14dee5ca0b3d311919178e590c
/include/mystery_event_script.h
198a07e857078c5bafaa1b355f9a955b0b725dba
[]
no_license
pret/pokeemerald
ce232eccdde78502f3c251d672b26af3e1d7e508
d67914e114c937c4c80ce128ddc5523d4dc2cd40
refs/heads/master
2023-08-31T11:23:13.877932
2023-08-27T23:40:59
2023-08-27T23:40:59
43,677,244
1,944
1,903
null
2023-09-12T22:48:06
2015-10-05T10:09:22
C
UTF-8
C
false
false
483
h
mystery_event_script.h
#ifndef GUARD_MYSTERY_EVENT_SCRIPT_H #define GUARD_MYSTERY_EVENT_SCRIPT_H enum { MEVENT_STATUS_LOAD_OK, MEVENT_STATUS_LOAD_ERROR, MEVENT_STATUS_SUCCESS, MEVENT_STATUS_FAILURE, MEVENT_STATUS_FF = 0xFF }; void InitMysteryEventScriptContext(u8 *script); bool32 RunMysteryEventScriptContextCommand(u32 ...
2a77118e988eb1c35f1b3770d1e5d111047cd2fb
e1cddfd754d952134e72dfd03522c5ea4fb6008e
/src/vnet/ip/ip_path_mtu.h
96a5227237a466418f119dd76538fe159a1745bc
[ "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
3,214
h
ip_path_mtu.h
/* *------------------------------------------------------------------ * ip_path_mtu.h * * Copyright (c) 2021 Graphiant. * 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:/...
dfdfb0478b44d71dfaf2d4b2826256bd0aff06d5
1228123ee5ab4d6b470abc766f675f99fd268e01
/psutil/arch/windows/sensors.c
fbe2c2fe9fe4e5ca95ec753fc82f6d45747c1c55
[ "BSD-3-Clause" ]
permissive
giampaolo/psutil
43874920728aa689430a069f0eefbaa05a889262
77e5b7445748d30d22c0e3b2e651414da96a88b4
refs/heads/master
2023-09-03T17:48:12.048871
2023-08-07T06:49:18
2023-08-07T06:49:18
20,101,515
9,669
1,678
BSD-3-Clause
2023-09-13T09:18:00
2014-05-23T14:01:48
Python
UTF-8
C
false
false
895
c
sensors.c
/* * Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include <Python.h> #include <windows.h> // Added in https://github.com/giampaolo/psutil/commit/109f873 in 2017. // Moved in here in...
2f25541ca4e693d3aaa7c4c272bf45a291406bd0
83b8b30ebb633eecd29ca0a7a20cc43a293c9333
/shared-bindings/synthio/Biquad.h
62b6c5843b53f2d5d0ad998328fd9ce21d83e857
[ "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
326
h
Biquad.h
#pragma once #include "py/obj.h" #include "py/objnamedtuple.h" extern const mp_obj_namedtuple_type_t synthio_biquad_type_obj; mp_obj_t common_hal_synthio_new_lpf(mp_float_t w0, mp_float_t Q); mp_obj_t common_hal_synthio_new_hpf(mp_float_t w0, mp_float_t Q); mp_obj_t common_hal_synthio_new_bpf(mp_float_t w0, mp_float_...
5ba842d688baccbb36f27624ed274fa4035b5442
9ceacf33fd96913cac7ef15492c126d96cae6911
/sys/dev/usb/uvscom.c
66003c7b520de43c19cfe767ae8090785ac6ae09
[]
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
19,341
c
uvscom.c
/* $OpenBSD: uvscom.c,v 1.42 2022/07/02 08:50:42 visa Exp $ */ /* $NetBSD: uvscom.c,v 1.9 2003/02/12 15:36:20 ichiro Exp $ */ /*- * Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are p...
70cdacdde2498c44cf599d163796b23eab1cbbda
2d18e8571c546087151e8e92502057b2a9b0ea54
/libyara/include/yara/compiler.h
8e48e327364c048b415c5028281e3aebd738eda2
[ "BSD-3-Clause" ]
permissive
plusvic/yara
681487ae3ca333566197c037af184c131ba1dac0
ed0c4a5f0c942dc9daf7b066e40c3dbadf17515a
refs/heads/master
2020-04-06T07:05:56.368518
2020-03-13T16:44:51
2020-03-13T16:44:51
60,647,515
164
48
BSD-3-Clause
2021-02-21T11:40:38
2016-06-07T21:25:11
C
UTF-8
C
false
false
12,233
h
compiler.h
/* Copyright (c) 2013. The YARA Authors. 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 conditions and the followi...
6426654c9a904b8db90cba563c6124e4ff6ffe55
06052ccd6db697947c1fcbb6ac96eba79c057fea
/lambdaLayers/SharpLayer/nodejs/node_modules/sharp/vendor/8.10.6/include/orc-0.4/orc/orc-stdint.h
599b33ae09f8d10ff27b888f9c42986f208a116b
[ "Apache-2.0", "MIT" ]
permissive
venveo/serverless-sharp
89e673e8ab727a00a5bb3cf2c8b9b3876caec8db
1f64468784763bbf40c32497c35de69406765335
refs/heads/master
2023-04-15T01:45:01.990626
2022-06-29T12:30:07
2022-06-29T12:30:07
198,690,918
165
39
MIT
2023-03-04T04:28:54
2019-07-24T18:38:47
JavaScript
UTF-8
C
false
false
46
h
orc-stdint.h
/* This file is intentionally nearly empty */
c1239f9e5583b58e88f7ad2fea8299f10da56c7f
27abcab06ef2c704347eef38477b9e15b8e94cb6
/atomic.h
ea5704f0c9ea2610776e96519f73c6818f4c1368
[ "MIT" ]
permissive
travisdowns/avx-turbo
b5d439abb6dcf088b3bb62030b2b2507b9fb97f5
4a04a454feedb6402cd9d85fa6fda4d9c7ba47b4
refs/heads/master
2023-05-31T23:33:47.143323
2021-10-27T17:45:39
2021-10-27T17:45:39
145,263,040
155
19
MIT
2023-05-15T08:44:15
2018-08-19T01:01:28
C++
UTF-8
C
false
false
13,597
h
atomic.h
/* Atomic operations (v1) * Portable Snippets - https://gitub.com/nemequ/portable-snippets * Created by Evan Nemerson <evan@nemerson.com> * * To the extent possible under law, the authors have waived all * copyright and related or neighboring rights to this code. For * details, see the Creative Commons Zer...
cee8a82807dea628529630f8554514ea9dc6ea0e
9ceacf33fd96913cac7ef15492c126d96cae6911
/lib/libkvm/kvm_amd64.c
72582ab1751fcff932198012bd295a30be7e14e2
[]
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,496
c
kvm_amd64.c
/* $OpenBSD: kvm_amd64.c,v 1.16 2023/03/08 04:43:05 guenther Exp $ */ /* $NetBSD: kvm_x86_64.c,v 1.3 2002/06/05 22:01:55 fvdl Exp $ */ /*- * Copyright (c) 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software developed by the Computer Systems ...
f997c47bee6f5d263a7c409e9382f81c1bac799d
0ba524c389b02e6c3d86bf4ca0d79d1ab4e2c595
/include/dukglue/dukglue.h
1b62f7b9d4e43f1a98236bc002f6c08879fbb4f0
[ "MIT" ]
permissive
Aloshi/dukglue
87e18aefbce514a9f33a24458580a0273524df7a
c3ec2a463a03a4fa34715aa75273537d39900edb
refs/heads/master
2023-08-16T18:19:10.702139
2022-11-08T03:35:48
2022-11-08T03:35:48
48,725,685
171
37
MIT
2023-08-09T20:03:36
2015-12-29T03:34:51
C
UTF-8
C
false
false
150
h
dukglue.h
#pragma once #include "register_function.h" #include "register_class.h" #include "register_property.h" #include "public_util.h" #include "dukvalue.h"
1e3e288bfa768cc97f862d2c2e9d06db87445bee
f367e4b66a1ee42e85830b31df88f63723c36a47
/lib/wasm-micro-runtime-WAMR-1.2.2/core/iwasm/compilation/simd/simd_int_arith.c
1d0e6967b6c5401a0cefb020a677b311593b87ba
[ "Apache-2.0", "LLVM-exception" ]
permissive
fluent/fluent-bit
06873e441162b92941024e9a7e9e8fc934150bf7
1a41f49dc2f3ae31a780caa9ffd6137b1d703065
refs/heads/master
2023-09-05T13:44:55.347372
2023-09-05T10:14:33
2023-09-05T10:14:33
29,933,948
4,907
1,565
Apache-2.0
2023-09-14T10:17:02
2015-01-27T20:41:52
C
UTF-8
C
false
false
12,574
c
simd_int_arith.c
/* * Copyright (C) 2019 Intel Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ #include "simd_int_arith.h" #include "simd_common.h" #include "../aot_emit_exception.h" #include "../../aot/aot_runtime.h" static bool simd_integer_arith(AOTCompContext *comp_ctx, AOTFuncCon...
3e961eabdcdfb25ce79bc77eb6a5e67951956b30
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/tests/usr.bin/xlint/lint1/msg_334.c
cbd3e89eb7dd738027fcf356828dcb3b65e06077
[]
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
553
c
msg_334.c
/* $NetBSD: msg_334.c,v 1.5 2023/08/02 18:51:25 rillig Exp $ */ # 3 "msg_334.c" // Test for message: parameter %d expects '%s', gets passed '%s' [334] // // See d_c99_bool_strict.c for many more examples. /* lint1-extra-flags: -T -X 351 */ typedef _Bool bool; void test_bool(bool); void test_int(int); void caller(b...
7329bec9185231b96802f4961120adb861fdb9ae
22dd93dfe358a2e93d0aa847c148e14f6946c035
/src/libsodium/src/libsodium/include/sodium/randombytes_internal_random.h
2b2b7d6edc11a2fef58bd731663058fe4cb7855e
[ "ISC", "Apache-2.0" ]
permissive
pyca/pynacl
a78db377529ca4aaec6987c4590f5b512a9c7f11
d35d78ef2d890906aa8312fcbe5517dfbb8002bc
refs/heads/main
2023-08-27T19:17:11.591902
2023-08-25T11:02:15
2023-08-25T11:02:15
8,350,032
896
238
Apache-2.0
2023-09-05T21:33:33
2013-02-22T03:52:39
C
UTF-8
C
false
false
427
h
randombytes_internal_random.h
#ifndef randombytes_internal_random_H #define randombytes_internal_random_H #include "export.h" #include "randombytes.h" #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT extern struct randombytes_implementation randombytes_internal_implementation; /* Backwards compatibility with libsodium < 1.0.18 */ #define r...
7afe3d9b4aab32b8e4cfc7a5e0847ebdd36a53a2
c0bfd93cd7f26a271268e504959256f1e02c6806
/examples/system/factory-test/main/main.c
4f822e8cedcdabb8a0bc2aabafaf4d0dd66cf410
[ "Apache-2.0" ]
permissive
espressif/ESP8266_RTOS_SDK
606f396e92d2675d9854f0fabd88587fbbbaf267
af0cdc36fa2600033d0a09301c754008cf1503c1
refs/heads/master
2023-08-24T22:40:15.373553
2023-05-06T02:04:24
2023-05-06T02:04:24
27,584,181
3,163
1,749
Apache-2.0
2023-08-09T10:48:13
2014-12-05T09:27:12
C
UTF-8
C
false
false
2,428
c
main.c
// Copyright 2019-2020 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
7231f661f89b5423c7351762f370fa0c0d54c766
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/third_party/opus/src/silk/tests/test_unit_LPC_inv_pred_gain.c
7ca902ad9f4d0341b12086c1578c72d94ad722d3
[ "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "BSD-3-Clause-Clear", "GPL-1.0-or-later", "MIT", "LGPL-2.0-or-later", "Apache-2.0" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C
false
false
4,783
c
test_unit_LPC_inv_pred_gain.c
/*********************************************************************** Copyright (c) 2017 Google Inc., Jean-Marc Valin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above c...
14ca8258b5eee8d6c9f5cac6c2d37ab1c22f7c0d
5eff7a36d9a9917dce9111f0c3074375fe6f7656
/app/xlockmore/modes/bomb.c
b1860eae869492f40bab38d64edc9f94562a1e44
[]
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
13,555
c
bomb.c
/* -*- Mode: C; tab-width: 4 -*- */ /* bomb --- temporary screen */ #if !defined( lint ) && !defined( SABER ) static const char sccsid[] = "@(#)bomb.c 5.00 2000/11/01 xlockmore"; #endif /*- * Copyright (c) 1994 by Dave Shield * * Permission to use, copy, modify, and distribute this software and its * documentati...
3f9203c833745fcbe11c60d590112585cd5c5cdd
533546354c6e86f568ba936d2840c6b37a3873eb
/misc/gl2tri/main.c
0c8ad7375a1844a7781fc2850bcfa4ee0224032a
[ "MIT" ]
permissive
terryky/tflite_gles_app
4a34131cbeb677f99c0f4c04941f240748238c39
bfc2015a6d1234deebc9574798b175a6d1b2afc2
refs/heads/master
2022-05-14T11:36:51.810565
2022-04-22T14:30:50
2022-04-22T14:30:50
202,537,120
489
128
MIT
2021-03-25T07:25:58
2019-08-15T12:28:38
C
UTF-8
C
false
false
3,351
c
main.c
/* ------------------------------------------------ * * The MIT License (MIT) * Copyright (c) 2019 terryky1220@gmail.com * ------------------------------------------------ */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <GLES2/gl2.h> #include "util_shader.h" #include "util_egl.h" #define UNUS...
d8ec8c8697911b709aa0b6c810f6a425465842c6
83b8b30ebb633eecd29ca0a7a20cc43a293c9333
/ports/raspberrypi/boards/sparkfun_thing_plus_rp2040/mpconfigboard.h
a4a162062a70b1d938db4251c1493d05e3e02d74
[ "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
432
h
mpconfigboard.h
#define MICROPY_HW_BOARD_NAME "SparkFun Thing Plus - RP2040" #define MICROPY_HW_MCU_NAME "rp2040" #define DEFAULT_UART_BUS_TX (&pin_GPIO0) #define DEFAULT_UART_BUS_RX (&pin_GPIO1) #define DEFAULT_SPI_BUS_SCK (&pin_GPIO2) #define DEFAULT_SPI_BUS_MOSI (&pin_GPIO3) #define DEFAULT_SPI_BUS_MISO (&pin_GPIO4) #define DEFA...
6ad8fe35db2a7248125775bdf5239eaa0ae2b60b
d79db96554e506a7be2b61bd9df178a98ac7ccf4
/src/libressl-2.4.1/tests/rc4test.c
c4d34b1a8460c1b2aa6765c2477507a97aa61664
[ "FSFAP", "OpenSSL", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
lsds/TaLoS
42edcb4ed4d76257ec3c217ba26a92f543a9ef63
9c959980de0c6d2a80582e3546747823ea3eca69
refs/heads/master
2023-09-05T04:58:07.718709
2022-01-25T05:00:19
2022-01-25T05:00:19
85,239,830
113
23
Apache-2.0
2020-11-19T08:10:08
2017-03-16T20:42:42
C
UTF-8
C
false
false
7,449
c
rc4test.c
/* crypto/rc4/rc4test.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non...
37dcfbc2a024468329f23d9880e2b0225530475b
d169de4c5c6b281984df35536430dcc931a957a9
/source/hal/driver/AIC/AIC8800/mmc/mmc.h
c8f2e86eba057bcb8a5081b9d718086da119f9c0
[ "LGPL-2.1-only", "Apache-2.0" ]
permissive
vsfteam/vsf
2ba968ba2ef53b036668019c6c6746149a63c38a
522a52ff2ee4ed149b52789a5bd366f80c08c458
refs/heads/master
2023-08-27T07:32:08.339123
2023-08-26T17:46:07
2023-08-26T17:46:07
181,911,464
273
83
Apache-2.0
2023-08-29T03:08:36
2019-04-17T14:43:42
C
UTF-8
C
false
false
3,796
h
mmc.h
/***************************************************************************** * Copyright(C)2009-2022 by VSF Team * * * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
c8e88934959c453ff76b4ffe928b0324d5e9b742
d579699e6728aa74084f8cc4dc435007b9f523a8
/data/signatures/ntifs.h
7ec644da2bd2215c094f6a74a512868d5f5704e2
[ "BSD-3-Clause" ]
permissive
BoomerangDecompiler/boomerang
b3c6b4e88c152ac6d437f3dd3640fd9ffa157cb6
411041305f90d1d7c994f67255b5c03ea8666e60
refs/heads/develop
2023-08-31T03:50:56.112711
2020-12-28T12:11:55
2020-12-28T17:38:56
7,819,729
281
41
NOASSERTION
2020-12-27T17:59:52
2013-01-25T12:26:59
C++
UTF-8
C
false
false
17,400
h
ntifs.h
void KeInitializeEvent( PRKEVENT Event, EVENT_TYPE Type, BOOLEAN State ); void KeClearEvent( PRKEVENT Event ); LONG KePulseEvent( PRKEVENT Event, KPRIORITY Increment, BOOLEAN Wait ); LONG KeReadStateEvent( PRKEVENT Event ); LONG KeResetEvent( PRKEVENT Event ); LONG KeSetEvent( PRKEVEN...
ac8394bb3b072dbe73991a946cd7f00d326b7e04
15a46f79cc5edfd08ebc63a8416dd02b13a2df33
/Example28/src/main.c
43a3df756fb8a4bf5af472d2e1ceeb7d6eba4ef7
[ "Apache-2.0" ]
permissive
McNopper/OpenGL
a24a99de305f475205b00d39b4dde42d33645c6f
42fa2736e2b37db1df99c2b205279855ec6f2b1d
refs/heads/master
2022-07-16T06:44:44.845154
2022-05-21T11:47:12
2022-05-21T11:47:12
8,373,358
2,270
771
Apache-2.0
2022-05-21T11:51:12
2013-02-23T09:26:37
C
UTF-8
C
false
false
25,679
c
main.c
/** * OpenGL 4 - Example 28 * * @author Norbert Nopper norbert@nopper.tv * * Homepage: http://nopper.tv * * Copyright Norbert Nopper * * see http://john-chapman-graphics.blogspot.co.uk/2013/01/ssao-tutorial.html */ #include <stdio.h> #include "GL/glus.h" #include "wavefront.h" #define KERNEL_SIZE 32 #def...
7db2f9b4fc727a68cf9054963f9e3c4b68862381
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c
a87204fc00236185cbcca1cfbb3c8d529aea0d7e
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
2023-08-30T01:57:45.786981
2023-08-29T23:14:28
2023-08-29T23:14:28
129,571,436
2,827
311
Apache-2.0
2023-09-14T18:29:16
2018-04-15T02:49:20
Lean
UTF-8
C
false
false
131,038
c
MonoTypes.c
// Lean compiler output // Module: Lean.Compiler.LCNF.MonoTypes // Imports: Init Lean.Meta.InferType Lean.Compiler.LCNF.Util Lean.Compiler.LCNF.BaseTypes Lean.Compiler.LCNF.CompilerM #include <lean/lean.h> #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wu...
10730d2f88c695574bc866ac14c9305109303992
fbbe424559f64e9a94116a07eaaa555a01b0a7bb
/Sklearn_scipy_numpy/source/scipy/integrate/tests/_test_multivariate.c
c71affb4a200d8936c1ea08a00a49b4de67d55a3
[ "MIT" ]
permissive
ryfeus/lambda-packs
6544adb4dec19b8e71d75c24d8ed789b785b0369
cabf6e4f1970dc14302f87414f170de19944bac2
refs/heads/master
2022-12-07T16:18:52.475504
2022-11-29T13:35:35
2022-11-29T13:35:35
71,386,735
1,283
263
MIT
2022-11-26T05:02:14
2016-10-19T18:22:39
Python
UTF-8
C
false
false
1,320
c
_test_multivariate.c
#include <Python.h> /* Backwards compatibility: Python2.2 used LONG_LONG instead of PY_LONG_LONG */ #if defined(HAVE_LONG_LONG) && !defined(PY_LONG_LONG) #define PY_LONG_LONG LONG_LONG #endif #ifdef MS_WIN32 #include <windows.h> #endif #if defined(MS_WIN32) || defined(__CYGWIN__) #define EXPORT(x) __declspec(dll...
b80205307ef436ad80a815dd6b0d0a0ce84dda79
3d44c763f0bd72117579cdd87bbf305ffd191e8b
/src/platform/windows/win_io.c
489dc01a88f4fa7b397bb493cd34cb0d96918a47
[ "MIT" ]
permissive
nanomsg/nng
6e597e664a4126c3d8e8b16e9c22a33ac773c9c4
5ac5be5cacacdb8d6cac2fa362fce6d78e4dc389
refs/heads/master
2023-08-31T04:28:18.215853
2023-08-23T19:23:18
2023-08-28T05:58:40
76,157,774
3,407
489
MIT
2023-09-14T09:01:13
2016-12-11T06:14:28
C
UTF-8
C
false
false
3,028
c
win_io.c
// // Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this // file was obtained (LICENSE.txt). A copy of the license may...
61b824d93352d9923c50bc81c6420c4fd3cb9bf0
9ceacf33fd96913cac7ef15492c126d96cae6911
/lib/libevent/min_heap.h
2b8d245ffe6eaaced6124b2e9b941162bcf9779e
[]
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,311
h
min_heap.h
/* $OpenBSD: min_heap.h,v 1.6 2019/04/29 17:11:52 tobias Exp $ */ /* * Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: ...
250f492761e018f23ed600a107218057a5ffa389
1efb2283837c9b70bc6449cec877799e4efa3268
/src/pm/hydra/lib/tools/bootstrap/external/slurm_launch.c
15b8f55fffb2671b298f03380ffed85a9f2403dd
[ "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
5,471
c
slurm_launch.c
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #include "hydra.h" #include "bsci.h" #include "bscu.h" #include "topo.h" #include "slurm.h" static int fd_stdout, fd_stderr; static HYD_status proxy_list_to_node_str(struct HYD_proxy *proxy_list, int num_hosts, ...
ad470c10ee2772043fe2412b316d0a607d1eb9ee
7d7900e1c25b729fc8c208673a449c0520ba466e
/lib/CL/clGetEventProfilingInfo.c
874f05a902c8cd7da4b29af5f0d836c6ec73e1a0
[ "MIT", "BSD-2-Clause" ]
permissive
pocl/pocl
384091e15c8f6abf29fd2c6deace34a7de5a6ac6
5a99e12d0bb78427ad948ac368589135507f1b59
refs/heads/main
2023-09-02T14:16:21.381680
2023-08-21T12:13:47
2023-08-21T12:13:47
12,292,999
775
250
MIT
2023-09-14T06:50:34
2013-08-22T09:26:12
C
UTF-8
C
false
false
3,033
c
clGetEventProfilingInfo.c
/* OpenCL runtime library: clGetEventProfilingInfo() Copyright (c) 2011 Erik Schnetter 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 limita...
cf73a6134710c1678309cbe3248e0a6b52fddf6f
e0951f0c08fb24ce57d5b6fb3f364e314e94ac67
/demo/2018.03.12-understanding-unix-linux-programming/chap01/test1.c
306be10af11de1109fd5b0182e67a9920d370166
[]
no_license
chyingp/blog
1a69ddcd8acbcf20c80995d274e81450c278f32f
4fcfd719ed01f446d8f1eea721551e71db4909cf
refs/heads/master
2023-08-27T00:23:18.260234
2023-07-27T15:50:03
2023-07-27T15:50:03
9,654,619
491
279
null
2023-01-12T23:53:47
2013-04-24T18:17:08
null
UTF-8
C
false
false
200
c
test1.c
#include<stdio.h> int main() { char ch = getchar(); char ch2 = getchar(); printf("You put char is %c\n",ch); printf("You put char is %c\n",ch2); // system("pause"); return 0; }
960aeecd519e4842c20957d37cc70224e9fe8c18
badb70a0b235c98ac034cfe5b4bfafda36647831
/Include/Intel/Guid/DataHubRecords.h
6f996dca3816e74e6ae22414f613afaff3dbc953
[ "BSD-3-Clause" ]
permissive
acidanthera/OpenCorePkg
f34a7d67b22c74fb5ab559e48519e5f5855b6751
1d5b1736fe5a5ef7662b5c076c6d11aac96fd5d6
refs/heads/master
2023-08-30T21:03:02.993659
2023-08-28T23:30:43
2023-08-28T23:30:43
179,354,282
13,212
2,999
BSD-3-Clause
2023-09-10T18:29:53
2019-04-03T19:14:29
C
UTF-8
C
false
false
112,463
h
DataHubRecords.h
/** @file DataHubRecord.h includes all data hub subclass GUID definitions. This file includes all data hub sub class defitions from Cache subclass specification 0.9, DataHub SubClass specification 0.9, Memory SubClass Spec 0.9, Processor Subclass specification 0.9, and Misc SubClass specification 0.9. Copyrig...
d0542cbfa998a96709fab5ef7660445eebd24dbc
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/yichip/yc3121-pos/Libraries/core/system.c
99b3f8b928a3b1bd88f4de02c75fcc779919e8d0
[ "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
6,227
c
system.c
/* File Name : system.c Author : Yichip Version : V1.0 Date : 2019/12/4 Description : none. */ #include <stdarg.h> #include "system.h" //***************************************************************************** // //! A simple MyPrintf function supporting \%c, \%d, \%p, \%s, \%u,\%x, and \...
b47e42250b00f85c666f45ad09912e2ce166502e
d169de4c5c6b281984df35536430dcc931a957a9
/source/component/usb/host/class/DL1x5/vsf_usbh_dl1x5.c
433df0e6c1463c1a251b07f89fdfabfcc457ed60
[ "LGPL-2.1-only", "Apache-2.0" ]
permissive
vsfteam/vsf
2ba968ba2ef53b036668019c6c6746149a63c38a
522a52ff2ee4ed149b52789a5bd366f80c08c458
refs/heads/master
2023-08-27T07:32:08.339123
2023-08-26T17:46:07
2023-08-26T17:46:07
181,911,464
273
83
Apache-2.0
2023-08-29T03:08:36
2019-04-17T14:43:42
C
UTF-8
C
false
false
31,558
c
vsf_usbh_dl1x5.c
/***************************************************************************** * Copyright(C)2009-2022 by VSF Team * * * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
41bea15420b8a7112ad19075f94ee51654385900
50dd46b8ece33f3cdd174284b15d1d51f89669d4
/third_party/edk2/StdLib/Include/Arm/machine/signal.h
6628eb9e9403cdfaa34f2f11b80d54b1a1fe175f
[ "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
833
h
signal.h
/** Copyright (c) 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 that accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-licen...
5ac8fbffcadf91920e577c8b995c1f9193c14c6a
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/audio/volumeicon/files/patch-src_oss3__backend.c
95780cd9e35321bf0f0a240fb1dae760ad6d552a
[ "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
5,042
c
patch-src_oss3__backend.c
--- src/oss3_backend.c.orig 2017-12-18 17:23:45.225185000 +0100 +++ src/oss3_backend.c 2017-12-18 17:23:57.906175000 +0100 @@ -0,0 +1,185 @@ +// +// Copyright (c) 2011 Maato <maato@softwarebakery.com> +// Copyright (c) 2017 Dmitri Goutnik <dg@syrec.org> +// All rights reserved. +// +// Redistribution and use in source ...
4bcabc905239f53f37f4480e63f1c47e8430b16b
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/xnnpack/src/src/qs8-gemm/gen/qs8-gemm-1x8c16-minmax-rndnu-neon-mlal.c
a455c9cf4b229e2c2926b4abff4c92401eebe125
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
8,033
c
qs8-gemm-1x8c16-minmax-rndnu-neon-mlal.c
// Auto-generated file. Do not edit! // Template: src/qs8-gemm/c16-neon-mlal.c.in // Generator: tools/xngen // // Copyright 2021 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <arm_neon....
30db3b74477e2fa6d7e57b5c031f5753f49afbd2
29447d279f82058a39d7d6c02ed97ad7ce937569
/Fixtures/Resources/Simple/Sources/MixedClangResource/bar.c
6a403234f4499b5fcc5fd0fb426ea8dc39a425df
[ "Apache-2.0", "BSD-3-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference", "Swift-exception" ]
permissive
apple/swift-package-manager
543a2fa53591d7441de4cb55c5580ae8881a5579
1826ef6b7d8578f13dbd6db0f631b2d7ee0ba274
refs/heads/main
2023-08-18T05:43:51.764484
2023-08-16T23:03:29
2023-08-17T22:27:58
44,840,041
10,534
1,777
Apache-2.0
2023-09-14T21:53:38
2015-10-23T21:41:12
Swift
UTF-8
C
false
false
17
c
bar.c
#include "bar.h"
47afb348a6f1ff62a062db079a96a794b9a83634
30b736259b38c916e96f8e1517f92231070f5464
/porting/nimble/include/stats/stats.h
996bcbc720bc9052463f6875a5887dc55fbedee3
[ "Apache-2.0", "LicenseRef-scancode-gary-s-brown", "BSD-3-Clause" ]
permissive
apache/mynewt-nimble
5bcc87df4482705c5a6542467bab028c8fd4e5fe
b5e107e9c55f32d18b16e5afc0a7e1720b901b68
refs/heads/master
2023-09-01T19:28:57.874159
2023-08-31T09:07:59
2023-08-31T14:46:07
113,086,218
606
354
Apache-2.0
2023-09-14T12:14:19
2017-12-04T19:34:47
C
UTF-8
C
false
false
2,089
h
stats.h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1c99e8469ec54340778f169adccc8e8c4417e785
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/media/platform/sunxi-vfe/device/ar0330_mipi.c
990652baf01c4752cc6c7dff8b86f7639ca86af2
[ "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
24,862
c
ar0330_mipi.c
/* * A V4L2 driver for ar0330_mipi Raw cameras. * */ #include <linux/init.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/i2c.h> #include <linux/delay.h> #include <linux/videodev2.h> #include <linux/clk.h> #include <media/v4l2-device.h> #include <media/v4l2-chip-ident.h> #include <media/v4l2-med...
1b732bb0e11a5709bdbeaafe729686fdbb7d4489
8838eb997879add5759b6dfb23f9a646464e53ca
/src/include/defines/null.h
6bdbcbd1b1356837fb9e3307c93496aa87680d19
[ "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
264
h
null.h
/** * @file * * @date Aug 29, 2013 * @author: Anton Bondarev */ #ifndef NULL_DEF_H_ #define NULL_DEF_H_ #undef NULL #ifndef __cplusplus #define NULL ((void *)0) #else /* __cplusplus */ #define NULL 0 #endif /* ! __cplusplus */ #endif /* NULL_DEF_H_ */
5c358aeddeb10ee2354ff0a402270bc373e71708
0a8b224bd47a65dfd87bb02902e7c01e3e71d8f5
/android/library/maply/jni/include/generated/com_mousebird_maply_View.h
35cca19fd40b0f7c8e089dd4629a8fd2c0ed25b4
[ "Apache-2.0" ]
permissive
mousebird-consulting-inc/WhirlyGlobe
72ea7ffc7b82006d44d2df8e471238f06e93daeb
07a710bf6deffda8222a7a7864eb855e95aa73b3
refs/heads/main
2023-08-31T07:13:46.124930
2022-05-05T17:08:18
2022-05-05T17:08:18
3,139,032
106
36
NOASSERTION
2023-08-22T20:54:16
2012-01-09T18:51:52
C++
UTF-8
C
false
true
1,335
h
com_mousebird_maply_View.h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_mousebird_maply_View */ #ifndef _Included_com_mousebird_maply_View #define _Included_com_mousebird_maply_View #ifdef __cplusplus extern "C" { #endif /* * Class: com_mousebird_maply_View * Method: calcModelViewMatrix...
8ea981401772a4f383ee2dffae40014286050c9f
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_fmsynth/AKWF_fmsynth_0005.h
dea97dcea41059c7b1d007e372243bce4884376e
[ "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_fmsynth_0005.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...
9a61646ba4bf4757fdd01124fea4326621e88dce
fef5296397f9b950a11455e880a919537390aea0
/nbi/engine/native/launcher/windows/src/Main.c
5a819eed05805139a89d43a82ef8afc148448faf
[ "Apache-2.0" ]
permissive
apache/netbeans
5a4d6fa9e4f230b33e44519a479d66e47a381289
28d308b400bbe439ac0ac84b64d823ce0b69272e
refs/heads/master
2023-08-29T15:32:41.838270
2023-08-29T09:48:59
2023-08-29T09:48:59
102,083,576
1,692
718
Apache-2.0
2023-09-14T19:41:05
2017-09-01T07:00:11
Java
UTF-8
C
false
false
21,819
c
Main.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 ...
48cde13b5b1fef103eb2e3a563eb764bb927f9fe
cc13bdb0f445b8acf6bec24946fcfb5e854989b6
/Pods/BoringSSL-GRPC/src/crypto/bio/hexdump.c
e3c45f068ad133b409a07256bb32ebb060b1940c
[ "ISC", "BSD-3-Clause", "OpenSSL", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "MIT" ]
permissive
devMEremenko/XcodeBenchmark
59eaf0f7d6cdaead6338511431489d9d2bf0bbb5
3aaaa6aa4400a20513dd4b6fdb372c48b8c9e772
refs/heads/master
2023-09-04T08:37:51.014081
2023-07-25T23:37:37
2023-07-25T23:37:37
288,524,849
2,335
346
MIT
2023-09-08T16:52:16
2020-08-18T17:47:47
Swift
UTF-8
C
false
false
6,378
c
hexdump.c
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
8a6a46a9147330de133faef609a10c5b9ff58ea7
8126d163872d9c2e56c6628f41e259d88168fc9f
/src/camera.h
524124a739320b03357265f1d772978b3fbca8bc
[ "BSD-2-Clause-Views", "BSD-2-Clause" ]
permissive
XProger/OpenLara
8c16a7cafdcd44c74356e0c6b7a1d0ab38c20191
d2e363db886b0aa2b666aa5d44a1beef321665d7
refs/heads/master
2023-08-31T14:13:08.805461
2023-06-28T22:54:59
2023-06-28T22:54:59
65,638,810
4,515
466
BSD-2-Clause
2023-09-10T18:01:09
2016-08-13T22:06:58
C
UTF-8
C
false
false
24,513
h
camera.h
#ifndef H_CAMERA #define H_CAMERA #include "core.h" #include "frustum.h" #include "controller.h" #include "character.h" #define CAM_SPEED_FOLLOW 12 #define CAM_SPEED_COMBAT 8 #define CAM_EYE_SEPARATION 16.0f #ifdef _OS_3DS #define CAM_FOCAL_LENGTH 512.0f #else #define CAM_FOCAL_LENGTH 1536.0f #e...
2fe55d43f8f68a92cdd8eed89b8c7bbad96a3586
035660e8cc10571ebbd0d4393fef063bb7eb98f6
/src/boot_O2_g3/CIC6105.c
b45b193135881c2609f5976abdc7e45b0f83af60
[]
no_license
zeldaret/mm
f163a5e7c4314105777369fa7671ce9c2a99922a
4ae00e909e74044f05155683b49d2561f91de7ba
refs/heads/master
2023-08-06T07:22:04.912966
2023-08-04T20:36:03
2023-08-04T20:36:03
247,875,852
915
328
null
2023-09-14T11:48:59
2020-03-17T04:03:07
C
UTF-8
C
false
false
756
c
CIC6105.c
#include "global.h" #include "fault.h" UNK_TYPE4 D_8009BE30; UNK_TYPE4 D_8009BE34; FaultClient romInfoFaultClient; void CIC6105_Nop80081820(void) { } void CIC6105_Nop80081828(void) { } void CIC6105_PrintRomInfo(void) { FaultDrawer_DrawText(80, 200, "SP_STATUS %08x", HW_REG(SP_STATUS_REG, u32)); FaultDrawer_...
84ab89c615473e84fde7b579042ed3155b8ba352
76f7459a09acb9be2d52407132f5ff8955627da2
/frame/thread/bli_thread.h
9a6c3d1b5d9b18f2f8ab97c6eb95daedf3521ce7
[ "BSD-3-Clause" ]
permissive
flame/blis
448bc0ad139b726188129c5627c304274b41c3c1
6dcf7666eff14348e82fbc2750be4b199321e1b9
refs/heads/master
2023-09-01T14:56:11.920485
2023-08-27T19:18:57
2023-08-27T19:18:57
16,143,904
1,696
361
NOASSERTION
2023-08-27T19:18:58
2014-01-22T15:58:24
C
UTF-8
C
false
false
4,746
h
bli_thread.h
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Copyright (C) 2016, Hewlett Packard Enterprise Development LP Copyright (C) 2018 - 2019, Advanced Micro Devices, Inc. Redistribution and use in source and ...
3c91c44f915e1a4b1a60dea1f20f4db91ec10e73
9ceacf33fd96913cac7ef15492c126d96cae6911
/sys/dev/pci/cs4280.c
837a15f658919b5a0cfa8766e11b7040ef961280
[]
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
42,342
c
cs4280.c
/* $OpenBSD: cs4280.c,v 1.60 2022/10/26 20:19:08 kn Exp $ */ /* $NetBSD: cs4280.c,v 1.5 2000/06/26 04:56:23 simonb Exp $ */ /* * Copyright (c) 1999, 2000 Tatoku Ogaito. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
ee15f2552745d2492181c3532334950871b029db
d388e61cca43f163fb33b8c464d0ce679b5eabe6
/STM32CubeExpansion_USBPD_F0/Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_trace.h
6dad250b4985492c5a61a62815251171aef9c29b
[]
no_license
st-one/X-CUBE-USB-PD
2cffc6b5b443eec159c1eab96a486696b7e1eade
5d2c7752fcdda8f21f8a1b96ab8b74712e5baa76
refs/heads/master
2022-05-02T01:12:44.270608
2022-04-05T23:25:42
2022-04-05T23:25:42
64,798,120
104
36
null
null
null
null
UTF-8
C
false
false
5,096
h
usbpd_trace.h
/** ****************************************************************************** * @file usbpd_trace.h * @author MCD Application Team * @brief This file contains the headers of usbpd_cad.h for Cable Attach-Detach * controls. ************************************************************...
b7061638204ec7dea2edc1c5586e008a298c6936
c59784458e4dcb34eadd6941bc4297c28c1a7e53
/Compilers/glcc/gigatron/libc/pow.c
c592e55365d88fcccf4ca248d1627d0681ffda00
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "GPL-1.0-or-later", "BSD-2-Clause" ]
permissive
kervinck/gigatron-rom
42af9ce548d34d64ee667f662337ea7aa6d331e8
5d24889a661793ef0a9fb8d714bab9127307ee30
refs/heads/master
2023-07-30T02:11:24.748356
2023-07-07T06:27:20
2023-07-07T06:27:20
106,879,621
216
85
BSD-2-Clause
2023-08-08T09:40:32
2017-10-13T22:40:14
C
UTF-8
C
false
false
660
c
pow.c
#include <gigatron/libc.h> #include <errno.h> #include <math.h> static double _ipow(double x, double ye) { register long i = ye; register double r = 1.0; while (i) { if (i & 1) r *= x; x *= x; i >>= 1; } return r; } double pow(double x, double y) { double s = +1; double yf; double ye; int yi; if...
5892fbc4ca7dd3cf28ab23749798fb8a79384e2c
e0eb89846beb33f454bf288342389daacfc4d8a6
/preg.c
8a0792cd7dde36452d27325c7046cfc3d75326d8
[ "MIT", "BSD-3-Clause" ]
permissive
mysqludf/lib_mysqludf_preg
827ba14d17571c45b5e3ce67bd5ba0726d968f24
6395901adaf987a9f9e4e1b859daad4f2d665eff
refs/heads/testing
2022-08-23T06:43:20.353505
2022-08-17T03:07:05
2022-08-17T03:07:05
4,137,763
101
19
NOASSERTION
2022-08-17T03:07:06
2012-04-25T14:59:15
Shell
UTF-8
C
false
false
16,565
c
preg.c
/* * Copyright (C) 2007-2013 Rich Waters <raw@goodhumans.net> * * This file is part of lib_mysqludf_preg. * * 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, includi...
9d0e75f46d92f7bb25761f171ab6cd4541cfd527
76ce519e33fe1828b292db9a9e463d557a3b7764
/csrc/pf_win32.h
c383c82ab1cf66fce8a7a014b6b291977a91b215
[ "0BSD" ]
permissive
philburk/pforth
59a9effe826d1c9552b3acf2516292209c7980ed
8da2f097a6a4b856e659e08556ff938ac612d8ed
refs/heads/master
2023-08-29T00:14:06.130545
2023-02-11T20:24:43
2023-02-11T20:24:43
28,118,577
588
126
0BSD
2023-03-01T09:51:10
2014-12-17T03:05:04
C
UTF-8
C
false
false
1,385
h
pf_win32.h
/* @(#) pf_win32.h 98/01/26 1.2 */ #ifndef _pf_win32_h #define _pf_win32_h #include <conio.h> /*************************************************************** ** WIN32 dependant include file for PForth, a Forth based on 'C' ** ** Author: Phil Burk ** Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom ** *...
499a5216c0bd78cad5587e3198867be5bd8f2107
a5a7c59b04a1a64fe34653c7970c3cf173f9c1df
/numerics/src/FrictionContact/FrictionContactProblem.h
0d035179987a83d74fd9b6c01b0a0882a720a34d
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
siconos/siconos
a7afdba41a2bc1192ad8dcd93ac7266fa281f4cf
82a8d1338bfc1be0d36b5e8a9f40c1ad5384a641
refs/heads/master
2023-08-21T22:22:55.625941
2023-07-17T13:07:32
2023-07-17T13:07:32
37,709,357
166
33
Apache-2.0
2023-07-17T12:31:16
2015-06-19T07:55:53
C
UTF-8
C
false
false
5,223
h
FrictionContactProblem.h
/* Siconos is a program dedicated to modeling, simulation and control * of non smooth dynamical systems. * * Copyright 2022 INRIA. * * 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 * *...
cd42f7f354d157e849f81fe0d6bac58c9eb924a7
59864cbd213b5da6f50d6255b0a021564b3d5bd4
/challenges/Childs_Game/pov_1/printf.c
c9523fc60bb83b7793fa9381592f38e0cf76bc55
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-unknown", "BSD-2-Clause" ]
permissive
trailofbits/cb-multios
8af96a4fbc3b34644367faa135347f88e0e0d0a3
810d7b24b1f62f56ef49b148fe155b0d0629cad2
refs/heads/master
2023-09-05T03:56:20.229403
2022-12-27T15:47:54
2022-12-27T15:47:54
41,688,943
522
133
MIT
2023-06-29T02:47:13
2015-08-31T17:04:31
C
UTF-8
C
false
false
6,451
c
printf.c
#include "libpov.h" #include "cgc_stdarg.h" #include "cgc_stdint.h" #include "cgc_stdio_private.h" /* * This library can be customized using preprocessor defines: * PRINTF_CHAR specifies the character to use instead of % * PRINTF_N_CHAR specifies the character to use for %n, otherwise disabled */ #ifndef PRINTF...
2e0611bd72d4f969a52d7ee1f750e23fcc2a0c9f
78dc9f153549b281be709227bc9897931b06260d
/generation/WinSDK/RecompiledIdlHeaders/shared/sensorsutils.h
9be1bb69d30c441a3ee877332e7071dcc387f7d0
[ "MIT" ]
permissive
microsoft/win32metadata
dff35b4fe904d556162cee5133294c4498f1a79a
5bf233f04d45f7a697e112e9639722551103eb07
refs/heads/main
2023-09-01T19:51:22.972899
2023-08-30T21:39:44
2023-08-30T21:39:44
270,838,404
1,240
107
NOASSERTION
2023-09-14T18:49:44
2020-06-08T21:52:10
C++
UTF-8
C
false
false
8,763
h
sensorsutils.h
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: SensorsUtils.h Abstract: This file contains utility functions for V2 Sensors --*/ #if _MSC_VER > 1000 #pragma once #endif #include <SensorsStructures.h> #ifdef __cplusplus extern "C" { #endif #if WINAPI_FAMILY_PARTITION(WINAPI...
5718f94aaaae9719c05f29b2968f1d7b5531aa81
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/thermal/sunxi_gpu_cooling.h
786200bdba3153e6a7c8a9709352431ee6beee66
[ "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
425
h
sunxi_gpu_cooling.h
#ifndef SUNXI_GPU_COOLING_H #define SUNXI_GPU_COOLING_H #include <linux/thermal.h> #define GPU_FREQ_TABLE_MAX (10) struct sunxi_gpu_cooling_device { struct device *dev; struct thermal_cooling_device *cool_dev; int (*cool) (int); u32 cooling_state; u32 state_num; u32 gpu_freq_limit; u32 gpu_freq_roof; u32 gpu...
ddca167ad06bc6cf69f7a231cd3085c14eb0b2f0
b41843c7eb48e897d9195bb2b239071b6a42721a
/libraries/base/include/CTypes.h
92084c78b4a0fd260f7ca254b05b7256cc679f08
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ghc/ghc
f19b08125f1f9ecf4df31e55fb90c32d18099071
ac29787c92551682ec89fcd71ac939becf69f051
refs/heads/master
2023-09-03T21:06:18.699382
2023-09-01T07:16:20
2023-09-01T18:30:02
1,560,597
2,927
791
NOASSERTION
2023-07-08T14:10:40
2011-04-02T19:39:34
Haskell
UTF-8
C
false
false
1,520
h
CTypes.h
{- -------------------------------------------------------------------------- // Dirty CPP hackery for CTypes/CTypesISO // // (c) The FFI task force, 2000 // -------------------------------------------------------------------------- -} #pragma once {- // As long as there is no automatic derivation of classes for newt...
d080196b0db51f6439b858d93c4131223c37b9ac
fdbb74a95924e2677466614f6ab6e2bb13b2a95a
/third_party/musl/crypt_r.c
b272d0fb8b41ca79da9e13345f00c265d14793d1
[ "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
3,933
c
crypt_r.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-β”‚ β”‚vi: set et ft=c ts=8 tw=8 fenc=utf-8 :viβ”‚ β•šβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β• β”‚ ...
098215ccc4d48f8c8a81497c048161ed5498e24b
fb0f9abad373cd635c2635bbdf491ea0f32da5ff
/src/native/public/mono/metadata/details/mono-gc-functions.h
6208110d1c789c82613d3e77dd1f4d91fd83d429
[ "MIT" ]
permissive
dotnet/runtime
f6fd23936752e202f8e4d6d94f3a4f3b0e77f58f
47bb554d298e1e34c4e3895d7731e18ad1c47d02
refs/heads/main
2023-09-03T15:35:46.493337
2023-09-03T08:13:23
2023-09-03T08:13:23
210,716,005
13,765
5,179
MIT
2023-09-14T21:58:52
2019-09-24T23:36:39
C#
UTF-8
C
false
false
1,282
h
mono-gc-functions.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // This file does not have ifdef guards, it is meant to be included multiple times with different definitions of MONO_API_FUNCTION #ifndef MONO_API_FUNCTION #error "MONO_API_FUNCTI...
a23ac3d36f51e670b53b4bd29eb7a4c150d7ce98
aa3befea459382dc5c01c925653d54f435b3fb0f
/arch/arm/src/sam34/hardware/sam4s_pio.h
42d1c631f90475550b56460e3d0c00854a6e42ec
[ "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
25,413
h
sam4s_pio.h
/**************************************************************************** * arch/arm/src/sam34/hardware/sam4s_pio.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding cop...