text stringlengths 9 948k |
|---|
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <MMCommon/MMObject.h>
#import "PBCoding-Protocol.h"
#import "WCTColumnCoding-Protocol.h"
@class NSMutableArray, NSString;
@i... |
/*
* MFD driver for TWL6040 audio device
*
* Authors: Misael Lopez Cruz <misael.lopez@ti.com>
* Jorge Eduardo Candelaria <jorge.candelaria@ti.com>
* Peter Ujfalusi <peter.ujfalusi@ti.com>
*
* Copyright: (C) 2011 Texas Instruments, Inc.
*
* This program is free software; you can redistribute it and/or modify
... |
int main()
{
int i, j, temp;
int a[5];
a[0] = 2;
a[1] = -2;
a[3] = 7;
a[4] = 8;
a[2] = 9;
for (i = 0; i < (5 - 1); ++i)
{
for (j = 0; j < 5 - 1 - i; ++j )
{
if (a[j] > a[j+1])
{
temp = a[j+1];
a[j+1] = a[j];
... |
// Copyright (c) 2014-2016 The Dash developers
// Copyright (c) 2016-2017 The BuranCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SPORK_H
#define SPORK_H
#include "base58.h"
#include "key.h"
#includ... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_mempset.c :+: :+: :+: ... |
/*
*
* Copyright 2015 gRPC 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 agree... |
/*
* f_cpu.h
*
* Created: 13.09.2013 13:10:54
* Author: User
*/
#ifndef F_CPU_H_
#define F_CPU_H_
#define F_CPU 8000000L
#endif /* F_CPU_H_ */ |
#ifndef W82C105_H
#define W82C105_H
#include <linux/config.h>
#include <linux/pci.h>
#include <linux/ide.h>
static unsigned int init_chipset_sl82c105(struct pci_dev *, const char *);
static void init_hwif_sl82c105(ide_hwif_t *);
static void init_dma_sl82c105(ide_hwif_t *, unsigned long);
static ide_pci_device_t sl82... |
/*#########################################################################
# Created By: Miguel Pimenta
# Date: 14-12-2016, 21:56
# Project: SOSD
# Filename: consultamsg.c
#########################################################################*/
#include "shared.h"
/*
Lista as mensagens na caixa de um utiliz... |
// +-------------------------------------------------------------------------
// | Copyright (C) 2017 Yunify, Inc.
// +-------------------------------------------------------------------------
// | Licensed under the Apache License, Version 2.0 (the "License");
// | you may not use this work except in compliance with t... |
// 8queen.h : main header file for the 8QUEEN application
//
#if !defined(AFX_8QUEEN_H__1C364D00_F998_4F99_81EF_ED39CE607BB1__INCLUDED_)
#define AFX_8QUEEN_H__1C364D00_F998_4F99_81EF_ED39CE607BB1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' bef... |
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/fs.h>
#include <asm/uaccess.h>
MODULE_LICENSE("Dual BSD/GPL");
MODULE_DESCRIPTION("Basic Driver PCIHello");
MODULE_AUTHOR("Patrick Schaumont");
//-- Hardware Handles
static void *hexport; // handle to ... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 12:26:51 PM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer
* classdump-dyld is licensed under GPLv3, ... |
#pragma once
struct LightColors
{
enum List : uint8
{
LIGHT_COLOR_GLOBAL_DIFFUSE = 0,
LIGHT_COLOR_GLOBAL_AMBIENT,
LIGHT_COLOR_SKY_0,
LIGHT_COLOR_SKY_1,
LIGHT_COLOR_SKY_2,
LIGHT_COLOR_SKY_3,
LIGHT_COLOR_SKY_4,
LIGHT_COLOR_FOG,
LIGHT_COLOR_UNK0,
LIGHT_COLOR_SUN,
LIGHT_COLOR_SUN_HALO,
LIGHT_CO... |
/**
* Copyright (c) 2017 - 2020, Nordic Semiconductor ASA
*
* 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, th... |
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 3:11:40 PM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /usr/libexec/gamed
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <gamed/gamed-Structs.h>... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:23:20 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/AccessibilityBundles/UIKi... |
//
// Created by qiayuan on 6/30/20.
//
#ifndef SRC_GALAXY_CAMERA_INCLUDE_GALAXY_CAMERA_NODE_H_
#define SRC_GALAXY_CAMERA_INCLUDE_GALAXY_CAMERA_NODE_H_
#include "galaxy_camera.h"
#include <camera_info_manager/camera_info_manager.h>
namespace galaxy_camera
{
class GalaxyCameraNode
{
public:
Galaxy... |
/*
Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com>
<http://rt2x00.serialmonkey.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 opti... |
/* Copyright 2007-2015 QReal Research Group
*
* 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... |
/*
* Create all possible floppy device based on the CMOS type.
* Based upon code from drivers/block/floppy.c
*
* Copyright(C) 2005, SUSE Linux Products GmbH
*
* Author: Hannes Reinecke <hare@suse.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Genera... |
#pragma once
#include "Controllers/BaseController.h"
namespace controllers
{
class DeleteCategoryController : public BaseController
{
private:
json::JSONBuilder collectData(gui_framework::BaseComposite* window) const override;
public:
DeleteCategoryController();
~DeleteCategoryController() = default;
};
... |
/* SPDX-License-Identifier: GPL-2.0 */
/* 64-bit atomic xchg() and cmpxchg() definitions.
*
* Copyright (C) 1996, 1997, 2000 David S. Miller (davem@redhat.com)
*/
#ifndef __ARCH_SPARC64_CMPXCHG__
#define __ARCH_SPARC64_CMPXCHG__
static inline unsigned long
__cmpxchg_u32(volatile int *m, int old, int new)
{
__asm_... |
#import "AUUILoadDefine.h"//程序自动生成
#ifdef ANTUI_UI_IconFont_AUIconView//程序自动生成
//
// AUIconfontCache.h
// AntUI
//
// Created by 沫竹 on 2017/11/28.
// Copyright © 2017年 Alipay. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface AUIconfontCache : NSObject
+ (instancetype)sharedCache;
- (void)add... |
/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
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 ... |
/* $XConsortium: PsFonts.c /main/2 1996/11/16 15:25:01 rws $ */
/*
* (c) Copyright 1996 Hewlett-Packard Company
* (c) Copyright 1996 International Business Machines Corp.
* (c) Copyright 1996 Sun Microsystems, Inc.
* (c) Copyright 1996 Novell, Inc.
* (c) Copyright 1996 Digital Equipment Corp.
* (c) Copyright 1996... |
/*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2018 The PHP Group |
+---------... |
/*
* Initialization for ogm_zlib functions
* Copyright (c) 2005 Pertimm by Patrick Constant
* Dev : April 2005
* Version 1.0
*/
#include "ogm_zlib.h"
PUBLIC(og_zip_lib) OgZlibInit(struct og_zlib_param *param)
{
struct og_ctrl_zlib *ctrl_zlib;
char erreur[DOgErrorSize];
int size;
IFn(ctrl_zlib=(struct... |
/*******************************************************************/
/* */
/* ADOBE CONFIDENTIAL */
/* _ _ _ _ _ _ _ _ _ _ _ _ _ */
/* ... |
#pragma once
#include <iostream>
#include <time.h>
#include <vector>
#include <future>
#include <sc2api/sc2_args.h>
#include <sc2api/sc2_game_settings.h>
#include <sc2api/sc2_proto_interface.h>
#include <sc2api/sc2_connection.h>
#include <sc2utils/sc2_manage_process.h>
#include <arena_process.h>
#include <arena_types.h... |
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
#include <check.h>
#include "../check_check.h"
#include "../../simulation/vector.h"
void vector_setup(void) {
};
void vector_teardown(void) {
};
START_TEST(development_target) {
vector *v = make_vector(sizeof(int));
int data = 0;
vector_push(... |
/*
* Tamgu (탐구)
*
* Copyright 2019-present NAVER Corp.
* under BSD 3-clause
*/
/* --- CONTENTS ---
Project : Tamgu (탐구)
Version : See tamgu.cxx for the version number
filename : tamgusvector.h
Date : 2017/09/01
Purpose : vector implementation
Programmer : Claude ROUX (claude.roux@naverlabs... |
/* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
*
* 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.
*/
#include <linux/types.h>
... |
enum files {
fEmpty,
fTimeIs,
fMinutes,
fPast,
fO,
fOne,
fTwo,
fThree,
fFour,
fFive,
fSix,
fSeven,
fEight,
fNine,
fTen,
fEleven,
fTwelve,
fThirteen,
fFourteen,
fFifteen,
fSixteen,
fSeventeen,
fEighteen,
fNineteen,
fTwenty,
fThirty,
fFourty,
fFifty
};
const byte h... |
/*
* This software is distributed under BSD 3-clause license (see LICENSE file).
*
* Authors: Sergey Lisitsyn
*/
#ifndef _HASHEDWDFEATURES_H___
#define _HASHEDWDFEATURES_H___
#include <shogun/lib/config.h>
#include <shogun/lib/common.h>
#include <shogun/features/DotFeatures.h>
#include <shogun/features/StringFea... |
#pragma once
#include <vector>
#include <Eigen/Dense>
#include "SequenceVectorizer.h"
#include "Clustering.h"
struct DecontaminationResult
{
std::unique_ptr<ClusterEstimator> estimatorCC = nullptr;
std::unique_ptr<ClusterEstimator> estimatorClusterValidity = nullptr;
unsigned numClustCC;
std::vector<Clustering... |
/*
* %CopyrightBegin%
*
* Copyright Ericsson AB 1998-2018. 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
*
... |
/*
* Copyright (C) 2019-2021 HERE Europe B.V.
*
* 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... |
i := 12+3+0/3*e |
//------------------------------------------------------------------------------------------------------------------------------
// Samuel Williams
// SWWilliams@lbl.gov
// Lawrence Berkeley National Lab
//------------------------------------------------------------------------------------------------------------------... |
/*
* The jet_ prefix on the following public symbol declarations is an artifact
* of namespace management, and should be omitted in application code unless
* JEMALLOC_NO_DEMANGLE is defined (see jemalloc_mangle@install_suffix@.h).
*/
extern JEMALLOC_EXPORT const char *jet_malloc_conf;
extern JEMALLOC_EXPORT void (... |
/*
* Copyright (c) Huawei Technologies Co., Ltd. 2012-2021. All rights reserved.
*/
class SimpleClass {
public:
SimpleClass();
int sum_with_c(int a);
int sub_with_c(int a, int b);
int mul_with_c(int a, int b);
private:
int c;
};
int outer_func(int a, int b); |
/****************************************************************************
* modules/include/sensing/logical_sensor/arm_gesture_command.h
*
* Copyright 2018 Sony Semiconductor Solutions Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t... |
/*
* This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://ugfx.org/license.html
*/
/********************************************************
* The RAM file-system
**************************************... |
/*
* Copyright (C) 2018 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... |
#pragma once
#include "Effects/Effect.h"
#include "CoreIncludes/WorldState.h"
#include "Contexts/BaseContext.h"
using namespace FluidHTN;
enum class AIWorldState
{
HasBottle,
BottleIsOpen,
BottleIsEmpty,
BottleIsBroken,
HasWeapon,
Goal
};
enum class GoalState
{
None,
GetBottle,
DropBottle,
OpenBottle,
Clos... |
//
// JMAutolayoutUtilities.h
//
// Copyright © 2021 Jumio Corporation. All rights reserved.
//
#import <UIKit/UIKit.h>
__attribute__((visibility("default"))) @interface JMAutolayoutUtilities : NSObject
+ (UIView*)autolayoutView;
+ (UILabel*)autolayoutLabel;
+ (UILabel*)autolayoutLabelWithJustifiedParagraphStyleTe... |
//=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// 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
//
// ... |
// automatically generated by m4 from headers in proto subdir
#ifndef __ADT_WA_STACK_H__
#define __ADT_WA_STACK_H__
#include <stddef.h>
// DATA STRUCTURES
typedef struct wa_stack_s
{
void *data;
size_t size;
size_t capacity;
} wa_stack_t;
extern size_t __LIB__ wa_stack_capacity(wa_stack... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-2.0-xr-w32-bld/build/netwerk/base/public/nsIProtocolProxyService.idl
*/
#ifndef __gen_nsIProtocolProxyService_h__
#define __gen_nsIProtocolProxyService_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that do... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <ABI38_0_0React/ABI38_0_0RCTBridge.h>
/**
* ABI38_0_0RCTEventEmitter is an abstract base class to be used for modules tha... |
/* */
/***
Curses attributed string buffers.
An array of characters, plus associated curses attributes and
colors at each position.
Although marginally useful alone, the constants used to set colors
and attributes in `chstr` buffers are not defined until **after**
`curses.initscr ()` has been called.
@classmod curs... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 12:33:13 PM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/Health/FeedItemPlugins/Highlights.healthplugin/Highlights
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2... |
unsigned int global_var2 = 1;
unsigned int global_var3;
int main(void) {
unsigned int *local_var_ptr = (unsigned int *)global_var2;
global_var3 = *local_var_ptr;
return 0;
} |
// Copyright (c) 2017, Xiaomi, Inc. All rights reserved.
// This source code is licensed under the Apache License Version 2.0, which
// can be found in the LICENSE file in the root directory of this source tree.
#pragma once
#include <time.h>
#include <cctype>
#include <cstring>
#include <queue>
#include <boost/lexi... |
#include <instruction/instruction.h>
#include <stdlib.h>
static uint8_t opcode(MODES mode){
switch(mode){
case RELATIVE: {
return 0xB0;
}default:{
return -1;
}
}
}
Instruction* registerBCSInstruction(){
Instruction* bcs = (Instruction*) malloc(sizeof(Instruction));
bcs->name = "BCS";
bcs->modes_count... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <variant>
#include "flashlight/fl/tensor/TensorBase.h"
namespace fl {
/**
* Represents the last in... |
#ifndef AUDIOMANAGER_H
#define AUDIOMANAGER_H
#include "fmod\inc\fmod.hpp"
#include <map>
#include <string>
#include "AudioEventManager.h"
/**
* FMOD audio library is used to handle audio events. For more information: http://www.fmod.org/
*/
class AudioManager {
public:
// Maintain the manager
inline static Audio... |
#include <stdio.h>
void scilab_rt_contour_d2d2i2d0d0d0s0i2d2_(int in00, int in01, double matrixin0[in00][in01],
int in10, int in11, double matrixin1[in10][in11],
int in20, int in21, int matrixin2[in20][in21],
double scalarin0,
double scalarin1,
double scalarin2,
char* scalarin3,
int ... |
//===--- SwiftTargetInfo.h --------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://swift.org/LI... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "WAPageSheet.h"
#import "WASubscriptionMessageDetailInfoViewDelegate.h"
#import "WASubscriptionMessagePageSheetContentViewDelegate.h"
@class MMUIView<WASubscriptionMessage... |
/*
* H.323 connection tracking helper
*
* Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
* Copyright (c) 2006-2012 Patrick McHardy <kaber@trash.net>
*
* This source code is licensed under General Public License version 2.
*
* Based on the 'brute force' H.323 connection tracking module by
... |
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* dbus-keyring.c Store secret cookies in your homedir
*
* Copyright (C) 2003, 2004 Red Hat Inc.
*
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the te... |
/*
* CentiJSON
* <http://github.com/mity/centijson>
*
* Copyright (c) 2018 Martin Mitas
*
* 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 limita... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:16:53 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/SafariS... |
// auto-generated header by CodeFromTemplate - Connected Vision - https://github.com/ConnectedVision
// CodeFromTemplate Version: 0.3 alpha
// stubs/OutputPin_Stub_VideoImporter_output_VideoMetadata.h
// NEVER TOUCH this file!
#include <IStore.h>
#include <IStoreCV.h>
#include <IConnectedVisionModule.h>
#include <Conn... |
// data.c
void ortho3(gs_vec3* left, gs_vec3* up, gs_vec3 v)
{
*left = (v.z*v.z) < (v.x*v.x) ? gs_v3(v.y,-v.x,0) : gs_v3(0,-v.z,v.y);
*up = gs_vec3_cross(*left, v);
}
gs_poly_t gs_pyramid_poly(gs_vec3 from, gs_vec3 to, float size)
{
/* calculate axis */
gs_vec3 up, right, forward = gs_vec3_norm( gs_vec3_... |
//
// ZMSDKSSOMeetingInterface.h
// ZoomSDKSample
//
// Created by derain on 2018/11/26.
// Copyright © 2018年 zoom.us. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ZMSDKMainWindowController.h"
@interface ZMSDKSSOMeetingInterface : NSObject
- (ZoomSDKError)startVideoMeetingForSSOUser;
- (Zo... |
#ifndef OPTIONSDIALOG_H
#define OPTIONSDIALOG_H
#include <QDialog>
#include <QFont>
#include <QColor>
#include <QString>
namespace Ui {
class OptionsDialog;
}
class OptionsDialog : public QDialog
{
Q_OBJECT
public:
explicit OptionsDialog(QWidget *parent = 0);
~OptionsDialog();
private slots:
void o... |
#include "Command.h"
#include "Economy.h"
#pragma once
class Daily : public Command {
public:
using Command::Command;
Response execute(SleepyDiscord::Message message, SleepyDiscord::User user) override;
}; |
//
// KeypadTableViewController.h
// TTLockSourceCodeDemo
//
// Created by Jinbo Lu on 2019/5/28.
// Copyright © 2019 Sciener. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KeypadTableViewController : UITableViewController
@property(nonatomic,strong)KeyModel *selectedKey;
@end |
///////////////////////////////////////////////////////////////////////////////
// This source file is part of Zeroth.
//
// Copyright (c) 2017 Colin Hill
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// dea... |
/* +---------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| http://www.mrpt.org/ |
| ... |
// CkCompressionW.h: interface for the CkCompressionW class.
//
//////////////////////////////////////////////////////////////////////
// This header is generated for Chilkat 9.5.0.75
#ifndef _CkCompressionW_H
#define _CkCompressionW_H
#include "chilkatDefs.h"
#include "CkString.h"
#include "CkClassWithCallbacksW.... |
/*
* Copyright 2009-2017 Alibaba Cloud 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... |
// Copyright (c) 2015 fjz13. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
#pragma once
#include "Core/Action/Composite/Tween/BaseTweenAction.h"
MEDUSA_BEGIN;
class RateEaseInAction :public BaseTweenAction
{
public:
RateEaseInAction(BaseF... |
// 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 UI_AURA_WINDOW_TREE_HOST_MAC_H_
#define UI_AURA_WINDOW_TREE_HOST_MAC_H_
#include <vector>
#include "base/mac/scoped_nsobject.h"
#include "ui/aur... |
/********************************************************
* *
* Copyright (C) Microsoft. All rights reserved. *
* *
********************************************************/
//---------------------------... |
//===- ARMTargetTransformInfo.h - ARM specific TTI --------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
// RUN: %ucc -o %t %s
// RUN: %t; [ $? -eq 5 ]
main()
{
return _Generic('a', int: 5, char: 2);
} |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:07:58 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/GameCenter... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:24:44 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/Frameworks/ContactsUI.framew... |
/**
* \file platform.h
*
* \brief mbed TLS Platform abstraction layer
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
*... |
#ifndef _TOML_PARSER_H_
#define _TOML_PARSER_H_
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include "lexer.h"
// a recursive descent parser
struct ast_node_t_tag;
typedef void (*ast_node_free_t)(struct ast_node_t_tag *node);
typedef void (*ast_node_dump_t)(struct ast_node_t_tag *node);
typedef void... |
#include <u.h>
#include <libc.h>
#include <bio.h>
#include <mach.h>
#define Extern
#include "mips.h"
char *file = "v.out";
int datasize;
int textbase;
Biobuf bp, bi;
void
main(int argc, char **argv)
{
int pid;
argc--;
argv++;
bioout = &bp;
bin = &bi;
Binit(bioout, 1, OWRITE);
Binit(bin, 0, OREAD);
tlb.on =... |
// generated from `xb buildhlsl`
// source: edram_load_depth_unorm.cs.hlsl
const uint8_t edram_load_depth_unorm_cs[] = {
0x44, 0x58, 0x42, 0x43, 0x79, 0xD6, 0xE3, 0xA9, 0xDC, 0xD4, 0x02, 0xCE,
0xEA, 0x24, 0xEA, 0xB6, 0x90, 0x70, 0x56, 0xB6, 0x01, 0x00, 0x00, 0x00,
0x04, 0x07, 0x00, 0x00, 0x05, 0x00, 0x00, 0... |
// Copyright (c) 2014-2015 The ShadowCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SEC_MESSAGE_H
#define SEC_MESSAGE_H
#include <leveldb/db.h>
#include <leveldb/write_batch.h>
#include "net.h"
#in... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_iOSDemoVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_iOSDemoVersionString[]; |
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:45:14 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/SymptomEvaluator
* classdump-dyld is licensed... |
/*
* Copyright 2012-present 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 a... |
#ifndef FIX50_DERIVATIVESECURITYLIST_H
#define FIX50_DERIVATIVESECURITYLIST_H
#include "Message.h"
namespace FIX50
{
class DerivativeSecurityList : public Message
{
public:
DerivativeSecurityList() : Message(MsgType()) {}
DerivativeSecurityList(const FIX::Message& m) : Message(m) {}
DerivativeSecur... |
//
// Лабораторная работа №6. Динамические массивы.
// crtdynmem.h
// Контроль утечек памяти при помощи библиотеки crtdbg
//
// Этот файл необходимо подключать до любого другого файла,
// содержащего выделение памяти опреатором new.
#pragma once
#if defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defin... |
/**
Generated Main Source File
Company:
Microchip Technology Inc.
File Name:
main.c
Summary:
This is the main file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
Description:
This header file provides implementations for driver APIs for all modules selected in the GUI.
Generation I... |
//
// GMSOverlay.h
// Google Maps SDK for iOS
//
// Copyright 2013 Google LLC
//
// Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of
// Service: https://developers.google.com/maps/terms
//
#import <CoreLocation/CoreLocation.h>
@class GMSMapView;
NS_ASSUME_NONNULL_BEGIN
/**
* GMSOverl... |
#include <stdlib.h>
#include <stdio.h>
#include <voxtrees.h>
#include <gettime.h>
#define N 10000000
int main ()
{
vox_dot *dots = vox_alloc (sizeof(vox_dot)*N);
int i;
double time;
struct vox_node *tree;
vox_dot_set (vox_voxel, 1, 1, 1);
for (i=0; i<N; i++)
{
// XXX: must be uniqu... |
/* -*- mode: c; c-file-style:"stroustrup"; -*- */
/*
* Copyright (c) 2020 Mastercard
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... |
/*
*
* Copyright (c) 2016
* Stony Brook University
* Copyright (c) 2015 - 2016
* Los Alamos National Security, LLC.
* Copyright (c) 2011 - 2016
* University of Houston System and UT-Battelle, LLC.
* Copyright (c) 2009 - 2016
* Silicon Graphics International Corp. SHMEM is copyrighted
* by Silicon G... |
/*
* linux/drivers/message/fusion/mptbase.h
* High performance SCSI + LAN / Fibre Channel device drivers.
* For use with PCI chip/adapter(s):
* LSIFC9xx/LSI409xx Fibre Channel
* running LSI Fusion MPT (Message Passing Technology) firmware.
*
* Copyright (c) 1999-2008 LSI Corporation
* ... |
#pragma once
#include <SFML/Graphics.hpp>
#include "../../Resources/ResourceHolder.h"
#include "../../Input/headers/Player.h"
struct Context
{
Context(sf::RenderWindow& window_,
TextureHolder& textures_,
FontHolder& fonts_,
Player& player_);
sf::RenderWindow* window;
TextureHolder* textures;
FontHolder* font... |
/*
* cmprod3_f.h
* vsip_atest
*
* Created by Randall Judd on 4/26/06.
* Copyright 2006
*
*/
/* $Id: cmprod3_f.h,v 2.1 2006/04/27 01:40:55 judd Exp $ */
static void cmprod3_f(){
printf("********\nTEST cmprod3_f\n");
{
vsip_scalar_f datal_r[] = {1.0, 2.0, 3.0,
5.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.