text stringlengths 4 6.14k |
|---|
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
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.
P... |
/* ResidualVM - A 3D game interpreter
*
* ResidualVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the AUTHORS
* file distributed with this source distribution.
*
* Additional copyright for this file:
* Copyright (C) 1999-2000 Revolution Software Ltd.
* Th... |
/*
* IRC protocol support for Ayttm
*
* Copyright (C) 2001, Erik Inge Bolso <knan@mo.himolde.no>
* and others
*
* 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... |
#include "touchscreen_common.h"
int tpd_existed = 0;
|
// Aseprite
// Copyright (C) 2001-2015 David Capello
//
// 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.
#ifndef APP_UI_SKIN_SKIN_PART_H_INCLUDED
#define APP_UI_SKIN_SKIN_PART_H_IN... |
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://www.lammps.org/, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-... |
/* Interface for NSValueTransformer for GNUStep
Copyright (C) 2006 Free Software Foundation, Inc.
Written Dr. H. Nikolaus Schaller
Created on Mon Mar 21 2005.
Updatesd and documented by Richard Frith-Macdonald
This file is part of the GNUstep Base Library.
This library is free software; you can ... |
/* 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... |
/*
Unix SMB/CIFS implementation.
SAM_ACCOUNT local cache for
Copyright (C) Jim McDonough (jmcd@us.ibm.com) 2004.
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 versi... |
/**********************************************************************
* *
* Voreen - The Volume Rendering Engine *
* *
* Created between 2005 and 2012... |
#ifndef HTTP_DOWNLOAD_H
#define HTTP_DOWNLOAD_H
#include <cstdio>
#include <string>
#include <winsock2.h>
class SockHttpDown {
public:
SockHttpDown();
~SockHttpDown();
bool httpGet(const char* url,const char* localfile);
std::string httpGet(const char* url);
//std::string httpGet(const cha... |
/*
* Copyright (C) 2008, 2013-2014 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of c... |
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04... |
extern int kprobe_id;
void ioctl_random_event(void);
|
/***************************************************************************
* *
* copyright : (C) 2012 C. Barth Netterfield *
* netterfield@astro.utoronto.ca *
* ... |
#ifndef _LINUX__INIT_TASK_H
#define _LINUX__INIT_TASK_H
#include <linux/rcupdate.h>
#include <linux/irqflags.h>
#include <linux/utsname.h>
#include <linux/lockdep.h>
#include <linux/ftrace.h>
#include <linux/ipc.h>
#include <linux/pid_namespace.h>
#include <linux/user_namespace.h>
#include <linux/securebits.h>
#includ... |
/*****************************************************************************
*
* Copyright (C) 2011 Thomas Volkert <thomas@homer-conferencing.com>
*
* This software is free software.
* Your are allowed to redistribute it and/or modify it under the terms of
* the GNU General Public License version 2 as pub... |
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Default visibility */
#define DEFAULT_VISIBILITY __attribute__((visibility("default")))
/* Start with debug message logging enabled */
/* #undef ENABLE_DEBUG_LOGGING */
/* Message logging */
... |
/**
* @file yahoochat.h The Yahoo! protocol plugin, chat and conference stuff
*
* purple
*
* Purple is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file distributed with this
* source distribution.
*
* This program is free software; you can r... |
/*
* Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include "linux/slab.h"
#include "linux/smp_lock.h"
#include "linux/ptrace.h"
#include "asm/ptrace.h"
#include "asm/pgtable.h"
#include "asm/tlbflush.h"
#include "asm/uaccess.h"
#include "user_util.h"
#include "kern_util.h"
#inc... |
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Motion module header -
*
* Copyright(C) 2002-2003 Radoslaw Czyz <xvid@syskin.cjb.net>
* 2002 Michael Militzer <michael@xvid.org>
*
*
* This program is free software ; ... |
/****************************************************************************
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of an example program for Qt. This example
** program may be used, distributed and modified without limitation.
**
***********************************... |
/*
* Testing UART.
*/
#include <runtime/lib.h>
#include <kernel/uos.h>
#include <uart/uart.h>
ARRAY (task, 200);
uart_t uart;
void hello (void *data)
{
for (;;) {
puts (&uart, "\nHello, World! ");
getchar (&uart);
}
}
void uos_init (void)
{
/*UBRR = ((int) (KHZ * 1000L / 9600) + 8) / 16 - 1;*/
uart_init (&u... |
/* Test iscanonical and canonicalizel for ldbl-96.
Copyright (C) 2016-2017 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... |
/**
*****************************************************************************
**
** File : syscalls.c
**
** Author : Auto-generated by STM32CubeIDE
**
** Abstract : STM32CubeIDE Minimal System calls file
**
** For more information about which c-functions
** need which of ... |
/* SynS_ron.c modified from synchan.c */
static char rcsid[] = "$Id: SynS.c,v 1.1 2006/01/09 16:35:29 svitak Exp $";
#define VOLTAGE 0
#include <math.h>
#include "SynGS_ext.h"
static int DEBUG_Synchan = 0;
static double savedata[2];
/*
* This object calculates the voltage dependent modulation of spike... |
#define CONFIG_GENERIC_CALIBRATE_DELAY 1
|
/* POSIX compatible FILE stream write function.
Copyright (C) 2008-2010 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2008.
This program 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 Fre... |
/* { dg-do run } */
#include <stdio.h>
#include "init13.h"
#include "dump.h"
int main (void)
{
struct R1 Local_R1;
struct R2 Local_R2;
Local_R1.F = My_R1.F + (1.0f + 1.0f * I);
put ("Local_R1 :");
dump (&Local_R1, sizeof (struct R1));
new_line ();
/* { dg-output "Local_R1 : ee 87 84 40 db 0f 09 c0.*\... |
/* arch/arm64/include/asm/crash_notes.h
*
* 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; either version 2
* of the License, or (at your option) any later version.
*/
/*
* Copy... |
#ifndef DEF_RECENTITEMTYPES
#define DEF_RECENTITEMTYPES
#define REIT_CONTACT "contact"
#define REIT_CONFERENCE "conference"
#define REIT_METACONTACT "metacontact"
#endif // DEF_RECENTITEMTYPES
|
/* * SmartDec decompiler - SmartDec is a native code to C/C++ decompiler
* Copyright (C) 2015 Alexander Chernov, Katerina Troshina, Yegor Derevenets,
* Alexander Fokin, Sergey Levin, Leonid Tsvetkov
*
* This file is part of SmartDec decompiler.
*
* SmartDec decompiler is free software: you can redistribute it and... |
/* -*- c++ -*- */
/*
* Copyright 2009,2010 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio 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, or (at your... |
/**
* This file is part of the "libstx" project
* Copyright (c) 2015 Paul Asmuth, FnordCorp B.V.
*
* libstx is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License v3.0. You should have received a
* copy of the GNU General Public License along with this pro... |
/*
Copyright 2005-2009 Last.fm Ltd.
- Primarily authored by Max Howell, Jono Cole and Doug Mansell
This file is part of the Last.fm Desktop Application Suite.
lastfm-desktop is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
... |
/* SPDX-License-Identifier: GPL-3.0-or-later
* Copyright © 2016-2018 The TokTok team.
* Copyright © 2014 Tox project.
*/
/**
* Implementation of the TCP relay server part of Tox.
*/
#ifndef C_TOXCORE_TOXCORE_TCP_SERVER_H
#define C_TOXCORE_TOXCORE_TCP_SERVER_H
#include "crypto_core.h"
#include "onion.h"
#define ... |
#ifndef ExampleWithVectorMemberOBJ_H
#define ExampleWithVectorMemberOBJ_H
// std includes
#include <atomic>
#include <iostream>
// data model specific includes
#include "podio/ObjBase.h"
#include "ExampleWithVectorMemberData.h"
#include <vector>
// forward declarations
class ExampleWithVectorMember;
class ConstExa... |
/* Memory allocation aligned to system page boundaries.
Copyright (C) 2005, 2008, 2010-2013 Free Software Foundation, Inc.
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 ... |
#ifndef LIBUSEFUL_EXPECT_H
#define LIBUSEFUL_EXPECT_H
#include "file.h"
#define DIALOG_END 1
#define DIALOG_FAIL 2
#define DIALOG_OPTIONAL 4
typedef struct
{
int Flags;
int Match;
char *Expect;
char *Reply;
} TExpectDialog;
#ifdef __cplusplus
extern "C" {
#endif
int STREAMExpectAndReply(STREAM *S, char *Expect, ... |
/*
* Copyright 2001-2008 Texas Instruments - http://www.ti.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
*
* Unless ... |
/*
* (C) 2003-2006 Gabest
* (C) 2006-2014 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... |
/*
* Copyright (C) 2013 Samsung Electronics
*
* Configuration settings for the SAMSUNG SMDK5420 board.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __CONFIG_SMDK5420_H
#define __CONFIG_SMDK5420_H
#include <configs/exynos5420-common.h>
#include <configs/exynos5-dt-common.h>
#include <configs/exynos5-common.h... |
#include <stdio.h>
#include <conio.h>
#define MAX 10
int deque[MAX];
int left =-1 ;
int right = -1 ;
void inputdeque(void);
void outputdeque(void);
void insertleft(void);
void insertright(void);
void deleteleft(void);
void deleteright(void);
void display(void);
int main( )
{
int option;
printf("\n ... |
/*
* Copyright (c) 2013 Qualcomm Atheros, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted (subject to the limitations in the
* disclaimer below) provided that the following conditions are met:
*
* * Redistributions of sour... |
/* Copyright (C) 2001-2017 Peter Selinger.
This file is part of Potrace. It is free software and it is covered
by the GNU General Public License. See the file COPYING for details. */
#ifndef CURVE_H
#define CURVE_H
#include "auxiliary.h"
/* vertex is c[1] for tag=POTRACE_CORNER, and the intersection of
.c[-... |
/*********************************************************************
CombLayer : MNCPX Input builder
* File: geomInc/Pnt.h
*
* Copyright (c) 2004-2013 by Stuart Ansell
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... |
/*
* Copyright (c) 1999-2000 Image Power, Inc. and the University of
* British Columbia.
* Copyright (c) 2001-2002 Michael David Adams.
* All rights reserved.
*/
/* __START_OF_JASPER_LICENSE__
*
* JasPer License Version 2.0
*
* Copyright (c) 2001-2006 Michael David Adams
* Copyright (c) 1999-2000 Image Pow... |
/***************************************************************************
* *
* ########### ########### ########## ########## *
* ############ ############ ############ ############ *
* #... |
char* g;
void main()
{
char* h;
h = "Hello world";
printf("h[6]=%c\n", h[6]);
g = "This is a great class!!";
printf("g[11]=%c\n", g[11]);
}
|
/*
* 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`
*/
#ifndef _UL_DL_Mode_H_
#define _UL_DL_Mode_H_
#include <asn_application.h>
/* Including external dependencies */
#includ... |
/*
* Gatekeeper - DoS protection system.
* Copyright (C) 2016 Digirati LTDA.
*
* 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 l... |
#ifndef ZORG_INTERNAL_LIBTOMCRYPT_H_
#define ZORG_INTERNAL_LIBTOMCRYPT_H_
#include <zorg/zorg.h>
namespace ZORG
{
namespace LibTomCrypt
{
ErrorCode convertErrorCode(int e);
}
}
#endif
// EOF
|
/*
Copyright (c) 2005-2015 by Jakob Schröter <js@camaya.net>
This file is part of the gloox library. http://camaya.net/gloox
This software is distributed under a license. The full license
agreement can be found in the file LICENSE in this distribution.
This software may not be copied, modified, sold or dist... |
/*
scxtract.c:
Copyright (C) 1991 Barry Vercoe; 2012 John ffitch
This file is part of Csound.
The Csound 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... |
/*
* Copyright (C) 2011, Nokia <ivan.frade@nokia.com>
*
* 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.
... |
/*
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
* 2016 Freie Universität Berlin
*
* 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 auto_in... |
//Compile with:
//gcc -g thumb_example_01.c -o thumb_example_01 `pkg-config --cflags --libs elementary`
#include <Elementary.h>
static void
_generation_started_cb(void *data, Evas_Object *o, void *event_info)
{
printf("thumbnail generation started.\n");
}
static void
_generation_finished_cb(void *data, Evas_Objec... |
/**
* utils.h
*
* Copyright (C) 2007 Laurent Montel <montel@kde.org>
* Copyright (C) 2008 Jarosław Staniek <staniek@kde.org>
*
* 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... |
void foo() {
if (a) { b; }
#if definedEx(C)
else if (d) { e; }
#endif
return f;
} |
/*
* VendorReturnToPositionTask.h
*
* Created on: 1/22/2012
* Author: Kyle
*/
#ifndef VENDORRETURNTOPOSITIONTASK_H_
#define VENDORRETURNTOPOSITIONTASK_H_
#include "server/zone/objects/creature/CreatureObject.h"
class VendorReturnToPositionTask : public Task {
WeakReference<CreatureObject*> vendor;
float... |
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TimedMsgBox.rc
//
#define IDI_TIMEDMSGBOX 101
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_N... |
/***
* Excerpted from "Test-Driven Development for Embedded C",
* published by The Pragmatic Bookshelf.
* Copyrights apply to this code. It may not be used to create training material,
* courses, books, articles, and the like. Contact us if you are in doubt.
* We make no guarantees that this code is fit for any p... |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2015 - ROLI Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL v3
Details of these ... |
// Copyright 2015 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... |
// 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 may... |
/*
* Copyright 2014 Facebook, 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 applicable law or agreed to... |
/*
* Copyright (C) 2013 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... |
// Copyright 2018 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 applic... |
// C program for implementation of selection sort
#include <stdio.h>
void swap(int *xp, int *yp)
{
int temp = *xp;
*xp = *yp;
*yp = temp;
}
void selectionSort(int arr[], int n)
{
int i, j, min_idx;
// One by one move boundary of unsorted subarray
for (i = 0; i < n-1; i++)
{
// ... |
/**
* 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/storagegateway/StorageGatewayRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memo... |
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... |
/* hw_cluster_labs_err.c */
/* ====================================================================
* Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
... |
//
// Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu>
// Creation Date: Mon Nov 28 08:55:15 PST 2016
// Last Modified: Mon Nov 28 08:55:38 PST 2016
// Filename: tool-metlev.h
// URL: https://github.com/craigsapp/humlib/blob/master/include/tool-metlev.h
// Syntax: C++11; humlib
// vim: ... |
//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2013-2015, Image Engine Design 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:
//
// ... |
// 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 CHROME_BROWSER_PREFS_PREF_SERVICE_SYNCABLE_H_
#define CHROME_BROWSER_PREFS_PREF_SERVICE_SYNCABLE_H_
#include "base/prefs/pref_service.h"
#inc... |
//
// SPWiFiPositionProvider.h
// SmartCampus
//
// Copyright (c) 2014, Aalborg University
// 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 t... |
/*
* BridJ - Dynamic and blazing-fast native interop for Java.
* http://bridj.googlecode.com/
*
* Copyright (c) 2010-2015, Olivier Chafik (http://ochafik.com/)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... |
// 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 CHROME_BROWSER_OMNIBOX_OMNIBOX_FIELD_TRIAL_H_
#define CHROME_BROWSER_OMNIBOX_OMNIBOX_FIELD_TRIAL_H_
#include <string>
#include <vector>
#inc... |
/*
Copyright (c) 2013, Ford Motor Company
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 conditions and the fo... |
//
// VWWWaterView.h
// Water Waves
//
// Created by Veari_mac02 on 14-5-23.
// Copyright (c) 2014年 Veari. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface VWWWaterView : UIView
@end
|
//------------------------------------------------------------------------------
// Copyright (C) 2012, Robert Johansson <rob@raditex.nu>, Raditex Control AB
// All rights reserved.
//
// This file is part of the rSCADA system.
//
// rSCADA
// http://www.rSCADA.se
// info@rscada.se
//
//-------------------------------... |
/*
* Copyright (c) 2018, Alliance for Open Media. All rights reserved
*
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at w... |
#ifndef COMPRESSDIALOG_H
#define COMPRESSDIALOG_H
#include <QtGui/QDialog>
#include "ui_compressdialog.h"
class CompressDialog : public QDialog
{
Q_OBJECT
public:
explicit CompressDialog(const QString & fileName, QWidget *parent = 0);
~CompressDialog();
protected slots:
void openClicked();
voi... |
/**
* \file
*
* \brief RTC configuration
*
* Copyright (c) 2014 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. Redis... |
/*
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
* Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _ASM_ARCH_HARDWARE_H
#define _ASM_ARCH_HARDWARE_H
/*
* This empty files is needed to not break compilation
* Some com... |
/* Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of GCC.
GCC 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, or (at your option)
any later version.
GCC is distribute... |
#ifndef _MFnSubdData
#define _MFnSubdData
//-
// ==========================================================================
// Copyright (C) 1995 - 2006 Autodesk, Inc., and/or its licensors. All
// rights reserved.
//
// The coded instructions, statements, computer programs, and/or related
// material (collectively th... |
// This file was generated based on 'C:\ProgramData\Uno\Packages\UnoCore\0.20.1\Source\Uno\Time\Text\$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
#include <Uno.Time.Text.IPatternPart-1.h>
namespace g{namespace Uno{namespace Time{namespace Text{struct Pa... |
/*! Startup function - initialize kernel subsystem */
#define _K_STARTUP_C_
#include "time.h"
#include "device.h"
#include "memory.h"
#include <kernel/errno.h>
#include <kernel/features.h>
#include <arch/interrupt.h>
#include <arch/processor.h>
#include <lib/string.h>
#include <api/prog_info.h>
char system_info[] = ... |
/**
* @file outline.h
* @author Joe Wingbermuehle
* @date 2004-2006
*
* @brief Outlines for moving and resizing client windows.
*
*/
#ifndef OUTLINE_H
#define OUTLINE_H
/** Draw an outline.
* @param x The x-coordinate.
* @param y The y-coordinate.
* @param width The width of the outline.
* @param height Th... |
/*
* WARNING: do not edit!
* Generated by util/mkbuildinf.pl
*
* Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the s... |
#import <UIKit/UIKit.h>
#import "Swocket.h"
FOUNDATION_EXPORT double SwocketVersionNumber;
FOUNDATION_EXPORT const unsigned char SwocketVersionString[];
|
// Copyright [2013] tracy.cpp@gmail.com (TracyYih)
//
// 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 applicab... |
//
// SPMySQLKeepAliveTimer.h
// SPMySQLFramework
//
// Created by Rowan Beentje (rowan.beent.je) on March 5, 2012
// Copyright (c) 2012 Rowan Beentje. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files... |
#ifndef NORTHBRIDGE_INTEL_I945_CHIP_H
#define NORTHBRIDGE_INTEL_I945_CHIP_H
#include <drivers/intel/gma/i915.h>
struct northbridge_intel_i945_config {
/* In units of 100us timer */
/* Timings as defined in VESA Notebook Panel Standard */
u16 gpu_panel_power_up_delay; /* T1+T2 time sequence */
u16 gpu_p... |
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-profile_estimate" } */
extern int global;
int bar(int);
void foo (int bound)
{
int i, ret = 0;
for (i = 0; i <= bound; i++)
{
if (i < bound - 2)
global += bar (i);
if (i <= bound)
global += bar (i);
if (i + 1 < bound)
global += bar... |
/*******************************************************************************
This is the driver for the GMAC on-chip Ethernet controller for ST SoCs.
DWC Ether MAC 10/100/1000 Universal version 3.41a has been used for
developing this code.
This contains the functions to handle the dma.
Copyright (C) 20... |
// broken_indicator.h -*-c++-*-
//
// Copyright (C) 2005 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 2 of
// the License,... |
/* gethostname emulation for SysV and POSIX.1.
Copyright (C) 1992, 2003, 2006, 2008-2014 Free Software Foundation, Inc.
This program 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 vers... |
/*******************************************************************
*
* Copyright (C) 1997,1998 Marcus Kreutzberger <kreutzbe@informatik.mu-luebeck.de>
* Copyright (C) 2006 Henrique Pinto <henrique.pinto@kdemail.net>
*
* This file is part of the KDE project
*
* This program is free software; you can redistrib... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.