text
stringlengths
9
948k
/* * Copyright (C) 2005, 2007, 2008 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 above copyright * notice, this lis...
// // UIView+CBWFrame.h // CBWRefresh // // Created by 陈博文 on 16/5/30. // Copyright © 2016年 陈博文. All rights reserved. // #import <UIKit/UIKit.h> @interface UIView (CBWFrame) @property (assign, nonatomic) CGFloat x; @property (assign, nonatomic) CGFloat y; @property (assign, nonatomic) CGFloat width; @property (as...
#include "src/libGLESv2/entry_points_gles_3_1_autogen.h"
// // ViewController.h // LSAlertController // // Created by 周结论 on 2018/5/24. // Copyright © 2018年 周结论. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
/* * File: DataStructure.h * Author: Joshua Johannson * */ #ifndef DATASTRUCTURE_H #define DATASTRUCTURE_H #include <json.hpp> #include <string> #include <ApiJsonObject.h> #include <JsonList.h> #include <ApiRoute.h> #include <util/util.h> #include "NeuralNetwork.h" using namespace std; /* * DataStructure cl...
/** * \file * * \brief Header file for SAME53N20A * * Copyright (c) 2019 Microchip Technology Inc. * * \asf_license_start * * \page License * * 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 ...
// // MPViewabilityAdapter.h // // Copyright 2018-2020 Twitter, Inc. // Licensed under the MoPub SDK License Agreement // http://www.mopub.com/legal/sdk-license-agreement/ // #import <UIKit/UIKit.h> #import "MPVideoEvent.h" NS_ASSUME_NONNULL_BEGIN /** This protocol is for the adapters of various viewability SDK...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/vesh/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -gen-OER -no-gen-example -D /home/vesh/openairinterface5g/cmak...
/* * Copyright (c) 2022 Winsider Seminars & Solutions, Inc. All rights reserved. * * This file is part of System Informer. * * Authors: * * wj32 2010-2013 * dmex 2019-2021 * */ /* * There are two methods of hidden process detection implemented in this module. * * Brute Force. This attempts ...
/* 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 law or a...
#ifndef CISTFT_INCLUDE_GRID_RENDERER_H_ #define CISTFT_INCLUDE_GRID_RENDERER_H_ #include <cinder/Color.h> namespace cinder { namespace params { class InterfaceGl; }} //!ci::params namespace cistft { class AppGlobals; class GridRenderer { public: GridRenderer(AppGlobals&); void draw(); void setHorizontalB...
// // DTAlignmentMiddleTextView.h // DTerekhovKit // // Created by Dmitry Terekhov on 2/12/16. // Copyright © 2016 Dmitry Terekhov. All rights reserved. // #import <UIKit/UIKit.h> /** * TextView which can has middle alignment for text */ @interface DTAlignmentMiddleTextView : UITextView /** * Align the text...
/******************************************************************************* * Ledger Ethereum App * (c) 2016-2019 Ledger * * 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 * * h...
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
// // NSString+Category.h // demo // // Created by 曹云霄 on 2019/8/12. // Copyright © 2019 曹云霄. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface NSString (Category) /** * 计算字符串高度 (多行) * * @param width 字符串的宽度 * @param font 字体大小 * * @return 字符串的尺寸 */ - (CGSize)heightWit...
// Copyright 2017 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FXJS_XFA_CJX_SUBFORMSET_H_ #define FXJS_XFA_CJX_SUBFORMSET_H_ #includ...
/* * Copyright (c) 2010 The WebM 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
/* * Copyright 2021 Institute for Factory Automation and Production Systems (FAPS) * * 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 *...
/* * This software is licensed under the terms of the MIT License. * See COPYING for further information. * --- * Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>. * Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>. */ #include "taisei.h" #include "syspath.h" #include "readonly_wrappe...
/* lauches rocket */ #ifndef LAUNCH_H #define LAUNCH_H #include "Arduino.h" #include "state.h" class Launch: public State { public: Launch(stateMachine* sm); void initialise(); State* update(); void exitstate(); }; #endif
/****************************************************************************** * * Module Name: ahids - Table of ACPI/PNP _HID/_CID values * *****************************************************************************/ /****************************************************************************** * * 1. Copyr...
//##################################################################### // Copyright 2004-2008, Ron Fedkiw, Geoffrey Irving, Michael Lentine, Craig Schroeder, Andrew Selle, Tamar Shinar, Eftychios Sifakis, Jonathan Su, Joseph Teran. // This file is part of PhysBAM whose distribution is governed by the license contained...
// Copyright 2011 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 in...
#ifndef __HTTP_CLIENT_H__ #define __HTTP_CLIENT_H__ #include "cocos2d.h" #include "cocos-ext.h" class HttpClientTest : public cocos2d::CCLayer { public: HttpClientTest(); virtual ~HttpClientTest(); void toExtensionsMainLayer(cocos2d::CCObject *sender); //Menu Callbacks void onMenuGetTestClick...
/***************************************************************************/ /* */ /* basepic.c */ /* */ /* Th...
// // HighscoresTableViewController.h // Just Ninja // // Created by Nikolai Novkirishki on 2/3/16. // Copyright © 2016 Nikolai Novkirishki. All rights reserved. // #import <UIKit/UIKit.h> @interface HighscoresTableViewController : UITableViewController @property (strong, nonatomic) NSMutableArray *highscores; ...
/* * gzlog.c * Copyright (C) 2004 Mark Adler * For conditions of distribution and use, see copyright notice in gzlog.h * version 1.0, 26 Nov 2004 * */ #include <string.h> /* memcmp() */ #include <stdlib.h> /* malloc(), free(), NULL */ #include <sys/types.h> /* size_t, off_t */ #i...
// Copyright (c) 2018-2019 Andrey Valyaev <dron.valyaev@gmail.com> // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. #pragma once #include <memory> #include "../http/Options.h" #include "../http/PredefinedOptions.h" class FakeOptions final : ...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE170_Improper_Null_Termination__char_memcpy_04.c Label Definition File: CWE170_Improper_Null_Termination.label.xml Template File: point-flaw-04.tmpl.c */ /* * @description * CWE: 170 Improper Null Termination * Sinks: memcpy * GoodSink: Copy a string using memcpy w...
/* * This definitions of the PIC16LF876A MCU. * * This file is part of the GNU PIC library for SDCC, originally * created by Molnar Karoly <molnarkaroly@users.sf.net> 2016. * * This file is generated automatically by the cinc2h.pl, 2016-04-13 17:23:00 UTC. * * SDCC is licensed under the GNU Public license (GPL)...
#ifndef GUIUTIL_H #define GUIUTIL_H #include <QString> #include <QObject> #include <QMessageBox> #include <QWidget> #include <QEvent> #include <QTextEdit> #include <boost/filesystem.hpp> QT_BEGIN_NAMESPACE class QFont; class QLineEdit; class QWidget; class QDateTime; class QUrl; class QAbstractItemView; QT_END_NAMES...
/* * vbus_channel_pogopin_boost.h * * pogopin boost for vbus channel driver * * Copyright (c) 2019-2019 Huawei Technologies Co., Ltd. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and ...
/* * Copyright (c) Facebook, Inc. and 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 applic...
/* * include/asm-xtensa/irq.h * * 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) 2001 - 2005 Tensilica Inc. */ #ifndef _XTENSA_IRQ_H #define _XTENSA_IRQ_H #include <linux/...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
#include <stdint.h> #include <stdlib.h> #include <string.h> #include "sodium/core.h" #include "sodium/crypto_stream_chacha20.h" #include "sodium/private/common.h" #include "sodium/private/sse2_64_32.h" #include "sodium/utils.h" #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \ defined(HAVE_TMMI...
///////////////////////////////////////////////////////////////////////////// // Name: wx/private/selectdispatcher.h // Purpose: wxSelectDispatcher class // Authors: Lukasz Michalski and Vadim Zeitlin // Created: December 2006 // Copyright: (c) Lukasz Michalski // RCS-ID: $Id$ // Licence: ...
#include <cassert> #include <antlr4-common.h> #include <iostream> #include <iomanip> #include <string> #include <sstream> #include <array> #include <vector> #include <list> #include <queue> #include <set> #include <map> #include <unordered_map> #include <stack> #include <memory> #include <numeric> #include <algorit...
/* Copyright 2014 OpenMarket Ltd Copyright 2017 Vector Creations Ltd Copyright 2019 The Matrix.org Foundation C.I.C 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/lic...
/* * Copyright (c) 2016 Fastly * * 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, dis...
// Copyright (c) 2010 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_POLICY_MOCK_CONFIGURATION_POLICY_PROVIDER_H_ #define CHROME_BROWSER_POLICY_MOCK_CONFIGURATION_POLICY_PROVIDER_H_ #pragma once ...
// // CBLNewDictionary.h // CouchbaseLite // // Copyright (c) 2017 Couchbase, Inc 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/l...
// PR debug/42800 // { dg-options "-gdwarf-2 -dA" } // { dg-final { scan-assembler "DW_AT_upper_bound" } } // { dg-require-effective-target alloca } int f (int i) { char a[i]; return a[0]; }
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2015-2017 The NANITE developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHAIN_H #define BITCO...
/* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ #include "theme.h" static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzz...
/*- * Copyright (c) 2014-2018 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. */ #include "wt_internal.h" WT_PROCESS __wt_process; /* Per-process structure */ static int __wt_pthread_once_failed; /* If initialization fai...
// -*- mode: c++; c-file-style: "k&r"; c-basic-offset: 4 -*- /*********************************************************************** * * simtransport.h: * simulated message-passing interface for testing use * * Copyright 2013-2015 Irene Zhang <iyzhang@cs.washington.edu> * Naveen Kr. Sharma ...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @class NSString; @interface WCPayOfflinePayConfirmMessageStruct : NSObject { NSString *m_nsMessageUid; ...
/* * * Copyright 2015, Google 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 condi...
/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** GNU Lesser General Public License U...
/** ****************************************************************************** * @file stm32f10x_spi.c * @author MCD Application Team * @version V3.4.0 * @date 10/15/2010 * @brief This file provides all the SPI firmware functions. **************************************************************...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/HealthUI.framework/HealthUI */ @interface HKCalendarWeekView : UIView { double _additionalSpacingPerRow; double _dateBottomMargin; HKDateCache * _dateCache; double _dateDiameter; double _dateTopMargin; NSMutableArra...
/* * Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <AK/RefCounted.h> #include <AK/RefPtr.h> #include <AK/StringView.h> #include <Kernel/FileSystem/InodeIdentifier.h> #include <Kernel/Forward.h> #include <Kernel/KResult.h> #include ...
/* * Copyright 2019, Cypress Semiconductor Corporation or a subsidiary of * Cypress Semiconductor Corporation. All Rights Reserved. * * This software, associated documentation and materials ("Software") * is owned by Cypress Semiconductor Corporation, * or one of its subsidiaries ("Cypress") and is protected by ...
// Copyright (c) 2019-2021 WAZN Project // Copyright (c) 2014-2020, The Monero Project // // 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 th...
/*************************************************************************/ /* */ /* Language Technologies Institute */ /* Carnegie Mellon University */ /* ...
#include "syscall.h" #include "stdio.h" int main() { int fd, i; printf("Remember slots 0, 1 are occupied by stdin, stdout\n"); fd = creat("File"); printf("File created in slot %d\n", fd); for( i = 0; i < 20; ++i ) { fd = open( "File" ); if( fd < 0 ) ...
/* $Id: bs3-cmn-RegCtxPrint.c $ */ /** @file * BS3Kit - Bs3RegCtxPrint */ /* * Copyright (C) 2007-2017 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the...
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details of these...
#pragma once #include "UnitSelectSceneNodeBase.h" #include "Core/CompareType.h" class UnitSelectSceneNodeId : public UnitSelectSceneNodeBase { public: UnitSelectSceneNodeId(SharedParams_t params); virtual ~UnitSelectSceneNodeId(void); // Выполнить выборку virtual core::array<scene::ISceneNode*> Select(core::arra...
#include "GameGrail.h" void gm_cmd(GameGrail* engine, PlayerEntity* player, string cmd); void initialize_gm_command();
#ifndef __THREEBEARS_MELAS_FEC_H__ #define __THREEBEARS_MELAS_FEC_H__ #include "api.h" #define MELAS_FEC_BYTES 3 #define MELAS_FEC_BITS 18 typedef uint32_t fec_gf_t; static const fec_gf_t Q = 0x211; /* Append 3 bytes of FEC(data) to data, so that the FEC becomes 0 */ void PQCLEAN_PAPABEAREPHEM_CLEAN_melas_fec_set( ...
// // DeliverGoodsAddM.h // YouChengTire // // Created by WangZhipeng on 16/3/5. // Copyright © 2016年 WangZhipeng. All rights reserved. // #import "BaseM.h" @interface DeliverGoodsAddM : BaseM @end
/** * Copyright (c) 2014,2015 Enzien Audio, Ltd. * * 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...
//------------------------------------------------------------------------------ // GB_AxB__lxor_ge_uint8.c: matrix multiply for a single semiring //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Lic...
#ifndef COIN_SBBOX3F_H #define COIN_SBBOX3F_H /**************************************************************************\ * Copyright (c) Kongsberg Oil & Gas Technologies AS * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
// System call numbers #define SYS_fork 1 #define SYS_exit 2 #define SYS_wait 3 #define SYS_pipe 4 #define SYS_read 5 #define SYS_kill 6 #define SYS_exec 7 #define SYS_fstat 8 #define SYS_chdir 9 #define SYS_dup 10 #define SYS_getpid 11 #define SYS_sbrk 12 #define SYS_sleep 13 #define SYS...
// Copyright (c) 2015-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 NEOM_REVERSELOCK_H #define NEOM_REVERSELOCK_H /** * An RAII-style reverse lock. Unlocks on construction and locks o...
/* LUFA Library Copyright (C) Dean Camera, 2012. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSViewController.h" #import "UIFocusEnvironment.h" @class NSString; @interface NSViewController (GKAdditions_UIKit) <UIFocusEnvironment> - (void)setNeedsFocusUpdate; - (...
/* include ------------------------------------------------------------------ */ #include "eos_test.h" #include "eos_test_def.h" #include "event_def.h" #include "unity.h" #include "unity_pack.h" #if (EOS_USE_PUB_SUB != 0) static eos_mcu_t sub_table[Event_Max]; #endif static reactor_t reactor1, reactor2; static eos_t *...
#define SUFF l #define float_type long double #include <e_pow.c>
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Framework/Commands/Commands.h" #include "EditorStyleSet.h" // Actions that can be invoked in the Size Map class FSizeMapActions : public TCommands<FSizeMapActions> { public: FSizeMapActions() : TCommands<FSi...
/*========================================================================= Program: Visualization Toolkit Module: vtkCesiumPointCloudWriter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This s...
/* Copyright (C) 1997-2001 Id Software, 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 2 of the License, or (at your option) any later version. This program is distributed in th...
#include <stdio.h> int main() { double M[12][12], soma = 0; int i = 0, j = 0, contador = 0; char O; // S de soma ou M de Média scanf("%c", &O); // S for (i = 0; i < 12; i++) { for (j = 0; j < 12; j++) { scanf("%lf", &M[i][j]); } } // enche a matriz...
#ifndef __ALIGNMENT_H__ #define __ALIGNMENT_H__ // std includes #include <vector> extern "C" void cow_align(double* v, int v_len, int* v_segments, int v_segs_len, double* ref, int ref_len, int* ref_segments, int ref_segs_len, int slack, double* result); /// <summary> /// Interpolation data for the COW method /// </s...
#include "turH.h" int chxyz2yzx(double *x, double *y, int Nx, int Ny, int Nz, int rank, int size){ int i,j,k,kk,n; int kblocksize, kblocks; int myNx, myNy; int MPIErr; int reg1, reg2, reg3, reg4, reg5, reg6; myNx = Nx/size; myNy = Ny/size; kblocksize = 64; // Constant to tune kblocks = Nz/k...
/***************************************************************************** * This file is provided under the Creative Commons Attribution 3.0 license. * * You are free to share, copy, distribute, transmit, or adapt this work * PROVIDED THAT you attribute the work to the authors listed below. * For more information,...
/** ****************************************************************************** * @file se_interface_common.c * @author MCD Application Team * @brief Secure Engine Interface module. * This file provides set of common firmware functions to manage SE Interface * functionalities. The...
/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. * * ######################################################################## * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License...
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:05:00 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
#if 0 // // Generated by Microsoft (R) HLSL Shader Compiler 10.1 // // // Note: shader requires additional functionality: // Typed UAV Load Additional Formats // // // Buffer Definitions: // // cbuffer CB0 // { // // float2 RcpTextureSize; // Offset: 0 Size: 8 // float ContrastThreshold; ...
#include <onnx.h> void resolver_default_op_HardSwish(onnx_node_t *n) { EMPTY_OPERATOR(); if (n->opset >= 14) { } }
// vim: set ft=cuda: -------------*-CUDA-*-----------------------------------// /*! * \file curng/poly/StateView.h * \brief StateReference declarations. * \note Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC. */ //---------------------------------------------------------------------------//...
/* * Manage polygons object: init, transforms, collisions, ... * @author Eric Fehr (ricofehr@nextdeploy.io, @github: ricofehr) */ #include "polygon.h" #include "loader.h" #include <unistd.h> #include <time.h> /* Program Global vars */ int cnt_cubes = 64; int mode_grid = 0; struct polygon *poly_head = NULL; /* Polygo...
// Copyright 2003 Google 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 conditions a...
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Copyright (C) 2018 - 2019, Advanced Micro Devices, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted prov...
/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2006-03-18 Bernard the first version * 2006-04-26 Bernard add semaphore APIs * 2006-08-10 Bernard add version information * 2007-01...
/********************************************************************* * NAN - Native Abstractions for Node.js * * Copyright (c) 2018 NAN contributors: * - Rod Vagg <https://github.com/rvagg> * - Benjamin Byholm <https://github.com/kkoopa> * - Trevor Norris <https://github.com/trevnorris> * - Nathan Rajl...
#include <allegro5/allegro.h> #include <allegro5/allegro_primitives.h> #include <stdio.h> #include <math.h> #include "common.c" int test_only_index = 0; int test_index = 0; bool test_display = false; ALLEGRO_DISPLAY *display; static void print_color(ALLEGRO_COLOR c) { float r, g, b, a; al_unmap_rgba_f(c, &r, &...
/* l2cap_br.c - L2CAP BREDR oriented handling */ /* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr.h> #include <string.h> #include <errno.h> #include <sys/atomic.h> #include <sys/byteorder.h> #include <sys/util.h> #include <bluetooth/hci.h> #include <bluetooth/...
// // Copyright (c) 2018 The WebGLNativePorts 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. // // Texture.h: Define Texture class. #ifndef TEXTURE_H #define TEXTURE_H #include <string> #include <unordered_map> #include <ve...
/** * SPONG * * © Jorge Eremiev <jorgech3@gmail.com> and Christian Radke <c.radke@posteo.de> * * For the full copyright and license information, please view the LICENSE file * that was distributed with this source code. */ #ifndef SPLASH_SCREEN_STATE_H_ #define SPLASH_SCREEN_STATE_H_ //-----------------------...
// // Created by Bradley Austin Davis on 2015/05/29 // Copyright 2015 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #pragma once #include <display-plugins/hmd/HmdDisplayPlugin.h> #include <QTi...
// NOTE: This file was generated by the ServiceGenerator. // ---------------------------------------------------------------------------- // API: // Domains RDAP API (domainsrdap/v1) // Description: // Read-only public API that lets users search for information about domain // names. // Documentation: // https...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:22:22 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/HealthE...
/** * @file CoinSpend.h * * @brief CoinSpend class for the Zerocoin library. * * @author Ian Miers, Christina Garman and Matthew Green * @date June 2013 * * @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green * @license This project is released under the MIT license...
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2016 // 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...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // @import AppKit; @interface UXCollectionClipView : NSClipView { } - (void)_invalidateFocus; @end