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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
372f18411005908b2da8bcfc3b88e8b1b89f4d79 | 50dd46b8ece33f3cdd174284b15d1d51f89669d4 | /third_party/edk2/OvmfPkg/XenPvBlkDxe/BlockIo.h | a05f27c813812031736aba600996027926cf0669 | [
"MIT",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"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,288 | h | BlockIo.h | /** @file
BlockIo function declaration for Xen PV block driver.
Copyright (C) 2014, Citrix Ltd.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found... |
33db2f8d8c4fb7d3f754071beb910b7ecdad6e73 | e683a0b8dbb87c7ceb99e0d06896174a559d2c67 | /Tools/utils/malloc.h | 73f26f24778f0bd011a6a8f382b07a92ab3b6b3f | [
"Apache-2.0"
] | permissive | bluewaysw/pcgeos | f093d79567d977d992f47065056d14d5a04b9f14 | c6ae4c8e77b54b9ff654c3916f2191f8b1a1b65d | refs/heads/master | 2023-08-31T00:17:54.481175 | 2023-08-29T19:00:49 | 2023-08-29T19:00:49 | 157,968,410 | 603 | 88 | Apache-2.0 | 2023-09-13T07:44:06 | 2018-11-17T09:09:55 | Assembly | UTF-8 | C | false | false | 2,320 | h | malloc.h | /* @(#)malloc.h 1.4 89/06/25 SMI; from include/malloc.h 1.5 */
/* $Id: malloc.h,v 1.4 96/05/20 18:56:44 dbaumann Exp $ */
#ifndef __malloc_h
#define __malloc_h
#include <stddef.h>
/*
* Constants defining mallopt operations
*/
#define M_MXFAST 1 /* set size of 'small blocks' */
#define M_NLBLKS 2 /* set num... |
daf3dc57c797d94e965dabfa01f322cf75fec1c0 | 2b7ab9f36c5370de17f07dfba601eff48f6279c0 | /bsodSurvivor/tests/ExternalDll/DllMain.h | 90c8cc77ec0585acdf71b5a6d50e0b7e629e2945 | [
"LLVM-exception",
"NCSA",
"Apache-2.0"
] | permissive | ykfre/BsodSurvivor | 135956c0e09f731b23566b37376a2e10f0500550 | ca21967f5552966853285e5cea630970fc5e3556 | refs/heads/master | 2023-04-28T03:51:30.115441 | 2023-04-20T22:42:18 | 2023-04-20T22:42:18 | 325,870,912 | 180 | 26 | null | 2021-03-14T00:27:04 | 2020-12-31T20:45:09 | C++ | UTF-8 | C | false | false | 50 | h | DllMain.h | #pragma once
const int EXTERNAL_FUNC_RESULT = 1;
|
5f181788ee19b07422f11402319a44ce2ff0c0d9 | 2c73a693c2b3c162eae2ab94f649d8c4494878ba | /lua/src/bget.c | d5c9dd5bb65412e389cc0ec82bb16df663be6ce9 | [
"MIT"
] | permissive | openLuat/LuatOS | 185e1e140aed908434168133571ddcafe98f4e12 | 4b29d5121ab4f7133630331e8502c526c7856897 | refs/heads/master | 2023-08-23T04:57:23.263539 | 2023-08-23T04:46:46 | 2023-08-23T04:46:46 | 230,403,844 | 378 | 93 | MIT | 2021-12-17T02:19:30 | 2019-12-27T08:29:19 | C | UTF-8 | C | false | false | 57,730 | c | bget.c | /*
B G E T
Buffer allocator
Designed and implemented in April of 1972 by John Walker, based on the
Case Algol OPRO$ algorithm implemented in 1966.
Reimplemented in 1975 by John Walker for the Interdata 70.
Reimplemented in 1977 by John Walker... |
54c33ce36d877799f1893324c7570636e2f9d455 | 10a8580aa44d33b7458429023c00de8c01ceda98 | /agent/lib_guzzle4.c | 5045e7e70668a96c474bc0fd7d13688a41984931 | [
"LicenseRef-scancode-unknown-license-reference",
"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 | 18,110 | c | lib_guzzle4.c | /*
* Copyright 2020 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
* Guzzle is a general purpose library for making HTTP requests. It supports
* asynchronous, parallel requests using curl_multi_exec() while providing a
* modern OO API for users.
*
* It is a required componen... |
55465271bfdc3de0ab33c8e1ad391a35c6151fe1 | f47cb02269307e83d86373d9ab4bfb8b46283d22 | /src/libguac/socket-fd.c | 742cc35d83166699d8663a483f340f6ad4c89369 | [
"Apache-2.0"
] | permissive | apache/guacamole-server | 7c8adf3f389f0539df353ef8f7ea6d44144ffb16 | fe24e2d45ac0ac90588f64b43da6e0d518e59177 | refs/heads/master | 2023-09-04T02:42:34.907413 | 2023-08-30T22:57:11 | 2023-08-30T22:57:11 | 54,452,627 | 2,019 | 580 | Apache-2.0 | 2023-09-13T00:15:57 | 2016-03-22T07:00:06 | C | UTF-8 | C | false | false | 12,352 | c | socket-fd.c | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
1d8840d990c1a08b8ae464cc490d136b4de50b17 | 2c73a693c2b3c162eae2ab94f649d8c4494878ba | /components/lvgl/exts/lv_gif/lv_gif.c | b639a74a2b1da688f2be2cd309b16231e581bcda | [
"MIT"
] | permissive | openLuat/LuatOS | 185e1e140aed908434168133571ddcafe98f4e12 | 4b29d5121ab4f7133630331e8502c526c7856897 | refs/heads/master | 2023-08-23T04:57:23.263539 | 2023-08-23T04:46:46 | 2023-08-23T04:46:46 | 230,403,844 | 378 | 93 | MIT | 2021-12-17T02:19:30 | 2019-12-27T08:29:19 | C | UTF-8 | C | false | false | 4,764 | c | lv_gif.c | /**
* @file lv_gifenc.c
*
*/
/*********************
* INCLUDES
*********************/
#include "gifdec.h"
/*********************
* DEFINES
*********************/
#define LV_OBJX_NAME "lv_gif"
/**********************
* TYPEDEFS
**********************/
typedef struct {
lv_img_ext_t img_ext;... |
087915e33541fd381e86501faa2e02754b723439 | 6f006cc43df343e44494fab7b693366ff587be7f | /components/model.c | 42141bfb6d53c9944801dce4b6d77f50192c3dde | [
"MIT"
] | permissive | EvilPudding/candle | a78cb0101a650c94755ca34ccb0eadf34e97feb8 | a58afb0403776b1e52c90345baf9985f6931244e | refs/heads/master | 2023-09-04T05:45:24.501633 | 2022-11-12T23:02:27 | 2022-11-12T23:02:27 | 117,313,783 | 402 | 20 | MIT | 2019-09-15T21:06:54 | 2018-01-13T04:26:37 | C | UTF-8 | C | false | false | 28,369 | c | model.c | #include "model.h"
#include "node.h"
#include "spatial.h"
#include "light.h"
#include "../utils/nk.h"
#include "../utils/drawable.h"
#include "../candle.h"
#include "../systems/editmode.h"
#ifdef _WIN32
#define CANDLE_NAN NAN
#else
#define CANDLE_NAN (0.f / 0.f)
#endif
static mat_t *g_missing_mat = NULL;
static int c... |
3f89c10fa6d6200dfda9efdbdfc037fff8f8a747 | fe86affa6ea97393800181c100da9d18e2783e01 | /src/include/xhyve/log.h | 6853e846f3ea9d13ef41d2fed0c4e34249e672bb | [
"BSD-2-Clause",
"BSD-3-Clause",
"GPL-3.0-only"
] | permissive | moby/hyperkit | 251be6c6e86b5bbc4483e43e28c02c025709496e | 3cb0d5475244761c61e6fd4a562702c26b46f846 | refs/heads/master | 2023-06-09T01:53:25.506216 | 2022-02-20T12:19:59 | 2022-02-20T12:19:59 | 55,985,023 | 2,854 | 305 | BSD-2-Clause | 2023-02-25T06:55:26 | 2016-04-11T15:36:20 | C | UTF-8 | C | false | false | 193 | h | log.h | #pragma once
/* Initialize ASL logger and local buffer. */
void log_init(void);
/* Send one character to the logger: wait for full lines before actually sending. */
void log_put(uint8_t _c);
|
7b32a5cc73539784ff710c1a8e4f089c740a4c93 | 837528ef9e9a55c416e9592ecb54e1c8f1ff9cf8 | /Common/CFHDAllocator.h | ce74f78ea163a171fcce8b0e23c2fba216cc4e16 | [
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gopro/cineform-sdk | a38fbfa4e9c693ff840ceb934b688ab0fd238856 | 11574d0295771edccadd17af14af74a539f924c7 | refs/heads/master | 2023-03-08T15:53:26.569984 | 2022-02-18T18:36:15 | 2022-02-18T18:36:15 | 97,512,165 | 268 | 70 | Apache-2.0 | 2022-09-21T13:36:49 | 2017-07-17T19:03:12 | C | UTF-8 | C | false | false | 1,657 | h | CFHDAllocator.h | /*! @file CFHDAllocator.h
*
* @brief Setting up and controlling the Allocator used within the CineForm SDKs
*
* @version 1.0.0
*
* (C) Copyright 2017 GoPro Inc (http://gopro.com/).
*
* Licensed under either:
* - Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0
* - MIT license, htt... |
b07843b00d9936d20aeb2f5b505b0bf7241ad1e5 | 85af3e305e5bcd7e42ea9c269afbeb8d8049e8fe | /GEDecompressor/func.h | 13f00c87a66f2d2bfcb55ca35ff22dc1d1cd9524 | [
"Unlicense"
] | permissive | jombo23/N64-Tools | d5729bf7c2c0b898b0ee66d610bfd34fdd83d9fb | 4d935fdd48230ddd0cb5bd3739106e6765cac01e | refs/heads/master | 2023-05-11T20:31:30.723225 | 2023-05-09T01:23:39 | 2023-05-09T01:23:39 | 148,819,274 | 229 | 150 | Unlicense | 2022-11-26T17:00:56 | 2018-09-14T17:11:31 | C++ | UTF-8 | C | false | false | 19,931 | h | func.h | #define ERZ1_EP 0x80001340
#define ERZ2_EP 0x80000C50
unsigned char erz2[] =
{
0x23, 0xBD, 0xFF, 0xB8, 0xAF, 0xA4, 0x00, 0x00, 0xAF, 0xA5, 0x00, 0x04, 0xAF, 0xA6, 0x00, 0x08,
0xAF, 0xA7, 0x00, 0x0C, 0xAF, 0xA8, 0x00, 0x10, 0xAF, 0xA9, 0x00, 0x14, 0xAF, 0xAA, 0x00, 0x18,
0xAF, 0xAB, 0x00, 0x1C, 0xAF, 0xAC... |
20e18db10af86e3f6e335a762112d20588262792 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Plugins/Runtime/GoogleVR/GoogleVRHMD/Source/GoogleVRHMD/Public/GoogleVRAdbUtils.h | d52b0afc9f0757a88cc8da0a2a2f8b1d8472e3ed | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C | false | false | 1,916 | h | GoogleVRAdbUtils.h | // Copyright 2017 Google Inc.
#pragma once
#include "CoreMinimal.h"
#include "Misc/Paths.h"
#include "HAL/FileManager.h"
// Copied from AndroidDeviceDetectionModule.cpp
// TODO: would be nice if Unreal make that function public so we don't need to make a duplicate.
inline void GetAdbPath(FString& OutAdbPath)
{
TCHA... |
8c76aa5bf51e9fe2b773ba2cde95318a4f88f74d | 984bc4181baec6e5a4b05a657e666b0e9f89f3f3 | /3rdparty/mongo-c-driver-1.21.2/src/libmongoc/tests/test-mongoc-uri.c | d57bfff12df2aedc0805772193ef6dd484a35616 | [
"Apache-2.0",
"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 | 104,258 | c | test-mongoc-uri.c | #include <mongoc/mongoc.h>
#include <mongoc/mongoc-util-private.h>
#include "mongoc/mongoc-client-private.h"
#include "mongoc/mongoc-topology-private.h"
#include "mongoc/mongoc-uri-private.h"
#include "mongoc/mongoc-host-list-private.h"
#include "TestSuite.h"
#include "test-libmongoc.h"
#include "test-conveniences.h... |
8acdc0f4d717837bf4866c28cf6bf9c8b0355b7d | 7f6c235b0598353549959c18f69eefd20b766907 | /src/appmake/svi.c | ddc75d3866a9fac457805994e0614f8cb79118e4 | [
"ClArtistic"
] | permissive | z88dk/z88dk | 46dfd4905f36d99333173cadd0a660839befc9f0 | 8b07f37cc43c5d9ffe69b563c80763491d8faff7 | refs/heads/master | 2023-09-04T19:29:49.254958 | 2023-09-03T20:51:24 | 2023-09-03T20:51:24 | 54,035,569 | 820 | 263 | NOASSERTION | 2023-09-05T11:09:04 | 2016-03-16T13:48:16 | Assembly | UTF-8 | C | false | false | 9,908 | c | svi.c | /*
* Spectravideo SVI Cassette file
*
* BLOAD "CAS:",R
*
* By Stefano Bodrato
*
* $Id: svi.c $
*/
#include "appmake.h"
static char *binname = NULL;
static char *crtfile = NULL;
static char *outfile = NULL;
static int origin = -1;
static c... |
191b30e68cfa644b05fe87ef4b7554c4be5d5500 | 07327b5e8b2831b12352bf7c6426bfda60129da7 | /Include/10.0.16299.0/um/Snmp.h | badd88df8d985f2e488189e83e8fe9daa40408ce | [] | 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 | 24,341 | h | Snmp.h | /*++
Copyright (C) 1992-1999 Microsoft Corporation
Module Name:
snmp.h
Abstract:
Definitions for SNMP development.
--*/
#ifndef _INC_SNMP
#define _INC_SNMP
#if _MSC_VER > 1000
#pragma once
#endif
#include <winapifamily.h>
#pragma region Desktop Family
#if WINAPI_FAMILY_PARTITION(... |
ecc6ccffbfa91a7e3830e45a87f5d5c3f6798c39 | 802f0c1dd855693f709da4024b50d6d4938c13ff | /examples/c/crane_dae_model/crane_dae_model.h | ce6102491fdb37ca375664e6d8215e8c3cf69952 | [
"BSD-2-Clause"
] | permissive | acados/acados | 9cd480da3462725506f06199838e3cdae007d0c8 | 64166a37859108ab74ce6bf7408501f9bd4a89da | refs/heads/master | 2023-08-16T13:03:44.298740 | 2023-08-15T13:07:48 | 2023-08-15T13:07:48 | 55,497,573 | 558 | 213 | NOASSERTION | 2023-09-01T09:01:33 | 2016-04-05T10:06:48 | C | UTF-8 | C | false | false | 5,287 | h | crane_dae_model.h | /*
* Copyright (c) The acados authors.
*
* This file is part of acados.
*
* The 2-Clause BSD License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above ... |
b9d47ec011a3fc8592e38f0ccd44263eb166b8ea | 7f6191833a9fb98c395e9d763585e479f7649d67 | /edlib/include/edlib.h | acce6b20efbcefd233199d53fbe19aacd907af49 | [
"MIT"
] | permissive | Martinsos/edlib | ecbbbc409cc549de3cd2547c6c32c14f7a4005b9 | 931be2b0909985551eb17d767694a6e64e31ebfa | refs/heads/master | 2023-09-02T03:07:46.962444 | 2023-04-18T21:45:47 | 2023-04-19T11:53:10 | 16,056,308 | 475 | 251 | MIT | 2023-07-07T06:06:00 | 2014-01-19T23:05:09 | C++ | UTF-8 | C | false | false | 11,041 | h | edlib.h | #ifndef EDLIB_H
#define EDLIB_H
/**
* @file
* @author Martin Sosic
* @brief Main header file, containing all public functions and structures.
*/
// Define EDLIB_API macro to properly export symbols
#ifdef EDLIB_SHARED
# ifdef _WIN32
# ifdef EDLIB_BUILD
# define EDLIB_API __declspec(dllexport)... |
f558bfcf4aa8caccbaa83416d8b6651616ab26c6 | d9ea45dbc964799991b9191ae620d2f150652a3d | /Tests/MultiWindow/Sources/multiwindow.c | 1a2bf12461aad3ae264d0c2933cb293517ad83d2 | [
"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 | 4,760 | c | multiwindow.c | #include <kinc/graphics4/graphics.h>
#include <kinc/graphics4/indexbuffer.h>
#include <kinc/graphics4/pipeline.h>
#include <kinc/graphics4/shader.h>
#include <kinc/graphics4/vertexbuffer.h>
#include <kinc/input/mouse.h>
#include <kinc/io/filereader.h>
#include <kinc/log.h>
#include <kinc/system.h>
#include <kinc/window... |
c66f4a37abb0080a14f7e018efc440313e8579ae | bed3ac926beac0f4e0293303d7b2a6031ee476c9 | /Modules/ThirdParty/HDF5/src/itkhdf5/src/H5Adense.c | 1575f3ce7bcfe17623cb20b0046450be161540ec | [
"IJG",
"Zlib",
"LicenseRef-scancode-proprietary-license",
"SMLNJ",
"BSD-3-Clause",
"BSD-4.3TAHOE",
"LicenseRef-scancode-free-unknown",
"Spencer-86",
"LicenseRef-scancode-llnl",
"FSFUL",
"Libpng",
"libtiff",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
... | permissive | InsightSoftwareConsortium/ITK | ed9dbbc5b8b3f7511f007c0fc0eebb3ad37b88eb | 3eb8fd7cdfbc5ac2d0c2e5e776848a4cbab3d7e1 | refs/heads/master | 2023-08-31T17:21:47.754304 | 2023-08-31T00:58:51 | 2023-08-31T14:12:21 | 800,928 | 1,229 | 656 | Apache-2.0 | 2023-09-14T17:54:00 | 2010-07-27T15:48:04 | C++ | UTF-8 | C | false | false | 81,062 | c | H5Adense.c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... |
5089b7e6a131c6a6f2bd77fd6870e7eaff08ac1b | 3082eabb774ec5bbd71ce522f8fe052bd237ad8b | /AnKi/Shaders/Include/TraditionalDeferredShadingTypes.h | 8ebdfaf86bdeb15b777694809a526ef84ca641d3 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | godlikepanos/anki-3d-engine | b8099d53ec92849a93e428f2a2df9b1a02698aa8 | fd12a5f960b55568c86130cd54941179969c9348 | refs/heads/master | 2023-09-02T05:52:37.099035 | 2023-04-08T12:16:49 | 2023-04-08T12:16:49 | 23,955,091 | 1,204 | 93 | NOASSERTION | 2023-04-08T12:16:50 | 2014-09-12T09:41:20 | C++ | UTF-8 | C | false | false | 1,653 | h | TraditionalDeferredShadingTypes.h | // Copyright (C) 2009-2023, Panagiotis Christopoulos Charitos and contributors.
// All rights reserved.
// Code licensed under the BSD License.
// http://www.anki3d.org/LICENSE
#pragma once
#include <AnKi/Shaders/Include/Common.h>
ANKI_BEGIN_NAMESPACE
struct DeferredPointLightUniforms
{
// Use these to get the cor... |
be082db873f23f94ff6eadb749e11ee75f34f3f4 | 2c052c996d4267623276a681308bf87ea7388f60 | /src/hyperv/utilities/vmbus_shutdown.c | 98f876170aeb2934ff1ba024d5e3a2ace5afa99c | [
"Apache-2.0"
] | permissive | nanovms/nanos | 17d3ce113b63c4370e40d291b8fd8fb9d943c02d | 9085e091e5250fc58bf036591c8959e05fd7957f | refs/heads/master | 2023-08-25T16:49:14.521701 | 2023-08-25T14:00:54 | 2023-08-25T14:14:13 | 115,159,616 | 2,055 | 131 | Apache-2.0 | 2023-09-14T17:16:19 | 2017-12-23T00:25:34 | C | UTF-8 | C | false | false | 4,730 | c | vmbus_shutdown.c | /*-
* Copyright (c) 2014,2016 Microsoft Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice unmodified, ... |
b5f5561f58a872adcf11d7853ebb4aedafea8800 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/parisc/include/asm/page.h | 637fe031aa8476d743a8141ca9b549019985a0c6 | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 5,212 | h | page.h | #ifndef _PARISC_PAGE_H
#define _PARISC_PAGE_H
#include <linux/const.h>
#if defined(CONFIG_PARISC_PAGE_SIZE_4KB)
# define PAGE_SHIFT 12
#elif defined(CONFIG_PARISC_PAGE_SIZE_16KB)
# define PAGE_SHIFT 14
#elif defined(CONFIG_PARISC_PAGE_SIZE_64KB)
# define PAGE_SHIFT 16
#else
# error "unknown default kernel page size"
... |
681025cc7c9801325adc113234e218ca9708de40 | 21c92afbd7fd022a206fb31294c523aebb770104 | /SuiteSparse/CHOLMOD/Tcov/cctest.c | f46f917dec80df8532f026c4bc8fd235e4f55804 | [
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-or-later",
"GPL-3.0-only",
"LGPL-2.1-or-later",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
... | permissive | jlblancoc/suitesparse-metis-for-windows | 70e6bcab2b525afb41758d61f823efa0618f67cf | 5ee2eb4bc7bfd6d27af2f7fb027b1545cfc0fa3f | refs/heads/master | 2023-08-30T21:15:39.624300 | 2023-03-09T10:16:48 | 2023-03-09T10:16:48 | 16,236,582 | 423 | 251 | BSD-3-Clause | 2023-03-09T10:18:08 | 2014-01-25T18:06:21 | C | UTF-8 | C | false | false | 12,429 | c | cctest.c | /* ========================================================================== */
/* === Tcov/cctest ========================================================== */
/* ========================================================================== */
/* -------------------------------------------------------------------------... |
368f2b35eff749c26d08deb1ee03558290e395ef | 79d343002bb63a44f8ab0dbac0c9f4ec54078c3a | /lib/libc/musl/src/time/timer_delete.c | b0bfac0968a74df8c74db8bf94146085300f0794 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-musl-exception"
] | 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 | 315 | c | timer_delete.c | #include <time.h>
#include <limits.h>
#include "pthread_impl.h"
int timer_delete(timer_t t)
{
if ((intptr_t)t < 0) {
pthread_t td = (void *)((uintptr_t)t << 1);
a_store(&td->timer_id, td->timer_id | INT_MIN);
__syscall(SYS_tkill, td->tid, SIGTIMER);
return 0;
}
return __syscall(SYS_timer_delete, t);
}
|
8236ed10a2840bd55fa8d3cac135d5aa95c35174 | 7664f318ed04bd0680f3d82321c18896e3ef6ad5 | /src/overlays/actors/ovl_En_Owl/z_en_owl.h | 4f92ef1b419fb01520419769ec889d1e853a2cde | [] | no_license | zeldaret/oot | 9c80ce17f2d8fd61514b375f92ee4739b5ce9d4e | 2875ab4fcf5c5f81d76353d1ee0024c9ea8d0b23 | refs/heads/master | 2023-08-29T05:29:31.356427 | 2023-08-28T22:48:52 | 2023-08-28T22:48:52 | 247,875,738 | 4,401 | 802 | null | 2023-09-14T13:34:38 | 2020-03-17T04:02:19 | C | UTF-8 | C | false | false | 1,286 | h | z_en_owl.h | #ifndef Z_EN_OWL_H
#define Z_EN_OWL_H
#include "ultra64.h"
#include "global.h"
struct EnOwl;
typedef void (*EnOwlActionFunc)(struct EnOwl*, PlayState*);
typedef void (*OwlFunc)(struct EnOwl*);
typedef struct EnOwl {
/* 0x0000 */ Actor actor;
/* 0x014C */ ColliderCylinder collider;
/* 0x0198 */ SkelAnime... |
f9baa3b90bf95e34af237843899c3338e1399dee | 376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb | /sysutils/hal/files/hald-netbsd/vfsstat.c | 9a09c0ef531c4e8d46d58b74b249917bb277fda1 | [] | 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 | 4,676 | c | vfsstat.c | /* $NetBSD: vfsstat.c,v 1.1 2008/12/01 02:02:33 jmcneill Exp $ */
/*-
* Copyright (c) 2008 Jared D. McNeill <jmcneill@invisible.ca>
* 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. R... |
be6ac2ef0713ec2855b7ffb6c4d0079fa35a5765 | ecea7c1f53661a57736d9b3f6deec97712ff22fc | /SecurityExploits/Android/Qualcomm/CVE-2022-22057/cpu_utils.h | 85f53b345c649395703a8aecb9e9d65b6656b7f3 | [
"MIT"
] | permissive | github/securitylab | 088d785622a1a1e86fa171f9296d2a66542bc88f | 80e2d6abadad8cb77e8c9f659e32eaee6b3a98ed | refs/heads/main | 2023-09-03T04:21:06.795016 | 2023-07-06T15:31:30 | 2023-07-06T15:31:30 | 221,101,274 | 1,079 | 225 | MIT | 2023-08-16T16:41:27 | 2019-11-12T01:14:24 | C | UTF-8 | C | false | false | 98 | h | cpu_utils.h | #ifndef CPU_UTILS
#define CPU_UTILS
int migrate_to_cpu(int i);
int check_cpu_affinity();
#endif
|
4474feb4cc028e6a539bfd29c7400e23bc3d2083 | 0cc343d927d5db6693006018986715c43acab961 | /examples/preprocessor/directorytest/main.c | f4d6f8e12864716f96b37ebf213d8216e94a17a6 | [
"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 | 88 | c | main.c | #include "header1.h"
int main()
//@ requires true;
//@ ensures true;
{
return 0;
}
|
fef8d1c7b5ceb0ac89fffcc62404c52a356f5901 | 03666e5f961946fc1a0ac67781ac1425562ef0d7 | /src/databases/GMV/GMVPluginInfo.C | d35f50cc93334d3e4b9f700d1ec79d8ed3d8bd46 | [
"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 | 4,467 | c | GMVPluginInfo.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.
// ****************************************************************************
// File: GMVPlu... |
bc98fcea6b269134e6473ec46978edc612f66603 | 5de7df0be411b4bad61f927cae845bdb8223308f | /src/libs/png_utils/ascent_png_utils_exports.h | 717afe094b94fae34699d449dc0502ae203fa3ff | [
"BSD-3-Clause",
"Zlib"
] | permissive | Alpine-DAV/ascent | cb40429167a93c62f78fe650a0121258be279162 | e52b7bb8c9fd131f2fd49edf58037cc5ef77a166 | refs/heads/develop | 2023-09-06T07:57:11.558238 | 2023-08-25T16:05:31 | 2023-08-25T16:05:31 | 81,366,855 | 151 | 61 | NOASSERTION | 2023-09-13T19:31:09 | 2017-02-08T19:21:22 | C++ | UTF-8 | C | false | false | 1,518 | h | ascent_png_utils_exports.h | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
// Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
// Project developers. See top-level LICENSE AND COPYRIGHT files for dates and
// other details. No copyright assignment is required to contribute to Ascent.
//~~~~... |
ef69efd66dd1f13f34127e8e799fbdbe13a9c4b3 | 41c7328eadeab5ed7c0584b7db51996a05dd9f2d | /F0:F030,F042,F072/Socket_fans/flash.h | 8e7b9b6f1f03727b30b9bd4eddc18812a6c7c279 | [] | no_license | eddyem/stm32samples | 1c00ccb8593ea270cae536c85f178a522f704ed5 | dce73d358b1fca3e7fa397f5c6d0d5c1cb28aba0 | refs/heads/master | 2023-07-28T11:13:10.361942 | 2023-07-24T20:04:22 | 2023-07-24T20:04:22 | 32,647,425 | 152 | 42 | null | null | null | null | UTF-8 | C | false | false | 1,648 | h | flash.h | /*
* This file is part of the SockFans project.
* Copyright 2020 Edward V. Emelianov <edward.emelianoff@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
* the Free Software Foundation, either version 3 of th... |
8a73af5eed725e00d0c3c00430376d1dde0fdcc1 | 83b8b30ebb633eecd29ca0a7a20cc43a293c9333 | /ports/mimxrt10xx/common-hal/pwmio/PWMOut.c | 0bf11403d2e25121defd5a0452119ef9c6b6755b | [
"MIT",
"GPL-1.0-or-later"
] | permissive | adafruit/circuitpython | 430ec895149d1eb814b505db39b4977a35ee88a7 | 506dca71b0cbb7af749bb51f86b01021db5483b3 | refs/heads/main | 2023-08-21T16:30:46.781068 | 2023-08-20T00:39:44 | 2023-08-20T00:39:44 | 66,166,069 | 3,806 | 1,560 | MIT | 2023-09-14T19:23:51 | 2016-08-20T20:10:40 | C | UTF-8 | C | false | false | 14,511 | c | PWMOut.c | /*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2017 Scott Shawcroft for Adafruit Industries
* SPDX-FileCopyrightText: Copyright (c) 2016 Damien P. George
* Copyright (c) 2019 Artur Pacholec
*
* Permission is hereby granted, free of charge,... |
00a66b2f0d7ead0701bcc4bc25c0d5f11530886c | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/u-boot_new/board/esd/pci405/cmd_pci405.c | 55c20d02d3126f6b3cd4131133fc185c256d8f4a | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"GPL-2.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,820 | c | cmd_pci405.c | /*
* (C) Copyright 2002-2004
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <command.h>
#include <malloc.h>
#include <net.h>
#include <asm/io.h>
#include <pci.h>
#include <asm/4xx_pci.h>
#include <asm/processor.h>
#include ... |
5c8e49ade0685fc5095c4519ff37e7b32f416891 | fb57dc0efeab3e51e6c59c8d58c654ac253c3ba9 | /Sharing/Src/Source/Common/SideCarAPI.h | cb99d7101116e6f75a0b4d18a179945184f57ed8 | [
"MIT"
] | permissive | microsoft/MixedRealityToolkit | aa7eddbeb36cbb5894beea32e2ff91cef29afcdf | 8454abcce504effd83c9d6e20725f6037c11e2b4 | refs/heads/main | 2023-07-08T11:15:38.879033 | 2023-06-28T19:21:12 | 2023-06-28T19:21:12 | 46,008,487 | 251 | 61 | MIT | 2023-06-28T19:21:13 | 2015-11-11T20:37:59 | C++ | UTF-8 | C | false | false | 1,239 | h | SideCarAPI.h | //////////////////////////////////////////////////////////////////////////
// SideCarAPI.h
//
// Single include file that includes all the other files that make up the
// XTools SideCar API
//
// Copyright (C) 2014 Microsoft Corp. All Rights Reserved
///////////////////////////////////////////////////////////////////... |
851425ce62f552c6192cd66bff64cb9a16433bf3 | c9bc99866cfab223c777cfb741083be3e9439d81 | /module/cmn650/src/cmn650_ccix.c | 8f7ffbfe2843b9b324d3da0ccf2d8e95cb36b37f | [
"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 | 31,799 | c | cmn650_ccix.c | /*
* Arm SCP/MCP Software
* Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <cmn650.h>
#include <cmn650_ccix.h>
#include <internal/cmn650_ctx.h>
#include <mod_timer.h>
#include <fwk_assert.h>
#include <fwk_log.h>
#include <fwk_ma... |
c44d6c12de887513f9fa65621b2a716c6672b95d | 0577a46d8d28e1fd8636893bbdd2b18270bb8eb8 | /update_notifier/thirdparty/wxWidgets/docs/doxygen/groups/funcmacro_thread.h | ba09a3f3daa954118ca1e032116d7f745251ff92 | [
"BSD-3-Clause",
"LicenseRef-scancode-other-copyleft",
"WxWindows-exception-3.1",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"IJG",
"GPL-2.0-only",
"LGPL-2.0-only"
] | permissive | ric2b/Vivaldi-browser | 388a328b4cb838a4c3822357a5529642f86316a5 | 87244f4ee50062e59667bf8b9ca4d5291b6818d7 | refs/heads/master | 2022-12-21T04:44:13.804535 | 2022-12-17T16:30:35 | 2022-12-17T16:30:35 | 86,637,416 | 166 | 41 | BSD-3-Clause | 2021-03-31T18:49:30 | 2017-03-29T23:09:05 | null | UTF-8 | C | false | false | 1,017 | h | funcmacro_thread.h | /////////////////////////////////////////////////////////////////////////////
// Name: funcmacro_thread.h
// Purpose: Threads function and macro group docs
// Author: wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
@def... |
60ceef682fbbbc2d3a5e751ca29c905f0fc4a579 | ff44afc42082479d929e59c0100457f63cdf1028 | /dart-if/include/dash/dart/if/dart_io.h | fe04ad1acebe222e62376cc98fc7cae2403f9dfa | [
"BSD-3-Clause"
] | permissive | dash-project/dash | 122f3f3106c4d6b0215908a3a28c565d46d66f56 | 99f299572bbb42f6668fbe704b179b9b5d0da92b | refs/heads/development | 2021-08-19T13:28:46.595300 | 2021-04-28T08:24:20 | 2021-04-28T08:24:20 | 45,930,061 | 178 | 47 | NOASSERTION | 2021-06-09T12:24:54 | 2015-11-10T17:56:37 | C++ | UTF-8 | C | false | false | 624 | h | dart_io.h | /**
* \file dash/dart/if/dart_io.h
*
* A set of utility routines used to provide parallel io support
*
*/
#ifndef DART__IO_H_
#define DART__IO_H_
#include <dash/dart/if/dart_types.h>
#include <dash/dart/if/dart_util.h>
/**
* \defgroup DartIO Interface for parallel IO
* \ingroup DartInterface
*/
#ifdef _... |
ced42eb254b13dc30f3ce95a942eda2ed55c7f8c | 03b2c80dbc41e904b167d504666e27d798da5447 | /src/intern_symbol_32.h | 15c15ed70894779352232123b7c1a1039e49bb8b | [
"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 | 164,499 | h | intern_symbol_32.h | { CONSTANT_AMPERSAND_WHOLE, COMMON, "&WHOLE", 6, 0x4F489C78ULL, 0, 0, 0 },
{ CONSTANT_AMPERSAND_OPTIONAL, COMMON, "&OPTIONAL", 9, 0x159E9EC4ULL, 0, 0, 0 },
{ CONSTANT_AMPERSAND_REST, COMMON, "&REST", 5, 0x5345527FULL, 0, 0, 0 },
{ CONSTANT_AMPERSAND_BODY, COMMON, "&BODY", 5, 0x444F4284ULL, 0, 0, 0 },
{ CONSTANT_AMPERSA... |
611b35aa5c4285e31b9bd826523831ee517949de | 50dd46b8ece33f3cdd174284b15d1d51f89669d4 | /third_party/edk2/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h | 55fd92a32208e82d122d6a94a35a55a71377d9df | [
"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 | 2,933 | h | AuthenticatedVariableFormat.h | /** @file
The variable data structures are related to EDKII-specific
implementation of UEFI authenticated variables.
AuthenticatedVariableFormat.h defines variable data headers
and variable storage region headers that has been moved to
VariableFormat.h.
Copyright (c) 2009 - 2016, Intel Corporation. Al... |
0122cc322172559d97dd56f4497b1d996056d491 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/libei/include/rdma/i40iw-abi.h | 79890baa6fdbb38431ec297f6ab68fe6c6d4cf4c | [
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LGPL-2.0-or-later",
"GPL-1.0-or-later"
] | 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,030 | h | i40iw-abi.h | /*
* Copyright (c) 2006 - 2016 Intel Corporation. All rights reserved.
* Copyright (c) 2005 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Cisco Systems. All rights reserved.
* Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved.
*
* This software is available to you under a cho... |
4859e275c937d99499b8f36ad7c911980b8b002d | d8c8f4148940cd9c93bb0692af8c5004f47af05e | /xUSL/RcMgr/FabricRcInit.c | 2150295d299deeee9559c8c9a8fbb7fb646e5aca | [
"MIT"
] | permissive | openSIL/openSIL | 92213cc94dd4c6d6c43fedeaedd96537001e182f | 0f39fbc2454af9a67fc84a88093bcd2f2c8dd887 | refs/heads/main | 2023-08-19T11:48:14.911453 | 2023-08-07T20:50:54 | 2023-08-07T20:50:54 | 652,124,068 | 233 | 14 | null | 2023-06-28T15:55:29 | 2023-06-11T06:54:24 | C | UTF-8 | C | false | false | 1,408 | c | FabricRcInit.c | /**
* @file FabricResourceInit.c
* @brief OpenSIL DataFabric MMIO and IO resource map initialization.
*
*/
/* Copyright 2021-2023 Advanced Micro Devices, Inc. All rights reserved. */
// SPDX-License-Identifier: MIT
#include "RcMgrIp2Ip.h"
#include <DF/DfIp2Ip.h>
#include <RcMgr/FabricResourceManager.h>
RCMGR... |
f0f8f44f74752a4767d5251fa4561e4295b6a4f8 | 06f2e78f4d736c8ac9cb7e98a5abcc28ed4f25b2 | /engine/common/host_state.c | a1ffeda9a845b872e295866b390e445e14658a43 | [] | no_license | FWGS/xash3d-fwgs | 07a1002396f43754b49521681cc771c0d89051ed | 435b95fc5ab3fc5b1a79212ffdc901a47769d056 | refs/heads/master | 2023-09-01T05:20:48.112400 | 2023-08-31T05:40:24 | 2023-08-31T05:40:24 | 127,814,982 | 1,078 | 275 | null | 2023-09-12T17:49:04 | 2018-04-02T21:33:02 | C | UTF-8 | C | false | false | 4,760 | c | host_state.c | /*
host_cmd.c - dedicated and normal host
Copyright (C) 2017 Uncle Mike
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 3 of the License, or
(at your option) any later version.
This p... |
ae05c3700f59e834eb5a1dbf33dc306ed2405155 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/lpc55sxx/Libraries/LPC55S6X/LPC55S6X/drivers/fsl_powerquad_data.h | e0bbb5b6757280726139b9884116f1b50f57f666 | [
"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 | 1,341 | h | fsl_powerquad_data.h | /*
* Copyright 2018-2022 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _FSL_POWERQUAD_DATA_H_
#define _FSL_POWERQUAD_DATA_H_
#include <stdint.h>
/*******************************************************************************
* Definitions
************************************... |
5f98d3cff9b87b92333e04c273e319210e7ae02a | 010279e2ba272d09e9d2c4e903722e5faba2cf7a | /contrib/libs/clapack/slarrd.c | 7670ff9edf9fa5d0c51f1e00e98ed64ef35ba033 | [
"BSD-3-Clause",
"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 | 26,071 | c | slarrd.c | /* slarrd.f -- translated by f2c (version 20061008).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of... |
314ddb60d2fa254ed566132c78d4822915c49f65 | 376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb | /devel/libuuid/patches/patch-misc-utils_mcookie.c | f283753a9705d021426e10c22a29ecfc03db524c | [] | 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 | 524 | c | patch-misc-utils_mcookie.c | $NetBSD: patch-misc-utils_mcookie.c,v 1.1 2021/07/25 04:00:34 dholland Exp $
Rename random_get_bytes to avoid symbol name conflict on Solaris.
--- misc-utils/mcookie.c~ 2018-06-04 07:57:02.810445749 +0000
+++ misc-utils/mcookie.c
@@ -180,7 +180,7 @@ int main(int argc, char **argv)
randomness_from_files(&ctl);
fre... |
bf709c82e9a8416e15942a0da2a6ba9a4bbbcdf3 | 72e0f1797737a4b73d61f5ffeeb2d6c025326e6f | /SingleSource/UnitTests/testcase-Value-1.c | eab6183bf59acfbc4336d01dfdcf04cc68379c60 | [
"NCSA",
"Apache-2.0",
"LLVM-exception"
] | permissive | llvm/llvm-test-suite | 83f4c87b5dc35843aff4e08cf66147ee51dc699a | 0e6307a4eb8a1a2126fdb582b3c997cd446034b9 | refs/heads/main | 2023-09-06T06:57:54.592788 | 2023-09-05T20:20:32 | 2023-09-05T20:20:32 | 164,930,827 | 116 | 110 | NOASSERTION | 2023-09-08T20:37:50 | 2019-01-09T20:13:14 | Logos | UTF-8 | C | false | false | 603 | c | testcase-Value-1.c | /*
The test targets function Value::dropDroppableUse(Use &U) in Value.cpp.
*/
#include <stdint.h>
#include <stdio.h>
#include <inttypes.h>
char a;
short b = 1, d = 5, h = 1;
char c[6];
int32_t e = 1, f = 20, g = 1, j = 1;
int32_t main() {
int32_t i = 8;
for (; f; f = a) {
g = (5);
for (; g <= 32; ++g) {... |
20bc7adadf4e83273e3f4396ff5cb6a8aa75e970 | b0f08154e3eebc7d8465efc57597e52d08d69c18 | /src/compat/cnvlex.h | 58cdf66d2ae8dbf85faa6f663bd8d4a4f7c30b87 | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | CUBRID/cubrid | 8f71a0010243b72e43ba887d229210650f4e901e | 3b952af33230839a1b561a78ecd4b773374b66f8 | refs/heads/develop | 2023-08-18T19:16:30.987583 | 2023-08-18T08:18:05 | 2023-08-18T08:18:05 | 52,080,367 | 287 | 294 | NOASSERTION | 2023-09-14T21:29:09 | 2016-02-19T10:25:32 | C | UTF-8 | C | false | false | 3,031 | h | cnvlex.h | /*
* Copyright 2008 Search Solution Corporation
* Copyright 2016 CUBRID Corporation
*
* 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-... |
dca3923d9f6b03f6543e67d179d18539a7949fb3 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ffmpeg/libavcodec/hqx.c | 6083946550224eb80533837c5a21615338713662 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LGPL-2.1-only",
"LGPL-3.0-only",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"GPL-3.0-or-later",
"LGPL-3.0-or-later",
"IJG",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later",
"GPL-3.0-only"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 18,320 | c | hqx.c | /*
* Canopus HQX decoder
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
... |
23e1b9a1aba97da1f79f29066990cc579ceb719a | a5e8d99c1852ee93743e86cfb109835bbe73a49b | /runtimes/native/src/backend/main_libretro.c | 8276a0648e95596fbcec2f55016623da15c37b68 | [
"ISC"
] | permissive | aduros/wasm4 | 5cc114dff2bac17373259c2fe36540c138733e8e | 700c2929d1fc9512cf7705ceebb130fb72a29892 | refs/heads/main | 2023-09-06T00:44:00.487354 | 2023-08-21T13:09:51 | 2023-08-21T13:09:51 | 393,196,822 | 952 | 190 | ISC | 2023-08-21T12:45:07 | 2021-08-05T23:48:23 | TypeScript | UTF-8 | C | false | false | 16,160 | c | main_libretro.c | #include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <libretro.h>
#include "../apu.h"
#include "../runtime.h"
#include "../wasm.h"
#include "../util.h"
#define AUDIO_BUFFER_FRAMES_CALLBACK 256
#define AUDIO_BUFFER_FRAMES_PER_VIDEO_FRAME 735
static retro_environm... |
c25a83fb978b7d699460cc8801d6c74f30a8d56b | 6ffd23679939f59f0a09c9507a126ba056b239d7 | /src/jit/impl/halide/halide_header.h | 48cf07c5e7a028b777d3c0e3d7db2d6eec1fff6c | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | MegEngine/MegEngine | 74c1c9b6022c858962caf7f27e6f65220739999f | 66b79160d35b2710c00befede0c3fd729109e474 | refs/heads/master | 2023-08-23T20:01:32.476848 | 2023-08-01T07:12:01 | 2023-08-11T06:04:12 | 248,175,118 | 5,697 | 585 | Apache-2.0 | 2023-07-19T05:11:07 | 2020-03-18T08:21:58 | C++ | UTF-8 | C | false | false | 360 | h | halide_header.h | #pragma once
#include "megbrain_build_config.h"
#if MGB_JIT_HALIDE
#if !MGB_JIT
#error "MGB_JIT must be set if MGB_JIT_HALIDE is enabled"
#endif
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#include <Halide.h>
#pragma GCC diagnostic pop
#endif
// vim: syntax=cpp.doxygen... |
f54068b3a232d9003f917f0ce95e24c74799a32b | de21f9075f55640514c29ef0f1fe3f0690845764 | /regression/cbmc-with-incr/equality_through_union2/main.c | 70a6acd8cdba1d34795e313de8cc5274e50ae86a | [
"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 | 335 | c | main.c | #include <assert.h>
#include <stdint.h>
union u
{
uint32_t x;
int32_t y;
int8_t z[4];
};
union u pass_through_union (int32_t q)
{
union u un;
un.z[0] = 0;
un.y = q;
return un;
}
int main (void)
{
int32_t q;
__CPROVER_assume(q > 0);
union u un = pass_through_union(q);
assert(q == un.x);
... |
08a161204eb5d4294c9e3eeacff054a8293638ee | 376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb | /sysutils/xfce4-power-manager/patches/patch-src_xfpm-pm-helper.c | bfbdbceb2c4b3299057fafd39f01e78c6e8af9a9 | [] | 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,047 | c | patch-src_xfpm-pm-helper.c | $NetBSD: patch-src_xfpm-pm-helper.c,v 1.2 2021/11/30 14:52:32 gutteridge Exp $
Add NetBSD support.
--- src/xfpm-pm-helper.c.orig 2021-11-26 18:17:09.701758792 +0000
+++ src/xfpm-pm-helper.c
@@ -77,6 +77,10 @@
#define UP_BACKEND_SUSPEND_COMMAND "/usr/sbin/zzz"
#define UP_BACKEND_HIBERNATE_COMMAND "/usr/sbin/ZZZ"
#... |
0813a16896c5a274b75cc72e0cc8b57f4c82d0fe | 88aca3340574f733b9ecd6f76708ecd2d57cb07e | /vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.1/ext/fsevent_watch/cli.c | 6d36dd13dd57e5d88284f2567d52c3508d430617 | [
"MIT",
"Apache-2.0"
] | permissive | collabnix/dockerlabs | 65c63a8424d34120bddc0fc8d6fd54a688953491 | 0f2a6b906a8ca0ebc28561236d4d6516f93b184c | refs/heads/master | 2023-09-05T07:30:30.601797 | 2023-09-05T07:25:53 | 2023-09-05T07:25:53 | 153,069,455 | 5,239 | 1,854 | Apache-2.0 | 2023-09-03T05:51:41 | 2018-10-15T07:19:18 | PHP | UTF-8 | C | false | false | 5,980 | c | cli.c | #include <getopt.h>
#include "cli.h"
const char* cli_info_purpose = "A flexible command-line interface for the FSEvents API";
const char* cli_info_usage = "Usage: fsevent_watch [OPTIONS]... [PATHS]...";
const char* cli_info_help[] = {
" -h, --help you're looking at it",
" -V, --version ... |
e137fc01cdef9f95f2c3ffcba4f6b17c683cfc73 | 6d54a7b26d0eb82152a549a6a9dfde656687752c | /src/app/util/endpoint-config-api.h | 2028c9f06d7f07ae39cf91c15496e6092f1b3de1 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | project-chip/connectedhomeip | 81a123d675cf527773f70047d1ed1c43be5ffe6d | ea3970a7f11cd227ac55917edaa835a2a9bc4fc8 | refs/heads/master | 2023-09-01T11:43:37.546040 | 2023-09-01T08:01:32 | 2023-09-01T08:01:32 | 244,694,174 | 6,409 | 1,789 | Apache-2.0 | 2023-09-14T20:56:31 | 2020-03-03T17:05:10 | C++ | UTF-8 | C | false | false | 2,517 | h | endpoint-config-api.h | /**
* Copyright (c) 2023 Project CHIP Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... |
0e67002bf16fe9075eed579cca6516dce0e8939f | 5a5328c0ad39230779aa52c9ae57ec193b88941e | /tesseract4android/src/main/cpp/leptonica/src/prog/recogtest1.c | 6d97be8690aca0af54fb63f5093221d80e14d390 | [
"BSD-2-Clause",
"CC-BY-2.5",
"Apache-2.0"
] | permissive | adaptech-cz/Tesseract4Android | 66978579ccc80587b8a0ae3eebe79f152fa382cd | 8ae584f54502d5457c8b9d62401eaa99551352c3 | refs/heads/master | 2023-07-21T16:49:39.617935 | 2023-07-18T12:13:29 | 2023-07-18T12:13:29 | 168,021,668 | 517 | 101 | Apache-2.0 | 2021-03-29T11:52:21 | 2019-01-28T19:21:34 | C | UTF-8 | C | false | false | 6,030 | c | recogtest1.c | /*====================================================================*
- Copyright (C) 2001 Leptonica. All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source c... |
d986687cc204ef7a0e4af7a0d6c2779196184e86 | 7f6c235b0598353549959c18f69eefd20b766907 | /libsrc/target/cpm/fcntl/dir_get_entry_name.c | 1e8ca30ea21f95677b009cdaf5a9285385bfb139 | [
"ClArtistic"
] | permissive | z88dk/z88dk | 46dfd4905f36d99333173cadd0a660839befc9f0 | 8b07f37cc43c5d9ffe69b563c80763491d8faff7 | refs/heads/master | 2023-09-04T19:29:49.254958 | 2023-09-03T20:51:24 | 2023-09-03T20:51:24 | 54,035,569 | 820 | 263 | NOASSERTION | 2023-09-05T11:09:04 | 2016-03-16T13:48:16 | Assembly | UTF-8 | C | false | false | 582 | c | dir_get_entry_name.c | /*
* CP/M Directory browsing
*
* Stefano, 5 Jun 2013
*
*
* $Id: dir_get_entry_name.c,v 1.1 2013-06-06 08:58:32 stefano Exp $
*/
#include <cpm.h>
char dest[20]; // temp filename buffer
int i,j;
char * source;
patch_chars (int startpos, int endpos)
{
for (i = startpos; i < endpos; i++)
{
if (source[i... |
b34db587d99a1da97eab2d884ad32ffbc19f09ad | 70a3f6e66a374f98f8bd1654e51508b94bf16a8a | /src/DNA/native/src/System.String.c | 13952a9e6292be846199be764a6b940fb4e5f18c | [
"MIT"
] | permissive | aspnet/Blazor-Hackathon | e11484af0d5919b293c9ecd501ff818ddbbc2c34 | 798ec083625654221bb953e2cbc556dc917cc2a6 | refs/heads/master | 2023-03-16T21:57:54.367985 | 2020-04-09T19:55:10 | 2020-04-09T19:55:10 | 98,215,253 | 154 | 34 | null | 2020-04-09T19:55:12 | 2017-07-24T17:12:47 | C# | UTF-8 | C | false | false | 10,366 | c | System.String.c | // Copyright (c) 2012 DotNetAnywhere
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish... |
c34ca91a4781c61ddcb2ddd9d2c6dffa8d69b798 | eecd5e4c50d8b78a769bcc2675250576bed34066 | /src/binding/petsc4py/src/lib-petsc/compat/hypre.h | bfa9b72a647150b29404e83ea51dd8abb4f133c9 | [
"BSD-2-Clause"
] | permissive | petsc/petsc | 3b1a04fea71858e0292f9fd4d04ea11618c50969 | 9c5460f9064ca60dd71a234a1f6faf93e7a6b0c9 | refs/heads/main | 2023-08-17T20:51:16.507070 | 2023-08-17T16:08:06 | 2023-08-17T16:08:06 | 8,691,401 | 341 | 169 | NOASSERTION | 2023-03-29T11:02:58 | 2013-03-10T20:55:21 | C | UTF-8 | C | false | false | 1,439 | h | hypre.h | #ifndef PETSC4PY_COMPAT_HYPRE_H
#define PETSC4PY_COMPAT_HYPRE_H
#if !defined(PETSC_HAVE_HYPRE)
#define PetscPCHYPREError do { \
PetscFunctionBegin; \
SETERRQ(PETSC_COMM_SELF,PETSC_ERR_SUP,"%s() requires HYPRE",PETSC_FUNCTION_NAME); \
PetscFunctionReturn(PETSC_ERR_SUP);} while (0)
PetscErrorCode PCHYPREGe... |
112ffe546959f7f49e89d02aa0b49050d473a9bb | f451e9d1a21891b029320dba3a26e3ab0fa0f09b | /source/usb-support.h | f11a9270e1a02e7e7c9d489811a5ef8b44b406df | [
"Apache-2.0",
"CC-BY-NC-ND-4.0"
] | permissive | compuphase/Black-Magic-Probe-Book | ddb55444373f6ec5d7c8615c491ea4b37e8db759 | cc1464071fc8fb7b78d63078abc02074960d2136 | refs/heads/master | 2023-09-04T12:33:49.879643 | 2023-08-18T19:59:58 | 2023-08-18T19:59:58 | 212,651,046 | 118 | 22 | Apache-2.0 | 2023-03-22T15:28:26 | 2019-10-03T18:32:00 | C | UTF-8 | C | false | false | 5,504 | h | usb-support.h | /*
* Functions for general purpose USB device access in Microsoft Windows, by
* dynamically loading & Linking WinUSB.
*
* Copyright 2020-2023 CompuPhase
*
* 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... |
9c4a1f8a9881469f626bb5c8e01105a492da0370 | e65a4dbfbfb0e54e59787ba7741efee12f7687f3 | /emulators/tiemu3/files/patch-src_core_uae_newcpu.c | b05692415144d8a654d0b01e098796e502c84c4d | [
"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 | 527 | c | patch-src_core_uae_newcpu.c | --- src/core/uae/newcpu.c.orig 2008-05-25 13:08:41 UTC
+++ src/core/uae/newcpu.c
@@ -148,7 +148,7 @@ static void build_cpufunctbl (void)
if (table68k[opcode].handler != -1) {
f = cpufunctbl[table68k[opcode].handler];
if (f == op_illg_1)
- abort();
+ uae_abort();
cpufunctbl[opcode] = f;
}
}
... |
3bda8056a8b04cfcab92f907920553f2ada3cd19 | 1f399edf85d995443d01f66d77eca0723886d0ff | /devicemodel/hw/platform/tpm/tpm_emulator.c | 3d9da36d363a8ad7a2e382ff81cb449d6a46c864 | [
"BSD-3-Clause"
] | permissive | projectacrn/acrn-hypervisor | f9c5864d54929a5d2fa36b5e78c08f19b46b8f98 | 390740aa1b1e9d62c51f8e3afa0c29e07e43fa23 | refs/heads/master | 2023-08-18T05:07:01.310327 | 2023-08-11T07:49:36 | 2023-08-16T13:20:27 | 123,983,554 | 1,059 | 686 | BSD-3-Clause | 2023-09-14T09:51:10 | 2018-03-05T21:52:25 | C | UTF-8 | C | false | false | 17,541 | c | tpm_emulator.c | /*
* Copyright (C) 2018-2022 Intel Corporation.
* Copyright (C) 2014, 2015 IBM Corporation.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <sys/un.h>
#include <errno.h>
#include <sys/wait.h>
#include <signal.h>
#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <str... |
7f08d85d8e7282a47b5e439b41970748acbedc68 | 17227ad12bc0826771ac6ac2b95dddd9517d0117 | /Cores/FCEU/FCEU-2.2.3/types.h | 498b317e53eeda9e362499a2ce2725eab342bcf7 | [
"BSD-2-Clause"
] | permissive | Provenance-Emu/Provenance | e38f7c81e784455d4876f8a2ff999baca0135199 | c6f49d7921ee27eb8c0c34ca95ec9dc7baf584c1 | refs/heads/develop | 2023-08-17T05:04:01.554294 | 2023-07-01T07:58:33 | 2023-07-01T07:58:33 | 12,416,862 | 2,367 | 364 | NOASSERTION | 2023-08-01T07:42:35 | 2013-08-27T20:34:36 | C | UTF-8 | C | false | false | 3,544 | h | types.h | /* FCE Ultra - NES/Famicom Emulator
*
* Copyright notice for this file:
* Copyright (C) 2001 Aaron Oneal
* Copyright (C) 2002 Xodnizel
*
* 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 Fou... |
76441182879f5cf627576ec37892a31ca61d28cf | 77861deda8b3046bdda221d3cb80b77e84b14523 | /linux-cmd/prefixeq.c | 02a72815b79c1606ee9283382b0a871cc578bcdb | [
"BSD-2-Clause"
] | permissive | WojciechMula/toys | b73f09212ca19f1e76bbf2afaa5ad2efcea95175 | 6110b59de45dc1ce44388b21c6437eff49a7655c | refs/heads/master | 2023-08-18T12:54:25.919406 | 2023-08-05T09:20:14 | 2023-08-05T09:20:14 | 14,905,115 | 302 | 44 | BSD-2-Clause | 2020-04-17T17:10:42 | 2013-12-03T20:35:37 | C++ | WINDOWS-1250 | C | false | false | 2,278 | c | prefixeq.c | /*
Program check if two file has common prefix.
prefixeq file1 file2 size
is equivalent to
head -b size file1 > /tmp/1
head -b size file2 > /tmp/2
cmp /tmp/1 /tmp/2
Wojciech Muła, 2009-12-25
public domain
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
... |
b5daa6e3a0c3f9bc155e15fc0f946c872e3e3e83 | cff4428975e403e4ef02d75498b78cd1a610a01a | /test/unit/cbus_call.c | 11b745756a9eadd0957d511ac24466e0657553e8 | [
"BSD-2-Clause"
] | permissive | tarantool/tarantool | c1f252b642d223af62485dc21165c7f7c3354e7e | f58cc96f2798ddc5f492223897d0b77e4f902128 | refs/heads/master | 2023-09-03T15:16:29.144171 | 2023-08-31T11:39:28 | 2023-09-01T12:39:29 | 911,980 | 3,205 | 490 | NOASSERTION | 2023-09-14T17:58:17 | 2010-09-15T07:59:26 | Lua | UTF-8 | C | false | false | 4,403 | c | cbus_call.c | #include "exception.h"
#include "memory.h"
#include "cbus.h"
#define UNIT_TAP_COMPATIBLE 1
#include "unit.h"
static struct fiber *caller_fiber;
static struct cpipe pipe_to_callee;
static struct cpipe pipe_to_caller;
static int
func(struct cbus_call_msg *msg)
{
usleep(100000);
return 0;
}
/** Check ordinary cbus_c... |
24852d15ac12ad662418f62acc62332acbcc651d | e61d085f74b9fc33f3211af8056932c2807a5446 | /pager/test/test_mueller_muller.c | 9e251fbf1dd81ab4b21c7133d7e46ff490ce9ca5 | [] | no_license | pvachon/tsl-sdr | 8ab592019356f749785acea2fb84795ce20acac6 | b2e935f3e0a957ba55d8c522edd3b90c38f7df20 | refs/heads/master | 2022-09-24T21:51:55.087025 | 2020-08-16T23:37:32 | 2020-08-16T23:37:32 | 78,375,956 | 123 | 12 | null | 2022-09-20T02:23:21 | 2017-01-08T22:56:05 | C | UTF-8 | C | false | false | 4,583 | c | test_mueller_muller.c | #include <pager/mueller_muller.h>
#include <test/assert.h>
#include <test/framework.h>
#include <tsl/safe_string.h>
#include <tsl/safe_alloc.h>
#include <tsl/assert.h>
#include <stdlib.h>
#include <stdio.h>
static
const int16_t *samples = NULL;
static
size_t nr_samples = 0;
static
aresult_t test_mueller_muller_se... |
3dc7c4212353177a347f6109beb02f9e1b0d8a39 | 67305fcba68fdf469862aed2959ad1dd5b22a536 | /rt-thread/libcpu/mips/loongson_1c/stackframe_fpu.h | 93b8ef10c3072d751b0af8f92853bb3af5040989 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | RT-Thread/IoT_Board | cdabf100a8d515fbcaa65ab0b72ec67acb0d2c9a | 2d218a4e06f06dbb356ec00767904f91d00db7cc | refs/heads/master | 2023-09-04T16:51:34.485240 | 2022-01-19T01:26:16 | 2022-01-19T01:26:16 | 161,133,933 | 344 | 238 | Apache-2.0 | 2023-06-06T04:10:57 | 2018-12-10T07:21:46 | C | GB18030 | C | false | false | 3,096 | h | stackframe_fpu.h | /*
* ls1c FPU's stackframe
* 最开始本想,将代码加入到stackframe.h中的SAVE_ALL, RESTORE_ALL和RESTORE_ALL_AND_RET中,
* 但考虑到源文件"stackframe.h"位于目录"libcpu\mips\common"内,怕影响到其它mips cpu
* 所以,另外新建本源文件
*/
#ifndef __OPENLOONGSON_STACKFRAME_FPU_H
#define __OPENLOONGSON_STACKFRAME_FPU_H
#include "../common/asm.h"
#include "../common/mipsre... |
28a7443bcbf095ef7e90951bab631fec4abf99f3 | fae867d62224cdf27ceb85654525a311fb8c4226 | /scpi-server/src/uart.h | e535c6d66619f1e4232e056cdd429026855a5fb0 | [
"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 | 990 | h | uart.h | /**
* $Id: $
*
* @brief Red Pitaya Scpi server UART SCPI commands interface
*
* @Author Red Pitaya
*
* (c) Red Pitaya http://www.redpitaya.com
*
*/
#ifndef SCPI_UART_H_
#define SCPI_UART_H_
#include "scpi/types.h"
scpi_result_t RP_Uart_Init(scpi_t * context);
scpi_result_t RP_Uart_Release(scpi_t * context... |
433a17994363683626b84282fc6dde74427eb9df | 1ba0d12bf8b853f48dbd8cb7b702a48e4fdbfd97 | /bare-metal/hello-world/kprintf.h | 331f2e51db0e4dead2f99c6719752d4ef97041d4 | [] | no_license | eugene-tarassov/vivado-risc-v | 47cf44eeaa4232571a5d7de6e667531865479045 | c76a8613a177b3a04face2cb8e15dd07a8d2fc40 | refs/heads/master | 2023-09-04T09:44:41.122100 | 2023-07-17T06:38:36 | 2023-07-17T06:38:36 | 240,625,745 | 556 | 154 | null | 2023-02-06T04:17:55 | 2020-02-15T01:12:54 | C | UTF-8 | C | false | false | 180 | h | kprintf.h | #ifndef _BOOT_KPRINTF_H
#define _BOOT_KPRINTF_H
extern void kputc(char ch);
extern void kputs(const char *);
extern void kprintf(const char *, ...);
#endif /* _BOOT_KPRINTF_H */
|
50b336c55f581e996cc53656bce0e3443033ee64 | ca79f4e1655df123bde091a102825b2845764a1d | /include/steam/steamnetworkingsockets.h | 62ec17e18adab1b4ee3e1324ccd7a032f4df20fb | [
"BSD-3-Clause"
] | permissive | ValveSoftware/GameNetworkingSockets | d288783e8ff9ab9830d7880264557434b0818062 | af2aff89038ccd8e960e4be77da4fe35c6882f14 | refs/heads/master | 2023-08-29T06:50:08.485869 | 2023-08-05T12:08:33 | 2023-08-05T12:08:33 | 126,225,160 | 7,656 | 651 | BSD-3-Clause | 2023-08-16T22:04:02 | 2018-03-21T18:43:20 | C++ | UTF-8 | C | false | false | 2,272 | h | steamnetworkingsockets.h | //====== Copyright Valve Corporation, All rights reserved. ====================
//
// High level interface to GameNetworkingSockets library.
//
//=============================================================================
#ifndef STEAMNETWORKINGSOCKETS_H
#define STEAMNETWORKINGSOCKETS_H
#ifdef _WIN32
#pragma once
#e... |
420f31df3eaa3a19feed980d16173480b65bd167 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/synwit/swm320/libraries/SWM320_StdPeriph_Driver/SWM320_timr.c | 925bced8356d27de3044241bc01176d04d3f7a0c | [
"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 | 16,447 | c | SWM320_timr.c | /******************************************************************************************************************************************
* 文件名称: SWM320_timr.c
* 功能说明: SWM320单片机的计数器/定时器功能驱动库
* 技术支持: http://www.synwit.com.cn/e/tool/gbook/?bid=1
* 注意事项:
* 版本日期: V1.1.0 2017年10月25日
* 升级记录:
*
*
**********************... |
9b195483bb180d8ac35e14405eb10fe87170a5b3 | f367e4b66a1ee42e85830b31df88f63723c36a47 | /plugins/out_bigquery/bigquery.h | c48d9ba4101afcb87d8082bdc2e6981ebabd0bb5 | [
"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 | 4,372 | h | bigquery.h | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2015-2022 The Fluent Bit 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... |
8fbc004d0cf080d3fedc2129ad5ccd189f69dd11 | 4ddf82eeb31d46fb67802a4375390eb42a8f23b8 | /ports/nrf/mphalport.c | 4469adc80d84f5837b6ef7efadb5b0dccf98b4ed | [
"MIT"
] | permissive | pulkin/micropython | 1437a507b9e90c8824e80c3553e6209d89e64565 | c274c947c611f510fd2b1c4ef6cbd9f4283794fc | refs/heads/master | 2023-03-08T02:35:28.208819 | 2022-04-19T12:38:47 | 2022-04-19T12:38:47 | 167,732,676 | 103 | 36 | MIT | 2023-02-25T03:02:36 | 2019-01-26T19:57:59 | C | UTF-8 | C | false | false | 6,704 | c | mphalport.c | /*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2015 Glenn Ruben Bakke
*
* 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... |
ce9d741bfa929ce1830e99f3dfa8e83799a38029 | 75f50003ef55a8a151790a4810d5e3d64367f871 | /shellcode/linux-x86-basic/shellcode.c | 8a7d79d8767caa8fc9e73395ed6a46677ef49575 | [] | no_license | nneonneo/pwn-stuff | 8d58f6f4bd16234c4e3317dca33fc39e2f38b265 | 4470be4e33aaf6a8c997297a49c455658533ed36 | refs/heads/master | 2023-06-12T15:16:13.689216 | 2023-05-31T23:50:44 | 2023-05-31T23:50:44 | 49,756,417 | 112 | 17 | null | 2023-05-31T23:50:45 | 2016-01-16T02:51:19 | Python | UTF-8 | C | false | false | 368 | c | shellcode.c | char shellcode[] = "\x31\xc0\x50\x68\x2f\x2f\x73\x68\x89\xe1\x41\x41\x68\x2f\x62\x69\x6e\x89\xe3\x50\x89\xe2\x51\x89\xe1\xb0\x0b\xcd\x80";
#include <sys/mman.h>
#include <string.h>
int main() {
int (*sc)() = mmap(NULL, 4096, PROT_EXEC | PROT_WRITE | PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
memcpy(sc, sh... |
4bcbc6a1e187ab54f7ea00cf68b4b84eb065117e | 549270020f6c8724e2ef1b12e38d11b025579f8d | /recipes/spirv-cross/all/test_package/test_package.c | dd59cdcab47b358b542de54dc1a95f46f28e37b6 | [
"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 | 315 | c | test_package.c | #include <spirv_cross_c.h>
#include <stdio.h>
int main() {
spvc_context context;
spvc_context_create(&context);
spvc_context_destroy(context);
unsigned major, minor, patch;
spvc_get_version(&major, &minor, &patch);
printf("SPIRV-Cross: C API version %u.%u.%u\n", major, minor, patch);
return 0;
}
|
00ce091da2f0e2fd9c9c3effc43fac8a5e93c869 | 9f01cf4f599af5ef184b0a0c5ddc9a5ae6e249bf | /engine/source/scriptlib/Stack.h | de1a7055d667ee402302c8e1b78d122d2234440e | [] | permissive | DCurrent/openbor | 89f348ce7a93519f420ac6602d1fea615703f4ca | 7f6f17507078848be625e6d1c1b4f41823151387 | refs/heads/master | 2023-09-03T12:41:21.059545 | 2022-04-22T20:39:58 | 2022-04-22T20:39:58 | 86,879,076 | 817 | 127 | BSD-3-Clause | 2023-09-13T11:47:20 | 2017-04-01T03:06:14 | C | UTF-8 | C | false | false | 493 | h | Stack.h | /*
* OpenBOR - http://www.chronocrash.com
* -----------------------------------------------------------------------
* All rights reserved, see LICENSE in OpenBOR root for details.
*
* Copyright (c) 2004 - 2014 OpenBOR Team
*/
#ifndef STACK_H
#define STACK_H
#include "List.h"
typedef List Stack;
void Stack_Init... |
9a2444674aa9482da8dc8ff312efb235a3096a99 | 161e968aa47d75d925f10e7f35b174f0f8f7d342 | /lib/tests/c/print-chip-spec.c | f77f8237bbf00012a9540d1928b152d13ae61cb5 | [
"Apache-2.0"
] | permissive | quil-lang/quilc | e0a81017badd4f98db3e5ee4566f0991a6d7aca1 | 5d55a9f5b24365ae26cdf35867de73f4ff1cc26d | refs/heads/master | 2023-08-28T02:32:34.488640 | 2023-08-23T17:45:45 | 2023-08-23T17:47:06 | 158,458,059 | 117 | 21 | Apache-2.0 | 2023-08-23T17:47:07 | 2018-11-20T22:14:40 | Common Lisp | UTF-8 | C | false | false | 569 | c | print-chip-spec.c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libquilc.h"
void die(char *msg) {
printf("%s\n", msg);
exit(1);
}
int main(int argc, char **argv) {
init("libquilc.core");
chip_specification chip_spec;
if (quilc_build_nq_linear_chip(8, &chip_spec) != ERROR_SUCCESS)
die("unable to ... |
41bcc1b7be94c4653d4945aa90ff8d874861abb2 | ca414d0345d2d1486da1126960a164a655965968 | /src/drivers/pit.h | 53cbec82a596500d390859f92a615d383b33a8e6 | [] | permissive | Menotdan/DripOS | 6d2ee8fbd87145d789fbe5781e2f6ae825a5aba6 | 2a3110338e84a8a14f1e9217cea2082de888189c | refs/heads/dev | 2023-07-20T01:50:26.166067 | 2023-05-26T02:59:52 | 2023-05-26T02:59:52 | 149,795,128 | 119 | 15 | MIT | 2020-03-26T20:43:19 | 2018-09-21T17:21:05 | C | UTF-8 | C | false | false | 358 | h | pit.h | #ifndef PIT_H
#define PIT_H
#include <stdint.h>
#include "sys/int/isr.h"
#define sched_period 8
void timer_handler(int_reg_t *r);
void set_pit_freq();
void sleep_no_task(uint64_t ticks);
uint64_t stopwatch_start();
uint64_t stopwatch_stop(uint64_t start);
void time_code(uint64_t *start, char *description);
extern v... |
5170c9776f9048fde22c30f6e684545016c765f1 | 0dd85c72c457ac317ecdde7dc40518f7be1a2602 | /include/boatkeypair.h | d31493535cc2461007e7985f007280870be007f9 | [
"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 | 10,427 | h | boatkeypair.h | /******************************************************************************
* 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... |
3024c5b38f64ce713b07e696ce97c7f9b1450f07 | 73fbb7c1c93f53c9499e83f13c5ed8e4d4ce9d4a | /tests/kvasir-tests/perl/regcomp.c | 0762f551d3025b3b72d40cb12897edb8d6ea97ac | [
"MIT"
] | permissive | codespecs/daikon | 8cccbaa7cce77d88160ae368054d9ef74043d465 | 62109d49852676657ce3205283cebbb46456425c | refs/heads/master | 2023-09-01T19:45:13.280344 | 2023-08-22T03:21:40 | 2023-08-22T03:21:40 | 37,424,689 | 183 | 56 | NOASSERTION | 2023-08-22T03:21:41 | 2015-06-14T18:40:55 | C | UTF-8 | C | false | false | 147,052 | c | regcomp.c | /* regcomp.c
*/
/*
* "A fair jaw-cracker dwarf-language must be." --Samwise Gamgee
*/
/* This file contains functions for compiling a regular expression. See
* also regexec.c which funnily enough, contains functions for executing
* a regular expression.
*
* This file is also copied at build time to ext/re... |
f6019ddfb2f13d11b664bc21b6b41bb3dc1ca3b6 | 52c8ed39b32ccc7c0673278c1adea3638797c9ff | /src/arch/arm32/mach-raspi2/include/bcm2836-mbox.h | 5b2034721d55391e948e3ae949cfe1b32ad6dfcf | [
"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 | 2,000 | h | bcm2836-mbox.h | #ifndef __BCM2836_MBOX_H__
#define __BCM2836_MBOX_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
/* Mbox videocore */
int bcm2836_mbox_vc_get_firmware_revison(void);
/* Mbox hardware */
int bcm2836_mbox_hardware_get_model(void);
int bcm2836_mbox_hardware_get_revison(void);
int bcm2836... |
50dc633f6ab9ddd62c586d637948d9f3128cdf77 | c26d7b0ed875357278e61627da2da0650da77986 | /src/libtcl/tclbasic.c | 268fe88507f5926f0cb206335b8850479a5ca649 | [
"BSD-3-Clause"
] | permissive | RetroBSD/retrobsd | 5343d9e3c424637fc3ad5b03fe720b2744490025 | 486f81f6abff01c7dcc207235cd2979b226a95ff | refs/heads/master | 2023-09-02T23:12:05.110883 | 2023-07-07T18:41:40 | 2023-07-07T18:41:40 | 18,598,087 | 282 | 59 | BSD-3-Clause | 2023-07-18T07:35:36 | 2014-04-09T13:25:46 | C | UTF-8 | C | false | false | 29,010 | c | tclbasic.c | /*
* tclBasic.c --
*
* Contains the basic facilities for TCL command interpretation,
* including interpreter creation and deletion, command creation
* and deletion, and command parsing and execution.
*
* Copyright 1987-1992 Regents of the University of California
* Permission to use, copy, modify, and distribut... |
5401634add0879a7e6a3826b71267d08d5285689 | b4995c17067e4c16e287b4d0d454a9437ed38751 | /src/njs.h | 69448d1ec8f7d8cbe02b000720a26a9229acf5ae | [
"BSD-2-Clause"
] | permissive | nginx/njs | 95f44a9128d26f8ed6a052b2e00dd7cff1410efb | e694d61a94c711b7c48b0ae23909a4cef7c65700 | refs/heads/master | 2023-08-24T18:52:57.529281 | 2023-08-23T17:09:22 | 2023-08-23T17:09:22 | 43,038,779 | 742 | 120 | BSD-2-Clause | 2023-07-30T09:23:31 | 2015-09-24T02:03:58 | C | UTF-8 | C | false | false | 22,946 | h | njs.h |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) NGINX, Inc.
*
* njs public header.
*/
#ifndef _NJS_H_INCLUDED_
#define _NJS_H_INCLUDED_
#include <njs_auto_config.h>
#define NJS_VERSION "0.8.1"
#define NJS_VERSION_NUMBER 0x000801
#include <string.h>
#include <njs_types.h>
#include <njs... |
114a8ff044d6e64e8b86e1d2edff5644704eb315 | a1e6be7347de461a4a624a53523345147178920a | /examples/src/lib/fb.c | b9c66914723effed503406b58e22874a23bb6aab | [
"Apache-2.0"
] | permissive | pimoroni/mlx90640-library | 2c576795de617e7239e69b87c7efa9f4b2e220fc | 93952ef5220fddfba05291f170fe552d2f33c9b5 | refs/heads/master | 2022-09-29T13:27:50.379125 | 2022-09-26T14:59:49 | 2022-09-26T14:59:49 | 138,606,894 | 127 | 95 | Apache-2.0 | 2022-09-26T14:59:50 | 2018-06-25T14:33:26 | C++ | UTF-8 | C | false | false | 4,073 | c | fb.c | /*
* fbtest7.c
*
* http://raspberrycompote.blogspot.ie/2013/04/low-level-graphics-on-raspberry-pi-part.html
*
* Original work by J-P Rosti (a.k.a -rst- and 'Raspberry Compote')
*
* Licensed under the Creative Commons Attribution 3.0 Unported License
* (http://creativecommons.org/licenses/by/3.0/deed.en_US)
*
... |
a8ac308c255898dc0241569d7f84a7fabb02f38f | ab016d8a86e2f7c707481f8acdc2016ab7a81522 | /src/pci_fbuf.c | 705fd6b07d146e33caf84333904b05dbbe97949c | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | machyve/xhyve | 060d7f4a3e76465313aab212e8c0ba32231f4e5e | dfbe09b9db0ef9384c993db8e72fb3e96f376e7b | refs/heads/master | 2022-02-09T00:25:46.884196 | 2021-10-02T04:16:50 | 2021-10-02T04:16:50 | 37,175,929 | 1,639 | 150 | NOASSERTION | 2023-04-05T10:23:40 | 2015-06-10T04:45:42 | C | UTF-8 | C | false | false | 10,059 | c | pci_fbuf.c | /*-
* Copyright (c) 2015 Nahanni Systems, 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list ... |
0d1103d513193d98d78dd669cd110cdcf07f3127 | 25e99a0af5751865bce1702ee85cc5c080b0715c | /c/src/C语言接口与实现/include/list.h | 3d9636a38c22df08110bfe85043b53d708da77ce | [] | 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 | 669 | h | list.h | /* $Id: H:/drh/idioms/book/RCS/list.doc,v 1.11 1997/02/21 19:46:01 drh Exp $ */
#ifndef LIST_INCLUDED
#define LIST_INCLUDED
#define T List_T
typedef struct T* T;
struct T {
T rest;
void* first;
};
extern T List_append(T list, T tail);
extern T List_copy(T list);
extern T List_list(void* x, ...);
... |
02e750e93c21eb58b2c5953fe2ba8c7297f09104 | bb33f1bb942b058f00a4b765eb5e7ec9286b5b29 | /Firmware/vsync.c | a06ae844cf0151518022016b16eb19ba8187f851 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | ikorb/gcvideo | c4f56bff4e52b4478e4c5ab6fe89e4df36ac2223 | 1638595bd5d575c2d4e63df49767a0945e57c193 | refs/heads/main | 2023-06-27T09:12:45.934024 | 2022-01-10T22:27:10 | 2022-01-10T22:27:10 | 23,510,303 | 597 | 87 | null | 2022-02-22T08:29:57 | 2014-08-31T09:29:58 | VHDL | UTF-8 | C | false | false | 2,647 | c | vsync.c | /* GCVideo DVI Firmware
Copyright (C) 2015-2021, Ingo Korb <ingo@akana.de>
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 copyrig... |
c42e34f4204c408766fbc9c3d44389b078875115 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/u-boot_new/drivers/mmc/sunxi_mmc.h | a79c363681ee1c6e70d7f409e220282fbd5003d6 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"GPL-2.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 | 5,676 | h | sunxi_mmc.h | #ifndef SUNXI_MMC_H
#define SUNXI_MMC_H
/* speed mode */
#define DS26_SDR12 (0)
#define HSSDR52_SDR25 (1)
#define HSDDR52_DDR50 (2)
#define HS200_SDR104 (3)
#define HS400 (4)
#define MAX_SPD_MD_NUM (5)
/* frequency point */
#define CLK_400K (0)
#defin... |
33938140ded17ba2ba78d33247a8f68d4b064ea3 | e910318d01528d82040507a49eeeb8dade45b31f | /ports/samd/main.c | 038373ceb403b4d88382996202b9a969845f6a2f | [
"MIT"
] | permissive | pfalcon/pycopy | e844480a5e5cd463530328889daed2ba87552b8a | 3ac90ae9c3c6bbebfba9cada2d37025e35c62796 | refs/heads/pfalcon | 2023-08-30T09:39:52.290147 | 2022-09-08T16:42:38 | 2022-09-08T16:42:38 | 15,507,576 | 753 | 71 | MIT | 2021-05-08T04:59:21 | 2013-12-29T11:38:47 | C | UTF-8 | C | false | false | 3,009 | c | main.c | /*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2019 Damien P. George
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the ... |
7f119880f698611baf51a9c2dae129db7a6e62fc | c1096f2729fcc2e76dfcc9d4d277cebb669ef50f | /api/i2c.h | 3957257bd440775f9520164e16d31349d2d2d42c | [] | no_license | mikeakohn/java_grinder | 8d67f183aebfc412bff8537b23ff8be99f86dea6 | 273d6e97f46d3fa442b33ae19a2b2cde16dc5c4b | refs/heads/master | 2023-08-15T13:17:50.551116 | 2023-06-20T21:44:37 | 2023-06-20T21:44:37 | 15,153,331 | 481 | 41 | null | 2020-01-28T02:30:24 | 2013-12-13T02:48:12 | C++ | UTF-8 | C | false | false | 643 | h | i2c.h | /**
* Java Grinder
* Author: Michael Kohn
* Email: mike@mikekohn.net
* Web: http://www.mikekohn.net/
* License: GPLv3
*
* Copyright 2014-2021 by Michael Kohn
*
*/
#ifndef JAVA_GRINDER_API_I2C_H
#define JAVA_GRINDER_API_I2C_H
#include "common/JavaClass.h"
#include "generator/Generator.h"
int i2c(
J... |
c43badecfd789e15def9b407e1a9eee448cc2a2c | d975a74c5efe4d9790566818c3ca43a70c6ce817 | /clang_delta/tests/union-to-struct/union3.c | f66f601d7eaf1bcf977bb8851d42c497cd61a7d9 | [
"NCSA",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | marxin/cvise | cd24ce051a90b709b5a8e919ff8db2805734981d | 594573e041cc2e906c1a81a4aca81ede93efee4a | refs/heads/master | 2023-08-31T13:24:35.500801 | 2023-08-20T13:16:15 | 2023-08-20T13:16:15 | 256,755,439 | 164 | 17 | NOASSERTION | 2023-09-14T14:41:58 | 2020-04-18T13:04:05 | C++ | UTF-8 | C | false | false | 27 | c | union3.c | void f() {
union {} l;
}
|
2a8f58b0c942d2cc1c1ace251a774ff349a7ea70 | aa793c2b787ff591f69147e2cc5e23d6c7b4d77e | /src/tinf/adler32.c | 5b3c54f53034c87478fd3abd1c92776a52b8be8f | [
"MIT",
"BSD-3-Clause",
"OFL-1.1",
"GPL-2.0-only",
"CC0-1.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | AsahiLinux/m1n1 | 8280a8342c407936beabda0f08a700759a636b05 | 6d0979e71e83f47c5da5fdb8c5e21eb1268d54e8 | refs/heads/main | 2023-08-22T20:52:30.090704 | 2023-08-21T14:16:08 | 2023-08-21T14:16:08 | 329,707,886 | 2,966 | 200 | MIT | 2023-09-07T10:19:39 | 2021-01-14T18:59:03 | Python | UTF-8 | C | false | false | 2,087 | c | adler32.c | /*
* Adler-32 checksum
*
* Copyright (c) 2003-2019 Joergen Ibsen
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for an... |
c199cc59b051a60fb93eeee4c8aa973c61cd387c | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/input/touchscreen/auo-pixcir-ts.c | d3f9f6b0f9b797fef0579ae188efd281db84ee9e | [
"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 | 17,589 | c | auo-pixcir-ts.c | /*
* Driver for AUO in-cell touchscreens
*
* Copyright (c) 2011 Heiko Stuebner <heiko@sntech.de>
*
* loosely based on auo_touch.c from Dell Streak vendor-kernel
*
* Copyright (c) 2008 QUALCOMM Incorporated.
* Copyright (c) 2008 QUALCOMM USA, INC.
*
*
* This software is licensed under the terms of the GNU Gen... |
8378aca87aa8c4eb3f4332802c91716d1960714c | 39b8d37edbc228c0ee43644f620fd5f7ce448ff8 | /src/sclite/sctk.h | 21bfffa42db37c40bd3c2c54ef745c5f6b3e66e3 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain",
"NIST-Software"
] | permissive | usnistgov/SCTK | e29feea7744e7a2a8204f5e90d0a6fd81e6ed690 | f48376a203ab17f0d479995d87275db6772dcb4a | refs/heads/master | 2023-01-31T15:08:23.855355 | 2022-09-08T11:53:45 | 2022-09-08T11:53:45 | 57,993,905 | 170 | 52 | NOASSERTION | 2023-01-27T22:28:02 | 2016-05-03T19:00:47 | C | UTF-8 | C | false | false | 10,221 | h | sctk.h | /* main include file for the Scoring ToolKit (SCTK) */
/* Created: Jul, 28, 1997 */
#define TK_VERSION "1.3"
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <time.h>
#ifdef __cplusplus
extern "C" {
#endif
#include "... |
2edd967e2fedc8eec83f4cdda3da4390b3dfd389 | c7707fdbf2a0047d0e913083a79e9ae189a57ce0 | /sample/bitmap/cube 3D/src/meshs.c | 7f1f32571f2c2da9e40d81d27d9fa703be8ce0a6 | [
"MIT",
"GPL-3.0-only",
"LicenseRef-scancode-unknown-license-reference",
"GPL-1.0-or-later",
"GCC-exception-3.1"
] | permissive | Stephane-D/SGDK | 845255abad028880a3a6b8d760e4afc5f70eec55 | d84d45664f5de8a582787beebe9bc420215df84b | refs/heads/master | 2023-08-25T15:18:54.543956 | 2023-07-31T14:47:35 | 2023-07-31T14:47:35 | 32,350,744 | 1,577 | 248 | MIT | 2023-08-28T11:52:47 | 2015-03-16T20:22:13 | C | UTF-8 | C | false | false | 1,017 | c | meshs.c | #include "genesis.h"
// CUBE
//
// 6----7
// /| /|
// 2-+--4 |
// | | | |
// | 3--+-5
// |/ |/
// 0----1
const Vect3D_f16 cube_coord[8] =
{
{FIX16(-5), FIX16(-5), FIX16(-5)},
{FIX16(5), FIX16(-5), FIX16(-5)},
{FIX16(-5), FIX16(5), FIX16(-5)},
{FIX16(-5), FIX16(-5), FIX16(5)},
{F... |
b575cef50f59930281d3fd4f22971d2ade5ba4a5 | 9ceacf33fd96913cac7ef15492c126d96cae6911 | /lib/libcrypto/evp/e_camellia.c | cec7649e3f3aae0327416d4f3f27021f20872346 | [] | 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 | 20,334 | c | e_camellia.c | /* $OpenBSD: e_camellia.c,v 1.18 2023/07/07 19:37:53 beck Exp $ */
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha... |
44297c935d115332a5b9df861dfda7a70bac81b3 | 802f0c1dd855693f709da4024b50d6d4938c13ff | /examples/c/engine_model/engine_impl_dae_fun_jac_x_xdot_u_z.h | 894d9be047f33e93beeaba87c09af5cdf0c8f47f | [
"BSD-2-Clause"
] | permissive | acados/acados | 9cd480da3462725506f06199838e3cdae007d0c8 | 64166a37859108ab74ce6bf7408501f9bd4a89da | refs/heads/master | 2023-08-16T13:03:44.298740 | 2023-08-15T13:07:48 | 2023-08-15T13:07:48 | 55,497,573 | 558 | 213 | NOASSERTION | 2023-09-01T09:01:33 | 2016-04-05T10:06:48 | C | UTF-8 | C | false | false | 1,094 | h | engine_impl_dae_fun_jac_x_xdot_u_z.h | /* This file was automatically generated by CasADi.
The CasADi copyright holders make no ownership claim of its contents. */
#ifdef __cplusplus
extern "C" {
#endif
#ifndef casadi_real
#define casadi_real double
#endif
#ifndef casadi_int
#define casadi_int int
#endif
int engine_impl_dae_fun_jac_x_xdot_u_z(const ca... |
db3548e64bcb6dc05732b6994c8b1e7771dc411e | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h | 923cabee7f8fd534e1368fd4f410f2ac25c13079 | [
"BSD-2-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause-Clear"
] | 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 | 136,864 | h | convolve_avx2.h | /*
* Copyright (c) 2018, Alliance for Open Media. All rights reserved
*
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at w... |
eb070f18f4e54fdcdeaebf4838025f3087a294f8 | b4afb834fc3a3e2c128b1bf825700031e3df519a | /pyroms/external/gridutils/gridnodes.c | 4bfa531b86474ced8a8f0350d5b2e7c941c40626 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ESMG/pyroms | e4e5e9d70d66907a992846b06d61db31afcd24f3 | 5ea501ef904b01036dd2a0909b7bdc61a56e7eff | refs/heads/python3 | 2023-03-19T11:11:09.143443 | 2023-03-10T00:22:13 | 2023-03-10T00:22:13 | 1,012,779 | 102 | 63 | NOASSERTION | 2023-03-10T00:23:20 | 2010-10-21T17:22:48 | Python | UTF-8 | C | false | false | 28,975 | c | gridnodes.c | /******************************************************************************
*
* File: gridnodes.c
*
* Created 22/01/2002
*
* Author: Pavel Sakov
* CSIRO Marine Research
*
* Purpose: Handling of grid node arrays
* Revisions: 14 Feb 2007 PS: ... |
ff1e57ae7bb3c36d164dc12b4e7f98175737dc0d | e683a0b8dbb87c7ceb99e0d06896174a559d2c67 | /Tools/swat/curses/cr_put.c | fe8e8f9686fd92b890b5367bc581890b550a94dd | [
"Apache-2.0"
] | permissive | bluewaysw/pcgeos | f093d79567d977d992f47065056d14d5a04b9f14 | c6ae4c8e77b54b9ff654c3916f2191f8b1a1b65d | refs/heads/master | 2023-08-31T00:17:54.481175 | 2023-08-29T19:00:49 | 2023-08-29T19:00:49 | 157,968,410 | 603 | 88 | Apache-2.0 | 2023-09-13T07:44:06 | 2018-11-17T09:09:55 | Assembly | UTF-8 | C | false | false | 8,511 | c | cr_put.c | /*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#ifndef lint
static char sccsid[] = "@(#)cr_put.c 5.1 (Berkeley) 6/7/85";
#endif not lint
# include "curses.ext"
# define HA... |
a7a5ff358eee3e96db9bff4979bb309fe98035fb | a65e2aac013b48ddfe5d6a7d108c2b84855d1148 | /boot/zcbor/include/zcbor_debug.h | 5f9b4778ff1ec77713bc4a39360bb382a85a3ce8 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | mcu-tools/mcuboot | 25ccdee3b1d319e09c9381cd00bc854efdc0142b | e188dbb0e1c1e2e2cecd627fbf2e13042222b1da | refs/heads/main | 2023-08-30T09:17:10.520597 | 2023-08-29T06:43:16 | 2023-08-29T14:01:02 | 76,305,806 | 623 | 320 | Apache-2.0 | 2023-09-13T11:46:03 | 2016-12-12T23:53:39 | C | UTF-8 | C | false | false | 1,515 | h | zcbor_debug.h | /*
* Copyright (c) 2020 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZCBOR_DEBUG_H__
#define ZCBOR_DEBUG_H__
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include "zcbor_common.h"
#ifdef __cplusplus
extern "C" {
#endif
__attribute__((used))
static void zcbor_print_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.