text
stringlengths
4
6.14k
/////////////////////////////////////////////////////////////////////////////// // Name: wx/msw/popupwin.h // Purpose: wxPopupWindow class for wxMSW // Author: Vadim Zeitlin // Modified by: // Created: 06.01.01 // Copyright: (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Licence: w...
/* * Copyright (c) 2006, 2007 QLogic Corporation. All rights reserved. * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL)...
// // FTPStreamFactory.h // // $Id: //poco/1.4/Net/include/Poco/Net/FTPStreamFactory.h#1 $ // // Library: Net // Package: FTP // Module: FTPStreamFactory // // Definition of the FTPStreamFactory class. // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // /...
/* This file contains some structures used by the Mitsumi cdrom driver. * * Feb 13 1995 Author: Michel R. Prevenier */ /* Index into the mss arrays */ #define MINUTES 0 #define SECONDS 1 #define SECTOR 2 struct cd_play_mss { u8_t begin_mss[3]; u8_t end_mss[3]; }; struct cd_play_track { u8...
/* Copyright 2012 exMULTI, Inc. * Distributed under the MIT/X11 software license, see the accompanying * file COPYING or http://www.opensource.org/licenses/mit-license.php. */ #include "picocoin-config.h" #include <string.h> #include <ccoin/coredefs.h> #include <ccoin/util.h> const struct chain_info chain_metadata...
/* * Copyright 2012 Facebook * * 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 wr...
//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======// // // Purpose: // // $Workfile: $ // $Date: $ // $NoKeywords: $ //===========================================================================// #if !defined( IVIEWRENDER_H ) #define IVIEWRENDER_H #ifdef _WIN32 #pragma once #end...
// // TKProgressCircleView.h // TapkuLibrary // // Created by Devin Ross on 1/1/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> @interface TKProgressCircleView : UIView { BOOL _twirlMode; float _progress,_displayProgress; } - (id) init; @property (assign,nonatomic) fl...
/* Generated automatically. */ static const char configuration_arguments[] = "../gcc/configure --target=x86_64-elf --prefix=/Users/zhiayang/cross --disable-nls --enable-languages=c,c++ --without-headers"; static const char thread_model[] = "single"; static const struct { const char *name, *value; } configure_default...
// This file was generated based on 'C:\ProgramData\Uno\Packages\Fuse.Navigation\0.18.8\$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Triggers.Actions.TriggerAction.h> namespace g{namespace Fuse{namespace Navigation{struct NavigationTriggerAction;}}} namespace g{...
#ifndef STK_BOWTABL_H #define STK_BOWTABL_H #include "Function.h" #include <cmath> namespace stk { /***************************************************/ /*! \class BowTable \brief STK bowed string table class. This class implements a simple bowed string non-linear function, as described by Smith (19...
/* Copyright 2011 Etay Meiri 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 3 of the License, or (at your option) any later version. This program is distributed...
// // LPMainViewController.h // LPPlacesAutocomplateService // // Created by Luka Penger on 8/21/13. // Copyright (c) 2013 Luka Penger. All rights reserved. // #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h> #import "LPGoogleFunctions.h" @interface LPMainViewController : UIViewController <LPGoogleF...
/* * PHP Libgit2 Extension * * https://github.com/libgit2/php-git * * Copyright 2014 Shuhei Tanuma. 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 re...
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
/* * serial-iec.h * * Written by * Andreas Boose <viceteam@t-online.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ...
/* sam_opts.c -- utilities to aid parsing common command line options. Copyright (C) 2015 Genome Research Ltd. Author: James Bonfield <jkb@sanger.ac.uk> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
/* A special sequence is a sequence where no two adjacent numbers are the same, * and it only uses the numbers 1, 2, 3 and 4. * * We are interested in finding every special sequence with a given number of 1s, 2s, * 3s and 4s. Let n1 be the desired number of 1s, n2 the desired number of 2s, etc. * * Write a method...
/* * S2E Selective Symbolic Execution Framework * * Copyright (c) 2010, Dependable Systems Laboratory, EPFL * 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 sourc...
/************************************************************************ Copyright : 2005-2007, Huawei Tech. Co., Ltd. File name : MmaForAtInc.h Author : Áõïr Version : V200R001 Date : 2005-12-12 Description : ¸ÃÍ·Îļþ¶¨ÒåÁË---µ¥¶ÀΪATÌṩµÄ½Ó¿ÚÓëÀàÐͶ¨Òå History : 1. Da...
/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lic...
/** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): * UIVMCloseDialog class declaration */ /* * Copyright (C) 2006-2013 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/o...
#ifndef NEPOMUKINTEGRATION_H #define NEPOMUKINTEGRATION_H #include <QtCore/QThread> #include <QtCore/QMutex> #include <QtCore/QTimer> //For DEBUG_WIN: #include "global.h" #include "debugwindow.h" class QString; class KUrl; class BasketScene; class nepomukIntegration : public QObject { Q_OBJECT public: stati...
#define ALIGNMENT 4 #define CHAR_BIT 8 #define D_BIT (D_SIZE * CHAR_BIT) #define D_EXP_BIAS ((1 << (D_EXP_BIT - 1)) - 1) #define D_EXP_BIT 11 #define D_EXP_INFINITE ((1 << D_EXP_BIT) - 1) #define D_EXP_MASK (((1 << D_EXP_BIT) - 1) << D_EXP_SHIFT) #define D_EXP_SHIFT (REG_BIT - (1 + D_EXP_BIT)) #define D_FRAC_BIT 53 #d...
/* $Id: kbd-std.c,v 1.1 1998/10/28 12:38:14 ralf Exp $ * * 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. * * Routines for standard PC style keyboards accessible via I/O ports. * * Copyright ...
/* kernel/power/earlysuspend.c * * Copyright (C) 2005-2008 Google, Inc. * * 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 modified under those terms. * * This program is distributed in ...
#ifndef __LINUX_COMPLETION_H #define __LINUX_COMPLETION_H /* * (C) Copyright 2001 Linus Torvalds * * Atomic wait-for-completion handler data structures. * See kernel/sched.c for details. */ #include <linux/wait.h> /* * struct completion - structure used to maintain state for a "completion" * * This is the op...
/* vi: set sw=4 ts=4: */ /* * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" #include "bb_archive.h" enum { //TAR_FILETYPE, TAR_MODE, TAR_FILENAME, TAR_REALNAME, #if ENABLE_FEATURE_TAR_UNAME_GNAME TAR_UNAME, TAR_GNAME, #endif TAR_SIZE, TAR_UID, TAR_GID, TAR_MAX, ...
int main() { return sync(); }
/* * include/linux/tegra_pm_domains.h * * Copyright (c) 2012-2015, NVIDIA CORPORATION. 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 as * published by the Free Software Foundation. * * This program...
/* pkcs7.h * * Copyright (C) 2006-2021 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL 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)...
// Copyright (C) 2012 GlavSoft LLC. // All rights reserved. // //------------------------------------------------------------------------- // This file is part of the TightVNC software. Please visit our Web site: // // http://www.tightvnc.com/ // // This program is free software; you can ...
#import <UIKit/UIKit.h> #import "MediaSearchFilterHeaderView.h" // Notifications extern NSString *const MediaFeaturedImageSelectedNotification; extern NSString *const MediaShouldInsertBelowNotification; @class Blog, AbstractPost; @interface MediaBrowserViewController : UIViewController <MediaSearchFilterDelegate, UIS...
#ifndef PROPERTIES_COLLECTOR_H #define PROPERTIES_COLLECTOR_H #include <vector> #include "rocksdb/table_properties.h" #include "rdb_datadic.h" struct CompactionParams { uint64_t deletes_, window_, file_size_; }; class MyRocksTablePropertiesCollector : public rocksdb::TablePropertiesCollector { public: struc...
/** ****************************************************************************** * @file stm32f0xx_hal_cortex.h * @author MCD Application Team * @version V1.1.0 * @date 03-Oct-2014 * @brief Header file of CORTEX HAL module. ***********************************************************************...
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * 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, or (at your option) * any late...
/******************************************************************************* 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...
// cmdline_resolver.h -*-c++-*- // // Copyright (C) 2005, 2007-2008, 2010 Daniel Burrows // // 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...
//#*************************************************************************************** //# filename: hotint_version_info.h //# authors: Peter Gruber //# generated: March 2013 //# description: Data structure for storing and comparing the versions of Hotint //# //# remarks: ...
/* Copyright (C) 1992, 1994, 1997, 1999, 2000 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 ...
/**************************************************************************** * * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. * Copyright (C) 2003-2013 Sourcefire, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may u...
#ifndef MY_PAGE_FAULT_H #define MY_PAGE_FAULT_H extern int register_my_page_fault_handler(void); extern void unregister_my_page_fault_handler(void); #endif
// Copyright (c) 2012-2013 Andre Martins // All Rights Reserved. // // This file is part of TurboParser 2.1. // // TurboParser 2.1 is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of t...
/* Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2.1 of the GNU Lesser General Public License as published by the Free Software Foundation. This program is distributed in the hope tha...
/* stringhelp.h * Copyright (C) 1998, 1999, 2000, 2001, 2003, * 2006, 2007, 2009 Free Software Foundation, Inc. * * This file is part of JNLIB, which is a subsystem of GnuPG. * * JNLIB is free software; you can redistribute it and/or modify it * under the terms of either * * - the GNU Lesser G...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #include "DL-UM-RLC-Mode-r6.h" static asn_TYPE_member_t asn_MBR_DL_UM_RLC_Mode_r6_1[] = { { ATF_NOFLAGS, 0, offsetof(stru...
/* * This definitions of the PIC18LF2539 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:24:01 UTC. * * SDCC is licensed under the GNU Public license (GPL)...
#pragma once #include "../../Shared.h" #include "../AbstractCommand.h" #include "Global.h" #include <boost/foreach.hpp> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/xml_parser.hpp> #include <QtCore/QObject> #include <QtCore/QString> class QXmlStreamWriter; class CORE_EXPO...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtQuick module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commer...
/* * C Interface: ptk-file-list * * Description: * * * Author: Hong Jen Yee (PCMan) <pcman.tw (AT) gmail.com>, (C) 2006 * * Copyright: See COPYING file that comes with this distribution * */ #ifndef _PTK_FILE_LIST_H_ #define _PTK_FILE_LIST_H_ #include <gtk/gtk.h> #include <glib.h> #include <glib-object.h> #include ...
/* * binary file loading utilities * Copyright 2009 Greg Hewgill * * This file is part of Emulino. * * Emulino 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 3 of the License, or * (at...
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2017 // 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 <Mathematics/GteV...
/** * Copyright (C) 2007-2012 Hypertable, Inc. * * This file is part of Hypertable. * * Hypertable 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 3 of the * License, or any later version. * ...
/******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** * File Name : usb_pwr.h * Author : MCD Application Team * Version : V3.3.0 * Date : 21-March-2011 * Description : Connection/disconnection & power management header ***************...
#ifndef ATOMIFY_UNITS_H #define ATOMIFY_UNITS_H #include <QObject> #include <mpi.h> #include <lammps.h> class Units : public QObject { Q_OBJECT Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged) Q_PROPERTY(QString time READ time WRITE setTime NOTIFY timeChanged) Q_PROPERTY(QString volu...
// Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/> // Copyright (C) 2010 Winch Gate Property Limited // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version ...
// // Copyright (C) 2013-2016 University of Amsterdam // // 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 ...
#define ED25519_SUFFIX _sse2 #define ED25519_SSE2 #include "../../ed25519/ed25519.c"
//============================================================================ // Name : hello.cpp // Author : Oliver // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #inclu...
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:L...
/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, development version * * (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH * * * ...
// // HTTPRequestHandlerFactory.h // // $Id: //poco/1.4/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#2 $ // // Library: Net // Package: HTTPServer // Module: HTTPRequestHandlerFactory // // Definition of the HTTPRequestHandlerFactory class. // // Copyright (c) 2005-2006, Applied Informatics Software Eng...
/* * Motif * * Copyright (c) 1987-2012, The Open Group. All rights reserved. * * These libraries and programs are free software; you can * redistribute them and/or modify them under the terms of the GNU * Lesser General Public License as published by the Free Software * Foundation; either version 2 of the Lice...
#import <UIKit/UIKit.h> @class MITDiningMeal, MITDiningAggregatedMeal, MITDiningComparisonDataManager, MITDiningHouseDay; @interface MITDiningMenuComparisonViewController : UIViewController @property (nonatomic, strong) NSSet * filtersApplied; @property (nonatomic, strong) MITDiningMeal *visibleMeal; @property (non...
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
/*- * pylibssh2 - python bindings for libssh2 library * * Copyright (C) 2005 Keyphrene.com. * Copyright (C) 2010 Wallix 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; eith...
/* XMMS2 - X Music Multiplexer System * Copyright (C) 2003-2012 XMMS2 Team * * PLUGINS ARE NOT CONSIDERED TO BE DERIVED WORK !!! * * 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 Foundat...
/* * This file is part of Cockpit. * * Copyright (C) 2017 Red Hat, Inc. * * Cockpit 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 l...
/* * genetik - Genetic Kernel Library * * Copyright (C) 2006 Alessandro Bahgat Shehata, Daniele Castagna * * 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....
#include "pthread_impl.h" int pthread_mutexattr_settype(pthread_mutexattr_t *a, int type) { if ((unsigned)type > 2) return EINVAL; *a = (*a & ~3) | type; return 0; }
/*************************************************************************\ * Copyright (C) Michael Kerrisk, 2015. * * * * This program is free software. You may use, modify, and redistribute it * * under the term...
#ifndef __domGles_texcombiner_command_h__ #define __domGles_texcombiner_command_h__ #include <dae/daeDocument.h> #include <dom/domTypes.h> #include <dom/domElements.h> #include <dom/domGles_texture_constant.h> #include <dom/domGles_texcombiner_command_rgb.h> #include <dom/domGles_texcombiner_command_alpha.h> class DA...
/* Copyright (C) 2000-2012 Novell, 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 the License, or (at your option) version 3.0 of the License. This library ...
//============================================================================ // I B E X // File : ibex_UnconstrainedLocalSearch.h // Author : Jordan Ninin, Gilles Chabert // Copyright : Ecole des Mines de Nantes (France) // License : See the LICENSE file // Created ...
/* FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the...
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #ifndef __REDIS_CONNECTION__H__ #define __REDIS_CONNECTION__H__ #include <string> #include <boost/asio.hpp> #include <boost/scoped_ptr.hpp> #include <boost/ptr_container/ptr_map.hpp> #include <tbb/mutex.h> #include "hiredis/hiredis.h" #include "...
/**************************************************************************//** * @file efm32hg_prs_signals.h * @brief EFM32HG_PRS_SIGNALS register and bit field definitions * @version 5.6.0 ****************************************************************************** * # License * <b>Copyright 2018 Silicon Labo...
/*========================================================================= * * 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...
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// // AppDelegate.h // DiscoveryExample // // Created by Ömer Faruk Gül on 08/02/15. // Copyright (c) 2015 Ömer Faruk Gül. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/** * Copyright 2014-2016 CyberVision, 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 applicabl...
// // TablesObject.h // EpiInfo // // Created by labuser on 7/1/13. // Copyright (c) 2013 John Copeland. All rights reserved. // #import <Foundation/Foundation.h> #import "AnalysisDataObject.h" #import "SQLiteData.h" #import "sqlite3.h" @interface TablesObject : NSObject { sqlite3 *analysisDB; } @property (n...
/* * Copyright (c) 2014 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief ARCv2 system fatal error handler * * This module provides the _SysFatalErrorHandler() routine for ARCv2 BSPs. */ #include <kernel.h> #include <toolchain.h> #include <sections.h> #include <kernel_s...
/* * * Mathematics Subpackage (VrMath) * * * Author: Samuel R. Buss, sbuss@ucsd.edu. * Web page: http://math.ucsd.edu/~sbuss/MathCG * * 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. Permissio...
/* * sunxi csi cci register read/write interface header file * Author:raymonxiu */ #ifndef __CSI__CCI__REG__H__ #define __CSI__CCI__REG__H__ #define MAX_CSI 2 #define CCI_HCLK 24*1000*1000 #define FIFO_DEPTH 64 //#define _OS #include <linux/delay.h> #ifdef _OS #define CCI_INLINE_FUNC inline #define csi_cci_udelay(...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
/* * BlackFin DSPUTILS COMMON OPTIMIZATIONS HEADER * * Copyright (C) 2007 Marc Hoffman <mmh@pleasantst.com> * * This file is part of FFmpeg. * * FFmpeg 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 Found...
#import "MTCardLayout.h" @interface MTDraggableCardLayout : MTCardLayout @end
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/emr-containers/EMRContainers_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebSe...
/* -*- C++ -*-; c-basic-offset: 4; indent-tabs-mode: nil */ /*! * @file Store.h * @brief Interface definition file for Store */ /* Copyright (c) 2009 Webroot Software, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You ma...
/* * Copyright 2014, NICTA * * This software may be distributed and modified according to the terms of * the BSD 2-Clause license. Note that NO WARRANTY is provided. * See "LICENSE_BSD2.txt" for details. * * @TAG(NICTA_BSD) */ #ifndef _ALLOCMAN_MSPACE_H_ #define _ALLOCMAN_MSPACE_H_ #include <allocman/properti...
/*! * \copy * Copyright (c) 2009-2013, Cisco Systems * 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 abo...
enum E { x, y = 2, z, }; int main() { enum E e; if(x != 0) return 1; if(y != 2) return 2; if(z != 3) return 3; e = x; return x; }
// Copyright 2010-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 condit...
/* * Copyright 2017 The WebRTC 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 contributing ...
/* * Copyright (C) 2009 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...
// Copyright 2014 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 MEDIA_FILTERS_DECODER_SELECTOR_H_ #define MEDIA_FILTERS_DECODER_SELECTOR_H_ #include <memory> #include "base/callback.h" #include "base/macros.h...
#include "cvProjection.h" #include <stdio.h> #include <math.h> #ifndef M_PI #define M_PI 3.14159265358979323846 #endif float calc_sum_9(float *pos, size_t width) { float *pos1, *pos2, *pos3, *pos4, *pos5; pos1 = pos - 1 * width - 1; pos2 = pos - 1; pos3 = pos + width - 1; return *pos1 + *(po...
#include <stdio.h> int print_hash_value = 1; static void platform_main_begin(void) { } static unsigned crc32_tab[256]; static unsigned crc32_context = 0xFFFFFFFFUL; static void crc32_gentab (void) { unsigned crc; unsigned poly = 0xEDB88320UL; int i, j; for (i = 0; i < 256; i++) { crc = i; for (j = 8; j > 0; j--...