text
stringlengths
6
1.35M
/* Copyright (c) 2010-2015 Stanford University * * 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 AUTHOR(...
#include "afcreatevgf.h" enum obscTypes obscTypeOrder[] = {CLDS,PCPN,BR,FG,HZ1,FU,SN}; char * obscTypeNames[] = {"","FG","","","","","","BR","HZ","FU","","","", "SN","CLDS","PCPN"}; static char _cycle[3]; /************************************************************************ afcreatevgf.c This module conta...
/***** List Index Representation Type Header File *****/ #ifndef rtINDEX_H #define rtINDEX_H /************************* ************************* ***** Interfaces ****** ************************* *************************/ /*********************** ***** Component ***** ***********************/ #include "...
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
/****************************************************************************** * Copyright 2017 - 2018, Opulinks Technology Ltd. * ---------------------------------------------------------------------------- * Statement: * ---------- * This software is protected by Copyright and the information contained * herei...
// Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CRYPTER_H #define BITCOIN_CRYPTER_H #include "allocators.h" #include "keystore.h" #include "serialize.h" class u...
/* Copyright 2007 International Business Machines Corporation, Sony Computer Entertainment, Incorporated, Toshiba Corporation, All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redist...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #include <assert.h> #include <libgen.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "sedml/reader.h" #define EXTRA 96 #define SEDML_EXAMPLE "../sed-ml/specification/level-1-version-3/examples/lorenz-cellml/lorenz.xml" ...
/* * definition for waitpid syscall * */ #include <types.h> #include <kern/errno.h> #include <kern/wait.h> #include <limits.h> #include <proc.h> #include <proc_table.h> #include <thread.h> #include <current.h> #include <syscall.h> #include <copyinout.h> #include <addrspace.h> #include <wchan.h> int sys_waitpid (pi...
// SPDX-License-Identifier: GPL-2.0-only /* * NAU88L24 ALSA SoC audio driver * * Copyright 2016 Nuvoton Technology Corp. * Author: John Hsu <KCHSU0@nuvoton.com> */ #include <linux/module.h> #include <linux/delay.h> #include <linux/dmi.h> #include <linux/init.h> #include <linux/i2c.h> #include <linux/regmap.h> #in...
// // GADInterstitialDelegate.h // Google Mobile Ads SDK // // Copyright 2011 Google Inc. All rights reserved. // #import <Foundation/Foundation.h> #import <GoogleMobileAds/GADRequestError.h> #import <GoogleMobileAds/GoogleMobileAdsDefines.h> @class GADInterstitial; GAD_ASSUME_NONNULL_BEGIN /// Delegate for rec...
/* * Copyright 2017-2021 AVSystem <avsystem@avsystem.com> * * 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 ap...
/* Copyright (c) 2014 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
/*-------------------------------------------------------------------------- File : sysstatusdef.h Author : Hoang Nguyen Hoan Oct. 16, 1996 Desc : System status definitions & encoding. The system status keeps track of all system runtime states. it consists of a 32 bits value encoded a...
#include "../lvgl.h" /******************************************************************************* * Size: 32 px * Bpp: 4 * Opts: --no-compress --no-prefilter --bpp 4 --size 32 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,614...
/* * Copyright 2013-2018 Guardtime, Inc. * * This file is part of the Guardtime client SDK. * * 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/LICENS...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:35:16 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/PodcastsFo...
// // JWMenusStyling.h // JWPlayer-iOS-SDK // // Created by karim on 4/26/18. // Copyright © 2018 JWPlayer. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN /** JWMenuStyling allows customization of the menu of the player control. */ @interface JWMenu...
/**************************************************************************** * drivers/input/ads7843e.c * * Copyright (C) 2011-2012, 2014, 2016 Gregory Nutt. All rights reserved. * Authors: Gregory Nutt <gnutt@nuttx.org> * Diego Sanchez <dsanchez@nx-engineering.com> * * References: * "Touch Sc...
/***************************************************************************** Copyright (c) 2014, Intel 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: * Redistributions of source cod...
/* Netgroup file parser in nss_files modules. Copyright (C) 1996, 1997, 2000, 2004, 2005, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. The GNU C Library is free software; you can redistribute it and/or modify it und...
// SPDX-License-Identifier: GPL-2.0-only /* * cs.c -- Kernel Card Services - core services * * The initial developer of the original code is David A. Hinds * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. * * (C) 1999 David A. ...
/************************************************************************** * * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Softwar...
/* * USB root device enumerator using libusb * * Copyright 2020 Zebediah Figura * * This library 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 ...
/* w_acoshf.c -- float version of w_acosh.c. * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsystems, Inc. business. * P...
/** @file SMM Ready To Lock protocol introduced in the PI 1.2 specification. According to PI 1.4a specification, this SMM protocol indicates that SMM resources and services that should not be used by the third party code are about to be locked. This protocol is a mandatory protocol published by the SMM...
/****************************************************************************** * * Copyright(c) 2007 - 2017 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundat...
#include<stdio.h> int main() { int count, i; int empNumberInput; int empNumber; char name[10]; char attendace[7]; count=0; FILE * cfPtr; cfPtr = fopen("attendance.dat", "r"); if(cfPtr == NULL) { printf("File cannot be open"); return -1; } printf("Enter Employee Number: "); scanf("%d", &empNumber...
/**************************************************************************** * * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
/** * Description: Basic poly ops including division and interpolation. * Source: Own. Also see * https://github.com/kth-competitive-programming/kactl/blob/master/content/numerical/PolyInterpolate.h * https://github.com/ecnerwala/icpc-book/blob/master/content/numerical/fft.cpp * Verification: see FFT */ #inclu...
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_SYSTEM_GESTURE_EDUCATION_GESTURE_EDUCATION_NOTIFICATION_CONTROLLER_H_ #define ASH_SYSTEM_GESTURE_EDUCATION_GESTURE_EDUCATION_NOTIFICATION_CONT...
/******************************************************************************* The content of this file includes portions of the AUDIOKINETIC Wwise Technology released in source code form as part of the SDK installer package. Commercial License Usage Licensees holding valid commercial licenses to the AUDIOKIN...
//primes.c #include "kernel/types.h" #include "user/user.h" #include "kernel/stat.h" int main(){ static int number=2; while(number++<=35){ int p[2]; pipe(p); int pid=fork(); if(pid==0){ close(p[1]); if(read(p[0],&number,sizeof(number))==0){ ...
/* * * Copyright (c) 2016 Mytchel Hammond <mytchel@openmailbox.org> * * 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...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:44:42 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream * classdump-dyld is licensed under GPLv3, Copyright © 2013-...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <functional> #include <vector> #include <array> #include <ABI39_0_0yoga/ABI39_0_0YGEnums.h> struct ABI39_0_...
#pragma once #include <cgv/math/mat.h> #include "vec.h" #include <cgv/reflect/reflect_extern.h> namespace cgv { namespace reflect { namespace math { template <typename T> struct mat : public cgv::math::mat<T> { bool self_reflect(cgv::reflect::reflection_handler& rh) { return rh.reflect_member("...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:47:20 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by El...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "../include/sockapi.h" #include "../include/util.h" #include <netdb.h> int main(char argc, char *argv[]) { // Inizializzazone Socket API (WIN32) if(initSocketAPI() != 0){ printMessage("Impossibile inizializzare WINSOCK", ERROR_M);...
//===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <string.h> #include <setjmp.h> #define __USE_ISOC99 #include <math.h> #ifndef NAN #define NAN nan("0") #endif #define MAXVAR 100 #define MAXSTAT 12 struct dataset { struct dataset *next; char *name; int nvar; int nobs; int max; struct spec { c...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:11:02 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/AutoBugCap...
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_QUIC_CORE_CRYPTO_QUIC_CRYPTO_PROOF_H_ #define NET_QUIC_CORE_CRYPTO_QUIC_CRYPTO_PROOF_H_ #include <string> #include "net/quic/platform/api/qu...
// ------------------------------------------------------------------ // bases_filter.c // Copyright (C) 2021-2022 Black Paw Ventures Limited // Please see terms and conditions in the file LICENSE.txt #include "genozip.h" #include "flags.h" #include "bases_filter.h" #include "flags.h" uint8_t iupac_ascii_mask[2...
#ifndef bridging_header_h #define bridging_header_h #import <Cocoa/Cocoa.h> #import <MASShortcut/Shortcut.h> #endif /* bridging_header_h */
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SYNC_ENGINE_SYNC_SCHEDULER_IMPL_H_ #define SYNC_ENGINE_SYNC_SCHEDULER_IMPL_H_ #include <map> #include <memory> #include <string> #include "base/...
#include <stdio.h> #include <stdlib.h> void swap(int *, int *); /** * Selection sort algorithm. * * @param int input Array to sort * @param int n Number of data in search array * * @return void */ void selection_sort(int *input, int n) { int min; for (int i = 0; i < n - 1; i++) { min = i; ...
#include <astera/debug.h> #include <stdarg.h> #include <stdio.h> #include <string.h> #include <time.h> #if defined(__linux__) || defined(__unix__) || defined(__FreeBSD__) || \ defined(__APPLE__) #include <unistd.h> #endif d_ctx* d_ctx_get() { return &_d_ctx; } void d_set_log(uint8_t log, const char* fp) { if ...
//////////////////////////////////////////////////////////////////////////////// // Copyright 2017 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://w...
#pragma once #ifndef COOKIE_H #define COOKIE_H #include <nan.h> #include <node.h> namespace couchnode { using namespace v8; class Cookie : public Nan::AsyncResource { public: Cookie(const char *name, Local<Function> callback) : Nan::AsyncResource(name) , _callback(callback) { } ~Coo...
/* ** $Id: lmem.h,v 1.41 2014/10/08 20:25:51 roberto Exp $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ #ifndef lmem_h #define lmem_h #include <stddef.h> #include "llimits.h" #include "lua.h" /* ** This macro reallocs a vector 'b' from 'on' to 'n' elements, where ** each element has size 'e'...
/* Copyright (C) 1999-2008 by Mark D. Hill and David A. Wood for the Wisconsin Multifacet Project. Contact: gems@cs.wisc.edu http://www.cs.wisc.edu/gems/ -------------------------------------------------------------------- This file is part of the Ruby Multiprocessor Memory System Simulator, ...
/* * Copyright (c) 2016 Thomas Pornin <pornin@bolet.org> * * 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, ...
// RUN: %clang_cc1 %s -ast-print | FileCheck %s // RUN: %clang_cc1 %s -ast-print | %clang_cc1 -fsyntax-only - typedef void func_typedef(); func_typedef xxx; typedef void func_t(int x); func_t a; struct blah { struct { struct { int b; }; }; }; int foo(const struct blah *b) { // CHECK: return b->b...
/*- * Copyright (c) 1985, 1986, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the abov...
/* * Copyright (c) 2020, the SegueBaseOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <LibWeb/HTML/HTMLElement.h> namespace Web::HTML { class HTMLMetaElement final : public HTMLElement { public: using WrapperType = Bindings::HTMLMetaElementWrapper; HTMLMetaElement(DOM:...
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: UcmTypes.h Abstract: UCM type declarations. Environment: Kernel-mode. --*/ // // NOTE: This header is generated by stubwork. Please make any // modifications to the corresponding template files // (.x or .y) ...
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_cc_compat_h__ #define INCLUDE_cc_compat_h__ #include <stdarg.h> /* * See if our compil...
#include <stdio.h> #include <stdlib.h> #define N 10 float *remontee(float A[N][N], float B[N], int n) { /******Implement the solution here******/ /***************************************/ float *x; x = malloc(sizeof(float) * n); x[n-1]=B[n-1]/A[n-1][n-1]; for(int i=n-2;i>=0;i--) { int s=0; for(int j=i+...
/** ****************************************************************************** * @file stm32xxx_it.c * @author MCD Application Team * @version V1.1.0 * @date 11-October-2013 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * ...
/* soap.h WSDL/SOAP binding schema -------------------------------------------------------------------------------- gSOAP XML Web services tools Copyright (C) 2001-2008, Robert van Engelen, Genivia Inc. All Rights Reserved. This software is released under one of the following two licenses: GPL or Genivia's license ...
#ifndef FI_REG_SELECTOR_H #define FI_REG_SELECTOR_H #include "llvm/IR/Instruction.h" #include "llvm/IR/Value.h" #include "Controller.h" #include <set> #include <map> #include <list> #include <string> using namespace llvm; namespace llfi { class FIRegSelector { public: void getFIInstRegMap(const std::set< Instructi...
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2012-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef GLEECGBC_UI_INTERFACE_H #define GLEECGBC_UI_INTERFACE_H #include <stdint.h> #...
// Copyright 2021 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef LIB_FIDL_TRANSFORMER_H_ #define LIB_FIDL_TRANSFORMER_H_ #include <zircon/fidl.h> #include <zircon/types.h> __BEGIN_CDECLS typedef uint32_t fidl_...
/* * ShiftRegister.h * * Created on: 06.08.2017 * Author: paul, alex */ #include "HAL_HardwareDefines.h" #ifndef HAL_SHIFTREGISTER_H_ #define HAL_SHIFTREGISTER_H_ class HAL_ShiftRegister{ public: HAL_ShiftRegister(); void loadnWrite(bool []); void enableSR(void); void disableSR(void); private: void sh...
/****************************************************************************** * * Copyright (C) 2014 - 2019 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Softwa...
// // Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. // A copy of the License is located at // // http://aws.amazon.com/apache2.0 // // or in the "licen...
/* Public domain */ #include <agar/map/begin.h> typedef struct map_actor_class { struct ag_object_class _inherit; void (*_Nullable map)(void *_Nonnull, void *_Nonnull); void (*_Nullable unmap)(void *_Nonnull, void *_Nonnull); void (*_Nullable update)(void *_Nonnull, void *_Nonnull); int (*_Nullable keydown)(voi...
/* * WGScreenMarker.h * WhirlyGlobeComponent * * Created by Steve Gifford on 7/21/12. * Copyright 2011-2012 mousebird consulting * * 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 a...
#ifndef BUS_H #define BUS_H #include <cstdint> #include <vector> #include "2co2.h" #include "memory" #include "cpu.h" #include "cartridge.h" class Bus { public: Bus(std::size_t size = 64*1024); ~Bus(); void CpuWrite(uint16_t addr, uint8_t data); uint8_t CpuRead(uint16_t addr, bool bReadOnly = false); void Ins...
#ifndef CHAT_INTETFACE_H #define CHAT_INTETFACE_H #include <QWidget> #include "ui_chat_intetface.h" #include <qmap.h> #include <qfile.h> #include <qpainter.h> #include <qbitmap.h> class chat_intetface : public QWidget { Q_OBJECT public: chat_intetface(QWidget *parent = 0); static chat_intetface*& return_chat_inter...
#include <stdio.h> #include <math.h> #include <string.h> int prime(int a) { int i=0,l=0,k=0; for (i=1;i<=a-1;i++) { k=a%i; if (k==0) l=l+1; } if (l==1) return 1; else return 0; } int main () {int num=0; scanf ("%d",&num); while (1) {num=num+1; if (prime(num)==1) break ;} printf ("...
/* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM f2fs #if !defined(_TRACE_F2FS_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_F2FS_H #include <linux/tracepoint.h> #include <uapi/linux/f2fs.h> #define show_dev(dev) MAJOR(dev), MINOR(dev) #define show_dev_ino(entry) show_dev(entr...
/* Copyright 2019 CryptoGarage */ /** * @file cfdcapi_elements_transaction.h * * @brief API definition file of Elements Transaction for used in cfd-capi */ #ifndef CFD_INCLUDE_CFDC_CFDCAPI_ELEMENTS_TRANSACTION_H_ #define CFD_INCLUDE_CFDC_CFDCAPI_ELEMENTS_TRANSACTION_H_ #ifndef CFD_DISABLE_ELEMENTS #ifdef __cpluspl...
/* * Erik Nyquist <eknyquist@gmail.com> * Command line argument parser * * API definition */ #include <stdlib.h> #include <string.h> #ifndef PARSE_ARGS_H #define PARSE_ARGS_H /** * Defines a named option that requires an additional argument * * @param short_flagstr String to expect for the short version ...
#include "spritepack.h" #include "matrix.h" #include "array.h" #ifndef EXPORT_EP #include "shader.h" #include "texture.h" #endif // EXPORT_EP #include <lua.h> #include <lauxlib.h> #include <stdint.h> #include <string.h> #define TAG_ID 1 #define TAG_COLOR 2 #define TAG_ADDITIVE 4 #define TAG_MATRIX 8 #define TAG_T...
#ifndef DQMEventInfo_H #define DQMEventInfo_H /* * \file DQMEventInfo.h * * \author M. Zanetti - INFN Padova * */ #include <FWCore/Framework/interface/Frameworkfwd.h> #include <FWCore/Framework/interface/EDAnalyzer.h> #include <FWCore/Framework/interface/ESHandle.h> #include <FWCore/Framework/interface/Event.h> #...
#include "testcase.h" #include "buffer.h" #include "errorcodes.h" #include "test_buffer.h" void buffer_test() { int32_t result = 0; int32_t i = 0; size_t data_len = 3072; char *data1 = malloc(data_len); if (data1 == 0) { return; } char *data2 = malloc(data_len); if (data2 == 0) { return; } for (i = 0; i ...
#include <stdlib.h> #include <string.h> #include <stdio.h> #include <stdbool.h> #include "set.h" #ifdef __cplusplus extern "C" { #endif SetIterator* qu_set_new_iterator_c() { SetIterator* iter = malloc(sizeof(SetIterator)); return iter; } int qu_set_size_c(Set *set) { return (int) set_num_entries(set); ...
/* * * Copyright (c) 2021 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 requir...
/* Copyright 2019 The TensorFlow 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 at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable ...
/****************************************************************************** Copyright (C), 2001-2011, Hisilicon Tech. Co., Ltd. ****************************************************************************** File Name : vou_drv.h Version : Initial Draft Author : Hisilicon multimedia softw...
// ################################################################################################# // # << NEORV32: neorv32_uart.c - Universal Asynchronous Receiver/Transmitter (UART) HW Driver >> # // # ********************************************************************************************* # // # BSD 3-Clause...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> #import "UMUserSwitchStakeholder-Protocol.h" @class NSString; @interface DMDUserSwitchStakeholder : NSObject <UMUserSw...
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by DIBImage.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define IDR_DIBIMATYPE 129 #define IDS_ERR_UNKNOW_FORMAT 5000 // Next default values for new ...
/* This testcase is part of GDB, the GNU debugger. Copyright 2014-2021 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or ...
/* { dg-do compile } */ /* { dg-options "-mavx512vbmi -mavx512vl -O2" } */ /* { dg-final { scan-assembler-times "vpermb\[ \\t\]+\[^\n\]*%zmm\[0-9\]+\[^\{\]" 3 } } */ /* { dg-final { scan-assembler-times "vpermb\[ \\t\]+\[^\n\]*%zmm\[0-9\]+\{%k\[1-7\]\}\[^\{\]" 1 } } */ /* { dg-final { scan-assembler-times "vpermb\[ \\t...
#pragma once #include <assert.h> //-------------------------------------------------------------------------------------------------------- // Custom Container Class: Dynamic Array // // // // CONTENTS: // // // // CONSTR...
// // LCCKUserDelegate.h // LeanCloudChatKit-iOS // // v0.7.19 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/2/2. // Copyright © 2016年 LeanCloud. All rights reserved. // User Model Delegate. @import UIKit; @protocol LCCKUserDelegate <NSObject, NSCopying, NSCoding> @required /*! * @brief The user's id in...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_QXKit_TestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_QXKit_TestsVersionString[...
#if !defined(T3COMMON_H) #define T3COMMON_H #include <stdio.h> //dbout vajab seda, muu mitte #include <math.h> #include <float.h> #include <assert.h> #include "ahel2.h" #include "post-fsc.h" #include "fsxstring.h" #include "tmplarray.h" #include "mrflags.h" #include "etmrf.h" #include "dctmetainf.h" #define UKAPRO...
#include "common/types.h" #include "bug/debug.h" #include "lib/string.h" #include "init/initcall.h" #include "mm/cache.h" #include "fs/vfs.h" #include "log/log.h" #define CHUNK_SIZE 1024 typedef struct chunk { uint32_t used; void *buff; list_head_t list; } chunk_t; typedef struct record { list_head_...
/* LUFA Library Copyright (C) Dean Camera, 2017. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2017 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
#ifndef MARISA_GRIMOIRE_IO_MAPPER_H_ #define MARISA_GRIMOIRE_IO_MAPPER_H_ #include <cstdio> #include "marisa/base.h" namespace marisa { namespace grimoire { namespace io { class Mapper { public: Mapper(); ~Mapper(); void open(const char *filename); void open(const void *ptr, std::size_t size); template...
/************************************************************************************ * arch/arm/src/lpc2378/lpc23xx_spi.h * * Copyright (C) 2013 Li Zhuoyi. All rights reserved. * Author: Li Zhuoyi <lzyy.cn@gmail.com> * * Derived arch/arm/src/lpc17xx/lpc17_spi.h * * Copyright (C) 2010, 2014, 2016 Gregory ...
// // OneViewController.h // PageController // // Created by SuperJJ on 2017/6/21. // Copyright © 2017年 SuperJJ. All rights reserved. // #import <UIKit/UIKit.h> @interface OneViewController : UIViewController @end
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "VKRequest.h" @class NSNumber, NSString; @interface likes_isLiked_req : VKRequest { NSNumber *_owner_id; NSString *_type; NSNumber *_item_id; NSNumber *_us...
#pragma once #if EZ_ENABLED(EZ_PLATFORM_WINDOWS) # include <Foundation/Threading/Implementation/Win/ThreadingDeclarations_win.h> #elif EZ_ENABLED(EZ_PLATFORM_OSX) || EZ_ENABLED(EZ_PLATFORM_LINUX) || EZ_ENABLED(EZ_PLATFORM_ANDROID) # include <Foundation/Threading/Implementation/Posix/ThreadingDeclarations_posix.h> #e...
// Weapon.h: interface for the CWeapon class. #pragma once #include "WeaponAmmo.h" #include "PhysicsShell.h" #include "PHShellCreator.h" #include "ShootingObject.h" #include "hud_item_object.h" #include "Actor_Flags.h" #include "..\xr_3da\skeletonanimated.h" #include "game_cl_single.h" #include "xrServer_Objects_ALife...
/* { dg-do run } */ /* { dg-options "-O2 -msse2" } */ /* { dg-require-effective-target sse2_runtime } */ extern void abort (void); typedef unsigned long long uint64_t; #define vector(elcount, type) \ __attribute__((vector_size((elcount)*sizeof(type)))) type #define FN(elcount, type, idx) \ __attribute__((noinline, ...