text
stringlengths
9
948k
/* * Copyright (c) 2020-2021, yzrh <yzrh@noema.org> * * SPDX-License-Identifier: Apache-2.0 */ #ifdef __linux__ #define _GNU_SOURCE #endif /* __linux__ */ #include <stdlib.h> #include <string.h> #include "pdf.h" static int _id_in(int id, int *ids) { for (int i = 1; i <= ids[0]; i++) if (ids[i] == id) re...
#include "zlib/adler32.c" #include "zlib/compress.c" #undef DO1 #undef DO8 #include "zlib/crc32.c" #include "zlib/gzclose.c" #include "zlib/gzlib.c" #include "zlib/gzread.c" #include "zlib/gzwrite.c" #include "zlib/uncompr.c" #undef GZIP #include "zlib/deflate.c" #include "zlib/inftrees.c"
/** * Configuration_Overall.h * Here you can define all your custom settings and they will overwrite configurations in the main configuration files. */
// 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 may...
/* * Copyright (C) 2017 The Android Open Source Project * * 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 app...
// // ChatReceiverCell.h // LetsTalk_ObjC // // Created by Payal on 23/01/21. // Copyright © 2021 TheKarma. All rights reserved. // #import <UIKit/UIKit.h> @interface ChatReceiverCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *lblmsg; @property (weak, nonatomic) IBOutlet UILabel *lbl...
// The MIT License (MIT) // // Copyright (c) 2015 Alexander Grebenyuk (github.com/kean). // // 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 limitatio...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:16:33 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/Workflo...
/* * svc_auth.h, Service side of rpc authentication. * * Copyright (C) 1984, Sun Microsystems, Inc. * * 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 abo...
#ifndef xAODAnaHelpers_VtxHists_H #define xAODAnaHelpers_VtxHists_H #include "xAODAnaHelpers/HistogramManager.h" #include <xAODTracking/TrackParticleContainer.h> #include <xAODTracking/VertexContainer.h> #include <xAODTracking/Vertex.h> #include <xAODTracking/TrackParticle.h> ANA_MSG_HEADER(msgVtxHists) class VtxHis...
/** * \file * * \brief Autogenerated API include file for the Atmel Software Framework (ASF) * * Copyright (c) 2012 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t...
// // UIResponder+DLNAlert.h // SmartCommunity // // Created by Linzh on 4/20/16. // Copyright © 2016 Horizon. All rights reserved. // // FIXME: //#import <UIKit/UIKit.h> // //@interface UIResponder (DLNAlert) //- (void)showAlert:(NSString *)title andMsg:(NSString *)msg; //- (void)showPrompt:(NSString *)msg; //@end
// // ExamplesFormViewController.h // XLForm ( https://github.com/xmartlabs/XLForm ) // // Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in...
// Copyright 2019 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 GARNET_LIB_MAGMA_SRC_MAGMA_UTIL_RINGBUFFER_H_ #define GARNET_LIB_MAGMA_SRC_MAGMA_UTIL_RINGBUFFER_H_ #include "accessor.h" #include "address_space....
/* * Broadcom specific AMBA * Bus subsystem * * Licensed under the GNU/GPL. See COPYING for details. */ #include "bcma_private.h" #include <linux/module.h> #include <linux/platform_device.h> #include <linux/bcma/bcma.h> #include <linux/slab.h> MODULE_DESCRIPTION("Broadcom's specific AMBA driver"); MODULE_LICENSE...
// 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 COMPONENTS_NTP_SNIPPETS_REMOTE_TEST_UTILS_H_ #define COMPONENTS_NTP_SNIPPETS_REMOTE_TEST_UTILS_H_ #include <memory> #include <string> #include <v...
/* $OpenBSD: sxie.c,v 1.16 2016/06/12 06:58:39 jsg Exp $ */ /* * Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se> * Copyright (c) 2013 Artturi Alm * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright...
/* * 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. */ #import <React/RCTBridge.h> #import <React/RCTJSInvokerModule.h> /** * RCTEventEmitter is an abstract base class to be used for m...
#include "vi_utils.h" #ifdef VI_ENABLE_COLON // Die if we can't allocate n+1 bytes (space for the null terminator) and copy // the (possibly truncated to length n) string into it. char* FAST_FUNC xstrndup(const char *s, int n) { int m; char *t; if (ENABLE_DEBUG && s == NULL) bb_error_msg_and_die("xstrndup bug");...
#ifndef _C2GO_STDIO_IMPL_H #define _C2GO_STDIO_IMPL_H #ifndef _C2GO_SYSCALL_H #include "syscall.h" #endif #undef _STDIO_IMPL_H #include "../../src/internal/stdio_impl.h" #endif
/*! * Copyright (c) 2018 by Contributors * \file tvm/relay/base.h * \brief Base classes for the Relay IR. */ #ifndef TVM_RELAY_BASE_H_ #define TVM_RELAY_BASE_H_ #include <tvm/api_registry.h> #include <tvm/ir.h> #include <tvm/node/node.h> #include <string> #include <vector> namespace tvm { /*! * \brief Relay: a ...
#ifndef CyGlobalContext_h #define CyGlobalContext_h // // Python wrapper class for global vars and fxns // Passed to Python // #include "CvGlobals.h" #include "CvArtFileMgr.h" class CyGame; class CyMap; class CyPlayer; class CvRandom; class CyEngine; class CyTeam; class CyArtFileMgr; class CyUserProfile; class CyVar...
/* * Copyright 2019 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Test passing a va_list argument to a function and other uses * of va_list, in things other than va_arg. */ #include <stdio.h> #include <stdarg.h> /* 5 bytes. */ typedef struct DWordS_struct { int i; char c; } DWordS; /* 12 bytes if d is 4-byte aligned; 16 bytes if d is 8-byte aligned. */ typedef struct Qua...
#pragma once #include <cstdint> #include <iostream> #include <gmpxx.h> #include "altruct/algorithm/math/base.h" #include "altruct/structure/math/modulo.h" typedef mpz_class mpz; typedef mpq_class mpq; typedef mpf_class mpf; // casts template<> unsigned long altruct::math::castT<unsigned long, mpz>::of(const mpz& x) ...
/* Add this header file to the pulp-sdk by modifying the respective json file * correctly. Test my running hello_driver. Should return a success status. */ #ifndef __MY_IP_V1_H #define __MY_IP_V1_H #define MY_DRIVER_MACRO #endif
/*************************************************************************** * Copyright (c) Peter Lenz * * * * Distributed under the terms of the BSD 3-Clause License. * * ...
/*========================================================================= Program: ParaView Module: pqChartSelectionReaction.h Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc. All rights reserved. ParaView is a free software; you can redistribute it and/or modify it under the terms of ...
inherit "room/room"; object mob, mob1; int rn; reset(arg) { /* Applying mobs */ if(!mob) { mob = clone_object("/wizards/gynter/darke/mobs/lovers"); move_object(mob, this_object()); } if (!mob1) { mob1 = clone_object("/wizards/gynter/darke/mobs/lovers"); move_object(mob1, this_object()); } ...
#ifndef PQCLEAN_KYBER512_AVX2_KEM_H #define PQCLEAN_KYBER512_AVX2_KEM_H #include "params.h" int PQCLEAN_KYBER512_AVX2_crypto_kem_keypair(unsigned char *pk, unsigned char *sk); int PQCLEAN_KYBER512_AVX2_crypto_kem_enc(unsigned char *ct, unsigned char *ss, const unsigned char *pk); int PQCLEAN_KYBER51...
/* ----------------------------------------------------------------------------- * * (c) The GHC Team 1998-2009 * * External API for the scheduler. For most uses, the functions in * RtsAPI.h should be enough. * * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of ...
/* * Copyright (C) 2021 by Intel Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES O...
#pragma once #include "nsCOMPtr.h" #include "gecko18/nsIAccessibleDocument.h" #ifdef GECKO_19_COMPATIBILITY #include "gecko19/nsIAccessibleDocument.h" #endif #include "nsIAccessibleDocument.h" class AccessibleDocumentWrapper { public: AccessibleDocumentWrapper(nsISupports *node) { wrapper_18 = do_QueryInterface...
// Copyright 2015 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 CHROME_BROWSER_TASK_MANAGER_PROVIDERS_ARC_ARC_PROCESS_TASK_PROVIDER_H_ #define CHROME_BROWSER_TASK_MANAGER_PROVIDERS_ARC_ARC_PROCESS_TASK_PROVIDER...
// // MyPodFramework.h // MyPodFramework // // Created by Soumyattam Dey on 07/01/22. // #import <Foundation/Foundation.h> //! Project version number for MyPodFramework. FOUNDATION_EXPORT double MyPodFrameworkVersionNumber; //! Project version string for MyPodFramework. FOUNDATION_EXPORT const unsigned char MyPod...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:21:46 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/TVLatency...
/* * Copyright (C) 2020-2022 The opuntiaOS Project Authors. * + Contributed by Nikita Melekhin <nimelehin@gmail.com> * + Contributed by bellrise <bellrise.dev@gmail.com> * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include <string.h> #ifdef __i386...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:41:30 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/Home.framework/Home * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. ...
#import <UIKit/UIKit.h> FOUNDATION_EXPORT double FeeRateKitVersionNumber; FOUNDATION_EXPORT const unsigned char FeeRateKitVersionString[];
#ifndef PSP_COMMON_OPTIONS_H #define PSP_COMMON_OPTIONS_H /* C standard library headers */ #include <stddef.h> /* option_descriptor structure */ struct option_descriptor { char letter; int has_param; const char *desc; int set; void *trgt; int (*apply_option)(struct option_descriptor *, const char *, const...
/** * FreeRDP: A Remote Desktop Protocol Implementation * GDI Library * * Copyright 2010-2011 Marc-Andre Moreau <marcandre.moreau@gmail.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 Licen...
/* * Copyright 2018 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* 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 may not...
// { dg-do compile } // { dg-options "-std=gnu99 -fdiagnostics-show-option -Wtraditional -Wno-deprecated -Wno-long-long" } #assert x(x) // { dg-warning "suggest hiding #assert from traditional C with an indented # .-Wtraditional." } #define X X // { dg-warning "traditional C ignores #define with the ...
#ifndef UART_H #define UART_H #include <dev/kdevice.h> int32_t uart_dev_init(void); int32_t uart_write(dev_t* dev, const void* data, uint32_t size); #endif
// // Copyright (c) 2021, NVIDIA 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: // * Redistributions of source code must retain the above copyright // notice, this list of co...
/* * TOPPERS/ASP Kernel * Toyohashi Open Platform for Embedded Real-Time Systems/ * Advanced Standard Profile Kernel * * Copyright (C) 2015 by Ushio Laboratory * Graduate School of Engineering Science, Osaka Univ., JAPAN * Copyright (C) 2015 by Embedded and Real-Time Systems Laboratory...
#ifndef _LINUX_IIO_TRIGGERED_BUFFER_H_ #define _LINUX_IIO_TRIGGERED_BUFFER_H_ #include <linux/interrupt.h> struct iio_dev; struct iio_buffer_setup_ops; int iio_triggered_buffer_setup(struct iio_dev *indio_dev, irqreturn_t (*h)(int irq, void *p), irqreturn_t (*thread)(int irq, void *p), const struct iio_buffer_set...
/* $Id: sh_bios.c,v 1.5 2001/01/08 08:42:32 gniibe Exp $ * * linux/arch/sh/kernel/sh_bios.c * C interface for trapping into the standard LinuxSH BIOS. * * Copyright (C) 2000 Greg Banks, Mitch Davis * */ #include <asm/sh_bios.h> #define BIOS_CALL_CONSOLE_WRITE 0 #define BIOS_CALL_READ_BLOCK 1 #defi...
/* Copyright (c) 2021 PaddlePaddle 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 law or...
#include "config.h" #include "grid.h" #include "../xcb/connection.h" /* Calculations */ unsigned int calculate_default_height(monitor_t *monitor) { unsigned int rows = get_value_from_key_with_fallback( monitor->configuration, "grid.rows")->number; if (rows % 2) return 1; return 2; } unsigned i...
#define L_SHA_MODE 512_128 #define L_SHA_MODE_BASE 512 #include "lsha.inc" #undef L_SHA_MODE_BASE #undef L_SHA_MODE
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:08:43 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/AccessibilityBundles/Accessi...
// 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 CHROME_BROWSER_VIDEO_TUTORIALS_INTERNAL_TUTORIAL_SERVICE_IMPL_H_ #define CHROME_BROWSER_VIDEO_TUTORIALS_INTERNAL_TUTORIAL_SERVICE_IMPL_H_ #includ...
#pragma once #include "Sprite.h" namespace Stardust::GFX::Render2D { struct CharacterAnimInfo { short indexStart; short animLength; }; class CharacterSprite : public Sprite{ public: CharacterSprite(glm::vec2 characterSize, TextureAtlas* atlas, unsigned int texture); void tickPhase(); void setPhase(int...
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2004-2008 Cavium Networks */ #ifndef __ASM_OCTEON_OCTEON_H #define __ASM_OCTEON_OCTEON_H #include "cvmx.h" extern uint64_...
#ifndef _ICONSTANTS_H_ #define _ICONSTANTS_H_ // IConstants's VTable #undef INTERFACE #define INTERFACE IConstants DECLARE_INTERFACE_ (INTERFACE, IDispatch) { // IUnknown STDMETHOD_(HRESULT, Constants_QueryInterface)(THIS_ REFIID, void **) PURE; STDMETHOD_(ULONG, Constants_AddRef)(THIS) PURE; STDMETHOD_(ULONG,...
/*------------------------------------------------------------------------- * * plannodes.h * definitions for query plan nodes * * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/nodes/plannodes.h ...
/*! \file bcmltx_egr_mtp_index.h * * Egress MTP Index Transform Handler. */ /* * Copyright: (c) 2018 Broadcom. All Rights Reserved. "Broadcom" refers to * Broadcom Limited and/or its subsidiaries. * * Broadcom Switch Software License * * This license governs the use of the accompanying Broadcom software. Yo...
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2018 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 3.0.0 (2016/06/19) #pragma once #include <GTEngine.h> usin...
/* Created by Language version: 6.2.0 */ /* VECTORIZED */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include "scoplib_ansi.h" #undef PI #define nil 0 #include "md1redef.h" #include "section.h" #include "nrniv_mf.h" #include "md2redef.h" #if METHOD3 extern int _method3; #endif #if !NRNGPU #undef exp #d...
/********************************************************************************************************************** This file is part of the Control Toolbox (https://adrlab.bitbucket.io/ct), copyright by ETH Zurich, Google Inc. Licensed under Apache2 license (see LICENSE file in main directory) ********************...
// Copyright (c) 2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The Btcgreen Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_TEST_TEST_BTCGREEN_H #define BITCOIN_TEST_TEST_BTCGREEN_H ...
/* $OpenBSD: exec_elf.h,v 1.41 2006/01/06 18:53:05 millert Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen. 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 sourc...
/* This file is part of TACS: The Toolkit for the Analysis of Composite Structures, a parallel finite-element code for structural and multidisciplinary design optimization. Copyright (C) 2010 University of Toronto Copyright (C) 2012 University of Michigan Copyright (C) 2014 Georgia Tech Research Corporatio...
/* * c128rom.c * * Written by * Andreas Boose <viceteam@t-online.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publish...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: CommonStateSignalChatCall.proto #ifndef GOOGLE_PROTOBUF_INCLUDED_CommonStateSignalChatCall_2eproto #define GOOGLE_PROTOBUF_INCLUDED_CommonStateSignalChatCall_2eproto #include <limits> #include <string> #include <google/protobuf/port_def.inc> #if ...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE131_Incorrect_Calculation_Of_Buffer_Size__wchar_t_loop_08.c Label Definition File: CWE131_Incorrect_Calculation_Of_Buffer_Size.off_by_one.label.xml Template File: sources-sink-08.tmpl.c */ /* * @description * CWE: 131 Incorrect Calculation of Buffer Size * BadSource: ...
// // 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 "NSCopying-Protocol.h" #import "NSMutableCopying-Protocol.h" @class NSData, NSDictionary, NSString, SKPaymentDi...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UINT256_H #define BITCOIN_UINT256_H #include <limits.h> #include <...
/* $NetBSD: lua.h,v 1.8 2015/09/06 06:01:02 dholland Exp $ */ /* * Copyright (c) 2014 by Lourival Vieira Neto <lneto@NetBSD.org>. * Copyright (c) 2011, 2013 Marc Balmer <mbalmer@NetBSD.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitte...
// Copyright (c) 2016 CloudMakers, s. r. o. // All rights reserved. // // You can use this software under the terms of 'INDIGO Astronomy // open-source license' (see LICENSE.md). // // THIS SOFTWARE IS PROVIDED BY THE AUTHORS 'AS IS' AND ANY EXPRESS // OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED /...
// Auther: kaiwei Xu. // Created Date: 2019/3/18. // Version: 1.0.6 // Since: 1.0.0 // Copyright © 2019 NanjingYunWo. All rights reserved. // Descriptioin: 文件描述. #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface MesageModel : NSObject @property (nonatomic, copy) NSString *readFlag; @property (non...
/* Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* $Header$ */ /* Purpose: Print variables, attributes, metadata */ /* Copyright (C) 1995--present Charlie Zender This file is part of NCO, the netCDF Operators. NCO is free software. You may redistribute and/or modify NCO under the terms of the 3-Clause BSD License with exceptions described in the LICENSE ...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/antoniocortes/j2objcprj/relases/j2objc/testing/mockito/build_result/java/org/mockito/internal/util/StringJoiner.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgMockitoInternalUtilStringJoiner") #ifdef RESTRICT_OrgMockito...
// Copyright (C) Simon A. F. Lund <simon.lund@samsung.com> // SPDX-License-Identifier: Apache-2.0 #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 700 #endif #include <xnvme_be.h> #include <xnvme_be_nosys.h> #ifdef XNVME_BE_FBSD_ENABLED #include <xnvme_be_posix.h> #include <xnvme_be_fbsd.h> static struct xnvme_be_mixin g_x...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:24:44 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/Frameworks/ContactsUI.framew...
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "RRLP-Components" * found in "../rrlp-components.asn" * `asn1c -gen-PER` */ #ifndef _AcquisElement_H_ #define _AcquisElement_H_ #include <asn_application.h> /* Including external dependencies */ #include "SatelliteID.h" #include <N...
/* SPDX-License-Identifier: BSD-3-Clause * Copyright 2017 6WIND S.A. * Copyright 2017 Mellanox. */ #ifndef _TAP_TCMSGS_H_ #define _TAP_TCMSGS_H_ #include <tap_autoconf.h> #include <linux/if_ether.h> #include <linux/rtnetlink.h> #include <linux/pkt_sched.h> #include <linux/pkt_cls.h> #include <linux/tc_act/tc_mirre...
/**************************************************************************** * * * Copyright (C) 2014-2015 iBuildApp, Inc. ( http://ibuildapp.com ) * * * * T...
/* * This file is part of the CitizenFX project - http://citizen.re/ * * See LICENSE and MENTIONS in the root of the source tree for information * regarding licensing. */ #pragma once #ifndef CORE_EXPORT #ifdef COMPILING_CORE #define CORE_EXPORT DLL_EXPORT #else #define CORE_EXPORT #endif #endif #ifndef CORE_IM...
/* * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is d...
/* * FreeRTOS Kernel V10.3.0 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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 Software without restriction, includ...
// // // Copyright (c) 1991 Microsoft Corporation // //-------------------------- MODULE DESCRIPTION ---------------------------- // // winsmain.c // //--------------------------------------------------------------------------- //--------------------------- WINDOWS DEPENDENCIES -------------------------- #in...
// This file is part of libigl, a simple c++ geometry processing library. // // Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla Public License // v. 2.0. If a copy of the MPL was not distributed with this file, You can // obtain one at htt...
/* Copyright (c) 201-2013 250bpm s.r.o. 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 Software without restriction, including without limitation the rights to us...
/* * Copyright (c) 2008, XenSource Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list of ...
/* D E B U G C M D . C */ #ifdef DEBUG #include "word.h" DEBUGASSERTSZ /* WIN - bogus macro for assert string */ #include "heap.h" #include "props.h" #include "format.h" #include "doc.h" #include "sel.h" #include "file.h" #include "disp.h" #include "prm.h" #include "fkp.h" #include "screen.h" #include "scc....
/* ****************************************************************************** * Copyright (C) 2014-2017 Elsevier/Mendeley. * * This file is part of the Mendeley iOS SDK. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
/* * Copyright 2009-2017 Alibaba Cloud 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...
#include "serial_transport_internal.h" #if defined(PLATFORM_NAME_WINDOWS) #include <uxr/client/profile/transport/serial/serial_transport_windows.h> #endif
#pragma once #include "kotek_std_alias_atomic.h" namespace Kotek { namespace Core { class ktkMainManager; } } // namespace Kotek namespace Kotek { namespace Core { bool InitializeModule_Core_Containers_MultiThreading_Atomic( ktkMainManager* p_manager); bool SerializeModule_Core_Containers_MultiThreadin...
#pragma once #include <unordered_map> #include <QtCore/QVariantMap> #include "node_editor/Export.h" namespace QtNodes { class NODE_EDITOR_PUBLIC Properties { public: void put(QString const& name, QVariant const& v); template <typename T> bool get(QString name, T* v) const { QVariant const& var = _...
/* { dg-do assemble } */ /* { dg-options "-std=c99" } */ #include <arm_neon.h> int main (int argc, char **argv) { uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); uint64x1_t base_a = vcreate_u64 (0x1111222233334444ULL); uint64x1_t base_c = vcreate_u64 (0x9999aaaabbbbccccULL); uint64x2_t baseq_c = vcomb...
/* Created by Language version: 6.2.0 */ /* VECTORIZED */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include "scoplib.h" #undef PI #include "md1redef.h" #include "section.h" #include "md2redef.h" #if METHOD3 extern int _method3; #endif #undef exp #define exp hoc_Exp extern double hoc_Exp(); #define...
/*++ Copyright (c) 2018 Trent Nelson <trent@trent.me> Module Name: LoadPerfectHashTableKeys.c Abstract: This module implements the key load routine for PerfectHashTable component. --*/ #include "stdafx.h" LOAD_PERFECT_HASH_TABLE_KEYS LoadPerfectHashTableKeys; _Use_decl_annotations_ BOOLEAN LoadPerfectH...
#include "H_Q_matrices_generation.h" #include "gf2x_arith_mod_xPplusOne.h" #include "nistseedexpander.h" /*----------------------------------------------------------------------------*/ void OQS_KEM_LEDACRYPT_CPA_8237_CLEAN_generateHPosOnes(POSITION_T HPosOnes[N0][V], AES_XOF_struc...
/* $NetBSD: v_undo.c,v 1.3 2014/01/26 21:43:45 christos Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 1992, 1993, 1994, 1995, 1996 * Keith Bostic. All rights reserved. * * See the LICENSE file for redistribution information. */...
/********************************** (C) COPYRIGHT ******************************* * File Name : Debug.C * Author : WCH * Version : V1.0 * Date : 2017/01/20 * Description : CH554 DEBUG Interface CH554主频修改、延时函数定义 串口0和串口1初始化 ...