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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8b54e3c0145426931f48f27cdbd6b8fd73552c3f | 010279e2ba272d09e9d2c4e903722e5faba2cf7a | /contrib/python/scipy/py3/scipy/optimize/_highs/src/ipm/basiclu/src/lu_build_factors.c | 6dfef468799ec9b31c77c76aac38fd7b708f4c1b | [
"MIT",
"Apache-2.0",
"Python-2.0",
"LicenseRef-scancode-unknown-license-reference",
"Qhull",
"BSD-3-Clause",
"BSL-1.0",
"BSD-2-Clause"
] | 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 | 12,855 | c | lu_build_factors.c | /*
* lu_build_factors.c
*
* Copyright (C) 2016-2018 ERGO-Code
*
* Build rowwise and columnwise form of L and U
*
*/
#include "lu_internal.h"
#include "lu_list.h"
#include "lu_file.h"
/*
BASICLU maintains the factorization in the form
B = L * R^1 * R^2 * ... * R^{nforrest} * U,
where L[p,p] is uni... |
d8c540ad602385353667ef0ea7920b76cfe36f01 | 9ceacf33fd96913cac7ef15492c126d96cae6911 | /sys/arch/amd64/include/pte.h | c2bd8793c7df9d0108d4712fa87a38fc96179495 | [] | 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 | 6,338 | h | pte.h | /* $OpenBSD: pte.h,v 1.17 2023/01/20 16:01:04 deraadt Exp $ */
/* $NetBSD: pte.h,v 1.1 2003/04/26 18:39:47 fvdl Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
* All rights reserved.
*
* Written by Frank van der Linden for Wasabi Systems, Inc.
*
* Redistribution and use in source and binary forms, with or ... |
473d1f56653cc3a4fa02b1fcb14129dc98ca2a7b | 4bc40d60c146300030512b11e375cb8abbf2f5b3 | /FemtoRV/FIRMWARE/EXAMPLES/malloc_test.c | b7c5737aa35321264479c844a3bb16aa151d0fd8 | [
"BSD-3-Clause"
] | permissive | BrunoLevy/learn-fpga | fd18ea8a67cfc46d29fac9ad417ae7990b135118 | fd954b06f6dc57ee042d0c82e9418e83c4b261b4 | refs/heads/master | 2023-08-23T06:15:43.195975 | 2023-08-04T06:41:22 | 2023-08-04T06:41:22 | 267,350,664 | 2,036 | 191 | BSD-3-Clause | 2023-06-23T13:41:44 | 2020-05-27T15:04:05 | C++ | UTF-8 | C | false | false | 294 | c | malloc_test.c | #include <stdlib.h>
extern int femtosoc_tty_init();
int main() {
femtosoc_tty_init();
void* p1 = malloc(10);
void* p2 = malloc(100);
printf("p1=0x%x\n",p1);
printf("p2=0x%x\n",p2);
free(p2);
free(p1);
void* p3 = malloc(50);
printf("p1=0x%x\n",p3);
exit(0);
}
|
f42f2cedd4973bbe3e80db478302e0e2c3cf2d46 | f9e0bec9ebe796b499669219fdc93596c9ac84bc | /test/initializer-nested-array-address.c | fb8bbd5466d4d7137dbf3ccedcaf82be80c6d067 | [
"Unlicense",
"ISC",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | michaelforney/cproc | 9dac8bbb4c51edcd5e27a282963126c34052dc29 | 0985a7893a4b5de63a67ebab445892d9fffe275b | refs/heads/master | 2023-09-03T12:51:45.642163 | 2022-12-14T22:29:59 | 2023-05-02T18:53:44 | 182,349,746 | 582 | 50 | NOASSERTION | 2022-10-30T21:23:20 | 2019-04-20T02:24:28 | C | UTF-8 | C | false | false | 32 | c | initializer-nested-array-address.c | int x[2][3];
int *y = &x[1][2];
|
7ad508647b2215707aef3f625fe3222c1c399fcb | 229a28fc18c13bfe1ba7fc81c38b03651ed8e93b | /sw/vendor/riscv-isa-sim/riscv/insns/sra.h | 403b9b733a5e3cce36c7885e906a80f4dace1309 | [
"LicenseRef-scancode-bsd-3-clause-jtag",
"GPL-3.0-or-later",
"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 | 57 | h | sra.h | WRITE_RD(sext_xlen(sext_xlen(RS1) >> (RS2 & (xlen-1))));
|
4f1931498ef526e0ec885c6d23734b796eb29676 | e8b38b8dfa348ff006eb197a7906ca8e491a23dc | /pyccel/stdlib/numpy/numpy_c.h | 4133e9dbe9bc256f57fc0437cf841858b5a787e9 | [
"MIT"
] | permissive | pyccel/pyccel | d79a81dbdff1172839a6a1227abfcc1f97e6c97b | 1896b761ba662c90b14c195bbb6eb5cddc57cbfc | refs/heads/devel | 2023-08-30T12:15:25.244401 | 2023-08-28T09:31:32 | 2023-08-28T09:31:32 | 100,463,736 | 307 | 39 | MIT | 2023-09-14T19:29:26 | 2017-08-16T07:59:14 | Python | UTF-8 | C | false | false | 650 | h | numpy_c.h | /* --------------------------------------------------------------------------------------- */
/* This file is part of Pyccel which is released under MIT License. See the LICENSE file */
/* or go to https://github.com/pyccel/pyccel/blob/master/LICENSE for full license details. */
/* -----------------------------------... |
f2f188db81d49374e945b1f330409e7dfb21a1ec | 2087572dce8ad93695b27b5c61f0236c7d91ffde | /AppLockerBypass/IgnoreAppLocker.c | 3229050286d4640727b809838d0b1330b15702cf | [
"Unlicense"
] | permissive | gtworek/PSBits | 5560ca6f7704b8585c582b920de195fc186c055a | d169c36881c93f43e617193f642caa534b50e6e0 | refs/heads/master | 2023-08-17T22:26:39.701215 | 2023-08-10T10:30:50 | 2023-08-10T10:30:50 | 194,408,180 | 2,573 | 464 | Unlicense | 2023-09-06T21:22:28 | 2019-06-29T13:22:36 | PowerShell | UTF-8 | C | false | false | 11,886 | c | IgnoreAppLocker.c | #include <tchar.h>
#include <Windows.h>
#include <Psapi.h>
#include <TlHelp32.h>
#include <strsafe.h>
#define DLLEXPORT __declspec(dllexport)
BOOL bActionDone = FALSE;
DWORD dwActiveConsoleSessionId;
DWORD getSpoolerPID(void)
{
TCHAR strMsg[1024] = { 0 };
PROCESSENTRY32 entry;
entry.dwSize = sizeof(PROCESSENTR... |
01b36fe405874a5a861ebc91de50b792828ffaf1 | d169de4c5c6b281984df35536430dcc931a957a9 | /source/service/pbuf/vsf_pbuf_pool.c | 59252c87b06b4af0156a40c2730f183ee6d141b5 | [
"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 | 6,496 | c | vsf_pbuf_pool.c | /*****************************************************************************
* Copyright(C)2009-2022 by VSF Team *
* *
* Licensed under the Apache License, Version 2.0 (the "License"); *
* ... |
5efbc3835f1e797a127d87b319e218c81422ba96 | c6759b857e55991fea3ef0b465dbcee53fa38714 | /rtos/pmsis/tests/api/quick/periph/aes_dual_core/integration_tests/hyper_ram_aes/test_aes_dual_core_hyper.c | 665156399a28c4548f9ac77d817c687c841c2d09 | [
"Apache-2.0"
] | permissive | GreenWaves-Technologies/gap_sdk | 1b343bba97b7a5ce62a24162bd72eef5cc67e269 | 3fea306d52ee33f923f2423c5a75d9eb1c07e904 | refs/heads/master | 2023-09-01T14:38:34.270427 | 2023-08-10T09:04:44 | 2023-08-10T09:04:44 | 133,324,605 | 145 | 96 | Apache-2.0 | 2023-08-27T19:03:52 | 2018-05-14T07:50:29 | C | UTF-8 | C | false | false | 2,861 | c | test_aes_dual_core_hyper.c | /*
* Copyright (C) 2020 GreenWaves Technologies
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD license. See the LICENSE file for details.
*
*/
#include "pmsis.h"
#include "stdio.h"
#include <bsp/bsp.h>
#include <bsp/ram/hyperram.h>
#define BUFF_SIZE 2048
... |
f8c8ed2c9c0d88540674f812d67afb1405a11290 | ac2f43c8e0d9649a7f063c59b3dffdfed9fd7ed7 | /common/recipes-core/asd_1.4.3/files/daemon/jtag_handler.c | f2d66a38713aad833936f874da8d17ee911af29d | [
"BSD-3-Clause"
] | permissive | facebook/openbmc | bef10604ced226288600f55248b7f1be9945aea4 | 32777c66a8410d767eae15baabf71c61a0bef13c | refs/heads/helium | 2023-08-17T03:13:54.729494 | 2023-08-16T23:24:18 | 2023-08-16T23:24:18 | 31,917,712 | 684 | 331 | null | 2023-07-25T21:19:08 | 2015-03-09T19:18:35 | C | UTF-8 | C | false | false | 16,312 | c | jtag_handler.c | /*
Copyright (c) 2019, Intel Corporation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaime... |
f316c4f1a19d1a3334a1b9797ddab8e41089d507 | 03b2c80dbc41e904b167d504666e27d798da5447 | /develop/windows/windows_values.c | 45e924ee59b1b7ee555c39908d5f4388544d6d2d | [
"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 | 6,152 | c | windows_values.c | #include "bignum.h"
#include "condition.h"
#include "cons.h"
#include "execute_values.h"
#include "integer.h"
#include "strtype.h"
#include "terme_escape.h"
#include "typedef.h"
#include "windows_arch.h"
#include "windows_values.h"
#include "windows_window.h"
static int windows_values_single_(addr cons, addr *ret)
{
... |
ab74dea1c46a7023c6f9e2b4934fbeed44baec31 | 149130c794a9fa7112139b2204a2852be261374c | /threads.c | d3996c550a76f9c95f42470272e414d41cd51896 | [
"ISC"
] | permissive | tycho/cpuid | 3a3b802a349f4c18822280929872806fe52bee12 | d4beadba5a55c641ac46cc1f61ce450687bb721d | refs/heads/master | 2023-06-07T10:23:39.350891 | 2023-05-23T20:21:18 | 2023-05-23T20:39:29 | 2,156,897 | 150 | 49 | ISC | 2021-10-19T19:32:45 | 2011-08-04T20:31:16 | C | UTF-8 | C | false | false | 6,989 | c | threads.c | /*
* CPUID
*
* A simple and small tool to dump/decode CPUID information.
*
* Copyright (c) 2010-2021, Steven Noonan <steven@uplinklabs.net>
*
* 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 an... |
59f27424861083e5bb5c8b5a8447a47d78002485 | 85ccd32aa73eecf274a937f1fc3b6f4d484b77da | /manual tests/5 rpm/main.c | 8b1d193ee978c757b321ca7ab0a1d348fef29083 | [
"Apache-2.0"
] | permissive | mesonbuild/meson | 48321cf4235dfcc0194fed90ff43a57367592bf7 | cf5adf0c646474f0259d123fad60ca5ed38ec891 | refs/heads/master | 2023-09-01T05:58:50.807952 | 2023-03-17T20:27:37 | 2023-08-31T11:52:41 | 19,784,232 | 5,122 | 1,848 | Apache-2.0 | 2023-09-14T15:47:23 | 2014-05-14T15:08:16 | Python | UTF-8 | C | false | false | 111 | c | main.c | #include<lib.h>
#include<stdio.h>
int main(void)
{
char *t = meson_print();
printf("%s", t);
return 0;
}
|
07972e57d2513d53fefa72770211c01c2b98f23f | aa3befea459382dc5c01c925653d54f435b3fb0f | /arch/arm/src/stm32/stm32_fdcan_sock.c | 6f7c4f586bb961f71b4f5e0f63c14f8b6a09e6ae | [
"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 | 95,004 | c | stm32_fdcan_sock.c | /****************************************************************************
* arch/arm/src/stm32/stm32_fdcan_sock.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 copyr... |
3f27df0ba7eefd3d5c525c23413210c86394ec7e | c9bc99866cfab223c777cfb741083be3e9439d81 | /product/rdn1e1/include/mcp_rdn1e1_mmap.h | 74f1a8f3ec689a8b34c5dcccecf1501548f2075d | [
"BSD-3-Clause"
] | permissive | ARM-software/SCP-firmware | 4738ca86ce42d82588ddafc2226a1f353ff2c797 | f6bcca436768359ffeadd84d65e8ea0c3efc7ef1 | refs/heads/master | 2023-09-01T16:13:36.962036 | 2023-08-17T13:00:20 | 2023-08-31T07:43:37 | 134,399,880 | 211 | 165 | NOASSERTION | 2023-09-13T14:27:10 | 2018-05-22T10:35:56 | C | UTF-8 | C | false | false | 1,783 | h | mcp_rdn1e1_mmap.h | /*
* Arm SCP/MCP Software
* Copyright (c) 2017-2022, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef MCP_RDN1E1_MMAP_H
#define MCP_RDN1E1_MMAP_H
#include <stdint.h>
/*
* Top-level base addresses
*/
#define MCP_SOC_EXPANSION1_BASE UINT32_C(0x0100000... |
ebbd32f091b299b23f2ca69287b0ee795ee0e560 | 7c857119fe1505b1d80d6e62969661c06dc1a2f4 | /MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c | 1c9016cdcc13fe25586130f9332ff565d55eada0 | [
"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 | 21,358 | c | NvmExpressPeiHci.c | /** @file
The NvmExpressPei driver is used to manage non-volatile memory subsystem
which follows NVM Express specification at PEI phase.
Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "NvmExpressPei.h"
/**
Tran... |
4ed8654bac30324ec6bd9118d234140006fcea80 | 28d0f8c01599f8f6c711bdde0b59f9c2cd221203 | /sys/arch/rs6000/stand/boot/monitor.c | 3eb9f705c053d5ad54f5b5681c7b14e65dc31fd9 | [] | 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 | 6,911 | c | monitor.c | /* $NetBSD: monitor.c,v 1.4 2016/06/11 06:39:25 dholland Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Kazuki Sakamoto.
*
* Redistribution and use in source and binary forms, with or wit... |
3ca69c0df3a1a3efc4ca0aa6b41cd21e7016e8c5 | 72f6d3ad72b2a4a9b6c5f93c5d1b744e2940b884 | /deps/klib/kson.h | a03eb52f58a3ad4663784973203b5f5b8db55fef | [
"MIT"
] | permissive | h2o/h2o | 70012b6527ceb54e9e2819c9c75242b18e381485 | b165770ce704c782ddee7428ea4a0b23c8bb7894 | refs/heads/master | 2023-08-16T13:16:35.018003 | 2023-08-16T03:56:28 | 2023-08-16T03:56:28 | 23,029,617 | 9,377 | 983 | MIT | 2023-09-12T04:49:14 | 2014-08-16T23:59:03 | C | UTF-8 | C | false | false | 1,358 | h | kson.h | #ifndef KSON_H
#define KSON_H
#include <string.h>
#define KSON_TYPE_NO_QUOTE 1
#define KSON_TYPE_SGL_QUOTE 2
#define KSON_TYPE_DBL_QUOTE 3
#define KSON_TYPE_BRACKET 4
#define KSON_TYPE_BRACE 5
#define KSON_OK 0
#define KSON_ERR_EXTRA_LEFT 1
#define KSON_ERR_EXTRA_RIGHT 2
#define KSON_ERR_NO_KEY ... |
9cb8e85946a5ea1471981a74881991b684fe16a8 | 771fa3a01480527df835c593bf99c5b8ae702b6a | /src/modules/mod_scgi.c | feaa61a4b9264b2c5d6b52c414ed9adb39e0ac20 | [
"CC0-1.0",
"Apache-2.0",
"MIT"
] | permissive | lighttpd/lighttpd2 | cee558174b0a07174a4488591c16882845d43240 | 23164d557f10d4ccd948b34c5b1323e22ce5088f | refs/heads/master | 2023-09-05T03:39:50.805344 | 2023-07-23T00:03:44 | 2023-07-23T00:03:44 | 1,767,422 | 459 | 135 | NOASSERTION | 2023-01-06T20:16:37 | 2011-05-18T18:13:11 | C | UTF-8 | C | false | false | 8,245 | c | mod_scgi.c | /*
* mod_scgi - connect to SCGI backends for generating response content
*
* Author:
* Copyright (c) 2013 Stefan Bühler
*/
#include <lighttpd/base.h>
#include <lighttpd/plugin_core.h>
#include <lighttpd/backends.h>
#include <lighttpd/stream_http_response.h>
LI_API gboolean mod_scgi_init(liModules *mods, liM... |
623f3acb9bac853dec4322274723b5183f4885bf | 43bf0bdbd65c8bc8bc99d0ed1d408a79aee2621a | /c/src/reactor/timer.c | 1f552b349b16ce7d05ad6bd9d28ab62ba8488f3f | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | apache/qpid-proton | 51a6a61352cb206095aec75b27ebaa7fbf211d20 | 6b05c6d64ba04bad96745b1430ca17d436b6fd32 | refs/heads/main | 2023-09-01T14:06:34.221772 | 2023-08-09T21:38:18 | 2023-08-09T21:38:18 | 26,309,799 | 236 | 257 | Apache-2.0 | 2023-08-31T14:37:43 | 2014-11-07T08:00:07 | C++ | UTF-8 | C | false | false | 4,594 | c | timer.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"); y... |
8fe2cc0f332bb244d7bfb2b8e3dbdc40c981307b | 568fa58296378fa129ab3349adf010daa44ed45b | /third_party/fwkacllib/inc/runtime/rt_model.h | 0c01789cd4e1f260862528bbce5d88e0cc3dd35b | [
"Apache-2.0",
"BSD-3-Clause",
"NCSA",
"X11-distribute-modifications-variant",
"Zlib",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Unlicense",
"LLVM-exception",
"BSD-2-Clause"
] | permissive | mindspore-ai/akg | 37f471badc66de6a831f1f45ad84344f34d23ef2 | 99f33858d6972741748cbfc9ab0bf9600428fef7 | refs/heads/master | 2023-07-25T23:03:17.672665 | 2023-07-11T07:33:57 | 2023-07-11T07:33:57 | 274,077,856 | 319 | 36 | Apache-2.0 | 2021-12-30T13:43:08 | 2020-06-22T08:09:05 | Python | UTF-8 | C | false | false | 14,141 | h | rt_model.h | /*
* Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
* Description: rt_model.h
* Create: 2020-01-01
*/
#ifndef CCE_RUNTIME_RT_MODEL_H
#define CCE_RUNTIME_RT_MODEL_H
#include "base.h"
#if defined(__cplusplus)
extern "C" {
#endif
typedef enum tagModelTaskType {
RT_MODEL_TASK_KERNEL... |
7aaa2cf9832bf47427f01c0046006ed3eef8b674 | 58fe7cb3949dd1930e709696659a0296500b64a6 | /tests/unit/s2n_npn_extension_test.c | b9403d5bdbe117e02f5d4f77cb8de14d6e191a6d | [
"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 | 13,684 | c | s2n_npn_extension_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 ... |
82be72f3eba3e9159f82a425045a48bbccda60ab | 39568e19301a7a112398be542154950af25591de | /sw/device/lib/ujson/ujson.c | 01cc04d82b469deaaa2a36eb4bbbd269fbf2b6f7 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lowRISC/opentitan | 493995bc7cf7cb3aee486a5203af3fd62bba3bfc | 51f6017b8425b14d5a4aa9abace8fe5a25ef08c8 | refs/heads/master | 2023-08-31T22:05:09.425796 | 2023-08-14T14:52:15 | 2023-08-31T20:31:13 | 204,516,692 | 2,077 | 634 | Apache-2.0 | 2023-09-14T21:16:21 | 2019-08-26T16:30:16 | SystemVerilog | UTF-8 | C | false | false | 10,813 | c | ujson.c | // Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include "sw/device/lib/ujson/ujson.h"
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include "sw/device/lib/base/math.h"
#include "sw/device/lib/base/s... |
c2c4a14c8e7b8c005682ad754a3f249fff5f838e | 0f59e486ea9d7c96b8c3f7f92bf063fc8389f1e8 | /vtrace/platforms/darwin/excUser.c | fe67a43de287c62475ca529b43d680ecf7dc9d48 | [
"Apache-2.0"
] | permissive | vivisect/vivisect | ac259918b6281d9431c32a0b2307c61f9cab0dec | b07e161cc28b19fdda0d047eefafed22c5b00f15 | refs/heads/master | 2023-08-25T09:02:00.526532 | 2023-07-26T03:07:07 | 2023-07-26T03:07:07 | 26,651,759 | 833 | 181 | Apache-2.0 | 2023-09-07T03:43:53 | 2014-11-14T18:28:47 | Python | UTF-8 | C | false | false | 52,461 | c | excUser.c | /*
* IDENTIFICATION:
* stub generated Sat Jun 1 13:22:01 2013
* with a MiG generated Sun Oct 24 00:08:18 PDT 2010 by root@hokies.apple.com
* OPTIONS:
*/
#define __MIG_check__Reply__exc_subsystem__ 1
#define __NDR_convert__Reply__exc_subsystem__ 1
#define __NDR_convert__mig_reply_error_subsystem__ 1
#include "ex... |
9b941917792759c132601ac5536afb1e187bfe4e | b04663400b05fd638e41f3d7f61953c514d835ed | /inc/link_log.h | 7006e170152a7b535e29dab947a8a321318152c1 | [
"BSD-3-Clause"
] | permissive | LiteOS/LiteOS_Lab | 0ee3edc08eb9d4c9ea5b52099da307adf1c06bfd | 187e628b3f151515d920801b402bf38a19eee98c | refs/heads/iot-device-sdk-tiny | 2023-09-04T16:22:21.579294 | 2023-04-25T03:09:46 | 2023-04-25T03:09:46 | 154,946,914 | 141 | 125 | BSD-3-Clause | 2022-08-25T09:12:56 | 2018-10-27T09:25:01 | C | UTF-8 | C | false | false | 5,885 | h | link_log.h | /*----------------------------------------------------------------------------
* Copyright (c) <2018>, <Huawei Technologies Co., Ltd>
* 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. Redist... |
734d49c48853b16e9773622db63a126812043b81 | 62bf09400de89c1aa77d8c2570d7f66cec0b5d36 | /third_party/qca-3.3.5/common_src/api_interface/api_ioctl.c | 34d5381d56c86cb52106d4a9601c9f57b276211c | [
"Apache-2.0"
] | permissive | butok/FNET | 41b1d2ec4cc683c1b5c188a17ab6a4bb890a6af6 | ea43715752e6f6823bfcc8bdc94e440443112e7c | refs/heads/master | 2023-08-03T16:32:09.317085 | 2023-07-20T07:01:55 | 2023-07-20T07:01:55 | 50,664,554 | 115 | 40 | Apache-2.0 | 2023-07-20T07:01:56 | 2016-01-29T13:39:30 | C | WINDOWS-1252 | C | false | false | 40,498 | c | api_ioctl.c | //------------------------------------------------------------------------------
// Copyright (c) Qualcomm Atheros, Inc.
// All rights reserved.
// Redistribution and use in source and binary forms, with or without modification, are permitted (subject to
// the limitations in the disclaimer below) provided that the fol... |
7b048e65c7f491aa99d831ad40e54d45c19d6c5e | bf76ef3f082ff89bdb971c08dd7c08437d1ac583 | /sdk/docs/doxygen/source/doc_adv_dynamic_build.h | 9917c5c8d9e41600c536ecd35d352ec2b9ff67b0 | [
"DOC",
"Zlib"
] | permissive | codecat/angelscript-mirror | 5856379863bf4dfa6e31b5101a4485179a2f4ffa | 957eac4142448150342afdea46690ef0d45ef434 | refs/heads/master | 2023-08-11T20:50:24.542448 | 2023-07-30T14:27:45 | 2023-07-30T14:27:45 | 157,086,380 | 117 | 43 | null | null | null | null | UTF-8 | C | false | false | 8,296 | h | doc_adv_dynamic_build.h | /**
\page doc_adv_dynamic_build Dynamic compilations
There are various forms of dynamic compilations of scripts. In the following subtopics
I try to explain the theory of them and give some information on how they can be implemented.
\section doc_adv_dynamic_build_ondemand On demand builds
The most common fo... |
6fa4f997e5f706c3d653bd31c5a602b5a539d8a0 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/imx6sx/iMX6_Platform_SDK/sdk/common/usb_stack/Device/source/class/usb_hid.h | cabb2b3bada2fe0a410913dcf955b865964f3c14 | [
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | 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 | 5,505 | h | usb_hid.h | /******************************************************************************
*
* Freescale Semiconductor Inc.
* (c) Copyright 2004-2009 Freescale Semiconductor, Inc.
* ALL RIGHTS RESERVED.
*
******************************************************************************
*
* THIS SOFTWARE IS PROVIDED BY FREESC... |
b15ff6a1f05dd4c1645f5d3f067a8207ccba1c92 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/ssb/ssb_private.h | 4671f17f09aff44e809766e6317273d480ec6444 | [
"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 | 8,243 | h | ssb_private.h | #ifndef LINUX_SSB_PRIVATE_H_
#define LINUX_SSB_PRIVATE_H_
#include <linux/ssb/ssb.h>
#include <linux/types.h>
#include <linux/bcm47xx_wdt.h>
#define PFX "ssb: "
#ifdef CONFIG_SSB_SILENT
# define ssb_printk(fmt, ...) \
do { if (0) printk(fmt, ##__VA_ARGS__); } while (0)
#else
# define ssb_printk(fmt, ...) \... |
445752c878bc66387798cdace13d8451552f5c48 | bdc27c22522a99b5bff2ec4cfa95fadcba65747d | /source/adios2/toolkit/sst/dp/ucx_dp.c | 1b33c5c4c5b10a412ea5e245a394c0521ac8fd63 | [
"Apache-2.0"
] | permissive | ornladios/ADIOS2 | a34e257b28adb26e6563b800502266ebb0c9088c | c8b7b66ed21b03bfb773bd972d5aeaaf10231e67 | refs/heads/master | 2023-08-31T18:11:22.186415 | 2023-08-29T20:45:03 | 2023-08-29T20:45:03 | 75,750,830 | 243 | 140 | Apache-2.0 | 2023-09-14T11:15:00 | 2016-12-06T16:39:55 | C++ | UTF-8 | C | false | false | 26,260 | c | ucx_dp.c | /*----------------------------------------------------------------------------
*
* WRF ADIOS2 I/O
* Author: Sameeh Jubran
* Toga Networks, a Huawei Company
* sameeh.jubran@toganetworks.com
* Author: Michael Laufer
* Toga Networks, a Huawei Company
* michael.laufer@toganetworks.c... |
3df5912ee2ee977e2bd9ff9b4c25e24b92e8b927 | 55540f3e86f1d5d86ef6b5d295a63518e274efe3 | /components/network/ble/blestack/src/services/oad/oad.h | a4e93f994ce39e77312d5321d6b59d94084604d7 | [
"Apache-2.0"
] | permissive | bouffalolab/bl_iot_sdk | bc5eaf036b70f8c65dd389439062b169f8d09daa | b90664de0bd4c1897a9f1f5d9e360a9631d38b34 | refs/heads/master | 2023-08-31T03:38:03.369853 | 2023-08-16T08:50:33 | 2023-08-18T09:13:27 | 307,347,250 | 244 | 101 | Apache-2.0 | 2023-08-28T06:29:02 | 2020-10-26T11:16:30 | C | UTF-8 | C | false | false | 2,064 | h | oad.h | #ifndef __OAD_H__
#define __OAD_H__
#include "types.h"
#include "hci_host.h"
#include "work_q.h"
#define LOCAL_MANU_CODE 0x2c00
#define LOCAL_FILE_VER 00000001
#define OAD_OPCODE_SIZE 1
//00070000-0745-4650-8d93-df59be2fc10a
#define BT_UUID_OAD BT_UUID_DECLARE_128(BT_UUID_128_ENCODE(0x00070000, ... |
e1d2274dac5f498c895bfcdac3e3f72f3bac8491 | a12b448f44beb4d521cb7e31677281f41df35f0b | /3rdParty/isl/isl_id_private.h | 1d903c8e59e855cce9f8c68dbb44e148169ad53b | [
"MIT",
"LGPL-2.0-or-later"
] | permissive | Tiramisu-Compiler/tiramisu | d45f65dd9c35f643b3531ec79df1203c7ea3371d | f13e480f0ddb142cec371b7d7431a41d8ca885ec | refs/heads/master | 2023-08-25T12:21:26.889736 | 2023-05-09T18:40:52 | 2023-05-09T18:40:52 | 58,378,976 | 906 | 168 | MIT | 2023-09-08T11:47:06 | 2016-05-09T13:33:51 | C++ | UTF-8 | C | false | false | 835 | h | isl_id_private.h | /*
* Copyright 2008-2009 Katholieke Universiteit Leuven
*
* Use of this software is governed by the MIT license
*
* Written by Sven Verdoolaege, K.U.Leuven, Departement
* Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
*/
#ifndef ISL_ID_PRIVATE_H
#define ISL_ID_PRIVATE_H
#include <isl/id.h>... |
91c59b263d0520d87dc2f89127e2a748c919addf | 0744dcc5394cebf57ebcba343747af6871b67017 | /os/wqueue/wqueue.h | 8938b8376167a6907855273db02701344b68ef01 | [
"GPL-1.0-or-later",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
"Apache-2.0"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 9,415 | h | wqueue.h | /****************************************************************************
*
* Copyright 2016 Samsung Electronics All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at... |
19ecdbfbe693db1e6ee08a120e70f485926e489d | 321d11eaee885ceb3a74db0a062f9bbdf282148c | /apps/srp.c | a9466f830289b018af5267d0ea2de9b310730cd3 | [
"Apache-2.0",
"OpenSSL",
"LicenseRef-scancode-proprietary-license"
] | permissive | openssl/openssl | 75691ebaae957793f2ff0673f77545277dfb3988 | 5318c012885a5382eadbf95aa9c1d35664bca819 | refs/heads/master | 2023-09-03T15:22:52.727123 | 2023-09-01T07:10:49 | 2023-09-02T14:30:01 | 7,634,677 | 24,148 | 11,569 | Apache-2.0 | 2023-09-14T19:48:11 | 2013-01-15T22:34:48 | C | UTF-8 | C | false | false | 21,131 | c | srp.c | /*
* Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2004, EdelKey Project. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the ... |
623137ddf5993b734a332524ab0f04b1e6fdcb7d | 24ed6f6bec90986e60641c991afcea9409df40af | /src/ft2_sample_ed_features.c | be9d2e93d5654d4cd9123c1d6e0332dac01c8a35 | [
"BSD-3-Clause",
"CC-BY-NC-SA-4.0"
] | permissive | 8bitbubsy/ft2-clone | 24b851b989ee0dd27d24041524c95c06a4648485 | 7c6a629b5407f0acfd1df7235903f475156051de | refs/heads/master | 2023-09-04T12:34:02.982464 | 2023-08-16T10:01:41 | 2023-08-16T10:01:41 | 225,352,979 | 560 | 48 | BSD-3-Clause | 2023-05-09T17:26:38 | 2019-12-02T10:59:22 | C | UTF-8 | C | false | false | 33,822 | c | ft2_sample_ed_features.c | /* This file contains the routines for the following sample editor functions:
** - Resampler
** - Echo
** - Mix
** - Volume
**/
// for finding memory leaks in debug mode with Visual Studio
#if defined _DEBUG && defined _MSC_VER
#include <crtdbg.h>
#endif
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#in... |
3f669d01ef66fd605a1c7712fc30b93f8776ee48 | 80d97bc5ff8a43da99893a57f03002e68081d780 | /src/Extension/User32Helper.h | debd9dbf196976bc428f70efdad3f92ee73c5183 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ProgerXP/Notepad2e | 38798db10e0fe0a5602a463a5681bd653afe3bb6 | c703f11bc278457286b3ca1565047a3b09ccdf8d | refs/heads/master | 2023-09-05T23:32:07.576076 | 2023-07-27T11:03:30 | 2023-07-27T11:03:49 | 10,840,481 | 376 | 50 | NOASSERTION | 2022-08-22T14:06:36 | 2013-06-21T10:28:18 | C++ | UTF-8 | C | false | false | 150 | h | User32Helper.h | #pragma once
#include "stdafx.h"
#include <wtypes.h>
BOOL n2e_User32Initialize();
BOOL n2e_ShutdownBlockReasonCreate(HWND hWnd, LPCWSTR pwszReason);
|
0ad95c0d5d9473f5c2b63d894de379a003db6516 | 19a9f2c19bcb81c4a14ba17831d3098de7731fb5 | /ni/src/lib/hlu/PlotManagerP.h | d5bd43766aa1c8d6bde755a745f7e71f34966eb9 | [
"Apache-2.0"
] | permissive | NCAR/ncl | 243c30eaefce642d53373aa583b73df72eb59f22 | 8a96101fe14d0cf0f5ed66a5e6b1733084bc69df | refs/heads/develop | 2023-03-17T07:53:18.883458 | 2022-05-11T16:01:03 | 2022-05-11T16:01:03 | 67,087,395 | 254 | 68 | NOASSERTION | 2022-10-08T07:20:06 | 2016-09-01T01:34:28 | C | UTF-8 | C | false | false | 5,611 | h | PlotManagerP.h | /*
* $Id: PlotManagerP.h,v 1.14 2000-02-16 01:43:31 dbrown Exp $
*/
/************************************************************************
* *
* Copyright (C) 1992 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
***********************... |
4a472d263576c84899228c2039d194d97e094cae | 50dd46b8ece33f3cdd174284b15d1d51f89669d4 | /third_party/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/SmmIchnDispatch2.h | e3f72919a7f6515f0791e8294faf5978c2a46d9a | [
"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 | 4,177 | h | SmmIchnDispatch2.h | /** @file
Intel-only SMM Child Dispatcher Protocol.
This protocol provides a parent dispatch service for a collection of
chipset-specific SMI source.
Copyright (c) 2013-2015 Intel Corporation.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the B... |
156af6662681aea1354580b38aa60377cdbccebf | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/enet/src/enet_drv.c | 7d8c0b216a5b96861b9b4e6d0a7770bc2be944dc | [
"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 | 20,520 | c | enet_drv.c | /*
* Copyright (c) 2011-2012, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this... |
2e9f5365194aed47e8ed18852b088e6a73236a3d | 346cd95125d2a2666184c2a2957d187790795d5b | /sim/vlsim/fpga.h | e67c22b723b0a64d669aa4a8ce94f49f645c6088 | [] | permissive | vortexgpgpu/vortex | 7aeba2c889d4cf8a11d28a070ef169a8266f7034 | d69a64c32ceaee5afdc6da3d74a5b6dcbb2fe5b5 | refs/heads/master | 2023-08-05T00:34:36.928708 | 2023-05-16T08:59:01 | 2023-05-16T08:59:01 | 273,299,204 | 826 | 170 | BSD-3-Clause | 2023-08-03T05:49:59 | 2020-06-18T17:24:17 | Verilog | UTF-8 | C | false | false | 1,552 | h | fpga.h | #ifndef __FPGA_H__
#define __FPGA_H__
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
FPGA_OK = 0, /**< Operation completed successfully */
FPGA_INVALID_PARAM, /**< Invalid parameter supplied */
FPGA_BUSY, /**< Resource is busy */
FPGA_EXCEPTION, /**< An exception... |
f05727535b13d0ec299ad80886e390fefd3f9d0b | da1500e0d3040497614d5327d2461a22e934b4d8 | /third_party/llvm-project/compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c | d3e8c4f7f97654966e3d0dc66ca5a8d9683e7c86 | [
"NCSA",
"MIT",
"LLVM-exception",
"Apache-2.0",
"BSD-3-Clause",
"GPL-1.0-or-later",
"LGPL-2.0-or-later"
] | permissive | youtube/cobalt | 34085fc93972ebe05b988b15410e99845efd1968 | acefdaaadd3ef46f10f63d1acae2259e4024d383 | refs/heads/main | 2023-09-01T13:09:47.225174 | 2023-09-01T08:54:54 | 2023-09-01T08:54:54 | 50,049,789 | 169 | 80 | BSD-3-Clause | 2023-09-14T21:50:50 | 2016-01-20T18:11:34 | null | UTF-8 | C | false | false | 1,990 | c | compiler_rt_logbl_test.c | // RUN: %clang_builtins %s %librt -o %t && %run %t
#define QUAD_PRECISION
#include <math.h>
#include <stdio.h>
#include "fp_lib.h"
#include "int_lib.h"
#if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT)
int test__compiler_rt_logbl(fp_t x) {
#if defined(__ve__)
if (fpclassify(x) == FP_SUBNORMAL)
return 0;
... |
fd4f868399dd8a7456964c4aa3b22b2202da04f3 | d9ea45dbc964799991b9191ae620d2f150652a3d | /Sources/kinc/graphics5/constantlocation.h | 803317ff0d9e222e804716bd2d846042fe0a4010 | [
"Zlib"
] | permissive | Kode/Kinc | 6ebb1cfa11c6e9ed0e153c486f573f1d7dca5664 | d90b7478b192c8270e0ee32c0c3ee18977becd7a | refs/heads/main | 2023-08-08T16:50:01.534587 | 2023-08-07T20:22:46 | 2023-08-07T20:22:46 | 10,254,751 | 283 | 249 | Zlib | 2023-08-26T12:27:36 | 2013-05-23T22:22:58 | C | UTF-8 | C | false | false | 398 | h | constantlocation.h | #pragma once
#include <kinc/global.h>
#include <kinc/backend/graphics5/pipeline.h>
/*! \file constantlocation.h
\brief Provides the constant_location-struct which is used for setting constants/uniforms in a shader.
*/
#ifdef __cplusplus
extern "C" {
#endif
typedef struct kinc_g5_constant_location {
ConstantLo... |
b288f4f613b23d56868fd675f270ceaeaf9a6f6d | 0337c1df871a431c6a8b03ad871d396826d7e210 | /src/3rdparty/win32_src/pdcurses/pdccolor.h | 97212805c30a36441fe1ed074e2c1deed5655ce8 | [
"LicenseRef-scancode-public-domain",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown"
] | permissive | clangen/musikcube | be1ad8c1567c9e3cfbf71e1f595ede9aa0152a97 | 64485978ea2e4483499996a8e2304ce5566573d9 | refs/heads/master | 2023-08-28T00:52:06.905519 | 2023-08-02T02:47:41 | 2023-08-02T02:47:41 | 32,483,164 | 4,049 | 370 | BSD-3-Clause | 2023-09-08T05:05:44 | 2015-03-18T20:41:57 | C++ | UTF-8 | C | false | false | 540 | h | pdccolor.h | #ifndef PDCCOLOR_H
#define PDCCOLOR_H
extern int PDC_blink_state;
typedef uint32_t PACKED_RGB;
#define Get_BValue( rgb) ((int)( (rgb) >> 16))
#define Get_GValue( rgb) ((int)( (rgb) >> 8) & 0xff)
#define Get_RValue( rgb) ((int)((rgb) & 0xff))
int PDC_init_palette( void);
void PDC_get_rgb_values( const chtype srcp,
... |
c68f19f9d1649730e357d257da21a3f38f7ecba3 | 1577e1cf4e89584a125cffb855ca50a9654c6d55 | /libpcap/libpcap/pcap-common.h | e97b5878d683be6893b14d84050810172b4ce7f0 | [
"BSD-3-Clause"
] | permissive | apple-open-source/macos | a4188b5c2ef113d90281d03cd1b14e5ee52ebffb | 2d2b15f13487673de33297e49f00ef94af743a9a | refs/heads/master | 2023-08-01T11:03:26.870408 | 2023-03-27T00:00:00 | 2023-03-27T00:00:00 | 180,595,052 | 124 | 24 | null | 2022-12-27T14:54:09 | 2019-04-10T14:06:23 | null | UTF-8 | C | false | false | 2,512 | h | pcap-common.h | /*
* Copyright (c) 1993, 1994, 1995, 1996, 1997
* 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: (1) source code distributions
* retain the above copyright notice and this paragr... |
602e37d0558a0f2861971c000cc3fc4b31dfc68d | 321d11eaee885ceb3a74db0a062f9bbdf282148c | /crypto/context.c | ba67b0c618e9c010397eb5fd61989d79ad20fa72 | [
"Apache-2.0",
"OpenSSL",
"LicenseRef-scancode-proprietary-license"
] | permissive | openssl/openssl | 75691ebaae957793f2ff0673f77545277dfb3988 | 5318c012885a5382eadbf95aa9c1d35664bca819 | refs/heads/master | 2023-09-03T15:22:52.727123 | 2023-09-01T07:10:49 | 2023-09-02T14:30:01 | 7,634,677 | 24,148 | 11,569 | Apache-2.0 | 2023-09-14T19:48:11 | 2013-01-15T22:34:48 | C | UTF-8 | C | false | false | 16,691 | c | context.c | /*
* Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
4fd84dcc642e816b57e7db526e4c76422d45a4c9 | 56df6683865fd9319b389afd6dd4a922299da593 | /source/reflect/include/reflect/reflect_scope.h | 7789a8de2947b2f0f0bdf5fbdb6ceaf5a3e28aaa | [
"Python-2.0",
"GPL-2.0-or-later",
"MPL-1.1",
"NCSA",
"LicenseRef-scancode-proprietary-license",
"GPL-1.0-or-later",
"BSD-3-Clause",
"MPL-2.0",
"Ruby",
"BSD-2-Clause",
"MIT",
"Apache-2.0"
] | permissive | metacall/core | 4f36fe0b13924853aab6d0f053285b649398cc1d | 419ffb573b17501c91662f0f161032bb19ea1ab3 | refs/heads/develop | 2023-08-23T10:19:30.898387 | 2023-08-10T18:39:08 | 2023-08-10T18:39:08 | 163,221,062 | 1,391 | 167 | Apache-2.0 | 2023-09-13T23:49:43 | 2018-12-26T22:02:57 | C | UTF-8 | C | false | false | 1,923 | h | reflect_scope.h | /*
* Reflect Library by Parra Studios
* A library for provide reflection and metadata representation.
*
* Copyright (C) 2016 - 2022 Vicente Eduardo Ferrer Garcia <vic798@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licens... |
b036afefabbd1ef5dbad2420a62d2bc5802bcdcc | e552c5408e825acc3a00ae8ab8e0697beddf7a0a | /projects/stm8l05x/STM8L15x-16x-05x-AL31-L_StdPeriph_Lib/Libraries/STM8L15x_StdPeriph_Driver/src/stm8l15x_tim5.c | 64a3af6cee1945831e22bc178ab1add7922f3bba | [
"MIT",
"PostgreSQL",
"ISC",
"BSD-3-Clause",
"BSL-1.0",
"BSD-2-Clause"
] | permissive | xhawk18/s_task | f81dda8252bbb0631b564eb8775c8008bc4f5583 | d1e9a348a570433f0f5655f64c8dd3b94a6d1cbe | refs/heads/master | 2023-08-13T08:11:27.712894 | 2023-04-11T12:29:43 | 2023-04-11T12:29:43 | 242,364,894 | 552 | 88 | null | null | null | null | MacCentralEurope | C | false | false | 78,035 | c | stm8l15x_tim5.c | /**
******************************************************************************
* @file stm8l15x_tim5.c
* @author MCD Application Team
* @version V1.6.1
* @date 30-September-2014
* @brief This file provides firmware functions to manage the following
* functionalities of the TI... |
20671b9d00b52a563f16f4a37acd8684f7aa6b7e | 50dd46b8ece33f3cdd174284b15d1d51f89669d4 | /third_party/edk2/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.c | fa94cc74e8630c35557232101a20b61380950050 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause",
"OpenSSL"
] | permissive | google/google-ctf | f99da1ee07729bbccb869fff1cbaed6a80e43bcc | df02323eaf945d15e124801c74abaadca2749dc7 | refs/heads/master | 2023-08-31T14:30:27.548081 | 2023-08-29T13:04:20 | 2023-08-29T13:04:20 | 131,317,137 | 4,136 | 607 | Apache-2.0 | 2023-08-30T22:17:02 | 2018-04-27T15:56:03 | Go | UTF-8 | C | false | false | 9,558 | c | EfiRegTableLib.c | /*++
Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this dis... |
903512c758ebb386686f7c977bc29b898d888a52 | 55540f3e86f1d5d86ef6b5d295a63518e274efe3 | /components/network/wifi_manager/bl60x_wifi_driver/bl_mod_params.c | 01c47c50c494eae967ec91bc144def8bc4a750cd | [
"Apache-2.0"
] | permissive | bouffalolab/bl_iot_sdk | bc5eaf036b70f8c65dd389439062b169f8d09daa | b90664de0bd4c1897a9f1f5d9e360a9631d38b34 | refs/heads/master | 2023-08-31T03:38:03.369853 | 2023-08-16T08:50:33 | 2023-08-18T09:13:27 | 307,347,250 | 244 | 101 | Apache-2.0 | 2023-08-28T06:29:02 | 2020-10-26T11:16:30 | C | UTF-8 | C | false | false | 3,505 | c | bl_mod_params.c |
/*
* Copyright (c) 2016-2022 Bouffalolab.
*
* This file is part of
* *** Bouffalolab Software Dev Kit ***
* (see www.bouffalolab.com).
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* 1. Redistribu... |
43e8c0f1b186754e9ca045a8a925316b3d5b5cdd | a5a99f646e371b45974a6fb6ccc06b0a674818f2 | /Calibration/HcalCalibAlgos/macros/CalibMain.C | 747ed352779b1537e31d08523fe1ad1ab8cf4da7 | [
"Apache-2.0"
] | permissive | cms-sw/cmssw | 4ecd2c1105d59c66d385551230542c6615b9ab58 | 19c178740257eb48367778593da55dcad08b7a4f | refs/heads/master | 2023-08-23T21:57:42.491143 | 2023-08-22T20:22:40 | 2023-08-22T20:22:40 | 10,969,551 | 1,006 | 3,696 | Apache-2.0 | 2023-09-14T19:14:28 | 2013-06-26T14:09:07 | C++ | UTF-8 | C | false | false | 15,812 | c | CalibMain.C | ////////////////////////////////////////////////////////////////////////////////
//
// This provides a provision of executing CalibMonitor, CalibProperties,
// CalibTree, or CalibSplit in batch operation.
//
// Usage:
// ./calibMain.exe <mode> <other parameters depending on mode>
// mode = 0:CalibMonitor, 1:CalibP... |
c7733205ee5ef54811d4e070f675f3b93f275d94 | 4b52bc727e3757a133a02fe5b98dcbdbe80bb2e6 | /back/gc.h | b0fb7336af49b0dfacade0af692f5c5aeac6fd29 | [
"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 | 6,275 | h | gc.h | /**
* Copyright 2018 Slawomir Maludzinski
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, p... |
bf36682284dc2a99d215d4defc5f558497d74b5d | 3706c9baa2beb9d5b19150d1506dedaf0a036f22 | /src/DSPUtilities.h | 676a3cbd0461580806075e97dbbe79fdc96dc74d | [
"MIT"
] | permissive | Miserlou/RJModules | 0e7c0bff3723d64decb13787b6e5031fd7e6740d | 809ad4f0b11cf227f6fcd6b4fed66110d4348b61 | refs/heads/master | 2023-05-12T00:25:07.001406 | 2023-05-04T00:21:51 | 2023-05-04T00:21:51 | 112,019,216 | 105 | 23 | MIT | 2023-05-04T00:08:54 | 2017-11-25T16:45:46 | C++ | UTF-8 | C | false | false | 2,509 | h | DSPUtilities.h | //
// DSPUtilities.h
//
//
//
#ifndef DSPUtilities_h
#define DSPUtilities_h
//==============================================================================
// Calculates the frequency of a given pitch (MIDI) value.
double pitchToFreq(double pitch);
//==============================================================... |
c978102bcc7344fe19c2781a1ea730099a2093b7 | 7744859512f027ef0da8b1bde0f8518e631b98eb | /soh/assets/scenes/misc/market_night/market_night_scene.h | d35189134abf1ae5cac560db4e48788af52b13ce | [] | no_license | HarbourMasters/Shipwright | 7f70b9470e4f9a117f3fe2d6e4deb776b8742182 | 0e7c6585239c0d7ea2c039b8b8cb7eaedf8928a9 | refs/heads/develop | 2023-08-31T20:50:56.253521 | 2023-08-30T17:34:06 | 2023-08-30T17:34:06 | 472,575,717 | 2,104 | 459 | null | 2023-09-14T20:29:01 | 2022-03-22T01:42:52 | C | UTF-8 | C | false | false | 298 | h | market_night_scene.h | #pragma once
#include "align_asset_macro.h"
#define dmarket_night_sceneCollisionHeader_0025F8 "__OTR__scenes/nonmq/market_night_scene/market_night_sceneCollisionHeader_0025F8"
static const ALIGN_ASSET(2) char market_night_sceneCollisionHeader_0025F8[] = dmarket_night_sceneCollisionHeader_0025F8; |
645a37ccfc167c5b5d7fea34a4300c1e5dd7397c | 78dc9f153549b281be709227bc9897931b06260d | /generation/WinSDK/RecompiledIdlHeaders/um/stierr.h | 84785fce4fa4e78f32c909e477046db6a33ed0aa | [
"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 | 4,214 | h | stierr.h | /*++
Copyright (c) 1986-1997 Microsoft Corporation
Module Name:
stierr.h
Abstract:
This module contains the user mode still image APIs error and status codes
Author:
Revision History:
--*/
#ifndef _STIERR_
#define _STIERR_
#pragma once
#include <winapifamily.h>
#pragma region Desktop Family
#if WI... |
38da06493b264e939cae35f5187687dd1894d97c | f367e4b66a1ee42e85830b31df88f63723c36a47 | /lib/monkey/mk_bin/mk_signals.c | b2c9eb6e899a83a3cd99e99b4bc4bea4fe3a6a8b | [
"Apache-2.0"
] | 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 | 2,919 | c | mk_signals.c | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Monkey HTTP Server
* ==================
* Copyright 2001-2015 Monkey Software LLC <eduardo@monkey.io>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the ... |
1a84f08904479d45c8fec1660fb20fd03fada149 | 549270020f6c8724e2ef1b12e38d11b025579f8d | /recipes/libxpm/all/test_package/test_package.c | ed1efad8c383c917933407551791aa4f286b12b5 | [
"MIT"
] | permissive | conan-io/conan-center-index | 1bcec065ccd65aa38b1fed93fbd94d9d5fe6bc43 | 3b17e69bb4e5601a850b6e006e44775e690bac33 | refs/heads/master | 2023-08-31T11:34:45.403978 | 2023-08-31T11:13:23 | 2023-08-31T11:13:23 | 204,671,232 | 844 | 1,820 | MIT | 2023-09-14T21:22:42 | 2019-08-27T09:43:58 | Python | UTF-8 | C | false | false | 144 | c | test_package.c | #include <stddef.h>
#include <X11/xpm.h>
int main(int argc, char const* argv[])
{
(void)argc;
(void)argv;
XpmFree(NULL);
return 0;
}
|
c29644d4ba299c4d9c1390dadbcf8e7812df2ebe | f268b50cfc676024734009a0678825d01fa78a57 | /src/stages/stage6/nonspells/nonspells.h | 5ff9be8b45823ef464c97068ddc72e26efe32a12 | [
"LicenseRef-scancode-warranty-disclaimer",
"CC-BY-4.0",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | taisei-project/taisei | 90a1358567c77555eabfdb340bb6adeb913e2ced | f1c156cacdb579e66d4bc1776d4d1809e93014d2 | refs/heads/master | 2023-09-04T06:25:18.445412 | 2023-09-02T17:31:06 | 2023-09-02T17:31:06 | 977,986 | 785 | 87 | NOASSERTION | 2023-04-29T18:16:47 | 2010-10-11T07:31:32 | C | UTF-8 | C | false | false | 1,061 | h | nonspells.h | /*
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
#pragma once
#include "taisei.h"
#include "global.h"
#include "bos... |
db8b98e6b54be43879cc7aebb67ba6fbd3d143b4 | e73547787354afd9b717ea57fe8dd0695d161821 | /include/mapfs/iwa_01_hit.h | 040d092ae9a05e9eebecf6cf0da70f4d1c79f07b | [] | 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 | 2,410 | h | iwa_01_hit.h | #define COLLIDER_Root 0x35
#define COLLIDER_g298 0x34
#define COLLIDER_st2 0x33
#define COLLIDER_o1060 0x32
#define COLLIDER_st1 0x31
#define COLLIDER_g283 0x30
#define COLLIDER_o1065 0x2F
#define COLLIDER_o1064 0x2E
#define COLLIDER... |
57f1d70c2bdb23544dc2c7e03749f817eb1f5a2b | a12b448f44beb4d521cb7e31677281f41df35f0b | /3rdParty/isl/test_inputs/codegen/omega/iter9-0.c | baedaa09277178dd95d96b1647ba4ecc0511ba55 | [
"MIT",
"LGPL-2.0-or-later"
] | permissive | Tiramisu-Compiler/tiramisu | d45f65dd9c35f643b3531ec79df1203c7ea3371d | f13e480f0ddb142cec371b7d7431a41d8ca885ec | refs/heads/master | 2023-08-25T12:21:26.889736 | 2023-05-09T18:40:52 | 2023-05-09T18:40:52 | 58,378,976 | 906 | 168 | MIT | 2023-09-08T11:47:06 | 2016-05-09T13:33:51 | C++ | UTF-8 | C | false | false | 232 | c | iter9-0.c | for (int c0 = 1; c0 <= 15; c0 += 1) {
if (((-exprVar1 + 15) % 8) + c0 <= 15) {
s1(c0);
s3(c0);
s2(c0);
s0(c0);
s4(c0);
}
if (((-exprVar1 + 15) % 8) + c0 <= 15 || (exprVar1 - c0 + 1) % 8 == 0)
s5(c0);
}
|
36feaf5980bd1f489342d34b62f7f5edff4eb0a6 | 40eadff029ed08d1c01ee93a735c1b46afca5c19 | /src/plibraryloader-shl.c | 8129697c3f120f3423ca2381fcfe6bf46ccb46fd | [
"MIT"
] | permissive | saprykin/plibsys | 59c5be91900e87e2606447c60de9d3ad9b699dbf | 487bfd45a5b496693e07d6e76840951279a031b1 | refs/heads/master | 2023-08-17T00:16:48.121274 | 2023-08-13T17:11:39 | 2023-08-13T17:11:39 | 38,903,208 | 624 | 81 | MIT | 2023-07-02T16:27:53 | 2015-07-10T21:38:46 | C | UTF-8 | C | false | false | 3,635 | c | plibraryloader-shl.c | /*
* The MIT License
*
* Copyright (C) 2017 Alexander Saprykin <saprykin.spb@gmail.com>
*
* 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 limi... |
d579990b2408496e588185a50ef617746954e9a0 | 25e99a0af5751865bce1702ee85cc5c080b0715c | /linux_system/src/linux-server-high-performance/9-1-select-recvdata.c | 7c5a677eaf2af47cb0cb4a2c20352fb9e3b42f5e | [] | no_license | jasonblog/note | 215837f6a08d07abe3e3d2be2e1f183e14aa4a30 | 4471f95736c60969a718d854cab929f06726280a | refs/heads/master | 2023-05-31T13:02:27.451743 | 2022-04-04T11:28:06 | 2022-04-04T11:28:06 | 35,311,001 | 130 | 67 | null | 2023-02-10T21:26:36 | 2015-05-09T02:04:40 | C | UTF-8 | C | false | false | 2,649 | c | 9-1-select-recvdata.c | #include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <assert.h>
#include <stdio.h>
#include <assert.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
int main(int argc, char *argv[])
{
if (argc <= 2)
{
... |
31603793fbfb54723a522589a093ea51610d1bfb | aa3befea459382dc5c01c925653d54f435b3fb0f | /boards/arm/stm32/viewtool-stm32f107/src/viewtool_stm32f107.h | 294dd6cfed9cf2a3ef391dd0f759f1c13e4f8c22 | [
"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 | 19,638 | h | viewtool_stm32f107.h | /****************************************************************************
* boards/arm/stm32/viewtool-stm32f107/src/viewtool_stm32f107.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 info... |
30c7fdfa94ded47f2c9dbd243b841867b5cf4d62 | fd016aacb50a65dbda2f0e2b35cec38a63baf68d | /targets/AzureRTOS/SiliconLabs/SL_STK3701A/config/sl_usbd_class_winusb_config.h | 4da7f4409b54188ce35d4043f40334e0c293072b | [
"MIT"
] | permissive | nanoframework/nf-interpreter | 4795563afe8b1d8e4819a4b4ebd700c9e36a4d80 | 2ebb0aeef2d9482a6233e4c78f562878ba726cf6 | refs/heads/main | 2023-08-29T11:30:31.384324 | 2023-08-29T10:55:46 | 2023-08-29T10:55:46 | 74,834,622 | 283 | 266 | MIT | 2023-09-14T00:22:43 | 2016-11-26T15:45:06 | C | UTF-8 | C | false | false | 1,709 | h | sl_usbd_class_winusb_config.h | //
// Copyright (c) .NET Foundation and Contributors
// Portions Copyright 2021 Silicon Laboratories Inc. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#ifndef SL_USBD_VENDOR_WINUSB_CONFIG_H
#define SL_USBD_VENDOR_WINUSB_CONFIG_H
// <<< Use Configuration Wizard in Conte... |
36ed3f93d893594761efd576415f66059dccbe09 | 010279e2ba272d09e9d2c4e903722e5faba2cf7a | /contrib/tools/python3/src/Include/errcode.h | 54ae929bf258703845c0c832585ffa9595ee7da0 | [
"LicenseRef-scancode-python-cwi",
"LicenseRef-scancode-other-copyleft",
"Python-2.0",
"BSD-3-Clause",
"0BSD",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"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 | 1,700 | h | errcode.h | #ifndef Py_ERRCODE_H
#define Py_ERRCODE_H
#ifdef __cplusplus
extern "C" {
#endif
/* Error codes passed around between file input, tokenizer, parser and
interpreter. This is necessary so we can turn them into Python
exceptions at a higher level. Note that some errors have a
slightly different meaning when p... |
820b0539a3bf0bd1315507db6c754ddb9b303874 | fdbb74a95924e2677466614f6ab6e2bb13b2a95a | /test/libc/sock/nonblock_test.c | 76535d7b890ffb8784307501c059c9f3dcfeda25 | [
"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 | 5,584 | c | nonblock_test.c | /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│
│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│
╞══════════════════════════════════════════════════════════════════════════════╡
│ Copyright 2023 Justine Alexandra Roberts Tunney ... |
5ce1327f4d7ca1d20dfd093a08524306cb22dc6b | 9de0cec678bc4a3bec2b4adabef9f39ff5b4afac | /PWGCF/FEMTOSCOPY/macros/Train/PWG2Train2/ConfigFemtoAnalysis.C | c5d8e7b4e25f73605a5843e90a999b7144443192 | [] | 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 | 21,624 | c | ConfigFemtoAnalysis.C | /*********************************************************************
* *
* ConfigFemtoAnalysis.C - configuration macro for the femtoscopic *
* analysis, to be run in the analysis train. *
* Assumed input data: large (>10M) ... |
b91f1dcf1e35db36006a1ed6fb656bc369ca0628 | 94b153fe49c2e7bd901c4f26d3cc4134920b4ccf | /docs/examples/c/session_buffer_test/session_buffer_test.c | 19c4244ba544f0f4668e3225257596855d55f49a | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0"
] | permissive | cossacklabs/themis | d6d39836fcebe88d228d25a670a35c556b6a117d | 86096502c48a80edb11f567c92e26eb463eae36c | refs/heads/master | 2023-08-17T03:48:03.760843 | 2023-07-10T19:57:46 | 2023-07-10T19:57:46 | 35,159,920 | 1,831 | 168 | Apache-2.0 | 2023-09-14T04:05:12 | 2015-05-06T13:25:25 | C | UTF-8 | C | false | false | 3,421 | c | session_buffer_test.c | #include "session_buffer_test.h"
typedef struct callback_key_type {
uint8_t *key;
size_t key_length;
} callback_key_t;
static int
on_get_pub_key(const void *id, size_t id_length, void *key_buffer, size_t key_buffer_length, void *user_data) {
callback_key_t *cb = (callback_key_t *) user_data;
memcpy(ke... |
1c712134a79003e466e46c073797fc5735426d53 | 10a8580aa44d33b7458429023c00de8c01ceda98 | /axiom/tests/test_configstrings.c | 3958748adc56b751eb6a7bd195509c405264c16d | [
"BSD-4-Clause-UC",
"Apache-2.0"
] | permissive | newrelic/newrelic-php-agent | 87ad20e0a5abf0d2855e7d27a25c36454ae4389a | dfb359f0dbb53e4cbc5106b52c8f3807c7fc8d42 | refs/heads/main | 2023-08-15T10:28:24.372352 | 2023-08-14T17:29:31 | 2023-08-14T17:29:31 | 302,112,572 | 116 | 67 | Apache-2.0 | 2023-09-13T18:33:47 | 2020-10-07T17:35:01 | C | UTF-8 | C | false | false | 3,360 | c | test_configstrings.c | /*
* Copyright 2020 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
#include "nr_axiom.h"
#include "nr_configstrings.h"
#include "tlib_main.h"
static void test_nr_parse_time(void) {
int i;
nrtime_t t;
struct {
const char* testname;
const char* input;
nrtime_t... |
c353cba2227988aefc70d5c94d5af6e7401a3a0d | 39568e19301a7a112398be542154950af25591de | /sw/device/lib/crypto/drivers/entropy.c | 862b2cfe99c4cd708e7dd0eb9c7f942b4604695c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lowRISC/opentitan | 493995bc7cf7cb3aee486a5203af3fd62bba3bfc | 51f6017b8425b14d5a4aa9abace8fe5a25ef08c8 | refs/heads/master | 2023-08-31T22:05:09.425796 | 2023-08-14T14:52:15 | 2023-08-31T20:31:13 | 204,516,692 | 2,077 | 634 | Apache-2.0 | 2023-09-14T21:16:21 | 2019-08-26T16:30:16 | SystemVerilog | UTF-8 | C | false | false | 32,932 | c | entropy.c | // Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include "sw/device/lib/crypto/drivers/entropy.h"
#include "sw/device/lib/base/abs_mmio.h"
#include "sw/device/lib/base/bitfield.h"
#include "sw/device/lib/base/memory.... |
69155ca324f2105b56d0db53d0da7a3394c5a5d3 | 152033c36c5b8f0c12843db6036bff9e0e848e98 | /src/utils/api-utils.h | 1df95e86cab741cdccc9b4b0348a2f939db84963 | [
"MIT",
"Apache-2.0"
] | permissive | haiwen/seafile-client | 4f8348c184ec749757e44cea8cc44ae0713492ae | 5c832cb119af540e6c2517f225cca67b172e6a63 | refs/heads/master | 2023-09-01T20:47:19.188179 | 2023-08-28T07:53:26 | 2023-08-28T07:53:26 | 11,894,308 | 441 | 332 | Apache-2.0 | 2023-09-08T02:22:13 | 2013-08-05T09:08:07 | C++ | UTF-8 | C | false | false | 254 | h | api-utils.h | #ifndef SEAFILE_CLIENT_API_UTILS_H_
#define SEAFILE_CLIENT_API_UTILS_H_
QHash<QString, QString>
getSeafileLoginParams(const QString& computer_name=QString(),
const QString& prefix=QString());
#endif // SEAFILE_CLIENT_API_UTILS_H_
|
287ff11838bde457440eedd2b04cd9b8cce11bd6 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/phytium/libraries/standalone/drivers/mio/fmio/fmio.h | 20645951973d5b290ebf74c1a06a78cb390db2d3 | [
"Apache-2.0",
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | 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 | 2,681 | h | fmio.h | /*
* Copyright : (C) 2022 Phytium Information Technology, Inc.
* All Rights Reserved.
*
* This program is OPEN SOURCE software: you can redistribute it and/or modify it
* under the terms of the Phytium Public License as published by the Phytium Technology Co.,Ltd,
* either version 1.0 of the License, or (at your ... |
36e66563fa4309f8a1ea779d3b038b0b72860bb2 | 34cfb15a219a735d58fcaadfb71ef1606a9114dc | /ext/deps/libcat/src/cat_api.c | 9961ba4815082c46840b4e39cf77581410102918 | [
"Apache-2.0",
"ISC",
"BSL-1.0",
"MIT",
"BSD-2-Clause"
] | permissive | swow/swow | e32007f3cf1c8daf4accd7d64f9b2b728f5ab103 | 231f580dd1ee84d0364f314387073c5bda9854d2 | refs/heads/develop | 2023-08-19T13:51:39.840737 | 2023-08-05T01:51:04 | 2023-08-05T03:13:03 | 295,651,066 | 1,085 | 117 | Apache-2.0 | 2023-06-15T09:18:12 | 2020-09-15T07:37:43 | C | UTF-8 | C | false | false | 3,959 | c | cat_api.c | /*
+--------------------------------------------------------------------------+
| libcat |
+--------------------------------------------------------------------------+
| Licensed under the Apache License, Version 2.0 (the "License"); |
... |
1087f3ec38c4f5bd9f07ccdee5626f4bc8f7ded9 | f79dec3c4033ca3cbb55d8a51a748cc7b8b6fbab | /emulators/gxemul/patches/patch-src_include_components_M88K__CPUComponent.h | 299d96b08ece10e55f370e6366e666d9ab234ca1 | [] | 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 | 655 | h | patch-src_include_components_M88K__CPUComponent.h | $NetBSD: patch-src_include_components_M88K__CPUComponent.h,v 1.1 2012/11/23 12:33:22 joerg Exp $
--- src/include/components/M88K_CPUComponent.h.orig 2012-11-19 20:10:14.000000000 +0000
+++ src/include/components/M88K_CPUComponent.h
@@ -377,7 +377,7 @@ protected:
virtual bool FunctionTraceReturnImpl(int64_t& retval) ... |
45a6cb70071c7815a75b9844f208e7c414e83c03 | 9ceacf33fd96913cac7ef15492c126d96cae6911 | /sys/dev/pci/drm/amd/amdgpu/amdgpu_sdma.c | d318016f41b40564441890ad6ef0485fb7ef46f4 | [] | no_license | openbsd/src | ab97ef834fd2d5a7f6729814665e9782b586c130 | 9e79f3a0ebd11a25b4bff61e900cb6de9e7795e9 | refs/heads/master | 2023-09-02T18:54:56.624627 | 2023-09-02T15:16:12 | 2023-09-02T15:16:12 | 66,966,208 | 3,394 | 1,235 | null | 2023-08-08T02:42:25 | 2016-08-30T18:18:25 | C | UTF-8 | C | false | false | 8,310 | c | amdgpu_sdma.c | /*
* Copyright 2018 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, m... |
9c2139d2ec762e84cd53bae525439f84099c737d | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/tsens_callback.c | ef7fd46ca697fe243c64f021a2b4f5d6bc55dc46 | [
"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 | 4,511 | c | tsens_callback.c | /**
* \file
*
* \brief SAM Temperature Sensor Driver
*
* Copyright (C) 2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*... |
88f8510e8dc1853228b3eb3fb159ebeddbb5a535 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/sqlite/src/ext/misc/base85.c | 5ec136dbc68007df75b3a887ecc126eee2621bb0 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"blessing",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | 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 | 12,900 | c | base85.c | /*
** 2022-11-16
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
**************************... |
b45ca69f93719df9a1a29f0d78d71d5e4a31782d | aa3befea459382dc5c01c925653d54f435b3fb0f | /libs/libc/aio/aio_error.c | f0d3268399e1b3b3e8cf0385a9e7f9c1b850c78e | [
"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 | 3,993 | c | aio_error.c | /****************************************************************************
* libs/libc/aio/aio_error.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 ownersh... |
599d6286b20987daf37461056cfa40a2e8d7cf10 | 83e7dc1281874779c46dfadcc15b2bb66d8e599c | /examples/widgets/obj/lv_example_obj_1.c | 9c5ff7a05690920d863db936166fe7dfeafb6d07 | [
"MIT"
] | permissive | lvgl/lvgl | 7d51d6774d6ac71df7101fc7ded56fea4b70be01 | 5c984b4a5364b6455966eb3a860153806c51626f | refs/heads/master | 2023-08-30T22:39:20.283922 | 2023-08-30T19:55:29 | 2023-08-30T19:55:29 | 60,667,730 | 9,296 | 2,218 | MIT | 2023-09-14T17:59:34 | 2016-06-08T04:14:34 | C | UTF-8 | C | false | false | 649 | c | lv_example_obj_1.c | #include "../../lv_examples.h"
#if LV_BUILD_EXAMPLES
void lv_example_obj_1(void)
{
lv_obj_t * obj1;
obj1 = lv_obj_create(lv_scr_act());
lv_obj_set_size(obj1, 100, 50);
lv_obj_align(obj1, LV_ALIGN_CENTER, -60, -30);
static lv_style_t style_shadow;
lv_style_init(&style_shadow);
lv_style_set_... |
bb3f4a2cf70bce116c0335b80e57f79f39e78a28 | 0744dcc5394cebf57ebcba343747af6871b67017 | /os/board/rtl8730e/src/component/utils/ipc/ipc-2.0/rtl8730e/include/ipc.h | 56d8d0c56073ae198314dc5cc2ea445b64b472a1 | [
"GPL-1.0-or-later",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
"Apache-2.0"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 2,822 | h | ipc.h | /*
* Copyright (c) 2022 Realtek, LLC.
* All rights reserved.
*
* Licensed under the Realtek License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License from Realtek
*
* Unless required by applicable law or agreed to in writing, ... |
9541be2e70021552d39a8681928772de71933525 | cc5ec0714e290895bc04c6c6292ae29b3236c658 | /materials.h | a6b4b6a7d02b9efb6f73b7f42d1db8b259b38311 | [
"MIT"
] | permissive | hankmorgan/UnderworldExporter | bde6f99e4a5fca1a3deedef4b2f8ac3d31c66316 | 3907ffe900709fe7abf5cea6373a4d6661dea3aa | refs/heads/master | 2023-07-20T12:32:01.499701 | 2023-07-15T11:47:17 | 2023-07-15T11:47:17 | 15,637,144 | 321 | 23 | MIT | 2020-05-22T20:10:59 | 2014-01-04T18:24:07 | C# | UTF-8 | C | false | false | 374 | h | materials.h | #ifndef materials_h
#define materials_h
void BuildXDataFile(int game);
void BuildSndShaderFiles();
void BuildSHOCKMtrFiles(int MtrType);
void BuildGuiFiles();
void ExportModelFormat();
void BuildWORDSXData(int game);
void BuildUWXData(int game, int TargetBlock);
void BuildUWMtrFiles(int game, int mtrType);
... |
425bfa9a0bd79575b2bccf037fb71d9f424a96d7 | ff477a586b946c575441b6189123ab86c175e5ae | /samtools/bam_import.c | 14ff0b0de7f81d10f79de0c987c5968aef2c3961 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | pysam-developers/pysam | 5552e4903106fc253869a405f4a2c068c6bd65c5 | 0663ca85739877e5dd05c0eb2512a8bcaa515b39 | refs/heads/master | 2023-08-16T19:10:17.566296 | 2023-08-15T10:06:59 | 2023-08-15T12:28:29 | 16,557,526 | 678 | 332 | MIT | 2023-09-14T10:40:22 | 2014-02-05T20:38:10 | C | UTF-8 | C | false | false | 15,912 | c | bam_import.c | /* bam_import -- Import of FASTQ files.
*
* samtools import -1 a_1.fq -2 a_2.fq --i1 a_i1.fq --i2 a_i2.fq
* samtools import a_1.fq a_2.fq
* samtools import a_interleaved.fq
*
* Copyright (C) 2020-2021 Genome Research Ltd.
*
* Author: James Bonfield <jkb@sanger.ac.uk>
*/
/*
Permission is hereby granted, ... |
59b6b08579325719a22450d2ee109e2c229714fa | 257934c726f465f2074f501e2cd58c36d7de84c9 | /deps/subhook/tests/test.c | d8b39fda6965583a98252470d05a744e507d8a54 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | Zeex/samp-plugin-crashdetect | 8bc71097c52a5522e801aa183f088e2d8554f262 | a2b61f0f10c37c1762467a6979e7ddc6db27dc9d | refs/heads/master | 2023-08-29T14:07:51.608644 | 2023-08-18T08:04:32 | 2023-08-18T08:04:32 | 3,925,501 | 106 | 35 | BSD-2-Clause | 2023-08-26T17:41:41 | 2012-04-04T04:36:38 | C | UTF-8 | C | false | false | 1,747 | c | test.c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <subhook.h>
typedef void (*foo_func_t)(void);
#ifdef SUBHOOK_X86
#if defined SUBHOOK_WINDOWS
#define FOO_CALL __cdecl
#elif defined SUBHOOK_UNIX
#define FOO_CALL __attribute__((cdecl))
#endif
#endif
#ifndef FOO_CALL
#define FOO_CALL
#... |
e42e70acd310fd67c6e2a98da99ddab53fc964a9 | 9ceacf33fd96913cac7ef15492c126d96cae6911 | /lib/libc/thread/rthread_libc.c | 2a117c14f6ed24f7f0810771342f0bf66d60697b | [] | 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 | 6,750 | c | rthread_libc.c | /* $OpenBSD: rthread_libc.c,v 1.4 2021/01/06 19:54:17 otto Exp $ */
/* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include "rthread.h"
#include "rthread_cb.h"
/*
* A thread tag is a pointer to a structure of this type. An opaqu... |
889f90841f4685b9f0e6030407b9d4060a51dc0d | 8838eb997879add5759b6dfb23f9a646464e53ca | /src/drivers/video/lynxfb/ddk750_chip.c | a2e65e606e082c9a16969cdea20652c546b951bf | [
"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 | 11,037 | c | ddk750_chip.c | /**
* @file
*
* @date Apr 2, 2018
* @author Anton Bondarev
*/
#include <util/log.h>
#include <stdint.h>
#include <stdlib.h>
#include <drivers/video/fb.h>
#include "ddk750_reg.h"
#include "ddk750_chip.h"
#include "ddk750_power.h"
#include "lynxfb_hw750.h"
#define SZ_1M 0x00100000
#define SZ_2M ... |
d58dc99df9096e070ff6a303225f882e96201395 | 1577e1cf4e89584a125cffb855ca50a9654c6d55 | /Security/header_symlinks/iOS/Security/SecOTRSessionPriv.h | 916397164f31eee0db52d4e20d3c4bb0bece3450 | [] | no_license | apple-open-source/macos | a4188b5c2ef113d90281d03cd1b14e5ee52ebffb | 2d2b15f13487673de33297e49f00ef94af743a9a | refs/heads/master | 2023-08-01T11:03:26.870408 | 2023-03-27T00:00:00 | 2023-03-27T00:00:00 | 180,595,052 | 124 | 24 | null | 2022-12-27T14:54:09 | 2019-04-10T14:06:23 | null | UTF-8 | C | false | false | 45 | h | SecOTRSessionPriv.h | ../../../OSX/sec/Security/SecOTRSessionPriv.h |
b78b3aeae11cdabb824fd33878a26966445b8ca2 | 431a5c28b8dfcc7d6ca6f4f97bf370cd770547a7 | /src/tmx/Asn_J2735/include/asn_j2735_r63/ObjectType.h | 52837430b2cb11a14c4e8fa3692b0d91c213c7bc | [
"Apache-2.0"
] | permissive | usdot-fhwa-OPS/V2X-Hub | 134061cfb55d8c83e871f7fd4bbfa5d8d3092eb0 | aae33e6a16b8a30e1faee31a7ee863d191be06b8 | refs/heads/develop | 2023-08-26T10:10:59.989176 | 2023-08-24T14:58:21 | 2023-08-24T14:58:21 | 168,020,929 | 106 | 63 | null | 2023-09-11T20:24:45 | 2019-01-28T19:16:45 | C | UTF-8 | C | false | false | 1,327 | h | ObjectType.h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "SDSM"
* found in "J2735_201603_2023-06-22.asn"
* `asn1c -fcompound-names `
*/
#ifndef _ObjectType_H_
#define _ObjectType_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeEnumerated.h>
#ifdef _... |
e1c0c8d5ad0128574e396f3c32172ffda6e62741 | 407c96d904cf46a5f95217e44071f999783698a3 | /trezor-crypto/crypto/cardano.c | 6b07f776c15ea04f87dd50354a78d3190a809877 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-protobuf",
"LGPL-2.1-only",
"Swift-exception",
"BSL-1.0",
"Apache-2.0"
] | permissive | trustwallet/wallet-core | dfeb276ddf1e3faf46c82f0a0cda2551e9c873f6 | 0c8e2e58aa8eb1360e4a6b03df91fb2de97e3caa | refs/heads/master | 2023-08-21T11:58:43.983035 | 2023-08-18T10:51:13 | 2023-08-18T10:51:13 | 170,738,310 | 2,311 | 1,283 | Apache-2.0 | 2023-09-08T11:26:39 | 2019-02-14T18:25:54 | C++ | UTF-8 | C | false | false | 10,227 | c | cardano.c | /**
* Copyright (c) 2013-2021 SatoshiLabs
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, p... |
2dd2711d2ca191859f091668c65c6d923d1e16ba | 0744dcc5394cebf57ebcba343747af6871b67017 | /os/net/bluetooth/bt_smp.h | dc42f30ca28163bbbb2e38b399cc7acd9cda81ee | [
"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,187 | h | bt_smp.h | /****************************************************************************
* net/bluetooth/bt_smp.h
* Security Manager Protocol implementation.
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Ported from the Intel/Zephyr arduino101_firmware_source-v1.... |
0897022745d3a4ec795afa02583b1e2cb535c2f7 | 178c7fa06ccc0c306dc2b63d6113406e55297648 | /drishti/connecttfeditor.h | e41c73a072bfd9cdaaf8f3385c46a198142dc9d7 | [
"MIT"
] | permissive | nci/drishti | 3314726701c77e4f5f0b2dfdb1e7782489ebce34 | da80a8e1f5e39c3010e9752d2053ed4aac5407aa | refs/heads/master | 2023-08-03T08:58:29.843136 | 2023-08-01T03:53:58 | 2023-08-01T03:53:58 | 14,131,626 | 145 | 29 | MIT | 2021-02-04T09:33:22 | 2013-11-05T04:00:01 | C++ | UTF-8 | C | false | false | 627 | h | connecttfeditor.h | #ifndef CONNECTTFEDITOR_H
#define CONNECTTFEDITOR_H
connect(m_tfEditor, SIGNAL(updateComposite()),
this, SLOT(updateComposite()));
connect(m_tfEditor, SIGNAL(giveHistogram(int)),
this, SLOT(changeHistogram(int)));
connect(m_tfEditor, SIGNAL(applyUndo(bool)),
this, SLOT(applyTFUndo(bool)));
connect(... |
5526333818f58a823c630546a62a0f37a13cd3bb | 50dd46b8ece33f3cdd174284b15d1d51f89669d4 | /third_party/edk2/MdePkg/Include/Protocol/HiiPackageList.h | 4122f11dddb26c0b06069930d37d0872c161d6a9 | [
"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 | 1,183 | h | HiiPackageList.h | /** @file
EFI_HII_PACKAGE_LIST_PROTOCOL as defined in UEFI 2.1.
Boot service LoadImage() installs EFI_HII_PACKAGE_LIST_PROTOCOL on the handle
if the image contains a custom PE/COFF resource with the type 'HII'.
The protocol's interface pointer points to the HII package list, which is
contained in the res... |
85ed8aeaf82e4c6da9c97e29c2629cdafa81ff96 | 010279e2ba272d09e9d2c4e903722e5faba2cf7a | /util/system/maxlen.h | e1ff7f500869274cade6dd81fe384f603b865e62 | [
"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 | 499 | h | maxlen.h | #pragma once
#include <cstdlib>
// http://support.microsoft.com/kb/208427
#ifndef URL_MAXLEN
#define URL_MAXLEN 2083
#endif
#define HOST_MAX 260
#ifndef URL_MAX
#define URL_MAX 1024
#endif
#define FULLURL_MAX (URL_MAX + HOST_MAX)
#define LINKTEXT_MAX 1024
#ifdef WIN32
#ifndef PATH_MAX
#define P... |
306ad639083352e29c3004c00c2ba1aa16eaa333 | 9ca19ee62e2c985be413bd12e5eb63b44833750d | /src/cforth/config.h | 9b7ba0ed9e6200dec178b7159f83be95fcb6f240 | [
"MIT"
] | permissive | MitchBradley/cforth | 4cb523847c552b2e32e5e50a328b8e263a074d85 | bae39263f2615e1d260426e3eca0ab32816f54ef | refs/heads/master | 2023-08-31T17:23:00.037535 | 2023-08-17T09:01:57 | 2023-08-17T09:01:57 | 12,050,604 | 142 | 43 | NOASSERTION | 2023-08-21T16:36:56 | 2013-08-12T07:50:31 | C | UTF-8 | C | false | false | 4,351 | h | config.h | /* config.h 1.7 93/11/03 */
/*
* This file contains definitions which configure C Forth 83 for specific
* processors, operating systems, compilers, and memory models.
*
* IMPORTANT NOTE: The preferred place to set the basic configuration
* parameters (the OS name and the number of bits) is in the Makefile
* for ... |
96747633e6e671ed61fb0e9bc6ec80e0f063ca66 | 5eff7a36d9a9917dce9111f0c3074375fe6f7656 | /lib/libxkbfile/src/xkbout.c | 57f5adf17955f1fc1c6572d3630e0bd0fdb22955 | [
"MIT-open-group",
"HPND"
] | permissive | openbsd/xenocara | cb392d02ebba06f6ff7d826fd8a89aa3b8401779 | a012b5de33ea0b977095d77316a521195b26cc6b | refs/heads/master | 2023-08-25T12:16:58.862008 | 2023-08-12T16:16:25 | 2023-08-12T16:16:25 | 66,967,384 | 177 | 66 | null | 2023-07-22T18:12:37 | 2016-08-30T18:36:01 | C | UTF-8 | C | false | false | 40,052 | c | xkbout.c | /************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all ... |
220ee1f68dc78e0169cf5bd391079193d359f927 | 665da87f9fefd8678b0635e31df3f3ff28a1d48c | /third-party/libtommath-1.2.0/bn_mp_init_ull.c | 84110c002d285f8324de4aba55020543acaa76dc | [
"LicenseRef-scancode-free-unknown",
"Unlicense",
"MIT"
] | permissive | justinethier/cyclone | eeb782c20a38f916138ac9a988dc53817eb56e79 | cc24c6be6d2b7cc16d5e0ee91f0823d7a90a3273 | refs/heads/master | 2023-08-30T15:30:09.209833 | 2023-08-22T02:11:59 | 2023-08-22T02:11:59 | 31,150,535 | 862 | 64 | MIT | 2023-03-04T15:15:37 | 2015-02-22T03:08:21 | Scheme | UTF-8 | C | false | false | 228 | c | bn_mp_init_ull.c | #include "tommath_private.h"
#ifdef BN_MP_INIT_ULL_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
MP_INIT_INT(mp_init_ull, mp_set_ull, unsigned long long)
#endif
|
ea08584c42ddd15455db0b098b13689315d824d9 | 667be8b1a5d7cce70b6424aa22e8c8e56e358fb3 | /modules/matrix/float/dspm_mult_f32_ansi.c | 371aa25326bfcc5a95e83e3bfd1d31b9f178c2cd | [
"Apache-2.0"
] | permissive | espressif/esp-dsp | d9636e15afa879ff28824194cf2408a6637025be | 2091d66e84e8024dbb182428494073e2151f8e88 | refs/heads/master | 2023-07-23T11:22:06.700408 | 2023-07-13T20:24:07 | 2023-07-13T20:24:07 | 165,801,253 | 347 | 81 | Apache-2.0 | 2023-06-12T08:16:50 | 2019-01-15T06:58:03 | C | UTF-8 | C | false | false | 1,166 | c | dspm_mult_f32_ansi.c | // Copyright 2018-2019 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... |
a3e73bcf277c4ea004f565b8208a979b496829cb | b452bbb87214f174122f425f6f98f4c3890c3cca | /internal/ccall/cgraph/edge.c | 5256cd16da2ebc0946f27da0b02d664fdd68ca9c | [
"MIT"
] | permissive | goccy/go-graphviz | bea9bc86b42734aff7ffae283aeae71702ca588a | 865af036ddbb745c4424bbd2fdaa9a75668cf0d4 | refs/heads/master | 2023-07-20T08:05:39.868377 | 2023-03-21T23:49:44 | 2023-03-21T23:49:44 | 236,740,615 | 511 | 66 | MIT | 2023-07-07T13:53:28 | 2020-01-28T13:24:09 | Go | UTF-8 | C | false | false | 11,900 | c | edge.c | /* $Id$ $Revision$ */
/* vim:set shiftwidth=4 ts=8: */
/*************************************************************************
* Copyright (c) 2011 AT&T Intellectual Property
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.... |
5e5eccf480d632b88ddd39cb265dfc21ab031bae | 4cd1537b92864ee108def7886aafc0f924f97c0f | /src/dogstatsd/client.c | 25d69274a789e9035e4ed910756b699733592a18 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | DataDog/dd-trace-php | 68f08674208ef9ec1c874e3eabd7b88f1d6dd5dd | 014989e42bfa5919f451cee3ae2b57cc35bdee9b | refs/heads/master | 2023-09-01T15:36:22.838634 | 2023-09-01T13:17:02 | 2023-09-01T13:17:02 | 119,990,860 | 363 | 166 | NOASSERTION | 2023-09-13T16:09:22 | 2018-02-02T14:21:54 | PHP | UTF-8 | C | false | false | 5,483 | c | client.c | #include "dogstatsd_client/client.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <unistd.h>
/* These functions are inline, but need to go in a translation unit somewhere
* to avoid certain linker errors. The extern inline handles this.
*/
extern inline dogstatsd_clien... |
de93fcc41bf48ffed25dddbf74d233795d0a8e6b | 84f1ce4838c39cec710818d69005f8919ec39994 | /src/arch/armv8/armv8-a/inc/arch/page_table.h | bcfd2e4d61f7efa7dd422887877981149b52ac81 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | bao-project/bao-hypervisor | adb2689fdd690d10ea11fa693375c4043a9f9309 | 291cac3df9d5e0b4704006376196cd2231105704 | refs/heads/main | 2023-08-31T05:50:21.845457 | 2023-07-25T19:46:28 | 2023-08-22T12:09:57 | 233,099,706 | 231 | 78 | Apache-2.0 | 2023-09-14T13:58:26 | 2020-01-10T17:42:11 | C | UTF-8 | C | false | false | 5,145 | h | page_table.h | /**
* SPDX-License-Identifier: Apache-2.0
* Copyright (c) Bao Project and Contributors. All rights reserved.
*/
#ifndef __ARCH_PAGE_TABLE_H__
#define __ARCH_PAGE_TABLE_H__
#include <bao.h>
#include <bit.h>
#ifdef __ASSEMBLER__
#define PT_SIZE PAGE_SIZE
#define PTE_INDEX_SHIFT(LEVEL) ((9 * (3 - LEVEL)) + 12)
#def... |
7cf60451e5b0fb6fd6955e3d78bf3777d6f91d29 | 0cc343d927d5db6693006018986715c43acab961 | /examples/termination/concurrent/semas.c | 9d6d58bf3cce0fde7e42d1c66ef8f8d37525250d | [
"MIT"
] | permissive | verifast/verifast | ec0101fc4a69bd33c5f66be4444169c4e060ead8 | d152da790c7ebf72ce616533a6c83082629adbdb | refs/heads/master | 2023-08-25T00:13:51.464802 | 2023-08-13T10:00:00 | 2023-08-13T10:00:00 | 14,519,163 | 325 | 64 | NOASSERTION | 2023-08-10T21:16:08 | 2013-11-19T08:57:02 | OCaml | UTF-8 | C | false | false | 30,766 | c | semas.c | #include <stdlib.h>
#include "semas.h"
//@ #include "listex.gh"
//@ #include "splittable_counting.gh"
/*
Deadlock-preventing specification approach based on [K.R.M. Leino, P. Mueller, J. Smans. Deadlock-free channels and locks. ESOP 2010].
*/
struct sema {
semaphore semaphore;
//@ int space;
//@ int te... |
6fb6764256adc46c471c8314809d12d3d428c328 | 6432ea7a083ff6ba21ea17af9ee47b9c371760f7 | /stage0/stdlib/Init/System/ST.c | 327a0e3597916b54f67ba097687e02dc1074087f | [
"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 | 23,226 | c | ST.c | // Lean compiler output
// Module: Init.System.ST
// Imports: Init.Classical Init.Control.EState Init.Control.Reader
#include <lean/lean.h>
#if defined(__clang__)
#pragma clang diagnostic ignored "-Wunused-parameter"
#pragma clang diagnostic ignored "-Wunused-label"
#elif defined(__GNUC__) && !defined(__CLANG__)
#pragm... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.