text
stringlengths
4
6.14k
#ifndef COMPAT56_H_INCLUDED #define COMPAT56_H_INCLUDED /* Copyright (c) 2004, 2012, Oracle and/or its affiliates. Copyright (c) 2013 MariaDB Foundation. 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...
/* * Implementation of s390 diagnose codes * * Copyright IBM Corp. 2007 * Author(s): Michael Holzheu <holzheu@de.ibm.com> */ #include <linux/export.h> #include <linux/init.h> #include <linux/cpu.h> #include <linux/seq_file.h> #include <linux/debugfs.h> #include <asm/diag.h> #include <asm/trace/diag.h> struct dia...
/** * collectd - src/utils_vl_lookup.h * Copyright (C) 2012 Florian Forster * * 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 * ...
// @(#)root/smatrix:$Id$ // Authors: L. Moneta 2005 #ifdef __CINT__ #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link C++ nestedclass; //#pragma link C++ namespace tvmet; //#pragma link C++ typedef value_type; //#pragma link C++ class ROOT::Math::SMatr...
/* * elevator noop */ #include <linux/blkdev.h> #include <linux/elevator.h> #include <linux/bio.h> #include <linux/module.h> #include <linux/init.h> struct noop_data { struct list_head queue; }; static void noop_merged_requests(request_queue_t *q, struct request *rq, struct request *next) { list_del_init(&ne...
/*************************************************************************** qgsdial.h ------------------- begin : July 2013 copyright : (C) 2013 by Daniel Vaz email : danielvaz at gmail dot com *************...
/* @(#)netdb.h 2.1 88/07/29 3.9 RPCSRC */ /* * Copyright (c) 2010, Oracle America, Inc. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * ...
// Copyright (c) 2012 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_GL_GL_CONTEXT_STUB_H_ #define UI_GL_GL_CONTEXT_STUB_H_ #include "ui/gl/gl_context.h" namespace gfx { // A GLContext that does nothing fo...
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. */ #ifndef _ASM_HEXAGON_INTRINSICS_H #define _ASM_HEXAGON_INTRINSICS_H #define HEXAGON_P_vrmpyhacc_PP __builtin_HEXAGON_M2_vrmac_s0 #define HEXAGON_P_vrmpyh_PP __builtin_HEXAGON_M2_vrmpy_s0 #define H...
/* Processed by ecpg (regression mode) */ /* These include files are added by the preprocessor */ #include <ecpglib.h> #include <ecpgerrno.h> #include <sqlca.h> /* End of automatic include section */ #define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y)) #line 1 "quote.pgc" #include <stdio.h> #include <stdlib.h> #include <stri...
/* * Copyright (c) 2011-2012 Samsung Electronics Co., Ltd. * http://www.samsung.com * * EXYNOS4210 - Clock support * * 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. */ #inclu...
/* * CRC32 checksum * * Copyright (c) 1998-2003 by Joergen Ibsen / Jibz * All Rights Reserved * * http://www.ibsensoftware.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 softw...
// Copyright 2011 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
/* * (C) Copyright 2009 * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com. * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __DW_UDC_H #define __DW_UDC_H /* * Defines for USBD * * The udc_ahb controller has three AHB slaves: * * 1. THe UDC registers * 2. The plug detect * 3. The RX/TX FIFO */ #d...
/***************************************************************************** * Project: RooFit * * Package: RooFitCore * * File: $Id: RooTruthModel.h,v 1.18 2007/05/11 10:14:56 verkerke Exp $ * Autho...
#ifndef __BOARD_CPU87__ #define __BOARD_CPU87__ #include <config.h> #define REG8(x) (*(volatile unsigned char *)(x)) /* CPU86 register definitions */ #define CPU86_VME_EAC REG8(CFG_BCRS_BASE + 0x00) #define CPU86_VME_SAC REG8(CFG_BCRS_BASE + 0x01) #define CPU86_VME_MAC REG8(CFG_BCRS_BASE + 0x02) #define CPU86_B...
#include <stdlib.h> #include <stdio.h> #include <string.h> #include "libgccjit.h" #include "harness.h" /* Try to create a switch statement with a NULL case, so that we can verify that we get a sane error message. */ void create_code (gcc_jit_context *ctxt, void *user_data) { gcc_jit_type *t_int = gcc_jit_...
/* * Annapurna labs cpu-resume register structure. * * Copyright (C) 2015 Annapurna Labs Ltd. * * 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 ...
/* TDA10021/TDA10023 - Single Chip Cable Channel Receiver driver module used on the the Siemens DVB-C cards Copyright (C) 1999 Convergence Integrated Media GmbH <ralph@convergence.de> Copyright (C) 2004 Markus Schulz <msc@antzsystem.de> Support for TDA10021 This program is free software; you...
/* Copyright (c) 2010, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope th...
// Scintilla source code edit control /** @file Catalogue.h ** Lexer infrastructure. **/ // Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef CATALOGUE_H #define CATALOGUE_H #ifdef SCI_NAMESPACE ...
#ifndef _XT_PHYSDEV_H #define _XT_PHYSDEV_H #include <linux/if.h> #include <uapi/linux/netfilter/xt_physdev.h> #endif /*_XT_PHYSDEV_H*/
/* Check for thumb1 far jump. This is the extreme case that far jump * will be used with minimum number of instructions. By passing this case * it means the heuristic of saving lr for far jump meets the most extreme * requirement. */ /* { dg-options "-Os" } */ /* { dg-skip-if "" { ! { arm_thumb1 } } } */ volatile ...
/* Copyright 2019 HnahKB * * 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 the...
/* * Copyright (c) 2009, Christoph Hellwig * All Rights Reserved. * * 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. * * This program is distributed in the hope that it would be useful, ...
/********************************************************************** * Author: Cavium, Inc. * * Contact: support@cavium.com * Please include "LiquidIO" in the subject. * * Copyright (c) 2003-2016 Cavium, Inc. * * This file is free software; you can redistribute it and/or modify * it under the terms...
typedef int BaseIE;
/* * Wireless Host Controller (WHC) hardware access helpers. * * Copyright (C) 2007 Cambridge Silicon Radio 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. * * This pro...
/* * Copyright 2012 ZXing 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 agreed ...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_KASAN_H #define __ASM_KASAN_H #ifndef __ASSEMBLY__ #include <linux/linkage.h> #include <asm/memory.h> #include <asm/mte-kasan.h> #include <asm/pgtable-types.h> #define arch_kasan_set_tag(addr, tag) __tag_set(addr, tag) #define arch_kasan_reset_tag(addr) __tag_rese...
/******************************************************************************* Copyright (C) Marvell International Ltd. and its affiliates This software file (the "File") is owned and distributed by Marvell International Ltd. and/or its affiliates ("Marvell") under the following alternative licensing terms. Once yo...
/* ioctl control functions Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 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...
#undef TRACE_SYSTEM #define TRACE_SYSTEM hyperv #if !defined(_TRACE_HYPERV_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_HYPERV_H #include <linux/tracepoint.h> #if IS_ENABLED(CONFIG_HYPERV) TRACE_EVENT(hyperv_mmu_flush_tlb_others, TP_PROTO(const struct cpumask *cpus, const struct flush_tlb_info ...
/** @file HashTrait.h @maintainer Morgan McGuire, http://graphics.cs.williams.edu @created 2008-10-01 @edited 2009-11-01 Copyright 2000-2009, Morgan McGuire. All rights reserved. */ #ifndef G3D_HashTrait_h #define G3D_HashTrait_h #include "G3D/platform.h" #include "G3D/Crypto.h" #include "G3D/g3dmath....
/* * Copyright (C) 2010 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 conditio...
#include "hw/xen/xen_backend.h" #include "sysemu/blockdev.h" /* ------------------------------------------------------------- */ struct xs_dirs { char *xs_dir; QTAILQ_ENTRY(xs_dirs) list; }; static QTAILQ_HEAD(xs_dirs_head, xs_dirs) xs_cleanup = QTAILQ_HEAD_INITIALIZER(xs_cleanup); static void xen_config_cle...
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation...
#include <linux/kernel.h> #include <linux/init.h> #include <linux/pci.h> #include <linux/types.h> #include <cpu/irq.h> #include "pci-sh5.h" int __init pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin) { int result = -1; /* The complication here is that the PCI IRQ lines from the Cayman's 2 5V slots...
/* Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved. * * Permission to use, copy, modify, and distribute this software * is freely granted, provided that this notice is preserved. */ #ifndef _NO_WORDEXP #include <sys/param.h> #include <sys/stat.h> #include <ctype.h> #include <dirent.h> #include ...
#ifndef _LINUX_UNISTD_H_ #define _LINUX_UNISTD_H_ extern int errno; /* * Include machine specific syscallX macros */ #include <asm/unistd.h> #endif /* _LINUX_UNISTD_H_ */
/* Copyright (c) 2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
/* * Copyright (c) 2010 Broadcom Corporation * * 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 PROVIDED "AS IS" AND THE AUTHO...
// -*- C++ -*- //============================================================================= /** * @file XML_Svc_Conf.h * * $Id: XML_Svc_Conf.h 80826 2008-03-04 14:51:23Z wotte $ * * @author Nanbor Wang <nanbor@cs.wustl.edu> */ //===========================================================================...
//****************************************************************************** // // Copyright (c) 2015 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LI...
/***********************license start************************************ * Copyright (c) 2003-2017 Cavium, Inc. * All rights reserved. * * License: one of 'Cavium License' or 'GNU General Public License Version 2' * * This file is provided under the terms of the Cavium License (see below) * or under the terms o...
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_sound_sampled_gstreamer_lines_GstSourceDataLine__ #define __gnu_javax_sound_sampled_gstreamer_lines_GstSourceDataLine__ #pragma interface #include <gnu/javax/sound/sampled/gstreamer/lines/GstDataLine.h> #include <gcj/array.h> extern...
/****************************************************************************** * * Copyright(c) 2009-2010 Realtek Corporation. * * Tmis program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
#include <math.h> #include "headers/rint.h" double rint(double x) { return _rint(x); }
/** @file units.h @maintainer Morgan McGuire, http://graphics.cs.williams.edu @created 2009-08-21 @edited 2009-08-21 */ #ifndef G3D_units_h #define G3D_units_h #include "G3D/platform.h" namespace G3D { /** Use <code>using namespace G3D::units;</code> to include all units into your program. The units system ...
/* Copyright (c) 2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
#ifndef _MIPS_SPARSEMEM_H #define _MIPS_SPARSEMEM_H #ifdef CONFIG_SPARSEMEM /* * SECTION_SIZE_BITS 2^N: how big each section will be * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space */ #if defined(CONFIG_HUGETLB_PAGE) && defined(CONFIG_PAGE_SIZE_64KB) # define SECTION_SIZE_BITS 29 #else # define ...
typedef struct {} CvImage; CvImage* Cv_ImageNew(void) { }
#ifndef __DPRAM_RECOVERY_H__ #define __DPRAM_RECOVERY_H__ /* interupt masks */ #define MASK_CMD_FOTA_IMG_RECEIVE_READY_RESP 0x0100 #define MASK_CMD_FOTA_IMG_SEND_RESP 0x0200 #define MASK_CMD_FOTA_SEND_DONE_RESP 0x0300 #define MASK_CMD_FOTA_UPDATE_START_RESP 0x0400 #define MASK_CMD_FOTA_UPDATE_STATUS_IN...
/* ** $Id: lgc.h,v 2.15.1.1 2007/12/27 13:02:25 roberto Exp $ ** Garbage Collector ** See Copyright Notice in lua.h */ #ifndef lgc_h #define lgc_h #include "lobject.h" /* ** Possible states of the Garbage Collector */ #define GCSpause 0 #define GCSpropagate 1 #define GCSsweepstring 2 #define GCSsweep 3 #define GCS...
/* time.c: FRV arch-specific time handling * * Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - Derived from arch/m68k/kernel/time.c * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public ...
// SPDX-License-Identifier: GPL-2.0-only /* * PCI driver for the High Speed UART DMA * * Copyright (C) 2015 Intel Corporation * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> * * Partially based on the bits found in drivers/tty/serial/mfd.c. */ #include <linux/bitops.h> #include <linux/device.h> #i...
// SPDX-License-Identifier: GPL-2.0-only #include <linux/crash_core.h> #include <linux/pgtable.h> #include <asm/setup.h> void arch_crash_save_vmcoreinfo(void) { u64 sme_mask = sme_me_mask; VMCOREINFO_NUMBER(phys_base); VMCOREINFO_SYMBOL(init_top_pgt); vmcoreinfo_append_str("NUMBER(pgtable_l5_enabled)=%d\n", ...
/* * APIC driver for "bigsmp" xAPIC machines with more than 8 virtual CPUs. * * Drives the local APIC in "clustered mode". */ #include <linux/threads.h> #include <linux/cpumask.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/dmi.h> #include <linux/smp.h> #include <asm/apicdef.h> #include <asm/...
/* * include/asm-sh/cpu-sh3/cache.h * * Copyright (C) 1999 Niibe Yutaka * * 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. */ #ifndef __ASM_CPU_SH3_CACHE_H #define __ASM_CPU_SH3_CACHE_H #def...
/* Check for no "noreturn" warning in main. */ /* { dg-do compile } */ /* { dg-options "-O2 -Wmissing-noreturn -fhosted" } */ extern void exit (int) __attribute__ ((__noreturn__)); int main (void) { exit (0); }
/* * Copyright 2018 Advanced Micro Devices, Inc. * * 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...
#ifndef __PET_HELP__ #define __PET_HELP__ #include "cmdline.h" void help_print_version (Params *); void help_print_help (Params *); #endif
#include "common.h" char *lowerstr(char *s) { for (size_t i = 0; s[i]; i++) s[i] = tolower(s[i]); return s; } char *upperstr(char *s) { for (size_t i = 0; s[i]; i++) s[i] = toupper(s[i]); return s; }
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License, Version 1.0 only * (the "License"). You may not use this file except in compliance * with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * o...
/* * Copyright (C) 2011 Jaagup Repän <jrepan at gmail.com> * * 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" ...
#include "help.h" #include "cmdline.h" #include <stdio.h> void help_print_version (Params *p) { const char *const pet_name = "PET"; const char *const pet_desc = "Personal Expense Tracker"; const char *const pet_version = "0.2"; const char *const pet_www = "https://github.com/fredmorcos/pet.git"; const char *...
// // AZZJiraCreateIssueViewController.h // BugReporter // // Created by 朱安智 on 2016/11/24. // Copyright © 2016年 Andrew. All rights reserved. // #import "AZZJiraBaseViewController.h" @class AZZJiraIssueTypeModel, AZZJiraProjectsModel; @interface AZZJiraCreateIssueViewController : AZZJiraBaseViewController @prop...
/* ========================================================================== */ /* === AMGconvert mexFunction =============================================== */ /* ========================================================================== */ /* Usage: Return the structure 'options' and solution x of Ax=b bas...
// // AxcPlayerChangeOrientationOperation.h // AxcUIKit // // Created by Axc_5324 on 17/7/19. // Copyright © 2017年 Axc_5324. All rights reserved. // #import <Foundation/Foundation.h> typedef void(^AxcPlayerChangeOrientationOperationCompletionHandler)(); @interface AxcPlayerChangeOrientationOperation : NSOperatio...
// // LPDViewEmptyProtocol.h // Pods // // Created by foxsofter on 17/2/6. // // #import <Foundation/Foundation.h> @protocol LPDViewEmptyProtocol <NSObject> @optional - (void)hideEmptyView; - (void)showEmptyViewWithDescription:(NSString *_Nullable)description; @end
#import "MOBProjection.h" @interface MOBProjectionEPSG2662 : MOBProjection @end
// // ZJUURLCache.h // iZJU // // Created by ricky on 13-9-27. // Copyright (c) 2013年 iZJU Studio. All rights reserved. // #import <Foundation/Foundation.h> @interface ZJUURLCache : NSURLCache @end
// // Created by ngrande on 12/4/15. // #ifndef CSVCONVERTER_CSVMAIN_H #define CSVCONVERTER_CSVMAIN_H #include "CSVReader.h" #include "CSVWriter.h" class CSVMain { private: CSVReader *csvReader; IWriter *writerInstance; public: int start(std::string sourcePath, std::string xmlConfigPath, std::string out...
/*---------------------------------------------------------------------- File : listops.h Contents: some special list operations Author : Christian Borgelt History : 2000.11.02 file created from file lists.h ----------------------------------------------------------------------*/ #ifndef __LISTOPS__ #define...
#include <stdio.h> #include <stdint.h> #include <math.h> #include <string.h> #include <stdlib.h> #include "config.h" #define RES 4 //#define FN (PREFIX "id.8x8") #define FN (PREFIX "id.4x4") static float pearsonr(uint8_t *x, uint8_t *y, int len) { float mx = 0.0f, my = 0.0f; float xmi, ymi; float dx = 0.0f, dy ...
/* Catena_Fram2k.h Sun Mar 12 2017 17:47:52 tmm */ /* Module: Catena_Fram2k.h Function: class McciCatena::cFram2k Version: V0.5.0 Sun Mar 12 2017 17:47:52 tmm Edit level 1 Copyright notice: This file copyright (C) 2017 by MCCI Corporation 3520 Krums Corners Road Ithaca, NY 14850 An unpublished work. ...
#ifndef HGTEXTURE_H #define HGTEXTURE_H #include <stdio.h> #include <string> #include "hgsdl2.h" class hgTexture { public: hgTexture(); bool loadtexture( SDL_Renderer* renderer, const char* filename ); SDL_Texture* gettexture(); ~hgTexture(); protected: pri...
// // AppDelegate.h // Pixtory // // Created by Andyy Hope on 1/06/13. // Copyright (c) 2013 Andyy Hope. All rights reserved. // #import <UIKit/UIKit.h> #import "Locator.h" @class ViewController; @class MainViewController; @class REMenu; @interface AppDelegate : UIResponder <UIApplicationDelegate> { } @property...
#include <linux/err.h> #include <linux/ctype.h> #include <linux/cdev.h> #include <asm/uaccess.h> #include <linux/interrupt.h> #include <linux/input.h> #include <linux/module.h> #include "dac7612.h" #include "dac7612-spi.h" #define DAC7612_MAJOR 60 #define DAC7612_MINOR 0 #define MAXLEN 64 #define COMPLIMENTARY_BIT 11 ...
// Copyright 2014-2016 the project authors as listed in the AUTHORS file. // All rights reserved. Use of this source code is governed by the // license that can be found in the LICENSE file. #ifndef _DEVICE1527_DEVICE #define _DEVICE1527_DEVICE #include "Device.h" #include "MqttDevice.h" #define BITS_IN_MESSAGE_1527...
/* Contact ythomas@csail.mit.edu or msabuncu@csail.mit.edu for bugs or questions */ /*========================================================================= Copyright (c) 2008 Thomas Yeo and Mert Sabuncu All rights reserved. Redistribution and use in source and binary forms, with or without modification, are ...
#pragma once #include "ahabindef.h" namespace aha { class AhaStrings; class AhaRefer { private: std::vector<aha_u32> m_refers; public: void Read(aha_u32 SizeOfRefer, std::istream& strm); aha_u32 Write(std::ostream& strm); void Validate(const AhaStrings& strings) const; std::vector<aha_u32>& Get(); ...
// // YMShuttleViewController.h // YaleMobile // // Created by iBlue on 12/27/12. // Copyright (c) 2012 Danqing Liu. All rights reserved. // #import <UIKit/UIKit.h> #import <MapKit/MapKit.h> #import <CoreLocation/CoreLocation.h> @interface YMShuttleViewController : UIViewController <CLLocationManagerDelegate, MKM...
#ifndef RPCTABLE_CLASS #error "Macro RPCTABLE_CLASS needs to be defined" #endif #ifndef RPCTABLE_CONTENTS #error "Macro RPCTABLE_CONTENTS needs to be defined" #endif #define RPCTABLE_TOOMANYRPCS_STRINGIFY(arg) #arg #define RPCTABLE_TOOMANYRPCS(arg) RPCTABLE_TOOMANYRPCS_STRINGIFY(arg) template<> class ...
/* pngrio.c - functions for data input * * Last changed in libpng 1.6.17 [March 26, 2015] * Copyright (c) 1998-2015 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * * This code is released under t...
#ifndef MUD_BSD_STRING_H #define MUD_BSD_STRING_H #include <stddef.h> size_t strlcpy(char* dst, const char* src, size_t siz); #endif
/* * Z80 - Assembler * Copyright (C) 1987-2008 by Udo Munk * * History: * 17-SEP-1987 Development under Digital Research CP/M 2.2 * 28-JUN-1988 Switched to Unix System V.3 * 21-OCT-2006 changed to ANSI C for modern POSIX OS's * 03-FEB-2007 more ANSI C conformance and reduced compiler warnings * 18-MAR-2007 use...
// // AppDelegate.h // GAI Parse Lecture // // Created by Huy on 3/1/14. // Copyright (c) 2014 huy. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
#pragma once #include "FNX_PhysClasses.h" /// Simple linear spring class FNX_Spring{ public: //! Synapses FNX_Synapse *LinkA, *LinkB; //! Stiffness float Stiffness; //! Damping float Damping; //! Rest length float RestLength; public: //! Constructor FNX_Spring(const FNX_SpringDesc &desc); //! Set stif...
// // printf.c // // Formatted print // // Copyright (C) 2011 Michael Ringgaard. 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 ...
// // ViewController.h // AZSyntaxHighlighter // // Created by Andreas on 2/5/14. // Copyright (c) 2014 Andreas Zimnas. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
#pragma once #include <map> #include "config.h" #include "DynamicObjectImplemenationBase.h" NS_BEGIN(CORE_DYNAMIC_NAMESPACE) class DynamicObjectExpandoImplementation : public DynamicObjectImplementationBase, public std::enable_shared_from_this < DynamicObjectExpandoImplementation > { typedef std::map<member_name...
// /* 阴天 在不开灯的房间   当所有思绪都一点一点沉淀   爱情究竟是精神鸦片   还是世纪末的无聊消遣   香烟 氲成一滩光圈   和他的照片就摆在手边   傻傻两个人 笑的多甜    */ // RegisterViewController.h // 爱服务 // // Created by 张冬冬 on 16/4/11. // Copyright © 2016年 张冬冬. All rights reserved. // #import <UIKit/UIKit.h> @interface RegisterViewController : UIViewController @end
typedef struct sp_wavin sp_wavin; int sp_wavin_create(sp_wavin **p); int sp_wavin_destroy(sp_wavin **p); int sp_wavin_init(sp_data *sp, sp_wavin *p, const char *filename); int sp_wavin_compute(sp_data *sp, sp_wavin *p, SPFLOAT *in, SPFLOAT *out); int sp_wavin_get_sample(sp_data *sp, sp_wavin *p, SPFLOAT *out, SPFLOAT p...
/* ----------------------------------------------------------------------------- This source file is part of OSTIS (Open Semantic Technology for Intelligent Systems) For the latest info, see http://www.ostis.net Copyright (c) 2010-2014 OSTIS OSTIS is free software: you can redistribute it and/or modify it under the t...
// // QuotesViewController.h // VPPCoreDataExample // // Created by Víctor on 14/02/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> @interface QuotesViewController : UITableViewController { BOOL loading; } @property (nonatomic, retain) NSArray *quotes; @property ...
// // UserService.h // LeanChat // // Created by lzw on 14-10-22. // Copyright (c) 2014年 LeanCloud. All rights reserved. // #import <Foundation/Foundation.h> #import "CDCommon.h" #import "CDAddRequest.h" #import "CDAbuseReport.h" @interface CDUserManager : NSObject + (instancetype)manager; - (void)findFriendsWi...
#include "i2c.h" /** @brief Waits for the I2C interrupt */ static inline void i2c_wait_int(void); static inline void i2c_wait_int(void) { while((TWCR & (1<<TWINT)) == 0); } void i2c_setup(void) { //DDRC |= (1<<PC5) | (1<<PC4); TWBR = 5; TWCR &= ~((1<<TWSTA) | (1<<TWSTO)); TWCR = (1<<TWINT) | (1<...
// // TEStoreStateStack.h // MasterApp // // Created by Alexey Fayzullov on 9/10/15. // Copyright (c) 2015 Techery. All rights reserved. // #import <Foundation/Foundation.h> #import "TEDomainMiddleware.h" #import "TEStoreStateObserver.h" @interface TEStatesTracer : TEStoreStateObserver <TEDomainMiddleware> - (N...
/******************** (C) COPYRIGHT 2015 STMicroelectronics ******************** * Company : STMicroelectronics * Author : MCD Application Team * Description : STMicroelectronics Device Firmware Upgrade Extension Demo * Version : V3.0.5 * Date : 01-September-2015 ...