text
stringlengths
9
948k
/* fleaTLS cryptographic library Copyright (C) 2015-2019 cryptosource GmbH 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 applica...
/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copy...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Qbitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef QBITCOIN_BIGNUM_H #define QBITCOIN_BIGNUM_H #include "serialize.h" #incl...
/* * The Shadow Simulator * Copyright (c) 2010-2011, Rob Jansen * See LICENSE for licensing information */ #include "shadow.h" /* thread-level storage structure */ struct _Worker { /* our thread and an id that is unique among all threads */ pthread_t thread; guint threadID; /* pointer to the obje...
#include <lib9.h> void abort(void) { while(*(int*)0) ; }
/* Copyright 2019 Google 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/licenses/LICENSE-2.0 * * Unless required by applicable law or...
// Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O. // This file is part of the "Nabla Engine". // For conditions of distribution and use, see copyright notice in nabla.h #ifndef __C_MITSUBA_MATERIAL_COMPILER_FRONTEND_H_INCLUDED__ #define __C_MITSUBA_MATERIAL_COMPILER_FRONTEND_H_INCLUDED__ #include "nb...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "AddGrpB" * found in "J2735_201603_CARMA2.asn1" * `asn1c -pdu=MessageFrame -fcompound-names -gen-PER` */ #ifndef _LongitudeDMS2_H_ #define _LongitudeDMS2_H_ #include <asn_application.h> /* Including external dependencies */ #includ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifdef __cplusplus #include <stdlib.h> #else #include <stdlib.h> #endif static void* my_gballoc_malloc(size_t size) { return malloc(size); } static void my_gballo...
#pragma once #include <folly/dynamic.h> #include <folly/experimental/StringKeyedUnorderedMap.h> #include <folly/json.h> #include <folly/small_vector.h> #include <folly/stats/BucketedTimeSeries.h> #include <folly/stats/MultiLevelTimeSeries.h> #include <logdevice/common/UpdateableSharedPtr.h> #include <logdevice/common...
/** * This header is generated by class-dump-z 0.2a. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. * * Source: (null) */ #import "WeChat-Structs.h" #import "UIScrollViewDelegate.h" #import "MMImageScrollViewHelperDelegate.h" #import "MMUIScrollView.h" @class UIImageView, NSArray, NSStri...
/* Achro-i.MX6Q External Sensor GPIO Control FILE : hc-sr04_driver.c AUTH : gmlee@huins.com */ #include <linux/module.h> #include <linux/cdev.h> // cdev_init(), cdev_add() #include <linux/fs.h> #include <linux/gpio.h> #include <linux/delay.h> #include <linux/kdev_t.h> // MAJOR(), MKDEV() #include <linux/...
/** ****************************************************************************** * @file stm32l4xx_hal_qspi.c * @author MCD Application Team * @brief QSPI HAL module driver. * This file provides firmware functions to manage the following * functionalities of the QuadSPI interface (...
#pragma once #include <curand.h> #include <random> namespace transprecision_floating_point { struct random_engine { template<typename Distribution> static void generate(float* a, size_t size, Distribution distribution); static void set_seed(size_t seed); static void destroy(); private: static void init()...
#include <sys/resource.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> /* * header only library to take snapshots of a process status * like memory, cpu time, (etc.. in the future) */ /* /proc/self/statm for current resident set size On Linux, the /proc pseudo-file system conta...
extern int symbol_from_bar(); int foo() { return symbol_from_bar(); }
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:53:50 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/AppPredictionUI.framework/AppPredictionUI * classdump-dyld is licensed under GPLv3, Copyright © 2013...
// 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...
//===- MCSPIRVStreamer.h - MCStreamer SPIR-V Object File Interface -*- C++ ===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commerci...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:43:02 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Lim...
/*------------------------------------------------------------------------- * * pg_ctl --- start/stops/restarts the PostgreSQL server * * Portions Copyright (c) 2017, Bitnine Inc. * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * * src/bin/pg_ctl/pg_ctl.c * *----------------------------...
#ifndef CLEAN2048_QTVIEWMODEL_GAMEOVERVIEWMODEL_H_ #define CLEAN2048_QTVIEWMODEL_GAMEOVERVIEWMODEL_H_ #include <spdlog/spdlog.h> #include <QObject> #include "presenter/GameOverPresenter.h" namespace qt_view_model { class GameOverViewModel : public QObject, presenter::GameOverPresenterDelegate { Q_OBJECT public...
// // DDMapsApiManager.h // DDMaps // // Created by Zubair Ahmad on 21/01/2020.. // Copyright © 2020 The dynamicdelivery. All rights reserved. // #import <DDCommons/DDCommons.h> #import <DDNetwork/DDNetwork.h> NS_ASSUME_NONNULL_BEGIN @interface DDMapsApiManager : DDBaseApiManager @end NS_ASSUME_NONNULL_END
// // Copyright 2011 ESCOZ Inc - http://escoz.com // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this // file except in compliance with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // /...
/********************************************************************** * Copyright (c) 2014 Pieter Wuille * * Copyright (c) 2018-2021 The Freicoin Developers * * * * This program is free software...
/* Copyright (c) 2003-2004, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file mmap.c * * \brief Cross-platform support for mapping files into our address space. **/ #include "l...
#ifndef includeGuard_3dbc44437e9e477ca3b586e6000815ad #define includeGuard_3dbc44437e9e477ca3b586e6000815ad void coef_1D_HaarDWT(float *ip, float *op, long n); void coef_1D_if_HaarDWT(int *ip, float *op, long n); void sig_1D_HaarDWT(float *ip, float *op, long n); #endif
/* * CMError.h * CoreMotion * * Copyright (c) 2010 Apple Inc. All rights reserved. * */ /* * CMError * * Discussion: * Error returned as code to NSError from CoreMotion. */ typedef enum { CMErrorNULL = 100, CMErrorDeviceRequiresMovement, CMErrorTrueNorthNotAvailable, CMErrorUnknown, CMErrorMo...
#pragma once #include <algorithm> #include <array> class FocusPoint : public std::array<double, 10> { public: static const int DIM = 10; // required for kdtree int value; FocusPoint () { value = 0; for (int i = 0; i < 10; i++) { (*this)[i] = 0.0; } } ...
#if 0 // // Generated by Microsoft (R) HLSL Shader Compiler 6.3.9600.16384 // // // Buffer Definitions: // // cbuffer $Globals // { // // float4 g_Offset; // Offset: 0 Size: 16 // = 0x00000000 0x00000000 0x00000000 0x00000000 // float4 g_CstColor; // Offset: 16 Size:...
//------------------------------------------------------------------------------ // GB_AxB: hard-coded C=A*B and C<M>=A*B //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http://suitesparse.com See Gra...
/* Copyright (c) 2015-2018, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /*- * BSD LICENSE * * Copyright(c) 2010-2013 Intel Corporation. All rights reserved. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * mo...
//Room: miao.c inherit ROOM; void create () { set ("short", "城隍庙"); set ("long", @LONG 庙有一大半倾塌了,本来就不大,现在就显得更小了,不过小无减 于它的慑人气氛。没有倾塌的是神殿的一角,而且刚好是神像所在的地 方,所以那尊土塑的山神还算是完好的。这也不知是比照哪一位尊神所 塑的像?青面潦牙,眼睛瞪得像两枚铜铃,而且还熠熠发光。 LONG); set("exits", ([ "west" : __DIR__"yongtai-dadao4", ])); ...
// // DailyDoView.h // OneDay // // Created by Yu Tianhang on 12-11-26. // Copyright (c) 2012年 Kimi Yu. All rights reserved. // #import "KMViewBase.h" @class AddonData; @class KMTableView; @interface DailyDoView : KMViewBase <UITableViewDataSource, UITableViewDelegate> { @private // BOOL _todayDoUnfold; // ...
#ifndef __COBJ_EBB_H__ #define __COBJ_EBB_H__ /* * Copyright (C) 2011 by Project SESA, Boston University * * 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 ...
// // WXApiManager.h // SDKSample // // Created by Jeason on 16/07/2015. // // #import <Foundation/Foundation.h> #import "WXApi.h" @protocol WXApiManagerDelegate <NSObject> @optional - (void)managerDidRecvGetMessageReq:(GetMessageFromWXReq *)request; - (void)managerDidRecvShowMessageReq:(ShowMessageFromWXReq *)...
// // SNStatusBarHUD.h // SNStatusBarHUDExample // // Created by sunny on 2017/3/23. // Copyright © 2017年 Sunny. All rights reserved. // #import <UIKit/UIKit.h> @interface SNStatusBarHUD : NSObject /** * 显示普通信息 * @param msg 文字 * @param image 图片 */ + (void)showMessage:(NSString *)msg image:(UIImage *...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* test_cvrt_prct.c :+: :+: :+: ...
void init_ctfmp2_(double *x,int *Nx,double *lv,double *rv,double *res);
/* \summary: Solaris DLT_IPNET printer */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <netdissect-stdinc.h> #include "netdissect.h" typedef struct ipnet_hdr { uint8_t iph_version; uint8_t iph_family; uint16_t iph_htype; uint32_t iph_pktlen; uint32_t iph_ifindex; uint32_t iph_grifindex; uint32_...
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2017 MaNGOS project <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
/* * ES5932517 firmware * * Copyright (c) Antti Partanen 2014 */ #ifndef EUI_LABEL_H #define EUI_LABEL_H /******************************************************************************/ #include "libeui.h" /******************************************************************************/ typedef struct { EUI_...
/** * \copyright * Copyright (c) 2012-2017, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * */ #pragma once #include <cassert> #include <tuple> ...
/*********************************************************************************** * * * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyrigh...
#ifndef __REDISEARCH_STOPWORDS_H___ #define __REDISEARCH_STOPWORDS_H___ #include <stdlib.h> #include "redismodule.h" #ifdef __cplusplus extern "C" { #endif static const char *DEFAULT_STOPWORDS[] = { "a", "is", "the", "an", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", ...
// 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 ...
/****************************************************************************** * * Copyright (C) 2015 - 2016 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Softwa...
#ifndef Sawyer_PoolAllocator_H #define Sawyer_PoolAllocator_H #include <boost/foreach.hpp> #include <boost/static_assert.hpp> #include <boost/cstdint.hpp> #include <list> #include <sawyer/Assert.h> #include <sawyer/Interval.h> #include <sawyer/IntervalMap.h> #include <sawyer/Sawyer.h> #include <vector> namespace Sawy...
// Created by ganesh bhandarkar #include<stdio.h> #include<stdlib.h> #include<time.h> int main(){ srand(time(0)); int n;scanf("%d",&n); int m;scanf("%d",&m); int a[n],b[m]; for(int i=0;i<n;i++)scanf("%d",&a[i]); for(int i=0;i<m;i++)scanf("%d",&b[i]); int i=0; int j=0; int k=0; int t[m+n]; while(i<=n && j<=...
/* * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <string.h> #include "unity.h" #include "driver/i2c.h" #include "driver/gpio.h" #include "esp_lcd_panel_io.h" #include "esp_lcd_panel_vendor.h" #include "esp_lcd_panel_ops.h" #...
// // 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" @interface SUOSUUtilities : NSObject { } + (BOOL)cacheInfoDictionary:(id)arg1 toPath:(id)arg2 withError:(id *)arg3; + (BOOL)_startLogoutForSoftwareUpdateOfTyp...
/*========================================================================= * * Copyright Insight Software Consortium * * 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...
#include "c_string.h" // Check For Vowel static bool isvowel(const char ch) { if (isalpha(ch)) switch (ch) { case 'a': case 'e': case 'i': case 'o': case 'u': case 'A': case 'E': case 'I': case 'O': case 'U': ...
#include <assert.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <lua.h> #include <lauxlib.h> #include "silly.h" #include "silly_log.h" #include "silly_socket.h" #include "silly_malloc.h" #define min(a, b) ((a) < (b) ? (a) : (b)) #define POOL (lua_upvalueindex(1)) #define NB (1) //2^4=16KiB #...
#include <stdio.h> #define print(arg) _print(#arg, arg) inline void _print(char const *name, int x) { printf("%s is %d\n", name, x); }
// dear imgui: Renderer for modern OpenGL with shaders / programmatic pipeline // - Desktop GL: 3.x 4.x // - Embedded GL: ES 2.0 (WebGL 1.0), ES 3.0 (WebGL 2.0) // This needs to be used along with a Platform Binding (e.g. GLFW, SDL, Win32, custom..) // Implemented features: // [X] Renderer: User texture binding. Use ...
#ifndef __THG_GRP_H #define __THG_GRP_H #if defined USE_SYSTEM_PWD_GRP #include <grp.h> #define tlg_setgrent setgrent #define tlg_endgrent endgrent #define tlg_getgrent getgrent #define tlg_getgrgid getgrgid #define tlg_getgrnam getgrnam #define tlg_fgetgrent fgetgrent #define tlg_setgroups setgroups #define tlg_initg...
/* * lpack.c * a Lua library for packing and unpacking binary data * Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> * 29 Jun 2007 19:27:20 * This code is hereby placed in the public domain. * with contributions from Ignacio Castano <castanyo@yahoo.es> and * Roberto Ierusalimschy <roberto@inf.puc-rio.br>. * * Modi...
/* * Copyright (c) 2020 Nordic Semiconductor ASA * * SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic */ #include "gpio_pins.h" /* This configuration file is included only once from button module and holds * information about pins forming keyboard matrix. */ /* This structure enforces the header file is...
extern void *allocate_twinmap(size_t *size); extern void free_twinmap(void *base, size_t size);
/*=============================================================================== Copyright (c) 2012-2014 Qualcomm Connected Experiences, Inc. All Rights Reserved. Vuforia is a trademark of PTC Inc., registered in the United States and other countries. @file TrackableResult.h @brief Header file for Trackab...
/* * Copyright 2017 Google * * 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 w...
void firstgoal(goal_descriptor_p firstworker, char *goal_name); THREAD_RES_T startgoal(THREAD_ARG wo); THREAD_RES_T make_backtracking(THREAD_ARG wo);
// // Staff+CoreDataProperties.h // ZJSDemoProjection // // Created by robert on 16/3/18. // Copyright © 2016年 zjs. All rights reserved. // // Choose "Create NSManagedObject Subclass…" from the Core Data editor menu // to delete and recreate this implementation file for your updated model. // #import "Staff.h" ...
/****************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. * ...
// // UIBezierPath+Symbol.h // YHCategory // // Created by FyhSky on 09/15/2021. // Copyright (c) 2021 FyhSky. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSInteger,UIBezierPathArrowDirection) { kUIBezierPathArrowDirectionNone = 0, kUIBezierPathArrowDirectionRight = 1 << 0, kUIBez...
/********************************************************************** // @@@ START COPYRIGHT @@@ // // 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. ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSManagedObject.h" @class NSData, NSSet, NSString; __attribute__((visibility("hidden"))) @interface KTTreeHead : NSManagedObject { } + (id)fetchRequest; // Remaining pr...
// // RNENetClient.h // Rayne-ENet // // Copyright 2017 by Überpixel. All rights reserved. // Unauthorized use is punishable by torture, mutilation, and vivisection. // #ifndef __RAYNE_ENETCLIENT_H_ #define __RAYNE_ENETCLIENT_H_ #include "RNENetHost.h" namespace RN { class ENetClientEncryptorSharedInternals; c...
// $Id$ /* Meddly: Multi-terminal and Edge-valued Decision Diagram LibrarY. Copyright (C) 2009, Iowa State University Research Foundation, 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...
///////////////////////////////////////////////////////////////////////////// // Name: wx/event.h // Purpose: Event classes // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) wxWidgets team // Licence: wxWindows licence //////////////////////////////////////////////...
// // WDKDebugGroup.h // Pods // // Created by wesley chen on 16/10/17. // // #import <Foundation/Foundation.h> #import "WDKDebugAction.h" @interface WDKDebugGroup : NSObject <NSCopying> @property (nonatomic, copy, readonly) NSString *name; @property (nonatomic, strong, readonly) NSMutableArray<WDKDebugAction *>...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_iGrantioSDK_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_iGrantioSDK_Examp...
#include <stdio.h> int main(int arg_count, char *arg_list[]) { int i; printf("There were %d arguments provided:\n", arg_count); for(i=0; i < arg_count; i++) printf("argument #%d\t-\t%s\n", i, arg_list[i]); }
/** * Author......: See docs/credits.txt * License.....: MIT */ #define IS_GENERIC #include "common.h" #include "types.h" #include "bitops.h" #include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "cpu_md5.h" void md5_64 (const u32 block[16], u32 digest[4]) { u32 w0[4]; u32 w1[4]; u32 w2[...
/******************************************************************************* System Definitions File Name: definitions.h Summary: project system definitions. Description: This file contains the system-wide prototypes and definitions for a project. *******************************************...
#pragma once #include "opencv2/opencv.hpp" class AAM_CAM; //! AAM Texture distribution model. /*! \ingroup AAM */ extern "C++" class __declspec(dllexport) AAM_TDM { friend class AAM_CAM; public: //! Constructor. AAM_TDM(void); //! Destructor. ~AAM_TDM(void); //! Read data from stream void Read(std::ifst...
// Lean compiler output // Module: Lean.Server.InfoUtils // Imports: Init Lean.DocString Lean.Elab.InfoTree Lean.Util.Sorry #include <lean/lean.h> #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wunused-label" #elif defined(__GNUC__) && !defined(__CLANG__)...
/************************************************************ 07-14-2011 - Adds UART4,5 ... 10/02/2012 - CAN interrupts *************************************************************/ #include "panic_leds.h" /* * This file is part of the libopenstm32 project. * * Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.n...
/* -*- mode: c; c-basic-offset: 4; -*- */ /******************************************************************************* * * Copyright (c) 2021 Oskar Enoksson. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project root for details. * * Description: * Implementation of multiplica...
/* * Copyright 2006-2010 Jacek Caban for CodeWeavers * * 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 option) any later version. *...
// // RLFeedbackCenter.h // ReactiveLoop // // Created by xulinfeng on 2017/11/18. // Copyright © 2017年 Modool. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface RLFeedbackCenter : NSObject //@property (nonatomic, copy) //+ (instancetype)defaultCenter; @end NS_ASSUM...
/* ** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. ** All Rights Reserved. ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not us...
/*++ Copyright (c) 2004, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at ...
/* * This file is part of msrtool. * * Copyright (C) 2012 Anton Kochkov <anton.kochkov@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distrib...
/*********************************************************************************************************************************** IO Functions ***********************************************************************************************************************************/ #include "build.auto.h" #include "common...
/* Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. obtain a copy of the License at https://www.imagemagick.org/script/license.php Unless required...
/* * Copyright (C) 2014 - 2016 Intel 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: * 1. Redistributions of source code must retain the above copyright notice(s), * this li...
#include <stdio.h> void bin_print(unsigned int i){ //number of bits in an integer int j = sizeof(unsigned int) * 8; //temp variable int k; //loop over the number of bits in i for(j--;j >= 0; j--){ //<< bitshift to the left & bitwise and k=((1 << j) & i) ? 1:0;//? : is a te...
#pragma once #include "BlockState.h" #include "Registries/Items.h" #include "Registries/CustomStatistics.h" namespace Palette_1_15 { UInt32 From(BlockState Block); UInt32 From(Item ID); UInt32 From(CustomStatistic ID); Item ToItem(UInt32 ID); }
/* * linux/fs/hfs/hfs_fs.h * * Copyright (C) 1995-1997 Paul H. Hargrove * (C) 2003 Ardis Technologies <roman@ardistech.com> * This file may be distributed under the terms of the GNU General Public License. */ #ifndef _LINUX_HFS_FS_H #define _LINUX_HFS_FS_H #ifdef pr_fmt #undef pr_fmt #endif #define pr_fmt(fm...
/* * 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) 2003, 2004 Ralf Baechle */ #ifndef __ASM_MACH_IP27_MANGLE_PORT_H #define __ASM_MACH_IP27_MANGLE_PORT_H #define __swizzle_a...
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ /* * Written by Alexander Zarochentcev. * * The kernel part of the (on-line) reiserfs resizer. */ #include <linux/kernel.h> #include <linux/mm.h> #include <linux/vmalloc.h> #include <linux/string.h> #include <linux/errno.h> #include ...
#ifndef RKAIQ_TOOL_AE_H #define RKAIQ_TOOL_AE_H int setExpSwAttr(rk_aiq_sys_ctx_t* ctx, char* data); int getExpSwAttr(rk_aiq_sys_ctx_t* ctx, char* data); int setLinAeDayRouteAttr(rk_aiq_sys_ctx_t* ctx, char* data); int getLinAeDayRouteAttr(rk_aiq_sys_ctx_t* ctx, char* data); int setLinAeNightRouteAttr(rk_aiq_sys_ctx_t...
#include <asm-generic/rtc.h>
// gcc -shared -fPIC -o libexample.dll example.c int add(int x,int y){ return x+y; }
/* drivers/rtc/rtc-v3020.c * * Copyright (C) 2006 8D Technologies inc. * Copyright (C) 2004 Compulab Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Driver for the ...
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Fluent Bit * ========== * Copyright (C) 2019 The Fluent Bit Authors * Copyright (C) 2015-2018 Treasure Data Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in co...
#pragma once #define ui_list xr_vector #define DEF_UILIST(N, T) \ typedef ui_list<T> N; \ typedef N::iterator N##_it; ////////////////////////////////////////////////////////////////////////// #include "xrUICore/UIMessages.h" #include "xrUICore/uiabstract.h" class XRUICORE_API CUIWindow : public CUISimple...