text
stringlengths
9
948k
// RUN: %clang %s -emit-llvm -g -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t.bc 2>%t.log // RUN: cat %t.log | FileCheck %s #include <assert.h> /* This tests checks ensures that only relevant updates are present when doing concrete reads. If they are not, there can b...
// // UIButton+CheddariOSAdditions.h // Cheddar for iOS // // Created by Sam Soffes on 5/16/12. // Copyright (c) 2012 Nothing Magical. All rights reserved. // @interface UIButton (CheddariOSAdditions) + (UIButton *)cheddarBigButton; // Used in add task bar + (UIButton *)cheddarBigOrangeButton; // Used in Pl...
/* * * (C) COPYRIGHT 2017 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the * GNU General Public License version 2 as published by the Free Software * Foundation, and any use by you of this program is subject to the terms * of such GNU licence. * ...
/*============================================================================ WCSLIB 7.3 - an implementation of the FITS WCS standard. Copyright (C) 1995-2020, Mark Calabretta This file is part of WCSLIB. WCSLIB is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser G...
#pragma once #include <assert.h> #include <iostream> #include <sstream> #include "core/utils/keops_math.h" #include "core/utils/TypesUtils.h" #include "lib/sequences/include/tao/seq/integer_sequence.hpp" #include "lib/sequences/include/tao/seq/concatenate.hpp" #include "lib/sequences/include/tao/seq/sum.hpp" #include...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" __attribute__((visibility("hidden"))) @interface FI_TSlicesInterpreter : NSObject { } + (id)sliceForRawQueryString:(id)arg1; + (id)slicesForTag:(id)arg1 andLa...
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2015 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the...
/* include/arch/unix/apr_private.h. Generated from apr_private.h.in by configure. */ /* include/arch/unix/apr_private.h.in. Generated from configure.in by autoheader. */ #ifndef APR_PRIVATE_H #define APR_PRIVATE_H /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ ...
/** * \file * Support for the portable PDB symbol file format * * * Author: * Mono Project (http://www.mono-project.com) * * Copyright 2015 Xamarin Inc (http://www.xamarin.com) * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_METADATA_DEBU...
/* * Copyright (c) 2014-present, Facebook, Inc. * * 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 <string> #include <unordered_map> namespace folly { struct dynamic; } // folly namespace facebook { namespa...
#ifndef INCLUDED_GL_UNIQUE_NAME #define INCLUDED_GL_UNIQUE_NAME #pragma once #include <utility> #include <GL/gl.h> namespace GL { template <typename Namespace> class unique_name { GLuint name; public: unique_name(const unique_name&) = delete; unique_name& operator =(const unique_name&) = delete; ...
/** * Copyright 2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
/* * Copyright (c) Nordic Semiconductor ASA * 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 * list of...
/* * Copyright (c) 2019 Joris Vink <joris@coders.se> * * 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 ...
/** * Copyright 2019-2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
/******************************************************************* * * Copyright 2022 Montera Pty 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/L...
/* 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...
/* * ssd1306.c * * * \brief SSD1306 display controller driver. * * Created on: May 17, 2017 * Author: beam */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_system.h" #include "driver/spi_master.h" #include "soc/gpio_stru...
/* * QEMU model for the Milkymist board. * * Copyright (c) 2010 Michael Walle <michael@walle.cc> * * 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 of the Lice...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. /*============================================================================================= AndroidOutputDevices.h: Android platform OutputDevices functions ==============================================================================================*...
/* * Copyright 2010-2017 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 "license" fil...
//===-- ARMMachineFunctionInfo.h - ARM machine function info ----*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
#include "tests.h" #include "x86_desc.h" #include "lib.h" #include "paging.h" #include "filesystem.h" #include "rtc.h" #define PASS 1 #define FAIL 0 /* format these macros as you see fit */ #define TEST_HEADER \ printf("[TEST %s] Running %s at %s:%d\n", __FUNCTION__, __FUNCTION__, __FILE__, __LINE__) #define TEST_O...
/** *********************************************************************************************************************** * Copyright (c) 2020, China Mobile Communications Group Co.,Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the ...
/* * Override mpi_init_thread__ in Fortran. * * Copyright (c) 2007-2016, Rice University. * See the file LICENSE for details. * * $Id$ */ #include "config.h" #include "common.h" #include "monitor.h" typedef void mpi_init_thread_fcn_t(int *, int *, int *); #ifdef MONITOR_STATIC extern mpi_init_thread_fcn_t...
#include "2d.h" #include "fx.h" __regargs void LoadIdentity2D(Matrix2D *M) { M->m00 = fx12f(1.0); M->m01 = 0; M->x = 0; M->m10 = 0; M->m11 = fx12f(1.0); M->y = 0; } __regargs void Translate2D(Matrix2D *M, WORD x, WORD y) { M->x += x; M->y += y; } __regargs void Scale2D(Matrix2D *M, WORD sx, WORD sy)...
/* * tclStringObj.c -- * * This file contains functions that implement string operations on Tcl * objects. Some string operations work with UTF strings and others * require Unicode format. Functions that require knowledge of the width * of each character, such as indexing, operate on Unicode data. * * A Unicode...
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) | | Copyrigh...
#include "hfa384x_usb.c" #include "prism2mgmt.c" #include "prism2mib.c" #include "prism2sta.c" #include "prism2fw.c" #define PRISM_DEV(vid, pid, name) \ { USB_DEVICE(vid, pid), \ .driver_info = (unsigned long)name } static const struct usb_device_id usb_prism_tbl[] = { PRISM_DEV(0x04bb, 0x0922, "IOData AirPort ...
/* s_copysignf.c -- float version of s_copysign.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...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * 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 http://mozilla.org/MPL/2.0/. */ ...
/* * Copyright (C) 2021 Red Hat * * 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 list * of conditions and the following disclaimer...
/* * Copyright (C) 2011 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 list of conditions a...
/* sequence - do Sequence section. */ /* Copyright (C) 2013 The Regents of the University of California * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "common.h" #include "hash.h" #include "linefile.h" #include "dystring.h" #include "cheapcgi.h" #include "spDb.h" #inclu...
/* * Copyright (c) 2014 ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group. */ #include <stdio.h> #include <sys...
#include "../../../../../src/widgets/util/qcompleter_p.h"
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:53:34 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by El...
#include "lfsr.h" extern lfsr_poly_t poly_pairs[32]; int find_best_poly(uint32_t sample, uint32_t mask, uint32_t start = 0, uint32_t end = 32); uint32_t lh2_lookup_query(uint8_t channel, uint32_t q);
#pragma once #include "il2cpp.h" void System_Collections_Generic_List_PiaPluginSession_CreateSessionSetting_Attribute____ctor (System_Collections_Generic_List_PiaPluginSession_CreateSessionSetting_Attribute__o* __this, const MethodInfo* method_info); int32_t System_Collections_Generic_List_PiaPluginSession_CreateSess...
// // GHTestGroup.h // // Created by Gabriel Handford on 1/16/09. // Copyright 2009. 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, ...
// // PlaceholderAVViewControllerIPad.h // iLinX // // Created by mcf on 08/06/2010. // Copyright 2010 Micropraxis Ltd. All rights reserved. // #import <UIKit/UIKit.h> #import "AudioSubViewControllerIPad.h" @interface PlaceholderAVViewControllerIPad : AudioSubViewControllerIPad { @private IBOutlet UILabel *_sou...
/* FileHandler - General-purpose file handling library for Niotso iffexport.c - Copyright (c) 2012 Niotso Project <http://niotso.org/> Author(s): Fatbag <X-Fi6@phppoll.org> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provid...
#pragma once #include <iterator> #include <type_traits> #include <algorithm> namespace altruct { namespace container { /** * A helper template for extracting key from the value. */ template<typename K, typename T> struct bst_key { static const K& of(const T& val); }; /** * A key helper template for sets. */...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class UISpringLoadedInteraction; @protocol UISpringLoadedInteractionBehavior <NSObject> - (_Bool)shouldAllowInteraction:(UISpringLoadedInteraction *)arg1 wit...
//SideBySide.h // Copyright Querysoft Limited 2013 // // Permission is hereby granted, free of charge, to any person or organization // obtaining a copy of the software and accompanying documentation covered by // this license (the "Software") to use, reproduce, display, distribute, // execute, and transmit the Softwa...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * SSL3 Protocol * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compl...
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2008 Erwin Coumans http://bulletphysics.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is grant...
#include <cs50.h> #include <stdio.h> #include <math.h> float get_user_input(string prompt); int main(void) { // Gets User Input float i = get_user_input("hOw MuCh cHaNgE iS OwEd? "); // Converts and Rounds to Cents int cents = round(i * 100); // Counter starts at 0 int a = 0; // Handels...
#include <glib.h> #include <glib-object.h> #ifdef G_OS_UNIX #include <unistd.h> #endif #define G_TYPE_TEST (my_test_get_type ()) #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest)) #define MY_IS_TEST(test) (G_TYPE_CHECK_INSTANCE_TYPE ((test), G_TYPE_TE...
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <termios.h> #include <unistd.h> #include <sys/ioctl.h> #include <sys/time.h> #include "ros/ros.h" #include <pthread.h> #include <semaphore.h> #include <math.h> #include <vector> #include <boost/program_options.hpp> #include "../../cssl/cssl.h" #include "...
// Copyright 2013 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 UI_VIEWS_COREWM_TOOLTIP_H_ #define UI_VIEWS_COREWM_TOOLTIP_H_ #include "base/strings/string16.h" #include "ui/views/views_export.h" namespace au...
// // 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 "ALAd.h" #import "ALStoreKitAd-Protocol.h" @class ALAdSize, ALAtomicBoolean, ALOptOutButtonConfiguration, ALPendingReward, AL...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:43:50 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...
#include <stdio.h> #include <stdbool.h> int main(){ int n,k, c = 0,v,s; bool ans[50] = {false}; scanf("%d %d",&n,&v); for(int i = 0; i < n; i++){ scanf("%d",&k); for(int j = 0; j < k; j++){ scanf("%d", &s); if(s < v) ans[i] = true; } if(ans[i] ...
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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 http://mozilla.org/MPL/2.0/. */ /* * file: timemac.c * descripti...
/* * Copyright (c) 2017 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Private API for SPI drivers */ #ifndef ZEPHYR_DRIVERS_SPI_SPI_CONTEXT_H_ #define ZEPHYR_DRIVERS_SPI_SPI_CONTEXT_H_ #include <gpio.h> #include <spi.h> #ifdef __cplusplus extern "C" { #endif enum spi_ctx_...
/* Copyright (C) 2000, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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...
#pragma once #include <iostream> #include <iomanip> #include <string> #include <sstream> #include <fstream> #include "UniformGrid.h" namespace cpp_mc { /** * Use boolean operation to construct implicite surfaces * Given two sets A, B * F(intersection(A,B)) = MAX(A,B) * F(union(A,B)) = MIN(A,B) * F(subtrac...
#include <math.h> #include "ship.h" ship new_ship(vector p) { ship s; s.position = p; s.angle = 0.0; s.speed = 3; s.life = 3; s.time = 3; return s; } void turn_left(ship *s) { s->angle -= TURN_SPEED; } void turn_right(ship *s) { s->angle += TURN_SPEED; }
/** @file * * Copyright (c) 1996 Christos Zoulas. 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...
#include <math.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <complex.h> #ifdef complex #undef complex #endif #ifdef I #undef I #endif #if defined(_WIN64) typedef long long BLASLONG; typedef unsigned long long BLASULONG; #else typedef long BLASLONG; typedef unsigned long BLASULONG; #endif #if...
#ifndef timer_h #define timer_h #include <SDL2/SDL.h> extern uint8_t timer_delay; extern uint8_t timer_sound; extern SDL_mutex* timer_lock; void timer_initialize(); void timer_terminate(); void timer_pause(); void timer_start(); void timer_reset(); #endif // timer_h
#include <stdio.h> #include <string.h> #include <ctype.h> #include <sys/types.h> #include <dirent.h> int max(int a, int b) { if (a > b) return a; return b; } unsigned int iscmd(char c) { switch (c) { case '.': case '_': case '-': return 1; default: return isalnum(c); ...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "SonTransfer-IEs" * found in "/home/labuser/Desktop/openairinterface5g_f1ap/openair3/S1AP/MESSAGES/ASN1/R14/s1ap-14.5.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -fno-include-deps -D /home/labuser/Des...
/* * Copyright (C) 2013-2015 Bilibili * Copyright (C) 2013-2015 Zhang Rui <bbcallen@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 License at * * http://www.apache.org/licenses/...
// Copyright (c) 2008-2022 the Urho3D project // License: MIT /// \file #pragma once #include "../Math/BoundingBox.h" #include "../Scene/Node.h" namespace Urho3D { enum BoneCollisionShape : unsigned char { BONECOLLISION_NONE = 0x0, BONECOLLISION_SPHERE = 0x1, BONECOLLISION_BOX = 0x2, }; URHO3D_FLAGSET(...
/* * 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 "Pass.h" #include <map> #include <string> #include <unordered_set> #include <vector> class AnnoKill { pub...
#pragma once #include <string> #include <vector> #include "CoreState.h" #include "Game.h" #include "Menu/Option.h" #define MENU_PRACTICE_NUMOPTS 15 #define MENU_ID_MAIN 0 #define MENU_ID_PRACTICE 1 #define MENU_ID_REPLAY 2 struct menudata { menudata() : menu_id(0), main_menu_data({ 0, 0 }), ...
// // TKSwitchCell.h // Created by Devin Ross on 6/13/09. // /* tapku || http://github.com/devinross/tapkulibrary 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, inc...
/* Copyright (c) 2017, Piotr Durlej * 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 list of conditions a...
/* * linux/fs/nfs/inode.c * * Copyright (C) 1992 Rick Sladkey * * nfs inode and superblock handling functions * * Modularised by Alan Cox <alan@lxorguk.ukuu.org.uk>, while hacking some * experimental NFS changes. Modularisation taken straight from SYS5 fs. * * Change to nfs_read_super() to permit NFS m...
/********************************************************************** This source file is a part of Demi3D __ ___ __ __ __ | \|_ |\/|| _)| \ |__/|__| || __)|__/ Copyright (c) 2013-2014 Demi team https://github.com/wangyanxing/Demi3D Released under the MIT License https://github.com/wangyanxing/De...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:17:08 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/TeaUI.f...
/// /// Copyright (c) 2016 Dropbox, Inc. All rights reserved. /// /// Auto-generated by Stone, do not modify. /// #import <Foundation/Foundation.h> #import "DBSerializableProtocol.h" @class DBTEAMLOGFileRollbackChangesDetails; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// /// The `FileRollbackChangesDetai...
#include "defines.h" #include "macros.h" #include "args.h" struct IntegerRegisters iregbits = { ~0, ~0, ~0, ~0, ~0, ~0 }; struct IntegerRegisters iregs; unsigned int num_iregs; long long fun_test_returning_long_long (void) { volatile_var++; return (long long) 0xabadbeefabadbeefLL; } double fun_test_returning_dou...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI */ @interface SKUIComposeReviewFormViewController : SUViewController <SKUIComposeReviewViewDelegate> { SKUIComposeReviewView * _composeView; <SKUIComposeReviewFormDelegate> * _delegate; SKUIReviewMet...
// ========================================================================== // SeqAn - The Library for Sequence Analysis // ========================================================================== // Copyright (c) 2006-2013, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and us...
/*********************************************************************\ * File: detectPeaks.h * Date: 04/17/2019 * Authors: Joshua Tracy and Daniel Henshaw * Hardware: Pololu LIS3MDL 3-Axis magnetometer *********************************************************************/ #ifndef DETECTPEAKS_H #def...
// 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 SRC_DEVICES_POWER_DRIVERS_FUSB302_REGISTERS_H_ #define SRC_DEVICES_POWER_DRIVERS_FUSB302_REGISTERS_H_ #include <hwreg/i2c.h> #define DEVICE_ID_AD...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount */ @interface ATVHighSecurityAccountDeviceList : AAAppleTVRequest + (Class)responseClass; - (id)urlRequest; - (id)urlString; @end
/** * Copyright (c) 2015-present, Parse, LLC. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <Foun...
/*===--- ConvertUTF.h - Universal Character Names conversions ---------------=== * * The LLVM Compiler Infrastructure * * This file is distributed under the University of Illinois Open Source * License. See LICENSE.TXT for details. * *==--------------------------------------------------------...
/** * @file src/core/sdl2/gfmAudio.c * * Backend to load and play audios; Audio playback is expect to run * asynchronously, so it's the backend responsability to handle when its * processing thread should awake/sleep; * Before playing/loading any sound, it's necessary to manually initialize this * subsystem; Du...
/* * Copyright (C) 2016 "IoT.bzh" * Author: José Bollo <jose.bollo@iot.bzh> * * 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 * * Unle...
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Data {...
// Copyright 2014 The Bazel 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 appl...
#pragma once #include "xrServerEntities/game_graph_space.h" using namespace System; namespace XRay { public value class GameVertex sealed { public: GameVertex(IntPtr InNativeObject); property ::System::Numerics::Vector3 LevelPoint { ::System::Numerics::Vector3 get() { return Utils::FromFvector(Int...
/* * Copyright 2007-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later */ #ifndef _MACH_BLACKFIN_H_ #define _MACH_BLACKFIN_H_ #include "bf527.h" #include "defBF522.h" #include "anomaly.h" #if defined(CONFIG_BF527) || defined(CONFIG_BF526) #include "defBF527.h" #endif #if defined(CONFIG_BF525) || def...
//================================================================================================= /*! // \file blaze/util/typetraits/IsEmpty.h // \brief Header file for the IsEmpty type trait // // Copyright (C) 2013 Klaus Iglberger - All Rights Reserved // // This file is part of the Blaze library. You can redis...
/************************************************************************** * * Copyright 2007 VMware, Inc. * All Rights Reserved. * Copyright 2009 VMware, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation...
/* 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; version 2 of the License * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without e...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class NSDictionary; @protocol CPSConfigurationService <NSObject> - (void)testErrorWithReply:(void (^)(NSDictionary *, NSError *))arg1; - (void)testKillWithRe...
/* * Auto generated Run-Time-Environment Configuration File * *** Do not modify ! *** * * Project: 'Systick_Basic' * Target: 'Target 1' */ #ifndef RTE_COMPONENTS_H #define RTE_COMPONENTS_H /* * Define the Device Header File: */ #define CMSIS_device_header "stm32l4xx.h" /* Keil::Device:Startup:1.3....
/* * MACDRV Cocoa interface declarations * * Copyright 2011, 2012, 2013 Ken Thomases for CodeWeavers Inc. * * 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...
#pragma once #include "Array.h" #include "KeyPair.h" namespace jlb { /// <summary> /// Data container that that prioritizes quick lookup speed. /// </summary> template <typename T> class HashMap : public Array<KeyPair<T>> { public: // Function used to get a hash value from a value. size_t(*hasher)(T& value...
// ----------------------------------------------------------------------------- // // Copyright (C) The BioDynaMo Project. // 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. // // See the LICENSE file distrib...
/* * Copyright (c) 2008, Power of Two Games LLC * 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 ...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:14:03 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/ScreenRea...