text stringlengths 4 6.14k |
|---|
#include <_ansi.h>
#include <stdio.h>
#include "c99ppe.h"
#ifdef _HAVE_STDC
#include <stdarg.h>
#else
#include <varargs.h>
#endif
typedef struct
{
char *str;
unsigned int pad0[ 3 ];
char *fmt;
unsigned int pad1[ 3 ];
va_list ap;
} c99_vsprintf_t;
int
_DEFUN (vsprintf, (str, fmt, ap),
char *str _AND
... |
/*
* QEMU/MIPS pseudo-board
*
* emulates a simple machine with ISA-like bus.
* ISA IO space mapped to the 0x14000000 (PHYS) and
* ISA memory at the 0x10000000 (PHYS, 16Mb in size).
* All peripherial devices are attached to this "bus" with
* the standard PC ISA addresses.
*/
/* Unicorn Emulator Engine */
/* By N... |
/* This file is part of the KDE project
* Copyright (c) 2010 Jan Hambrecht <jaham@gmx.net>
*
* 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 ... |
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
/*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#ifndef LABELOUT_H_INCLUDED
#define LABELOUT_H_INCLUDED
typedef struct { int readOut[2], readErr[2]; } IOLabelSetup;
void IOLabelSetDefault( int flag );
i... |
/*
* Copyright (C) 2005 James Livingston <doclivingston@gmail.com>
*
* 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 v... |
/**
*
* \file
*
* \brief Programmer APIs.
*
* Copyright (c) 2016-2017 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1... |
/*
Copyright 2010 OpenRTMFP
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 distri... |
#ifndef SRC_COMMON_STATS_H_
#define SRC_COMMON_STATS_H_
/*
* TODO (fine) Caller review needed.
* Make sure there's a counter for every worthwhile event,
* and also check the ICMP errors that sometimes need to be appended to them.
*/
/**
* NOTE THAT ANY MODIFICATIONS MADE TO THIS STRUCTURE NEED TO BE CASCADED TO
... |
/*
This file is part of Darling.
Copyright (C) 2017 Lubos Dolezel
Darling 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.
Darling i... |
/*
* Copyleft RIME Developers
* License: GPLv3
*
* 2011-12-04 GONG Chen <chen.sst@gmail.com>
*/
#ifndef RIME_VERSION_H_
#define RIME_VERSION_H_
#define RIME_VERSION "1.2.0"
#endif // RIME_VERSION_H_
|
/*
LUFA Library
Copyright (C) Dean Camera, 2012.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation ... |
/*
This file is part of Darling.
Copyright (C) 2017 Lubos Dolezel
Darling 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.
Darling i... |
/* vim: set expandtab ts=4 sw=4: */
/*
* You may redistribute this program 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 in the hope that it... |
/*
Copyright (C) 1999-2007 id Software, Inc. and contributors.
For a list of contributors, see the accompanying CONTRIBUTORS file.
This file is part of GtkRadiant.
GtkRadiant is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
... |
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
NS_ASSUME_NONNULL_BEGIN
/**
* The users privacy preference for what kind of content to show in lock screen notifications.
*/
typedef NS_ENUM(NSUInteger, NotificationType) {
NotificationNoNameNoPreview,
NotificationNameNoPreview,
Not... |
/*********************************************************************
CombLayer : MCNP(X) Input builder
* File: physicsInc/PWTControl.h
*
* Copyright (c) 2004-2015 by Stuart Ansell
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public Licen... |
/*
* Header file for the flow6 tool
*
*/
#define QUERY_TIMEOUT 65
|
#ifndef UFW_KCM_H
#define UFW_KCM_H
/*
* UFW KControl Module
*
* Copyright 2011 Craig Drummond <craig.p.drummond@gmail.com>
*
* ----
*
* 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; e... |
//
// THGraphTextView.h
// TangoHapps
//
// Created by Juan Haladjian on 11/02/14.
// Copyright (c) 2014 Technische Universität München. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface THGraphTextView : UIView
@property (nonatomic) float maxAxisY;
@property (nonatomic) float minAxisY;
- (id)initWithF... |
/*
* $Id: b_put.c,v 1.11 2007/05/29 17:39:15 bostic Exp $
*/
#include "bench.h"
int usage(void);
int s(DB *, const DBT *, const DBT *, DBT *);
int
main(int argc, char *argv[])
{
DB_ENV *dbenv = NULL;
DB *dbp, **second;
DBTYPE type;
DBT key, data;
db_recno_t recno;
size_t dsize;
int ch, i, count, secondaries;... |
/**
* This file is part of meta.
*
* Author(s): Jens Finkhaeuser <jens@finkhaeuser.de>
*
* Copyright (c) 2014-2015 Unwesen Ltd.
* Copyright (c) 2016-2017 Jens Finkhaeuser.
*
* This software is licensed under the terms of the GNU GPLv3 for personal,
* educational and non-profit use. For all other uses, alternat... |
//
// BAGEL - Brilliantly Advanced General Electronic Structure Library
// Filename: soecpbatch.h
// Copyright (C) 2014 Toru Shiozaki
//
// Author: Hai-Anh Le <anh@u.northwestern.edu>
// Maintainer: Shiozaki group
//
// This file is part of the BAGEL package.
//
// This program is free software: you can redistribute it... |
/*
* AnnMatch2.h
* libKPM
*
* Disclaimer: IMPORTANT: This Daqri software is supplied to you by Daqri
* LLC ("Daqri") in consideration of your agreement to the following
* terms, and your use, installation, modification or redistribution of
* this Daqri software constitutes acceptance of these terms. If y... |
//
// FontSizeView.h
// MierMilitaryNews
//
// Created by 李响 on 16/7/26.
// Copyright © 2016年 miercn. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FontSizeView : UIView
@property (nonatomic , copy ) void (^changeBlock)(NSInteger);
@end
|
#undef _LARGEFILE_SOURCE
#undef _FILE_OFFSET_BITS
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#if defined(__PPC__) && !defined(__powerpc__)
#define __powerpc__ 1
#endif
#if defined (GRUB_UTIL) || !defined (GRUB_MACHINE)
#include <config-util.h>
#define NESTED_FUNC_ATTR
#else
/* Define if C symbols get an und... |
#ifndef __utils_getline_h__
#define __utils_getline_h__
#define _getlineOK 0
#define _getlineNO_INPUT 1
#define _getlineTOO_LONG 2
int getLine (char *prmpt, char *buff, size_t sz) ;
#endif
|
/* DO NOT EDIT THIS FILE DIRECTLY */
/**********************************************************************
id.h -
$Author: nobu $
created at: Sun Oct 19 21:12:51 2008
Copyright (C) 2007 Koichi Sasada
**********************************************************************/
#ifndef RUBY_ID_H
#define RUBY_I... |
/*
demac - A Monkey's Audio decoder
$Id$
Copyright (C) Dave Chapman 2007
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.
Th... |
/***********************************************************************
filename: MacCEGuiRendererSelector.h
created: Tue Mar 17 2009
author: Paul D Turner
*************************************************************************/
/******************************************************************... |
/*
* (C) 2003-2006 Gabest
* (C) 2006-2012 see Authors.txt
*
* This file is part of MPC-HC.
*
* MPC-HC 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... |
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... |
/*
* LibrePCB - Professional EDA for everyone!
* Copyright (C) 2013 Urban Bruhin
* http://librepcb.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 3 of the License, ... |
/*
* This file is part of x48, an emulator of the HP-48sx Calculator.
* Copyright (C) 1994 Eddie C. Dost (ecd@dressler.de)
*
* 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 v... |
/*****************************************************************************
*
* PROJECT: Multi Theft Auto v1.0
* LICENSE: See LICENSE in the top level directory
* FILE: mods/deathmatch/logic/packets/CPlayerNetworkStatusPacket.h
*
* Multi Theft Auto is available from http://www.multitheftauto... |
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publi... |
// This file is part of SWGANH which is released under the MIT license.
// See file LICENSE or go to http://swganh.com/LICENSE
#pragma once
#include <cstdint>
#include <string>
#include "anh/byte_buffer.h"
#include "MessageLib/messages/base_swg_message.h"
namespace swganh
{
namespace messages
{
struct ChatServerStat... |
#ifndef _SIMTK_BITVIEW_H
#define _SIMTK_BITVIEW_H
#include <stdint.h>
#include <rbtree.h>
#define SIMTK_BITVIEW_DEFAULT_COLOR_MSB OPAQUE (RGB (0, 0xff, 0))
#define SIMTK_BITVIEW_DEFAULT_COLOR_LSB OPAQUE (RGB (0, 0x7f, 0))
#define SIMTK_BITVIEW_DEFAULT_SELECT_MSB OPAQUE (RGB (0xff, 0, 0))
#define SIMTK_BITVIEW_DEFA... |
/*
-----------------------------------------------------------------------
Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
This file is part of the ASTRA Toolbox.
The ASTRA Toolbox is free ... |
/* === This file is part of Calamares - <https://calamares.io> ===
*
* SPDX-FileCopyrightText: 2019-2020 Adriaan de Groot <groot@kde.org>
* SPDX-License-Identifier: GPL-3.0-or-later
*
*
* Calamares is Free Software: see the License-Identifier above.
*
*
*/
#ifndef UTILS_ENTROPY_H
#define UTILS_ENTROPY_H... |
/**
******************************************************************************
* @file Demonstrations/Inc/main.h
* @author MCD Application Team
* @version V1.0.1
* @date 17-February-2017
* @brief Header for main.c module
****************************************************************... |
//
// CustomView1.h
// Demo1
//
// Created by ljj on 14-8-19.
// Copyright (c) 2014年 ljj. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CustomView1 : UIView
@end
|
/*
Copyright (C) 2010,2011,2012,2013 The ESPResSo project
Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010
Max-Planck-Institute for Polymer Research, Theory Group
This file is part of ESPResSo.
ESPResSo is free software: you can redistribute it and/or modify
it under the terms of the GNU ... |
/**
* WarfaceBot, a blind XMPP client for Warface (FPS)
* Copyright (C) 2015-2017 Levak Borok <levak92@gmail.com>
*
* 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 3 ... |
#ifndef TELEPORT_NOTARYRPC_H
#define TELEPORT_NOTARYRPC_H
#include <jsonrpccpp/client.h>
#include <jsonrpccpp/client/connectors/httpclient.h>
#include <test/teleport_tests/node/Data.h>
#include <test/teleport_tests/node/config/TeleportConfig.h>
#include "define.h"
#include "string_functions.h"
class NotaryRPC
{
publ... |
#pragma once
#include "augs/templates/settable_as_current_op.h"
namespace augs {
template <class derived, bool always_force_set = false>
class settable_as_current_mixin {
static derived* marked_instance;
static derived* previous_instance;
static derived* current_instance;
static constexpr bool is_const = st... |
/* This file is part of VoltDB.
* Copyright (C) 2008-2014 VoltDB Inc.
*
* This file contains original code and/or modifications of original code.
* Any modifications made by VoltDB Inc. are licensed under the following
* terms and conditions:
*
* This program is free software: you can redistribute it and/or modi... |
/*
* Copyright RedHat Inc. 2008
*
* Authors: Vivek Goyal <vgoyal@redhat.com>
*
* 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 t... |
/*
* Copyright (C) 2017 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup tests
* @{
*
* @file
* @brief Mutex context swi... |
/* This file is part of P^nMPI.
*
* Copyright (c)
* 2008-2019 Lawrence Livermore National Laboratories, United States of America
* 2011-2016 ZIH, Technische Universitaet Dresden, Federal Republic of Germany
* 2013-2019 RWTH Aachen University, Federal Republic of Germany
*
*
* P^nMPI is free software; you can... |
/***
This file is part of catta.
catta 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.
catta is distributed in the hop... |
/*
Copyright (C) 2009 William Hart
This file is part of FLINT.
FLINT is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option) a... |
/*
* Copyright (C) 2005 Tommi Maekitalo
*
* 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.
*
* As a sp... |
/*
Copyright (C) 2013 Mike Hansen
This file is part of FLINT.
FLINT is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option) an... |
/****************************************************************/
/* DO NOT MODIFY THIS HEADER */
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
/* */
/* (c) 2010 Battelle Energy Alliance, LLC ... |
/*
Copyright (C) 2014 Fredrik Johansson
This file is part of Arb.
Arb is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option) ... |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding ... |
/*****************************************************************************
* This file is part of Kvazaar HEVC encoder.
*
* Copyright (C) 2013-2015 Tampere University of Technology and others (see
* COPYING file).
*
* Kvazaar is free software: you can redistribute it and/or modify it under
* the terms of the... |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
**... |
#ifndef FOREST_EXTRACTOR_RUNNER_H__
#define FOREST_EXTRACTOR_RUNNER_H__
namespace travatar {
class ConfigForestExtractorRunner;
// A class to build features for the filterer
class ForestExtractorRunner {
public:
ForestExtractorRunner() { }
~ForestExtractorRunner() { }
// Run the model
void Run... |
/*
cencoder.c - c source to a base64 encoding algorithm implementation
This is part of the libb64 project, and has been placed in the public domain.
For details, see http://sourceforge.net/projects/libb64
*/
#include <cencode.h>
const int CHARS_PER_LINE = 72;
void base64_init_encodestate(base64_encodestate* state_i... |
#include <stdio.h>
#include "lame.h"
int main(int argc, char **argv) {
printf("get_lame_version(): %s\n", get_lame_version());
return 0;
}
|
/*--------------------------------------------------------------------
(C) Copyright 2006-2012 Barcelona Supercomputing Center
Centro Nacional de Supercomputacion
This file is part of Mercurium C/C++ source-to-source compiler.
See AUTHORS file in the top level directory for informa... |
/*
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
... |
#ifndef ENINIT_H
#define ENINIT_H
#include <platform_types.h>
#ifdef __cplusplus
extern "C" {
#endif
/// @addtogroup Initialisation
/// @{
/** Initialises the MapCore library.
This function should be called once prior to calling any other MapCore function.
This function <b>must not</b> be ... |
#pragma once
#include "CScanner.h"
#include "CToken.h"
class CLexer
{
public:
CLexer();
~CLexer();
void SetCharacters(CCharacter* pCharacter, int nCharacters);
CToken* GetTokens();
int GetTokenCount();
unsigned int ProcessCharacters();
private:
unsigned int ConstructToken(int& index);
... |
#include "geogrid_index.h"
#include "geogrid_tiles.h"
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
const int GEO_DEBUG=1;
void print_usage(FILE* f,const char* name) {
fprintf(f,"Usage: %s [OPTIONS]\n",name);
fprintf(f,"\n");
fprintf(f,"Converts geotiff file `FileName' into g... |
//
// LocationDtoInfo.h
// TestAFNetWorking
//
// Created by Linh.Nguyen on 8/30/14.
// Copyright (c) 2014 CSC. All rights reserved.
//
#import <Foundation/Foundation.h>
/*
"address": "ỉ : 117/128/7 nguyá»…n hữu cảnh , p22 ,quáºn bình Thạnh",
"lat": 43.1938516,
"lng": -71.5723953
*/
@interface Location... |
/*
* Copyright (C) 2016-2017 Authors of Cilium
*
* 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 ... |
#ifndef WORLD_H
#define WORLD_H
#include <string>
#include <vector>
#include "vec.h"
class World
{
public:
World(const std::string& filename);
virtual ~World();
void LoadFromFile(const std::string& filename);
virtual void Draw();
public:
enum ShapeType {SPHERE, GROUND, CUBE, CYLINDER};
class... |
//
// ETAppDelegate.h
// EasyTimelineExample
//
// Created by Mohammed Islam on 2/26/14.
// Copyright (c) 2014 KSI Technology. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ETAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
/*
* Copyright 2011 Red Hat, 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, merge,
* publis... |
/***************************************************************************
*
* 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 l... |
#if !defined(AFX_VIDEOSETDLG_H__664275CD_D25D_4617_BDF9_55BBFFF58C78__INCLUDED_)
#define AFX_VIDEOSETDLG_H__664275CD_D25D_4617_BDF9_55BBFFF58C78__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VideoSetDlg.h : header file
//
/////////////////////////////////////////////////////////////////////... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/storagegateway/StorageGateway_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/storagegateway/model/FileSystemAssociationInfo.h>
#include <utility>
... |
static char* test_sym_structure()
{
//A matrix data
QDLDL_int Ap[] = {0, 2, 4};
QDLDL_int Ai[] = {0, 1, 0, 1};
QDLDL_float Ax[] = {5.0,1.0,1.0,5.0};
QDLDL_int An = 2;
// RHS for Ax = b
QDLDL_float b[] = {1,1};
//x replaces b during solve
int status = ldl_factor_solve(An,Ap,Ai,Ax,b);
mu_asser... |
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// 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, in... |
#pragma once
#include <Configuration/provider.h>
#include <Graphics/vulkan_debugger.h>
#include <Graphics/vulkan_device.h>
#include <Graphics/vulkan_instance.h>
#include <Graphics/vulkan_gpu.h>
#include <Graphics/vulkan_window.h>
#include <Graphics/vulkan_render_pass.h>
#include <Graphics/uniform_buffer.h>
#include <In... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/iotwireless/IoTWireless_EXPORTS.h>
#include <aws/iotwireless/model/LogLevel.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/iotwireless/model/WirelessGatew... |
//
// Copyright 2012 jordi domenech <jordi@iamyellow.net>
//
// 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 req... |
/*
* Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h>
#include <lvgl.h>
#include "lvgl_color.h"
#if CONFIG_LVGL_BITS_PER_PIXEL == 1
static void zephyr_disp_flush(s32_t x1, s32_t y1, s32_t x2, s32_t y2,
const lv_color_t *color_p)
{
u16... |
/*
* Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org)
*
* 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
*
* Unl... |
////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2017 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... |
/*
* Copyright 2010-2012 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 "lice... |
/**
* \file RMF/internal/SharedData.h
* \brief Handle read/write of Model data from/to files.
*
* Copyright 2007-2022 IMP Inventors. All rights reserved.
*
*/
#ifndef RMF_INTERNAL_IO_H
#define RMF_INTERNAL_IO_H
#include <boost/shared_ptr.hpp>
#include <string>
#include "RMF/BufferConstHandle.h"
#include "RM... |
// Copyright 2016 the V8 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.
#ifndef V8_COMPILER_CHECKPOINT_ELIMINATION_H_
#define V8_COMPILER_CHECKPOINT_ELIMINATION_H_
#include "src/compiler/graph-reducer.h"
namespace v8 {
nam... |
////////////////////////////////////////////////////////////////////////////
// Module : data_storage_double_linked_list.h
// Created : 21.03.2002
// Modified : 26.02.2004
// Author : Dmitriy Iassenev
// Description : Double linked list data storage
////////////////////////////////////////////////////////////////... |
/*
Copyright 2018-present the Material Components for iOS 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 requ... |
//
// 参考文件.h
// UISearchBar自定义效果
//
// Created by huangchengdu on 15/12/9.
// Copyright © 2015年 huangchengdu. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface ____ : NSObject
@end
|
/*=========================================================================
*
* Copyright RTK 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
*
* http://www.apa... |
/***
* ==++==
*
* Copyright (c) Microsoft Corporation. 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 b... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/timestream-write/... |
/* $NetBSD: startdaemon.c,v 1.15 2007/05/16 20:45:45 christos Exp $ */
/*
* Copyright (c) 1983, 1993, 1994
* 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 condition... |
/*
* Copyright (C) 2013 Spreadtrum Communications 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 the hope that it w... |
/*
* 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... |
/*=========================================================================
*
* 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 (C) 2013 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... |
/* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */
/* vim: set sw=4 ts=8 et tw=80 ft=cpp : */
/* 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... |
/*
* Copyright (c) 2017 RnDity Sp. z o.o.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32F0X_SOC_REGISTERS_H_
#define _STM32F0X_SOC_REGISTERS_H_
/* include register mapping headers */
#include "flash_registers.h"
#endif /* _STM32F0X_SOC_REGISTERS_H_ */
|
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/medialive/MediaLive_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace MediaLive
{
namespace Model
{
enum class WebvttDestinationStyleC... |
/*
Copyright (c) 2014, Hookflash Inc. / Hookflash 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 condi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.