text
stringlengths
9
948k
/** @file * @brief Route handling. * */ /* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <logging/log.h> LOG_MODULE_REGISTER(net_route, CONFIG_NET_ROUTE_LOG_LEVEL); #include <kernel.h> #include <limits.h> #include <zephyr/types.h> #include <sys/slist.h> #include <...
// // Copyright 2012 the original author or 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
/* Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev * * Additional changes are licensed under the same terms as NGINX and * copyright Joyent, Inc. and other Node contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softwar...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2016-2017 The PIVX developers // Copyright (c) 2018-2019 The Dilithium Core developers // Copyright (c) 2019 The Kahsh Core developers // Distributed under the M...
/* * Copyright 2017 - 2021 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _FSL_CLOCK_H_ #define _FSL_CLOCK_H_ #include "fsl_common.h" /*! @addtogroup clock */ /*! @{ */ /*! @file */ /******************************************************************************* * Configurati...
/* * Copyright 2015-2019 CNRS-UM LIRMM, CNRS-AIST JRL */ #pragma once // Package version (header). #define MC_RTC_ROS_VERSION "UNKNOWN-dirty" // Handle portable symbol export. // Defining manually which symbol should be exported is required // under Windows whether MinGW or MSVC is used. // // The headers then hav...
/** @file Internal header file for PCH DMI library for SIP14 Copyright (c) 2019 Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef __PCH_DMI_14_H__ #define __PCH_DMI_14_H__ #include <Private/Library/PchDmiLib.h> #include <Private/Library/PeiPchDmiLib.h> /** ...
//******************************************************************* // // License: See top level LICENSE.txt file. // // AUTHOR: Oscar Kramer // // DESCRIPTION: // Contains declaration of class ossimAffineProjection. This is an // implementation of a warping interpolation model. // //***************************...
//! \file //! InputHandler class declaration #pragma once #include "Position.h" class InputHandler { public: static Position LastInput; static int InputTime; static bool WindowClosed; static void PollEvents(); };
/******************************************************************************** ** Form generated from reading UI file 'TreeViewTest.ui' ** ** Created by: Qt User Interface Compiler version 5.11.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! *************************************...
// Copyright 2016 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_ZIP_CREATE_UNZIPPER_H_ #define LIB_ZIP_CREATE_UNZIPPER_H_ #include <vector> #include "lib/zip/unique_unzipper.h" namespace zip { // Returns...
#ifndef POLYNOMIAL_ACCELERATOR_H #define POLYNOMIAL_ACCELERATOR_H #include <map> #include <set> #include <util/symbol_table.h> #include <goto-programs/goto_program.h> #include <goto-programs/goto_functions.h> #include "scratch_program.h" #include "polynomial.h" #include "path.h" #include "accelerator.h" #include "p...
#pragma once // DlgShow 对话框 class DlgShow : public CDialogEx { DECLARE_DYNAMIC(DlgShow) public: DlgShow(CWnd* pParent = nullptr); // 标准构造函数 virtual ~DlgShow(); // 对话框数据 #ifdef AFX_DESIGN_TIME enum { IDD = IDD_SHOW }; #endif protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持 DEC...
/* * Copyright 1995-2018 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...
/** * * \file * * \brief BSD compatible socket interface internal types. * * Copyright (c) 2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c...
// Copyright (c) 2018 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PIVX_ZMXTCHAIN_H #define PIVX_ZMXTCHAIN_H #include "libzerocoin/Coin.h" #include "libzerocoin/Denominations.h" #include "libzeroc...
#import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface BTWFormSheetDismissAnimator : NSObject <UIViewControllerAnimatedTransitioning> @property (nonatomic, assign) CGSize vcSize; @end NS_ASSUME_NONNULL_END
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. and/or its licensors. * Without the prior written permission of MediaTek inc. and/or ...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.MissingFieldException struct MissingFieldException_t4160530160; // System.String struct String_t; // System.Runtime.Serialization.Se...
/* * libdeflate.h - public header for libdeflate */ #ifndef LIBDEFLATE_H #define LIBDEFLATE_H #ifdef __cplusplus extern "C" { #endif #define LIBDEFLATE_VERSION_MAJOR 1 #define LIBDEFLATE_VERSION_MINOR 7 #define LIBDEFLATE_VERSION_STRING "1.7" #include <stddef.h> #include <stdint.h> /* * On Windows, if you want ...
// // 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. // * Redistributions in bin...
/* * Copyright (c) 2018 James, https://github.com/zhuguangxiang * * 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, ...
/* * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. * * This code contains ideas from software contributed to Berkeley by * Avadis Tevanian, Jr., Michael Wayne Young, and the Mach Operating * System project at Carnegie-Mellon University. * * Redistribution and use in so...
#ifndef LOG_STATE_H #define LOG_STATE_H // @Robustness: This might be too few messages? #define MAX_LOG_MESSAGES 2048 enum LogFlags { L_FLAG_FILE = (1 << 0), L_FLAG_DEBUG = (2 << 0) }; struct LogState { char* log_buffer[MAX_LOG_MESSAGES]; i32 log_count; u32 flags; union { ...
/* * * Copyright (C) 2008-2012, OFFIS e.V. and ICSMED AG, Oldenburg, Germany * Copyright (C) 2013-2017, J. Riesmeier, Oldenburg, Germany * All rights reserved. See COPYRIGHT file for details. * * Header file for class DRTStrainSourceRegistryCodeSequence * * Generated automatically from DICOM PS 3.3-2017a ...
/* * Copyright (c) 2016 Mellanox Technologies, Inc. * All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #include "oshmem_config.h" #include "oshmem/constants.h" #include "oshmem/include/shmem.h" #include "oshmem/include/shmemx.h" #include "osh...
// // SVGViewPort.h // Pods // // Created by Christian Otkjær on 19/12/14. // // #import <Foundation/Foundation.h> @class SVGCoordinate; @class SVGPoint; @class SVGSize; @protocol SVGViewPort <NSObject> @property (nonatomic, strong) SVGPoint * origin; @property (nonatomic, strong) SVGSize * size; @end
/* * libwebsockets - small server side websockets and web server implementation * * Copyright (C) 2019 - 2020 Andy Green <andy@warmcat.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Sof...
/* genoFind.h - Interface to modules for fast finding of sequence * matches. */ /* Copyright 2001-2002 Jim Kent. All rights reserved. */ #ifndef GENOFIND_H #define GENOFIND_H #ifndef DNASEQ_H #include "dnaseq.h" #endif #ifndef FUZZYFIND_H #include "fuzzyFind.h" #endif #ifndef HASH_H #include "hash.h" #endif #ifn...
#include <stdio.h> #include <stdlib.h> int main(){ printf("sadrzaj trenutnog direktorijuma:\n"); system("ls -gG"); printf("kraj ispisa\n"); }
/** ****************************************************************************** * @file stm32f10x_spi.h * @author MCD Application Team * @version V3.5.0 * @date 11-March-2011 * @brief This file contains all the functions prototypes for the SPI firmware * library. *******************...
// huilong-zhang.c 回龍杖法 inherit SHAOLIN_SKILL; mapping *action = ({ ([ "action": "$N微一躬身,一招「龍行無狀」,$w帶着刺耳的吱吱聲,擦地掃向$n的腳踝", "force" : 100, "attack": 10, "dodge" : -5, "parry" : 9, "damage": 15, "lvl" : 0, "skill_name" : "龍行無狀", "damage_type":"挫傷" ]),...
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2006 Sam Lantinga 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 op...
/* file: linear_regression_model_impl.h */ /******************************************************************************* * Copyright 2014 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...
/***************************************************************************//** * @file * @brief EFR32BG13P_MSC register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b> *********...
/** ****************************************************************************** * @file stm32f4xx_hal_conf_template.h * @author MCD Application Team * @brief HAL configuration template file. * This file should be copied to the application folder and renamed * to stm32f4xx_hal_conf...
/* VKGL (c) 2018 Dominik Witczak * * This code is licensed under MIT license (see LICENSE.txt for details) */ #ifndef VKGL_GL_UNIFORM_2F_H #define VKGL_GL_UNIFORM_2F_H #include "OpenGL/types.h" namespace OpenGL { void VKGL_APIENTRY vkglUniform2f(GLint location, GLfloat v0...
//-*-C++-*- /*************************************************************************** * * Copyright (C) 2007 by Willem van Straten * Licensed under the Academic Free License version 2.1 * ***************************************************************************/ /* $Source: /cvsroot/psrchive/psrchive/Uti...
#ifndef PCAPMACADDRESS_H #define PCAPMACADDRESS_H #include "../../helpers/common.h" #include "../../helpers/constants.h" #include <array> #include <ostream> #include <string> namespace PCAP { class MacAddress { public: explicit MacAddress(const std::string &mac); explicit MacAddress(uchar *data); expli...
/* * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.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 noti...
/** * @file test_sec7_12_1.c * @author Pavol Vican * @brief Cmocka test for RFC 6020 section 7.12.1 conformance. * * Copyright (c) 2016 CESNET, z.s.p.o. * * This source code is licensed under BSD 3-Clause License (the "License"). * You may not use this file except in compliance with the License. * You may obta...
/*************************************************************** SKT - simple TCP and UDP socket-based network communication routines. This interface exists mostly to hide the differences between UNIX Berkeley sockets (which work on BSD, Solaris, Linux, AIX, Mac OS X, and others) and Windows "winsock" sockets...
/** * * @defgroup nrfx_lpcomp_config LPCOMP peripheral driver configuration * @{ * @ingroup nrfx_lpcomp */ /** @brief Enable LPCOMP driver * * Set to 1 to activate. * * @note This is an NRF_CONFIG macro. */ #define NRFX_LPCOMP_ENABLED /** @brief Reference voltage * * Following options are available: * - ...
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class org_cef_callback_CefRequestCallback_N */ #ifndef _Included_org_cef_callback_CefRequestCallback_N #define _Included_org_cef_callback_CefRequestCallback_N #ifdef __cplusplus extern "C" { #endif /* * Class: org_cef_callback_Ce...
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
#ifndef _AwVector #define _AwVector //- // ========================================================================== // Copyright 1995,2006,2008 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk // license agreement provided at the time of installation or download, ...
/*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3a, by John R. Hauser. Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of California. All rights reserved. Redistribution an...
#include "utest.h" #include <assert.h> #include <errno.h> #include <sys/time.h> int test_gettimeofday(void) { timeval_t time1, time2; const int64_t start_of_century = 94684800, end_of_century = 4102444799; for (int g = 0; g < 100; g++) { assert(gettimeofday(&time1, NULL) == 0); assert(gettimeofday(&tim...
// Copyright 2021 The WebNN-native 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 ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:50:51 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
// 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 IOS_CHROME_BROWSER_OVERLAYS_PUBLIC_INFOBAR_BANNER_SAVE_CARD_INFOBAR_BANNER_OVERLAY_REQUEST_CONFIG_H_ #define IOS_CHROME_BROWSER_OVERLAYS_PUBLIC_IN...
/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ // lib/dll_stl/vecbool.h #ifndef G__...
/* $Id: svgamesa8.h,v 1.1.1.1 2012/03/29 17:22:16 uid42307 Exp $ */ /* * Mesa 3-D graphics library * Version: 3.2 * Copyright (C) 1995-2000 Brian Paul * * 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 F...
/* * Copyright (c) 2016-2018 Nicholas Corgan (n.corgan@gmail.com) * * Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt * or copy at http://opensource.org/licenses/MIT) */ #include "c_items_test.h" #include <pkmn-c/database/lists.h> #include <unity.h> #include <string.h> static const ...
/*- * Copyright (c) 1997 Helmut Wirth <hfwirth@ping.at> * 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 im...
/* * Copyright (c) 2018, Swiss Federal Institute of Technology (ETH Zurich). * 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 copy...
/* Copyright 2017 INRIA 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 in writing, software distribut...
#include <memory> struct ADTFMediaSample; namespace adtf_converter { namespace from_network { std::unique_ptr<tNearfieldGridMapArray> nearfieldGridmap(const ADTFMediaSample &sample); } }
/* * Copyright 2018-2019 Redis Labs Ltd. and Contributors * * This file is available under the Redis Labs Source Available License Agreement */ #include <sys/param.h> #include "graphcontext.h" #include "serializers/graphcontext_type.h" #include "../util/arr.h" #include "../util/rmalloc.h" #include "../redismodule.h" ...
#ifndef __Header_errclass__ #define __Header_errclass__ #include <iomanip> using namespace std; class ErrorsInClass { private: char * errorstring; protected: bool good_flag; ostrstream errorstream; public: ErrorsInClass(void) { good_flag=true; errorstring=0; errorstream.setf(std::ios::showbase|s...
/* * Copyright (c) 2012 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. */ /* * NaCl Simple/secure ELF loader (NaCl SEL) memory protection abstractions. */ #ifndef NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_SEL_...
// Simple program to print out files. // Michael J. Sullivan, Spring 2013 #include <syscall.h> #include <stdlib.h> #include <stdio.h> #define BUFSIZE 87 // "four score and seven" int main(int argc, char **argv) { char buf[BUFSIZE]; int i; for (i = 1; i < argc; i++) { char *file = argv[i]; ...
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
/* * This file is part of the Soletta (TM) Project * * Copyright (C) 2015 Intel Corporation. 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.a...
/**************************************************************************** * Copyright (C) 2014-2016 Intel Corporation. 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 Soft...
/* Taken from the Li18nux base test suite. */ #define _XOPEN_SOURCE 500 #include <locale.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <wchar.h> int main (void) { FILE *fp; const char *str = "abcdef"; wint_t ret, wc, ungetone = 0x00E4; /* 0x00E4 means `a umlaut'. */ char fname[] = "/...
// // UIColor+YBTool.h // YBTool // // Created by 李亚斌 on 2018/4/4. // Copyright © 2018年 李亚斌. All rights reserved. // #import <UIKit/UIKit.h> // 颜色RBG #define RGB(r, g, b) [UIColor colorWithRed:r / 255.0 green:g / 255.0 blue:b / 255.0 alpha:1] //颜色RBGA #define RGBA(r, g, b, a) [UIColor colorWithRed:r / 255.0 gr...
// Copyright (c) 2009-2018 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 PAYCHECKCASH_WALLET_CRYPTER_H #define PAYCHECKCASH_WALLET_CRYPTER_H #include <keystore.h> #include <serialize.h> #in...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_wchar_t_alloca_ncpy_32.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.string.label.xml Template File: sources-sink-32.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: Set data...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:43:51 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel * classdump-dyld is licensed under GPLv3...
/***************************************************************************//** * @file * @brief CMSIS Cortex-M3/M4 System Layer for EFR32 devices. ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ********...
/* * caesar.c */ #include <stdlib.h> int main (int argc, char* argv[]) { int returnValue = 0; int k; /* number to be used when encoding */ if (returnValue == 0) { /* the user is only allowed to enter exactly one argument */ if (argv != 2) { printf("Exactly one argument shall be provided."...
#include <sys/times.h> #include "arrtest.h" static clock_t startTime; static clock_t endTime; static struct tms startCPU; static struct tms endCPU; static unsigned int availableBlocks = 0; void static_init(unsigned int arrayLength, unsigned int blockLength) { if (availableBlocks > 0) { static_clear(); ...
// SPDX-License-Identifier: GPL-2.0+ /* * Tests for the core driver model code * * Copyright (c) 2013 Google, Inc */ #include <common.h> #include <errno.h> #include <dm.h> #include <fdtdec.h> #include <malloc.h> #include <dm/device-internal.h> #include <dm/root.h> #include <dm/util.h> #include <dm/test.h> #include...
/*- * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef _BIT_STRING_H_ #define _BIT_STRING_H_ #include <OCTET_STRING.h> /* Some help from OCTET STRING */ #ifdef __cplusplus extern "C" { #endif typedef struct BI...
/* * Copyright (C) 2016 Igalia S.L. All rights reserved. * Copyright (C) 2016 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the...
// Copyright (c) 2016, The University of Texas at Austin // 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, // t...
/* * 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 ...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "X2AP-IEs" * found in "/home/vesh/openairinterface5g/openair2/X2AP/MESSAGES/ASN1/R14/x2ap-14.6.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -gen-OER -no-gen-example -D /home/vesh/openairinterface5g/cmake_targets...
#pragma once #include <glm\glm.hpp> #include <glm\ext.hpp> #include <FBXFile.h> #include "FrameBuffer.h" #include "typedefs.h" struct OpenGLInfo { uint m_VAO; uint m_VBO; uint m_IBO = -1; uint m_faceCount; }; struct OBJVertex { float x, y, z; float nx, ny, nz; float u, v; }; class Model { public: Model...
/* Copyright 2018 Stanford University, NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
// Loader.h: interface for the CLoader class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_LOADER_H__452157F4_C664_42F5_9ED3_EAB34B64E9BE__INCLUDED_) #define AFX_LOADER_H__452157F4_C664_42F5_9ED3_EAB34B64E9BE__INCLUDED_ #pragma once class ENGINE_API CInifile; class ENGI...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* inter.c :+: :+: :+: ...
/** * Copyright - See the COPYRIGHT that is included with this distribution. * pvAccessCPP is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. */ #ifndef SERVERCHANNEL_H_ #define SERVERCHANNEL_H_ #include <pv/destroyable.h> #include <pv/remote.h>...
/* mbed USBHost Library * Copyright (c) 2006-2013 ARM Limited * * 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 b...
// Copyright 2012 the V8 project authors. 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 ...
// // NSOutlineView+Additions.h // Marketplace // // Created by Josh Abernathy on 3/15/09. // Copyright 2009 __MyCompanyName__. All rights reserved. // #import <Cocoa/Cocoa.h> @interface NSOutlineView (Additions) - (id)selectedItem; @end
// Copyright 2018 the V8 project 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 V8_COMMON_PTR_COMPR_INL_H_ #define V8_COMMON_PTR_COMPR_INL_H_ #include "include/v8-internal.h" #include "src/common/ptr-compr.h" #include "src/...
// // Copyright 2004-present Facebook. 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 ap...
// // Copyright (c) 2008-2015 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
// Auto-generated file. Do not edit! // Template: src/qs8-gemm/neon-mlal-lane.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <arm_neon...
// // QCloudUploadPartService.h // QCloudUploadPartService // // Created by tencent // // // ██████╗ ██████╗██╗ ██████╗ ██╗ ██╗██████╗ ████████╗███████╗██████╗ ███╗ ███╗██╗███╗ ██╗ █████╗ ██╗ ██╗ █████╗ // ██████╗ // ██╔═══██╗██╔════╝██║ ██╔═══██╗██║ ██║██╔══██╗ ╚══██╔══╝██...
/* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDE...
// Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers // // This file is part of Karbo. // // Karbo 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 3 of the Lic...
static char foo() { char a; return a; } int test133() { foo(); return 174; }
#pragma once #include <legui/Widget.h> #include <vector> namespace legui { class PageManager; /** * @brief Base class for every widget that can hold other widgets. * * All container widgets have to derive from this!. */ class Container : public Widget { public: Container(Container* parent = 0); virtual ~Con...
/*========================== begin_copyright_notice ============================ Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT ============================= end_copyright_notice ===========================*/ #ifndef CM_CL_EXEC_H #define CM_CL_EXEC_H #include "detail/builtins.h" #include "vector...
/** * (C) Copyright 2019-2021 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ /** * dtx: DTX common logic */ #define D_LOGFAC DD_FAC(dtx) #include <abt.h> #include <uuid/uuid.h> #include <daos/btree_class.h> #include <daos_srv/container.h> #include <daos_srv/vos.h> #include <daos_srv/dtx_s...
// Fig. 9.8: fig09_08.c // Right justifying integers in a field #include <stdio.h> int main(void) { printf("%4d\n", 1); printf("%4d\n", 12); printf("%4d\n", 123); printf("%4d\n", 1234); printf("%4d\n\n", 12345); printf("%4d\n", -1); printf("%4d\n", -12); printf("%4d\n", -123); printf("%4d\...
// // vectorMapper.h // DGTL_Generator // // Created by Eduard Frigola on 28/07/16. // // #ifndef vectorMapper_h #define vectorMapper_h #pragma once #include "ofMain.h" class vectorMapper{ public: vectorMapper(int index = 0, ofPoint pos = ofPoint(-1, -1)); ~vectorMapper(); void setup(int index = 0);...