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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
831f1215fdc0eac1b4c892167ab205cc8237eb85 | 89db60818afeb3dc7c3b7abe9ceae155f074f7f2 | /src/lib9/mallocz.c | a3e91510b17797b6b4287f44a601d1fc43c6806d | [
"MIT",
"bzip2-1.0.6",
"LPL-1.02"
] | 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 | 189 | c | mallocz.c | #include <u.h>
#include <unistd.h>
#include <string.h>
#include <libc.h>
void*
mallocz(unsigned long n, int clr)
{
void *v;
v = malloc(n);
if(clr && v)
memset(v, 0, n);
return v;
}
|
5f2e1f5dbef9e22a2922b8d0d97c0ccbbb257dda | 20433db17587a358853434e1f7618ff0bb834f7c | /src/wah.c | f9122fe2c56505f17ebe0b5a8f1fe7dfe0e1dcf6 | [
"MIT"
] | permissive | ryanlayer/gqt | 03927c103a52123b0821fc774e4a06b6e00b2278 | 9deb46196abc8bebe337d7516f46949d7aeab538 | refs/heads/master | 2021-06-09T13:35:07.313380 | 2019-11-21T19:48:37 | 2019-11-21T19:48:37 | 21,572,115 | 116 | 31 | MIT | 2021-03-29T08:30:27 | 2014-07-07T13:47:29 | C | UTF-8 | C | false | false | 28,876 | c | wah.c | /**
* @file wah.c
* @Author Ryan Layer (ryan.layer@gmail.com)
* @date May, 2014
* @brief Functions for converting and opperation on WAH-encoded files
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <math.h>
#include <limits.h>
#include <sysexits.h>
#include "wah.h"
#... |
c2cd2efde1c5da43effd1b062f45872533f115e8 | 3f308bd1e45dc44276d57c089e7698b4fcda79a4 | /lib/btree/queue.h | 9860495106729f85d617bf8fa273059e21e22489 | [] | no_license | jhallen/joes-sandbox | b5b6d1acf3f66645c3a00757f217f7a8fe2cad27 | 0ec8c38756e4cdc40fc5f881b7c87e2628d15f24 | refs/heads/master | 2022-01-18T21:38:24.514745 | 2022-01-03T01:08:53 | 2022-01-03T01:08:53 | 25,269,713 | 760 | 42 | null | 2020-10-27T05:34:56 | 2014-10-15T19:21:16 | C | UTF-8 | C | false | false | 3,473 | h | queue.h | /* Doubly linked list primitives
Copyright (C) 1992 Joseph H. Allen
This file is part of JOE (Joe's Own Editor)
JOE 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 1, or (at your option) any ... |
41168db2211a07d1f8bf3286d0cf7a3625194cf0 | f79dec3c4033ca3cbb55d8a51a748cc7b8b6fbab | /devel/SDL2/patches/patch-src_audio_bsd_SDL__bsdaudio.c | 94df7cbbcf05b840e2e2f7b563f52620d9037392 | [] | 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 | 2,150 | c | patch-src_audio_bsd_SDL__bsdaudio.c | $NetBSD: patch-src_audio_bsd_SDL__bsdaudio.c,v 1.5 2017/01/26 03:46:20 nat Exp $
# Remove delay as there is already an inherent delay in writing audio.
https://bugzilla.libsdl.org/show_bug.cgi?id=3177
# audio_prinfo needs 'struct' on NetBSD.
# Use correct prinfo.
# Inform upper layer of blocksize.
--- src/audio/bsd/... |
1d201777ff5a09529acc060f368355e9d8fcb9a9 | 5ab69c8644a936a3d9dec1669a86c7369c911bf8 | /os/net/ipv6/uip-ds6-nbr.h | 571a424472e7021c87a3bbece6381cb588ca99f3 | [
"BSD-3-Clause"
] | permissive | contiki-ng/contiki-ng | 393d36f68b98f5ee3544ea32502cf662ffb2fe9f | 31fcaadf7a0dc8ceea07f438cd69db73174879e6 | refs/heads/develop | 2023-09-01T20:10:30.000765 | 2023-09-01T14:37:12 | 2023-09-01T14:37:12 | 91,191,972 | 1,242 | 788 | BSD-3-Clause | 2023-09-14T19:08:35 | 2017-05-13T17:37:59 | C | UTF-8 | C | false | false | 8,985 | h | uip-ds6-nbr.h | /*
* Copyright (c) 2013, Swedish Institute of Computer Science.
* 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
* n... |
f4cfe1080a1c0c54035c4d76c382e78b627a0e26 | 79d343002bb63a44f8ab0dbac0c9f4ec54078c3a | /lib/libc/wasi/libc-top-half/musl/src/stdio/__stdio_write.c | 753730493f4859678df106d9b775ab306bab2106 | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-musl-exception",
"MIT",
"LLVM-exception",
"Apache-2.0",
"NCSA"
] | permissive | ziglang/zig | 4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5 | f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c | refs/heads/master | 2023-08-31T13:16:45.980913 | 2023-08-31T05:50:29 | 2023-08-31T05:50:29 | 40,276,274 | 25,560 | 2,399 | MIT | 2023-09-14T21:09:50 | 2015-08-06T00:51:28 | Zig | UTF-8 | C | false | false | 934 | c | __stdio_write.c | #include "stdio_impl.h"
#include <sys/uio.h>
size_t __stdio_write(FILE *f, const unsigned char *buf, size_t len)
{
struct iovec iovs[2] = {
{ .iov_base = f->wbase, .iov_len = f->wpos-f->wbase },
{ .iov_base = (void *)buf, .iov_len = len }
};
struct iovec *iov = iovs;
size_t rem = iov[0].iov_len + iov[1].iov_le... |
8b286da24513e92c702be807ef3675e2dffb20a9 | e57ee8514fc880f38ca8aa6e599e8b942dbc2c7e | /src/backend/paths.h | e26d04eca01adc1123b81762d6a6bcea8b33a39d | [
"Apache-2.0"
] | permissive | chiragsakhuja/lc3tools | 4976c72084af496ffad7ad058117fa770b3c734b | 74d5e971506716c0979e21c3a06d228fbb719a94 | refs/heads/master | 2022-10-26T11:28:05.483024 | 2022-02-27T00:02:36 | 2022-02-27T00:02:36 | 37,239,973 | 108 | 34 | Apache-2.0 | 2022-10-10T17:53:35 | 2015-06-11T04:52:33 | C++ | UTF-8 | C | false | false | 276 | h | paths.h | /*
* Copyright 2020 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
*/
#ifndef PATHS_H
#define PATHS_H
#define GLOBAL_RES_PATH "@ResPath@"
#define GLOBAL_TEST_PATH "@TestPath@"
#endif
|
24691252b1e0c2d6c3d7fef27ee6dd41741bf155 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/arm/mach-w90x900/include/mach/regs-gcr.h | 6087abd93ef5fb52ccc7e55fc121837b1dba7087 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 1,141 | h | regs-gcr.h | /*
* arch/arm/mach-w90x900/include/mach/regs-gcr.h
*
* Copyright (c) 2010 Nuvoton technology corporation
* All rights reserved.
*
* Wan ZongShun <mcuos.com@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
... |
79331f25b08c6e9b4d2182ff11f6d4cc23e6837a | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/Infineon/libraries/IFX_PSOC6_HAL/mtb-pdl-cat1/drivers/include/cy_smartio.h | 375b478e265c03c2a4162321e1d20e39ad122e35 | [
"Apache-2.0",
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later"
] | 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 | 35,712 | h | cy_smartio.h | /***************************************************************************//**
* \file cy_smartio.h
* \version 1.0.2
*
* \brief
* Provides an API declaration of the Smart I/O driver
*
********************************************************************************
* \copyright
* Copyright 2018-2020 Cypress Semiconduc... |
58476e3e7f8031d0d671860c6e8d7714227e80fa | 0744dcc5394cebf57ebcba343747af6871b67017 | /os/board/rtl8720e/src/component/mbed/hal_ext/efuse_api.h | 4d69e42fdeb30e97cd07bac69a3ffe392f7b0481 | [
"Apache-2.0",
"GPL-1.0-or-later",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 6,366 | h | efuse_api.h | /** mbed Microcontroller Library
******************************************************************************
* @file efuse_api.h
* @author
* @version V1.0.0
* @brief This file provides mbed EFUSE API.
******************************************************************************
* @attention
*
... |
fdd3352fd8a83f06f97a697b244f348aaf226770 | 9de0cec678bc4a3bec2b4adabef9f39ff5b4afac | /PWGGA/PHOSTasks/PHOSCalib/macros/GetCorrectL1Phase.C | 9adbbc8d8e520ddb93d94cd774915f5117502471 | [] | 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 | 1,888 | c | GetCorrectL1Phase.C | #include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <string.h>
#include <math.h>
#include <vector>
#include <algorithm>
#include <functional>
#include <TH1.h>
#include <TH2.h>
#include <TH3.h>
#include <TF1.h>
#include <TF2.h>
#include <TF3.h>
#include <TTree.h>
#include <TSpectrum.h>
#include <TFile.... |
9d98288883c92c620623da349f84f05acf30e0fa | 6923f79f1eaaba0ab28b25337ba6cb56be97d32d | /NumericalRecipes3/dftintegrate.h | bfb07d87f87ee06b02be9d6ac584fa2872480d78 | [] | no_license | burakbayramli/books | 9fe7ba0cabf06e113eb125d62fe16d4946f4a4f0 | 5e9a0e03aa7ddf5e5ddf89943ccc68d94b539e95 | refs/heads/master | 2023-08-17T05:31:08.885134 | 2023-08-14T10:05:37 | 2023-08-14T10:05:37 | 72,460,321 | 223 | 174 | null | 2022-10-24T12:15:06 | 2016-10-31T17:24:00 | Jupyter Notebook | UTF-8 | C | false | false | 3,227 | h | dftintegrate.h | void dftcor(const Doub w, const Doub delta, const Doub a, const Doub b,
VecDoub_I &endpts, Doub &corre, Doub &corim, Doub &corfac) {
Doub a0i,a0r,a1i,a1r,a2i,a2r,a3i,a3r,arg,c,cl,cr,s,sl,sr,t,t2,t4,t6,
cth,ctth,spth2,sth,sth4i,stth,th,th2,th4,tmth2,tth4i;
th=w*delta;
if (a >= b || th < 0.0e0 || th > 3.1416e0... |
9e6ad58d74a7c69b10179850e0f084dc7e97d7a8 | fbdc48c28e54fb33ae4842ef95ff63893902c99a | /src/omv/ports/stm32/modules/py_tv.c | db1c739520adeda50e0ba7eba748392d09680bcc | [
"MIT"
] | permissive | openmv/openmv | 44d4b79fc8693950a2e330e5e0fd95b5c36e230f | 8a90e070a88b7fc14c87a00351b9c4a213278419 | refs/heads/master | 2023-08-30T20:59:57.227603 | 2023-08-23T16:50:55 | 2023-08-23T16:50:55 | 14,360,940 | 2,150 | 1,226 | MIT | 2023-09-14T07:18:15 | 2013-11-13T10:23:44 | C | UTF-8 | C | false | false | 40,794 | c | py_tv.c | /*
* This file is part of the OpenMV project.
*
* Copyright (c) 2013-2020 Ibrahim Abdelkader <iabdalkader@openmv.io>
* Copyright (c) 2013-2020 Kwabena W. Agyeman <kwagyeman@openmv.io>
* Copyright (c) 2013-2020 Kaizhi Wong <kidswong999@gmail.com>
*
* This work is licensed under the MIT license, see the file LICEN... |
71e08817f9d2e38f0ebb8bba433db478d5c9e298 | aa3befea459382dc5c01c925653d54f435b3fb0f | /arch/risc-v/src/mpfs/mpfs_opensbi.c | 769e9075a0d7b554e12d2a0194f33e45bd90db45 | [
"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 | 18,493 | c | mpfs_opensbi.c | /****************************************************************************
* arch/risc-v/src/mpfs/mpfs_opensbi.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 copyrig... |
eb5e9e44b77b76906adcd5a1f8cc5877728883a0 | 88ae8695987ada722184307301e221e1ba3cc2fa | /buildtools/third_party/libc++/trunk/test/support/msvc_stdlib_force_include.h | 3c61f0b880b18c1a6da3929c19fb5865dec3c959 | [
"NCSA",
"LLVM-exception",
"MIT",
"Apache-2.0",
"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 | 3,783 | h | msvc_stdlib_force_include.h | //===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
e8a617a864bfa80e8786c29eedec6cbb188511fa | 454820ba5d1b51b97c9d0485f88322a29577b08c | /bpf/filter.c | 2d0e59cd2e7710b0a9e2341687bf8fcb6fb49ccf | [
"Apache-2.0"
] | permissive | aojea/netkat | becdc58de091a351107bb574065558546d837ea9 | 0aff52e544e0df9b96fea261a4a9b96a36ad44f3 | refs/heads/main | 2023-07-19T13:17:37.389576 | 2021-09-20T06:44:50 | 2021-09-20T06:44:50 | 364,681,851 | 131 | 4 | Apache-2.0 | 2021-09-20T08:14:30 | 2021-05-05T19:13:42 | Go | UTF-8 | C | false | false | 4,359 | c | filter.c | #include <linux/bpf.h>
#include <linux/in.h>
#include <linux/if_ether.h>
#include <linux/if_packet.h>
#include <linux/if_vlan.h>
#include <linux/ip.h>
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/pkt_cls.h>
#include "bpf_helpers.h"
#include "bpf_endian.h"
// #define DEBUG 1
#ifdef DEBUG
/* Only use th... |
6e0a14c4a975a7e5cbf67069b67f900080335425 | 035660e8cc10571ebbd0d4393fef063bb7eb98f6 | /src/overlays/actors/ovl_En_Kendo_Js/z_en_kendo_js.c | 0b4fe5e686683f2cc75378b45d21c31df9cabcc6 | [] | 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 | 25,237 | c | z_en_kendo_js.c | /*
* File: z_en_kendo_js.c
* Overlay: ovl_En_Kendo_Js
* Description: Swordsman
*/
#include "z_en_kendo_js.h"
#include "overlays/actors/ovl_En_Maruta/z_en_maruta.h"
#include "objects/object_js/object_js.h"
#define FLAGS (ACTOR_FLAG_1 | ACTOR_FLAG_8 | ACTOR_FLAG_10 | ACTOR_FLAG_2000000 | ACTOR_FLAG_CANT_LOCK_ON)
#... |
15fada2d1cf7794fb95f454d7f509f80eb89d4b0 | 89e36105f3a39e9ca051e3e63a51dc855ec55559 | /randomcode/threadlurker.c | 735bb3e51762e15b9577f2b4c64b60bd8258c0ae | [] | no_license | jordansissel/experiments | 771e062cfbc3a64ce67ad827e31c6c7256bba65a | 1b969a86fe2eea515edf6fa0e4c0c83e146495f2 | refs/heads/master | 2023-08-21T22:47:57.022936 | 2023-03-14T04:47:38 | 2023-03-14T04:47:38 | 1,790,809 | 103 | 22 | null | 2023-03-06T12:27:59 | 2011-05-23T23:49:43 | JavaScript | UTF-8 | C | false | false | 927 | c | threadlurker.c | /* LD_PRELOAD this, then attach with gdb and call the startlurker function.
* It'll leave the lurker function running in a thread.
* Detach with GDB, and we now have a way to run a thread along side other
* programs. Fun?
*
* It's possible to override __libc_start_main, too, and gain similar
* functionality, but ... |
1d7a0114825dd112579a339f7a978b9af2bbeb00 | 3d144a23e67c839a4df1c073c6a2c842508f16b2 | /validation-test/execution/Inputs/arc_36509461.h | 898c66c08849c7d4a02039789c96af272bfc1cfe | [
"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 | 179 | h | arc_36509461.h |
#ifndef DEMOHEADER_H
#define DEMOHEADER_H
#include <stdbool.h>
typedef bool (^fake_apply_t)(const char *key, id value);
bool fake_apply(id obj, fake_apply_t applier);
#endif
|
4719abcba23c8cb09c23723b007f3c62c33c6ff6 | 8149d6751e142ecbc200b43c2da2d5a94c0735df | /modules/pcp/pcp.h | 1d9f332bfe692c5667891f5eeedcde97542d7dd1 | [
"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 | 332 | h | pcp.h | /**
* @file pcp.h Port Control Protocol module -- internal interface
*
* Copyright (C) 2010 - 2016 Alfred E. Heggestad
*/
/* listener */
struct pcp_listener;
typedef void (pcp_msg_h)(const struct pcp_msg *msg, void *arg);
int pcp_listen(struct pcp_listener **plp, const struct sa *srv,
pcp_msg_h *msgh, ... |
adb6d32eb1323f2750ff1d61130697e146ebf143 | d325e0d8d87128cc86e975a822516604a71294e9 | /drivers/STM32F1xx/Src/serial.c | 57c1a9c500c518cc6f074ae547bedc3dfce70a06 | [] | no_license | terjeio/grblHAL | 12b93d229b046bc09c87902c3569767337dd270a | cd693465a8d7b9dabf1d85acdf3eba40a0994db1 | refs/heads/master | 2022-01-27T19:09:19.281567 | 2021-12-27T06:34:25 | 2021-12-27T06:34:25 | 142,401,894 | 251 | 104 | null | 2021-03-18T06:16:59 | 2018-07-26T07:00:52 | C | UTF-8 | C | false | false | 6,052 | c | serial.c | /*
serial.c - serial port implementation for STM32F103C8 ARM processors
Part of grblHAL
Copyright (c) 2019-2021 Terje Io
Grbl is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the... |
5a8bbc6fe3035a888aa03e2af153400b7c90b122 | 010279e2ba272d09e9d2c4e903722e5faba2cf7a | /contrib/python/Pillow/py2/libImaging/Quant.c | b94dc6e1d096fbe8bfa643aa6af43dc5a36bfdbc | [
"LicenseRef-scancode-secret-labs-2011",
"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 | 44,760 | c | Quant.c | /*
* The Python Imaging Library
* $Id$
*
* image quantizer
*
* history:
* 1998-09-10 tjs Contributed
* 1998-12-29 fl Added to PIL 1.0b1
* 2004-02-21 fl Fixed bogus free() on quantization error
* 2005-02-07 fl Limit number of colors to 256
*
* Written by Toby J Sargeant <tjs@longford.cs.monash.edu.au>... |
1a90270c8e1c5679d1e24d9f0d0dedf7097639ce | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/input/mouse/synaptics.h | fb2e076738ae3bee7fdd844de7e93dd3fa5146c6 | [
"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 | 7,075 | h | synaptics.h | /*
* Synaptics TouchPad PS/2 mouse driver
*
* 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.
*/
#ifndef _SYNAPTICS_H
#define _SYNAPTICS_H
/* synaptics queries */
#define SYN_QUE... |
50dbd22b5f9fc435f9b7e8ec3fe77637291676d4 | 487c8455b34e2b312da42bf8a43162aa5c5027df | /Target/Demo/TRICORE_TC3_TC375_Lite_Kit_ADS/Boot/Libraries/iLLD/TC37A/Tricore/Cpu/Std/Ifx_Types.h | d4e92ee05b24cd189efb3c4b152ff55e365fb51b | [] | 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 | 8,532 | h | Ifx_Types.h | /**
* \file Ifx_Types.h
* \brief This files defines all types used by the IFX HAL and libraries
*
* \version iLLD_1_0_1_12_0_1
* \copyright Copyright (c) 2018 Infineon Technologies AG. All rights reserved.
*
*
* IMPORTANT NOTICE
*
* Use of this file is subject to the terms of u... |
b9086badb0639f669f58c40e943f8b9615cc83b2 | 03b2c80dbc41e904b167d504666e27d798da5447 | /src/bignum_data.c | d6e0069ef33c0ac1422a0de030c203fa871c7b40 | [
"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 | 36,128 | c | bignum_data.c | #include <math.h>
#include "bignum_data.h"
#include "bignum_equal.h"
#include "bignum_object.h"
#include "character.h"
#include "condition.h"
#include "heap.h"
#include "integer.h"
#include "local.h"
#include "memory.h"
#include "object.h"
/*****************************************************************************
... |
01497dc8cc750fff5bd2bce85bfc6480447718d4 | 8e56b05b32a978eb170e01409a7aaaa1fc755979 | /sys/tests/pmap.c | b411ce6f603a1bc0f60cebca74c93f7f458270a1 | [] | 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 | 4,946 | c | pmap.c | #include <sys/klog.h>
#include <sys/pmap.h>
#include <sys/vm.h>
#include <sys/vm_physmem.h>
#include <sys/ktest.h>
#include <sys/sched.h>
#include <sys/kmem.h>
#ifdef __riscv
#include <riscv/cpufunc.h>
#endif
static vm_page_t *x_vm_page_alloc(size_t npages) {
vm_page_t *pg = vm_page_alloc(npages);
assert(pg != NU... |
d472ee58e5283f14a927c013440d768a5e322857 | fa1ad2e2ac7e376fc7cb3b3a6e1bb88eed3e80be | /govern/data-security/krb-1.2.1/src/lib/krb5/os/t_locate_kdc.c | 1b836e334ff4c72aba715b8e00483981d467de82 | [
"BSD-4-Clause",
"LicenseRef-scancode-generic-export-compliance",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-mit-old-style",
"BSD-4-Clause-UC",
"LicenseRef-scancode-rsa-1990",
"BSD-3-Clause",
"MIT-CMU",
"LicenseRef-scancode-mit-no-advert-export-control",
"CC-BY-SA-3.0",
"License... | permissive | alldatacenter/alldata | 7bc7713c9f1d56ad6b8e59ea03206d1073b7e047 | 8d5f9a2d49ab8f9e85ccf058cb02c2fda287afc6 | refs/heads/master | 2023-08-05T07:32:25.442740 | 2023-08-03T13:17:24 | 2023-08-03T13:17:24 | 213,321,771 | 774 | 250 | Apache-2.0 | 2023-09-06T17:35:32 | 2019-10-07T07:36:18 | null | UTF-8 | C | false | false | 3,442 | c | t_locate_kdc.c | /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
#include "k5-platform.h"
#include "port-sockets.h"
#include <sys/types.h>
#include <com_err.h>
#define TEST
#include "fake-addrinfo.h"
#include "dnsglue.c"
#include "dnssrv.c"
#include "locate_kdc.c"
enum {
LOOKUP_CONF = 3,
LOOKUP_D... |
ac58041e246b961a65504c15e1e6bbaa847df8eb | 290c96ec464bc49084696b1df71c088ddcc9ffff | /modules/network/httpclient/main.c | cca675045e6e2712fd95a3127d84e3241886838c | [
"AFL-3.0"
] | permissive | ps2homebrew/Open-PS2-Loader | c23cce4e8b6d08bdc4b229da9bcb7c9bd31fc255 | 9e12706ef5ac0f4a3b72fe5860c1e38d2e94e151 | refs/heads/master | 2023-08-14T21:37:43.222099 | 2023-08-14T18:18:19 | 2023-08-14T18:18:19 | 70,989,832 | 1,378 | 262 | AFL-3.0 | 2023-08-19T21:20:14 | 2016-10-15T13:37:16 | C | UTF-8 | C | false | false | 3,671 | c | main.c | #include <errno.h>
#include <intrman.h>
#include <loadcore.h>
#include <sifcmd.h>
#include <sifman.h>
#include <stdio.h>
#include <sysclib.h>
#include <thbase.h>
#include <irx.h>
#include "httpclient.h"
IRX_ID("HTTP_Client", 1, 1);
static SifRpcDataQueue_t SifQueueData;
static SifRpcServerData_t SifServerData;
stat... |
af46d96c2c1ed85d15449a2e0c36f9864df33615 | 08d6e4a36de09b2aff205d83178440e4ddf30b6b | /impl/node.c | dbf70ab07b518be9843f276576ba91950b701403 | [
"ISC"
] | permissive | vmxdev/tkvdb | 315f7c0b42b0e795ce2d3b625bdc89259f93fe81 | 701c29a11dd9aee12a0023127a3b7e76e9a9176c | refs/heads/master | 2023-03-09T00:08:36.193426 | 2022-02-18T20:25:11 | 2022-02-18T20:25:11 | 70,838,515 | 330 | 27 | ISC | 2018-07-23T09:49:51 | 2016-10-13T18:59:37 | C | UTF-8 | C | false | false | 12,580 | c | node.c | /*
* tkvdb
*
* Copyright (c) 2016-2019, Vladimir Misyurov
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS... |
c305137abb4a4ff3000f2446698961d9410fe247 | de21f9075f55640514c29ef0f1fe3f0690845764 | /regression/contracts/invariant_side_effects/main.c | b2000c05c063c0c2ff5769354644f675f5f18632 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-4-Clause"
] | permissive | diffblue/cbmc | 975a074ac445febb3b5715f8792beb545522dc18 | decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16 | refs/heads/develop | 2023-08-31T05:52:05.342195 | 2023-08-30T13:31:51 | 2023-08-30T13:31:51 | 51,877,056 | 589 | 309 | NOASSERTION | 2023-09-14T18:49:17 | 2016-02-16T23:03:52 | C++ | UTF-8 | C | false | false | 310 | c | main.c | #include <assert.h>
#include <stdlib.h>
int main()
{
unsigned N, *a = malloc(sizeof(unsigned int));
*a = 0;
while(*a < N)
// clang-format off
__CPROVER_loop_invariant((0 <= *a) && (*a <= N))
__CPROVER_decreases(N - *a)
// clang-format on
{
++(*a);
}
assert(*a == N);
}
|
7c6e210bd1f8e336491a1639d69ce1438fe2edb9 | 52c8ed39b32ccc7c0673278c1adea3638797c9ff | /src/include/xui/split.h | 9c2cf9617d75d7fd815b7e7e03ff0c390c16451a | [
"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 | 651 | h | split.h | #ifndef __XUI_SPLIT_H__
#define __XUI_SPLIT_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <xui/xui.h>
enum {
XUI_SPLIT_PRIMARY = (0x0 << 8),
XUI_SPLIT_SECONDARY = (0x1 << 8),
XUI_SPLIT_SUCCESS = (0x2 << 8),
XUI_SPLIT_INFO = (0x3 << 8),
XUI_SPLIT_WARNING = (0x4 << 8),
XUI_SPLIT_DANGER... |
12c022c5946d981b09d385f6bc68fb6cf61f50e9 | 6f8bf483b372d8bd526698a083309edb50b0bd90 | /wgpu/inject-wgpu.c | f21a7ff235912f18add9212ac43d9f9a408f3c32 | [
"MIT"
] | permissive | floooh/sokol-samples | d48466f0da1b07c57b98733827074289faa335c9 | 578d71daed073dbeb2e5e3d74a3485cf46733cd7 | refs/heads/master | 2023-08-31T04:06:28.791638 | 2023-07-26T19:31:00 | 2023-07-26T19:31:00 | 97,253,410 | 496 | 100 | MIT | 2023-07-26T19:31:01 | 2017-07-14T16:29:50 | C | UTF-8 | C | false | false | 7,648 | c | inject-wgpu.c | //------------------------------------------------------------------------------
// inject-wgpu.c
//
// Demonstrates injection of native WebGPU buffers and textures into sokol-gfx.
//------------------------------------------------------------------------------
#define HANDMADE_MATH_IMPLEMENTATION
#define HANDMADE_MA... |
14960ef8df0c18899e93384b2090ce6950183d64 | aa3befea459382dc5c01c925653d54f435b3fb0f | /arch/arm/src/sam34/hardware/sam3u_pio.h | d014ca04aee01984c760186237218f6cd0af7154 | [
"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 | 29,352 | h | sam3u_pio.h | /****************************************************************************
* arch/arm/src/sam34/hardware/sam3u_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... |
7a2ee5a8fa1ea8b3e2ded474640b1a8fae737ae2 | 7c857119fe1505b1d80d6e62969661c06dc1a2f4 | /ArmPkg/Drivers/CpuDxe/Arm/Mmu.c | 2daf47ba6fe5f5cf40f1717f7d1e81ece81bba17 | [
"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 | 20,208 | c | Mmu.c | /*++
Copyright (c) 2009, Hewlett-Packard Company. All rights reserved.<BR>
Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>
Portions copyright (c) 2013-2021, Arm Limited. All rights reserved.<BR>
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clau... |
8cf3e92066494469e6f76643b3c24bbc812f09d8 | 4b52bc727e3757a133a02fe5b98dcbdbe80bb2e6 | /front/listcomp.h | dd52e184e3adebf00b1d08e09941905619c8d5f7 | [
"MIT"
] | permissive | never-lang/never | bbad1b6c6de7cd14c1cd956fdb9622f03cd2db9a | 008b8f3a143513cda312473595dccb9b1212981d | refs/heads/master | 2023-09-04T09:20:41.379437 | 2023-09-02T07:39:04 | 2023-09-02T07:39:04 | 134,974,042 | 432 | 19 | MIT | 2023-09-02T07:29:45 | 2018-05-26T15:41:59 | C | UTF-8 | C | false | false | 1,661 | h | listcomp.h | #ifndef __LISTCOMP_H__
#define __LISTCOMP_H__
typedef enum qualifier_type {
QUALIFIER_UNKNOWN = 0,
QUALIFIER_GENERATOR = 1,
QUALIFIER_FILTER = 2,
} qualifier_type;
typedef struct array array;
typedef struct expr expr;
typedef struct param param;
typedef struct symtab symtab;
typedef struct qualifier
{
... |
780805bddf4f0c3dfef3d738ddb884a82a3fcd62 | e100cedc265380fd666b08bd99ffdbeb4dfe0d3c | /include/SFML/Graphics/Color.h | 4e82aa15d1787720f3ea8026f94337a98c54e0b9 | [
"Zlib"
] | permissive | SFML/CSFML | 50db0712f6f28c8958748df374a95a8c52a8063d | a80542d67d86dd37b9c6693e11ee666cbcfbe9f1 | refs/heads/master | 2023-08-19T00:21:35.753336 | 2023-08-06T22:12:44 | 2023-08-07T11:36:07 | 2,008,752 | 308 | 182 | NOASSERTION | 2023-09-09T21:36:25 | 2011-07-06T20:35:15 | C | UTF-8 | C | false | false | 5,033 | h | Color.h | ////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2023 Laurent Gomila (laurent@sfml-dev.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 a... |
7691d229905cd12936f77bf3197a50f84a5f0abc | 6ed2b7cac5384d4de83e0166179bdb049bc73f7e | /test/esp-idf/esp_timer.h | 780d6a9a3653334b1043d3f9e604c24a61e4717b | [
"MIT",
"Vim"
] | permissive | jandelgado/jled | deae493dcd23700333677e6e89dc4967ae5af874 | 06331214fb4fdbc59c564d44d9585e5e18454adb | refs/heads/master | 2023-09-01T10:48:01.516474 | 2023-08-20T19:33:20 | 2023-08-20T19:33:20 | 94,705,769 | 290 | 61 | MIT | 2023-09-10T16:04:55 | 2017-06-18T18:35:16 | C++ | UTF-8 | C | false | false | 194 | h | esp_timer.h | // ESP32 ESP-IDF mock
// Copyright (c) 2017-2022 Jan Delgado <jdelgado[at]gmx.net>
//
#pragma once
#include <stdint.h>
int64_t esp_timer_get_time();
void esp32_mock_set_esp_timer(int64_t t);
|
da46f0fc14da8f47778e7dd0169e77b2b75ea8c9 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/watchdog/ath79_wdt.c | c97a47ca89710e69060e7301115d7fbec2b11c62 | [
"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 | 7,624 | c | ath79_wdt.c | /*
* Atheros AR71XX/AR724X/AR913X built-in hardware watchdog timer.
*
* Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
*
* This driver was based on: drivers/watchdog/ixp4xx_wdt.c
* Author: Deepak Saxena <dsaxena@plexity.net>
* Copyright 2004 (c) Mont... |
ba601945bd301a3dc56626eabf84837301e438bf | a5a7c59b04a1a64fe34653c7970c3cf173f9c1df | /numerics/src/tools/internal/open_lib.h | 81d2fd92013ffb6e87af16a63eb913e9053b0cd9 | [
"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 | 1,430 | h | open_lib.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
*
*... |
c78c033c028528443e3e419d22cdd19b235150f4 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/powerpc/platforms/ps3/os-area.c | 09787139834ddd8bd01fbce0448ca34297a1cd5c | [
"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 | 22,224 | c | os-area.c | /*
* PS3 flash memory os area.
*
* Copyright (C) 2006 Sony Computer Entertainment Inc.
* Copyright 2006 Sony Corp.
*
* 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; version 2 of th... |
7f8b9cefa65c2a70a8b97d2063dd5c36cd427029 | 4bd36a0d1af75dd8a0386fb14fcf8114ed758b99 | /scripts-for-manuscript/figure4/src/bgzf-mean/mean.c | faffbfd42036a6f710060de8fc7295b24756f38c | [
"MIT"
] | permissive | 38/d4-format | 6d36b628cee813260f36945f13eba8b2add7072f | 945b36b46e0d22bf5e1d1ebbf7f7a59b9470fdd4 | refs/heads/master | 2023-08-14T21:20:25.967487 | 2023-07-29T14:05:48 | 2023-07-29T14:05:48 | 248,287,897 | 146 | 18 | MIT | 2022-11-18T07:17:47 | 2020-03-18T16:42:42 | Rust | UTF-8 | C | false | false | 928 | c | mean.c | #include <htslib/bgzf.h>
#include <stdio.h>
int main(int argc, char** argv)
{
BGZF* fp = bgzf_open(argv[1], "r");
bgzf_set_cache_size(fp, 102400);
char buffer[4097] = {};
int bytes_can_read = 0;
int bytes_read = 0;
double sum = 0;
double size = 0;
while((bytes_read = bgzf_read(fp, buffer + bytes_can_read, 409... |
bdbccca2d10bc4b404c36a5a8d5ac2d632d92666 | 75196819c910f3fd523f1a4d28e5d0fe12570ab1 | /src/bdb53/src/db/db_reclaim.c | d7d32dc9f4c43dbfa12ad6043a6059e5f0829385 | [
"MIT",
"BSD-3-Clause",
"Sleepycat"
] | permissive | gridcoin-community/Gridcoin-Research | 889967579b5b05bcc3ae836697a0f173b5ae91ea | 21414dd0f63c9a34060f7f762f08d1a52aeb9e87 | refs/heads/development | 2023-09-04T09:21:55.006935 | 2023-09-03T17:45:20 | 2023-09-03T17:45:20 | 23,332,350 | 292 | 117 | MIT | 2023-09-11T10:22:10 | 2014-08-25T23:41:04 | HTML | UTF-8 | C | false | false | 6,035 | c | db_reclaim.c | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
#include "db_config.h"
#include "db_int.h"
#include "dbinc/db_page.h"
#include "dbinc/btree.h"
#include "dbinc/mp.h"
/*
* __db_traverse_big
* Traverse a chai... |
ba5e3914eb50db6d0a6b7193abda639b20d6e06f | 0882ed3c9e1078a8f69a1fc720d2c05c9289dd23 | /src/bin/exrenvmap/makeCubeMap.h | 56ad127009ca49a8c590bdc73087a783e56633e9 | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | AcademySoftwareFoundation/openexr | 846500ee441cc7b60d717ca4377050c55949ecde | 1ee0ffec3a499ac8bae1ad7e5eff60571d1d83de | refs/heads/main | 2023-09-01T11:33:55.842765 | 2023-08-31T20:30:32 | 2023-08-31T20:30:32 | 3,533,348 | 782 | 281 | BSD-3-Clause | 2023-09-14T20:59:10 | 2012-02-24T06:30:00 | C | UTF-8 | C | false | false | 1,041 | h | makeCubeMap.h | //
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) Contributors to the OpenEXR Project.
//
#ifndef INCLUDED_MAKE_CUBE_MAP_H
#define INCLUDED_MAKE_CUBE_MAP_H
//-----------------------------------------------------------------------------
//
// function makeCubeMap() -- makes cube-face environment maps
//
//-... |
476f5a67e8c0eac43bdf7451771b32bbf212ed2c | 1231379e557a3094413045721b4c65ce9bae568b | /src/core/send_buffer.h | 3d1735b90c3926c3abc2e0a5c07cb3cb47c405fe | [
"MIT"
] | permissive | microsoft/msquic | a63982f1b7d017fb0497e2dce56f1ef527bd6eaa | f91ccc2f975225a278bc68238555ed0923e676ba | refs/heads/main | 2023-09-04T01:25:39.133074 | 2023-08-28T18:04:51 | 2023-08-28T18:04:51 | 217,654,199 | 3,641 | 521 | MIT | 2023-09-14T14:36:09 | 2019-10-26T04:10:24 | C | UTF-8 | C | false | false | 1,932 | h | send_buffer.h | /*++
Copyright (c) Microsoft Corporation.
Licensed under the MIT License.
--*/
typedef struct QUIC_SEND_BUFFER {
//
// Sum of bytes over all send requests (both buffered
// and unbuffered requests). This is a useful diagnostic
// counter for cases when throughput is starved by an
// app ... |
3d32013d7be722aab966c9324c11f29113515726 | ea5e2bb5a7ee24f78be9ee4d65bb064c324e7132 | /src/dictionary/ion_master_table.h | 5e9cfa468480d1fbaafc32a9cb8c55bff2ec8387 | [
"BSD-3-Clause",
"MPL-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | iondbproject/iondb | 55163c283ce0478ecf21c13f04e814d94a95944a | cb5fb680f14251a83328f656e40b7dc39113a065 | refs/heads/development | 2023-08-11T04:32:35.302095 | 2022-12-30T18:49:52 | 2022-12-30T18:49:52 | 31,342,455 | 648 | 65 | BSD-3-Clause | 2022-12-30T18:49:53 | 2015-02-26T00:07:10 | C | UTF-8 | C | false | false | 9,989 | h | ion_master_table.h | /******************************************************************************/
/**
@file ion_master_table.h
@author Eric Huang, Graeme Douglas, Scott Fazackerley, Wade Penson
@brief Master table API.
@details At compile time, the master table is either used, OR it is not
included at all. The directive, ION_USIN... |
8e9d9b2e26758f9b85d25d85ce1200de5e2ea4e5 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/misc/vmw_vmci/vmci_host.c | d4722b3dc8ec762987f18d25268727ea9954b32c | [
"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 | 28,371 | c | vmci_host.c | /*
* VMware VMCI Driver
*
* Copyright (C) 2012 VMware, Inc. All rights reserved.
*
* 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 version 2 and no later version.
*
* This program is dis... |
5a70b2f572e3614d912a2b574552329ce74d6494 | 376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb | /shells/mksh/patches/manual-funcs.c | 8fc54c834e0d6b8fb2aea7d92101d6ccdde086fc | [] | no_license | NetBSD/pkgsrc | a0732c023519650ef821ab89c23ab6ab59e25bdb | d042034ec4896cc5b47ed6f2e5b8802d9bc5c556 | refs/heads/trunk | 2023-09-01T07:40:12.138283 | 2023-09-01T05:25:19 | 2023-09-01T05:25:19 | 88,439,572 | 321 | 138 | null | 2023-07-12T22:34:14 | 2017-04-16T20:04:15 | null | UTF-8 | C | false | false | 1,253 | c | manual-funcs.c | $NetBSD: manual-funcs.c,v 1.1 2020/07/06 10:11:34 jperkin Exp $
Apple switched from using RLIMIT_RSS (ulimit -m) in 10.3 (xnu-517.12.7) over
to RLIMIT_AS (ulimit -v) in 10.4 (xnu-792), providing a compatibility define
for RLIMIT_RSS. The default bash shell since 10.4 supports both -m and -v.
Because the current desi... |
908294c59ce8f9c0853d93457dfc933cdb380ca7 | ed98b77f3f09b392e68a0d59c48eec299e883bb9 | /src/tclique/tclique_branch.c | 57ba57924b78961d8527e5d922236391380e90dd | [
"Apache-2.0"
] | permissive | scipopt/scip | c8ddbe7cdec0a3af5a230c04b74b76ffacbdcc33 | dc856a4c966ea50bd5f52c58d7be4fea33706f4c | refs/heads/master | 2023-08-19T11:39:12.578790 | 2023-08-15T20:05:58 | 2023-08-15T20:05:58 | 342,522,859 | 262 | 46 | NOASSERTION | 2023-08-03T07:37:45 | 2021-02-26T09:16:17 | C | UTF-8 | C | false | false | 42,451 | c | tclique_branch.c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* This file is part of the program */
/* TCLIQUE --- Algorithm for Maximum Cliques */
... |
f8e2fbdd83ec3db585bf3c6bc48bd36450058cf4 | 4e32ea5b4a215f427af04630e01b1312ffd31a55 | /test/programs/parser/cbmc/Fixedbv2/main.c | 879b85f62ef8aa1fe5c2c37b4a9be9b7daa9be95 | [
"Apache-2.0",
"GPL-1.0-or-later"
] | permissive | sosy-lab/cpachecker | 1add74cb774316dd6e1aea3fb1f352c8141466b7 | 1822761867d106301bda0bc99ed3cc0a25c529aa | refs/heads/trunk | 2023-08-31T14:47:22.284597 | 2023-08-31T14:20:58 | 2023-08-31T14:20:58 | 20,107,238 | 186 | 90 | Apache-2.0 | 2021-07-27T14:24:30 | 2014-05-23T16:57:37 | SWIG | UTF-8 | C | false | false | 132 | c | main.c | main() {
float a;
double b;
a=1.25L;
assert(a==1.25);
b=1.250;
assert(b==1.25);
}
|
faa39424ff556cc5c46522c0a6763ea5e8a37c5e | ca2125d3a3a4aa7167326a09ff3adae4a03c90fe | /Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.c | c9d125e76cb8cad33011468cdac22a93e7df9c85 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-nvidia-2002",
"BSD-2-Clause"
] | permissive | DiligentGraphics/DiligentCore | 9e124fee53bda1b280b3aa8c11ef1d3dc577d630 | 2ebd6cd1b3221a50d7f11f77ac51023a2b33697f | refs/heads/master | 2023-08-28T14:13:18.861391 | 2023-08-24T00:52:40 | 2023-08-24T00:52:40 | 44,292,712 | 545 | 180 | Apache-2.0 | 2023-09-11T14:44:45 | 2015-10-15T03:56:34 | C++ | UTF-8 | C | false | false | 2,344 | c | ShaderResourceVaraibleH_test.c | /*
* Copyright 2019-2022 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* 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.... |
69f80f70214e6f002e5b296da99a96a54d0a872c | 51c60b88750841787e334a213a2042fcba7c7106 | /v3.1/glfw/glfw_wl_init.c | 014cc05862d6088d753bce64080e336c6c592732 | [
"BSD-3-Clause"
] | permissive | go-gl/glfw | f7b87f9fa8379a4714a612460b00387344a2bac0 | 93cebf72946bdd130bbda47817ad53315d776ca7 | refs/heads/master | 2023-08-25T08:35:58.025548 | 2022-10-17T16:15:38 | 2022-10-17T16:15:38 | 10,151,943 | 1,498 | 229 | BSD-3-Clause | 2023-03-13T00:37:19 | 2013-05-19T06:38:45 | C | UTF-8 | C | false | false | 60 | c | glfw_wl_init.c | #ifdef _GLFW_WAYLAND
#include "glfw/src/wl_init.c"
#endif
|
06220131b61ddc43d917645420c13ad1d01792aa | 1879a927280681ad82490c2207309928fb5b3622 | /Resources/usr_old/include/__typedef_mode_t.h | 398f64cc8147b782b0654c4c431b7e63d5cfa098 | [
"BSD-3-Clause"
] | permissive | holzschu/a-shell | 9d0cbc2c80a4eedb45414d73abd7fe47ee5a95da | 41d76f2b61a7a3c91837532abc3b52b9b3af1ed4 | refs/heads/master | 2023-09-01T02:57:20.730777 | 2023-05-25T19:29:12 | 2023-05-25T19:29:12 | 196,275,239 | 2,112 | 107 | BSD-3-Clause | 2023-05-07T05:10:30 | 2019-07-10T21:08:32 | C | UTF-8 | C | false | false | 116 | h | __typedef_mode_t.h | #ifndef __wasm_basics___typedef_mode_t_h
#define __wasm_basics___typedef_mode_t_h
typedef unsigned mode_t;
#endif
|
d79d7a0901964b418363c0c217718e7b1e75a3fc | ace570f65d70e6ce9461bcb81aaaac31c57ec111 | /firmware/greatfet_usb/usb_streaming.c | a57992ef01ea8a627b1bd905264f763e9ed9e17d | [
"BSD-3-Clause"
] | permissive | greatscottgadgets/greatfet | 9ed060aec2d293844c0ac59612f09ecae9c7632b | 2409575d28fc7c9cae44c9085c7457ddfb54f893 | refs/heads/master | 2023-05-12T18:12:31.748720 | 2023-05-05T07:18:21 | 2023-05-05T07:18:21 | 48,184,998 | 273 | 95 | BSD-3-Clause | 2023-05-05T07:18:22 | 2015-12-17T16:17:35 | C | UTF-8 | C | false | false | 7,873 | c | usb_streaming.c | /**
* Simple predecessor to the pipe API; currently being used until a few speed issues with the pipe API are fixed.
* (We need to generate more machine code; yay.)
*
* This file is part of greatfet.
*/
#include <errno.h>
#include <debug.h>
#include <string.h>
#include <toolchain.h>
#include <drivers/comms.h>
... |
f8cd38a08c93f74d2df54c63eb09a8f8dc389fb0 | f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d | /AKWF-c/AKWF_0002/AKWF_0166.h | e3f14aaabd34b2bd215c69b7b31becd8df8850e4 | [
"CC0-1.0"
] | permissive | KristofferKarlAxelEkstrand/AKWF-FREE | b2defa1a2d389d309be6dd2e9f968923daf80d1b | cf8171df36e9fec25416b5f568b72a6e2cb69194 | refs/heads/master | 2023-07-23T18:22:36.939705 | 2023-07-10T17:14:40 | 2023-07-10T17:14:40 | 145,817,187 | 359 | 59 | CC0-1.0 | 2023-07-10T17:14:41 | 2018-08-23T07:26:56 | null | UTF-8 | C | false | false | 4,672 | h | AKWF_0166.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... |
9ae8e9bafee52628e72deef4d58bbf7821f80f1b | 0d7fc78bb265197a9c81fded765f70871e4668e6 | /sample/callback_each_match.c | 10ed56defcdf856ca654434b4ee2fa485e16632a | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | kkos/oniguruma | 7e10a9d6e8bda7940cf66ee6b30883c3c37804f1 | 1713dfaed25f9ef680ba998e83767487f80cf5ae | refs/heads/master | 2023-09-04T16:44:46.396571 | 2023-08-21T06:22:41 | 2023-08-21T06:22:41 | 38,999,874 | 2,164 | 393 | NOASSERTION | 2023-07-11T09:23:42 | 2015-07-13T08:19:17 | C | UTF-8 | C | false | false | 4,579 | c | callback_each_match.c | /*
* callback_each_match.c
*/
#include <stdio.h>
#include <string.h>
#include "oniguruma.h"
static int
each_match_callback(const UChar* str, const UChar* end,
const UChar* match_start, OnigRegion* region, void* user_data)
{
#if 1
fprintf(stdout, "each_match_callback:\n");
fprintf(stdout, " match at: %ld -... |
dc644fde2c5ce1254bb0d55b7ad9b28c20b8673a | fdbb74a95924e2677466614f6ab6e2bb13b2a95a | /libc/tinymath/cos.c | 13f7ac54a3f4fde71c0c127e72b18bf4b456f559 | [
"LLVM-exception",
"MIT",
"Apache-2.0",
"BSD-4-Clause-UC",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-musl-exception",
"IS... | 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 | 5,330 | c | cos.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│
╚──────────────────────────────────────────────────────────────────────────────╝
│ ... |
590553dbb6addb952bb6c6cf61934a744460f94f | cf60f9591fef521d3092f81785de7942d0ca568e | /PubNub/include/PNAPNSModificationAPICallBuilder.h | 7e9706a4adb99bde92df9a15372ab104b0245e54 | [
"MIT"
] | permissive | pubnub/objective-c | a49e2e5c7898eb893b601ae31a098361fb8b4406 | eef06ae76fd45931ea09900e3b3ce50133870eca | refs/heads/master | 2023-04-07T08:28:47.174178 | 2023-01-05T11:15:57 | 2023-01-05T11:15:57 | 8,490,984 | 137 | 145 | NOASSERTION | 2023-03-30T08:47:36 | 2013-03-01T00:10:41 | Objective-C | UTF-8 | C | false | false | 65 | h | PNAPNSModificationAPICallBuilder.h | ../Data/Builders/API Call/APNS/PNAPNSModificationAPICallBuilder.h |
fc8a3b72ae43f46dc864c48f7472cf24656dabbf | c2634ebec1d4448e372d174f459c3cbc03fd1edc | /lib/node_modules/@stdlib/ndarray/base/unary/include/stdlib/ndarray/base/unary/s_i.h | 87e714ba9c147b44170e689bb37bf611cf423a53 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"SunPro",
"BSD-3-Clause",
"BSL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | stdlib-js/stdlib | ede11aee78f08e4f78a0bb939cb0bc244850b55b | f10c6e7db1a2b15cdd2b6237dd0927466ebd7278 | refs/heads/develop | 2023-09-05T03:29:36.368208 | 2023-09-03T22:42:11 | 2023-09-03T22:42:11 | 54,614,238 | 4,163 | 230 | Apache-2.0 | 2023-09-13T21:26:07 | 2016-03-24T04:19:52 | JavaScript | UTF-8 | C | false | false | 5,758 | h | s_i.h | /**
* @license Apache-2.0
*
* Copyright (c) 2023 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
a68d317e7c483c0f7ad8eab3d274c053ea9b903f | 14ed2724b7c610543959f23d401e7b90283e63c4 | /Source/dos32/fogtable.h | a17a5bcd972b991ab77236ebb2419f24aaaae30d | [
"MIT"
] | permissive | powervr-graphics/PowerVR-Series1 | d0ec36623d257e05c078e5d3f4bdfcd786ba46a4 | c8c11cbe29c5b758ed1ef9600fc8614fc8da618e | refs/heads/main | 2023-08-14T18:42:40.609670 | 2022-03-23T10:29:37 | 2022-03-23T10:29:37 | 467,444,934 | 260 | 17 | null | null | null | null | UTF-8 | C | false | false | 3,088 | h | fogtable.h | /******************************************************************************
* Name : fogtable.h
* Title : this is the fog table to be loaded into sabre.
* Author : Peter Leaback
* Created : 20/10/1995
*
* Copyright : 1995-2022 Imagination Technologies (c)
* License : MIT
*
* Desc... |
803e9121b4757b4ce4642c3b26ad77c4d1f57ead | 8b8ea4b0780d55e3ac53d3b7a42e12ccccd0a45b | /components/esp_codec_dev/device/es7210/es7210_reg.h | d5dcb8bd707b65c8529c1426767e5fbfff25b37f | [
"Apache-2.0",
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | espressif/esp-adf | f55d3a21d3968f209dbe0fa83f1ec1270386c206 | 5c7d67ece63d5cf9d9c53f768f963265978f09c7 | refs/heads/master | 2023-09-06T05:29:57.930802 | 2023-09-04T06:42:42 | 2023-09-04T06:42:42 | 127,718,181 | 1,317 | 662 | NOASSERTION | 2023-08-10T20:46:28 | 2018-04-02T07:03:49 | C | UTF-8 | C | false | false | 2,608 | h | es7210_reg.h | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _ES7210_REG_H
#define _ES7210_REG_H
#ifdef __cplusplus
extern "C" {
#endif
#define ES7210_RESET_REG00 0x00 /* Reset control */
#define ES7210_CLOCK_OFF_REG01 0x01 /* Used to tur... |
c0153bd2c4280c14288ed226e0a521d8337b5526 | 4674b8088ffdf55905d44995f08a0792a3e4cd5c | /src/rsn_supp/tdls.c | 14b346a6ed9b562ed5b874c4964474f4fd66e11f | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | vanhoefm/krackattacks-scripts | 41daca791638a92aa4cfa68a582e46119037560e | 4b78669686f74efe664c6543b1b5b1616b22f902 | refs/heads/research | 2022-10-29T20:21:11.512335 | 2022-10-16T18:44:41 | 2022-10-16T18:44:41 | 107,408,514 | 2,184 | 577 | NOASSERTION | 2021-07-06T12:43:49 | 2017-10-18T12:58:08 | C | UTF-8 | C | false | false | 83,967 | c | tdls.c | /*
* wpa_supplicant - TDLS
* Copyright (c) 2010-2011, Atheros Communications
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "utils/includes.h"
#include "utils/common.h"
#include "utils/eloop.h"
#include "utils/os.h"
#include "common/ieee802_11... |
0414e719c744de248ce7feed1557c0e93885a05c | fae867d62224cdf27ceb85654525a311fb8c4226 | /tools/fpgautils/fpgautil.c | 5ba29f30b2b61b1dc956f983f5cc343558d8d6cc | [
"BSD-3-Clause"
] | permissive | RedPitaya/RedPitaya | a4a9b0bda0d1806e39b90ee9f3164e2e0dee0ab6 | 69826707f78c764e5835f3197e61f68ced90f77b | refs/heads/master | 2023-09-01T12:25:51.370133 | 2023-07-26T03:51:31 | 2023-07-26T03:51:31 | 17,261,658 | 447 | 601 | NOASSERTION | 2023-07-27T04:07:43 | 2014-02-27T19:38:52 | C | UTF-8 | C | false | false | 13,945 | c | fpgautil.c | /******************************************************************************
*
* Copyright (C) 2019-2020 Xilinx, Inc. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the ... |
0d78cc5ee02af539893c1696427ce499aaa6313c | abe704eb3b53944cdd6505f922f58558e334c589 | /components/usb/iot_usbh_cdc/include/iot_usbh_cdc.h | 071e7f0ff1b1f0e71e3654a67ffc4acd2324d3d4 | [
"Apache-2.0"
] | permissive | espressif/esp-iot-solution | c25079eb26a8f54ddacd23689a7288533c721916 | 2227f0ca21ab37df9cf9d74182fa84c52dffc76f | refs/heads/master | 2023-09-01T15:06:17.000154 | 2023-08-31T10:26:21 | 2023-08-31T10:26:21 | 99,690,601 | 1,612 | 758 | Apache-2.0 | 2023-09-08T08:43:59 | 2017-08-08T12:32:16 | C | UTF-8 | C | false | false | 7,898 | h | iot_usbh_cdc.h | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "freertos/FreeRTOS.h"
#include "esp_err.h"
#include "iot_usbh.h"
#if (CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3)
#define CDC_INTERFACE_NUM_MAX 3 ... |
ea36c66fc2520c11e1ef80c499facdb5fbaa106b | 18333497cc6db4a990a5f5e7b0dca14e9a517a73 | /include/cmt/memory/buffer.h | c7ff2e60fb2e3d756c6b637fcd6093d238ccbe6e | [
"MIT"
] | permissive | recp/cmt | 6ecbca0a356ec044257285ab58e062ee6af55c7c | e2730ade077345b389213d6695d0d7a6c4e93264 | refs/heads/master | 2023-05-25T16:32:50.511305 | 2023-05-14T11:40:55 | 2023-05-14T11:40:55 | 137,069,724 | 138 | 12 | MIT | 2023-05-14T11:40:56 | 2018-06-12T12:39:37 | C | UTF-8 | C | false | false | 1,217 | h | buffer.h | /*
* Copyright (c), Recep Aslantas.
* MIT License (MIT), http://opensource.org/licenses/MIT
*/
#ifndef cmt_buffer_h
#define cmt_buffer_h
#ifdef __cplusplus
extern "C" {
#endif
#include "cmt/common.h"
#include "cmt/types.h"
#include "cmt/enums.h"
#include "cmt/resource.h"
MT_EXPORT
MT_API_AVAILABLE(mt_macos(10.11)... |
b834a448c9b4c2c674d1f74706f0e6523df8c672 | d48e09166db1ff0dae2c8a4ddbbe453606689081 | /phonelibs/android_frameworks_native/include/media/openmax/OMX_ContentPipe.h | 0224c8a2eed1bfca40b5fedb4b0a4ab6c8ec058f | [
"MIT"
] | permissive | Gernby/raspberry-pilot | a8857fdb2a50ade237d657ccd9d1049c5aa65515 | 0909e7594dff1c6fb524b5502ce3258f1969b6a5 | refs/heads/resonant-rails | 2023-04-06T10:09:35.457160 | 2023-01-06T01:57:31 | 2023-01-06T01:57:31 | 242,575,807 | 141 | 62 | MIT | 2023-03-05T05:22:49 | 2020-02-23T19:15:12 | C | UTF-8 | C | false | false | 9,931 | h | OMX_ContentPipe.h | /* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... |
db16078ec31ded2e589cac308ada6064d33b7f1d | 7e41167bfae6d2c38689b7e0993b308e045cbd05 | /file_cmds/mtree/excludes.c | 89047711fc109132f9502975c6600e0e6262c21b | [
"BSD-3-Clause",
"curl",
"GPL-1.0-or-later",
"MIT",
"Python-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | holzschu/ios_system | 7b18993dbcb33331c353e0257ca54847a5d1b1bb | 6a83eb1c6c383a562fbe33a7e97677e88d305b51 | refs/heads/master | 2023-08-14T09:11:40.627903 | 2023-04-18T15:12:29 | 2023-04-18T15:12:29 | 113,187,304 | 882 | 155 | BSD-3-Clause | 2023-08-19T19:15:35 | 2017-12-05T13:42:50 | C | UTF-8 | C | false | false | 3,095 | c | excludes.c | /*
* Copyright 2000 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose and without fee is hereby
* granted, provided that both the above copyright notice and this
* permission notice appear in all copies, that both the ab... |
c8b9d2378d52e320e3d871566d76debc3e42b348 | ed7189bcb31973648dca4cb9f0d67cb4653d0e70 | /tests/rtdl/scope2/test.c | f4f42dc57a04fc2861544088660bcdc8e5e01cae | [
"MIT"
] | permissive | managarm/mlibc | 6dedaa86ed74f26a52e300d97f6e5949bac0f93c | 74efefb5e9e546adab60a5730d95165334d7ee15 | refs/heads/master | 2023-09-01T05:17:26.709378 | 2023-08-29T08:33:01 | 2023-08-29T08:33:01 | 63,353,495 | 717 | 173 | MIT | 2023-09-10T10:55:53 | 2016-07-14T16:46:51 | C | UTF-8 | C | false | false | 910 | c | test.c | #include <stddef.h>
#include <dlfcn.h>
#include <assert.h>
#include <string.h>
#include <stdio.h>
#ifdef USE_HOST_LIBC
#define LIBBAR "libnative-bar.so"
#define LIBBAZ "libnative-baz.so"
#else
#define LIBBAR "libbar.so"
#define LIBBAZ "libbaz.so"
#endif
typedef char *strfn(void);
int main() {
void *baz = dlopen(LIB... |
a1304764fc0d1bd2388563f2e02dac8bb1743f6a | 0dd85c72c457ac317ecdde7dc40518f7be1a2602 | /sdk/protocol/boatchainmaker_v2/boatchainmaker.c | 0fcd981bfe636efd5f71919580162720019be1e6 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | aitos-io/BoAT-X-Framework | 00072acd6e570b8dda5c3e211103717110303915 | 92c09bd1ed269903b542b7b39a02137bb0b4f9be | refs/heads/master | 2023-07-08T11:20:52.441231 | 2023-03-08T01:43:57 | 2023-03-08T01:43:57 | 249,309,472 | 2,165 | 141 | Apache-2.0 | 2023-06-27T03:22:02 | 2020-03-23T01:39:16 | C | UTF-8 | C | false | false | 7,603 | c | boatchainmaker.c | /******************************************************************************
* Copyright (C) 2018-2021 aitos.io
*
* 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.ap... |
1e02390bc449bd86c78a316c8fbeb6b4af336861 | d579699e6728aa74084f8cc4dc435007b9f523a8 | /data/signatures/posix/sys/shm.h | 1b6489b51cdbf4f258bc1a119f6d36f20840d27a | [
"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 | 198 | h | shm.h |
void *shmat(int shmid, const void *shmaddr, int shmflg);
int shmctl(int shmid, int cmd, struct shmid_ds *buf);
int shmdt(const void *shmaddr);
int shmget(key_t key, size_t size, int shmflg);
|
a45365f958716e6198ecebcede41c96516ce4634 | aec185afb47e7b20615e5d9d872f3912137528f1 | /dssl/ssl_decode_hs.c | 83b4078e2d673f6c0b638707b61f90c639381722 | [] | no_license | voipmonitor/sniffer | f5e15e70526c1fabe48d385fe5ec917b9eada62b | 162d45491d2b110bdbadfc8a8ac6c44aa44493f0 | refs/heads/master | 2023-08-19T05:23:19.837497 | 2023-06-22T15:02:07 | 2023-06-22T15:02:07 | 18,056,680 | 204 | 99 | null | 2022-09-17T02:23:50 | 2014-03-24T08:57:35 | C++ | UTF-8 | C | false | false | 28,992 | c | ssl_decode_hs.c | /*
** This file is a part of DSSL library.
**
** Copyright (C) 2005-2009, Atomic Labs, Inc.
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your ... |
b04f48c24773a7e67d77291ffdd5e8795c056ec0 | 07327b5e8b2831b12352bf7c6426bfda60129da7 | /Include/10.0.16299.0/um/recdefs.h | 83f71136373869b0957986b970ace9cb16a37b1f | [] | no_license | tpn/winsdk-10 | ca279df0fce03f92036e90fb04196d6282a264b7 | 9b69fd26ac0c7d0b83d378dba01080e93349c2ed | refs/heads/master | 2021-01-10T01:56:18.586459 | 2018-02-19T21:26:31 | 2018-02-19T21:29:50 | 44,352,845 | 218 | 432 | null | null | null | null | UTF-8 | C | false | false | 15,780 | h | recdefs.h | //--------------------------------------------------------------------------
// This is part of the Microsoft Tablet PC Platform SDK
// Copyright (C) 2002 Microsoft Corporation
// All rights reserved.
//
//
// Module:
// RecDefs.h
//
//------------------------------------------------------------... |
88754e39387b90f01ba59a4349a8d254e3d8c7f1 | 984bc4181baec6e5a4b05a657e666b0e9f89f3f3 | /include/tmemcacheddriver.h | 9ada7e06cb11d5f769dcc8d921768f883e0b4693 | [
"BSD-3-Clause"
] | permissive | treefrogframework/treefrog-framework | 0173245ff92162d2107af79861505981980d1eca | a1df97793e8cc628779378e5adae9af6987460c1 | refs/heads/master | 2023-08-22T03:57:58.891846 | 2023-05-18T14:00:42 | 2023-05-18T14:00:42 | 7,067,532 | 1,152 | 263 | BSD-3-Clause | 2023-08-08T20:25:03 | 2012-12-08T13:17:01 | C++ | UTF-8 | C | false | false | 37 | h | tmemcacheddriver.h | #include "../src/tmemcacheddriver.h"
|
e00d0f18e43006439eb84fadd965c02328e539db | 06052ccd6db697947c1fcbb6ac96eba79c057fea | /lambdaLayers/SharpLayer/nodejs/node_modules/sharp/vendor/8.10.6/include/vips/almostdeprecated.h | e397c27f624c4c7cd6d3c773d10f1a11d39d12c7 | [
"MIT",
"Apache-2.0"
] | 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 | 10,271 | h | almostdeprecated.h | /* Old and broken stuff that we still enable by default, but don't document
* and certainly don't recommend.
*
* 30/6/09
* - from vips.h
*/
/*
This file is part of VIPS.
VIPS is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as ... |
0d2b7aef1b9bef11cf32800e75d632fb3a6ce4d1 | 9e10d8c3cd52a0ee07031345ffedd1b25e9faa85 | /win32/io.c | 50a701ec9880a32983d47a510f0b0209d3287d89 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | tcsh-org/tcsh | ab3b0f0bc70387132211c2d73b2d6b483562b0f4 | d075ab5b4155ebff9d30e765733c030c3da5e362 | refs/heads/master | 2023-08-16T23:26:40.284057 | 2023-06-27T21:47:56 | 2023-06-27T21:47:56 | 80,540,178 | 236 | 55 | NOASSERTION | 2023-08-02T07:08:14 | 2017-01-31T16:46:53 | C | UTF-8 | C | false | false | 11,376 | c | io.c | /*-
* Copyright (c) 1980, 1991 The Regents of the University of California.
* 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 copyr... |
ed69d2d6cc86f36b00b2a601cb6c622ecc6fd77f | 7d3d2af0389f9c0dee5d7ca789660bf21d97249d | /kernel/generic/kernel_sgemm_4x4_lib4.c | adfee9cd15add207ac270e0ee0375bfd6d222303 | [
"BSD-2-Clause"
] | permissive | giaf/blasfeo | 0ecbcd67429d0507d7f462c090037c388e84a49e | b85a0c3121eae491480f07774fedf67e76b1f038 | refs/heads/master | 2023-07-22T15:40:53.961071 | 2023-07-18T15:42:08 | 2023-07-18T15:42:08 | 70,173,581 | 248 | 78 | NOASSERTION | 2022-11-25T15:42:08 | 2016-10-06T16:48:09 | Assembly | UTF-8 | C | false | false | 140,136 | c | kernel_sgemm_4x4_lib4.c | /**************************************************************************************************
* *
* This file is part of BLASFEO. *
* ... |
18d3ba70453bd46310884738def5ea30804d2b95 | 79d11d81ffacf6fad9cf271256eda8ae4b30bdbc | /external/rgbcx/rgbcx_table4.h | cda3f0a1ac1e44547363cfb98226888c463f4869 | [
"MIT"
] | permissive | nem0/LumixEngine | d6c46d8febc54ff41e5bc5e6d71d861410f5b155 | e6314612df50c6f37b34fb0dfcad9683cc506ec7 | refs/heads/master | 2023-09-02T09:14:49.212586 | 2023-08-23T21:01:37 | 2023-08-23T21:01:37 | 14,590,125 | 3,660 | 518 | MIT | 2023-09-14T14:49:32 | 2013-11-21T14:43:55 | C++ | UTF-8 | C | false | false | 450,869 | h | rgbcx_table4.h | { 202,403,51,450,318,23,120,13,494,5,523,260,77,21,15,128,48,141,33,817,137,269,12,102,1,475,4,326,7,32,453,64,196,115,730,49,165,2,82,342,6,401,180,31,899,59,402,351,197,17,125,457,14,386,40,3,61,58,37,221,95,16,99,719,98,20,10,854,117,153,27,576,134,341,308,216,11,194,30,24,922,285,9,50,86,65,19,615,391,44,75,237,177... |
8342433ea134385a90f8c7a50f47f5233e8d5a86 | f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d | /AKWF-c/AKWF_0020/AKWF_1929.h | a1ec8e1637fb9da9026f88fced073b28a7c074b4 | [
"CC0-1.0"
] | permissive | KristofferKarlAxelEkstrand/AKWF-FREE | b2defa1a2d389d309be6dd2e9f968923daf80d1b | cf8171df36e9fec25416b5f568b72a6e2cb69194 | refs/heads/master | 2023-07-23T18:22:36.939705 | 2023-07-10T17:14:40 | 2023-07-10T17:14:40 | 145,817,187 | 359 | 59 | CC0-1.0 | 2023-07-10T17:14:41 | 2018-08-23T07:26:56 | null | UTF-8 | C | false | false | 4,672 | h | AKWF_1929.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... |
a667e5e70e2ad93197995a46590ee549c60d0185 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/include/linux/seq_file_net.h | 32c89bbe24a260754a7d3ee13293daeee9f548e9 | [
"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 | 674 | h | seq_file_net.h | #ifndef __SEQ_FILE_NET_H__
#define __SEQ_FILE_NET_H__
#include <linux/seq_file.h>
struct net;
extern struct net init_net;
struct seq_net_private {
#ifdef CONFIG_NET_NS
struct net *net;
#endif
};
int seq_open_net(struct inode *, struct file *,
const struct seq_operations *, int);
int single_open_net(struct inode... |
407fa8a5fad50cf8009075b8e36266437c298603 | ebd47e03503f324a106438e15f8609a78e320dc5 | /script/testdata/debugger.c | 2bdeb3613e21a4669de4515d68e332db1a16aa3d | [
"MIT"
] | permissive | nervosnetwork/ckb | a82a70b8cd071ce16b9f11356138e0c91b426fbe | b4a71b905dcb5e55776ed58d8d2401df75bac9e0 | refs/heads/develop | 2023-09-04T08:02:19.158825 | 2023-09-01T08:27:44 | 2023-09-01T08:27:44 | 158,225,088 | 1,205 | 267 | MIT | 2023-09-14T08:24:16 | 2018-11-19T13:11:16 | Rust | UTF-8 | C | false | false | 187 | c | debugger.c | #include "ckb_syscalls.h"
#include <stdio.h>
int main() {
char message[2048];
sprintf(message, "debugger print utf-8 string");
ckb_debug(message);
return CKB_SUCCESS;
}
|
9b487b959e9e37714419f968a443ed190c459e91 | e3cdfae1dd874479c928dad193b33a4e3b8a623e | /src/convoymenu.c | 54d15c205f80590aaa638b4200b971d6c89feb19 | [] | no_license | FireEmblemUniverse/fireemblem8u | 11493bf94844617b33254110ba006316defb3510 | b9ad9bcafd9d4ecb7fc13cc77a464e2a82ac8338 | refs/heads/master | 2023-09-05T23:39:53.791339 | 2023-09-04T17:31:47 | 2023-09-04T17:31:47 | 121,802,075 | 118 | 31 | null | 2023-09-11T13:08:37 | 2018-02-16T21:21:50 | Assembly | UTF-8 | C | false | false | 5,139 | c | convoymenu.c | #include "global.h"
#include "functions.h"
#include "variables.h"
#include "proc.h"
#include "bmcontainer.h"
#include "icon.h"
#include "fontgrp.h"
#include "uimenu.h"
#include "bb.h"
#include "bmunit.h"
#include "bmmenu.h"
#include "bmitem.h"
#include "hardware.h"
#include "popup.h"
#include "face.h"
#include "scene.h... |
8e38bd64f6399195621c65942765ee6590b9adab | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/u-boot_new/drivers/usb/musb-new/musb_host.c | 9a2cf59d9248364e9c53ab3f504a2980b4f0b216 | [
"GPL-2.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 | 66,981 | c | musb_host.c | /*
* MUSB OTG driver host support
*
* Copyright 2005 Mentor Graphics Corporation
* Copyright (C) 2005-2006 by Texas Instruments
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2008-2009 MontaVista Software, Inc. <source@mvista.com>
*
* This program is free software; you can redistribute it and/or
*... |
99798d068fc634a86ab98702a835dd1f3eb64a59 | e65a4dbfbfb0e54e59787ba7741efee12f7687f3 | /editors/biew/files/patch-biewlib_sysdep_____os__dep.h | 5d1a0b83e4d1e6eac3bcb9fee1a3e9a4fa974119 | [
"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 | 379 | h | patch-biewlib_sysdep_____os__dep.h | --- biewlib/sysdep/__os_dep.h.orig 2009-10-16 13:50:47 UTC
+++ biewlib/sysdep/__os_dep.h
@@ -364,11 +364,7 @@ extern void __FASTCALL__ __OsRestoreTimer(void);
#define FILESIZE_MAX ULONG_MAX
#endif
-#if __WORDSIZE >= 64
-typedef void* bhandle_t;
-#else
typedef int bhandle_t;
-#endif
#define NULL_HANDLE ((bh... |
416f7621b1ad85ee54046d91380953026b43310b | c8abb7c0a610348eb0b8474ce66463584ec5bc98 | /Public/Src/Sandbox/Linux/utils.c | e87365e117b1ff794793689a255d9afcc57e3e77 | [
"MIT"
] | permissive | microsoft/BuildXL | d31b74ba23057dd251bcd9040390a7e751f04fae | f884dd1e34ed50f76d27d3fb1b8679235995653d | refs/heads/main | 2023-08-31T21:19:44.385093 | 2023-08-30T23:36:57 | 2023-08-30T23:36:57 | 152,813,045 | 436 | 114 | MIT | 2023-09-13T09:49:08 | 2018-10-12T22:16:45 | C# | UTF-8 | C | false | false | 11,974 | c | utils.c | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "utils.h"
#define PATH_SEP_CHAR ':'
// CODESYNC: SandboxedLinuxUtilsTest.cs
#define EVN_SEP_CHAR_FOR_TEST ';'
const char* skip_prefi... |
c3b4dac149db89611d280c6b9e13da6d46e68895 | 7c7d6f504bfde6685e761ac5fe0dedf0c60b5479 | /cbits/cryptonite_ripemd.c | 20b8aa60e03676cd31d07f4d7691a475494fdddf | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | haskell-crypto/cryptonite | 504a55915321cd771a1dedf402f28c4948b76dfd | d163f69512a3d162baa69a95927f3d6369833f7d | refs/heads/master | 2023-02-05T01:38:40.411460 | 2022-10-03T00:11:46 | 2022-10-03T00:11:46 | 21,498,990 | 224 | 141 | NOASSERTION | 2023-06-05T05:24:31 | 2014-07-04T14:00:07 | C | UTF-8 | C | false | false | 10,524 | c | cryptonite_ripemd.c | /*
* Copyright (C) 2006-2009 Vincent Hanquez <vincent@snarc.org>
*
* 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... |
5fdad10bca27b6da9789363d5ea293e3faa3bff1 | e1d9c54e9925e30e388a255b53a93cccad0b94cb | /kubernetes/model/v1_git_repo_volume_source.h | bb9be1ee5da63bb37c33d89eebe94ec674a0b305 | [
"curl",
"Apache-2.0"
] | permissive | kubernetes-client/c | dd4fd8095485c083e0f40f2b48159b1609a6141b | 5ac5ff25e9809a92a48111b1f77574b6d040b711 | refs/heads/master | 2023-08-13T10:51:03.702497 | 2023-08-07T19:18:32 | 2023-08-07T19:18:32 | 247,958,425 | 127 | 47 | Apache-2.0 | 2023-09-07T20:07:00 | 2020-03-17T11:59:05 | C | UTF-8 | C | false | false | 1,379 | h | v1_git_repo_volume_source.h | /*
* v1_git_repo_volume_source.h
*
* Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an ... |
50fef6d28b3d72c6b86aa9b2d04581a7e7e954d4 | 7e41167bfae6d2c38689b7e0993b308e045cbd05 | /text_cmds/ed/buf.c | 958dc24fbea18364ddc55905cb3528c107b6c1b6 | [
"BSD-3-Clause",
"curl",
"GPL-1.0-or-later",
"MIT",
"Python-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | holzschu/ios_system | 7b18993dbcb33331c353e0257ca54847a5d1b1bb | 6a83eb1c6c383a562fbe33a7e97677e88d305b51 | refs/heads/master | 2023-08-14T09:11:40.627903 | 2023-04-18T15:12:29 | 2023-04-18T15:12:29 | 113,187,304 | 882 | 155 | BSD-3-Clause | 2023-08-19T19:15:35 | 2017-12-05T13:42:50 | C | UTF-8 | C | false | false | 7,024 | c | buf.c | /* buf.c: This file contains the scratch-file buffer routines for the
ed line editor. */
/*-
* Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are ... |
a6a0b4922f5939634ab2484c726df240bc63cc97 | b732361d6b3405c3e79ac0a7d8361cf5b329b015 | /ext/phalcon/support/helper/json/decode.zep.h | 8099968f6cf967f53b9676286dcf24fd5674977e | [
"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 | 673 | h | decode.zep.h |
extern zend_class_entry *phalcon_support_helper_json_decode_ce;
ZEPHIR_INIT_CLASS(Phalcon_Support_Helper_Json_Decode);
PHP_METHOD(Phalcon_Support_Helper_Json_Decode, __invoke);
ZEND_BEGIN_ARG_INFO_EX(arginfo_phalcon_support_helper_json_decode___invoke, 0, 0, 1)
ZEND_ARG_TYPE_INFO(0, data, IS_STRING, 0)
ZEND_ARG_T... |
41880a80e74fbb9bac34931fe96b309caa678652 | 3e8fbb570f7acb21de7d6ac250a6b11f126c3c90 | /src/dsu/main_dst/SeisPipe2D.c | 64962407f3e1614a23be4291d0c646f14791bdac | [
"LicenseRef-scancode-other-permissive"
] | permissive | JohnWStockwellJr/SeisUnix | 0868431b0ac2f463d858920e6fd72493817e9659 | c222c39a2e1040ddf7a789c15276df1e7e520f5a | refs/heads/master | 2023-09-04T13:13:39.535821 | 2023-08-31T03:07:11 | 2023-08-31T03:07:11 | 53,870,336 | 250 | 134 | NOASSERTION | 2023-08-31T02:52:20 | 2016-03-14T15:57:55 | C | UTF-8 | C | false | false | 7,050 | c | SeisPipe2D.c | /*
* SeisPipe2D.c
*
* SeisPipe2D slave process
*
* 09 Oct 1994 Murillo: c
*/
#include "SeisMig.h"
#define LCF 5 /* Length (same for x and y) of McClellan cosine filter */
#define LCF2 2 /* Padding DATA */
#define C1 0.0255199 /* used to improve circular symmetry of McClellan filter */
void etextrap (... |
428aaab3341195188d9588117f8302fe32824ddf | 6e8226bff5369d52885ab75c95f78e155d6afb48 | /src/wrap/morn_stb_image.c | a777afe6dfb18db6db819fbe3b0e42efee6eb4b8 | [
"Apache-2.0"
] | permissive | jingweizhanghuai/Morn | a26fc8747fd82c10a94003759a9adc44a60a8353 | b9ee92c26190dec03a6726b9ac9d18fb570b7a70 | refs/heads/master | 2023-03-03T12:02:06.835741 | 2023-02-17T14:16:34 | 2023-02-17T14:16:34 | 187,427,750 | 257 | 64 | null | null | null | null | UTF-8 | C | false | false | 2,011 | c | morn_stb_image.c | #include "morn_image.h"
#define STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image.h"
#include "stb_image_write.h"
void mImageLoad(MImage *img,const char *imgname,...)
{
char filename[256];
va_list val;va_start(val,imgname);vsprintf(filename,imgname,val);va_end(val);
... |
464cec5ea863ea8463362832e46d679c6df62196 | e73547787354afd9b717ea57fe8dd0695d161821 | /src/battle/area/kmr_part_3/actor/final_jr_troopa.c | 7b5e01411f8cab8ac9d5e8904705768117070345 | [] | 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 | 69,853 | c | final_jr_troopa.c | #include "../area.h"
#include "sprite/npc/JrTroopa.h"
#include "sprite/npc/SpikedParaJrTroopa.h"
#include "sprite/npc/MageJrTroopa.h"
#define NAMESPACE A(final_jr_troopa)
// Invalid value used in some scripts here == -91,999,590
// The closest evt variable for this is MapFlag(-1999590), which is way out of range.
// ... |
7d1fb070e05bbcb6578246a5e2ea541b93a4c97b | 1efd2de8bf77ec00eb2fcaf5749278495946d920 | /src/mgmt/tests/mocks.h | 385986f6dda86cae58edbb47da95b77f9508917b | [
"BSD-2-Clause",
"BSD-2-Clause-Patent"
] | permissive | daos-stack/daos | 6f55bf3061fd830d5b8d28506e1295e2d3a27c38 | ed5eed5df43a68571afe123132a743824c02637a | refs/heads/master | 2023-08-31T21:43:37.606145 | 2023-08-31T16:38:00 | 2023-08-31T16:38:00 | 69,390,670 | 631 | 300 | NOASSERTION | 2023-09-14T18:55:15 | 2016-09-27T19:21:29 | C | UTF-8 | C | false | false | 4,920 | h | mocks.h | /*
* (C) Copyright 2019-2022 Intel Corporation.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
/**
* Mocks for DAOS mgmt unit tests
*/
#ifndef __MGMT_TESTS_MOCKS_H__
#define __MGMT_TESTS_MOCKS_H__
#include <gurt/types.h>
#include <daos_types.h>
#include <daos_security.h>
#include "../rpc.h"
/*
* Mock ds... |
a4931b276684c1bca1ba1237302ac4c4141aba57 | ce99bd11ca505967277f4689c621479c1987698e | /src/game/alloc_window_pieces.c | e0451da9fa96a7f393e7bc4f67af8dfd172107cc | [] | no_license | n64decomp/007 | 5951258890f15431f273e1503674c5e0402c66e0 | c46751089ddc18b12ef7a45b6a3e03de2054c422 | refs/heads/master | 2022-11-08T23:34:54.021033 | 2022-10-29T14:41:01 | 2022-10-29T14:41:01 | 241,212,109 | 359 | 48 | null | 2020-11-21T23:30:31 | 2020-02-17T21:31:00 | C | UTF-8 | C | false | false | 726 | c | alloc_window_pieces.c | #include <ultra64.h>
#include <bondconstants.h>
#include <memp.h>
#include "alloc_window_pieces.h"
#include "unk_0A1DA0.h"
void alloc_shattered_window_pieces(void)
{
s32 i;
s32 level = lvlGetCurrentStageToLoad();
SHATTERED_WINDOW_PIECES_BUFFER_LEN = (200 / getPlayerCount());
if ((level == LEVELI... |
dc51064b88e4d9fb15c18c38330923bddbf395bb | 3f7028cc89a79582266a19acbde0d6b066a568de | /mobile/library/common/extensions/filters/http/platform_bridge/c_type_definitions.h | 5020326a751d26e4145043cfa24b08a218b56ee6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | envoyproxy/envoy | 882d3c7f316bf755889fb628bee514bb2f6f66f0 | 72f129d273fa32f49581db3abbaf4b62e3e3703c | refs/heads/main | 2023-08-31T09:20:01.278000 | 2023-08-31T08:58:36 | 2023-08-31T08:58:36 | 65,214,191 | 21,404 | 4,756 | Apache-2.0 | 2023-09-14T21:56:37 | 2016-08-08T15:07:24 | C++ | UTF-8 | C | false | false | 2,866 | h | c_type_definitions.h | #pragma once
#include "envoy/http/filter.h"
#include "library/common/extensions/filters/http/platform_bridge/c_types.h"
// NOLINT(namespace-envoy)
const envoy_filter_headers_status_t kEnvoyFilterHeadersStatusContinue =
static_cast<envoy_filter_headers_status_t>(Envoy::Http::FilterHeadersStatus::Continue);
const... |
32b842ba9c31080a95665dd5f2e18cd5bdef9e94 | 38bd1cf9e52ea23b43223d53d8139aad52bb1c70 | /cpp/webdriver-interactions/interactions.h | 97d5a091e56038945cad2dcd24693e9dfa488922 | [
"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 | 2,378 | h | interactions.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 not use this f... |
ad839de3fc6a746b0fa24bcffeb5bed3b95e5da7 | 03666e5f961946fc1a0ac67781ac1425562ef0d7 | /src/avt/Queries/Queries/avtL2NormBetweenCurvesQuery.C | 41b48d4288dd6604244590624657e03b53b71535 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | visit-dav/visit | e9f81b4d4b9b9930a0db9d5282cd1bcabf465e2e | 601ae46e0bef2e18425b482a755d03490ade0493 | refs/heads/develop | 2023-09-06T08:19:38.397058 | 2023-09-05T21:29:32 | 2023-09-05T21:29:32 | 165,565,988 | 335 | 120 | BSD-3-Clause | 2023-09-14T00:53:37 | 2019-01-13T23:27:26 | C | UTF-8 | C | false | false | 5,800 | c | avtL2NormBetweenCurvesQuery.C | // Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
// ************************************************************************* //
// ... |
a7cb00a4f128059ee9eed0ea32cf40f43eb399fb | e73547787354afd9b717ea57fe8dd0695d161821 | /include/mapfs/flo_22_shape.h | 662c6d339b3bb9e8826888a4eef17297cafbf01d | [] | no_license | pmret/papermario | 8b514b19653cef8d6145e47499b3636b8c474a37 | 9774b26d93f1045dd2a67e502b6efc9599fb6c31 | refs/heads/main | 2023-08-31T07:09:48.951514 | 2023-08-21T18:07:08 | 2023-08-21T18:07:08 | 287,151,133 | 904 | 139 | null | 2023-09-14T02:44:23 | 2020-08-13T01:22:57 | C | UTF-8 | C | false | false | 1,772 | h | flo_22_shape.h | #define MODEL_Root 0x2E
#define MODEL_g1 0x2D
#define MODEL_g11 0x2C
#define MODEL_o110 0x2B
#define MODEL_g20 0x2A
#define MODEL_o99 0x29
#define MODEL_o98 0x28
#define MODEL_g19 0x27
#define MODEL_o9... |
a804b2ae70fb5c47967045eb142f6b3c6e261c62 | dc5b5723f2aebc9abaa125e281b59cb88362996f | /sample/framework/vx_threshold.c | 86fe88dc7d3625df8d0c780dbc463429f7db41c9 | [
"Apache-2.0"
] | permissive | KhronosGroup/OpenVX-sample-impl | cd3cc630b398a859ff83ce75ff02ff7f8dd45e64 | 9caba36a541fa6480f9d65d9a78dde208ebe96f9 | refs/heads/openvx_1.3 | 2023-09-05T23:32:05.073687 | 2023-06-16T19:53:24 | 2023-06-16T19:53:24 | 157,795,699 | 134 | 55 | Apache-2.0 | 2023-06-16T19:53:25 | 2018-11-16T01:33:06 | C | UTF-8 | C | false | false | 36,987 | c | vx_threshold.c | /*
* Copyright (c) 2012-2017 The Khronos Group Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
f85d64532a41ac42f5e699bfac0e8d8f2a9227a9 | e2990cde74213c8858d1b56adb64fa7e479ec7bc | /auto-gen/composite/test.c | 156f719a58b08e2a722bf29881e9593d3382b736 | [
"MIT"
] | permissive | huawenyu/Design-Patterns-in-C | 2b0c23c16460d2b220f74b23eab64c5defbce3b5 | e18e87d39ea894d24f77b2d1e6ca37db231f1908 | refs/heads/master | 2023-04-10T13:10:39.251309 | 2023-04-05T16:38:18 | 2023-04-05T16:38:18 | 18,507,912 | 382 | 123 | MIT | 2022-08-01T14:08:10 | 2014-04-07T06:12:51 | C | UTF-8 | C | false | false | 2,568 | c | test.c | /**
* test.c 2014-05-04
* anonymouse(anonymouse@email)
*
* Copyright (C) 2000-2014 All Right Reserved
*
* THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
*... |
abaf099c8e361544b8c883525a99b16d34211879 | 7d232f51e2330a4f537c50ede9c6bc023d656fd4 | /src/core/ext/upb-generated/envoy/type/v3/hash_policy.upb.h | f8813bfe69622b21a43a8ee582140012b0561012 | [
"BSD-3-Clause",
"MPL-2.0",
"Apache-2.0"
] | permissive | grpc/grpc | 6975af3ba6f07a6fe965b875a0c09abf18999a52 | e4d598ab64aa54f1da78c6ed6133b741742d11d4 | refs/heads/master | 2023-08-31T01:10:22.666618 | 2023-08-30T22:35:17 | 2023-08-30T22:35:17 | 27,729,880 | 42,330 | 13,022 | Apache-2.0 | 2023-09-14T21:54:19 | 2014-12-08T18:58:53 | C++ | UTF-8 | C | false | false | 12,168 | h | hash_policy.upb.h | /* This file was generated by upbc (the upb compiler) from the input
* file:
*
* envoy/type/v3/hash_policy.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
#ifndef ENVOY_TYPE_V3_HASH_POLICY_PROTO_UPB_H_
#define ENVOY_TYPE_V3_HASH_POLICY_PROTO_UPB_H_
#include "upb/ge... |
137ae9230987951d3012e801c0493f5a9f73b5f2 | c85df9a1ad627707fc603f40f7df056af16900c9 | /source/libs/libwbfs/libwbfs_os.h | 045314557a05f549a264f23e687efa86ca98667a | [] | no_license | wiidev/usbloadergx | 28b582c2c8231ca7f313a321a134d6784358a770 | e25c4e96430524c080767679b0c4a0d7595412a8 | refs/heads/enhanced | 2023-08-11T18:47:12.728031 | 2023-01-07T23:30:02 | 2023-01-07T23:30:02 | 204,522,898 | 313 | 124 | null | 2023-07-21T17:06:18 | 2019-08-26T17:05:59 | C | UTF-8 | C | false | false | 848 | h | libwbfs_os.h | #ifndef LIBWBFS_GLUE_H
#define LIBWBFS_GLUE_H
#include <gctypes.h>
#include "memory/mem2.h"
#define debug_printf(fmt, ...);
#include <stdio.h>
#define wbfs_fatal(x) do { printf("\nwbfs panic: %s\n\n",x); return; } while(0)
#define wbfs_error(x) do { printf("\nwbfs error: %s\n\n",x); } while(0)
#include <stdli... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.