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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1d27878840126a1a828a3518d455cfc79afcc288 | f9e7d65cb784c01a0200145ba8d289afe41d4a56 | /include/i2c_slave.h | 3145d4679bfe1c1ca34dcc28a512896f03cdc661 | [
"BSD-3-Clause"
] | permissive | FrameworkComputer/EmbeddedController | ad7086769e87d0a4179eae96a7c9ff5e383ff54e | f6d6b927eed71550d3475411cfc3e59abe5cef2a | refs/heads/hx20-hx30 | 2023-08-08T20:45:10.621169 | 2023-05-26T07:03:59 | 2023-05-26T07:03:59 | 447,021,040 | 846 | 48 | BSD-3-Clause | 2023-05-26T07:04:59 | 2022-01-12T00:11:14 | C | UTF-8 | C | false | false | 619 | h | i2c_slave.h | /* Copyright 2019 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* I2C slave interface for Chrome EC */
#ifndef __CROS_EC_I2CSLV_H
#define __CROS_EC_I2CSLV_H
/* Data structure to define I2C slave port configur... |
84a1ec4468da8a6118dd4e93c6ebb6bacf939022 | cfa39a4c71a733f39bf6d1f32ef540d3a49d608c | /tests/unistd/isatty.c | 5f7edfe886ed95901e0da2192251040459e06f3b | [
"MIT"
] | permissive | redox-os/relibc | 7d622ae036ccfedc31cbb19e7453f9caa1df873c | 1ef79540776f2290924e5d996ef38c13e9f1d505 | refs/heads/master | 2023-08-31T01:42:51.820667 | 2023-06-13T11:34:49 | 2023-06-13T11:34:49 | 123,522,329 | 834 | 73 | MIT | 2023-03-08T03:47:15 | 2018-03-02T02:58:07 | Rust | UTF-8 | C | false | false | 638 | c | isatty.c | #include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "test_helpers.h"
int main(void) {
int status = isatty(STDOUT_FILENO);
if (status == 1) {
puts("'Tis a tty :D");
} else if (status == 0) {
if (errno == ENOTTY) {
// I wouldn't consider stdout... |
fe0a060b9229e22225d83e8055ad1c97c9b4476d | 24acbcc7b5ad20d2cea61b2b2b8190befe7f5bce | /Code/Timing/problem.h | 12c796995105c1ee187e15a74cb53125c059b4c4 | [
"MIT"
] | permissive | heineman/algorithms-nutshell-2ed | a08e2136fb3f9199e119a8aebca1be09a02b86f4 | 6bdaf7ee2878f69a2df00ae7a3274f5d43d24605 | refs/heads/master | 2022-09-04T20:53:52.422824 | 2021-12-29T02:34:44 | 2021-12-29T02:34:44 | 43,086,309 | 577 | 226 | null | null | null | null | UTF-8 | C | false | false | 1,298 | h | problem.h | /**
* @file problem.h Define interface to problem statement
* @brief
* Each problem statement is defined by four methods:
* <ol>
* <li> void prepareInput (int, int, char **)
* <li> void execute()
* <li> void postInputProcessing ()
* <li> void problemUsage()
* </ol>
*
*
* @author Ge... |
3ac16b2e2cf7bf9788d19ba7ccb9bfb0da7d70b6 | 7e10520d82c002eb808df28ff0d3d9f4fdb9bda0 | /pio/spi/spi_loopback.c | ac5897f9ced4d1078e8f44190da090385a23a339 | [
"BSD-3-Clause"
] | permissive | raspberrypi/pico-examples | 3229b4320c9fe1acaacb73afba5378921196ab06 | eca13acf57916a0bd5961028314006983894fc84 | refs/heads/master | 2023-09-03T19:53:49.865239 | 2023-06-11T20:15:45 | 2023-06-11T20:15:45 | 331,381,105 | 2,195 | 749 | BSD-3-Clause | 2023-09-14T16:25:25 | 2021-01-20T17:31:36 | C | UTF-8 | C | false | false | 2,148 | c | spi_loopback.c | /**
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdlib.h>
#include <stdio.h>
#include "pico/stdlib.h"
#include "pio_spi.h"
// This program instantiates a PIO SPI with each of the four possible
// CPOL/CPHA combinations, with the serial input and output ... |
ee796d63453d036a364ccf52c80a10f9ae1775e1 | 9ceacf33fd96913cac7ef15492c126d96cae6911 | /usr.sbin/eigrpd/interface.c | d395fc3a26cc86f5f829888ff8786104b9f9e014 | [] | 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 | 18,028 | c | interface.c | /* $OpenBSD: interface.c,v 1.26 2023/03/08 04:43:13 guenther Exp $ */
/*
* Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software f... |
04171ee974b53e1d16bac3d1729f38f55a128bb7 | ecce427678ecff2a93a47f3b1b664202c7d27617 | /src/game/behaviors/star_door.inc.c | 4390efcbbe398d291fd71806f521e66f76198f1a | [] | no_license | sm64pc/sm64ex | ecf37f31b3f7426c4874254660d856030d789714 | 54cd27ccee45a2403b45f07a00d6043c51149969 | refs/heads/nightly | 2023-08-11T12:14:34.424168 | 2023-07-01T11:45:50 | 2023-07-01T11:45:50 | 262,091,731 | 795 | 238 | null | 2023-07-01T11:45:51 | 2020-05-07T15:43:27 | C | UTF-8 | C | false | false | 1,577 | c | star_door.inc.c | // star_door.c.inc
void star_door_update_pos(void) {
o->oVelX = (o->oUnkBC) * coss(o->oMoveAngleYaw);
o->oVelZ = (o->oUnkBC) * -sins(o->oMoveAngleYaw);
o->oPosX += o->oVelX;
o->oPosZ += o->oVelZ;
}
void bhv_star_door_loop(void) {
UNUSED u8 pad[4];
struct Object *sp18;
sp18 = cur_obj_neares... |
9d4ec0377e85da33670af6f7b105a3b1076f1e4e | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/airm2m/air105/libraries/HAL_Driver/Inc/core_spi.h | 2821babfe453068252accb4e47798acf36315473 | [
"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 | 2,204 | h | core_spi.h | /*
* Copyright (c) 2022 OpenLuat & AirM2M
*
* 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... |
9df66b30cec1ad8c18f78a19d648a09485dffa0e | 676acab8ff535019faff7da3afb8eecc3fa127f5 | /src/hal/gps/gps.h | 42c2a8fee9d95544303630c72e573084437b3c89 | [
"Apache-2.0"
] | permissive | Firmament-Autopilot/FMT-Firmware | f8c324577245bd7e91af436954b4ce9421acbb41 | 0212fe89820376bfbedaded519552f6b011a7b8a | refs/heads/master | 2023-09-01T11:37:46.194145 | 2023-08-29T06:33:10 | 2023-08-29T06:33:10 | 402,557,689 | 351 | 143 | Apache-2.0 | 2023-09-12T05:28:39 | 2021-09-02T20:42:56 | C | UTF-8 | C | false | false | 3,592 | h | gps.h | /******************************************************************************
* Copyright 2020 The Firmament Authors. 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 ... |
d82c57b73b706475698e0370753987d6bd748afc | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/u-boot_new/sunxi_spl/boot0/load_mmc/load_boot1_from_sdmmc.c | 9eb096356e3f384e72afd28938857349088b9622 | [
"GPL-2.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 6,274 | c | load_boot1_from_sdmmc.c | /*
************************************************************************************************************************
* eGON
* the Embedded GO-ON Bootloader System
*
* Copyright(C), 2006-200... |
afdd3fde64a1a4c1dba9d2258871d3fdd8882740 | 7e41167bfae6d2c38689b7e0993b308e045cbd05 | /file_cmds/gzip/unpack.c | dbad58825b9e92c6f8ceea48895c400788b65003 | [
"BSD-3-Clause",
"curl",
"GPL-1.0-or-later",
"MIT",
"Python-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | holzschu/ios_system | 7b18993dbcb33331c353e0257ca54847a5d1b1bb | 6a83eb1c6c383a562fbe33a7e97677e88d305b51 | refs/heads/master | 2023-08-14T09:11:40.627903 | 2023-04-18T15:12:29 | 2023-04-18T15:12:29 | 113,187,304 | 882 | 155 | BSD-3-Clause | 2023-08-19T19:15:35 | 2017-12-05T13:42:50 | C | UTF-8 | C | false | false | 10,464 | c | unpack.c | /*-
* Copyright (c) 2009 Xin LI <delphij@FreeBSD.org>
* 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, thi... |
c03c71c381f2a6564c1336f0e6c1908c3f530fa5 | 50e95229b9a1161ac294137120aaba94c9eb06bc | /sources/ippcp/crypto_mb/include/crypto_mb/sm4.h | 144fb6f56d7503b8a6bffcaf33aea58d3b408530 | [
"Apache-2.0",
"Intel"
] | permissive | intel/ipp-crypto | f0f05b87203705e82603db67bed5f8def13a5ee8 | 36e76e2388f3dd10cc440e213dfcf6ef59a0dfb8 | refs/heads/develop | 2023-09-04T08:15:06.851373 | 2023-07-27T12:47:12 | 2023-07-27T12:47:12 | 140,034,345 | 304 | 81 | Apache-2.0 | 2023-08-30T17:18:36 | 2018-07-06T22:16:28 | C | UTF-8 | C | false | false | 4,341 | h | sm4.h | /*******************************************************************************
* Copyright (C) 2021 Intel 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.... |
7648af3507d06bab981f329baf6e0790401ebbe2 | 5c72e3dec37038e313beab6250acaa54b4b03b93 | /vioinput/sys/KeyMap.c | 5f7752b73492aa52f1f7454b5d7aa60ded438fe1 | [
"BSD-3-Clause",
"GPL-1.0-or-later"
] | permissive | virtio-win/kvm-guest-drivers-windows | eb29c92b6949d6bfb0ee8c70004e359180ee2398 | 19a79901f36aa552b85f8b4c3c9645ebe90d9ec5 | refs/heads/master | 2023-09-06T00:50:32.529282 | 2023-08-25T10:21:53 | 2023-08-31T07:30:16 | 2,524,933 | 1,424 | 294 | BSD-3-Clause | 2023-08-26T16:02:39 | 2011-10-06T09:06:41 | C | UTF-8 | C | false | false | 28,479 | c | KeyMap.c | /*
* EV_KEY EVDEV code to HID usage code map
*
* Copyright (c) 2016-2017 Red Hat, Inc.
*
* Author(s):
* Ladi Prosek <lprosek@redhat.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met :
* 1. Redistribution... |
b28b792c6138b98e4efc725cfe170c9c8987994a | c21ad867752435377c599fb34df6d9074e2f014d | /sql-odbc/src/odfesqlodbc/statement.h | 96e34ad6631e15af6ba0631259bdabe429024077 | [
"LGPL-2.0-only",
"Apache-2.0"
] | permissive | opendistro-for-elasticsearch/sql | e7f5c3a4bd232237b837aa7b9c5704c33c80547b | a549025e42e71fb3146f0ba2a1705cbd3fa2db9c | refs/heads/develop | 2023-09-03T03:47:50.986152 | 2022-07-14T20:06:32 | 2022-07-14T20:06:32 | 162,486,600 | 639 | 215 | Apache-2.0 | 2022-07-19T21:52:44 | 2018-12-19T20:20:57 | Java | UTF-8 | C | false | false | 19,435 | h | statement.h | #ifndef __STATEMENT_H__
#define __STATEMENT_H__
#include <time.h>
#include "bind.h"
#include "descriptor.h"
#include "es_helper.h"
#include "es_odbc.h"
#include "es_types.h"
#include "tuple.h"
// C Interface
#ifdef __cplusplus
extern "C" {
#endif
enum {
CancelRequestSet = 1L,
CancelRequestAccepted = (1L << ... |
80bbd81205908bec087adfb4335d758bb3cf6509 | f84321cbc44eadc437dddeb4e3529ddcc1c5bcae | /mpi/bugs/land_integer.c | c29e4cb584a278c7499ef9c8ed6ceab2c3a16d0f | [
"MIT"
] | permissive | jeffhammond/HPCInfo | 7d08fda4ab3a6301f6c7853bd72c7fbe06639f9f | 8aff33b946cbd978b951f22c1b5a9140587be95e | refs/heads/master | 2023-08-17T01:45:51.607023 | 2023-08-11T05:28:50 | 2023-08-11T05:28:50 | 12,674,497 | 261 | 60 | MIT | 2023-04-19T14:47:20 | 2013-09-08T01:45:33 | C | UTF-8 | C | false | false | 325 | c | land_integer.c | #include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
int main(void)
{
MPI_Init(NULL,NULL);
int me, np;
MPI_Comm_rank(MPI_COMM_WORLD,&me);
MPI_Comm_size(MPI_COMM_WORLD,&np);
MPI_Fint i = me;
MPI_Allreduce(MPI_IN_PLACE, &i, 1, MPI_INTEGER, MPI_LAND, MPI_COMM_WORLD);
return MPI_Finalize(... |
149e7d97689ced35977ed7489e4e4cf444aff2b6 | 5aa8006a9a48e999fa5d5092fe893b16b84b7999 | /src/lib/log-c2rust/log-c2rust.h | 9aaa11207f59caa2616deed572d0e041ac7310d8 | [
"LicenseRef-scancode-public-domain"
] | permissive | shadow/shadow | 5a18451ac5a288f82f199ea59bc5adb783de9d7d | 021dbe7672dbfede4c8093ccd260c61cd3986731 | refs/heads/main | 2023-09-02T19:47:30.119593 | 2023-09-01T00:18:23 | 2023-09-01T00:18:23 | 1,759,835 | 1,309 | 252 | NOASSERTION | 2023-09-14T19:17:48 | 2011-05-17T08:18:57 | Rust | UTF-8 | C | false | false | 207 | h | log-c2rust.h | #ifndef LOG_C2RUST_H
#define LOG_C2RUST_H
#include "lib/logger/logger.h"
// Create a logger that delegates to Rust's `log` crate.
Logger* rustlogger_new();
void rustlogger_destroy(Logger* logger);
#endif |
2b4774b6ea2b18624671bcea62053fbc764d2a0e | 9ac9479f8df2d9fda560a4d05357d2bd3518e98c | /native/CefMessageRouter_N.h | fe9d3a063b742afcccf56e0f3ca67f9562146248 | [
"BSD-3-Clause"
] | permissive | JetBrains/jcef | e6861656ff686b6de46b45b6ba14c3ece7da0294 | 4a605f44671a1d28217e57bb70ce3f86e6e8e017 | refs/heads/master | 2023-09-01T02:58:33.153526 | 2022-06-13T02:50:04 | 2022-06-15T23:03:34 | 157,432,009 | 157 | 35 | NOASSERTION | 2023-04-07T09:07:04 | 2018-11-13T19:08:56 | Java | UTF-8 | C | false | true | 2,276 | h | CefMessageRouter_N.h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_cef_browser_CefMessageRouter_N */
#ifndef _Included_org_cef_browser_CefMessageRouter_N
#define _Included_org_cef_browser_CefMessageRouter_N
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_cef_browser_CefMessageRo... |
04e2ecc6f6103b483b3edf50425f40037b46e59c | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/sound/soc/au1x/psc.h | b16b2e02e0c9dec6dac5450ab922255059ee2283 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 1,350 | h | psc.h | /*
* Alchemy ALSA ASoC audio support.
*
* (c) 2007-2011 MSC Vertriebsges.m.b.H.,
* Manuel Lauss <manuel.lauss@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*... |
72af8d77a354d5d0584cfcb2566aa0077b80c70d | 78297bc868d588dd7a16cfea059ef7365ba18622 | /lib/api/include/irods/getRemoteZoneResc.h | bdab3c470877f764fc15299edd25d992ea0ab911 | [
"BSD-3-Clause"
] | permissive | irods/irods | ab72a41fdf05a4a905c3e3a97bb7ba3c2a6ae52d | f3ccaa842218e477395ebcf553639134433b63ee | refs/heads/main | 2023-09-01T20:12:33.322002 | 2023-08-23T18:22:59 | 2023-08-31T13:41:31 | 14,724,975 | 381 | 167 | NOASSERTION | 2023-09-11T18:18:14 | 2013-11-26T18:10:18 | C++ | UTF-8 | C | false | false | 342 | h | getRemoteZoneResc.h | #ifndef GET_REMOTE_ZONE_RESC_H__
#define GET_REMOTE_ZONE_RESC_H__
#define REMOTE_CREATE "remoteCreate"
#define REMOTE_OPEN "remoteOpen"
#include "irods/rcConnect.h"
#include "irods/rodsDef.h"
#ifdef __cplusplus
extern "C"
#endif
int rcGetRemoteZoneResc( rcComm_t *conn, dataObjInp_t *dataObjInp, rodsHostAddr_t ... |
b7170f813236edc9bf6c20dd73f092e2a6649508 | 0577a46d8d28e1fd8636893bbdd2b18270bb8eb8 | /update_notifier/thirdparty/wxWidgets/docs/doxygen/overviews/windowids.h | ad8bce1720773a972e6c4e31ccf8bdc6bf9d47de | [
"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 | 3,874 | h | windowids.h | /////////////////////////////////////////////////////////////////////////////
// Name: windowids.h
// Purpose: topic overview
// Author: wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
@page overview_windowids Window ID... |
ae75faa34da3c8dc4280596f355a5c8c5e547c56 | fe2c2c0b23fa5dcdfbdf53261c49aabde5760819 | /include/gt/gthe3_regs.h | b969e86b478dee0e968074eb8a0e79588a6f82ff | [
"BSD-2-Clause-Views",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | corundum/corundum | fde50818fa2ea64ee311db22cecb1da578760a03 | ed4a26e2cbc0a429c45d5cd5ddf1177f86838914 | refs/heads/master | 2023-08-11T02:37:40.480657 | 2023-07-14T01:45:01 | 2023-07-14T01:45:01 | 197,059,490 | 828 | 194 | NOASSERTION | 2023-07-07T07:30:53 | 2019-07-15T19:27:33 | Verilog | UTF-8 | C | false | false | 113,626 | h | gthe3_regs.h | // SPDX-License-Identifier: BSD-2-Clause-Views
/*
* Copyright (c) 2022-2023 The Regents of the University of California
*/
#ifndef GTHE3_REGS_H
#define GTHE3_REGS_H
#include <limits.h>
#ifndef BIT_MASK
#define BIT_MASK(h, l) \
((~0UL << ((l) & (sizeof(1UL)*CHAR_BIT-1))) & \
(~0UL >> (((-(h)-1) & (sizeof(1... |
e14d97e63508284a16c449150d0697e792e6e85f | 321d11eaee885ceb3a74db0a062f9bbdf282148c | /include/internal/thread_once.h | d6cb2eeec3bc1065b27882f0ab0432b06a564bfb | [
"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 | 5,660 | h | thread_once.h | /*
* Copyright 1995-2021 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... |
9ab239413de7ab9985c9a21337a29794e02bfaf0 | d6819033d5c0d68ec0522c872c057c00da6b2789 | /modules/src/ll.c | 6b1fa723fa047615b3469ed92237c10ff6f3de05 | [
"MIT"
] | permissive | 29jm/SnowflakeOS | d9b0c2a12f03c0b1e5a5f61477f802d2f653be94 | fe51e646a78bf4ccee45e5e563cd3a25d76f7690 | refs/heads/master | 2023-07-11T02:26:32.590836 | 2023-06-28T00:00:58 | 2023-07-07T13:57:08 | 38,449,214 | 356 | 26 | MIT | 2023-06-28T00:08:44 | 2015-07-02T18:18:01 | C | UTF-8 | C | false | false | 1,526 | c | ll.c | #include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#define STATR 4
#define STATW 2
#define STATX 1
#include <snow.h>
int main(int argc, char* argv[]) {
char dir[MAX_PATH] = "";
if (argc > 1) {
if (!strcmp(argv[1], "--help")) {
... |
6c89738729673d433b8a25c470c39373b6c07ca8 | fef5296397f9b950a11455e880a919537390aea0 | /nbi/engine/native/launcher/windows/src/FileUtils.h | 0b01ace4585af3b3235a9e8a6743bd947204f547 | [
"Apache-2.0"
] | permissive | apache/netbeans | 5a4d6fa9e4f230b33e44519a479d66e47a381289 | 28d308b400bbe439ac0ac84b64d823ce0b69272e | refs/heads/master | 2023-08-29T15:32:41.838270 | 2023-08-29T09:48:59 | 2023-08-29T09:48:59 | 102,083,576 | 1,692 | 718 | Apache-2.0 | 2023-09-14T19:41:05 | 2017-09-01T07:00:11 | Java | UTF-8 | C | false | false | 2,660 | h | FileUtils.h | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
5f447e26c756a710bbc429aac9af64ccc6b88ee7 | 9467e2502183e843a67736800199e31674b1d8f6 | /HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/external/mono/mono/utils/mono-dl-fallback.h | 0383ad1c9068e6fc6f4bfc3fad0d67622030b721 | [
"Apache-2.0"
] | permissive | yimengfan/BDFramework.Core | 3a046fcd755a84ba55d648dd3ad52c37a1cc1a04 | 81380fce8e84367f912777717665b53f074ab617 | refs/heads/master | 2023-09-04T10:08:47.644992 | 2023-07-05T16:22:11 | 2023-07-05T16:22:11 | 85,928,537 | 2,421 | 497 | Apache-2.0 | 2023-03-21T06:56:21 | 2017-03-23T09:03:48 | C# | UTF-8 | C | false | false | 1,036 | h | mono-dl-fallback.h | /**
* \file
*/
#ifndef __MONO_UTILS_DL_FALLBACK_H__
#define __MONO_UTILS_DL_FALLBACK_H__
#include <mono/utils/mono-publib.h>
MONO_BEGIN_DECLS
enum {
MONO_DL_EAGER = 0,
MONO_DL_LAZY = 1,
MONO_DL_LOCAL = 2,
MONO_DL_MASK = 3
};
/*
* This is the dynamic loader fallback API
*/
typedef struct MonoDlFallbackHan... |
441273b64bfb673d81b9725c6c1dd73f4ce68fbd | e9b2c1f687bb9f34732d7eb2bc784a75705a371e | /common/bitmap/test-bitmap.c | 6b7283ad99351ffa32772bdcd2b1e2dde7bda829 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | libguestfs/nbdkit | 30bf70eb29843805597a6bbe5b56cc024bfedead | 45b72f5bd8fc1b475fa130d06c86cd877bf595d5 | refs/heads/master | 2023-09-02T12:48:33.201066 | 2023-03-10T09:59:15 | 2023-03-10T10:08:50 | 10,839,800 | 209 | 45 | NOASSERTION | 2021-01-24T00:25:00 | 2013-06-21T09:43:21 | C | UTF-8 | C | false | false | 4,439 | c | test-bitmap.c | /* nbdkit
* Copyright Red Hat
*
* 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 disclaimer... |
6220ae5cf499e003863cf015d3fdf24625c13690 | 450916eee7580beb928ed8f387db4f0a8c1aa508 | /src/amuse/community/athena/src/athena/src/integrators/prototypes.h | 44079a4957f0355088a48384299ee55112963299 | [
"GPL-1.0-or-later",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | amusecode/amuse | 42095545893f5a86ea79c2a52ce54d3ce8eb204f | b57c1e2fda1457d5025307be105c2aa59b19b574 | refs/heads/main | 2023-08-31T04:50:48.880044 | 2023-08-30T12:00:20 | 2023-08-30T12:00:20 | 18,516,331 | 158 | 118 | Apache-2.0 | 2023-08-30T12:00:22 | 2014-04-07T12:35:07 | AMPL | UTF-8 | C | false | false | 1,151 | h | prototypes.h | #ifndef INTEGRATORS_PROTOTYPES_H
#define INTEGRATORS_PROTOTYPES_H
#include "../copyright.h"
/*============================================================================*/
/*! \file prototypes.h
* \brief Prototypes for all public functions in the /src/integrators dir */
/*===========================================... |
525ae8a355b6d6457942c3080efd73928d54c328 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/atm/eni.h | 565e53a5cb7882984358eea9517700991d1f798f | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"GPL-2.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 4,718 | h | eni.h | /* drivers/atm/eni.h - Efficient Networks ENI155P device driver declarations */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#ifndef DRIVER_ATM_ENI_H
#define DRIVER_ATM_ENI_H
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/interrupt.h>
#include <linux/sonet.h>
#include <linux/skbu... |
454766e4f75875144743ad8dbcbd72fb95f7f94c | f342990997706a962df8a42867fa1b46da2d2a0d | /Pods/Headers/Private/ReactiveCocoa/UIStepper+RACSignalSupport.h | e79c4c9acc88cfe46cdb20fe7a293e40cd240f3c | [
"MIT"
] | permissive | MarcoSero/HackerNews | 11cd793a475fc6e875705035046f20dcce16b13a | 92822de869c7eaaed751be98be9d0059391e5017 | refs/heads/master | 2021-01-21T01:59:36.492767 | 2016-03-05T10:51:02 | 2016-03-05T10:51:02 | 39,442,230 | 128 | 18 | null | 2016-03-05T10:51:05 | 2015-07-21T11:46:27 | HTML | UTF-8 | C | false | false | 77 | h | UIStepper+RACSignalSupport.h | ../../../ReactiveCocoa/ReactiveCocoa/Objective-C/UIStepper+RACSignalSupport.h |
a4fc5debb1d29e3cc7887c25396f4753f5374481 | 693bd39eb66eade67997bc608fe84e76e66eeec2 | /mpp/hal/rkdec/h264d/hal_h264d_api.c | 160356352c2059b3717226afbe063ee815935577 | [] | permissive | HermanChen/mpp | 6a1751777b120b764f86e0f34975231054a3c262 | 0af9b5becc76c4685831214808e124e65543297b | refs/heads/develop | 2023-08-17T07:17:49.489974 | 2023-07-31T08:26:14 | 2023-08-11T07:38:17 | 71,088,248 | 139 | 79 | Apache-2.0 | 2023-03-08T09:44:01 | 2016-10-17T01:13:37 | C | UTF-8 | C | false | false | 10,512 | c | hal_h264d_api.c | /*
*
* Copyright 2015 Rockchip Electronics Co. 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 applicable law or... |
a34e1d17ec8e659f635737f94b8f521929c83eff | 64b0a5eaa5d9fd71c3d0a4e236bd5f32ba2cef13 | /src/esp_idf_lmic_config.h | ee65f1f3756c3b88f2850006f07072992d327cb0 | [
"MIT"
] | permissive | manuelbl/ttn-esp32 | 1f8b19cdc1a0c592c27771e997471c01ab0a3f2e | 89ad39d46313e8944dc125a3dc6f9693d75ad753 | refs/heads/master | 2023-07-07T19:35:03.486340 | 2023-06-14T20:07:08 | 2023-06-14T20:07:08 | 140,975,542 | 278 | 67 | MIT | 2023-08-07T21:04:44 | 2018-07-14T20:21:18 | C | UTF-8 | C | false | false | 2,096 | h | esp_idf_lmic_config.h | /*******************************************************************************
*
* ttn-esp32 - The Things Network device library for ESP-IDF / SX127x
*
* Copyright (c) 2018 Manuel Bleichenbacher
*
* Licensed under MIT License
* https://opensource.org/licenses/MIT
*
* Convert SDK configuration (make menuconfi... |
492c41e1ef5250c3b4e9656278b586bb38b2d438 | 984bc4181baec6e5a4b05a657e666b0e9f89f3f3 | /3rdparty/mongo-c-driver-1.21.2/src/libmongoc/examples/example-session.c | 163e0087386cbc51cf6fd5eb25625ecc9d4b444d | [
"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 | 3,923 | c | example-session.c | /* gcc example-session.c -o example-session \
* $(pkg-config --cflags --libs libmongoc-1.0) */
/* ./example-session [CONNECTION_STRING] */
#include <stdio.h>
#include <mongoc/mongoc.h>
int
main (int argc, char *argv[])
{
int exit_code = EXIT_FAILURE;
mongoc_client_t *client = NULL;
const char *uri_st... |
71b84b8d0a29bea7b99d691e68c02748ff3d26d8 | 41c7328eadeab5ed7c0584b7db51996a05dd9f2d | /F1:F103/uart/main.c | 5314846ce1bfa4919c2a9d197f0e57bfde8e376d | [] | 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 | 6,301 | c | main.c | /*
* main.c
*
* Copyright 2018 Edward V. Emelianov <eddy@sao.ru, 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 2 of the License, or
* (at ... |
a8b332cbb7d85d9aec379beee5b51968e5c2b2c8 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Plugins/Experimental/AlembicImporter/Source/ThirdParty/Alembic/hdf5/test/tconfig.c | 14c863e86bc3584c17a036c24a9c27497d632a7d | [
"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 | 7,082 | c | tconfig.c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... |
bc1ff7f5fe7710694b602f7c2fe60fa626670bb8 | 7744859512f027ef0da8b1bde0f8518e631b98eb | /soh/assets/textures/message_texture_static/message_texture_static.h | 43f2a54b5643aad619b5016550a090079a35fed7 | [] | 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 | 388 | h | message_texture_static.h | #pragma once
#include "align_asset_macro.h"
#define dgRedMessageXLeftTex "__OTR__textures/message_texture_static/gRedMessageXLeftTex"
static const ALIGN_ASSET(2) char gRedMessageXLeftTex[] = dgRedMessageXLeftTex;
#define dgRedMessageXRightTex "__OTR__textures/message_texture_static/gRedMessageXRightTex"
static const... |
ddaec611f5cb251d889fb525e365792d164947ee | d10090b0c23c789baaac67f40cccb61f39554e07 | /Chapter_13/Src/pwmImplementation.c | 5cac48e395cf341821abfa25bef0c41f7746e7be | [
"MIT"
] | permissive | PacktPublishing/Hands-On-RTOS-with-Microcontrollers | b6b78ebf4a462a10c115338f85edb2769ac6cd58 | 9cb30e4846482cd2cf19aa631757bfe916cc245f | refs/heads/master | 2023-08-08T16:48:34.456178 | 2023-01-30T10:00:49 | 2023-01-30T10:00:49 | 206,287,816 | 128 | 84 | MIT | 2023-07-22T15:18:15 | 2019-09-04T09:55:46 | C | UTF-8 | C | false | false | 3,544 | c | pwmImplementation.c | #include <pwmImplementation.h>
#include <main.h>
#include <stm32f7xx_hal.h>
/**
* PWM implementation supplies implementations of iPWM for the red, green, and blue
* LED's on the Nucleo board
*/
/**
* Initialize pins for PWM output to the 3 LED's
* Configures each timer to provide 16 bits of PWM resolution
* per... |
7d583873ff649ec317e3b6b75c3867fc3a9859b3 | a949ca9f1f0994d4429267f91b186323a17863ad | /src/versioned_stream.h | 4fe91d51301841a2fc2ff21913d49e0a1be55fdb | [
"MIT"
] | permissive | willbryant/kitchen_sync | 2fff9a7936064ef284bc7b874635f54eea7dc565 | c2d7aa3dc66b15da4476b2f53519d83c11a62e49 | refs/heads/main | 2023-05-05T14:54:11.160113 | 2023-04-23T21:47:39 | 2023-04-23T21:47:39 | 9,129,496 | 279 | 43 | MIT | 2023-04-18T10:06:24 | 2013-03-31T11:45:45 | C++ | UTF-8 | C | false | false | 379 | h | versioned_stream.h | #ifndef VERSIONED_STREAM_H
#define VERSIONED_STREAM_H
#include "fdstream.h"
struct VersionedFDWriteStream: FDWriteStream {
VersionedFDWriteStream(int fd): FDWriteStream(fd), protocol_version(0) {}
int protocol_version;
};
struct VersionedFDReadStream: FDReadStream {
VersionedFDReadStream(int fd): FDReadStream(fd)... |
f11e92422f67a9ffadad66545b8a102acbe3d1e0 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ffmpeg/libavcodec/wmavoice.c | bb98f841a50038568e664149e24d0d6b3e7c0948 | [
"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 | 80,573 | c | wmavoice.c | /*
* Windows Media Audio Voice decoder.
* Copyright (c) 2009 Ronald S. Bultje
*
* 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... |
4d7b3e06c086d97251dc455882a4d7c2cb2689a4 | 840c14eae43e7b915d5fb23f84eb6f856c755b92 | /IpaDownloadTool/Pods/Headers/Private/ZXTableView/ZXTableView.h | a68a8bb3773e6d690c6753e2aeca3ca2865a0b73 | [
"MIT"
] | permissive | SmileZXLee/IpaDownloadTool | a010aab3cdf67342a8a4cf3c888919b88c651f56 | d1bdf376409da35207cd8d76d500f23c6167abc3 | refs/heads/master | 2023-08-16T23:58:47.346568 | 2023-08-12T12:37:04 | 2023-08-12T12:37:04 | 184,110,012 | 487 | 66 | null | null | null | null | UTF-8 | C | false | false | 46 | h | ZXTableView.h | ../../../ZXTableView/ZXTableView/ZXTableView.h |
51f3a4ec446cce4663052a9c3282c59a0fddb7ef | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/scsi/arm/cumana_2.c | 58915f29055b8050774ce2610f987092ad8d60a1 | [
"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 | 13,776 | c | cumana_2.c | /*
* linux/drivers/acorn/scsi/cumana_2.c
*
* Copyright (C) 1997-2005 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Changelog:
* 30-08-1997 RMK 0.0.0... |
0be845cad0920044f79bbed641f9fcf9257fb67a | a1161d9e9d26e0a7b20c31269be145f13d9d3e89 | /src/peigs/ctof/bortho_f.c | 68323cc472f3e1ee7b2ec5116c238515e95e62d9 | [
"LicenseRef-scancode-warranty-disclaimer",
"ECL-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | nwchemgit/nwchem | c06e7e1fe11b3afad17b167f29a97c4fa3ad0fda | c5a8125298a6ea7d6eb27b07c196ea8041aa7198 | refs/heads/master | 2023-09-05T17:18:34.513866 | 2023-09-02T02:56:47 | 2023-09-02T02:56:47 | 111,318,191 | 425 | 164 | NOASSERTION | 2023-09-11T16:34:14 | 2017-11-19T17:48:21 | Fortran | UTF-8 | C | false | false | 4,762 | c | bortho_f.c | /*
$Id$
*======================================================================
*
* DISCLAIMER
*
* This material was prepared as an account of work sponsored by an
* agency of the United States Government. Neither the United States
* Government nor the United States Department of Energy, nor Battelle,
* nor a... |
50fcab803a1ff9f3b479e183839b01adddb3e88c | 7664f318ed04bd0680f3d82321c18896e3ef6ad5 | /tools/elf2rom.c | 907e4e32b48f17155563ec4d7edcd6ffb96da6b9 | [] | 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 | 7,180 | c | elf2rom.c | #include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "elf32.h"
#include "n64chksum.h"
#include "util.h"
#define ROM_SEG_START_SUFFIX ".rom_start"
#define ROM_SEG_END_SUFFIX ".rom_end"
struct RomSegment
{
const char *name;
const void ... |
bad6e63d564738df9f904b423b3dc252941cb413 | 8e9d769081965ed4baceae5348680199882a5679 | /asylo/platform/posix/include/ifaddrs.h | 9e6a70eb9e7999c53ef5435b0166e9044a8ab3d2 | [
"Apache-2.0",
"BSD-3-Clause",
"BSD-4-Clause-UC",
"BSD-2-Clause"
] | permissive | google/asylo | 049b7c3e55417b64d7b3811c2e54ad34c0208fff | e73365548454950929d339d37d810a789e5c383b | refs/heads/master | 2023-08-31T14:28:38.211229 | 2022-04-12T19:13:42 | 2022-04-12T20:00:07 | 131,036,436 | 943 | 136 | Apache-2.0 | 2022-04-12T20:00:08 | 2018-04-25T16:43:56 | C++ | UTF-8 | C | false | false | 1,542 | h | ifaddrs.h | /*
*
* Copyright 2018 Asylo authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
7d3a1a8b4832dfda6d1c0ae301f7423c34ec372c | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/iotivity/iotivity_1.2-rel/resource/csdk/security/provisioning/include/oxm/oxmmanufacturercert.h | cff6467b518045d56c8938bb0fe7e0d1e2d9facb | [
"Apache-2.0",
"MIT",
"GPL-2.0-only",
"BSD-3-Clause"
] | 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 | 3,514 | h | oxmmanufacturercert.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... |
8b793f58cd58db949b6c851d644d464ed0bd77b4 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/arm/mach-omap2/cm44xx.c | 535d66e2822c26ebe37f2fcaf509d678bb9570b4 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 1,317 | c | cm44xx.c | /*
* OMAP4 CM1, CM2 module low-level functions
*
* Copyright (C) 2010 Nokia Corporation
* Paul Walmsley
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* These functions ... |
bc2dd8c48a2aec12736464c54393ecd1b26c6584 | 31474cf76ce4e4d6cc4aef1947cd7690eb24f234 | /external/libcheevos/libretro-common/src/string/stdstring.c | 4b36deb77fa708f367abc8e284bb3514b2806cc9 | [
"MIT",
"Apache-2.0",
"LicenseRef-scancode-ubuntu-font-1.0"
] | permissive | batocera-linux/batocera-emulationstation | fb83c3279477a79f9d5bfa744665bae0dac9c96f | cec8b875c4ceb813402731f2732f1bc902f869d0 | refs/heads/master | 2023-08-31T08:31:54.095596 | 2023-08-31T06:11:42 | 2023-08-31T06:11:42 | 108,592,510 | 251 | 240 | MIT | 2023-09-13T19:41:31 | 2017-10-27T20:26:05 | C++ | UTF-8 | C | false | false | 21,094 | c | stdstring.c | /* Copyright (C) 2010-2020 The RetroArch team
*
* ---------------------------------------------------------------------------------------
* The following license statement only applies to this file (stdstring.c).
* ---------------------------------------------------------------------------------------
*
* Permis... |
07b42c039031dad70a91d0f1ebd2fb154c703417 | 9ceacf33fd96913cac7ef15492c126d96cae6911 | /regress/lib/libradius/test04.c | d868a22640457bf31e43bc69f1db542c849aa2aa | [] | 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 | 2,207 | c | test04.c | #include "incs.h"
/*
* put/get cat attributes
*/
void test04(void)
{
RADIUS_PACKET *packet;
uint8_t buf[1024];
size_t len;
uint8_t *p;
#define ATTRLEN (256 + 256 + 103)
uint8_t data0[ATTRLEN];
uint8_t data1[ATTRLEN];
uint8_t data2[] = { 0x10, 0x20, 0x30, 0x40 };
uint8_t data3[] = { 0x10, 0x20, 0x30, 0x40, ... |
02094a9e5662967f90d956941b604fe146d21e30 | c72e8e7a91acfc92d6cbd02dfbbcc20f00aab63f | /src/common/io/http/common.h | a928751177edaa3162b5c9bbf714c55b8a1cf6f9 | [
"MIT"
] | permissive | pgbackrest/pgbackrest | 83b3760b0faaaf7a0da4a54caeaa2231d6144704 | e3fcd8cd9e0be42a32fc4cbd2ae3db2c072eabcd | refs/heads/main | 2023-09-03T22:27:01.317021 | 2023-08-31T20:36:52 | 2023-08-31T20:36:52 | 14,313,288 | 1,826 | 211 | NOASSERTION | 2023-09-14T13:56:30 | 2013-11-11T21:08:39 | C | UTF-8 | C | false | false | 1,121 | h | common.h | /***********************************************************************************************************************************
HTTP Common
***********************************************************************************************************************************/
#ifndef COMMON_IO_HTTP_COMMON_H
#define CO... |
2ca43374c297cd71521e94e03f374ef9b660c483 | 78014f186b458c0dfbd4dd4dc660adfe858d4c62 | /src/jc.c | 544d36759921796222655a6519dbdba7790e6544 | [] | no_license | r-spatial/spdep | a1a8cebe6c86724bc4431afefc2ba2f06a3eb60c | a02d7aa6be8a42e62ba37d2999a35aff06a0ea59 | refs/heads/main | 2023-08-21T19:27:09.562669 | 2023-08-07T12:08:51 | 2023-08-07T12:08:51 | 109,153,369 | 109 | 30 | null | 2022-12-10T12:31:36 | 2017-11-01T16:10:35 | R | UTF-8 | C | false | false | 691 | c | jc.c | /* Copyright 2003 by Roger S. Bivand. */
#include "spdep.h"
SEXP jcintern(SEXP nb, SEXP weights, SEXP dum, SEXP card) {
int i, j, k, n=length(card), pc=0;
double sum, sum1, wt;
SEXP ans;
PROTECT(ans = NEW_NUMERIC(1)); pc++;
sum1 = 0.0;
for (i=0; i < n; i++) {
sum = 0.0;
if (INTEGER_POINTER(card)[i] >... |
e7e8cb92360bccbea2dc44146bc318a693336daf | 154cf7c3c956dbb270c2113ec63cfd4695185e95 | /filters_common.inc.h | abeb0fefee4154971feea8e4413ede9c1238c0c8 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-public-domain-disclaimer"
] | permissive | cathugger/mkp224o | 4826846a252cc555a1bd2ddc4fa14336f0db8016 | 42e4d3a5fcea3a7d5072e9b354265e2ced18367b | refs/heads/master | 2023-08-24T23:55:39.736945 | 2023-08-06T18:22:54 | 2023-08-06T18:22:54 | 104,667,971 | 1,000 | 153 | CC0-1.0 | 2023-08-06T18:22:55 | 2017-09-24T18:49:18 | C | UTF-8 | C | false | false | 886 | h | filters_common.inc.h | #ifdef INTFILTER
static inline size_t S(filter_len)(size_t i)
{
# ifndef OMITMASK
const u8 *m = (const u8 *)&VEC_BUF(filters,i).m;
# else // OMITMASK
(void) i;
const u8 *m = (const u8 *)&ifiltermask;
# endif // OMITMASK
size_t c = 0;
for (size_t j = 0;;) {
u8 v = m[j];
for (size_t k = 0;;) {
if (!v)
re... |
fc08c559a7d0a6cc87081cd9ac7a4f3b8085463d | 376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb | /math/xfractint/patches/patch-common_frasetup.c | 1e23ad73b517bf7b52f667e56e347c7ece5d71d5 | [] | 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 | 501 | c | patch-common_frasetup.c | $NetBSD: patch-common_frasetup.c,v 1.1 2018/08/28 11:54:54 schmonz Exp $
--- common/frasetup.c.orig 2014-05-03 13:12:35.000000000 +0000
+++ common/frasetup.c
@@ -1,12 +1,6 @@
#include <limits.h>
#include <string.h>
-#ifdef __TURBOC__
-#include <alloc.h>
-#elif defined(__APPLE__)
-#include <malloc/malloc.h>
-#elif !d... |
977bd8f7e142fedc1a0a179f47f9363fc05a5ccc | 6a78f00818827dbcaa42628e556c50e34558138c | /tar/ccache/ccache_internal.h | 43075970892a4b39c7334563ebd3e5ce121960e7 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Tarsnap/tarsnap | 54abaa9ce37e8cad088eb37f3609eaa37d947323 | 00c9231e784c25d519b679668707e8ce644003cb | refs/heads/master | 2023-09-03T01:25:06.886320 | 2023-08-26T18:52:09 | 2023-08-26T18:52:09 | 35,801,306 | 905 | 80 | NOASSERTION | 2023-08-29T18:55:34 | 2015-05-18T06:44:50 | C | UTF-8 | C | false | false | 1,989 | h | ccache_internal.h | #ifndef CCACHE_INTERNAL_H_
#define CCACHE_INTERNAL_H_
#include <sys/stat.h>
#include <stdint.h>
#include "ccache.h"
#include "ctassert.h"
#include "multitape.h"
#include "patricia.h"
/*
* Maximum number of times tarsnap can be run without accessing a cache
* entry before the entry is removed from the cache.
*/
#... |
ff57d39f2c7423bff8cff77de7b5005c0994e61a | ae3e9369882d46a2a009c41a58449c3da9cb3ae1 | /src/enclave/enclave_signal.c | 009a545f71c5f066f049539f1ff21fa1822fff96 | [
"MIT"
] | permissive | lsds/sgx-lkl | efc1f9bc0b9621ff1d301abf0b5bbbcc7c80ef96 | b6e838e0034de86b48470b6a6bf87d2e262e65c9 | refs/heads/oe_port | 2023-06-04T04:44:34.776274 | 2021-04-12T17:33:53 | 2021-04-12T17:33:53 | 113,332,442 | 267 | 109 | MIT | 2022-12-29T04:35:40 | 2017-12-06T15:22:02 | C | UTF-8 | C | false | false | 9,673 | c | enclave_signal.c | #include <signal.h>
#include <string.h>
#include <asm/sigcontext.h>
#include <asm-generic/ucontext.h>
#include <lkl_host.h>
#include <lkl/setup.h>
#include <string.h>
#include <openenclave/enclave.h>
#include <openenclave/internal/cpuid.h>
#include "enclave/enclave_oe.h"
#include "enclave/enclave_util.h"
#include ... |
d0ede32bc78c4c9e2ddf7ab61736cc1d33fef438 | 52db6253baa4bf3d32cc7ce0e9e5694b48391e65 | /tests/platform-independent-tests/tests/first-person-maze/main.c | 9516eafd7b606cfc5d8b0c0e31e7dac0b7af3a93 | [
"Unlicense"
] | permissive | SasLuca/rayfork | 02a8e185002b872a115318410e94abfc0a015bb0 | 0db32b2c80384e89555aa8f64d5be390bbb28573 | refs/heads/rayfork-0.9 | 2021-09-11T06:30:40.597951 | 2020-12-03T10:59:55 | 2020-12-03T10:59:55 | 228,938,024 | 347 | 27 | Unlicense | 2022-08-22T06:09:44 | 2019-12-18T23:25:18 | C | UTF-8 | C | false | false | 5,911 | c | main.c | #include "include/rayfork.h"
#include "glad.h"
#include "GLFW/glfw3.h"
#define SCREEN_WIDTH (800*2)
#define SCREEN_HEIGHT (450*2)
rf_input_state_for_update_camera input;
static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods)
{
if (key == GLFW_KEY_ESCAPE && action == GLFW_PRESS)... |
1e13ed2f0bcf16e51914bcf4cc1a02250bb9faef | e910318d01528d82040507a49eeeb8dade45b31f | /ports/stm32/usbhost/Core/Inc/usbh_def.h | cf24d69f3702cfa224f2d52aac80a08a7dac9656 | [
"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 | 16,666 | h | usbh_def.h | /**
******************************************************************************
* @file usbh_def.h
* @author MCD Application Team
* @version V3.0.0
* @date 18-February-2014
* @brief Definitions used in the USB host library
****************************************************************... |
87cd65d33fe81783bc8e27e5db94aa8303ce7f15 | 67801a1568b81ea5e45ed534301cd35949066e6d | /src/registers/memory/dma.h | a65116940d98bcb52587af338be2b81cf1f4075b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | fossasia/pslab-firmware | dcb8e570d162c0ef24cdedf43483c706bc736259 | c93ac629442315c1430120b7ab3c0026d03e3503 | refs/heads/main | 2023-07-22T18:22:30.827478 | 2023-07-05T05:32:15 | 2023-07-05T05:38:34 | 86,472,725 | 2,212 | 89 | Apache-2.0 | 2023-09-14T20:36:23 | 2017-03-28T14:53:27 | C | UTF-8 | C | false | false | 25,833 | h | dma.h | #ifndef DMA_H
#define DMA_H
#include <xc.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#ifdef __cplusplus // Provide C++ Compatibility
extern "C" {
#endif
/**
Section: Data Types
*/
/** DMA Modes
@Summary
Defines the current DMA mode in use
@Description
... |
b643f60f0a4dd180648936bbdabb11210d17c473 | e2bd18a0b6a1d92755573befb52553f90c21d177 | /cores/arduino/stm8/STM8_StdPeriph_Driver/stm8xx_rst.c | 7eaf0fd0caf161826df45c643dcb4a50b43f0370 | [
"BSD-3-Clause"
] | permissive | stm32duino/Arduino_Core_STM8 | 2b86bf16943a0ae4f984df79e8a8d7890feae5bf | cc4d30f28145a4778dfe228856e6ea48b00390b5 | refs/heads/main | 2023-09-02T11:14:06.407352 | 2023-03-31T07:08:07 | 2023-03-31T07:08:07 | 124,064,982 | 143 | 52 | BSD-3-Clause | 2021-12-08T09:57:52 | 2018-03-06T10:56:31 | C | UTF-8 | C | false | false | 101 | c | stm8xx_rst.c | #if defined (STM8Sxx)
#include "stm8s_rst.c"
#elif defined (STM8Lxx)
#include "stm8l15x_rst.c"
#endif |
d8cc55ef2d1f40c43c567aecdc013852cd419a51 | fce81b804cae23f525a5ad4370b684bf0dc531a5 | /numpy/core/src/common/npy_partition.h | 85a0727c58d4f04e1dc1d8de75f0e2a17697137c | [
"Zlib",
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | numpy/numpy | ba2abcc1d2d46affbb6aabe5aed6407b4b57507e | dc2ff125493777a1084044e6cd6857a42ee323d4 | refs/heads/main | 2023-09-05T10:10:52.767363 | 2023-09-04T18:03:29 | 2023-09-04T18:03:29 | 908,607 | 25,725 | 11,968 | BSD-3-Clause | 2023-09-14T21:26:09 | 2010-09-13T23:02:39 | Python | UTF-8 | C | false | false | 537 | h | npy_partition.h | #ifndef NUMPY_CORE_SRC_COMMON_PARTITION_H_
#define NUMPY_CORE_SRC_COMMON_PARTITION_H_
#include "npy_sort.h"
/* Python include is for future object sorts */
#include <Python.h>
#include <numpy/ndarraytypes.h>
#include <numpy/npy_common.h>
#define NPY_MAX_PIVOT_STACK 50
#ifdef __cplusplus
extern "C" {
#endif
NPY_NO... |
54c8fbb658b5773eb5231f5b6ee5e1ddb7059ae0 | 057a475216e9beed41983481aafcaf109bbf58da | /base/glibc-compatibility/musl/clock_nanosleep.c | 7c7a9f78288056d89ebed8d9e5b4857d43697ff0 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-mit-nagy",
"LicenseRef-scancode-musl-exception",
"MIT",
"BSD-3-Clause"
] | permissive | ClickHouse/ClickHouse | fece5204263a5b4d693854b6039699265f1bb27f | 6649328db809d51a694c358571539bc5820464be | refs/heads/master | 2023-08-31T18:48:36.615225 | 2023-08-31T17:51:24 | 2023-08-31T17:51:24 | 60,246,359 | 23,878 | 5,449 | Apache-2.0 | 2023-09-14T20:10:52 | 2016-06-02T08:28:18 | C++ | UTF-8 | C | false | false | 1,009 | c | clock_nanosleep.c | #include <errno.h>
#include <pthread.h>
#include <time.h>
#include "syscall.h"
int clock_nanosleep(clockid_t clk, int flags, const struct timespec * req, struct timespec * rem)
{
if (clk == CLOCK_THREAD_CPUTIME_ID)
return EINVAL;
int old_cancel_type;
int status;
/// We cannot port __syscall_cp ... |
466e19700e898a1190f9ceb37c5635510ecbe153 | 19102a3c11268052348cf669e23bbfe2780bb067 | /MinecraftC/Level/Generator/Noise/Noise.c | 712707b9c584e61d9a124ee6379abb9950c00ca0 | [
"MIT"
] | permissive | johnpayne-dev/MinecraftC | 4f6578fd12c0ff8b70e8b9d2c11c4934a822203c | 43928d42e1f32bd76a994f0bb22c0153a7271b3f | refs/heads/main | 2023-08-04T00:51:16.467779 | 2022-07-31T18:45:33 | 2022-07-31T18:45:33 | 338,597,768 | 303 | 31 | MIT | 2022-07-31T18:45:34 | 2021-02-13T14:55:07 | C | UTF-8 | C | false | false | 600 | c | Noise.c | #include "Noise.h"
#include "OctaveNoise.h"
#include "CombinedNoise.h"
#include "PerlinNoise.h"
#include <stdlib.h>
void NoiseCreate(Noise * noise) {
*noise = (Noise){ 0 };
}
float NoiseCompute(Noise * noise, float x, float y) {
if (noise->type == NoiseTypeOctave) { return OctaveNoiseCompute(noise, x, y); }
if (no... |
43d5c1dfb98f61b6792e5f4b86336e7c5d2a5470 | 035660e8cc10571ebbd0d4393fef063bb7eb98f6 | /src/overlays/actors/ovl_Bg_Dblue_Movebg/z_bg_dblue_movebg.h | 6e81c24c1ebc90414dc665825c8d8a66c43023e2 | [] | no_license | zeldaret/mm | f163a5e7c4314105777369fa7671ce9c2a99922a | 4ae00e909e74044f05155683b49d2561f91de7ba | refs/heads/master | 2023-08-06T07:22:04.912966 | 2023-08-04T20:36:03 | 2023-08-04T20:36:03 | 247,875,852 | 915 | 328 | null | 2023-09-14T11:48:59 | 2020-03-17T04:03:07 | C | UTF-8 | C | false | false | 1,744 | h | z_bg_dblue_movebg.h | #ifndef Z_BG_DBLUE_MOVEBG_H
#define Z_BG_DBLUE_MOVEBG_H
#include "global.h"
struct BgDblueMovebg;
typedef void (*BgDblueMovebgActionFunc)(struct BgDblueMovebg*, PlayState*);
#define BGDBLUEMOVEBG_GET_F(thisx) ((thisx)->params & 0xF)
#define BGDBLUEMOVEBG_GET_FF0(thisx) (((thisx)->params >> 4) & 0xFF)
#define BGDBLU... |
0746a32422220a16797e0493b08a0856128a3605 | 3a30cfb29aac91e5c75d4dbcefddfd1f34d5f18c | /c-tests/gcc/950503-1.c | 22f4651d52c7990b370f95332a098aeeb40f22ff | [
"MIT",
"MPL-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LGPL-2.0-only",
"GPL-3.0-only",
"GPL-2.0-only"
] | permissive | vnmakarov/mir | a1725bc9c828e8580df6b7ae94e04175db8abe93 | 928e28fb3acaa50d051a906e76a55cc48a556574 | refs/heads/master | 2023-09-02T11:10:37.434581 | 2023-08-25T19:25:40 | 2023-08-25T19:25:40 | 178,932,492 | 2,005 | 156 | MIT | 2023-08-01T20:29:59 | 2019-04-01T19:24:56 | C | UTF-8 | C | false | false | 237 | c | 950503-1.c | extern void exit (int);
main ()
{
int tmp;
unsigned long long utmp1, utmp2;
tmp = 16;
utmp1 = (~((unsigned long long) 0)) >> tmp;
utmp2 = (~((unsigned long long) 0)) >> 16;
if (utmp1 != utmp2)
abort ();
exit (0);
}
|
c65be8254d1c43afb2c88f82ebdb26b378fddbdb | b4c2b8dc89417e966a67a433267ebb9c156dbff4 | /src/vehicles/sounds/PostAutoHorn.h | 15128644eff891f123704968b4010ba8f9e45279 | [] | no_license | TheDIYGuy999/Rc_Engine_Sound_ESP32 | 92134030dbc047627310d54ccf1fd34fb3cad791 | eeeb47964861b66f8e1db34bffe35657846d8b20 | refs/heads/master | 2023-08-31T00:17:03.698027 | 2023-05-04T19:46:51 | 2023-05-04T19:46:51 | 225,658,413 | 230 | 105 | null | 2023-08-26T14:38:39 | 2019-12-03T15:51:13 | C | UTF-8 | C | false | false | 313,902 | h | PostAutoHorn.h | const unsigned int sirenSampleRate = 22050;
const unsigned int sirenSampleCount = 70672;
const signed char sirenSamples[] = {
0, -2, -5, -12, -19, -23, -14, -22, -26, -11, -5, -19, -30, -26, -20, 4,
14, 7, 24, 16, -1, -5, 0, 13, 10, 26, 53, 43, 5, 8, 11, 4,
19, 30, 20, 10, 8, 9, 4, 11, -2, -3, 4, -15, -14, -1, -1... |
51dcae297eab74b205649a038f885fecb97572df | 50e95229b9a1161ac294137120aaba94c9eb06bc | /sources/ippcp/pcprsa_setpublickey.c | f3030deed526ea80e37a4d3d5307091cad592935 | [
"Apache-2.0",
"Intel"
] | permissive | intel/ipp-crypto | f0f05b87203705e82603db67bed5f8def13a5ee8 | 36e76e2388f3dd10cc440e213dfcf6ef59a0dfb8 | refs/heads/develop | 2023-09-04T08:15:06.851373 | 2023-07-27T12:47:12 | 2023-07-27T12:47:12 | 140,034,345 | 304 | 81 | Apache-2.0 | 2023-08-30T17:18:36 | 2018-07-06T22:16:28 | C | UTF-8 | C | false | false | 3,309 | c | pcprsa_setpublickey.c | /*******************************************************************************
* Copyright (C) 2013 Intel 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.... |
d95d1d4a8f1bee17337be73b1fa55d550dc77b1c | a4c45cc2ce9fc90e0ba27f647136b3a69ce0bf09 | /test/Common/Define_IdName.h | 79f48ff0caa5543e7b8ba87d3083b5d4c670b994 | [] | no_license | AhJo53589/leetcode-cn | fd8cb65a2d86f25d2e32553f6b32dbfc9cb7bae7 | 7acba71548c41e276003682833e04b8fab8bc8f8 | refs/heads/master | 2023-01-29T19:35:13.816866 | 2023-01-15T03:21:37 | 2023-01-15T03:21:37 | 182,630,154 | 268 | 47 | null | null | null | null | UTF-8 | C | false | false | 83,307 | h | Define_IdName.h | #pragma once
#define SOLUTION_CPP_FOLDER_NAME_ID_417 pacific-atlantic-water-flow
#define SOLUTION_CPP_FOLDER_NAME_ID_427 construct-quad-tree
#define SOLUTION_CPP_FOLDER_NAME_ID_515 find-largest-value-in-each-tree-row
#define SOLUTION_CPP_FOLDER_NAME_ID_729 my-calendar-i
#define SOLUTION_CPP_FOLDER_NAME_ID_883 proj... |
c4881a954b571d8fb864761a1e4b38e88047aa26 | 7744859512f027ef0da8b1bde0f8518e631b98eb | /soh/assets/objects/object_gi_shield_3/object_gi_shield_3.h | dc7cdc4c0ea4d5467c7516e52f39a49abe552e17 | [] | 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 | 784 | h | object_gi_shield_3.h | #pragma once
#include "align_asset_macro.h"
#define dgGiMirrorShieldDL "__OTR__objects/object_gi_shield_3/gGiMirrorShieldDL"
static const ALIGN_ASSET(2) char gGiMirrorShieldDL[] = dgGiMirrorShieldDL;
#define dgGiMirrorShieldSymbolDL "__OTR__objects/object_gi_shield_3/gGiMirrorShieldSymbolDL"
static const ALIGN_ASSET... |
e0ce36a160dc6138ca7eda4c04f1bc55850c837b | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/nuvoton/libraries/ma35/StdDriver/inc/nu_gpio.h | ad033cb432d91f9923fa518b64fa6d7a416f1c3b | [
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 41,663 | h | nu_gpio.h | /**************************************************************************//**
* @file GPIO.h
* @brief GPIO driver header file
*
* SPDX-License-Identifier: Apache-2.0
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
***********************************************************************... |
7f176ee952643a4b46925ee9933e0f26c6b6d5c9 | 9ceacf33fd96913cac7ef15492c126d96cae6911 | /regress/sys/kern/select/select_close.c | 81d58ecddd5feaa0badef75dabc895f9f925d34a | [] | 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 | 2,838 | c | select_close.c | /* $OpenBSD: select_close.c,v 1.3 2021/12/24 10:22:41 visa Exp $ */
/*
* Copyright (c) 2021 Visa Hankala
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all co... |
1c3cd56ed66c7afd60e20d19bd4d2a441115ea8f | 5afa01fb706bc29154491c441ec801585622e38c | /verification/cbmc/proofs/aws_priority_queue_push/aws_priority_queue_push_harness.c | 85cd377ec7983ccb7fb9c379c1e50d3d97e32a86 | [
"Apache-2.0",
"BSD-3-Clause",
"GPL-2.0-only"
] | permissive | awslabs/aws-c-common | 5af461d3b3586a569a1809c7b8f32091eec1a151 | 4dcc41cf4d1f868dcdd622c65c09bda972f75ad2 | refs/heads/main | 2023-08-29T14:07:10.856557 | 2023-08-25T07:40:54 | 2023-08-25T07:40:54 | 117,142,517 | 249 | 159 | Apache-2.0 | 2023-09-12T19:02:25 | 2018-01-11T19:17:12 | C | UTF-8 | C | false | false | 921 | c | aws_priority_queue_push_harness.c | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/common/priority_queue.h>
#include <proof_helpers/make_common_data_structures.h>
void aws_priority_queue_push_harness() {
/* Data structure */
struct aws_priority_queue queue;
... |
fec03978a5e1306c7fa292d0f458048e23d7adec | 7ca8ffcdfb39ab4ffc2d8ff291e46ffabc8db6a2 | /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/main.c | 1b91e8a3d6cd06a9178c05ee2c0cd2d7fc620154 | [
"CC-PDDC",
"CC0-1.0",
"CC-BY-3.0",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-only",
"LicenseRef-scancode-other-permissive",
"CDDL-1.0",
"GCC-exception-3.1",
"MIT",
"EPL-1.0",
"Classpath-exception-2.0",
"BSD-3-Clause",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-pu... | permissive | apache/hadoop | ea2a4a370dd00d4a3806dd38df5b3cf6fd5b2c64 | 42b4525f75b828bf58170187f030b08622e238ab | refs/heads/trunk | 2023-08-18T07:29:26.346912 | 2023-08-17T16:56:34 | 2023-08-17T16:56:34 | 23,418,517 | 16,088 | 10,600 | Apache-2.0 | 2023-09-14T16:59:38 | 2014-08-28T07:00:08 | Java | UTF-8 | C | false | false | 27,524 | c | main.c | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
7191b4907ca1e5985707295287d19d9af6efaee6 | 8fe1d3a1ab8de1d763579f7c585cfa65d1b32855 | /Strings/slides/representacao_de_strings/ctype.c | 6010f64ced9c30259941b9f23ea0f9fc0ab9cb8e | [] | no_license | edsomjr/TEP | 1920655075227e335e85741e2bbc2845177cf76e | f5885e1089ea9371777805b742ae22b4d67c8c48 | refs/heads/master | 2023-07-19T14:25:11.132962 | 2023-07-07T22:04:28 | 2023-07-07T22:04:28 | 63,184,807 | 389 | 178 | null | 2023-09-13T16:05:58 | 2016-07-12T18:57:19 | TeX | UTF-8 | C | false | false | 669 | c | ctype.c | #include <stdio.h>
#include <ctype.h>
int main()
{
char a[] = "Test with numbers: 0x1234";
int r;
a[0] = tolower(a[0]); // a = "test with numbers: 0x1234"
a[10] = toupper(a[10]); // a = "test with Numbers: 0x1234"
r = isalpha(a[0]); // r != 0, 't' é alfabético
r = isalpha(a... |
36687d905e121f0d57e28c4d408d1b354d3b8807 | c4bdd56ae6aa015af6502be7d517151fe67fe031 | /image.c | 219da3c0319e952e00ccf15ac985cb7738e4158c | [] | no_license | S-LucasSerrano/miniLibX_sample | 0bdfe8df38ab5fac72f6d24f108b5a5bca7dc7bb | d885944808d28f83e9e1019e6c68c27c310c86c7 | refs/heads/main | 2023-06-25T02:03:39.100365 | 2021-07-30T14:51:45 | 2021-07-30T14:51:45 | 385,244,765 | 107 | 6 | null | null | null | null | UTF-8 | C | false | false | 1,371 | c | image.c | #include "mlx_sample.h"
/* Returns an image of <width> x <height> black pixels. */
t_image ft_new_image(void* mlx, int width, int height)
{
t_image img;
/* mlx function that creates and returns a pointer
to an image of the given width and height */
img.reference = mlx_new_image(mlx, width, height);
img.size.x = ... |
49241636d1f2b6ac911da40ea0dcf7777dda1c35 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/phytium/libraries/standalone/drivers/timer/ftimer_tacho/ftimer_tacho_g.c | 6353f21c6e50220b9ef0550bac262fee1385f157 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"Apache-2.0"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 2,411 | c | ftimer_tacho_g.c | /*
* 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 ... |
a7ba137ac41fc7f8969851be46685d343b11b0fe | c21ad867752435377c599fb34df6d9074e2f014d | /sql-odbc/src/odfesqlodbc/odbcapi30.c | 0ecfafde1ad2594d36688db6b4d73981d721a36a | [
"LGPL-2.0-only",
"Apache-2.0"
] | permissive | opendistro-for-elasticsearch/sql | e7f5c3a4bd232237b837aa7b9c5704c33c80547b | a549025e42e71fb3146f0ba2a1705cbd3fa2db9c | refs/heads/develop | 2023-09-03T03:47:50.986152 | 2022-07-14T20:06:32 | 2022-07-14T20:06:32 | 162,486,600 | 639 | 215 | Apache-2.0 | 2022-07-19T21:52:44 | 2018-12-19T20:20:57 | Java | UTF-8 | C | false | false | 23,078 | c | odbcapi30.c | #include <stdio.h>
#include <string.h>
#include "environ.h"
#include "es_apifunc.h"
#include "es_connection.h"
#include "es_odbc.h"
#include "misc.h"
#include "statement.h"
/* SQLAllocConnect/SQLAllocEnv/SQLAllocStmt -> SQLAllocHandle */
RETCODE SQL_API SQLAllocHandle(SQLSMALLINT HandleType, SQLHANDLE InputHandle,
... |
bd26c79dd603f72986cc12619a00fccdbb430618 | 8447eb38a4fc71b32b6b82a99f7828a2c50621aa | /ppu/include/ppu-types.h | 2902fdb3da2d8b603b099dbf69c5a23e4648d530 | [
"MIT"
] | permissive | ps3dev/PSL1GHT | 9ecc1f0a2996b39d35cc98303c58c79966b9388b | 5bc0961c66a3615c74f15e0c29bbeaa33f867ab3 | refs/heads/master | 2023-08-04T06:50:55.256801 | 2023-07-30T13:34:19 | 2023-07-30T13:34:19 | 1,541,223 | 159 | 357 | MIT | 2023-07-23T07:26:09 | 2011-03-29T12:34:15 | C | UTF-8 | C | false | false | 2,529 | h | ppu-types.h | #ifndef __PPU_TYPES_H__
#define __PPU_TYPES_H__
#include <stdint.h>
#include <stdbool.h>
#include <stdlib.h>
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef uint8_t u8;
typedef uint16_t u16;
typedef uint32_t u32;
typedef uint64_t u64;
typedef int8_t s8;
typedef int16_t s16;
typedef int3... |
ab49ae429055f78358e0de8db6169ae42f623526 | 309f9b2a66a89c2edcc300129359e8a79c37ceee | /include/fiwix/ata.h | dde560841164ea5407caf4d51a36cbadbbde5098 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | mikaku/Fiwix | 47df5c58aaf9879e2bad6cf6b88d4ed9dfa57392 | 8a1352db07c843e3c53c3aa7f72f518acdab7d7b | refs/heads/master | 2023-09-03T18:38:02.823376 | 2023-09-01T09:43:56 | 2023-09-01T09:43:56 | 129,542,762 | 195 | 18 | MIT | 2023-08-16T10:39:20 | 2018-04-14T18:15:22 | C | UTF-8 | C | false | false | 11,741 | h | ata.h | /*
* fiwix/include/fiwix/ata.h
*
* Copyright 2018-2022, Jordi Sanfeliu. All rights reserved.
* Distributed under the terms of the Fiwix License.
*/
#ifndef _FIWIX_ATA_H
#define _FIWIX_ATA_H
#include <fiwix/fs.h>
#include <fiwix/part.h>
#include <fiwix/sigcontext.h>
#include <fiwix/sleep.h>
#define IDE0_IRQ 14 ... |
41285e47096550349311784f0c089c6340eccee7 | 06052ccd6db697947c1fcbb6ac96eba79c057fea | /lambdaLayers/SharpLayer/nodejs/node_modules/sharp/vendor/8.10.6/include/pango-1.0/pango/pango-utils.h | 04452eb4fcb696750fc5e5073a252d9f8db17c1e | [
"MIT",
"Apache-2.0"
] | permissive | venveo/serverless-sharp | 89e673e8ab727a00a5bb3cf2c8b9b3876caec8db | 1f64468784763bbf40c32497c35de69406765335 | refs/heads/master | 2023-04-15T01:45:01.990626 | 2022-06-29T12:30:07 | 2022-06-29T12:30:07 | 198,690,918 | 165 | 39 | MIT | 2023-03-04T04:28:54 | 2019-07-24T18:38:47 | JavaScript | UTF-8 | C | false | false | 5,668 | h | pango-utils.h | /* Pango
* pango-utils.c: Utilities for internal functions and modules
*
* Copyright (C) 2000 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version ... |
946f802a35cead52a9be146435bf189a0aba78cd | 0744dcc5394cebf57ebcba343747af6871b67017 | /apps/examples/board_specific_demo/ameba_cmsis_nn_demo/TestData/int16xint8_dilation_1/output_ref_data.h | df73802b95859de1b4e95032f5e60db6b1fd8b1f | [
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | 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 | 15,908 | h | output_ref_data.h |
/*
* Copyright (C) 2010-2020 Arm Limited or its affiliates. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* 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
*
* ... |
43da0197988b3ff8820ad3eab1cd093fa0431eec | 8838eb997879add5759b6dfb23f9a646464e53ca | /src/drivers/net/ne2k/ne2k.h | 4edaa17d0ffd3eaea7bd1ef45acac3615a3274d5 | [
"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 | 6,148 | h | ne2k.h | /**
* @file
* @brief ne2k register
* @date 01.07.2011
* @author Biff
* - Initial implementation
* @author Nikolay Korotky
* Ilia Vaprol
* - Adaptation for embox
*/
#ifndef NET_NE2K_PCI_H_
#define NET_NE2K_PCI_H_
extern int ne2k_dev_init(struct net_device *nic);
/* Port addresses */
#... |
858c9f279659ac805e0b86656a56dca0c9ea2be7 | 44a742973d9db97b35c88d4c28f538a48a3029c8 | /pl/math/sv_cexpi_3u5.c | 941810f246be4b58edb089b52e4906fb4dbb884b | [
"LLVM-exception",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ARM-software/optimized-routines | ac3349617ef6c7119050e1a26f33a040448a5c7b | 4bdee55e42855a884f9da47abfe8c612b8534294 | refs/heads/master | 2023-08-15T11:56:21.269079 | 2023-08-14T12:34:34 | 2023-08-14T12:34:50 | 45,979,634 | 478 | 85 | NOASSERTION | 2023-09-12T08:13:38 | 2015-11-11T12:12:32 | C | UTF-8 | C | false | false | 1,524 | c | sv_cexpi_3u5.c | /*
* Double-precision vector cexpi function.
*
* Copyright (c) 2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "sv_sincos_common.h"
#include "sv_math.h"
#include "pl_test.h"
static svfloat64x2_t NOINLINE
special_case (svfloat64_t x, svbool_t special, svfloat64x2_t ... |
2cd5df8f564741d17ead5d991ea4d218d00b6510 | 1af43c4ba32d78c60f007a4d068136ce575d917f | /tools/rtl433/rtltest/devices/quhwa.c | 919a6913daf67620b50f203257a9fd1951e956da | [
"MIT"
] | permissive | gabonator/LA104 | a4f1cdf2b3e513300d61c50fff091c5717abda9e | 27d0eece7302c479da2cf86e881b6a51a535f93d | refs/heads/master | 2023-08-31T22:09:36.272616 | 2023-08-27T20:08:08 | 2023-08-27T20:08:08 | 155,659,451 | 500 | 69 | MIT | 2023-08-17T08:44:32 | 2018-11-01T03:54:21 | C | UTF-8 | C | false | false | 1,655 | c | quhwa.c | /* Quhwa
* HS1527
*
* Tested devices:
* QH-C-CE-3V (which should be compatible with QH-832AC),
* also sold as "1 by One" wireless doorbell
*
* Copyright (C) 2016 Ask Jakobsen
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... |
8a0fbf310d26eb1a88692f7e7f7d42f681c8e0c4 | a831bb046bdc40567682f01f2dc8e73a3803120e | /libs/mrcp-server/include/mrcp_server.h | a1b4ad37f016405f231e06995d593db9427b5c5b | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-or-later"
] | permissive | unispeech/unimrcp | 5d9567c63d849c0e50bf0ee7b11259a798648d3e | 9913f23691b3a1b8a7e84be5ba25478031352158 | refs/heads/master | 2023-08-05T08:22:40.918060 | 2023-08-01T17:35:29 | 2023-08-01T17:35:29 | 38,894,063 | 363 | 159 | Apache-2.0 | 2023-05-17T12:50:27 | 2015-07-10T17:49:42 | C | UTF-8 | C | false | false | 7,573 | h | mrcp_server.h | /*
* Copyright 2008-2015 Arsen Chaloyan
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
49721ee6a0d223184b7de8e05ab2e588aa7ed9e9 | fbdc48c28e54fb33ae4842ef95ff63893902c99a | /src/drivers/winc1500/src/nm_common.c | c626aca14ba3147305353dce516ec35a49700ebd | [
"MIT"
] | permissive | openmv/openmv | 44d4b79fc8693950a2e330e5e0fd95b5c36e230f | 8a90e070a88b7fc14c87a00351b9c4a213278419 | refs/heads/master | 2023-08-30T20:59:57.227603 | 2023-08-23T16:50:55 | 2023-08-23T16:50:55 | 14,360,940 | 2,150 | 1,226 | MIT | 2023-09-14T07:18:15 | 2013-11-13T10:23:44 | C | UTF-8 | C | false | false | 2,995 | c | nm_common.c | /**
*
* \file
*
* \brief This module contains common APIs declarations.
*
* Copyright (c) 2016-2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivatives exclusively with... |
ef0efa880dead85099bf5de442af6bedd6daa0d4 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/nuvoton/numaker-iot-ma35d1/board/board_dev.c | 89a03d8355fe4828b9e47c32f22b069515b625ff | [
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 8,817 | c | board_dev.c | /**************************************************************************//**
*
* @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-6-1 Wayne First version
*
*****************************... |
00ad78fbe7e675efb7d7cbbb75ace168bfc5b48f | ea8fc70c7dbf49059431fa45a940742736c68fb8 | /ext/mvc/model/behaviorinterface.c | dd9e521db89a1ee2edc90e4cea7456e759e63b1d | [
"BSD-3-Clause"
] | permissive | dreamsxin/cphalcon7 | 1bd2194a251657b48857326927db69fef617ab91 | 1b8c6b04b4ca237a5ead87d4752df0d2e85c7a9d | refs/heads/master | 2023-03-08T04:53:08.829432 | 2022-07-07T07:48:59 | 2022-07-07T07:48:59 | 47,245,335 | 298 | 73 | null | 2021-06-22T11:53:25 | 2015-12-02T07:44:43 | C | UTF-8 | C | false | false | 2,358 | c | behaviorinterface.c |
/*
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
+-----... |
9aec912926d021db7b620c52f449b9db71d59122 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/gpu/drm/ast/ast_drv.h | 5cfc1765af74859374b0dac747efe010bedf5799 | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 9,260 | h | ast_drv.h | /*
* Copyright 2012 Red Hat 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, merge, publish,
... |
3d4261e57bd538339b01bbf211e126549f8ce8d4 | bb38c44037a99d0a12a12d92059678f2faebbc80 | /src/include/gs_threadlocal.h | 40ae7851df9828e2e754fe16ed55e494b4344e40 | [
"LicenseRef-scancode-mulanpsl-2.0-en",
"LicenseRef-scancode-unknown-license-reference",
"PostgreSQL",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-warranty-disclaimer",
"curl",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"LGPL-2.1-only",
"CC-BY-4.0",
... | permissive | opengauss-mirror/openGauss-server | a9c5a62908643492347830826c56da49f0942796 | 310e84631c68c8bf37b004148b66f94064f701e4 | refs/heads/master | 2023-07-26T19:29:12.495484 | 2023-07-17T12:23:32 | 2023-07-17T12:23:32 | 276,117,477 | 591 | 208 | MulanPSL-2.0 | 2023-04-28T12:30:18 | 2020-06-30T14:08:59 | C++ | UTF-8 | C | false | false | 703 | h | gs_threadlocal.h | /* ---------------------------------------------------------------------------------------
*
* gs_threadlocal.h
*
* Portions Copyright (c) 2020 Huawei Technologies Co.,Ltd.
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of Califor... |
e434988f75aa77b060cd338a854cbbedc5daff5d | 88ae8695987ada722184307301e221e1ba3cc2fa | /native_client/src/nonsfi/irt/irt_random.c | 7b378380ae0d9dd6da92dcb7c37ddc749a52e1f2 | [
"BSD-3-Clause",
"Zlib",
"Classpath-exception-2.0",
"BSD-Source-Code",
"LZMA-exception",
"LicenseRef-scancode-unicode",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-scancode-philippe-de-muyter",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-intel-osl-1993",
"HPND-sell-var... | 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 | 1,127 | c | irt_random.c | /*
* Copyright (c) 2014 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "native_client/src/public/nonsfi/irt_random.h"
#include "native_client/src/untrusted/nacl/nacl_random.h"
#include <errno.h>
#inc... |
d0afa9729da9faa52481373f3d5b4542b3c8e3dc | bece8b97cdb15988562c8c8dc27a5b58cd3acb90 | /wizard_spider/Resources/TrickBot/Module64/Module64/Service.c | 837982096dd333cb5b9a3a8c0fd590db888867ab | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | center-for-threat-informed-defense/adversary_emulation_library | 4382e78f56faa635d5a6cc89bce5b36f3b74476c | 4b1d1327ebfbd550ba7e5f1b5562c1f3db61311e | refs/heads/master | 2023-08-12T20:08:57.078612 | 2023-07-17T16:54:16 | 2023-07-17T16:54:16 | 259,753,257 | 1,220 | 243 | Apache-2.0 | 2023-09-06T16:23:00 | 2020-04-28T21:16:54 | C | UTF-8 | C | false | false | 2,709 | c | Service.c | #include "Service.h"
/*
* InstallService:
* About:
* Creates new service used for persistence
* Artifacts:
* Writes to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service
* after installing service
* Creates service with random name that will startup on system reboo... |
8643f8621abfef3a3b5d9c56791ad24efa8721da | 3bd385b466cb035fecd2b0c11ae054d42bf44fc2 | /src/match/eis-sequencemultiread.h | d1b48205008dcd754d2cca197f7614a4f91d2604 | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"BSD-2-Clause",
"LicenseRef-scancode-mit-old-style",
"Zlib",
"MIT",
"BSD-3-Clause",
"bzip2-1.0.6"
] | permissive | genometools/genometools | c366dff04f6baa887f6b3be3ec55bce824b2bae1 | df1df94b8c05a9c9bf848ffc6755c87b58573da5 | refs/heads/master | 2023-04-13T13:57:18.748796 | 2023-04-09T21:29:53 | 2023-04-09T21:29:53 | 11,177,980 | 237 | 63 | NOASSERTION | 2023-04-09T21:29:54 | 2013-07-04T13:39:38 | C | UTF-8 | C | false | false | 3,560 | h | eis-sequencemultiread.h | /*
Copyright (C) 2007 Thomas Jahns <Thomas.Jahns@gmx.net>
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AU... |
964ebc7665ac3377b8315b3bed3d4115cb692fdc | 99bdb3251fecee538e0630f15f6574054dfc1468 | /components/net/sal/include/sal_socket.h | b77487516f0ca6f27d35a0e77889922011a03101 | [
"Apache-2.0"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 9,322 | h | sal_socket.h | /*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-05-24 ChenYong First version
*/
#ifndef SAL_SOCKET_H__
#define SAL_SOCKET_H__
#include <stddef.h>
#include <arpa/inet.h>
#ifdef __cplusplus
exte... |
3c2a4b81cfc7fa293e10120633465715b3650010 | 5ab69c8644a936a3d9dec1669a86c7369c911bf8 | /os/net/routing/rpl-lite/rpl-dag.c | 3d928283b0b885ad0fdb487eb7fae4fd3206221f | [
"BSD-3-Clause"
] | permissive | contiki-ng/contiki-ng | 393d36f68b98f5ee3544ea32502cf662ffb2fe9f | 31fcaadf7a0dc8ceea07f438cd69db73174879e6 | refs/heads/develop | 2023-09-01T20:10:30.000765 | 2023-09-01T14:37:12 | 2023-09-01T14:37:12 | 91,191,972 | 1,242 | 788 | BSD-3-Clause | 2023-09-14T19:08:35 | 2017-05-13T17:37:59 | C | UTF-8 | C | false | false | 26,752 | c | rpl-dag.c | /*
* Copyright (c) 2010, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* n... |
251d54ac16ca2565ce2a9d43b247ace171ef8d93 | baa9fffc817a2a993d4ecc774d3f277783308c20 | /src/uct/base/uct_iface_vfs.c | e79ebd885e1bcc52a612b321620d231619600c40 | [
"BSD-3-Clause"
] | permissive | openucx/ucx | 9a0f2205295afbdf3cff14b5d24af781b123f5ea | 73a48700badb7cbace64d94b82f408e2a26fca32 | refs/heads/master | 2023-09-01T16:51:26.913950 | 2023-09-01T13:02:25 | 2023-09-01T13:02:25 | 25,379,390 | 966 | 420 | NOASSERTION | 2023-09-14T12:29:35 | 2014-10-17T22:17:24 | C | UTF-8 | C | false | false | 6,513 | c | uct_iface_vfs.c | /**
* Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2001-2021. ALL RIGHTS RESERVED.
*
* See file LICENSE for terms.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "uct_iface.h"
#include "uct_vfs_attr.h"
#include <uct/api/uct.h>
#include <ucs/datastruct/string_buffer.h>
#include <ucs/sys/compiler_def.h>
... |
e9edc9a4b7a84b669796a8d607489b7f9e94238c | a3374503d1f36ae7b9c88542e1b0877d9965dd46 | /jsb_build/quickjs/demo.c | d3e42a4457418da25f21ec9e02bb125255a6150b | [
"MIT"
] | permissive | ialex32x/unity-jsb | 5a72cf18b47a12e43fbf404709ff257edff6163e | 12a816599c2c3a4013151cf69664881eab258667 | refs/heads/master | 2023-07-19T20:33:53.409871 | 2023-07-11T03:39:58 | 2023-07-11T03:39:58 | 223,927,919 | 320 | 34 | MIT | 2023-07-07T22:28:43 | 2019-11-25T11:01:46 | C | UTF-8 | C | false | false | 8,108 | c | demo.c | #include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "../quickjs.h"
#include "../quickjs-libc.h"
#include "../unity_base.c"
// enum
// {
// JS_ATOM_NULL,
// #define DEF(name, str) JS_ATOM_##name,
// #include "../quickjs-atom.h"
// #undef DEF
// JS_ATOM_END,
// };
JS_BOOL JSB... |
0882413143059453145b8208d6b704cccdb23436 | 1e4ff560d2912a98fb71c1194cd52e3a93fc9102 | /hevd-exploits/uninitialized-stack-variable/uninitialized-stack-variable.h | 9bcf9be247c159f6d657f84cde549870ca1342fd | [
"MIT"
] | permissive | LordNoteworthy/windows-exploitation | 26204b7e9f431ac06a03b6c30d90d7bea1d61a55 | be0ed1d5a841b8340c326240cbdf5040948aaac3 | refs/heads/master | 2023-08-08T05:27:29.989723 | 2023-07-25T22:12:41 | 2023-07-25T22:12:41 | 150,267,584 | 163 | 34 | null | null | null | null | UTF-8 | C | false | false | 7,489 | h | uninitialized-stack-variable.h | #pragma once
#include <Windows.h>
#include <tchar.h>
#include <ntstatus.h>
typedef time_t TIME;
typedef struct _CLIENT_ID {
PVOID UniqueProcess;
PVOID UniqueThread;
} CLIENT_ID, *PCLIENT_ID;
typedef struct _LSA_UNICODE_STRING {
USHORT Length;
USHORT MaximumLength;
PWSTR Buffer;
} LSA_UNICODE_STRING, *PL... |
473b8bc067bcf74dcaf199e19b9db381ead22f5e | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/imxrt/libraries/MIMXRT1170/MIMXRT1176/drivers/fsl_smartcard_emvsim.h | 397966bc02079e3f8d1c9542c920dd1febcaae56 | [
"Apache-2.0",
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 6,481 | h | fsl_smartcard_emvsim.h | /*
* Copyright (c) 2015-2016, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _FSL_SMARTCARD_EMVSIM_H_
#define _FSL_SMARTCARD_EMVSIM_H_
#include "fsl_smartcard.h"
/*!
* @addtogroup smartcard_emvsim_driver
* @{
*/
/*********... |
5ebfead0976460316fbc0976d6bbc8dd507a8208 | 28d0f8c01599f8f6c711bdde0b59f9c2cd221203 | /sys/arch/mac68k/obio/wdc_obio.c | 5f77dbadce057c142693deefab2209e40520cdbe | [] | 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,807 | c | wdc_obio.c | /* $NetBSD: wdc_obio.c,v 1.32 2022/08/20 20:02:22 tsutsui Exp $ */
/*
* Copyright (c) 2002 Takeshi Shibagaki All rights reserved.
*
* mac68k OBIO-IDE attachment created by Takeshi Shibagaki
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fol... |
fc03384ad60ff821522808cf5d85ffe79285decf | dbc5fd6f0b741d07aca08cff31fe88d2f62e8483 | /tools/clang/test/zapcc/multi/section-or-fragment/f.h | 352623a769477ce64713912e6c4f354f99d0cc31 | [
"LicenseRef-scancode-unknown-license-reference",
"NCSA"
] | permissive | yrnkrn/zapcc | 647246a2ed860f73adb49fa1bd21333d972ff76b | c6a8aa30006d997eff0d60fd37b0e62b8aa0ea50 | refs/heads/master | 2023-03-08T22:55:12.842122 | 2020-07-21T10:21:59 | 2020-07-21T10:21:59 | 137,340,494 | 1,255 | 88 | NOASSERTION | 2020-07-21T10:22:01 | 2018-06-14T10:00:31 | C++ | UTF-8 | C | false | false | 62 | h | f.h | extern "C" {
void *memset ( void *, int,unsigned long int);
}
|
9715f8d63843c66780f2241bcad54d89686a7055 | a7856278e39f6030eacbb0680ca66b57e30ca06b | /generation/DirectX/um/dwrite_3/um-dwrite_3.h | f93742716036641c2fee2d6907d86b01335c1b3a | [
"MIT"
] | permissive | terrafx/terrafx.interop.windows | 07f1ac52cbaea6c0f5f8f6147df7a8dd50345f49 | fadce5a41fa5e6f0282e80e96f033d0a2c130991 | refs/heads/main | 2023-07-09T03:56:06.057946 | 2023-06-23T16:01:17 | 2023-06-23T16:01:17 | 192,857,891 | 208 | 46 | MIT | 2023-07-07T17:25:55 | 2019-06-20T05:58:46 | C# | UTF-8 | C | false | false | 52 | h | um-dwrite_3.h | #include "..\..\..\TerraFX.h"
#include <dwrite_3.h>
|
b913fd060f66124cf0393d03f00ede84b896758c | 5ed4f58304033044e3a259f2a678328de4696692 | /src/window.c | e5884d57e76b89a357c8f7329da2cd5398d5249e | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | troglobit/mg | a971a04a1610f93d57636f1253760684ea7b29a9 | 46dca121b1d67758ee06809d8eb72d0b9d6def65 | refs/heads/master | 2023-08-21T22:52:12.135823 | 2023-08-13T15:31:28 | 2023-08-13T15:31:28 | 58,325,928 | 333 | 39 | Unlicense | 2023-08-09T23:59:32 | 2016-05-08T18:41:56 | C | UTF-8 | C | false | false | 9,993 | c | window.c | /* $OpenBSD: window.c,v 1.35 2015/10/29 20:20:49 lum Exp $ */
/* This file is in the public domain. */
/*
* Window handling.
*/
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include "def.h"
struct mgwin *
new_window(struct buffer *bp)
{
struct mgwin *wp;
wp = calloc(1, sizeof(struct mgwin));
i... |
27f8cb1fe32c19fceb1a9af892afc7221bad8551 | ed2c7c59a934be2d6c326693f60d0f847b09505c | /tests/check_utils.c | 8336adb3fe09ea7d1149d3a160d7b152ad33b91a | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Mange/rofi-emoji | e209fe6839f37d12c4b6589a7ef40363d6bd08da | eeae62e6fa598df19977f2ebad2d91526c1e6d43 | refs/heads/master | 2023-05-01T18:31:12.087945 | 2023-04-19T06:04:17 | 2023-04-19T06:04:17 | 132,520,665 | 461 | 36 | MIT | 2022-09-12T18:26:44 | 2018-05-07T21:57:30 | C | UTF-8 | C | false | false | 5,877 | c | check_utils.c | #include <check.h>
#include <glib.h>
#include <stdlib.h>
#include "../src/utils.h"
START_TEST(test_capitalize) {
char *str = g_strdup("hello world");
char *upper = g_strdup("HELLO WORLD");
capitalize(str);
capitalize(upper);
ck_assert_str_eq(str, "Hello world");
ck_assert_str_eq(upper, "HELLO WORLD");
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.