hexsha stringlengths 40 40 | size int64 5 2.72M | ext stringclasses 5
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 3 976 | max_stars_repo_name stringlengths 5 113 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:01:43 2022-03-31 23:59:48 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 00:06:24 2022-03-31 23:59:53 ⌀ | max_issues_repo_path stringlengths 3 976 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 976 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:19 2022-03-31 23:59:49 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 12:00:57 2022-03-31 23:59:49 ⌀ | content stringlengths 5 2.72M | avg_line_length float64 1.38 573k | max_line_length int64 2 1.01M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4d1d3d3cffabfe9b94ea8bad3e6aea7302cb1af6 | 7,332 | h | C | lsp_shiloh/common/asic/granite/c0/include/JEDI_regstructs.h | internaru/Pinetree_P | 1f1525454c8b20c6c589529ff4bc159404611297 | [
"FSFAP"
] | null | null | null | lsp_shiloh/common/asic/granite/c0/include/JEDI_regstructs.h | internaru/Pinetree_P | 1f1525454c8b20c6c589529ff4bc159404611297 | [
"FSFAP"
] | null | null | null | lsp_shiloh/common/asic/granite/c0/include/JEDI_regstructs.h | internaru/Pinetree_P | 1f1525454c8b20c6c589529ff4bc159404611297 | [
"FSFAP"
] | null | null | null | /*
**************************************************************************************
*
* Copyright (c) 2011 Marvell International, Ltd.
*
**************************************************************************************
*
* Marvell Commercial License Option
*
* If you received this File from Marvell as part of a proprietary software release,
* the File is considered Marvell Proprietary and Confidential Information, and is
* licensed to you under the terms of the applicable Commercial License.
*
**************************************************************************************
*
* Marvell GPL License Option
*
* If you received this File from Marvell as part of a Linux distribution, this File
* is licensed to you in accordance with the terms and conditions of the General Public
* License Version 2, June 1991 (the "GPL License"). You can redistribute it and/or
* modify it under the terms of the GPL License; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GPL License for more details.
*
* You should have received a copy of the GNU General Public License along with this
* program. If not, see http://www.gnu.org/licenses/.
*
**************************************************************************************
*
* \file JEDI_regstructs.h
* Generated using RegBuild 1.6.1
*
*************************************************************************
*/
#ifndef _JEDI_REGSTRUCTS_H_
#define _JEDI_REGSTRUCTS_H_
#include <stdint.h>
//====================================================================
//
//Register File: JEDI Register Set (JEDI)
/** \brief Top-level register file for JEDI block*/
//
//====================================================================
//====================================================================
//
//Register File: RDMA Registers (RDMA)
/** \brief This file defines the registers for the Read DMA for the JPEG Super Block*/
//
//====================================================================
typedef struct RDMA_REGS_s
{
volatile uint32_t DCR; ///< 0x0 [R/W]: JPEG RDMA Configuration Register
volatile uint32_t DAR1; ///< 0x4 [R/W]: JPEG RDMA Address 1 Register
volatile uint32_t DAR2; ///< 0x8 [R/W]: JPEG RDMA Address 2 Register
volatile uint32_t DRCR1; ///< 0xc [R/W]: JPEG RDMA Row Count 1 Register
volatile uint32_t DRCR2; ///< 0x10 [R/W]: JPEG RDMA Row Count 2 Register
volatile uint32_t DLWR; ///< 0x14 [R/W]: JPEG RDMA Line Width Register
volatile uint32_t DTCR; ///< 0x18 [R/W]: JPEG RDMA Transfer Count Register
volatile uint32_t DSTR; ///< 0x1c [W]: JPEG RDMA Start Register
volatile uint32_t DASR; ///< 0x20 [R]: JPEG RDMA Address Status Register
volatile uint32_t DTCSR; ///< 0x24 [R]: JPEG RDMA Transfer Count Status Register
volatile uint32_t DRCSR; ///< 0x28 [R]: JPEG RDMA Row Count Status Register
volatile uint32_t DSR; ///< 0x2c [R]: JPEG RDMA Status Register
volatile uint32_t DRR; ///< 0x30 [R]: JPEG RDMA Result Register
volatile uint32_t DIR; ///< 0x34 [W]: JPEG RDMA Interrupt Register
} RDMA_REGS_t;
//====================================================================
//
//Register File: WDMA Registers (WDMA)
/** \brief This file defines the registers for the Write DMA for the JPEG Super Block*/
//
//====================================================================
typedef struct WDMA_REGS_s
{
volatile uint32_t DCR; ///< 0x0 [R/W]: JPEG WDMA Configuration Register
volatile uint32_t DAR; ///< 0x4 [R/W]: JPEG WDMA Address Register
volatile uint32_t reserved0;
volatile uint32_t DRCR; ///< 0xc [R/W]: JPEG WDMA Row Count Register
volatile uint32_t DIHR; ///< 0x10 [R/W]: JPEG WDMA Image Height Register
volatile uint32_t DLWR; ///< 0x14 [R/W]: JPEG WDMA Line Width Register
volatile uint32_t DTCR; ///< 0x18 [R/W]: JPEG WDMA Transfer Count Register
volatile uint32_t DSTR; ///< 0x1c [W]: JPEG WDMA Start Register
volatile uint32_t DASR; ///< 0x20 [R]: JPEG WDMA Address Status Register
volatile uint32_t DTCSR; ///< 0x24 [R]: JPEG WDMA Transfer Count Status Register
volatile uint32_t DRCSR; ///< 0x28 [R]: JPEG WDMA Row Count Status Register
volatile uint32_t DSR; ///< 0x2c [R]: JPEG WDMA Status Register
volatile uint32_t DRR; ///< 0x30 [R]: JPEG WDMA Result Register
volatile uint32_t DIR; ///< 0x34 [W]: JPEG WDMA Interrupt Register
} WDMA_REGS_t;
//====================================================================
//
//Register File: Color Space Conversion Registers (CSC)
/** \brief Register Descriptions for the 1 CSC block*/
//
//====================================================================
typedef struct CSC_REGS_s
{
volatile uint32_t CCR; ///< 0x0 [R/W]: CSC Configuration Register
volatile uint32_t reserved0[63];
volatile uint32_t MCR0; ///< 0x100 [R/W]: Multiply Coefficient Register (Instance 1 of 9)
volatile uint32_t MCR1; ///< 0x104 [R/W]: Multiply Coefficient Register (Instance 2 of 9)
volatile uint32_t MCR2; ///< 0x108 [R/W]: Multiply Coefficient Register (Instance 3 of 9)
volatile uint32_t MCR3; ///< 0x10c [R/W]: Multiply Coefficient Register (Instance 4 of 9)
volatile uint32_t MCR4; ///< 0x110 [R/W]: Multiply Coefficient Register (Instance 5 of 9)
volatile uint32_t MCR5; ///< 0x114 [R/W]: Multiply Coefficient Register (Instance 6 of 9)
volatile uint32_t MCR6; ///< 0x118 [R/W]: Multiply Coefficient Register (Instance 7 of 9)
volatile uint32_t MCR7; ///< 0x11c [R/W]: Multiply Coefficient Register (Instance 8 of 9)
volatile uint32_t MCR8; ///< 0x120 [R/W]: Multiply Coefficient Register (Instance 9 of 9)
} CSC_REGS_t;
//====================================================================
//
//Register File: MCU_JPEG Registers (MCU_JPEG)
/** \brief Top-level register file for MCU JPEG block*/
//
//====================================================================
typedef struct MCU_JPEG_REGS_s
{
volatile uint32_t MJEN; ///< 0x0 [W]: MCU_JPEG Enable
volatile uint32_t MJCTL; ///< 0x4 [R/W]: MCU_JPEG Control
volatile uint32_t MJSCL; ///< 0x8 [R/W]: MCU_JPEG Scaler Control
volatile uint32_t reserved0;
volatile uint32_t JMACTL; ///< 0x10 [R/W]: JPEG Memory Access Control
volatile uint32_t JMDATA; ///< 0x14 [R/W]: JPEG Memory Data
volatile uint32_t JMOCS; ///< 0x18 [R/W]: JPEG Memory Operation Control/Status
volatile uint32_t MJINT; ///< 0x1c [R/W]: MCU_JPEG Over
volatile uint32_t MJRST; ///< 0x20 [R/W]: Soft Reset
volatile uint32_t JREG0; ///< 0x24 [W]: JPEG Core Internal Register 0
volatile uint32_t JREG1; ///< 0x28 [R/W]: JPEG Core Internal Register 1
volatile uint32_t JREG2; ///< 0x2c [R/W]: JPEG Core Internal Register 2
volatile uint32_t JREG3; ///< 0x30 [R/W]: JPEG Core Internal Register 3
volatile uint32_t JREG4; ///< 0x34 [R/W]: JPEG Core Internal Register 4
volatile uint32_t JREG5; ///< 0x38 [R/W]: JPEG Core Internal Register 5
volatile uint32_t JREG6; ///< 0x3c [R/W]: JPEG Core Internal Register 6
volatile uint32_t JREG7; ///< 0x40 [R/W]: JPEG Core Internal Register 7
} MCU_JPEG_REGS_t;
#endif // JEDI
| 48.236842 | 92 | 0.600791 |
4d1ddf692e4c95c600f4fa5d560952f8051c3475 | 1,558 | h | C | device/bluetooth/bluetooth_gatt_notify_session.h | Wzzzx/chromium-crosswalk | 768dde8efa71169f1c1113ca6ef322f1e8c9e7de | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2019-01-28T08:09:58.000Z | 2021-11-15T15:32:10.000Z | device/bluetooth/bluetooth_gatt_notify_session.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | device/bluetooth/bluetooth_gatt_notify_session.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | 6 | 2020-09-23T08:56:12.000Z | 2021-11-18T03:40:49.000Z | // 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 DEVICE_BLUETOOTH_BLUETOOTH_GATT_NOTIFY_SESSION_H_
#define DEVICE_BLUETOOTH_BLUETOOTH_GATT_NOTIFY_SESSION_H_
#include <string>
#include "base/callback.h"
#include "base/macros.h"
#include "device/bluetooth/bluetooth_export.h"
namespace device {
// A BluetoothGattNotifySession represents an active session for listening
// to value updates from GATT characteristics that support notifications and/or
// indications. Instances are obtained by calling
// BluetoothRemoteGattCharacteristic::StartNotifySession.
class DEVICE_BLUETOOTH_EXPORT BluetoothGattNotifySession {
public:
// Destructor automatically stops this session.
virtual ~BluetoothGattNotifySession();
// Returns the identifier of the associated characteristic.
virtual std::string GetCharacteristicIdentifier() const = 0;
// Returns true if this session is active.
virtual bool IsActive() = 0;
// Stops this session and calls |callback| upon completion. This won't
// necessarily stop value updates from the characteristic -- since updates
// are shared among BluetoothGattNotifySession instances -- but it will
// terminate this session.
virtual void Stop(const base::Closure& callback) = 0;
protected:
BluetoothGattNotifySession();
private:
DISALLOW_COPY_AND_ASSIGN(BluetoothGattNotifySession);
};
} // namespace device
#endif // DEVICE_BLUETOOTH_BLUETOOTH_GATT_NOTIFY_SESSION_H_
| 33.148936 | 79 | 0.793325 |
4d202fbfa990bffaa4fcaa50309532d6a297ca6a | 3,740 | h | C | bench/pipeline/bodytrack/src/FlexImageLib/FlexImageStore.h | wustl-pctg/futurerd | 181e7a6b8a9878f2df683c0417fdcb32ab61d814 | [
"MIT"
] | null | null | null | bench/pipeline/bodytrack/src/FlexImageLib/FlexImageStore.h | wustl-pctg/futurerd | 181e7a6b8a9878f2df683c0417fdcb32ab61d814 | [
"MIT"
] | null | null | null | bench/pipeline/bodytrack/src/FlexImageLib/FlexImageStore.h | wustl-pctg/futurerd | 181e7a6b8a9878f2df683c0417fdcb32ab61d814 | [
"MIT"
] | null | null | null | //-----------------------------------------------------------------------------
// ____ _
// | ___| | ___ _ _
// | ___| | / __)\ \/ /
// | | | |_| ___) | |
// |_| \___|\___)/_/\_\ Image Library Intel Corporation
//
// 2006, Intel Corporation, licensed under Apache 2.0
//
// file : FlexImageStore.h
// author : Scott Ettinger - scott.m.ettinger@intel.com
// description: FlexImageStore definition. Templated image storage object.
// All storage for images is allocated in a FlexImageStore object.
// FlexImageStore objects use a reference counter to track how
// many FlexImage objects are associated with it. When the
// count is zero, it is destroyed by the last FlexImage object to use it.
//
// The smart pointers must be protected by a semaphore lock
// (currently commented out) to be accessed by multiple threads.
//
//
// modified :
//-----------------------------------------------------------------------------
#ifndef FLEXIMAGESTORE_H
#define FLEXIMAGESTORE_H
#include "FlexDefs.h"
template <class T, int C>
class FlexImageStore {
protected:
int mCount;
//CSemaphore mLock;
T *mData; //Pixel Data
FISize mSize; //Image dimensions
int mStepBytes; //Stride in bytes per line (step y)
void Allocate();
public:
///Destructor
~FlexImageStore();
///Default Constructor
FlexImageStore();
///Constructor specifying dimensions
FlexImageStore(int width, int height);
///IPP memory allocation
inline T *FlexMalloc(int widthPixels, int heightPixels, int &pStepBytes);
///Reallocate to new size - returns true if successful
bool SetSize(int width, int height);
//Decrement Reference counter - returns true if zero references remain
bool DecReferences();
///Increment Reference counter
void IncReferences();
///Get function for data pointer
inline T *Data() { return(mData); };
///Get function for image size
inline FISize Size() { return(mSize); };
///Get function for step size (bytes per line)
inline int StepBytes() { return(mStepBytes); };
///Returns false if data is successfully allocated, true if error occurs
bool Err() { return(mData == NULL);} ;
//Sets data pointer directly - Dangerous!! Debug purposes only...
void SetData(T *p) {mData = p;};
};
//Implementation
template <class T, int C>
FlexImageStore<T,C>::FlexImageStore()
{
mCount = 1;
mSize.height = 0;
mSize.width = 0;
mData = NULL;
}
template <class T, int C>
FlexImageStore<T,C>::FlexImageStore(int width, int height)
{ //construct to given size
mCount = 1;
mData = NULL;
SetSize(width, height);
}
template <class T, int C>
bool FlexImageStore<T,C>::SetSize(int width, int height)
{ //reallocate to new size
mSize.width = width;
mSize.height = height;
mData = NULL;
Allocate();
return( Err() );
}
template <class T, int C>
FlexImageStore<T,C>::~FlexImageStore()
{
if(mData != NULL)
free(mData);
}
template <class T, int C>
void FlexImageStore<T,C>::Allocate()
{ //free any existing data
if(mData != NULL)
free(mData);
//Allocate space for pixel data
mData = FlexMalloc(mSize.width, mSize.height, mStepBytes);
}
//update reference counts
template <class T, int C>
bool FlexImageStore<T,C>::DecReferences()
{
//CSingleLock l(mLock, true);
return( (--mCount) == 0);
}
template <class T, int C>
void FlexImageStore<T,C>::IncReferences()
{
//CSingleLock l(mLock, true);
mCount++;
}
template<class T, int C>
T *FlexImageStore<T,C>::FlexMalloc(int widthPixels, int heightPixels, int &StepBytes)
{
StepBytes = widthPixels * C * sizeof(T); //calculate bytes per image line
StepBytes = int((StepBytes - 1) / 4) * 4 + 4; //enforce multiples of 4
return (T *)malloc(size_t(StepBytes * heightPixels));
}
#endif
| 25.442177 | 85 | 0.655348 |
4d216b1f6431483eccb074486be6dcf35b00df6d | 23,953 | c | C | directfb/Kernel/linux-fusion/linux/drivers/char/fusion/call.c | spartan263/vizio_oss | 74270002d874391148119b48882db6816e7deedc | [
"Linux-OpenIB"
] | 4 | 2016-07-01T04:50:02.000Z | 2021-11-14T21:29:42.000Z | directfb/Kernel/linux-fusion/linux/drivers/char/fusion/call.c | spartan263/vizio_oss | 74270002d874391148119b48882db6816e7deedc | [
"Linux-OpenIB"
] | null | null | null | directfb/Kernel/linux-fusion/linux/drivers/char/fusion/call.c | spartan263/vizio_oss | 74270002d874391148119b48882db6816e7deedc | [
"Linux-OpenIB"
] | null | null | null | /*
(c) Copyright 2002-2011 The world wide DirectFB Open Source Community (directfb.org)
(c) Copyright 2002-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <dok@directfb.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 of the License, or (at your option) any later version.
*/
//#define FUSION_ENABLE_DEBUG
#ifdef HAVE_LINUX_CONFIG_H
#include <linux/config.h>
#endif
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 35)
#include <linux/smp_lock.h>
#endif
#include <linux/sched.h>
#include <linux/fusion.h>
#include "fusiondev.h"
#include "fusionee.h"
#include "list.h"
#include "skirmish.h"
#include "call.h"
typedef struct {
FusionLink link;
Fusionee *caller;
int ret_val;
bool executed;
FusionWaitQueue wait;
int call_id;
unsigned int serial;
int caller_pid;
unsigned int ret_size;
unsigned int ret_length;
/* return data follows */
} FusionCallExecution;
typedef struct {
FusionEntry entry;
Fusionee *fusionee; /* owner */
void *handler;
void *ctx;
FusionLink *executions;
int count; /* number of calls ever made */
unsigned int serial;
} FusionCall;
/* collection, required for 1-param-only passing */
struct fusion_construct_ctx {
Fusionee *fusionee;
FusionCallNew *call_new;
};
/******************************************************************************/
static FusionCallExecution *add_execution(FusionCall * call,
Fusionee * caller,
unsigned int serial,
unsigned int ret_size);
static void remove_execution(FusionCall * call,
FusionCallExecution * execution);
static void free_all_executions(FusionCall * call);
/******************************************************************************/
static int
fusion_call_construct(FusionEntry * entry, void *ctx, void *create_ctx)
{
FusionCall *call = (FusionCall *) entry;
struct fusion_construct_ctx *cc =
(struct fusion_construct_ctx *)create_ctx;
call->fusionee = cc->fusionee;
call->handler = cc->call_new->handler;
call->ctx = cc->call_new->ctx;
cc->call_new->call_id = entry->id;
return 0;
}
static void fusion_call_destruct(FusionEntry * entry, void *ctx)
{
FusionCall *call = (FusionCall *) entry;
free_all_executions(call);
}
__attribute__((unused))
static void print_call( FusionCall* call )
{
FusionEntry *entry;
FusionLink *e;
entry = &call->entry;
printk( KERN_CRIT "%-2d %s, fid:%lu, %d calls)",
entry->id,
entry->name[0] ? entry->name : "???",
call->fusionee->id,
call->count);
fusion_list_foreach(e, call->executions) {
FusionCallExecution *exec = (FusionCallExecution *) e;
printk( "/%lx:%s",
exec->caller ? fusionee_id(exec->caller) : -1,
exec->executed ? "idle" : "busy" );
}
printk("\n");
}
static void
fusion_call_print(FusionEntry * entry, void *ctx, struct seq_file *p)
{
FusionLink *e;
bool idle = true;
FusionCall *call = (FusionCall *) entry;
if (call->executions)
idle = ((FusionCallExecution *) call->executions)->executed;
seq_printf(p, "(%d calls) %s",
call->count, idle ? "idle" : "executing");
fusion_list_foreach(e, call->executions) {
FusionCallExecution *exec = (FusionCallExecution *) e;
seq_printf(p, " [0x%08lx]",
exec->caller ? fusionee_id(exec->caller) : 0);
}
seq_printf(p, "\n");
}
FUSION_ENTRY_CLASS(FusionCall, call, fusion_call_construct,
fusion_call_destruct, fusion_call_print)
/******************************************************************************/
int fusion_call_init(FusionDev * dev)
{
fusion_entries_init(&dev->call, &call_class, dev, dev);
fusion_entries_create_proc_entry(dev, "calls", &dev->call);
return 0;
}
void fusion_call_deinit(FusionDev * dev)
{
fusion_entries_destroy_proc_entry(dev, "calls");
fusion_entries_deinit(&dev->call);
}
/******************************************************************************/
int fusion_call_new(FusionDev * dev, Fusionee *fusionee, FusionCallNew * call_new)
{
int id;
int ret;
struct fusion_construct_ctx cc = { fusionee, call_new};
ret = fusion_entry_create(&dev->call, &id, &cc, fusionee_id(fusionee));
if (ret)
return ret;
return 0;
}
int
fusion_call_execute(FusionDev * dev, Fusionee * fusionee,
FusionCallExecute * execute)
{
int ret;
FusionCall *call;
FusionCallExecution *execution = NULL;
FusionCallMessage message;
unsigned int serial;
FUSION_DEBUG( "%s( dev %p, fusionee %p, execute %p )\n", __FUNCTION__, dev, fusionee, execute );
/* Lookup and lock call. */
ret = fusion_call_lookup(&dev->call, execute->call_id, &call);
if (ret)
return ret;
FUSION_DEBUG( " -> call %u '%s'\n", call->entry.id, call->entry.name );
do {
serial = ++call->serial;
} while (!serial);
/* Add execution to receive the result. */
if (fusionee && !(execute->flags & FCEF_ONEWAY)) {
execution = add_execution(call, fusionee, serial, 0);
if (!execution)
return -ENOMEM;
FUSION_DEBUG( " -> execution %p, serial %u\n", execution, execution->serial );
}
/* Fill call message. */
message.handler = call->handler;
message.ctx = call->ctx;
message.caller = fusionee ? fusionee_id(fusionee) : 0;
message.call_arg = execute->call_arg;
message.call_ptr = execute->call_ptr;
message.serial = execution ? serial : 0;
FUSION_DEBUG( " -> sending call message, caller %u\n", message.caller );
/* Put message into queue of callee. */
ret = fusionee_send_message2(dev, fusionee, call->fusionee, FMT_CALL,
call->entry.id, 0, sizeof(message),
&message, FMC_NONE, NULL, 1, NULL, 0);
if (ret) {
FUSION_DEBUG( " -> MESSAGE SENDING FAILED! (ret %u)\n", ret );
if (execution) {
remove_execution(call, execution);
fusion_core_free( fusion_core, execution);
}
return ret;
}
call->count++;
/* When waiting for a result... */
if (execution) {
FUSION_DEBUG( " -> message sent, transfering all skirmishs...\n" );
/* Transfer held skirmishs (locks). */
fusion_skirmish_transfer_all(dev, call->fusionee->id,
fusionee_id(fusionee),
fusion_core_pid( fusion_core ),
serial);
/* Unlock call and wait for execution result. TODO: add timeout? */
FUSION_DEBUG( " -> skirmishs transferred, sleeping on call...\n" );
fusion_core_wq_wait( fusion_core, &execution->wait, 0 );
if (signal_pending(current)) {
FUSION_DEBUG( " -> woke up, SIGNAL PENDING!\n" );
/* Indicate that a signal was received and execution won't be freed by caller. */
execution->caller = NULL;
return -EINTR;
}
/* Return result to calling process. */
execute->ret_val = execution->ret_val;
/* Free execution, which has already been removed by callee. */
fusion_core_free( fusion_core, execution);
FUSION_DEBUG( " -> woke up, ret val %u, reclaiming skirmishs...\n", execute->ret_val );
/* Reclaim skirmishs. */
fusion_skirmish_reclaim_all(dev, fusion_core_pid( fusion_core ));
}
else {
FUSION_DEBUG( " -> message sent, not waiting.\n" );
}
return 0;
}
int
fusion_call_execute2(FusionDev * dev, Fusionee * fusionee,
FusionCallExecute2 * execute)
{
int ret;
FusionCall *call;
FusionCallExecution *execution = NULL;
FusionCallMessage message;
unsigned int serial;
FUSION_DEBUG( "%s( dev %p, fusionee %p, execute %p )\n", __FUNCTION__, dev, fusionee, execute );
/* Lookup and lock call. */
ret = fusion_call_lookup(&dev->call, execute->call_id, &call);
if (ret)
return ret;
FUSION_DEBUG( " -> call %u '%s'\n", call->entry.id, call->entry.name );
do {
serial = ++call->serial;
} while (!serial);
/* Add execution to receive the result. */
if (fusionee && !(execute->flags & FCEF_ONEWAY)) {
execution = add_execution(call, fusionee, serial, 0);
if (!execution)
return -ENOMEM;
FUSION_DEBUG( " -> execution %p, serial %u\n", execution, execution->serial );
}
/* Fill call message. */
message.handler = call->handler;
message.ctx = call->ctx;
message.caller = fusionee ? fusionee_id(fusionee) : 0;
message.call_arg = execute->call_arg;
message.call_ptr = NULL;
message.serial = execution ? serial : 0;
FUSION_DEBUG( " -> sending call message, caller %u\n", message.caller );
/* Put message into queue of callee. */
ret = fusionee_send_message2(dev, fusionee, call->fusionee, FMT_CALL,
call->entry.id, 0, sizeof(FusionCallMessage),
&message, FMC_NONE, NULL, 1, execute->ptr, execute->length);
if (ret) {
FUSION_DEBUG( " -> MESSAGE SENDING FAILED! (ret %u)\n", ret );
if (execution) {
remove_execution(call, execution);
fusion_core_free( fusion_core, execution);
}
return ret;
}
call->count++;
/* When waiting for a result... */
if (execution) {
FUSION_DEBUG( " -> message sent, transfering all skirmishs...\n" );
/* Transfer held skirmishs (locks). */
fusion_skirmish_transfer_all(dev, call->fusionee->id,
fusionee_id(fusionee),
fusion_core_pid( fusion_core ),
serial);
/* Unlock call and wait for execution result. TODO: add timeout? */
FUSION_DEBUG( " -> skirmishs transferred, sleeping on call...\n" );
fusion_core_wq_wait( fusion_core, &execution->wait, 0 );
if (signal_pending(current)) {
FUSION_DEBUG( " -> woke up, SIGNAL PENDING!\n" );
/* Indicate that a signal was received and execution won't be freed by caller. */
execution->caller = NULL;
return -EINTR;
}
/* Return result to calling process. */
execute->ret_val = execution->ret_val;
/* Free execution, which has already been removed by callee. */
fusion_core_free( fusion_core, execution);
FUSION_DEBUG( " -> woke up, ret val %u, reclaiming skirmishs...\n", execute->ret_val );
/* Reclaim skirmishs. */
fusion_skirmish_reclaim_all(dev, fusion_core_pid( fusion_core ));
}
else {
FUSION_DEBUG( " -> message sent, not waiting.\n" );
}
return 0;
}
int
fusion_call_return(FusionDev * dev, int fusion_id, FusionCallReturn * call_ret)
{
int ret;
FusionCall *call;
FusionCallExecution *execution;
if ( (dev->api.major >= 4) && (call_ret->serial == 0) )
return -EOPNOTSUPP;
/* Lookup and lock call. */
ret = fusion_call_lookup(&dev->call, call_ret->call_id, &call);
if (ret)
return ret;
/* Search for execution, starting with oldest. */
direct_list_foreach (execution, call->executions) {
if ((execution->executed)
|| (execution->call_id != call_ret->call_id)
|| ((dev->api.major >= 4)
&& (execution->serial != call_ret->serial))) {
continue;
}
/*
* Check if caller received a signal while waiting for the result.
*
* TODO: This is not completely solved. Restarting the system call
* should be possible without causing another execution.
*/
if (!execution->caller) {
/* Remove and free execution. */
remove_execution(call, execution);
fusion_core_free( fusion_core, execution);
return -EIDRM;
}
/* Write result to execution. */
execution->ret_val = call_ret->val;
execution->executed = true;
/* Remove execution, freeing is up to caller. */
remove_execution(call, execution);
/* FIXME: Caller might still have received a signal since check above. */
FUSION_ASSERT(execution->caller != NULL);
/* Return skirmishs. */
fusion_skirmish_return_all(dev, fusion_id, execution->caller_pid, execution->serial);
/* Wake up caller. */
fusion_core_wq_wake( fusion_core, &execution->wait);
return 0;
}
/* DirectFB 1.0.x does not handle one-way-calls properly */
if (dev->api.major <= 3)
return 0;
return -ENOMSG;
}
int
fusion_call_execute3(FusionDev * dev, Fusionee * fusionee,
FusionCallExecute3 * execute)
{
int ret;
FusionCall *call;
FusionCallExecution *execution = NULL;
FusionCallMessage3 message;
unsigned int serial;
FUSION_DEBUG( "%s( dev %p, fusionee %p, execute %p )\n", __FUNCTION__, dev, fusionee, execute );
/* Lookup and lock call. */
ret = fusion_call_lookup(&dev->call, execute->call_id, &call);
if (ret)
return ret;
FUSION_DEBUG( " -> call %u '%s'\n", call->entry.id, call->entry.name );
do {
serial = ++call->serial;
} while (!serial);
/* Add execution to receive the result. */
if (fusionee && !(execute->flags & FCEF_ONEWAY)) {
execution = add_execution(call, fusionee, serial, execute->ret_length);
if (!execution)
return -ENOMEM;
FUSION_DEBUG( " -> execution %p, serial %u\n", execution, execution->serial );
}
/* Fill call message. */
message.handler = call->handler;
message.ctx = call->ctx;
message.caller = fusionee ? fusionee_id(fusionee) : 0;
message.call_arg = execute->call_arg;
message.call_ptr = NULL;
message.call_length = execute->length;
message.ret_length = execute->ret_length;
message.serial = execution ? serial : 0;
FUSION_DEBUG( " -> sending call message, caller %u, ptr %p, length %u\n", message.caller, execute->ptr, execute->length );
/* Put message into queue of callee. */
ret = fusionee_send_message2(dev, fusionee, call->fusionee, FMT_CALL3,
call->entry.id, 0, sizeof(FusionCallMessage3),
&message, FMC_NONE, NULL, 1, execute->ptr, execute->length);
if (ret) {
FUSION_DEBUG( " -> MESSAGE SENDING FAILED! (ret %u)\n", ret );
if (execution) {
remove_execution(call, execution);
fusion_core_free( fusion_core, execution);
}
return ret;
}
call->count++;
/* When waiting for a result... */
if (execution) {
FUSION_DEBUG( " -> message sent, transfering all skirmishs...\n" );
/* Transfer held skirmishs (locks). */
fusion_skirmish_transfer_all(dev, call->fusionee->id,
fusionee_id(fusionee),
fusion_core_pid( fusion_core ),
serial);
/* Unlock call and wait for execution result. TODO: add timeout? */
FUSION_DEBUG( " -> skirmishs transferred, sleeping on call...\n" );
fusion_core_wq_wait( fusion_core, &execution->wait, 0 );
if (signal_pending(current)) {
FUSION_DEBUG( " -> woke up, SIGNAL PENDING!\n" );
/* Indicate that a signal was received and execution won't be freed by caller. */
execution->caller = NULL;
return -EINTR;
}
/* Return result to calling process. */
if (execution->ret_length) {
FUSION_DEBUG( " -> ret_length %u, ret_size %u, ret_ptr %p\n", execution->ret_length, execution->ret_size, execute->ret_ptr );
FUSION_ASSERT( execution->ret_length <= execution->ret_size );
if (copy_to_user( execute->ret_ptr, execution + 1, execution->ret_length )) {
FUSION_DEBUG( " -> ERROR COPYING RETURN DATA TO USER!\n" );
ret = -EFAULT;
}
}
else
ret = -ENODATA;
execute->ret_length = execution->ret_length;
/* Free execution, which has already been removed by callee. */
fusion_core_free( fusion_core, execution );
FUSION_DEBUG( " -> woke up, ret length %u, reclaiming skirmishs...\n", execute->ret_length );
/* Reclaim skirmishs. */
fusion_skirmish_reclaim_all(dev, fusion_core_pid( fusion_core ));
}
else {
FUSION_DEBUG( " -> message sent, not waiting.\n" );
}
return ret;
}
int
fusion_call_return3(FusionDev * dev, int fusion_id, FusionCallReturn3 * call_ret)
{
int ret;
FusionCall *call;
FusionCallExecution *execution;
if ( (dev->api.major >= 4) && (call_ret->serial == 0) )
return -EOPNOTSUPP;
/* Lookup and lock call. */
ret = fusion_call_lookup(&dev->call, call_ret->call_id, &call);
if (ret)
return ret;
/* Search for execution, starting with oldest. */
direct_list_foreach (execution, call->executions) {
if ((execution->executed)
|| (execution->call_id != call_ret->call_id)
|| ((dev->api.major >= 4)
&& (execution->serial != call_ret->serial))) {
continue;
}
/*
* Check if caller received a signal while waiting for the result.
*
* TODO: This is not completely solved. Restarting the system call
* should be possible without causing another execution.
*/
FUSION_ASSUME(execution->caller != NULL);
if (!execution->caller) {
/* Remove and free execution. */
remove_execution(call, execution);
fusion_core_free( fusion_core, execution);
return -EIDRM;
}
if (execution->ret_size < call_ret->length) {
/* Remove and free execution. */
remove_execution(call, execution);
fusion_core_free( fusion_core, execution);
return -E2BIG;
}
/* Write result to execution. */
if (copy_from_user( execution + 1, call_ret->ptr, call_ret->length )) {
/* Remove and free execution. */
remove_execution(call, execution);
fusion_core_free( fusion_core, execution);
return -EFAULT;
}
execution->ret_length = call_ret->length;
execution->executed = true;
/* Remove execution, freeing is up to caller. */
remove_execution(call, execution);
/* FIXME: Caller might still have received a signal since check above. */
FUSION_ASSERT(execution->caller != NULL);
/* Return skirmishs. */
fusion_skirmish_return_all(dev, fusion_id, execution->caller_pid, execution->serial);
/* Wake up caller. */
fusion_core_wq_wake( fusion_core, &execution->wait);
return 0;
}
/* DirectFB 1.0.x does not handle one-way-calls properly */
if (dev->api.major <= 3)
return 0;
return -ENOMSG;
}
int fusion_call_destroy(FusionDev * dev, Fusionee *fusionee, int call_id)
{
int ret;
FusionCall *call;
FusionCallExecution *execution;
do {
/* Wait for all messages being processed. */
ret =
fusionee_wait_processing(dev, fusionee->id, FMT_CALL, call_id);
if (ret)
return ret;
ret = fusion_call_lookup(&dev->call, call_id, &call);
if (ret)
return ret;
/* in secure mode, check if we own the call. */
if (dev->secure && call->fusionee != fusionee)
return -EIO;
/* If an execution is pending... */
execution = (FusionCallExecution *) call->executions;
if (execution) {
/* Unlock call and wait for execution. TODO: add timeout? */
fusion_core_wq_wait( fusion_core, &execution->wait, 0);
if (signal_pending(current))
return -EINTR;
}
} while (execution);
fusion_entry_destroy_locked(call->entry.entries, &call->entry);
return 0;
}
void fusion_call_destroy_all(FusionDev * dev, Fusionee *fusionee)
{
FusionLink *l;
FUSION_DEBUG( "%s( dev %p, fusion_id %lu )\n", __FUNCTION__, dev, fusionee->id );
l = dev->call.list;
while (l) {
FusionLink *next = l->next;
FusionCall *call = (FusionCall *) l;
if (call->fusionee == fusionee)
fusion_entry_destroy_locked(call->entry.entries,
&call->entry);
l = next;
}
}
/******************************************************************************/
static FusionCallExecution *add_execution(FusionCall * call,
Fusionee * caller,
unsigned int serial,
unsigned int ret_size)
{
FusionCallExecution *execution;
FUSION_DEBUG( "%s( call %p [%u], caller %p [%lu], serial %i )\n", __FUNCTION__, call, call->entry.id, caller, caller->id, serial );
/* Allocate execution. */
execution = fusion_core_malloc( fusion_core, sizeof(FusionCallExecution) + ret_size );
if (!execution)
return NULL;
/* Initialize execution. */
memset(execution, 0, sizeof(FusionCallExecution));
execution->caller = caller;
execution->caller_pid = fusion_core_pid( fusion_core );
execution->call_id = call->entry.id;
execution->serial = serial;
execution->ret_size = ret_size;
fusion_core_wq_init( fusion_core, &execution->wait);
/* Add execution. */
direct_list_append(&call->executions, &execution->link);
return execution;
}
static void remove_execution(FusionCall * call, FusionCallExecution * execution)
{
FUSION_DEBUG( "%s( call %p [%u], execution %p )\n", __FUNCTION__, call, call->entry.id, execution );
fusion_list_remove(&call->executions, &execution->link);
}
static void free_all_executions(FusionCall * call)
{
FusionCallExecution *execution, *next;
FUSION_DEBUG( "%s( call %p [%u] )\n", __FUNCTION__, call, call->entry.id );
direct_list_foreach_safe (execution, next, call->executions) {
remove_execution( call, execution );
fusion_core_wq_wake( fusion_core, &execution->wait );
if (!execution->caller)
fusion_core_free( fusion_core, execution );
}
}
| 31.148244 | 141 | 0.56494 |
4d23354ddcb9248691502545c77260ab6df8a056 | 1,479 | h | C | PrivateFrameworks/NewsCore.framework/FCFileCoordinatedDictionary.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | 36 | 2016-04-20T04:19:04.000Z | 2018-10-08T04:12:25.000Z | PrivateFrameworks/NewsCore.framework/FCFileCoordinatedDictionary.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | null | null | null | PrivateFrameworks/NewsCore.framework/FCFileCoordinatedDictionary.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | 10 | 2016-06-16T02:40:44.000Z | 2019-01-15T03:31:45.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
*/
@interface FCFileCoordinatedDictionary : NSObject <NSFilePresenter> {
NSOperationQueue * _accessQueue;
NSURL * _fileURL;
NSOperationQueue * _presentedItemOperationQueue;
NSURL * _presentedItemURL;
}
@property (nonatomic, retain) NSOperationQueue *accessQueue;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, copy) NSString *description;
@property (nonatomic, copy) NSURL *fileURL;
@property (readonly) unsigned long long hash;
@property long long maxConcurrentOperationCount;
@property (readonly, retain) NSOperationQueue *presentedItemOperationQueue;
@property (readonly, copy) NSURL *presentedItemURL;
@property (readonly, copy) NSURL *primaryPresentedItemURL;
@property (readonly) Class superclass;
- (void).cxx_destruct;
- (id)_readFromFileURL:(id)arg1;
- (bool)_writeDictionary:(id)arg1 toFileURL:(id)arg2;
- (id)accessQueue;
- (id)fileURL;
- (id)init;
- (id)initWithFileURL:(id)arg1;
- (long long)maxConcurrentOperationCount;
- (id)presentedItemOperationQueue;
- (id)presentedItemURL;
- (void)readWithAccessor:(id /* block */)arg1;
- (void)replaceWithEntriesFromDictionary:(id)arg1 completion:(id /* block */)arg2;
- (void)setAccessQueue:(id)arg1;
- (void)setFileURL:(id)arg1;
- (void)setMaxConcurrentOperationCount:(long long)arg1;
- (void)writeWithAccessor:(id /* block */)arg1 completion:(id /* block */)arg2;
@end
| 36.073171 | 82 | 0.76741 |
4d2393ed55831f7b8e18e79fd04c047896906832 | 6,567 | h | C | OpenTESArena/src/World/LevelData.h | faha223/OpenTESArena | ae8f704bd4d10a478aef890b26903bee1f5dd01f | [
"MIT"
] | null | null | null | OpenTESArena/src/World/LevelData.h | faha223/OpenTESArena | ae8f704bd4d10a478aef890b26903bee1f5dd01f | [
"MIT"
] | null | null | null | OpenTESArena/src/World/LevelData.h | faha223/OpenTESArena | ae8f704bd4d10a478aef890b26903bee1f5dd01f | [
"MIT"
] | null | null | null | #ifndef LEVEL_DATA_H
#define LEVEL_DATA_H
#include <array>
#include <cstdint>
#include <memory>
#include <string>
#include <tuple>
#include <unordered_map>
#include <vector>
#include "VoxelGrid.h"
#include "../Assets/ArenaTypes.h"
#include "../Assets/INFFile.h"
#include "../Assets/MIFFile.h"
#include "../Entities/EntityManager.h"
#include "../Math/Vector2.h"
// Base class for each active "space" in the game. Exteriors only have one level, but
// interiors can have several.
// Arena's level origins start at the top-right corner of the map, so X increases
// going to the left, and Z increases going down. The wilderness uses this same
// pattern. Each chunk looks like this:
// +++++++ <- Origin (0, 0)
// +++++++
// +++++++
// +++++++
// ^
// |
// Max (mapWidth - 1, mapDepth - 1)
class ArenaRandom;
class ExeData;
class Game;
class Location;
class MiscAssets;
class Renderer;
class TextureManager;
enum class WorldType;
class LevelData
{
public:
// Mapping of .INF flat index to instances in the game world.
class FlatDef
{
private:
int flatIndex; // Index in .INF file flats and flat textures.
std::vector<Int2> positions;
public:
FlatDef(int flatIndex);
int getFlatIndex() const;
const std::vector<Int2> &getPositions() const;
void addPosition(const Int2 &position);
};
class Lock
{
private:
Int2 position;
int lockLevel;
public:
Lock(const Int2 &position, int lockLevel);
const Int2 &getPosition() const;
int getLockLevel() const;
};
// Each text trigger is paired with a boolean telling whether it should be displayed once.
class TextTrigger
{
private:
std::string text;
bool displayedOnce, previouslyDisplayed;
public:
TextTrigger(const std::string &text, bool displayedOnce);
const std::string &getText() const;
bool isSingleDisplay() const;
bool hasBeenDisplayed() const;
void setPreviouslyDisplayed(bool previouslyDisplayed);
};
class DoorState
{
public:
enum class Direction { None, Opening, Closing };
private:
static constexpr double DEFAULT_SPEED = 1.30; // @todo: currently arbitrary value.
Int2 voxel;
double percentOpen;
Direction direction;
public:
DoorState(const Int2 &voxel, double percentOpen, DoorState::Direction direction);
// Defaults to opening state (as if the player had just activated it).
DoorState(const Int2 &voxel);
const Int2 &getVoxel() const;
double getPercentOpen() const;
// Returns whether the door's current direction is closing. This is used to make
// sure that sounds are only played once when a door begins closing.
bool isClosing() const;
// Removed from open doors list when true. The code that manages open doors should
// update the doors before removing closed ones.
bool isClosed() const;
void setDirection(DoorState::Direction direction);
void update(double dt);
};
class FadeState
{
private:
Int3 voxel;
double currentSeconds, targetSeconds;
public:
static constexpr double DEFAULT_SECONDS = 1.0;
FadeState(const Int3 &voxel, double targetSeconds);
FadeState(const Int3 &voxel);
const Int3 &getVoxel() const;
double getPercentDone() const;
bool isDoneFading() const;
void update(double dt);
};
private:
// Mappings of IDs to voxel data indices. Chasms are treated separately since their voxel
// data index is also a function of the four adjacent voxels. These maps are stored here
// because they might be shared between multiple calls to read{FLOR,MAP1,MAP2}().
std::vector<std::pair<uint16_t, int>> wallDataMappings, floorDataMappings, map2DataMappings;
std::vector<std::tuple<uint16_t, std::array<bool, 4>, int>> chasmDataMappings;
VoxelGrid voxelGrid;
EntityManager entityManager;
INFFile inf;
std::vector<FlatDef> flatsLists;
std::unordered_map<Int2, Lock> locks;
std::vector<DoorState> openDoors;
std::vector<FadeState> fadingVoxels;
std::string name;
void addFlatInstance(int flatIndex, const Int2 &flatPosition);
protected:
// Used by derived LevelData load methods.
LevelData(int gridWidth, int gridHeight, int gridDepth, const std::string &infName,
const std::string &name);
void setVoxel(int x, int y, int z, uint16_t id);
void readFLOR(const uint16_t *flor, const INFFile &inf, int gridWidth, int gridDepth);
void readMAP1(const uint16_t *map1, const INFFile &inf, WorldType worldType,
int gridWidth, int gridDepth, const ExeData &exeData);
void readMAP2(const uint16_t *map2, const INFFile &inf, int gridWidth, int gridDepth);
void readCeiling(const INFFile &inf, int width, int depth);
void readLocks(const std::vector<ArenaTypes::MIFLock> &locks, int width, int depth);
// Gets voxel IDs surrounding the given voxel. If one of the IDs would point to a voxel
// outside the grid, it is air.
void getAdjacentVoxelIDs(const Int3 &voxel, uint16_t *outNorthID, uint16_t *outSouthID,
uint16_t *outEastID, uint16_t *outWestID) const;
// Refreshes a chasm voxel, after one of its neighbors presumably just changed from a
// floor voxel.
void tryUpdateChasmVoxel(const Int3 &voxel);
// Gets the new voxel ID of a floor voxel after figuring out what chasm it would be.
uint16_t getChasmIdFromFadedFloorVoxel(const Int3 &voxel);
void updateFadingVoxels(double dt);
public:
LevelData(LevelData&&) = default;
virtual ~LevelData();
const std::string &getName() const;
double getCeilingHeight() const;
std::vector<FlatDef> &getFlats();
const std::vector<FlatDef> &getFlats() const;
std::vector<DoorState> &getOpenDoors();
const std::vector<DoorState> &getOpenDoors() const;
std::vector<FadeState> &getFadingVoxels();
const std::vector<FadeState> &getFadingVoxels() const;
const INFFile &getInfFile() const;
EntityManager &getEntityManager();
const EntityManager &getEntityManager() const;
VoxelGrid &getVoxelGrid();
const VoxelGrid &getVoxelGrid() const;
// Returns a pointer to some lock if the given voxel has a lock, or null if it doesn't.
const Lock *getLock(const Int2 &voxel) const;
// Returns whether a level is considered an outdoor dungeon. Only true for some interiors.
virtual bool isOutdoorDungeon() const = 0;
// Sets this level active in the renderer. It's virtual so derived level data classes can
// do some extra work (like set interior sky colors in the renderer).
virtual void setActive(bool nightLightsAreActive, const WorldData &worldData,
const Location &location, const MiscAssets &miscAssets, TextureManager &textureManager,
Renderer &renderer);
// Ticks the level data by delta time. Does nothing by default.
virtual void tick(Game &game, double dt);
};
#endif
| 30.686916 | 93 | 0.740369 |
4d2566540af20ffe12e90457c99d1ba47df0f570 | 2,685 | h | C | third_party/LLVM/lib/Target/PTX/PTXISelLowering.h | fugu-helper/android_external_swiftshader | f74bf2ec77013b9241dc708f7f8615426c136ce6 | [
"Apache-2.0"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | third_party/LLVM/lib/Target/PTX/PTXISelLowering.h | ddrmax/swiftshader-ex | 2d975b5090e778857143c09c21aa24255f41e598 | [
"Apache-2.0"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | third_party/LLVM/lib/Target/PTX/PTXISelLowering.h | ddrmax/swiftshader-ex | 2d975b5090e778857143c09c21aa24255f41e598 | [
"Apache-2.0"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | //==-- PTXISelLowering.h - PTX DAG Lowering Interface ------------*- C++ -*-==//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file defines the interfaces that PTX uses to lower LLVM code into a
// selection DAG.
//
//===----------------------------------------------------------------------===//
#ifndef PTX_ISEL_LOWERING_H
#define PTX_ISEL_LOWERING_H
#include "llvm/Target/TargetLowering.h"
namespace llvm {
class PTXSubtarget;
class PTXTargetMachine;
namespace PTXISD {
enum NodeType {
FIRST_NUMBER = ISD::BUILTIN_OP_END,
LOAD_PARAM,
STORE_PARAM,
READ_PARAM,
WRITE_PARAM,
EXIT,
RET,
COPY_ADDRESS,
CALL
};
} // namespace PTXISD
class PTXTargetLowering : public TargetLowering {
public:
explicit PTXTargetLowering(TargetMachine &TM);
virtual const char *getTargetNodeName(unsigned Opcode) const;
virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const;
virtual SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
virtual SDValue
LowerFormalArguments(SDValue Chain,
CallingConv::ID CallConv,
bool isVarArg,
const SmallVectorImpl<ISD::InputArg> &Ins,
DebugLoc dl,
SelectionDAG &DAG,
SmallVectorImpl<SDValue> &InVals) const;
virtual SDValue
LowerReturn(SDValue Chain,
CallingConv::ID CallConv,
bool isVarArg,
const SmallVectorImpl<ISD::OutputArg> &Outs,
const SmallVectorImpl<SDValue> &OutVals,
DebugLoc dl,
SelectionDAG &DAG) const;
virtual SDValue
LowerCall(SDValue Chain, SDValue Callee,
CallingConv::ID CallConv, bool isVarArg,
bool &isTailCall,
const SmallVectorImpl<ISD::OutputArg> &Outs,
const SmallVectorImpl<SDValue> &OutVals,
const SmallVectorImpl<ISD::InputArg> &Ins,
DebugLoc dl, SelectionDAG &DAG,
SmallVectorImpl<SDValue> &InVals) const;
virtual EVT getSetCCResultType(EVT VT) const;
virtual unsigned getNumRegisters(LLVMContext &Context, EVT VT);
private:
SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
}; // class PTXTargetLowering
} // namespace llvm
#endif // PTX_ISEL_LOWERING_H
| 31.22093 | 80 | 0.579888 |
4d27407942d3f396ff46781057a0e842eb4dce98 | 38,731 | c | C | third-party/gasnet/gasnet-src/extended-ref/coll/gasnet_trees.c | ram-nad/chapel | 1d4aae17e58699c1481d2b2209c9d1fcd2658fc8 | [
"ECL-2.0",
"Apache-2.0"
] | 7 | 2015-03-02T01:42:08.000Z | 2021-05-11T22:04:04.000Z | third-party/gasnet/gasnet-src/extended-ref/coll/gasnet_trees.c | ram-nad/chapel | 1d4aae17e58699c1481d2b2209c9d1fcd2658fc8 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2019-09-19T17:35:56.000Z | 2019-09-19T20:54:12.000Z | third-party/gasnet/gasnet-src/extended-ref/coll/gasnet_trees.c | ram-nad/chapel | 1d4aae17e58699c1481d2b2209c9d1fcd2658fc8 | [
"ECL-2.0",
"Apache-2.0"
] | 6 | 2015-03-01T13:02:20.000Z | 2021-02-27T01:55:40.000Z | /* $Source: bitbucket.org:berkeleylab/gasnet.git/extended-ref/coll/gasnet_trees.c $
* Description: Reference implemetation of GASNet Collectives team
* Copyright 2009, Rajesh Nishtala <rajeshn@eecs.berkeley.edu>, Paul H. Hargrove <PHHargrove@lbl.gov>, Dan Bonachea <bonachea@cs.berkeley.edu>
* Terms of use are as specified in license.txt
*/
#include <coll/gasnet_trees.h>
#ifndef _GASNET_TREES_H
#error TREES_H MISSING!!
#endif
// Global data:
gasnete_coll_tree_type_t gasnetc_tm_reduce_tree_type;
static gasneti_lifo_head_t gasnete_coll_tree_type_free_list = GASNETI_LIFO_INITIALIZER;
gasnete_coll_tree_type_t gasnete_coll_get_tree_type(void) {
gasnete_coll_tree_type_t ret;
ret = gasneti_lifo_pop(&gasnete_coll_tree_type_free_list);
if(!ret) {
ret = (gasnete_coll_tree_type_t) gasneti_malloc(sizeof(struct gasnete_coll_tree_type_t_));
}
memset(ret, 0, sizeof(struct gasnete_coll_tree_type_t_));
return ret;
}
void gasnete_coll_free_tree_type(gasnete_coll_tree_type_t in){
gasneti_free(in->params);
if(in!=NULL) {
gasneti_lifo_push(&gasnete_coll_tree_type_free_list, in);
}
}
static int split_string(char ***split_strs, const char *str, const char *delim) {
char *temp;
int ret=0;
size_t malloc_len = 8;
static gasneti_mutex_t lock= GASNETI_MUTEX_INITIALIZER;
/*since the strtok function is desructive we have to
create a copy of the string first to preserve the orignal*/
char *copy = gasneti_strdup(str);
gasneti_mutex_lock(&lock);
*split_strs = (char **) gasneti_malloc(sizeof(char*) * malloc_len);
temp = strtok(copy, delim);
while(temp != NULL) {
if(ret == malloc_len) {
/*we've run out of space so grow the array by another factor*/
malloc_len +=malloc_len;
*split_strs = (char**) gasneti_realloc(*split_strs, sizeof(char*) * malloc_len);
gasneti_fatalerror("more than 8 params not yet supported");
}
(*split_strs)[ret] = temp;
ret++;
temp=strtok(NULL, delim);
}
*split_strs = (char**) gasneti_realloc(*split_strs, sizeof(char*) * ret);
gasneti_mutex_unlock(&lock);
return ret;
}
static gasnete_coll_tree_type_t make_tree_type_str_helper(const char *tree_name) {
gasnete_coll_tree_type_t ret = gasnete_coll_get_tree_type();
char **inner_split;
int num_splits;
int i;
char inner_delim[]=",";
num_splits = split_string(&inner_split, tree_name,inner_delim);
if(strcmp(inner_split[0], "NARY_TREE")==0) {
ret->tree_class = GASNETE_COLL_NARY_TREE;
} else if(strcmp(inner_split[0], "KNOMIAL_TREE")==0) {
ret->tree_class = GASNETE_COLL_KNOMIAL_TREE;
} else if(strcmp(inner_split[0], "RECURSIVE_TREE")==0) {
ret->tree_class = GASNETE_COLL_RECURSIVE_TREE;
} else if(strcmp(inner_split[0], "FORK_TREE")==0) {
ret->tree_class = GASNETE_COLL_FORK_TREE;
}else if(strcmp(inner_split[0], "FLAT_TREE")==0) {
ret->tree_class = GASNETE_COLL_FLAT_TREE;
} else {
gasneti_fatalerror("Unknown Tree Type: %s\n", tree_name);
}
ret->params = gasneti_malloc(sizeof(int)*num_splits-1);
ret->num_params = num_splits-1;
for(i=0; i<ret->num_params; i++) {
ret->params[i] = atoi(inner_split[i+1]);
}
gasneti_free(inner_split);
return ret;
}
gasnete_coll_tree_type_t gasnete_coll_make_tree_type_str(const char *tree_name_str) {
char outter_delim[]=":";
char inner_delim[]=",";
char **outer_split;
gasnete_coll_tree_type_t ret;
/*first split the tree string on the ":"*/
int num_levels = split_string(&outer_split, tree_name_str, outter_delim);
if(num_levels > 1) {
char **inner_split;
int num_splits, num_params;
int i;
gasnete_coll_tree_type_t temp;
ret = gasnete_coll_get_tree_type();
num_splits = split_string(&inner_split, outer_split[0],inner_delim);
num_params = num_splits-1;/*first split is the tree name*/
gasneti_assert(strcmp(inner_split[0], "HIERARCHICAL_TREE")==0);
ret->tree_class = GASNETE_COLL_HIERARCHICAL_TREE;
if(num_params != num_levels-1){
gasneti_fatalerror("badly formed hierarchical tree expect HIEARCHICAL_TREE,<numlevels>,<in level1>,<in level2>,..,<in level n-1>:TREE1,PARAMS1:TREE2,PARAMS2:(etc)\n");
}
/*NOT DONE*/
ret->params = gasneti_malloc(sizeof(int)*(num_params));
ret->num_params = num_params;
for(i=0; i<num_params; i++) {
ret->params[i] = atoi(inner_split[i+1]);
}
temp = ret;
for(i=1; i<num_levels; i++) {
temp->subtree = make_tree_type_str_helper(outer_split[i]);
temp = temp->subtree;
}
} else {
ret = make_tree_type_str_helper(tree_name_str);
}
gasneti_free(outer_split);
return ret;
}
char* gasnete_coll_tree_type_to_str(char *buffer, gasnete_coll_tree_type_t tree_type) {
int i;
if(!tree_type) {memset(buffer, 0, 10); return buffer;}
switch (tree_type->tree_class) {
case GASNETE_COLL_NARY_TREE:
strcpy(buffer, "NARY_TREE");
break;
case GASNETE_COLL_KNOMIAL_TREE:
strcpy(buffer, "KNOMIAL_TREE");
break;
case GASNETE_COLL_RECURSIVE_TREE:
strcpy(buffer, "RECURSIVE_TREE");
break;
case GASNETE_COLL_FORK_TREE:
strcpy(buffer, "FORK_TREE");
break;
case GASNETE_COLL_FLAT_TREE:
strcpy(buffer, "FLAT_TREE");
break;
default:
gasneti_fatalerror("Unknown tree class: %d", tree_type->tree_class);
}
for(i=0; i<tree_type->num_params; i++ ) {
gasneti_assert(strlen(buffer) < GASNETE_COLL_MAX_TREE_TYPE_STRLEN);
sprintf(buffer+strlen(buffer), ",%d", tree_type->params[i]);
}
return buffer;
}
gasnete_coll_tree_type_t gasnete_coll_make_tree_type(int tree_class, int *params, int num_params) {
gasnete_coll_tree_type_t ret= gasnete_coll_get_tree_type();
#if GASNET_DEBUG
if(tree_class >= GASNETE_COLL_NUM_TREE_CLASSES) {
gasneti_fatalerror("Unknown Tree Class: %d\n", tree_class);
}
#endif
ret->tree_class = (gasnete_coll_tree_class_t) tree_class;
ret->params = (int*) gasneti_malloc(sizeof(int)*num_params);
GASNETI_MEMCPY_SAFE_IDENTICAL(ret->params, params, num_params*sizeof(int));
ret->num_params = num_params;
return ret;
}
void gasnete_coll_print_tree(gasnete_coll_local_tree_geom_t *geom, int gasnete_coll_tree_mynode) {
int i;
for(i=0; i<geom->child_count; i++) {
fprintf(stdout, "%d> child %d: %d, subtree for that child: %d (offset: %d)\n", gasnete_coll_tree_mynode, i, (int)geom->child_list[i], (int)geom->subtree_sizes[i], (int)geom->child_offset[i]);
}
if(gasnete_coll_tree_mynode != geom->root) {
fprintf(stdout, "%d> parent: %d\n", (int)gasnete_coll_tree_mynode, (int)geom->parent);
}
fprintf(stdout, "%d> mysubtree size: %d\n", (int)gasnete_coll_tree_mynode, (int)geom->mysubtree_size);
#if 1
fprintf(stdout, "%d> My sibling info: (id: %d, offset %d)\n", (int)gasnete_coll_tree_mynode, (int)geom->sibling_id, (int)geom->sibling_offset);
#endif
}
void gasnete_coll_set_dissemination_order(gasnete_coll_local_tree_geom_t *geom, int gasnete_coll_tree_mynode, int gasnete_coll_tree_nodes) {
int i = gasnete_coll_tree_nodes;
int j, k;
int factor;
int lognp;
gex_Rank_t *proc_list;
lognp = 0;
i = gasnete_coll_tree_nodes;
while(i > 1) {
lognp ++;
i = i/2;
}
proc_list = (gex_Rank_t*)gasneti_malloc(sizeof(gex_Rank_t)*lognp);
k=0;
factor = 2;
for(i=0; i<lognp; i++) {
j = (gasnete_coll_tree_mynode + (factor/2))%factor;
j += (gasnete_coll_tree_mynode / factor) * factor;
proc_list[i] = j;
factor = factor * 2;
}
geom->dissem_order = proc_list;
geom->dissem_count = lognp;
}
struct tree_node_t_ {
gex_Rank_t id;
struct tree_node_t_ *parent;
int num_children;
uint8_t children_reversed;
struct tree_node_t_ **children;
};
typedef struct tree_node_t_* tree_node_t;
#ifndef MIN
#define MIN(A,B) ((A) < (B) ? (A) : (B))
#endif
#ifndef MAX
#define MAX(A,B) ((A) > (B) ? (A) : (B))
#endif
#define MYABS(A) ((A) < 0 ? (-1)*(A) : (A))
#define MYCEIL(A, B) (((A) % (B)) !=0 ? ((A) / (B))+1 : (A)/(B))
#define GET_PARENT_ID(TREE_NODE) ((TREE_NODE)->parent==NULL ? GEX_RANK_INVALID : (TREE_NODE)->parent->id)
#define GET_NODE_ID(TREE_NODE) ((TREE_NODE)->id)
#define GET_NUM_CHILDREN(TREE_NODE) ((TREE_NODE)->num_children)
#define GET_CHILD_IDX(TREE_NODE, IDX) ((TREE_NODE)->children[IDX])
static tree_node_t *allocate_nodes(tree_node_t **curr_nodes, gasnet_team_handle_t team, int rootrank) {
gex_Rank_t i;
int new_allocation=0;
if(!(*curr_nodes)) {
*curr_nodes = (tree_node_t*) gasneti_malloc(sizeof(tree_node_t)*team->total_ranks);
new_allocation=1;
}
for(i=0; i<team->total_ranks; i++) {
if(new_allocation) {
(*curr_nodes)[i] = (struct tree_node_t_*) gasneti_calloc(1,sizeof(struct tree_node_t_));
} else {
gasneti_free((*curr_nodes)[i]->children);
(*curr_nodes)[i]->children = NULL;
(*curr_nodes)[i]->num_children = 0;
(*curr_nodes)[i]->children_reversed = 0;
}
(*curr_nodes)[i]->id = (i+rootrank)%team->total_ranks;
(*curr_nodes)[i]->parent = NULL;
}
return *curr_nodes;
}
/*preappend a list of children*/
static tree_node_t preappend_children(tree_node_t main_node, tree_node_t *child_nodes, int num_nodes) {
if(num_nodes > 0) {
if(main_node->num_children == 0) {
main_node->children = gasneti_malloc(num_nodes * sizeof(tree_node_t));
GASNETI_MEMCPY_SAFE_IDENTICAL(main_node->children, child_nodes, sizeof(tree_node_t)*num_nodes);
} else {
tree_node_t *new_children = gasneti_malloc(sizeof(tree_node_t)*
(main_node->num_children+num_nodes));
GASNETI_MEMCPY_SAFE_IDENTICAL(new_children, child_nodes, num_nodes*sizeof(tree_node_t));
GASNETI_MEMCPY_SAFE_IDENTICAL(new_children+num_nodes, main_node->children,
main_node->num_children*(sizeof(tree_node_t)));
gasneti_free(main_node->children);
main_node->children = new_children;
}
main_node->num_children = main_node->num_children+num_nodes;
}
return main_node;
}
static tree_node_t make_chain_tree(tree_node_t *nodes, int num_nodes) {
gex_Rank_t i;
for(i=0; i<num_nodes-1; i++) {
/*put each successive node as the child of the previous*/
preappend_children(nodes[i], &nodes[i+1], 1);
}
return nodes[0];
}
static gex_Rank_t multarr(int *arr, int nelem){
int ret=1; int i;
for(i=0; i<nelem; i++) {
ret*=arr[i];
}
return ret;
}
/*need to worry about corner cases*/
static tree_node_t make_fork_tree(tree_node_t *nodes, int num_nodes,
int *dims, int ndims) {
int i;
int stride;
tree_node_t *temp_nodes;
gasneti_assert(ndims > 0);
gasneti_assert(multarr(dims, ndims)==num_nodes);
if(ndims > 1) {
temp_nodes = gasneti_malloc(sizeof(tree_node_t)*dims[0]);
stride = multarr(dims+1,ndims-1);
for(i=dims[0]-1; i>=0; i--) {
temp_nodes[i] = make_fork_tree(nodes+stride*i, stride,
dims+1, ndims-1);
}
make_chain_tree(temp_nodes, dims[0]);
gasneti_free(temp_nodes);
} else {
make_chain_tree(nodes, dims[0]);
}
nodes[0]->children_reversed=1;
return nodes[0];
}
static tree_node_t make_knomial_tree(tree_node_t *nodes, int num_nodes, int radix) {
int i;
int num_children=0;
gasneti_assert(radix>1);
if(num_nodes > 1) {
int r;
int stride = 1;
int num_proc = 1;
tree_node_t *children;
while(num_proc < num_nodes) {
for(r=stride; r<stride*radix; r+=stride) {
num_proc += MIN(stride, num_nodes - num_proc);
num_children++;
if(num_proc == num_nodes) break;
}
stride*=radix;
}
children = (tree_node_t*) gasneti_malloc(num_children*sizeof(tree_node_t));
num_proc = 1; i=1; stride = 1;
while(num_proc<num_nodes) {
for(r=stride; r<stride*radix; r+=stride) {
gasneti_assert(i<=num_children);
children[num_children-i] = make_knomial_tree(nodes+r,MIN(stride, num_nodes - num_proc), radix);
num_proc += MIN(stride, num_nodes - num_proc);
if(num_proc == num_nodes) break;
i++;
}
stride*=radix;
}
nodes[0]->children_reversed=1;
preappend_children(nodes[0], children, num_children);
gasneti_free(children);
}
return nodes[0];
}
static tree_node_t make_recursive_tree(tree_node_t *nodes, gex_Rank_t num_nodes, int radix) {
gex_Rank_t i,j;
int num_children=0;
if(num_nodes > 1) {
tree_node_t *children;
gasneti_assert(radix > 1);
for(i=1; i<num_nodes; i*=radix) {
num_children++;
}
children = (tree_node_t*) gasneti_malloc(num_children*sizeof(tree_node_t));
/*reverse the order of hte children as specified by the binomial tree construction*/
for(i=1,j=num_children-1; i<num_nodes; i*=radix,j--) {
children[j] = make_recursive_tree(nodes+i,
(MIN(num_nodes, (i*radix)) - i),
radix);
}
nodes[0]->children_reversed=1;
preappend_children(nodes[0], children, num_children);
gasneti_free(children);
}
return nodes[0];
}
static tree_node_t make_nary_tree(tree_node_t *nodes, gex_Rank_t num_nodes, int radix) {
gex_Rank_t num_children=0;
int i,j;
if(num_nodes > 1) {
tree_node_t *children;
for(j=0; j<radix; j++){
int start,end;
start = (j==0 ? 1 : MIN(num_nodes, j*(MYCEIL(num_nodes, radix))));
end = MIN(num_nodes, (j+1)*MYCEIL(num_nodes, radix));
if(start == end) continue;
num_children++;
}
if(num_children > 0) {
children = (tree_node_t*) gasneti_malloc(num_children*sizeof(tree_node_t));
for(j=0, i=num_children-1; j<radix; j++) {
int start,end;
start = (j==0 ? 1 : MIN(num_nodes, j*(MYCEIL(num_nodes, radix))));
end = MIN(num_nodes, (j+1)*MYCEIL(num_nodes, radix));
if(start == end) continue;
children[i] = make_nary_tree(nodes+start, end-start, radix);
i--;
}
nodes[0]->children_reversed=1;
preappend_children(nodes[0], children, num_children);
gasneti_free(children);
}
}
return nodes[0];
}
static tree_node_t make_flat_tree(tree_node_t *nodes, int num_nodes) {
/*attach all the nodes to one nodes[0]*/
preappend_children(nodes[0], nodes+1, num_nodes-1);
return nodes[0];
}
static tree_node_t make_hiearchical_tree_helper(gasnete_coll_tree_type_t tree_type, int level, int final_level, tree_node_t *allnodes, int num_nodes, int *node_counts) {
tree_node_t rootnode;
tree_node_t *temp;
gasneti_assert(tree_type !=NULL);
if(level == final_level) {
switch (tree_type->tree_class) {
case GASNETE_COLL_NARY_TREE:
rootnode = make_nary_tree(allnodes, num_nodes, tree_type->params[0]);
break;
case GASNETE_COLL_FLAT_TREE:
rootnode = make_flat_tree(allnodes, num_nodes);
break;
case GASNETE_COLL_KNOMIAL_TREE:
rootnode = make_knomial_tree(allnodes, num_nodes, tree_type->params[0]);
break;
case GASNETE_COLL_RECURSIVE_TREE:
rootnode = make_recursive_tree(allnodes, num_nodes, tree_type->params[0]);
break;
case GASNETE_COLL_FORK_TREE:
rootnode = make_fork_tree(allnodes, num_nodes, tree_type->params, tree_type->num_params);
break;
default:
rootnode = NULL; /* warning suppression */
gasneti_fatalerror("unknown tree type");
}
} else {
int i,j=0,num_processed=0;
int level_nodes = MYCEIL(num_nodes, node_counts[0]);
temp = gasneti_malloc(sizeof(tree_node_t) * level_nodes);
for(i=0; i<level_nodes-1; i++) {
temp[j]=make_hiearchical_tree_helper(tree_type->subtree, level+1, final_level, allnodes+i*node_counts[0], node_counts[0], node_counts+1);
j++;
num_processed += node_counts[0];
}
temp[j]=make_hiearchical_tree_helper(tree_type->subtree, level+1, final_level, allnodes+i*node_counts[0], num_nodes - num_processed, node_counts+1);
j++;
switch (tree_type->tree_class) {
case GASNETE_COLL_NARY_TREE:
rootnode = make_nary_tree(temp, j, tree_type->params[0]);
break;
case GASNETE_COLL_FLAT_TREE:
rootnode = make_flat_tree(temp,j);
break;
case GASNETE_COLL_KNOMIAL_TREE:
rootnode = make_knomial_tree(temp, j, tree_type->params[0]);
break;
case GASNETE_COLL_RECURSIVE_TREE:
rootnode = make_recursive_tree(temp, j, tree_type->params[0]);
break;
case GASNETE_COLL_FORK_TREE:
rootnode = make_fork_tree(temp, j, tree_type->params, tree_type->num_params);
break;
default:
rootnode = NULL; /* warning suppression */
gasneti_fatalerror("unknown tree type");
}
gasneti_free(temp);
}
return rootnode;
}
static tree_node_t make_hiearchical_tree(gasnete_coll_tree_type_t tree_type, tree_node_t *allnodes, int num_nodes) {
/*first param tells us how many tree levels there are going to be*/
/*the second contains the number at teh lowest level grouping*/
/*each tree level contains a triple (tree shape, <tree args>*/
/*so a 64 node run with 8 flat trees grouped into a binomial tree w/ 8 ndoes would have
2, 8*/
int num_levels = tree_type->params[0];
gasneti_assert(tree_type->num_params >= 2);
return make_hiearchical_tree_helper(tree_type->subtree, 0, num_levels-1, allnodes, num_nodes, tree_type->params+1);
}
static tree_node_t setparentshelper(tree_node_t main_node, tree_node_t parent) {
gex_Rank_t i;
main_node->parent = parent;
for(i=0; i<GET_NUM_CHILDREN(main_node); i++) {
/*set myself as the parent for the children*/
setparentshelper(GET_CHILD_IDX(main_node, i), main_node);
}
return main_node;
}
static tree_node_t setparents(tree_node_t main_node){
return setparentshelper(main_node, NULL);
}
static int treesize(tree_node_t node) {
gex_Rank_t i;
int ret = 1;
if(node == NULL) return 0;
for(i=0; i<GET_NUM_CHILDREN(node); i++) {
ret+=treesize(GET_CHILD_IDX(node, i));
}
return ret;
}
static int maxradix(tree_node_t node) {
if (node == NULL) return 0;
int ret = GET_NUM_CHILDREN(node);
for (gex_Rank_t i=0; i<GET_NUM_CHILDREN(node); i++) {
int tmp = maxradix(GET_CHILD_IDX(node, i));
ret = MAX(ret, tmp);
}
return ret;
}
static tree_node_t find_node(tree_node_t tree, gex_Rank_t id) {
gex_Rank_t i;
if(GET_NODE_ID(tree)==id) return tree;
for(i=0; i<GET_NUM_CHILDREN(tree); i++) {
tree_node_t temp = find_node(GET_CHILD_IDX(tree,i), id);
/*found a match in the subtree return it*/
if(temp!=NULL) {
return temp;
}
}
/*no match found */
return NULL;
}
static void print_tree_node(tree_node_t main_node, int id) {
int i;
printf("%d> %d num_children: %d\n", id, (int)GET_NODE_ID(main_node), GET_NUM_CHILDREN(main_node));
for(i=0; i<GET_NUM_CHILDREN(main_node); i++) {
printf("%d> %d child: %d %d\n", id, (int)GET_NODE_ID(main_node), i, (int)GET_NODE_ID(GET_CHILD_IDX(main_node,i)));
}
for(i=0; i<GET_NUM_CHILDREN(main_node); i++) {
print_tree_node(GET_CHILD_IDX(main_node, i), id);
}
return;
}
/*this fucntion is already serialized in the function that calls this
so from here on out there is no worry about locking*/
gasnete_coll_local_tree_geom_t *gasnete_coll_tree_geom_create_local(gasnete_coll_tree_type_t in_type, int rootrank, gasnete_coll_team_t team, gasnete_coll_tree_geom_t *base_geom) {
gasnete_coll_local_tree_geom_t *geom;
int i;
gasnete_coll_tree_type_t intype_copy;
tree_node_t *allnodes = (tree_node_t*) team->tree_construction_scratch;
tree_node_t rootnode,mynode;
gasneti_assert(rootrank<team->total_ranks && rootrank >=0);
gasneti_assert_always(in_type);
intype_copy = in_type;
geom = (gasnete_coll_local_tree_geom_t*)gasneti_malloc(sizeof(gasnete_coll_local_tree_geom_t));
gasneti_assert_always(in_type==intype_copy);
switch (in_type->tree_class) {
#if 1
case GASNETE_COLL_NARY_TREE:
gasneti_assert(in_type->num_params ==1);
allnodes = allocate_nodes((tree_node_t**) &team->tree_construction_scratch, team, rootrank);
rootnode = make_nary_tree(allnodes, team->total_ranks, in_type->params[0]);
geom->rotation_points = (int*) gasneti_malloc(sizeof(int)*1);
geom->num_rotations = 1;
geom->rotation_points[0] = rootrank;
break;
case GASNETE_COLL_KNOMIAL_TREE:
gasneti_assert(in_type->num_params ==1);
allnodes = allocate_nodes((tree_node_t**) &team->tree_construction_scratch, team, rootrank);
rootnode = make_knomial_tree(allnodes, team->total_ranks, in_type->params[0]);
geom->rotation_points = (int*) gasneti_malloc(sizeof(int)*1);
geom->num_rotations = 1;
geom->rotation_points[0] = rootrank;
break;
case GASNETE_COLL_FLAT_TREE:
allocate_nodes((tree_node_t**) &team->tree_construction_scratch , team, rootrank);
rootnode = make_flat_tree(team->tree_construction_scratch, team->total_ranks);
geom->rotation_points = (int*) gasneti_malloc(sizeof(int)*1);
geom->num_rotations = 1;
geom->rotation_points[0] = rootrank;
break;
case GASNETE_COLL_RECURSIVE_TREE:
gasneti_assert(in_type->num_params ==1);
allnodes = allocate_nodes((tree_node_t**) &team->tree_construction_scratch, team, rootrank);
rootnode = make_recursive_tree(allnodes, team->total_ranks, in_type->params[0]);
geom->rotation_points = (int*) gasneti_malloc(sizeof(int)*1);
geom->num_rotations = 1;
geom->rotation_points[0] = rootrank;
break;
case GASNETE_COLL_FORK_TREE:
allnodes = allocate_nodes((tree_node_t**) &team->tree_construction_scratch, team, rootrank);
rootnode = make_fork_tree(allnodes, team->total_ranks, in_type->params, in_type->num_params);
geom->rotation_points = (int*) gasneti_malloc(sizeof(int)*1);
geom->num_rotations = 1;
geom->rotation_points[0] = rootrank;
break;
case GASNETE_COLL_HIERARCHICAL_TREE:
#if 0
allnodes = team->tree_construction_scratch = allocate_nodes(allnodes, team, 0);
rootnode = make_hiearchical_tree(in_type, allnodes, team->total_ranks);
/* XXX ADD CODE TO GET ROTATION POINTS*/
break;
#else
rootnode = NULL; /* warning suppression */
gasneti_fatalerror("HIERARCHICAL_TREE not yet fully supported");
#endif
#endif
default:
rootnode = NULL; /* warning suppression */
gasneti_fatalerror("unknown tree type");
break;
}
rootnode = setparents(rootnode);
mynode = find_node(rootnode, team->myrank);
geom->root = rootrank;
geom->max_radix = maxradix(rootnode);
geom->tree_type = in_type;
geom->total_size = team->total_ranks;
geom->parent = GET_PARENT_ID(mynode);
geom->child_count = GET_NUM_CHILDREN(mynode);
geom->mysubtree_size = treesize(mynode);
geom->parent_subtree_size = treesize(mynode->parent);
geom->children_reversed = mynode->children_reversed;
if(rootrank != team->myrank) {
geom->num_siblings = GET_NUM_CHILDREN(mynode->parent);
geom->sibling_id = -1;
geom->sibling_offset = 0;
for(i=0; i<geom->num_siblings; i++) {
int tmp_id;
if(mynode->parent->children_reversed==1) {
tmp_id = geom->num_siblings-1-i;
} else {
tmp_id =i;
}
if(GET_NODE_ID(GET_CHILD_IDX(mynode->parent, tmp_id))==team->myrank) {
geom->sibling_id = tmp_id;
break;
} else {
geom->sibling_offset += treesize(GET_CHILD_IDX(mynode->parent, tmp_id));
}
}
} else {
geom->num_siblings = 0;
geom->sibling_id = 0;
geom->sibling_offset = 0;
}
geom->child_list = (gex_Rank_t*) gasneti_malloc(sizeof(gex_Rank_t)*geom->child_count);
geom->subtree_sizes = (gex_Rank_t*) gasneti_malloc(sizeof(gex_Rank_t)*geom->child_count);
geom->child_offset = (gex_Rank_t*) gasneti_malloc(sizeof(gex_Rank_t)*geom->child_count);
geom->num_non_leaf_children=0;
geom->num_leaf_children=0;
for(i=0; i<geom->child_count; i++) {
geom->child_list[i] = GET_NODE_ID(GET_CHILD_IDX(mynode,i));
geom->subtree_sizes[i] = treesize(GET_CHILD_IDX(mynode,i));
if(geom->subtree_sizes[i] > 1) {
geom->num_non_leaf_children++;
} else {
geom->num_leaf_children++;
}
}
gasneti_assert((geom->num_leaf_children+geom->num_non_leaf_children) == geom->child_count);
if(mynode->children_reversed==1) {
size_t temp_offset = 0;
for(i=geom->child_count-1; i>=0; i--) {
geom->child_offset[i] = temp_offset;
temp_offset+=geom->subtree_sizes[i];
}
} else {
size_t temp_offset = 0;
for(i=0; i<geom->child_count; i++) {
geom->child_offset[i] = temp_offset;
temp_offset+=geom->subtree_sizes[i];
}
}
#if 0
/* Not using the reference counts for now */
gasneti_weakatomic_set(&(geom->ref_count), 0, 0);
geom->base_geom = base_geom;
#endif
#if 0
gasnete_coll_print_tree(geom, gasneti_mynode);
#endif
return geom;
}
#if 0
void gasnete_coll_tree_type_to_str(char *outbuf, gasnete_coll_tree_type_t in) {
gasneti_assert(in->subtree == NULL);
gasneti_assert(in->num_params <= 1);
switch(in->tree_class) {
case GASNETE_COLL_NARY_TREE:
sprintf(outbuf, "NARY_TREE,%d", in->params[0]);
break;
case GASNETE_COLL_FLAT_TREE:
strcpy(outbuf, "FLAT_TREE");
break;
case GASNETE_COLL_KNOMIAL_TREE:
sprintf(outbuf, "KNOMIAL_TREE,%d", in->params[0]);
break;
case GASNETE_COLL_RECURSIVE_TREE:
sprintf(outbuf, "RECURSIVE_TREE,%d", in->params[0]);
break;
default:
gasneti_fatalerror("unknown tree type");
}
}
#endif
/*---------------------------------------------------------------------------------*/
/* Operations to access the tree geometry cache */
/*
Just keep track of the number of refs to an object for debug reasons
However according to our design we will never free a geometry that is created
It will be leaked away once the GASNet program finishes.
*/
#if 0
void gasnete_coll_tree_geom_release(gasnete_coll_tree_geom_t *geom) {
gasneti_weakatomic_decrement(&(geom->ref_count), 0);
/*
fprintf(stderr, "[%u] gasnete_coll_tree_geom_release: geom->ref_count %u\n",
gasneti_mynode, gasneti_weakatomic_read(&(geom->ref_count), 0));
*/
}
void gasnete_coll_tree_geom_print(gasnete_coll_tree_geom_t *geom)
{
uint32_t ref_count, local_ref_count;
gex_Rank_t i;
ref_count = gasneti_weakatomic_read(&(geom->ref_count), 0);
fprintf(stderr, "[%u] tree_geom %p, ref_count %u.\n",
gasneti_mynode, geom, ref_count);
for (i=0; i<gasneti_nodes; i++) {
if (geom->local_views[i] != NULL) {
local_ref_count =
gasneti_weakatomic_read(&(geom->local_views[i]->ref_count), 0);
fprintf(stderr, "[%u] localview[%u] ref_count %u\n",
gasneti_mynode, i, local_ref_count);
}
}
}
void gasnete_coll_print_all_tree_geom(gasnet_team_handle_t team)
{
gasnete_coll_tree_geom_t *geom;
geom = team->tree_geom_cache_head;
while (geom != NULL) {
gasnete_coll_tree_geom_print(geom);
geom = geom->next;
}
}
#endif
/* the helper function goes through the cache and then either returns the appropriate geometry
or returns NULL indicating that the tree needs to be appended to the end of the cache
*/
int gasnete_coll_compare_tree_types(gasnete_coll_tree_type_t a, gasnete_coll_tree_type_t b) {
if (a == b) {
/*if they are equal (including both null) then they are trivially equal*/
return 1;
} else if(a==NULL || b==NULL){
/*if one is null and the other is non-null then we have to reutnr a nonzero*/
return 0;
} else if(a->tree_class == b->tree_class) {
/*both tree types are non null so check the rest of the tree*/
if(a->num_params == b->num_params) {
int i;
for(i=0; i<a->num_params; i++) {
if(a->params[i]!=b->params[i]) return 0;
}
return 1;
}
}
return 0;
}
static gasnete_coll_tree_geom_t *gasnete_coll_tree_geom_fetch_helper(gasnete_coll_tree_type_t in_type, gasnete_coll_team_t team) {
gasnete_coll_tree_geom_t *curr_geom = team->tree_geom_cache_head;
while(curr_geom != NULL) {
if(gasnete_coll_compare_tree_types(in_type, curr_geom->tree_type)){
/* Move the matched geometry to the head */
if (curr_geom != team->tree_geom_cache_head) {
if (curr_geom == team->tree_geom_cache_tail) {
team->tree_geom_cache_tail = curr_geom->prev;
curr_geom->prev->next = NULL; /* new tail */
} else {
curr_geom->next->prev = curr_geom->prev;
curr_geom->prev->next = curr_geom->next;
}
curr_geom->next = team->tree_geom_cache_head;
curr_geom->prev = NULL; /* new head */
team->tree_geom_cache_head->prev = curr_geom;
team->tree_geom_cache_head = curr_geom;
}
return curr_geom;
} else
curr_geom = curr_geom->next;
}
/*we've reached the end of the list without finding a match*/
return NULL;
}
/* XXX: should per-team */
/*
this routine will initially just return a pointer into a localview and create one if needed.
it will do the simple thing and not create new views and just keep reusing old views as needed
*/
gasnete_coll_local_tree_geom_t *gasnete_coll_local_tree_geom_fetch(gasnete_coll_tree_type_t type, gex_Rank_t root, gasnete_coll_team_t team) {
gasnete_coll_tree_geom_t *geom_cache_head = team->tree_geom_cache_head;
gasnete_coll_local_tree_geom_t *ret;
gasnete_coll_tree_geom_t *curr_geom;
/*lock here so that only one multiple threads don't try to build it*/
gasneti_mutex_lock(&team->tree_geom_cache_lock);
curr_geom = gasnete_coll_tree_geom_fetch_helper(type, team);
if(curr_geom == NULL) {
int i;
#if 0
if(gasneti_mynode ==0) fprintf(stderr, "%d> new tree: %d type %d fanout\n",gasneti_mynode, type.tree_class, type.prams[0]);
#endif
/* allocate new geometry */
curr_geom = (gasnete_coll_tree_geom_t *) gasneti_malloc(sizeof(gasnete_coll_tree_geom_t));
curr_geom->local_views = (gasnete_coll_local_tree_geom_t**)
gasneti_malloc(sizeof(gasnete_coll_local_tree_geom_t*)*team->total_ranks);
for(i=0; i<team->total_ranks; i++) {
curr_geom->local_views[i] = NULL;
}
curr_geom->tree_type = type;
#if 0
/* Not using the ref_count for now */
gasneti_weakatomic_set(&(curr_geom->ref_count), 0, 0);
#endif
/* curr_geom->root = root; */
/* link it into the cache*/
if(geom_cache_head == NULL) {
/*cache is empty*/
curr_geom->prev = NULL;
curr_geom->next = NULL;
team->tree_geom_cache_head = curr_geom;
team->tree_geom_cache_tail = curr_geom;
} else {
curr_geom->prev = NULL; /* new head */
curr_geom->next = team->tree_geom_cache_head;
team->tree_geom_cache_head->prev = curr_geom;
team->tree_geom_cache_head = curr_geom;
}
curr_geom->local_views[root] = gasnete_coll_tree_geom_create_local(type, root, team, curr_geom);
ret = curr_geom->local_views[root];
/* create local view for the root that we request */
} else {
/* if it is already allocated for root go ahead and return it ... this should be the fast path*/
if(curr_geom->local_views[root] == NULL) {
curr_geom->local_views[root] = gasnete_coll_tree_geom_create_local(type, root, team, curr_geom);
}
ret = curr_geom->local_views[root];
}
#ifdef GASNETC_HAVE_AMRDMA
/*at the time of this writing no conduits support this yet*/
if(team->myrank != ret->root) {
int count = GASNETE_COLL_TREE_GEOM_CHILD_COUNT(ret);
gex_Rank_t *tmp = gasneti_calloc(1+count, sizeof(gex_Rank_t));
memcpy(tmp, GASNETE_COLL_TREE_GEOM_CHILDREN(ret), count*sizeof(gex_Rank_t));
tmp[count] = GASNETE_COLL_TREE_GEOM_PARENT(ret);
gasnetc_amrdma_init(1+count, tmp);
gasneti_free(tmp);
} else {
gasnetc_amrdma_init(GASNETE_COLL_TREE_GEOM_CHILD_COUNT(ret),
GASNETE_COLL_TREE_GEOM_CHILDREN(ret));
}
#endif
#if 0
/* Not using the reference counts for now */
gasneti_weakatomic_increment(&(curr_geom->ref_count), 0);
gasneti_weakatomic_increment(&(ret->ref_count), 0);
/*
fprintf(stderr, "[%u] gasnete_coll_local_tree_geom_fetch: curr_geom->ref_count %u, ret->ref_count %u \n",
gasneti_mynode, gasneti_weakatomic_read(&(curr_geom->ref_count), 0),
gasneti_weakatomic_read(&(ret->ref_count), 0));
*/
#endif
gasneti_mutex_unlock(&team->tree_geom_cache_lock);
return ret;
}
#if 0
void gasnete_coll_local_tree_geom_release(gasnete_coll_local_tree_geom_t *geom) {
/* for now don't do anything since we will reuse all our geometries*/
gasneti_weakatomic_decrement(&(geom->ref_count), 0);
}
#endif
/**** Dissemination Stuff ****/
/*figure out if given number is a power of 2*/
int gasnete_coll_is_power_of_two(int num) {
/*keep shifting right until the 0th digit is not zero*/
while((num & 0x1) == 0) num = num >> 1;
/* once we hit a stopping point, shift that digit out*/
/*if the remaining number is 0 then it is a power of 2 */
return ((num >> 1)==0);
}
#if 0
static
gasnete_coll_dissem_info_t *gasnete_coll_build_dissemination(int r, gasnete_coll_team_t team) {
gasnete_coll_dissem_info_t *ret;
int h,w,i,j,distance,x,numpeers,destproc;
int num_out_peers, num_in_peers;
ret = (gasnete_coll_dissem_info_t*) gasneti_malloc(sizeof(gasnete_coll_dissem_info_t));
w = gasnete_coll_build_tree_mylogn(team->total_ranks, r);
ret->dissemination_radix = r;
ret->dissemination_phases = w;
distance = 1;
/* phase 2: communication in log_r(team->total_ranks) steps*/
for(i=0; i<w; i++) {
if(i==(w-1)) {
/*h = ceil(team->total_ranks/DIST);*/
h = team->total_ranks/distance;
if(team->total_ranks % distance != 0)
h++;
} else {
h = r;
}
ret->exchange_order[i].n = h-1;
ret->exchange_order[i].elem_list = (gex_Rank_t*) gasneti_malloc(sizeof(gex_Rank_t)*(h-1));
for(j=1; j<h; j++) {
ret->barrier_order[i].elem_list[j-1] = (team->myrank + j*distance) % team->total_ranks;
}
/*scale the distance by the radix*/
distance *= r;
}
/*simulate the packing step and figure out what is the maxiumum number of blocks that come in across all the nodes*/
ret->max_dissem_blocks =MAX(1,(team->total_ranks/ret->dissemination_radix));
for(i=0; i<w; i++) {
int curr_count = 0;
for(j=0; j<team->total_ranks; j++) {
if( ((j / gasnete_coll_build_tree_mypow(ret->dissemination_radix, i)) % ret->dissemination_radix)
== 1) curr_count++;
}
ret->max_dissem_blocks=MAX(ret->max_dissem_blocks, curr_count);
}
return ret;
}
#endif
/* external code to force a tree type (for testing purposes only)*/
/* tree building code*/
static int gasnete_coll_build_tree_mypow(gex_Rank_t base, int pow) {
int ret = 1;
while(pow!=0) {
ret *=base;
pow--;
}
return ret;
}
static int gasnete_coll_build_tree_mylog2(gex_Rank_t num) {
unsigned int ret=0;
while (num >= 1) {
ret++;
num = num >> 1;
}
return MAX(1,ret);
}
static int gasnete_coll_build_tree_mylogn(gex_Rank_t num, int base) {
int ret=1;
int mult = base;
while (num > mult) {
ret++;
mult*=base;
}
return ret;
}
static
gasnete_coll_dissem_info_t *gasnete_coll_build_dissemination(int r, gasnete_coll_team_t team) {
gasnete_coll_dissem_info_t *ret;
int h,w,i,j,distance,k;
ret = (gasnete_coll_dissem_info_t*) gasneti_malloc(sizeof(gasnete_coll_dissem_info_t));
w = gasnete_coll_build_tree_mylogn(team->total_ranks, r);
ret->dissemination_radix = r;
ret->dissemination_phases = (team->total_ranks>1 ? w : 0);
ret->ptr_vec = (gex_Rank_t*) gasneti_malloc(sizeof(gex_Rank_t)*(w+1));
ret->ptr_vec[0] = 0;
distance = 1;
/* phase 2: communication in log_r(team->total_ranks) steps*/
for(i=0; i<w; i++) {
if(i==(w-1)) {
/*h = ceil(team->total_ranks/DIST);*/
h = team->total_ranks/distance;
if(team->total_ranks % distance != 0)
h++;
} else {
h = r;
}
ret->ptr_vec[i+1] = ret->ptr_vec[i]+(h-1);
/*scale the distance by the radix*/
distance *= r;
}
ret->exchange_out_order = (gex_Rank_t*) gasneti_malloc(sizeof(gex_Rank_t)*(ret->ptr_vec[w]));
ret->exchange_in_order = (gex_Rank_t*) gasneti_malloc(sizeof(gex_Rank_t)*(ret->ptr_vec[w]));
distance = 1;
/* phase 2: communication in log_r(team->total_ranks) steps*/
for(k=0, i=0; i<w; i++) {
if(i==(w-1)) {
/*h = ceil(team->total_ranks/DIST);*/
h = team->total_ranks/distance;
if(team->total_ranks % distance != 0)
h++;
} else {
h = r;
}
for(j=1; j<h; j++, k++) {
ret->exchange_out_order[k] = (team->myrank + j*distance) % team->total_ranks;
ret->exchange_in_order[k] = ((team->myrank < j*distance) ? team->total_ranks + (team->myrank - j*distance) : (team->myrank - j*distance));
}
/*scale the distance by the radix*/
distance *= r;
}
/*simulate the packing step and figure out what is the maxiumum number of blocks that come in across all the nodes*/
ret->max_dissem_blocks =MAX(1,(team->total_ranks/ret->dissemination_radix));
for(i=0; i<w; i++) {
int curr_count = 0;
for(j=0; j<team->total_ranks; j++) {
if( ((j / gasnete_coll_build_tree_mypow(ret->dissemination_radix, i)) % ret->dissemination_radix)
== 1) curr_count++;
}
ret->max_dissem_blocks=MAX(ret->max_dissem_blocks, curr_count);
}
return ret;
}
gasnete_coll_dissem_info_t *gasnete_coll_fetch_dissemination(int radix, gasnete_coll_team_t team) {
/* look through the existing cache for our dissemination order*/
gasnete_coll_dissem_info_t *temp;
if((team->dissem_cache_head == NULL) &&
(team->dissem_cache_tail == NULL)) {
temp = gasnete_coll_build_dissemination(radix, team);
team->dissem_cache_head = team->dissem_cache_tail = temp;
team->dissem_cache_head->next = NULL;
team->dissem_cache_tail->prev = NULL;
} else {
temp = team->dissem_cache_head;
while(temp!=NULL) {
if(temp->dissemination_radix == radix) {
return temp;
} else {
temp = temp->next;
}
}
/*we've reached the end without finding it */
temp = gasnete_coll_build_dissemination(radix, team);
temp->next = NULL;
temp->prev = team->dissem_cache_tail;
team->dissem_cache_tail->next = temp;
team->dissem_cache_tail = temp;
}
return temp;
}
void gasnete_coll_release_dissemination(gasnete_coll_dissem_info_t *obj, gasnete_coll_team_t team) {
/* do nothing for now */
}
| 33.446459 | 195 | 0.677571 |
4d27f2820d110afa67b3ab811fbf28b1edd03610 | 2,365 | h | C | src/openvslam/optimize/g2o/sim3/forward_reproj_edge.h | wis1906/openvslam-for-windows | dbd578f56478df4d3d2fa17ef602defa633b861a | [
"MIT"
] | null | null | null | src/openvslam/optimize/g2o/sim3/forward_reproj_edge.h | wis1906/openvslam-for-windows | dbd578f56478df4d3d2fa17ef602defa633b861a | [
"MIT"
] | null | null | null | src/openvslam/optimize/g2o/sim3/forward_reproj_edge.h | wis1906/openvslam-for-windows | dbd578f56478df4d3d2fa17ef602defa633b861a | [
"MIT"
] | null | null | null | #ifndef OPENVSLAM_OPTIMIZE_G2O_FORWARD_REPROJ_EDGE_H
#define OPENVSLAM_OPTIMIZE_G2O_FORWARD_REPROJ_EDGE_H
#include "openvslam/type.h"
#include "openvslam/optimize/g2o/sim3/transform_vertex.h"
#include <g2o/core/base_unary_edge.h>
namespace openvslam {
namespace optimize {
namespace g2o {
namespace sim3 {
class base_forward_reproj_edge : public ::g2o::BaseUnaryEdge<2, Vec2_t, transform_vertex> {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
base_forward_reproj_edge()
: ::g2o::BaseUnaryEdge<2, Vec2_t, transform_vertex>() {};
bool read(std::istream& is) override;
bool write(std::ostream& os) const override;
void computeError() final {
// vertexからSim3(2->1)を取り出す
const auto v1 = static_cast<const transform_vertex*>(_vertices.at(0));
const ::g2o::Sim3& Sim3_12 = v1->estimate();
// vertexからSE3(world->2)を取り出す
const Mat33_t& rot_2w = v1->rot_2w_;
const Vec3_t& trans_2w = v1->trans_2w_;
// 点の座標系を変換(world->2)
const Vec3_t pos_2 = rot_2w * pos_w_ + trans_2w;
// Sim3を使ってさらに変換(2->1)
const Vec3_t pos_1 = Sim3_12.map(pos_2);
// 再投影誤差を計算
const Vec2_t obs(_measurement);
_error = obs - cam_project(pos_1);
}
virtual Vec2_t cam_project(const Vec3_t& pos_c) const = 0;
Vec3_t pos_w_;
};
class perspective_forward_reproj_edge final : public base_forward_reproj_edge {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
perspective_forward_reproj_edge()
: base_forward_reproj_edge() {};
inline Vec2_t cam_project(const Vec3_t& pos_c) const override {
return {fx_ * pos_c(0) / pos_c(2) + cx_, fy_ * pos_c(1) / pos_c(2) + cy_};
}
double fx_, fy_, cx_, cy_;
};
class equirectangular_forward_reproj_edge final : public base_forward_reproj_edge {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
equirectangular_forward_reproj_edge()
: base_forward_reproj_edge() {};
inline Vec2_t cam_project(const Vec3_t& pos_c) const override {
const double theta = std::atan2(pos_c(0), pos_c(2));
const double phi = -std::asin(pos_c(1) / pos_c.norm());
return {cols_ * (0.5 + theta / (2 * M_PI)), rows_ * (0.5 - phi / M_PI)};
}
double cols_, rows_;
};
} // namespace sim3
} // namespace g2o
} // namespace optimize
} // namespace openvslam
#endif // OPENVSLAM_OPTIMIZE_G2O_FORWARD_REPROJ_EDGE_H
| 28.493976 | 91 | 0.694715 |
4d28143ee7b00798c03946f80bdb038a89f72164 | 3,467 | h | C | chrome/browser/extensions/api/settings_private/settings_private_event_router.h | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | chrome/browser/extensions/api/settings_private/settings_private_event_router.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | chrome/browser/extensions/api/settings_private/settings_private_event_router.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright 2015 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_EXTENSIONS_API_SETTINGS_PRIVATE_SETTINGS_PRIVATE_EVENT_ROUTER_H_
#define CHROME_BROWSER_EXTENSIONS_API_SETTINGS_PRIVATE_SETTINGS_PRIVATE_EVENT_ROUTER_H_
#include <memory>
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/extensions/api/settings_private/generated_pref.h"
#include "chrome/browser/extensions/api/settings_private/prefs_util.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/prefs/pref_change_registrar.h"
#include "extensions/browser/event_router.h"
// TODO(wychen): ChromeOS headers should only be included when building
// ChromeOS, and the following headers should be guarded by
// #if defined(OS_CHROMEOS). However, the types are actually
// used, and it takes another CL to clean them up.
// Reference: crbug.com/720159
#include "chrome/browser/chromeos/settings/cros_settings.h"
namespace content {
class BrowserContext;
}
namespace extensions {
// This is an event router that will observe listeners to pref changes on the
// appropriate pref service(s) and notify listeners on the JavaScript
// settingsPrivate API.
class SettingsPrivateEventRouter
: public KeyedService,
public EventRouter::Observer,
public settings_private::GeneratedPref::Observer {
public:
static SettingsPrivateEventRouter* Create(
content::BrowserContext* browser_context);
~SettingsPrivateEventRouter() override;
// settings_private::GeneratedPref::Observer implementation.
void OnGeneratedPrefChanged(const std::string& pref_name) override;
protected:
explicit SettingsPrivateEventRouter(content::BrowserContext* context);
// KeyedService overrides:
void Shutdown() override;
// EventRouter::Observer overrides:
void OnListenerAdded(const EventListenerInfo& details) override;
void OnListenerRemoved(const EventListenerInfo& details) override;
// This registrar monitors for user prefs changes.
PrefChangeRegistrar user_prefs_registrar_;
// This registrar monitors for local state changes.
PrefChangeRegistrar local_state_registrar_;
private:
// Decide if we should listen for pref changes or not. If there are any
// JavaScript listeners registered for the onPrefsChanged event, then we
// want to register for change notification from the PrefChangeRegistrar.
// Otherwise, we want to unregister and not be listening for pref changes.
void StartOrStopListeningForPrefsChanges();
void OnPreferenceChanged(const std::string& pref_name);
// Sends a pref change to any listeners (if they exist; no-ops otherwise).
void SendPrefChange(const std::string& pref_name);
PrefChangeRegistrar* FindRegistrarForPref(const std::string& pref_name);
using SubscriptionMap =
std::map<std::string,
std::unique_ptr<chromeos::CrosSettings::ObserverSubscription>>;
SubscriptionMap cros_settings_subscription_map_;
content::BrowserContext* context_;
bool listening_;
std::unique_ptr<PrefsUtil> prefs_util_;
base::WeakPtrFactory<SettingsPrivateEventRouter> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(SettingsPrivateEventRouter);
};
} // namespace extensions
#endif // CHROME_BROWSER_EXTENSIONS_API_SETTINGS_PRIVATE_SETTINGS_PRIVATE_EVENT_ROUTER_H_
| 36.882979 | 90 | 0.783098 |
4d2853b385d0ab8eb8bf2496b4487fe523557618 | 2,455 | c | C | ports/wch/bsp/src/ch32v30x_opa.c | r4d10n/micropython-wch-ch32v307 | 3c615f48759ca95eac173cef25896e9ef48bd28f | [
"MIT"
] | null | null | null | ports/wch/bsp/src/ch32v30x_opa.c | r4d10n/micropython-wch-ch32v307 | 3c615f48759ca95eac173cef25896e9ef48bd28f | [
"MIT"
] | null | null | null | ports/wch/bsp/src/ch32v30x_opa.c | r4d10n/micropython-wch-ch32v307 | 3c615f48759ca95eac173cef25896e9ef48bd28f | [
"MIT"
] | null | null | null | /********************************** (C) COPYRIGHT *******************************
* File Name : ch32v30x_opa.c
* Author : WCH
* Version : V1.0.0
* Date : 2021/06/06
* Description : This file provides all the OPA firmware functions.
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
* SPDX-License-Identifier: Apache-2.0
***************************************************************************************/
#include "ch32v30x_opa.h"
#define OPA_MASK ((uint32_t)0x000F)
#define OPA_Total_NUM 4
/*********************************************************************
* @fn OPA_DeInit
*
* @brief Deinitializes the OPA peripheral registers to their default
* reset values.
*
* @return none
*/
void OPA_DeInit(void) {
OPA->CR = 0;
}
/*********************************************************************
* @fn OPA_Init
*
* @brief Initializes the OPA peripheral according to the specified
* parameters in the OPA_InitStruct.
*
* @param OPA_InitStruct - pointer to a OPA_InitTypeDef structure
*
* @return none
*/
void OPA_Init(OPA_InitTypeDef *OPA_InitStruct) {
uint32_t tmp = 0;
tmp = OPA->CR;
tmp &= ~(OPA_MASK << (OPA_InitStruct->OPA_NUM * OPA_Total_NUM));
tmp |= (((OPA_InitStruct->PSEL << OPA_PSEL_OFFSET) | (OPA_InitStruct->NSEL << OPA_NSEL_OFFSET) | (OPA_InitStruct->Mode << OPA_MODE_OFFSET)) << (OPA_InitStruct->OPA_NUM * OPA_Total_NUM));
OPA->CR = tmp;
}
/*********************************************************************
* @fn OPA_StructInit
*
* @brief Fills each OPA_StructInit member with its reset value.
*
* @param OPA_StructInit - pointer to a OPA_InitTypeDef structure
*
* @return none
*/
void OPA_StructInit(OPA_InitTypeDef *OPA_InitStruct) {
OPA_InitStruct->Mode = OUT_IO;
OPA_InitStruct->PSEL = CHP0;
OPA_InitStruct->NSEL = CHN0;
OPA_InitStruct->OPA_NUM = OPA1;
}
/*********************************************************************
* @fn OPA_Cmd
*
* @brief Enables or disables the specified OPA peripheral.
*
* @param OPA_NUM - Select OPA
* NewState - ENABLE or DISABLE.
*
* @return none
*/
void OPA_Cmd(OPA_Num_TypeDef OPA_NUM, FunctionalState NewState) {
if (NewState == ENABLE) {
OPA->CR |= (1 << (OPA_NUM * OPA_Total_NUM));
} else {
OPA->CR &= ~(1 << (OPA_NUM * OPA_Total_NUM));
}
}
| 31.474359 | 190 | 0.525866 |
4d28e132abf5165c25d20a9ed56cb3dd4e4d8029 | 3,045 | c | C | src/ggm/module/seq/smf.c | deadsy/ggm | 9776cd0af6128e0bf69d01e34e2e17498ec76c27 | [
"MIT"
] | null | null | null | src/ggm/module/seq/smf.c | deadsy/ggm | 9776cd0af6128e0bf69d01e34e2e17498ec76c27 | [
"MIT"
] | null | null | null | src/ggm/module/seq/smf.c | deadsy/ggm | 9776cd0af6128e0bf69d01e34e2e17498ec76c27 | [
"MIT"
] | null | null | null | /******************************************************************************
* Copyright (c) 2019 Jason T. Harris. (sirmanlypowers@gmail.com)
*
* SPDX-License-Identifier: Apache-2.0
*
* Standard MIDI File Sequencer
*/
#include "ggm.h"
#include "seq/seq.h"
/******************************************************************************
* private state
*/
enum {
SMF_STATE_STOP, /* initial state */
SMF_STATE_RUN,
};
struct smf {
float secs_per_tick; /* seconds per tick */
int state;
};
/******************************************************************************
* module port functions
*/
#define TICKS_PER_BEAT (16.0f)
static void smf_midi_bpm(struct event *dst, const struct event *src)
{
event_set_float(dst, map_lin(event_get_midi_cc_float(src), MinBeatsPerMin, MaxBeatsPerMin));
}
static void smf_port_bpm(struct module *m, const struct event *e)
{
struct smf *this = (struct smf *)m->priv;
float bpm = clampf(event_get_float(e), MinBeatsPerMin, MaxBeatsPerMin);
LOG_INF("%s:bpm %f", m->name, bpm);
this->secs_per_tick = SecsPerMin / (bpm * TICKS_PER_BEAT);
}
static void smf_port_ctrl(struct module *m, const struct event *e)
{
struct smf *this = (struct smf *)m->priv;
int ctrl = event_get_int(e);
switch (ctrl) {
case SEQ_CTRL_STOP: /* stop the sequencer */
LOG_INF("%s:ctrl stop", m->name);
this->state = SMF_STATE_STOP;
break;
case SEQ_CTRL_START: /* start the sequencer */
LOG_INF("%s:ctrl start", m->name);
this->state = SMF_STATE_RUN;
break;
case SEQ_CTRL_RESET: /* reset the sequencer */
LOG_INF("%s:ctrl reset", m->name);
this->state = SMF_STATE_STOP;
break;
default:
LOG_INF("%s:ctrl unknown value %d", m->name, ctrl);
break;
}
}
/******************************************************************************
* module functions
*/
static int smf_alloc(struct module *m, va_list vargs)
{
/* allocate the private data */
struct smf *this = ggm_calloc(1, sizeof(struct smf));
if (this == NULL) {
return -1;
}
m->priv = (void *)this;
return 0;
}
static void smf_free(struct module *m)
{
struct smf *this = (struct smf *)m->priv;
ggm_free(this);
}
static bool smf_process(struct module *m, float *bufs[])
{
struct smf *this = (struct smf *)m->priv;
float *out = bufs[0];
(void)this;
(void)out;
return true;
}
/******************************************************************************
* module information
*/
static const struct port_info in_ports[] = {
{ .name = "bpm", .type = PORT_TYPE_FLOAT, .pf = smf_port_bpm, .mf = smf_midi_bpm, },
{ .name = "ctrl", .type = PORT_TYPE_INT, .pf = smf_port_ctrl },
PORT_EOL,
};
static const struct port_info out_ports[] = {
{ .name = "midi", .type = PORT_TYPE_MIDI, },
PORT_EOL,
};
const struct module_info seq_smf_module = {
.mname = "seq/smf",
.iname = "smf",
.in = in_ports,
.out = out_ports,
.alloc = smf_alloc,
.free = smf_free,
.process = smf_process,
};
MODULE_REGISTER(seq_smf_module);
/*****************************************************************************/
| 22.894737 | 93 | 0.565846 |
4d2a848a7e7b2884daff6c4720532b5d47c18a2d | 424 | h | C | Redline/Scene/Components/Renderable/SphereRenderer.h | 64-bit/Redline | c3f5ebd24da8ac437aee5429b2eeea7a14cc93b0 | [
"MIT"
] | 1 | 2019-02-03T04:47:21.000Z | 2019-02-03T04:47:21.000Z | Redline/Scene/Components/Renderable/SphereRenderer.h | 64-bit/Redline | c3f5ebd24da8ac437aee5429b2eeea7a14cc93b0 | [
"MIT"
] | null | null | null | Redline/Scene/Components/Renderable/SphereRenderer.h | 64-bit/Redline | c3f5ebd24da8ac437aee5429b2eeea7a14cc93b0 | [
"MIT"
] | null | null | null | #pragma once
#include "RenderableSceneComponent.h"
#include <mathfu/glsl_mappings.h>
#include "../../../GraphicalResources/Material.h"
namespace Redline
{
class SphereRenderer : public RenderableSceneComponent
{
public:
SphereRenderer(SceneObject& owner);
float Radius;
bool GetVisableSurfaces(Surface*& outSurface) override;
void GetDescription() override;
std::shared_ptr<Material> SurfaceMaterial;
};
}
| 20.190476 | 57 | 0.764151 |
4d2b392bbf2479ada98ddf87e757b6b5ffb86582 | 1,691 | h | C | avs_dx/DxVisuals/Effects/Trans/Bump/Bump.h | Const-me/vis_avs_dx | da1fd9f4323d7891dea233147e6ae16790ad9ada | [
"MIT"
] | 33 | 2019-01-28T03:32:17.000Z | 2022-02-12T18:17:26.000Z | avs_dx/DxVisuals/Effects/Trans/Bump/Bump.h | visbot/vis_avs_dx | 03e55f8932a97ad845ff223d3602ff2300c3d1d4 | [
"MIT"
] | 2 | 2019-11-18T17:54:58.000Z | 2020-07-21T18:11:21.000Z | avs_dx/DxVisuals/Effects/Trans/Bump/Bump.h | Const-me/vis_avs_dx | da1fd9f4323d7891dea233147e6ae16790ad9ada | [
"MIT"
] | 5 | 2019-02-16T23:00:11.000Z | 2022-03-27T15:22:10.000Z | #pragma once
#include <Effects/Common/EffectImpl.hpp>
#include <Expressions/CompiledShader.h>
#include "../Moves/Sampler.h"
using namespace Hlsl::Trans::Bump;
struct BumpStructs
{
struct AvsState
{
int enabled;
int depth;
int depth2;
int onbeat;
uint32_t durFrames;
int thisDepth;
int blend;
int blendavg;
int nF;
int codeHandle;
int codeHandleBeat;
int codeHandleInit;
double *var_x;
double *var_y;
double *var_isBeat;
double *var_isLongBeat;
double *var_bi;
RString code1, code2, code3;
int need_recompile;
int showlight;
int initted;
int invert;
int AVS_EEL_CONTEXTNAME;
int oldstyle;
int buffern;
};
struct FixedStateData : public BumpState
{
FixedStateData( const AvsState& s )
{
update( s );
}
HRESULT update( const AvsState& ass );
static inline UINT stateSize() { return 2; }
};
struct DynamicStateData : public Expressions::Compiler
{
DynamicStateData();
};
class StateData
{
FixedStateData m_fixed;
DynamicStateData m_dynamic;
vector<CStringA> m_templateGlobals;
StateShaderTemplate m_template;
public:
StateData( const AvsState& s );
HRESULT update( AvsState& ass );
UINT stateSize() const;
const StateShaderTemplate* shaderTemplate();
HRESULT defines( Hlsl::Defines& def ) const;
const Expressions::Compiler& compiler() const
{
return m_dynamic;
}
};
static ID3D11VertexShader* vertexShader()
{
return StaticResources::fullScreenTriangle;
}
using PsData = Hlsl::Trans::Bump::BumpPS;
};
class Bump : public EffectBase1<BumpStructs>
{
public:
Bump( AvsState *pState );
DECLARE_EFFECT()
HRESULT render( bool isBeat, RenderTargets& rt ) override;
}; | 17.255102 | 59 | 0.713779 |
4d2bd76aacbd664c252715e42f31c9aa18979761 | 1,715 | c | C | sys/src/cmd/auth/asn12dsa.c | ekaitz-zarraga/jehanne | 431c7ae36521d0d931a21e1100d8522893d22a35 | [
"RSA-MD"
] | null | null | null | sys/src/cmd/auth/asn12dsa.c | ekaitz-zarraga/jehanne | 431c7ae36521d0d931a21e1100d8522893d22a35 | [
"RSA-MD"
] | null | null | null | sys/src/cmd/auth/asn12dsa.c | ekaitz-zarraga/jehanne | 431c7ae36521d0d931a21e1100d8522893d22a35 | [
"RSA-MD"
] | null | null | null | /*
* This file is part of the UCB release of Plan 9. It is subject to the license
* terms in the LICENSE file found in the top-level directory of this
* distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
* part of the UCB release of Plan 9, including this file, may be copied,
* modified, propagated, or distributed except according to the terms contained
* in the LICENSE file.
*/
/* Portions of this file are Copyright (C) 9front's team.
* See /doc/license/9front-mit for details about the licensing.
* See http://code.9front.org/hg/plan9front/ for a list of authors.
*/
#include <u.h>
#include <lib9.h>
#include <bio.h>
#include <mp.h>
#include <libsec.h>
void
usage(void)
{
fprint(2, "auth/asn12dsa [-t tag] [file]\n");
exits("usage");
}
void
main(int argc, char **argv)
{
char *s;
uint8_t *buf;
int fd;
int32_t n, tot;
char *tag;
DSApriv *key;
fmtinstall('B', mpfmt);
tag = nil;
ARGBEGIN{
case 't':
tag = EARGF(usage());
break;
default:
usage();
}ARGEND
if(argc != 0 && argc != 1)
usage();
fd = 0;
if(argc == 1){
if((fd = open(*argv, OREAD)) < 0)
sysfatal("open %s: %r", *argv);
}
buf = nil;
tot = 0;
for(;;){
buf = realloc(buf, tot+8192);
if(buf == nil)
sysfatal("realloc: %r");
if((n = read(fd, buf+tot, 8192)) < 0)
sysfatal("read: %r");
if(n == 0)
break;
tot += n;
}
key = asn1toDSApriv(buf, tot);
if(key == nil)
sysfatal("couldn't parse asn1 key");
s = smprint("key proto=dsa %s%sp=%B q=%B alpha=%B key=%B !secret=%B\n",
tag ? tag : "", tag ? " " : "",
key->pub.p, key->pub.q, key->pub.alpha, key->pub.key,
key->secret);
if(s == nil)
sysfatal("smprint: %r");
write(1, s, strlen(s));
exits(0);
}
| 20.914634 | 79 | 0.615743 |
4d2be9644e21f1d0da6c793ab65f180adbeb00c0 | 2,849 | h | C | packages/Windows API Code Pack 1.1/source/WindowsAPICodePack/DirectX/DirectX/Direct2D/D2DGeometrySink.h | protechdm/CompareCloudware | 9c316339717d21ccc6c272bb3b0845e4b41aad5f | [
"MIT"
] | 17 | 2019-06-29T04:10:41.000Z | 2022-03-23T01:07:07.000Z | packages/Windows API Code Pack 1.1/source/WindowsAPICodePack/DirectX/DirectX/Direct2D/D2DGeometrySink.h | protechdm/CompareCloudware | 9c316339717d21ccc6c272bb3b0845e4b41aad5f | [
"MIT"
] | 27 | 2019-09-19T08:06:02.000Z | 2022-03-06T15:29:01.000Z | packages/Windows API Code Pack 1.1/source/WindowsAPICodePack/DirectX/DirectX/Direct2D/D2DGeometrySink.h | protechdm/CompareCloudware | 9c316339717d21ccc6c272bb3b0845e4b41aad5f | [
"MIT"
] | 8 | 2019-09-13T18:21:25.000Z | 2022-03-19T16:32:21.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
#pragma once
namespace Microsoft { namespace WindowsAPICodePack { namespace DirectX { namespace Direct2D1 {
using namespace System::Collections::Generic;
/// <summary>
/// Implements native geometry sink wrapper interfaces that call into a
/// wrapper implementation of a managed interface supplied by the caller.
/// </summary>
class GeometrySinkCallback : public ID2D1GeometrySink
{
public:
GeometrySinkCallback(
ISimplifiedGeometrySink ^sink
);
//
// IUnknown methods
//
STDMETHOD(QueryInterface)(
__in REFIID riid,
__out void **ppv
);
STDMETHOD_(ULONG, AddRef)();
STDMETHOD_(ULONG, Release)();
//
// ISimplifiedGeometrySink methods
//
STDMETHOD_(void, SetFillMode)(
D2D1_FILL_MODE fillMode
);
STDMETHOD_(void, SetSegmentFlags)(
D2D1_PATH_SEGMENT vertexFlags
);
STDMETHOD_(void, BeginFigure)(
__in D2D1_POINT_2F startPoint,
D2D1_FIGURE_BEGIN figureBegin
);
STDMETHOD_(void, AddLines)(
__in_ecount(pointsLength) CONST D2D1_POINT_2F *points,
UINT pointsLength
);
STDMETHOD_(void, AddBeziers)(
__in_ecount(aBeziersLength) CONST D2D1_BEZIER_SEGMENT *aBeziers,
UINT aBeziersLength
);
STDMETHOD_(void, EndFigure)(
D2D1_FIGURE_END figureEnd
);
STDMETHOD(Close)();
//
// IGeometrySink methods
//
STDMETHOD_(void, AddLine)(
__in D2D1_POINT_2F vertex
);
STDMETHOD_(void, AddBezier)(
__in CONST D2D1_BEZIER_SEGMENT *pBezier
);
STDMETHOD_(void, AddQuadraticBezier)(
__in CONST D2D1_QUADRATIC_BEZIER_SEGMENT *pBezier
);
STDMETHOD_(void, AddQuadraticBeziers)(
__in_ecount(aBeziersLength) CONST D2D1_QUADRATIC_BEZIER_SEGMENT *aBeziers,
UINT aBeziersLength
);
STDMETHOD_(void, AddArc)(
__in CONST D2D1_ARC_SEGMENT *pArc
);
protected:
template<class Managed, class Native>
cli::array<Managed> ^
GetArray(
__in_ecount(count) const Native *source,
UINT count
)
{
cli::array<Managed> ^newArray = gcnew cli::array<Managed>(count);
for(UINT i = 0; i < count; ++i)
{
newArray[i].CopyFrom(source[i]);
}
return newArray;
}
virtual ~GeometrySinkCallback();
private:
//
// Copying and assignment are not defined.
//
GeometrySinkCallback(
__in const GeometrySinkCallback &
);
GeometrySinkCallback &
operator=(
__in const GeometrySinkCallback &
);
int m_token;
HRESULT m_hr;
LONG m_cRef;
gcroot<ISimplifiedGeometrySink^> m_sink;
};
} } } }
| 21.261194 | 94 | 0.626185 |
4d2c07f7847eb1e99e05c8e3cefb53969a72d4a6 | 8,156 | c | C | platform/stm32/gptimer.c | stxent/lpclib | d1190bbacd68d72d9f04b71a1e208702aa838986 | [
"MIT"
] | 1 | 2015-01-19T23:07:42.000Z | 2015-01-19T23:07:42.000Z | platform/stm32/gptimer.c | stxent/lpclib | d1190bbacd68d72d9f04b71a1e208702aa838986 | [
"MIT"
] | null | null | null | platform/stm32/gptimer.c | stxent/lpclib | d1190bbacd68d72d9f04b71a1e208702aa838986 | [
"MIT"
] | null | null | null | /*
* gptimer.c
* Copyright (C) 2019 xent
* Project is distributed under the terms of the MIT License
*/
#include <halm/platform/platform_defs.h>
#include <halm/platform/stm32/gptimer.h>
#include <halm/platform/stm32/gptimer_defs.h>
#include <halm/pm.h>
#include <assert.h>
/*----------------------------------------------------------------------------*/
static inline uint32_t getMaxValue(const struct GpTimer *);
static void interruptHandler(void *);
static void setTimerFrequency(struct GpTimer *, uint32_t);
#ifdef CONFIG_PLATFORM_STM32_GPTIMER_PM
static void powerStateHandler(void *, enum PmState);
#endif
/*----------------------------------------------------------------------------*/
static enum Result tmrInit(void *, const void *);
static void tmrEnable(void *);
static void tmrDisable(void *);
static void tmrSetAutostop(void *, bool);
static void tmrSetCallback(void *, void (*)(void *), void *);
static uint32_t tmrGetFrequency(const void *);
static void tmrSetFrequency(void *, uint32_t);
static uint32_t tmrGetOverflow(const void *);
static void tmrSetOverflow(void *, uint32_t);
static uint32_t tmrGetValue(const void *);
static void tmrSetValue(void *, uint32_t);
#ifndef CONFIG_PLATFORM_STM32_GPTIMER_NO_DEINIT
static void tmrDeinit(void *);
#else
#define tmrDeinit deletedDestructorTrap
#endif
/*----------------------------------------------------------------------------*/
const struct TimerClass * const GpTimer = &(const struct TimerClass){
.size = sizeof(struct GpTimer),
.init = tmrInit,
.deinit = tmrDeinit,
.enable = tmrEnable,
.disable = tmrDisable,
.setAutostop = tmrSetAutostop,
.setCallback = tmrSetCallback,
.getFrequency = tmrGetFrequency,
.setFrequency = tmrSetFrequency,
.getOverflow = tmrGetOverflow,
.setOverflow = tmrSetOverflow,
.getValue = tmrGetValue,
.setValue = tmrSetValue
};
/*----------------------------------------------------------------------------*/
static inline uint32_t getMaxValue(const struct GpTimer *timer)
{
return MASK(timer->base.resolution);
}
/*----------------------------------------------------------------------------*/
static void interruptHandler(void *object)
{
struct GpTimer * const timer = object;
STM_TIM_Type * const reg = timer->base.reg;
/* Clear all pending interrupts */
reg->SR = ~SR_CCIF_MASK;
timer->callback(timer->callbackArgument);
}
/*----------------------------------------------------------------------------*/
#ifdef CONFIG_PLATFORM_STM32_GPTIMER_PM
static void powerStateHandler(void *object, enum PmState state)
{
if (state == PM_ACTIVE)
{
struct GpTimer * const timer = object;
setTimerFrequency(timer, timer->frequency);
}
}
#endif
/*----------------------------------------------------------------------------*/
static void setTimerFrequency(struct GpTimer *timer, uint32_t frequency)
{
STM_TIM_Type * const reg = timer->base.reg;
uint32_t divisor;
if (frequency)
{
const uint32_t apbClock = gpTimerGetClock(&timer->base);
assert(frequency <= apbClock);
divisor = apbClock / frequency - 1;
assert(divisor <= MASK(timer->base.resolution));
}
else
divisor = 0;
reg->PSC = divisor;
reg->EGR = EGR_UG;
}
/*----------------------------------------------------------------------------*/
static enum Result tmrInit(void *object, const void *configBase)
{
const struct GpTimerConfig * const config = configBase;
assert(config);
const struct GpTimerBaseConfig baseConfig = {
.channel = config->channel
};
struct GpTimer * const timer = object;
enum Result res;
assert(config->event <= 4);
/* Call base class constructor */
if ((res = GpTimerBase->init(timer, &baseConfig)) != E_OK)
return res;
timer->base.handler = interruptHandler;
timer->callback = 0;
/* Initialize peripheral block */
STM_TIM_Type * const reg = timer->base.reg;
reg->CR1 = CR1_CKD(CKD_CK_INT) | CR1_CMS(CMS_EDGE_ALIGNED_MODE);
reg->ARR = getMaxValue(timer);
if (config->event)
{
timer->event = config->event - 1;
reg->DIER = DIER_CCDE(timer->event);
}
else
{
timer->event = 0;
reg->DIER = 0;
}
timer->frequency = config->frequency;
setTimerFrequency(timer, timer->frequency);
// reg->CR2 &= ~CR2_CCPC; // TODO Advanced timers
#ifdef CONFIG_PLATFORM_STM32_GPTIMER_PM
if ((res = pmRegister(powerStateHandler, timer)) != E_OK)
return res;
#endif
irqSetPriority(timer->base.irq, config->priority);
irqEnable(timer->base.irq);
return E_OK;
}
/*----------------------------------------------------------------------------*/
#ifndef CONFIG_PLATFORM_STM32_GPTIMER_NO_DEINIT
static void tmrDeinit(void *object)
{
struct GpTimer * const timer = object;
STM_TIM_Type * const reg = timer->base.reg;
irqDisable(timer->base.irq);
reg->CR1 &= ~CR1_CEN;
#ifdef CONFIG_PLATFORM_STM32_GPTIMER_PM
pmUnregister(timer);
#endif
GpTimerBase->deinit(timer);
}
#endif
/*----------------------------------------------------------------------------*/
static void tmrEnable(void *object)
{
struct GpTimer * const timer = object;
STM_TIM_Type * const reg = timer->base.reg;
/* Clear pending interrupt flags */
reg->SR = 0;
/* Start the timer */
reg->CR1 |= CR1_CEN;
}
/*----------------------------------------------------------------------------*/
static void tmrDisable(void *object)
{
struct GpTimer * const timer = object;
STM_TIM_Type * const reg = timer->base.reg;
reg->CR1 &= ~CR1_CEN;
}
/*----------------------------------------------------------------------------*/
static void tmrSetAutostop(void *object, bool state)
{
struct GpTimer * const timer = object;
STM_TIM_Type * const reg = timer->base.reg;
if (state)
reg->CR1 |= CR1_OPM;
else
reg->CR1 &= ~CR1_OPM;
}
/*----------------------------------------------------------------------------*/
static void tmrSetCallback(void *object, void (*callback)(void *),
void *argument)
{
struct GpTimer * const timer = object;
STM_TIM_Type * const reg = timer->base.reg;
timer->callbackArgument = argument;
timer->callback = callback;
if (callback)
{
/* Clear pending interrupt flags */
reg->SR = 0;
/* Enable generation of an interrupt request */
reg->DIER |= DIER_CCIE(timer->event);
}
else
{
/* Disable interrupt request generation */
reg->DIER &= ~DIER_CCIE_MASK;
}
}
/*----------------------------------------------------------------------------*/
static uint32_t tmrGetFrequency(const void *object)
{
const struct GpTimer * const timer = object;
const STM_TIM_Type * const reg = timer->base.reg;
const uint32_t baseClock = gpTimerGetClock(&timer->base);
return baseClock / (reg->PSC + 1);
}
/*----------------------------------------------------------------------------*/
static void tmrSetFrequency(void *object, uint32_t frequency)
{
struct GpTimer * const timer = object;
timer->frequency = frequency;
setTimerFrequency(timer, timer->frequency);
}
/*----------------------------------------------------------------------------*/
static uint32_t tmrGetOverflow(const void *object)
{
const struct GpTimer * const timer = object;
const STM_TIM_Type * const reg = timer->base.reg;
return (reg->ARR + 1) & getMaxValue(timer);
}
/*----------------------------------------------------------------------------*/
static void tmrSetOverflow(void *object, uint32_t overflow)
{
struct GpTimer * const timer = object;
STM_TIM_Type * const reg = timer->base.reg;
assert(overflow <= getMaxValue(timer));
reg->CCR[timer->event] = overflow - 1;
reg->ARR = overflow - 1;
reg->EGR = EGR_UG;
}
/*----------------------------------------------------------------------------*/
static uint32_t tmrGetValue(const void *object)
{
const struct GpTimer * const timer = object;
const STM_TIM_Type * const reg = timer->base.reg;
return reg->CNT;
}
/*----------------------------------------------------------------------------*/
static void tmrSetValue(void *object, uint32_t value)
{
struct GpTimer * const timer = object;
STM_TIM_Type * const reg = timer->base.reg;
assert(value <= reg->ARR);
reg->CNT = value;
}
| 29.128571 | 80 | 0.571481 |
4d2c7c85075dce178047c2be3ff566cb6640122c | 6,645 | h | C | VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contour/FlyingEdgesPass4.h | pierre-guillou/ttk-paraview | 08f9df3c4432a01610f7d725733e9964255fee9c | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2021-07-07T22:53:19.000Z | 2021-07-31T19:29:35.000Z | VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contour/FlyingEdgesPass4.h | pierre-guillou/ttk-paraview | 08f9df3c4432a01610f7d725733e9964255fee9c | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2020-11-18T16:50:34.000Z | 2022-01-21T13:31:47.000Z | VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contour/FlyingEdgesPass4.h | pierre-guillou/ttk-paraview | 08f9df3c4432a01610f7d725733e9964255fee9c | [
"Apache-2.0",
"BSD-3-Clause"
] | 5 | 2020-10-02T10:14:35.000Z | 2022-03-10T07:50:22.000Z |
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#ifndef vtk_m_worklet_contour_flyingedges_pass4_h
#define vtk_m_worklet_contour_flyingedges_pass4_h
#include <vtkm/worklet/contour/FlyingEdgesPass4Common.h>
#include <vtkm/worklet/contour/FlyingEdgesPass4X.h>
#include <vtkm/worklet/contour/FlyingEdgesPass4XWithNormals.h>
#include <vtkm/worklet/contour/FlyingEdgesPass4Y.h>
namespace vtkm
{
namespace worklet
{
namespace flying_edges
{
struct launchComputePass4
{
vtkm::Id3 PointDims;
vtkm::Vec3f Origin;
vtkm::Vec3f Spacing;
vtkm::Id CellWriteOffset;
vtkm::Id PointWriteOffset;
launchComputePass4(const vtkm::Id3& pdims,
const vtkm::Vec3f& origin,
const vtkm::Vec3f& spacing,
vtkm::Id multiContourCellOffset,
vtkm::Id multiContourPointOffset)
: PointDims(pdims)
, Origin(origin)
, Spacing(spacing)
, CellWriteOffset(multiContourCellOffset)
, PointWriteOffset(multiContourPointOffset)
{
}
template <typename DeviceAdapterTag,
typename T,
typename StorageTagField,
typename MeshSums,
typename PointType,
typename NormalType>
VTKM_CONT bool operator()(DeviceAdapterTag device,
vtkm::Id vtkmNotUsed(newPointSize),
T isoval,
const vtkm::cont::ArrayHandle<T, StorageTagField>& inputField,
vtkm::cont::ArrayHandle<vtkm::UInt8> edgeCases,
vtkm::cont::CellSetStructured<2>& metaDataMesh2D,
const MeshSums& metaDataSums,
const vtkm::cont::ArrayHandle<vtkm::Id>& metaDataMin,
const vtkm::cont::ArrayHandle<vtkm::Id>& metaDataMax,
const vtkm::cont::ArrayHandle<vtkm::Int32>& metaDataNumTris,
vtkm::worklet::contour::CommonState& sharedState,
vtkm::cont::ArrayHandle<vtkm::Id>& triangle_topology,
PointType& points,
NormalType& normals) const
{
vtkm::cont::Invoker invoke(device);
if (sharedState.GenerateNormals)
{
ComputePass4XWithNormals<T> worklet4(isoval,
this->PointDims,
this->Origin,
this->Spacing,
this->CellWriteOffset,
this->PointWriteOffset);
invoke(worklet4,
metaDataMesh2D,
metaDataSums,
metaDataMin,
metaDataMax,
metaDataNumTris,
edgeCases,
inputField,
triangle_topology,
sharedState.InterpolationEdgeIds,
sharedState.InterpolationWeights,
sharedState.CellIdMap,
points,
normals);
}
else
{
ComputePass4X<T> worklet4(isoval,
this->PointDims,
this->Origin,
this->Spacing,
this->CellWriteOffset,
this->PointWriteOffset);
invoke(worklet4,
metaDataMesh2D,
metaDataSums,
metaDataMin,
metaDataMax,
metaDataNumTris,
edgeCases,
inputField,
triangle_topology,
sharedState.InterpolationEdgeIds,
sharedState.InterpolationWeights,
sharedState.CellIdMap,
points);
}
return true;
}
template <typename T,
typename StorageTagField,
typename MeshSums,
typename PointType,
typename NormalType>
VTKM_CONT bool operator()(vtkm::cont::DeviceAdapterTagCuda device,
vtkm::Id newPointSize,
T isoval,
const vtkm::cont::ArrayHandle<T, StorageTagField>& inputField,
vtkm::cont::ArrayHandle<vtkm::UInt8> edgeCases,
vtkm::cont::CellSetStructured<2>& metaDataMesh2D,
const MeshSums& metaDataSums,
const vtkm::cont::ArrayHandle<vtkm::Id>& metaDataMin,
const vtkm::cont::ArrayHandle<vtkm::Id>& metaDataMax,
const vtkm::cont::ArrayHandle<vtkm::Int32>& metaDataNumTris,
vtkm::worklet::contour::CommonState& sharedState,
vtkm::cont::ArrayHandle<vtkm::Id>& triangle_topology,
PointType& points,
NormalType& normals) const
{
vtkm::cont::Invoker invoke(device);
ComputePass4Y<T> worklet4(
isoval, this->PointDims, this->CellWriteOffset, this->PointWriteOffset);
invoke(worklet4,
metaDataMesh2D,
metaDataSums,
metaDataMin,
metaDataMax,
metaDataNumTris,
edgeCases,
inputField,
triangle_topology,
sharedState.InterpolationEdgeIds,
sharedState.InterpolationWeights,
sharedState.CellIdMap);
//This needs to be done on array handle view ( start = this->PointWriteOffset, len = newPointSize)
ComputePass5Y<T> worklet5(this->PointDims,
this->Origin,
this->Spacing,
this->PointWriteOffset,
sharedState.GenerateNormals);
invoke(worklet5,
vtkm::cont::make_ArrayHandleView(
sharedState.InterpolationEdgeIds, this->PointWriteOffset, newPointSize),
vtkm::cont::make_ArrayHandleView(
sharedState.InterpolationWeights, this->PointWriteOffset, newPointSize),
vtkm::cont::make_ArrayHandleView(points, this->PointWriteOffset, newPointSize),
inputField,
normals);
return true;
}
};
}
}
}
#endif
| 36.916667 | 102 | 0.533935 |
4d2c818c79ba1d768943c710594ed27da9f17132 | 2,491 | h | C | msys64/mingw64/include/c++/8.2.1/backward/backward_warning.h | Bhuvanesh1208/ruby2.6.1 | 17642e3f37233f6d0e0523af68d7600a91ece1c7 | [
"Ruby"
] | 432 | 2015-01-03T20:05:29.000Z | 2022-03-24T16:39:09.000Z | msys64/mingw64/include/c++/8.2.1/backward/backward_warning.h | Bhuvanesh1208/ruby2.6.1 | 17642e3f37233f6d0e0523af68d7600a91ece1c7 | [
"Ruby"
] | 75 | 2020-10-28T00:44:55.000Z | 2022-03-05T20:21:53.000Z | msys64/mingw64/include/c++/8.2.1/backward/backward_warning.h | Bhuvanesh1208/ruby2.6.1 | 17642e3f37233f6d0e0523af68d7600a91ece1c7 | [
"Ruby"
] | 114 | 2015-01-07T16:23:00.000Z | 2022-03-23T18:26:01.000Z | // Copyright (C) 2001-2018 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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.
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// Under Section 7 of GPL version 3, you are granted additional
// permissions described in the GCC Runtime Library Exception, version
// 3.1, as published by the Free Software Foundation.
// You should have received a copy of the GNU General Public License and
// a copy of the GCC Runtime Library Exception along with this program;
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
/** @file backward/backward_warning.h
* This is an internal header file, included by other library headers.
* Do not attempt to use it directly. @headername{iosfwd}
*/
#ifndef _BACKWARD_BACKWARD_WARNING_H
#define _BACKWARD_BACKWARD_WARNING_H 1
#ifdef __DEPRECATED
#warning \
This file includes at least one deprecated or antiquated header which \
may be removed without further notice at a future date. Please use a \
non-deprecated interface with equivalent functionality instead. For a \
listing of replacement headers and interfaces, consult the file \
backward_warning.h. To disable this warning use -Wno-deprecated.
/*
A list of valid replacements is as follows:
Use: Instead of:
<sstream>, basic_stringbuf <strstream>, strstreambuf
<sstream>, basic_istringstream <strstream>, istrstream
<sstream>, basic_ostringstream <strstream>, ostrstream
<sstream>, basic_stringstream <strstream>, strstream
<unordered_set>, unordered_set <ext/hash_set>, hash_set
<unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
<unordered_map>, unordered_map <ext/hash_map>, hash_map
<unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
<functional>, bind <functional>, binder1st
<functional>, bind <functional>, binder2nd
<functional>, bind <functional>, bind1st
<functional>, bind <functional>, bind2nd
<memory>, unique_ptr <memory>, auto_ptr
*/
#endif
#endif
| 40.836066 | 73 | 0.753111 |
4d2f2eaa3351c7c74c20769e89b5ac0e31fda9b9 | 1,219 | h | C | node_modules/sharp/vendor/8.10.6/include/libgsf-1/gsf/gsf-input-iochannel.h | DABOZE/Queen-Alexa | d24743fd7b48e6e68d08b74c56f00eb73035d1c0 | [
"MIT"
] | 134 | 2019-07-24T20:25:17.000Z | 2022-03-14T03:33:48.000Z | node_modules/sharp/vendor/8.10.6/include/libgsf-1/gsf/gsf-input-iochannel.h | DABOZE/Queen-Alexa | d24743fd7b48e6e68d08b74c56f00eb73035d1c0 | [
"MIT"
] | 309 | 2021-06-11T06:35:53.000Z | 2022-03-31T13:26:41.000Z | node_modules/sharp/vendor/8.10.6/include/libgsf-1/gsf/gsf-input-iochannel.h | DABOZE/Queen-Alexa | d24743fd7b48e6e68d08b74c56f00eb73035d1c0 | [
"MIT"
] | 67 | 2018-10-29T09:50:49.000Z | 2022-01-06T07:35:56.000Z | /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* gsf-input-iochannel.h: interface for use by the structured file layer to read data from IO channels
*
* Copyright (C) 2002-2006 Rodrigo Moya (rodrigo@gnome-db.org)
*
* 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 that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
* USA
*/
#ifndef GSF_INPUT_IOCHANNEL_H
#define GSF_INPUT_IOCHANNEL_H
#include <gsf/gsf-fwd.h>
#include <gsf/gsf-input.h>
G_BEGIN_DECLS
GsfInput *gsf_input_memory_new_from_iochannel (GIOChannel *channel,
GError **error);
G_END_DECLS
#endif /* GSF_INPUT_IOCHANNEL_H */
| 33.861111 | 102 | 0.735029 |
4d2ffb4e51d91f5f83a5743d7d49502aa48cab78 | 1,852 | c | C | test/unit/closure_test.c | cdosoftei/nanos | e146324e2ffb5c8079aa9c558ecc7323a74642e5 | [
"Apache-2.0"
] | 2 | 2021-04-07T08:13:59.000Z | 2022-01-06T17:36:46.000Z | test/unit/closure_test.c | cdosoftei/nanos | e146324e2ffb5c8079aa9c558ecc7323a74642e5 | [
"Apache-2.0"
] | null | null | null | test/unit/closure_test.c | cdosoftei/nanos | e146324e2ffb5c8079aa9c558ecc7323a74642e5 | [
"Apache-2.0"
] | null | null | null | #include <runtime.h>
#include <stdlib.h>
#define TEST_L -1ull
#define TEST_R -5ull
#define TEST_RV 3
closure_function(1, 1, u64, test0,
u64, l,
u64, r)
{
if (bound(l) != TEST_L || r != TEST_R) {
msg_err("argument mismatch\n");
exit(EXIT_FAILURE);
}
closure_finish();
return TEST_RV;
}
static boolean terminate_reached;
closure_function(1, 2, void, test1,
int, count,
void *, self, boolean, terminate)
{
if (terminate) {
if (bound(count) != 1) {
msg_err("bound variable value mismatch\n");
exit(EXIT_FAILURE);
}
terminate_reached = true;
return;
}
if (closure_self() != self) {
msg_err("self mismatch: %p, %p, terminate %d\n", closure_self(), self, terminate);
exit(EXIT_FAILURE);
}
bound(count)++;
apply(closure_self(), self, true);
}
typedef closure_type(test0_type, u64, u64);
typedef closure_type(test1_type, void, void *, boolean);
int main(int argc, char **argv)
{
heap h = init_process_runtime();
u64 heap_occupancy = h->allocated;
test0_type f = closure(h, test0, TEST_L);
if (apply(f, TEST_R) != TEST_RV) {
msg_err("return value mismatch\n");
return EXIT_FAILURE;
}
if (h->allocated > heap_occupancy) {
msg_err("leak after closure_finish(): prev %ld, now %ld\n",
heap_occupancy, h->allocated);
return EXIT_FAILURE;
}
heap_occupancy = h->allocated;
test1_type t = closure(h, test1, 0);
apply(t, t, false);
deallocate_closure(t);
if (h->allocated > heap_occupancy) {
msg_err("leak after deallocate_closure(): prev %ld, now %ld\n",
heap_occupancy, h->allocated);
return EXIT_FAILURE;
}
return EXIT_SUCCESS;
}
| 26.457143 | 90 | 0.585313 |
4d320d5e92bed41a2826da4a6059400b02ec07db | 168 | h | C | Pod/Classes/ModuleImporter/ANKModuleImporter.h | 0x0c/AeonKit_iOS | 30f975231f6256c67c667fd65ff3fd90c673b9a9 | [
"MIT"
] | 1 | 2016-05-09T08:44:44.000Z | 2016-05-09T08:44:44.000Z | Pod/Classes/ModuleImporter/ANKModuleImporter.h | 0x0c/AeonKit_iOS | 30f975231f6256c67c667fd65ff3fd90c673b9a9 | [
"MIT"
] | null | null | null | Pod/Classes/ModuleImporter/ANKModuleImporter.h | 0x0c/AeonKit_iOS | 30f975231f6256c67c667fd65ff3fd90c673b9a9 | [
"MIT"
] | null | null | null | //
// ANKModuleImporter.h
// Pods
//
// Created by Akira Matsuda on 3/13/16.
//
//
#import <Foundation/Foundation.h>
@interface ANKModuleImporter : NSObject
@end
| 12 | 40 | 0.678571 |
4d32529c506a47044822162514a2ec834342afd3 | 6,442 | c | C | T2/src/solver/main.c | santilaguna/EDD-alumno | a11ccadd16622cee5864d4ee9dc29db9154e9084 | [
"MIT"
] | null | null | null | T2/src/solver/main.c | santilaguna/EDD-alumno | a11ccadd16622cee5864d4ee9dc29db9154e9084 | [
"MIT"
] | null | null | null | T2/src/solver/main.c | santilaguna/EDD-alumno | a11ccadd16622cee5864d4ee9dc29db9154e9084 | [
"MIT"
] | null | null | null | #include "../snekbirb/board.h"
#include "../random/pcg_basic.h"
#include "../hash_table/hash_table.h"
#include "../hash_table/estado.h"
#include <stdlib.h>
int main(int argc, char *argv[])
{
// Revisar el input
if (argc != 3)
{
printf("Modo de uso: ./snakebirb test.txt output.txt\n");
return 0;
}
/*
El main actualmente usa las funciones de crear y liberar tablero y se aplican
movimientos según lo que se escriba por consola. También se abre la interfaz
gráfica para mostrar su uso. Este código no tiene leaks ni errores y solamente
sirve para mostrara la forma en que se usan las funciones.
La modelación del programa ya está dada para que no tengan que modelar los
movimientos. Sin embargo son libres de agregar o eliminar lo que quieran en
los archivos de la carpeta snekbirb. Por ejemplo está recomendado almacenar
una matriz de números aleatorios junto con el tablero y un valor de hash junto
con la serpiente.
La modelación actual está hecha de manera de que cada operación tenga costo
igual al largo de la serpiente. Si bien se puede mover la serpiente en O(1)
siempre y cuando no caiga, para la búsqueda es necesario copiar la serpiente.
Es por esto que cada operación toma O(snek). Para tu función de hash trata de
que el tiempo en calcularla no tome más que O(snek).
Tu debes implementar el algoritmo de BFS para encontrar la secuencia de pasos
mínima que resuelve el problema. Este algoritmo va a necesitar de una tabla de
hash para alamacenar los estados ya visitados para no repetirlos. Finalmente
tu código debe escribir en el archivo dado la secuencia de pasos ejecutados
en el formato especificado en el enunciado.
La interfaz es solamente para que puedas debuguear tu programa y no tiene
influencia en la correccion.
*/
// Abro el archivo
FILE* file = fopen(argv[1], "r");
// Creo el tablero
Board* board = board_init(file);
// Cierro el archivo
fclose(file);
// pedimos memoria para los randoms
board->randoms = malloc(sizeof(uint64_t*) * board->height);
for (int i = 0; i < board->height; i++) {
board->randoms[i] = malloc(sizeof(uint64_t) * board->width);
for (int j = 0; j < board->width; j++) {
uint64_t posible = (uint64_t) get_random();
while (posible - (posible % 10) == 0) posible = (uint64_t) get_random();
board->randoms[i][j] = posible;
}
}
// Arreglo de movimientos
Direction movs[1000];
uint16_t mov_count = 0;
HashTable* dict = table_init(50023); // escoger un primo adecuado
Estado* initial = malloc(sizeof(Estado));
initial->direction = HEAD;
initial->hash = board->hash;
initial->father = NULL;
initial->next = NULL;
initial->snek = board->snek;
// agregamos el hash board
hash_board(board);
table_insert(dict, initial);
Estado* father = initial;
Estado* node_agregar = initial;
bool winner = false;
Estado* curr_winner;
int i = 0;
while (!winner) {
/*
Esto es una demo de los movimientos de la serpiente y del modo de uso de la
funcion board_move. La idea es que si la serpiente se mueve en una direccion
invalida o si la serpiente muere al hacer el movimiento, se retorna NULL y
no se modifica el tablero actual.
Si el movimiento es válido, se retorna una nueva serpiente con la nueva
posición. La serpiente anterior sigue existiendo.
Los movimientos hechos se almacenan en el arreglo de movimientos para luego
escribirlos en el archivo de output.
*/
board->snek = father->snek;
// printf("%d-%llu\n", i, father->hash);
i+=1;
for (int new_direction = UP; new_direction <= DOWN; new_direction++) {
if (new_direction == UP && father->direction == DOWN) continue;
if (new_direction == DOWN && father->direction == UP) continue;
if (new_direction == LEFT && father->direction == RIGHT) continue;
if (new_direction == RIGHT && father->direction == LEFT) continue;
// Ejecuto el movimiento
Snek* copy = board_move(board, new_direction);
// Si hago un movimiento invalido o la serpiente muere, termino
if (!copy) {
continue;
}
uint64_t hash_ = incremental_board(board, new_direction, copy);
Estado* new_state = state_init(new_direction, hash_, father, copy);
// Si gane, termino
if (board_is_win(board, copy)) {
winner = true;
curr_winner = new_state;
int answer = table_insert(dict, new_state);
// ya pasamos por ese estado
if (answer == 0) {
return 2; // nunca deberíamos haber pasado por el estado del portal y no haber ganado
}
break;
}
int answer = table_insert(dict, new_state);
// ya pasamos por ese estado
if (answer == 0) {
// printf("freed rep %llu\n", new_state->hash);
//free(new_state);
continue;
}
// se insertó pero debemos migrar la tabla
else if (answer == -1) {
// printf("MIGRATE TABLE\n");
dict = table_migrate(dict);
}
// insertar a queue en ambos casos
node_agregar->q_next = new_state;
node_agregar = new_state;
}
father = father->q_next;
}
while (curr_winner->direction != HEAD) {
movs[mov_count-1] = curr_winner->direction;
//printf("%u-%u\n", curr_winner->direction, curr_winner->snek->tail->direction);
mov_count += 1;
curr_winner = curr_winner->father;
}
// Abro el archivo de output
FILE* out = fopen(argv[2], "w");
// Escribo el numero de movimientos
fprintf(out, "%hu\n", mov_count);
// Escribo los movimientos
for (int i = mov_count - 1; i >= 0; i--) {
fprintf(out, "%u\n", movs[i - 1]);
}
// Cierro el archivo de output
fclose(out);
// libero tabla con estados y sneks
//printf("error call table_destroy \n");
//table_destroy(dict);
//printf("error after table_destroy \n");
// Libero la memoria de los numero random
//for (int i = 0; i < board->height; i++) {
// free(board->randoms[i]);
//}
//free(board->randoms);
//printf("error call to board_destroy \n");
// Libero la memoria del tablero
//board_destroy(board);
// Retorno que todo esta bien
//printf("no error \n");
return 0;
}
| 34.265957 | 97 | 0.642037 |
4d3338b59e55c8f267e89163dbc63c28bf621a93 | 12,633 | h | C | include/tools/misc/graph_bundled.h | AdamPI314/SOHR | eec472ec98c69ce58d8dee1bc5bfc4a2bf9063c6 | [
"MIT"
] | 2 | 2017-08-11T23:29:56.000Z | 2020-07-22T18:13:50.000Z | include/tools/misc/graph_bundled.h | AdamPI314/SOHR | eec472ec98c69ce58d8dee1bc5bfc4a2bf9063c6 | [
"MIT"
] | null | null | null | include/tools/misc/graph_bundled.h | AdamPI314/SOHR | eec472ec98c69ce58d8dee1bc5bfc4a2bf9063c6 | [
"MIT"
] | null | null | null | ///////////////////////////////////////////////////////////////////////////////////////////////////
//This is a boost graph template with bundled property
///////////////////////////////////////////////////////////////////////////////////////////////////
/************************************************************************/
//http://stackoverflow.com/questions/671714/modifying-vertex-properties-in-a-boostgraph
/* Examples:
struct VertexProperties_graph {
int i;
};
struct EdgeProperties_graph {
};
typedef Graph_bundled<VertexProperties_graph, EdgeProperties_graph> MyGraph;
MyGraph g;
VertexProperties_graph vp;
vp.i = 42;
MyGraph::Vertex v = g.AddVertex(vp);
g.properties(v).i = 23;*/
/************************************************************************/
#ifndef GRAPH_BUNDLED_H_
#define GRAPH_BUNDLED_H_
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <boost/graph/graph_utility.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/graph/reverse_graph.hpp>
#include <boost/graph/dijkstra_shortest_paths.hpp>
#include <boost/static_assert.hpp>
#include <algorithm> //for std::find_if
using namespace boost;
/* definition of basic boost::graph properties */
enum vertex_properties_t { vertex_properties };
enum edge_properties_t { edge_properties };
//enum graph_properties_t { graph_properties };
namespace boost {
BOOST_INSTALL_PROPERTY(vertex, properties);
BOOST_INSTALL_PROPERTY(edge, properties);
//BOOST_INSTALL_PROPERTY(graph, properties);
}
/* the graph base class template */
template < typename VERTEXPROPERTIES, typename EDGEPROPERTIES >
class Graph_bundled
{
public:
/* an adjacency_list as we need it */
/*
An adjacency_list doesn't have an edge index associated with it, only a vertex index.
Which is quite logical once you think about how the graph is stored.
To have an edge index, you need to manually add it to the graph description, and then manually handle it.
*/
typedef adjacency_list<
vecS, // allow parallel edges
//multisetS, //Specify boost::multisetS as the OutEdgeListS template argument to adjacency_list, this will enable an extra function
//called edge_range which returns a range of iterators for all the "parallel" edges coming out of u and going into v
//listS, // doesn't allow parallel edges
vecS, // vertex container
bidirectionalS, // directed graph
/*property<vertex_properties_t, VERTEXPROPERTIES>,*/
//property<edge_properties_t, EDGEPROPERTIES>
property<vertex_index_t, std::size_t, property<vertex_properties_t, VERTEXPROPERTIES> >,
property<edge_index_t, std::size_t, property<edge_properties_t, EDGEPROPERTIES> > //multiple properties
//edge_index_t is not installed for default, if you want to use get() method to get edge_index, you have to install it explicitly
> GraphContainer;
/* a bunch of graph-specific typedefs */
typedef typename graph_traits<GraphContainer>::vertex_descriptor Vertex;
typedef std::pair<Vertex, Vertex> VertexPair;
typedef typename graph_traits<GraphContainer>::edge_descriptor Edge;
typedef std::pair<Edge, Edge> EdgePair;
typedef typename graph_traits<GraphContainer>::vertex_iterator vertex_iter;
typedef typename graph_traits<GraphContainer>::edge_iterator edge_iter;
typedef typename graph_traits<GraphContainer>::adjacency_iterator adjacency_iter;
typedef typename graph_traits<GraphContainer>::out_edge_iterator out_edge_iter;
typedef typename graph_traits<GraphContainer>::degree_size_type degree_t;
typedef std::pair<adjacency_iter, adjacency_iter> adjacency_vertex_range_t;
typedef std::pair<out_edge_iter, out_edge_iter> out_edge_range_t;
typedef std::pair<vertex_iter, vertex_iter> vertex_range_t;
typedef std::pair<edge_iter, edge_iter> edge_range_t;
//typedef typename property_map<GraphContainer, edge_index_t>::type edge_index_map_t;
//typedef for reversed graph
typedef reverse_graph<GraphContainer> reverse_graph_t;
typedef typename graph_traits<reverse_graph_t>::vertex_descriptor reverse_vertex_t;
typedef typename graph_traits<reverse_graph_t>::edge_descriptor reverse_edge_t;
public:
//visitor for shortest path algotithm, both dijkstra and bellman_ford
//here we just implement the "edge_relaxed" function so that it could record the edge on the shortest path
//class my_visitor : public default_bfs_visitor
//class my_visitor : public dijkstra_visitor<null_visitor>
class my_visitor : public base_visitor<null_visitor>
{
protected:
//predecessors vector
std::vector<Vertex>& predecessors;
//coresponding edges vector of predecessors, edge from current vertex<--predessor coressponds a edge
std::vector<Edge>& edge_v;
public:
template <typename Graph>
my_visitor(Graph g, std::vector<Vertex>& p, std::vector<Edge>& e_v) :predecessors(p), edge_v(e_v)
{
predecessors.resize(num_vertices(g));
edge_v.resize(num_vertices(g));
}
public:
template <typename Vertex, typename Graph>
void initialize_vertex(const Vertex &s, const Graph &g) const {}
template <typename Vertex, typename Graph>
void discover_vertex(const Vertex &s, const Graph &g) const {}
template <typename Vertex, typename Graph>
void examine_vertex(const Vertex &s, const Graph &g) const {}
template <typename Edge, typename Graph>
void examine_edge(const Edge &e, const Graph &g) const {}
//no const statement for this function, gonna change the class itself
template <typename Edge, typename Graph>
void edge_relaxed(const Edge &e, const Graph &g)
{
auto s = source(e, g);
auto t = target(e, g);
//my own way to create predecessor map, or says predecessor vector
predecessors[t] = s;
edge_v[t] = e;
//std::cout << s << "-->" << t << std::endl;
}
template <typename Edge, typename Graph>
void edge_not_relaxed(const Edge &e, const Graph &g) const {}
template <typename Vertex, typename Graph>
void finish_vertex(const Vertex &s, const Graph &g) const {}
//bellman_ford needs this two extra functions
template <typename Edge, typename Graph>
void edge_minimized(const Edge &e, const Graph &g) const {}
template <typename Edge, typename Graph>
void edge_not_minimized(const Edge &e, const Graph &g) const {}
};
public:
//visitor for shortest path algotithm, both dijkstra and bellman_ford
//here we just implement the "edge_relaxed" function so that it could record the edge on the shortest path
//class my_visitor : public default_bfs_visitor
//class my_visitor : public dijkstra_visitor<null_visitor>
//for reverse graph
class my_visitor_r : public base_visitor<null_visitor>
{
protected:
//predecessors vector
std::vector<reverse_vertex_t>& predecessors;
//coresponding reverse_edge_ts vector of predecessors, reverse_edge_t from current reverse_vertex_t<--predessor coressponds a reverse_edge_t
std::vector<reverse_edge_t>& reverse_edge_v;
public:
template <typename reverse_graph_t>
my_visitor_r(reverse_graph_t g, std::vector<reverse_vertex_t>& p, std::vector<reverse_edge_t>& e_v) :predecessors(p), reverse_edge_v(e_v)
{
predecessors.resize(num_vertices(g));
reverse_edge_v.resize(num_vertices(g));
}
public:
template <typename reverse_vertex_t, typename reverse_graph_t>
void initialize_vertex(const reverse_vertex_t &s, const reverse_graph_t &g) const {}
template <typename reverse_vertex_t, typename reverse_graph_t>
void discover_vertex(const reverse_vertex_t &s, const reverse_graph_t &g) const {}
template <typename reverse_vertex_t, typename reverse_graph_t>
void examine_vertex(const reverse_vertex_t &s, const reverse_graph_t &g) const {}
template <typename reverse_edge_t, typename reverse_graph_t>
void examine_edge(const reverse_edge_t &e, const reverse_graph_t &g) const {}
//no const statement for this function, gonna change the class itself
template <typename reverse_edge_t, typename reverse_graph_t>
void edge_relaxed(const reverse_edge_t &e, const reverse_graph_t &g)
{
auto s = source(e, g);
auto t = target(e, g);
//my own way to create predecessor map, or says predecessor vector
predecessors[t] = s;
reverse_edge_v[t] = e;
}
template <typename reverse_edge_t, typename reverse_graph_t>
void edge_not_relaxed(const reverse_edge_t &e, const reverse_graph_t &g) const {}
template <typename reverse_vertex_t, typename reverse_graph_t>
void finish_vertex(const reverse_vertex_t &s, const reverse_graph_t &g) const {}
//bellman_ford needs this two extra functions
template <typename reverse_edge_t, typename reverse_graph_t>
void edge_minimized(const reverse_edge_t &e, const reverse_graph_t &g) const {}
template <typename reverse_edge_t, typename reverse_graph_t>
void edge_not_minimized(const reverse_edge_t &e, const reverse_graph_t &g) const {}
};
/* constructors etc. */
Graph_bundled() {}
Graph_bundled(const Graph_bundled& g) : graph(g.graph) {}
virtual ~Graph_bundled() {}
/* structure modification methods */
void Clear()
{
graph.clear();
}
Vertex AddVertex(const VERTEXPROPERTIES& prop)
{
Vertex v = add_vertex(graph);
properties(v) = prop;
return v;
}
void RemoveVertex(const Vertex& v)
{
clear_vertex(v, graph);
remove_vertex(v, graph);
}
Edge AddEdge(const Vertex& v1, const Vertex& v2, const EDGEPROPERTIES& prop_12)
{
/* TODO: maybe one wants to check if this edge could be inserted */
Edge addedEdge = add_edge(v1, v2, graph).first;
properties(addedEdge) = prop_12;
return addedEdge;
}
EdgePair AddEdge(const Vertex& v1, const Vertex& v2, const EDGEPROPERTIES& prop_12, const EDGEPROPERTIES& prop_21)
{
/* TODO: maybe one wants to check if this edge could be inserted */
Edge addedEdge1 = add_edge(v1, v2, graph).first;
Edge addedEdge2 = add_edge(v2, v1, graph).first;
properties(addedEdge1) = prop_12;
properties(addedEdge2) = prop_21;
return EdgePair(addedEdge1, addedEdge2);
}
/* property access */
VERTEXPROPERTIES& properties(const Vertex& v)
{
typename property_map<GraphContainer, vertex_properties_t>::type param = get(vertex_properties, graph);
return param[v];
}
const VERTEXPROPERTIES& properties(const Vertex& v) const
{
typename property_map<GraphContainer, vertex_properties_t>::const_type param = get(vertex_properties, graph);
return param[v];
}
EDGEPROPERTIES& properties(const Edge& v)
{
typename property_map<GraphContainer, edge_properties_t>::type param = get(edge_properties, graph);
return param[v];
}
const EDGEPROPERTIES& properties(const Edge& v) const
{
typename property_map<GraphContainer, edge_properties_t>::const_type param = get(edge_properties, graph);
return param[v];
}
const EDGEPROPERTIES& properties(const reverse_edge_t& v) const
{
//reversed graph
reverse_graph_t reversed_graph(this->graph);
typename property_map<reverse_graph_t, edge_properties_t>::const_type param = get(edge_properties, reversed_graph);
return param[v];
}
/* selectors and properties */
const GraphContainer& getGraph() const
{
return graph;
}
vertex_range_t getVertices() const
{
return vertices(graph);
}
std::size_t get_num_vertices() const {
vertex_range_t vp;
int count = 0;
for (vp = vertices(graph); vp.first != vp.second; ++vp.first)
count++;
return count;
}
edge_range_t getEdges() const
{
return edges(graph);
}
std::size_t getEdgeCount() const
{
return num_edges(graph);
}
std::size_t get_num_edges() const {
edge_range_t ep;
int count = 0;
for (ep = edges(graph); ep.first != ep.second; ++ep.first)
count++;
return count;
}
adjacency_vertex_range_t getAdjacentVertices(const Vertex& v) const
{
return adjacent_vertices(v, graph);
}
std::size_t getInDegree(const Vertex&v) const {
return in_degree(v, graph);
}
std::size_t getOutDegree(const Vertex&v) const {
return out_degree(v, graph);
}
out_edge_range_t getOutEdges(const Vertex&v) const {
return out_edges(v, graph);
}
std::size_t getVertexCount() const
{
return num_vertices(graph);
}
std::size_t getVertexDegree(const Vertex& v) const
{
return out_degree(v, graph);
}
/* operators */
Graph_bundled& operator=(const Graph_bundled &rhs)
{
graph = rhs.graph;
return *this;
}
//find the first edge with specific edge_index
edge_iter find_edge_with_an_edge_index(size_t x) {
edge_iter iter_beg, iter_end;
boost::tie(iter_beg, iter_end) = getEdges();
//return std::find_if(iter_beg, iter_end, check_x(x));
for (; iter_beg != iter_end; ++iter_beg) {
if (properties(*iter_beg).edge_index == x) {
break;
}
}
return iter_beg;
}
protected:
GraphContainer graph;
};
#endif
| 32.984334 | 142 | 0.735692 |
4d350e57db1dbf29a23ea1956310d1677f0ac77a | 8,636 | c | C | src/Fasta.c | kirilenkobm/CESAR2.0 | d134b8479e4d4f66a65d60d184ce30c4162d88c0 | [
"MIT"
] | null | null | null | src/Fasta.c | kirilenkobm/CESAR2.0 | d134b8479e4d4f66a65d60d184ce30c4162d88c0 | [
"MIT"
] | null | null | null | src/Fasta.c | kirilenkobm/CESAR2.0 | d134b8479e4d4f66a65d60d184ce30c4162d88c0 | [
"MIT"
] | null | null | null | /**
* Fasta parser implementation.
* Copyright 2017 MPI-CBG/MPI-PKS Peter Schwede
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "Logging.h"
#include "SafeAlloc.h"
#include "Literal.h"
#include "Params.h"
#include "Fasta.h"
#ifndef g_loglevel
#define g_loglevel 0
#endif
/**
* Initialize an empty Fasta struct.
* @param self a Fasta struct.
* @return success boolean.
*/
bool Fasta__init(struct Fasta* self) {
self->num_references = 0;
self->num_queries = 0;
self->queries = SAFEMALLOC(0);
self->references = SAFEMALLOC(0);
return self->references != NULL && self->queries != NULL;
}
/**
* Destroy a Fasta struct.
* @param self a Fasta struct.
* @return success boolean.
*/
bool Fasta__destroy(struct Fasta* self) {
for(uint16_t i = 0; i < self->num_references; i++) {
Sequence__destroy(self->references[i]);
}
free(self->references);
for(uint16_t i = 0; i < self->num_queries; i++) {
Sequence__destroy(self->queries[i]);
}
free(self->queries);
return true;
}
/**
* Add a new reference sequence.
* @param self a Fasta struct.
* @param reference a reference sequence.
* @return success boolean.
*/
bool Fasta__add_reference(struct Fasta* self, struct Sequence* reference) {
self->num_references++;
self->references = SAFEREALLOC(self->references, sizeof(struct Sequence*) * self->num_references);
if (self->references == NULL) {
return false;
}
self->references[self->num_references-1] = reference;
return true;
}
/**
* Add a new query sequence.
* @param self a Fasta struct.
* @param query a query sequence.
* @return success boolean.
*/
bool Fasta__add_query(struct Fasta* self, struct Sequence* query) {
self->num_queries++;
self->queries = SAFEREALLOC(self->queries, sizeof(struct Sequence*) * self->num_queries);
if (self->queries == NULL) {
return false;
}
self->queries[self->num_queries-1] = query;
return true;
}
/**
* Read a Fasta file.
* @param self a Fasta struct.
* @param filename
* @return success boolean.
*/
bool Fasta__read(struct Fasta* self, char* filename) {
FILE* file_descriptor = fopen(filename, "r");
if (file_descriptor == NULL) {
die("Cannot open file: %s", filename);
}
struct Sequence* sequence = SAFECALLOC(sizeof(Sequence), 1);
Sequence__init(sequence);
uint16_t name_length = 0;
uint16_t acc_length = 0;
uint16_t do_length = 0;
uint16_t state = 0;
size_t lineno = 0;
bool reached_codons = false;
bool reached_queries = false;
// initialize new sequence
while (1) {
char c = fgetc(file_descriptor);
if (c == '\n') {
lineno++;
}
logv(3, "Fasta-read-in sequence: %p\treferences: %u\tqueries: %u\tline: %lu\tstate: %u\tc: '%c'", sequence, self->num_references, self->num_queries, lineno, state, c);
switch (state) {
case 0: // awaiting '>' for sequence name
if (c == EOF) {
state = 3;
break;
}
if (c == '#') {
reached_queries = true;
state = 13;
break;
}
if (c == '>') {
state = 1;
break;
}
break;
case 1: // reading sequence name
if (c == '\t') {
sequence->name[name_length] = '\0';
state = 11;
break;
}
if (c == '\n') {
sequence->name[name_length] = '\0';
state = 2;
break;
}
sequence->name[name_length++] = c;
break;
case 11: // reading acceptor profile file name
if (c == '\t') {
sequence->acceptor[acc_length] = '\0';
acc_length = 0;
logv(3, "Full acceptor filename: %s", sequence->acceptor);
state = 12;
break;
}
sequence->acceptor[acc_length++] = c;
break;
case 12: // reading donor profile file name
if (c == '\n') {
sequence->donor[do_length] = '\0';
do_length = 0;
logv(3, "Full donor filename: %s", sequence->donor);
state = 2;
break;
}
sequence->donor[do_length++] = c;
break;
case 13: // between references and query
if (c == '\n') {
state = 0;
break;
}
break;
case 2: // read sequence
if (c == '\n') {
state = 0;
if (sequence != NULL) {
// save current sequence
if (reached_queries) {
Fasta__add_query(self, sequence);
} else {
sequence->num_codons = floor(sequence->num_codon_bases / 3);
Fasta__add_reference(self, sequence);
}
}
// initialize new sequence
sequence = SAFECALLOC(sizeof(Sequence), 1);
Sequence__init(sequence);
name_length = 0,
reached_codons = false;
break;
}
// handle aligned fasta
if (c == ' ') {
sequence->num_align_spaces++;
break; // skip spaces
}
if (c == '-') {
// ignore deletes
break;
}
if (c == '|') {
sequence->start_split_length += sequence->num_codon_bases;
sequence->codons_offset = sequence->start_split_length;
sequence->end_split_length = 0;
sequence->num_codon_bases = 0;
reached_codons = false;
state = 21;
break;
}
if ('a' <= c && c <= 'z') { // lower case
// lower case indicate split codon
if(!reached_codons) {
sequence->codons_offset++;
}
if (sequence->length < 2) {
sequence->start_split_length++; // 3 = codon length
} else {
sequence->end_split_length++;
}
} else if ('A' <= c && c <= 'Z') { // upper case
reached_codons = true;
sequence->num_codon_bases++;
}
Sequence__append(sequence, Literal__from_char(c));
break;
case 21: // full codons following pipes
if (c == '\n') {
state = 0;
if (sequence != NULL) {
// save current sequence
if (reached_queries) {
Fasta__add_query(self, sequence);
} else {
sequence->num_codons = floor(sequence->num_codon_bases / 3);
Fasta__add_reference(self, sequence);
}
}
// initialize new sequence
sequence = SAFECALLOC(sizeof(Sequence), 1);
Sequence__init(sequence);
name_length = 0,
reached_codons = false;
break;
}
if (c == '-') {
// ignore deletes
break;
}
if (c == '|') {
state = 22;
break;
}
reached_codons = true;
sequence->num_codon_bases++;
Sequence__append(sequence, Literal__from_char(c));
break;
case 22: // split codon donor end
if (c == '\n') {
state = 0;
if (sequence != NULL) {
// save current sequence
if (reached_queries) {
Fasta__add_query(self, sequence);
} else {
sequence->num_codons = floor(sequence->num_codon_bases / 3);
Fasta__add_reference(self, sequence);
}
}
// initialize new sequence
sequence = SAFECALLOC(sizeof(Sequence), 1);
Sequence__init(sequence);
name_length = 0,
reached_codons = false;
break;
}
if (c == '-') {
// ignore deletes
break;
}
sequence->end_split_length++;
Sequence__append(sequence, Literal__from_char(c));
break;
case 3: // stop
if (sequence != NULL && !reached_queries) {
logv(1, "No separator line beginning with '#' found. Interpreting last sequence as query sequence.");
logv(3, "References: %u, Queries: %u", self->num_references, self->num_queries);
// remove from references, add to queries
Fasta__add_query(self, self->references[self->num_references-1]);
self->references[self->num_references-1] = NULL;
self->num_references--;
logv(3, "References: %u, Queries: %u", self->num_references, self->num_queries);
}
fclose(file_descriptor);
return true;
default:
fclose(file_descriptor);
die("Unknown state: %u", state);
} // switch
} // while
fclose(file_descriptor);
return false;
}
| 26.169697 | 171 | 0.541802 |
4d35af216fce64a841515343067e062768dcb896 | 2,186 | h | C | CPP/binary_meanpass_gpu_solver.h | JSHBaxter/DeepFlow | aff9ebff59a96289918a7efabddab4c38872f7b9 | [
"Unlicense"
] | null | null | null | CPP/binary_meanpass_gpu_solver.h | JSHBaxter/DeepFlow | aff9ebff59a96289918a7efabddab4c38872f7b9 | [
"Unlicense"
] | null | null | null | CPP/binary_meanpass_gpu_solver.h | JSHBaxter/DeepFlow | aff9ebff59a96289918a7efabddab4c38872f7b9 | [
"Unlicense"
] | null | null | null |
#ifndef BINARY_MEANPASS_GPU_SOLVER_H
#define BINARY_MEANPASS_GPU_SOLVER_H
#include <cuda_runtime.h>
class BINARY_MEANPASS_GPU_SOLVER_BASE
{
private:
protected:
const cudaStream_t & dev;
const int b;
const int n_c;
const int n_s;
const float * const data;
float* const u;
float* r_eff;
// optimization constants
const float beta = 0.001f;
const float epsilon = 0.0001f;
const float tau = 0.5f;
virtual int min_iter_calc() = 0;
virtual void init_vars() = 0;
virtual void calculate_regularization() = 0;
virtual void parity_mask_buffer(float* buffer, const int parity) = 0;
virtual void parity_merge_buffer(float* buffer, const float * const other, const int parity) = 0;
virtual void clean_up() = 0;
void block_iter(int parity);
public:
BINARY_MEANPASS_GPU_SOLVER_BASE(
const cudaStream_t & dev,
const int batch,
const int n_s,
const int n_c,
const float * const data_cost,
const float * const init_u,
float* u,
float** full_buffs) ;
~BINARY_MEANPASS_GPU_SOLVER_BASE();
void operator()();
};
class BINARY_MEANPASS_GPU_GRADIENT_BASE
{
private:
protected:
const cudaStream_t & dev;
const int b;
const int n_c;
const int n_s;
const float * const logits;
const float * const grad;
float* const g_data;
float* u;
float* d_y;
float* g_u;
// optimization constants
const float beta = 0.0001f;
const float epsilon = 0.01f;
const float tau = 0.25f;
virtual int min_iter_calc() = 0;
virtual void init_vars() = 0;
virtual void get_reg_gradients_and_push(float tau) = 0;
virtual void clean_up() = 0;
void block_iter();
public:
BINARY_MEANPASS_GPU_GRADIENT_BASE(
const cudaStream_t & dev,
const int batch,
const int n_s,
const int n_c,
const float * const u,
const float * const g,
float* g_d,
float** full_buffs);
~BINARY_MEANPASS_GPU_GRADIENT_BASE();
void operator()();
};
#endif //BINARY_MEANPASS_GPU_SOLVER_H
| 23.255319 | 102 | 0.63129 |
4d363d59bec716f74cc840f06976f02fa74f4fee | 175 | c | C | components/spiffs/spiffs/src/test/main.c | dereklitao/ESP8266_RTOS_SDK | 8680849684f17ebc1a71df5be7f9547d9ecbecc5 | [
"Apache-2.0"
] | 2,701 | 2015-10-28T08:28:16.000Z | 2022-03-31T16:51:13.000Z | middleware/tinyengine/tools/mkspiffs/spiffs/src/test/main.c | IamBaoMouMou/AliOS-Things | 195a9160b871b3d78de6f8cf6c2ab09a71977527 | [
"Apache-2.0"
] | 1,136 | 2015-11-09T02:40:55.000Z | 2022-03-30T21:28:00.000Z | middleware/tinyengine/tools/mkspiffs/spiffs/src/test/main.c | IamBaoMouMou/AliOS-Things | 195a9160b871b3d78de6f8cf6c2ab09a71977527 | [
"Apache-2.0"
] | 1,577 | 2015-10-27T15:29:27.000Z | 2022-03-31T07:11:49.000Z | #include <stdlib.h>
#ifndef NO_TEST
#include "testrunner.h"
#endif
int main(int argc, char **args) {
#ifndef NO_TEST
run_tests(argc, args);
#endif
exit(EXIT_SUCCESS);
}
| 13.461538 | 33 | 0.702857 |
4d364a411bce4317b44830e04ab3d033be08a252 | 276 | h | C | rEFIt_UEFI/Platform/plist/base64.h | sitinurhaliza18/CloverBootloader | f4e10b1a2a763aaa1e13ba8e587f9407c65f0496 | [
"BSD-2-Clause"
] | 2 | 2021-04-04T06:37:49.000Z | 2021-04-04T06:37:57.000Z | rEFIt_UEFI/Platform/plist/base64.h | grizlikoff/CloverBootloader | 3fbfaf07ebb5313e782838ff2792022332870f0c | [
"BSD-2-Clause"
] | 1 | 2021-01-22T10:14:51.000Z | 2021-01-27T16:50:25.000Z | rEFIt_UEFI/Platform/plist/base64.h | grizlikoff/CloverBootloader | 3fbfaf07ebb5313e782838ff2792022332870f0c | [
"BSD-2-Clause"
] | null | null | null | //
// base64.h
// cpp_tests
//
// Created by Jief on 24/08/2020.
// Copyright © 2020 JF Knudsen. All rights reserved.
//
#ifndef base64_h
#define base64_h
char *base64_encode(const unsigned char *data,
size_t input_length,
size_t *output_length);
#endif /* base64_h */
| 16.235294 | 53 | 0.702899 |
4d36631593d1079dc11bc61e4c8ec81b7b3b373c | 1,051 | c | C | d/wudu/obj/wuxing.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 69 | 2018-03-08T18:24:44.000Z | 2022-02-24T13:43:53.000Z | d/wudu/obj/wuxing.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 3 | 2019-04-24T12:21:19.000Z | 2021-03-28T23:34:58.000Z | d/wudu/obj/wuxing.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 33 | 2017-12-23T05:06:58.000Z | 2021-08-16T02:42:59.000Z | // duwan.c
#include <ansi.h>
inherit ITEM;
void create()
{
set_weight(50);
set_name("无形之毒", ({ "wuxing du","yao"}) );
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "包");
set("long", "这是一包五毒教的秘制的毒药,吃了它必死无疑。\n");
set("value", 50);
set("poison_type", "poison");
set("can_pour", 1);
set("can_daub", 1);
set("can_drug", 1);
set("poison", ([
"level" : 200,
"id" : "ding chunqiu",
"name" : "毒",
"duration": 15,
]));
set("no_sell", 1);
set("only_do_effect", 1);
}
setup();
}
int do_effect(object me)
{
message_vision("$N一仰脖,把毒药全部倒入了嘴中。\n",
me);
me->set_temp("die_reason", "吃了毒药去见黑白无常了");
me->die();
destruct(this_object());
return 1;
}
| 25.634146 | 56 | 0.386299 |
4d37ca722dcbf0d1f3d889124c03d30142580d83 | 1,878 | h | C | MMVII/include/V1VII.h | trabucayre/micmac | 7378653d77882095290ec1abd1df75e281bea004 | [
"CECILL-B"
] | null | null | null | MMVII/include/V1VII.h | trabucayre/micmac | 7378653d77882095290ec1abd1df75e281bea004 | [
"CECILL-B"
] | null | null | null | MMVII/include/V1VII.h | trabucayre/micmac | 7378653d77882095290ec1abd1df75e281bea004 | [
"CECILL-B"
] | null | null | null | #ifndef _V1V2_H_
#define _V1V2_H_
#include "StdAfx.h"
#include "include/MMVII_all.h"
namespace MMVII
{
const std::string & MMV1Bin();
template <class Type> Pt2d<Type> ToMMV1(const cPtxd<Type,2> & aP) {return Pt2d<Type>(aP.x(),aP.y());}
template <class Type> cPtxd<Type,2> ToMMVII(const Pt2d<Type> & aP) {return cPtxd<Type,2>(aP.x,aP.y);}
template <class Type> Box2d<Type> ToMMV1(const cTplBox<Type,2> & aBox) {return Box2d<Type>(ToMMV1(aBox.P0()),ToMMV1(aBox.P1()));}
template <class Type> std::string ToStrComMMV1(const cPtxd<Type,2> & aP) {return "["+ToStr(aP.x()) + "," + ToStr(aP.y()) + "]";}
GenIm::type_el ToMMV1(eTyNums aV2);
eTyNums ToMMVII( GenIm::type_el );
void ExportHomMMV1(const std::string & aIm1,const std::string & aIm2,const std::string & SH,const std::vector<cPt2di> & aVP);
void ExportHomMMV1(const std::string & aIm1,const std::string & aIm2,const std::string & SH,const std::vector<cPt2dr> & aVP);
void MakeStdIm8BIts(cIm2D<tREAL4> aImIn,const std::string& aName);
template <class Type> class cMMV1_Conv
{
public :
typedef typename El_CTypeTraits<Type>::tBase tBase;
typedef Im2D<Type,tBase> tImMMV1;
typedef cDataIm2D<Type> tImMMVII;
static inline tImMMV1 ImToMMV1(const tImMMVII & aImV2) // To avoid conflict with global MMV1
{
Type * aDL = const_cast< tImMMVII &> (aImV2).RawDataLin();
// return tImMMV1(aImV2.RawDataLin(),nullptr,aImV2.Sz().x(),aImV2.Sz().y());
return tImMMV1(aDL,nullptr,aImV2.Sz().x(),aImV2.Sz().y());
};
static void ReadWrite(bool ReadMode,const tImMMVII &aImV2,const cDataFileIm2D & aDF,const cPt2di & aP0File,double aDyn,const cRect2& aR2Init);
};
std::string V1NameMasqOfIm(const std::string & aName);
// Call V1 Fast kth value extraction
double KthVal(std::vector<double> &, double aProportion);
};
#endif // _V1V2_H_
| 31.830508 | 147 | 0.683174 |
4d38132483894758a2db6ce040b36eb616f416b8 | 4,168 | h | C | code30/linux/project/Tempwangpan/server_thread/include/factory.h | stdbilly/CS_Note | a8a87e135a525d53c283a4c70fb942c9ca59a758 | [
"MIT"
] | 2 | 2020-12-09T09:55:51.000Z | 2021-01-08T11:38:22.000Z | code30/linux/project/Tempwangpan/server_thread/include/factory.h | stdbilly/CS_Note | a8a87e135a525d53c283a4c70fb942c9ca59a758 | [
"MIT"
] | null | null | null | code30/linux/project/Tempwangpan/server_thread/include/factory.h | stdbilly/CS_Note | a8a87e135a525d53c283a4c70fb942c9ca59a758 | [
"MIT"
] | null | null | null | #ifndef __FACTORY_H__
#define __FACTORY_H__
#include"thread_all.h"
#include"work_que.h"
#include <aio.h>
#include <mysql/mysql.h>
//#define DEBUG_SERVER
//表示使用mmap的临界值
#define BIGFILESIZE 100 * 1024 * 1024
//一般缓冲区大小
#define BUFSIZE 4096
#define MSGHEADSIZE 56
#define DIRIDSIZE 30
#define DIRNAMESIZE 50
#define USERIDSIZE 20
#define USERNAMESIZE 50
#define PASSWDSIZE 120 //加密后长度为98
#define MD5SIZE 40
typedef struct{
Que_t que;
pthread_cond_t cond;
pthread_t *pthid;
int threadNum;
int startFlag;
}Factory_t, *pFactory_t;
typedef struct linkMsg{
int size;
int flag;//标志位 读写浏览
char token[40];
size_t fileSize;
char buf[BUFSIZE];//文件名,文件大小,接收目录
}linkMsg_t;
typedef struct user{
char id[USERIDSIZE];
char name[USERNAMESIZE];
char passwd[PASSWDSIZE];
char salt[20];
char dirID[DIRIDSIZE];
time_t lastOPTime;
}User_t;
typedef struct userState{
char name[USERNAMESIZE];
char currentDirId[DIRIDSIZE];
}UserState_t;
typedef struct dirState{
char dirID[DIRIDSIZE];
char dirName[DIRNAMESIZE];
}DirState_t,*pDirState_t;
/*客户端发给服务器的操作码*/
enum commend_num
{
USERENROLL = 0,
USERLOGIN,
CDCOMMEND,
LSCOMMEND,
PUTSCOMMEND,
GETSCOMMEND,
RMCOMMEND,
PWDCOMMEND
};
/*服务器发给客户端的确认码*/
enum flag_return
{
FAIL_FLAG = 100,
SUCCESS,
TOKEN_OVERTIME,
EXIST_FLAG,
FILE_EXIST_FLAG,
FRAG_FLAG
};
void* threadFun(void *p);
int tcpInit(char* ip, char* port);//返回socket描述符
int epollAdd(int epfd, int fd);
int factoryInit(pFactory_t pf, int threadNum, int capacity);
int factoryStart(pFactory_t pf);
void factoryDestroy(pFactory_t pf);
int getsDealFunc(int socketFd, MYSQL* conn,linkMsg_t *plmsg, UserState_t* pUState);
/*----------------------操作指令函数-----------------------------------*/
int userEnroll(int fd, MYSQL* conn, linkMsg_t* plmsg);
int userLogin(int fd, MYSQL* conn, linkMsg_t* plmsg, UserState_t* pUState);
int LsCommand(int fd, MYSQL* conn, UserState_t* pUState);
int PwdCommand(int fd, MYSQL* conn, UserState_t* pUState);
int CdCommand(int fd, MYSQL* conn, linkMsg_t* plmsg, UserState_t* pUState);
int RmCommand(int fd, MYSQL* conn, linkMsg_t* plmsg, UserState_t* pUState);
int recvFile(int sfd, MYSQL* conn,linkMsg_t* plmsg, UserState_t* pUState);
int transmiss(int tranFd, MYSQL* conn,linkMsg_t *plmsg, UserState_t* pUState);
/*----------------------数据库操作函数-----------------------------------*/
int connectMYSQL(MYSQL** pConn);
int queryMySQL(MYSQL* conn, char* queryInfo, char* resultInfo);
int insertMySQL(MYSQL* conn, char* insertInfo, char* resultInfo);
int deleteMySQL(MYSQL *conn, char* deleteInfo, char* resultInfo);
int updateMySQL(MYSQL* conn, char* updateInfo, char* resultInfo);
void updateOPLog(MYSQL* conn,char* name,char* opStr);
int queryMySQLForUser(MYSQL* conn, char* queryInfo, User_t* pUser);
int updateOPTime(MYSQL* conn, char* userID, time_t t);
int findFatherDirId(MYSQL* conn, char* childDirId, pDirState_t fatherDir);
int insertUploadInfo(MYSQL* conn, size_t fileSize,size_t offset,char* md5);
int updateUploadInfo(MYSQL* conn, size_t offset, char* md5);
int getUploadInfo(MYSQL* conn, size_t* pOffset, char* md5);
int deleteUploadInfo(MYSQL* conn, char* md5);
int getUserNameAndCurDir(MYSQL* conn, char* token, char* userName, char* currentDirId);
int updateCurrentDir(MYSQL* conn,char* userName, char* currentDirId);
int checkToken(MYSQL* conn, char* token,int outOfTime); //会更新最后操作时间
int InsertFileInfo(MYSQL* conn, UserState_t *pUState, char* fileType, char* fileName, char* md5Str, size_t fileSize);
int getFileInfo(MYSQL* conn, char* fileName, char* currentDirId,char* result);
int checkMd5InMySQL(MYSQL *conn, const char* md5Str);
/*----------------------发送错误消息函数-----------------------------------*/
void sendErrorMsg(int fd, linkMsg_t* plmsg);
int recvCycle(int sfd, void* buf, long fileSize);
int recvCycleCnt(int sfd, void* buf, long fileSize);//带百分比功能的
/*----------------------md5函数-----------------------------------*/
int Compute_string_md5(unsigned char *dest_str, unsigned int dest_len, char *md5_str);
int Compute_file_md5(const char *file_path, char *md5_str);
#endif
| 30.423358 | 117 | 0.701056 |
4d396e40796817cb51568493c9b4f3cbb7570fe9 | 44,374 | c | C | s32v234_sdk/isp/graphs/static_simple/src/static_simple.c | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | null | null | null | s32v234_sdk/isp/graphs/static_simple/src/static_simple.c | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | null | null | null | s32v234_sdk/isp/graphs/static_simple/src/static_simple.c | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | 2 | 2021-01-21T02:06:16.000Z | 2021-01-28T10:47:37.000Z | /*****************************************************************************
*
* Copyright (c) 2017-2018 NXP
* All Rights Reserved
*
*****************************************************************************
*
* THIS SOFTWARE IS PROVIDED BY FREESCALE "AS IS" AND ANY EXPRESSED OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL FREESCALE OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
#include "seq_graph.h"
#include "seq_graph_meta.h"
#include "static_simple_c.h"
#ifndef S32DS_BUILD
#include "kmem.c"
#endif
#include "kmem_sym.h"
// *** forwards needed for cross-linking ***
static SEQ_FdmaCfg_t FastDMA;
static SEQ_IpuCfg_t copy_1to1_ipus;
static SEQ_Load_t sCodecopy_1to1_ipus_copy_1to1_ipus;
/*** Buffers ****************************************************************/
SEQ_Buf_t SRAMBuffer_0 = {
// *** buffer ***
(SEQ_Mem_Ptr_t) 0, // *** pointer to output buffer ***
8, // *** number of lines fitting into output buffer (wrap) ***
5760 * 1, // *** number of bytes per line to read ***
BUF_ALIGN(5760), // *** number of bytes to next line begin ***
#if defined(_SEQ_HAS_FILLLEVEL_)
0, // *** index of buffer input/producer incrementing the buffer fill level ***
#endif // if defined(_SEQ_HAS_FILLLEVEL_)
// *** producer/write ***
0, // *** buffers status ***
(SEQ_Head_Ptr_t) 316 /*FastDMA */, // *** offset to producers (node) configuration header ***
0, // *** current relative index into output buffer (write) ***
1, // *** increment of current relative index ***
0, // *** total lines written to buffer ***
0, // *** pad alignment ***
{
// *** consumer/read #0 ***
{
(SEQ_Head_Ptr_t) 16 /* copy_1to1_ipus.mHead */, // *** offset to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
1, // *** number of lines required for processing ***
5760 * 1, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
1, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #1 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #2 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #3 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #4 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #5 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #6 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #7 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
}
}; // SRAMBuffer_0
SEQ_Buf_t SRAMBuffer_1 = {
// *** buffer ***
(SEQ_Mem_Ptr_t) 0, // *** pointer to output buffer ***
8, // *** number of lines fitting into output buffer (wrap) ***
5760 * 1, // *** number of bytes per line to read ***
BUF_ALIGN(5760), // *** number of bytes to next line begin ***
#if defined(_SEQ_HAS_FILLLEVEL_)
0, // *** index of buffer input/producer incrementing the buffer fill level ***
#endif // if defined(_SEQ_HAS_FILLLEVEL_)
// *** producer/write ***
0, // *** buffers status ***
(SEQ_Head_Ptr_t) 16 /*copy_1to1_ipus*/, // *** offset to producers (node) configuration header ***
0, // *** current relative index into output buffer (write) ***
1, // *** increment of current relative index ***
0, // *** total lines written to buffer ***
0, // *** pad alignment ***
{
// *** consumer/read #0 ***
{
(SEQ_Head_Ptr_t) 316 /* FastDMA.mHead */, // *** offset to consumers (node) configuration header ***
1, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
1, // *** number of lines required for processing ***
5760 * 1, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
1, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #1 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #2 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #3 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #4 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #5 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #6 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #7 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
}
}; // SRAMBuffer_1
SEQ_Buf_t DDRBuffer_0 = {
// *** buffer ***
(SEQ_Mem_Ptr_t) 1, // *** pointer to output buffer ***
1080, // *** number of lines fitting into output buffer (wrap) ***
5760 * 1, // *** number of bytes per line to read ***
5760, // *** number of bytes to next line begin ***
#if defined(_SEQ_HAS_FILLLEVEL_)
0, // *** index of buffer input/producer incrementing the buffer fill level ***
#endif // if defined(_SEQ_HAS_FILLLEVEL_)
// *** producer/write ***
0, // *** buffers status ***
(SEQ_Head_Ptr_t) 0, // *** offset to producers (node) configuration header ***
0, // *** current relative index into output buffer (write) ***
1, // *** increment of current relative index ***
0, // *** total lines written to buffer ***
0, // *** pad alignment ***
{
// *** consumer/read #0 ***
{
(SEQ_Head_Ptr_t) 316 /* FastDMA.mHead */, // *** offset to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
1, // *** number of lines required for processing ***
5760 * 1, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
1, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #1 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #2 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #3 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #4 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #5 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #6 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #7 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
}
}; // DDRBuffer_0
SEQ_Buf_t DDRBuffer_1 = {
// *** buffer ***
(SEQ_Mem_Ptr_t) 1, // *** pointer to output buffer ***
1080, // *** number of lines fitting into output buffer (wrap) ***
5760 * 1, // *** number of bytes per line to read ***
5760, // *** number of bytes to next line begin ***
#if defined(_SEQ_HAS_FILLLEVEL_)
0, // *** index of buffer input/producer incrementing the buffer fill level ***
#endif // if defined(_SEQ_HAS_FILLLEVEL_)
// *** producer/write ***
0, // *** buffers status ***
(SEQ_Head_Ptr_t) 316 /*FastDMA */, // *** offset to producers (node) configuration header ***
0, // *** current relative index into output buffer (write) ***
1, // *** increment of current relative index ***
0, // *** total lines written to buffer ***
0, // *** pad alignment ***
{
// *** consumer/read #0 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
5760 * 1, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
1, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #1 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #2 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #3 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #4 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #5 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #6 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
// *** consumer/read #7 ***
{
(SEQ_Head_Ptr_t) 0, // *** pointer to consumers (node) configuration header ***
0, // *** the devices channel used ***
0, // *** number of lines to skip at frame begin ***
0, // *** number of lines required for processing ***
0, // *** number of bytes per line to read ***
0, // *** current relative index into source buffer (read) ***
0, // *** increment of current relative index ***
0, // *** total lines read from buffer ***
0, // *** buffer is ready to be read by this consumer ***
0, // *** maximum difference between read and write ***
0, // *** pad aligment ***
},
}
}; // DDRBuffer_1
static SEQ_CfgPara_t copy_1to1_ipusPara [] = {
{ D_IPUS_SYN_HOST_INACFG_OFF, 0x10000100 },
{ D_IPUS_SYN_HOST_XCFG_OFF, (2880 << 16) | 0x1 },
{ D_IPUS_SYN_HOST_OUTCFG_OFF, 0x10000100 },
{ D_IPUS_SYN_S_CH0_CFG_INA_OFF, 0x00058000 },
{ D_IPUS_SYN_S_CH1_CFG_INA_OFF, 0x00058000 },
{ D_IPUS_SYN_S_CH0_CFG_OUT_OFF, 0x00000000 },
};
static SEQ_IpuCfg_t copy_1to1_ipus = {
{
SEQ_NODE_SCALAR, // *** type of engine ***
D_IPUS_SYN_BASEADDRESS, // *** address of hardware device ***
0, // *** index of requested engine *** (TODO resolve for -1)
0, // *** engine is running ***
0, // *** engine is done for this frame ***
0, // *** engine got some update ***
},
(0x00000000), // *** code entry address ***
0, // *** current processing steps ***
1080, // *** number of processing steps per frame ***
{
// *** output buffer # ***
{
(SEQ_Buf_Ptr_t) 740 /* SRAMBuffer_1 */, // *** pointer to output buffer ***
{
D_IPUS_SYN_S_LINE0_LEN_OUT_OFF, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
2880, // *** number of pixels to transfer ***
},
},
// *** output buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to output buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
},
// *** output buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to output buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
},
// *** output buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to output buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
},
}, // output buffer structs
{
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 524 /* SRAMBuffer_0 */, // *** pointer to input buffer ***
{
D_IPUS_SYN_S_LINE0_LEN_INA_OFF, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
2880, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to input buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to input buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to input buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to input buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to input buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to input buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to input buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
// *** input buffer # ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to input buffer ***
{
0, // *** offset to SDMA's register ***
0, // *** number of first line to be used ***
0, // *** number of bytes to first pixel in line ***
0, // *** number of pixels to transfer ***
},
0, // *** our index in buffers consumer array ***
0, // *** pad alignment ***
},
}, // input buffer structs
(SEQ_CfgPara_CPtr_t) 240 /*copy_1to1_ipusPara */, // *** pointer to configuration parameters ***
6, // *** number of configuration parameters following ***
0, // *** pad alignment ***
};
static SEQ_FdmaCfg_t FastDMA = {
{
SEQ_NODE_OTHER, // *** type of engine ***
(Addr_t)(uintptr_t)&FDMA, // *** address of hardware device ***
SEQ_OTHRIX_FDMA, // *** index of requested engine ***
0, // *** engine is running ***
0, // *** engine is done for this frame ***
0, // *** engine got some update ***
},
{
// *** output buffer #0 ***
{
(SEQ_Buf_Ptr_t) 524 /* SRAMBuffer_0 */, // *** offset to destination buffer ***
},
// *** output buffer #1 ***
{
(SEQ_Buf_Ptr_t) 1172 /* DDRBuffer_1 */, // *** offset to destination buffer ***
},
// *** output buffer #2 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #3 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #4 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #5 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #6 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #7 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #8 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #9 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #10 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #11 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #12 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #13 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #14 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
// *** output buffer #15 ***
{
(SEQ_Buf_Ptr_t) 0, // *** pointer to destination buffer ***
},
},
// ### inputs ###############################################################
{
{
// *** input buffer #0 ***
(SEQ_Buf_Ptr_t) 956 /* DDRBuffer_0 */, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #1 ***
(SEQ_Buf_Ptr_t) 740 /* SRAMBuffer_1 */, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #2 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #3 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #4 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #5 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #6 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #7 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #8 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #9 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #10 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #11 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #12 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #13 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #14 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
{
// *** input buffer #15 ***
(SEQ_Buf_Ptr_t) 0, // *** input buffer ***
0, // *** index into buffers consumer array ***
0, // *** line offset ***
},
},
}; // FastDMA
static SEQ_Load_t sCodecopy_1to1_ipus_copy_1to1_ipus = {
{
SEQ_NODE_FWLOAD, // *** type of engine ***
D_IPUS_SYN_BASEADDRESS, // *** address of hardware device ***
0, // *** index of requested engine *** (TODO resolve for -1)
0, // *** engine is running ***
0, // *** engine is done for this frame ***
0, // *** engine got some update ***
},
copy_1to1_ipus_start, // *** Kernel address in KMEM ***
copy_1to1_ipus_end - copy_1to1_ipus_start, // *** Kernel length in bytes ***
(0x00000000) / 4, // *** Kernel address in IPU instruction mem ***
0, // *** pad alignment ***
(SEQ_Head_Ptr_t) 16 /* copy_1to1_ipus.mHead */, // *** pointer to IPU node to start ***
};
/*****************************************************************************
* exported data
*****************************************************************************/
// *** graph ***
SEQ_Head_Ptr_t gpGraph[] = {
(SEQ_Head_Ptr_t) 316, // FastDMA
(SEQ_Head_Ptr_t) 16, // copy_1to1_ipus
(SEQ_Head_Ptr_t) 288, // sCodecopy_1to1_ipus_copy_1to1_ipus
(SEQ_Head_Ptr_t) 0 // ** END ***
};
// *** Graph parsing metadata ***
static Object_t sObjectList[9] = {
{ &gpGraph, 16, 0 },
{ ©_1to1_ipus, 224, 16 },
{ ©_1to1_ipusPara, 48, 240 },
{ &sCodecopy_1to1_ipus_copy_1to1_ipus, 28, 288 },
{ &FastDMA, 208, 316 },
{ &SRAMBuffer_0, 216, 524 },
{ &SRAMBuffer_1, 216, 740 },
{ &DDRBuffer_0, 216, 956 },
{ &DDRBuffer_1, 216, 1172 },
};
static uint32_t sPointerList[] = {
0, /* gpGraph: pointer to FastDMA */
4, /* gpGraph: pointer to copy_1to1_ipus */
8, /* gpGraph: pointer to sCodecopy_1to1_ipus_copy_1to1_ipus */
40, /* copy_1to1_ipus: pointer to OUTput buffer */
88, /* copy_1to1_ipus: pointer to INput buffer */
232, /* copy_1to1_ipus: pointer to config parameters */
312, /* sCodecopy_1to1_ipus_copy_1to1_ipus: pointer to copy_1to1_ipus.mHead */
536, /* SRAMBuffer_0: pointer to producer */
548, /* SRAMBuffer_0: pointer to consumer */
752, /* SRAMBuffer_1: pointer to producer */
764, /* SRAMBuffer_1: pointer to consumer */
968, /* DDRBuffer_0: pointer to producer */
980, /* DDRBuffer_0: pointer to consumer */
1184, /* DDRBuffer_1: pointer to producer */
};
static uint32_t sBufferList[] = {
524, /* SRAMBuffer_0 */
740, /* SRAMBuffer_1 */
956, /* DDRBuffer_0 */
1172, /* DDRBuffer_1 */
};
static const char* scppFdmaChannelNames[] = {
"FDMA_0",
"FDMA_1",
};
static const char* scppBufferNames[] = {
"SRAMBuffer_0",
"SRAMBuffer_1",
"DDRBuffer_0",
"DDRBuffer_1",
};
GraphMetadata_t gGraphMetadata = {
8, // *** max number of buffer consumers
1388, // *** graph size [bytes]
(const Object_t*) &sObjectList, // *** object list pointer
9, // *** object count
(const uint32_t*) &sPointerList, // *** pointer list pointer
14, // *** pointer count
(const uint32_t*) &sBufferList, // *** buffer list pointer
4, // *** buffer count
{
0
},
{ // MIPI-CSI metadata
{ // node not used
CSI_NONE, 0, {0}, {0}
},
{ // node not used
CSI_NONE, 0, {0}, {0}
},
},
{ // VIU Lite metadata
{ // node not used
VIU_NONE, 0, 0
},
{ // node not used
VIU_NONE, 0, 0
},
},
scppFdmaChannelNames,
scppBufferNames
};
#ifdef __cplusplus
}
#endif
/*EOF*/
| 40.487226 | 113 | 0.501307 |
4d3a26e12885c4d2455fe71815d38831bc6e1093 | 234,442 | h | C | BBB-firmware/u-boot-v2018.05-rc2/include/st_logo_data.h | guileschool/BEAGLEBONE-tutorials | eecd83e0c14941b05ad38eeb77e5a50602cc29ca | [
"MIT"
] | 4 | 2018-09-28T04:33:26.000Z | 2021-03-10T06:29:55.000Z | BBB-firmware/u-boot-v2018.05-rc2/include/st_logo_data.h | guileschool/BEAGLEBONE-tutorials | eecd83e0c14941b05ad38eeb77e5a50602cc29ca | [
"MIT"
] | 4 | 2016-08-30T11:30:25.000Z | 2020-12-27T09:58:07.000Z | BBB-firmware/u-boot-v2018.05-rc2/include/st_logo_data.h | guileschool/BEAGLEBONE-tutorials | eecd83e0c14941b05ad38eeb77e5a50602cc29ca | [
"MIT"
] | 2 | 2016-12-30T08:02:57.000Z | 2020-05-16T05:59:30.000Z | /*
* Copyright (C) 2018 STMicroelectronics - All Rights Reserved
* Author(s): Yannick Fertre <yannick.fertre@st.com> for STMicroelectronics.
* Philippe Cornu <philippe.cornu@st.com> for STMicroelectronics.
*
* SPDX-License-Identifier: GPL-2.0
*/
/*
* file generated from picture
* tools/logos/stmicroelectronics_uboot_logo_8bit_rle.bmp
*/
unsigned char stmicroelectronics_uboot_logo_8bit_rle[] = {
0x42, 0x4d, 0x5c, 0x98, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7a, 0x04,
0x00, 0x00, 0x6c, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, 0x60, 0x01,
0x00, 0x00, 0x01, 0x00, 0x08, 0x00, 0x01, 0x00, 0x00, 0x00, 0xe2, 0x93,
0x00, 0x00, 0x13, 0x0b, 0x00, 0x00, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x01,
0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x42, 0x47, 0x52, 0x73, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0xff, 0xff, 0xff, 0x00, 0xae, 0x82, 0x3a, 0x00, 0xa5, 0x7b,
0x37, 0x00, 0xfe, 0xfe, 0xfe, 0x00, 0xac, 0x80, 0x39, 0x00, 0x4e, 0x1b,
0x02, 0x00, 0xb7, 0x88, 0x3b, 0x00, 0x4f, 0x1c, 0x02, 0x00, 0xb3, 0x85,
0x3a, 0x00, 0xe1, 0xaa, 0x35, 0x00, 0x86, 0x62, 0x1f, 0x00, 0x65, 0x4a,
0x13, 0x00, 0xa9, 0x7e, 0x38, 0x00, 0xff, 0xfe, 0xff, 0x00, 0x77, 0x55,
0x13, 0x00, 0xbe, 0x91, 0x47, 0x00, 0xbc, 0x8d, 0x3d, 0x00, 0xfe, 0xfd,
0xfd, 0x00, 0xa3, 0x7a, 0x38, 0x00, 0xbd, 0x8e, 0x42, 0x00, 0xa7, 0x7d,
0x39, 0x00, 0x72, 0x52, 0x14, 0x00, 0xbc, 0x8d, 0x40, 0x00, 0x84, 0x60,
0x1e, 0x00, 0xba, 0x8a, 0x3c, 0x00, 0x75, 0x53, 0x13, 0x00, 0x87, 0x62,
0x11, 0x00, 0x85, 0x60, 0x10, 0x00, 0x7e, 0x5b, 0x12, 0x00, 0xb4, 0x86,
0x3a, 0x00, 0x8c, 0x6a, 0x35, 0x00, 0xb1, 0x84, 0x3b, 0x00, 0xaa, 0x7f,
0x3a, 0x00, 0xbc, 0x8c, 0x3c, 0x00, 0x85, 0x64, 0x34, 0x00, 0xb9, 0x89,
0x3b, 0x00, 0x93, 0x69, 0x0e, 0x00, 0x8d, 0x65, 0x0e, 0x00, 0xfd, 0xfd,
0xfc, 0x00, 0xa0, 0x78, 0x37, 0x00, 0x81, 0x5d, 0x12, 0x00, 0x9e, 0x76,
0x36, 0x00, 0xbe, 0x90, 0x45, 0x00, 0x94, 0x6a, 0x0b, 0x00, 0x8b, 0x64,
0x10, 0x00, 0x68, 0x4c, 0x14, 0x00, 0x8b, 0x69, 0x35, 0x00, 0x82, 0x5e,
0x11, 0x00, 0x90, 0x6c, 0x35, 0x00, 0x89, 0x63, 0x0f, 0x00, 0xaf, 0x83,
0x39, 0x00, 0xa2, 0x75, 0x06, 0x00, 0x96, 0x6b, 0x0d, 0x00, 0x7b, 0x59,
0x12, 0x00, 0x9c, 0x70, 0x08, 0x00, 0x99, 0x73, 0x37, 0x00, 0xb0, 0x83,
0x39, 0x00, 0x84, 0x60, 0x11, 0x00, 0x80, 0x5c, 0x14, 0x00, 0x91, 0x68,
0x0c, 0x00, 0x6a, 0x4d, 0x14, 0x00, 0xc3, 0x99, 0x54, 0x00, 0x92, 0x6e,
0x36, 0x00, 0x9a, 0x6e, 0x0b, 0x00, 0x8a, 0x68, 0x34, 0x00, 0xc0, 0x94,
0x4b, 0x00, 0x98, 0x6c, 0x09, 0x00, 0x8f, 0x67, 0x0f, 0x00, 0x82, 0x62,
0x34, 0x00, 0x7d, 0x5a, 0x15, 0x00, 0xc5, 0x9f, 0x5f, 0x00, 0xbb, 0x8b,
0x3b, 0x00, 0xc8, 0xa7, 0x6a, 0x00, 0xc0, 0x95, 0x4e, 0x00, 0x87, 0x66,
0x34, 0x00, 0x9f, 0x72, 0x06, 0x00, 0xbf, 0x93, 0x49, 0x00, 0xfd, 0xfb,
0xfc, 0x00, 0xc7, 0xa4, 0x66, 0x00, 0x7a, 0x57, 0x13, 0x00, 0xc4, 0x9d,
0x5a, 0x00, 0x83, 0x5f, 0x13, 0x00, 0x9c, 0x75, 0x36, 0x00, 0x7f, 0x60,
0x32, 0x00, 0xb5, 0x87, 0x3c, 0x00, 0xc3, 0x9b, 0x57, 0x00, 0xc8, 0xa5,
0x69, 0x00, 0x72, 0x55, 0x25, 0x00, 0xb9, 0x8a, 0x3a, 0x00, 0x94, 0x70,
0x36, 0x00, 0xa2, 0x79, 0x36, 0x00, 0x7f, 0x5c, 0x12, 0x00, 0x97, 0x72,
0x37, 0x00, 0x6c, 0x4e, 0x14, 0x00, 0xc5, 0x9e, 0x5d, 0x00, 0xca, 0xa9,
0x6c, 0x00, 0xc5, 0xa3, 0x64, 0x00, 0x9e, 0x72, 0x0b, 0x00, 0xad, 0x81,
0x3a, 0x00, 0x8e, 0x6b, 0x36, 0x00, 0xc6, 0xa1, 0x62, 0x00, 0x7c, 0x5f,
0x31, 0x00, 0x6f, 0x50, 0x14, 0x00, 0xc1, 0x96, 0x50, 0x00, 0xd9, 0xc4,
0x9f, 0x00, 0xcd, 0xbe, 0xa9, 0x00, 0xaa, 0x98, 0x7f, 0x00, 0xf6, 0xf3,
0xf1, 0x00, 0xb9, 0x9b, 0x62, 0x00, 0x6a, 0x4c, 0x19, 0x00, 0x76, 0x59,
0x29, 0x00, 0x79, 0x57, 0x15, 0x00, 0x6e, 0x4f, 0x13, 0x00, 0xfb, 0xf9,
0xf9, 0x00, 0xae, 0x8d, 0x53, 0x00, 0x78, 0x5c, 0x2e, 0x00, 0xb2, 0x91,
0x55, 0x00, 0xe8, 0xe1, 0xdc, 0x00, 0x8b, 0x69, 0x2e, 0x00, 0xc0, 0x9f,
0x62, 0x00, 0xc1, 0x97, 0x52, 0x00, 0x52, 0x20, 0x06, 0x00, 0xbe, 0x9c,
0x60, 0x00, 0xa1, 0x79, 0x38, 0x00, 0xed, 0xe8, 0xe5, 0x00, 0xdc, 0xc8,
0xa6, 0x00, 0xd6, 0xca, 0xb9, 0x00, 0x80, 0x5e, 0x1d, 0x00, 0xb6, 0x95,
0x58, 0x00, 0xb5, 0x97, 0x60, 0x00, 0x92, 0x75, 0x41, 0x00, 0x6f, 0x51,
0x1d, 0x00, 0xc9, 0xba, 0xb2, 0x00, 0xa2, 0x88, 0x7b, 0x00, 0x82, 0x5e,
0x1a, 0x00, 0x89, 0x67, 0x56, 0x00, 0xb0, 0x93, 0x5d, 0x00, 0x67, 0x4a,
0x00, 0x00, 0xad, 0x9c, 0x81, 0x00, 0xd1, 0xbc, 0x9a, 0x00, 0x84, 0x64,
0x2c, 0x00, 0x6e, 0x53, 0x25, 0x00, 0xf2, 0xee, 0xeb, 0x00, 0xbe, 0xa0,
0x69, 0x00, 0xd5, 0xbf, 0x9b, 0x00, 0xba, 0x99, 0x5c, 0x00, 0x5a, 0x2a,
0x12, 0x00, 0x7d, 0x5e, 0x29, 0x00, 0xbc, 0xa9, 0x9f, 0x00, 0x56, 0x24,
0x0b, 0x00, 0xd0, 0xc2, 0xba, 0x00, 0x64, 0x37, 0x21, 0x00, 0x6a, 0x3f,
0x29, 0x00, 0xd6, 0xcb, 0xc4, 0x00, 0xe4, 0xdc, 0xd7, 0x00, 0x6f, 0x45,
0x30, 0x00, 0x6d, 0x4e, 0x03, 0x00, 0xca, 0xab, 0x72, 0x00, 0x64, 0x49,
0x13, 0x00, 0xa5, 0x8c, 0x7f, 0x00, 0xed, 0xcc, 0x86, 0x00, 0xf8, 0xea,
0xcd, 0x00, 0xfc, 0xf7, 0xec, 0x00, 0xfc, 0xf9, 0xf3, 0x00, 0x77, 0x4f,
0x3b, 0x00, 0x8e, 0x71, 0x3c, 0x00, 0x92, 0x73, 0x3b, 0x00, 0xc6, 0xa8,
0x6f, 0x00, 0xa8, 0x8a, 0x53, 0x00, 0x97, 0x79, 0x6a, 0x00, 0xa9, 0x80,
0x3e, 0x00, 0xb2, 0x7e, 0x04, 0x00, 0x7b, 0x56, 0x0d, 0x00, 0xee, 0xe7,
0xde, 0x00, 0x74, 0x51, 0x02, 0x00, 0xa4, 0x84, 0x4a, 0x00, 0xf6, 0xe4,
0xbf, 0x00, 0xdc, 0xd2, 0xc8, 0x00, 0xe0, 0xd7, 0xd0, 0x00, 0xe9, 0xbf,
0x68, 0x00, 0x9d, 0x7d, 0x43, 0x00, 0x5f, 0x31, 0x19, 0x00, 0xb3, 0x9d,
0x92, 0x00, 0xb8, 0x8a, 0x40, 0x00, 0x9e, 0x82, 0x4f, 0x00, 0x92, 0x6d,
0x2e, 0x00, 0x65, 0x4a, 0x11, 0x00, 0x97, 0x7b, 0x48, 0x00, 0xbf, 0x93,
0x41, 0x00, 0x7d, 0x57, 0x44, 0x00, 0x80, 0x5c, 0x02, 0x00, 0x83, 0x5f,
0x4e, 0x00, 0x97, 0x71, 0x30, 0x00, 0xab, 0x89, 0x4d, 0x00, 0x9d, 0x81,
0x73, 0x00, 0x87, 0x64, 0x24, 0x00, 0x90, 0x70, 0x61, 0x00, 0xc6, 0xb5,
0xac, 0x00, 0xab, 0x7e, 0x2d, 0x00, 0xa7, 0x7b, 0x1b, 0x00, 0xb8, 0x89,
0x26, 0x00, 0xe3, 0xb1, 0x45, 0x00, 0x9c, 0x74, 0x2e, 0x00, 0x7a, 0x57,
0x01, 0x00, 0xc2, 0xa4, 0x6e, 0x00, 0x86, 0x60, 0x01, 0x00, 0x60, 0x41,
0x00, 0x00, 0xba, 0xa5, 0x83, 0x00, 0xce, 0xb8, 0x93, 0x00, 0xb6, 0x84,
0x17, 0x00, 0xf8, 0xf1, 0xe4, 0x00, 0x73, 0x53, 0x0c, 0x00, 0xa7, 0x91,
0x6b, 0x00, 0xa9, 0x78, 0x04, 0x00, 0xc1, 0xaf, 0xa6, 0x00, 0xac, 0x93,
0x87, 0x00, 0xf2, 0xda, 0xa8, 0x00, 0xe3, 0xd2, 0xb7, 0x00, 0xeb, 0xc5,
0x75, 0x00, 0xb8, 0xa5, 0x96, 0x00, 0x93, 0x68, 0x01, 0x00, 0xbb, 0x8d,
0x32, 0x00, 0xc5, 0x9c, 0x55, 0x00, 0x9c, 0x72, 0x22, 0x00, 0xa5, 0x78,
0x29, 0x00, 0xb3, 0x83, 0x2d, 0x00, 0xe7, 0xbd, 0x61, 0x00, 0xf0, 0xd4,
0x99, 0x00, 0x9a, 0x6d, 0x02, 0x00, 0x78, 0x58, 0x1f, 0x00, 0xf9, 0xef,
0xd8, 0x00, 0xeb, 0xe0, 0xd1, 0x00, 0xf4, 0xdf, 0xb3, 0x00, 0xe2, 0xad,
0x3d, 0x00, 0xc3, 0xae, 0x8c, 0x00, 0xcf, 0xb1, 0x7e, 0x00, 0xe8, 0xd9,
0xc2, 0x00, 0x89, 0x6d, 0x3c, 0x00, 0x85, 0x69, 0x37, 0x00, 0x8d, 0x64,
0x01, 0x00, 0x90, 0x69, 0x23, 0x00, 0xc4, 0xb3, 0x99, 0x00, 0xc2, 0x9c,
0x50, 0x00, 0xb9, 0x8d, 0x44, 0x00, 0xa0, 0x87, 0x5e, 0x00, 0xa8, 0x8f,
0x82, 0x00, 0xaf, 0x98, 0x8d, 0x00, 0xb1, 0x9a, 0x73, 0x00, 0xb3, 0x8a,
0x48, 0x00, 0xe5, 0xb5, 0x4f, 0x00, 0xd6, 0xbb, 0x8e, 0x00, 0xbb, 0x92,
0x4c, 0x00, 0x86, 0x62, 0x19, 0x00, 0xe1, 0xa9, 0x35, 0x00, 0xe6, 0xb9,
0x59, 0x00, 0xdb, 0xb3, 0x61, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00,
0xdb, 0x00, 0x01, 0x4d, 0x01, 0x4d, 0x0a, 0x00, 0x00, 0x03, 0x26, 0x4d,
0x03, 0x00, 0xf6, 0x00, 0x00, 0x00, 0xd9, 0x00, 0x01, 0x03, 0x03, 0x00,
0x00, 0x0a, 0x4d, 0x9a, 0x96, 0xc5, 0x94, 0xb6, 0xd6, 0x96, 0xb2, 0x8e,
0x03, 0x00, 0x01, 0x26, 0xf5, 0x00, 0x00, 0x00, 0xdb, 0x00, 0x00, 0x0e,
0x9a, 0xb6, 0x87, 0x9b, 0x79, 0x07, 0x07, 0x05, 0x05, 0x07, 0x97, 0xbd,
0x85, 0x96, 0xf7, 0x00, 0x00, 0x00, 0xd6, 0x00, 0x00, 0x06, 0x03, 0x00,
0x00, 0x8e, 0xc2, 0x98, 0x05, 0x07, 0x01, 0x05, 0x06, 0x07, 0x00, 0x03,
0x95, 0x87, 0xb1, 0x00, 0xf5, 0x00, 0x00, 0x00, 0xd5, 0x00, 0x00, 0x05,
0x03, 0x00, 0x00, 0x96, 0x9b, 0x00, 0x04, 0x05, 0x03, 0x07, 0x00, 0x03,
0x05, 0x07, 0x07, 0x00, 0x04, 0x05, 0x00, 0x07, 0x07, 0x07, 0x92, 0xf6,
0x00, 0x00, 0x03, 0x00, 0xf1, 0x00, 0x00, 0x00, 0xd4, 0x00, 0x00, 0x07,
0x26, 0x00, 0x00, 0xb6, 0x79, 0x07, 0x05, 0x00, 0x03, 0x07, 0x00, 0x12,
0x97, 0x87, 0xf5, 0xdb, 0x94, 0xb6, 0xa9, 0x9b, 0x95, 0x05, 0x05, 0x07,
0x07, 0x05, 0xa9, 0x4d, 0x00, 0x4d, 0xf0, 0x00, 0x00, 0x00, 0xd6, 0x00,
0x01, 0xdb, 0x05, 0x07, 0x00, 0x03, 0x9b, 0xb6, 0x8e, 0x00, 0x06, 0x00,
0x00, 0x0c, 0x03, 0x99, 0xc4, 0x79, 0x07, 0x07, 0x05, 0x05, 0x9f, 0x00,
0x00, 0x03, 0xef, 0x00, 0x00, 0x00, 0xd5, 0x00, 0x01, 0x99, 0x01, 0x95,
0x03, 0x07, 0x00, 0x03, 0x05, 0xa9, 0x6b, 0x00, 0x0b, 0x00, 0x01, 0xc5,
0x01, 0xb5, 0x03, 0x07, 0x01, 0x05, 0x01, 0x84, 0xf1, 0x00, 0x00, 0x00,
0xd2, 0x00, 0x00, 0x04, 0x03, 0x00, 0x6b, 0xa4, 0x03, 0x07, 0x01, 0x05,
0x01, 0xf5, 0x0e, 0x00, 0x01, 0x96, 0x01, 0x95, 0x03, 0x07, 0x01, 0xa4,
0x01, 0x8e, 0xf0, 0x00, 0x00, 0x00, 0xd4, 0x00, 0x00, 0x09, 0xd6, 0x05,
0x07, 0x05, 0x05, 0xc4, 0x00, 0x00, 0x03, 0x00, 0x0d, 0x00, 0x01, 0xdb,
0x04, 0x07, 0x01, 0xc5, 0xf0, 0x00, 0x00, 0x00, 0x7d, 0x00, 0x01, 0x03,
0x06, 0x00, 0x01, 0x03, 0x4e, 0x00, 0x00, 0x09, 0x26, 0x9b, 0x05, 0x07,
0x05, 0x98, 0x7c, 0x00, 0x03, 0x00, 0x0e, 0x00, 0x00, 0x06, 0x6b, 0xa4,
0x07, 0x07, 0x05, 0x87, 0x93, 0x00, 0x01, 0x03, 0x5c, 0x00, 0x00, 0x00,
0x1f, 0x00, 0x01, 0x03, 0x0f, 0x00, 0x00, 0x03, 0x03, 0x00, 0x03, 0x00,
0x0f, 0x00, 0x01, 0x03, 0x01, 0x03, 0x0f, 0x00, 0x01, 0x03, 0x0a, 0x00,
0x01, 0x03, 0x01, 0x26, 0x03, 0x00, 0x01, 0x26, 0x04, 0xa2, 0x01, 0xa3,
0x04, 0x00, 0x01, 0x26, 0x0f, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x00, 0xa2,
0xd2, 0xd2, 0xa2, 0x00, 0x00, 0x03, 0x0f, 0x00, 0x01, 0x03, 0x01, 0x4d,
0x03, 0x00, 0x00, 0x07, 0x03, 0x8e, 0x7c, 0xad, 0xad, 0x7c, 0x6b, 0x00,
0x03, 0x00, 0x00, 0x04, 0x4d, 0x26, 0x00, 0x26, 0x06, 0x00, 0x01, 0x03,
0x0a, 0x00, 0x01, 0x26, 0x01, 0x4d, 0x03, 0x00, 0x00, 0x06, 0x8e, 0x7c,
0x75, 0x9a, 0x75, 0x8e, 0x03, 0x00, 0x01, 0x4d, 0x01, 0x26, 0x06, 0x00,
0x01, 0x26, 0x03, 0x00, 0x00, 0x06, 0x99, 0x07, 0x07, 0x05, 0x05, 0x94,
0x05, 0x00, 0x00, 0x07, 0x4d, 0x8e, 0x7c, 0xad, 0x7c, 0x8e, 0x71, 0x00,
0x03, 0x00, 0x00, 0x09, 0x4d, 0x00, 0x00, 0xd6, 0x07, 0x07, 0x05, 0x92,
0x6b, 0x00, 0x03, 0x00, 0x01, 0x03, 0x01, 0x03, 0x06, 0x00, 0x01, 0x03,
0x0b, 0x00, 0x01, 0x26, 0x05, 0x00, 0x01, 0x26, 0x0c, 0x00, 0x01, 0x03,
0x06, 0x00, 0x01, 0x03, 0x09, 0x00, 0x01, 0x26, 0x01, 0x4d, 0x03, 0x00,
0x00, 0x07, 0x6b, 0x8e, 0xad, 0xad, 0x7c, 0x8e, 0x71, 0x00, 0x03, 0x00,
0x01, 0x4d, 0x01, 0x03, 0x0a, 0x00, 0x01, 0x03, 0x06, 0x00, 0x01, 0x03,
0x0d, 0x00, 0x01, 0x03, 0x06, 0x00, 0x01, 0x03, 0x06, 0x00, 0x01, 0x03,
0x06, 0x00, 0x01, 0x03, 0x01, 0x03, 0x0d, 0x00, 0x01, 0x03, 0x01, 0x4d,
0x03, 0x00, 0x00, 0x07, 0x4d, 0x8e, 0x7c, 0xad, 0xad, 0x7c, 0x6b, 0x00,
0x03, 0x00, 0x01, 0x4d, 0x01, 0x03, 0x12, 0x00, 0x01, 0x4d, 0x04, 0x00,
0x00, 0x06, 0x8e, 0x7c, 0xad, 0xad, 0x7c, 0x8e, 0x03, 0x00, 0x00, 0x04,
0x26, 0x4d, 0x00, 0x03, 0x06, 0x00, 0x01, 0x03, 0x24, 0x00, 0x00, 0x00,
0x20, 0x00, 0x01, 0x4d, 0x0d, 0xb0, 0x01, 0xa2, 0x03, 0x00, 0x01, 0x4d,
0x01, 0xa1, 0x0c, 0xb0, 0x00, 0x05, 0xa2, 0x00, 0x00, 0x4d, 0xa1, 0x00,
0x0b, 0xb0, 0x00, 0x04, 0xe8, 0xd2, 0x00, 0x03, 0x08, 0x00, 0x00, 0x0f,
0x03, 0x00, 0x00, 0x71, 0xa1, 0xd8, 0xa0, 0xb3, 0xf9, 0xf9, 0xfe, 0xda,
0xa0, 0xe8, 0xd2, 0x00, 0x03, 0x00, 0x01, 0x03, 0x0c, 0x00, 0x00, 0x0a,
0x03, 0x00, 0x26, 0xd8, 0xe2, 0xe9, 0xe9, 0xe2, 0xd8, 0x71, 0x0f, 0x00,
0x01, 0x03, 0x03, 0x00, 0x00, 0x11, 0xb2, 0x94, 0xc2, 0xbd, 0x9b, 0x98,
0x97, 0x9b, 0x87, 0x9f, 0x84, 0x8e, 0x00, 0x00, 0x26, 0x00, 0x8e, 0x00,
0x03, 0xc5, 0x01, 0x84, 0x01, 0x4d, 0x0a, 0x00, 0x00, 0x17, 0x26, 0x00,
0x00, 0x7c, 0xc5, 0xc2, 0xbd, 0x98, 0xb5, 0x92, 0x97, 0xbd, 0xc2, 0x84,
0x6b, 0x00, 0x00, 0x6b, 0x96, 0xc5, 0xc5, 0x84, 0x6b, 0x00, 0x04, 0x00,
0x01, 0x99, 0x03, 0x85, 0x01, 0xf6, 0x01, 0x8e, 0x03, 0x00, 0x00, 0x0c,
0xb2, 0x94, 0xa9, 0xa4, 0x98, 0x97, 0x98, 0xa4, 0xc4, 0xdb, 0xb1, 0x03,
0x03, 0x00, 0x01, 0x9a, 0x01, 0x92, 0x03, 0x07, 0x01, 0xb1, 0x05, 0x00,
0x01, 0x9a, 0x03, 0xc5, 0x01, 0xb2, 0x0c, 0x00, 0x00, 0x07, 0x03, 0x00,
0x9a, 0xc5, 0x84, 0xd6, 0xb1, 0x00, 0x0e, 0x00, 0x01, 0xad, 0x03, 0xc5,
0x01, 0x99, 0x01, 0x71, 0x09, 0x00, 0x00, 0x08, 0x26, 0x00, 0x00, 0x6b,
0x99, 0xf6, 0x87, 0xa4, 0x03, 0x98, 0x00, 0x04, 0xa4, 0xc4, 0xb6, 0xb1,
0x03, 0x00, 0x01, 0x03, 0x0a, 0x00, 0x00, 0x06, 0x7c, 0x84, 0xc5, 0xc5,
0x99, 0x71, 0x0f, 0x00, 0x00, 0x08, 0x71, 0x96, 0xc5, 0xc5, 0x84, 0x8e,
0x00, 0x03, 0x07, 0x00, 0x00, 0x05, 0x9a, 0xd6, 0xc5, 0xc5, 0xb1, 0x00,
0x0e, 0x00, 0x01, 0x03, 0x03, 0x00, 0x00, 0x0f, 0xb2, 0x94, 0xa9, 0xbd,
0x98, 0x98, 0x97, 0xa4, 0x87, 0xf6, 0x99, 0x6b, 0x00, 0x00, 0x26, 0x00,
0x0f, 0x00, 0x01, 0x03, 0x03, 0x00, 0x00, 0x16, 0x9a, 0xd6, 0xc2, 0xbd,
0x98, 0x97, 0x98, 0x98, 0xbd, 0x85, 0x84, 0x7c, 0x00, 0x00, 0x4d, 0x00,
0x8e, 0x96, 0xc5, 0xc5, 0x96, 0x6b, 0x25, 0x00, 0x00, 0x00, 0x20, 0x00,
0x01, 0xa2, 0x0d, 0x09, 0x01, 0xd8, 0x03, 0x00, 0x01, 0xa2, 0x01, 0xc9,
0x03, 0x09, 0x01, 0xfd, 0x01, 0xfd, 0x07, 0x09, 0x00, 0x05, 0xe8, 0x00,
0x00, 0xa2, 0xfe, 0x00, 0x0c, 0x09, 0x00, 0x03, 0xd8, 0x00, 0x26, 0x00,
0x0a, 0x00, 0x00, 0x03, 0xb0, 0xda, 0xe9, 0x00, 0x09, 0x09, 0x00, 0x06,
0xf9, 0xa0, 0xe6, 0x00, 0x00, 0x03, 0x0a, 0x00, 0x00, 0x04, 0x03, 0x00,
0x26, 0xa0, 0x06, 0x09, 0x01, 0xda, 0x01, 0x26, 0x10, 0x00, 0x00, 0x09,
0x99, 0xc4, 0xb5, 0x07, 0x07, 0x05, 0x05, 0x07, 0x07, 0x00, 0x04, 0x05,
0x00, 0x0b, 0xa4, 0xb6, 0x6b, 0x00, 0x00, 0x96, 0x07, 0x05, 0x07, 0x07,
0x6b, 0x00, 0x0b, 0x00, 0x00, 0x06, 0x71, 0xb6, 0x9b, 0x07, 0x07, 0x05,
0x07, 0x07, 0x00, 0x05, 0xbd, 0x84, 0x00, 0x7c, 0x92, 0x00, 0x03, 0x07,
0x01, 0x75, 0x03, 0x00, 0x01, 0x03, 0x07, 0x00, 0x00, 0x03, 0x84, 0xc4,
0x92, 0x00, 0x03, 0x07, 0x01, 0x05, 0x01, 0x05, 0x04, 0x07, 0x00, 0x07,
0x92, 0xc4, 0x84, 0x00, 0x00, 0x7c, 0xa4, 0x00, 0x03, 0x07, 0x01, 0xc5,
0x05, 0x00, 0x00, 0x05, 0xc2, 0x05, 0x05, 0x07, 0xc4, 0x00, 0x0c, 0x00,
0x00, 0x03, 0x4d, 0x00, 0x9f, 0x00, 0x03, 0x07, 0x01, 0xbd, 0x0e, 0x00,
0x01, 0xdb, 0x03, 0x07, 0x01, 0xa4, 0x01, 0x8e, 0x0b, 0x00, 0x00, 0x06,
0xd6, 0xbf, 0x79, 0x07, 0x07, 0x05, 0x03, 0x07, 0x03, 0x05, 0x00, 0x03,
0x92, 0xc4, 0x96, 0x00, 0x0c, 0x00, 0x01, 0xc5, 0x03, 0x07, 0x01, 0x9b,
0x01, 0x7c, 0x0d, 0x00, 0x00, 0x04, 0x03, 0x00, 0x7c, 0xb5, 0x03, 0x07,
0x00, 0x03, 0x84, 0x00, 0x4d, 0x00, 0x07, 0x00, 0x00, 0x05, 0xc2, 0x05,
0x07, 0x07, 0xbd, 0x00, 0x10, 0x00, 0x00, 0x09, 0x96, 0xc4, 0x92, 0x07,
0x07, 0x05, 0x07, 0x07, 0x05, 0x00, 0x03, 0x07, 0x00, 0x07, 0x79, 0xbf,
0x94, 0x71, 0x00, 0x00, 0x03, 0x00, 0x0f, 0x00, 0x00, 0x04, 0x99, 0xa9,
0x97, 0x05, 0x03, 0x07, 0x00, 0x11, 0x05, 0x05, 0x07, 0x05, 0x07, 0x07,
0x9b, 0xd7, 0x7c, 0x00, 0x00, 0x99, 0x95, 0x05, 0x05, 0x95, 0x9a, 0x00,
0x25, 0x00, 0x00, 0x00, 0x20, 0x00, 0x01, 0xa2, 0x01, 0xe9, 0x0c, 0x09,
0x01, 0xe8, 0x03, 0x00, 0x01, 0xa2, 0x01, 0xf9, 0x0c, 0x09, 0x00, 0x05,
0xb0, 0x00, 0x00, 0xa2, 0xe2, 0x00, 0x0c, 0x09, 0x00, 0x03, 0xd8, 0x00,
0x26, 0x00, 0x05, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0xd2, 0xda, 0x00,
0x0e, 0x09, 0x00, 0x06, 0xc9, 0xe3, 0x4d, 0x00, 0x00, 0x03, 0x0a, 0x00,
0x01, 0xe8, 0x08, 0x09, 0x01, 0xd8, 0x0b, 0x00, 0x00, 0x06, 0x03, 0x00,
0x00, 0x7c, 0xa9, 0x92, 0x04, 0x07, 0x00, 0x0e, 0x05, 0x07, 0x07, 0x05,
0x07, 0x07, 0x05, 0x07, 0x07, 0x05, 0xa4, 0x99, 0x00, 0x99, 0x03, 0x07,
0x01, 0x95, 0x01, 0x6b, 0x0a, 0x00, 0x00, 0x07, 0x75, 0xbf, 0x05, 0x07,
0x07, 0x05, 0x05, 0x00, 0x04, 0x07, 0x01, 0x05, 0x01, 0x05, 0x03, 0x07,
0x00, 0x07, 0xd6, 0x6b, 0x98, 0x05, 0x07, 0x05, 0x75, 0x00, 0x09, 0x00,
0x00, 0x06, 0x8e, 0xa9, 0x79, 0x07, 0x07, 0x05, 0x04, 0x07, 0x01, 0x05,
0x06, 0x07, 0x00, 0x04, 0xc2, 0x26, 0x00, 0x87, 0x03, 0x05, 0x01, 0xdb,
0x05, 0x00, 0x00, 0x05, 0x85, 0x07, 0x05, 0x07, 0xa9, 0x00, 0x0c, 0x00,
0x00, 0x07, 0x4d, 0x00, 0xd7, 0x07, 0x07, 0x05, 0x87, 0x00, 0x0e, 0x00,
0x01, 0x94, 0x03, 0x07, 0x01, 0xbf, 0x01, 0x6b, 0x06, 0x00, 0x00, 0x05,
0x03, 0x00, 0x00, 0x9a, 0x87, 0x00, 0x04, 0x07, 0x01, 0x05, 0x01, 0x05,
0x03, 0x07, 0x01, 0x05, 0x01, 0x05, 0x03, 0x07, 0x00, 0x06, 0x95, 0xa9,
0x8e, 0x00, 0x00, 0x03, 0x07, 0x00, 0x01, 0x84, 0x03, 0x07, 0x01, 0xa4,
0x01, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x7c, 0x98, 0x07, 0x07,
0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x01, 0x85, 0x03, 0x07, 0x01, 0x87,
0x0b, 0x00, 0x00, 0x08, 0x03, 0x00, 0x00, 0x6b, 0x85, 0x95, 0x07, 0x05,
0x08, 0x07, 0x01, 0x05, 0x03, 0x07, 0x00, 0x05, 0xbf, 0xb1, 0x00, 0x00,
0x03, 0x00, 0x09, 0x00, 0x00, 0x06, 0x03, 0x00, 0x00, 0x71, 0x9f, 0x92,
0x04, 0x07, 0x01, 0x05, 0x04, 0x07, 0x01, 0x05, 0x01, 0x05, 0x03, 0x07,
0x00, 0x09, 0x9b, 0x84, 0x00, 0xb2, 0xb5, 0x07, 0x07, 0x97, 0x9a, 0x00,
0x25, 0x00, 0x00, 0x00, 0x20, 0x00, 0x01, 0xa2, 0x01, 0xe9, 0x0c, 0x09,
0x01, 0xe8, 0x03, 0x00, 0x01, 0xa2, 0x01, 0xf9, 0x03, 0x09, 0x01, 0xfd,
0x08, 0x09, 0x00, 0x05, 0xb0, 0x00, 0x00, 0xa2, 0xe2, 0x00, 0x0c, 0x09,
0x00, 0x03, 0xd8, 0x00, 0x26, 0x00, 0x04, 0x00, 0x00, 0x05, 0x03, 0x00,
0x00, 0xa1, 0xf9, 0x00, 0x04, 0x09, 0x00, 0x03, 0xfd, 0x09, 0xfe, 0x00,
0x03, 0xb3, 0x01, 0xf9, 0x06, 0x09, 0x01, 0xda, 0x01, 0xa2, 0x0b, 0x00,
0x01, 0xa3, 0x01, 0xb3, 0x03, 0x09, 0x01, 0xfd, 0x04, 0x09, 0x01, 0xfe,
0x01, 0x4d, 0x09, 0x00, 0x00, 0x10, 0x03, 0x00, 0x00, 0xb1, 0x9b, 0x05,
0x07, 0x05, 0x05, 0x07, 0x07, 0x79, 0x98, 0x9b, 0x9b, 0x97, 0x06, 0x07,
0x00, 0x03, 0x92, 0x99, 0xb2, 0x00, 0x03, 0x07, 0x01, 0x95, 0x01, 0x6b,
0x09, 0x00, 0x01, 0x9a, 0x01, 0x98, 0x03, 0x07, 0x00, 0x09, 0x05, 0x07,
0x07, 0x98, 0xbd, 0xbf, 0x9b, 0x95, 0x05, 0x00, 0x03, 0x07, 0x00, 0x03,
0x92, 0x85, 0x9b, 0x00, 0x03, 0x07, 0x01, 0x75, 0x05, 0x00, 0x00, 0x05,
0x03, 0x00, 0x00, 0x99, 0x9b, 0x00, 0x05, 0x07, 0x00, 0x07, 0x05, 0x95,
0x98, 0x9b, 0x9b, 0x92, 0x05, 0x00, 0x05, 0x07, 0x00, 0x07, 0x87, 0x8e,
0xa9, 0x05, 0x07, 0x05, 0xf6, 0x00, 0x05, 0x00, 0x00, 0x05, 0x85, 0x05,
0x07, 0x07, 0xa9, 0x00, 0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x07,
0x07, 0x05, 0x87, 0x00, 0x0e, 0x00, 0x01, 0x94, 0x03, 0x07, 0x01, 0xbf,
0x01, 0x6b, 0x05, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0x84, 0x97, 0x00,
0x04, 0x07, 0x00, 0x09, 0x05, 0x07, 0x92, 0x9b, 0x9b, 0x98, 0x95, 0x05,
0x05, 0x00, 0x04, 0x07, 0x01, 0x9b, 0x01, 0x9a, 0x09, 0x00, 0x00, 0x06,
0x84, 0x79, 0x07, 0x05, 0xa4, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00,
0x7c, 0x9b, 0x07, 0x07, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x01, 0x85,
0x03, 0x07, 0x01, 0x87, 0x0a, 0x00, 0x00, 0x07, 0x03, 0x00, 0x00, 0x75,
0xbd, 0x07, 0x05, 0x00, 0x04, 0x07, 0x00, 0x05, 0x95, 0x98, 0x9b, 0x9b,
0x92, 0x00, 0x03, 0x07, 0x00, 0x08, 0x05, 0x07, 0x07, 0xb5, 0x84, 0x00,
0x00, 0x03, 0x07, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0x75, 0xbd, 0x00,
0x05, 0x07, 0x00, 0x14, 0x05, 0x79, 0x97, 0xbd, 0xbd, 0x98, 0x95, 0x07,
0x07, 0x05, 0x07, 0x07, 0x79, 0xd6, 0x9a, 0x97, 0x07, 0x07, 0x97, 0x75,
0x25, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x0b, 0xa3, 0xe8, 0xd8, 0xd8,
0xe8, 0xa0, 0xe9, 0x09, 0x09, 0xf9, 0xe3, 0x00, 0x03, 0xd8, 0x01, 0xd2,
0x03, 0x00, 0x00, 0x06, 0x71, 0xe8, 0xd8, 0xd8, 0xe8, 0xa0, 0x03, 0x09,
0x00, 0x0e, 0xe2, 0xd8, 0xe8, 0xd8, 0xd8, 0xd2, 0x00, 0x00, 0x71, 0xb0,
0xd8, 0xd8, 0xe8, 0xe3, 0x03, 0x09, 0x00, 0x08, 0xfe, 0xd8, 0xe8, 0xd8,
0xe3, 0xe6, 0x00, 0x03, 0x03, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0xb0,
0xe9, 0x00, 0x04, 0x09, 0x00, 0x04, 0xfe, 0xd8, 0xd2, 0xa2, 0x03, 0xa3,
0x00, 0x04, 0xa2, 0xe6, 0xe3, 0xc9, 0x04, 0x09, 0x01, 0xe2, 0x01, 0xa2,
0x0a, 0x00, 0x01, 0xd2, 0x01, 0xf9, 0x08, 0x09, 0x01, 0xe9, 0x01, 0xa2,
0x08, 0x00, 0x00, 0x0d, 0x03, 0x00, 0x00, 0x99, 0x97, 0x07, 0x79, 0x07,
0x07, 0x95, 0x87, 0xd6, 0x9a, 0x00, 0x04, 0x8e, 0x00, 0x09, 0xb2, 0xb6,
0x9b, 0x07, 0x07, 0x05, 0x05, 0x98, 0x85, 0x00, 0x03, 0x07, 0x01, 0x95,
0x01, 0x6b, 0x06, 0x00, 0x00, 0x04, 0x03, 0x00, 0x6b, 0xa4, 0x04, 0x07,
0x00, 0x13, 0x92, 0x85, 0x9a, 0x8e, 0x6b, 0x6b, 0x8e, 0x75, 0x94, 0x9b,
0x05, 0x07, 0x07, 0x79, 0x95, 0x07, 0x07, 0x05, 0x75, 0x00, 0x04, 0x00,
0x00, 0x06, 0x03, 0x00, 0x00, 0x96, 0xb5, 0x05, 0x03, 0x07, 0x00, 0x04,
0x95, 0x87, 0xc5, 0x7c, 0x03, 0x8e, 0x00, 0x05, 0x7c, 0x96, 0xa9, 0xb5,
0x05, 0x00, 0x03, 0x07, 0x01, 0x87, 0x01, 0x87, 0x03, 0x07, 0x01, 0xb6,
0x05, 0x00, 0x01, 0x85, 0x03, 0x07, 0x01, 0xa9, 0x0c, 0x00, 0x00, 0x03,
0x4d, 0x00, 0xd7, 0x00, 0x03, 0x07, 0x01, 0x87, 0x0e, 0x00, 0x01, 0x94,
0x03, 0x07, 0x01, 0xbf, 0x01, 0x6b, 0x04, 0x00, 0x00, 0x0d, 0x03, 0x00,
0x00, 0xc5, 0x95, 0x07, 0x79, 0x05, 0x07, 0x92, 0xc4, 0x84, 0xad, 0x00,
0x03, 0x8e, 0x00, 0x0a, 0x75, 0x84, 0xc4, 0x95, 0x07, 0x07, 0x05, 0x05,
0x97, 0xb1, 0x08, 0x00, 0x00, 0x06, 0x84, 0x07, 0x05, 0x07, 0xa4, 0x7c,
0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x7c, 0x98, 0x07, 0x05, 0x92, 0x96,
0x00, 0x4d, 0x07, 0x00, 0x00, 0x05, 0x85, 0x07, 0x07, 0x05, 0x87, 0x00,
0x09, 0x00, 0x00, 0x0d, 0x03, 0x00, 0x00, 0x9a, 0x9b, 0x07, 0x07, 0x05,
0x07, 0x07, 0xbd, 0x94, 0x9a, 0x00, 0x03, 0x8e, 0x00, 0x0d, 0x7c, 0x96,
0xa9, 0xb5, 0x07, 0x07, 0x79, 0x07, 0x92, 0xc5, 0x00, 0x00, 0x03, 0x00,
0x05, 0x00, 0x00, 0x06, 0x03, 0x03, 0x00, 0xb2, 0x98, 0x05, 0x04, 0x07,
0x00, 0x0a, 0xbd, 0x94, 0x75, 0x8e, 0x8e, 0x6b, 0x8e, 0x75, 0x94, 0xbd,
0x04, 0x07, 0x00, 0x07, 0x92, 0xc4, 0x98, 0x05, 0x07, 0x97, 0x75, 0x00,
0x25, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x01, 0x03, 0x05, 0x00, 0x00, 0x06,
0xe6, 0xc9, 0x09, 0x09, 0xb3, 0xa3, 0x04, 0x00, 0x00, 0x03, 0x03, 0x00,
0x03, 0x00, 0x05, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x05, 0x00,
0x01, 0x03, 0x01, 0x03, 0x05, 0x00, 0x01, 0xd2, 0x03, 0x09, 0x01, 0xda,
0x01, 0x11, 0x04, 0x00, 0x01, 0x03, 0x06, 0x00, 0x01, 0xa1, 0x01, 0xe9,
0x03, 0x09, 0x00, 0x03, 0xc9, 0xd8, 0x03, 0x00, 0x09, 0x00, 0x01, 0xa2,
0x01, 0xa0, 0x04, 0x09, 0x00, 0x04, 0xb3, 0xa3, 0x00, 0x03, 0x07, 0x00,
0x00, 0x05, 0xd2, 0xf9, 0x09, 0x09, 0xfd, 0x00, 0x05, 0x09, 0x01, 0xe9,
0x01, 0xa2, 0x0a, 0x00, 0x00, 0x08, 0xb1, 0x92, 0x05, 0x07, 0x05, 0x07,
0xbf, 0xb2, 0x09, 0x00, 0x00, 0x03, 0x4d, 0x94, 0x97, 0x00, 0x07, 0x07,
0x01, 0x95, 0x01, 0x6b, 0x08, 0x00, 0x01, 0xc2, 0x03, 0x05, 0x00, 0x03,
0x07, 0xbf, 0x7c, 0x00, 0x08, 0x00, 0x00, 0x0a, 0x71, 0x85, 0x07, 0x07,
0x05, 0x07, 0x07, 0x05, 0x05, 0x75, 0x06, 0x00, 0x00, 0x08, 0x99, 0x92,
0x07, 0x05, 0x07, 0x05, 0xbf, 0xb1, 0x09, 0x00, 0x01, 0x7c, 0x01, 0xc4,
0x03, 0x07, 0x00, 0x06, 0x05, 0x79, 0x05, 0x07, 0x07, 0xb6, 0x05, 0x00,
0x01, 0x85, 0x03, 0x07, 0x01, 0xa9, 0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00,
0xd7, 0x05, 0x07, 0x07, 0x87, 0x00, 0x0e, 0x00, 0x01, 0x94, 0x03, 0x07,
0x01, 0xbf, 0x01, 0x6b, 0x06, 0x00, 0x01, 0x96, 0x01, 0x79, 0x04, 0x07,
0x01, 0x87, 0x01, 0x9a, 0x09, 0x00, 0x00, 0x03, 0xb2, 0x87, 0x07, 0x00,
0x03, 0x05, 0x00, 0x04, 0x98, 0x75, 0x00, 0x26, 0x05, 0x00, 0x00, 0x06,
0x84, 0x07, 0x05, 0x07, 0xa4, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00,
0x7c, 0x98, 0x05, 0x07, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x00, 0x05,
0x85, 0x07, 0x07, 0x05, 0x87, 0x00, 0x0b, 0x00, 0x00, 0x08, 0x75, 0x9b,
0x07, 0x05, 0x05, 0x07, 0xa4, 0x96, 0x09, 0x00, 0x00, 0x03, 0x8e, 0x85,
0x95, 0x00, 0x03, 0x07, 0x00, 0x04, 0x79, 0x84, 0x00, 0x26, 0x07, 0x00,
0x00, 0x08, 0x75, 0x9b, 0x05, 0x05, 0x07, 0x07, 0xbd, 0x99, 0x0a, 0x00,
0x01, 0x96, 0x01, 0xa4, 0x04, 0x07, 0x00, 0x05, 0x79, 0x05, 0x07, 0x97,
0x75, 0x00, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x06, 0xe6, 0xc9,
0x09, 0x09, 0xb3, 0xa3, 0x0c, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0,
0x01, 0x03, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0x71,
0x0a, 0x00, 0x01, 0xa3, 0x01, 0xfe, 0x03, 0x09, 0x01, 0xf9, 0x01, 0xa1,
0x0d, 0x00, 0x01, 0xd8, 0x04, 0x09, 0x01, 0xe3, 0x09, 0x00, 0x01, 0xa3,
0x01, 0xda, 0x08, 0x09, 0x01, 0xfe, 0x01, 0x26, 0x09, 0x00, 0x00, 0x03,
0x6b, 0xa4, 0x05, 0x00, 0x03, 0x07, 0x01, 0xf5, 0x0d, 0x00, 0x01, 0x75,
0x01, 0xbd, 0x06, 0x07, 0x01, 0x95, 0x01, 0x6b, 0x05, 0x00, 0x00, 0x09,
0x26, 0x00, 0xb2, 0xb5, 0x05, 0x79, 0x05, 0xbd, 0x6b, 0x00, 0x0b, 0x00,
0x01, 0x9f, 0x04, 0x07, 0x00, 0x03, 0x05, 0x05, 0x75, 0x00, 0x05, 0x00,
0x00, 0x07, 0x7c, 0x9b, 0x07, 0x07, 0x05, 0x07, 0x85, 0x00, 0x0d, 0x00,
0x01, 0xb6, 0x03, 0x07, 0x00, 0x05, 0x05, 0x05, 0x07, 0x07, 0xb6, 0x00,
0x05, 0x00, 0x01, 0x85, 0x03, 0x07, 0x01, 0xa9, 0x0c, 0x00, 0x00, 0x07,
0x4d, 0x00, 0xd7, 0x05, 0x07, 0x05, 0x87, 0x00, 0x0e, 0x00, 0x00, 0x06,
0x94, 0x07, 0x07, 0x05, 0xbf, 0x6b, 0x05, 0x00, 0x00, 0x07, 0x8e, 0x98,
0x07, 0x05, 0x07, 0x05, 0xd7, 0x00, 0x0d, 0x00, 0x01, 0xf6, 0x04, 0x07,
0x00, 0x04, 0xbf, 0x71, 0x00, 0x26, 0x04, 0x00, 0x01, 0x84, 0x03, 0x07,
0x01, 0xa4, 0x01, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x7c, 0x98,
0x05, 0x07, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x01, 0x85, 0x03, 0x07,
0x01, 0x87, 0x0b, 0x00, 0x01, 0x87, 0x04, 0x05, 0x01, 0xc4, 0x01, 0x6b,
0x0c, 0x00, 0x00, 0x09, 0x84, 0x92, 0x05, 0x07, 0x07, 0x97, 0x9a, 0x00,
0x03, 0x00, 0x05, 0x00, 0x00, 0x08, 0x4d, 0x87, 0x07, 0x07, 0x05, 0x07,
0xc2, 0x4d, 0x0c, 0x00, 0x00, 0x04, 0x6b, 0xc4, 0x07, 0x05, 0x03, 0x07,
0x00, 0x03, 0x05, 0x97, 0x75, 0x00, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00,
0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00,
0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6,
0x03, 0x09, 0x01, 0xda, 0x01, 0xa3, 0x0a, 0x00, 0x01, 0xe3, 0x03, 0x09,
0x01, 0xc9, 0x01, 0xa1, 0x0c, 0x00, 0x00, 0x04, 0x03, 0x00, 0x00, 0xe3,
0x04, 0x09, 0x00, 0x03, 0xa1, 0x00, 0x11, 0x00, 0x07, 0x00, 0x01, 0xe8,
0x08, 0x09, 0x01, 0xe8, 0x0a, 0x00, 0x00, 0x06, 0xf5, 0x07, 0x05, 0x05,
0x07, 0xd7, 0x0f, 0x00, 0x00, 0x09, 0x8e, 0xa4, 0x07, 0x07, 0x05, 0x05,
0x07, 0x95, 0x6b, 0x00, 0x05, 0x00, 0x00, 0x03, 0x4d, 0x00, 0xd7, 0x00,
0x03, 0x07, 0x00, 0x04, 0xb5, 0xb1, 0x00, 0x26, 0x0b, 0x00, 0x00, 0x07,
0xbf, 0x05, 0x07, 0x07, 0x05, 0x07, 0x75, 0x00, 0x05, 0x00, 0x00, 0x06,
0xc2, 0x07, 0x05, 0x05, 0x07, 0xc2, 0x0f, 0x00, 0x00, 0x04, 0xb6, 0x05,
0x05, 0x07, 0x03, 0x05, 0x01, 0xb6, 0x05, 0x00, 0x00, 0x05, 0x85, 0x05,
0x07, 0x07, 0xa9, 0x00, 0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x05,
0x07, 0x07, 0x87, 0x00, 0x0e, 0x00, 0x00, 0x06, 0x94, 0x07, 0x07, 0x05,
0xbf, 0x6b, 0x05, 0x00, 0x00, 0x06, 0xc2, 0x07, 0x05, 0x07, 0x07, 0xf6,
0x0f, 0x00, 0x01, 0xd7, 0x04, 0x07, 0x00, 0x03, 0xdb, 0x00, 0x4d, 0x00,
0x04, 0x00, 0x00, 0x06, 0x84, 0x79, 0x07, 0x07, 0xa4, 0x7c, 0x0d, 0x00,
0x00, 0x0a, 0x03, 0x00, 0x7c, 0x9b, 0x07, 0x07, 0x92, 0x96, 0x00, 0x4d,
0x07, 0x00, 0x00, 0x05, 0x85, 0x07, 0x05, 0x05, 0x87, 0x00, 0x0a, 0x00,
0x01, 0xc5, 0x01, 0x05, 0x03, 0x07, 0x01, 0xc4, 0x0f, 0x00, 0x01, 0x84,
0x01, 0x95, 0x03, 0x05, 0x01, 0xa9, 0x07, 0x00, 0x01, 0x94, 0x04, 0x07,
0x01, 0xc2, 0x10, 0x00, 0x01, 0x87, 0x05, 0x07, 0x01, 0x97, 0x01, 0x75,
0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09,
0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0,
0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3,
0x09, 0x00, 0x01, 0xd2, 0x01, 0xf9, 0x03, 0x09, 0x00, 0x04, 0xd8, 0x00,
0x03, 0x03, 0x0b, 0x00, 0x00, 0x08, 0x03, 0x00, 0x00, 0xda, 0x09, 0xe9,
0xfd, 0xa0, 0x07, 0x00, 0x00, 0x04, 0x03, 0x00, 0x00, 0xe3, 0x06, 0x09,
0x01, 0xa0, 0x01, 0x03, 0x09, 0x00, 0x01, 0xad, 0x01, 0x97, 0x03, 0x07,
0x00, 0x04, 0xc4, 0x00, 0x00, 0x03, 0x0e, 0x00, 0x00, 0x08, 0xb2, 0x92,
0x07, 0x07, 0x05, 0x05, 0x95, 0x6b, 0x06, 0x00, 0x01, 0x26, 0x01, 0x87,
0x03, 0x07, 0x01, 0xc4, 0x0e, 0x00, 0x00, 0x07, 0xb2, 0x07, 0x07, 0x05,
0x07, 0x07, 0x75, 0x00, 0x04, 0x00, 0x00, 0x07, 0x75, 0x92, 0x05, 0x05,
0x07, 0xbf, 0x71, 0x00, 0x10, 0x00, 0x00, 0x07, 0xc4, 0x05, 0x07, 0x05,
0x05, 0x07, 0xb6, 0x00, 0x05, 0x00, 0x00, 0x05, 0x85, 0x05, 0x07, 0x07,
0xa9, 0x00, 0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x07, 0x07, 0x05,
0x87, 0x00, 0x0e, 0x00, 0x00, 0x06, 0x94, 0x07, 0x05, 0x05, 0xbf, 0x6b,
0x04, 0x00, 0x00, 0x09, 0xb2, 0x92, 0x05, 0x05, 0x07, 0xa9, 0x00, 0x00,
0x03, 0x00, 0x0b, 0x00, 0x00, 0x04, 0x03, 0x00, 0x00, 0x87, 0x03, 0x07,
0x01, 0x98, 0x01, 0xad, 0x05, 0x00, 0x00, 0x06, 0x84, 0x79, 0x07, 0x07,
0xa4, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x7c, 0x9b, 0x07, 0x05,
0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x00, 0x05, 0x85, 0x05, 0x07, 0x05,
0x87, 0x00, 0x09, 0x00, 0x01, 0x4d, 0x01, 0xa4, 0x03, 0x07, 0x01, 0xa4,
0x01, 0x8e, 0x10, 0x00, 0x00, 0x06, 0xf6, 0x07, 0x05, 0x07, 0x07, 0x99,
0x05, 0x00, 0x00, 0x07, 0x71, 0x9b, 0x07, 0x05, 0x07, 0xbd, 0x6b, 0x00,
0x10, 0x00, 0x01, 0x7c, 0x01, 0x9b, 0x04, 0x07, 0x01, 0x97, 0x01, 0x75,
0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09,
0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0,
0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3,
0x07, 0x00, 0x00, 0x03, 0x03, 0x00, 0xe3, 0x00, 0x03, 0x09, 0x00, 0x04,
0xb3, 0x11, 0x00, 0x03, 0x0d, 0x00, 0x00, 0x03, 0x03, 0x00, 0xa3, 0x00,
0x03, 0xe6, 0x01, 0xd2, 0x01, 0x26, 0x07, 0x00, 0x00, 0x0c, 0x03, 0x00,
0x00, 0xb0, 0xb3, 0xc9, 0xc9, 0xb3, 0xe8, 0x03, 0x00, 0x03, 0x08, 0x00,
0x00, 0x08, 0xf5, 0x07, 0x05, 0x05, 0x97, 0x9a, 0x00, 0x71, 0x10, 0x00,
0x01, 0xf5, 0x03, 0x07, 0x00, 0x03, 0x05, 0x95, 0x6b, 0x00, 0x06, 0x00,
0x00, 0x06, 0x9a, 0x9b, 0x07, 0x07, 0x79, 0x94, 0x0f, 0x00, 0x01, 0xbd,
0x04, 0x07, 0x01, 0x75, 0x04, 0x00, 0x00, 0x06, 0x9f, 0x05, 0x05, 0x07,
0x95, 0x99, 0x11, 0x00, 0x01, 0x9a, 0x01, 0x92, 0x03, 0x07, 0x01, 0x05,
0x01, 0xb6, 0x05, 0x00, 0x00, 0x05, 0x85, 0x05, 0x07, 0x07, 0xa9, 0x00,
0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x07, 0x07, 0x05, 0x87, 0x00,
0x0e, 0x00, 0x00, 0x06, 0x94, 0x05, 0x05, 0x07, 0xbf, 0x6b, 0x04, 0x00,
0x00, 0x08, 0xc2, 0x05, 0x07, 0x07, 0x98, 0x75, 0x00, 0x26, 0x0f, 0x00,
0x00, 0x06, 0xb2, 0x79, 0x05, 0x07, 0x07, 0x94, 0x05, 0x00, 0x00, 0x06,
0x84, 0x07, 0x07, 0x05, 0xa4, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00,
0x7c, 0x9b, 0x07, 0x07, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x01, 0x85,
0x03, 0x05, 0x01, 0x87, 0x09, 0x00, 0x00, 0x06, 0x84, 0x79, 0x05, 0x07,
0x07, 0x84, 0x11, 0x00, 0x00, 0x06, 0x6b, 0x9b, 0x07, 0x07, 0x05, 0xc4,
0x05, 0x00, 0x00, 0x06, 0xd6, 0x07, 0x05, 0x07, 0x79, 0x99, 0x12, 0x00,
0x01, 0xc5, 0x01, 0x05, 0x03, 0x07, 0x01, 0x97, 0x01, 0x75, 0x25, 0x00,
0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2,
0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d,
0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3, 0x06, 0x00,
0x00, 0x04, 0x03, 0x00, 0x03, 0xb3, 0x03, 0x09, 0x00, 0x03, 0xe8, 0x00,
0x11, 0x00, 0x0f, 0x00, 0x01, 0x03, 0x0e, 0x00, 0x00, 0x0a, 0x03, 0x00,
0x00, 0x11, 0xa3, 0xa3, 0x26, 0x00, 0x00, 0x03, 0x06, 0x00, 0x00, 0x0a,
0x03, 0x00, 0x71, 0xa4, 0x05, 0x79, 0x05, 0x9f, 0x00, 0x26, 0x11, 0x00,
0x00, 0x07, 0x8e, 0x97, 0x05, 0x07, 0x05, 0x95, 0x6b, 0x00, 0x06, 0x00,
0x00, 0x06, 0x99, 0x92, 0x07, 0x07, 0xb5, 0xb2, 0x0f, 0x00, 0x01, 0xf6,
0x04, 0x07, 0x01, 0x75, 0x03, 0x00, 0x00, 0x09, 0x4d, 0x9b, 0x05, 0x07,
0x05, 0xc2, 0x00, 0x00, 0x03, 0x00, 0x0d, 0x00, 0x00, 0x09, 0x03, 0x00,
0x00, 0x9f, 0x05, 0x05, 0x07, 0x05, 0xb6, 0x00, 0x05, 0x00, 0x01, 0x85,
0x03, 0x07, 0x01, 0xa9, 0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x05,
0x07, 0x07, 0x87, 0x00, 0x0e, 0x00, 0x00, 0x11, 0x94, 0x07, 0x05, 0x07,
0xbf, 0x6b, 0x00, 0x03, 0x00, 0x8e, 0x9b, 0x05, 0x07, 0x07, 0xf6, 0x00,
0x4d, 0x00, 0x11, 0x00, 0x00, 0x06, 0xd6, 0xd7, 0xf6, 0xf5, 0x96, 0x03,
0x04, 0x00, 0x01, 0x84, 0x03, 0x07, 0x01, 0xa4, 0x01, 0x7c, 0x0d, 0x00,
0x00, 0x0a, 0x03, 0x00, 0x7c, 0x9b, 0x07, 0x05, 0x92, 0x96, 0x00, 0x4d,
0x07, 0x00, 0x00, 0x05, 0x85, 0x07, 0x05, 0x05, 0x87, 0x00, 0x09, 0x00,
0x00, 0x08, 0x87, 0x05, 0x05, 0x07, 0x87, 0x00, 0x00, 0x03, 0x10, 0x00,
0x00, 0x06, 0x96, 0xa9, 0xc2, 0xa9, 0xd7, 0x71, 0x04, 0x00, 0x01, 0xbf,
0x03, 0x07, 0x00, 0x04, 0xa9, 0x00, 0x00, 0x03, 0x0e, 0x00, 0x00, 0x04,
0x03, 0x00, 0x71, 0xbf, 0x03, 0x07, 0x01, 0x97, 0x01, 0x75, 0x25, 0x00,
0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2,
0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d,
0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3, 0x06, 0x00,
0x00, 0x0a, 0x03, 0x00, 0xe6, 0xf9, 0x09, 0x09, 0xfe, 0xa2, 0x00, 0x11,
0x16, 0x03, 0x09, 0x00, 0x01, 0x03, 0x0e, 0x00, 0x00, 0x0a, 0x26, 0x00,
0x99, 0xb5, 0x07, 0x05, 0xb5, 0x99, 0x00, 0x26, 0x12, 0x00, 0x00, 0x06,
0xc2, 0x05, 0x07, 0x05, 0x95, 0x6b, 0x06, 0x00, 0x00, 0x06, 0x84, 0x07,
0x05, 0x07, 0x98, 0x6b, 0x0f, 0x00, 0x01, 0x84, 0x03, 0x07, 0x01, 0x05,
0x01, 0x75, 0x03, 0x00, 0x01, 0xb1, 0x01, 0x92, 0x03, 0x07, 0x00, 0x03,
0x96, 0x00, 0x71, 0x00, 0x11, 0x00, 0x00, 0x06, 0xb1, 0x79, 0x05, 0x07,
0x07, 0xb6, 0x05, 0x00, 0x00, 0x05, 0x85, 0x07, 0x05, 0x07, 0xa9, 0x00,
0x0c, 0x00, 0x00, 0x03, 0x4d, 0x00, 0xd7, 0x00, 0x03, 0x07, 0x01, 0x87,
0x0e, 0x00, 0x00, 0x11, 0x94, 0x07, 0x05, 0x05, 0xbf, 0x6b, 0x00, 0x26,
0x00, 0x84, 0x92, 0x05, 0x05, 0x97, 0xb2, 0x00, 0x71, 0x00, 0x0f, 0x26,
0x01, 0x4d, 0x06, 0x00, 0x01, 0x26, 0x04, 0x00, 0x00, 0x06, 0x84, 0x07,
0x05, 0x07, 0xa4, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x7c, 0x9b,
0x05, 0x05, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x00, 0x05, 0x85, 0x07,
0x05, 0x05, 0x87, 0x00, 0x08, 0x00, 0x00, 0x08, 0x8e, 0x98, 0x07, 0x07,
0x05, 0x94, 0x00, 0x71, 0x0f, 0x26, 0x01, 0x4d, 0x01, 0x03, 0x05, 0x00,
0x01, 0x26, 0x03, 0x00, 0x01, 0x8e, 0x01, 0x97, 0x03, 0x07, 0x00, 0x03,
0xc5, 0x00, 0x71, 0x00, 0x10, 0x00, 0x00, 0x03, 0x4d, 0x00, 0xdb, 0x00,
0x03, 0x07, 0x01, 0x97, 0x01, 0x75, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00,
0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00,
0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6,
0x03, 0x09, 0x01, 0xda, 0x01, 0xa3, 0x06, 0x00, 0x00, 0x07, 0x11, 0x00,
0xb0, 0xe9, 0x09, 0x09, 0xda, 0x00, 0x1a, 0x00, 0x01, 0x03, 0x16, 0x00,
0x00, 0x0a, 0x4d, 0x00, 0xdb, 0x07, 0x07, 0x05, 0xa4, 0x71, 0x00, 0x03,
0x12, 0x00, 0x00, 0x06, 0x84, 0x05, 0x07, 0x05, 0x95, 0x6b, 0x06, 0x00,
0x01, 0xc5, 0x03, 0x07, 0x01, 0x98, 0x10, 0x00, 0x01, 0xb1, 0x03, 0x07,
0x01, 0x05, 0x01, 0x75, 0x03, 0x00, 0x00, 0x08, 0xdb, 0x79, 0x07, 0x07,
0xa4, 0x7c, 0x00, 0x4d, 0x11, 0x00, 0x00, 0x06, 0x8e, 0xbd, 0x05, 0x07,
0x07, 0xb6, 0x05, 0x00, 0x00, 0x05, 0x85, 0x07, 0x05, 0x07, 0xa9, 0x00,
0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x07, 0x07, 0x05, 0x87, 0x00,
0x0e, 0x00, 0x00, 0x0e, 0x94, 0x07, 0x07, 0x05, 0xbf, 0x6b, 0x00, 0x26,
0x00, 0xf6, 0x07, 0x07, 0x05, 0xbf, 0x1a, 0x00, 0x01, 0x03, 0x03, 0x00,
0x00, 0x06, 0x84, 0x79, 0x07, 0x05, 0xa4, 0x7c, 0x0d, 0x00, 0x00, 0x0a,
0x03, 0x00, 0x7c, 0x9b, 0x07, 0x07, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00,
0x01, 0x85, 0x03, 0x07, 0x01, 0x87, 0x06, 0x00, 0x00, 0x08, 0x03, 0x00,
0x99, 0xb5, 0x07, 0x07, 0x98, 0xad, 0x19, 0x00, 0x00, 0x0b, 0x03, 0x00,
0x00, 0x96, 0x92, 0x07, 0x07, 0x98, 0xb2, 0x00, 0x4d, 0x00, 0x10, 0x00,
0x00, 0x08, 0x4d, 0x00, 0x99, 0x92, 0x07, 0x07, 0x97, 0x75, 0x25, 0x00,
0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2,
0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d,
0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3, 0x06, 0x00,
0x00, 0x03, 0x26, 0x00, 0xd8, 0x00, 0x03, 0x09, 0x01, 0xf9, 0x18, 0xa0,
0x01, 0xe3, 0x01, 0xa2, 0x17, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xf5, 0x07,
0x07, 0x05, 0x87, 0x00, 0x15, 0x00, 0x00, 0x06, 0xb2, 0x95, 0x05, 0x07,
0x95, 0x6b, 0x06, 0x00, 0x01, 0xc5, 0x03, 0x07, 0x01, 0x98, 0x10, 0x00,
0x01, 0xb2, 0x04, 0x07, 0x01, 0x75, 0x03, 0x00, 0x00, 0x08, 0xf5, 0x07,
0x07, 0x05, 0x87, 0x26, 0x00, 0x03, 0x12, 0x00, 0x00, 0x05, 0xc2, 0x07,
0x05, 0x07, 0xb6, 0x00, 0x05, 0x00, 0x00, 0x05, 0x85, 0x05, 0x07, 0x07,
0xa9, 0x00, 0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x05, 0x07, 0x07,
0x87, 0x00, 0x0e, 0x00, 0x01, 0x94, 0x03, 0x07, 0x00, 0x0b, 0xbf, 0x6b,
0x00, 0x4d, 0x00, 0xc2, 0x07, 0x79, 0x07, 0x98, 0xd7, 0x00, 0x16, 0x9f,
0x00, 0x03, 0x85, 0x85, 0x99, 0x00, 0x04, 0x00, 0x00, 0x06, 0x84, 0x79,
0x07, 0x07, 0xa4, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x7c, 0x9b,
0x07, 0x07, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x00, 0x05, 0x85, 0x07,
0x05, 0x05, 0x87, 0x00, 0x06, 0x00, 0x00, 0x09, 0x03, 0x00, 0xd6, 0x95,
0x05, 0x07, 0xb5, 0xc2, 0xf5, 0x00, 0x15, 0x9f, 0x00, 0x03, 0x85, 0xc2,
0xd6, 0x00, 0x03, 0x00, 0x00, 0x08, 0x94, 0x79, 0x07, 0x07, 0xbd, 0x8e,
0x00, 0x26, 0x10, 0x00, 0x00, 0x08, 0x4d, 0x00, 0x75, 0x9b, 0x05, 0x05,
0x97, 0x75, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9,
0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09,
0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda,
0x01, 0xa3, 0x06, 0x00, 0x00, 0x03, 0x26, 0x00, 0xd8, 0x00, 0x1c, 0x09,
0x01, 0xe9, 0x01, 0xd2, 0x17, 0x00, 0x00, 0x07, 0x4d, 0x00, 0x85, 0x07,
0x07, 0x05, 0xc4, 0x00, 0x15, 0x00, 0x00, 0x06, 0xb2, 0xb5, 0x07, 0x07,
0x95, 0x6b, 0x06, 0x00, 0x00, 0x05, 0x84, 0x07, 0x07, 0x05, 0x98, 0x00,
0x10, 0x00, 0x01, 0x9a, 0x01, 0x95, 0x03, 0x07, 0x01, 0x75, 0x03, 0x00,
0x01, 0xc2, 0x03, 0x07, 0x00, 0x04, 0xc4, 0x00, 0x00, 0x03, 0x10, 0x00,
0x00, 0x07, 0x26, 0x00, 0xf5, 0x05, 0x05, 0x07, 0xb6, 0x00, 0x05, 0x00,
0x00, 0x05, 0x85, 0x07, 0x07, 0x05, 0xa9, 0x00, 0x0c, 0x00, 0x00, 0x03,
0x4d, 0x00, 0xd7, 0x00, 0x03, 0x07, 0x01, 0x87, 0x0e, 0x00, 0x00, 0x0c,
0x94, 0x05, 0x05, 0x07, 0xbf, 0x6b, 0x00, 0x4d, 0x00, 0xa9, 0x07, 0x79,
0x07, 0x07, 0x01, 0x05, 0x08, 0x07, 0x00, 0x05, 0x05, 0x07, 0x05, 0x07,
0x07, 0x00, 0x03, 0x05, 0x03, 0x07, 0x01, 0xd7, 0x04, 0x00, 0x01, 0x84,
0x03, 0x07, 0x01, 0xa4, 0x01, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00,
0x7c, 0x9b, 0x07, 0x05, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x00, 0x05,
0x85, 0x05, 0x05, 0x07, 0x87, 0x00, 0x06, 0x00, 0x00, 0x03, 0x03, 0x00,
0xdb, 0x00, 0x04, 0x07, 0x00, 0x04, 0x05, 0x05, 0x07, 0x05, 0x09, 0x07,
0x00, 0x05, 0x05, 0x07, 0x05, 0x07, 0x07, 0x00, 0x04, 0x05, 0x00, 0x04,
0x07, 0x05, 0x05, 0xbf, 0x03, 0x00, 0x00, 0x08, 0xb6, 0x79, 0x05, 0x07,
0x87, 0x71, 0x00, 0x03, 0x10, 0x00, 0x00, 0x08, 0x26, 0x00, 0x7c, 0xa4,
0x07, 0x07, 0x97, 0x75, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08,
0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1,
0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09,
0x01, 0xda, 0x01, 0xa3, 0x06, 0x00, 0x00, 0x03, 0x26, 0x00, 0xd8, 0x00,
0x1a, 0x09, 0x00, 0x04, 0xe9, 0x09, 0xf9, 0xd2, 0x17, 0x00, 0x00, 0x07,
0x4d, 0x00, 0x85, 0x07, 0x07, 0x05, 0xa9, 0x00, 0x15, 0x00, 0x00, 0x06,
0x9a, 0x97, 0x07, 0x07, 0x95, 0x6b, 0x06, 0x00, 0x01, 0x84, 0x03, 0x07,
0x01, 0x98, 0x10, 0x00, 0x00, 0x06, 0x9a, 0x92, 0x05, 0x05, 0x07, 0x75,
0x03, 0x00, 0x00, 0x08, 0xc2, 0x07, 0x05, 0x05, 0xc4, 0x00, 0x00, 0x03,
0x10, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x05, 0x07, 0x07, 0xb6, 0x00,
0x05, 0x00, 0x00, 0x05, 0x85, 0x07, 0x05, 0x07, 0xa9, 0x00, 0x0c, 0x00,
0x00, 0x07, 0x4d, 0x00, 0xd7, 0x05, 0x07, 0x07, 0x87, 0x00, 0x0e, 0x00,
0x00, 0x0c, 0x94, 0x05, 0x07, 0x07, 0xbf, 0x6b, 0x00, 0x4d, 0x00, 0xa9,
0x07, 0x79, 0x04, 0x07, 0x01, 0x05, 0x12, 0x07, 0x00, 0x05, 0x05, 0x79,
0x07, 0x07, 0xf6, 0x00, 0x04, 0x00, 0x00, 0x06, 0x84, 0x07, 0x07, 0x05,
0xa4, 0x7c, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x7c, 0x98, 0x07, 0x05,
0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x00, 0x05, 0x85, 0x07, 0x05, 0x05,
0x87, 0x00, 0x06, 0x00, 0x00, 0x05, 0x03, 0x00, 0xb6, 0x07, 0x05, 0x00,
0x04, 0x07, 0x01, 0x05, 0x03, 0x07, 0x01, 0x05, 0x08, 0x07, 0x00, 0x04,
0x05, 0x07, 0x07, 0x05, 0x03, 0x07, 0x00, 0x04, 0x79, 0x07, 0x07, 0x87,
0x03, 0x00, 0x00, 0x08, 0xb6, 0x07, 0x05, 0x07, 0x87, 0x71, 0x00, 0x03,
0x10, 0x00, 0x00, 0x08, 0x26, 0x00, 0x8e, 0xbd, 0x05, 0x07, 0x97, 0x75,
0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09,
0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0,
0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3,
0x06, 0x00, 0x00, 0x03, 0x11, 0x00, 0xe8, 0x00, 0x03, 0x09, 0x01, 0xc9,
0x01, 0xb3, 0x12, 0xe2, 0x00, 0x07, 0xb3, 0xe2, 0xe9, 0x09, 0x09, 0xe2,
0xa2, 0x00, 0x17, 0x00, 0x00, 0x07, 0x4d, 0x00, 0x85, 0x05, 0x07, 0x05,
0x87, 0x00, 0x15, 0x00, 0x00, 0x06, 0xb2, 0x92, 0x07, 0x05, 0x95, 0x6b,
0x06, 0x00, 0x00, 0x05, 0x84, 0x05, 0x05, 0x07, 0x98, 0x00, 0x10, 0x00,
0x00, 0x06, 0x9a, 0x92, 0x05, 0x07, 0x07, 0x75, 0x03, 0x00, 0x01, 0xf5,
0x03, 0x05, 0x00, 0x04, 0x87, 0x00, 0x00, 0x03, 0x12, 0x00, 0x00, 0x05,
0x85, 0x07, 0x07, 0x05, 0xb6, 0x00, 0x05, 0x00, 0x00, 0x05, 0x85, 0x07,
0x05, 0x07, 0xa9, 0x00, 0x0c, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xd7, 0x05,
0x07, 0x07, 0x87, 0x00, 0x0e, 0x00, 0x00, 0x0d, 0x94, 0x07, 0x07, 0x05,
0xbf, 0x6b, 0x00, 0x4d, 0x00, 0xc2, 0x07, 0x79, 0x07, 0x00, 0x17, 0x79,
0x03, 0x07, 0x01, 0xdb, 0x04, 0x00, 0x01, 0x84, 0x03, 0x07, 0x01, 0xa4,
0x01, 0x7c, 0x0f, 0x00, 0x00, 0x08, 0x7c, 0x9b, 0x07, 0x05, 0x92, 0x96,
0x00, 0x4d, 0x07, 0x00, 0x01, 0x85, 0x03, 0x07, 0x01, 0x87, 0x06, 0x00,
0x00, 0x07, 0x03, 0x00, 0xd6, 0x95, 0x05, 0x05, 0x07, 0x00, 0x16, 0x79,
0x03, 0x07, 0x01, 0xc4, 0x03, 0x00, 0x00, 0x08, 0xdb, 0x79, 0x07, 0x05,
0xbd, 0x8e, 0x00, 0x26, 0x10, 0x00, 0x00, 0x08, 0x26, 0x00, 0x75, 0xa4,
0x07, 0x07, 0x97, 0x75, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08,
0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1,
0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09,
0x01, 0xda, 0x01, 0xa3, 0x06, 0x00, 0x00, 0x07, 0x11, 0x00, 0xa1, 0xc9,
0x09, 0x09, 0xb3, 0x00, 0x14, 0x00, 0x00, 0x06, 0xa3, 0xe9, 0x09, 0x09,
0xda, 0xa3, 0x17, 0x00, 0x00, 0x07, 0x4d, 0x00, 0xb6, 0x05, 0x07, 0x07,
0xbd, 0x00, 0x15, 0x00, 0x01, 0x96, 0x03, 0x07, 0x01, 0x95, 0x01, 0x6b,
0x06, 0x00, 0x00, 0x05, 0x84, 0x05, 0x07, 0x07, 0x98, 0x00, 0x10, 0x00,
0x01, 0x9a, 0x01, 0x92, 0x03, 0x07, 0x01, 0x75, 0x03, 0x00, 0x00, 0x08,
0xdb, 0x79, 0x05, 0x05, 0xa4, 0x7c, 0x00, 0x26, 0x11, 0x00, 0x01, 0x6b,
0x01, 0x87, 0x03, 0x07, 0x01, 0xb6, 0x05, 0x00, 0x01, 0x85, 0x03, 0x07,
0x01, 0xa9, 0x0c, 0x00, 0x00, 0x03, 0x4d, 0x00, 0xd7, 0x00, 0x03, 0x07,
0x01, 0x87, 0x0e, 0x00, 0x00, 0x0a, 0x94, 0x05, 0x07, 0x07, 0xbf, 0x6b,
0x00, 0x26, 0x00, 0xd7, 0x03, 0x07, 0x01, 0x9b, 0x13, 0x94, 0x00, 0x03,
0xc5, 0xb6, 0xb5, 0x00, 0x03, 0x07, 0x01, 0x96, 0x04, 0x00, 0x00, 0x06,
0x84, 0x79, 0x07, 0x07, 0x9b, 0x75, 0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00,
0x7c, 0x98, 0x07, 0x05, 0x92, 0x96, 0x00, 0x4d, 0x07, 0x00, 0x00, 0x05,
0x85, 0x05, 0x07, 0x07, 0x87, 0x00, 0x06, 0x00, 0x00, 0x09, 0x03, 0x00,
0x96, 0xb5, 0x07, 0x07, 0xb5, 0xf5, 0xd6, 0x00, 0x11, 0x94, 0x00, 0x07,
0xd6, 0xdb, 0xa4, 0x05, 0x07, 0x05, 0xf5, 0x00, 0x03, 0x00, 0x00, 0x08,
0x84, 0x92, 0x05, 0x07, 0x9b, 0x9a, 0x00, 0x4d, 0x10, 0x00, 0x00, 0x08,
0x4d, 0x00, 0x99, 0xb5, 0x05, 0x05, 0x97, 0x75, 0x25, 0x00, 0x00, 0x00,
0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03,
0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00,
0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3, 0x06, 0x00, 0x00, 0x08,
0x03, 0x00, 0xa2, 0xe2, 0x09, 0x09, 0xf9, 0xe6, 0x13, 0x00, 0x00, 0x05,
0xb0, 0x09, 0x09, 0xfd, 0xe3, 0x00, 0x18, 0x00, 0x00, 0x0a, 0x26, 0x00,
0x84, 0x92, 0x07, 0x05, 0x98, 0x9a, 0x00, 0x26, 0x12, 0x00, 0x00, 0x06,
0xf5, 0x07, 0x07, 0x05, 0x95, 0x6b, 0x06, 0x00, 0x01, 0x84, 0x03, 0x07,
0x01, 0x98, 0x10, 0x00, 0x01, 0x9a, 0x01, 0x95, 0x03, 0x07, 0x01, 0x75,
0x03, 0x00, 0x00, 0x08, 0x99, 0x92, 0x05, 0x05, 0x92, 0x99, 0x00, 0x71,
0x0f, 0x00, 0x00, 0x04, 0x03, 0x00, 0x75, 0x97, 0x03, 0x07, 0x01, 0xb6,
0x05, 0x00, 0x01, 0x85, 0x03, 0x05, 0x01, 0xc4, 0x0c, 0x00, 0x00, 0x07,
0x4d, 0x00, 0x9f, 0x07, 0x79, 0x07, 0x87, 0x00, 0x0e, 0x00, 0x00, 0x0f,
0xb6, 0x05, 0x07, 0x07, 0x87, 0x6b, 0x00, 0x26, 0x00, 0xc5, 0x95, 0x07,
0x07, 0x9b, 0x6b, 0x00, 0x13, 0x00, 0x00, 0x06, 0xad, 0x95, 0x07, 0x05,
0x79, 0x75, 0x04, 0x00, 0x00, 0x06, 0x84, 0x79, 0x07, 0x07, 0x97, 0x9a,
0x0d, 0x00, 0x00, 0x0a, 0x03, 0x00, 0xb1, 0x97, 0x07, 0x05, 0xb5, 0x99,
0x00, 0x4d, 0x07, 0x00, 0x01, 0x85, 0x03, 0x05, 0x01, 0x87, 0x08, 0x00,
0x00, 0x06, 0x7c, 0x98, 0x07, 0x07, 0x95, 0x99, 0x13, 0x00, 0x00, 0x06,
0x4d, 0xa4, 0x05, 0x07, 0x05, 0x84, 0x03, 0x00, 0x00, 0x08, 0x7c, 0x97,
0x05, 0x07, 0x07, 0x84, 0x00, 0x71, 0x10, 0x00, 0x00, 0x08, 0x71, 0x00,
0x94, 0x05, 0x05, 0x07, 0x97, 0x75, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00,
0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00,
0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6,
0x03, 0x09, 0x01, 0xda, 0x01, 0xa3, 0x09, 0x00, 0x01, 0xa0, 0x03, 0x09,
0x00, 0x04, 0xe3, 0x00, 0x00, 0x03, 0x10, 0x00, 0x00, 0x05, 0xb3, 0x09,
0x09, 0xfd, 0xa1, 0x00, 0x18, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x8e, 0x9b,
0x05, 0x05, 0x07, 0xdb, 0x00, 0x4d, 0x11, 0x00, 0x00, 0x07, 0x6b, 0x9b,
0x07, 0x07, 0x05, 0x95, 0x6b, 0x00, 0x06, 0x00, 0x00, 0x05, 0x84, 0x05,
0x07, 0x07, 0x98, 0x00, 0x10, 0x00, 0x01, 0x9a, 0x01, 0x92, 0x03, 0x07,
0x01, 0x75, 0x03, 0x00, 0x01, 0x71, 0x01, 0x98, 0x03, 0x07, 0x00, 0x03,
0xd7, 0x00, 0x26, 0x00, 0x11, 0x00, 0x01, 0xd6, 0x04, 0x07, 0x01, 0xb6,
0x05, 0x00, 0x00, 0x06, 0x85, 0x05, 0x05, 0x07, 0xbf, 0x26, 0x0b, 0x00,
0x00, 0x0a, 0x26, 0x00, 0xa9, 0x07, 0x79, 0x07, 0xbd, 0x00, 0x00, 0x03,
0x0b, 0x00, 0x01, 0x9f, 0x03, 0x05, 0x00, 0x07, 0xc4, 0x71, 0x00, 0x03,
0x00, 0x7c, 0x98, 0x00, 0x03, 0x07, 0x00, 0x04, 0x94, 0x00, 0x4d, 0x03,
0x0d, 0x00, 0x00, 0x09, 0x03, 0x00, 0x00, 0xd7, 0x07, 0x07, 0x05, 0xbd,
0x6b, 0x00, 0x04, 0x00, 0x00, 0x08, 0x84, 0x79, 0x07, 0x07, 0x05, 0x99,
0x00, 0x03, 0x0b, 0x00, 0x00, 0x0a, 0x26, 0x00, 0xc5, 0x95, 0x05, 0x07,
0x9b, 0x9a, 0x00, 0x26, 0x07, 0x00, 0x00, 0x05, 0x85, 0x07, 0x05, 0x05,
0x87, 0x00, 0x09, 0x00, 0x01, 0xbf, 0x03, 0x07, 0x00, 0x04, 0x85, 0x00,
0x03, 0x03, 0x0d, 0x00, 0x00, 0x04, 0x03, 0x00, 0x00, 0x99, 0x03, 0x07,
0x01, 0x79, 0x01, 0x7c, 0x04, 0x00, 0x00, 0x05, 0xbd, 0x05, 0x07, 0x05,
0x85, 0x00, 0x11, 0x00, 0x00, 0x09, 0x03, 0x00, 0x26, 0x87, 0x05, 0x07,
0x07, 0x97, 0x75, 0x00, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08,
0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1,
0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09,
0x01, 0xda, 0x01, 0xa3, 0x07, 0x00, 0x00, 0x0a, 0x03, 0x00, 0xb0, 0xe9,
0x09, 0x09, 0xf9, 0xe6, 0x00, 0x11, 0x0f, 0x00, 0x01, 0xb0, 0x03, 0x09,
0x01, 0xb3, 0x01, 0xa2, 0x1b, 0x00, 0x00, 0x08, 0xa9, 0x07, 0x05, 0x07,
0xbd, 0x71, 0x00, 0x4d, 0x10, 0x00, 0x01, 0xd6, 0x03, 0x07, 0x00, 0x03,
0x05, 0x95, 0x6b, 0x00, 0x06, 0x00, 0x01, 0x84, 0x03, 0x07, 0x01, 0x98,
0x10, 0x00, 0x01, 0x9a, 0x01, 0x92, 0x03, 0x07, 0x01, 0x75, 0x04, 0x00,
0x00, 0x08, 0xa9, 0x05, 0x07, 0x07, 0x98, 0x7c, 0x00, 0x03, 0x0d, 0x00,
0x00, 0x04, 0x03, 0x00, 0x71, 0xa4, 0x04, 0x07, 0x01, 0xb6, 0x05, 0x00,
0x00, 0x06, 0x85, 0x07, 0x05, 0x07, 0x98, 0x71, 0x0a, 0x00, 0x00, 0x0b,
0x03, 0x00, 0x03, 0x87, 0x07, 0x79, 0x07, 0x9b, 0x7c, 0x00, 0x03, 0x00,
0x0b, 0x00, 0x00, 0x05, 0x87, 0x07, 0x05, 0x07, 0x85, 0x00, 0x05, 0x00,
0x01, 0xc4, 0x03, 0x07, 0x00, 0x04, 0xbf, 0x26, 0x00, 0x03, 0x0f, 0x00,
0x01, 0x6b, 0x01, 0x98, 0x03, 0x05, 0x01, 0xf6, 0x05, 0x00, 0x01, 0x84,
0x04, 0x07, 0x01, 0xdb, 0x0d, 0x00, 0x00, 0x0a, 0x26, 0x00, 0x85, 0x07,
0x07, 0x05, 0xbd, 0x71, 0x00, 0x03, 0x07, 0x00, 0x01, 0x85, 0x03, 0x07,
0x01, 0x87, 0x09, 0x00, 0x01, 0xdb, 0x03, 0x07, 0x00, 0x04, 0x98, 0x75,
0x00, 0x03, 0x0d, 0x00, 0x00, 0x08, 0x03, 0x00, 0x00, 0xc4, 0x05, 0x07,
0x07, 0xbf, 0x05, 0x00, 0x00, 0x08, 0xf6, 0x07, 0x05, 0x07, 0x98, 0xad,
0x00, 0x03, 0x10, 0x00, 0x01, 0x96, 0x03, 0x07, 0x00, 0x03, 0x05, 0x97,
0x75, 0x00, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9,
0x09, 0xfd, 0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09,
0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda,
0x01, 0xa3, 0x0a, 0x00, 0x01, 0xb3, 0x03, 0x09, 0x00, 0x04, 0xda, 0x71,
0x00, 0x03, 0x0a, 0x00, 0x00, 0x05, 0x03, 0x11, 0x00, 0xd2, 0xf9, 0x00,
0x03, 0x09, 0x00, 0x03, 0xe8, 0x00, 0x26, 0x00, 0x1a, 0x00, 0x01, 0x99,
0x01, 0x92, 0x03, 0x07, 0x00, 0x04, 0xf6, 0x00, 0x26, 0x03, 0x0c, 0x00,
0x00, 0x04, 0x26, 0x00, 0x7c, 0x97, 0x04, 0x07, 0x01, 0x95, 0x01, 0x6b,
0x06, 0x00, 0x00, 0x05, 0x84, 0x07, 0x07, 0x05, 0x98, 0x00, 0x10, 0x00,
0x00, 0x06, 0x9a, 0x92, 0x05, 0x07, 0x07, 0x75, 0x04, 0x00, 0x00, 0x09,
0xb2, 0x95, 0x07, 0x05, 0x05, 0xc2, 0x00, 0x00, 0x03, 0x00, 0x0b, 0x00,
0x00, 0x06, 0x03, 0x00, 0x00, 0xf6, 0x07, 0x07, 0x03, 0x05, 0x01, 0xb6,
0x05, 0x00, 0x01, 0x85, 0x04, 0x07, 0x01, 0x99, 0x0a, 0x00, 0x00, 0x04,
0x4d, 0x00, 0xb2, 0x97, 0x03, 0x07, 0x00, 0x04, 0x79, 0xc5, 0x00, 0x4d,
0x0a, 0x00, 0x01, 0x6b, 0x01, 0x97, 0x03, 0x07, 0x01, 0xd6, 0x05, 0x00,
0x01, 0x99, 0x01, 0x92, 0x03, 0x05, 0x00, 0x04, 0xdb, 0x00, 0x00, 0x03,
0x0b, 0x00, 0x00, 0x0b, 0x03, 0x00, 0x00, 0x9f, 0x05, 0x07, 0x05, 0x97,
0x75, 0x00, 0x03, 0x00, 0x03, 0x00, 0x01, 0x84, 0x03, 0x07, 0x00, 0x05,
0x05, 0xbd, 0x6b, 0x00, 0x03, 0x00, 0x09, 0x00, 0x00, 0x04, 0x4d, 0x00,
0x8e, 0xa4, 0x03, 0x07, 0x00, 0x03, 0xc2, 0x00, 0x03, 0x00, 0x08, 0x00,
0x00, 0x05, 0x85, 0x05, 0x07, 0x05, 0x87, 0x00, 0x09, 0x00, 0x01, 0x6b,
0x01, 0x98, 0x03, 0x07, 0x00, 0x04, 0xa9, 0x00, 0x00, 0x03, 0x0e, 0x00,
0x00, 0x06, 0x96, 0x07, 0x05, 0x07, 0x07, 0x96, 0x05, 0x00, 0x01, 0x8e,
0x01, 0xb5, 0x03, 0x07, 0x00, 0x04, 0xa9, 0x00, 0x00, 0x03, 0x0c, 0x00,
0x00, 0x0a, 0x03, 0x00, 0x6b, 0xa4, 0x05, 0x07, 0x05, 0x05, 0x97, 0x75,
0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09,
0xb3, 0xa2, 0x00, 0x03, 0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0,
0x01, 0x4d, 0x0b, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3,
0x0a, 0x00, 0x01, 0xa1, 0x04, 0x09, 0x00, 0x05, 0xa0, 0x26, 0x00, 0x03,
0x03, 0x00, 0x07, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0xa2, 0xb3, 0x00,
0x03, 0x09, 0x00, 0x04, 0xb3, 0x71, 0x00, 0x03, 0x1b, 0x00, 0x01, 0xc4,
0x03, 0x07, 0x00, 0x05, 0x92, 0x96, 0x00, 0x00, 0x03, 0x00, 0x0a, 0x00,
0x00, 0x04, 0x4d, 0x00, 0x00, 0x87, 0x04, 0x07, 0x00, 0x03, 0x05, 0x95,
0x6b, 0x00, 0x06, 0x00, 0x00, 0x05, 0x84, 0x05, 0x07, 0x07, 0x98, 0x00,
0x10, 0x00, 0x00, 0x06, 0x9a, 0x95, 0x07, 0x05, 0x07, 0x75, 0x05, 0x00,
0x00, 0x09, 0xc4, 0x07, 0x05, 0x07, 0x07, 0xd6, 0x00, 0x00, 0x03, 0x00,
0x09, 0x00, 0x00, 0x0b, 0x03, 0x00, 0x00, 0x99, 0x95, 0x07, 0x05, 0x05,
0x07, 0x07, 0xb6, 0x00, 0x05, 0x00, 0x01, 0x85, 0x04, 0x07, 0x01, 0xa9,
0x0a, 0x00, 0x00, 0x0c, 0x26, 0x00, 0xf6, 0x05, 0x05, 0x07, 0x79, 0x07,
0xc4, 0x00, 0x00, 0x03, 0x09, 0x00, 0x00, 0x06, 0xdb, 0x05, 0x07, 0x07,
0xb5, 0xb1, 0x06, 0x00, 0x01, 0xc4, 0x03, 0x05, 0x00, 0x05, 0xb5, 0x99,
0x00, 0x00, 0x03, 0x00, 0x09, 0x00, 0x00, 0x0b, 0x03, 0x00, 0x00, 0x84,
0x79, 0x05, 0x05, 0x07, 0xd7, 0x00, 0x03, 0x00, 0x04, 0x00, 0x01, 0x84,
0x01, 0x79, 0x03, 0x07, 0x01, 0x05, 0x01, 0xc5, 0x0a, 0x00, 0x00, 0x0b,
0x03, 0x26, 0x00, 0xb6, 0x07, 0x07, 0x05, 0x95, 0x84, 0x00, 0x03, 0x00,
0x08, 0x00, 0x00, 0x05, 0x85, 0x05, 0x05, 0x07, 0x87, 0x00, 0x0a, 0x00,
0x01, 0xdb, 0x04, 0x07, 0x00, 0x04, 0xdb, 0x00, 0x00, 0x03, 0x0a, 0x00,
0x00, 0x04, 0x03, 0x00, 0x75, 0x98, 0x03, 0x07, 0x00, 0x04, 0x87, 0x4d,
0x00, 0x03, 0x04, 0x00, 0x01, 0x9f, 0x03, 0x07, 0x00, 0x05, 0x05, 0x94,
0x00, 0x00, 0x03, 0x00, 0x0a, 0x00, 0x00, 0x0b, 0x26, 0x00, 0x00, 0xa9,
0x07, 0x07, 0x05, 0x07, 0x07, 0x97, 0x75, 0x00, 0x25, 0x00, 0x00, 0x00,
0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03,
0x0a, 0x00, 0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x0b, 0x00,
0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x01, 0xa3, 0x0b, 0x00, 0x01, 0xa0,
0x04, 0x09, 0x01, 0xda, 0x01, 0xa2, 0x0b, 0x00, 0x01, 0xa1, 0x01, 0xe2,
0x03, 0x09, 0x00, 0x04, 0xe9, 0xa1, 0x00, 0x03, 0x1c, 0x00, 0x00, 0x07,
0x9a, 0x92, 0x05, 0x05, 0x07, 0xb5, 0x96, 0x00, 0x0d, 0x00, 0x00, 0x0a,
0x71, 0xa9, 0x07, 0x07, 0x05, 0x07, 0x07, 0x05, 0x95, 0x6b, 0x06, 0x00,
0x00, 0x05, 0x84, 0x07, 0x05, 0x07, 0x98, 0x00, 0x10, 0x00, 0x00, 0x06,
0x9a, 0x95, 0x07, 0x07, 0x05, 0x75, 0x05, 0x00, 0x01, 0x9a, 0x01, 0xb5,
0x03, 0x07, 0x01, 0x79, 0x01, 0x84, 0x0d, 0x00, 0x00, 0x09, 0x99, 0x97,
0x05, 0x07, 0x07, 0x05, 0x07, 0x07, 0xb6, 0x00, 0x05, 0x00, 0x00, 0x07,
0x85, 0x07, 0x05, 0x07, 0x07, 0x95, 0x99, 0x00, 0x0a, 0x00, 0x00, 0x04,
0x9a, 0x97, 0x05, 0x05, 0x03, 0x07, 0x01, 0x79, 0x01, 0x84, 0x08, 0x00,
0x00, 0x09, 0x03, 0x00, 0x7c, 0x98, 0x05, 0x79, 0x07, 0x87, 0x03, 0x00,
0x06, 0x00, 0x01, 0x75, 0x01, 0xb5, 0x03, 0x07, 0x01, 0x97, 0x01, 0xb1,
0x0d, 0x00, 0x01, 0x84, 0x01, 0x92, 0x03, 0x07, 0x00, 0x04, 0xa4, 0x6b,
0x00, 0x4d, 0x04, 0x00, 0x01, 0x84, 0x01, 0x79, 0x03, 0x07, 0x00, 0x03,
0x05, 0x98, 0x75, 0x00, 0x0b, 0x00, 0x00, 0x07, 0x99, 0xb5, 0x07, 0x07,
0x05, 0xa4, 0x4d, 0x00, 0x0a, 0x00, 0x01, 0x85, 0x03, 0x07, 0x01, 0x87,
0x0a, 0x00, 0x01, 0x26, 0x01, 0xbd, 0x03, 0x05, 0x01, 0x79, 0x01, 0xd6,
0x0d, 0x00, 0x00, 0x07, 0x75, 0xa4, 0x05, 0x07, 0x07, 0x92, 0xb1, 0x00,
0x07, 0x00, 0x00, 0x07, 0x8e, 0x9b, 0x07, 0x05, 0x05, 0x79, 0xc5, 0x00,
0x0e, 0x00, 0x01, 0xf5, 0x03, 0x07, 0x00, 0x05, 0x05, 0x05, 0x07, 0x97,
0x75, 0x00, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9,
0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x04, 0x00, 0x01, 0x03, 0x05, 0x00,
0x01, 0xa1, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d, 0x05, 0x00, 0x01, 0x03,
0x05, 0x00, 0x01, 0xd2, 0x03, 0x09, 0x01, 0xda, 0x01, 0x03, 0x04, 0x00,
0x01, 0x03, 0x06, 0x00, 0x01, 0x4d, 0x01, 0xda, 0x04, 0x09, 0x00, 0x03,
0xfe, 0xe8, 0x4d, 0x00, 0x07, 0x00, 0x00, 0x03, 0xd2, 0xe3, 0xe9, 0x00,
0x04, 0x09, 0x01, 0xe8, 0x20, 0x00, 0x00, 0x07, 0x94, 0x07, 0x07, 0x05,
0x07, 0x92, 0xb6, 0x00, 0x0b, 0x00, 0x00, 0x0b, 0xb2, 0xbd, 0x05, 0x07,
0x07, 0x05, 0x05, 0x07, 0x05, 0x95, 0x6b, 0x00, 0x06, 0x00, 0x00, 0x05,
0x84, 0x07, 0x05, 0x07, 0x98, 0x00, 0x10, 0x00, 0x00, 0x06, 0x9a, 0x92,
0x07, 0x07, 0x05, 0x75, 0x06, 0x00, 0x00, 0x08, 0xd6, 0x05, 0x07, 0x07,
0x05, 0x95, 0xf6, 0x4d, 0x0a, 0x00, 0x00, 0x04, 0xdb, 0xb5, 0x07, 0x07,
0x03, 0x05, 0x00, 0x03, 0x07, 0x07, 0xb6, 0x00, 0x05, 0x00, 0x00, 0x08,
0x85, 0x07, 0x05, 0x07, 0x07, 0x05, 0x98, 0xb2, 0x08, 0x00, 0x00, 0x04,
0x7c, 0xbd, 0x07, 0x07, 0x03, 0x05, 0x00, 0x04, 0x07, 0x07, 0x97, 0x99,
0x08, 0x00, 0x00, 0x09, 0x8e, 0xbd, 0x05, 0x07, 0x07, 0x79, 0x84, 0x00,
0x4d, 0x00, 0x06, 0x00, 0x01, 0x94, 0x04, 0x07, 0x01, 0x97, 0x01, 0x94,
0x0a, 0x00, 0x00, 0x0a, 0x71, 0xd7, 0x95, 0x05, 0x07, 0x07, 0x92, 0x99,
0x00, 0x26, 0x05, 0x00, 0x00, 0x09, 0x84, 0x79, 0x07, 0x07, 0x05, 0x07,
0x07, 0xa4, 0xb2, 0x00, 0x09, 0x00, 0x01, 0x96, 0x01, 0x97, 0x03, 0x07,
0x01, 0x05, 0x01, 0xd6, 0x0b, 0x00, 0x00, 0x05, 0xf5, 0x05, 0x05, 0x07,
0x87, 0x00, 0x07, 0x00, 0x01, 0x03, 0x03, 0x00, 0x00, 0x08, 0xb2, 0xb5,
0x07, 0x05, 0x07, 0x79, 0x9f, 0x6b, 0x0a, 0x00, 0x01, 0xc5, 0x01, 0x98,
0x04, 0x07, 0x01, 0xb6, 0x09, 0x00, 0x00, 0x08, 0x96, 0x95, 0x07, 0x05,
0x07, 0x79, 0x85, 0x8e, 0x0a, 0x00, 0x00, 0x0b, 0x75, 0x87, 0x07, 0x07,
0x05, 0x07, 0x07, 0x05, 0x05, 0x97, 0x75, 0x00, 0x25, 0x00, 0x00, 0x00,
0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03,
0x05, 0x00, 0x01, 0x26, 0x01, 0xe6, 0x03, 0xa1, 0x01, 0xd8, 0x03, 0x09,
0x01, 0xa0, 0x01, 0x4d, 0x06, 0x00, 0x00, 0x06, 0x4d, 0xa1, 0xe8, 0xe8,
0xb0, 0xe3, 0x03, 0x09, 0x00, 0x08, 0xe2, 0xe8, 0xb0, 0xe8, 0xe8, 0xd2,
0x00, 0x03, 0x06, 0x00, 0x01, 0xa2, 0x01, 0xb3, 0x05, 0x09, 0x00, 0x09,
0xe2, 0xa0, 0xe8, 0xa1, 0xa1, 0xb0, 0xd8, 0xda, 0xf9, 0x00, 0x05, 0x09,
0x01, 0xd8, 0x1f, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x00, 0x85, 0x05, 0x07,
0x05, 0x07, 0x07, 0xbd, 0xdb, 0x7c, 0x06, 0x00, 0x00, 0x03, 0xb2, 0xc2,
0xb5, 0x00, 0x03, 0x07, 0x00, 0x07, 0x95, 0xbd, 0x07, 0x07, 0x05, 0x95,
0x6b, 0x00, 0x06, 0x00, 0x00, 0x05, 0x84, 0x05, 0x07, 0x07, 0x98, 0x00,
0x10, 0x00, 0x00, 0x06, 0x9a, 0x92, 0x07, 0x05, 0x05, 0x75, 0x04, 0x00,
0x00, 0x05, 0x03, 0x00, 0x00, 0xd7, 0x05, 0x00, 0x04, 0x07, 0x00, 0x03,
0xbd, 0x94, 0x8e, 0x00, 0x05, 0x00, 0x00, 0x0d, 0x71, 0xd6, 0xbf, 0x05,
0x05, 0x07, 0x07, 0x9b, 0xbd, 0x07, 0x07, 0x05, 0xb6, 0x00, 0x05, 0x00,
0x01, 0x85, 0x05, 0x07, 0x00, 0x04, 0x05, 0xb5, 0xb6, 0x6b, 0x04, 0x00,
0x00, 0x0f, 0x71, 0xd6, 0x98, 0x05, 0x07, 0x07, 0x05, 0xa9, 0x92, 0x05,
0x07, 0x07, 0x92, 0xf6, 0x6b, 0x00, 0x04, 0x00, 0x00, 0x0b, 0x71, 0xd6,
0x9b, 0x05, 0x05, 0x07, 0x07, 0xa9, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00,
0x00, 0x04, 0x03, 0x00, 0x00, 0xf5, 0x05, 0x07, 0x00, 0x03, 0xbf, 0xd6,
0x6b, 0x00, 0x05, 0x00, 0x00, 0x03, 0x8e, 0xdb, 0xa4, 0x00, 0x04, 0x07,
0x01, 0x79, 0x01, 0xd6, 0x08, 0x00, 0x00, 0x03, 0x84, 0x79, 0x05, 0x00,
0x05, 0x07, 0x00, 0x03, 0xb5, 0x85, 0x75, 0x00, 0x05, 0x00, 0x00, 0x03,
0x9a, 0xc2, 0x92, 0x00, 0x03, 0x07, 0x01, 0x05, 0x01, 0x87, 0x06, 0x00,
0x01, 0x9a, 0x01, 0x94, 0x04, 0xd6, 0x01, 0xbf, 0x03, 0x07, 0x00, 0x03,
0xa4, 0xd6, 0xc5, 0x00, 0x04, 0xd6, 0x01, 0xb2, 0x05, 0x00, 0x00, 0x09,
0x84, 0x92, 0x07, 0x05, 0x07, 0x07, 0xa4, 0xb6, 0x7c, 0x00, 0x05, 0x00,
0x00, 0x05, 0x26, 0x84, 0x87, 0x79, 0x05, 0x00, 0x03, 0x07, 0x00, 0x04,
0xc2, 0x00, 0x00, 0x03, 0x05, 0x00, 0x00, 0x04, 0x03, 0x00, 0x00, 0x94,
0x05, 0x07, 0x00, 0x03, 0x9b, 0xf5, 0x9a, 0x00, 0x06, 0x00, 0x00, 0x03,
0xb2, 0x85, 0x97, 0x00, 0x03, 0x07, 0x00, 0x07, 0x05, 0x9b, 0x97, 0x07,
0x05, 0x97, 0x75, 0x00, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08,
0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x05, 0x00, 0x00, 0x03,
0xa3, 0xda, 0x09, 0x00, 0x03, 0xe9, 0x03, 0x09, 0x01, 0xa0, 0x01, 0x4d,
0x06, 0x00, 0x00, 0x03, 0xa2, 0xb3, 0x09, 0x00, 0x03, 0xe9, 0x00, 0x04,
0x09, 0xfd, 0x09, 0x09, 0x03, 0xe9, 0x00, 0x04, 0x09, 0xd8, 0x00, 0x26,
0x05, 0x00, 0x00, 0x04, 0x03, 0x00, 0xa3, 0xa0, 0x06, 0x09, 0x00, 0x04,
0xe9, 0xc9, 0xc9, 0xe9, 0x06, 0x09, 0x00, 0x05, 0xc9, 0xe8, 0x00, 0x00,
0x03, 0x00, 0x1e, 0x00, 0x00, 0x06, 0x03, 0x00, 0x00, 0x9f, 0x07, 0x05,
0x04, 0x07, 0x00, 0x08, 0xb5, 0xbd, 0xa9, 0x85, 0x85, 0xc4, 0xa4, 0xb5,
0x04, 0x07, 0x00, 0x08, 0x05, 0xd7, 0x99, 0x07, 0x07, 0x05, 0x95, 0x6b,
0x06, 0x00, 0x01, 0x84, 0x03, 0x07, 0x01, 0x98, 0x10, 0x00, 0x01, 0x9a,
0x01, 0x92, 0x03, 0x07, 0x01, 0x75, 0x05, 0x00, 0x00, 0x05, 0x26, 0x00,
0x00, 0xb6, 0x95, 0x00, 0x03, 0x07, 0x00, 0x0a, 0x05, 0x07, 0x97, 0xbf,
0xc2, 0xf5, 0xc2, 0x87, 0x98, 0x79, 0x03, 0x07, 0x00, 0x08, 0x05, 0x9b,
0xb1, 0xa9, 0x07, 0x07, 0x05, 0xb6, 0x05, 0x00, 0x01, 0x85, 0x05, 0x07,
0x00, 0x09, 0x05, 0x07, 0x05, 0x97, 0xbf, 0xc2, 0xc2, 0x87, 0x98, 0x00,
0x05, 0x07, 0x00, 0x03, 0xa9, 0x00, 0xb6, 0x00, 0x05, 0x07, 0x00, 0x0f,
0x97, 0xbf, 0xc2, 0xc2, 0x87, 0x98, 0x79, 0x07, 0x05, 0x07, 0x07, 0xbd,
0x8e, 0x00, 0x03, 0x00, 0x06, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0xf6,
0x79, 0x00, 0x03, 0x07, 0x00, 0x09, 0x05, 0x79, 0x97, 0xbf, 0xc2, 0xc2,
0xa9, 0xbd, 0x97, 0x00, 0x05, 0x07, 0x01, 0x95, 0x01, 0xd6, 0x09, 0x00,
0x00, 0x06, 0x84, 0x79, 0x07, 0x07, 0x98, 0xb5, 0x04, 0x07, 0x00, 0x0e,
0xb5, 0xa4, 0xa9, 0xc2, 0xc4, 0xa4, 0xb5, 0x07, 0x05, 0x79, 0x07, 0x05,
0xbd, 0x8e, 0x06, 0x00, 0x00, 0x03, 0xf6, 0x07, 0x79, 0x00, 0x03, 0x95,
0x01, 0x79, 0x04, 0x07, 0x04, 0x95, 0x00, 0x03, 0x79, 0x79, 0xf5, 0x00,
0x03, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0x96, 0x97, 0x00, 0x03, 0x07,
0x00, 0x13, 0x05, 0x05, 0xb5, 0xbd, 0xa9, 0x85, 0xc2, 0x87, 0x98, 0x95,
0x07, 0x07, 0x05, 0x05, 0x07, 0x85, 0x00, 0x00, 0x26, 0x00, 0x07, 0x00,
0x00, 0x05, 0x26, 0x00, 0x00, 0xd6, 0x92, 0x00, 0x05, 0x07, 0x00, 0x08,
0xb5, 0xa4, 0xc4, 0xc2, 0xc2, 0xc4, 0xa4, 0x92, 0x03, 0x05, 0x00, 0x09,
0x07, 0x07, 0xa9, 0x96, 0x98, 0x07, 0x07, 0x97, 0x75, 0x00, 0x25, 0x00,
0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0xfd, 0xb3, 0xa2,
0x00, 0x03, 0x05, 0x00, 0x01, 0xa3, 0x01, 0xe2, 0x05, 0x09, 0x00, 0x04,
0xe9, 0x09, 0xa0, 0x4d, 0x06, 0x00, 0x01, 0xa2, 0x01, 0xe2, 0x04, 0x09,
0x01, 0xfd, 0x07, 0x09, 0x00, 0x03, 0xd8, 0x00, 0x26, 0x00, 0x09, 0x00,
0x01, 0xb0, 0x01, 0xe2, 0x0c, 0x09, 0x00, 0x06, 0xc9, 0xa0, 0xd2, 0x00,
0x00, 0x03, 0x20, 0x00, 0x00, 0x0b, 0x03, 0x00, 0x00, 0xc5, 0x98, 0x07,
0x07, 0x05, 0x05, 0x07, 0x07, 0x00, 0x03, 0x05, 0x06, 0x07, 0x00, 0x09,
0x95, 0xd7, 0x00, 0xb2, 0x07, 0x07, 0x05, 0x92, 0x6b, 0x00, 0x06, 0x00,
0x00, 0x05, 0x84, 0x07, 0x07, 0x05, 0x9b, 0x00, 0x10, 0x00, 0x00, 0x06,
0x9a, 0x92, 0x05, 0x05, 0x79, 0x75, 0x06, 0x00, 0x00, 0x05, 0x03, 0x00,
0x00, 0x96, 0xa4, 0x00, 0x03, 0x07, 0x01, 0x05, 0x03, 0x07, 0x00, 0x05,
0x05, 0x07, 0x07, 0x05, 0x05, 0x00, 0x03, 0x07, 0x00, 0x08, 0xbf, 0x8e,
0x00, 0xc4, 0x05, 0x07, 0x07, 0xb6, 0x05, 0x00, 0x01, 0x9f, 0x03, 0x07,
0x01, 0xc4, 0x01, 0xbd, 0x03, 0x07, 0x01, 0x05, 0x01, 0x05, 0x05, 0x07,
0x00, 0x0b, 0x05, 0x05, 0x07, 0xa9, 0x71, 0x00, 0x00, 0xf6, 0x79, 0x07,
0x05, 0x00, 0x03, 0x07, 0x00, 0x04, 0x05, 0x07, 0x07, 0x05, 0x04, 0x07,
0x01, 0xbf, 0x01, 0x8e, 0x0a, 0x00, 0x00, 0x06, 0x03, 0x00, 0x00, 0x96,
0x9b, 0x05, 0x08, 0x07, 0x01, 0x05, 0x04, 0x07, 0x00, 0x06, 0x05, 0xa4,
0x99, 0x00, 0x00, 0x03, 0x07, 0x00, 0x00, 0x09, 0x84, 0x79, 0x07, 0x07,
0xbf, 0x96, 0xa4, 0x07, 0x05, 0x00, 0x03, 0x07, 0x00, 0x04, 0x05, 0x07,
0x07, 0x05, 0x03, 0x07, 0x00, 0x07, 0x05, 0x07, 0xc4, 0x6b, 0x00, 0x00,
0x03, 0x00, 0x04, 0x00, 0x01, 0xf5, 0x03, 0x07, 0x01, 0x05, 0x05, 0x07,
0x00, 0x04, 0x05, 0x07, 0x07, 0x05, 0x03, 0x07, 0x01, 0x9f, 0x04, 0x00,
0x00, 0x05, 0x03, 0x00, 0x00, 0x75, 0x87, 0x00, 0x06, 0x07, 0x00, 0x0e,
0x05, 0x07, 0x05, 0x05, 0x07, 0x07, 0x05, 0x05, 0x07, 0x97, 0x94, 0x00,
0x00, 0x03, 0x09, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0xb1, 0xbd, 0x00,
0x0a, 0x07, 0x01, 0x05, 0x04, 0x07, 0x00, 0x09, 0x79, 0x9f, 0x00, 0x9a,
0xb5, 0x07, 0x07, 0x97, 0x75, 0x00, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00,
0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x05, 0x00,
0x01, 0xa3, 0x01, 0xfe, 0x07, 0x09, 0x01, 0xda, 0x01, 0x4d, 0x06, 0x00,
0x01, 0xa2, 0x01, 0xf9, 0x0c, 0x09, 0x00, 0x03, 0xd8, 0x00, 0x26, 0x00,
0x0a, 0x00, 0x00, 0x04, 0x4d, 0xd8, 0xb3, 0xf9, 0x06, 0x09, 0x00, 0x04,
0xc9, 0xe2, 0xa0, 0xe6, 0x29, 0x00, 0x00, 0x03, 0x7c, 0x85, 0x97, 0x00,
0x07, 0x07, 0x01, 0x05, 0x03, 0x07, 0x00, 0x07, 0x95, 0xbf, 0x99, 0x00,
0x00, 0x96, 0x05, 0x00, 0x03, 0x07, 0x01, 0x6b, 0x06, 0x00, 0x00, 0x05,
0xd6, 0x05, 0x05, 0x07, 0x92, 0x00, 0x10, 0x00, 0x01, 0xb2, 0x01, 0x05,
0x03, 0x07, 0x01, 0x75, 0x07, 0x00, 0x00, 0x06, 0x03, 0x00, 0x00, 0x6b,
0x9f, 0x98, 0x05, 0x07, 0x00, 0x10, 0x05, 0x07, 0x05, 0x05, 0x07, 0x07,
0x98, 0xd7, 0x71, 0x00, 0x71, 0xbf, 0x05, 0x07, 0x07, 0xd7, 0x05, 0x00,
0x00, 0x08, 0xa9, 0x07, 0x07, 0x05, 0xa9, 0x6b, 0xc2, 0x95, 0x04, 0x07,
0x01, 0x05, 0x03, 0x07, 0x00, 0x0f, 0x05, 0x9b, 0x94, 0x00, 0x00, 0x03,
0x00, 0x00, 0x96, 0xbd, 0x05, 0x07, 0x07, 0x05, 0x05, 0x00, 0x04, 0x07,
0x00, 0x04, 0x05, 0x97, 0xd7, 0x71, 0x0c, 0x00, 0x00, 0x06, 0x03, 0x00,
0x00, 0x6b, 0x85, 0x97, 0x03, 0x07, 0x07, 0x05, 0x00, 0x07, 0x07, 0x9b,
0xf6, 0x71, 0x00, 0x00, 0x03, 0x00, 0x08, 0x00, 0x01, 0xc5, 0x03, 0x07,
0x00, 0x05, 0x98, 0x71, 0x6b, 0xc4, 0x79, 0x00, 0x03, 0x07, 0x03, 0x05,
0x00, 0x06, 0x07, 0x07, 0x05, 0x07, 0x98, 0xb6, 0x03, 0x00, 0x01, 0x03,
0x05, 0x00, 0x00, 0x03, 0x85, 0x07, 0x05, 0x00, 0x07, 0x07, 0x01, 0x05,
0x05, 0x07, 0x01, 0x05, 0x01, 0xc2, 0x05, 0x00, 0x01, 0x03, 0x03, 0x00,
0x01, 0xdb, 0x01, 0xa4, 0x05, 0x07, 0x00, 0x09, 0x05, 0x07, 0x05, 0x07,
0x05, 0x07, 0x97, 0xa9, 0x75, 0x00, 0x0e, 0x00, 0x00, 0x0b, 0x03, 0x00,
0x00, 0x71, 0xd7, 0x9b, 0x05, 0x07, 0x07, 0x05, 0x05, 0x00, 0x06, 0x07,
0x00, 0x0b, 0x95, 0xbf, 0x96, 0x00, 0x00, 0x99, 0xb5, 0x07, 0x05, 0x97,
0x75, 0x00, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9,
0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x05, 0x00, 0x01, 0x71, 0x01, 0xe8,
0x07, 0xe3, 0x01, 0xb0, 0x01, 0x26, 0x06, 0x00, 0x01, 0xa3, 0x01, 0xe8,
0x03, 0xe3, 0x01, 0xda, 0x03, 0x09, 0x01, 0xfe, 0x03, 0xe3, 0x00, 0x04,
0xa0, 0xe6, 0x00, 0x11, 0x0d, 0x00, 0x00, 0x03, 0xe6, 0xe8, 0xd8, 0x00,
0x03, 0xe3, 0x00, 0x03, 0xe8, 0xa1, 0xa2, 0x00, 0x2d, 0x00, 0x00, 0x05,
0x9a, 0xf6, 0x87, 0x9b, 0x92, 0x00, 0x04, 0x07, 0x00, 0x04, 0xb5, 0xa4,
0xc2, 0x96, 0x04, 0x00, 0x00, 0x06, 0x75, 0x85, 0x9f, 0x85, 0xd7, 0x71,
0x06, 0x00, 0x00, 0x05, 0x9a, 0x9f, 0x9f, 0xc2, 0xb6, 0x00, 0x10, 0x00,
0x00, 0x06, 0x8e, 0xd7, 0x85, 0x85, 0x9f, 0x6b, 0x0c, 0x00, 0x00, 0x0d,
0xad, 0xb6, 0xc4, 0x9b, 0x95, 0x07, 0x07, 0x05, 0x95, 0x98, 0x87, 0xb6,
0x7c, 0x00, 0x03, 0x00, 0x00, 0x06, 0x71, 0xc5, 0x85, 0x85, 0x9f, 0x99,
0x05, 0x00, 0x01, 0x96, 0x03, 0x85, 0x00, 0x0e, 0x84, 0x00, 0x00, 0x96,
0xa9, 0xa4, 0x92, 0x07, 0x05, 0x95, 0x98, 0x87, 0xdb, 0x7c, 0x07, 0x00,
0x00, 0x0c, 0x71, 0xd6, 0xc4, 0x9b, 0x92, 0x05, 0x07, 0x95, 0x98, 0x87,
0xf6, 0x75, 0x13, 0x00, 0x00, 0x0d, 0x75, 0xb6, 0xc4, 0x9b, 0x92, 0x05,
0x07, 0x07, 0x92, 0x9b, 0xc4, 0xdb, 0x8e, 0x00, 0x0d, 0x00, 0x00, 0x14,
0x9a, 0x9f, 0x85, 0x85, 0x94, 0x6b, 0x00, 0x00, 0x96, 0xc2, 0xa4, 0xb5,
0x07, 0x07, 0x05, 0x92, 0x98, 0xbf, 0xb6, 0x7c, 0x0a, 0x00, 0x00, 0x0d,
0x99, 0x85, 0x9f, 0x9f, 0xf5, 0xf5, 0xa4, 0x05, 0x07, 0x05, 0x98, 0xf5,
0xf5, 0x00, 0x03, 0x9f, 0x01, 0x85, 0x01, 0x96, 0x0a, 0x00, 0x00, 0x05,
0x6b, 0x94, 0xa9, 0xa4, 0xb5, 0x00, 0x03, 0x07, 0x00, 0x05, 0x95, 0x98,
0x87, 0xd7, 0xb2, 0x00, 0x15, 0x00, 0x00, 0x0d, 0x8e, 0x94, 0xa9, 0xa4,
0xb5, 0x79, 0x07, 0x07, 0x79, 0x97, 0xbd, 0xc2, 0x84, 0x00, 0x04, 0x00,
0x00, 0x06, 0x99, 0xb5, 0x07, 0x05, 0x97, 0x75, 0x25, 0x00, 0x00, 0x00,
0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03,
0x04, 0x00, 0x01, 0x03, 0x0b, 0x00, 0x01, 0x03, 0x04, 0x00, 0x01, 0x03,
0x05, 0x00, 0x01, 0xe6, 0x03, 0x09, 0x01, 0xda, 0x05, 0x00, 0x01, 0x11,
0x0c, 0x00, 0x01, 0x03, 0x0b, 0x00, 0x01, 0x03, 0x29, 0x00, 0x01, 0x03,
0x04, 0x00, 0x01, 0x75, 0x01, 0x99, 0x03, 0x84, 0x00, 0x03, 0x96, 0xb1,
0x8e, 0x00, 0x03, 0x00, 0x00, 0x03, 0x03, 0x00, 0x26, 0x00, 0x06, 0x00,
0x01, 0x26, 0x04, 0x00, 0x01, 0x26, 0x06, 0x00, 0x01, 0x03, 0x0d, 0x00,
0x01, 0x26, 0x06, 0x00, 0x01, 0x26, 0x09, 0x00, 0x01, 0x03, 0x04, 0x00,
0x01, 0x75, 0x01, 0x96, 0x03, 0x84, 0x00, 0x03, 0x96, 0x9a, 0x26, 0x00,
0x0b, 0x00, 0x00, 0x05, 0x03, 0x00, 0x00, 0x03, 0x03, 0x00, 0x05, 0x00,
0x01, 0x03, 0x03, 0x00, 0x00, 0x0a, 0x7c, 0x99, 0x84, 0x84, 0x96, 0x9a,
0x4d, 0x00, 0x00, 0x03, 0x05, 0x00, 0x01, 0x03, 0x03, 0x00, 0x00, 0x07,
0x75, 0x99, 0x84, 0x84, 0x96, 0x9a, 0x71, 0x00, 0x13, 0x00, 0x01, 0x03,
0x04, 0x00, 0x01, 0x75, 0x01, 0x99, 0x03, 0x84, 0x01, 0x99, 0x01, 0x75,
0x03, 0x00, 0x01, 0x03, 0x0b, 0x00, 0x01, 0x03, 0x06, 0x00, 0x01, 0x26,
0x03, 0x00, 0x01, 0x7c, 0x01, 0x99, 0x03, 0x84, 0x00, 0x06, 0x99, 0x9a,
0x71, 0x00, 0x00, 0x03, 0x07, 0x00, 0x01, 0x03, 0x01, 0x03, 0x06, 0x00,
0x01, 0xd7, 0x03, 0x07, 0x01, 0xc4, 0x07, 0x00, 0x01, 0x26, 0x08, 0x00,
0x01, 0x03, 0x03, 0x00, 0x01, 0x7c, 0x01, 0x99, 0x03, 0x84, 0x00, 0x03,
0x96, 0xb2, 0x71, 0x00, 0x03, 0x00, 0x01, 0x03, 0x16, 0x00, 0x00, 0x08,
0x7c, 0xb1, 0x96, 0x84, 0x84, 0x96, 0xb1, 0x8e, 0x03, 0x00, 0x00, 0x09,
0x03, 0x4d, 0x00, 0x99, 0xb5, 0x07, 0x05, 0x97, 0x75, 0x00, 0x25, 0x00,
0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2,
0x00, 0x03, 0x06, 0x00, 0x01, 0x11, 0x07, 0x26, 0x01, 0x11, 0x08, 0x00,
0x00, 0x05, 0x11, 0x26, 0x11, 0x00, 0xe6, 0x00, 0x03, 0x09, 0x00, 0x06,
0xb3, 0xa2, 0x00, 0x26, 0x26, 0x03, 0x0e, 0x00, 0x00, 0x03, 0x03, 0x03,
0x11, 0x00, 0x05, 0x26, 0x01, 0x11, 0x01, 0x03, 0x2d, 0x00, 0x01, 0x26,
0x01, 0x4d, 0x09, 0x00, 0x00, 0x03, 0x26, 0x4d, 0x03, 0x00, 0x03, 0x00,
0x00, 0x05, 0x03, 0x71, 0x4d, 0x71, 0x4d, 0x00, 0x07, 0x00, 0x00, 0x05,
0x03, 0x71, 0x4d, 0x71, 0x4d, 0x00, 0x10, 0x00, 0x00, 0x06, 0x03, 0x4d,
0x71, 0x71, 0x4d, 0x03, 0x0c, 0x00, 0x01, 0x26, 0x01, 0x4d, 0x09, 0x00,
0x01, 0x4d, 0x01, 0x26, 0x04, 0x00, 0x01, 0x4d, 0x03, 0x71, 0x01, 0x26,
0x05, 0x00, 0x01, 0x26, 0x03, 0x71, 0x00, 0x04, 0x4d, 0x00, 0x00, 0x4d,
0x08, 0x00, 0x01, 0x4d, 0x01, 0x26, 0x07, 0x00, 0x01, 0x03, 0x01, 0x4d,
0x08, 0x00, 0x01, 0x4d, 0x01, 0x26, 0x13, 0x00, 0x01, 0x26, 0x01, 0x4d,
0x09, 0x00, 0x01, 0x4d, 0x01, 0x26, 0x0d, 0x00, 0x00, 0x05, 0x03, 0x4d,
0x71, 0x71, 0x4d, 0x00, 0x03, 0x00, 0x01, 0x4d, 0x01, 0x03, 0x08, 0x00,
0x01, 0x4d, 0x01, 0x26, 0x0a, 0x00, 0x00, 0x07, 0x26, 0x71, 0x4d, 0x4d,
0x00, 0x00, 0x85, 0x00, 0x03, 0x07, 0x00, 0x08, 0x87, 0x00, 0x00, 0x4d,
0x4d, 0x71, 0x71, 0x26, 0x0a, 0x00, 0x01, 0x03, 0x01, 0x4d, 0x09, 0x00,
0x01, 0x4d, 0x01, 0x26, 0x15, 0x00, 0x01, 0x03, 0x01, 0x4d, 0x09, 0x00,
0x00, 0x0c, 0x26, 0x4d, 0x03, 0x00, 0x4d, 0x00, 0x99, 0xb5, 0x07, 0x07,
0x97, 0x75, 0x25, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x08, 0xa1, 0xc9,
0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03, 0x09, 0x00, 0x01, 0x03, 0x04, 0x26,
0x0d, 0x00, 0x01, 0xa2, 0x03, 0x09, 0x00, 0x04, 0xf9, 0xa2, 0x00, 0x03,
0xff, 0x00, 0x1d, 0x00, 0x01, 0x85, 0x03, 0x07, 0x01, 0x87, 0x42, 0x00,
0x00, 0x08, 0x4d, 0x00, 0x99, 0xb5, 0x07, 0x07, 0x97, 0x75, 0x25, 0x00,
0x00, 0x00, 0x21, 0x00, 0x03, 0x03, 0x00, 0x09, 0x00, 0xa1, 0xc9, 0x09,
0x09, 0xb3, 0xa2, 0x00, 0x03, 0x00, 0x08, 0x00, 0x01, 0x03, 0x06, 0x00,
0x01, 0x03, 0x0b, 0x00, 0x01, 0xa3, 0x01, 0xf9, 0x03, 0x09, 0x00, 0x04,
0xb0, 0x00, 0x00, 0x03, 0xff, 0x00, 0x1c, 0x00, 0x00, 0x05, 0x85, 0x05,
0x07, 0x05, 0x87, 0x00, 0x42, 0x00, 0x00, 0x08, 0x4d, 0x00, 0x99, 0xb5,
0x07, 0x05, 0x97, 0x75, 0x25, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x01, 0x03,
0x05, 0x00, 0x00, 0x08, 0xe6, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x00, 0x03,
0x09, 0x00, 0x00, 0x06, 0xa2, 0xe8, 0xd8, 0xd8, 0xb0, 0x4d, 0x0d, 0x00,
0x01, 0xa0, 0x03, 0x09, 0x01, 0xe2, 0x01, 0xa2, 0xff, 0x00, 0x1e, 0x00,
0x00, 0x05, 0x85, 0x07, 0x07, 0x05, 0x87, 0x00, 0x42, 0x00, 0x00, 0x08,
0x4d, 0x00, 0x99, 0xb5, 0x07, 0x07, 0x97, 0x75, 0x25, 0x00, 0x00, 0x00,
0x21, 0x00, 0x00, 0x0c, 0xa1, 0xe8, 0xb0, 0xb0, 0xe3, 0xe9, 0x09, 0x09,
0xb3, 0xa2, 0x00, 0x03, 0x09, 0x00, 0x01, 0xb0, 0x03, 0x09, 0x01, 0xfe,
0x01, 0xa2, 0x0d, 0x00, 0x01, 0xb0, 0x04, 0x09, 0x01, 0xe2, 0x01, 0xb0,
0x03, 0x00, 0x01, 0x03, 0xff, 0x00, 0x19, 0x00, 0x00, 0x05, 0x85, 0x07,
0x07, 0x05, 0x87, 0x00, 0x42, 0x00, 0x00, 0x08, 0x4d, 0x00, 0x99, 0xb5,
0x07, 0x05, 0x97, 0x75, 0x25, 0x00, 0x00, 0x00, 0x21, 0x00, 0x01, 0xda,
0x01, 0x09, 0x03, 0xe9, 0x03, 0x09, 0x00, 0x04, 0xb3, 0xa2, 0x00, 0x03,
0x09, 0x00, 0x00, 0x06, 0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x0b, 0x00,
0x00, 0x04, 0x03, 0x00, 0x00, 0xa0, 0x04, 0x09, 0x00, 0x04, 0xe9, 0xb3,
0xda, 0xa1, 0xff, 0x00, 0x1a, 0x00, 0x00, 0x05, 0x85, 0x05, 0x07, 0x05,
0x87, 0x00, 0x42, 0x00, 0x00, 0x08, 0x4d, 0x00, 0x99, 0xb5, 0x05, 0x07,
0x97, 0x75, 0x25, 0x00, 0x00, 0x00, 0x21, 0x00, 0x01, 0xb3, 0x06, 0x09,
0x00, 0x05, 0xfd, 0xe2, 0xa2, 0x00, 0x03, 0x00, 0x09, 0x00, 0x00, 0x06,
0xa1, 0xc9, 0xfd, 0x09, 0xb3, 0xa2, 0x0c, 0x00, 0x00, 0x04, 0x03, 0x00,
0xa3, 0xda, 0x06, 0x09, 0x01, 0xe3, 0xff, 0x00, 0x1a, 0x00, 0x01, 0x85,
0x03, 0x07, 0x01, 0x87, 0x42, 0x00, 0x00, 0x08, 0x4d, 0x00, 0x99, 0xb5,
0x07, 0x07, 0x97, 0x9a, 0x25, 0x00, 0x00, 0x00, 0x21, 0x00, 0x01, 0xb3,
0x07, 0x09, 0x00, 0x04, 0xe2, 0xa2, 0x00, 0x03, 0x09, 0x00, 0x00, 0x06,
0xa1, 0xc9, 0x09, 0x09, 0xb3, 0xa2, 0x0d, 0x00, 0x00, 0x05, 0x03, 0x00,
0x00, 0xd8, 0xf9, 0x00, 0x04, 0x09, 0x01, 0xe3, 0xff, 0x00, 0x1a, 0x00,
0x00, 0x05, 0xc2, 0x07, 0x05, 0x05, 0xbf, 0x00, 0x42, 0x00, 0x00, 0x08,
0x4d, 0x00, 0x99, 0x92, 0x07, 0x07, 0x92, 0x9a, 0x25, 0x00, 0x00, 0x00,
0x21, 0x00, 0x01, 0xd8, 0x07, 0xa0, 0x00, 0x04, 0xd8, 0xa3, 0x00, 0x03,
0x09, 0x00, 0x01, 0xb0, 0x03, 0x09, 0x01, 0xfe, 0x01, 0xa2, 0x11, 0x00,
0x00, 0x06, 0xd2, 0xe3, 0xda, 0xe2, 0xf9, 0xe8, 0xff, 0x00, 0x1a, 0x00,
0x00, 0x05, 0x84, 0xc4, 0xa9, 0xa9, 0x94, 0x00, 0x42, 0x00, 0x00, 0x08,
0x26, 0x00, 0x75, 0x9f, 0xa9, 0xc4, 0x9f, 0x8e, 0x25, 0x00, 0x00, 0x00,
0x1f, 0x00, 0x01, 0x03, 0x0b, 0x00, 0x01, 0x03, 0x0a, 0x00, 0x00, 0x06,
0xd2, 0xe3, 0xe3, 0xa0, 0xe8, 0x71, 0x14, 0x00, 0x00, 0x03, 0xa3, 0xe6,
0xa2, 0x00, 0xff, 0x00, 0x20, 0x00, 0x01, 0x03, 0x41, 0x00, 0x01, 0x03,
0x06, 0x00, 0x01, 0x03, 0x24, 0x00, 0x00, 0x00, 0x35, 0x00, 0x01, 0x03,
0x06, 0x00, 0x01, 0x03, 0xff, 0x00, 0xa4, 0x00, 0x00, 0x00, 0x36, 0x00,
0x01, 0x03, 0x03, 0x26, 0x01, 0x11, 0x15, 0x00, 0x03, 0x03, 0xff, 0x00,
0x8e, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0x2d, 0x00, 0x01, 0x0d, 0xb3, 0x00,
0x00, 0x00, 0xc9, 0x00, 0x00, 0x04, 0x03, 0x00, 0x75, 0x69, 0x34, 0x7e,
0x01, 0xad, 0x03, 0x00, 0x01, 0x0d, 0x28, 0x00, 0x01, 0x8e, 0x15, 0x7e,
0x00, 0x05, 0xb1, 0x9a, 0x7c, 0xa3, 0x4d, 0x00, 0x97, 0x00, 0x00, 0x00,
0xc9, 0x00, 0x00, 0x07, 0x03, 0x00, 0xf1, 0xac, 0x45, 0x0a, 0xc3, 0x00,
0x30, 0x0a, 0x00, 0x07, 0x17, 0xc3, 0xf4, 0x7e, 0x00, 0x00, 0x03, 0x00,
0x26, 0x00, 0x00, 0x03, 0x99, 0x30, 0x86, 0x00, 0x14, 0x0a, 0x00, 0x0b,
0xc3, 0xc3, 0x76, 0x76, 0xbb, 0xd4, 0xea, 0x96, 0x9a, 0x8e, 0x71, 0x00,
0x03, 0x00, 0x01, 0x26, 0x01, 0x26, 0x8c, 0x00, 0x00, 0x00, 0xc9, 0x00,
0x00, 0x07, 0x03, 0x00, 0x8e, 0xea, 0x82, 0xac, 0xac, 0x00, 0x31, 0x3a,
0x00, 0x05, 0x45, 0xac, 0x86, 0xcf, 0x11, 0x00, 0x26, 0x00, 0x00, 0x04,
0x71, 0xbb, 0xae, 0x5b, 0x15, 0x3a, 0x00, 0x0d, 0x1c, 0x1c, 0x35, 0x1c,
0x1c, 0x3a, 0x3a, 0x17, 0x82, 0xf7, 0x69, 0x9a, 0x6b, 0x00, 0x03, 0x00,
0x01, 0x03, 0x8a, 0x00, 0x00, 0x00, 0xcd, 0x00, 0x00, 0x05, 0x6b, 0xf1,
0x3e, 0xac, 0x86, 0x00, 0x30, 0x0a, 0x00, 0x04, 0x17, 0x3a, 0xac, 0xcf,
0x26, 0x00, 0x00, 0x03, 0x7c, 0xc3, 0xac, 0x00, 0x1a, 0x0a, 0x00, 0x0b,
0x17, 0x86, 0x86, 0x3a, 0x3a, 0x35, 0xac, 0x76, 0xd4, 0xf1, 0xb2, 0x00,
0x8c, 0x00, 0x00, 0x00, 0xcf, 0x00, 0x00, 0x05, 0x75, 0xf7, 0x17, 0x35,
0x17, 0x00, 0x03, 0x0a, 0x01, 0x7f, 0x0b, 0x6f, 0x1d, 0x45, 0x00, 0x07,
0x7f, 0x17, 0x0a, 0x0a, 0x1c, 0x0a, 0xb2, 0x00, 0x25, 0x00, 0x00, 0x05,
0x71, 0xa6, 0xac, 0x0a, 0x0a, 0x00, 0x16, 0x86, 0x01, 0x17, 0x01, 0x17,
0x06, 0x0a, 0x00, 0x08, 0x17, 0x86, 0xac, 0xac, 0x30, 0xf7, 0x7e, 0x71,
0x89, 0x00, 0x00, 0x00, 0xcd, 0x00, 0x01, 0x03, 0x03, 0x00, 0x00, 0x0a,
0x7e, 0x82, 0xac, 0x3a, 0x0a, 0x0a, 0x17, 0x6f, 0x66, 0x70, 0x04, 0x66,
0x0a, 0x15, 0x01, 0x19, 0x03, 0x15, 0x0d, 0x19, 0x07, 0x0e, 0x00, 0x06,
0x45, 0x17, 0x0a, 0x17, 0xac, 0xf7, 0x26, 0x00, 0x00, 0x05, 0xcf, 0x35,
0x86, 0x0a, 0x86, 0x00, 0x06, 0x35, 0x01, 0x45, 0x01, 0x45, 0x06, 0x35,
0x00, 0x05, 0x45, 0x35, 0x45, 0x35, 0x35, 0x00, 0x05, 0x45, 0x00, 0x04,
0x3a, 0x86, 0x17, 0x17, 0x03, 0x0a, 0x00, 0x08, 0xc3, 0x0a, 0x3a, 0xac,
0xc3, 0xb8, 0x69, 0x6b, 0x87, 0x00, 0x00, 0x00, 0xcf, 0x00, 0x00, 0x07,
0x4d, 0x00, 0x00, 0x8e, 0xf7, 0x35, 0x35, 0x00, 0x03, 0x0a, 0x01, 0x7f,
0x03, 0x15, 0x01, 0x19, 0x01, 0x15, 0x0d, 0x19, 0x11, 0x0e, 0x01, 0x4f,
0x03, 0x6f, 0x00, 0x07, 0x0e, 0x7f, 0x0a, 0x0a, 0x35, 0x3e, 0xad, 0x00,
0x25, 0x00, 0x00, 0x09, 0x9a, 0xc3, 0x3a, 0x0a, 0x0a, 0x3a, 0x45, 0x45,
0x1c, 0x00, 0x18, 0x45, 0x00, 0x0d, 0x3a, 0x86, 0x17, 0x0a, 0x0a, 0xc3,
0xc3, 0x86, 0x35, 0x86, 0xbb, 0x69, 0x71, 0x00, 0x85, 0x00, 0x00, 0x00,
0xd4, 0x00, 0x00, 0x03, 0xf1, 0xc3, 0x1c, 0x00, 0x03, 0x0a, 0x00, 0x04,
0x7f, 0x19, 0x15, 0x15, 0x0d, 0x19, 0x00, 0x04, 0x0e, 0x0e, 0x19, 0x19,
0x0b, 0x0e, 0x07, 0x6f, 0x00, 0x07, 0x4f, 0x45, 0x17, 0x0a, 0x86, 0x3a,
0xcf, 0x00, 0x25, 0x00, 0x00, 0x06, 0x03, 0xf7, 0x35, 0x17, 0x0a, 0x86,
0x04, 0x1c, 0x01, 0x45, 0x08, 0x1c, 0x01, 0x45, 0x01, 0x1c, 0x04, 0x45,
0x04, 0x1c, 0x00, 0x04, 0x45, 0x45, 0x35, 0x35, 0x03, 0x45, 0x00, 0x03,
0x3a, 0x86, 0x17, 0x00, 0x03, 0x0a, 0x00, 0x09, 0x3a, 0xac, 0x35, 0xb8,
0x7e, 0x0d, 0x00, 0x03, 0x03, 0x00, 0x80, 0x00, 0x00, 0x00, 0xd5, 0x00,
0x00, 0x03, 0x7e, 0x30, 0x35, 0x00, 0x03, 0x0a, 0x00, 0x03, 0x7f, 0x19,
0x15, 0x00, 0x0b, 0x19, 0x0e, 0x0e, 0x01, 0x4f, 0x07, 0x6f, 0x00, 0x0a,
0x4f, 0x35, 0x4f, 0x4f, 0x86, 0x0a, 0x0a, 0xac, 0xbb, 0x6b, 0x25, 0x00,
0x00, 0x06, 0x7e, 0x3a, 0x86, 0x0a, 0x0a, 0x3a, 0x0c, 0x1c, 0x01, 0x5b,
0x0c, 0x1c, 0x04, 0x45, 0x00, 0x05, 0x35, 0x45, 0x45, 0x86, 0x17, 0x00,
0x03, 0x0a, 0x00, 0x08, 0x86, 0x35, 0x86, 0xd4, 0x9a, 0x00, 0x00, 0x03,
0x7f, 0x00, 0x00, 0x00, 0xd6, 0x00, 0x00, 0x03, 0xb2, 0x82, 0xac, 0x00,
0x03, 0x0a, 0x00, 0x03, 0x7f, 0x19, 0x15, 0x00, 0x08, 0x19, 0x0e, 0x0e,
0x01, 0x4f, 0x04, 0x6f, 0x07, 0x4f, 0x00, 0x0a, 0x35, 0x4f, 0x45, 0x0a,
0x0a, 0x17, 0x17, 0x69, 0x00, 0x11, 0x23, 0x00, 0x00, 0x08, 0x8e, 0xb8,
0x1c, 0x0a, 0x0a, 0x86, 0x1c, 0x1c, 0x06, 0x5b, 0x01, 0x1c, 0x01, 0x1c,
0x03, 0x5b, 0x03, 0x1c, 0x01, 0x5b, 0x0a, 0x1c, 0x00, 0x09, 0x45, 0x1c,
0x45, 0x1c, 0x45, 0x45, 0x1c, 0x86, 0x17, 0x00, 0x03, 0x0a, 0x00, 0x05,
0x86, 0xac, 0x30, 0xf1, 0x0d, 0x00, 0x80, 0x00, 0x00, 0x00, 0xd7, 0x00,
0x00, 0x07, 0x75, 0xbb, 0xac, 0x86, 0x0a, 0x0a, 0x7f, 0x00, 0x06, 0x19,
0x0d, 0x0e, 0x01, 0x4f, 0x06, 0x6f, 0x07, 0x4f, 0x05, 0x35, 0x00, 0x08,
0x86, 0x0a, 0xc3, 0xac, 0xd4, 0x0d, 0x00, 0x03, 0x21, 0x00, 0x00, 0x07,
0x11, 0x00, 0xf1, 0xac, 0x0a, 0x0a, 0x17, 0x00, 0x0c, 0x5b, 0x01, 0x1c,
0x09, 0x5b, 0x00, 0x06, 0x1c, 0x1c, 0x5b, 0x1c, 0x1c, 0x5b, 0x08, 0x1c,
0x01, 0x86, 0x01, 0x17, 0x03, 0x0a, 0x00, 0x04, 0x1c, 0x45, 0xd4, 0x8e,
0x7f, 0x00, 0x00, 0x00, 0xd8, 0x00, 0x00, 0x07, 0x7c, 0xbb, 0xac, 0x17,
0x0a, 0x0a, 0x45, 0x00, 0x03, 0x19, 0x01, 0x0e, 0x01, 0x19, 0x0a, 0x0e,
0x01, 0x4f, 0x05, 0x6f, 0x05, 0x4f, 0x01, 0x6f, 0x01, 0x4f, 0x09, 0x35,
0x00, 0x08, 0x86, 0x0a, 0x0a, 0x86, 0x76, 0xb1, 0x00, 0x4d, 0x21, 0x00,
0x00, 0x0b, 0x26, 0x00, 0x9a, 0xa6, 0x3a, 0xc3, 0x0a, 0x86, 0x3a, 0x3a,
0x5b, 0x00, 0x08, 0x3a, 0x01, 0x5b, 0x05, 0x3a, 0x01, 0x5b, 0x01, 0x3a,
0x08, 0x5b, 0x00, 0x03, 0x1c, 0x1c, 0x5b, 0x00, 0x05, 0x1c, 0x00, 0x03,
0x45, 0x3a, 0x86, 0x00, 0x03, 0x0a, 0x00, 0x07, 0x86, 0xd3, 0x82, 0xb1,
0x00, 0x00, 0x0d, 0x00, 0x7b, 0x00, 0x00, 0x00, 0xd9, 0x00, 0x00, 0x03,
0x7c, 0xbb, 0xac, 0x00, 0x03, 0x0a, 0x01, 0x45, 0x01, 0x19, 0x0b, 0x0e,
0x01, 0x4f, 0x01, 0x4f, 0x04, 0x6f, 0x04, 0x4f, 0x01, 0x35, 0x01, 0x4f,
0x09, 0x35, 0x04, 0x45, 0x00, 0x05, 0x17, 0x0a, 0xc3, 0xac, 0xcf, 0x00,
0x26, 0x00, 0x00, 0x08, 0xcf, 0xac, 0xc3, 0x0a, 0x17, 0x3a, 0x3a, 0x28,
0x17, 0x3a, 0x08, 0x5b, 0x04, 0x1c, 0x00, 0x0b, 0x3a, 0x17, 0x7f, 0x7f,
0x45, 0xae, 0x7f, 0xf1, 0x00, 0x00, 0x03, 0x00, 0x7a, 0x00, 0x00, 0x00,
0xda, 0x00, 0x00, 0x08, 0x9a, 0xa6, 0x35, 0x0a, 0x0a, 0x17, 0x6f, 0x19,
0x03, 0x0e, 0x01, 0x6f, 0x04, 0x0e, 0x01, 0x4f, 0x01, 0x4f, 0x04, 0x6f,
0x06, 0x4f, 0x05, 0x35, 0x00, 0x03, 0x45, 0x35, 0x35, 0x00, 0x07, 0x45,
0x00, 0x06, 0x86, 0x0a, 0x0a, 0x3a, 0xa6, 0xad, 0x23, 0x00, 0x00, 0x08,
0x11, 0x00, 0xb1, 0x76, 0x86, 0x0a, 0x0a, 0x51, 0x0b, 0x28, 0x03, 0x3a,
0x01, 0x28, 0x01, 0x28, 0x0e, 0x3a, 0x07, 0x5b, 0x00, 0x0a, 0x1c, 0x1c,
0x3a, 0x7f, 0x7f, 0x45, 0xd3, 0xd3, 0x8a, 0x4d, 0x7b, 0x00, 0x00, 0x00,
0xdb, 0x00, 0x00, 0x06, 0xb1, 0x76, 0x1c, 0x0a, 0x0a, 0x86, 0x08, 0x0e,
0x01, 0x4f, 0x04, 0x6f, 0x06, 0x4f, 0x06, 0x35, 0x03, 0x45, 0x01, 0x35,
0x03, 0x45, 0x01, 0x1c, 0x03, 0x45, 0x00, 0x06, 0x3a, 0x0a, 0x0a, 0x17,
0xac, 0x69, 0x26, 0x00, 0x00, 0x05, 0xf4, 0xac, 0x0a, 0x0a, 0x86, 0x00,
0x17, 0x28, 0x00, 0x03, 0x3a, 0x28, 0x28, 0x00, 0x0a, 0x3a, 0x04, 0x5b,
0x00, 0x08, 0x1c, 0x45, 0x6f, 0x6f, 0xd3, 0x89, 0xd4, 0x11, 0x7a, 0x00,
0x00, 0x00, 0xdc, 0x00, 0x00, 0x06, 0x69, 0x17, 0x86, 0x0a, 0x0a, 0x7f,
0x03, 0x0e, 0x01, 0x4f, 0x05, 0x6f, 0x05, 0x4f, 0x08, 0x35, 0x05, 0x45,
0x00, 0x03, 0x35, 0x1c, 0x45, 0x00, 0x06, 0x1c, 0x00, 0x06, 0x17, 0x0a,
0x0a, 0x1c, 0xb8, 0x6b, 0x25, 0x00, 0x00, 0x08, 0x69, 0x17, 0x3a, 0x0a,
0x17, 0x2f, 0x2f, 0x28, 0x07, 0x2f, 0x00, 0x06, 0x28, 0x28, 0x2f, 0x2f,
0x28, 0x2f, 0x04, 0x28, 0x01, 0x2f, 0x01, 0x2f, 0x08, 0x28, 0x01, 0x3a,
0x01, 0x28, 0x09, 0x3a, 0x00, 0x08, 0x45, 0x6f, 0x0e, 0x19, 0x9c, 0xce,
0xd4, 0x0d, 0x79, 0x00, 0x00, 0x00, 0xda, 0x00, 0x00, 0x0b, 0x03, 0x00,
0x00, 0xcf, 0x35, 0x86, 0x0a, 0x0a, 0x45, 0x0e, 0x4f, 0x00, 0x04, 0x6f,
0x06, 0x4f, 0x06, 0x35, 0x07, 0x45, 0x07, 0x1c, 0x00, 0x09, 0x5b, 0x5b,
0x1c, 0x3a, 0x0a, 0x0a, 0x86, 0x86, 0xb1, 0x00, 0x25, 0x00, 0x00, 0x06,
0x6b, 0x82, 0xac, 0x0a, 0x0a, 0x51, 0x19, 0x2f, 0x09, 0x28, 0x07, 0x3a,
0x00, 0x0a, 0x45, 0x0e, 0xd3, 0xd3, 0x9c, 0x89, 0xd4, 0x03, 0x00, 0x03,
0x76, 0x00, 0x00, 0x00, 0xdb, 0x00, 0x00, 0x11, 0x03, 0x00, 0x71, 0xb8,
0xac, 0x17, 0x0a, 0x17, 0x6f, 0x0e, 0x6f, 0x6f, 0x4f, 0x4f, 0x6f, 0x4f,
0x4f, 0x00, 0x05, 0x35, 0x03, 0x45, 0x00, 0x03, 0x35, 0x45, 0x35, 0x00,
0x04, 0x45, 0x06, 0x1c, 0x00, 0x0b, 0x5b, 0x5b, 0x1c, 0x5b, 0x5b, 0x3a,
0x17, 0x0a, 0x17, 0x1c, 0xf7, 0x00, 0x26, 0x00, 0x00, 0x05, 0xcf, 0x35,
0x86, 0x0a, 0x17, 0x00, 0x08, 0x51, 0x01, 0x2f, 0x05, 0x51, 0x0a, 0x2f,
0x01, 0x28, 0x01, 0x28, 0x06, 0x2f, 0x05, 0x28, 0x01, 0x3a, 0x04, 0x28,
0x01, 0x1c, 0x01, 0xd3, 0x03, 0x9c, 0x00, 0x05, 0xce, 0xd4, 0x00, 0x00,
0x11, 0x00, 0x75, 0x00, 0x00, 0x00, 0xde, 0x00, 0x00, 0x07, 0x9a, 0x76,
0x1c, 0x0a, 0x0a, 0x86, 0x6f, 0x00, 0x04, 0x4f, 0x07, 0x35, 0x08, 0x45,
0x07, 0x1c, 0x08, 0x5b, 0x00, 0x06, 0x86, 0x0a, 0x0a, 0x1c, 0x76, 0xad,
0x25, 0x00, 0x00, 0x05, 0x75, 0xc3, 0x1c, 0x0a, 0x0a, 0x00, 0x12, 0x51,
0x01, 0x2f, 0x03, 0x51, 0x0b, 0x2f, 0x00, 0x03, 0x28, 0x28, 0x2f, 0x00,
0x07, 0x28, 0x00, 0x0a, 0x1c, 0xd3, 0x9c, 0x9c, 0x89, 0xce, 0x8a, 0x00,
0x00, 0x03, 0x74, 0x00, 0x00, 0x00, 0xdf, 0x00, 0x00, 0x06, 0xf1, 0x45,
0x86, 0x0a, 0x0a, 0x45, 0x04, 0x4f, 0x04, 0x35, 0x09, 0x45, 0x04, 0x1c,
0x06, 0x5b, 0x06, 0x3a, 0x00, 0x07, 0x5b, 0x51, 0x0a, 0x0a, 0x86, 0x45,
0xea, 0x00, 0x26, 0x00, 0x00, 0x05, 0xd4, 0x1c, 0x17, 0x0a, 0xfc, 0x00,
0x06, 0x39, 0x05, 0x51, 0x01, 0x39, 0x0f, 0x51, 0x0c, 0x2f, 0x03, 0x28,
0x00, 0x08, 0x51, 0x1c, 0x9c, 0x89, 0x89, 0xce, 0xce, 0xf1, 0x76, 0x00,
0x00, 0x00, 0xdf, 0x00, 0x00, 0x06, 0x71, 0xf4, 0xac, 0x0a, 0x0a, 0x17,
0x08, 0x35, 0x06, 0x45, 0x06, 0x1c, 0x06, 0x5b, 0x03, 0x3a, 0x00, 0x03,
0x28, 0x28, 0x3a, 0x00, 0x03, 0x28, 0x00, 0x06, 0x86, 0x0a, 0x0a, 0xac,
0xbb, 0x71, 0x25, 0x00, 0x00, 0x05, 0x7e, 0x45, 0x86, 0x0a, 0x0a, 0x00,
0x12, 0x39, 0x00, 0x06, 0x51, 0x51, 0x39, 0x39, 0x51, 0x39, 0x09, 0x51,
0x00, 0x03, 0x2f, 0x2f, 0x51, 0x00, 0x05, 0x2f, 0x00, 0x04, 0x28, 0x2f,
0x51, 0x35, 0x03, 0x89, 0x00, 0x03, 0xce, 0x66, 0x99, 0x00, 0x75, 0x00,
0x00, 0x00, 0xe0, 0x00, 0x00, 0x06, 0xb1, 0xc3, 0x3a, 0x0a, 0x0a, 0x3a,
0x04, 0x35, 0x05, 0x45, 0x06, 0x1c, 0x06, 0x5b, 0x05, 0x3a, 0x06, 0x28,
0x00, 0x08, 0x2f, 0x28, 0x51, 0x0a, 0x0a, 0x3a, 0xc3, 0x96, 0x25, 0x00,
0x00, 0x06, 0x8e, 0xbb, 0x1c, 0x0a, 0x0a, 0xfc, 0x0c, 0x1b, 0x03, 0x39,
0x01, 0x1b, 0x06, 0x39, 0x01, 0x51, 0x03, 0x39, 0x01, 0x51, 0x01, 0x39,
0x0a, 0x51, 0x04, 0x2f, 0x00, 0x03, 0x51, 0x39, 0xac, 0x00, 0x03, 0x89,
0x00, 0x03, 0xce, 0xee, 0x6b, 0x00, 0x74, 0x00, 0x00, 0x00, 0xe1, 0x00,
0x00, 0x05, 0xcf, 0xac, 0x0a, 0x0a, 0x17, 0x00, 0x07, 0x45, 0x01, 0x1c,
0x01, 0x45, 0x04, 0x1c, 0x06, 0x5b, 0x03, 0x3a, 0x00, 0x03, 0x28, 0x3a,
0x3a, 0x00, 0x05, 0x28, 0x05, 0x2f, 0x00, 0x05, 0x17, 0x0a, 0x0a, 0xac,
0xd4, 0x00, 0x26, 0x00, 0x00, 0x05, 0xf1, 0xac, 0x0a, 0x0a, 0xfc, 0x00,
0x13, 0x1b, 0x01, 0x39, 0x01, 0x39, 0x03, 0x1b, 0x06, 0x39, 0x00, 0x03,
0x51, 0x39, 0x39, 0x00, 0x09, 0x51, 0x00, 0x04, 0x2f, 0x51, 0x51, 0xcb,
0x03, 0x9c, 0x01, 0xce, 0x01, 0xf7, 0x74, 0x00, 0x00, 0x00, 0xdf, 0x00,
0x00, 0x08, 0x4d, 0x00, 0xad, 0xa6, 0x3a, 0xc3, 0x0a, 0x86, 0x04, 0x45,
0x05, 0x1c, 0x00, 0x03, 0x5b, 0x5b, 0x1c, 0x00, 0x03, 0x5b, 0x05, 0x3a,
0x00, 0x07, 0x28, 0x3a, 0x3a, 0x28, 0x28, 0x2f, 0x28, 0x00, 0x07, 0x2f,
0x00, 0x08, 0xfc, 0x0a, 0x0a, 0x3a, 0x76, 0xb1, 0x00, 0x11, 0x23, 0x00,
0x00, 0x06, 0x75, 0x3e, 0x3a, 0x0a, 0x0a, 0x39, 0x04, 0x1b, 0x00, 0x05,
0x1a, 0x1b, 0x1b, 0x1a, 0x1a, 0x00, 0x0f, 0x1b, 0x00, 0x04, 0x39, 0x39,
0x1b, 0x1b, 0x07, 0x39, 0x08, 0x51, 0x00, 0x0a, 0x39, 0x39, 0xcb, 0x9c,
0xae, 0x9c, 0xae, 0x69, 0x00, 0x03, 0x71, 0x00, 0x00, 0x00, 0xe2, 0x00,
0x00, 0x07, 0xea, 0x1c, 0x0a, 0x0a, 0x17, 0x1c, 0x45, 0x00, 0x05, 0x1c,
0x05, 0x5b, 0x05, 0x3a, 0x05, 0x28, 0x03, 0x2f, 0x01, 0x28, 0x04, 0x2f,
0x05, 0x51, 0x00, 0x07, 0x17, 0x0a, 0xc3, 0xac, 0xcf, 0x00, 0x03, 0x00,
0x24, 0x00, 0x00, 0x05, 0xf7, 0xac, 0xc3, 0x0a, 0xfc, 0x00, 0x0c, 0x1a,
0x01, 0x1b, 0x03, 0x1a, 0x04, 0x1b, 0x01, 0x1a, 0x07, 0x1b, 0x00, 0x03,
0x39, 0x1b, 0x1b, 0x00, 0x08, 0x39, 0x06, 0x51, 0x00, 0x09, 0x28, 0xcb,
0xae, 0xcb, 0x9c, 0xb9, 0x7c, 0x00, 0x11, 0x00, 0x70, 0x00, 0x00, 0x00,
0xe0, 0x00, 0x00, 0x08, 0x03, 0x00, 0x7c, 0x82, 0x1c, 0x0a, 0x0a, 0x86,
0x05, 0x1c, 0x04, 0x5b, 0x05, 0x3a, 0x05, 0x28, 0x08, 0x2f, 0x04, 0x51,
0x00, 0x09, 0x39, 0x51, 0x39, 0xfc, 0x0a, 0xc3, 0x1c, 0xbb, 0xad, 0x00,
0x23, 0x00, 0x00, 0x07, 0x4d, 0x00, 0x7e, 0xc3, 0x86, 0x0a, 0x0a, 0x00,
0x15, 0x1a, 0x04, 0x1b, 0x01, 0x1a, 0x07, 0x1b, 0x01, 0x39, 0x01, 0x1b,
0x08, 0x39, 0x03, 0x51, 0x00, 0x06, 0x5b, 0xcb, 0xcb, 0xbe, 0xae, 0xf7,
0x72, 0x00, 0x00, 0x00, 0xe3, 0x00, 0x00, 0x07, 0xcf, 0x45, 0x86, 0x0a,
0x86, 0x1c, 0x1c, 0x00, 0x05, 0x5b, 0x03, 0x3a, 0x06, 0x28, 0x01, 0x2f,
0x01, 0x28, 0x03, 0x2f, 0x09, 0x51, 0x04, 0x39, 0x01, 0x51, 0x03, 0x0a,
0x01, 0x35, 0x01, 0x69, 0x23, 0x00, 0x00, 0x08, 0x03, 0x00, 0x71, 0xf4,
0xac, 0xc3, 0x0a, 0xfc, 0x1a, 0x1a, 0x00, 0x03, 0x39, 0x1a, 0x1a, 0x00,
0x0b, 0x1b, 0x04, 0x39, 0x01, 0x51, 0x01, 0x51, 0x03, 0xbe, 0x00, 0x03,
0xcb, 0x31, 0xb1, 0x00, 0x71, 0x00, 0x00, 0x00, 0xe3, 0x00, 0x00, 0x07,
0x9a, 0x76, 0x35, 0x0a, 0x0a, 0x3a, 0x1c, 0x00, 0x03, 0x5b, 0x03, 0x3a,
0x05, 0x28, 0x00, 0x03, 0x2f, 0x28, 0x28, 0x00, 0x03, 0x2f, 0x07, 0x51,
0x07, 0x39, 0x00, 0x08, 0x1b, 0x1b, 0xfc, 0x0a, 0x0a, 0x35, 0xf4, 0x71,
0x23, 0x00, 0x00, 0x0c, 0x03, 0x00, 0xf1, 0x86, 0x0a, 0x0a, 0xfc, 0x1a,
0x31, 0x1a, 0x1a, 0x31, 0x06, 0x1a, 0x01, 0x31, 0x15, 0x1a, 0x09, 0x1b,
0x04, 0x39, 0x00, 0x07, 0x2f, 0xbe, 0xcd, 0xcd, 0xcb, 0x88, 0x11, 0x00,
0x70, 0x00, 0x00, 0x00, 0xe4, 0x00, 0x00, 0x06, 0xd4, 0xac, 0x17, 0x0a,
0x86, 0x5b, 0x06, 0x3a, 0x04, 0x28, 0x06, 0x2f, 0x06, 0x51, 0x06, 0x39,
0x05, 0x1b, 0x00, 0x06, 0x39, 0x0a, 0x0a, 0x86, 0x7f, 0xb1, 0x25, 0x00,
0x00, 0x06, 0x7c, 0x82, 0x1c, 0x0a, 0x0a, 0x1a, 0x07, 0x31, 0x01, 0x1a,
0x01, 0x1a, 0x05, 0x31, 0x00, 0x03, 0x1a, 0x1a, 0x31, 0x00, 0x13, 0x1a,
0x06, 0x1b, 0x04, 0x39, 0x01, 0x1b, 0x03, 0xcd, 0x01, 0xef, 0x01, 0xb1,
0x70, 0x00, 0x00, 0x00, 0xe4, 0x00, 0x00, 0x0a, 0x99, 0x17, 0x3a, 0x0a,
0x17, 0x3a, 0x3a, 0x28, 0x28, 0x3a, 0x03, 0x28, 0x06, 0x2f, 0x06, 0x51,
0x04, 0x39, 0x01, 0x1b, 0x01, 0x39, 0x05, 0x1b, 0x00, 0x09, 0x1a, 0x1a,
0x1b, 0x1a, 0x0a, 0x0a, 0x17, 0xac, 0xf7, 0x00, 0x26, 0x00, 0x00, 0x06,
0xcf, 0x3a, 0x86, 0x0a, 0xfc, 0x2c, 0x10, 0x31, 0x00, 0x06, 0x1a, 0x1a,
0x31, 0x1a, 0x31, 0x31, 0x11, 0x1a, 0x05, 0x1b, 0x00, 0x08, 0x39, 0x1b,
0xcd, 0xef, 0xef, 0xcd, 0x74, 0x0d, 0x6f, 0x00, 0x00, 0x00, 0xe4, 0x00,
0x00, 0x06, 0x71, 0x82, 0x1c, 0x0a, 0x0a, 0x86, 0x08, 0x28, 0x01, 0x2f,
0x07, 0x51, 0x04, 0x39, 0x08, 0x1b, 0x01, 0x1a, 0x01, 0x1b, 0x04, 0x1a,
0x00, 0x06, 0xfc, 0x0a, 0x0a, 0x3a, 0x76, 0x7c, 0x25, 0x00, 0x00, 0x06,
0x9a, 0x76, 0x1c, 0x0a, 0x17, 0x1a, 0x07, 0x2c, 0x10, 0x31, 0x04, 0x1a,
0x01, 0x31, 0x01, 0x31, 0x0d, 0x1a, 0x03, 0x1b, 0x00, 0x07, 0x39, 0x31,
0xdc, 0xdc, 0xef, 0xdc, 0xe7, 0x00, 0x6f, 0x00, 0x00, 0x00, 0xe5, 0x00,
0x00, 0x05, 0xcf, 0x1c, 0x17, 0x0a, 0x86, 0x00, 0x05, 0x28, 0x01, 0x2f,
0x08, 0x51, 0x05, 0x39, 0x07, 0x1b, 0x09, 0x1a, 0x00, 0x05, 0x0a, 0x0a,
0x86, 0x1c, 0xf1, 0x00, 0x26, 0x00, 0x00, 0x05, 0xf4, 0xac, 0x86, 0x7f,
0xfc, 0x00, 0x0c, 0x2c, 0x00, 0x05, 0x31, 0x2c, 0x31, 0x2c, 0x2c, 0x00,
0x0d, 0x31, 0x00, 0x03, 0x1a, 0x1a, 0x31, 0x00, 0x0c, 0x1a, 0x01, 0x39,
0x01, 0x1a, 0x04, 0xdc, 0x01, 0x77, 0x6f, 0x00, 0x00, 0x00, 0xe5, 0x00,
0x00, 0x05, 0xb1, 0x3a, 0x86, 0x0a, 0x17, 0x00, 0x05, 0x2f, 0x06, 0x51,
0x03, 0x39, 0x01, 0x1b, 0x03, 0x39, 0x05, 0x1b, 0x0a, 0x1a, 0x00, 0x08,
0x31, 0x1a, 0xfc, 0x0a, 0x17, 0xac, 0xbb, 0x4d, 0x25, 0x00, 0x00, 0x07,
0x7e, 0x4f, 0x35, 0x7f, 0x3a, 0x2c, 0x25, 0x00, 0x15, 0x2c, 0x08, 0x31,
0x00, 0x06, 0x1a, 0x31, 0x31, 0x1a, 0x31, 0x31, 0x0a, 0x1a, 0x00, 0x06,
0x25, 0xe4, 0xe4, 0xdc, 0xc7, 0xe7, 0x6e, 0x00, 0x00, 0x00, 0xe5, 0x00,
0x00, 0x06, 0x7c, 0xa6, 0x3a, 0x0a, 0x0a, 0x51, 0x03, 0x2f, 0x05, 0x51,
0x05, 0x39, 0x06, 0x1b, 0x0c, 0x1a, 0x00, 0x09, 0x31, 0x1a, 0x31, 0x1a,
0x0a, 0x0a, 0x3a, 0xc3, 0x7e, 0x00, 0x25, 0x00, 0x00, 0x0a, 0x6b, 0x63,
0xd3, 0x45, 0x6f, 0x39, 0x25, 0x2c, 0x2c, 0x25, 0x18, 0x2c, 0x0a, 0x31,
0x01, 0x1a, 0x01, 0x31, 0x06, 0x1a, 0x01, 0x2c, 0x01, 0xe4, 0x03, 0x4b,
0x01, 0xeb, 0x6e, 0x00, 0x00, 0x00, 0xe5, 0x00, 0x00, 0x06, 0x4d, 0xf7,
0x35, 0x0a, 0x0a, 0xfc, 0x06, 0x51, 0x04, 0x39, 0x07, 0x1b, 0x0a, 0x1a,
0x00, 0x03, 0x31, 0x1a, 0x1a, 0x00, 0x05, 0x31, 0x00, 0x05, 0xfc, 0x0a,
0x17, 0xac, 0xd4, 0x00, 0x26, 0x00, 0x00, 0x05, 0xea, 0xd3, 0x6f, 0x0e,
0x35, 0x00, 0x09, 0x25, 0x01, 0x2c, 0x01, 0x25, 0x15, 0x2c, 0x08, 0x31,
0x06, 0x1a, 0x00, 0x07, 0x1b, 0x2b, 0x33, 0x33, 0x4b, 0xc8, 0x8e, 0x00,
0x6d, 0x00, 0x00, 0x00, 0x3a, 0x00, 0x01, 0x03, 0x7f, 0x11, 0x01, 0x03,
0x01, 0x03, 0x2a, 0x00, 0x00, 0x05, 0x69, 0xac, 0x0a, 0x0a, 0x17, 0x00,
0x04, 0x51, 0x00, 0x05, 0x39, 0x39, 0x1b, 0x39, 0x39, 0x00, 0x04, 0x1b,
0x0b, 0x1a, 0x0a, 0x31, 0x00, 0x09, 0x2c, 0xfc, 0x7f, 0x7f, 0x35, 0x76,
0xb2, 0x00, 0x0d, 0x00, 0x23, 0x00, 0x00, 0x06, 0x9a, 0x7f, 0xd3, 0x19,
0x19, 0x31, 0x0e, 0x25, 0x08, 0x2c, 0x01, 0x25, 0x0a, 0x2c, 0x09, 0x31,
0x00, 0x06, 0x1a, 0x31, 0x1a, 0x1a, 0x3b, 0x33, 0x03, 0xd5, 0x00, 0x03,
0x68, 0x00, 0x03, 0x00, 0x6b, 0x00, 0x00, 0x00, 0xe6, 0x00, 0x00, 0x06,
0xb1, 0xc3, 0x86, 0x17, 0x17, 0x51, 0x04, 0x39, 0x07, 0x1b, 0x09, 0x1a,
0x00, 0x03, 0x31, 0x31, 0x1a, 0x00, 0x07, 0x31, 0x04, 0x2c, 0x00, 0x06,
0x31, 0x3a, 0x45, 0x7f, 0xd3, 0xcf, 0x25, 0x00, 0x00, 0x07, 0x0d, 0xd4,
0x89, 0x19, 0xd3, 0x1c, 0x43, 0x00, 0x04, 0x25, 0x01, 0x43, 0x10, 0x25,
0x03, 0x2c, 0x01, 0x25, 0x0a, 0x2c, 0x01, 0x31, 0x01, 0x2c, 0x07, 0x31,
0x00, 0x0a, 0x1a, 0x1a, 0x4b, 0xab, 0xab, 0xd5, 0xf2, 0x4d, 0x00, 0x0d,
0x6a, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0x75,
0x7f, 0x69, 0x00, 0x03, 0x7e, 0x9a, 0x0d, 0x00, 0x29, 0x00, 0x00, 0x06,
0xad, 0xbb, 0x4f, 0x7f, 0x86, 0x51, 0x03, 0x39, 0x05, 0x1b, 0x0a, 0x1a,
0x08, 0x31, 0x08, 0x2c, 0x00, 0x09, 0x25, 0x28, 0x6f, 0x7f, 0xae, 0x82,
0x8e, 0x00, 0x11, 0x00, 0x23, 0x00, 0x01, 0x96, 0x01, 0x9c, 0x03, 0xd3,
0x01, 0x2c, 0x0a, 0x43, 0x00, 0x03, 0x25, 0x25, 0x43, 0x00, 0x0c, 0x25,
0x01, 0x2c, 0x01, 0x25, 0x0d, 0x2c, 0x05, 0x31, 0x01, 0x1a, 0x01, 0x42,
0x03, 0xab, 0x00, 0x04, 0xd1, 0xec, 0x00, 0x26, 0x6a, 0x00, 0x00, 0x00,
0x39, 0x00, 0x01, 0x7e, 0x01, 0xa6, 0x7f, 0x17, 0x00, 0x08, 0xc3, 0xa6,
0xb8, 0xf1, 0x6b, 0x00, 0x00, 0x03, 0x24, 0x00, 0x00, 0x06, 0x71, 0xd4,
0xae, 0x7f, 0x45, 0x28, 0x06, 0x1b, 0x08, 0x1a, 0x01, 0x31, 0x03, 0x1a,
0x06, 0x31, 0x0a, 0x2c, 0x00, 0x09, 0x25, 0x1a, 0x4f, 0x0e, 0x0e, 0xd3,
0x69, 0x00, 0x4d, 0x00, 0x23, 0x00, 0x00, 0x07, 0x8e, 0x82, 0x89, 0xd3,
0x9c, 0xbe, 0x24, 0x00, 0x0d, 0x43, 0x00, 0x04, 0x25, 0x43, 0x25, 0x43,
0x0c, 0x25, 0x0e, 0x2c, 0x00, 0x08, 0x31, 0x1a, 0x2c, 0xd5, 0xab, 0xab,
0xd5, 0xeb, 0x6c, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x07, 0x8e, 0xbb,
0xac, 0x17, 0x0a, 0x17, 0x0a, 0x00, 0x7b, 0x17, 0x00, 0x09, 0x86, 0x3a,
0xac, 0x45, 0xb8, 0xb1, 0x00, 0x00, 0x03, 0x00, 0x22, 0x00, 0x00, 0x07,
0x03, 0x00, 0xcf, 0x9c, 0x45, 0x6f, 0x1c, 0x00, 0x04, 0x1b, 0x09, 0x1a,
0x08, 0x31, 0x0c, 0x2c, 0x03, 0x25, 0x00, 0x06, 0x35, 0xd3, 0x19, 0x89,
0xf4, 0x71, 0x23, 0x00, 0x00, 0x07, 0x26, 0x00, 0xdb, 0xce, 0x9c, 0x89,
0xae, 0x00, 0x16, 0x43, 0x0c, 0x25, 0x00, 0x03, 0x2c, 0x2c, 0x25, 0x00,
0x08, 0x2c, 0x00, 0x08, 0x31, 0x1a, 0x61, 0xd1, 0xd1, 0xab, 0xdd, 0xad,
0x6b, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x03, 0x75, 0xc3, 0x3a, 0x00,
0x82, 0x0a, 0x00, 0x06, 0x3a, 0xac, 0xc3, 0x96, 0x00, 0x03, 0x22, 0x00,
0x00, 0x0a, 0x4d, 0x00, 0xf1, 0x9c, 0x0e, 0x19, 0x35, 0x1a, 0x1b, 0x1b,
0x08, 0x1a, 0x07, 0x31, 0x0a, 0x2c, 0x07, 0x25, 0x01, 0x43, 0x01, 0x2f,
0x04, 0x9c, 0x01, 0x7e, 0x23, 0x00, 0x00, 0x09, 0x11, 0x00, 0x75, 0x8c,
0xce, 0x89, 0x89, 0xbe, 0x24, 0x00, 0x04, 0x43, 0x00, 0x06, 0x3b, 0x43,
0x43, 0x3b, 0x43, 0x3b, 0x0f, 0x43, 0x0b, 0x25, 0x01, 0x2c, 0x01, 0x25,
0x06, 0x2c, 0x01, 0x1a, 0x01, 0x43, 0x03, 0xd1, 0x01, 0xab, 0x01, 0x68,
0x6b, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x06, 0x7c, 0x82, 0x3a, 0x0a,
0x0a, 0x17, 0x45, 0x7f, 0x09, 0x17, 0x01, 0x7f, 0x2d, 0x17, 0x05, 0x0a,
0x00, 0x03, 0xac, 0x30, 0x9a, 0x00, 0x23, 0x00, 0x00, 0x08, 0x4d, 0x00,
0x96, 0x19, 0xd3, 0xd3, 0x0e, 0x1b, 0x06, 0x1a, 0x00, 0x03, 0x31, 0x31,
0x1a, 0x00, 0x05, 0x31, 0x0a, 0x2c, 0x0a, 0x25, 0x00, 0x08, 0x43, 0x25,
0xae, 0x9c, 0x9c, 0xce, 0xd4, 0x0d, 0x25, 0x00, 0x00, 0x0f, 0xd4, 0xce,
0x89, 0x89, 0xae, 0x24, 0x3b, 0x3b, 0x43, 0x43, 0x3b, 0x3b, 0x43, 0x3b,
0x3b, 0x00, 0x04, 0x43, 0x01, 0x3b, 0x0e, 0x43, 0x0a, 0x25, 0x07, 0x2c,
0x00, 0x07, 0x31, 0xc7, 0xc8, 0xc8, 0xd1, 0xde, 0x6b, 0x00, 0x6a, 0x00,
0x00, 0x00, 0x39, 0x00, 0x00, 0x07, 0xea, 0xac, 0x0a, 0x0a, 0x7f, 0x3c,
0x2d, 0x00, 0x22, 0x3c, 0x08, 0x5d, 0x09, 0x66, 0x08, 0x15, 0x00, 0x03,
0x19, 0x15, 0x15, 0x00, 0x05, 0x19, 0x01, 0x0e, 0x01, 0x19, 0x07, 0x0e,
0x08, 0x6f, 0x00, 0x07, 0x4f, 0x6f, 0x45, 0x6f, 0x45, 0x45, 0x35, 0x00,
0x09, 0x45, 0x01, 0x1c, 0x08, 0x3a, 0x00, 0x06, 0x28, 0x51, 0x28, 0x51,
0x51, 0x2f, 0x06, 0x51, 0x00, 0x04, 0x39, 0x51, 0xfc, 0x17, 0x03, 0x0a,
0x01, 0xac, 0x01, 0xcf, 0x23, 0x00, 0x00, 0x08, 0x26, 0x00, 0xb1, 0x7f,
0x9c, 0x9c, 0xd3, 0x1b, 0x04, 0x1a, 0x08, 0x31, 0x06, 0x2c, 0x01, 0x25,
0x03, 0x2c, 0x09, 0x25, 0x04, 0x43, 0x00, 0x07, 0x3b, 0xcb, 0x89, 0x89,
0xce, 0x15, 0x75, 0x00, 0x25, 0x00, 0x00, 0x07, 0x99, 0x70, 0xce, 0x89,
0x9c, 0x31, 0x2b, 0x00, 0x0c, 0x3b, 0x04, 0x43, 0x01, 0x3b, 0x0e, 0x43,
0x08, 0x25, 0x01, 0x2c, 0x01, 0x25, 0x03, 0x2c, 0x01, 0x31, 0x01, 0x3f,
0x04, 0xc8, 0x01, 0xec, 0x6a, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x06,
0xb2, 0xc3, 0x86, 0xc3, 0x17, 0x5d, 0x20, 0x9e, 0x04, 0x0b, 0x00, 0x03,
0xba, 0x0b, 0xba, 0x00, 0x07, 0x2d, 0x04, 0x3c, 0x04, 0x5d, 0x04, 0x70,
0x05, 0x66, 0x09, 0x15, 0x05, 0x19, 0x00, 0x04, 0x0e, 0x0e, 0x19, 0x19,
0x05, 0x0e, 0x03, 0x6f, 0x03, 0x4f, 0x04, 0x35, 0x04, 0x45, 0x03, 0x1c,
0x00, 0x03, 0x5b, 0x1c, 0x5b, 0x00, 0x04, 0x3a, 0x03, 0x28, 0x04, 0x2f,
0x03, 0x51, 0x05, 0x39, 0x00, 0x07, 0x1b, 0xfc, 0x0a, 0x0a, 0x3a, 0x3e,
0xad, 0x00, 0x22, 0x00, 0x00, 0x08, 0x11, 0x00, 0xb2, 0x17, 0x89, 0x9c,
0x9c, 0x2f, 0x03, 0x1a, 0x06, 0x31, 0x09, 0x2c, 0x0b, 0x25, 0x06, 0x43,
0x01, 0x24, 0x01, 0x31, 0x03, 0x89, 0x01, 0xce, 0x01, 0xdb, 0x26, 0x00,
0x00, 0x06, 0x82, 0xce, 0x89, 0x89, 0xbe, 0x24, 0x11, 0x3b, 0x01, 0x43,
0x01, 0x3b, 0x10, 0x43, 0x09, 0x25, 0x00, 0x07, 0x31, 0x43, 0xe1, 0xdd,
0xc8, 0xc8, 0x9d, 0x00, 0x6a, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x07,
0x4d, 0xd4, 0xac, 0xc3, 0x0a, 0xe5, 0x9e, 0x00, 0x0a, 0x0b, 0x01, 0xba,
0x15, 0x0b, 0x07, 0x2d, 0x05, 0x3c, 0x06, 0x5d, 0x04, 0x70, 0x04, 0x66,
0x0a, 0x15, 0x06, 0x19, 0x09, 0x0e, 0x03, 0x6f, 0x03, 0x4f, 0x05, 0x35,
0x03, 0x45, 0x05, 0x1c, 0x01, 0x5b, 0x01, 0x5b, 0x03, 0x3a, 0x03, 0x28,
0x04, 0x2f, 0x04, 0x51, 0x04, 0x39, 0x03, 0x1b, 0x00, 0x06, 0x1a, 0x0a,
0x0a, 0x86, 0x3a, 0xb2, 0x22, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x75, 0xee,
0xce, 0x89, 0x9c, 0x2f, 0x31, 0x1a, 0x05, 0x31, 0x08, 0x2c, 0x01, 0x25,
0x01, 0x2c, 0x08, 0x25, 0x0a, 0x43, 0x00, 0x08, 0x3b, 0x25, 0xae, 0x89,
0x89, 0xce, 0xee, 0x4d, 0x25, 0x00, 0x00, 0x06, 0xf1, 0x89, 0x89, 0x9c,
0xae, 0x25, 0x07, 0x24, 0x00, 0x04, 0x3b, 0x3b, 0x24, 0x24, 0x0b, 0x3b,
0x04, 0x43, 0x01, 0x3b, 0x09, 0x43, 0x01, 0x25, 0x01, 0x43, 0x07, 0x25,
0x00, 0x07, 0x31, 0xdf, 0xdd, 0xdd, 0xc8, 0xbc, 0xd2, 0x00, 0x69, 0x00,
0x00, 0x00, 0x38, 0x00, 0x00, 0x0b, 0x4d, 0x00, 0x7e, 0x17, 0x17, 0x0a,
0x7f, 0x3c, 0x9e, 0x0b, 0xba, 0x00, 0x0a, 0x0b, 0x03, 0xba, 0x00, 0x05,
0x0b, 0xba, 0x0b, 0x0b, 0xba, 0x00, 0x0b, 0x0b, 0x07, 0x2d, 0x06, 0x3c,
0x05, 0x5d, 0x03, 0x70, 0x04, 0x66, 0x01, 0x15, 0x01, 0x66, 0x08, 0x15,
0x07, 0x19, 0x04, 0x0e, 0x01, 0x6f, 0x03, 0x0e, 0x03, 0x6f, 0x04, 0x4f,
0x03, 0x35, 0x04, 0x45, 0x05, 0x1c, 0x00, 0x06, 0x5b, 0x5b, 0x3a, 0x3a,
0x28, 0x3a, 0x05, 0x28, 0x01, 0x2f, 0x04, 0x51, 0x00, 0x04, 0x39, 0x39,
0x1b, 0x39, 0x03, 0x1b, 0x00, 0x07, 0x1a, 0x1a, 0xfc, 0x0a, 0x86, 0x1c,
0x7e, 0x00, 0x22, 0x00, 0x00, 0x09, 0x03, 0x00, 0x7c, 0xee, 0xce, 0x89,
0x89, 0x5b, 0x2c, 0x00, 0x05, 0x31, 0x06, 0x2c, 0x00, 0x03, 0x25, 0x2c,
0x2c, 0x00, 0x08, 0x25, 0x0c, 0x43, 0x00, 0x08, 0x3b, 0x24, 0xcd, 0x9c,
0x9c, 0x89, 0x89, 0x7e, 0x25, 0x00, 0x00, 0x07, 0x6b, 0x7f, 0x89, 0xae,
0xae, 0x31, 0x34, 0x00, 0x0f, 0x24, 0x08, 0x3b, 0x00, 0x07, 0x43, 0x3b,
0x3b, 0x43, 0x43, 0x3b, 0x3b, 0x00, 0x09, 0x43, 0x05, 0x25, 0x00, 0x07,
0x2c, 0x24, 0xe1, 0xdd, 0xdd, 0xc8, 0x90, 0x00, 0x69, 0x00, 0x00, 0x00,
0x38, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x6b, 0xb8, 0xac, 0x0a, 0x0a, 0x19,
0x9e, 0x0b, 0xba, 0xba, 0x0a, 0x0b, 0x01, 0xba, 0x03, 0x0b, 0x00, 0x06,
0xba, 0x0b, 0xba, 0x0b, 0x0b, 0xba, 0x07, 0x0b, 0x05, 0x2d, 0x00, 0x03,
0x3c, 0x3c, 0x2d, 0x00, 0x05, 0x3c, 0x06, 0x5d, 0x03, 0x70, 0x03, 0x66,
0x0a, 0x15, 0x07, 0x19, 0x07, 0x0e, 0x01, 0x4f, 0x03, 0x6f, 0x04, 0x4f,
0x03, 0x35, 0x04, 0x45, 0x04, 0x1c, 0x05, 0x5b, 0x00, 0x04, 0x3a, 0x3a,
0x28, 0x28, 0x04, 0x2f, 0x03, 0x51, 0x03, 0x39, 0x01, 0x1b, 0x01, 0x39,
0x03, 0x1b, 0x03, 0x1a, 0x00, 0x05, 0x0a, 0x0a, 0x86, 0x45, 0xb1, 0x00,
0x22, 0x00, 0x00, 0x09, 0x03, 0x00, 0x7c, 0xee, 0xce, 0x89, 0x9c, 0x2f,
0x2c, 0x00, 0x03, 0x31, 0x06, 0x2c, 0x00, 0x03, 0x25, 0x2c, 0x2c, 0x00,
0x07, 0x25, 0x08, 0x43, 0x03, 0x3b, 0x01, 0x43, 0x04, 0x3b, 0x00, 0x07,
0x24, 0x3b, 0xcb, 0xae, 0xae, 0x89, 0xb8, 0x00, 0x26, 0x00, 0x00, 0x07,
0x8a, 0x89, 0xae, 0xae, 0xbe, 0x3b, 0x2b, 0x00, 0x13, 0x24, 0x0a, 0x3b,
0x00, 0x04, 0x43, 0x43, 0x3b, 0x3b, 0x09, 0x43, 0x03, 0x25, 0x00, 0x06,
0xe0, 0xbc, 0x10, 0xc8, 0x5e, 0xa3, 0x68, 0x00, 0x00, 0x00, 0x39, 0x00,
0x00, 0x07, 0x03, 0x00, 0xf1, 0x3a, 0x86, 0x0a, 0x7f, 0x00, 0x09, 0x0b,
0x01, 0xba, 0x01, 0xba, 0x0b, 0x0b, 0x01, 0xba, 0x08, 0x0b, 0x05, 0x2d,
0x07, 0x3c, 0x06, 0x5d, 0x03, 0x70, 0x05, 0x66, 0x08, 0x15, 0x07, 0x19,
0x08, 0x0e, 0x03, 0x6f, 0x00, 0x07, 0x4f, 0x4f, 0x6f, 0x4f, 0x45, 0x35,
0x35, 0x00, 0x05, 0x45, 0x03, 0x1c, 0x01, 0x5b, 0x01, 0x5b, 0x05, 0x3a,
0x01, 0x28, 0x01, 0x28, 0x04, 0x2f, 0x04, 0x51, 0x03, 0x39, 0x04, 0x1b,
0x04, 0x1a, 0x00, 0x05, 0x17, 0x17, 0x45, 0x8c, 0x75, 0x00, 0x22, 0x00,
0x00, 0x0a, 0x03, 0x00, 0x7c, 0xed, 0x89, 0x9c, 0xae, 0x2f, 0x2c, 0x31,
0x09, 0x2c, 0x05, 0x25, 0x0a, 0x43, 0x01, 0x3b, 0x01, 0x43, 0x09, 0x3b,
0x00, 0x07, 0x24, 0xcd, 0xae, 0xcb, 0x9c, 0x51, 0x75, 0x00, 0x25, 0x00,
0x00, 0x07, 0xb2, 0xcb, 0xae, 0xcb, 0xcb, 0xef, 0x34, 0x00, 0x03, 0x2b,
0x14, 0x24, 0x0a, 0x3b, 0x01, 0x43, 0x01, 0x3b, 0x09, 0x43, 0x00, 0x07,
0x31, 0xdf, 0x10, 0xbc, 0x10, 0xbc, 0xd9, 0x00, 0x68, 0x00, 0x00, 0x00,
0x3b, 0x00, 0x00, 0x07, 0xad, 0xa6, 0xac, 0x0a, 0x0a, 0x66, 0x9e, 0x00,
0x0d, 0x0b, 0x01, 0xba, 0x06, 0x0b, 0x01, 0xba, 0x06, 0x0b, 0x01, 0x2d,
0x01, 0x0b, 0x06, 0x2d, 0x05, 0x3c, 0x06, 0x5d, 0x03, 0x70, 0x04, 0x66,
0x09, 0x15, 0x07, 0x19, 0x08, 0x0e, 0x03, 0x6f, 0x04, 0x4f, 0x03, 0x35,
0x00, 0x04, 0x45, 0x35, 0x45, 0x45, 0x05, 0x1c, 0x01, 0x5b, 0x04, 0x3a,
0x03, 0x28, 0x03, 0x2f, 0x04, 0x51, 0x03, 0x39, 0x04, 0x1b, 0x05, 0x1a,
0x00, 0x06, 0x51, 0x7f, 0x7f, 0xd3, 0xf4, 0x6b, 0x22, 0x00, 0x00, 0x08,
0x03, 0x00, 0x7c, 0x63, 0x89, 0xae, 0xae, 0x1b, 0x09, 0x2c, 0x05, 0x25,
0x0a, 0x43, 0x00, 0x03, 0x3b, 0x43, 0x43, 0x00, 0x07, 0x3b, 0x04, 0x24,
0x00, 0x06, 0x25, 0xbe, 0xcb, 0xcb, 0xae, 0xcf, 0x25, 0x00, 0x00, 0x07,
0x71, 0xa8, 0xae, 0xcb, 0xbe, 0xcd, 0x34, 0x00, 0x0c, 0x2b, 0x0e, 0x24,
0x01, 0x3b, 0x01, 0x24, 0x09, 0x3b, 0x07, 0x43, 0x00, 0x07, 0x25, 0x43,
0xe1, 0xbc, 0xbc, 0xdd, 0xeb, 0x00, 0x68, 0x00, 0x00, 0x00, 0x3c, 0x00,
0x00, 0x05, 0xf7, 0xac, 0x17, 0x0a, 0xe5, 0x00, 0x07, 0x0b, 0x01, 0xba,
0x01, 0xba, 0x05, 0x0b, 0x01, 0xba, 0x07, 0x0b, 0x01, 0xba, 0x05, 0x0b,
0x08, 0x2d, 0x04, 0x3c, 0x05, 0x5d, 0x03, 0x70, 0x01, 0x66, 0x01, 0x70,
0x04, 0x66, 0x09, 0x15, 0x06, 0x19, 0x09, 0x0e, 0x01, 0x6f, 0x01, 0x6f,
0x04, 0x4f, 0x04, 0x35, 0x03, 0x45, 0x04, 0x1c, 0x01, 0x5b, 0x01, 0x5b,
0x04, 0x3a, 0x01, 0x28, 0x01, 0x28, 0x04, 0x2f, 0x04, 0x51, 0x03, 0x39,
0x04, 0x1b, 0x05, 0x1a, 0x00, 0x06, 0x39, 0x7f, 0x7f, 0x45, 0xd3, 0x69,
0x23, 0x00, 0x00, 0x08, 0x03, 0x00, 0xe7, 0xf0, 0xae, 0xcb, 0xcb, 0x1a,
0x04, 0x2c, 0x00, 0x03, 0x25, 0x25, 0x2c, 0x00, 0x05, 0x25, 0x09, 0x43,
0x00, 0x03, 0x3b, 0x3b, 0x43, 0x00, 0x07, 0x3b, 0x08, 0x24, 0x00, 0x08,
0xcd, 0xbe, 0xbe, 0xcb, 0x52, 0x6b, 0x00, 0x03, 0x23, 0x00, 0x00, 0x07,
0x69, 0xae, 0xbe, 0xbe, 0xcd, 0x2b, 0x42, 0x00, 0x10, 0x2b, 0x01, 0x24,
0x01, 0x2b, 0x0b, 0x24, 0x07, 0x3b, 0x04, 0x43, 0x01, 0x3b, 0x03, 0x43,
0x00, 0x09, 0x31, 0xe0, 0x4c, 0xbc, 0xbc, 0xde, 0xe7, 0x00, 0x03, 0x00,
0x65, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x0e, 0xb1, 0x17, 0x45, 0x0a,
0x7f, 0x5d, 0x9e, 0x0b, 0x0b, 0xba, 0xba, 0x0b, 0x0b, 0xba, 0x05, 0x0b,
0x01, 0xba, 0x01, 0xba, 0x03, 0x0b, 0x01, 0xba, 0x08, 0x0b, 0x07, 0x2d,
0x03, 0x3c, 0x06, 0x5d, 0x05, 0x70, 0x03, 0x66, 0x0a, 0x15, 0x07, 0x19,
0x07, 0x0e, 0x04, 0x6f, 0x03, 0x4f, 0x03, 0x35, 0x05, 0x45, 0x03, 0x1c,
0x01, 0x5b, 0x01, 0x5b, 0x04, 0x3a, 0x01, 0x28, 0x01, 0x28, 0x04, 0x2f,
0x04, 0x51, 0x03, 0x39, 0x04, 0x1b, 0x04, 0x1a, 0x00, 0x08, 0x31, 0x39,
0x45, 0x45, 0x7f, 0x9c, 0xb8, 0x6b, 0x23, 0x00, 0x00, 0x0c, 0x11, 0x00,
0xb1, 0xfc, 0xcb, 0xcb, 0xbe, 0x31, 0x2c, 0x25, 0x25, 0x2c, 0x05, 0x25,
0x0b, 0x43, 0x08, 0x3b, 0x0b, 0x24, 0x01, 0x3b, 0x04, 0xcd, 0x00, 0x03,
0x69, 0x00, 0x11, 0x00, 0x23, 0x00, 0x00, 0x06, 0x8e, 0x52, 0xcb, 0xcd,
0xcd, 0x3b, 0x04, 0x34, 0x01, 0x2b, 0x01, 0x34, 0x0e, 0x2b, 0x0d, 0x24,
0x06, 0x3b, 0x06, 0x43, 0x00, 0x07, 0x25, 0x34, 0xf3, 0xf2, 0xf2, 0xbc,
0x68, 0x00, 0x67, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x0a, 0xb8, 0xac,
0x7f, 0x17, 0x19, 0x9e, 0x9e, 0x0b, 0x0b, 0xba, 0x0c, 0x0b, 0x01, 0xba,
0x01, 0xba, 0x07, 0x0b, 0x07, 0x2d, 0x04, 0x3c, 0x06, 0x5d, 0x04, 0x70,
0x05, 0x66, 0x07, 0x15, 0x08, 0x19, 0x07, 0x0e, 0x00, 0x03, 0x4f, 0x6f,
0x6f, 0x00, 0x04, 0x4f, 0x03, 0x35, 0x03, 0x45, 0x04, 0x1c, 0x04, 0x5b,
0x01, 0x3a, 0x01, 0x3a, 0x03, 0x28, 0x04, 0x2f, 0x03, 0x51, 0x03, 0x39,
0x06, 0x1b, 0x03, 0x1a, 0x00, 0x0a, 0x31, 0x51, 0x45, 0x6f, 0x45, 0xd3,
0x8c, 0xb2, 0x00, 0x26, 0x22, 0x00, 0x00, 0x07, 0x26, 0x00, 0x7e, 0x1b,
0xbe, 0xbe, 0xcd, 0x00, 0x04, 0x2c, 0x05, 0x25, 0x09, 0x43, 0x07, 0x3b,
0x0c, 0x24, 0x04, 0x2b, 0x00, 0x08, 0xef, 0xef, 0x3b, 0xbe, 0x72, 0x4d,
0x00, 0x03, 0x21, 0x00, 0x00, 0x04, 0x26, 0x00, 0xd0, 0xcb, 0x03, 0xef,
0x0a, 0x34, 0x00, 0x06, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x04, 0x2b,
0x01, 0x24, 0x05, 0x2b, 0x0a, 0x24, 0x04, 0x3b, 0x00, 0x03, 0x43, 0x3b,
0x3b, 0x00, 0x03, 0x43, 0x00, 0x09, 0x31, 0xc6, 0xf2, 0xf2, 0x4c, 0x56,
0xd2, 0x00, 0x03, 0x00, 0x64, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x07,
0x69, 0x4f, 0x45, 0x7f, 0x45, 0x2d, 0x9e, 0x00, 0x16, 0x0b, 0x08, 0x2d,
0x06, 0x3c, 0x05, 0x5d, 0x01, 0x70, 0x01, 0x70, 0x04, 0x66, 0x01, 0x15,
0x01, 0x66, 0x07, 0x15, 0x07, 0x19, 0x09, 0x0e, 0x03, 0x6f, 0x03, 0x4f,
0x04, 0x35, 0x03, 0x45, 0x04, 0x1c, 0x01, 0x5b, 0x01, 0x5b, 0x03, 0x3a,
0x03, 0x28, 0x04, 0x2f, 0x03, 0x51, 0x03, 0x39, 0x04, 0x1b, 0x05, 0x1a,
0x00, 0x08, 0x31, 0x2f, 0x6f, 0x0e, 0x6f, 0x9c, 0x6f, 0x69, 0x25, 0x00,
0x00, 0x04, 0x4d, 0x00, 0x8b, 0xbe, 0x03, 0xcd, 0x01, 0x2c, 0x01, 0x2c,
0x04, 0x25, 0x09, 0x43, 0x00, 0x03, 0x3b, 0x43, 0x43, 0x00, 0x05, 0x3b,
0x0a, 0x24, 0x08, 0x2b, 0x03, 0xdc, 0x00, 0x05, 0xef, 0x34, 0xec, 0x00,
0x4d, 0x00, 0x21, 0x00, 0x00, 0x08, 0x26, 0x00, 0xe7, 0xdf, 0xcd, 0xdc,
0xdc, 0x2b, 0x0f, 0x34, 0x0b, 0x2b, 0x0b, 0x24, 0x06, 0x3b, 0x00, 0x0b,
0x43, 0x43, 0x25, 0xdf, 0x41, 0xde, 0xf2, 0x4c, 0xd9, 0x00, 0x03, 0x00,
0x64, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x07, 0x8e, 0x40, 0x0e, 0x45,
0x7f, 0x66, 0x9e, 0x00, 0x0e, 0x0b, 0x01, 0xba, 0x05, 0x0b, 0x01, 0x2d,
0x01, 0x0b, 0x08, 0x2d, 0x03, 0x3c, 0x07, 0x5d, 0x04, 0x70, 0x03, 0x66,
0x01, 0x15, 0x01, 0x66, 0x07, 0x15, 0x07, 0x19, 0x07, 0x0e, 0x03, 0x6f,
0x04, 0x4f, 0x03, 0x35, 0x04, 0x45, 0x04, 0x1c, 0x03, 0x5b, 0x03, 0x3a,
0x03, 0x28, 0x03, 0x2f, 0x03, 0x51, 0x03, 0x39, 0x05, 0x1b, 0x04, 0x1a,
0x00, 0x08, 0x2c, 0x2f, 0x0e, 0x19, 0x0e, 0x9c, 0x6f, 0x69, 0x26, 0x00,
0x00, 0x04, 0x26, 0x00, 0xea, 0xbe, 0x03, 0xef, 0x01, 0x25, 0x01, 0x43,
0x04, 0x25, 0x0a, 0x43, 0x05, 0x3b, 0x0b, 0x24, 0x03, 0x2b, 0x01, 0x24,
0x05, 0x2b, 0x01, 0x34, 0x03, 0xe4, 0x01, 0xef, 0x01, 0x9d, 0x26, 0x00,
0x00, 0x05, 0x8f, 0xcd, 0xdc, 0xdc, 0x42, 0x00, 0x05, 0x34, 0x01, 0x42,
0x01, 0x42, 0x0c, 0x34, 0x0b, 0x2b, 0x0a, 0x24, 0x05, 0x3b, 0x00, 0x08,
0x43, 0x25, 0x54, 0x50, 0x50, 0xf2, 0xeb, 0xa3, 0x65, 0x00, 0x00, 0x00,
0x3e, 0x00, 0x00, 0x07, 0xcf, 0x9c, 0x45, 0x45, 0x0e, 0x0b, 0x9e, 0x00,
0x06, 0x0b, 0x01, 0xba, 0x0d, 0x0b, 0x08, 0x2d, 0x04, 0x3c, 0x07, 0x5d,
0x01, 0x66, 0x01, 0x70, 0x06, 0x66, 0x06, 0x15, 0x08, 0x19, 0x08, 0x0e,
0x03, 0x6f, 0x03, 0x4f, 0x00, 0x03, 0x45, 0x35, 0x35, 0x00, 0x04, 0x45,
0x00, 0x06, 0x1c, 0x1c, 0x5b, 0x1c, 0x1c, 0x5b, 0x03, 0x3a, 0x03, 0x28,
0x04, 0x2f, 0x03, 0x51, 0x00, 0x04, 0x39, 0x39, 0x1b, 0x39, 0x03, 0x1b,
0x05, 0x1a, 0x01, 0x31, 0x01, 0x5b, 0x03, 0xd3, 0x00, 0x03, 0x89, 0x6f,
0x69, 0x00, 0x28, 0x00, 0x00, 0x06, 0x03, 0x6c, 0xcd, 0xdc, 0xdc, 0x3b,
0x03, 0x25, 0x06, 0x43, 0x01, 0x3b, 0x01, 0x43, 0x07, 0x3b, 0x09, 0x24,
0x0b, 0x2b, 0x04, 0x34, 0x00, 0x06, 0xe4, 0x4b, 0x4b, 0xe4, 0xc6, 0xad,
0x23, 0x00, 0x00, 0x13, 0x03, 0x00, 0xd9, 0x34, 0xdc, 0xe4, 0xe4, 0x42,
0x42, 0x34, 0x34, 0x42, 0x42, 0x34, 0x42, 0x34, 0x34, 0x42, 0x42, 0x00,
0x0a, 0x34, 0x0b, 0x2b, 0x0a, 0x24, 0x03, 0x3b, 0x00, 0x07, 0xef, 0xe0,
0x50, 0x5e, 0x55, 0xf2, 0xe7, 0x00, 0x65, 0x00, 0x00, 0x00, 0x3e, 0x00,
0x00, 0x07, 0xb1, 0x6f, 0x0e, 0x45, 0x6f, 0x3c, 0x9e, 0x00, 0x05, 0x0b,
0x01, 0xba, 0x0e, 0x0b, 0x07, 0x2d, 0x04, 0x3c, 0x06, 0x5d, 0x01, 0x70,
0x01, 0x70, 0x05, 0x66, 0x01, 0x15, 0x01, 0x66, 0x07, 0x15, 0x07, 0x19,
0x08, 0x0e, 0x03, 0x6f, 0x04, 0x4f, 0x03, 0x35, 0x04, 0x45, 0x03, 0x1c,
0x03, 0x5b, 0x00, 0x06, 0x3a, 0x3a, 0x28, 0x3a, 0x28, 0x28, 0x03, 0x2f,
0x03, 0x51, 0x03, 0x39, 0x04, 0x1b, 0x04, 0x1a, 0x00, 0x03, 0x31, 0x31,
0x1c, 0x00, 0x03, 0xd3, 0x00, 0x06, 0x89, 0xe5, 0x7e, 0x00, 0x00, 0x03,
0x26, 0x00, 0x00, 0x08, 0x8e, 0x1f, 0xdc, 0xe4, 0xe4, 0x3b, 0x25, 0x25,
0x06, 0x43, 0x00, 0x03, 0x3b, 0x43, 0x43, 0x00, 0x05, 0x3b, 0x0b, 0x24,
0x04, 0x2b, 0x00, 0x03, 0x34, 0x2b, 0x2b, 0x00, 0x08, 0x34, 0x01, 0x3f,
0x03, 0x33, 0x01, 0xe4, 0x01, 0x68, 0x25, 0x00, 0x00, 0x06, 0x0d, 0xf8,
0xef, 0xe4, 0x4b, 0x36, 0x0a, 0x42, 0x03, 0x34, 0x01, 0x42, 0x0c, 0x34,
0x07, 0x2b, 0x00, 0x03, 0x24, 0x2b, 0x2b, 0x00, 0x08, 0x24, 0x00, 0x08,
0x3b, 0xef, 0x24, 0xfb, 0x5e, 0xde, 0x4c, 0xfa, 0x65, 0x00, 0x00, 0x00,
0x3e, 0x00, 0x00, 0x07, 0x71, 0xf4, 0x9c, 0x6f, 0x4f, 0x66, 0x9e, 0x00,
0x14, 0x0b, 0x06, 0x2d, 0x04, 0x3c, 0x06, 0x5d, 0x05, 0x70, 0x00, 0x05,
0x66, 0x66, 0x15, 0x66, 0x66, 0x00, 0x07, 0x15, 0x07, 0x19, 0x07, 0x0e,
0x00, 0x03, 0x4f, 0x6f, 0x6f, 0x00, 0x03, 0x4f, 0x03, 0x35, 0x00, 0x0a,
0x45, 0x45, 0x35, 0x35, 0x45, 0x1c, 0x1c, 0x5b, 0x1c, 0x5b, 0x03, 0x3a,
0x03, 0x28, 0x04, 0x2f, 0x03, 0x51, 0x01, 0x39, 0x01, 0x39, 0x04, 0x1b,
0x06, 0x1a, 0x00, 0x0b, 0x31, 0xac, 0x9c, 0xd3, 0xd3, 0xce, 0x93, 0x99,
0x00, 0x00, 0x03, 0x00, 0x27, 0x00, 0x00, 0x07, 0xec, 0x61, 0xe4, 0x4b,
0xe4, 0x3b, 0x25, 0x00, 0x07, 0x43, 0x05, 0x3b, 0x01, 0x24, 0x01, 0x3b,
0x07, 0x24, 0x04, 0x2b, 0x00, 0x05, 0x34, 0x2b, 0x2b, 0x34, 0x2b, 0x00,
0x09, 0x34, 0x00, 0x09, 0x42, 0x34, 0x34, 0x33, 0xd5, 0xd5, 0x33, 0xbc,
0x71, 0x00, 0x25, 0x00, 0x00, 0x06, 0x90, 0xe4, 0xe4, 0x33, 0x4b, 0x3f,
0x0e, 0x42, 0x01, 0x34, 0x04, 0x42, 0x09, 0x34, 0x01, 0x2b, 0x01, 0x34,
0x06, 0x2b, 0x08, 0x24, 0x00, 0x08, 0x3b, 0x3b, 0xc6, 0x50, 0xf2, 0x4c,
0x55, 0xd2, 0x64, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x09, 0x4d, 0x00,
0x69, 0x9c, 0xd3, 0x0e, 0xd3, 0x2d, 0x9e, 0x00, 0x12, 0x0b, 0x07, 0x2d,
0x03, 0x3c, 0x07, 0x5d, 0x00, 0x03, 0x70, 0x70, 0x5d, 0x00, 0x06, 0x66,
0x06, 0x15, 0x08, 0x19, 0x01, 0x0e, 0x01, 0x19, 0x05, 0x0e, 0x00, 0x06,
0x4f, 0x6f, 0x6f, 0x4f, 0x4f, 0x6f, 0x04, 0x35, 0x00, 0x04, 0x45, 0x45,
0x35, 0x45, 0x03, 0x1c, 0x01, 0x5b, 0x01, 0x5b, 0x03, 0x3a, 0x01, 0x28,
0x01, 0x28, 0x04, 0x2f, 0x04, 0x51, 0x03, 0x39, 0x04, 0x1b, 0x04, 0x1a,
0x00, 0x03, 0x2c, 0x1a, 0xac, 0x00, 0x03, 0x9c, 0x00, 0x06, 0x89, 0xee,
0xb2, 0x00, 0x00, 0x03, 0x28, 0x00, 0x00, 0x05, 0x68, 0xe4, 0x33, 0x33,
0x4b, 0x00, 0x06, 0x43, 0x07, 0x3b, 0x06, 0x24, 0x00, 0x06, 0x2b, 0x24,
0x2b, 0x2b, 0x24, 0x34, 0x04, 0x2b, 0x08, 0x34, 0x01, 0x42, 0x01, 0x34,
0x04, 0x42, 0x00, 0x07, 0x34, 0x4b, 0xab, 0xab, 0xd5, 0xd5, 0xec, 0x00,
0x25, 0x00, 0x00, 0x0b, 0x6b, 0xe1, 0xe4, 0x33, 0xd5, 0x4b, 0x42, 0x3f,
0x3f, 0x42, 0x3f, 0x00, 0x0e, 0x42, 0x03, 0x34, 0x01, 0x42, 0x01, 0x42,
0x07, 0x34, 0x09, 0x2b, 0x05, 0x24, 0x00, 0x07, 0x25, 0xdf, 0x49, 0xf2,
0x4c, 0xbc, 0x7d, 0x00, 0x64, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x0a,
0x26, 0x00, 0x8e, 0x82, 0x89, 0x0e, 0xd3, 0x5d, 0x9e, 0xba, 0x09, 0x0b,
0x01, 0xba, 0x05, 0x0b, 0x09, 0x2d, 0x03, 0x3c, 0x06, 0x5d, 0x04, 0x70,
0x05, 0x66, 0x07, 0x15, 0x07, 0x19, 0x08, 0x0e, 0x01, 0x6f, 0x01, 0x6f,
0x03, 0x4f, 0x03, 0x35, 0x05, 0x45, 0x04, 0x1c, 0x01, 0x5b, 0x03, 0x3a,
0x03, 0x28, 0x04, 0x2f, 0x04, 0x51, 0x03, 0x39, 0x03, 0x1b, 0x04, 0x1a,
0x00, 0x09, 0x31, 0x1a, 0xd3, 0x89, 0x9c, 0x89, 0xce, 0xed, 0x75, 0x00,
0x2b, 0x00, 0x00, 0x06, 0x4d, 0x4e, 0x4b, 0xd5, 0xd5, 0x4b, 0x06, 0x43,
0x06, 0x3b, 0x05, 0x24, 0x0a, 0x2b, 0x0a, 0x34, 0x01, 0x42, 0x01, 0x34,
0x05, 0x42, 0x01, 0x3f, 0x04, 0xab, 0x01, 0x48, 0x26, 0x00, 0x01, 0xeb,
0x01, 0x4b, 0x03, 0xd5, 0x0b, 0x3f, 0x0c, 0x42, 0x0a, 0x34, 0x08, 0x2b,
0x04, 0x24, 0x00, 0x08, 0x3b, 0x24, 0x38, 0xf2, 0x41, 0x10, 0x64, 0x71,
0x63, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x07, 0x03, 0x00, 0xcf, 0x89,
0xd3, 0xd3, 0x70, 0x00, 0x07, 0x0b, 0x01, 0xba, 0x0a, 0x0b, 0x07, 0x2d,
0x04, 0x3c, 0x06, 0x5d, 0x01, 0x70, 0x01, 0x70, 0x04, 0x66, 0x01, 0x15,
0x01, 0x66, 0x08, 0x15, 0x06, 0x19, 0x08, 0x0e, 0x03, 0x6f, 0x03, 0x4f,
0x03, 0x35, 0x04, 0x45, 0x05, 0x1c, 0x00, 0x03, 0x5b, 0x3a, 0x3a, 0x00,
0x03, 0x28, 0x04, 0x2f, 0x01, 0x51, 0x01, 0x51, 0x03, 0x39, 0x04, 0x1b,
0x05, 0x1a, 0x00, 0x03, 0x2c, 0x1a, 0xd3, 0x00, 0x03, 0x89, 0x00, 0x03,
0xce, 0xa5, 0x7c, 0x00, 0x2c, 0x00, 0x00, 0x0a, 0xd2, 0xc8, 0xd5, 0xab,
0xab, 0x36, 0x43, 0x43, 0x3b, 0x43, 0x06, 0x3b, 0x06, 0x24, 0x08, 0x2b,
0x06, 0x34, 0x01, 0x42, 0x05, 0x34, 0x09, 0x42, 0x00, 0x06, 0xd5, 0xd1,
0xd1, 0xab, 0xc8, 0xd2, 0x25, 0x00, 0x00, 0x06, 0xad, 0xd5, 0xd5, 0xab,
0xab, 0x4b, 0x0c, 0x3f, 0x00, 0x03, 0x42, 0x3f, 0x3f, 0x00, 0x09, 0x42,
0x0a, 0x34, 0x0a, 0x2b, 0x00, 0x08, 0x24, 0x3b, 0xdf, 0x4c, 0x4c, 0x10,
0xbc, 0xec, 0x63, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x09, 0x03, 0x00,
0x9a, 0x93, 0x89, 0x9c, 0x9c, 0xba, 0x9e, 0x00, 0x0d, 0x0b, 0x00, 0x03,
0x2d, 0x0b, 0x0b, 0x00, 0x06, 0x2d, 0x04, 0x3c, 0x06, 0x5d, 0x04, 0x70,
0x05, 0x66, 0x07, 0x15, 0x06, 0x19, 0x08, 0x0e, 0x03, 0x6f, 0x00, 0x03,
0x4f, 0x6f, 0x4f, 0x00, 0x03, 0x35, 0x04, 0x45, 0x04, 0x1c, 0x00, 0x08,
0x5b, 0x28, 0x3a, 0x3a, 0x28, 0x3a, 0x28, 0x28, 0x03, 0x2f, 0x03, 0x51,
0x01, 0x39, 0x01, 0x39, 0x05, 0x1b, 0x04, 0x1a, 0x00, 0x03, 0x2c, 0x1b,
0xae, 0x00, 0x03, 0x89, 0x00, 0x03, 0xce, 0x82, 0x7c, 0x00, 0x2d, 0x00,
0x01, 0xd9, 0x04, 0xab, 0x00, 0x04, 0x2b, 0x25, 0x3b, 0x43, 0x04, 0x3b,
0x07, 0x24, 0x07, 0x2b, 0x09, 0x34, 0x0b, 0x42, 0x03, 0x3f, 0x01, 0x42,
0x01, 0x61, 0x04, 0xd1, 0x01, 0x90, 0x25, 0x00, 0x00, 0x09, 0x0d, 0xf2,
0xd5, 0xab, 0xab, 0xd5, 0x3f, 0x3f, 0x36, 0x00, 0x0f, 0x3f, 0x08, 0x42,
0x03, 0x34, 0x01, 0x42, 0x08, 0x34, 0x07, 0x2b, 0x00, 0x07, 0x3b, 0x34,
0x1d, 0x41, 0xbc, 0xc8, 0xeb, 0x00, 0x63, 0x00, 0x00, 0x00, 0x41, 0x00,
0x00, 0x05, 0xf4, 0xce, 0x9c, 0x9c, 0x3c, 0x00, 0x10, 0x0b, 0x06, 0x2d,
0x04, 0x3c, 0x07, 0x5d, 0x03, 0x70, 0x03, 0x66, 0x09, 0x15, 0x06, 0x19,
0x08, 0x0e, 0x03, 0x6f, 0x03, 0x4f, 0x00, 0x03, 0x45, 0x35, 0x35, 0x00,
0x04, 0x45, 0x04, 0x1c, 0x03, 0x5b, 0x01, 0x3a, 0x04, 0x28, 0x03, 0x2f,
0x03, 0x51, 0x03, 0x39, 0x03, 0x1b, 0x05, 0x1a, 0x00, 0x03, 0x2c, 0x1b,
0x9c, 0x00, 0x03, 0x89, 0x00, 0x03, 0xce, 0xb8, 0x8e, 0x00, 0x2e, 0x00,
0x00, 0x07, 0x5f, 0xab, 0xab, 0xd1, 0xab, 0x3b, 0x25, 0x00, 0x04, 0x3b,
0x08, 0x24, 0x07, 0x2b, 0x06, 0x34, 0x01, 0x42, 0x01, 0x42, 0x03, 0x34,
0x07, 0x42, 0x08, 0x3f, 0x00, 0x06, 0xc7, 0xc8, 0xc8, 0xab, 0xde, 0x4d,
0x25, 0x00, 0x01, 0xd9, 0x04, 0xab, 0x01, 0x36, 0x01, 0x3f, 0x05, 0x36,
0x01, 0x3f, 0x01, 0x36, 0x0c, 0x3f, 0x09, 0x42, 0x00, 0x03, 0x34, 0x42,
0x42, 0x00, 0x06, 0x34, 0x06, 0x2b, 0x00, 0x0a, 0x34, 0x3b, 0xc7, 0xbc,
0xbc, 0xc8, 0x41, 0xe7, 0x00, 0x0d, 0x60, 0x00, 0x00, 0x00, 0x41, 0x00,
0x00, 0x06, 0x7e, 0xd3, 0xce, 0x9c, 0x89, 0xba, 0x0d, 0x0b, 0x08, 0x2d,
0x03, 0x3c, 0x07, 0x5d, 0x03, 0x70, 0x03, 0x66, 0x01, 0x15, 0x01, 0x66,
0x08, 0x15, 0x06, 0x19, 0x07, 0x0e, 0x00, 0x03, 0x4f, 0x6f, 0x6f, 0x00,
0x03, 0x4f, 0x04, 0x35, 0x03, 0x45, 0x04, 0x1c, 0x01, 0x5b, 0x05, 0x3a,
0x01, 0x28, 0x04, 0x2f, 0x03, 0x51, 0x01, 0x39, 0x05, 0x1b, 0x05, 0x1a,
0x00, 0x03, 0x2c, 0x2f, 0x9c, 0x00, 0x03, 0x89, 0x00, 0x06, 0xce, 0xf4,
0x71, 0x00, 0x00, 0x0d, 0x2b, 0x00, 0x00, 0x07, 0xd2, 0xc8, 0xab, 0xd1,
0xd1, 0x61, 0x25, 0x00, 0x04, 0x3b, 0x07, 0x24, 0x00, 0x03, 0x2b, 0x2b,
0x34, 0x00, 0x03, 0x2b, 0x09, 0x34, 0x08, 0x42, 0x0b, 0x3f, 0x01, 0x42,
0x01, 0xc7, 0x04, 0xc8, 0x01, 0xd9, 0x25, 0x00, 0x00, 0x07, 0x6b, 0xbc,
0xab, 0xd1, 0xd1, 0xd5, 0x3f, 0x00, 0x0a, 0x36, 0x01, 0x3f, 0x01, 0x36,
0x0b, 0x3f, 0x0a, 0x42, 0x07, 0x34, 0x00, 0x0b, 0x2b, 0x34, 0x2b, 0x2b,
0x3b, 0x3f, 0xdd, 0xbc, 0xdd, 0xc8, 0xfa, 0x00, 0x62, 0x00, 0x00, 0x00,
0x42, 0x00, 0x00, 0x05, 0xa5, 0xce, 0x89, 0x89, 0xba, 0x00, 0x0d, 0x0b,
0x07, 0x2d, 0x03, 0x3c, 0x00, 0x03, 0x5d, 0x5d, 0x3c, 0x00, 0x04, 0x5d,
0x00, 0x03, 0x70, 0x66, 0x70, 0x00, 0x03, 0x66, 0x09, 0x15, 0x08, 0x19,
0x06, 0x0e, 0x00, 0x03, 0x4f, 0x6f, 0x6f, 0x00, 0x03, 0x4f, 0x04, 0x35,
0x04, 0x45, 0x03, 0x1c, 0x01, 0x5b, 0x03, 0x3a, 0x03, 0x28, 0x03, 0x2f,
0x04, 0x51, 0x01, 0x39, 0x01, 0x39, 0x05, 0x1b, 0x04, 0x1a, 0x00, 0x03,
0x2c, 0x2f, 0x9c, 0x00, 0x03, 0x89, 0x01, 0xce, 0x01, 0xd4, 0x30, 0x00,
0x00, 0x08, 0x90, 0xd1, 0xd1, 0xc8, 0xd1, 0x34, 0x25, 0x3b, 0x08, 0x24,
0x04, 0x2b, 0x08, 0x34, 0x00, 0x03, 0x42, 0x34, 0x34, 0x00, 0x08, 0x42,
0x0b, 0x3f, 0x00, 0x09, 0x36, 0x3f, 0x3f, 0x36, 0xe1, 0xdd, 0xdd, 0xd1,
0x9d, 0x00, 0x26, 0x00, 0x01, 0x68, 0x01, 0xab, 0x03, 0xd1, 0x10, 0x36,
0x0b, 0x3f, 0x09, 0x42, 0x07, 0x34, 0x03, 0x2b, 0x00, 0x09, 0x3b, 0xc7,
0xdd, 0xdd, 0xc8, 0xf2, 0xd2, 0x00, 0x03, 0x00, 0x5f, 0x00, 0x00, 0x00,
0x42, 0x00, 0x00, 0x06, 0xf1, 0xce, 0xce, 0x89, 0x89, 0xba, 0x0c, 0x0b,
0x04, 0x2d, 0x00, 0x03, 0x3c, 0x2d, 0x2d, 0x00, 0x03, 0x3c, 0x06, 0x5d,
0x01, 0x70, 0x01, 0x70, 0x05, 0x66, 0x09, 0x15, 0x07, 0x19, 0x06, 0x0e,
0x01, 0x4f, 0x03, 0x6f, 0x01, 0x4f, 0x01, 0x4f, 0x04, 0x35, 0x03, 0x45,
0x05, 0x1c, 0x01, 0x5b, 0x03, 0x3a, 0x03, 0x28, 0x03, 0x2f, 0x03, 0x51,
0x03, 0x39, 0x04, 0x1b, 0x04, 0x1a, 0x00, 0x08, 0x2c, 0x2f, 0x9c, 0x89,
0x9c, 0x89, 0xce, 0xf7, 0x30, 0x00, 0x00, 0x08, 0x71, 0xf2, 0xd1, 0xc8,
0xdd, 0xc7, 0x3b, 0x3b, 0x07, 0x24, 0x06, 0x2b, 0x07, 0x34, 0x09, 0x42,
0x0a, 0x3f, 0x03, 0x36, 0x01, 0x3f, 0x03, 0x36, 0x01, 0xe4, 0x01, 0xc7,
0x03, 0xdd, 0x00, 0x04, 0x4c, 0xe7, 0x00, 0x11, 0x23, 0x00, 0x00, 0x09,
0xad, 0xdd, 0xd1, 0xc8, 0xc8, 0xc7, 0x3f, 0x61, 0x61, 0x00, 0x0b, 0x36,
0x01, 0x3f, 0x04, 0x36, 0x09, 0x3f, 0x07, 0x42, 0x01, 0x34, 0x03, 0x42,
0x05, 0x34, 0x00, 0x0a, 0x2b, 0x3b, 0x61, 0xc8, 0xdd, 0xc8, 0xd1, 0x7d,
0x00, 0x11, 0x5f, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x06, 0x8e, 0x15,
0xce, 0x89, 0x89, 0xba, 0x05, 0x0b, 0x01, 0xba, 0x01, 0xba, 0x03, 0x0b,
0x08, 0x2d, 0x04, 0x3c, 0x06, 0x5d, 0x00, 0x03, 0x66, 0x70, 0x70, 0x00,
0x03, 0x66, 0x0a, 0x15, 0x06, 0x19, 0x06, 0x0e, 0x01, 0x4f, 0x01, 0x4f,
0x03, 0x6f, 0x01, 0x4f, 0x04, 0x35, 0x03, 0x45, 0x01, 0x1c, 0x01, 0x1c,
0x04, 0x5b, 0x00, 0x03, 0x3a, 0x5b, 0x3a, 0x00, 0x03, 0x28, 0x03, 0x2f,
0x03, 0x51, 0x00, 0x03, 0x39, 0x1b, 0x39, 0x00, 0x03, 0x1b, 0x05, 0x1a,
0x00, 0x08, 0x2c, 0x2f, 0xae, 0x9c, 0x9c, 0x89, 0x89, 0x8a, 0x31, 0x00,
0x00, 0x07, 0x7d, 0xdd, 0xc8, 0xdd, 0xdd, 0xdf, 0x25, 0x00, 0x06, 0x24,
0x06, 0x2b, 0x06, 0x34, 0x00, 0x03, 0x42, 0x34, 0x34, 0x00, 0x06, 0x42,
0x0a, 0x3f, 0x0b, 0x36, 0x00, 0x08, 0x61, 0xdd, 0xbc, 0xbc, 0xc8, 0x68,
0x00, 0x0d, 0x24, 0x00, 0x00, 0x06, 0xeb, 0xab, 0xc8, 0xc8, 0xd1, 0x36,
0x08, 0x61, 0x0c, 0x36, 0x0a, 0x3f, 0x09, 0x42, 0x05, 0x34, 0x00, 0x08,
0x2b, 0x2b, 0xc6, 0xc8, 0xc8, 0xab, 0x64, 0xa3, 0x60, 0x00, 0x00, 0x00,
0x43, 0x00, 0x01, 0xd4, 0x01, 0xce, 0x03, 0x89, 0x0a, 0x0b, 0x07, 0x2d,
0x05, 0x3c, 0x05, 0x5d, 0x04, 0x70, 0x03, 0x66, 0x08, 0x15, 0x08, 0x19,
0x06, 0x0e, 0x00, 0x03, 0x4f, 0x6f, 0x6f, 0x00, 0x03, 0x4f, 0x03, 0x35,
0x04, 0x45, 0x01, 0x1c, 0x01, 0x1c, 0x03, 0x5b, 0x03, 0x3a, 0x01, 0x28,
0x01, 0x28, 0x04, 0x2f, 0x03, 0x51, 0x03, 0x39, 0x01, 0x1b, 0x07, 0x1a,
0x01, 0x31, 0x01, 0x2f, 0x03, 0xae, 0x00, 0x06, 0x89, 0x9c, 0xea, 0x00,
0x00, 0x03, 0x2c, 0x00, 0x00, 0x0a, 0x0d, 0x00, 0x4d, 0x4e, 0xc8, 0xdd,
0xdd, 0xe1, 0x24, 0x3b, 0x04, 0x24, 0x06, 0x2b, 0x05, 0x34, 0x00, 0x03,
0x42, 0x34, 0x34, 0x00, 0x09, 0x42, 0x07, 0x3f, 0x0b, 0x36, 0x00, 0x0a,
0x61, 0x61, 0x36, 0x36, 0xe1, 0xbc, 0xbc, 0xdd, 0x4e, 0xd2, 0x23, 0x00,
0x00, 0x09, 0x11, 0x00, 0xd9, 0xc8, 0xc8, 0xdd, 0xc8, 0x33, 0x36, 0x00,
0x0b, 0x61, 0x0c, 0x36, 0x09, 0x3f, 0x06, 0x42, 0x00, 0x03, 0x34, 0x42,
0x42, 0x00, 0x03, 0x34, 0x00, 0x07, 0x24, 0x61, 0xc8, 0xc8, 0xd1, 0xd1,
0xec, 0x00, 0x60, 0x00, 0x00, 0x00, 0x43, 0x00, 0x00, 0x06, 0xb1, 0x89,
0x89, 0x9c, 0x9c, 0xba, 0x09, 0x0b, 0x06, 0x2d, 0x04, 0x3c, 0x01, 0x5d,
0x01, 0x3c, 0x04, 0x5d, 0x03, 0x70, 0x05, 0x66, 0x07, 0x15, 0x07, 0x19,
0x07, 0x0e, 0x01, 0x4f, 0x03, 0x6f, 0x01, 0x4f, 0x04, 0x35, 0x04, 0x45,
0x04, 0x1c, 0x01, 0x5b, 0x03, 0x3a, 0x03, 0x28, 0x03, 0x2f, 0x03, 0x51,
0x04, 0x39, 0x01, 0x1b, 0x01, 0x1b, 0x05, 0x1a, 0x01, 0x31, 0x01, 0xbe,
0x03, 0xae, 0x00, 0x06, 0x9c, 0xd3, 0xf1, 0x00, 0x00, 0x26, 0x2d, 0x00,
0x00, 0x09, 0x03, 0x00, 0xd9, 0x47, 0xdd, 0x10, 0xbc, 0xc7, 0x43, 0x00,
0x04, 0x24, 0x00, 0x05, 0x2b, 0x2b, 0x34, 0x2b, 0x2b, 0x00, 0x06, 0x34,
0x09, 0x42, 0x08, 0x3f, 0x0c, 0x36, 0x04, 0x61, 0x00, 0x08, 0x36, 0x36,
0xc7, 0xbc, 0x41, 0xbc, 0x10, 0xd9, 0x25, 0x00, 0x00, 0x0a, 0x71, 0x4e,
0xd1, 0xdd, 0xdd, 0xc7, 0x36, 0x61, 0x4b, 0x4b, 0x05, 0x61, 0x01, 0x36,
0x03, 0x61, 0x00, 0x03, 0x36, 0x61, 0x61, 0x00, 0x0b, 0x36, 0x08, 0x3f,
0x08, 0x42, 0x00, 0x04, 0x34, 0x34, 0x2b, 0x34, 0x03, 0xd1, 0x01, 0xab,
0x01, 0xeb, 0x60, 0x00, 0x00, 0x00, 0x43, 0x00, 0x00, 0x03, 0x71, 0xb8,
0xce, 0x00, 0x03, 0x9c, 0x08, 0x0b, 0x07, 0x2d, 0x03, 0x3c, 0x07, 0x5d,
0x03, 0x70, 0x03, 0x66, 0x01, 0x15, 0x01, 0x66, 0x06, 0x15, 0x07, 0x19,
0x07, 0x0e, 0x01, 0x4f, 0x03, 0x6f, 0x01, 0x4f, 0x01, 0x4f, 0x04, 0x35,
0x03, 0x45, 0x04, 0x1c, 0x01, 0x5b, 0x03, 0x3a, 0x03, 0x28, 0x00, 0x03,
0x2f, 0x28, 0x2f, 0x00, 0x03, 0x51, 0x03, 0x39, 0x03, 0x1b, 0x05, 0x1a,
0x00, 0x0b, 0x31, 0xbe, 0xcb, 0xae, 0xcb, 0x9c, 0x3a, 0x69, 0x00, 0x00,
0x03, 0x00, 0x2d, 0x00, 0x00, 0x0b, 0x11, 0x00, 0x6b, 0x64, 0xdd, 0xbc,
0xbc, 0x1d, 0x24, 0x3b, 0x24, 0x00, 0x07, 0x2b, 0x06, 0x34, 0x08, 0x42,
0x07, 0x3f, 0x00, 0x03, 0x36, 0x36, 0x3f, 0x00, 0x08, 0x36, 0x06, 0x61,
0x00, 0x0b, 0x4b, 0x61, 0x61, 0x36, 0x36, 0x58, 0xf2, 0x49, 0xbc, 0xeb,
0xa3, 0x00, 0x23, 0x00, 0x00, 0x08, 0x0d, 0x00, 0x7d, 0xdd, 0xdd, 0x10,
0xdd, 0x33, 0x03, 0x4b, 0x01, 0x61, 0x03, 0x4b, 0x00, 0x05, 0x61, 0x4b,
0x61, 0x61, 0x4b, 0x00, 0x03, 0x61, 0x01, 0x36, 0x01, 0x61, 0x0b, 0x36,
0x08, 0x3f, 0x06, 0x42, 0x04, 0x34, 0x00, 0x06, 0x33, 0xd1, 0xab, 0xab,
0xd1, 0xad, 0x5f, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x08, 0x69, 0x89,
0x9c, 0xae, 0xae, 0xba, 0x9e, 0xba, 0x04, 0x0b, 0x07, 0x2d, 0x04, 0x3c,
0x05, 0x5d, 0x00, 0x07, 0x70, 0x5d, 0x70, 0x66, 0x70, 0x66, 0x66, 0x00,
0x09, 0x15, 0x07, 0x19, 0x07, 0x0e, 0x03, 0x6f, 0x03, 0x4f, 0x03, 0x35,
0x03, 0x45, 0x04, 0x1c, 0x03, 0x5b, 0x01, 0x3a, 0x03, 0x28, 0x03, 0x2f,
0x04, 0x51, 0x01, 0x39, 0x01, 0x39, 0x04, 0x1b, 0x05, 0x1a, 0x01, 0xbe,
0x03, 0xcb, 0x00, 0x03, 0x9c, 0x51, 0x7e, 0x00, 0x33, 0x00, 0x00, 0x09,
0x7d, 0xdd, 0xbc, 0x41, 0x4c, 0xe0, 0x43, 0x24, 0x24, 0x00, 0x0d, 0x34,
0x0b, 0x42, 0x00, 0x03, 0x3f, 0x3f, 0xe4, 0x00, 0x09, 0x36, 0x0c, 0x61,
0x00, 0x08, 0x4b, 0x36, 0xc7, 0xf2, 0xf2, 0x49, 0x49, 0xe7, 0x25, 0x00,
0x00, 0x07, 0x6b, 0xde, 0xc8, 0x10, 0xbc, 0xc7, 0x36, 0x00, 0x06, 0x4b,
0x00, 0x05, 0x61, 0x4b, 0x61, 0x61, 0x4b, 0x00, 0x08, 0x61, 0x09, 0x36,
0x09, 0x3f, 0x06, 0x42, 0x00, 0x03, 0x34, 0x2b, 0x3f, 0x00, 0x03, 0xab,
0x01, 0xd5, 0x01, 0xfa, 0x5f, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x07,
0x7c, 0x63, 0x9c, 0xcb, 0xae, 0x9c, 0x9e, 0x00, 0x04, 0x0b, 0x07, 0x2d,
0x04, 0x3c, 0x07, 0x5d, 0x01, 0x70, 0x01, 0x70, 0x04, 0x66, 0x0a, 0x15,
0x06, 0x19, 0x06, 0x0e, 0x00, 0x03, 0x4f, 0x6f, 0x6f, 0x00, 0x03, 0x4f,
0x03, 0x35, 0x03, 0x45, 0x03, 0x1c, 0x03, 0x5b, 0x01, 0x3a, 0x01, 0x3a,
0x03, 0x28, 0x03, 0x2f, 0x03, 0x51, 0x03, 0x39, 0x04, 0x1b, 0x05, 0x1a,
0x00, 0x07, 0xbe, 0xcb, 0xcb, 0xbe, 0xae, 0xf0, 0x7e, 0x00, 0x33, 0x00,
0x00, 0x08, 0xad, 0x4e, 0xf2, 0x50, 0x64, 0xfb, 0xca, 0xc0, 0x0e, 0xca,
0x0e, 0xdf, 0x07, 0x61, 0x01, 0x36, 0x01, 0x61, 0x06, 0x36, 0x09, 0x4b,
0x00, 0x06, 0x33, 0x41, 0x50, 0xf2, 0x41, 0x68, 0x26, 0x00, 0x00, 0x06,
0xfa, 0xdd, 0x10, 0xbc, 0xe1, 0x33, 0x0c, 0x4b, 0x0a, 0x61, 0x07, 0x36,
0x00, 0x03, 0x3f, 0x36, 0x36, 0x00, 0x06, 0x3f, 0x06, 0x42, 0x00, 0x08,
0x34, 0x34, 0xd5, 0xab, 0xab, 0xd5, 0xdd, 0x71, 0x5e, 0x00, 0x00, 0x00,
0x43, 0x00, 0x00, 0x07, 0x11, 0x00, 0xcf, 0x89, 0xcb, 0xcb, 0xae, 0x00,
0x05, 0x0b, 0x08, 0x2d, 0x03, 0x3c, 0x06, 0x5d, 0x03, 0x70, 0x04, 0x66,
0x08, 0x15, 0x06, 0x19, 0x07, 0x0e, 0x03, 0x6f, 0x03, 0x4f, 0x04, 0x35,
0x03, 0x45, 0x04, 0x1c, 0x01, 0x5b, 0x04, 0x3a, 0x01, 0x28, 0x04, 0x2f,
0x03, 0x51, 0x03, 0x39, 0x01, 0x1b, 0x01, 0x1b, 0x05, 0x1a, 0x01, 0x31,
0x01, 0xcd, 0x03, 0xbe, 0x00, 0x06, 0xae, 0xf0, 0xb2, 0x00, 0x00, 0x03,
0x30, 0x00, 0x00, 0x0c, 0x0d, 0x90, 0x50, 0x56, 0x5f, 0x56, 0xaa, 0x52,
0x29, 0x29, 0x27, 0x27, 0x08, 0x7b, 0x09, 0x12, 0x01, 0x14, 0x05, 0x12,
0x03, 0x02, 0x06, 0x5a, 0x06, 0xe0, 0x01, 0xc7, 0x01, 0xc7, 0x04, 0x61,
0x06, 0x4b, 0x00, 0x06, 0xe1, 0x46, 0x50, 0xf2, 0x4e, 0x6b, 0x25, 0x00,
0x00, 0x07, 0xad, 0xbc, 0xdd, 0xbc, 0xbc, 0xc7, 0x4b, 0x00, 0x04, 0x33,
0x0b, 0x4b, 0x03, 0x61, 0x01, 0x4b, 0x03, 0x61, 0x01, 0x36, 0x01, 0x61,
0x07, 0x36, 0x00, 0x03, 0x3f, 0x3f, 0x36, 0x00, 0x06, 0x3f, 0x04, 0x42,
0x00, 0x07, 0x2b, 0x4b, 0xab, 0xab, 0xd5, 0xd5, 0xd9, 0x00, 0x5e, 0x00,
0x00, 0x00, 0x43, 0x00, 0x00, 0x0b, 0x26, 0x00, 0xb2, 0xfc, 0xae, 0xbe,
0xcb, 0x5d, 0x9e, 0x0b, 0x0b, 0x00, 0x08, 0x2d, 0x04, 0x3c, 0x05, 0x5d,
0x04, 0x70, 0x04, 0x66, 0x07, 0x15, 0x07, 0x19, 0x07, 0x0e, 0x01, 0x6f,
0x01, 0x6f, 0x04, 0x4f, 0x01, 0x35, 0x01, 0x35, 0x04, 0x45, 0x03, 0x1c,
0x01, 0x5b, 0x01, 0x5b, 0x03, 0x3a, 0x00, 0x05, 0x28, 0x3a, 0x28, 0x2f,
0x2f, 0x00, 0x04, 0x51, 0x01, 0x39, 0x01, 0x39, 0x03, 0x1b, 0x05, 0x1a,
0x01, 0x31, 0x03, 0xcd, 0x00, 0x07, 0xbe, 0xae, 0x52, 0x9a, 0x00, 0x03,
0x03, 0x00, 0x31, 0x00, 0x00, 0x08, 0xec, 0x60, 0x4e, 0x56, 0x5f, 0x80,
0x52, 0x52, 0x04, 0x29, 0x01, 0x27, 0x01, 0x7b, 0x04, 0x27, 0x01, 0x7b,
0x06, 0x5a, 0x05, 0x12, 0x08, 0x02, 0x07, 0x14, 0x03, 0xaa, 0x01, 0x14,
0x01, 0x14, 0x03, 0x0c, 0x03, 0x02, 0x01, 0xc6, 0x01, 0xc6, 0x03, 0xe0,
0x00, 0x07, 0xc7, 0xc6, 0x50, 0x5e, 0xf2, 0xf2, 0xd9, 0x00, 0x26, 0x00,
0x00, 0x07, 0x9d, 0xdd, 0xbc, 0xf2, 0xe1, 0x4b, 0x4b, 0x00, 0x06, 0x33,
0x09, 0x4b, 0x01, 0x61, 0x01, 0x4b, 0x03, 0x61, 0x01, 0x36, 0x04, 0x61,
0x05, 0x36, 0x00, 0x03, 0x3f, 0x36, 0x36, 0x00, 0x07, 0x3f, 0x04, 0x42,
0x01, 0x3f, 0x03, 0xd5, 0x01, 0x4b, 0x01, 0x55, 0x5e, 0x00, 0x00, 0x00,
0x46, 0x00, 0x00, 0x08, 0x88, 0xae, 0xbe, 0xbe, 0xd3, 0x9e, 0x0b, 0x0b,
0x07, 0x2d, 0x03, 0x3c, 0x01, 0x5d, 0x01, 0x3c, 0x05, 0x5d, 0x03, 0x70,
0x04, 0x66, 0x07, 0x15, 0x07, 0x19, 0x07, 0x0e, 0x03, 0x6f, 0x00, 0x03,
0x4f, 0x35, 0x4f, 0x00, 0x03, 0x35, 0x04, 0x45, 0x00, 0x07, 0x1c, 0x5b,
0x1c, 0x1c, 0x5b, 0x3a, 0x3a, 0x00, 0x03, 0x28, 0x03, 0x2f, 0x03, 0x51,
0x00, 0x07, 0x39, 0x39, 0x1b, 0x39, 0x1b, 0x1b, 0x39, 0x00, 0x03, 0x1a,
0x01, 0x31, 0x04, 0xcd, 0x00, 0x06, 0xbe, 0xaf, 0x7c, 0x00, 0x00, 0x0d,
0x31, 0x00, 0x00, 0x0a, 0xd2, 0x9d, 0x60, 0x48, 0x9d, 0x60, 0x12, 0xca,
0x29, 0x29, 0x05, 0x27, 0x01, 0x7b, 0x01, 0x27, 0x03, 0x7b, 0x00, 0x03,
0x5a, 0x5a, 0x7b, 0x00, 0x06, 0x12, 0x09, 0x02, 0x0a, 0x14, 0x01, 0x0c,
0x01, 0x0c, 0x06, 0x20, 0x06, 0xaa, 0x00, 0x08, 0x20, 0x04, 0x78, 0x48,
0x4e, 0x50, 0xeb, 0x11, 0x25, 0x00, 0x00, 0x07, 0xec, 0xbc, 0xbc, 0xf2,
0x4c, 0xc7, 0x4b, 0x00, 0x03, 0x33, 0x01, 0x61, 0x06, 0x33, 0x08, 0x4b,
0x00, 0x03, 0x61, 0x4b, 0x4b, 0x00, 0x07, 0x61, 0x05, 0x36, 0x01, 0x3f,
0x01, 0x36, 0x08, 0x3f, 0x00, 0x08, 0x42, 0x42, 0x4b, 0xd5, 0x33, 0xe4,
0xc7, 0xe7, 0x5d, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x04, 0x03, 0x00,
0x7e, 0x1b, 0x03, 0xbe, 0x01, 0x5d, 0x01, 0x9e, 0x08, 0x2d, 0x03, 0x3c,
0x01, 0x5d, 0x01, 0x3c, 0x04, 0x5d, 0x03, 0x70, 0x04, 0x66, 0x08, 0x15,
0x06, 0x19, 0x07, 0x0e, 0x01, 0x4f, 0x03, 0x6f, 0x01, 0x4f, 0x04, 0x35,
0x04, 0x45, 0x01, 0x1c, 0x01, 0x1c, 0x03, 0x5b, 0x03, 0x3a, 0x01, 0x28,
0x01, 0x28, 0x03, 0x2f, 0x04, 0x51, 0x01, 0x39, 0x05, 0x1b, 0x00, 0x0b,
0x1a, 0x1a, 0xfc, 0xfc, 0x25, 0x25, 0x43, 0x43, 0x1a, 0x88, 0x6b, 0x00,
0x34, 0x00, 0x00, 0x0a, 0x71, 0xfa, 0x64, 0x48, 0x5f, 0x9d, 0xc1, 0x52,
0x52, 0x29, 0x04, 0x27, 0x01, 0x7b, 0x01, 0x27, 0x04, 0x7b, 0x01, 0x5a,
0x01, 0x5a, 0x06, 0x12, 0x09, 0x02, 0x0a, 0x14, 0x05, 0x0c, 0x0a, 0x20,
0x00, 0x09, 0x04, 0x20, 0x0c, 0xf8, 0x4e, 0x4e, 0x5e, 0x4e, 0xe7, 0x00,
0x25, 0x00, 0x00, 0x07, 0xa3, 0x4e, 0xbc, 0xf2, 0xde, 0xe1, 0x4b, 0x00,
0x0c, 0x33, 0x09, 0x4b, 0x09, 0x61, 0x07, 0x36, 0x07, 0x3f, 0x00, 0x07,
0x42, 0x3f, 0x33, 0x33, 0x4b, 0xe4, 0xa7, 0x00, 0x5d, 0x00, 0x00, 0x00,
0x46, 0x00, 0x00, 0x07, 0x03, 0xb4, 0xcb, 0xcd, 0xcd, 0xd3, 0x9e, 0x00,
0x07, 0x2d, 0x04, 0x3c, 0x06, 0x5d, 0x01, 0x70, 0x01, 0x70, 0x04, 0x66,
0x08, 0x15, 0x07, 0x19, 0x06, 0x0e, 0x01, 0x4f, 0x03, 0x6f, 0x03, 0x4f,
0x01, 0x35, 0x01, 0x35, 0x04, 0x45, 0x01, 0x1c, 0x01, 0x1c, 0x03, 0x5b,
0x01, 0x3a, 0x01, 0x3a, 0x04, 0x28, 0x03, 0x2f, 0x01, 0x51, 0x03, 0x2f,
0x01, 0x39, 0x03, 0xfc, 0x00, 0x0c, 0xc3, 0xf0, 0xf0, 0x76, 0xb9, 0xc0,
0xc0, 0x37, 0xc0, 0xf0, 0xf7, 0x71, 0x35, 0x00, 0x00, 0x09, 0x7d, 0x60,
0x4e, 0x48, 0x5f, 0x80, 0x29, 0x52, 0x29, 0x00, 0x04, 0x27, 0x00, 0x03,
0x7b, 0x7b, 0x27, 0x00, 0x03, 0x7b, 0x01, 0x5a, 0x06, 0x12, 0x0a, 0x02,
0x09, 0x14, 0x07, 0x0c, 0x06, 0x20, 0x07, 0x04, 0x00, 0x06, 0x62, 0x78,
0x64, 0x5e, 0x78, 0xfa, 0x26, 0x00, 0x00, 0x05, 0x7d, 0xbc, 0xf2, 0x50,
0xbc, 0x00, 0x11, 0x33, 0x08, 0x4b, 0x04, 0x61, 0x01, 0x4b, 0x03, 0x61,
0x06, 0x36, 0x01, 0x3f, 0x01, 0x36, 0x06, 0x3f, 0x00, 0x08, 0x36, 0x4b,
0x4b, 0xdc, 0xc6, 0x8e, 0x00, 0x0d, 0x5a, 0x00, 0x00, 0x00, 0x47, 0x00,
0x00, 0x07, 0xd0, 0xcd, 0xbe, 0xef, 0xbe, 0x3c, 0x0b, 0x00, 0x06, 0x2d,
0x03, 0x3c, 0x06, 0x5d, 0x03, 0x70, 0x04, 0x66, 0x08, 0x15, 0x06, 0x19,
0x07, 0x0e, 0x00, 0x03, 0x4f, 0x6f, 0x6f, 0x00, 0x03, 0x4f, 0x03, 0x35,
0x04, 0x45, 0x00, 0x12, 0x1c, 0x1c, 0x5b, 0x5b, 0x3a, 0x3a, 0x28, 0x28,
0x5b, 0x28, 0x28, 0x2f, 0x2f, 0x51, 0x17, 0x0a, 0xc3, 0xc3, 0x03, 0x76,
0x01, 0x30, 0x03, 0x3e, 0x00, 0x08, 0x59, 0x37, 0x52, 0x52, 0xc0, 0xf0,
0xcf, 0x71, 0x35, 0x00, 0x00, 0x08, 0xec, 0x60, 0x64, 0x4e, 0x5f, 0x77,
0x12, 0x52, 0x04, 0x27, 0x04, 0x7b, 0x04, 0x5a, 0x05, 0x12, 0x09, 0x02,
0x00, 0x04, 0x14, 0x14, 0x02, 0x02, 0x06, 0x14, 0x05, 0x0c, 0x07, 0x20,
0x0a, 0x04, 0x00, 0x09, 0x0c, 0xf3, 0x5e, 0x50, 0x78, 0x56, 0xad, 0x00,
0x0d, 0x00, 0x23, 0x00, 0x00, 0x06, 0xad, 0x50, 0xf2, 0x50, 0x50, 0xc7,
0x13, 0x33, 0x09, 0x4b, 0x05, 0x61, 0x09, 0x36, 0x05, 0x3f, 0x00, 0x07,
0x36, 0xe4, 0xe4, 0xdc, 0x90, 0x00, 0x11, 0x00, 0x5a, 0x00, 0x00, 0x00,
0x47, 0x00, 0x00, 0x07, 0x8e, 0xdf, 0xbe, 0xef, 0xef, 0xd3, 0x9e, 0x00,
0x05, 0x2d, 0x03, 0x3c, 0x07, 0x5d, 0x01, 0x70, 0x01, 0x70, 0x04, 0x66,
0x09, 0x15, 0x06, 0x19, 0x06, 0x0e, 0x03, 0x6f, 0x03, 0x4f, 0x03, 0x35,
0x04, 0x45, 0x04, 0x1c, 0x00, 0x0f, 0x5b, 0x3a, 0x5b, 0x28, 0x28, 0x86,
0x17, 0xc3, 0xc3, 0x76, 0x76, 0x1e, 0x63, 0x63, 0x30, 0x00, 0x05, 0x3e,
0x00, 0x0b, 0x30, 0x59, 0x52, 0x29, 0x29, 0xca, 0xdf, 0xcf, 0x11, 0x00,
0x03, 0x00, 0x33, 0x00, 0x00, 0x08, 0xe7, 0x4e, 0x5e, 0x60, 0x4e, 0x46,
0xaa, 0x52, 0x04, 0x27, 0x00, 0x08, 0x7b, 0x7b, 0x27, 0x7b, 0x7b, 0x5a,
0x7b, 0x7b, 0x05, 0x12, 0x08, 0x02, 0x08, 0x14, 0x06, 0x0c, 0x06, 0x20,
0x09, 0x04, 0x00, 0x0e, 0x62, 0x62, 0x04, 0x62, 0x62, 0x04, 0x1f, 0x78,
0x55, 0x55, 0x41, 0x7d, 0x00, 0x0d, 0x23, 0x00, 0x00, 0x06, 0x11, 0xfa,
0x4c, 0x5e, 0x46, 0x58, 0x15, 0x33, 0x08, 0x4b, 0x03, 0x61, 0x01, 0x36,
0x03, 0x61, 0x06, 0x36, 0x05, 0x3f, 0x03, 0xe4, 0x00, 0x05, 0xef, 0x74,
0x4d, 0x00, 0x03, 0x00, 0x59, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x0c,
0xcc, 0xcd, 0xef, 0xdc, 0xbe, 0x2d, 0x0b, 0x2d, 0x2d, 0x3c, 0x3c, 0x2d,
0x03, 0x3c, 0x05, 0x5d, 0x01, 0x70, 0x05, 0x66, 0x0a, 0x15, 0x06, 0x19,
0x06, 0x0e, 0x01, 0x6f, 0x01, 0x6f, 0x03, 0x4f, 0x07, 0x35, 0x03, 0x1c,
0x00, 0x0a, 0x5b, 0x3a, 0x86, 0x17, 0xc3, 0x8c, 0x40, 0x40, 0x1e, 0x1e,
0x05, 0x63, 0x04, 0x30, 0x00, 0x0d, 0x3e, 0x3e, 0x30, 0x5c, 0x27, 0x5a,
0x5a, 0xdf, 0xca, 0xd0, 0x00, 0x00, 0x11, 0x00, 0x33, 0x00, 0x00, 0x10,
0xad, 0x56, 0x55, 0x46, 0x64, 0x46, 0xf8, 0x52, 0x27, 0x27, 0x7b, 0x27,
0x7b, 0x27, 0x7b, 0x7b, 0x03, 0x5a, 0x06, 0x12, 0x07, 0x02, 0x08, 0x14,
0x01, 0x0c, 0x01, 0x14, 0x04, 0x0c, 0x07, 0x20, 0x07, 0x04, 0x01, 0x62,
0x03, 0x04, 0x04, 0x62, 0x00, 0x0a, 0x01, 0x04, 0xfb, 0x3d, 0x3d, 0x0f,
0x9d, 0x6b, 0x00, 0x03, 0x21, 0x00, 0x00, 0x08, 0x11, 0x00, 0xec, 0xf2,
0xf2, 0x50, 0x4c, 0xd5, 0x17, 0x33, 0x08, 0x4b, 0x06, 0x61, 0x07, 0x36,
0x00, 0x03, 0x3f, 0x3f, 0x42, 0x00, 0x03, 0xdc, 0x00, 0x04, 0x2b, 0xd9,
0x00, 0x4d, 0x59, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x07, 0xe7, 0xdc,
0xef, 0xdc, 0xdc, 0xd3, 0x9e, 0x00, 0x03, 0x2d, 0x04, 0x3c, 0x06, 0x5d,
0x01, 0x70, 0x01, 0x70, 0x04, 0x66, 0x01, 0x15, 0x01, 0x66, 0x06, 0x15,
0x06, 0x19, 0x07, 0x0e, 0x03, 0x6f, 0x03, 0x4f, 0x04, 0x35, 0x00, 0x08,
0x45, 0x45, 0x3a, 0x7f, 0x17, 0xc3, 0x8c, 0x40, 0x03, 0x2e, 0x01, 0x1e,
0x06, 0x63, 0x01, 0x30, 0x01, 0x63, 0x04, 0x30, 0x00, 0x0a, 0x3e, 0x3e,
0x30, 0x5c, 0x5a, 0x02, 0x02, 0xe0, 0x5a, 0x8b, 0x36, 0x00, 0x00, 0x0b,
0xad, 0x4e, 0x49, 0x50, 0x50, 0x5e, 0xf8, 0x52, 0x29, 0x27, 0x27, 0x00,
0x03, 0x7b, 0x00, 0x04, 0x27, 0x5a, 0x7b, 0x5a, 0x06, 0x12, 0x07, 0x02,
0x09, 0x14, 0x05, 0x0c, 0x06, 0x20, 0x06, 0x04, 0x01, 0x62, 0x03, 0x04,
0x04, 0x62, 0x05, 0x01, 0x00, 0x09, 0x62, 0x1f, 0x41, 0x67, 0x41, 0x13,
0xd9, 0x00, 0x11, 0x00, 0x21, 0x00, 0x00, 0x08, 0x03, 0x00, 0xa3, 0xfa,
0xf2, 0x5e, 0xde, 0xe1, 0x19, 0x33, 0x06, 0x4b, 0x07, 0x61, 0x07, 0x36,
0x01, 0x3f, 0x01, 0x3f, 0x03, 0xdc, 0x01, 0xbe, 0x01, 0x8f, 0x5b, 0x00,
0x00, 0x00, 0x48, 0x00, 0x00, 0x09, 0x0d, 0x74, 0xef, 0xdc, 0xe4, 0xbe,
0x0b, 0x2d, 0x2d, 0x00, 0x05, 0x3c, 0x05, 0x5d, 0x03, 0x70, 0x05, 0x66,
0x07, 0x15, 0x06, 0x19, 0x06, 0x0e, 0x04, 0x6f, 0x00, 0x0a, 0x4f, 0x4f,
0x35, 0x45, 0x45, 0x7f, 0x7f, 0x8c, 0x8c, 0x4a, 0x08, 0x2e, 0x04, 0x1e,
0x03, 0x63, 0x01, 0x30, 0x01, 0x63, 0x06, 0x30, 0x00, 0x07, 0x37, 0x02,
0x0c, 0x02, 0xe0, 0x02, 0x68, 0x00, 0x36, 0x00, 0x00, 0x09, 0xe7, 0x64,
0x4c, 0x3d, 0x55, 0x50, 0xfb, 0x29, 0x52, 0x00, 0x04, 0x27, 0x03, 0x7b,
0x00, 0x03, 0x5a, 0x12, 0x5a, 0x00, 0x05, 0x12, 0x06, 0x02, 0x09, 0x14,
0x05, 0x0c, 0x08, 0x20, 0x04, 0x04, 0x07, 0x62, 0x08, 0x01, 0x00, 0x08,
0x62, 0x01, 0xf3, 0x4c, 0x4c, 0x58, 0xeb, 0x71, 0x23, 0x00, 0x00, 0x0b,
0x03, 0x00, 0xd9, 0x60, 0x56, 0x4e, 0x78, 0xc6, 0xc7, 0xc7, 0xd5, 0x00,
0x17, 0x33, 0x06, 0x4b, 0x08, 0x61, 0x06, 0x36, 0x00, 0x06, 0xdc, 0xef,
0xef, 0xcd, 0x43, 0xe7, 0x5a, 0x00, 0x00, 0x00, 0x49, 0x00, 0x00, 0x08,
0x7d, 0xdc, 0xe4, 0xe4, 0xdc, 0x5d, 0x0b, 0x2d, 0x05, 0x3c, 0x04, 0x5d,
0x04, 0x70, 0x03, 0x66, 0x08, 0x15, 0x07, 0x19, 0x06, 0x0e, 0x00, 0x0a,
0x4f, 0x0e, 0x0e, 0x6f, 0x45, 0x7f, 0x17, 0x8c, 0x8c, 0x4a, 0x07, 0x40,
0x05, 0x2e, 0x03, 0x1e, 0x04, 0x63, 0x04, 0x30, 0x00, 0x0a, 0x3e, 0x30,
0x30, 0x37, 0x0c, 0x04, 0x04, 0xe0, 0x04, 0x7d, 0x36, 0x00, 0x00, 0x09,
0xec, 0x5e, 0x4c, 0x78, 0x78, 0x3d, 0xfb, 0x12, 0x52, 0x00, 0x03, 0x27,
0x03, 0x7b, 0x01, 0x5a, 0x01, 0x5a, 0x06, 0x12, 0x07, 0x02, 0x07, 0x14,
0x05, 0x0c, 0x05, 0x20, 0x0b, 0x04, 0x00, 0x04, 0x62, 0x62, 0x01, 0x62,
0x0c, 0x01, 0x00, 0x06, 0x54, 0x2a, 0x2a, 0x16, 0x2a, 0xe7, 0x23, 0x00,
0x00, 0x0c, 0x0d, 0x00, 0x8e, 0xeb, 0x5e, 0x60, 0x64, 0xf8, 0x01, 0x01,
0xc6, 0xc6, 0x03, 0xc7, 0x13, 0x33, 0x01, 0x61, 0x01, 0x33, 0x07, 0x4b,
0x05, 0x61, 0x06, 0x36, 0x00, 0x06, 0x42, 0xef, 0xcd, 0xcd, 0xcb, 0xd0,
0x5a, 0x00, 0x00, 0x00, 0x49, 0x00, 0x00, 0x0c, 0xd2, 0xc6, 0xdc, 0x4b,
0x4b, 0x35, 0x0b, 0x2d, 0x3c, 0x3c, 0x5d, 0x3c, 0x05, 0x5d, 0x03, 0x70,
0x05, 0x66, 0x07, 0x15, 0x06, 0x19, 0x00, 0x03, 0x0e, 0x0e, 0x19, 0x00,
0x03, 0x0e, 0x00, 0x07, 0x6f, 0x7f, 0x93, 0x93, 0x8c, 0x8c, 0x22, 0x00,
0x05, 0x4a, 0x06, 0x40, 0x03, 0x2e, 0x05, 0x1e, 0x04, 0x63, 0x06, 0x30,
0x00, 0x0a, 0x52, 0x04, 0x32, 0x62, 0xe0, 0x1f, 0xd9, 0x00, 0x00, 0x03,
0x33, 0x00, 0x00, 0x09, 0xec, 0x78, 0x2a, 0x67, 0x49, 0x67, 0xf3, 0x12,
0x29, 0x00, 0x03, 0x27, 0x03, 0x7b, 0x01, 0x5a, 0x01, 0x5a, 0x05, 0x12,
0x08, 0x02, 0x06, 0x14, 0x03, 0x0c, 0x00, 0x03, 0x20, 0x0c, 0x0c, 0x00,
0x05, 0x20, 0x09, 0x04, 0x03, 0x62, 0x0b, 0x01, 0x00, 0x0b, 0x38, 0x32,
0x32, 0x01, 0x32, 0x38, 0x10, 0x16, 0x10, 0xe1, 0x90, 0x00, 0x26, 0x00,
0x00, 0x11, 0x68, 0x55, 0x5e, 0x64, 0x49, 0x32, 0x32, 0x01, 0x1f, 0x1f,
0x01, 0x04, 0xc6, 0xc6, 0xc7, 0xc7, 0xd5, 0x00, 0x13, 0x33, 0x04, 0x4b,
0x00, 0x05, 0x61, 0x4b, 0x61, 0x61, 0x36, 0x00, 0x03, 0x61, 0x04, 0x36,
0x00, 0x06, 0xef, 0xcd, 0xcd, 0xcb, 0x37, 0x6b, 0x59, 0x00, 0x00, 0x00,
0x4a, 0x00, 0x00, 0x09, 0xeb, 0xdc, 0x4b, 0x33, 0xdc, 0x2d, 0x2d, 0x3c,
0x3c, 0x00, 0x06, 0x5d, 0x01, 0x70, 0x01, 0x70, 0x04, 0x66, 0x00, 0x03,
0x15, 0x15, 0x66, 0x00, 0x06, 0x15, 0x07, 0x19, 0x00, 0x09, 0x0e, 0x0e,
0x6f, 0xe5, 0x93, 0x93, 0x44, 0x44, 0x22, 0x00, 0x03, 0x4a, 0x01, 0x22,
0x01, 0x22, 0x05, 0x4a, 0x03, 0x40, 0x04, 0x2e, 0x06, 0x1e, 0x03, 0x63,
0x04, 0x30, 0x00, 0x0c, 0x63, 0x30, 0x27, 0x38, 0x08, 0x38, 0xc6, 0xf8,
0xec, 0x00, 0x00, 0x03, 0x33, 0x00, 0x00, 0x03, 0xd9, 0x4c, 0x13, 0x00,
0x03, 0x41, 0x00, 0x05, 0xf3, 0x7b, 0x29, 0x27, 0x27, 0x00, 0x06, 0x7b,
0x05, 0x12, 0x07, 0x02, 0x07, 0x14, 0x05, 0x0c, 0x05, 0x20, 0x08, 0x04,
0x03, 0x62, 0x0a, 0x01, 0x03, 0x32, 0x07, 0x38, 0x00, 0x06, 0x06, 0x21,
0x47, 0x06, 0x49, 0xd2, 0x25, 0x00, 0x00, 0x07, 0xad, 0x4e, 0x78, 0x5e,
0x55, 0x54, 0x01, 0x00, 0x04, 0x32, 0x00, 0x09, 0x01, 0x1f, 0x1f, 0x01,
0x04, 0x04, 0xc6, 0xc7, 0xc7, 0x00, 0x11, 0x33, 0x06, 0x4b, 0x06, 0x61,
0x00, 0x09, 0x36, 0x36, 0x61, 0x2b, 0xcd, 0xbe, 0xcb, 0xcb, 0x7e, 0x00,
0x59, 0x00, 0x00, 0x00, 0x4a, 0x00, 0x00, 0x09, 0xe7, 0xc7, 0x4b, 0xd5,
0x33, 0x35, 0x2d, 0x3c, 0x3c, 0x00, 0x06, 0x5d, 0x03, 0x70, 0x03, 0x66,
0x09, 0x15, 0x05, 0x19, 0x00, 0x06, 0x6f, 0xe5, 0xe5, 0x93, 0x53, 0x44,
0x09, 0x22, 0x04, 0x4a, 0x04, 0x40, 0x05, 0x2e, 0x04, 0x1e, 0x04, 0x63,
0x05, 0x30, 0x00, 0x0b, 0x3e, 0x12, 0x06, 0x06, 0x1d, 0xc6, 0x78, 0xe7,
0x00, 0x00, 0x0d, 0x00, 0x30, 0x00, 0x00, 0x0e, 0x03, 0x00, 0x00, 0x68,
0xb7, 0x23, 0x2a, 0x2a, 0x0f, 0x54, 0x7b, 0x52, 0x27, 0x27, 0x03, 0x7b,
0x01, 0x5a, 0x01, 0x5a, 0x05, 0x12, 0x08, 0x02, 0x06, 0x14, 0x04, 0x0c,
0x06, 0x20, 0x06, 0x04, 0x05, 0x62, 0x08, 0x01, 0x05, 0x32, 0x05, 0x38,
0x04, 0x1f, 0x00, 0x06, 0x08, 0x23, 0x23, 0x1d, 0xe1, 0x7d, 0x26, 0x00,
0x00, 0x05, 0xeb, 0x49, 0x55, 0x50, 0xf3, 0x00, 0x03, 0x38, 0x03, 0x32,
0x00, 0x0c, 0x38, 0x32, 0x01, 0x01, 0x1f, 0x1f, 0x01, 0x01, 0x04, 0xc6,
0xc7, 0xc7, 0x0f, 0x33, 0x06, 0x4b, 0x00, 0x03, 0x61, 0x61, 0x4b, 0x00,
0x04, 0x61, 0x00, 0x06, 0xe4, 0xcd, 0xbe, 0xcb, 0xae, 0xb8, 0x59, 0x00,
0x00, 0x00, 0x4b, 0x00, 0x00, 0x07, 0x48, 0xe4, 0xd5, 0xd5, 0x3b, 0x0b,
0x3c, 0x00, 0x06, 0x5d, 0x00, 0x04, 0x70, 0x66, 0x5d, 0x70, 0x03, 0x66,
0x09, 0x15, 0x00, 0x06, 0x19, 0x19, 0xe5, 0xe5, 0x93, 0x53, 0x03, 0x44,
0x0a, 0x22, 0x05, 0x4a, 0x04, 0x40, 0x05, 0x2e, 0x04, 0x1e, 0x04, 0x63,
0x03, 0x30, 0x00, 0x09, 0x63, 0x3e, 0x14, 0x58, 0x58, 0x23, 0xe1, 0x78,
0xad, 0x00, 0x33, 0x00, 0x00, 0x06, 0x03, 0x00, 0x0d, 0x68, 0x58, 0x58,
0x03, 0x13, 0x00, 0x05, 0x1f, 0x27, 0x52, 0x27, 0x27, 0x00, 0x03, 0x7b,
0x01, 0x5a, 0x01, 0x5a, 0x05, 0x12, 0x07, 0x02, 0x07, 0x14, 0x04, 0x0c,
0x05, 0x20, 0x09, 0x04, 0x01, 0x62, 0x01, 0x62, 0x09, 0x01, 0x04, 0x32,
0x00, 0x05, 0x38, 0x38, 0x1f, 0x38, 0x38, 0x00, 0x06, 0x1f, 0x00, 0x07,
0x08, 0x1d, 0x06, 0x06, 0xe1, 0x50, 0x4d, 0x00, 0x25, 0x00, 0x00, 0x0a,
0xec, 0x78, 0x49, 0x3d, 0x49, 0x54, 0x38, 0x1f, 0x38, 0x38, 0x07, 0x32,
0x00, 0x03, 0x01, 0x1f, 0x1f, 0x00, 0x03, 0x01, 0x00, 0x04, 0x04, 0xc6,
0xc7, 0xc7, 0x0d, 0x33, 0x04, 0x4b, 0x00, 0x03, 0x61, 0x61, 0x4b, 0x00,
0x05, 0x61, 0x00, 0x06, 0xdc, 0xcb, 0xcb, 0xae, 0x1c, 0x9a, 0x58, 0x00,
0x00, 0x00, 0x49, 0x00, 0x00, 0x09, 0x11, 0x00, 0xd9, 0xd5, 0xd5, 0xab,
0x33, 0x19, 0x2d, 0x00, 0x06, 0x5d, 0x03, 0x70, 0x03, 0x66, 0x01, 0x15,
0x01, 0x66, 0x05, 0x15, 0x00, 0x06, 0x19, 0xe5, 0xe5, 0x93, 0x93, 0x53,
0x09, 0x44, 0x05, 0x22, 0x01, 0x4a, 0x01, 0x22, 0x04, 0x4a, 0x05, 0x40,
0x04, 0x2e, 0x04, 0x1e, 0x04, 0x63, 0x03, 0x30, 0x00, 0x09, 0x63, 0x3e,
0x20, 0x21, 0x10, 0x47, 0xe1, 0x5e, 0xad, 0x00, 0x33, 0x00, 0x00, 0x0c,
0x0d, 0x00, 0x4d, 0xfa, 0x06, 0x58, 0x47, 0x21, 0x10, 0x1f, 0x27, 0x29,
0x04, 0x27, 0x00, 0x04, 0x7b, 0x7b, 0x5a, 0x5a, 0x04, 0x12, 0x07, 0x02,
0x06, 0x14, 0x01, 0x0c, 0x01, 0x20, 0x03, 0x0c, 0x04, 0x20, 0x08, 0x04,
0x04, 0x62, 0x03, 0x01, 0x00, 0x03, 0x62, 0x01, 0x01, 0x00, 0x03, 0x32,
0x05, 0x38, 0x08, 0x1f, 0x07, 0x08, 0x00, 0x03, 0xc6, 0x38, 0xec, 0x00,
0x25, 0x00, 0x00, 0x07, 0xa3, 0x56, 0x4c, 0x78, 0x78, 0xb7, 0x38, 0x00,
0x04, 0x1f, 0x05, 0x38, 0x01, 0x32, 0x01, 0x32, 0x09, 0x01, 0x00, 0x04,
0xc6, 0xe0, 0xc7, 0xd5, 0x0a, 0x33, 0x05, 0x4b, 0x06, 0x61, 0x00, 0x06,
0x42, 0xbe, 0xcb, 0xae, 0x9c, 0xf7, 0x58, 0x00, 0x00, 0x00, 0x4b, 0x00,
0x00, 0x07, 0x4d, 0xbc, 0xd5, 0xab, 0xab, 0x31, 0x9e, 0x00, 0x05, 0x5d,
0x04, 0x70, 0x03, 0x66, 0x01, 0x15, 0x03, 0x66, 0x00, 0x09, 0x15, 0xe5,
0x6e, 0x93, 0x53, 0x53, 0x44, 0x44, 0x53, 0x00, 0x07, 0x44, 0x07, 0x22,
0x05, 0x4a, 0x05, 0x40, 0x04, 0x2e, 0x05, 0x1e, 0x03, 0x63, 0x03, 0x30,
0x00, 0x09, 0x63, 0x3e, 0x62, 0x10, 0x10, 0x47, 0xe1, 0x56, 0xd2, 0x00,
0x35, 0x00, 0x00, 0x12, 0x71, 0xeb, 0x1d, 0x58, 0x18, 0x47, 0x18, 0x62,
0x27, 0x29, 0x27, 0x7b, 0x7b, 0x27, 0x7b, 0x7b, 0x5a, 0x5a, 0x04, 0x12,
0x06, 0x02, 0x07, 0x14, 0x04, 0x0c, 0x05, 0x20, 0x04, 0x04, 0x00, 0x05,
0x62, 0x04, 0x04, 0x62, 0x62, 0x00, 0x07, 0x01, 0x04, 0x32, 0x04, 0x38,
0x01, 0x1f, 0x01, 0x38, 0x03, 0x1f, 0x0b, 0x08, 0x03, 0x38, 0x01, 0xc6,
0x01, 0xeb, 0x26, 0x00, 0x00, 0x06, 0x7d, 0x2a, 0x41, 0x49, 0x2a, 0x08,
0x08, 0x1f, 0x00, 0x03, 0x38, 0x38, 0x01, 0x00, 0x04, 0x32, 0x08, 0x01,
0x00, 0x04, 0x04, 0xc6, 0xc7, 0xc7, 0x07, 0x33, 0x01, 0x61, 0x01, 0x33,
0x06, 0x4b, 0x00, 0x0a, 0x61, 0x4b, 0x61, 0x61, 0xcd, 0xae, 0xae, 0x89,
0x76, 0x6b, 0x57, 0x00, 0x00, 0x00, 0x4c, 0x00, 0x01, 0xfa, 0x03, 0xab,
0x00, 0x03, 0x33, 0x66, 0x2d, 0x00, 0x04, 0x5d, 0x00, 0x05, 0x66, 0x70,
0x70, 0x66, 0x70, 0x00, 0x03, 0x66, 0x00, 0x07, 0x15, 0xe5, 0x6e, 0x73,
0x65, 0x53, 0x44, 0x00, 0x05, 0x53, 0x07, 0x44, 0x08, 0x22, 0x04, 0x4a,
0x04, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x04, 0x63, 0x03, 0x30, 0x00, 0x0b,
0x1e, 0x59, 0x1f, 0x13, 0x13, 0x58, 0xe1, 0x5f, 0x6b, 0x00, 0x03, 0x00,
0x33, 0x00, 0x00, 0x09, 0x6b, 0x9d, 0xe1, 0x1d, 0x06, 0x23, 0x06, 0x20,
0x29, 0x00, 0x04, 0x27, 0x01, 0x7b, 0x03, 0x5a, 0x04, 0x12, 0x07, 0x02,
0x06, 0x14, 0x00, 0x04, 0x0c, 0x14, 0x0c, 0x0c, 0x05, 0x20, 0x07, 0x04,
0x01, 0x62, 0x01, 0x62, 0x06, 0x01, 0x03, 0x32, 0x01, 0x01, 0x01, 0x32,
0x03, 0x38, 0x05, 0x1f, 0x0e, 0x08, 0x00, 0x06, 0x38, 0x62, 0x62, 0xe0,
0xf8, 0xad, 0x25, 0x00, 0x00, 0x06, 0xad, 0x49, 0x2a, 0x41, 0x0f, 0x54,
0x06, 0x08, 0x04, 0x1f, 0x03, 0x38, 0x04, 0x32, 0x08, 0x01, 0x00, 0x05,
0x62, 0x04, 0xc6, 0xc6, 0xc7, 0x00, 0x03, 0x33, 0x00, 0x04, 0x4b, 0x4b,
0x33, 0x33, 0x06, 0x4b, 0x00, 0x0b, 0x61, 0x61, 0x33, 0xdc, 0xae, 0xae,
0x9c, 0x9c, 0xf1, 0x00, 0x03, 0x00, 0x55, 0x00, 0x00, 0x00, 0x4c, 0x00,
0x00, 0x07, 0xd2, 0xc8, 0xd5, 0xab, 0xab, 0x2f, 0x0b, 0x00, 0x04, 0x5d,
0x04, 0x70, 0x00, 0x06, 0x66, 0x83, 0xe5, 0x6e, 0x65, 0x65, 0x09, 0x53,
0x07, 0x44, 0x08, 0x22, 0x05, 0x4a, 0x04, 0x40, 0x04, 0x2e, 0x05, 0x1e,
0x01, 0x63, 0x01, 0x63, 0x03, 0x30, 0x00, 0x0b, 0x1e, 0x59, 0x1f, 0x2a,
0x13, 0x47, 0xe1, 0xeb, 0xa3, 0x00, 0x03, 0x00, 0x33, 0x00, 0x00, 0x09,
0x6b, 0x56, 0xe1, 0x1d, 0x54, 0x06, 0x1d, 0x0c, 0x29, 0x00, 0x03, 0x27,
0x01, 0x7b, 0x01, 0x7b, 0x03, 0x5a, 0x04, 0x12, 0x07, 0x02, 0x05, 0x14,
0x05, 0x0c, 0x04, 0x20, 0x08, 0x04, 0x01, 0x62, 0x01, 0x62, 0x03, 0x01,
0x00, 0x06, 0x62, 0x01, 0x32, 0x01, 0x32, 0x01, 0x03, 0x38, 0x06, 0x1f,
0x0d, 0x08, 0x03, 0x1d, 0x00, 0x06, 0x1f, 0x04, 0x04, 0xc6, 0xc6, 0x90,
0x25, 0x00, 0x00, 0x06, 0x71, 0xeb, 0x58, 0x0f, 0x0f, 0xb7, 0x08, 0x08,
0x03, 0x1f, 0x01, 0x38, 0x01, 0x1f, 0x03, 0x38, 0x01, 0x32, 0x01, 0x32,
0x07, 0x01, 0x04, 0x62, 0x00, 0x04, 0x04, 0x0c, 0xc6, 0xc7, 0x03, 0x33,
0x00, 0x03, 0x4b, 0x4b, 0x33, 0x00, 0x06, 0x4b, 0x00, 0x0a, 0x61, 0x36,
0xbe, 0x9c, 0xae, 0xce, 0xbb, 0x0d, 0x00, 0x0d, 0x54, 0x00, 0x00, 0x00,
0x4d, 0x00, 0x00, 0x05, 0xeb, 0xab, 0xab, 0xd1, 0x3f, 0x00, 0x04, 0x5d,
0x00, 0x06, 0x70, 0x70, 0x66, 0x83, 0x57, 0x73, 0x03, 0x65, 0x0b, 0x53,
0x07, 0x44, 0x07, 0x22, 0x04, 0x4a, 0x05, 0x40, 0x05, 0x2e, 0x04, 0x1e,
0x03, 0x63, 0x00, 0x0b, 0x30, 0x30, 0x1e, 0x5c, 0xb7, 0x4c, 0x0f, 0x16,
0x23, 0xeb, 0x4d, 0x00, 0x35, 0x00, 0x00, 0x09, 0xd2, 0x7a, 0xe0, 0x38,
0x08, 0x1d, 0x38, 0x02, 0x29, 0x00, 0x03, 0x27, 0x00, 0x04, 0x7b, 0x7b,
0x5a, 0x5a, 0x05, 0x12, 0x06, 0x02, 0x03, 0x14, 0x00, 0x03, 0x02, 0x14,
0x14, 0x00, 0x04, 0x0c, 0x05, 0x20, 0x06, 0x04, 0x03, 0x62, 0x06, 0x01,
0x01, 0x32, 0x01, 0x32, 0x05, 0x38, 0x03, 0x1f, 0x0d, 0x08, 0x07, 0x1d,
0x00, 0x09, 0x54, 0x01, 0x0c, 0x0c, 0xe0, 0x91, 0x6b, 0x00, 0x0d, 0x00,
0x23, 0x00, 0x00, 0x06, 0xec, 0x16, 0x13, 0x13, 0x16, 0x1d, 0x09, 0x08,
0x04, 0x1f, 0x04, 0x38, 0x03, 0x32, 0x06, 0x01, 0x06, 0x62, 0x00, 0x06,
0x04, 0xc6, 0xc7, 0xc7, 0x33, 0x33, 0x07, 0x4b, 0x00, 0x09, 0x33, 0xef,
0x9c, 0x9c, 0x89, 0x9c, 0x7e, 0x00, 0x26, 0x00, 0x54, 0x00, 0x00, 0x00,
0x4d, 0x00, 0x00, 0x0c, 0xe7, 0xd1, 0xab, 0xd1, 0xd1, 0x45, 0xba, 0x5d,
0x66, 0x83, 0x57, 0x73, 0x08, 0x65, 0x08, 0x53, 0x07, 0x44, 0x06, 0x22,
0x06, 0x4a, 0x04, 0x40, 0x05, 0x2e, 0x04, 0x1e, 0x03, 0x63, 0x00, 0x0b,
0x30, 0x30, 0x1e, 0x37, 0xf3, 0x41, 0x4c, 0x13, 0x16, 0xfa, 0x11, 0x00,
0x35, 0x00, 0x00, 0x10, 0xad, 0x91, 0xc6, 0x04, 0x32, 0x38, 0x01, 0x02,
0x29, 0x27, 0x7b, 0x7b, 0x27, 0x27, 0x5a, 0x5a, 0x04, 0x12, 0x07, 0x02,
0x00, 0x03, 0x14, 0x14, 0x02, 0x00, 0x03, 0x14, 0x04, 0x0c, 0x05, 0x20,
0x07, 0x04, 0x01, 0x62, 0x05, 0x01, 0x00, 0x05, 0x32, 0x01, 0x01, 0x32,
0x32, 0x00, 0x04, 0x38, 0x03, 0x1f, 0x00, 0x03, 0x08, 0x08, 0x1f, 0x00,
0x07, 0x08, 0x04, 0x1d, 0x07, 0x54, 0x01, 0x06, 0x01, 0x38, 0x03, 0x02,
0x00, 0x04, 0x5a, 0x7d, 0x00, 0x11, 0x23, 0x00, 0x00, 0x06, 0x6b, 0x5f,
0x06, 0x13, 0x21, 0x23, 0x09, 0x08, 0x00, 0x03, 0x1f, 0x08, 0x08, 0x00,
0x04, 0x1f, 0x03, 0x38, 0x01, 0x01, 0x01, 0x32, 0x07, 0x01, 0x08, 0x62,
0x00, 0x04, 0xc6, 0xe0, 0xc7, 0x33, 0x03, 0x4b, 0x00, 0x09, 0x61, 0x4b,
0x4b, 0x36, 0xae, 0x89, 0x9c, 0xce, 0xd4, 0x00, 0x56, 0x00, 0x00, 0x00,
0x4e, 0x00, 0x00, 0x08, 0xde, 0xab, 0xd1, 0xd1, 0xf0, 0x83, 0x57, 0x73,
0x0a, 0x65, 0x09, 0x53, 0x06, 0x44, 0x08, 0x22, 0x05, 0x4a, 0x03, 0x40,
0x05, 0x2e, 0x05, 0x1e, 0x03, 0x63, 0x00, 0x09, 0x30, 0x1e, 0x37, 0xf3,
0x41, 0x4c, 0x13, 0x13, 0x90, 0x00, 0x36, 0x00, 0x00, 0x08, 0xe7, 0x74,
0xe0, 0x62, 0x62, 0x32, 0x04, 0x12, 0x03, 0x27, 0x00, 0x06, 0x7b, 0x27,
0x27, 0x7b, 0x5a, 0x5a, 0x03, 0x12, 0x07, 0x02, 0x06, 0x14, 0x04, 0x0c,
0x03, 0x20, 0x07, 0x04, 0x03, 0x62, 0x05, 0x01, 0x04, 0x32, 0x01, 0x38,
0x01, 0x38, 0x04, 0x1f, 0x09, 0x08, 0x01, 0x1d, 0x01, 0x08, 0x04, 0x1d,
0x09, 0x54, 0x00, 0x08, 0x06, 0x54, 0x0c, 0x5a, 0x14, 0xdf, 0xcc, 0x0d,
0x23, 0x00, 0x00, 0x07, 0x03, 0x00, 0x7d, 0xe1, 0x10, 0x18, 0x23, 0x00,
0x05, 0x1d, 0x09, 0x08, 0x03, 0x1f, 0x03, 0x38, 0x04, 0x32, 0x06, 0x01,
0x01, 0x62, 0x01, 0x62, 0x03, 0x04, 0x00, 0x08, 0x62, 0x62, 0xaa, 0x20,
0xc6, 0xe0, 0xc7, 0x33, 0x03, 0x4b, 0x00, 0x09, 0x33, 0xbe, 0x89, 0x89,
0xce, 0xe5, 0x9a, 0x00, 0x0d, 0x00, 0x53, 0x00, 0x00, 0x00, 0x4e, 0x00,
0x00, 0x07, 0xd9, 0xd1, 0xc8, 0xdd, 0x1d, 0x53, 0x73, 0x00, 0x0b, 0x65,
0x08, 0x53, 0x07, 0x44, 0x08, 0x22, 0x03, 0x4a, 0x04, 0x40, 0x05, 0x2e,
0x04, 0x1e, 0x05, 0x63, 0x00, 0x0b, 0x1e, 0x52, 0xfb, 0x49, 0x41, 0x13,
0x0f, 0x7d, 0x00, 0x00, 0x03, 0x00, 0x33, 0x00, 0x00, 0x03, 0xe7, 0xf8,
0xe0, 0x00, 0x03, 0x04, 0x01, 0x0c, 0x01, 0x5a, 0x04, 0x27, 0x03, 0x7b,
0x01, 0x5a, 0x01, 0x5a, 0x03, 0x12, 0x07, 0x02, 0x05, 0x14, 0x04, 0x0c,
0x04, 0x20, 0x04, 0x04, 0x00, 0x05, 0x62, 0x62, 0x04, 0x04, 0x62, 0x00,
0x05, 0x01, 0x03, 0x32, 0x03, 0x38, 0x05, 0x1f, 0x08, 0x08, 0x03, 0x1d,
0x0a, 0x54, 0x05, 0x06, 0x00, 0x07, 0x23, 0x01, 0x5a, 0x5a, 0xca, 0x14,
0xe7, 0x00, 0x23, 0x00, 0x00, 0x06, 0x11, 0x00, 0xad, 0x67, 0xe1, 0x23,
0x05, 0x54, 0x03, 0x1d, 0x0a, 0x08, 0x04, 0x1f, 0x01, 0x38, 0x04, 0x32,
0x05, 0x01, 0x03, 0x62, 0x05, 0x04, 0x00, 0x0e, 0x20, 0xaa, 0x20, 0xc6,
0xe0, 0xc7, 0x4b, 0x33, 0xdc, 0x89, 0xce, 0x89, 0xce, 0xf1, 0x55, 0x00,
0x00, 0x00, 0x4e, 0x00, 0x00, 0x08, 0x6b, 0x50, 0x10, 0x49, 0x49, 0xa6,
0x73, 0x73, 0x0a, 0x65, 0x07, 0x53, 0x07, 0x44, 0x06, 0x22, 0x01, 0x4a,
0x01, 0x22, 0x05, 0x4a, 0x04, 0x40, 0x04, 0x2e, 0x05, 0x1e, 0x00, 0x0e,
0x63, 0x30, 0x63, 0x40, 0x52, 0xfb, 0x78, 0x49, 0x13, 0x49, 0x7d, 0x00,
0x00, 0x03, 0x33, 0x00, 0x00, 0x03, 0xd9, 0x1f, 0xe0, 0x00, 0x03, 0x0c,
0x01, 0x14, 0x01, 0x5a, 0x05, 0x27, 0x00, 0x04, 0x7b, 0x7b, 0x5a, 0x5a,
0x03, 0x12, 0x07, 0x02, 0x06, 0x14, 0x03, 0x0c, 0x04, 0x20, 0x07, 0x04,
0x01, 0x62, 0x06, 0x01, 0x00, 0x06, 0x32, 0x32, 0x38, 0x32, 0x38, 0x38,
0x03, 0x1f, 0x07, 0x08, 0x06, 0x1d, 0x07, 0x54, 0x01, 0x06, 0x01, 0x54,
0x07, 0x06, 0x00, 0x07, 0x23, 0x06, 0x5a, 0x29, 0x27, 0xdf, 0xd0, 0x00,
0x26, 0x00, 0x00, 0x05, 0xeb, 0xe1, 0x1d, 0x08, 0x08, 0x00, 0x05, 0x54,
0x04, 0x1d, 0x09, 0x08, 0x03, 0x1f, 0x00, 0x03, 0x38, 0x38, 0x32, 0x00,
0x08, 0x01, 0x04, 0x62, 0x04, 0x04, 0x00, 0x0d, 0x20, 0xaa, 0xaa, 0x0c,
0xc6, 0xc7, 0x61, 0xcb, 0x89, 0x89, 0xce, 0xa5, 0x6b, 0x00, 0x54, 0x00,
0x00, 0x00, 0x4f, 0x00, 0x00, 0x07, 0x7d, 0x13, 0x49, 0x67, 0xf8, 0x65,
0x73, 0x00, 0x09, 0x65, 0x08, 0x53, 0x06, 0x44, 0x09, 0x22, 0x05, 0x4a,
0x03, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x00, 0x0c, 0x63, 0x1e, 0x63, 0x30,
0x1e, 0x37, 0xfb, 0xde, 0x78, 0x0f, 0x78, 0xec, 0x33, 0x00, 0x00, 0x06,
0x03, 0x00, 0x00, 0x7e, 0x02, 0xdf, 0x04, 0x02, 0x01, 0x27, 0x01, 0x29,
0x05, 0x27, 0x00, 0x03, 0x7b, 0x5a, 0x5a, 0x00, 0x03, 0x12, 0x07, 0x02,
0x07, 0x14, 0x01, 0x0c, 0x01, 0x0c, 0x04, 0x20, 0x03, 0x04, 0x00, 0x05,
0x62, 0x04, 0x04, 0x62, 0x62, 0x00, 0x05, 0x01, 0x03, 0x32, 0x03, 0x38,
0x03, 0x1f, 0x08, 0x08, 0x04, 0x1d, 0x07, 0x54, 0x0c, 0x06, 0x00, 0x08,
0x23, 0x18, 0x0c, 0x52, 0x52, 0xc0, 0xaf, 0xad, 0x23, 0x00, 0x00, 0x08,
0x0d, 0x00, 0xec, 0xb7, 0xc6, 0x38, 0x32, 0x1d, 0x06, 0x54, 0x04, 0x1d,
0x08, 0x08, 0x04, 0x1f, 0x00, 0x04, 0x38, 0x38, 0x32, 0x32, 0x06, 0x01,
0x01, 0x62, 0x01, 0x62, 0x06, 0x04, 0x00, 0x0c, 0x20, 0x20, 0xaa, 0xaa,
0x20, 0x04, 0xc0, 0x70, 0x9c, 0x89, 0xce, 0x96, 0x54, 0x00, 0x00, 0x00,
0x4f, 0x00, 0x00, 0x07, 0xad, 0x50, 0x4c, 0x3d, 0x49, 0x2e, 0x73, 0x00,
0x08, 0x65, 0x08, 0x53, 0x07, 0x44, 0x08, 0x22, 0x03, 0x4a, 0x05, 0x40,
0x05, 0x2e, 0x03, 0x1e, 0x04, 0x63, 0x00, 0x08, 0x1e, 0x59, 0xfb, 0xde,
0x3d, 0x41, 0x55, 0xec, 0x33, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x00, 0x7d,
0x5a, 0xdf, 0x5a, 0x5a, 0x02, 0x5a, 0x27, 0x29, 0x05, 0x27, 0x00, 0x03,
0x5a, 0x12, 0x5a, 0x00, 0x04, 0x12, 0x05, 0x02, 0x06, 0x14, 0x04, 0x0c,
0x04, 0x20, 0x03, 0x04, 0x00, 0x04, 0x62, 0x04, 0x62, 0x62, 0x05, 0x01,
0x03, 0x32, 0x04, 0x38, 0x01, 0x1f, 0x01, 0x1f, 0x08, 0x08, 0x05, 0x1d,
0x06, 0x54, 0x08, 0x06, 0x07, 0x23, 0x00, 0x07, 0x47, 0x08, 0x52, 0xc0,
0xc0, 0xf0, 0x69, 0x00, 0x26, 0x00, 0x00, 0x06, 0xcc, 0xe0, 0x04, 0x0c,
0x38, 0x06, 0x08, 0x54, 0x03, 0x1d, 0x08, 0x08, 0x03, 0x1f, 0x04, 0x38,
0x01, 0x32, 0x06, 0x01, 0x00, 0x03, 0x62, 0x04, 0x62, 0x00, 0x04, 0x04,
0x04, 0x20, 0x00, 0x07, 0x62, 0x14, 0x53, 0x6e, 0x57, 0x89, 0xf4, 0x00,
0x54, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x06, 0xfa, 0x13, 0x3d, 0xde,
0xaf, 0x73, 0x08, 0x65, 0x08, 0x53, 0x07, 0x44, 0x08, 0x22, 0x03, 0x4a,
0x05, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x04, 0x63, 0x00, 0x07, 0x30, 0xf8,
0xde, 0x55, 0x49, 0x78, 0xd9, 0x00, 0x33, 0x00, 0x00, 0x06, 0x03, 0x00,
0x00, 0x8b, 0x29, 0xca, 0x04, 0x5a, 0x01, 0x27, 0x01, 0x29, 0x04, 0x27,
0x00, 0x04, 0x7b, 0x7b, 0x5a, 0x7b, 0x03, 0x12, 0x06, 0x02, 0x06, 0x14,
0x00, 0x03, 0x0c, 0x20, 0x0c, 0x00, 0x04, 0x20, 0x07, 0x04, 0x01, 0x62,
0x06, 0x01, 0x00, 0x04, 0x32, 0x32, 0x38, 0x38, 0x04, 0x1f, 0x08, 0x08,
0x00, 0x03, 0x1d, 0x54, 0x1d, 0x00, 0x05, 0x54, 0x01, 0x06, 0x01, 0x54,
0x07, 0x06, 0x0a, 0x23, 0x00, 0x08, 0x47, 0x18, 0x5a, 0xc0, 0xc0, 0xf0,
0x88, 0x4d, 0x25, 0x00, 0x00, 0x06, 0x7d, 0xc6, 0xc6, 0x0c, 0x0c, 0x54,
0x04, 0x06, 0x04, 0x54, 0x04, 0x1d, 0x08, 0x08, 0x05, 0x1f, 0x01, 0x38,
0x01, 0x32, 0x08, 0x01, 0x01, 0x62, 0x06, 0x04, 0x00, 0x0a, 0x20, 0x20,
0x04, 0x04, 0x59, 0x73, 0x65, 0x57, 0x65, 0x75, 0x53, 0x00, 0x00, 0x00,
0x4e, 0x00, 0x00, 0x09, 0x11, 0x00, 0xec, 0x78, 0x78, 0xde, 0xfb, 0x44,
0x73, 0x00, 0x06, 0x65, 0x08, 0x53, 0x07, 0x44, 0x08, 0x22, 0x04, 0x4a,
0x05, 0x40, 0x04, 0x2e, 0x03, 0x1e, 0x00, 0x0b, 0x63, 0x1e, 0x63, 0x63,
0x1e, 0xaf, 0x50, 0x50, 0x3d, 0x67, 0x7d, 0x00, 0x36, 0x00, 0x00, 0x08,
0xea, 0xca, 0xca, 0x5a, 0x27, 0x27, 0x29, 0x29, 0x05, 0x27, 0x00, 0x03,
0x7b, 0x7b, 0x5a, 0x00, 0x05, 0x12, 0x05, 0x02, 0x07, 0x14, 0x03, 0x0c,
0x03, 0x20, 0x04, 0x04, 0x04, 0x62, 0x04, 0x01, 0x03, 0x32, 0x00, 0x05,
0x38, 0x38, 0x1f, 0x38, 0x1f, 0x00, 0x08, 0x08, 0x03, 0x1d, 0x06, 0x54,
0x07, 0x06, 0x00, 0x03, 0x23, 0x23, 0x06, 0x00, 0x03, 0x23, 0x09, 0x18,
0x00, 0x07, 0x21, 0x01, 0xb9, 0xc0, 0xf0, 0xb9, 0xb2, 0x00, 0x25, 0x00,
0x00, 0x07, 0x6b, 0xf8, 0xe0, 0x02, 0x5a, 0x38, 0x23, 0x00, 0x05, 0x06,
0x05, 0x54, 0x05, 0x1d, 0x07, 0x08, 0x03, 0x1f, 0x01, 0x38, 0x04, 0x32,
0x04, 0x01, 0x01, 0x62, 0x01, 0x62, 0x06, 0x04, 0x00, 0x09, 0x20, 0x20,
0x01, 0x7b, 0x65, 0x73, 0x73, 0x6e, 0xdb, 0x00, 0x53, 0x00, 0x00, 0x00,
0x4e, 0x00, 0x00, 0x09, 0x0d, 0x00, 0xa3, 0xeb, 0x4c, 0x50, 0xde, 0xb4,
0x6e, 0x00, 0x06, 0x65, 0x08, 0x53, 0x07, 0x44, 0x06, 0x22, 0x06, 0x4a,
0x04, 0x40, 0x04, 0x2e, 0x03, 0x1e, 0x03, 0x63, 0x00, 0x0b, 0x30, 0x40,
0x52, 0x55, 0x5e, 0x55, 0x49, 0xfa, 0x0d, 0x00, 0x03, 0x00, 0x32, 0x00,
0x00, 0x04, 0x4d, 0xea, 0xc0, 0xca, 0x05, 0x29, 0x04, 0x27, 0x04, 0x7b,
0x01, 0x5a, 0x04, 0x12, 0x06, 0x02, 0x05, 0x14, 0x04, 0x0c, 0x03, 0x20,
0x04, 0x04, 0x04, 0x62, 0x01, 0x01, 0x01, 0x62, 0x03, 0x01, 0x00, 0x04,
0x32, 0x32, 0x38, 0x38, 0x03, 0x1f, 0x07, 0x08, 0x04, 0x1d, 0x06, 0x54,
0x06, 0x06, 0x08, 0x23, 0x09, 0x18, 0x00, 0x07, 0x21, 0x06, 0xca, 0xb9,
0xb9, 0xf0, 0xcf, 0x00, 0x26, 0x00, 0x00, 0x07, 0xea, 0xdf, 0x5a, 0x5a,
0x0c, 0x06, 0x23, 0x00, 0x06, 0x06, 0x06, 0x54, 0x03, 0x1d, 0x07, 0x08,
0x03, 0x1f, 0x01, 0x38, 0x01, 0x38, 0x04, 0x32, 0x04, 0x01, 0x03, 0x62,
0x04, 0x04, 0x00, 0x09, 0x20, 0x62, 0x20, 0x63, 0x73, 0x65, 0xe5, 0xbb,
0x71, 0x00, 0x52, 0x00, 0x00, 0x00, 0x4f, 0x00, 0x00, 0x09, 0x0d, 0x00,
0xd9, 0x67, 0x50, 0x5e, 0x72, 0x65, 0x73, 0x00, 0x04, 0x65, 0x09, 0x53,
0x06, 0x44, 0x06, 0x22, 0x01, 0x4a, 0x01, 0x22, 0x04, 0x4a, 0x04, 0x40,
0x05, 0x2e, 0x04, 0x1e, 0x00, 0x0c, 0x63, 0x63, 0x1e, 0x3e, 0x80, 0x64,
0x5e, 0x49, 0xeb, 0x6b, 0x00, 0x03, 0x32, 0x00, 0x00, 0x09, 0x11, 0xcf,
0xb9, 0xc0, 0x52, 0xca, 0xca, 0x52, 0x29, 0x00, 0x03, 0x27, 0x00, 0x06,
0x7b, 0x27, 0x7b, 0x7b, 0x5a, 0x5a, 0x04, 0x12, 0x05, 0x02, 0x06, 0x14,
0x04, 0x0c, 0x01, 0x20, 0x01, 0x20, 0x06, 0x04, 0x01, 0x62, 0x01, 0x62,
0x06, 0x01, 0x00, 0x03, 0x38, 0x32, 0x38, 0x00, 0x04, 0x1f, 0x06, 0x08,
0x03, 0x1d, 0x06, 0x54, 0x05, 0x06, 0x08, 0x23, 0x0c, 0x18, 0x00, 0x09,
0x47, 0x47, 0x21, 0x02, 0x76, 0xb9, 0x0a, 0xb4, 0x7c, 0x00, 0x25, 0x00,
0x00, 0x09, 0xe7, 0x5a, 0xca, 0x29, 0x29, 0x08, 0x18, 0x23, 0x23, 0x00,
0x06, 0x06, 0x06, 0x54, 0x04, 0x1d, 0x06, 0x08, 0x03, 0x1f, 0x01, 0x38,
0x03, 0x32, 0x05, 0x01, 0x03, 0x62, 0x00, 0x0c, 0x04, 0x04, 0x20, 0x04,
0x04, 0x01, 0x29, 0x53, 0x53, 0x93, 0x44, 0x96, 0x52, 0x00, 0x00, 0x00,
0x4f, 0x00, 0x00, 0x09, 0x0d, 0x00, 0x8e, 0x9d, 0x78, 0x5e, 0x50, 0x82,
0x73, 0x00, 0x04, 0x65, 0x07, 0x53, 0x08, 0x44, 0x08, 0x22, 0x04, 0x4a,
0x04, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x00, 0x0a, 0x63, 0x63, 0x1e, 0x1e,
0xc1, 0x4e, 0x46, 0x55, 0x64, 0xad, 0x32, 0x00, 0x00, 0x06, 0x03, 0x00,
0x6b, 0xf7, 0xf0, 0xb9, 0x03, 0xc0, 0x01, 0x52, 0x01, 0x29, 0x04, 0x27,
0x03, 0x7b, 0x00, 0x03, 0x5a, 0x5a, 0x7b, 0x00, 0x03, 0x12, 0x06, 0x02,
0x04, 0x14, 0x04, 0x0c, 0x03, 0x20, 0x04, 0x04, 0x00, 0x04, 0x62, 0x04,
0x62, 0x62, 0x04, 0x01, 0x03, 0x32, 0x00, 0x05, 0x38, 0x1f, 0x1f, 0x38,
0x1f, 0x00, 0x07, 0x08, 0x03, 0x1d, 0x06, 0x54, 0x05, 0x06, 0x05, 0x23,
0x00, 0x04, 0x18, 0x18, 0x23, 0x23, 0x08, 0x18, 0x06, 0x47, 0x00, 0x07,
0x10, 0x1d, 0xb9, 0x76, 0x76, 0xc3, 0xf1, 0x00, 0x25, 0x00, 0x00, 0x08,
0x4d, 0x8f, 0xdf, 0x52, 0xc0, 0x14, 0x18, 0x18, 0x03, 0x23, 0x06, 0x06,
0x06, 0x54, 0x03, 0x1d, 0x06, 0x08, 0x03, 0x1f, 0x00, 0x06, 0x38, 0x38,
0x32, 0x01, 0x01, 0x32, 0x03, 0x01, 0x01, 0x62, 0x01, 0x62, 0x06, 0x04,
0x00, 0x06, 0x20, 0x1e, 0x53, 0x44, 0x6e, 0xd4, 0x52, 0x00, 0x00, 0x00,
0x52, 0x00, 0x00, 0x05, 0x68, 0x3d, 0x50, 0x64, 0xc1, 0x00, 0x04, 0x65,
0x09, 0x53, 0x07, 0x44, 0x07, 0x22, 0x05, 0x4a, 0x03, 0x40, 0x05, 0x2e,
0x04, 0x1e, 0x00, 0x09, 0x63, 0x63, 0x40, 0x37, 0x46, 0x64, 0x5e, 0x3d,
0x7d, 0x00, 0x32, 0x00, 0x00, 0x06, 0x0d, 0x00, 0x8e, 0x88, 0xf0, 0xb9,
0x03, 0xc0, 0x01, 0x52, 0x01, 0x29, 0x04, 0x27, 0x03, 0x7b, 0x01, 0x5a,
0x01, 0x5a, 0x04, 0x12, 0x06, 0x02, 0x04, 0x14, 0x04, 0x0c, 0x03, 0x20,
0x04, 0x04, 0x00, 0x04, 0x62, 0x04, 0x62, 0x62, 0x03, 0x01, 0x03, 0x32,
0x01, 0x38, 0x01, 0x38, 0x04, 0x1f, 0x07, 0x08, 0x01, 0x1d, 0x01, 0x1d,
0x06, 0x54, 0x06, 0x06, 0x04, 0x23, 0x00, 0x03, 0x18, 0x18, 0x58, 0x00,
0x07, 0x18, 0x05, 0x47, 0x06, 0x21, 0x00, 0x07, 0x10, 0x29, 0x8c, 0x76,
0x17, 0xb8, 0x71, 0x00, 0x25, 0x00, 0x00, 0x07, 0x7e, 0xb9, 0xc0, 0xc0,
0xca, 0x06, 0x47, 0x00, 0x05, 0x23, 0x06, 0x06, 0x05, 0x54, 0x03, 0x1d,
0x06, 0x08, 0x04, 0x1f, 0x01, 0x38, 0x03, 0x32, 0x04, 0x01, 0x00, 0x04,
0x62, 0x62, 0x04, 0x62, 0x03, 0x04, 0x00, 0x09, 0x01, 0x37, 0x44, 0xee,
0x53, 0xa5, 0xb2, 0x00, 0x03, 0x00, 0x4f, 0x00, 0x00, 0x00, 0x52, 0x00,
0x00, 0x09, 0xad, 0x4e, 0x3d, 0x64, 0x7a, 0xed, 0x73, 0x65, 0x65, 0x00,
0x08, 0x53, 0x07, 0x44, 0x07, 0x22, 0x05, 0x4a, 0x04, 0x40, 0x04, 0x2e,
0x04, 0x1e, 0x00, 0x0a, 0x63, 0x63, 0x1e, 0x63, 0x74, 0x56, 0x64, 0x50,
0xeb, 0xa3, 0x33, 0x00, 0x00, 0x0a, 0x7c, 0xa8, 0xc3, 0xc0, 0xc0, 0xb9,
0xb9, 0x52, 0x29, 0x29, 0x03, 0x27, 0x03, 0x7b, 0x01, 0x5a, 0x01, 0x5a,
0x04, 0x12, 0x05, 0x02, 0x05, 0x14, 0x04, 0x0c, 0x03, 0x20, 0x05, 0x04,
0x03, 0x62, 0x04, 0x01, 0x03, 0x32, 0x00, 0x04, 0x38, 0x38, 0x1f, 0x1f,
0x08, 0x08, 0x01, 0x1d, 0x05, 0x54, 0x06, 0x06, 0x04, 0x23, 0x00, 0x05,
0x18, 0x18, 0x23, 0x18, 0x23, 0x00, 0x06, 0x18, 0x01, 0x47, 0x01, 0x47,
0x0a, 0x21, 0x00, 0x0a, 0x47, 0x13, 0x04, 0x76, 0x76, 0x8c, 0x76, 0x7e,
0x00, 0x03, 0x23, 0x00, 0x00, 0x07, 0x8e, 0xa8, 0xf0, 0xc0, 0xb9, 0x0c,
0x21, 0x00, 0x03, 0x18, 0x04, 0x23, 0x06, 0x06, 0x04, 0x54, 0x04, 0x1d,
0x06, 0x08, 0x03, 0x1f, 0x00, 0x04, 0x38, 0x38, 0x32, 0x32, 0x05, 0x01,
0x01, 0x62, 0x04, 0x04, 0x00, 0x07, 0x01, 0x14, 0x2e, 0xee, 0xed, 0x93,
0xdb, 0x00, 0x51, 0x00, 0x00, 0x00, 0x53, 0x00, 0x00, 0x08, 0xfa, 0x55,
0x46, 0x4e, 0xb4, 0x73, 0x65, 0x65, 0x06, 0x53, 0x01, 0x44, 0x01, 0x53,
0x06, 0x44, 0x07, 0x22, 0x05, 0x4a, 0x04, 0x40, 0x05, 0x2e, 0x03, 0x1e,
0x03, 0x63, 0x00, 0x07, 0x40, 0xb4, 0x60, 0x56, 0x64, 0x64, 0xe7, 0x00,
0x33, 0x00, 0x00, 0x03, 0x75, 0xb8, 0xc3, 0x00, 0x04, 0xb9, 0x01, 0x52,
0x03, 0x29, 0x03, 0x27, 0x03, 0x7b, 0x01, 0x5a, 0x04, 0x12, 0x06, 0x02,
0x05, 0x14, 0x03, 0x0c, 0x04, 0x20, 0x05, 0x04, 0x01, 0x62, 0x06, 0x01,
0x01, 0x32, 0x03, 0x38, 0x01, 0x1f, 0x01, 0x1f, 0x06, 0x08, 0x01, 0x1d,
0x01, 0x1d, 0x05, 0x54, 0x07, 0x06, 0x03, 0x23, 0x05, 0x18, 0x01, 0x23,
0x03, 0x18, 0x04, 0x47, 0x07, 0x21, 0x01, 0x47, 0x05, 0x21, 0x00, 0x0a,
0x10, 0x18, 0xb9, 0x8c, 0x76, 0x7f, 0xf7, 0x00, 0x00, 0x0d, 0x21, 0x00,
0x00, 0x0c, 0x03, 0x00, 0xf1, 0x0a, 0xc0, 0xb9, 0xca, 0x47, 0x47, 0x18,
0x58, 0x18, 0x04, 0x23, 0x06, 0x06, 0x05, 0x54, 0x03, 0x1d, 0x06, 0x08,
0x04, 0x1f, 0x01, 0x38, 0x03, 0x32, 0x00, 0x06, 0x01, 0x62, 0x01, 0x01,
0x62, 0x62, 0x03, 0x04, 0x00, 0x09, 0x01, 0x5c, 0xee, 0xed, 0x8c, 0xb8,
0x7c, 0x00, 0x11, 0x00, 0x4e, 0x00, 0x00, 0x00, 0x53, 0x00, 0x00, 0x07,
0xec, 0x5e, 0x46, 0x56, 0x91, 0x22, 0x73, 0x00, 0x09, 0x53, 0x07, 0x44,
0x06, 0x22, 0x05, 0x4a, 0x04, 0x40, 0x05, 0x2e, 0x03, 0x1e, 0x00, 0x0a,
0x63, 0x63, 0x1e, 0x1e, 0x74, 0x5f, 0x48, 0x5e, 0xfa, 0x4d, 0x2f, 0x00,
0x00, 0x0b, 0x0d, 0x00, 0x00, 0xe7, 0xb4, 0x0a, 0xb9, 0xb9, 0x76, 0xb9,
0x52, 0x00, 0x06, 0x27, 0x01, 0x7b, 0x01, 0x7b, 0x03, 0x5a, 0x03, 0x12,
0x06, 0x02, 0x06, 0x14, 0x01, 0x0c, 0x01, 0x0c, 0x03, 0x20, 0x06, 0x04,
0x01, 0x62, 0x04, 0x01, 0x00, 0x05, 0x32, 0x32, 0x01, 0x32, 0x38, 0x00,
0x03, 0x1f, 0x06, 0x08, 0x01, 0x1d, 0x01, 0x1d, 0x05, 0x54, 0x05, 0x06,
0x04, 0x23, 0x09, 0x18, 0x03, 0x47, 0x10, 0x21, 0x00, 0x03, 0x10, 0x13,
0x5a, 0x00, 0x03, 0x8c, 0x00, 0x04, 0xa5, 0xb2, 0x00, 0x4d, 0x21, 0x00,
0x00, 0x09, 0x4d, 0x00, 0xe7, 0x37, 0xf0, 0x76, 0xb9, 0x01, 0x21, 0x00,
0x04, 0x18, 0x01, 0x23, 0x01, 0x18, 0x04, 0x23, 0x05, 0x06, 0x05, 0x54,
0x03, 0x1d, 0x06, 0x08, 0x03, 0x1f, 0x00, 0x04, 0x38, 0x32, 0x01, 0x32,
0x03, 0x01, 0x03, 0x62, 0x00, 0x0b, 0x04, 0x62, 0x01, 0x12, 0xed, 0xee,
0xed, 0x8c, 0x69, 0x00, 0x26, 0x00, 0x4e, 0x00, 0x00, 0x00, 0x53, 0x00,
0x00, 0x08, 0x71, 0xeb, 0x46, 0x56, 0x5f, 0xbb, 0x73, 0x65, 0x07, 0x53,
0x07, 0x44, 0x05, 0x22, 0x00, 0x03, 0x4a, 0x22, 0x22, 0x00, 0x03, 0x4a,
0x04, 0x40, 0x05, 0x2e, 0x04, 0x1e, 0x00, 0x0b, 0x63, 0x63, 0x40, 0xb4,
0x4e, 0x5f, 0x56, 0x5f, 0xad, 0x00, 0x11, 0x00, 0x2d, 0x00, 0x00, 0x06,
0x03, 0x00, 0x00, 0xb1, 0x82, 0x86, 0x04, 0x76, 0x00, 0x04, 0x37, 0x27,
0x29, 0x29, 0x04, 0x27, 0x00, 0x04, 0x7b, 0x7b, 0x5a, 0x5a, 0x03, 0x12,
0x06, 0x02, 0x05, 0x14, 0x03, 0x0c, 0x03, 0x20, 0x05, 0x04, 0x01, 0x62,
0x01, 0x62, 0x04, 0x01, 0x03, 0x32, 0x01, 0x38, 0x01, 0x38, 0x03, 0x1f,
0x05, 0x08, 0x01, 0x1d, 0x01, 0x1d, 0x05, 0x54, 0x05, 0x06, 0x05, 0x23,
0x08, 0x18, 0x03, 0x47, 0x05, 0x21, 0x01, 0x47, 0x06, 0x21, 0x00, 0x03,
0x10, 0x10, 0x21, 0x00, 0x05, 0x10, 0x00, 0x08, 0x06, 0x76, 0x93, 0x8c,
0x0e, 0xcf, 0x00, 0x03, 0x21, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x00, 0xcf,
0x17, 0x1e, 0x8c, 0x52, 0x10, 0x47, 0x06, 0x18, 0x05, 0x23, 0x05, 0x06,
0x05, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x06, 0x08, 0x03, 0x1f, 0x00, 0x04,
0x38, 0x38, 0x01, 0x32, 0x04, 0x01, 0x00, 0x0b, 0x62, 0x62, 0x04, 0x62,
0x04, 0xa6, 0xed, 0xa5, 0x8c, 0xd4, 0x6b, 0x00, 0x4f, 0x00, 0x00, 0x00,
0x54, 0x00, 0x00, 0x07, 0xd9, 0x46, 0x56, 0x5f, 0x80, 0x53, 0x73, 0x00,
0x07, 0x53, 0x06, 0x44, 0x08, 0x22, 0x04, 0x4a, 0x04, 0x40, 0x04, 0x2e,
0x04, 0x1e, 0x03, 0x63, 0x00, 0x09, 0x40, 0x74, 0x9d, 0x9d, 0x64, 0x68,
0x00, 0x00, 0x0d, 0x00, 0x2c, 0x00, 0x00, 0x06, 0x03, 0x00, 0x00, 0x7e,
0x3e, 0x17, 0x04, 0x76, 0x00, 0x04, 0x37, 0x27, 0x29, 0x29, 0x04, 0x27,
0x03, 0x7b, 0x01, 0x5a, 0x04, 0x12, 0x05, 0x02, 0x06, 0x14, 0x03, 0x0c,
0x01, 0x20, 0x01, 0x20, 0x06, 0x04, 0x01, 0x62, 0x04, 0x01, 0x03, 0x32,
0x01, 0x38, 0x03, 0x1f, 0x06, 0x08, 0x03, 0x1d, 0x04, 0x54, 0x05, 0x06,
0x00, 0x04, 0x23, 0x06, 0x23, 0x23, 0x06, 0x18, 0x01, 0x47, 0x01, 0x18,
0x03, 0x47, 0x0e, 0x21, 0x06, 0x10, 0x00, 0x09, 0x16, 0x16, 0xbc, 0x52,
0x93, 0x53, 0xe5, 0x82, 0xad, 0x00, 0x23, 0x00, 0x00, 0x0a, 0x26, 0x00,
0x7e, 0x1e, 0x76, 0x8c, 0x76, 0x08, 0x10, 0x47, 0x03, 0x18, 0x01, 0x23,
0x03, 0x18, 0x05, 0x23, 0x04, 0x06, 0x04, 0x54, 0x03, 0x1d, 0x07, 0x08,
0x00, 0x06, 0x1f, 0x38, 0x38, 0x32, 0x32, 0x38, 0x04, 0x01, 0x03, 0x62,
0x01, 0x01, 0x01, 0x7b, 0x03, 0xa5, 0x01, 0xed, 0x01, 0xb1, 0x4f, 0x00,
0x00, 0x00, 0x54, 0x00, 0x00, 0x07, 0xd2, 0x5f, 0x4e, 0x5f, 0x48, 0xa5,
0x73, 0x00, 0x06, 0x53, 0x07, 0x44, 0x06, 0x22, 0x06, 0x4a, 0x04, 0x40,
0x04, 0x2e, 0x04, 0x1e, 0x00, 0x0b, 0x63, 0x63, 0x1e, 0x37, 0x8f, 0x9d,
0x5f, 0x5f, 0xe7, 0x00, 0x03, 0x00, 0x2c, 0x00, 0x00, 0x0e, 0x03, 0x00,
0x00, 0x69, 0x63, 0x7f, 0x76, 0x76, 0x8c, 0x76, 0x37, 0x27, 0x29, 0x29,
0x05, 0x27, 0x00, 0x03, 0x7b, 0x5a, 0x5a, 0x00, 0x04, 0x12, 0x05, 0x02,
0x05, 0x14, 0x04, 0x0c, 0x01, 0x20, 0x01, 0x20, 0x04, 0x04, 0x03, 0x62,
0x04, 0x01, 0x03, 0x32, 0x00, 0x04, 0x38, 0x38, 0x1f, 0x1f, 0x06, 0x08,
0x01, 0x1d, 0x01, 0x1d, 0x05, 0x54, 0x03, 0x06, 0x05, 0x23, 0x08, 0x18,
0x01, 0x47, 0x01, 0x47, 0x0b, 0x21, 0x06, 0x10, 0x08, 0x16, 0x00, 0x07,
0xbc, 0x1f, 0x8c, 0x93, 0x93, 0x19, 0x69, 0x00, 0x23, 0x00, 0x00, 0x0d,
0x0d, 0x00, 0x71, 0xf4, 0x7f, 0x8c, 0x8c, 0x5a, 0x10, 0x47, 0x47, 0x18,
0x47, 0x00, 0x06, 0x18, 0x04, 0x23, 0x05, 0x06, 0x04, 0x54, 0x03, 0x1d,
0x05, 0x08, 0x03, 0x1f, 0x00, 0x04, 0x38, 0x38, 0x32, 0x32, 0x04, 0x01,
0x00, 0x0a, 0x62, 0x62, 0x01, 0x04, 0xa6, 0xa5, 0x82, 0x40, 0xcf, 0x4d,
0x4e, 0x00, 0x00, 0x00, 0x54, 0x00, 0x00, 0x08, 0x11, 0x68, 0x60, 0x9d,
0x9d, 0xa8, 0x73, 0x65, 0x05, 0x53, 0x06, 0x44, 0x06, 0x22, 0x06, 0x4a,
0x04, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x00, 0x0a, 0x63, 0x63, 0x30, 0x76,
0xc1, 0x9d, 0xa7, 0x60, 0xfa, 0x4d, 0x30, 0x00, 0x00, 0x08, 0xc5, 0x8c,
0x7f, 0x76, 0x8c, 0x8c, 0x76, 0x37, 0x04, 0x29, 0x03, 0x27, 0x00, 0x04,
0x7b, 0x7b, 0x5a, 0x5a, 0x04, 0x12, 0x05, 0x02, 0x05, 0x14, 0x04, 0x0c,
0x01, 0x20, 0x01, 0x20, 0x04, 0x04, 0x03, 0x62, 0x05, 0x01, 0x00, 0x03,
0x32, 0x32, 0x38, 0x00, 0x03, 0x1f, 0x06, 0x08, 0x01, 0x1d, 0x06, 0x54,
0x04, 0x06, 0x04, 0x23, 0x06, 0x18, 0x03, 0x47, 0x04, 0x21, 0x01, 0x47,
0x01, 0x47, 0x06, 0x21, 0x03, 0x10, 0x04, 0x16, 0x01, 0x13, 0x06, 0x16,
0x03, 0x13, 0x00, 0x06, 0x76, 0x6e, 0x93, 0xe5, 0xf4, 0x6b, 0x25, 0x00,
0x00, 0x07, 0xf1, 0x93, 0x8c, 0x93, 0xb9, 0x06, 0x10, 0x00, 0x05, 0x47,
0x00, 0x06, 0x18, 0x18, 0x58, 0x18, 0x23, 0x18, 0x04, 0x23, 0x04, 0x06,
0x05, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x05, 0x08, 0x03, 0x1f, 0x00, 0x04,
0x38, 0x38, 0x32, 0x38, 0x04, 0x01, 0x03, 0x62, 0x00, 0x06, 0x7b, 0x82,
0x82, 0xa5, 0xbb, 0xad, 0x4e, 0x00, 0x00, 0x00, 0x55, 0x00, 0x00, 0x07,
0xe7, 0x48, 0x5f, 0x9d, 0x8f, 0xee, 0x65, 0x00, 0x05, 0x53, 0x06, 0x44,
0x07, 0x22, 0x05, 0x4a, 0x03, 0x40, 0x05, 0x2e, 0x04, 0x1e, 0x03, 0x63,
0x00, 0x06, 0x30, 0x80, 0x9d, 0x4e, 0x4e, 0xd9, 0x30, 0x00, 0x00, 0x03,
0xf1, 0x8c, 0x7f, 0x00, 0x03, 0x8c, 0x01, 0x76, 0x01, 0x37, 0x03, 0x29,
0x06, 0x27, 0x00, 0x03, 0x7b, 0x5a, 0x5a, 0x00, 0x04, 0x12, 0x06, 0x02,
0x03, 0x14, 0x00, 0x06, 0x0c, 0x0c, 0x20, 0x0c, 0x20, 0x20, 0x05, 0x04,
0x01, 0x62, 0x01, 0x62, 0x04, 0x01, 0x00, 0x04, 0x32, 0x32, 0x01, 0x38,
0x03, 0x1f, 0x05, 0x08, 0x03, 0x1d, 0x05, 0x54, 0x03, 0x06, 0x00, 0x0d,
0x23, 0x06, 0x23, 0x23, 0x18, 0x18, 0x58, 0x23, 0x18, 0x18, 0x47, 0x47,
0x21, 0x00, 0x05, 0x47, 0x07, 0x21, 0x04, 0x10, 0x0b, 0x16, 0x03, 0x13,
0x00, 0x07, 0xbc, 0x02, 0x6e, 0x6e, 0xe5, 0x6e, 0xb1, 0x00, 0x25, 0x00,
0x00, 0x0a, 0x7c, 0x82, 0xe5, 0x93, 0x93, 0x14, 0xbc, 0x18, 0x21, 0x21,
0x03, 0x47, 0x07, 0x18, 0x04, 0x23, 0x03, 0x06, 0x05, 0x54, 0x03, 0x1d,
0x05, 0x08, 0x03, 0x1f, 0x00, 0x04, 0x38, 0x38, 0x32, 0x32, 0x03, 0x01,
0x00, 0x08, 0x62, 0x32, 0x20, 0x82, 0x82, 0xa6, 0xa5, 0x69, 0x4e, 0x00,
0x00, 0x00, 0x55, 0x00, 0x00, 0x07, 0xa3, 0xfa, 0x60, 0x9d, 0x5f, 0xb8,
0x73, 0x00, 0x04, 0x53, 0x07, 0x44, 0x07, 0x22, 0x04, 0x4a, 0x04, 0x40,
0x05, 0x2e, 0x03, 0x1e, 0x00, 0x0a, 0x63, 0x63, 0x30, 0x40, 0xb4, 0x60,
0x48, 0x46, 0x9d, 0xd2, 0x2f, 0x00, 0x00, 0x03, 0xdb, 0x93, 0x7f, 0x00,
0x03, 0x8c, 0x00, 0x03, 0x76, 0x52, 0x27, 0x00, 0x03, 0x29, 0x04, 0x27,
0x03, 0x7b, 0x05, 0x12, 0x05, 0x02, 0x04, 0x14, 0x04, 0x0c, 0x03, 0x20,
0x03, 0x04, 0x04, 0x62, 0x03, 0x01, 0x00, 0x07, 0x32, 0x01, 0x01, 0x38,
0x38, 0x1f, 0x1f, 0x00, 0x05, 0x08, 0x03, 0x1d, 0x00, 0x04, 0x54, 0x54,
0x06, 0x54, 0x03, 0x06, 0x04, 0x23, 0x08, 0x18, 0x01, 0x47, 0x0a, 0x21,
0x01, 0x10, 0x01, 0x16, 0x03, 0x10, 0x06, 0x16, 0x01, 0x13, 0x01, 0x16,
0x03, 0x13, 0x01, 0x16, 0x01, 0x16, 0x04, 0x13, 0x00, 0x07, 0x2a, 0xb7,
0x93, 0x6e, 0x6e, 0x83, 0x6a, 0x00, 0x26, 0x00, 0x00, 0x08, 0x6a, 0xe5,
0x93, 0x6e, 0xb9, 0x21, 0x10, 0x47, 0x04, 0x21, 0x01, 0x47, 0x01, 0x47,
0x05, 0x18, 0x05, 0x23, 0x04, 0x06, 0x04, 0x54, 0x03, 0x1d, 0x05, 0x08,
0x00, 0x04, 0x1f, 0x1f, 0x38, 0x38, 0x03, 0x32, 0x00, 0x0b, 0x01, 0x01,
0x62, 0x01, 0x62, 0xb4, 0x82, 0x82, 0xa5, 0xf4, 0x4d, 0x00, 0x4d, 0x00,
0x00, 0x00, 0x54, 0x00, 0x00, 0x07, 0x03, 0x00, 0xec, 0x64, 0x48, 0x9d,
0x81, 0x00, 0x04, 0x53, 0x07, 0x44, 0x08, 0x22, 0x04, 0x4a, 0x04, 0x40,
0x04, 0x2e, 0x04, 0x1e, 0x00, 0x09, 0x63, 0x63, 0x30, 0x40, 0xc1, 0x5f,
0x4e, 0x50, 0xfa, 0x00, 0x2c, 0x00, 0x00, 0x0c, 0x11, 0x00, 0x4d, 0x8a,
0xe5, 0xe5, 0x8c, 0x93, 0x93, 0x76, 0x52, 0x27, 0x04, 0x29, 0x04, 0x27,
0x00, 0x04, 0x7b, 0x7b, 0x5a, 0x5a, 0x03, 0x12, 0x05, 0x02, 0x01, 0x14,
0x01, 0x02, 0x03, 0x14, 0x03, 0x0c, 0x04, 0x20, 0x03, 0x04, 0x03, 0x62,
0x04, 0x01, 0x01, 0x32, 0x01, 0x38, 0x03, 0x1f, 0x06, 0x08, 0x03, 0x1d,
0x04, 0x54, 0x03, 0x06, 0x04, 0x23, 0x06, 0x18, 0x03, 0x47, 0x00, 0x03,
0x21, 0x21, 0x47, 0x00, 0x06, 0x21, 0x03, 0x10, 0x0a, 0x16, 0x01, 0x13,
0x01, 0x16, 0x09, 0x13, 0x00, 0x08, 0x2a, 0x2a, 0x52, 0x57, 0x6e, 0x83,
0x65, 0x7c, 0x25, 0x00, 0x00, 0x07, 0xb2, 0x93, 0xe5, 0x6e, 0x93, 0x04,
0x10, 0x00, 0x06, 0x21, 0x01, 0x47, 0x01, 0x47, 0x07, 0x18, 0x00, 0x03,
0x23, 0x06, 0x23, 0x00, 0x04, 0x06, 0x04, 0x54, 0x01, 0x1d, 0x01, 0x1d,
0x06, 0x08, 0x03, 0x1f, 0x00, 0x03, 0x38, 0x32, 0x32, 0x00, 0x05, 0x01,
0x00, 0x06, 0xaa, 0xbb, 0xbb, 0x82, 0xbb, 0xb1, 0x4d, 0x00, 0x00, 0x00,
0x54, 0x00, 0x00, 0x0a, 0x03, 0x00, 0xd2, 0xeb, 0x46, 0x56, 0x4e, 0xbb,
0x73, 0x53, 0x08, 0x44, 0x07, 0x22, 0x05, 0x4a, 0x03, 0x40, 0x05, 0x2e,
0x04, 0x1e, 0x00, 0x09, 0x63, 0x63, 0x30, 0x3e, 0x74, 0x56, 0x46, 0x46,
0xd9, 0x00, 0x2d, 0x00, 0x00, 0x03, 0x71, 0xd4, 0xe5, 0x00, 0x04, 0x93,
0x00, 0x04, 0x76, 0x52, 0x29, 0x52, 0x03, 0x29, 0x04, 0x27, 0x03, 0x7b,
0x01, 0x5a, 0x03, 0x12, 0x06, 0x02, 0x04, 0x14, 0x03, 0x0c, 0x03, 0x20,
0x05, 0x04, 0x01, 0x62, 0x01, 0x62, 0x03, 0x01, 0x00, 0x06, 0x32, 0x32,
0x38, 0x38, 0x1f, 0x1f, 0x06, 0x08, 0x01, 0x1d, 0x01, 0x1d, 0x04, 0x54,
0x04, 0x06, 0x04, 0x23, 0x07, 0x18, 0x00, 0x05, 0x47, 0x21, 0x21, 0x47,
0x47, 0x00, 0x06, 0x21, 0x00, 0x03, 0x10, 0x16, 0x10, 0x00, 0x09, 0x16,
0x0c, 0x13, 0x00, 0x09, 0x2a, 0x2a, 0x4c, 0x1f, 0x6e, 0x57, 0x83, 0x6d,
0x94, 0x00, 0x26, 0x00, 0x00, 0x07, 0xb8, 0x83, 0x6e, 0x57, 0xc0, 0x10,
0x10, 0x00, 0x07, 0x21, 0x01, 0x47, 0x07, 0x18, 0x03, 0x23, 0x04, 0x06,
0x05, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x05, 0x08, 0x03, 0x1f, 0x00, 0x04,
0x38, 0x32, 0x01, 0x32, 0x03, 0x01, 0x00, 0x06, 0x62, 0xb4, 0xbb, 0xb4,
0xa6, 0xcf, 0x4d, 0x00, 0x00, 0x00, 0x57, 0x00, 0x00, 0x07, 0x68, 0x50,
0x64, 0x5f, 0x72, 0x65, 0x53, 0x00, 0x07, 0x44, 0x06, 0x22, 0x01, 0x4a,
0x01, 0x22, 0x05, 0x4a, 0x03, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x03, 0x63,
0x00, 0x07, 0x1e, 0x37, 0x7a, 0x64, 0x55, 0x64, 0xd2, 0x00, 0x2c, 0x00,
0x00, 0x03, 0x6b, 0xf4, 0x83, 0x00, 0x04, 0x93, 0x01, 0x76, 0x01, 0x52,
0x05, 0x29, 0x05, 0x27, 0x01, 0x7b, 0x01, 0x5a, 0x05, 0x12, 0x06, 0x02,
0x04, 0x14, 0x03, 0x0c, 0x03, 0x20, 0x04, 0x04, 0x01, 0x62, 0x01, 0x62,
0x03, 0x01, 0x03, 0x32, 0x01, 0x38, 0x03, 0x1f, 0x05, 0x08, 0x01, 0x1d,
0x01, 0x1d, 0x04, 0x54, 0x06, 0x06, 0x01, 0x23, 0x01, 0x23, 0x06, 0x18,
0x01, 0x47, 0x03, 0x21, 0x01, 0x47, 0x01, 0x47, 0x04, 0x21, 0x04, 0x10,
0x08, 0x16, 0x0a, 0x13, 0x03, 0x2a, 0x01, 0x13, 0x01, 0x13, 0x04, 0x2a,
0x00, 0x06, 0x30, 0x8d, 0x57, 0x9e, 0x87, 0x71, 0x25, 0x00, 0x00, 0x07,
0x69, 0x83, 0x57, 0x57, 0x93, 0x54, 0xbc, 0x00, 0x09, 0x21, 0x01, 0x47,
0x06, 0x18, 0x04, 0x23, 0x04, 0x06, 0x03, 0x54, 0x03, 0x1d, 0x05, 0x08,
0x03, 0x1f, 0x00, 0x03, 0x38, 0x32, 0x32, 0x00, 0x04, 0x01, 0x00, 0x06,
0xaa, 0xbb, 0xb8, 0x82, 0xa8, 0x75, 0x4c, 0x00, 0x00, 0x00, 0x57, 0x00,
0x00, 0x07, 0xe7, 0x56, 0x55, 0x4e, 0x7a, 0xa5, 0x65, 0x00, 0x07, 0x44,
0x07, 0x22, 0x05, 0x4a, 0x03, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x03, 0x63,
0x00, 0x08, 0x30, 0x2e, 0xb4, 0x64, 0x46, 0x3d, 0xeb, 0x11, 0x2b, 0x00,
0x00, 0x0b, 0x8e, 0xf4, 0x66, 0x6e, 0x93, 0x6e, 0x93, 0x76, 0x52, 0x29,
0x52, 0x00, 0x04, 0x29, 0x04, 0x27, 0x00, 0x03, 0x7b, 0x7b, 0x5a, 0x00,
0x04, 0x12, 0x05, 0x02, 0x05, 0x14, 0x03, 0x0c, 0x01, 0x20, 0x01, 0x20,
0x05, 0x04, 0x01, 0x62, 0x01, 0x62, 0x04, 0x01, 0x00, 0x06, 0x32, 0x32,
0x38, 0x38, 0x1f, 0x1f, 0x04, 0x08, 0x03, 0x1d, 0x04, 0x54, 0x04, 0x06,
0x03, 0x23, 0x06, 0x18, 0x01, 0x47, 0x09, 0x21, 0x04, 0x10, 0x06, 0x16,
0x0a, 0x13, 0x03, 0x2a, 0x01, 0x13, 0x01, 0x13, 0x07, 0x2a, 0x00, 0x07,
0x41, 0x14, 0x57, 0x57, 0x83, 0x73, 0x96, 0x00, 0x25, 0x00, 0x00, 0x09,
0x7c, 0xed, 0x83, 0x8d, 0x8d, 0x5a, 0xbc, 0x10, 0x10, 0x00, 0x08, 0x21,
0x01, 0x47, 0x01, 0x47, 0x03, 0x18, 0x00, 0x03, 0x23, 0x23, 0x18, 0x00,
0x03, 0x23, 0x04, 0x06, 0x04, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x05, 0x08,
0x03, 0x1f, 0x00, 0x0c, 0x38, 0x32, 0x32, 0x01, 0x01, 0x32, 0x62, 0xb4,
0xb8, 0xb4, 0xb4, 0xf1, 0x4c, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x06,
0xeb, 0x78, 0x46, 0x4e, 0xaf, 0x65, 0x07, 0x44, 0x07, 0x22, 0x04, 0x4a,
0x04, 0x40, 0x04, 0x2e, 0x03, 0x1e, 0x06, 0x63, 0x00, 0x05, 0xaf, 0x64,
0x50, 0x78, 0x90, 0x00, 0x28, 0x00, 0x00, 0x0f, 0x0d, 0x00, 0x00, 0x8e,
0xf4, 0x5d, 0x6e, 0x93, 0x6e, 0x6e, 0x63, 0x29, 0x29, 0x52, 0x52, 0x00,
0x03, 0x29, 0x05, 0x27, 0x00, 0x03, 0x7b, 0x5a, 0x5a, 0x00, 0x04, 0x12,
0x05, 0x02, 0x03, 0x14, 0x00, 0x04, 0x0c, 0x14, 0x0c, 0x0c, 0x03, 0x20,
0x03, 0x04, 0x03, 0x62, 0x04, 0x01, 0x00, 0x03, 0x32, 0x32, 0x38, 0x00,
0x03, 0x1f, 0x04, 0x08, 0x03, 0x1d, 0x04, 0x54, 0x05, 0x06, 0x01, 0x23,
0x01, 0x23, 0x05, 0x18, 0x03, 0x47, 0x07, 0x21, 0x04, 0x10, 0x08, 0x16,
0x09, 0x13, 0x0d, 0x2a, 0x00, 0x07, 0x0f, 0xf3, 0x40, 0x6e, 0x73, 0x83,
0xd4, 0x00, 0x26, 0x00, 0x00, 0x09, 0xb6, 0x9e, 0x57, 0x8d, 0x8c, 0x13,
0x13, 0x10, 0x10, 0x00, 0x08, 0x21, 0x01, 0x47, 0x01, 0x47, 0x06, 0x18,
0x01, 0x23, 0x01, 0x23, 0x05, 0x06, 0x03, 0x54, 0x03, 0x1d, 0x05, 0x08,
0x03, 0x1f, 0x00, 0x0e, 0x38, 0x32, 0x32, 0x01, 0x01, 0x32, 0xaf, 0xb8,
0xb8, 0xb4, 0xf7, 0x6b, 0x00, 0x03, 0x49, 0x00, 0x00, 0x00, 0x58, 0x00,
0x00, 0x07, 0xec, 0x55, 0x55, 0x64, 0x80, 0xee, 0x65, 0x00, 0x05, 0x44,
0x07, 0x22, 0x04, 0x4a, 0x05, 0x40, 0x04, 0x2e, 0x03, 0x1e, 0x03, 0x63,
0x00, 0x08, 0x30, 0x1e, 0x3e, 0xf8, 0x5e, 0x55, 0x78, 0xd9, 0x27, 0x00,
0x00, 0x0e, 0x03, 0x00, 0x00, 0x75, 0xbb, 0x83, 0x6e, 0x6e, 0x57, 0x6e,
0x63, 0x29, 0x29, 0x52, 0x04, 0x29, 0x06, 0x27, 0x01, 0x5a, 0x01, 0x5a,
0x04, 0x12, 0x05, 0x02, 0x04, 0x14, 0x00, 0x03, 0x0c, 0x14, 0x0c, 0x00,
0x03, 0x20, 0x04, 0x04, 0x01, 0x62, 0x01, 0x62, 0x04, 0x01, 0x01, 0x32,
0x03, 0x38, 0x01, 0x1f, 0x01, 0x1f, 0x05, 0x08, 0x03, 0x1d, 0x03, 0x54,
0x03, 0x06, 0x04, 0x23, 0x05, 0x18, 0x01, 0x47, 0x01, 0x47, 0x08, 0x21,
0x03, 0x10, 0x07, 0x16, 0x08, 0x13, 0x0b, 0x2a, 0x00, 0x03, 0x0f, 0x2a,
0x2a, 0x00, 0x03, 0x0f, 0x00, 0x0a, 0x2a, 0x41, 0x7b, 0x73, 0x65, 0x6e,
0xed, 0x9a, 0x00, 0x11, 0x23, 0x00, 0x00, 0x07, 0xb1, 0x6e, 0x57, 0x57,
0x6e, 0x62, 0xbc, 0x00, 0x05, 0x10, 0x07, 0x21, 0x07, 0x18, 0x00, 0x03,
0x23, 0x06, 0x23, 0x00, 0x04, 0x06, 0x04, 0x54, 0x01, 0x1d, 0x01, 0x1d,
0x05, 0x08, 0x00, 0x09, 0x1f, 0x1f, 0x38, 0x38, 0x32, 0x32, 0x01, 0x32,
0xaa, 0x00, 0x04, 0xaf, 0x00, 0x03, 0x7e, 0x00, 0x11, 0x00, 0x49, 0x00,
0x00, 0x00, 0x58, 0x00, 0x00, 0x07, 0x71, 0x5f, 0x67, 0x50, 0x5e, 0x82,
0x65, 0x00, 0x05, 0x44, 0x08, 0x22, 0x03, 0x4a, 0x04, 0x40, 0x04, 0x2e,
0x05, 0x1e, 0x00, 0x0a, 0x63, 0x63, 0x30, 0x1e, 0x59, 0xfb, 0x50, 0x78,
0x78, 0xad, 0x26, 0x00, 0x00, 0x0e, 0x03, 0x00, 0x00, 0xb2, 0xed, 0x2d,
0x6e, 0x6e, 0x57, 0x6e, 0x30, 0x29, 0x29, 0x52, 0x05, 0x29, 0x03, 0x27,
0x03, 0x7b, 0x01, 0x5a, 0x01, 0x5a, 0x03, 0x12, 0x05, 0x02, 0x05, 0x14,
0x01, 0x0c, 0x01, 0x0c, 0x03, 0x20, 0x05, 0x04, 0x01, 0x62, 0x05, 0x01,
0x01, 0x32, 0x01, 0x38, 0x04, 0x1f, 0x04, 0x08, 0x01, 0x1d, 0x01, 0x1d,
0x04, 0x54, 0x03, 0x06, 0x04, 0x23, 0x05, 0x18, 0x01, 0x47, 0x01, 0x47,
0x08, 0x21, 0x07, 0x16, 0x0b, 0x13, 0x09, 0x2a, 0x0a, 0x0f, 0x00, 0x09,
0x4c, 0xf3, 0x40, 0x65, 0x22, 0xe5, 0xdb, 0x00, 0x03, 0x00, 0x23, 0x00,
0x00, 0x07, 0x4d, 0xd4, 0x6d, 0x73, 0x6e, 0x3e, 0xbc, 0x00, 0x03, 0x16,
0x01, 0x10, 0x01, 0x16, 0x04, 0x21, 0x00, 0x06, 0x47, 0x47, 0x21, 0x21,
0x47, 0x47, 0x05, 0x18, 0x03, 0x23, 0x04, 0x06, 0x03, 0x54, 0x03, 0x1d,
0x05, 0x08, 0x00, 0x05, 0x1f, 0x1f, 0x38, 0x38, 0x32, 0x00, 0x03, 0x01,
0x00, 0x06, 0xaf, 0xa8, 0xa8, 0xb4, 0xcf, 0x71, 0x4a, 0x00, 0x00, 0x00,
0x59, 0x00, 0x00, 0x07, 0x7d, 0x49, 0x3d, 0x5e, 0xf8, 0x22, 0x53, 0x00,
0x04, 0x44, 0x06, 0x22, 0x05, 0x4a, 0x04, 0x40, 0x04, 0x2e, 0x04, 0x1e,
0x00, 0x0b, 0x63, 0x63, 0x30, 0x30, 0x1e, 0x37, 0x78, 0x3d, 0x49, 0x46,
0xd2, 0x00, 0x25, 0x00, 0x00, 0x0c, 0x03, 0x00, 0x00, 0x99, 0x44, 0x2d,
0x57, 0x57, 0x8d, 0x6e, 0x30, 0x29, 0x03, 0x52, 0x05, 0x29, 0x01, 0x27,
0x01, 0x27, 0x04, 0x7b, 0x01, 0x5a, 0x04, 0x12, 0x04, 0x02, 0x05, 0x14,
0x01, 0x0c, 0x01, 0x0c, 0x03, 0x20, 0x04, 0x04, 0x03, 0x62, 0x03, 0x01,
0x01, 0x32, 0x01, 0x32, 0x03, 0x38, 0x01, 0x1f, 0x05, 0x08, 0x01, 0x1d,
0x01, 0x1d, 0x04, 0x54, 0x03, 0x06, 0x03, 0x23, 0x07, 0x18, 0x01, 0x47,
0x07, 0x21, 0x01, 0x10, 0x06, 0x16, 0x00, 0x03, 0x13, 0x13, 0x16, 0x00,
0x07, 0x13, 0x09, 0x2a, 0x0e, 0x0f, 0x00, 0x09, 0x41, 0xb4, 0x44, 0xee,
0x93, 0xf4, 0x7c, 0x00, 0x26, 0x00, 0x21, 0x00, 0x00, 0x09, 0x4d, 0x00,
0x96, 0x57, 0x6e, 0x6e, 0x44, 0x54, 0x13, 0x00, 0x03, 0x16, 0x03, 0x10,
0x03, 0x21, 0x00, 0x06, 0x47, 0x47, 0x21, 0x21, 0x47, 0x47, 0x05, 0x18,
0x04, 0x23, 0x03, 0x06, 0x03, 0x54, 0x03, 0x1d, 0x05, 0x08, 0x03, 0x1f,
0x04, 0x32, 0x01, 0xaa, 0x04, 0xa8, 0x01, 0xe7, 0x4a, 0x00, 0x00, 0x00,
0x59, 0x00, 0x00, 0x07, 0xad, 0x55, 0x49, 0xde, 0x3d, 0x3e, 0x65, 0x00,
0x03, 0x44, 0x08, 0x22, 0x03, 0x4a, 0x04, 0x40, 0x05, 0x2e, 0x04, 0x1e,
0x00, 0x0b, 0x63, 0x63, 0x30, 0x30, 0x1e, 0x7b, 0x3d, 0x3d, 0x0f, 0x9d,
0x6b, 0x00, 0x27, 0x00, 0x00, 0x09, 0x96, 0x73, 0x2d, 0x57, 0x57, 0x8d,
0x6e, 0x30, 0x29, 0x00, 0x03, 0x52, 0x05, 0x29, 0x03, 0x27, 0x03, 0x7b,
0x00, 0x04, 0x5a, 0x7b, 0x12, 0x12, 0x06, 0x02, 0x04, 0x14, 0x03, 0x0c,
0x03, 0x20, 0x04, 0x04, 0x01, 0x62, 0x01, 0x62, 0x04, 0x01, 0x00, 0x05,
0x32, 0x38, 0x38, 0x1f, 0x1f, 0x00, 0x05, 0x08, 0x01, 0x1d, 0x04, 0x54,
0x04, 0x06, 0x03, 0x23, 0x05, 0x18, 0x03, 0x47, 0x06, 0x21, 0x03, 0x10,
0x06, 0x16, 0x09, 0x13, 0x07, 0x2a, 0x0e, 0x0f, 0x00, 0x0c, 0x4c, 0x0f,
0x0f, 0x4c, 0xf8, 0xed, 0xee, 0xed, 0x8c, 0x96, 0x00, 0x26, 0x21, 0x00,
0x00, 0x09, 0x03, 0x00, 0x8e, 0xb8, 0x83, 0x65, 0x73, 0x27, 0xbc, 0x00,
0x04, 0x16, 0x03, 0x10, 0x07, 0x21, 0x01, 0x47, 0x01, 0x47, 0x06, 0x18,
0x03, 0x23, 0x03, 0x06, 0x03, 0x54, 0x03, 0x1d, 0x05, 0x08, 0x03, 0x1f,
0x03, 0x32, 0x00, 0x06, 0x62, 0xa8, 0xa8, 0x72, 0xaf, 0x8b, 0x4a, 0x00,
0x00, 0x00, 0x59, 0x00, 0x00, 0x0a, 0x4d, 0xfa, 0x2a, 0x78, 0xde, 0xaf,
0x53, 0x53, 0x44, 0x44, 0x06, 0x22, 0x06, 0x4a, 0x03, 0x40, 0x04, 0x2e,
0x04, 0x1e, 0x03, 0x63, 0x00, 0x09, 0x30, 0x63, 0x63, 0x12, 0x67, 0x67,
0x2a, 0xeb, 0xa3, 0x00, 0x26, 0x00, 0x00, 0x03, 0x99, 0x65, 0x6d, 0x00,
0x03, 0x6e, 0x00, 0x03, 0x93, 0x3e, 0x29, 0x00, 0x04, 0x52, 0x04, 0x29,
0x05, 0x27, 0x00, 0x03, 0x7b, 0x5a, 0x5a, 0x00, 0x03, 0x12, 0x05, 0x02,
0x04, 0x14, 0x03, 0x0c, 0x03, 0x20, 0x03, 0x04, 0x03, 0x62, 0x00, 0x07,
0x01, 0x62, 0x01, 0x32, 0x01, 0x38, 0x38, 0x00, 0x03, 0x1f, 0x04, 0x08,
0x01, 0x1d, 0x01, 0x1d, 0x04, 0x54, 0x03, 0x06, 0x03, 0x23, 0x05, 0x18,
0x01, 0x47, 0x01, 0x47, 0x08, 0x21, 0x01, 0x10, 0x01, 0x10, 0x05, 0x16,
0x07, 0x13, 0x08, 0x2a, 0x11, 0x0f, 0x00, 0x0b, 0x4c, 0x0f, 0x0f, 0x4c,
0x0f, 0x82, 0xed, 0xa5, 0x8c, 0xf7, 0x71, 0x00, 0x23, 0x00, 0x00, 0x09,
0x03, 0x00, 0xdb, 0x57, 0x65, 0x73, 0x63, 0x16, 0x13, 0x00, 0x05, 0x16,
0x01, 0x10, 0x01, 0x10, 0x08, 0x21, 0x01, 0x47, 0x01, 0x47, 0x03, 0x18,
0x01, 0x58, 0x01, 0x18, 0x03, 0x23, 0x04, 0x06, 0x03, 0x54, 0x01, 0x1d,
0x01, 0x1d, 0x05, 0x08, 0x00, 0x03, 0x1f, 0x38, 0x38, 0x00, 0x03, 0x32,
0x00, 0x06, 0xc1, 0xa8, 0x72, 0xa8, 0x81, 0x8e, 0x49, 0x00, 0x00, 0x00,
0x5a, 0x00, 0x00, 0x09, 0xec, 0x2a, 0x49, 0x3d, 0xfb, 0x4a, 0x53, 0x44,
0x44, 0x00, 0x07, 0x22, 0x03, 0x4a, 0x05, 0x40, 0x04, 0x2e, 0x03, 0x1e,
0x04, 0x63, 0x03, 0x30, 0x00, 0x06, 0xaa, 0x49, 0x41, 0x16, 0x90, 0x11,
0x25, 0x00, 0x00, 0x03, 0x75, 0xed, 0x83, 0x00, 0x03, 0x73, 0x00, 0x04,
0x53, 0x59, 0x29, 0x37, 0x04, 0x52, 0x04, 0x29, 0x04, 0x27, 0x00, 0x03,
0x7b, 0x5a, 0x5a, 0x00, 0x04, 0x12, 0x05, 0x02, 0x03, 0x14, 0x04, 0x0c,
0x03, 0x20, 0x03, 0x04, 0x01, 0x62, 0x01, 0x62, 0x04, 0x01, 0x00, 0x05,
0x32, 0x32, 0x38, 0x38, 0x1f, 0x00, 0x05, 0x08, 0x01, 0x1d, 0x01, 0x1d,
0x04, 0x54, 0x03, 0x06, 0x03, 0x23, 0x05, 0x18, 0x00, 0x06, 0x47, 0x47,
0x21, 0x21, 0x47, 0x47, 0x03, 0x21, 0x03, 0x10, 0x05, 0x16, 0x07, 0x13,
0x07, 0x2a, 0x0e, 0x0f, 0x01, 0x4c, 0x01, 0x4c, 0x04, 0x0f, 0x03, 0x4c,
0x00, 0x07, 0x41, 0xc1, 0x82, 0x82, 0xa5, 0x82, 0x9a, 0x00, 0x23, 0x00,
0x00, 0x0a, 0x03, 0x00, 0x75, 0xed, 0x6e, 0x65, 0x53, 0xaa, 0xbc, 0x13,
0x06, 0x16, 0x03, 0x10, 0x05, 0x21, 0x03, 0x47, 0x04, 0x18, 0x04, 0x23,
0x03, 0x06, 0x04, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x04, 0x08, 0x03, 0x1f,
0x00, 0x09, 0x38, 0x32, 0x32, 0x01, 0x72, 0x74, 0x72, 0xc1, 0x7e, 0x00,
0x49, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x0a, 0xa3, 0x9d, 0x13, 0x67,
0x49, 0xb4, 0x53, 0x44, 0x22, 0x44, 0x04, 0x22, 0x01, 0x4a, 0x01, 0x22,
0x03, 0x4a, 0x05, 0x40, 0x03, 0x2e, 0x04, 0x1e, 0x03, 0x63, 0x00, 0x09,
0x30, 0x30, 0x63, 0x30, 0xaa, 0x41, 0x0f, 0x47, 0x7d, 0x00, 0x25, 0x00,
0x00, 0x0b, 0x11, 0xd4, 0x83, 0x65, 0x53, 0x65, 0x22, 0x5c, 0x52, 0x37,
0x37, 0x00, 0x03, 0x52, 0x05, 0x29, 0x00, 0x06, 0x27, 0x27, 0x7b, 0x27,
0x7b, 0x5a, 0x04, 0x12, 0x05, 0x02, 0x04, 0x14, 0x03, 0x0c, 0x03, 0x20,
0x03, 0x04, 0x03, 0x62, 0x01, 0x01, 0x01, 0x62, 0x03, 0x01, 0x01, 0x38,
0x03, 0x1f, 0x04, 0x08, 0x01, 0x1d, 0x01, 0x1d, 0x04, 0x54, 0x04, 0x06,
0x01, 0x23, 0x01, 0x23, 0x05, 0x18, 0x01, 0x47, 0x01, 0x47, 0x06, 0x21,
0x03, 0x10, 0x05, 0x16, 0x06, 0x13, 0x00, 0x03, 0x2a, 0x2a, 0x13, 0x00,
0x06, 0x2a, 0x0d, 0x0f, 0x00, 0x06, 0x4c, 0x4c, 0x0f, 0x4c, 0x4c, 0x0f,
0x05, 0x4c, 0x00, 0x08, 0x41, 0x4c, 0xb4, 0x82, 0x82, 0x63, 0xea, 0x0d,
0x25, 0x00, 0x00, 0x05, 0x6a, 0x6e, 0x53, 0x65, 0x5c, 0x00, 0x03, 0x13,
0x01, 0x16, 0x01, 0x13, 0x04, 0x16, 0x03, 0x10, 0x06, 0x21, 0x00, 0x0a,
0x47, 0x47, 0x18, 0x18, 0x23, 0x18, 0x18, 0x23, 0x06, 0x23, 0x03, 0x06,
0x04, 0x54, 0x01, 0x1d, 0x05, 0x08, 0x03, 0x1f, 0x00, 0x09, 0x38, 0x32,
0x32, 0xc1, 0x88, 0x88, 0x72, 0xcc, 0x71, 0x00, 0x48, 0x00, 0x00, 0x00,
0x59, 0x00, 0x00, 0x09, 0x03, 0x00, 0x7d, 0x18, 0x4c, 0x41, 0xf8, 0x44,
0x44, 0x00, 0x06, 0x22, 0x05, 0x4a, 0x04, 0x40, 0x04, 0x2e, 0x03, 0x1e,
0x03, 0x63, 0x05, 0x30, 0x00, 0x05, 0xaa, 0x4c, 0x2a, 0x23, 0xd9, 0x00,
0x23, 0x00, 0x00, 0x0c, 0x11, 0x00, 0x7e, 0x53, 0x53, 0x44, 0x44, 0x4a,
0x5c, 0x52, 0x37, 0x37, 0x03, 0x52, 0x05, 0x29, 0x00, 0x05, 0x27, 0x27,
0x7b, 0x7b, 0x27, 0x00, 0x03, 0x5a, 0x03, 0x12, 0x04, 0x02, 0x05, 0x14,
0x03, 0x0c, 0x01, 0x20, 0x01, 0x20, 0x05, 0x04, 0x01, 0x62, 0x03, 0x01,
0x03, 0x32, 0x00, 0x03, 0x38, 0x1f, 0x1f, 0x00, 0x05, 0x08, 0x01, 0x1d,
0x04, 0x54, 0x03, 0x06, 0x03, 0x23, 0x05, 0x18, 0x01, 0x47, 0x01, 0x47,
0x06, 0x21, 0x01, 0x10, 0x01, 0x10, 0x07, 0x16, 0x05, 0x13, 0x08, 0x2a,
0x0d, 0x0f, 0x01, 0x4c, 0x01, 0x0f, 0x0b, 0x4c, 0x00, 0x08, 0x41, 0x41,
0xc1, 0xbb, 0xbb, 0x82, 0xb8, 0x8e, 0x25, 0x00, 0x00, 0x07, 0xb1, 0xee,
0x93, 0x44, 0xee, 0x1f, 0xbc, 0x00, 0x03, 0x13, 0x06, 0x16, 0x01, 0x10,
0x07, 0x21, 0x01, 0x18, 0x01, 0x47, 0x05, 0x18, 0x01, 0x23, 0x01, 0x23,
0x04, 0x06, 0x04, 0x54, 0x01, 0x1d, 0x05, 0x08, 0x00, 0x0b, 0x1f, 0x1f,
0x38, 0x32, 0x32, 0xf8, 0x88, 0x88, 0x74, 0x74, 0xe7, 0x00, 0x48, 0x00,
0x00, 0x00, 0x59, 0x00, 0x00, 0x09, 0x11, 0x00, 0xad, 0x5e, 0x16, 0x41,
0x2a, 0x59, 0x53, 0x00, 0x05, 0x22, 0x01, 0x4a, 0x01, 0x22, 0x04, 0x4a,
0x04, 0x40, 0x04, 0x2e, 0x03, 0x1e, 0x04, 0x63, 0x00, 0x09, 0x30, 0x30,
0x63, 0x30, 0x1f, 0x2a, 0x13, 0x06, 0xd9, 0x00, 0x25, 0x00, 0x00, 0x09,
0x8a, 0xe5, 0xed, 0xee, 0xee, 0x5c, 0x52, 0x37, 0x37, 0x00, 0x05, 0x52,
0x03, 0x29, 0x04, 0x27, 0x01, 0x7b, 0x03, 0x5a, 0x03, 0x12, 0x05, 0x02,
0x04, 0x14, 0x03, 0x0c, 0x01, 0x20, 0x01, 0x20, 0x05, 0x04, 0x01, 0x62,
0x04, 0x01, 0x00, 0x05, 0x32, 0x38, 0x38, 0x1f, 0x1f, 0x00, 0x05, 0x08,
0x01, 0x1d, 0x01, 0x1d, 0x03, 0x54, 0x03, 0x06, 0x03, 0x23, 0x05, 0x18,
0x01, 0x47, 0x01, 0x47, 0x06, 0x21, 0x01, 0x10, 0x01, 0x10, 0x06, 0x16,
0x08, 0x13, 0x03, 0x2a, 0x01, 0x0f, 0x01, 0x2a, 0x05, 0x0f, 0x01, 0x4c,
0x05, 0x0f, 0x0c, 0x4c, 0x07, 0x41, 0x00, 0x06, 0xfb, 0xb8, 0xb8, 0xb4,
0xb4, 0x7e, 0x26, 0x00, 0x00, 0x06, 0xf4, 0x93, 0x22, 0x44, 0x12, 0x2a,
0x05, 0x13, 0x00, 0x04, 0x16, 0x16, 0x13, 0x16, 0x03, 0x10, 0x06, 0x21,
0x03, 0x47, 0x04, 0x18, 0x03, 0x23, 0x03, 0x06, 0x03, 0x54, 0x01, 0x1d,
0x01, 0x1d, 0x05, 0x08, 0x00, 0x0a, 0x1f, 0x1f, 0x38, 0x32, 0x1f, 0x74,
0x81, 0x81, 0x74, 0xd0, 0x48, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x06,
0xfa, 0x06, 0x4c, 0x0f, 0xaa, 0x44, 0x07, 0x22, 0x04, 0x4a, 0x03, 0x40,
0x05, 0x2e, 0x03, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x05, 0x30, 0x00, 0x06,
0x3e, 0x1f, 0x13, 0x16, 0xe1, 0xd9, 0x22, 0x00, 0x00, 0x09, 0x03, 0x00,
0x8e, 0xd4, 0x8c, 0xed, 0xed, 0x3e, 0x52, 0x00, 0x03, 0x37, 0x04, 0x52,
0x03, 0x29, 0x00, 0x08, 0x27, 0x27, 0x7b, 0x27, 0x27, 0x7b, 0x5a, 0x5a,
0x03, 0x12, 0x05, 0x02, 0x04, 0x14, 0x03, 0x0c, 0x03, 0x20, 0x00, 0x05,
0x04, 0x04, 0x62, 0x04, 0x62, 0x00, 0x04, 0x01, 0x00, 0x05, 0x32, 0x32,
0x38, 0x38, 0x1f, 0x00, 0x05, 0x08, 0x01, 0x1d, 0x01, 0x1d, 0x03, 0x54,
0x04, 0x06, 0x00, 0x03, 0x23, 0x06, 0x23, 0x00, 0x04, 0x18, 0x01, 0x47,
0x01, 0x47, 0x07, 0x21, 0x01, 0x10, 0x06, 0x16, 0x05, 0x13, 0x01, 0x2a,
0x01, 0x13, 0x05, 0x2a, 0x09, 0x0f, 0x00, 0x03, 0x4c, 0x0f, 0x0f, 0x00,
0x09, 0x4c, 0x0c, 0x41, 0x00, 0x06, 0xc1, 0xb8, 0xaf, 0xb4, 0xf7, 0x03,
0x25, 0x00, 0x00, 0x07, 0x69, 0x65, 0x44, 0xee, 0xa5, 0xf3, 0xbc, 0x00,
0x03, 0x13, 0x07, 0x16, 0x01, 0x10, 0x01, 0x10, 0x03, 0x21, 0x00, 0x05,
0x47, 0x21, 0x21, 0x47, 0x47, 0x00, 0x05, 0x18, 0x01, 0x23, 0x01, 0x23,
0x04, 0x06, 0x03, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x05, 0x08, 0x00, 0x0a,
0x1f, 0x1f, 0x38, 0x32, 0xf8, 0x81, 0x91, 0x74, 0x8f, 0x8e, 0x47, 0x00,
0x00, 0x00, 0x5a, 0x00, 0x00, 0x09, 0x03, 0x00, 0xec, 0x0f, 0x47, 0x2a,
0x54, 0x63, 0x44, 0x00, 0x05, 0x22, 0x05, 0x4a, 0x01, 0x40, 0x01, 0x40,
0x05, 0x2e, 0x04, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x05, 0x30, 0x00, 0x06,
0x3e, 0x01, 0x10, 0x21, 0xe1, 0xd9, 0x22, 0x00, 0x00, 0x08, 0x11, 0x00,
0xad, 0xf4, 0x4a, 0xa5, 0xa5, 0x5c, 0x03, 0x37, 0x04, 0x52, 0x04, 0x29,
0x00, 0x08, 0x27, 0x7b, 0x27, 0x27, 0x7b, 0x7b, 0x5a, 0x5a, 0x03, 0x12,
0x04, 0x02, 0x04, 0x14, 0x00, 0x06, 0x0c, 0x14, 0x0c, 0x0c, 0x20, 0x20,
0x03, 0x04, 0x00, 0x03, 0x62, 0x04, 0x62, 0x00, 0x04, 0x01, 0x00, 0x05,
0x32, 0x38, 0x38, 0x1f, 0x1f, 0x00, 0x05, 0x08, 0x01, 0x1d, 0x04, 0x54,
0x03, 0x06, 0x00, 0x04, 0x23, 0x06, 0x23, 0x58, 0x03, 0x18, 0x00, 0x04,
0x47, 0x47, 0x21, 0x47, 0x04, 0x21, 0x03, 0x10, 0x05, 0x16, 0x04, 0x13,
0x00, 0x03, 0x2a, 0x13, 0x13, 0x00, 0x04, 0x2a, 0x07, 0x0f, 0x01, 0x4c,
0x03, 0x0f, 0x08, 0x4c, 0x10, 0x41, 0x00, 0x06, 0xfb, 0xa8, 0xa8, 0xaf,
0xa8, 0xe7, 0x25, 0x00, 0x00, 0x08, 0x8e, 0x82, 0x8c, 0xee, 0xee, 0xaa,
0xbc, 0x2a, 0x04, 0x13, 0x05, 0x16, 0x04, 0x10, 0x05, 0x21, 0x01, 0x47,
0x01, 0x47, 0x04, 0x18, 0x04, 0x23, 0x01, 0x06, 0x01, 0x06, 0x04, 0x54,
0x01, 0x1d, 0x01, 0x1d, 0x04, 0x08, 0x03, 0x1f, 0x00, 0x07, 0x32, 0x1f,
0x91, 0x6c, 0x91, 0x91, 0x7d, 0x00, 0x47, 0x00, 0x00, 0x00, 0x5c, 0x00,
0x00, 0x07, 0x0d, 0x9d, 0xe1, 0x21, 0x10, 0x27, 0x53, 0x00, 0x05, 0x22,
0x03, 0x4a, 0x04, 0x40, 0x05, 0x2e, 0x04, 0x1e, 0x00, 0x03, 0x63, 0x30,
0x63, 0x00, 0x03, 0x30, 0x00, 0x07, 0x63, 0x3e, 0x38, 0x10, 0x47, 0xe1,
0xd9, 0x00, 0x22, 0x00, 0x00, 0x08, 0x11, 0x00, 0x7c, 0xd4, 0x63, 0x82,
0x82, 0x5c, 0x03, 0x37, 0x03, 0x52, 0x05, 0x29, 0x04, 0x27, 0x00, 0x03,
0x7b, 0x7b, 0x5a, 0x00, 0x04, 0x12, 0x04, 0x02, 0x04, 0x14, 0x03, 0x0c,
0x01, 0x20, 0x01, 0x20, 0x05, 0x04, 0x01, 0x62, 0x01, 0x62, 0x03, 0x01,
0x00, 0x06, 0x32, 0x32, 0x38, 0x38, 0x1f, 0x1f, 0x04, 0x08, 0x01, 0x1d,
0x01, 0x1d, 0x03, 0x54, 0x03, 0x06, 0x03, 0x23, 0x00, 0x06, 0x18, 0x58,
0x18, 0x18, 0x47, 0x47, 0x07, 0x21, 0x01, 0x10, 0x06, 0x16, 0x07, 0x13,
0x04, 0x2a, 0x09, 0x0f, 0x01, 0x4c, 0x01, 0x0f, 0x06, 0x4c, 0x0e, 0x41,
0x00, 0x03, 0x49, 0x41, 0x41, 0x00, 0x03, 0x49, 0x00, 0x05, 0x74, 0x72,
0x72, 0xaf, 0xd0, 0x00, 0x26, 0x00, 0x00, 0x07, 0xdb, 0x93, 0xee, 0xed,
0x37, 0x2a, 0x2a, 0x00, 0x05, 0x13, 0x05, 0x16, 0x01, 0x10, 0x01, 0x10,
0x04, 0x21, 0x00, 0x05, 0x47, 0x21, 0x21, 0x47, 0x47, 0x00, 0x05, 0x18,
0x01, 0x23, 0x04, 0x06, 0x03, 0x54, 0x03, 0x1d, 0x04, 0x08, 0x00, 0x0a,
0x1f, 0x1f, 0x38, 0x32, 0x74, 0x8f, 0x6c, 0x91, 0xeb, 0x71, 0x46, 0x00,
0x00, 0x00, 0x5d, 0x00, 0x00, 0x07, 0xd9, 0x18, 0x06, 0x10, 0x38, 0x40,
0x44, 0x00, 0x03, 0x22, 0x05, 0x4a, 0x03, 0x40, 0x05, 0x2e, 0x03, 0x1e,
0x00, 0x04, 0x63, 0x63, 0x30, 0x63, 0x04, 0x30, 0x00, 0x06, 0x3e, 0x01,
0x47, 0x23, 0xe1, 0xd9, 0x22, 0x00, 0x00, 0x07, 0x03, 0x00, 0x71, 0x8a,
0x63, 0xbb, 0xbb, 0x00, 0x03, 0x37, 0x05, 0x52, 0x04, 0x29, 0x01, 0x27,
0x01, 0x27, 0x03, 0x7b, 0x01, 0x5a, 0x01, 0x5a, 0x03, 0x12, 0x04, 0x02,
0x05, 0x14, 0x01, 0x0c, 0x01, 0x14, 0x03, 0x20, 0x05, 0x04, 0x03, 0x01,
0x03, 0x32, 0x01, 0x38, 0x03, 0x1f, 0x04, 0x08, 0x01, 0x1d, 0x01, 0x1d,
0x03, 0x54, 0x03, 0x06, 0x03, 0x23, 0x05, 0x18, 0x01, 0x47, 0x06, 0x21,
0x01, 0x10, 0x01, 0x10, 0x05, 0x16, 0x05, 0x13, 0x06, 0x2a, 0x0a, 0x0f,
0x07, 0x4c, 0x0b, 0x41, 0x0a, 0x49, 0x00, 0x07, 0x41, 0x80, 0x88, 0x88,
0x72, 0x8f, 0xad, 0x00, 0x25, 0x00, 0x00, 0x09, 0x9a, 0xed, 0xee, 0xed,
0xa5, 0xf8, 0x2a, 0x13, 0x2a, 0x00, 0x04, 0x13, 0x00, 0x07, 0x16, 0x16,
0x13, 0x16, 0x16, 0x10, 0x10, 0x00, 0x07, 0x21, 0x01, 0x47, 0x01, 0x47,
0x04, 0x18, 0x01, 0x23, 0x01, 0x23, 0x04, 0x06, 0x03, 0x54, 0x01, 0x1d,
0x01, 0x1d, 0x04, 0x08, 0x03, 0x1f, 0x00, 0x09, 0x32, 0xf8, 0x7a, 0x8f,
0x77, 0x8f, 0xec, 0x00, 0x0d, 0x00, 0x44, 0x00, 0x00, 0x00, 0x5d, 0x00,
0x00, 0x07, 0x6b, 0x55, 0xe1, 0x18, 0x47, 0x5c, 0x44, 0x00, 0x04, 0x22,
0x04, 0x4a, 0x04, 0x40, 0x03, 0x2e, 0x04, 0x1e, 0x01, 0x63, 0x01, 0x63,
0x06, 0x30, 0x00, 0x06, 0x3e, 0x04, 0x18, 0x06, 0xe1, 0x7d, 0x23, 0x00,
0x00, 0x09, 0x03, 0x00, 0x8b, 0xa6, 0xb8, 0xbb, 0xb4, 0x37, 0x37, 0x00,
0x05, 0x52, 0x01, 0x29, 0x01, 0x29, 0x03, 0x27, 0x03, 0x7b, 0x01, 0x5a,
0x01, 0x5a, 0x04, 0x12, 0x04, 0x02, 0x04, 0x14, 0x03, 0x0c, 0x03, 0x20,
0x03, 0x04, 0x01, 0x62, 0x01, 0x62, 0x03, 0x01, 0x00, 0x06, 0x32, 0x32,
0x38, 0x38, 0x1f, 0x1f, 0x04, 0x08, 0x01, 0x1d, 0x01, 0x1d, 0x03, 0x54,
0x03, 0x06, 0x03, 0x23, 0x04, 0x18, 0x01, 0x47, 0x01, 0x47, 0x06, 0x21,
0x03, 0x10, 0x04, 0x16, 0x04, 0x13, 0x00, 0x03, 0x2a, 0x2a, 0x13, 0x00,
0x04, 0x2a, 0x0a, 0x0f, 0x06, 0x4c, 0x0a, 0x41, 0x0e, 0x49, 0x00, 0x06,
0x67, 0x91, 0x81, 0x80, 0x74, 0x7d, 0x25, 0x00, 0x00, 0x07, 0x71, 0x8a,
0x8c, 0xa5, 0xa5, 0xb4, 0x0f, 0x00, 0x03, 0x2a, 0x05, 0x13, 0x05, 0x16,
0x01, 0x10, 0x01, 0x10, 0x03, 0x21, 0x00, 0x09, 0x47, 0x21, 0x21, 0x47,
0x18, 0x18, 0x58, 0x18, 0x18, 0x00, 0x03, 0x23, 0x03, 0x06, 0x04, 0x54,
0x01, 0x1d, 0x05, 0x08, 0x00, 0x09, 0x1f, 0x38, 0x38, 0x91, 0xcc, 0xcc,
0x7a, 0x90, 0x0d, 0x00, 0x45, 0x00, 0x00, 0x00, 0x5e, 0x00, 0x00, 0x09,
0xfa, 0xe1, 0x06, 0x21, 0x14, 0x4a, 0x44, 0x22, 0x22, 0x00, 0x04, 0x4a,
0x04, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x04, 0x30,
0x03, 0x3e, 0x00, 0x05, 0x0c, 0x23, 0x06, 0xe1, 0x68, 0x00, 0x23, 0x00,
0x00, 0x0a, 0x03, 0x00, 0xad, 0xa8, 0xb4, 0xb8, 0xb8, 0xb4, 0x52, 0x37,
0x05, 0x52, 0x01, 0x29, 0x01, 0x29, 0x05, 0x27, 0x03, 0x5a, 0x03, 0x12,
0x05, 0x02, 0x00, 0x03, 0x14, 0x14, 0x02, 0x00, 0x03, 0x0c, 0x01, 0x20,
0x01, 0x20, 0x05, 0x04, 0x04, 0x01, 0x00, 0x05, 0x32, 0x32, 0x38, 0x38,
0x1f, 0x00, 0x05, 0x08, 0x04, 0x1d, 0x05, 0x06, 0x04, 0x23, 0x01, 0x18,
0x03, 0x47, 0x01, 0x21, 0x04, 0x47, 0x00, 0x03, 0x21, 0x10, 0x10, 0x00,
0x05, 0x16, 0x07, 0x13, 0x05, 0x2a, 0x09, 0x0f, 0x01, 0x4c, 0x01, 0x0f,
0x05, 0x4c, 0x0b, 0x41, 0x00, 0x03, 0x49, 0x49, 0x41, 0x00, 0x0a, 0x49,
0x00, 0x08, 0x91, 0x6c, 0x6c, 0x80, 0xeb, 0xa3, 0x00, 0x0d, 0x23, 0x00,
0x00, 0x07, 0x7e, 0x4a, 0xa5, 0x82, 0x82, 0xf8, 0x4c, 0x00, 0x04, 0x2a,
0x06, 0x13, 0x03, 0x16, 0x03, 0x10, 0x00, 0x04, 0x21, 0x21, 0x47, 0x21,
0x04, 0x47, 0x01, 0x18, 0x04, 0x23, 0x04, 0x06, 0x01, 0x54, 0x03, 0x1d,
0x04, 0x08, 0x03, 0x38, 0x00, 0x09, 0x04, 0xf8, 0xcc, 0xcc, 0x60, 0x9d,
0xad, 0x00, 0x03, 0x00, 0x43, 0x00, 0x00, 0x00, 0x5e, 0x00, 0x00, 0x08,
0xad, 0x06, 0xe1, 0x06, 0x06, 0x30, 0x44, 0x22, 0x04, 0x4a, 0x05, 0x40,
0x03, 0x2e, 0x04, 0x1e, 0x04, 0x63, 0x03, 0x30, 0x03, 0x3e, 0x00, 0x06,
0x02, 0x06, 0x1d, 0xe1, 0xfa, 0x0d, 0x25, 0x00, 0x00, 0x08, 0x69, 0xb4,
0xb4, 0xaf, 0xa8, 0xaf, 0xb4, 0x7b, 0x03, 0x27, 0x05, 0x7b, 0x05, 0x12,
0x00, 0x03, 0x14, 0x12, 0x12, 0x00, 0x05, 0x14, 0x0b, 0xaa, 0x00, 0x06,
0x62, 0x62, 0x01, 0x1f, 0x01, 0x01, 0x05, 0x1f, 0x01, 0x54, 0x01, 0x1f,
0x08, 0x54, 0x0b, 0xb7, 0x03, 0x16, 0x00, 0x03, 0xf3, 0x16, 0x16, 0x00,
0x03, 0x13, 0x04, 0xf3, 0x04, 0x2a, 0x06, 0x0f, 0x08, 0xfb, 0x01, 0x4c,
0x01, 0x4c, 0x04, 0x41, 0x09, 0x49, 0x06, 0x67, 0x0f, 0x78, 0x01, 0x55,
0x04, 0x8f, 0x00, 0x03, 0xec, 0x00, 0x03, 0x00, 0x23, 0x00, 0x00, 0x07,
0x6b, 0xd4, 0x4a, 0x82, 0x82, 0xbb, 0xc1, 0x00, 0x0c, 0xf3, 0x08, 0xb7,
0x01, 0x16, 0x10, 0xb7, 0x00, 0x0e, 0x54, 0x54, 0xb7, 0x54, 0x54, 0xb7,
0x54, 0x54, 0xf8, 0x77, 0xa7, 0xa7, 0x77, 0x7d, 0x45, 0x00, 0x00, 0x00,
0x5e, 0x00, 0x00, 0x08, 0x0d, 0xa7, 0xc6, 0x1d, 0x06, 0x29, 0x22, 0x22,
0x04, 0x4a, 0x05, 0x40, 0x03, 0x2e, 0x04, 0x1e, 0x04, 0x63, 0x01, 0x30,
0x01, 0x30, 0x04, 0x3e, 0x00, 0x06, 0x7b, 0x1d, 0x1d, 0xc6, 0xeb, 0x71,
0x25, 0x00, 0x00, 0x04, 0x26, 0xea, 0xb4, 0xaf, 0x11, 0xa8, 0x11, 0x72,
0x10, 0x74, 0x13, 0x80, 0x12, 0x91, 0x0f, 0x7a, 0x0f, 0x77, 0x0b, 0x60,
0x05, 0x4e, 0x03, 0x56, 0x00, 0x05, 0x48, 0xa7, 0xa7, 0x77, 0x7d, 0x00,
0x24, 0x00, 0x00, 0x08, 0x11, 0x00, 0x7e, 0xa5, 0x63, 0x82, 0x82, 0xbb,
0x05, 0xb4, 0x08, 0xaf, 0x03, 0xc1, 0x00, 0x03, 0xa8, 0xa8, 0xc1, 0x00,
0x05, 0x72, 0x04, 0x74, 0x05, 0x80, 0x05, 0x91, 0x03, 0x7a, 0x04, 0x77,
0x00, 0x07, 0x60, 0x56, 0xa7, 0x9d, 0x4e, 0xfa, 0x6b, 0x00, 0x44, 0x00,
0x00, 0x00, 0x5f, 0x00, 0x00, 0x07, 0xec, 0xe1, 0x38, 0x1d, 0x32, 0x40,
0x22, 0x00, 0x03, 0x4a, 0x05, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x01, 0x63,
0x01, 0x63, 0x04, 0x30, 0x04, 0x3e, 0x00, 0x06, 0x29, 0x08, 0x08, 0xc6,
0x8f, 0x6b, 0x26, 0x00, 0x00, 0x05, 0x4d, 0xd0, 0x72, 0xc1, 0x72, 0x00,
0x10, 0x88, 0x10, 0x81, 0x01, 0x6c, 0x03, 0x81, 0x15, 0x6c, 0x17, 0x8f,
0x13, 0xcc, 0x0f, 0xa7, 0x17, 0x9d, 0x01, 0x77, 0x01, 0x7d, 0x24, 0x00,
0x00, 0x06, 0x0d, 0x00, 0x00, 0x69, 0xbb, 0x1e, 0x05, 0xbb, 0x08, 0xb8,
0x07, 0xa8, 0x01, 0x72, 0x01, 0x72, 0x05, 0x88, 0x04, 0x81, 0x04, 0x6c,
0x04, 0x8f, 0x04, 0xcc, 0x03, 0xa7, 0x05, 0x9d, 0x00, 0x03, 0x60, 0xfa,
0xa3, 0x00, 0x44, 0x00, 0x00, 0x00, 0x5f, 0x00, 0x00, 0x0a, 0x6b, 0x7a,
0xc6, 0x08, 0x08, 0x5c, 0x22, 0x22, 0x4a, 0x4a, 0x05, 0x40, 0x04, 0x2e,
0x03, 0x1e, 0x04, 0x63, 0x01, 0x30, 0x01, 0x30, 0x05, 0x3e, 0x00, 0x06,
0x37, 0x38, 0x38, 0xc6, 0xf8, 0xd2, 0x28, 0x00, 0x00, 0x04, 0xd9, 0xcf,
0x81, 0xc1, 0x08, 0x72, 0x11, 0x74, 0x03, 0x80, 0x01, 0x74, 0x0f, 0x80,
0x01, 0x91, 0x01, 0x80, 0x11, 0x91, 0x0d, 0x7a, 0x0d, 0x77, 0x00, 0x03,
0x64, 0x77, 0x64, 0x00, 0x2b, 0x60, 0x00, 0x05, 0x64, 0xeb, 0xad, 0x00,
0x03, 0x00, 0x23, 0x00, 0x00, 0x07, 0x03, 0x00, 0x00, 0xb1, 0xd4, 0xbb,
0x3e, 0x00, 0x03, 0xa6, 0x01, 0x82, 0x01, 0x37, 0x08, 0xb4, 0x06, 0xaf,
0x05, 0xc1, 0x03, 0x72, 0x04, 0x74, 0x03, 0x80, 0x04, 0x91, 0x03, 0x7a,
0x01, 0x77, 0x01, 0x77, 0x05, 0x60, 0x00, 0x05, 0x64, 0x48, 0xec, 0x00,
0x0d, 0x00, 0x43, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x07, 0x68, 0xe0,
0x32, 0x08, 0x02, 0x22, 0x22, 0x00, 0x03, 0x4a, 0x03, 0x40, 0x04, 0x2e,
0x04, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x04, 0x30, 0x05, 0x3e, 0x00, 0x06,
0x5c, 0x04, 0x38, 0xc6, 0x04, 0xad, 0x29, 0x00, 0x00, 0x03, 0x71, 0xec,
0x7d, 0x00, 0x19, 0xd0, 0x0f, 0x8b, 0x20, 0x90, 0x3e, 0x68, 0x00, 0x03,
0x90, 0x7d, 0xad, 0x00, 0x2a, 0x00, 0x00, 0x03, 0x6b, 0x7e, 0xf1, 0x00,
0x09, 0xcf, 0x0d, 0xea, 0x0a, 0xd0, 0x04, 0x8b, 0x05, 0x90, 0x08, 0x68,
0x01, 0xe7, 0x46, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x09, 0xad, 0xf8,
0xc6, 0x38, 0x04, 0x30, 0x22, 0x4a, 0x4a, 0x00, 0x04, 0x40, 0x04, 0x2e,
0x03, 0x1e, 0x03, 0x63, 0x04, 0x30, 0x05, 0x3e, 0x00, 0x06, 0x5c, 0x0c,
0x32, 0xc6, 0xc6, 0xd9, 0x2d, 0x00, 0x14, 0x4d, 0x08, 0x11, 0x05, 0x4d,
0x12, 0x11, 0x01, 0x4d, 0x12, 0x11, 0x01, 0x26, 0x03, 0x11, 0x01, 0x4d,
0x01, 0x11, 0x11, 0x4d, 0x01, 0x11, 0x0a, 0x4d, 0x00, 0x04, 0x11, 0x4d,
0x4d, 0x11, 0x0f, 0x4d, 0x01, 0x11, 0x06, 0x4d, 0x00, 0x04, 0x11, 0x11,
0x4d, 0x4d, 0x30, 0x00, 0x08, 0x71, 0x1a, 0x4d, 0x01, 0x11, 0x01, 0x11,
0x03, 0x4d, 0x01, 0x11, 0x01, 0x11, 0x06, 0x4d, 0x48, 0x00, 0x00, 0x00,
0x61, 0x00, 0x00, 0x07, 0xeb, 0xe0, 0x01, 0x32, 0x29, 0x22, 0x4a, 0x00,
0x05, 0x40, 0x04, 0x2e, 0x03, 0x1e, 0x03, 0x63, 0x04, 0x30, 0x05, 0x3e,
0x00, 0x06, 0x59, 0x5a, 0x04, 0xc6, 0xe0, 0xd0, 0x2a, 0x00, 0x01, 0x03,
0x01, 0x03, 0x88, 0x00, 0x01, 0x0d, 0x2b, 0x00, 0x01, 0x03, 0x01, 0x03,
0x31, 0x00, 0x01, 0x0d, 0x46, 0x00, 0x00, 0x00, 0x5f, 0x00, 0x00, 0x09,
0x11, 0x00, 0xec, 0x04, 0xc6, 0x04, 0x02, 0x1e, 0x22, 0x00, 0x04, 0x40,
0x04, 0x2e, 0x04, 0x1e, 0x03, 0x63, 0x04, 0x30, 0x05, 0x3e, 0x00, 0x06,
0x59, 0x29, 0x04, 0x0c, 0xe0, 0x6c, 0x2d, 0x00, 0x3d, 0x0d, 0x00, 0x05,
0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x42, 0x00, 0x01, 0x0d, 0x01, 0x0d,
0x2f, 0x00, 0x01, 0x0d, 0x0b, 0x03, 0x1e, 0x0d, 0x05, 0x00, 0x01, 0x0d,
0x48, 0x00, 0x00, 0x00, 0x5f, 0x00, 0x00, 0x09, 0x0d, 0x00, 0x4d, 0xcc,
0xe0, 0x0c, 0x04, 0x37, 0x22, 0x00, 0x04, 0x40, 0x04, 0x2e, 0x03, 0x1e,
0x04, 0x63, 0x03, 0x30, 0x05, 0x3e, 0x00, 0x08, 0x59, 0x3e, 0x37, 0x0c,
0x0c, 0xe0, 0xaa, 0x8e, 0xff, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x60, 0x00,
0x00, 0x09, 0x03, 0x00, 0x7d, 0xe0, 0x02, 0x0c, 0x5a, 0x2e, 0x4a, 0x00,
0x03, 0x40, 0x04, 0x2e, 0x04, 0x1e, 0x03, 0x63, 0x01, 0x30, 0x01, 0x30,
0x05, 0x3e, 0x00, 0x09, 0x59, 0x59, 0x3e, 0x5c, 0x02, 0x02, 0xe0, 0x02,
0xd9, 0x00, 0xff, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x62, 0x00, 0x00, 0x07,
0x8e, 0x74, 0xdf, 0x02, 0x02, 0x3e, 0x4a, 0x00, 0x03, 0x40, 0x03, 0x2e,
0x04, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x05, 0x30, 0x04, 0x3e, 0x03, 0x59,
0x00, 0x06, 0x5c, 0x29, 0x02, 0x5a, 0xdf, 0xeb, 0xff, 0x00, 0x5a, 0x00,
0x00, 0x00, 0x63, 0x00, 0x00, 0x05, 0xea, 0xdf, 0x5a, 0x02, 0x52, 0x00,
0x03, 0x40, 0x04, 0x2e, 0x05, 0x1e, 0x01, 0x63, 0x05, 0x30, 0x04, 0x3e,
0x04, 0x59, 0x00, 0x06, 0x52, 0x02, 0x5a, 0xdf, 0x74, 0xa3, 0xff, 0x00,
0x59, 0x00, 0x00, 0x00, 0x63, 0x00, 0x00, 0x08, 0xe7, 0x02, 0xdf, 0x02,
0x5a, 0x30, 0x4a, 0x40, 0x04, 0x2e, 0x05, 0x1e, 0x01, 0x63, 0x01, 0x63,
0x04, 0x30, 0x04, 0x3e, 0x04, 0x59, 0x00, 0x06, 0x37, 0x5a, 0x5a, 0xca,
0x14, 0xd9, 0xff, 0x00, 0x59, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x07,
0x8f, 0xdf, 0x5a, 0x02, 0x5c, 0x40, 0x40, 0x00, 0x04, 0x2e, 0x04, 0x1e,
0x03, 0x63, 0x03, 0x30, 0x04, 0x3e, 0x05, 0x59, 0x00, 0x06, 0x5c, 0x29,
0x5a, 0x27, 0xdf, 0xcc, 0xff, 0x00, 0x59, 0x00, 0x00, 0x00, 0x64, 0x00,
0x00, 0x07, 0xd9, 0xca, 0xca, 0x5a, 0x29, 0x1e, 0x4a, 0x00, 0x04, 0x2e,
0x03, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x05, 0x30, 0x05, 0x3e, 0x03, 0x59,
0x00, 0x0a, 0x5c, 0x59, 0x37, 0x27, 0x29, 0xca, 0xaf, 0x75, 0x00, 0x03,
0xff, 0x00, 0x56, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x0a, 0x6b, 0xc1,
0xca, 0x29, 0x27, 0x3e, 0x40, 0x40, 0x2e, 0x2e, 0x04, 0x1e, 0x03, 0x63,
0x01, 0x30, 0x01, 0x30, 0x07, 0x3e, 0x01, 0x59, 0x01, 0x59, 0x04, 0x5c,
0x00, 0x07, 0x52, 0x29, 0x27, 0xb9, 0xd0, 0x00, 0x03, 0x00, 0xff, 0x00,
0x56, 0x00, 0x00, 0x00, 0x65, 0x00, 0x00, 0x09, 0x8b, 0xf0, 0xca, 0x29,
0x37, 0x2e, 0x40, 0x2e, 0x2e, 0x00, 0x04, 0x1e, 0x01, 0x63, 0x01, 0x63,
0x04, 0x30, 0x05, 0x3e, 0x04, 0x59, 0x03, 0x5c, 0x00, 0x08, 0x52, 0x52,
0x29, 0xdf, 0x72, 0x8e, 0x00, 0x26, 0xff, 0x00, 0x55, 0x00, 0x00, 0x00,
0x65, 0x00, 0x00, 0x09, 0x75, 0x7b, 0xc0, 0x29, 0x52, 0x63, 0x40, 0x2e,
0x2e, 0x00, 0x04, 0x1e, 0x03, 0x63, 0x03, 0x30, 0x05, 0x3e, 0x03, 0x59,
0x04, 0x5c, 0x00, 0x08, 0x37, 0xca, 0xca, 0x52, 0xf0, 0x69, 0x00, 0x03,
0xff, 0x00, 0x55, 0x00, 0x00, 0x00, 0x65, 0x00, 0x00, 0x08, 0x4d, 0xcf,
0xf0, 0x52, 0x52, 0x59, 0x40, 0x2e, 0x05, 0x1e, 0x01, 0x63, 0x01, 0x63,
0x04, 0x30, 0x05, 0x3e, 0x03, 0x59, 0x05, 0x5c, 0x00, 0x06, 0x37, 0xc0,
0x52, 0xf0, 0xa8, 0x8e, 0xff, 0x00, 0x56, 0x00, 0x00, 0x00, 0x64, 0x00,
0x00, 0x0a, 0x4d, 0x00, 0xb1, 0xc0, 0xc0, 0xca, 0xc0, 0x1e, 0x2e, 0x2e,
0x03, 0x1e, 0x03, 0x63, 0x04, 0x30, 0x04, 0x3e, 0x04, 0x59, 0x06, 0x5c,
0x03, 0xc0, 0x01, 0xf0, 0x01, 0xf1, 0xff, 0x00, 0x56, 0x00, 0x00, 0x00,
0x64, 0x00, 0x00, 0x0a, 0x03, 0x00, 0xa3, 0x81, 0xf0, 0x37, 0xc0, 0x30,
0x2e, 0x2e, 0x04, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x03, 0x30, 0x05, 0x3e,
0x04, 0x59, 0x04, 0x5c, 0x01, 0x37, 0x01, 0x5c, 0x03, 0xc0, 0x00, 0x03,
0xf0, 0x37, 0x75, 0x00, 0xff, 0x00, 0x55, 0x00, 0x00, 0x00, 0x65, 0x00,
0x00, 0x09, 0x11, 0x00, 0x69, 0xf0, 0xc0, 0xc0, 0xb9, 0x1e, 0x2e, 0x00,
0x04, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x03, 0x30, 0x04, 0x3e, 0x04, 0x59,
0x05, 0x5c, 0x00, 0x08, 0x37, 0x37, 0x5c, 0xc0, 0xc0, 0xb9, 0xc3, 0xf7,
0xff, 0x00, 0x55, 0x00, 0x00, 0x00, 0x65, 0x00, 0x00, 0x09, 0x03, 0x00,
0x7c, 0xaf, 0xf0, 0xc0, 0xc0, 0x30, 0x2e, 0x00, 0x03, 0x1e, 0x01, 0x63,
0x01, 0x63, 0x04, 0x30, 0x05, 0x3e, 0x04, 0x59, 0x05, 0x5c, 0x00, 0x08,
0x37, 0x37, 0x59, 0xb9, 0xb9, 0xf0, 0xf0, 0x7e, 0xff, 0x00, 0x54, 0x00,
0x00, 0x00, 0x68, 0x00, 0x00, 0x05, 0xcf, 0xc3, 0xb9, 0xb9, 0x30, 0x00,
0x03, 0x1e, 0x03, 0x63, 0x03, 0x30, 0x06, 0x3e, 0x03, 0x59, 0x05, 0x5c,
0x03, 0x37, 0x01, 0x5c, 0x03, 0xb9, 0x00, 0x05, 0xc3, 0xb4, 0xad, 0x00,
0x03, 0x00, 0xff, 0x00, 0x51, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x05,
0xb2, 0x37, 0xc3, 0xb9, 0xb9, 0x00, 0x04, 0x1e, 0x01, 0x63, 0x01, 0x63,
0x04, 0x30, 0x05, 0x3e, 0x03, 0x59, 0x04, 0x5c, 0x00, 0x06, 0x37, 0x5c,
0x37, 0x5c, 0x37, 0x59, 0x03, 0xb9, 0x00, 0x05, 0x0a, 0xd4, 0x71, 0x00,
0x26, 0x00, 0xff, 0x00, 0x50, 0x00, 0x00, 0x00, 0x69, 0x00, 0x00, 0x04,
0xd4, 0x0a, 0xb9, 0xb9, 0x04, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x04, 0x30,
0x04, 0x3e, 0x03, 0x59, 0x06, 0x5c, 0x05, 0x37, 0x00, 0x09, 0xb9, 0x76,
0xb9, 0x76, 0x17, 0xcf, 0x00, 0x00, 0x03, 0x00, 0xff, 0x00, 0x4f, 0x00,
0x00, 0x00, 0x69, 0x00, 0x00, 0x05, 0x7e, 0xc3, 0xc3, 0x76, 0x76, 0x00,
0x03, 0x1e, 0x01, 0x63, 0x01, 0x63, 0x04, 0x30, 0x05, 0x3e, 0x01, 0x59,
0x01, 0x59, 0x05, 0x5c, 0x07, 0x37, 0x03, 0x76, 0x00, 0x06, 0xc3, 0xc3,
0x69, 0x00, 0x00, 0x0d, 0xff, 0x00, 0x4e, 0x00, 0x00, 0x00, 0x69, 0x00,
0x00, 0x06, 0x6b, 0xbb, 0x0a, 0x76, 0x76, 0x1e, 0x03, 0x63, 0x03, 0x30,
0x06, 0x3e, 0x03, 0x59, 0x04, 0x5c, 0x01, 0x37, 0x01, 0x5c, 0x05, 0x37,
0x01, 0x52, 0x01, 0x59, 0x03, 0x76, 0x00, 0x03, 0xc3, 0x76, 0x96, 0x00,
0xff, 0x00, 0x50, 0x00, 0x00, 0x00, 0x6a, 0x00, 0x01, 0xea, 0x01, 0x17,
0x03, 0x76, 0x03, 0x63, 0x04, 0x30, 0x04, 0x3e, 0x03, 0x59, 0x07, 0x5c,
0x06, 0x37, 0x01, 0x52, 0x01, 0x3e, 0x03, 0x76, 0x00, 0x06, 0x17, 0x63,
0xb1, 0x00, 0x00, 0x0d, 0xff, 0x00, 0x4c, 0x00, 0x00, 0x00, 0x6a, 0x00,
0x00, 0x08, 0x75, 0x76, 0xc3, 0x76, 0x76, 0x1e, 0x63, 0x63, 0x04, 0x30,
0x03, 0x3e, 0x01, 0x59, 0x01, 0x3e, 0x03, 0x59, 0x04, 0x5c, 0x01, 0x37,
0x01, 0x5c, 0x06, 0x37, 0x00, 0x0c, 0x52, 0x52, 0x30, 0x8c, 0x76, 0x76,
0x7f, 0x82, 0xb1, 0x00, 0x00, 0x03, 0xff, 0x00, 0x4b, 0x00, 0x00, 0x00,
0x6a, 0x00, 0x00, 0x03, 0x26, 0xf7, 0x7f, 0x00, 0x03, 0x76, 0x03, 0x63,
0x03, 0x30, 0x05, 0x3e, 0x03, 0x59, 0x04, 0x5c, 0x07, 0x37, 0x00, 0x0e,
0x52, 0x52, 0x29, 0x52, 0x76, 0x8c, 0x76, 0x8c, 0x7f, 0x1e, 0x69, 0x00,
0x00, 0x26, 0xff, 0x00, 0x4a, 0x00, 0x00, 0x00, 0x6b, 0x00, 0x01, 0x99,
0x03, 0x8c, 0x00, 0x04, 0x76, 0x1e, 0x63, 0x63, 0x03, 0x30, 0x04, 0x3e,
0x03, 0x59, 0x05, 0x5c, 0x07, 0x37, 0x03, 0x52, 0x00, 0x03, 0x29, 0x37,
0x76, 0x00, 0x03, 0x8c, 0x00, 0x03, 0x7f, 0x8c, 0xf1, 0x00, 0xff, 0x00,
0x4c, 0x00, 0x00, 0x00, 0x6b, 0x00, 0x00, 0x06, 0x6b, 0xf4, 0x7f, 0x8c,
0x8c, 0x40, 0x05, 0x30, 0x04, 0x3e, 0x04, 0x59, 0x05, 0x5c, 0x07, 0x37,
0x03, 0x52, 0x00, 0x03, 0x27, 0x52, 0x76, 0x00, 0x03, 0x8c, 0x00, 0x04,
0x7f, 0x7f, 0x8a, 0x6b, 0xff, 0x00, 0x4a, 0x00, 0x00, 0x00, 0x6a, 0x00,
0x00, 0x07, 0x11, 0x00, 0xf1, 0xe5, 0x8c, 0x8c, 0x4a, 0x00, 0x05, 0x30,
0x03, 0x3e, 0x05, 0x59, 0x05, 0x5c, 0x07, 0x37, 0x03, 0x52, 0x00, 0x04,
0x29, 0x27, 0x52, 0x76, 0x03, 0x8c, 0x00, 0x04, 0x93, 0xe5, 0xb8, 0xb2,
0xff, 0x00, 0x49, 0x00, 0x00, 0x00, 0x6a, 0x00, 0x00, 0x08, 0x26, 0x00,
0x75, 0x82, 0x7f, 0x8c, 0x8c, 0x40, 0x03, 0x30, 0x05, 0x3e, 0x03, 0x59,
0x06, 0x5c, 0x00, 0x03, 0x37, 0x37, 0x5c, 0x00, 0x03, 0x37, 0x05, 0x52,
0x00, 0x0c, 0x29, 0x27, 0x29, 0x76, 0x93, 0x93, 0x8c, 0x8c, 0xe5, 0xed,
0xf1, 0x71, 0xff, 0x00, 0x47, 0x00, 0x00, 0x00, 0x6d, 0x00, 0x01, 0xcf,
0x01, 0xe5, 0x03, 0x8c, 0x03, 0x30, 0x05, 0x3e, 0x03, 0x59, 0x04, 0x5c,
0x01, 0x37, 0x01, 0x5c, 0x05, 0x37, 0x05, 0x52, 0x03, 0x29, 0x00, 0x10,
0x7b, 0x27, 0x30, 0x93, 0x93, 0x8c, 0x93, 0xe5, 0xe5, 0xb8, 0x99, 0x26,
0x00, 0x00, 0x4d, 0x03, 0xff, 0x00, 0x41, 0x00, 0x00, 0x00, 0x6b, 0x00,
0x00, 0x0a, 0x03, 0x00, 0xb1, 0xee, 0x93, 0x93, 0x8c, 0x1e, 0x3e, 0x30,
0x04, 0x3e, 0x04, 0x59, 0x04, 0x5c, 0x00, 0x03, 0x37, 0x5c, 0x5c, 0x00,
0x05, 0x37, 0x04, 0x52, 0x04, 0x29, 0x00, 0x04, 0x7b, 0x7b, 0x59, 0x8c,
0x04, 0x93, 0x00, 0x04, 0xe5, 0x93, 0xd4, 0xb2, 0x03, 0x00, 0x01, 0x26,
0x01, 0x03, 0xff, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x6e, 0x00, 0x00, 0x07,
0xf4, 0xe5, 0x93, 0x93, 0x4a, 0x3e, 0x30, 0x00, 0x05, 0x3e, 0x03, 0x59,
0x04, 0x5c, 0x01, 0x37, 0x01, 0x5c, 0x06, 0x37, 0x04, 0x52, 0x04, 0x29,
0x00, 0x05, 0x27, 0x7b, 0x12, 0x52, 0x76, 0x00, 0x04, 0x93, 0x00, 0x06,
0xe5, 0x15, 0x53, 0x8a, 0xb1, 0x0d, 0xff, 0x00, 0x41, 0x00, 0x00, 0x00,
0x6e, 0x00, 0x00, 0x06, 0x69, 0x93, 0xe5, 0x93, 0x8c, 0x63, 0x06, 0x3e,
0x03, 0x59, 0x06, 0x5c, 0x05, 0x37, 0x04, 0x52, 0x01, 0x29, 0x01, 0x52,
0x03, 0x29, 0x00, 0x08, 0x27, 0x27, 0x7b, 0x12, 0x12, 0x59, 0x8c, 0x6e,
0x03, 0x93, 0x00, 0x06, 0xe5, 0x15, 0x53, 0xd4, 0x69, 0x8e, 0xff, 0x00,
0x3f, 0x00, 0x00, 0x00, 0x6e, 0x00, 0x00, 0x06, 0x6b, 0x82, 0x15, 0x93,
0x93, 0x76, 0x04, 0x3e, 0x00, 0x04, 0x59, 0x3e, 0x59, 0x59, 0x05, 0x5c,
0x00, 0x03, 0x37, 0x5c, 0x5c, 0x00, 0x04, 0x37, 0x04, 0x52, 0x04, 0x29,
0x04, 0x27, 0x00, 0x11, 0x7b, 0x12, 0x02, 0x52, 0x76, 0x93, 0x6e, 0x6e,
0x93, 0x93, 0xe5, 0x66, 0x6e, 0xbb, 0x8a, 0x99, 0x71, 0x00, 0xff, 0x00,
0x3c, 0x00, 0x00, 0x00, 0x6f, 0x00, 0x00, 0x06, 0xcf, 0x83, 0xe5, 0x93,
0x8c, 0x30, 0x04, 0x3e, 0x03, 0x59, 0x05, 0x5c, 0x01, 0x37, 0x01, 0x5c,
0x05, 0x37, 0x05, 0x52, 0x03, 0x29, 0x04, 0x27, 0x00, 0x15, 0x7b, 0x7b,
0x5a, 0x12, 0x02, 0x52, 0x76, 0x93, 0x6e, 0x6e, 0x73, 0x93, 0x6e, 0x83,
0x83, 0x53, 0x82, 0xd4, 0xc5, 0x75, 0x71, 0x00, 0xff, 0x00, 0x38, 0x00,
0x00, 0x00, 0x6f, 0x00, 0x00, 0x06, 0xad, 0x53, 0xe5, 0x6e, 0x6e, 0x40,
0x04, 0x3e, 0x04, 0x59, 0x06, 0x5c, 0x05, 0x37, 0x05, 0x52, 0x04, 0x29,
0x03, 0x27, 0x00, 0x0a, 0x7b, 0x7b, 0x12, 0x5a, 0x12, 0x14, 0x02, 0x52,
0x76, 0x93, 0x05, 0x6e, 0x00, 0x10, 0x83, 0x5d, 0x83, 0x57, 0x73, 0xed,
0xd4, 0xdb, 0x84, 0xb1, 0x75, 0x7c, 0x8e, 0x6b, 0xa3, 0x71, 0xf7, 0x4d,
0x03, 0x00, 0x01, 0x0d, 0x32, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x05,
0x6a, 0x66, 0x6e, 0x6e, 0x93, 0x00, 0x04, 0x3e, 0x04, 0x59, 0x06, 0x5c,
0x05, 0x37, 0x04, 0x52, 0x04, 0x29, 0x03, 0x27, 0x03, 0x7b, 0x01, 0x5a,
0x03, 0x12, 0x00, 0x08, 0x02, 0x14, 0x14, 0x29, 0x76, 0x8c, 0x6e, 0x57,
0x04, 0x6e, 0x01, 0x57, 0x06, 0x83, 0x00, 0x06, 0x73, 0xed, 0xbb, 0xf4,
0xd4, 0x6a, 0x11, 0x8a, 0x01, 0x6a, 0x01, 0x8a, 0x99, 0x6a, 0x00, 0x04,
0x8a, 0x8a, 0x6a, 0x6a, 0x04, 0x8a, 0x01, 0x6a, 0x42, 0x8a, 0x01, 0xdb,
0x01, 0x9a, 0x34, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x09, 0xb2, 0x6e,
0x57, 0x6e, 0x6e, 0x40, 0x59, 0x3e, 0x3e, 0x00, 0x03, 0x59, 0x07, 0x5c,
0x05, 0x37, 0x04, 0x52, 0x03, 0x29, 0x05, 0x27, 0x00, 0x03, 0x7b, 0x7b,
0x5a, 0x00, 0x04, 0x12, 0x00, 0x09, 0x02, 0x02, 0x14, 0x20, 0x12, 0xc0,
0x76, 0x93, 0x6e, 0x00, 0x03, 0x57, 0x01, 0x6e, 0x01, 0x6e, 0x04, 0x57,
0x06, 0x83, 0x9a, 0x6d, 0x30, 0x83, 0x01, 0x8d, 0x0c, 0x83, 0x20, 0x57,
0x00, 0x03, 0x83, 0xed, 0x9a, 0x00, 0x33, 0x00, 0x00, 0x00, 0x70, 0x00,
0x00, 0x09, 0x0d, 0x6a, 0x3c, 0x6e, 0x6e, 0x93, 0x30, 0x59, 0x3e, 0x00,
0x03, 0x59, 0x04, 0x5c, 0x00, 0x03, 0x37, 0x37, 0x5c, 0x00, 0x06, 0x37,
0x03, 0x52, 0x04, 0x29, 0x04, 0x27, 0x00, 0x03, 0x7b, 0x5a, 0x5a, 0x00,
0x03, 0x12, 0x05, 0x02, 0x00, 0x08, 0x0c, 0x04, 0x20, 0x27, 0xc0, 0x76,
0x8c, 0x6e, 0x36, 0x57, 0x00, 0x03, 0x8d, 0x57, 0x57, 0x00, 0x03, 0x8d,
0x00, 0x06, 0x57, 0x57, 0x8d, 0x57, 0x8d, 0x57, 0x04, 0x8d, 0x08, 0x57,
0x01, 0x8d, 0x01, 0x8d, 0x2b, 0x57, 0x2f, 0x6e, 0x2a, 0x73, 0x04, 0x65,
0x00, 0x05, 0x73, 0x73, 0x65, 0x65, 0x73, 0x00, 0x03, 0x65, 0x01, 0x73,
0x1e, 0x65, 0x05, 0x53, 0x00, 0x03, 0x83, 0x6a, 0x26, 0x00, 0x32, 0x00,
0x00, 0x00, 0x71, 0x00, 0x00, 0x08, 0xb2, 0x65, 0x83, 0x6e, 0x57, 0x8c,
0x59, 0x3e, 0x05, 0x59, 0x00, 0x05, 0x5c, 0x5c, 0x37, 0x37, 0x5c, 0x00,
0x06, 0x37, 0x03, 0x52, 0x04, 0x29, 0x03, 0x27, 0x00, 0x06, 0x7b, 0x7b,
0x5a, 0x7b, 0x12, 0x12, 0x07, 0x02, 0x00, 0x0c, 0x14, 0x14, 0x0c, 0x01,
0x62, 0x02, 0x27, 0x37, 0xb9, 0x8c, 0x93, 0x6e, 0x04, 0x57, 0x4b, 0x8d,
0x00, 0x04, 0x57, 0x57, 0x8d, 0x8d, 0x26, 0x57, 0x00, 0x04, 0x6e, 0x6e,
0x57, 0x57, 0x24, 0x6e, 0x01, 0x73, 0x01, 0x6e, 0x2c, 0x73, 0x1d, 0x65,
0x11, 0x53, 0x00, 0x05, 0x44, 0x44, 0x93, 0xee, 0x75, 0x00, 0x32, 0x00,
0x00, 0x00, 0x72, 0x00, 0x00, 0x08, 0xdb, 0x6d, 0x6e, 0x57, 0x6e, 0x1e,
0x59, 0x3e, 0x03, 0x59, 0x03, 0x5c, 0x08, 0x37, 0x03, 0x52, 0x05, 0x29,
0x03, 0x27, 0x03, 0x7b, 0x01, 0x5a, 0x03, 0x12, 0x05, 0x02, 0x04, 0x14,
0x00, 0x10, 0x0c, 0x20, 0x62, 0x01, 0x1f, 0x01, 0x04, 0x0c, 0x14, 0x12,
0x52, 0xc0, 0xb9, 0xb9, 0x76, 0x76, 0x0c, 0x8c, 0x1a, 0x76, 0x01, 0x2e,
0x03, 0x76, 0x01, 0x2e, 0x01, 0x2e, 0x06, 0x1e, 0x01, 0x63, 0x04, 0x1e,
0x0e, 0x63, 0x01, 0x30, 0x01, 0x3e, 0x1c, 0xa5, 0x01, 0xa6, 0x25, 0x82,
0x00, 0x03, 0xa6, 0x82, 0x82, 0x00, 0x29, 0xa6, 0x00, 0x06, 0x59, 0xa6,
0x59, 0x59, 0xa6, 0xa6, 0x19, 0x59, 0x00, 0x05, 0x3e, 0x59, 0x3e, 0x3e,
0x59, 0x00, 0x17, 0x3e, 0x00, 0x0b, 0x30, 0x30, 0x3e, 0x30, 0x3e, 0x63,
0xee, 0xee, 0x44, 0x93, 0xdb, 0x00, 0x32, 0x00, 0x00, 0x00, 0x70, 0x00,
0x00, 0x09, 0x11, 0x00, 0x8e, 0x87, 0x6d, 0x57, 0x8d, 0x73, 0x3e, 0x00,
0x03, 0x59, 0x04, 0x5c, 0x01, 0x37, 0x01, 0x5c, 0x07, 0x37, 0x03, 0x52,
0x04, 0x29, 0x05, 0x27, 0x01, 0x5a, 0x01, 0x5a, 0x03, 0x12, 0x04, 0x02,
0x04, 0x14, 0x03, 0x0c, 0x00, 0x06, 0x20, 0x20, 0x04, 0x62, 0x01, 0x38,
0x07, 0x1f, 0x04, 0x08, 0x03, 0x1d, 0x00, 0x09, 0x54, 0x54, 0x06, 0x06,
0x23, 0x06, 0x23, 0x23, 0x18, 0x00, 0x03, 0x47, 0x01, 0x21, 0x01, 0x21,
0x06, 0x10, 0x01, 0x16, 0x01, 0x16, 0x03, 0x13, 0x04, 0x2a, 0x04, 0x0f,
0x05, 0x4c, 0x04, 0x41, 0x03, 0x49, 0x03, 0x67, 0x03, 0x78, 0x08, 0x3d,
0x01, 0xde, 0x03, 0x55, 0x01, 0x50, 0x01, 0x55, 0x06, 0x50, 0x03, 0x5e,
0x06, 0x46, 0x07, 0x64, 0x07, 0x4e, 0x04, 0x56, 0x04, 0x48, 0x00, 0x03,
0x5f, 0x48, 0x5f, 0x00, 0x05, 0x48, 0x01, 0x5f, 0x04, 0x48, 0x01, 0x5f,
0x04, 0x48, 0x05, 0x56, 0x07, 0x4e, 0x05, 0x64, 0x07, 0x46, 0x03, 0x5e,
0x05, 0x50, 0x07, 0x55, 0x06, 0x3d, 0x04, 0x78, 0x03, 0x67, 0x04, 0x49,
0x04, 0x41, 0x04, 0x4c, 0x05, 0x0f, 0x03, 0x2a, 0x05, 0x13, 0x01, 0x16,
0x04, 0x10, 0x04, 0x21, 0x01, 0x47, 0x04, 0x18, 0x01, 0x23, 0x01, 0x23,
0x03, 0x06, 0x01, 0x54, 0x03, 0x1d, 0x03, 0x08, 0x01, 0x1f, 0x04, 0x38,
0x00, 0x04, 0x32, 0x32, 0x01, 0x01, 0x03, 0x62, 0x03, 0x04, 0x00, 0x08,
0x20, 0x0c, 0x59, 0xee, 0xee, 0x93, 0xbb, 0x6b, 0x31, 0x00, 0x00, 0x00,
0x73, 0x00, 0x00, 0x06, 0x96, 0x8d, 0x6d, 0x57, 0x8d, 0x8c, 0x03, 0x59,
0x04, 0x5c, 0x01, 0x37, 0x01, 0x5c, 0x07, 0x37, 0x03, 0x52, 0x04, 0x29,
0x00, 0x07, 0x27, 0x7b, 0x7b, 0x27, 0x7b, 0x5a, 0x5a, 0x00, 0x03, 0x12,
0x04, 0x02, 0x00, 0x04, 0x14, 0x02, 0x14, 0x14, 0x03, 0x0c, 0x01, 0x20,
0x01, 0x20, 0x04, 0x04, 0x00, 0x04, 0x62, 0x01, 0x32, 0x01, 0x03, 0x1f,
0x00, 0x06, 0x08, 0x54, 0x1d, 0x1d, 0x54, 0x1d, 0x03, 0x06, 0x03, 0x23,
0x00, 0x05, 0x18, 0x47, 0x18, 0x10, 0x10, 0x00, 0x03, 0x21, 0x06, 0x10,
0x04, 0x13, 0x01, 0xbc, 0x05, 0x2a, 0x07, 0x4c, 0x05, 0x41, 0x01, 0x49,
0x05, 0x67, 0x01, 0x78, 0x01, 0x78, 0x05, 0x3d, 0x09, 0xde, 0x04, 0x50,
0x05, 0x5e, 0x04, 0x46, 0x08, 0x64, 0x05, 0x4e, 0x03, 0x56, 0x01, 0x48,
0x01, 0x56, 0x03, 0x48, 0x18, 0x5f, 0x04, 0x48, 0x03, 0x56, 0x06, 0x4e,
0x09, 0x64, 0x03, 0x46, 0x04, 0x5e, 0x05, 0x50, 0x07, 0xde, 0x01, 0x3d,
0x01, 0xde, 0x05, 0x3d, 0x01, 0x78, 0x06, 0x67, 0x01, 0x49, 0x04, 0x41,
0x07, 0x4c, 0x01, 0x0f, 0x03, 0x2a, 0x01, 0x13, 0x01, 0x2a, 0x04, 0x13,
0x06, 0x10, 0x05, 0x21, 0x00, 0x03, 0x47, 0x18, 0x18, 0x00, 0x03, 0x23,
0x00, 0x07, 0x06, 0x06, 0x54, 0x1d, 0x54, 0x1d, 0x1d, 0x00, 0x03, 0x08,
0x00, 0x05, 0x1f, 0x1f, 0x38, 0x32, 0x38, 0x00, 0x04, 0x01, 0x01, 0x62,
0x03, 0x04, 0x00, 0x08, 0x20, 0x04, 0x7b, 0xed, 0xed, 0x22, 0x4a, 0x96,
0x31, 0x00, 0x00, 0x00, 0x74, 0x00, 0x00, 0x06, 0x6a, 0x2d, 0x57, 0x6e,
0x6e, 0x40, 0x07, 0x5c, 0x07, 0x37, 0x03, 0x52, 0x04, 0x29, 0x01, 0x27,
0x01, 0x27, 0x04, 0x7b, 0x01, 0x5a, 0x01, 0x5a, 0x03, 0x12, 0x04, 0x02,
0x04, 0x14, 0x03, 0x0c, 0x01, 0x20, 0x01, 0x20, 0x04, 0x04, 0x01, 0x62,
0x04, 0x01, 0x03, 0x38, 0x01, 0x1f, 0x04, 0x08, 0x01, 0x1d, 0x04, 0x54,
0x00, 0x04, 0x06, 0x06, 0x23, 0x23, 0x05, 0x18, 0x00, 0x06, 0x21, 0x21,
0x47, 0x21, 0x21, 0x10, 0x05, 0x16, 0x03, 0x13, 0x03, 0x2a, 0x05, 0x0f,
0x01, 0x4c, 0x01, 0x0f, 0x03, 0x4c, 0x04, 0x41, 0x05, 0x49, 0x01, 0x67,
0x05, 0x78, 0x06, 0x3d, 0x06, 0x55, 0x00, 0x04, 0x50, 0x50, 0x5e, 0x50,
0x05, 0x5e, 0x05, 0x46, 0x06, 0x64, 0x01, 0x60, 0x06, 0x4e, 0x06, 0x56,
0x09, 0x48, 0x01, 0x5f, 0x08, 0x48, 0x06, 0x56, 0x05, 0x4e, 0x01, 0x64,
0x01, 0x60, 0x06, 0x64, 0x06, 0x46, 0x04, 0x5e, 0x05, 0x50, 0x05, 0x55,
0x07, 0x3d, 0x03, 0x78, 0x03, 0x67, 0x04, 0x49, 0x04, 0x41, 0x04, 0x4c,
0x05, 0x0f, 0x05, 0x2a, 0x01, 0x13, 0x01, 0x13, 0x05, 0x16, 0x01, 0x10,
0x04, 0x21, 0x01, 0x47, 0x01, 0x47, 0x03, 0x18, 0x01, 0x23, 0x01, 0x23,
0x03, 0x06, 0x03, 0x54, 0x00, 0x04, 0x1d, 0x1d, 0x08, 0x08, 0x03, 0x1f,
0x00, 0x03, 0x38, 0x32, 0x32, 0x00, 0x04, 0x01, 0x01, 0x62, 0x04, 0x04,
0x00, 0x0a, 0x20, 0x20, 0x0c, 0x0c, 0x14, 0xa6, 0xed, 0xed, 0x8c, 0xd4,
0x31, 0x00, 0x00, 0x00, 0x74, 0x00, 0x00, 0x08, 0x8e, 0x82, 0x5d, 0x6e,
0x6e, 0x73, 0x30, 0x37, 0x05, 0x5c, 0x01, 0x37, 0x01, 0x5c, 0x05, 0x37,
0x04, 0x52, 0x03, 0x29, 0x03, 0x27, 0x00, 0x07, 0x7b, 0x7b, 0x5a, 0x7b,
0x7b, 0x12, 0x12, 0x00, 0x05, 0x02, 0x03, 0x14, 0x03, 0x0c, 0x03, 0x20,
0x03, 0x04, 0x01, 0x62, 0x01, 0x62, 0x04, 0x01, 0x03, 0x38, 0x01, 0x1f,
0x04, 0x08, 0x00, 0x04, 0x1d, 0x1d, 0x54, 0x54, 0x03, 0x06, 0x01, 0x23,
0x01, 0x23, 0x05, 0x18, 0x05, 0x21, 0x01, 0x10, 0x01, 0x10, 0x03, 0x16,
0x03, 0x13, 0x04, 0x2a, 0x05, 0x0f, 0x00, 0x04, 0x4c, 0x0f, 0x4c, 0x4c,
0x03, 0x41, 0x06, 0x49, 0x03, 0x67, 0x04, 0x78, 0x04, 0x3d, 0x07, 0x55,
0x04, 0x50, 0x05, 0x5e, 0x07, 0x46, 0x05, 0x64, 0x01, 0x60, 0x06, 0x4e,
0x04, 0x56, 0x15, 0x48, 0x05, 0x56, 0x05, 0x4e, 0x01, 0x64, 0x01, 0x60,
0x05, 0x64, 0x06, 0x46, 0x05, 0x5e, 0x05, 0x50, 0x06, 0x55, 0x05, 0x3d,
0x04, 0x78, 0x03, 0x67, 0x04, 0x49, 0x04, 0x41, 0x01, 0x4c, 0x01, 0x4c,
0x07, 0x0f, 0x05, 0x2a, 0x03, 0x13, 0x03, 0x16, 0x01, 0x10, 0x01, 0x10,
0x04, 0x21, 0x01, 0x47, 0x04, 0x18, 0x01, 0x23, 0x01, 0x23, 0x03, 0x06,
0x03, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x03, 0x08, 0x00, 0x06, 0x1f, 0x1f,
0x38, 0x38, 0x32, 0x32, 0x03, 0x01, 0x01, 0x62, 0x04, 0x04, 0x00, 0x0b,
0x20, 0x20, 0x0c, 0x0c, 0x20, 0x29, 0xa5, 0xa5, 0x40, 0xbb, 0x9a, 0x00,
0x30, 0x00, 0x00, 0x00, 0x75, 0x00, 0x00, 0x07, 0xb1, 0x73, 0x83, 0x65,
0x73, 0x53, 0x59, 0x00, 0x04, 0x5c, 0x00, 0x03, 0x37, 0x37, 0x5c, 0x00,
0x04, 0x37, 0x04, 0x52, 0x05, 0x29, 0x04, 0x27, 0x01, 0x5a, 0x01, 0x5a,
0x04, 0x12, 0x04, 0x02, 0x05, 0x14, 0x01, 0x0c, 0x03, 0x20, 0x04, 0x04,
0x01, 0x62, 0x04, 0x01, 0x00, 0x04, 0x32, 0x38, 0x38, 0x1f, 0x04, 0x08,
0x00, 0x04, 0x1d, 0x1d, 0x54, 0x54, 0x03, 0x06, 0x01, 0x23, 0x01, 0x23,
0x05, 0x18, 0x05, 0x21, 0x05, 0x16, 0x04, 0x13, 0x04, 0x2a, 0x06, 0x0f,
0x01, 0x4c, 0x01, 0x4c, 0x04, 0x41, 0x04, 0x49, 0x04, 0x67, 0x04, 0x78,
0x06, 0x3d, 0x05, 0x55, 0x04, 0x50, 0x05, 0x5e, 0x07, 0x46, 0x06, 0x64,
0x05, 0x4e, 0x05, 0x56, 0x08, 0x48, 0x06, 0x5f, 0x08, 0x48, 0x05, 0x56,
0x05, 0x4e, 0x06, 0x64, 0x06, 0x46, 0x05, 0x5e, 0x05, 0x50, 0x06, 0x55,
0x05, 0x3d, 0x04, 0x78, 0x04, 0x67, 0x04, 0x49, 0x04, 0x41, 0x01, 0x4c,
0x01, 0x4c, 0x06, 0x0f, 0x04, 0x2a, 0x05, 0x13, 0x00, 0x04, 0x16, 0x16,
0x10, 0x10, 0x04, 0x21, 0x03, 0x18, 0x01, 0x23, 0x01, 0x18, 0x03, 0x23,
0x01, 0x06, 0x01, 0x06, 0x03, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x03, 0x08,
0x03, 0x1f, 0x00, 0x0d, 0x38, 0x32, 0x32, 0x01, 0x01, 0x62, 0x62, 0x04,
0x04, 0x20, 0x04, 0x20, 0x20, 0x00, 0x03, 0x0c, 0x00, 0x06, 0x02, 0x82,
0x82, 0xa6, 0x1e, 0xea, 0x30, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x07,
0xc5, 0x6e, 0x73, 0x65, 0x73, 0x22, 0x59, 0x00, 0x03, 0x5c, 0x01, 0x37,
0x01, 0x5c, 0x06, 0x37, 0x03, 0x52, 0x04, 0x29, 0x05, 0x27, 0x00, 0x03,
0x7b, 0x7b, 0x5a, 0x00, 0x03, 0x12, 0x04, 0x02, 0x04, 0x14, 0x01, 0x0c,
0x01, 0x0c, 0x03, 0x20, 0x04, 0x04, 0x00, 0x09, 0x62, 0x01, 0x62, 0x01,
0x32, 0x32, 0x38, 0x1f, 0x1f, 0x00, 0x04, 0x08, 0x00, 0x04, 0x1d, 0x1d,
0x54, 0x54, 0x03, 0x06, 0x01, 0x23, 0x01, 0x23, 0x04, 0x18, 0x00, 0x08,
0x47, 0x21, 0x21, 0x47, 0x21, 0x21, 0x10, 0x10, 0x03, 0x16, 0x04, 0x13,
0x03, 0x2a, 0x06, 0x0f, 0x03, 0x4c, 0x05, 0x41, 0x03, 0x49, 0x04, 0x67,
0x05, 0x78, 0x04, 0x3d, 0x05, 0x55, 0x06, 0x50, 0x04, 0x5e, 0x07, 0x46,
0x04, 0x64, 0x01, 0x60, 0x01, 0x64, 0x05, 0x4e, 0x04, 0x56, 0x07, 0x48,
0x01, 0x5f, 0x01, 0x48, 0x08, 0x5f, 0x06, 0x48, 0x04, 0x56, 0x06, 0x4e,
0x07, 0x64, 0x05, 0x46, 0x05, 0x5e, 0x04, 0x50, 0x01, 0x55, 0x01, 0x50,
0x05, 0x55, 0x05, 0x3d, 0x05, 0x78, 0x01, 0x67, 0x01, 0x67, 0x05, 0x49,
0x03, 0x41, 0x04, 0x4c, 0x05, 0x0f, 0x04, 0x2a, 0x05, 0x13, 0x03, 0x16,
0x01, 0x10, 0x04, 0x21, 0x01, 0x47, 0x04, 0x18, 0x03, 0x23, 0x03, 0x06,
0x00, 0x04, 0x54, 0x54, 0x1d, 0x1d, 0x04, 0x08, 0x00, 0x05, 0x1f, 0x1f,
0x38, 0x32, 0x32, 0x00, 0x03, 0x01, 0x01, 0x62, 0x04, 0x04, 0x00, 0x0e,
0x20, 0x20, 0x0c, 0x0c, 0x14, 0x0c, 0xb4, 0x82, 0x82, 0x63, 0xf4, 0x7c,
0x00, 0x03, 0x2d, 0x00, 0x00, 0x00, 0x74, 0x00, 0x00, 0x09, 0x0d, 0x00,
0x00, 0xdb, 0x6e, 0x65, 0x53, 0x65, 0x4a, 0x00, 0x05, 0x5c, 0x06, 0x37,
0x04, 0x52, 0x03, 0x29, 0x04, 0x27, 0x00, 0x06, 0x7b, 0x7b, 0x5a, 0x5a,
0x12, 0x12, 0x05, 0x02, 0x04, 0x14, 0x01, 0x0c, 0x01, 0x0c, 0x03, 0x20,
0x04, 0x04, 0x01, 0x62, 0x04, 0x01, 0x00, 0x04, 0x38, 0x38, 0x1f, 0x1f,
0x04, 0x08, 0x01, 0x1d, 0x03, 0x54, 0x03, 0x06, 0x00, 0x0e, 0x23, 0x23,
0x18, 0x18, 0x23, 0x18, 0x47, 0x21, 0x47, 0x47, 0x21, 0x21, 0x10, 0x10,
0x04, 0x16, 0x04, 0x13, 0x01, 0x2a, 0x01, 0x2a, 0x06, 0x0f, 0x03, 0x4c,
0x04, 0x41, 0x04, 0x49, 0x04, 0x67, 0x05, 0x78, 0x04, 0x3d, 0x06, 0x55,
0x05, 0x50, 0x04, 0x5e, 0x06, 0x46, 0x05, 0x64, 0x01, 0x60, 0x01, 0x64,
0x04, 0x4e, 0x05, 0x56, 0x07, 0x48, 0x0a, 0x5f, 0x07, 0x48, 0x04, 0x56,
0x05, 0x4e, 0x01, 0x60, 0x01, 0x60, 0x05, 0x64, 0x06, 0x46, 0x05, 0x5e,
0x03, 0x50, 0x01, 0x55, 0x01, 0x50, 0x05, 0x55, 0x06, 0x3d, 0x04, 0x78,
0x01, 0x67, 0x01, 0x67, 0x05, 0x49, 0x03, 0x41, 0x04, 0x4c, 0x06, 0x0f,
0x03, 0x2a, 0x04, 0x13, 0x03, 0x16, 0x01, 0x10, 0x01, 0x10, 0x04, 0x21,
0x01, 0x47, 0x01, 0x47, 0x04, 0x18, 0x00, 0x04, 0x23, 0x23, 0x06, 0x06,
0x03, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x04, 0x08, 0x00, 0x04, 0x1f, 0x38,
0x38, 0x32, 0x04, 0x01, 0x03, 0x62, 0x00, 0x09, 0x04, 0x04, 0x20, 0x20,
0x0c, 0x0c, 0x14, 0x0c, 0x12, 0x00, 0x03, 0xbb, 0x00, 0x04, 0xa5, 0x69,
0x00, 0x11, 0x2d, 0x00, 0x00, 0x00, 0x75, 0x00, 0x00, 0x05, 0x03, 0x00,
0x4d, 0x6a, 0x6e, 0x00, 0x03, 0x44, 0x00, 0x03, 0x40, 0x5c, 0x5c, 0x00,
0x08, 0x37, 0x05, 0x52, 0x01, 0x29, 0x01, 0x29, 0x03, 0x27, 0x04, 0x7b,
0x00, 0x03, 0x5a, 0x12, 0x12, 0x00, 0x05, 0x02, 0x04, 0x14, 0x01, 0x0c,
0x01, 0x0c, 0x03, 0x20, 0x04, 0x04, 0x01, 0x62, 0x04, 0x01, 0x00, 0x04,
0x32, 0x38, 0x1f, 0x1f, 0x04, 0x08, 0x01, 0x1d, 0x03, 0x54, 0x03, 0x06,
0x00, 0x03, 0x23, 0x23, 0x58, 0x00, 0x04, 0x18, 0x05, 0x21, 0x05, 0x16,
0x05, 0x13, 0x01, 0x2a, 0x01, 0x2a, 0x06, 0x0f, 0x03, 0x4c, 0x04, 0x41,
0x04, 0x49, 0x04, 0x67, 0x05, 0x78, 0x04, 0x3d, 0x06, 0x55, 0x03, 0x50,
0x05, 0x5e, 0x06, 0x46, 0x08, 0x64, 0x05, 0x4e, 0x04, 0x56, 0x05, 0x48,
0x0d, 0x5f, 0x06, 0x48, 0x04, 0x56, 0x05, 0x4e, 0x01, 0x60, 0x01, 0x60,
0x06, 0x64, 0x04, 0x46, 0x06, 0x5e, 0x05, 0x50, 0x05, 0x55, 0x04, 0x3d,
0x01, 0x78, 0x01, 0x3d, 0x04, 0x78, 0x01, 0x67, 0x01, 0x67, 0x04, 0x49,
0x04, 0x41, 0x04, 0x4c, 0x05, 0x0f, 0x04, 0x2a, 0x04, 0x13, 0x04, 0x16,
0x05, 0x21, 0x01, 0x47, 0x01, 0x47, 0x04, 0x18, 0x01, 0x23, 0x01, 0x23,
0x03, 0x06, 0x00, 0x04, 0x54, 0x54, 0x1d, 0x1d, 0x04, 0x08, 0x00, 0x04,
0x1f, 0x38, 0x38, 0x32, 0x03, 0x01, 0x03, 0x62, 0x03, 0x04, 0x00, 0x04,
0x20, 0x20, 0x0c, 0x0c, 0x03, 0x14, 0x00, 0x06, 0xb4, 0xbb, 0xbb, 0xa6,
0xf7, 0x6b, 0x2e, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x0a, 0x03, 0x00,
0x6b, 0xd4, 0x93, 0x44, 0xee, 0x22, 0x2e, 0x5c, 0x08, 0x37, 0x04, 0x52,
0x03, 0x29, 0x04, 0x27, 0x00, 0x03, 0x7b, 0x7b, 0x5a, 0x00, 0x04, 0x12,
0x04, 0x02, 0x04, 0x14, 0x03, 0x0c, 0x03, 0x20, 0x03, 0x04, 0x00, 0x09,
0x62, 0x62, 0x01, 0x01, 0x32, 0x32, 0x38, 0x38, 0x1f, 0x00, 0x04, 0x08,
0x01, 0x1d, 0x01, 0x1d, 0x03, 0x54, 0x00, 0x0f, 0x06, 0x06, 0x23, 0x23,
0x18, 0x23, 0x18, 0x47, 0x47, 0x21, 0x21, 0x47, 0x21, 0x21, 0x10, 0x00,
0x05, 0x16, 0x04, 0x13, 0x01, 0x2a, 0x01, 0x2a, 0x07, 0x0f, 0x01, 0x4c,
0x01, 0x4c, 0x03, 0x41, 0x05, 0x49, 0x03, 0x67, 0x04, 0x78, 0x06, 0x3d,
0x06, 0x55, 0x05, 0x50, 0x03, 0x5e, 0x06, 0x46, 0x08, 0x64, 0x05, 0x4e,
0x04, 0x56, 0x05, 0x48, 0x06, 0x5f, 0x01, 0xa7, 0x07, 0x5f, 0x05, 0x48,
0x04, 0x56, 0x05, 0x4e, 0x01, 0x60, 0x01, 0x60, 0x05, 0x64, 0x05, 0x46,
0x05, 0x5e, 0x06, 0x50, 0x05, 0x55, 0x06, 0x3d, 0x04, 0x78, 0x01, 0x67,
0x01, 0x67, 0x05, 0x49, 0x03, 0x41, 0x05, 0x4c, 0x04, 0x0f, 0x04, 0x2a,
0x04, 0x13, 0x04, 0x16, 0x01, 0x10, 0x04, 0x21, 0x01, 0x47, 0x01, 0x47,
0x04, 0x18, 0x01, 0x23, 0x01, 0x23, 0x03, 0x06, 0x01, 0x54, 0x01, 0x54,
0x03, 0x1d, 0x03, 0x08, 0x00, 0x07, 0x1f, 0x1f, 0x38, 0x32, 0x32, 0x01,
0x01, 0x00, 0x04, 0x62, 0x00, 0x04, 0x04, 0x04, 0x20, 0x20, 0x03, 0x0c,
0x03, 0x14, 0x00, 0x05, 0xb4, 0xb8, 0xb4, 0xb4, 0xb1, 0x00, 0x2e, 0x00,
0x00, 0x00, 0x77, 0x00, 0x00, 0x0a, 0x03, 0x00, 0x6b, 0xd4, 0x93, 0x22,
0xee, 0xee, 0x1e, 0x59, 0x07, 0x37, 0x03, 0x52, 0x00, 0x04, 0x29, 0x52,
0x29, 0x29, 0x03, 0x27, 0x03, 0x7b, 0x01, 0x5a, 0x01, 0x5a, 0x03, 0x12,
0x04, 0x02, 0x04, 0x14, 0x01, 0x0c, 0x01, 0x0c, 0x03, 0x20, 0x03, 0x04,
0x01, 0x62, 0x01, 0x62, 0x03, 0x01, 0x00, 0x05, 0x32, 0x32, 0x38, 0x1f,
0x1f, 0x00, 0x03, 0x08, 0x01, 0x1d, 0x01, 0x1d, 0x03, 0x54, 0x00, 0x05,
0x06, 0x06, 0x23, 0x06, 0x23, 0x00, 0x03, 0x18, 0x00, 0x09, 0x47, 0x47,
0x21, 0x21, 0x47, 0x21, 0x21, 0x10, 0x10, 0x00, 0x04, 0x16, 0x01, 0x13,
0x01, 0x13, 0x03, 0x2a, 0x07, 0x0f, 0x03, 0x4c, 0x04, 0x41, 0x04, 0x49,
0x03, 0x67, 0x04, 0x78, 0x06, 0x3d, 0x05, 0x55, 0x06, 0x50, 0x04, 0x5e,
0x06, 0x46, 0x05, 0x64, 0x01, 0x60, 0x01, 0x64, 0x04, 0x4e, 0x05, 0x56,
0x06, 0x48, 0x05, 0x5f, 0x01, 0xa7, 0x01, 0xa7, 0x05, 0x5f, 0x06, 0x48,
0x04, 0x56, 0x05, 0x4e, 0x00, 0x04, 0x60, 0x60, 0x64, 0x60, 0x03, 0x64,
0x06, 0x46, 0x04, 0x5e, 0x04, 0x50, 0x07, 0x55, 0x05, 0x3d, 0x05, 0x78,
0x03, 0x67, 0x04, 0x49, 0x04, 0x41, 0x03, 0x4c, 0x05, 0x0f, 0x04, 0x2a,
0x03, 0x13, 0x01, 0x16, 0x01, 0x13, 0x03, 0x16, 0x01, 0x10, 0x03, 0x21,
0x00, 0x03, 0x47, 0x21, 0x47, 0x00, 0x03, 0x18, 0x03, 0x23, 0x01, 0x06,
0x01, 0x06, 0x03, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x04, 0x08, 0x00, 0x05,
0x1f, 0x1f, 0x38, 0x32, 0x32, 0x00, 0x03, 0x01, 0x00, 0x03, 0x62, 0x04,
0x62, 0x00, 0x03, 0x04, 0x01, 0x20, 0x03, 0x0c, 0x03, 0x14, 0x00, 0x05,
0xaf, 0xb8, 0xb8, 0x82, 0xea, 0x00, 0x2e, 0x00, 0x00, 0x00, 0x78, 0x00,
0x00, 0x0a, 0x03, 0x00, 0x6b, 0xd4, 0x93, 0x4a, 0xed, 0xee, 0xed, 0x5c,
0x06, 0x37, 0x03, 0x52, 0x04, 0x29, 0x03, 0x27, 0x01, 0x7b, 0x01, 0x7b,
0x03, 0x5a, 0x03, 0x12, 0x04, 0x02, 0x05, 0x14, 0x01, 0x0c, 0x04, 0x20,
0x00, 0x04, 0x04, 0x04, 0x62, 0x62, 0x03, 0x01, 0x00, 0x05, 0x32, 0x32,
0x38, 0x1f, 0x1f, 0x00, 0x04, 0x08, 0x01, 0x1d, 0x03, 0x54, 0x03, 0x06,
0x03, 0x23, 0x00, 0x0a, 0x18, 0x58, 0x18, 0x47, 0x47, 0x21, 0x47, 0x21,
0x21, 0x10, 0x05, 0x16, 0x01, 0x13, 0x01, 0x13, 0x04, 0x2a, 0x03, 0x0f,
0x01, 0x4c, 0x03, 0x0f, 0x01, 0x4c, 0x01, 0x4c, 0x04, 0x41, 0x04, 0x49,
0x03, 0x67, 0x04, 0x78, 0x06, 0x3d, 0x05, 0x55, 0x04, 0x50, 0x06, 0x5e,
0x06, 0x46, 0x05, 0x64, 0x01, 0x60, 0x05, 0x4e, 0x05, 0x56, 0x05, 0x48,
0x05, 0x5f, 0x03, 0xa7, 0x05, 0x5f, 0x06, 0x48, 0x04, 0x56, 0x05, 0x4e,
0x00, 0x03, 0x64, 0x4e, 0x60, 0x00, 0x05, 0x64, 0x05, 0x46, 0x04, 0x5e,
0x06, 0x50, 0x05, 0x55, 0x00, 0x05, 0x3d, 0x3d, 0x78, 0x3d, 0x3d, 0x00,
0x05, 0x78, 0x03, 0x67, 0x04, 0x49, 0x00, 0x04, 0x41, 0x49, 0x41, 0x41,
0x03, 0x4c, 0x01, 0x0f, 0x01, 0x4c, 0x03, 0x0f, 0x04, 0x2a, 0x05, 0x13,
0x00, 0x0d, 0x16, 0x16, 0x10, 0x10, 0x21, 0x21, 0x47, 0x47, 0x21, 0x47,
0x47, 0x18, 0x18, 0x00, 0x03, 0x23, 0x03, 0x06, 0x00, 0x0d, 0x54, 0x54,
0x1d, 0x1d, 0x08, 0x08, 0x1f, 0x08, 0x1f, 0x1f, 0x38, 0x32, 0x32, 0x00,
0x03, 0x01, 0x03, 0x62, 0x00, 0x04, 0x04, 0x04, 0x20, 0x20, 0x03, 0x0c,
0x03, 0x14, 0x00, 0x06, 0xaa, 0xb8, 0xaf, 0xb4, 0xa8, 0xad, 0x2d, 0x00,
0x00, 0x00, 0x7b, 0x00, 0x00, 0x08, 0x6b, 0x8a, 0x4a, 0xee, 0xa5, 0xed,
0xa5, 0xa6, 0x06, 0x37, 0x03, 0x52, 0x03, 0x29, 0x04, 0x27, 0x00, 0x04,
0x7b, 0x7b, 0x5a, 0x5a, 0x03, 0x12, 0x04, 0x02, 0x05, 0x14, 0x00, 0x04,
0x0c, 0x0c, 0x20, 0x20, 0x04, 0x04, 0x01, 0x62, 0x03, 0x01, 0x00, 0x05,
0x32, 0x32, 0x38, 0x38, 0x1f, 0x00, 0x04, 0x08, 0x01, 0x1d, 0x03, 0x54,
0x03, 0x06, 0x00, 0x10, 0x23, 0x23, 0x18, 0x23, 0x18, 0x18, 0x47, 0x21,
0x21, 0x47, 0x21, 0x21, 0x10, 0x10, 0x16, 0x16, 0x05, 0x13, 0x03, 0x2a,
0x05, 0x0f, 0x04, 0x4c, 0x04, 0x41, 0x03, 0x49, 0x04, 0x67, 0x05, 0x78,
0x05, 0x3d, 0x06, 0x55, 0x04, 0x50, 0x04, 0x5e, 0x07, 0x46, 0x03, 0x64,
0x01, 0x60, 0x01, 0x64, 0x06, 0x4e, 0x05, 0x56, 0x05, 0x48, 0x06, 0x5f,
0x01, 0xa7, 0x01, 0xa7, 0x05, 0x5f, 0x06, 0x48, 0x04, 0x56, 0x06, 0x4e,
0x01, 0x64, 0x01, 0x60, 0x03, 0x64, 0x07, 0x46, 0x04, 0x5e, 0x06, 0x50,
0x05, 0x55, 0x05, 0x3d, 0x05, 0x78, 0x03, 0x67, 0x04, 0x49, 0x04, 0x41,
0x01, 0x4c, 0x01, 0x4c, 0x06, 0x0f, 0x05, 0x2a, 0x04, 0x13, 0x03, 0x16,
0x01, 0x10, 0x05, 0x21, 0x01, 0x47, 0x03, 0x18, 0x01, 0x23, 0x01, 0x23,
0x04, 0x06, 0x01, 0x54, 0x01, 0x54, 0x03, 0x1d, 0x03, 0x08, 0x00, 0x05,
0x1f, 0x1f, 0x38, 0x32, 0x32, 0x00, 0x03, 0x01, 0x01, 0x62, 0x01, 0x62,
0x03, 0x04, 0x01, 0x20, 0x01, 0x20, 0x03, 0x0c, 0x04, 0x14, 0x00, 0x05,
0xaf, 0xa8, 0xaf, 0xb4, 0x69, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x7c, 0x00,
0x00, 0x04, 0x4d, 0xf1, 0xed, 0x1e, 0x03, 0xa5, 0x01, 0xa6, 0x04, 0x37,
0x03, 0x52, 0x05, 0x29, 0x00, 0x06, 0x7b, 0x27, 0x27, 0x7b, 0x7b, 0x5a,
0x04, 0x12, 0x04, 0x02, 0x04, 0x14, 0x01, 0x0c, 0x01, 0x0c, 0x03, 0x20,
0x04, 0x04, 0x00, 0x09, 0x62, 0x62, 0x01, 0x01, 0x32, 0x32, 0x38, 0x1f,
0x1f, 0x00, 0x03, 0x08, 0x03, 0x1d, 0x01, 0x54, 0x01, 0x54, 0x03, 0x06,
0x01, 0x23, 0x01, 0x23, 0x04, 0x18, 0x00, 0x0a, 0x47, 0x21, 0x21, 0x47,
0x21, 0x21, 0x10, 0x10, 0x16, 0x16, 0x05, 0x13, 0x04, 0x2a, 0x05, 0x0f,
0x03, 0x4c, 0x04, 0x41, 0x05, 0x49, 0x01, 0x67, 0x01, 0x67, 0x04, 0x78,
0x06, 0x3d, 0x05, 0x55, 0x06, 0x50, 0x04, 0x5e, 0x06, 0x46, 0x04, 0x64,
0x01, 0x60, 0x01, 0x64, 0x06, 0x4e, 0x04, 0x56, 0x06, 0x48, 0x0b, 0x5f,
0x06, 0x48, 0x05, 0x56, 0x06, 0x4e, 0x01, 0x60, 0x01, 0x60, 0x04, 0x64,
0x05, 0x46, 0x05, 0x5e, 0x05, 0x50, 0x06, 0x55, 0x05, 0x3d, 0x04, 0x78,
0x03, 0x67, 0x04, 0x49, 0x05, 0x41, 0x03, 0x4c, 0x06, 0x0f, 0x03, 0x2a,
0x04, 0x13, 0x00, 0x05, 0x16, 0x13, 0x16, 0x10, 0x10, 0x00, 0x05, 0x21,
0x01, 0x47, 0x03, 0x18, 0x00, 0x05, 0x23, 0x06, 0x23, 0x06, 0x06, 0x00,
0x04, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x03, 0x08, 0x00, 0x05, 0x1f, 0x38,
0x38, 0x32, 0x32, 0x00, 0x03, 0x01, 0x01, 0x62, 0x04, 0x04, 0x01, 0x20,
0x01, 0x20, 0x03, 0x0c, 0x00, 0x0a, 0x14, 0x14, 0x02, 0x14, 0xaf, 0xa8,
0xa8, 0xaf, 0xf7, 0x71, 0x2c, 0x00, 0x00, 0x00, 0x7b, 0x00, 0x00, 0x07,
0x03, 0x00, 0x00, 0x96, 0xbb, 0x76, 0xa6, 0x00, 0x03, 0x82, 0x01, 0xa6,
0x01, 0x37, 0x05, 0x52, 0x04, 0x29, 0x03, 0x27, 0x00, 0x06, 0x7b, 0x7b,
0x5a, 0x5a, 0x12, 0x12, 0x05, 0x02, 0x04, 0x14, 0x01, 0x0c, 0x01, 0x0c,
0x03, 0x20, 0x04, 0x04, 0x01, 0x62, 0x04, 0x01, 0x00, 0x04, 0x32, 0x38,
0x1f, 0x1f, 0x04, 0x08, 0x01, 0x1d, 0x03, 0x54, 0x03, 0x06, 0x01, 0x23,
0x01, 0x23, 0x04, 0x18, 0x00, 0x0a, 0x47, 0x21, 0x21, 0x47, 0x21, 0x21,
0x10, 0x10, 0x16, 0x16, 0x05, 0x13, 0x04, 0x2a, 0x04, 0x0f, 0x04, 0x4c,
0x04, 0x41, 0x04, 0x49, 0x03, 0x67, 0x04, 0x78, 0x06, 0x3d, 0x05, 0x55,
0x06, 0x50, 0x04, 0x5e, 0x06, 0x46, 0x05, 0x64, 0x01, 0x60, 0x01, 0x64,
0x05, 0x4e, 0x05, 0x56, 0x05, 0x48, 0x0b, 0x5f, 0x07, 0x48, 0x04, 0x56,
0x05, 0x4e, 0x07, 0x64, 0x06, 0x46, 0x05, 0x5e, 0x05, 0x50, 0x05, 0x55,
0x06, 0x3d, 0x03, 0x78, 0x04, 0x67, 0x04, 0x49, 0x04, 0x41, 0x03, 0x4c,
0x06, 0x0f, 0x03, 0x2a, 0x04, 0x13, 0x00, 0x05, 0x16, 0x16, 0x13, 0x16,
0x10, 0x00, 0x05, 0x21, 0x01, 0x47, 0x04, 0x18, 0x01, 0x23, 0x04, 0x06,
0x00, 0x04, 0x54, 0x54, 0x1d, 0x1d, 0x04, 0x08, 0x00, 0x05, 0x1f, 0x1f,
0x38, 0x32, 0x32, 0x00, 0x03, 0x01, 0x01, 0x62, 0x04, 0x04, 0x00, 0x04,
0x20, 0x20, 0x0c, 0x0c, 0x04, 0x14, 0x00, 0x07, 0x02, 0xaa, 0x72, 0x72,
0xc1, 0xa8, 0xb2, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x07,
0x03, 0x00, 0x00, 0xb2, 0xf4, 0x76, 0xa5, 0x00, 0x04, 0x82, 0x01, 0x37,
0x04, 0x52, 0x04, 0x29, 0x03, 0x27, 0x00, 0x03, 0x7b, 0x7b, 0x5a, 0x00,
0x03, 0x12, 0x05, 0x02, 0x04, 0x14, 0x03, 0x0c, 0x03, 0x20, 0x03, 0x04,
0x01, 0x62, 0x03, 0x01, 0x00, 0x05, 0x32, 0x38, 0x38, 0x1f, 0x1f, 0x00,
0x04, 0x08, 0x01, 0x1d, 0x04, 0x54, 0x00, 0x04, 0x06, 0x06, 0x23, 0x23,
0x04, 0x18, 0x01, 0x47, 0x05, 0x21, 0x00, 0x04, 0x10, 0x10, 0x16, 0x16,
0x06, 0x13, 0x03, 0x2a, 0x05, 0x0f, 0x03, 0x4c, 0x04, 0x41, 0x04, 0x49,
0x05, 0x67, 0x01, 0x78, 0x01, 0x78, 0x06, 0x3d, 0x05, 0x55, 0x06, 0x50,
0x04, 0x5e, 0x05, 0x46, 0x06, 0x64, 0x01, 0x60, 0x06, 0x4e, 0x04, 0x56,
0x06, 0x48, 0x0b, 0x5f, 0x06, 0x48, 0x06, 0x56, 0x05, 0x4e, 0x07, 0x64,
0x05, 0x46, 0x06, 0x5e, 0x04, 0x50, 0x06, 0x55, 0x01, 0x3d, 0x01, 0x78,
0x03, 0x3d, 0x03, 0x78, 0x04, 0x67, 0x04, 0x49, 0x04, 0x41, 0x03, 0x4c,
0x05, 0x0f, 0x04, 0x2a, 0x04, 0x13, 0x04, 0x16, 0x01, 0x10, 0x04, 0x21,
0x01, 0x47, 0x01, 0x47, 0x04, 0x18, 0x01, 0x23, 0x04, 0x06, 0x03, 0x54,
0x01, 0x1d, 0x04, 0x08, 0x00, 0x05, 0x1f, 0x1f, 0x38, 0x32, 0x32, 0x00,
0x03, 0x01, 0x01, 0x62, 0x04, 0x04, 0x00, 0x04, 0x20, 0x20, 0x0c, 0x0c,
0x04, 0x14, 0x00, 0x07, 0x02, 0x14, 0xc1, 0x88, 0x72, 0xc1, 0xea, 0x00,
0x2c, 0x00, 0x00, 0x00, 0x7d, 0x00, 0x00, 0x08, 0x03, 0x00, 0x00, 0x8e,
0xcf, 0x82, 0xa5, 0x82, 0x03, 0xbb, 0x01, 0x82, 0x01, 0x37, 0x03, 0x52,
0x03, 0x29, 0x04, 0x27, 0x00, 0x05, 0x7b, 0x5a, 0x5a, 0x12, 0x12, 0x00,
0x05, 0x02, 0x04, 0x14, 0x03, 0x0c, 0x01, 0x20, 0x01, 0x20, 0x04, 0x04,
0x01, 0x62, 0x04, 0x01, 0x03, 0x38, 0x01, 0x1f, 0x04, 0x08, 0x01, 0x1d,
0x01, 0x1d, 0x03, 0x54, 0x03, 0x06, 0x01, 0x23, 0x03, 0x18, 0x01, 0x47,
0x01, 0x18, 0x05, 0x21, 0x00, 0x04, 0x10, 0x10, 0x16, 0x16, 0x06, 0x13,
0x01, 0x2a, 0x01, 0x2a, 0x07, 0x0f, 0x01, 0x4c, 0x01, 0x4c, 0x05, 0x41,
0x04, 0x49, 0x03, 0x67, 0x04, 0x78, 0x05, 0x3d, 0x05, 0x55, 0x05, 0x50,
0x05, 0x5e, 0x05, 0x46, 0x06, 0x64, 0x01, 0x60, 0x01, 0x60, 0x05, 0x4e,
0x05, 0x56, 0x07, 0x48, 0x05, 0x5f, 0x00, 0x03, 0x48, 0x5f, 0x5f, 0x00,
0x07, 0x48, 0x04, 0x56, 0x06, 0x4e, 0x01, 0x64, 0x01, 0x60, 0x04, 0x64,
0x07, 0x46, 0x04, 0x5e, 0x01, 0x50, 0x01, 0x5e, 0x04, 0x50, 0x05, 0x55,
0x05, 0x3d, 0x03, 0x78, 0x04, 0x67, 0x05, 0x49, 0x03, 0x41, 0x04, 0x4c,
0x01, 0x0f, 0x01, 0x4c, 0x03, 0x0f, 0x04, 0x2a, 0x05, 0x13, 0x00, 0x04,
0x16, 0x16, 0x10, 0x10, 0x04, 0x21, 0x01, 0x47, 0x05, 0x18, 0x00, 0x04,
0x23, 0x23, 0x06, 0x06, 0x04, 0x54, 0x01, 0x1d, 0x04, 0x08, 0x00, 0x05,
0x1f, 0x1f, 0x38, 0x38, 0x32, 0x00, 0x03, 0x01, 0x01, 0x62, 0x01, 0x62,
0x03, 0x04, 0x01, 0x20, 0x01, 0x20, 0x03, 0x0c, 0x04, 0x14, 0x00, 0x07,
0x02, 0xaf, 0x88, 0x88, 0x72, 0x6c, 0xad, 0x00, 0x2b, 0x00, 0x00, 0x00,
0x82, 0x00, 0x00, 0x05, 0xb1, 0xd4, 0x82, 0x82, 0xb8, 0x00, 0x03, 0xbb,
0x01, 0xb4, 0x01, 0x52, 0x04, 0x29, 0x04, 0x27, 0x00, 0x05, 0x7b, 0x5a,
0x5a, 0x12, 0x12, 0x00, 0x05, 0x02, 0x05, 0x14, 0x00, 0x04, 0x0c, 0x0c,
0x20, 0x20, 0x04, 0x04, 0x01, 0x62, 0x03, 0x01, 0x00, 0x05, 0x32, 0x32,
0x38, 0x1f, 0x1f, 0x00, 0x04, 0x08, 0x00, 0x04, 0x1d, 0x1d, 0x54, 0x54,
0x04, 0x06, 0x01, 0x23, 0x04, 0x18, 0x00, 0x06, 0x47, 0x21, 0x21, 0x47,
0x21, 0x21, 0x04, 0x16, 0x04, 0x13, 0x05, 0x2a, 0x06, 0x0f, 0x03, 0x4c,
0x04, 0x41, 0x04, 0x49, 0x01, 0x67, 0x01, 0x67, 0x05, 0x78, 0x05, 0x3d,
0x06, 0x55, 0x05, 0x50, 0x04, 0x5e, 0x05, 0x46, 0x01, 0x64, 0x01, 0x46,
0x04, 0x64, 0x03, 0x60, 0x04, 0x4e, 0x05, 0x56, 0x07, 0x48, 0x01, 0x5f,
0x01, 0x48, 0x04, 0x5f, 0x09, 0x48, 0x04, 0x56, 0x06, 0x4e, 0x06, 0x64,
0x07, 0x46, 0x04, 0x5e, 0x06, 0x50, 0x05, 0x55, 0x05, 0x3d, 0x05, 0x78,
0x03, 0x67, 0x05, 0x49, 0x01, 0x41, 0x01, 0x41, 0x04, 0x4c, 0x05, 0x0f,
0x04, 0x2a, 0x04, 0x13, 0x03, 0x16, 0x01, 0x10, 0x01, 0x10, 0x04, 0x21,
0x01, 0x47, 0x05, 0x18, 0x00, 0x04, 0x23, 0x23, 0x06, 0x06, 0x03, 0x54,
0x01, 0x1d, 0x01, 0x1d, 0x04, 0x08, 0x00, 0x05, 0x1f, 0x1f, 0x38, 0x32,
0x32, 0x00, 0x03, 0x01, 0x01, 0x62, 0x01, 0x62, 0x03, 0x04, 0x01, 0x20,
0x01, 0x20, 0x03, 0x0c, 0x04, 0x14, 0x00, 0x07, 0x02, 0xaa, 0x74, 0x81,
0x88, 0x74, 0x90, 0x00, 0x2b, 0x00, 0x00, 0x00, 0x83, 0x00, 0x00, 0x05,
0x6b, 0x8b, 0xf4, 0xa6, 0xb4, 0x00, 0x04, 0xb8, 0x00, 0x0b, 0xb4, 0x7b,
0x27, 0x29, 0x29, 0x27, 0x7b, 0x27, 0x7b, 0x12, 0x5a, 0x00, 0x03, 0x12,
0x05, 0x02, 0x03, 0x14, 0x03, 0x0c, 0x01, 0x20, 0x01, 0x20, 0x03, 0x04,
0x04, 0x62, 0x00, 0x04, 0x01, 0x01, 0x32, 0x38, 0x03, 0x1f, 0x03, 0x08,
0x00, 0x04, 0x1d, 0x1d, 0x54, 0x54, 0x03, 0x06, 0x01, 0x23, 0x01, 0x23,
0x04, 0x18, 0x03, 0x47, 0x01, 0x21, 0x01, 0x21, 0x03, 0x10, 0x03, 0x16,
0x04, 0x13, 0x04, 0x2a, 0x05, 0x0f, 0x04, 0x4c, 0x04, 0x41, 0x04, 0x49,
0x01, 0x67, 0x01, 0x67, 0x04, 0x78, 0x07, 0x3d, 0x05, 0x55, 0x06, 0x50,
0x04, 0x5e, 0x05, 0x46, 0x06, 0x64, 0x01, 0x60, 0x01, 0x60, 0x05, 0x4e,
0x05, 0x56, 0x14, 0x48, 0x05, 0x56, 0x06, 0x4e, 0x06, 0x64, 0x06, 0x46,
0x05, 0x5e, 0x06, 0x50, 0x05, 0x55, 0x06, 0x3d, 0x03, 0x78, 0x03, 0x67,
0x05, 0x49, 0x03, 0x41, 0x04, 0x4c, 0x05, 0x0f, 0x03, 0x2a, 0x05, 0x13,
0x03, 0x16, 0x01, 0x10, 0x01, 0x10, 0x04, 0x21, 0x00, 0x07, 0x47, 0x47,
0x18, 0x18, 0x58, 0x23, 0x23, 0x00, 0x03, 0x06, 0x03, 0x54, 0x01, 0x1d,
0x01, 0x1d, 0x04, 0x08, 0x00, 0x05, 0x1f, 0x1f, 0x38, 0x32, 0x32, 0x00,
0x03, 0x01, 0x01, 0x62, 0x01, 0x62, 0x03, 0x04, 0x01, 0x20, 0x01, 0x20,
0x03, 0x0c, 0x04, 0x14, 0x00, 0x08, 0x02, 0x02, 0xc1, 0x6c, 0x6c, 0x74,
0xa7, 0x6b, 0x2a, 0x00, 0x00, 0x00, 0x85, 0x00, 0x00, 0x05, 0xad, 0xea,
0xb8, 0x37, 0xb4, 0x00, 0x04, 0xb8, 0x00, 0x04, 0xaf, 0xb4, 0xb4, 0x7b,
0x04, 0x27, 0x01, 0x5a, 0x03, 0x12, 0x06, 0x02, 0x03, 0x14, 0x00, 0x04,
0x0c, 0x0c, 0x20, 0x20, 0x03, 0x04, 0x03, 0x62, 0x00, 0x05, 0x01, 0x01,
0x32, 0x32, 0x38, 0x00, 0x04, 0x1f, 0x00, 0x06, 0x08, 0x08, 0x1d, 0x1d,
0x54, 0x54, 0x03, 0x06, 0x01, 0x23, 0x01, 0x23, 0x04, 0x18, 0x00, 0x04,
0x47, 0x47, 0x21, 0x47, 0x03, 0x21, 0x00, 0x04, 0x10, 0x10, 0x16, 0x16,
0x04, 0x13, 0x04, 0x2a, 0x06, 0x0f, 0x03, 0x4c, 0x03, 0x41, 0x03, 0x49,
0x01, 0x67, 0x01, 0x49, 0x03, 0x67, 0x04, 0x78, 0x06, 0x3d, 0x06, 0x55,
0x04, 0x50, 0x05, 0x5e, 0x05, 0x46, 0x04, 0x64, 0x01, 0x60, 0x03, 0x64,
0x06, 0x4e, 0x05, 0x56, 0x12, 0x48, 0x06, 0x56, 0x05, 0x4e, 0x07, 0x64,
0x06, 0x46, 0x04, 0x5e, 0x07, 0x50, 0x05, 0x55, 0x03, 0x3d, 0x00, 0x03,
0x78, 0x3d, 0x3d, 0x00, 0x03, 0x78, 0x03, 0x67, 0x04, 0x49, 0x05, 0x41,
0x01, 0x4c, 0x01, 0x4c, 0x06, 0x0f, 0x03, 0x2a, 0x05, 0x13, 0x03, 0x16,
0x01, 0x10, 0x01, 0x10, 0x04, 0x21, 0x01, 0x47, 0x04, 0x18, 0x01, 0x23,
0x01, 0x23, 0x03, 0x06, 0x03, 0x54, 0x01, 0x1d, 0x01, 0x1d, 0x04, 0x08,
0x00, 0x05, 0x1f, 0x38, 0x38, 0x32, 0x32, 0x00, 0x03, 0x01, 0x01, 0x62,
0x03, 0x04, 0x03, 0x20, 0x03, 0x0c, 0x04, 0x14, 0x00, 0x0a, 0x02, 0x5a,
0xaa, 0x91, 0x6c, 0x6c, 0x81, 0xd9, 0x00, 0x03, 0x28, 0x00, 0x00, 0x00,
0x87, 0x00, 0x00, 0x05, 0xb2, 0xea, 0xa8, 0xb4, 0xb4, 0x00, 0x03, 0xaf,
0x01, 0xa8, 0x03, 0xaf, 0x00, 0x04, 0xb4, 0xb4, 0x12, 0x7b, 0x03, 0x5a,
0x01, 0x02, 0x01, 0x12, 0x04, 0x02, 0x01, 0x14, 0x01, 0x14, 0x04, 0x0c,
0x01, 0x20, 0x01, 0x20, 0x04, 0x04, 0x03, 0x01, 0x00, 0x05, 0x32, 0x32,
0x38, 0x38, 0x1f, 0x00, 0x05, 0x08, 0x00, 0x03, 0x1d, 0x54, 0x1d, 0x00,
0x03, 0x06, 0x03, 0x23, 0x01, 0x18, 0x01, 0x18, 0x03, 0x47, 0x01, 0x21,
0x01, 0x47, 0x04, 0x21, 0x00, 0x04, 0x10, 0x10, 0x16, 0x16, 0x04, 0x13,
0x04, 0x2a, 0x05, 0x0f, 0x01, 0x4c, 0x01, 0x4c, 0x05, 0x41, 0x04, 0x49,
0x04, 0x67, 0x01, 0x78, 0x01, 0x78, 0x08, 0x3d, 0x05, 0x55, 0x05, 0x50,
0x04, 0x5e, 0x07, 0x46, 0x04, 0x64, 0x08, 0x4e, 0x03, 0x56, 0x13, 0x48,
0x06, 0x56, 0x06, 0x4e, 0x01, 0x64, 0x01, 0x4e, 0x04, 0x64, 0x07, 0x46,
0x05, 0x5e, 0x04, 0x50, 0x04, 0x55, 0x01, 0x3d, 0x01, 0x55, 0x03, 0x3d,
0x06, 0x78, 0x04, 0x67, 0x01, 0x49, 0x01, 0x49, 0x05, 0x41, 0x03, 0x4c,
0x05, 0x0f, 0x04, 0x2a, 0x03, 0x13, 0x04, 0x16, 0x00, 0x04, 0x10, 0x10,
0x21, 0x21, 0x05, 0x47, 0x01, 0x58, 0x01, 0x58, 0x03, 0x23, 0x04, 0x06,
0x04, 0x1d, 0x04, 0x08, 0x03, 0x38, 0x00, 0x03, 0x32, 0x01, 0x01, 0x00,
0x05, 0x04, 0x06, 0x0c, 0x07, 0x02, 0x00, 0x08, 0x5a, 0x5a, 0x74, 0x8f,
0x8f, 0x80, 0xd0, 0x4d, 0x29, 0x00, 0x00, 0x00, 0x85, 0x00, 0x00, 0x07,
0x03, 0x00, 0x00, 0x0d, 0x75, 0x8b, 0x88, 0x00, 0x04, 0xaf, 0x06, 0xa8,
0x03, 0xaf, 0x03, 0xaa, 0x03, 0x14, 0x0c, 0xaa, 0x01, 0x62, 0x06, 0x01,
0x07, 0x1f, 0x06, 0x54, 0x01, 0x06, 0x04, 0xb7, 0x03, 0x18, 0x03, 0x16,
0x01, 0x10, 0x03, 0x16, 0x04, 0xf3, 0x00, 0x04, 0x13, 0xf3, 0xf3, 0x2a,
0x08, 0x0f, 0x00, 0x05, 0x4c, 0x4c, 0xfb, 0xfb, 0x41, 0x00, 0x06, 0x49,
0x01, 0x67, 0x01, 0x67, 0x09, 0x78, 0x03, 0x3d, 0x07, 0x55, 0x05, 0x50,
0x06, 0x5e, 0x06, 0x46, 0x03, 0x64, 0x05, 0x60, 0x07, 0x4e, 0x10, 0x56,
0x04, 0x4e, 0x00, 0x04, 0x60, 0x60, 0x4e, 0x4e, 0x04, 0x60, 0x04, 0x64,
0x0a, 0x46, 0x01, 0x5e, 0x01, 0x5e, 0x05, 0x50, 0x07, 0x55, 0x03, 0x3d,
0x00, 0x03, 0x78, 0x3d, 0x3d, 0x00, 0x07, 0x78, 0x01, 0x67, 0x01, 0x67,
0x06, 0x49, 0x01, 0x41, 0x07, 0x4c, 0x05, 0x0f, 0x03, 0x2a, 0x06, 0x13,
0x06, 0x16, 0x00, 0x03, 0xb7, 0xb7, 0x16, 0x00, 0x08, 0xb7, 0x06, 0x54,
0x08, 0x1f, 0x04, 0x01, 0x00, 0x04, 0x62, 0xaa, 0x62, 0xaa, 0x03, 0x20,
0x03, 0xaa, 0x00, 0x0b, 0x14, 0x14, 0x02, 0xf8, 0x8f, 0xcc, 0x8f, 0xcc,
0xe7, 0x00, 0x03, 0x00, 0x27, 0x00, 0x00, 0x00, 0x86, 0x00, 0x01, 0x0d,
0x01, 0x11, 0x03, 0x00, 0x00, 0x05, 0x6b, 0x7e, 0xcf, 0x88, 0xa8, 0x00,
0x03, 0xaf, 0x03, 0xa8, 0x03, 0x72, 0x06, 0xa8, 0x00, 0x06, 0x72, 0xa8,
0xa8, 0x72, 0x72, 0xa8, 0x23, 0x72, 0x1d, 0x74, 0x13, 0x80, 0x00, 0x04,
0x81, 0x80, 0x80, 0x81, 0x04, 0x80, 0x1b, 0x81, 0x00, 0x04, 0x91, 0x91,
0x81, 0x91, 0x34, 0x6c, 0x03, 0x7a, 0x01, 0x6c, 0x22, 0x7a, 0x03, 0x77,
0x00, 0x03, 0x7a, 0x7a, 0x77, 0x00, 0x03, 0x7a, 0x05, 0x77, 0x01, 0x7a,
0x2a, 0x77, 0x03, 0xcc, 0x00, 0x04, 0x91, 0xd9, 0x00, 0x03, 0x27, 0x00,
0x00, 0x00, 0x8e, 0x00, 0x00, 0x0b, 0x8e, 0x7e, 0xea, 0x8f, 0x88, 0xa8,
0xaf, 0xaf, 0xa8, 0x72, 0x72, 0x00, 0x3d, 0x88, 0x2c, 0x81, 0x01, 0x6c,
0x09, 0x81, 0x01, 0x6c, 0x03, 0x81, 0x2e, 0x6c, 0x28, 0x8f, 0x1c, 0xcc,
0x01, 0xa7, 0x03, 0xcc, 0x00, 0x05, 0xa7, 0xcc, 0xa7, 0xa7, 0xcc, 0x00,
0x14, 0xa7, 0x13, 0x9d, 0x00, 0x07, 0xa7, 0x9d, 0x9d, 0x77, 0xec, 0x00,
0x03, 0x00, 0x27, 0x00, 0x00, 0x00, 0x91, 0x00, 0x00, 0x08, 0x6b, 0xb2,
0x7d, 0xd0, 0xea, 0xcc, 0x81, 0x88, 0x12, 0xc1, 0x00, 0x03, 0x72, 0x72,
0xc1, 0x00, 0x24, 0x72, 0x01, 0x74, 0x03, 0x72, 0x01, 0x74, 0x01, 0x72,
0x27, 0x74, 0x2c, 0x80, 0x01, 0x91, 0x01, 0x80, 0x23, 0x91, 0x05, 0x7a,
0x01, 0x91, 0x18, 0x7a, 0x04, 0x77, 0x01, 0x7a, 0x1b, 0x77, 0x01, 0x60,
0x01, 0x64, 0x24, 0x60, 0x00, 0x05, 0x77, 0xfa, 0x6b, 0x00, 0x0d, 0x00,
0x27, 0x00, 0x00, 0x00, 0x95, 0x00, 0x00, 0x08, 0x71, 0x7c, 0xe7, 0xec,
0x7e, 0x7d, 0x68, 0x90, 0x45, 0x8b, 0x00, 0x03, 0x90, 0x90, 0x8b, 0x00,
0x2b, 0x90, 0x01, 0x68, 0x04, 0x90, 0x4d, 0x68, 0x00, 0x03, 0x7d, 0x7d,
0x68, 0x00, 0x4f, 0x7d, 0x00, 0x04, 0xd9, 0x8e, 0x00, 0x0d, 0x28, 0x00,
0x00, 0x00, 0x9d, 0x00, 0xff, 0x0d, 0x18, 0x0d, 0x2c, 0x00, 0x00, 0x00,
0x95, 0x00, 0x01, 0x0d, 0x03, 0x03, 0x00, 0x03, 0x11, 0x11, 0x0d, 0x00,
0xff, 0x00, 0x1a, 0x00, 0x01, 0x0d, 0x2a, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00,
0xe1, 0x00, 0x00, 0x01
};
| 71.738678 | 76 | 0.666805 |
4d3b45a265f53015c459751dd0c3527735129f60 | 93,564 | h | C | code/mqtt_weather_display/icons/showers.h | pilotak/mqtt-weather-display | df0fe8572cea7c17ca3cbe815b10dc7068736fba | [
"MIT"
] | 4 | 2020-05-07T04:09:35.000Z | 2020-10-07T10:20:55.000Z | code/mqtt_weather_display/icons/showers.h | pilotak/MQTT-weather-display | df0fe8572cea7c17ca3cbe815b10dc7068736fba | [
"MIT"
] | 1 | 2019-08-24T20:46:11.000Z | 2019-09-11T17:48:34.000Z | code/mqtt_weather_display/icons/showers.h | pilotak/MQTT-weather-display | df0fe8572cea7c17ca3cbe815b10dc7068736fba | [
"MIT"
] | 1 | 2019-09-27T15:27:48.000Z | 2019-09-27T15:27:48.000Z |
/*******************************************************************************
* name: showers
*
* preset name: sumotoy_image
* data block size: 16 bit(s), uint16_t
* RLE compression enabled: no
* conversion type: Color, not_used not_used
* bits per pixel: 16
*
* preprocess:
* main scan direction: top_to_bottom
* line scan direction: forward
* inverse: no
* ------------------------------------------------------------------------------
* Created by a custom template of LCD-Image-Converter for .s.u.m.o.t.o.y.
* Image template version: 1.3
* Note:
* ------------------------------------------------------------------------------
*******************************************************************************/
#if !defined(SUMO_IMG_LIB_showers)
#define SUMO_IMG_LIB_showers
const uint16_t showers[11590] PROGMEM = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a88, 0x2965, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4247, 0x8de4, 0x8da6, 0x18e3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2103, 0x8da6, 0x8de4, 0x8de4, 0x8508, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7c89, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x52e8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2965, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7469, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x52c8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7c89, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d67, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31a5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1082, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8508, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6389, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x63a9, 0x5b28, 0x3a06, 0x18e3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2103, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7cc8, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x2944, 0x4267, 0x6369, 0x5b28, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x18c2, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x63a9, 0x2103, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x5b28, 0x7449, 0x7409, 0x4a87, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31c6, 0x7449, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8547, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x5b08, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x7449, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7c89, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8508, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7449, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x8547, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x63a9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7449, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x52e8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7c69, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x52c8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a88, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1081, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7c89, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b28, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7c69, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x2965, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7ca8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x3185, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x39e6, 0x6be9, 0x7ce8, 0x8567, 0x8dc5, 0x8de4, 0x8de4, 0x8de5, 0x8d86, 0x7ca8, 0x6389, 0x39e6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b49, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x5b28, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x7ca8, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x4aa8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2144, 0x7449, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x6389, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6be9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x63a9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4227, 0x6389, 0x52c8, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x18c3, 0x7409, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x6389, 0x0841, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2944, 0x5b08, 0x5b49, 0x2985, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52c8, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x3185, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6bc9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x52e8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0841, 0x7ca8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x5b49, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7469, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x5b28, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6369, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x39e6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4227, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8547, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7449, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52e8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x2965, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0841, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x7c89, 0x7c89, 0x7449, 0x6bc9, 0x6369, 0x52c8, 0x2965, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a87, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x7cc8, 0x6369, 0x2103, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7469, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x84e8, 0x52e8, 0x0841, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x5b08, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2965, 0x5b08, 0x6bc9, 0x6389, 0x4226, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x39e6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x4a67, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4247, 0x8528, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7cc8, 0x1081, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52c8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7449, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2104, 0x8508, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6be9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6369, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x3185, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3a06, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6c09, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x4227, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1081, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7c69, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x7cc8, 0x7449, 0x6be9, 0x6be9, 0x7449, 0x7ca9, 0x8528, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x4a67, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a67, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7429, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x7c89, 0x52c8, 0x18e3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x39e6, 0x63a9, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x4a88, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2944, 0x8527, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6c09, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6bc9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x6389, 0x18c2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x4247, 0x84e8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x31a5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4aa8, 0x8547, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b28, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6c09, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4267, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31c6, 0x6369, 0x7409, 0x6bc9, 0x4a87, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31c6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x3a06, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0841, 0x7449, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7ce8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0841, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8528, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52e8, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x5308, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4247, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7cc8, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a67, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b28, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8527, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4aa8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7409, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b28, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x18e3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x63a9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6369, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52c8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x7cc8, 0x7449, 0x6be9, 0x7469, 0x8508, 0x8d86, 0x8de4, 0x8de4, 0x8de5, 0x31c6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8508, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x52e8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3185, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x5b28, 0x1903, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x4247, 0x4227, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7ca9, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1081, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8527, 0x4227, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7409, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x2124, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6c09, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6369, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x18e3, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x2124, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2965, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x4247, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7429, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x1082, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7ca8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x31c6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2965, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7ca8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2144, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x52c8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x52c8, 0x84e8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x52e8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6c09, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7429, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31c6, 0x8528, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x7429, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6369, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x39c6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x63a9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7429, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x63a9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8528, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x3a06, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7ca8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31a5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6bc9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6369, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x84e8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0841, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x4227, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b08, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x18c3, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x2965, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2965, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1082, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x2965, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x18e3, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x4226, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x39e6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x5b49, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6bc9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7cc8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x84e8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7ca8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6369, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b08, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x52e8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2965, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6389, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x8547, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x84e8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7409, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7409, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2944, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x3a06, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2144, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x4aa8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x6bc9, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7cc8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7449, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x3185, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0841, 0x6bc9, 0x6389, 0x52c8, 0x4247, 0x52c8, 0x6369, 0x7cc8, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x2985, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x3a06, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x8508, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x5b28, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7429, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x5b08, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52a8, 0x8567, 0x5b49, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3a06, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7429, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x31c6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x39c6, 0x84e8, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x2965, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x6389, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7ca8, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2965, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7cc8, 0x52c8, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1082, 0x52c8, 0x84e8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7429, 0x18c2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x52e8, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6be9, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52c8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8528, 0x7c89, 0x6c09, 0x6389, 0x6be9, 0x7449, 0x8547, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x7469, 0x3a06, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x5b28, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x52c8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6369, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x7c89, 0x6369, 0x4247, 0x31c6, 0x2144, 0x2103, 0x31a5, 0x4247, 0x52e8, 0x6c09, 0x8d67, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x7409, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52e8, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x7409, 0x2144, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4267, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x8d67, 0x84e8, 0x7469, 0x63a9, 0x31c6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x84e8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x4aa8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52c8, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x18e3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x6369, 0x8d67, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x7c89, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x7469, 0x1082, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3a06, 0x7c89, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x6bc9, 0x31a5, 0x0000, 0x0000, 0x2103, 0x6c09, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8508, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2103, 0x4267, 0x63a9, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x52e8, 0x7cc8, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x6c09, 0x63a9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x4a87, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x2124, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x4267, 0x63a9, 0x7ca8, 0x8d86, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x8528, 0x7449, 0x5b08, 0x2985, 0x0000, 0x0000, 0x6389, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6be9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8567, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x18e3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x18c3, 0x2104, 0x18c3, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b49, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6389, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7429, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8567, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31a5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x39e6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x39e6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6c09, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7429, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x7449, 0x8d86, 0x8dc5, 0x7cc8, 0x2985, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52e8, 0x8527, 0x8de5, 0x8547, 0x5b28, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x18c3, 0x7429, 0x8567, 0x8567, 0x7429, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x1903, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7cc8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7ca9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x0841, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8547, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8527, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4247, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x4227, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4aa8, 0x8da6, 0x8de4, 0x8de4, 0x8da6, 0x4a87, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4247, 0x6be9, 0x7449, 0x5b08, 0x0841, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x2965, 0x2964, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2124, 0x6389, 0x7469, 0x63a9, 0x2124, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x7c89, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8547, 0x18c3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a67, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x4aa8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x5b28, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7c89, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x18c3, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8dc5, 0x2103, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8528, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x1081, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52e8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x5b28, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8dc5, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x2965, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6bc9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6c09, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8508, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de5, 0x0841, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x52c8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x5b08, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a88, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7409, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x1081, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x10a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x63a9, 0x8de5, 0x8de4, 0x8de4, 0x8de4, 0x7ca9, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31a5, 0x8d86, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x39e6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2144, 0x52e8, 0x5b49, 0x39e6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x31c6, 0x6369, 0x6369, 0x31c5, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x4a67, 0x6369, 0x4a87, 0x1082, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x7449, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7429, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6389, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6369, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8d86, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x10a2, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x0861, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8da6, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8da6, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6be9, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x6bc9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0861, 0x7ce8, 0x8de4, 0x8de4, 0x8de4, 0x8de4, 0x7cc8, 0x0841, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4a87, 0x6c09, 0x6be9, 0x4a87, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000};
#endif
| 2,599 | 92,761 | 0.747264 |
4d3c864f4b6738137a2e9f6d25045e657a2c57f2 | 56,885 | h | C | refs/platform/drivers/src/flexio/flexio_hw_access.h | Tmplt/daredevil-small | d9adb96ead5bea114369931986792a5e0797dd8c | [
"Apache-2.0",
"MIT"
] | 2 | 2020-06-30T03:41:27.000Z | 2021-04-12T11:02:34.000Z | refs/platform/drivers/src/flexio/flexio_hw_access.h | tmplt/daredevil-small | d9adb96ead5bea114369931986792a5e0797dd8c | [
"Apache-2.0",
"MIT"
] | 2 | 2018-12-20T20:34:06.000Z | 2018-12-20T21:21:44.000Z | refs/platform/drivers/src/flexio/flexio_hw_access.h | Tmplt/daredevil-small | d9adb96ead5bea114369931986792a5e0797dd8c | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* Copyright (c) 2014 - 2016, Freescale Semiconductor, Inc.
* Copyright 2016 NXP
* All rights reserved.
*
* THIS SOFTWARE IS PROVIDED BY NXP "AS IS" AND ANY EXPRESSED OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL NXP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef FLEXIO_HW_ACCESS_H
#define FLEXIO_HW_ACCESS_H
#include <stdbool.h>
#include "device_registers.h"
/**
* @page misra_violations MISRA-C:2012 violations
*
* @section [global]
* Violates MISRA 2012 Required Rule 5.1, identifier clash
* The supported compilers use more than 31 significant characters for identifiers.
*
* @section [global]
* Violates MISRA 2012 Required Rule 5.2, identifier clash
* The supported compilers use more than 31 significant characters for identifiers.
*
* @section [global]
* Violates MISRA 2012 Required Rule 5.4, identifier clash
* The supported compilers use more than 31 significant characters for identifiers.
*
* @section [global]
* Violates MISRA 2012 Required Rule 5.5, identifier clash
* The supported compilers use more than 31 significant characters for identifiers.
*
* @section [global]
* Violates MISRA 2012 Required Rule 10.3, Expression assigned to a narrower
* or different essential type [MISRA 2012 Rule 10.3, required]
* This is required by the conversion of an unsigned value of a bitfield/bit into an enum value.
*
* @section [global]
* Violates MISRA 2012 Advisory Rule 10.5,
* Impermissible cast; cannot cast from 'essentially unsigned' to 'essentially Boolean'
* This is required by the efficient conversion of a bit value into a bool for Get functions.
* Impermissible cast; cannot cast from 'essentially Boolean' to 'essentially unsigned'
* This is required by the efficient conversion of a bool into a bit value for Set functions.
* Impermissible cast; cannot cast from 'essentially unsigned' to 'essentially enum<i>
* This is required by the efficient conversion of a bit-field value into an enum for Get functions.
*
* @section [global]
* Violates MISRA 2012 Required Rule 10.8, Impermissible cast of composite expression
*(different essential type categories).
* This is required by the conversion of a bit/bitfield of a register into boolean or an enum type.
*/
/*******************************************************************************
* Definitions
******************************************************************************/
/* Shift clock polarity options */
typedef enum
{
FLEXIO_TIMER_POLARITY_POSEDGE = 0x00U, /*!< Shift on positive edge of Shift clock */
FLEXIO_TIMER_POLARITY_NEGEDGE = 0x01U, /*!< Shift on negative edge of Shift clock */
} flexio_timer_polarity_t;
/* Pin polarity options */
typedef enum
{
FLEXIO_PIN_POLARITY_HIGH = 0x00U, /*!< Pin is active high */
FLEXIO_PIN_POLARITY_LOW = 0x01U, /*!< Pin is active low */
} flexio_pin_polarity_t;
/* Pin configuration options */
typedef enum
{
FLEXIO_PIN_CONFIG_DISABLED = 0x00U, /*!< Shifter pin output disabled */
FLEXIO_PIN_CONFIG_OPEN_DRAIN = 0x01U, /*!< Shifter pin open drain or bidirectional output enable */
FLEXIO_PIN_CONFIG_BIDIR_OUTPUT = 0x02U, /*!< Shifter pin bidirectional output data */
FLEXIO_PIN_CONFIG_OUTPUT = 0x03U, /*!< Shifter pin output */
} flexio_pin_config_t;
/* Shifter mode options */
typedef enum
{
FLEXIO_SHIFTER_MODE_DISABLED = 0x00U, /*!< Shifter disabled */
FLEXIO_SHIFTER_MODE_RECEIVE = 0x01U, /*!< Receive mode */
FLEXIO_SHIFTER_MODE_TRANSMIT = 0x02U, /*!< Transmit mode */
FLEXIO_SHIFTER_MODE_MATCH_STORE = 0x04U, /*!< Match Store mode */
FLEXIO_SHIFTER_MODE_MATCH_CONTINUOUS = 0x05U, /*!< Match Continuous mode */
} flexio_shifter_mode_t;
/* Shifter input source options */
typedef enum
{
FLEXIO_SHIFTER_SOURCE_PIN = 0x00U, /*!< Input source is selected pin */
FLEXIO_SHIFTER_SOURCE_SHIFTER = 0x01U, /*!< Input source is shifter N+1 output */
} flexio_shifter_source_t;
/* Read/Write mode for shifter buffer */
typedef enum
{
FLEXIO_SHIFTER_RW_MODE_NORMAL = 0x00U, /*!< Normal shifter buffer read/write */
FLEXIO_SHIFTER_RW_MODE_BIT_SWAP = 0x01U, /*!< Data is bit-swapped */
FLEXIO_SHIFTER_RW_MODE_BYTE_SWAP = 0x02U, /*!< Data is byte-swapped */
FLEXIO_SHIFTER_RW_MODE_BB_SWAP = 0x03U, /*!< Data in each byte is bit-swapped */
} flexio_shifter_buffer_mode_t;
/* Trigger polarity */
typedef enum
{
FLEXIO_TRIGGER_POLARITY_HIGH = 0x00U, /*!< Trigger is active high */
FLEXIO_TRIGGER_POLARITY_LOW = 0x01U, /*!< Trigger is active low */
} flexio_trigger_polarity_t;
/* Trigger sources */
typedef enum
{
FLEXIO_TRIGGER_SOURCE_EXTERNAL = 0x00U, /*!< External trigger selected */
FLEXIO_TRIGGER_SOURCE_INTERNAL = 0x01U, /*!< Internal trigger selected */
} flexio_trigger_source_t;
/* Timer mode options */
typedef enum
{
FLEXIO_TIMER_MODE_DISABLED = 0x00U, /*!< Timer Disabled. */
FLEXIO_TIMER_MODE_8BIT_BAUD = 0x01U, /*!< Dual 8-bit counters baud/bit mode. */
FLEXIO_TIMER_MODE_8BIT_PWM = 0x02U, /*!< Dual 8-bit counters PWM mode. */
FLEXIO_TIMER_MODE_16BIT = 0x03U, /*!< Single 16-bit counter mode. */
} flexio_timer_mode_t;
/* Timer initial output options */
typedef enum
{
FLEXIO_TIMER_INITOUT_ONE = 0x00U, /*!< Timer output is logic one when enabled, unaffected by timer reset. */
FLEXIO_TIMER_INITOUT_ZERO = 0x01U, /*!< Timer output is logic zero when enabled, unaffected by timer reset. */
FLEXIO_TIMER_INITOUT_ONE_RESET = 0x02U, /*!< Timer output is logic one when enabled and on timer reset. */
FLEXIO_TIMER_INITOUT_ZERO_RESET = 0x03U, /*!< Timer output is logic zero when enabled and on timer reset. */
} flexio_timer_output_t;
/* Timer decrement options */
typedef enum
{
FLEXIO_TIMER_DECREMENT_CLK_SHIFT_TMR = 0x00U, /*!< Decrement counter on FlexIO clock, Shift clock equals Timer output. */
FLEXIO_TIMER_DECREMENT_TRG_SHIFT_TMR = 0x01U, /*!< Decrement counter on Trigger input (both edges), Shift clock equals Timer output. */
FLEXIO_TIMER_DECREMENT_PIN_SHIFT_PIN = 0x02U, /*!< Decrement counter on Pin input (both edges), Shift clock equals Pin input. */
FLEXIO_TIMER_DECREMENT_TRG_SHIFT_TRG = 0x03U, /*!< Decrement counter on Trigger input (both edges), Shift clock equals Trigger input. */
} flexio_timer_decrement_t;
/* Timer reset options */
typedef enum
{
FLEXIO_TIMER_RESET_NEVER = 0x00U, /*!< Timer never reset. */
FLEXIO_TIMER_RESET_PIN_OUT = 0x02U, /*!< Timer reset on Timer Pin equal to Timer Output. */
FLEXIO_TIMER_RESET_TRG_OUT = 0x03U, /*!< Timer reset on Timer Trigger equal to Timer Output. */
FLEXIO_TIMER_RESET_PIN_RISING = 0x04U, /*!< Timer reset on Timer Pin rising edge. */
FLEXIO_TIMER_RESET_TRG_RISING = 0x06U, /*!< Timer reset on Trigger rising edge. */
FLEXIO_TIMER_RESET_TRG_BOTH = 0x07U, /*!< Timer reset on Trigger rising or falling edge. */
} flexio_timer_reset_t;
/* Timer disable options */
typedef enum
{
FLEXIO_TIMER_DISABLE_NEVER = 0x00U, /*!< Timer never disabled. */
FLEXIO_TIMER_DISABLE_TIM_DISABLE = 0x01U, /*!< Timer disabled on Timer N-1 disable. */
FLEXIO_TIMER_DISABLE_TIM_CMP = 0x02U, /*!< Timer disabled on Timer compare. */
FLEXIO_TIMER_DISABLE_TIM_CMP_TRG_LOW = 0x03U, /*!< Timer disabled on Timer compare and Trigger Low. */
FLEXIO_TIMER_DISABLE_PIN = 0x04U, /*!< Timer disabled on Pin rising or falling edge. */
FLEXIO_TIMER_DISABLE_PIN_TRG_HIGH = 0x05U, /*!< Timer disabled on Pin rising or falling edge provided Trigger is high. */
FLEXIO_TIMER_DISABLE_TRG = 0x06U, /*!< Timer disabled on Trigger falling edge. */
} flexio_timer_disable_t;
/* Timer disable options */
typedef enum
{
FLEXIO_TIMER_ENABLE_ALWAYS = 0x00U, /*!< Timer always enabled. */
FLEXIO_TIMER_ENABLE_TIM_ENABLE = 0x01U, /*!< Timer enabled on Timer N-1 enable. */
FLEXIO_TIMER_ENABLE_TRG_HIGH = 0x02U, /*!< Timer enabled on Trigger high. */
FLEXIO_TIMER_ENABLE_TRG_PIN_HIGH = 0x03U, /*!< Timer enabled on Trigger high and Pin high. */
FLEXIO_TIMER_ENABLE_PIN_POSEDGE = 0x04U, /*!< Timer enabled on Pin rising edge. */
FLEXIO_TIMER_ENABLE_PIN_POSEDGE_TRG_HIGH = 0x05U, /*!< Timer enabled on Pin rising edge and Trigger high. */
FLEXIO_TIMER_ENABLE_TRG_POSEDGE = 0x06U, /*!< Timer enabled on Trigger rising edge. */
FLEXIO_TIMER_ENABLE_TRG_EDGE = 0x07U, /*!< Timer enabled on Trigger rising or falling edge. */
} flexio_timer_enable_t;
/* Timer stop bit options */
typedef enum
{
FLEXIO_TIMER_STOP_BIT_DISABLED = 0x00U, /*!< Stop bit disabled. */
FLEXIO_TIMER_STOP_BIT_TIM_CMP = 0x01U, /*!< Stop bit is enabled on timer compare. */
FLEXIO_TIMER_STOP_BIT_TIM_DIS = 0x02U, /*!< Stop bit is enabled on timer disable. */
FLEXIO_TIMER_STOP_BIT_TIM_CMP_DIS = 0x03U, /*!< Stop bit is enabled on timer compare and disable. */
} flexio_timer_stop_t;
/* Timer stop bit options - for Transmit, Receive or Match Store modes only */
typedef enum
{
FLEXIO_SHIFTER_STOP_BIT_DISABLED = 0x00U, /*!< Stop bit disabled. */
FLEXIO_SHIFTER_STOP_BIT_0 = 0x02U, /*!< Transmit/expect stop bit value 0 */
FLEXIO_SHIFTER_STOP_BIT_1 = 0x03U, /*!< Transmit/expect stop bit value 1 */
} flexio_shifter_stop_t;
/* Timer start bit options - for Transmit, Receive or Match Store modes only */
typedef enum
{
FLEXIO_SHIFTER_START_BIT_DISABLED = 0x00U, /*!< Start bit disabled, transmitter loads data on enable */
FLEXIO_SHIFTER_START_BIT_DISABLED_SH = 0x01U, /*!< Start bit disabled, transmitter loads data on first shift */
FLEXIO_SHIFTER_START_BIT_0 = 0x02U, /*!< Transmit/expect start bit value 0 */
FLEXIO_SHIFTER_START_BIT_1 = 0x03U, /*!< Transmit/expect start bit value 1 */
} flexio_shifter_start_t;
/* Timer start bit options */
typedef enum
{
FLEXIO_TIMER_START_BIT_DISABLED = 0x00U, /*!< Start bit disabled. */
FLEXIO_TIMER_START_BIT_ENABLED = 0x01U, /*!< Start bit enabled. */
} flexio_timer_start_t;
/* FlexIO module version number */
typedef struct
{
uint8_t majorNumber; /**< Major Version Number */
uint8_t minorNumber; /**< Minor Version Number */
uint16_t featureNumber; /**< Feature Specification Number */
} flexio_version_info_t;
/*******************************************************************************
* API
******************************************************************************/
#if defined(__cplusplus)
extern "C" {
#endif
/*
* This function reads the version number of the FLEXIO hardware module
*/
static inline void FLEXIO_GetVersion(const FLEXIO_Type *baseAddr, flexio_version_info_t *versionInfo)
{
uint32_t tmp = baseAddr->VERID;
versionInfo->majorNumber = (uint8_t)((tmp & FLEXIO_VERID_MAJOR_MASK) >> FLEXIO_VERID_MAJOR_SHIFT);
versionInfo->minorNumber = (uint8_t)((tmp & FLEXIO_VERID_MINOR_MASK) >> FLEXIO_VERID_MINOR_SHIFT);
versionInfo->featureNumber = (uint16_t)((tmp & FLEXIO_VERID_FEATURE_MASK) >> FLEXIO_VERID_FEATURE_SHIFT);
return;
}
/*
* This function returns the number of external triggers of the FlexIO module
*/
static inline uint8_t FLEXIO_GetTriggerNum(const FLEXIO_Type *baseAddr)
{
uint32_t tmp = baseAddr->PARAM;
tmp = (tmp & FLEXIO_PARAM_TRIGGER_MASK) >> FLEXIO_PARAM_TRIGGER_SHIFT;
return (uint8_t)tmp;
}
/*
* This function returns the number of pins of the FlexIO module
*/
static inline uint8_t FLEXIO_GetPinNum(const FLEXIO_Type *baseAddr)
{
uint32_t tmp = baseAddr->PARAM;
tmp = (tmp & FLEXIO_PARAM_PIN_MASK) >> FLEXIO_PARAM_PIN_SHIFT;
return (uint8_t)tmp;
}
/*
* This function returns the number of timers of the FlexIO module
*/
static inline uint8_t FLEXIO_GetTimerNum(const FLEXIO_Type *baseAddr)
{
uint32_t tmp = baseAddr->PARAM;
tmp = (tmp & FLEXIO_PARAM_TIMER_MASK) >> FLEXIO_PARAM_TIMER_SHIFT;
return (uint8_t)tmp;
}
/*
* This function returns the number of shifters of the FlexIO module
*/
static inline uint8_t FLEXIO_GetShifterNum(const FLEXIO_Type *baseAddr)
{
uint32_t tmp = baseAddr->PARAM;
tmp = (tmp & FLEXIO_PARAM_SHIFTER_MASK) >> FLEXIO_PARAM_SHIFTER_SHIFT;
return (uint8_t)tmp;
}
/*
* This function returns the current doze mode setting for the FlexIO module
*/
static inline bool FLEXIO_GetDozeMode(const FLEXIO_Type *baseAddr)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue = (regValue & FLEXIO_CTRL_DOZEN_MASK) >> FLEXIO_CTRL_DOZEN_SHIFT;
return (bool)regValue;
}
/*
* This function enables of disables FlexIO functionality in doze mode.
*/
static inline void FLEXIO_SetDozeMode(FLEXIO_Type *baseAddr, bool enable)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue &= (uint32_t)(~(FLEXIO_CTRL_DOZEN_MASK));
regValue |= FLEXIO_CTRL_DOZEN(enable);
baseAddr->CTRL = (uint32_t)regValue;
}
/*
* This function returns the current debug mode setting for the FlexIO module
*/
static inline bool FLEXIO_GetDebugMode(const FLEXIO_Type *baseAddr)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue = (regValue & FLEXIO_CTRL_DBGE_MASK) >> FLEXIO_CTRL_DBGE_SHIFT;
return (bool)regValue;
}
/*
* This function enables of disables FlexIO functionality in debug mode.
*/
static inline void FLEXIO_SetDebugMode(FLEXIO_Type *baseAddr, bool enable)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue &= (uint32_t)(~(FLEXIO_CTRL_DBGE_MASK));
regValue |= FLEXIO_CTRL_DBGE(enable);
baseAddr->CTRL = (uint32_t)regValue;
}
/*
* This function returns the current fast access setting for the FlexIO module.
* Fast access allows faster accesses to FlexIO registers, but requires the FlexIO
* clock to be at least twice the frequency of the bus clock.
*/
static inline bool FLEXIO_GetFastAccess(const FLEXIO_Type *baseAddr)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue = (regValue & FLEXIO_CTRL_FASTACC_MASK) >> FLEXIO_CTRL_FASTACC_SHIFT;
return (bool)regValue;
}
/*
* This function enables of disables the fast access feature for the FlexIO module.
* Fast access allows faster accesses to FlexIO registers, but requires the FlexIO
* clock to be at least twice the frequency of the bus clock.
*/
static inline void FLEXIO_SetFastAccess(FLEXIO_Type *baseAddr, bool enable)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue &= (uint32_t)(~(FLEXIO_CTRL_FASTACC_MASK));
regValue |= FLEXIO_CTRL_FASTACC(enable);
baseAddr->CTRL = (uint32_t)regValue;
}
/*
* This function returns the state of the FlexIO software reset bit.
*/
static inline bool FLEXIO_GetSoftwareReset(const FLEXIO_Type *baseAddr)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue = (regValue & FLEXIO_CTRL_SWRST_MASK) >> FLEXIO_CTRL_SWRST_SHIFT;
return (bool)regValue;
}
/*
* Calling this function with enable parameter set to true resets all internal
* master logic and registers, except the FlexIO Control Register. The reset state
* persists until this function is called with enable parameter set to false.
*/
static inline void FLEXIO_SetSoftwareReset(FLEXIO_Type *baseAddr, bool enable)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue &= (uint32_t)(~(FLEXIO_CTRL_SWRST_MASK));
regValue |= FLEXIO_CTRL_SWRST(enable);
baseAddr->CTRL = (uint32_t)regValue;
}
/*
* This function checks whether or not the FlexIO module is enabled.
*/
static inline bool FLEXIO_GetEnable(const FLEXIO_Type *baseAddr)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue = (regValue & FLEXIO_CTRL_FLEXEN_MASK) >> FLEXIO_CTRL_FLEXEN_SHIFT;
return (bool)regValue;
}
/*
* This function enables or disables the FlexIO module.
*/
static inline void FLEXIO_SetEnable(FLEXIO_Type *baseAddr, bool enable)
{
uint32_t regValue = (uint32_t)baseAddr->CTRL;
regValue &= (uint32_t)(~(FLEXIO_CTRL_FLEXEN_MASK));
regValue |= FLEXIO_CTRL_FLEXEN(enable);
baseAddr->CTRL = (uint32_t)regValue;
}
/*
* This function returns the data read from all the FLEXIO pins. Only the lower
* n bits are valid, where n is the number of pins returned by FLEXIO_GetPinNum().
*/
static inline uint8_t FLEXIO_GetPinData(const FLEXIO_Type *baseAddr)
{
uint32_t tmp = baseAddr->PIN;
tmp = (tmp & FLEXIO_PIN_PDI_MASK) >> FLEXIO_PIN_PDI_SHIFT;
return (uint8_t)tmp;
}
/*
* This function returns the value of the status flag for the specified shifter.
* The meaning of the status flag depends on the current mode.
* - Transmit mode: shifter buffer is empty and ready to accept more data
* - Receive mode: shifter buffer is full and received data can be read from it
* - Match Store mode: match occurred between shifter buffer and shifter
* - Match Continuous mode: current match result between shifter buffer and shifter
*/
static inline bool FLEXIO_GetShifterStatus(const FLEXIO_Type *baseAddr, uint8_t shifter)
{
uint32_t regValue = (uint32_t)baseAddr->SHIFTSTAT;
regValue = (regValue >> shifter) & 1U;
return (bool)regValue;
}
/*
* This function returns the value of the status flags for all shifters. Each bit in
* the returned value specifies the status for one shifter, starting with
* shifter 0 from least significant bit.
* The meaning of the status flag depends on the current mode.
* - Transmit mode: shifter buffer is empty and ready to accept more data
* - Receive mode: shifter buffer is full and received data can be read from it
* - Match Store mode: match occurred between shifter buffer and shifter
* - Match Continuous mode: current match result between shifter buffer and shifter
*/
static inline uint32_t FLEXIO_GetAllShifterStatus(const FLEXIO_Type *baseAddr)
{
return baseAddr->SHIFTSTAT;
}
/*
* This function clears the status flag for the specified shifter. This is possible in
* all modes except Match Continuous mode.
*/
static inline void FLEXIO_ClearShifterStatus(FLEXIO_Type *baseAddr, uint8_t shifter)
{
baseAddr->SHIFTSTAT = 1UL << shifter;
}
/*
* This function returns the value of the error status flag for the specified shifter.
* The meaning of the error status flag depends on the current mode.
* - Transmit mode: shifter buffer was not written before it was transferred in the shifter (buffer overrun)
* - Receive mode: shifter buffer was not read before new data was transferred from the shifter (buffer underrun)
* - Match Store mode: match event occurred before the previous match data was read from shifter buffer (buffer overrun)
* - Match Continuous mode: match occurred between shifter buffer and shifter
*/
static inline bool FLEXIO_GetShifterErrorStatus(const FLEXIO_Type *baseAddr, uint8_t shifter)
{
uint32_t regValue = (uint32_t)baseAddr->SHIFTERR;
regValue = (regValue >> shifter) & 1U;
return (bool)regValue;
}
/*
* This function returns the value of the error status flags for all shifters. Each bit in
* the returned value specifies the error status for one shifter, starting with
* shifter 0 from least significant bit.
* The meaning of the error status flag depends on the current mode.
* - Transmit mode: shifter buffer was not written before it was transferred in the shifter (buffer overrun)
* - Receive mode: shifter buffer was not read before new data was transferred from the shifter (buffer underrun)
* - Match Store mode: match event occurred before the previous match data was read from shifter buffer (buffer overrun)
* - Match Continuous mode: match occurred between shifter buffer and shifter
*/
static inline uint32_t FLEXIO_GetAllShifterErrorStatus(const FLEXIO_Type *baseAddr)
{
return baseAddr->SHIFTERR;
}
/*
* This function clears the error status flag for the specified shifter.
*/
static inline void FLEXIO_ClearShifterErrorStatus(FLEXIO_Type *baseAddr, uint8_t shifter)
{
baseAddr->SHIFTERR = 1UL << shifter;
}
/*
* This function returns the value of the status flag for the specified timer.
* The meaning of the status flag depends on the current mode.
* - 8-bit counter mode: the timer status flag is set when the upper 8-bit counter equals zero
* and decrements. This also causes the counter to reload with the value in the compare register.
* - 8-bit PWM mode: the upper 8-bit counter equals zero and decrements. This also causes the
* counter to reload with the value in the compare register.
* - 16-bit counter mode: the 16-bit counter equals zero and decrements. This also causes the
* counter to reload with the value in the compare register.
*/
static inline bool FLEXIO_GetTimerStatus(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t regValue = (uint32_t)baseAddr->TIMSTAT;
regValue = (regValue >> timer) & 1U;
return (bool)regValue;
}
/*
* This function returns the value of the status flags for all timers. Each bit in
* the returned value specifies the status for one timer, starting with
* timer 0 from least significant bit.
* The meaning of the status flag depends on the current mode.
* - 8-bit counter mode: the timer status flag is set when the upper 8-bit counter equals zero
* and decrements. This also causes the counter to reload with the value in the compare register.
* - 8-bit PWM mode: the upper 8-bit counter equals zero and decrements. This also causes the
* counter to reload with the value in the compare register.
* - 16-bit counter mode: the 16-bit counter equals zero and decrements. This also causes the
* counter to reload with the value in the compare register.
*/
static inline uint32_t FLEXIO_GetAllTimerStatus(const FLEXIO_Type *baseAddr)
{
return baseAddr->TIMSTAT;
}
/*
* This function clears the status flag for the specified timer.
*/
static inline void FLEXIO_ClearTimerStatus(FLEXIO_Type *baseAddr, uint8_t timer)
{
baseAddr->TIMSTAT = 1UL << timer;
}
/*
* Returns the state of the interrupt for the specified shifter.
*/
static inline bool FLEXIO_GetShifterInterrupt(const FLEXIO_Type *baseAddr, uint8_t interruptNo)
{
uint32_t regValue = (uint32_t)baseAddr->SHIFTSIEN;
regValue = (regValue >> interruptNo) & 1U;
return (bool)regValue;
}
/*
* Returns the state of the interrupt for all shifters. Each bit in
* the returned value specifies the interrupt state for one shifter, starting with
* shifter 0 from least significant bit.
*/
static inline uint32_t FLEXIO_GetAllShifterInterrupt(const FLEXIO_Type *baseAddr)
{
return baseAddr->SHIFTSIEN;
}
/*
* Enable or disable specified shifter interrupts. The interrupt mask must contain a
* bit of 1 for each shifter who's interrupt must be enabled or disabled.
*/
static inline void FLEXIO_SetShifterInterrupt(FLEXIO_Type *baseAddr, uint8_t interruptMask, bool enable)
{
uint32_t tmp;
tmp = baseAddr->SHIFTSIEN;
if (enable == true)
{
tmp |= interruptMask;
}
else
{
tmp &= ~interruptMask;
}
baseAddr->SHIFTSIEN = tmp;
}
/*
* Returns the state of the error interrupt for the specified shifter.
*/
static inline bool FLEXIO_GetShifterErrorInterrupt(const FLEXIO_Type *baseAddr, uint8_t interruptNo)
{
uint32_t regValue = (uint32_t)baseAddr->SHIFTEIEN;
regValue = (regValue >> interruptNo) & 1U;
return (bool)regValue;
}
/*
* Returns the state of the error interrupt for all shifters. Each bit in
* the returned value specifies the interrupt state for one shifter, starting with
* shifter 0 from least significant bit.
*/
static inline uint32_t FLEXIO_GetAllShifterErrorInterrupt(const FLEXIO_Type *baseAddr)
{
return baseAddr->SHIFTEIEN;
}
/*
* Enable or disable specified shifter error interrupts. The interrupt mask must contain a
* bit of 1 for each shifter who's error interrupt must be enabled or disabled.
*/
static inline void FLEXIO_SetShifterErrorInterrupt(FLEXIO_Type *baseAddr, uint8_t interruptMask, bool enable)
{
uint32_t tmp;
tmp = baseAddr->SHIFTEIEN;
if (enable == true)
{
tmp |= interruptMask;
}
else
{
tmp &= ~interruptMask;
}
baseAddr->SHIFTEIEN = tmp;
}
/*
* Returns the state of the interrupt for the specified timer.
*/
static inline bool FLEXIO_GetTimerInterrupt(const FLEXIO_Type *baseAddr, uint8_t interruptNo)
{
uint32_t regValue = (uint32_t)baseAddr->TIMIEN;
regValue = (regValue >> interruptNo) & 1U;
return (bool)regValue;
}
/*
* Returns the state of the interrupt for all timers. Each bit in
* the returned value specifies the interrupt state for one timer, starting with
* timer 0 from least significant bit.
*/
static inline uint32_t FLEXIO_GetAllTimerInterrupt(const FLEXIO_Type *baseAddr)
{
return baseAddr->TIMIEN;
}
/*
* Enable or disable specified timer interrupts. The interrupt mask must contain a
* bit of 1 for each timer who's interrupt must be enabled or disabled.
*/
static inline void FLEXIO_SetTimerInterrupt(FLEXIO_Type *baseAddr, uint8_t interruptMask, bool enable)
{
uint32_t tmp;
tmp = baseAddr->TIMIEN;
if (enable == true)
{
tmp |= interruptMask;
}
else
{
tmp &= ~interruptMask;
}
baseAddr->TIMIEN = tmp;
}
/*
* Returns the state of the DMA request for the specified shifter.
*/
static inline bool FLEXIO_GetShifterDMARequest(const FLEXIO_Type *baseAddr, uint8_t requestNo)
{
uint32_t regValue = (uint32_t)baseAddr->SHIFTSDEN;
regValue = (regValue >> requestNo) & 1U;
return (bool)regValue;
}
/*
* Enable or disable specified shifter DMA requests. The request mask must contain a
* bit of 1 for each shifter who's DMA requests must be enabled or disabled.
*/
static inline void FLEXIO_SetShifterDMARequest(FLEXIO_Type *baseAddr, uint8_t requestMask, bool enable)
{
uint32_t tmp;
tmp = baseAddr->SHIFTSDEN;
if (enable == true)
{
tmp |= requestMask;
}
else
{
tmp &= ~requestMask;
}
baseAddr->SHIFTSDEN = tmp;
}
/*
* This function returns the timer currently assigned to control the specified shifter, and also its polarity.
*/
static inline void FLEXIO_GetShifterTimer(const FLEXIO_Type *baseAddr,
uint8_t shifter,
uint8_t *timer,
flexio_timer_polarity_t *polarity)
{
uint32_t tmp = baseAddr->SHIFTCTL[shifter];
*timer = (uint8_t)((tmp & FLEXIO_SHIFTCTL_TIMSEL_MASK) >> FLEXIO_SHIFTCTL_TIMSEL_SHIFT);
tmp = (tmp & FLEXIO_SHIFTCTL_TIMPOL_MASK) >> FLEXIO_SHIFTCTL_TIMPOL_SHIFT;
*polarity = (flexio_timer_polarity_t)tmp;
}
/*
* This function assigns a timer to control the specified shifter, and also configures its polarity.
*/
static inline void FLEXIO_SetShifterTimer(FLEXIO_Type *baseAddr,
uint8_t shifter,
uint8_t timer,
flexio_timer_polarity_t polarity)
{
uint32_t tmp = baseAddr->SHIFTCTL[shifter];
tmp &= ~(FLEXIO_SHIFTCTL_TIMSEL_MASK);
tmp |= FLEXIO_SHIFTCTL_TIMSEL(timer);
tmp &= ~(FLEXIO_SHIFTCTL_TIMPOL_MASK);
tmp |= FLEXIO_SHIFTCTL_TIMPOL(polarity);
baseAddr->SHIFTCTL[shifter] = tmp;
}
/*
* This function returns the pin currently assigned to the specified shifter, and also its
* polarity and configuration.
*/
static inline void FLEXIO_GetShifterPin(const FLEXIO_Type *baseAddr,
uint8_t shifter,
uint8_t *pin,
flexio_pin_polarity_t *polarity,
flexio_pin_config_t *config)
{
uint32_t tmp = baseAddr->SHIFTCTL[shifter];
*pin = (uint8_t)((tmp & FLEXIO_SHIFTCTL_PINSEL_MASK) >> FLEXIO_SHIFTCTL_PINSEL_SHIFT);
*polarity = (flexio_pin_polarity_t)((tmp & FLEXIO_SHIFTCTL_PINPOL_MASK) >> FLEXIO_SHIFTCTL_PINPOL_SHIFT);
*config = (flexio_pin_config_t)((tmp & FLEXIO_SHIFTCTL_PINCFG_MASK) >> FLEXIO_SHIFTCTL_PINCFG_SHIFT);
}
/*
* This function assigns the specified pin to the specified shifter, and also sets
* its polarity and configuration.
*/
static inline void FLEXIO_SetShifterPin(FLEXIO_Type *baseAddr,
uint8_t shifter,
uint8_t pin,
flexio_pin_polarity_t polarity,
flexio_pin_config_t config)
{
uint32_t tmp = baseAddr->SHIFTCTL[shifter];
tmp &= ~(FLEXIO_SHIFTCTL_PINSEL_MASK);
tmp |= FLEXIO_SHIFTCTL_PINSEL(pin);
tmp &= ~(FLEXIO_SHIFTCTL_PINPOL_MASK);
tmp |= FLEXIO_SHIFTCTL_PINPOL(polarity);
tmp &= ~(FLEXIO_SHIFTCTL_PINCFG_MASK);
tmp |= FLEXIO_SHIFTCTL_PINCFG(config);
baseAddr->SHIFTCTL[shifter] = tmp;
}
/*
* This function configures the pin assigned to the specified specified shifter.
* It does not change the other pin-related settings.
*/
static inline void FLEXIO_SetShifterPinConfig(FLEXIO_Type *baseAddr,
uint8_t shifter,
flexio_pin_config_t config)
{
uint32_t tmp = baseAddr->SHIFTCTL[shifter];
tmp &= ~(FLEXIO_SHIFTCTL_PINCFG_MASK);
tmp |= FLEXIO_SHIFTCTL_PINCFG(config);
baseAddr->SHIFTCTL[shifter] = tmp;
}
/*
* This function returns the currently configured mode for the specified shifter.
*/
static inline flexio_shifter_mode_t FLEXIO_GetShifterMode(const FLEXIO_Type *baseAddr, uint8_t shifter)
{
uint32_t tmp = baseAddr->SHIFTCTL[shifter];
tmp = (tmp & FLEXIO_SHIFTCTL_SMOD_MASK) >> FLEXIO_SHIFTCTL_SMOD_SHIFT;
return (flexio_shifter_mode_t)tmp;
}
/*
* This function configures the mode for the specified shifter.
*/
static inline void FLEXIO_SetShifterMode(FLEXIO_Type *baseAddr,
uint8_t shifter,
flexio_shifter_mode_t mode)
{
uint32_t tmp = baseAddr->SHIFTCTL[shifter];
tmp &= ~(FLEXIO_SHIFTCTL_SMOD_MASK);
tmp |= FLEXIO_SHIFTCTL_SMOD(mode);
baseAddr->SHIFTCTL[shifter] = tmp;
}
/*
* This function configures the control settings for the specified shifter: mode settings,
* pin settings and timer settings. It sums up all settings
* from FLEXIO_SetShifterMode(), FLEXIO_SetShifterPin() and FLEXIO_SetShifterTimer()
*/
static inline void FLEXIO_SetShifterControl(FLEXIO_Type *baseAddr,
uint8_t shifter,
flexio_shifter_mode_t mode,
uint8_t pin,
flexio_pin_polarity_t pinPolarity,
flexio_pin_config_t pinConfig,
uint8_t timer,
flexio_timer_polarity_t timerPolarity)
{
baseAddr->SHIFTCTL[shifter] = FLEXIO_SHIFTCTL_SMOD(mode)
| FLEXIO_SHIFTCTL_PINPOL(pinPolarity)
| FLEXIO_SHIFTCTL_PINSEL(pin)
| FLEXIO_SHIFTCTL_PINCFG(pinConfig)
| FLEXIO_SHIFTCTL_TIMPOL(timerPolarity)
| FLEXIO_SHIFTCTL_TIMSEL(timer);
}
/*
* This function returns the input source of the specified shifter.
*/
static inline flexio_shifter_source_t FLEXIO_GetShifterInputSource(const FLEXIO_Type *baseAddr, uint8_t shifter)
{
uint32_t tmp;
tmp = baseAddr->SHIFTCFG[shifter];
tmp = (tmp & FLEXIO_SHIFTCFG_INSRC_MASK) >> FLEXIO_SHIFTCFG_INSRC_SHIFT;
return (flexio_shifter_source_t)tmp;
}
/*
* This function configures the input source of the specified shifter.
*/
static inline void FLEXIO_SetShifterInputSource(FLEXIO_Type *baseAddr,
uint8_t shifter,
flexio_shifter_source_t source)
{
uint32_t tmp;
tmp = baseAddr->SHIFTCFG[shifter];
tmp &= ~(FLEXIO_SHIFTCFG_INSRC_MASK);
tmp |= FLEXIO_SHIFTCFG_INSRC(source);
baseAddr->SHIFTCFG[shifter] = tmp;
}
/*
* This function returns the current configuration for sending or receiving
* a stop bit in Transmit, Receive or Match Store modes.
*/
static inline flexio_shifter_stop_t FLEXIO_GetShifterStopBit(const FLEXIO_Type *baseAddr, uint8_t shifter)
{
uint32_t tmp;
tmp = baseAddr->SHIFTCFG[shifter];
tmp = (tmp & FLEXIO_SHIFTCFG_SSTOP_MASK) >> FLEXIO_SHIFTCFG_SSTOP_SHIFT;
return (flexio_shifter_stop_t)tmp;
}
/*
* This function configures the sending or receiving of
* a stop bit in Transmit, Receive or Match Store modes.
*/
static inline void FLEXIO_SetShifterStopBit(FLEXIO_Type *baseAddr, uint8_t shifter, flexio_shifter_stop_t stop)
{
uint32_t tmp;
tmp = baseAddr->SHIFTCFG[shifter];
tmp &= ~(FLEXIO_SHIFTCFG_SSTOP_MASK);
tmp |= FLEXIO_SHIFTCFG_SSTOP(stop);
baseAddr->SHIFTCFG[shifter] = tmp;
}
/*
* This function returns the current configuration for sending or receiving
* a start bit in Transmit, Receive or Match Store modes.
*/
static inline flexio_shifter_start_t FLEXIO_GetShifterStartBit(const FLEXIO_Type *baseAddr, uint8_t shifter)
{
uint32_t tmp;
tmp = baseAddr->SHIFTCFG[shifter];
tmp = (tmp & FLEXIO_SHIFTCFG_SSTART_MASK) >> FLEXIO_SHIFTCFG_SSTART_SHIFT;
return (flexio_shifter_start_t)tmp;
}
/*
* This function configures the sending or receiving of
* a start bit in Transmit, Receive or Match Store modes.
*/
static inline void FLEXIO_SetShifterStartBit(FLEXIO_Type *baseAddr,
uint8_t shifter,
flexio_shifter_start_t start)
{
uint32_t tmp;
tmp = baseAddr->SHIFTCFG[shifter];
tmp &= ~(FLEXIO_SHIFTCFG_SSTART_MASK);
tmp |= FLEXIO_SHIFTCFG_SSTART(start);
baseAddr->SHIFTCFG[shifter] = tmp;
}
/*
* This function sets the following configurations for the specified shifter:
* start bit, stop bit, input source
*/
static inline void FLEXIO_SetShifterConfig(FLEXIO_Type *baseAddr,
uint8_t shifter,
flexio_shifter_start_t start,
flexio_shifter_stop_t stop,
flexio_shifter_source_t source)
{
baseAddr->SHIFTCFG[shifter] = FLEXIO_SHIFTCFG_SSTART(start)
| FLEXIO_SHIFTCFG_SSTOP(stop)
| FLEXIO_SHIFTCFG_INSRC(source);
}
/*
* This function reads data from the specified shifter buffer. The data can be
* read in any of the four ways allowed by the hardware - see description of type
* flexio_shifter_buffer_mode_t for details.
*/
static inline uint32_t FLEXIO_ReadShifterBuffer(const FLEXIO_Type *baseAddr,
uint8_t shifter,
flexio_shifter_buffer_mode_t mode)
{
uint32_t data;
switch (mode)
{
case FLEXIO_SHIFTER_RW_MODE_NORMAL:
data = baseAddr->SHIFTBUF[shifter];
break;
case FLEXIO_SHIFTER_RW_MODE_BIT_SWAP:
data = baseAddr->SHIFTBUFBIS[shifter];
break;
case FLEXIO_SHIFTER_RW_MODE_BYTE_SWAP:
data = baseAddr->SHIFTBUFBYS[shifter];
break;
case FLEXIO_SHIFTER_RW_MODE_BB_SWAP:
data = baseAddr->SHIFTBUFBBS[shifter];
break;
default:
/* bad read mode */
data = 0U;
break;
}
return data;
}
/*
* This function writes data in the specified shifter buffer. The data can be
* written in any of the four ways allowed by the hardware - see description of type
* flexio_shifter_buffer_mode_t for details.
*/
static inline void FLEXIO_WriteShifterBuffer(FLEXIO_Type *baseAddr,
uint8_t shifter,
uint32_t value,
flexio_shifter_buffer_mode_t mode)
{
switch (mode)
{
case FLEXIO_SHIFTER_RW_MODE_NORMAL:
baseAddr->SHIFTBUF[shifter] = value;
break;
case FLEXIO_SHIFTER_RW_MODE_BIT_SWAP:
baseAddr->SHIFTBUFBIS[shifter] = value;
break;
case FLEXIO_SHIFTER_RW_MODE_BYTE_SWAP:
baseAddr->SHIFTBUFBYS[shifter] = value;
break;
case FLEXIO_SHIFTER_RW_MODE_BB_SWAP:
baseAddr->SHIFTBUFBBS[shifter] = value;
break;
default:
/* bad write mode */
break;
}
}
/*
* This function returns the currently configured trigger for the specified timer,
* and also its source (internal or external) and polarity settings.
*/
static inline void FLEXIO_GetTimerTrigger(const FLEXIO_Type *baseAddr,
uint8_t timer,
uint8_t *trigger,
flexio_trigger_polarity_t *polarity,
flexio_trigger_source_t *source)
{
uint32_t tmp = baseAddr->TIMCTL[timer];
*trigger = (uint8_t)((tmp & FLEXIO_TIMCTL_TRGSEL_MASK) >> FLEXIO_TIMCTL_TRGSEL_SHIFT);
*polarity = (flexio_trigger_polarity_t)((tmp & FLEXIO_TIMCTL_TRGPOL_MASK) >> FLEXIO_TIMCTL_TRGPOL_SHIFT);
*source = (flexio_trigger_source_t)((tmp & FLEXIO_TIMCTL_TRGSRC_MASK) >> FLEXIO_TIMCTL_TRGSRC_SHIFT);
}
/*
* This function configures the trigger for the specified timer, and also its
* source (internal or external) and polarity settings.
* For internal triggers, the selection is as follows:
* - 4*N - Pin 2*N input
* - 4*N+1 - Shifter N status flag
* - 4*N+2 - Pin 2*N+1 input
* - 4*N+3 - Timer N trigger output
*/
static inline void FLEXIO_SetTimerTrigger(FLEXIO_Type *baseAddr,
uint8_t timer,
uint8_t trigger,
flexio_trigger_polarity_t polarity,
flexio_trigger_source_t source)
{
uint32_t tmp = baseAddr->TIMCTL[timer];
tmp &= ~(FLEXIO_TIMCTL_TRGSEL_MASK);
tmp |= FLEXIO_TIMCTL_TRGSEL(trigger);
tmp &= ~(FLEXIO_TIMCTL_TRGPOL_MASK);
tmp |= FLEXIO_TIMCTL_TRGPOL(polarity);
tmp &= ~(FLEXIO_TIMCTL_TRGSRC_MASK);
tmp |= FLEXIO_TIMCTL_TRGSRC(source);
baseAddr->TIMCTL[timer] = tmp;
}
/*
* This function returns the pin currently assigned to the specified timer, and also its
* polarity and configuration.
*/
static inline void FLEXIO_GetTimerPin(const FLEXIO_Type *baseAddr,
uint8_t timer,
uint8_t *pin,
flexio_pin_polarity_t *polarity,
flexio_pin_config_t *config)
{
uint32_t tmp = baseAddr->TIMCTL[timer];
*pin = (uint8_t)((tmp & FLEXIO_TIMCTL_PINSEL_MASK) >> FLEXIO_TIMCTL_PINSEL_SHIFT);
*polarity = (flexio_pin_polarity_t)((tmp & FLEXIO_TIMCTL_PINPOL_MASK) >> FLEXIO_TIMCTL_PINPOL_SHIFT);
*config = (flexio_pin_config_t)((tmp & FLEXIO_TIMCTL_PINCFG_MASK) >> FLEXIO_TIMCTL_PINCFG_SHIFT);
}
/*
* This function assigns the specified pin to the specified timer, and also sets
* its polarity and configuration.
*/
static inline void FLEXIO_SetTimerPin(FLEXIO_Type *baseAddr,
uint8_t timer,
uint8_t pin,
flexio_pin_polarity_t polarity,
flexio_pin_config_t config)
{
uint32_t tmp = baseAddr->TIMCTL[timer];
tmp &= ~(FLEXIO_TIMCTL_PINSEL_MASK);
tmp |= FLEXIO_TIMCTL_PINSEL(pin);
tmp &= ~(FLEXIO_TIMCTL_PINPOL_MASK);
tmp |= FLEXIO_TIMCTL_PINPOL(polarity);
tmp &= ~(FLEXIO_TIMCTL_PINCFG_MASK);
tmp |= FLEXIO_TIMCTL_PINCFG(config);
baseAddr->TIMCTL[timer] = tmp;
}
/*
* This function returns the currently configured mode for the specified timer.
*/
static inline flexio_timer_mode_t FLEXIO_GetTimerMode(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t tmp = baseAddr->TIMCTL[timer];
tmp = (tmp & FLEXIO_TIMCTL_TIMOD_MASK) >> FLEXIO_TIMCTL_TIMOD_SHIFT;
return (flexio_timer_mode_t)tmp;
}
/*
* This function configures the mode for the specified timer.
* In 8-bit counter mode, the lower 8-bits of the counter and compare register are used to
* configure the baud rate of the timer shift clock and the upper 8-bits are used to configure
* the shifter bit count.
* In 8-bit PWM mode, the lower 8-bits of the counter and compare
* register are used to configure the high period of the timer shift clock and the upper
* 8-bits are used to configure the low period of the timer shift clock. The shifter bit count
* is configured using another timer or external signal.
* In 16-bit counter mode, the full 16-bits of the counter and compare register are used to
* configure either the baud rate of the shift clock or the shifter bit count.
*/
static inline void FLEXIO_SetTimerMode(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_mode_t mode)
{
uint32_t tmp = baseAddr->TIMCTL[timer];
tmp &= ~(FLEXIO_TIMCTL_TIMOD_MASK);
tmp |= FLEXIO_TIMCTL_TIMOD(mode);
baseAddr->TIMCTL[timer] = tmp;
}
/*
* This function configures the control settings for the specified timer: mode settings,
* pin settings and trigger settings. It sums up all settings
* from FLEXIO_SetTimerMode(), FLEXIO_SetTimerPin() and FLEXIO_SetTimerTrigger()
*/
static inline void FLEXIO_SetTimerControl(FLEXIO_Type *baseAddr,
uint8_t timer,
uint8_t trigger,
flexio_trigger_polarity_t triggerPolarity,
flexio_trigger_source_t triggerSource,
uint8_t pin,
flexio_pin_polarity_t pinPolarity,
flexio_pin_config_t pinConfig,
flexio_timer_mode_t mode)
{
baseAddr->TIMCTL[timer] = FLEXIO_TIMCTL_TIMOD(mode)
| FLEXIO_TIMCTL_PINSEL(pin)
| FLEXIO_TIMCTL_PINPOL(pinPolarity)
| FLEXIO_TIMCTL_PINCFG(pinConfig)
| FLEXIO_TIMCTL_TRGSRC(triggerSource)
| FLEXIO_TIMCTL_TRGPOL(triggerPolarity)
| FLEXIO_TIMCTL_TRGSEL(trigger);
}
/*
* This function returns the initial output configuration of the specified timer.
*/
static inline flexio_timer_output_t FLEXIO_GetTimerInitialOutput(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp = (tmp & FLEXIO_TIMCFG_TIMOUT_MASK) >> FLEXIO_TIMCFG_TIMOUT_SHIFT;
return (flexio_timer_output_t)tmp;
}
/*
* This function configures the initial output of the specified timer and whether it is
* affected by the Timer reset.
*/
static inline void FLEXIO_SetTimerInitialOutput(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_output_t output)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp &= ~(FLEXIO_TIMCFG_TIMOUT_MASK);
tmp |= FLEXIO_TIMCFG_TIMOUT(output);
baseAddr->TIMCFG[timer] = tmp;
}
/*
* This function returns the decrement configuration for the specified timer.
* See description of type flexio_timer_decrement_t for a list of options.
*/
static inline flexio_timer_decrement_t FLEXIO_GetTimerDecrement(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp = (tmp & FLEXIO_TIMCFG_TIMDEC_MASK) >> FLEXIO_TIMCFG_TIMDEC_SHIFT;
return (flexio_timer_decrement_t)tmp;
}
/*
* This function configures the decrement condition for the specified timer and the source
* of the shift clock.
* See description of type flexio_timer_decrement_t for a list of options.
*/
static inline void FLEXIO_SetTimerDecrement(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_decrement_t decrement)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp &= ~(FLEXIO_TIMCFG_TIMDEC_MASK);
tmp |= FLEXIO_TIMCFG_TIMDEC(decrement);
baseAddr->TIMCFG[timer] = tmp;
}
/*
* This function returns the reset configuration for the specified timer.
* See description of type flexio_timer_reset_t for a list of options.
*/
static inline flexio_timer_reset_t FLEXIO_GetTimerReset(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp = (tmp & FLEXIO_TIMCFG_TIMRST_MASK) >> FLEXIO_TIMCFG_TIMRST_SHIFT;
return (flexio_timer_reset_t)tmp;
}
/*
* This function configures the conditions that cause the timer counter (and optionally
* output) to be reset. In 8-bit counter mode, the timer reset will only reset the
* lower 8-bits that configure the baud rate. In all other modes, the timer reset
* will reset the full 16-bits of the counter.
* See description of type flexio_timer_decrement_t for a list of options.
*/
static inline void FLEXIO_SetTimerReset(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_reset_t reset)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp &= ~(FLEXIO_TIMCFG_TIMRST_MASK);
tmp |= FLEXIO_TIMCFG_TIMRST(reset);
baseAddr->TIMCFG[timer] = tmp;
}
/*
* This function returns the condition that cause the specified timer to be disabled.
* See description of type flexio_timer_disable_t for a list of options.
*/
static inline flexio_timer_disable_t FLEXIO_GetTimerDisable(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp = (tmp & FLEXIO_TIMCFG_TIMDIS_MASK) >> FLEXIO_TIMCFG_TIMDIS_SHIFT;
return (flexio_timer_disable_t)tmp;
}
/*
* This function configures the condition that cause the specified timer to be disabled.
* See description of type flexio_timer_disable_t for a list of options.
*/
static inline void FLEXIO_SetTimerDisable(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_disable_t disable)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp &= ~(FLEXIO_TIMCFG_TIMDIS_MASK);
tmp |= FLEXIO_TIMCFG_TIMDIS(disable);
baseAddr->TIMCFG[timer] = tmp;
}
/*
* This function returns the condition that cause the specified timer to be enabled
* and start decrementing.
* See description of type flexio_timer_disable_t for a list of options.
*/
static inline flexio_timer_enable_t FLEXIO_GetTimerEnable(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp = (tmp & FLEXIO_TIMCFG_TIMENA_MASK) >> FLEXIO_TIMCFG_TIMENA_SHIFT;
return (flexio_timer_enable_t)tmp;
}
/*
* This function configures the condition that cause the specified timer to be enabled
* and start decrementing.
* See description of type flexio_timer_disable_t for a list of options.
*/
static inline void FLEXIO_SetTimerEnable(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_enable_t enable)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp &= ~(FLEXIO_TIMCFG_TIMENA_MASK);
tmp |= FLEXIO_TIMCFG_TIMENA(enable);
baseAddr->TIMCFG[timer] = tmp;
}
/*
* This function returns the current stop bit configuration for the specified timer.
* The stop bit can be added on a timer compare (between each word) or on a timer disable.
* When stop bit is enabled, configured shifters will output the contents of the stop bit
* when the timer is disabled. When stop bit is enabled on timer disable, the timer remains
* disabled until the next rising edge of the shift clock. If configured for both timer
* compare and timer disable, only one stop bit is inserted on timer disable.
*/
static inline flexio_timer_stop_t FLEXIO_GetTimerStop(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp = (tmp & FLEXIO_TIMCFG_TSTOP_MASK) >> FLEXIO_TIMCFG_TSTOP_SHIFT;
return (flexio_timer_stop_t)tmp;
}
/*
* This function configures stop bit insertion for the specified timer.
* The stop bit can be added on a timer compare (between each word) or on a timer disable.
* When stop bit is enabled, configured shifters will output the contents of the stop bit
* when the timer is disabled. When stop bit is enabled on timer disable, the timer remains
* disabled until the next rising edge of the shift clock. If configured for both timer
* compare and timer disable, only one stop bit is inserted on timer disable.
*/
static inline void FLEXIO_SetTimerStop(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_stop_t stop)
{
uint32_t tmp = baseAddr->TIMCFG[timer];
tmp &= ~(FLEXIO_TIMCFG_TSTOP_MASK);
tmp |= FLEXIO_TIMCFG_TSTOP(stop);
baseAddr->TIMCFG[timer] = tmp;
}
/*
* This function returns the current start bit configuration for the specified timer.
* When start bit is enabled, configured shifters will output the contents of the start
* bit when the timer is enabled and the timer counter will reload from the compare
* register on the first rising edge of the shift clock.
*/
static inline flexio_timer_start_t FLEXIO_GetTimerStart(const FLEXIO_Type *baseAddr, uint8_t timer)
{
uint32_t regValue = (uint32_t)baseAddr->TIMCFG[timer];
regValue = (regValue & FLEXIO_TIMCFG_TSTART_MASK) >> FLEXIO_TIMCFG_TSTART_SHIFT;
return (flexio_timer_start_t)regValue;
}
/*
* This function configures start bit insertion for the specified timer.
* When start bit is enabled, configured shifters will output the contents of the start
* bit when the timer is enabled and the timer counter will reload from the compare
* register on the first rising edge of the shift clock.
*/
static inline void FLEXIO_SetTimerStart(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_start_t start)
{
uint32_t regValue = (uint32_t)baseAddr->TIMCFG[timer];
regValue &= (uint32_t)(~(FLEXIO_TIMCFG_TSTART_MASK));
regValue |= FLEXIO_TIMCFG_TSTART(start);
baseAddr->TIMCFG[timer] = (uint32_t)regValue;
}
/*
* This function sets the following configurations for the specified timer:
* start bit, stop bit, enable condition, disable condition, reset condition,
* decrement condition, initial output
*/
static inline void FLEXIO_SetTimerConfig(FLEXIO_Type *baseAddr,
uint8_t timer,
flexio_timer_start_t start,
flexio_timer_stop_t stop,
flexio_timer_enable_t enable,
flexio_timer_disable_t disable,
flexio_timer_reset_t reset,
flexio_timer_decrement_t decrement,
flexio_timer_output_t output)
{
baseAddr->TIMCFG[timer] = FLEXIO_TIMCFG_TSTART(start)
| FLEXIO_TIMCFG_TSTOP(stop)
| FLEXIO_TIMCFG_TIMENA(enable)
| FLEXIO_TIMCFG_TIMDIS(disable)
| FLEXIO_TIMCFG_TIMRST(reset)
| FLEXIO_TIMCFG_TIMDEC(decrement)
| FLEXIO_TIMCFG_TIMOUT(output);
}
/*
* This function returns the compare value currently set for the specified timer.
*/
static inline uint16_t FLEXIO_GetTimerCompare(const FLEXIO_Type *baseAddr, uint8_t timer)
{
return (uint16_t)(baseAddr->TIMCMP[timer]);
}
/*
* This function configures the compare value for the specified timer.
* The timer compare value is loaded into the timer counter when the timer is first enabled,
* when the timer is reset and when the timer decrements down to zero.
* In dual 8-bit counters baud/bit mode, the lower 8-bits configure the baud rate divider
* and the upper 8-bits configure the number of bits in each word.
* In dual 8-bit counters PWM mode, the lower 8-bits configure the high period of the output
* and the upper 8-bits configure the low period.
* In 16-bit counter mode, the compare value can be used to generate the baud rate divider
* (if shift clock source is timer output) or the number of bits in each word (when the shift
* clock source is a pin or trigger input).
*/
static inline void FLEXIO_SetTimerCompare(FLEXIO_Type *baseAddr,
uint8_t timer,
uint16_t value)
{
baseAddr->TIMCMP[timer] = (uint32_t)value;
}
/*
* This function initializes all the registers of the FlexIO module to
* their reset value.
*/
static inline void FLEXIO_Init(FLEXIO_Type *baseAddr)
{
/* Use software reset bit to reset the module */
FLEXIO_SetSoftwareReset(baseAddr, true);
/* Control register is not affected by software reset */
baseAddr->CTRL = 0x0U;
}
#if defined(__cplusplus)
}
#endif
#endif /* FLEXIO_HW_ACCESS_H */
/*******************************************************************************
* EOF
******************************************************************************/
| 39.31237 | 147 | 0.650716 |
4d3d5163aaf41e995d5e81362ac8138b13f65f2f | 3,034 | h | C | include/AD/automata/first_k.h | AaronNGray/prop-cc-new | 3d9660f55c94c5bd260f6b7cc902fa19109d35a9 | [
"BSD-2-Clause"
] | 1 | 2018-03-23T20:32:09.000Z | 2018-03-23T20:32:09.000Z | include/AD/automata/first_k.h | AaronNGray/prop-cc-new | 3d9660f55c94c5bd260f6b7cc902fa19109d35a9 | [
"BSD-2-Clause"
] | null | null | null | include/AD/automata/first_k.h | AaronNGray/prop-cc-new | 3d9660f55c94c5bd260f6b7cc902fa19109d35a9 | [
"BSD-2-Clause"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
// NOTICE:
//
// ADLib, Prop and their related set of tools and documentation are in the
// public domain. The author(s) of this software reserve no copyrights on
// the source code and any code generated using the tools. You are encouraged
// to use ADLib and Prop to develop software, in both academic and commercial
// settings, and are free to incorporate any part of ADLib and Prop into
// your programs.
//
// Although you are under no obligation to do so, we strongly recommend that
// you give away all software developed using our tools.
//
// We also ask that credit be given to us when ADLib and/or Prop are used in
// your programs, and that this notice be preserved intact in all the source
// code.
//
// This software is still under development and we welcome any suggestions
// and help from the users.
//
// Allen Leung
// 1994
//////////////////////////////////////////////////////////////////////////////
#ifndef first_set_with_k_lookaheads_computation_h
#define first_set_with_k_lookaheads_computation_h
#include <AD/automata/follow.h>
class FirstSet_k : public FollowSet
{
FirstSet_k( const FirstSet_k&); // no copy constructor
void operator = ( const FirstSet_k&); // no assignment
public:
///////////////////////////////////////////////////////////////////////////
// Import some types
///////////////////////////////////////////////////////////////////////////
typedef FollowSet Super;
typedef Super::Symbol Symbol;
typedef Super::Terminal Terminal;
typedef Super::NonTerminal NonTerminal;
typedef Super::Production Production;
typedef Super::ProductionList ProductionList;
protected:
///////////////////////////////////////////////////////////////////////////
// Internals
///////////////////////////////////////////////////////////////////////////
int K; // the current number of lookaheads
int max_K; // the maximum number of lookaheads
BitSet *** first_set_k;
public:
///////////////////////////////////////////////////////////////////////////
// Constructor and destructors
///////////////////////////////////////////////////////////////////////////
FirstSet_k( const Grammar&, Mem&);
~FirstSet_k();
///////////////////////////////////////////////////////////////////////////
// Compute the sets
///////////////////////////////////////////////////////////////////////////
virtual void compute_sets( int k, int max_k);
///////////////////////////////////////////////////////////////////////////
// Selectors
///////////////////////////////////////////////////////////////////////////
inline int k() const
{
return K;
}
inline int max_k() const
{
return max_K;
}
inline const BitSet& first( int k, NonTerminal A) const
{
return *first_set_k[k][A];
}
Bool first( int k, BitSet&, Production) const;
Bool first( int k, BitSet&, Production, Bool&) const;
};
#endif
| 33.711111 | 78 | 0.486816 |
4d3df99db28c406c052322bb57eb00ea380a1b05 | 26,683 | c | C | c/zx-as-enc.c | mdw-at-linuxbox/zxid | 7ce3fdbacad1cd9617e4b638698c0d1beb5b1b5f | [
"curl",
"Apache-2.0",
"OpenSSL",
"ECL-2.0"
] | null | null | null | c/zx-as-enc.c | mdw-at-linuxbox/zxid | 7ce3fdbacad1cd9617e4b638698c0d1beb5b1b5f | [
"curl",
"Apache-2.0",
"OpenSSL",
"ECL-2.0"
] | null | null | null | c/zx-as-enc.c | mdw-at-linuxbox/zxid | 7ce3fdbacad1cd9617e4b638698c0d1beb5b1b5f | [
"curl",
"Apache-2.0",
"OpenSSL",
"ECL-2.0"
] | null | null | null | /* c/zx-as-enc.c - WARNING: This file was auto generated by xsd2sg.pl. DO NOT EDIT!
* $Id$ */
/* Code generation design Copyright (c) 2006 Sampo Kellomaki (sampo@iki.fi),
* All Rights Reserved. NO WARRANTY. See file COPYING for terms and conditions
* of use. Some aspects of code generation were driven by schema
* descriptions that were used as input and may be subject to their own copyright.
* Code generation uses a template, whose copyright statement follows. */
/** enc-templ.c - XML encoder template, used in code generation
** Copyright (c) 2010 Sampo Kellomaki (sampo@iki.fi), All Rights Reserved.
** Copyright (c) 2006-2007 Symlabs (symlabs@symlabs.com), All Rights Reserved.
** Author: Sampo Kellomaki (sampo@iki.fi)
** This is confidential unpublished proprietary source code of the author.
** NO WARRANTY, not even implied warranties. Contains trade secrets.
** Distribution prohibited unless authorized in writing.
** Licensed under Apache License 2.0, see file COPYING.
** Id: enc-templ.c,v 1.27 2007-10-05 22:24:28 sampo Exp $
**
** 30.5.2006, created, Sampo Kellomaki (sampo@iki.fi)
** 6.8.2006, factored data structure walking to aux-templ.c --Sampo
** 8.8.2006, reworked namespace handling --Sampo
** 26.8.2006, some CSE --Sampo
** 23.9.2006, added WO logic --Sampo
** 30.9.2007, improvements to WO encoding --Sampo
** 8.2.2010, better handling of schema order encoding of unknown namespace prefixes --Sampo
** 27.10.2010, re-engineered namespace handling --Sampo
** 24.11.2010, this code is sceduled for removal as el_order processing in WO encoder accomplishes the same result. --Sampo
**
** N.B: wo=wire order (needed for exc-c14n), so=schema order
** N.B2: This template is meant to be processed by pd/xsd2sg.pl. Beware
** of special markers that xsd2sg.pl expects to find and understand.
**/
#include <memory.h>
#include "errmac.h"
#include "zx.h"
#include "c/zx-const.h"
#include "c/zx-data.h"
#include "c/zx-as-data.h"
#include "c/zx-ns.h"
#if 0
#ifdef EL_NAME
#undef EL_NAME
#endif
#ifdef EL_STRUCT
#undef EL_STRUCT
#endif
#ifdef EL_NS
#undef EL_NS
#endif
#ifdef EL_TAG
#undef EL_TAG
#endif
#define EL_NAME as_Extensions
#define EL_STRUCT zx_as_Extensions_s
#define EL_NS as
#define EL_TAG Extensions
#ifndef MAYBE_UNUSED
#define MAYBE_UNUSED /* May appear as unused variable, but is needed by some generated code. */
#endif
#if 0
#define ENC_LEN_DEBUG(x,tag,len) D("x=%p tag(%s) len=%d",(x),(tag),(len))
#define ENC_LEN_DEBUG_BASE char* enc_base = p
#else
#define ENC_LEN_DEBUG(x,tag,len)
#define ENC_LEN_DEBUG_BASE
#endif
/* FUNC(zx_LEN_SO_as_Extensions) */
/* Compute length of an element (and its subelements). The XML attributes
* and elements are processed in schema order. */
/* Called by: */
int zx_LEN_SO_as_Extensions(struct zx_ctx* c, struct zx_as_Extensions_s* x )
{
struct zx_ns_s* pop_seen = 0;
struct zx_elem_s* se MAYBE_UNUSED;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
int len = sizeof("<as:Extensions")-1 + 1 + sizeof("</as:Extensions>")-1;
if (c->inc_ns_len)
len += zx_len_inc_ns(c, &pop_seen);
if (1)
len += zx_len_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
#else
/* root node has no begin tag */
int len = 0;
#endif
len += zx_len_so_common(c, &x->gg, &pop_seen);
zx_pop_seen(pop_seen);
ENC_LEN_DEBUG(x, "as:Extensions", len);
return len;
}
/* FUNC(zx_ENC_SO_as_Extensions) */
/* Render element into string. The XML attributes and elements are
* processed in schema order. This is what you generally want for
* rendering new data structure to a string. The wo pointers are not used. */
/* Called by: */
char* zx_ENC_SO_as_Extensions(struct zx_ctx* c, struct zx_as_Extensions_s* x, char* p )
{
struct zx_elem_s* se MAYBE_UNUSED;
struct zx_attr_s* attr MAYBE_UNUSED;
struct zx_ns_s* pop_seen = 0;
ENC_LEN_DEBUG_BASE;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
ZX_OUT_TAG(p, "<as:Extensions");
if (c->inc_ns)
zx_add_inc_ns(c, &pop_seen);
if (1)
zx_add_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
zx_see_attr_ns(c, x->gg.attr, &pop_seen);
p = zx_enc_seen(p, pop_seen);
for (attr = x->gg.attr; attr; attr = (struct zx_attr_s*)attr->g.n)
if (attr->g.tok == ZX_TOK_ATTR_NOT_FOUND)
p = zx_attr_wo_enc(p, attr);
ZX_OUT_CH(p, '>');
#else
/* root node has no begin tag */
#endif
p = zx_enc_so_unknown_elems_and_content(c, p, &x->gg);
#if 1 /* NORMALMODE */
ZX_OUT_CLOSE_TAG(p, "</as:Extensions>");
zx_pop_seen(pop_seen);
#else
/* root node has no end tag either */
#endif
ENC_LEN_DEBUG(x, "as:Extensions", p-enc_base);
return p;
}
/* FUNC(zx_EASY_ENC_SO_as_Extensions) */
/* Called by: */
struct zx_str* zx_EASY_ENC_SO_as_Extensions(struct zx_ctx* c, struct zx_as_Extensions_s* x )
{
int len;
char* buf;
c->ns_tab = ZX_ALLOC(c, sizeof(zx_ns_tab)); /* *** do we really need to make a copy? Do we still keep list of aliases? */
memcpy(c->ns_tab, zx_ns_tab, sizeof(zx_ns_tab));
len = zx_LEN_SO_as_Extensions(c, x );
buf = ZX_ALLOC(c, len+1);
return zx_easy_enc_common(c, zx_ENC_SO_as_Extensions(c, x, buf ), buf, len);
}
#endif
#if 0
#ifdef EL_NAME
#undef EL_NAME
#endif
#ifdef EL_STRUCT
#undef EL_STRUCT
#endif
#ifdef EL_NS
#undef EL_NS
#endif
#ifdef EL_TAG
#undef EL_TAG
#endif
#define EL_NAME as_Parameter
#define EL_STRUCT zx_as_Parameter_s
#define EL_NS as
#define EL_TAG Parameter
#ifndef MAYBE_UNUSED
#define MAYBE_UNUSED /* May appear as unused variable, but is needed by some generated code. */
#endif
#if 0
#define ENC_LEN_DEBUG(x,tag,len) D("x=%p tag(%s) len=%d",(x),(tag),(len))
#define ENC_LEN_DEBUG_BASE char* enc_base = p
#else
#define ENC_LEN_DEBUG(x,tag,len)
#define ENC_LEN_DEBUG_BASE
#endif
/* FUNC(zx_LEN_SO_as_Parameter) */
/* Compute length of an element (and its subelements). The XML attributes
* and elements are processed in schema order. */
/* Called by: */
int zx_LEN_SO_as_Parameter(struct zx_ctx* c, struct zx_as_Parameter_s* x )
{
struct zx_ns_s* pop_seen = 0;
struct zx_elem_s* se MAYBE_UNUSED;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
int len = sizeof("<as:Parameter")-1 + 1 + sizeof("</as:Parameter>")-1;
if (c->inc_ns_len)
len += zx_len_inc_ns(c, &pop_seen);
if (1)
len += zx_len_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
len += zx_attr_so_len(c, x->name, sizeof("name")-1, &pop_seen);
#else
/* root node has no begin tag */
int len = 0;
#endif
len += zx_len_so_common(c, &x->gg, &pop_seen);
zx_pop_seen(pop_seen);
ENC_LEN_DEBUG(x, "as:Parameter", len);
return len;
}
/* FUNC(zx_ENC_SO_as_Parameter) */
/* Render element into string. The XML attributes and elements are
* processed in schema order. This is what you generally want for
* rendering new data structure to a string. The wo pointers are not used. */
/* Called by: */
char* zx_ENC_SO_as_Parameter(struct zx_ctx* c, struct zx_as_Parameter_s* x, char* p )
{
struct zx_elem_s* se MAYBE_UNUSED;
struct zx_attr_s* attr MAYBE_UNUSED;
struct zx_ns_s* pop_seen = 0;
ENC_LEN_DEBUG_BASE;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
ZX_OUT_TAG(p, "<as:Parameter");
if (c->inc_ns)
zx_add_inc_ns(c, &pop_seen);
if (1)
zx_add_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
zx_see_attr_ns(c, x->gg.attr, &pop_seen);
p = zx_enc_seen(p, pop_seen);
p = zx_attr_so_enc(p, x->name, " name=\"", sizeof(" name=\"")-1);
for (attr = x->gg.attr; attr; attr = (struct zx_attr_s*)attr->g.n)
if (attr->g.tok == ZX_TOK_ATTR_NOT_FOUND)
p = zx_attr_wo_enc(p, attr);
ZX_OUT_CH(p, '>');
#else
/* root node has no begin tag */
#endif
p = zx_enc_so_unknown_elems_and_content(c, p, &x->gg);
#if 1 /* NORMALMODE */
ZX_OUT_CLOSE_TAG(p, "</as:Parameter>");
zx_pop_seen(pop_seen);
#else
/* root node has no end tag either */
#endif
ENC_LEN_DEBUG(x, "as:Parameter", p-enc_base);
return p;
}
/* FUNC(zx_EASY_ENC_SO_as_Parameter) */
/* Called by: */
struct zx_str* zx_EASY_ENC_SO_as_Parameter(struct zx_ctx* c, struct zx_as_Parameter_s* x )
{
int len;
char* buf;
c->ns_tab = ZX_ALLOC(c, sizeof(zx_ns_tab)); /* *** do we really need to make a copy? Do we still keep list of aliases? */
memcpy(c->ns_tab, zx_ns_tab, sizeof(zx_ns_tab));
len = zx_LEN_SO_as_Parameter(c, x );
buf = ZX_ALLOC(c, len+1);
return zx_easy_enc_common(c, zx_ENC_SO_as_Parameter(c, x, buf ), buf, len);
}
#endif
#if 0
#ifdef EL_NAME
#undef EL_NAME
#endif
#ifdef EL_STRUCT
#undef EL_STRUCT
#endif
#ifdef EL_NS
#undef EL_NS
#endif
#ifdef EL_TAG
#undef EL_TAG
#endif
#define EL_NAME as_PasswordTransforms
#define EL_STRUCT zx_as_PasswordTransforms_s
#define EL_NS as
#define EL_TAG PasswordTransforms
#ifndef MAYBE_UNUSED
#define MAYBE_UNUSED /* May appear as unused variable, but is needed by some generated code. */
#endif
#if 0
#define ENC_LEN_DEBUG(x,tag,len) D("x=%p tag(%s) len=%d",(x),(tag),(len))
#define ENC_LEN_DEBUG_BASE char* enc_base = p
#else
#define ENC_LEN_DEBUG(x,tag,len)
#define ENC_LEN_DEBUG_BASE
#endif
/* FUNC(zx_LEN_SO_as_PasswordTransforms) */
/* Compute length of an element (and its subelements). The XML attributes
* and elements are processed in schema order. */
/* Called by: */
int zx_LEN_SO_as_PasswordTransforms(struct zx_ctx* c, struct zx_as_PasswordTransforms_s* x )
{
struct zx_ns_s* pop_seen = 0;
struct zx_elem_s* se MAYBE_UNUSED;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
int len = sizeof("<as:PasswordTransforms")-1 + 1 + sizeof("</as:PasswordTransforms>")-1;
if (c->inc_ns_len)
len += zx_len_inc_ns(c, &pop_seen);
if (1)
len += zx_len_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
#else
/* root node has no begin tag */
int len = 0;
#endif
for (se = &x->Transform->gg;
se && se->g.tok == zx_as_Transform_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_as_Transform(c, (struct zx_as_Transform_s*)se);
len += zx_len_so_common(c, &x->gg, &pop_seen);
zx_pop_seen(pop_seen);
ENC_LEN_DEBUG(x, "as:PasswordTransforms", len);
return len;
}
/* FUNC(zx_ENC_SO_as_PasswordTransforms) */
/* Render element into string. The XML attributes and elements are
* processed in schema order. This is what you generally want for
* rendering new data structure to a string. The wo pointers are not used. */
/* Called by: */
char* zx_ENC_SO_as_PasswordTransforms(struct zx_ctx* c, struct zx_as_PasswordTransforms_s* x, char* p )
{
struct zx_elem_s* se MAYBE_UNUSED;
struct zx_attr_s* attr MAYBE_UNUSED;
struct zx_ns_s* pop_seen = 0;
ENC_LEN_DEBUG_BASE;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
ZX_OUT_TAG(p, "<as:PasswordTransforms");
if (c->inc_ns)
zx_add_inc_ns(c, &pop_seen);
if (1)
zx_add_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
zx_see_attr_ns(c, x->gg.attr, &pop_seen);
p = zx_enc_seen(p, pop_seen);
for (attr = x->gg.attr; attr; attr = (struct zx_attr_s*)attr->g.n)
if (attr->g.tok == ZX_TOK_ATTR_NOT_FOUND)
p = zx_attr_wo_enc(p, attr);
ZX_OUT_CH(p, '>');
#else
/* root node has no begin tag */
#endif
for (se = &x->Transform->gg;
se && se->g.tok == zx_as_Transform_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_as_Transform(c, (struct zx_as_Transform_s*)se, p);
p = zx_enc_so_unknown_elems_and_content(c, p, &x->gg);
#if 1 /* NORMALMODE */
ZX_OUT_CLOSE_TAG(p, "</as:PasswordTransforms>");
zx_pop_seen(pop_seen);
#else
/* root node has no end tag either */
#endif
ENC_LEN_DEBUG(x, "as:PasswordTransforms", p-enc_base);
return p;
}
/* FUNC(zx_EASY_ENC_SO_as_PasswordTransforms) */
/* Called by: */
struct zx_str* zx_EASY_ENC_SO_as_PasswordTransforms(struct zx_ctx* c, struct zx_as_PasswordTransforms_s* x )
{
int len;
char* buf;
c->ns_tab = ZX_ALLOC(c, sizeof(zx_ns_tab)); /* *** do we really need to make a copy? Do we still keep list of aliases? */
memcpy(c->ns_tab, zx_ns_tab, sizeof(zx_ns_tab));
len = zx_LEN_SO_as_PasswordTransforms(c, x );
buf = ZX_ALLOC(c, len+1);
return zx_easy_enc_common(c, zx_ENC_SO_as_PasswordTransforms(c, x, buf ), buf, len);
}
#endif
#if 0
#ifdef EL_NAME
#undef EL_NAME
#endif
#ifdef EL_STRUCT
#undef EL_STRUCT
#endif
#ifdef EL_NS
#undef EL_NS
#endif
#ifdef EL_TAG
#undef EL_TAG
#endif
#define EL_NAME as_SASLRequest
#define EL_STRUCT zx_as_SASLRequest_s
#define EL_NS as
#define EL_TAG SASLRequest
#ifndef MAYBE_UNUSED
#define MAYBE_UNUSED /* May appear as unused variable, but is needed by some generated code. */
#endif
#if 0
#define ENC_LEN_DEBUG(x,tag,len) D("x=%p tag(%s) len=%d",(x),(tag),(len))
#define ENC_LEN_DEBUG_BASE char* enc_base = p
#else
#define ENC_LEN_DEBUG(x,tag,len)
#define ENC_LEN_DEBUG_BASE
#endif
/* FUNC(zx_LEN_SO_as_SASLRequest) */
/* Compute length of an element (and its subelements). The XML attributes
* and elements are processed in schema order. */
/* Called by: */
int zx_LEN_SO_as_SASLRequest(struct zx_ctx* c, struct zx_as_SASLRequest_s* x )
{
struct zx_ns_s* pop_seen = 0;
struct zx_elem_s* se MAYBE_UNUSED;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
int len = sizeof("<as:SASLRequest")-1 + 1 + sizeof("</as:SASLRequest>")-1;
if (c->inc_ns_len)
len += zx_len_inc_ns(c, &pop_seen);
if (1)
len += zx_len_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
len += zx_attr_so_len(c, x->advisoryAuthnID, sizeof("advisoryAuthnID")-1, &pop_seen);
len += zx_attr_so_len(c, x->authzID, sizeof("authzID")-1, &pop_seen);
len += zx_attr_so_len(c, x->mechanism, sizeof("mechanism")-1, &pop_seen);
#else
/* root node has no begin tag */
int len = 0;
#endif
for (se = x->Data;
se && se->g.tok == zx_as_Data_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_simple_elem(c,se, sizeof("as:Data")-1, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT));
for (se = &x->RequestedAuthnContext->gg;
se && se->g.tok == zx_sp_RequestedAuthnContext_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_sp_RequestedAuthnContext(c, (struct zx_sp_RequestedAuthnContext_s*)se);
for (se = &x->Extensions->gg;
se && se->g.tok == zx_as_Extensions_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_as_Extensions(c, (struct zx_as_Extensions_s*)se);
len += zx_len_so_common(c, &x->gg, &pop_seen);
zx_pop_seen(pop_seen);
ENC_LEN_DEBUG(x, "as:SASLRequest", len);
return len;
}
/* FUNC(zx_ENC_SO_as_SASLRequest) */
/* Render element into string. The XML attributes and elements are
* processed in schema order. This is what you generally want for
* rendering new data structure to a string. The wo pointers are not used. */
/* Called by: */
char* zx_ENC_SO_as_SASLRequest(struct zx_ctx* c, struct zx_as_SASLRequest_s* x, char* p )
{
struct zx_elem_s* se MAYBE_UNUSED;
struct zx_attr_s* attr MAYBE_UNUSED;
struct zx_ns_s* pop_seen = 0;
ENC_LEN_DEBUG_BASE;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
ZX_OUT_TAG(p, "<as:SASLRequest");
if (c->inc_ns)
zx_add_inc_ns(c, &pop_seen);
if (1)
zx_add_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
zx_see_attr_ns(c, x->gg.attr, &pop_seen);
p = zx_enc_seen(p, pop_seen);
p = zx_attr_so_enc(p, x->advisoryAuthnID, " advisoryAuthnID=\"", sizeof(" advisoryAuthnID=\"")-1);
p = zx_attr_so_enc(p, x->authzID, " authzID=\"", sizeof(" authzID=\"")-1);
p = zx_attr_so_enc(p, x->mechanism, " mechanism=\"", sizeof(" mechanism=\"")-1);
for (attr = x->gg.attr; attr; attr = (struct zx_attr_s*)attr->g.n)
if (attr->g.tok == ZX_TOK_ATTR_NOT_FOUND)
p = zx_attr_wo_enc(p, attr);
ZX_OUT_CH(p, '>');
#else
/* root node has no begin tag */
#endif
for (se = x->Data;
se && se->g.tok == zx_as_Data_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_simple_elem(c, se, p, "as:Data", sizeof("as:Data")-1, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT));
for (se = &x->RequestedAuthnContext->gg;
se && se->g.tok == zx_sp_RequestedAuthnContext_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_sp_RequestedAuthnContext(c, (struct zx_sp_RequestedAuthnContext_s*)se, p);
for (se = &x->Extensions->gg;
se && se->g.tok == zx_as_Extensions_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_as_Extensions(c, (struct zx_as_Extensions_s*)se, p);
p = zx_enc_so_unknown_elems_and_content(c, p, &x->gg);
#if 1 /* NORMALMODE */
ZX_OUT_CLOSE_TAG(p, "</as:SASLRequest>");
zx_pop_seen(pop_seen);
#else
/* root node has no end tag either */
#endif
ENC_LEN_DEBUG(x, "as:SASLRequest", p-enc_base);
return p;
}
/* FUNC(zx_EASY_ENC_SO_as_SASLRequest) */
/* Called by: */
struct zx_str* zx_EASY_ENC_SO_as_SASLRequest(struct zx_ctx* c, struct zx_as_SASLRequest_s* x )
{
int len;
char* buf;
c->ns_tab = ZX_ALLOC(c, sizeof(zx_ns_tab)); /* *** do we really need to make a copy? Do we still keep list of aliases? */
memcpy(c->ns_tab, zx_ns_tab, sizeof(zx_ns_tab));
len = zx_LEN_SO_as_SASLRequest(c, x );
buf = ZX_ALLOC(c, len+1);
return zx_easy_enc_common(c, zx_ENC_SO_as_SASLRequest(c, x, buf ), buf, len);
}
#endif
#if 0
#ifdef EL_NAME
#undef EL_NAME
#endif
#ifdef EL_STRUCT
#undef EL_STRUCT
#endif
#ifdef EL_NS
#undef EL_NS
#endif
#ifdef EL_TAG
#undef EL_TAG
#endif
#define EL_NAME as_SASLResponse
#define EL_STRUCT zx_as_SASLResponse_s
#define EL_NS as
#define EL_TAG SASLResponse
#ifndef MAYBE_UNUSED
#define MAYBE_UNUSED /* May appear as unused variable, but is needed by some generated code. */
#endif
#if 0
#define ENC_LEN_DEBUG(x,tag,len) D("x=%p tag(%s) len=%d",(x),(tag),(len))
#define ENC_LEN_DEBUG_BASE char* enc_base = p
#else
#define ENC_LEN_DEBUG(x,tag,len)
#define ENC_LEN_DEBUG_BASE
#endif
/* FUNC(zx_LEN_SO_as_SASLResponse) */
/* Compute length of an element (and its subelements). The XML attributes
* and elements are processed in schema order. */
/* Called by: */
int zx_LEN_SO_as_SASLResponse(struct zx_ctx* c, struct zx_as_SASLResponse_s* x )
{
struct zx_ns_s* pop_seen = 0;
struct zx_elem_s* se MAYBE_UNUSED;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
int len = sizeof("<as:SASLResponse")-1 + 1 + sizeof("</as:SASLResponse>")-1;
if (c->inc_ns_len)
len += zx_len_inc_ns(c, &pop_seen);
if (1)
len += zx_len_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
len += zx_attr_so_len(c, x->serverMechanism, sizeof("serverMechanism")-1, &pop_seen);
#else
/* root node has no begin tag */
int len = 0;
#endif
for (se = &x->Status->gg;
se && se->g.tok == zx_lu_Status_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_lu_Status(c, (struct zx_lu_Status_s*)se);
for (se = &x->PasswordTransforms->gg;
se && se->g.tok == zx_as_PasswordTransforms_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_as_PasswordTransforms(c, (struct zx_as_PasswordTransforms_s*)se);
for (se = x->Data;
se && se->g.tok == zx_as_Data_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_simple_elem(c,se, sizeof("as:Data")-1, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT));
for (se = &x->EndpointReference->gg;
se && se->g.tok == zx_a_EndpointReference_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_a_EndpointReference(c, (struct zx_a_EndpointReference_s*)se);
len += zx_len_so_common(c, &x->gg, &pop_seen);
zx_pop_seen(pop_seen);
ENC_LEN_DEBUG(x, "as:SASLResponse", len);
return len;
}
/* FUNC(zx_ENC_SO_as_SASLResponse) */
/* Render element into string. The XML attributes and elements are
* processed in schema order. This is what you generally want for
* rendering new data structure to a string. The wo pointers are not used. */
/* Called by: */
char* zx_ENC_SO_as_SASLResponse(struct zx_ctx* c, struct zx_as_SASLResponse_s* x, char* p )
{
struct zx_elem_s* se MAYBE_UNUSED;
struct zx_attr_s* attr MAYBE_UNUSED;
struct zx_ns_s* pop_seen = 0;
ENC_LEN_DEBUG_BASE;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
ZX_OUT_TAG(p, "<as:SASLResponse");
if (c->inc_ns)
zx_add_inc_ns(c, &pop_seen);
if (1)
zx_add_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
zx_see_attr_ns(c, x->gg.attr, &pop_seen);
p = zx_enc_seen(p, pop_seen);
p = zx_attr_so_enc(p, x->serverMechanism, " serverMechanism=\"", sizeof(" serverMechanism=\"")-1);
for (attr = x->gg.attr; attr; attr = (struct zx_attr_s*)attr->g.n)
if (attr->g.tok == ZX_TOK_ATTR_NOT_FOUND)
p = zx_attr_wo_enc(p, attr);
ZX_OUT_CH(p, '>');
#else
/* root node has no begin tag */
#endif
for (se = &x->Status->gg;
se && se->g.tok == zx_lu_Status_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_lu_Status(c, (struct zx_lu_Status_s*)se, p);
for (se = &x->PasswordTransforms->gg;
se && se->g.tok == zx_as_PasswordTransforms_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_as_PasswordTransforms(c, (struct zx_as_PasswordTransforms_s*)se, p);
for (se = x->Data;
se && se->g.tok == zx_as_Data_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_simple_elem(c, se, p, "as:Data", sizeof("as:Data")-1, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT));
for (se = &x->EndpointReference->gg;
se && se->g.tok == zx_a_EndpointReference_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_a_EndpointReference(c, (struct zx_a_EndpointReference_s*)se, p);
p = zx_enc_so_unknown_elems_and_content(c, p, &x->gg);
#if 1 /* NORMALMODE */
ZX_OUT_CLOSE_TAG(p, "</as:SASLResponse>");
zx_pop_seen(pop_seen);
#else
/* root node has no end tag either */
#endif
ENC_LEN_DEBUG(x, "as:SASLResponse", p-enc_base);
return p;
}
/* FUNC(zx_EASY_ENC_SO_as_SASLResponse) */
/* Called by: */
struct zx_str* zx_EASY_ENC_SO_as_SASLResponse(struct zx_ctx* c, struct zx_as_SASLResponse_s* x )
{
int len;
char* buf;
c->ns_tab = ZX_ALLOC(c, sizeof(zx_ns_tab)); /* *** do we really need to make a copy? Do we still keep list of aliases? */
memcpy(c->ns_tab, zx_ns_tab, sizeof(zx_ns_tab));
len = zx_LEN_SO_as_SASLResponse(c, x );
buf = ZX_ALLOC(c, len+1);
return zx_easy_enc_common(c, zx_ENC_SO_as_SASLResponse(c, x, buf ), buf, len);
}
#endif
#if 0
#ifdef EL_NAME
#undef EL_NAME
#endif
#ifdef EL_STRUCT
#undef EL_STRUCT
#endif
#ifdef EL_NS
#undef EL_NS
#endif
#ifdef EL_TAG
#undef EL_TAG
#endif
#define EL_NAME as_Transform
#define EL_STRUCT zx_as_Transform_s
#define EL_NS as
#define EL_TAG Transform
#ifndef MAYBE_UNUSED
#define MAYBE_UNUSED /* May appear as unused variable, but is needed by some generated code. */
#endif
#if 0
#define ENC_LEN_DEBUG(x,tag,len) D("x=%p tag(%s) len=%d",(x),(tag),(len))
#define ENC_LEN_DEBUG_BASE char* enc_base = p
#else
#define ENC_LEN_DEBUG(x,tag,len)
#define ENC_LEN_DEBUG_BASE
#endif
/* FUNC(zx_LEN_SO_as_Transform) */
/* Compute length of an element (and its subelements). The XML attributes
* and elements are processed in schema order. */
/* Called by: */
int zx_LEN_SO_as_Transform(struct zx_ctx* c, struct zx_as_Transform_s* x )
{
struct zx_ns_s* pop_seen = 0;
struct zx_elem_s* se MAYBE_UNUSED;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
int len = sizeof("<as:Transform")-1 + 1 + sizeof("</as:Transform>")-1;
if (c->inc_ns_len)
len += zx_len_inc_ns(c, &pop_seen);
if (1)
len += zx_len_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
len += zx_attr_so_len(c, x->name, sizeof("name")-1, &pop_seen);
#else
/* root node has no begin tag */
int len = 0;
#endif
for (se = &x->Parameter->gg;
se && se->g.tok == zx_as_Parameter_ELEM;
se = (struct zx_elem_s*)se->g.n)
len += zx_LEN_SO_as_Parameter(c, (struct zx_as_Parameter_s*)se);
len += zx_len_so_common(c, &x->gg, &pop_seen);
zx_pop_seen(pop_seen);
ENC_LEN_DEBUG(x, "as:Transform", len);
return len;
}
/* FUNC(zx_ENC_SO_as_Transform) */
/* Render element into string. The XML attributes and elements are
* processed in schema order. This is what you generally want for
* rendering new data structure to a string. The wo pointers are not used. */
/* Called by: */
char* zx_ENC_SO_as_Transform(struct zx_ctx* c, struct zx_as_Transform_s* x, char* p )
{
struct zx_elem_s* se MAYBE_UNUSED;
struct zx_attr_s* attr MAYBE_UNUSED;
struct zx_ns_s* pop_seen = 0;
ENC_LEN_DEBUG_BASE;
#if 1 /* NORMALMODE */
/* *** in simple_elem case should output ns prefix from ns node. */
ZX_OUT_TAG(p, "<as:Transform");
if (c->inc_ns)
zx_add_inc_ns(c, &pop_seen);
if (1)
zx_add_xmlns_if_not_seen(c, zx_ns_tab+(zx_as_NS >> ZX_TOK_NS_SHIFT), &pop_seen);
zx_see_attr_ns(c, x->gg.attr, &pop_seen);
p = zx_enc_seen(p, pop_seen);
p = zx_attr_so_enc(p, x->name, " name=\"", sizeof(" name=\"")-1);
for (attr = x->gg.attr; attr; attr = (struct zx_attr_s*)attr->g.n)
if (attr->g.tok == ZX_TOK_ATTR_NOT_FOUND)
p = zx_attr_wo_enc(p, attr);
ZX_OUT_CH(p, '>');
#else
/* root node has no begin tag */
#endif
for (se = &x->Parameter->gg;
se && se->g.tok == zx_as_Parameter_ELEM;
se = (struct zx_elem_s*)se->g.n)
p = zx_ENC_SO_as_Parameter(c, (struct zx_as_Parameter_s*)se, p);
p = zx_enc_so_unknown_elems_and_content(c, p, &x->gg);
#if 1 /* NORMALMODE */
ZX_OUT_CLOSE_TAG(p, "</as:Transform>");
zx_pop_seen(pop_seen);
#else
/* root node has no end tag either */
#endif
ENC_LEN_DEBUG(x, "as:Transform", p-enc_base);
return p;
}
/* FUNC(zx_EASY_ENC_SO_as_Transform) */
/* Called by: */
struct zx_str* zx_EASY_ENC_SO_as_Transform(struct zx_ctx* c, struct zx_as_Transform_s* x )
{
int len;
char* buf;
c->ns_tab = ZX_ALLOC(c, sizeof(zx_ns_tab)); /* *** do we really need to make a copy? Do we still keep list of aliases? */
memcpy(c->ns_tab, zx_ns_tab, sizeof(zx_ns_tab));
len = zx_LEN_SO_as_Transform(c, x );
buf = ZX_ALLOC(c, len+1);
return zx_easy_enc_common(c, zx_ENC_SO_as_Transform(c, x, buf ), buf, len);
}
#endif
/* EOF -- c/zx-as-enc.c */
| 30.014623 | 128 | 0.690252 |
645c9d5c9bb5fc1dc6361971e329a0c74f398c2b | 3,348 | c | C | fscio_llvm/tools/clang/test/Driver/embed-bitcode.c | FSharesLab/fscio.cdt | c1eb4b808c4be4f55d5d57bdc2bc680ee0f73232 | [
"MIT"
] | null | null | null | fscio_llvm/tools/clang/test/Driver/embed-bitcode.c | FSharesLab/fscio.cdt | c1eb4b808c4be4f55d5d57bdc2bc680ee0f73232 | [
"MIT"
] | null | null | null | fscio_llvm/tools/clang/test/Driver/embed-bitcode.c | FSharesLab/fscio.cdt | c1eb4b808c4be4f55d5d57bdc2bc680ee0f73232 | [
"MIT"
] | null | null | null | // RUN: %clang -ccc-print-bindings -c %s -fembed-bitcode 2>&1 | FileCheck %s
// CHECK: clang
// CHECK: clang
// RUN: %clang %s -c -fembed-bitcode -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-CC
// CHECK-CC: -cc1
// CHECK-CC: -emit-llvm-bc
// CHECK-CC: -cc1
// CHECK-CC: -emit-obj
// CHECK-CC: -fembed-bitcode=all
// RUN: %clang %s -c -fembed-bitcode=bitcode -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-BITCODE
// CHECK-BITCODE: -cc1
// CHECK-BITCODE: -emit-llvm-bc
// CHECK-BITCODE: -cc1
// CHECK-BITCODE: -emit-obj
// CHECK-BITCODE: -fembed-bitcode=bitcode
//
// RUN: %clang %s -c -save-temps -fembed-bitcode -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-SAVE-TEMP
// CHECK-SAVE-TEMP: -cc1
// CHECK-SAVE-TEMP: -E
// CHECK-SAVE-TEMP: -cc1
// CHECK-SAVE-TEMP: -emit-llvm-bc
// CHECK-SAVE-TEMP: -cc1
// CHECK-SAVE-TEMP: -S
// CHECK-SAVE-TEMP: -fembed-bitcode=all
// CHECK-SAVE-TEMP: -cc1as
// RUN: %clang -c %s -flto -fembed-bitcode 2>&1 -### | FileCheck %s -check-prefix=CHECK-LTO
// RUN: %clang -c %s -flto=full -fembed-bitcode 2>&1 -### | FileCheck %s -check-prefix=CHECK-LTO
// RUN: %clang -c %s -flto=thin -fembed-bitcode 2>&1 -### | FileCheck %s -check-prefix=CHECK-LTO
// CHECK-LTO: -cc1
// CHECK-LTO: -emit-llvm-bc
// CHECK-LTO-NOT: warning: argument unused during compilation: '-fembed-bitcode'
// CHECK-LTO-NOT: -cc1
// CHECK-LTO-NOT: -fembed-bitcode=all
// RUN: touch %t.o
// RUN: %clang -target armv7-apple-darwin -miphonfsc-version-min=6.0 %t.o -fembed-bitcode -fembed-bitcode-marker -mlinker-version=277 2>&1 -### | FileCheck %s -check-prefix=CHECK-LTO-MARKER-277
// RUN: %clang -target armv7-apple-darwin -miphonfsc-version-min=6.0 %t.o -fembed-bitcode -fembed-bitcode-marker -mlinker-version=278 2>&1 -### | FileCheck %s -check-prefix=CHECK-LTO-MARKER-278
// CHECK-LTO-MARKER-277-NOT: bitcode_process_mode
// CHECK-LTO-MARKER-278: bitcode_process_mode
// RUN: %clang -c %s -fembed-bitcode-marker -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-MARKER
// CHECK-MARKER: -cc1
// CHECK-MARKER: -emit-obj
// CHECK-MARKER: -fembed-bitcode=marker
// CHECK-MARKER-NOT: -cc1
// RUN: %clang -target armv7-apple-darwin -miphonfsc-version-min=6.0 %s -fembed-bitcode=all -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-LINKER
// RUN: %clang -target armv7-apple-darwin -miphonfsc-version-min=6.0 %s -fembed-bitcode=marker -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-LINKER
// RUN: %clang -target armv7-apple-darwin -miphonfsc-version-min=6.0 %s -flto=full -fembed-bitcode=bitcode -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-LINKER
// RUN: %clang -target armv7-apple-darwin -miphonfsc-version-min=6.0 %s -flto=thin -fembed-bitcode=bitcode -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-LINKER
// RUN: %clang -target armv7-apple-darwin -miphonfsc-version-min=6.0 %s -fembed-bitcode=off -fintegrated-as 2>&1 -### | FileCheck %s -check-prefix=CHECK-NO-LINKER
// CHECK-LINKER: ld
// CHECK-LINKER: -bitcode_bundle
// CHECK-NO-LINKER-NOT: -bitcode_bundle
// RUN: %clang -target armv7-apple-darwin -miphonfsc-version-min=5.0 %s -fembed-bitcode -### 2>&1 | \
// RUN: FileCheck %s -check-prefix=CHECK-PLATFORM-NOTSUPPORTED
// CHECK-PLATFORM-NOTSUPPORTED: -fembed-bitcode is not supported on versions of iOS prior to 6.0
| 53.142857 | 196 | 0.693847 |
645e8e3dbd76fe12818b942721bb44e85a18f88c | 433 | c | C | main.c | noahverner1995/simple_shell | f6a99aa1f4697e1be4cb743bd7d7eeff36a9a60f | [
"MIT"
] | null | null | null | main.c | noahverner1995/simple_shell | f6a99aa1f4697e1be4cb743bd7d7eeff36a9a60f | [
"MIT"
] | null | null | null | main.c | noahverner1995/simple_shell | f6a99aa1f4697e1be4cb743bd7d7eeff36a9a60f | [
"MIT"
] | null | null | null | #include "main.h"
/**
* controlC - write to the stdout "\n($) "
* @var: n
*/
void controlC(int var)
{
write(1, "^C\n", 3);
(void) var;
}
/**
* main - Execute shellLoop function with the
* output of controlC function passed as argv
* @argc: number of arguments
* @argv: characters of the argument
* Return: nothing
*/
int main(int argc, char **argv)
{
(void) argc;
signal(SIGINT, controlC);
shellLoop(argv);
return (0);
}
| 15.464286 | 45 | 0.639723 |
646077eec819d7f6cc5765af460ebf5cdbc61c96 | 794 | c | C | clients/audio/examples/playFile.c | 1480c1/nas | f1e8e0da221152560efcb097c00539476071047c | [
"DOC",
"X11"
] | null | null | null | clients/audio/examples/playFile.c | 1480c1/nas | f1e8e0da221152560efcb097c00539476071047c | [
"DOC",
"X11"
] | null | null | null | clients/audio/examples/playFile.c | 1480c1/nas | f1e8e0da221152560efcb097c00539476071047c | [
"DOC",
"X11"
] | null | null | null | /**
* playFile - a simple Network Audio System audio file player
*
* usage: playFile [-v <volume in percent>] file
*
* Demonstrates AuSoundPlaySynchronousFromFile()
*
* $NCDId: @(#)playFile.c,v 1.1 1994/04/28 23:00:21 greg Exp $
*/
#include <stdio.h>
#include <stdlib.h>
#include <audio/audiolib.h>
#include <audio/soundlib.h>
main(int argc, char **argv)
{
char *file = argv[1];
int volume = 100;
AuServer *aud;
if (argc == 4)
{
if (argv[1][0] == '-' && argv[1][1] == 'v')
{
volume = atoi(argv[2]);
file = argv[3];
}
else
exit(1);
}
else if (argc != 2)
exit(1);
if (!(aud = AuOpenServer(NULL, 0, NULL, 0, NULL, NULL)))
exit(1);
return AuSoundPlaySynchronousFromFile(aud, file, volume) ? 0 : 1;
}
| 19.85 | 69 | 0.562972 |
6462fb759623e41e2b43398e92da308846422c1f | 835 | c | C | patch/decorationhints.c | mrbooshehri/mewm | 303df6dfac71c4d8d4c48c4584f31853a94191ce | [
"MIT"
] | null | null | null | patch/decorationhints.c | mrbooshehri/mewm | 303df6dfac71c4d8d4c48c4584f31853a94191ce | [
"MIT"
] | null | null | null | patch/decorationhints.c | mrbooshehri/mewm | 303df6dfac71c4d8d4c48c4584f31853a94191ce | [
"MIT"
] | null | null | null | static Atom motifatom;
void
updatemotifhints(Client *c)
{
Atom real;
int format;
unsigned char *p = NULL;
unsigned long n, extra;
unsigned long *motif;
int width, height;
if (!decorhints)
return;
if (XGetWindowProperty(dpy, c->win, motifatom, 0L, 5L, False, motifatom,
&real, &format, &n, &extra, &p) == Success && p != NULL) {
motif = (unsigned long*)p;
if (motif[MWM_HINTS_FLAGS_FIELD] & MWM_HINTS_DECORATIONS) {
width = WIDTH(c);
height = HEIGHT(c);
if (motif[MWM_HINTS_DECORATIONS_FIELD] & MWM_DECOR_ALL ||
motif[MWM_HINTS_DECORATIONS_FIELD] & MWM_DECOR_BORDER ||
motif[MWM_HINTS_DECORATIONS_FIELD] & MWM_DECOR_TITLE)
c->bw = c->oldbw = borderpx;
else
c->bw = c->oldbw = 0;
resize(c, c->x, c->y, width - (2*c->bw), height - (2*c->bw), 0);
}
XFree(p);
}
}
| 23.857143 | 79 | 0.635928 |
64652f712fc62041b622ad2c9d23b86be67d6afb | 10,926 | h | C | src/utils.h | kryptine/fth-svn | 3609c7e66873f10e82a48b8324be85d3f024bd9a | [
"BSD-2-Clause"
] | null | null | null | src/utils.h | kryptine/fth-svn | 3609c7e66873f10e82a48b8324be85d3f024bd9a | [
"BSD-2-Clause"
] | null | null | null | src/utils.h | kryptine/fth-svn | 3609c7e66873f10e82a48b8324be85d3f024bd9a | [
"BSD-2-Clause"
] | null | null | null | /*-
* Copyright (c) 2005-2019 Michael Scholz <mi-scholz@users.sourceforge.net>
* 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 and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)utils.h 2.2 11/18/19
*/
#if !defined(_UTILS_H_)
#define _UTILS_H_
#define PROPERTY_HASH_SIZE 101
/*
* Shell environment variables and default values:
*
* $FTH_INIT_FILE ~/.fthrc
* $FTH_HISTORY ~/.fth-history
* $FTH_HISTORY_LENGTH 100
* $FTH_FTHPATH ""
* $FTH_LIBPATH ""
*
* $FTH_DICTIONARY_SIZE 1024 * 1024
* $FTH_STACK_SIZE 1024 * 8
* $FTH_RETURN_SIZE 1024
* $FTH_LOCALS_SIZE 2048
*/
#define FTH_ENV_INIT_FILE "FTH_INIT_FILE"
#define FTH_ENV_HIST "FTH_HISTORY"
#define FTH_ENV_HIST_LEN "FTH_HISTORY_LENGTH"
#define FTH_ENV_FTHPATH "FTH_FTHPATH"
#define FTH_ENV_LIBPATH "FTH_LIBPATH"
#define FTH_ENV_DICTIONARY_SIZE "FTH_DICTIONARY_SIZE"
#define FTH_ENV_STACK_SIZE "FTH_STACK_SIZE"
#define FTH_ENV_RETURN_SIZE "FTH_RETURN_SIZE"
#define FTH_ENV_LOCALS_SIZE "FTH_LOCALS_SIZE"
#define _FTH_String(X) #X
#define FTH_XString(X) _FTH_String(X)
/* proc.c */
#define fth_make_proc_from_vfunc(Name, Func, Req, Opt, Rest) \
fth_make_proc_from_func(Name, (FTH (*)())Func, 1, Req, Opt, Rest)
#define FTH_SET_CONSTANT(Name) \
fth_define_constant(#Name, (FTH)(Name), NULL)
/*-
* MAKE_MEMBER(Object, Name, Type, Member)
*
* Object = object type, e.g. FArray, FHash etc.
* Name = prefix string, e.g. ary, str
* Type = what ficl/stack.c provides, e.g. Integer, Float etc.
* Member = struct member name, e.g. length
*
* MAKE_MEMBER(FArray, ary, Integer, length)
*
* creates two static C functions:
*
* cb_ary_length()
* init_ary_length()
*
* The latter can be called e.g. in init_array() to create the Ficl
* word:
*
* ary->length
*
*/
#define MAKE_MEMBER(Object, Name, Type, Member) \
static void \
cb_ ## Name ## _ ## Member(ficlVm *vm) \
{ \
FTH obj; \
\
FTH_STACK_CHECK(vm, 1, 1); \
obj = fth_pop_ficl_cell(vm); \
\
if (fth_instance_p(obj)) \
ficlStackPush ## Type(vm->dataStack, \
FTH_INSTANCE_REF_GEN(obj, Object)->Member); \
else \
ficlStackPushBoolean(vm->dataStack, 0); \
} \
static void \
init_ ## Name ## _ ## Member(void) \
{ \
ficlDictionaryAppendPrimitive(FTH_FICL_DICT(), \
#Name "->" #Member, cb_ ## Name ## _ ## Member, \
FICL_WORD_DEFAULT); \
}
/* Simple Array */
typedef struct {
void **data;
unsigned length;
unsigned incr;
} simple_array;
/* === IO === */
#if defined(HAVE_SYS_SOCKET_H)
#include <sys/socket.h>
#endif
#if defined(HAVE_SYS_UN_H)
#include <sys/un.h>
#endif
#if defined(HAVE_NETINET_IN_H)
#include <netinet/in.h>
#endif
#if defined(HAVE_NETDB_H)
#include <netdb.h>
#endif
#if defined(HAVE_SYS_UIO_H)
#include <sys/uio.h>
#endif
#if !defined(HAVE_STRUCT_SOCKADDR_UN) || defined(_WIN32)
#define HAVE_SOCKET 0
#define FTH_DEFAULT_ADDRFAM 0
#else /* !_WIN32 */
#define HAVE_SOCKET 1
#if defined(AF_INET)
#define FTH_DEFAULT_ADDRFAM AF_INET
#else
#define FTH_DEFAULT_ADDRFAM 2
#endif
#endif /* _WIN32 */
#define FTH_DEFAULT_PORT 1024
/* Keywords for xxx_open(:if-exists). */
#define FTH_KEYWORD_ERROR fth_keyword("error")
#define FTH_KEYWORD_RENAME fth_keyword("rename")
#define FTH_KEYWORD_OVERWRITE fth_keyword("overwrite")
typedef enum {
FTH_IO_UNDEF,
FTH_IO_FILE,
FTH_IO_PIPE,
FTH_IO_SOCKET,
FTH_IO_STRING,
FTH_IO_PORT
} io_t;
typedef struct {
io_t type;
FTH name;
FTH filename;
FTH buffer;
int fam;
void *data;
ficl2Integer length;
int input_p;
int output_p;
int closed_p;
int (*read_char) (void *);
void (*write_char) (void *, int);
char *(*read_line) (void *);
void (*write_line) (void *, const char *);
int (*eof_p) (void *);
ficl2Integer (*tell) (void *);
ficl2Integer (*seek) (void *, ficl2Integer, int);
void (*flush) (void *);
void (*rewind) (void *);
void (*close) (void *);
} FIO;
#define FTH_IO_OBJECT(Obj) FTH_INSTANCE_REF_GEN(Obj, FIO)
#define FTH_IO_TYPE(Obj) FTH_IO_OBJECT(Obj)->type
#define FTH_IO_NAME(Obj) FTH_IO_OBJECT(Obj)->name
#define FTH_IO_FILENAME(Obj) FTH_IO_OBJECT(Obj)->filename
#define FTH_IO_FAM(Obj) FTH_IO_OBJECT(Obj)->fam
#define FTH_IO_DATA(Obj) FTH_IO_OBJECT(Obj)->data
#define FTH_IO_LENGTH(Obj) FTH_IO_OBJECT(Obj)->length
#define FTH_IO_BUFFER(Obj) FTH_IO_OBJECT(Obj)->buffer
#define FTH_IO_INPUT_P(Obj) FTH_IO_OBJECT(Obj)->input_p
#define FTH_IO_OUTPUT_P(Obj) FTH_IO_OBJECT(Obj)->output_p
#define FTH_IO_CLOSED_P(Obj) FTH_IO_OBJECT(Obj)->closed_p
#define FTH_IO_READ_CHAR(Obj) \
(*FTH_IO_OBJECT(Obj)->read_char)(FTH_IO_DATA(Obj))
#define FTH_IO_WRITE_CHAR(Obj, val) \
(*FTH_IO_OBJECT(Obj)->write_char)(FTH_IO_DATA(Obj), val)
#define FTH_IO_READ_LINE(Obj) \
(*FTH_IO_OBJECT(Obj)->read_line)(FTH_IO_DATA(Obj))
#define FTH_IO_WRITE_LINE(Obj, val) \
(*FTH_IO_OBJECT(Obj)->write_line)(FTH_IO_DATA(Obj), val)
#define FTH_IO_EOF_P(Obj) \
(*FTH_IO_OBJECT(Obj)->eof_p)(FTH_IO_DATA(Obj))
#define FTH_IO_TELL(Obj) \
(*FTH_IO_OBJECT(Obj)->tell)(FTH_IO_DATA(Obj))
#define FTH_IO_SEEK(Obj, pos, w) \
(*FTH_IO_OBJECT(Obj)->seek)(FTH_IO_DATA(Obj), pos, w)
#define FTH_IO_FLUSH(Obj) \
(*FTH_IO_OBJECT(Obj)->flush)(FTH_IO_DATA(Obj))
#define FTH_IO_REWIND(Obj) \
(*FTH_IO_OBJECT(Obj)->rewind)(FTH_IO_DATA(Obj))
#define FTH_IO_CLOSE(Obj) \
(*FTH_IO_OBJECT(Obj)->close)(FTH_IO_DATA(Obj))
#define keyword_args_string "\
The following keyword arguments exist:\n\
:filename file name (string) => file IO\n\
:fam default r/o\n\
:command cmd (string or array-of-strings) => pipe IO\n\
:fam default r/o\n\
:string string (string) => string IO\n\
:fam default r/o\n\
:socket host (string) => socket IO\n\
:domain default AF_INET\n\
:port default 1024\n\
:soft-port port name (string) => soft-port IO\n\
:fam default r/o\n\
:port-name default \"soft-port-name\"\n\
:read-char proc ( -- c )\n\
:write-char proc ( c -- )\n\
:read-line proc ( -- line )\n\
:write-line proc ( line -- )\n\
:flush proc ( -- )\n\
:close proc ( -- )\n\
See also io-open-file, io-open-input-file, io-open-output-file, \
with-input-port, with-output-port, with-input-from-port, \
with-output-to-port, with-error-to-port."
__BEGIN_DECLS
void init_gc(void);
void init_array_type(void);
void init_hash_type(void);
void init_io_type(void);
void init_hook_type(void);
void init_string_type(void);
void init_regexp_type(void);
void init_number_types(void);
void init_array(void);
void init_hash (void);
void init_io (void);
void init_port (void);
void init_file (void);
void init_number(void);
void init_object(void);
void init_proc (void);
void init_hook (void);
void init_string(void);
void init_regexp(void);
void init_symbol(void);
void init_utils(void);
/* array.c */
/* Next two have no bound checks! */
FTH fth_array_fast_set(FTH, ficlInteger, FTH);
FTH fth_array_fast_ref(FTH, ficlInteger);
/* io.c */
FTH make_io_base(int);
/* misc.c */
void forth_init(void);
void forth_init_before_load(void);
extern int fth_signal_caught_p;
#if !defined(_WIN32)
extern sigjmp_buf fth_sig_toplevel;
void signal_check(int);
#endif
void fth_reset_loop_and_depth(void);
/* numbers.c */
int ficl_parse_number(ficlVm *, ficlString);
#if HAVE_COMPLEX
int ficl_parse_complex(ficlVm *, ficlString);
#endif
int ficl_parse_bignum(ficlVm *, ficlString);
int ficl_parse_ratio(ficlVm *, ficlString);
/* object.c */
FTH make_object_type(const char *, fobj_t);
FTH make_object_type_from(const char *, fobj_t, FTH);
void gc_free_all(void);
void gc_push(ficlWord *);
void gc_pop(void);
void gc_loop_reset(void);
void fth_set_backtrace(FTH);
void fth_show_backtrace(int);
/* port.c */
FTH io_keyword_args_ref(int);
/* proc.c */
FTH fth_word_dump(FTH);
FTH fth_word_inspect(FTH);
FTH fth_word_to_source(ficlWord *);
FTH fth_word_to_string(FTH);
void ficl_init_locals(ficlVm *, ficlDictionary *);
/* string.c */
/* Next two have no bound checks! */
char fth_string_c_char_fast_ref(FTH, ficlInteger);
char fth_string_c_char_fast_set(FTH, ficlInteger, char);
/* Doesn't remove sep_str. */
FTH fth_string_split_2(FTH, FTH);
/* symbol.c */
FTH ficl_ans_real_exc(int);
/* utils.c */
simple_array *make_simple_array(int);
simple_array *make_simple_array_var(int,...);
int simple_array_length(simple_array *);
int simple_array_equal_p(simple_array *, simple_array *);
void *simple_array_ref(simple_array *, int);
void simple_array_set(simple_array *, int, void *);
void simple_array_push(simple_array *, void *);
void *simple_array_pop(simple_array *);
int simple_array_index(simple_array *, void *);
int simple_array_rindex(simple_array *, void *);
int simple_array_member_p(simple_array *, void *);
void *simple_array_delete(simple_array *, void *);
void *simple_array_rdelete(simple_array *, void *);
simple_array *simple_array_reverse(simple_array *);
simple_array *simple_array_clear(simple_array *);
void simple_array_free(simple_array *);
FTH simple_array_to_array(simple_array *);
void push_forth_string(ficlVm *, char *);
char *parse_input_buffer(ficlVm *, char *);
char *parse_tib_with_restart(ficlVm *, char *, int,
ficlString (*) (ficlVm *, int));
__END_DECLS
#endif /* _UTILS_H_ */
/*
* utils.h ends here
*/
| 30.265928 | 77 | 0.688999 |
646996615e396554081e564a9eb1feb66de4f35a | 14,268 | h | C | hsp3_compiler/hsp3compiler/token.h | dolphilia/machsp | 0acb5cd792fb0e1a98d86748b6273ab8e16523aa | [
"MIT"
] | 6 | 2018-12-21T10:58:31.000Z | 2022-01-13T19:26:24.000Z | hsp3_compiler/hsp3compiler/token.h | dolphilia/machsp | 0acb5cd792fb0e1a98d86748b6273ab8e16523aa | [
"MIT"
] | null | null | null | hsp3_compiler/hsp3compiler/token.h | dolphilia/machsp | 0acb5cd792fb0e1a98d86748b6273ab8e16523aa | [
"MIT"
] | null | null | null | //
// token.cpp structures
//
#ifndef __token_h
#define __token_h
#import <Cocoa/Cocoa.h>
#import <Foundation/Foundation.h>
#import <vector>
#import <string>
#import <memory>
#import "label.h"
#import "tagstack.h"
#import "membuf.h"
#import "strnote.h"
#import "hspvar_core.h"
#import "errormsg.h"
#import "hsp3struct.h"
// token type
#define TK_NONE 0
#define TK_OBJ 1
#define TK_STRING 2
#define TK_DNUM 3
#define TK_NUM 4
#define TK_CODE 6
#define TK_LABEL 7
#define TK_VOID 0x1000
#define TK_SEPARATE 0x1001
#define TK_EOL 0x1002
#define TK_EOF 0x1003
#define TK_ERROR -1
#define TK_CALCERROR -2
#define TK_CALCSTOP -3
#define DUMPMODE_RESCMD 3
#define DUMPMODE_DLLCMD 4
#define DUMPMODE_ALL 15
#define CMPMODE_PPOUT 1
#define CMPMODE_OPTCODE 2
#define CMPMODE_CASE 4
#define CMPMODE_OPTINFO 8
#define CMPMODE_PUTVARS 16
#define CMPMODE_VARINIT 32
#define CMPMODE_OPTPRM 64
#define CMPMODE_SKIPJPSPC 128
#define CG_FLAG_ENABLE 0
#define CG_FLAG_DISABLE 1
#define CG_LASTCMD_NONE 0
#define CG_LASTCMD_LET 1
#define CG_LASTCMD_CMD 2
#define CG_LASTCMD_CMDIF 3
#define CG_LASTCMD_CMDMIF 4
#define CG_LASTCMD_CMDELSE 5
#define CG_LASTCMD_CMDMELSE 6
#define CG_IFLEV_MAX 128
#define CG_REPLEV_MAX 128
// option for 'GetTokenCG'
#define GETTOKEN_DEFAULT 0
#define GETTOKEN_NOFLOAT 1 // '.'を小数点と見なさない(整数のみ取得)
#define GETTOKEN_LABEL 2 // '*'に続く名前をラベルとして取得
#define GETTOKEN_EXPRBEG 4 // 式の先頭
#define CG_LOCALSTRUCT_MAX 256
#define CG_IFCHECK_SCOPE 0
#define CG_IFCHECK_LINE 1
#define CG_LIBMODE_NONE -1
#define CG_LIBMODE_DLL 0
#define CG_LIBMODE_DLLNEW 1
#define CG_LIBMODE_COM 2
#define CG_LIBMODE_COMNEW 3
#define CALCVAR double
#define LINEBUF_MAX 0x10000
// line mode type
#define LMODE_ON 0
#define LMODE_STR 1
#define LMODE_COMMENT 2
#define LMODE_OFF 3
// macro default data storage
typedef struct MACDEF {
int index[32]; // offset to data
char data[1];
} MACDEF;
// module related define
#define OBJNAME_MAX 60
#define MODNAME_MAX 20
#define COMP_MODE_DEBUG 1
#define COMP_MODE_DEBUGWIN 2
#define COMP_MODE_UTF8 4
#define SWSTACK_MAX 32
#define HEDINFO_RUNTIME 0x1000 // 動的ランタイムを有効にする
#define HEDINFO_NOMMTIMER 0x2000 // マルチメディアタイマーを無効にする
#define HEDINFO_NOGDIP 0x4000 // GDI+による描画を無効にする
#define HEDINFO_FLOAT32 0x8000 // 実数を32bit floatとして処理する
#define HEDINFO_ORGRND 0x10000 // 標準の乱数発生を使用する
enum ppresult_t {
PPRESULT_SUCCESS, // 成功
PPRESULT_ERROR, // エラー
PPRESULT_UNKNOWN_DIRECTIVE, // 不明なプリプロセッサ命令(PreprocessNM)
PPRESULT_INCLUDED, // #include された
PPRESULT_WROTE_LINE, // 1行書き込まれた
PPRESULT_WROTE_LINES, // 2行以上書き込まれた
};
//class CLabel;
//class CMemBuf;
//class CTagStack;
//class CStrNote;
//class AHTMODEL;
#define SCNVBUF_DEFAULTSIZE 0x8000
#define SCNV_OPT_NONE 0
#define SCNV_OPT_SJISUTF8 1
// token analysis class
typedef struct undefined_symbol_t {
int pos;
int len_include_modname;
int len;
} undefined_symbol_t;
@interface CToken : NSObject {
// Data
//
CLabel *lb; // label object
CLabel *tmp_lb; // label object (preprocessor reference)
CTagStack *tstack; // tag stack object
CMemBuf *errbuf;
CMemBuf *wrtbuf;
CMemBuf *packbuf;
CMemBuf *ahtbuf;
CStrNote *note;
// AHTMODEL *ahtmodel; // AHT process data
char common_path[HSP_MAX_PATH]; // common path
char search_path[HSP_MAX_PATH]; // search path
int line;
int val;
int ttype; // last token type
int texflag;
char *lasttoken; // last token point
float val_f;
double val_d;
double fpbit;
unsigned char *wp;
unsigned char s2[1024];
unsigned char *s3;
char linebuf[LINEBUF_MAX]; // Line expand buffer
char linetmp[LINEBUF_MAX]; // Line expand temp
char errtmp[128]; // temp for error message
char mestmp[128]; // meseage temp
int incinf; // include level
int mulstr; // multiline string flag
short swstack[SWSTACK_MAX]; // generator sw stack (flag)
short swstack2[SWSTACK_MAX]; // generator sw stack (mode)
short swstack3[SWSTACK_MAX]; // generator sw stack (sw)
int swsp; // generator sw stack pointer
int swmode; // generator sw mode (0=if/1=else)
int swlevel; // first stack level ( when off )
int fileadd; // File Addition Mode (1=on)
int swflag; // generator sw enable flag
char *ahtkeyword; // keyword for AHT
char modname[MODNAME_MAX+2]; // Module Name Prefix
int modgc; // Global counter for Module
int enumgc; // Global counter for Enum
std::vector<undefined_symbol_t> undefined_symbols;
int cs_lastptr; // パラメーターの初期CS位置
int cs_lasttype; // パラメーターのタイプ(単一時)
int calccount; // パラメーター個数
int pp_utf8; // ソースコードをUTF-8として処理する(0=無効)
// for CodeGenerator
//
int cg_flag;
int cg_debug;
int cg_iflev;
int cg_valcnt;
int cg_typecnt;
int cg_pptype;
int cg_locallabel;
int cg_varhpi;
int cg_putvars;
int cg_defvarfix;
int cg_utf8out;
char *cg_ptr;
char *cg_ptr_bak;
char *cg_str;
unsigned char *cg_wp;
char cg_libname[1024];
int replev;
int repend[CG_REPLEV_MAX];
int iflev;
int iftype[CG_IFLEV_MAX];
int ifmode[CG_IFLEV_MAX];
int ifscope[CG_IFLEV_MAX];
int ifptr[CG_IFLEV_MAX];
int ifterm[CG_IFLEV_MAX];
int cg_lastcmd;
int cg_lasttype;
int cg_lastval;
int cg_lastcs;
CMemBuf *cs_buf;
CMemBuf *ds_buf;
CMemBuf *ot_buf;
CMemBuf *di_buf;
CMemBuf *li_buf;
CMemBuf *fi_buf;
CMemBuf *mi_buf;
CMemBuf *fi2_buf;
CMemBuf *hpi_buf;
#ifdef HSP_DS_POOL
std::map<double, int> double_literal_table; // 定数プール用
std::map<std::string, int> string_literal_table;
#endif
// for Header info
int hed_option;
char hed_runtime[64];
int hed_cmpmode;
int hed_autoopt_timer;
// for Struct
int cg_stnum;
int cg_stsize;
int cg_stptr;
int cg_libindex;
int cg_libmode;
int cg_localstruct[CG_LOCALSTRUCT_MAX];
int cg_localcur;
// for Error
//
int cg_errline;
int cg_orgline;
char cg_orgfile[HSP_MAX_PATH];
// for SCNV
//
char *scnvbuf; // SCNV変換バッファ
int scnvsize; // SCNV変換バッファサイズ
}
// CToken();
// CToken( char *buf );
// ~CToken();
//void InitSCNV( int size );
//char *ExecSCNV( char *srcbuf, int opt );
//void SetAHT( AHTMODEL *aht );
//void SetAHTBuffer( CMemBuf *aht );
-(CLabel*)GetLabelInfo;
-(void)SetLabelInfo:(CLabel*)lbinfo;
-(void)Error:(char*)mes;
-(void)LineError:(char*)mes line:(int)line fname:(char*)fname;
-(void)SetError:(char*)mes;
-(void)Mes:(char*)mes;
-(void)Mesf:(char*)format, ...;
-(void)SetErrorBuf:(CMemBuf*)buf;
-(void)ResetCompiler;
-(int)GetToken;
-(int)PeekToken;
-(int)Calc:(CALCVAR &)val;
-(char*)CheckValidWord;
// For preprocess
//
-(ppresult_t)Preprocess:(char*)str;
-(ppresult_t)PreprocessNM:(char*)str;
-(void)PreprocessCommentCheck:(char*)str;
-(int)ExpandLine:(CMemBuf*)buf src:(CMemBuf*)src refname:(char*)refname;
-(int)ExpandFile:(CMemBuf*)buf fname:(char*)fname refname:(char*)refname;
-(void)FinishPreprocess:(CMemBuf*)buf;
-(void)SetCommonPath:(char*)path;
-(int)SetAdditionMode:(int)mode;
-(void)SetLook:(char*)buf;
-(char*)GetLook;
-(char*)GetLookResult;
-(int)GetLookResultInt;
-(int)LabelRegist:(char**)list mode:(int)mode;
-(int)LabelRegist2:(char**)list;
-(int)LabelRegist3:(char**)list;
-(int)LabelDump:(CMemBuf*)out option:(int)option;
-(int)GetLabelBufferSize;
-(int)RegistExtMacroPath:(char*)name str:(char*)str;
-(int)RegistExtMacro_str:(char*)name str:(char*)str;
-(int)RegistExtMacro_val:(char*)keyword val:(int)val;
-(void)SetPackfileOut:(CMemBuf*)pack;
-(int)AddPackfile:(char*)name mode:(int)mode;
-(void)InitSCNV:(int)size;
-(char*)ExecSCNV:(char*)srcbuf opt:(int)opt;
-(int)CheckByteSJIS:(unsigned char)byte;
-(int)CheckByteUTF8:(unsigned char)byte;
-(int)SkipMultiByte:(unsigned char)byte;
// For Code Generate
//
-(int)GenerateCode:(char*)fname oname:(char*)oname mode:(int)mode;
-(int)GenerateCode_membuf:(CMemBuf*)srcbuf oname:(char*)oname mode:(int)mode;
-(void)PutCS:(int)type value:(int)value exflg:(int)exflg;
-(void)PutCS_double:(int)type value:(double)value exflg:(int)exflg;
-(void)PutCSSymbol:(int)label_id exflag:(int)exflag;
-(int)GetCS;
-(int)PutOT:(int)value;
-(int)PutDS_double:(double)value;
-(int)PutDS:(char*)str;
-(int)PutDSStr:(char*)str converts_to_utf8:(bool)converts_to_utf8;
-(int)PutDSBuf:(char*)str;
-(int)PutDSBuf_size:(char*)str size:(int)size;
-(char*)GetDS:(int)ptr;
-(void)SetOT:(int)id value:(int)value;
-(void)PutDI;
-(void)PutDI_int:(int)dbg_code a:(int)a subid:(int)subid;
-(void)PutDIVars;
-(void)PutDILabels;
-(void)PutDIParams;
-(void)PutHPI:(short)flag option:(short)option libname:(char*)libname funcname:(char*)funcname;
-(int)PutLIB:(int)flag name:(char*)name;
-(void)SetLIBIID:(int)id clsid:(char*)clsid;
-(int)PutStructParam:(short)mptype extype:(int)extype;
-(int)PutStructParamTag;
-(void)PutStructStart;
-(int)PutStructEnd:(char*)name libindex:(int)libindex otindex:(int)otindex funcflag:(int)funcflag;
-(int)PutStructEnd_int:(int)i name:(char*)name libindex:(int)libindex otindex:(int)otindex funcflag:(int)funcflag;
-(int)PutStructEndDll:(char*)name libindex:(int)libindex subid:(int)subid otindex:(int)otindex;
-(void)CalcCG:(int)ex;
-(int)GetHeaderOption; //{ return hed_option; }
-(char*)GetHeaderRuntimeName; //{ return hed_runtime; }
-(void)SetHeaderOption:(int)opt name:(char*)name; //{ hed_option=opt; strcpy( hed_runtime, name ); }
-(int)GetCmpOption; //{ return hed_cmpmode; }
-(void)SetCmpOption:(int)cmpmode; ///{ hed_cmpmode = cmpmode; }
-(void)SetUTF8Input:(int)utf8mode; //{ pp_utf8 = utf8mode; }
//private:
// For preprocess
//
-(void)Pickstr;
-(char*)Pickstr2:(char*)str;
-(void)Calc_token;
-(void)Calc_factor:(CALCVAR &)v;
-(void)Calc_unary:(CALCVAR &)v;
-(void)Calc_muldiv:(CALCVAR &)v;
-(void)Calc_addsub:(CALCVAR &)v;
-(void)Calc_bool:(CALCVAR &)v;
-(void)Calc_bool2:(CALCVAR &)v;
-(void)Calc_compare:(CALCVAR &)v;
-(void)Calc_start:(CALCVAR &)v;
-(ppresult_t)PP_Define;
-(ppresult_t)PP_Const;
-(ppresult_t)PP_Enum;
-(ppresult_t)PP_SwitchStart:(int)sw;
-(ppresult_t)PP_SwitchEnd;
-(ppresult_t)PP_SwitchReverse;
-(ppresult_t)PP_Include:(int)is_addition;
-(ppresult_t)PP_Module;
-(ppresult_t)PP_Global;
-(ppresult_t)PP_Deffunc:(int)mode;
-(ppresult_t)PP_Defcfunc:(int)mode;
-(ppresult_t)PP_Struct;
-(ppresult_t)PP_Func:(char*)name;
-(ppresult_t)PP_Cmd:(char*)name;
-(ppresult_t)PP_Pack:(int)mode;
-(ppresult_t)PP_PackOpt;
-(ppresult_t)PP_RuntimeOpt;
-(ppresult_t)PP_CmpOpt;
-(ppresult_t)PP_Usecom;
// ppresult_t PP_Aht( void );
// ppresult_t PP_Ahtout( void );
// ppresult_t PP_Ahtmes( void );
-(ppresult_t)PP_BootOpt;
-(void)SetModuleName:(char*)name;
-(char*)GetModuleName;
-(void)AddModuleName:(char*)str;
-(void)FixModuleName:(char*)str;
-(int)IsGlobalMode;
-(int)CheckModuleName:(char*)name;
-(char*)SkipLine:(char*)str pline:(int*)pline;
-(char*)ExpandStr:(char*)str opt:(int)opt;
-(char*)ExpandStrEx:(char*)str;
-(char*)ExpandStrComment:(char*)str opt:(int)opt;
-(char*)ExpandStrComment2:(char*)str;
-(char*)ExpandAhtStr:(char*)str;
-(char*)ExpandBin:(char*)str val:(int*)val;
-(char*)ExpandHex:(char*)str val:(int*)val;
-(char*)ExpandToken:(char*)str type:(int*)type ppmode:(int)ppmode;
-(int)ExpandTokens:(char*)vp buf:(CMemBuf*)buf lineext:(int*)lineext is_preprocess_line:(int)is_preprocess_line;
-(char*)SendLineBuf:(char*)str;
-(char*)SendLineBufPP:(char*)str lines:(int*)lines;
-(int)ReplaceLineBuf:(char*)str1 str2:(char*)str2 repl:(char*)repl macopt:(int)macopt macdef:(MACDEF*)macdef;
-(void)SetErrorSymbolOverdefined:(char*)keyword label_id:(int)label_id;
// For Code Generate
//
-(int)GenerateCodeMain:(CMemBuf*)src;
-(void)RegisterFuncLabels;
-(int)GenerateCodeBlock;
-(int)GenerateCodeSub;
-(void)GenerateCodePP:(char*)buf;
-(void)GenerateCodeCMD:(int)id;
-(void)GenerateCodeLET:(int)id;
-(void)GenerateCodeVAR:(int)id ex:(int)ex;
-(void)GenerateCodePRM;
-(void)GenerateCodePRMN;
-(int)GenerateCodePRMF;
-(void)GenerateCodePRMF2;
-(void)GenerateCodePRMF3;
-(int)GenerateCodePRMF4:(int)t;
-(void)GenerateCodeMethod;
-(void)GenerateCodeLabel:(char*)name ex:(int)ex;
-(void)GenerateCodePP_regcmd;
-(void)GenerateCodePP_cmd;
-(void)GenerateCodePP_deffunc0:(int)is_command;
-(void)GenerateCodePP_deffunc;
-(void)GenerateCodePP_defcfunc;
-(void)GenerateCodePP_uselib;
-(void)GenerateCodePP_module;
-(void)GenerateCodePP_struct;
-(void)GenerateCodePP_func:(int)deftype;
-(void)GenerateCodePP_usecom;
-(void)GenerateCodePP_comfunc;
-(void)GenerateCodePP_defvars:(int)fixedvalue;
-(int)GetParameterTypeCG:(char*)name;
-(int)GetParameterStructTypeCG:(char*)name;
-(int)GetParameterFuncTypeCG:(char*)name;
-(int)GetParameterResTypeCG:(char*)name;
-(char*)GetTokenCG:(char*)str option:(int)option;
-(char*)GetTokenCG:(int)option;
-(char*)GetSymbolCG:(char*)str;
-(char*)GetLineCG;
-(char*)PickStringCG:(char*)str sep:(int)sep;
-(char*)PickStringCG2:(char*)str strsrc:(char**)strsrc;
-(char*)PickLongStringCG:(char*)str;
-(int)PickNextCodeCG;
-(void)CheckInternalListenerCMD:(int)opt;
-(void)CheckInternalProgCMD:(int)opt orgcs:(int)orgcs;
-(void)CheckInternalIF:(int)opt;
-(void)CheckCMDIF_Set:(int)mode;
-(void)CheckCMDIF_Fin:(int)mode;
-(int)SetVarsFixed:(char*)varname fixedvalue:(int)fixedvalue;
-(void)CalcCG_token;
-(void)CalcCG_token_exprbeg;
-(void)CalcCG_token_exprbeg_redo;
-(void)CalcCG_regmark:(int)mark;
-(void)CalcCG_factor;
-(void)CalcCG_unary;
-(void)CalcCG_muldiv;
-(void)CalcCG_addsub;
-(void)CalcCG_shift;
-(void)CalcCG_bool;
-(void)CalcCG_compare;
-(void)CalcCG_start;
-(bool)CG_optCode; //const { return (hed_cmpmode & CMPMODE_OPTCODE) != 0; }
-(bool)CG_optInfo; //const { return (hed_cmpmode & CMPMODE_OPTINFO) != 0; }
-(void)CG_MesLabelDefinition:(int)label_id;
@end
#endif
| 32.575342 | 114 | 0.699608 |
646c32acc64d117570a85dfe18153bec08a86241 | 63,523 | h | C | iot/include/alibabacloud/iot/IotClient.h | sdk-team/aliyun-openapi-cpp-sdk | d0e92f6f33126dcdc7e40f60582304faf2c229b7 | [
"Apache-2.0"
] | 3 | 2020-01-06T08:23:14.000Z | 2022-01-22T04:41:35.000Z | iot/include/alibabacloud/iot/IotClient.h | sdk-team/aliyun-openapi-cpp-sdk | d0e92f6f33126dcdc7e40f60582304faf2c229b7 | [
"Apache-2.0"
] | null | null | null | iot/include/alibabacloud/iot/IotClient.h | sdk-team/aliyun-openapi-cpp-sdk | d0e92f6f33126dcdc7e40f60582304faf2c229b7 | [
"Apache-2.0"
] | null | null | null | /*
* 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 by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_IOT_IOTCLIENT_H_
#define ALIBABACLOUD_IOT_IOTCLIENT_H_
#include <future>
#include <alibabacloud/core/AsyncCallerContext.h>
#include <alibabacloud/core/EndpointProvider.h>
#include <alibabacloud/core/RpcServiceClient.h>
#include "IotExport.h"
#include "model/QueryAppDeviceListRequest.h"
#include "model/QueryAppDeviceListResult.h"
#include "model/DeleteTopicRouteTableRequest.h"
#include "model/DeleteTopicRouteTableResult.h"
#include "model/QueryDeviceGroupListRequest.h"
#include "model/QueryDeviceGroupListResult.h"
#include "model/SetDeviceGroupTagsRequest.h"
#include "model/SetDeviceGroupTagsResult.h"
#include "model/QueryDeviceEventDataRequest.h"
#include "model/QueryDeviceEventDataResult.h"
#include "model/QueryDeviceByTagsRequest.h"
#include "model/QueryDeviceByTagsResult.h"
#include "model/GetDeviceStatusRequest.h"
#include "model/GetDeviceStatusResult.h"
#include "model/DeleteDeviceRequest.h"
#include "model/DeleteDeviceResult.h"
#include "model/CreateDeviceGroupRequest.h"
#include "model/CreateDeviceGroupResult.h"
#include "model/EnableThingRequest.h"
#include "model/EnableThingResult.h"
#include "model/RRpcRequest.h"
#include "model/RRpcResult.h"
#include "model/DeleteRuleRequest.h"
#include "model/DeleteRuleResult.h"
#include "model/QueryProductTopicRequest.h"
#include "model/QueryProductTopicResult.h"
#include "model/GetThingTopoRequest.h"
#include "model/GetThingTopoResult.h"
#include "model/QueryPageByApplyIdRequest.h"
#include "model/QueryPageByApplyIdResult.h"
#include "model/CreateTopicRouteTableRequest.h"
#include "model/CreateTopicRouteTableResult.h"
#include "model/CreateProductRequest.h"
#include "model/CreateProductResult.h"
#include "model/UpdateRuleRequest.h"
#include "model/UpdateRuleResult.h"
#include "model/QueryDevicePropertyDataRequest.h"
#include "model/QueryDevicePropertyDataResult.h"
#include "model/UpdateDeviceGroupRequest.h"
#include "model/UpdateDeviceGroupResult.h"
#include "model/DeleteDeviceGroupRequest.h"
#include "model/DeleteDeviceGroupResult.h"
#include "model/QueryDevicePropRequest.h"
#include "model/QueryDevicePropResult.h"
#include "model/DeleteDevicePropRequest.h"
#include "model/DeleteDevicePropResult.h"
#include "model/StopRuleRequest.h"
#include "model/StopRuleResult.h"
#include "model/QueryDeviceGroupByDeviceRequest.h"
#include "model/QueryDeviceGroupByDeviceResult.h"
#include "model/QueryDeviceDetailRequest.h"
#include "model/QueryDeviceDetailResult.h"
#include "model/NotifyAddThingTopoRequest.h"
#include "model/NotifyAddThingTopoResult.h"
#include "model/InvokeThingServiceRequest.h"
#include "model/InvokeThingServiceResult.h"
#include "model/ListRuleActionsRequest.h"
#include "model/ListRuleActionsResult.h"
#include "model/BatchCheckDeviceNamesRequest.h"
#include "model/BatchCheckDeviceNamesResult.h"
#include "model/UpdateProductTopicRequest.h"
#include "model/UpdateProductTopicResult.h"
#include "model/UpdateRuleActionRequest.h"
#include "model/UpdateRuleActionResult.h"
#include "model/UpdateProductRequest.h"
#include "model/UpdateProductResult.h"
#include "model/QueryProductRequest.h"
#include "model/QueryProductResult.h"
#include "model/UpdateDeviceShadowRequest.h"
#include "model/UpdateDeviceShadowResult.h"
#include "model/QueryBatchRegisterDeviceStatusRequest.h"
#include "model/QueryBatchRegisterDeviceStatusResult.h"
#include "model/SetDevicePropertyRequest.h"
#include "model/SetDevicePropertyResult.h"
#include "model/RegisterDeviceRequest.h"
#include "model/RegisterDeviceResult.h"
#include "model/QueryDeviceRequest.h"
#include "model/QueryDeviceResult.h"
#include "model/BatchDeleteDeviceGroupRelationsRequest.h"
#include "model/BatchDeleteDeviceGroupRelationsResult.h"
#include "model/InvokeThingsServiceRequest.h"
#include "model/InvokeThingsServiceResult.h"
#include "model/QueryDeviceGroupTagListRequest.h"
#include "model/QueryDeviceGroupTagListResult.h"
#include "model/ListRuleRequest.h"
#include "model/ListRuleResult.h"
#include "model/QueryTopicRouteTableRequest.h"
#include "model/QueryTopicRouteTableResult.h"
#include "model/CreateRuleRequest.h"
#include "model/CreateRuleResult.h"
#include "model/StartRuleRequest.h"
#include "model/StartRuleResult.h"
#include "model/QueryProductListRequest.h"
#include "model/QueryProductListResult.h"
#include "model/QueryDevicePropertyStatusRequest.h"
#include "model/QueryDevicePropertyStatusResult.h"
#include "model/QueryDeviceStatisticsRequest.h"
#include "model/QueryDeviceStatisticsResult.h"
#include "model/PubRequest.h"
#include "model/PubResult.h"
#include "model/DeleteProductRequest.h"
#include "model/DeleteProductResult.h"
#include "model/SaveDevicePropRequest.h"
#include "model/SaveDevicePropResult.h"
#include "model/DeleteProductTopicRequest.h"
#include "model/DeleteProductTopicResult.h"
#include "model/QueryDeviceServiceDataRequest.h"
#include "model/QueryDeviceServiceDataResult.h"
#include "model/BatchRegisterDeviceWithApplyIdRequest.h"
#include "model/BatchRegisterDeviceWithApplyIdResult.h"
#include "model/DisableThingRequest.h"
#include "model/DisableThingResult.h"
#include "model/CreateProductTopicRequest.h"
#include "model/CreateProductTopicResult.h"
#include "model/RemoveThingTopoRequest.h"
#include "model/RemoveThingTopoResult.h"
#include "model/QueryTopicReverseRouteTableRequest.h"
#include "model/QueryTopicReverseRouteTableResult.h"
#include "model/BatchGetDeviceStateRequest.h"
#include "model/BatchGetDeviceStateResult.h"
#include "model/GetRuleActionRequest.h"
#include "model/GetRuleActionResult.h"
#include "model/BatchAddDeviceGroupRelationsRequest.h"
#include "model/BatchAddDeviceGroupRelationsResult.h"
#include "model/GetRuleRequest.h"
#include "model/GetRuleResult.h"
#include "model/GetDeviceShadowRequest.h"
#include "model/GetDeviceShadowResult.h"
#include "model/SetDevicesPropertyRequest.h"
#include "model/SetDevicesPropertyResult.h"
#include "model/GetGatewayBySubDeviceRequest.h"
#include "model/GetGatewayBySubDeviceResult.h"
#include "model/CreateRuleActionRequest.h"
#include "model/CreateRuleActionResult.h"
#include "model/QueryDeviceGroupInfoRequest.h"
#include "model/QueryDeviceGroupInfoResult.h"
#include "model/BatchRegisterDeviceRequest.h"
#include "model/BatchRegisterDeviceResult.h"
#include "model/DeleteRuleActionRequest.h"
#include "model/DeleteRuleActionResult.h"
#include "model/PubBroadcastRequest.h"
#include "model/PubBroadcastResult.h"
namespace AlibabaCloud
{
namespace Iot
{
class ALIBABACLOUD_IOT_EXPORT IotClient : public RpcServiceClient
{
public:
typedef Outcome<Error, Model::QueryAppDeviceListResult> QueryAppDeviceListOutcome;
typedef std::future<QueryAppDeviceListOutcome> QueryAppDeviceListOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryAppDeviceListRequest&, const QueryAppDeviceListOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryAppDeviceListAsyncHandler;
typedef Outcome<Error, Model::DeleteTopicRouteTableResult> DeleteTopicRouteTableOutcome;
typedef std::future<DeleteTopicRouteTableOutcome> DeleteTopicRouteTableOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DeleteTopicRouteTableRequest&, const DeleteTopicRouteTableOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteTopicRouteTableAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceGroupListResult> QueryDeviceGroupListOutcome;
typedef std::future<QueryDeviceGroupListOutcome> QueryDeviceGroupListOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceGroupListRequest&, const QueryDeviceGroupListOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceGroupListAsyncHandler;
typedef Outcome<Error, Model::SetDeviceGroupTagsResult> SetDeviceGroupTagsOutcome;
typedef std::future<SetDeviceGroupTagsOutcome> SetDeviceGroupTagsOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::SetDeviceGroupTagsRequest&, const SetDeviceGroupTagsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SetDeviceGroupTagsAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceEventDataResult> QueryDeviceEventDataOutcome;
typedef std::future<QueryDeviceEventDataOutcome> QueryDeviceEventDataOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceEventDataRequest&, const QueryDeviceEventDataOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceEventDataAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceByTagsResult> QueryDeviceByTagsOutcome;
typedef std::future<QueryDeviceByTagsOutcome> QueryDeviceByTagsOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceByTagsRequest&, const QueryDeviceByTagsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceByTagsAsyncHandler;
typedef Outcome<Error, Model::GetDeviceStatusResult> GetDeviceStatusOutcome;
typedef std::future<GetDeviceStatusOutcome> GetDeviceStatusOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::GetDeviceStatusRequest&, const GetDeviceStatusOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetDeviceStatusAsyncHandler;
typedef Outcome<Error, Model::DeleteDeviceResult> DeleteDeviceOutcome;
typedef std::future<DeleteDeviceOutcome> DeleteDeviceOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DeleteDeviceRequest&, const DeleteDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteDeviceAsyncHandler;
typedef Outcome<Error, Model::CreateDeviceGroupResult> CreateDeviceGroupOutcome;
typedef std::future<CreateDeviceGroupOutcome> CreateDeviceGroupOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::CreateDeviceGroupRequest&, const CreateDeviceGroupOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateDeviceGroupAsyncHandler;
typedef Outcome<Error, Model::EnableThingResult> EnableThingOutcome;
typedef std::future<EnableThingOutcome> EnableThingOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::EnableThingRequest&, const EnableThingOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> EnableThingAsyncHandler;
typedef Outcome<Error, Model::RRpcResult> RRpcOutcome;
typedef std::future<RRpcOutcome> RRpcOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::RRpcRequest&, const RRpcOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> RRpcAsyncHandler;
typedef Outcome<Error, Model::DeleteRuleResult> DeleteRuleOutcome;
typedef std::future<DeleteRuleOutcome> DeleteRuleOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DeleteRuleRequest&, const DeleteRuleOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteRuleAsyncHandler;
typedef Outcome<Error, Model::QueryProductTopicResult> QueryProductTopicOutcome;
typedef std::future<QueryProductTopicOutcome> QueryProductTopicOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryProductTopicRequest&, const QueryProductTopicOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryProductTopicAsyncHandler;
typedef Outcome<Error, Model::GetThingTopoResult> GetThingTopoOutcome;
typedef std::future<GetThingTopoOutcome> GetThingTopoOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::GetThingTopoRequest&, const GetThingTopoOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetThingTopoAsyncHandler;
typedef Outcome<Error, Model::QueryPageByApplyIdResult> QueryPageByApplyIdOutcome;
typedef std::future<QueryPageByApplyIdOutcome> QueryPageByApplyIdOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryPageByApplyIdRequest&, const QueryPageByApplyIdOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryPageByApplyIdAsyncHandler;
typedef Outcome<Error, Model::CreateTopicRouteTableResult> CreateTopicRouteTableOutcome;
typedef std::future<CreateTopicRouteTableOutcome> CreateTopicRouteTableOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::CreateTopicRouteTableRequest&, const CreateTopicRouteTableOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateTopicRouteTableAsyncHandler;
typedef Outcome<Error, Model::CreateProductResult> CreateProductOutcome;
typedef std::future<CreateProductOutcome> CreateProductOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::CreateProductRequest&, const CreateProductOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateProductAsyncHandler;
typedef Outcome<Error, Model::UpdateRuleResult> UpdateRuleOutcome;
typedef std::future<UpdateRuleOutcome> UpdateRuleOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::UpdateRuleRequest&, const UpdateRuleOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateRuleAsyncHandler;
typedef Outcome<Error, Model::QueryDevicePropertyDataResult> QueryDevicePropertyDataOutcome;
typedef std::future<QueryDevicePropertyDataOutcome> QueryDevicePropertyDataOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDevicePropertyDataRequest&, const QueryDevicePropertyDataOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDevicePropertyDataAsyncHandler;
typedef Outcome<Error, Model::UpdateDeviceGroupResult> UpdateDeviceGroupOutcome;
typedef std::future<UpdateDeviceGroupOutcome> UpdateDeviceGroupOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::UpdateDeviceGroupRequest&, const UpdateDeviceGroupOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateDeviceGroupAsyncHandler;
typedef Outcome<Error, Model::DeleteDeviceGroupResult> DeleteDeviceGroupOutcome;
typedef std::future<DeleteDeviceGroupOutcome> DeleteDeviceGroupOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DeleteDeviceGroupRequest&, const DeleteDeviceGroupOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteDeviceGroupAsyncHandler;
typedef Outcome<Error, Model::QueryDevicePropResult> QueryDevicePropOutcome;
typedef std::future<QueryDevicePropOutcome> QueryDevicePropOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDevicePropRequest&, const QueryDevicePropOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDevicePropAsyncHandler;
typedef Outcome<Error, Model::DeleteDevicePropResult> DeleteDevicePropOutcome;
typedef std::future<DeleteDevicePropOutcome> DeleteDevicePropOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DeleteDevicePropRequest&, const DeleteDevicePropOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteDevicePropAsyncHandler;
typedef Outcome<Error, Model::StopRuleResult> StopRuleOutcome;
typedef std::future<StopRuleOutcome> StopRuleOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::StopRuleRequest&, const StopRuleOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> StopRuleAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceGroupByDeviceResult> QueryDeviceGroupByDeviceOutcome;
typedef std::future<QueryDeviceGroupByDeviceOutcome> QueryDeviceGroupByDeviceOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceGroupByDeviceRequest&, const QueryDeviceGroupByDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceGroupByDeviceAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceDetailResult> QueryDeviceDetailOutcome;
typedef std::future<QueryDeviceDetailOutcome> QueryDeviceDetailOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceDetailRequest&, const QueryDeviceDetailOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceDetailAsyncHandler;
typedef Outcome<Error, Model::NotifyAddThingTopoResult> NotifyAddThingTopoOutcome;
typedef std::future<NotifyAddThingTopoOutcome> NotifyAddThingTopoOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::NotifyAddThingTopoRequest&, const NotifyAddThingTopoOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> NotifyAddThingTopoAsyncHandler;
typedef Outcome<Error, Model::InvokeThingServiceResult> InvokeThingServiceOutcome;
typedef std::future<InvokeThingServiceOutcome> InvokeThingServiceOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::InvokeThingServiceRequest&, const InvokeThingServiceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> InvokeThingServiceAsyncHandler;
typedef Outcome<Error, Model::ListRuleActionsResult> ListRuleActionsOutcome;
typedef std::future<ListRuleActionsOutcome> ListRuleActionsOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::ListRuleActionsRequest&, const ListRuleActionsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListRuleActionsAsyncHandler;
typedef Outcome<Error, Model::BatchCheckDeviceNamesResult> BatchCheckDeviceNamesOutcome;
typedef std::future<BatchCheckDeviceNamesOutcome> BatchCheckDeviceNamesOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::BatchCheckDeviceNamesRequest&, const BatchCheckDeviceNamesOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchCheckDeviceNamesAsyncHandler;
typedef Outcome<Error, Model::UpdateProductTopicResult> UpdateProductTopicOutcome;
typedef std::future<UpdateProductTopicOutcome> UpdateProductTopicOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::UpdateProductTopicRequest&, const UpdateProductTopicOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateProductTopicAsyncHandler;
typedef Outcome<Error, Model::UpdateRuleActionResult> UpdateRuleActionOutcome;
typedef std::future<UpdateRuleActionOutcome> UpdateRuleActionOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::UpdateRuleActionRequest&, const UpdateRuleActionOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateRuleActionAsyncHandler;
typedef Outcome<Error, Model::UpdateProductResult> UpdateProductOutcome;
typedef std::future<UpdateProductOutcome> UpdateProductOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::UpdateProductRequest&, const UpdateProductOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateProductAsyncHandler;
typedef Outcome<Error, Model::QueryProductResult> QueryProductOutcome;
typedef std::future<QueryProductOutcome> QueryProductOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryProductRequest&, const QueryProductOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryProductAsyncHandler;
typedef Outcome<Error, Model::UpdateDeviceShadowResult> UpdateDeviceShadowOutcome;
typedef std::future<UpdateDeviceShadowOutcome> UpdateDeviceShadowOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::UpdateDeviceShadowRequest&, const UpdateDeviceShadowOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateDeviceShadowAsyncHandler;
typedef Outcome<Error, Model::QueryBatchRegisterDeviceStatusResult> QueryBatchRegisterDeviceStatusOutcome;
typedef std::future<QueryBatchRegisterDeviceStatusOutcome> QueryBatchRegisterDeviceStatusOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryBatchRegisterDeviceStatusRequest&, const QueryBatchRegisterDeviceStatusOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryBatchRegisterDeviceStatusAsyncHandler;
typedef Outcome<Error, Model::SetDevicePropertyResult> SetDevicePropertyOutcome;
typedef std::future<SetDevicePropertyOutcome> SetDevicePropertyOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::SetDevicePropertyRequest&, const SetDevicePropertyOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SetDevicePropertyAsyncHandler;
typedef Outcome<Error, Model::RegisterDeviceResult> RegisterDeviceOutcome;
typedef std::future<RegisterDeviceOutcome> RegisterDeviceOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::RegisterDeviceRequest&, const RegisterDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> RegisterDeviceAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceResult> QueryDeviceOutcome;
typedef std::future<QueryDeviceOutcome> QueryDeviceOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceRequest&, const QueryDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceAsyncHandler;
typedef Outcome<Error, Model::BatchDeleteDeviceGroupRelationsResult> BatchDeleteDeviceGroupRelationsOutcome;
typedef std::future<BatchDeleteDeviceGroupRelationsOutcome> BatchDeleteDeviceGroupRelationsOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::BatchDeleteDeviceGroupRelationsRequest&, const BatchDeleteDeviceGroupRelationsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchDeleteDeviceGroupRelationsAsyncHandler;
typedef Outcome<Error, Model::InvokeThingsServiceResult> InvokeThingsServiceOutcome;
typedef std::future<InvokeThingsServiceOutcome> InvokeThingsServiceOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::InvokeThingsServiceRequest&, const InvokeThingsServiceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> InvokeThingsServiceAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceGroupTagListResult> QueryDeviceGroupTagListOutcome;
typedef std::future<QueryDeviceGroupTagListOutcome> QueryDeviceGroupTagListOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceGroupTagListRequest&, const QueryDeviceGroupTagListOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceGroupTagListAsyncHandler;
typedef Outcome<Error, Model::ListRuleResult> ListRuleOutcome;
typedef std::future<ListRuleOutcome> ListRuleOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::ListRuleRequest&, const ListRuleOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListRuleAsyncHandler;
typedef Outcome<Error, Model::QueryTopicRouteTableResult> QueryTopicRouteTableOutcome;
typedef std::future<QueryTopicRouteTableOutcome> QueryTopicRouteTableOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryTopicRouteTableRequest&, const QueryTopicRouteTableOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryTopicRouteTableAsyncHandler;
typedef Outcome<Error, Model::CreateRuleResult> CreateRuleOutcome;
typedef std::future<CreateRuleOutcome> CreateRuleOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::CreateRuleRequest&, const CreateRuleOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateRuleAsyncHandler;
typedef Outcome<Error, Model::StartRuleResult> StartRuleOutcome;
typedef std::future<StartRuleOutcome> StartRuleOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::StartRuleRequest&, const StartRuleOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> StartRuleAsyncHandler;
typedef Outcome<Error, Model::QueryProductListResult> QueryProductListOutcome;
typedef std::future<QueryProductListOutcome> QueryProductListOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryProductListRequest&, const QueryProductListOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryProductListAsyncHandler;
typedef Outcome<Error, Model::QueryDevicePropertyStatusResult> QueryDevicePropertyStatusOutcome;
typedef std::future<QueryDevicePropertyStatusOutcome> QueryDevicePropertyStatusOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDevicePropertyStatusRequest&, const QueryDevicePropertyStatusOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDevicePropertyStatusAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceStatisticsResult> QueryDeviceStatisticsOutcome;
typedef std::future<QueryDeviceStatisticsOutcome> QueryDeviceStatisticsOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceStatisticsRequest&, const QueryDeviceStatisticsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceStatisticsAsyncHandler;
typedef Outcome<Error, Model::PubResult> PubOutcome;
typedef std::future<PubOutcome> PubOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::PubRequest&, const PubOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> PubAsyncHandler;
typedef Outcome<Error, Model::DeleteProductResult> DeleteProductOutcome;
typedef std::future<DeleteProductOutcome> DeleteProductOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DeleteProductRequest&, const DeleteProductOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteProductAsyncHandler;
typedef Outcome<Error, Model::SaveDevicePropResult> SaveDevicePropOutcome;
typedef std::future<SaveDevicePropOutcome> SaveDevicePropOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::SaveDevicePropRequest&, const SaveDevicePropOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SaveDevicePropAsyncHandler;
typedef Outcome<Error, Model::DeleteProductTopicResult> DeleteProductTopicOutcome;
typedef std::future<DeleteProductTopicOutcome> DeleteProductTopicOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DeleteProductTopicRequest&, const DeleteProductTopicOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteProductTopicAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceServiceDataResult> QueryDeviceServiceDataOutcome;
typedef std::future<QueryDeviceServiceDataOutcome> QueryDeviceServiceDataOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceServiceDataRequest&, const QueryDeviceServiceDataOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceServiceDataAsyncHandler;
typedef Outcome<Error, Model::BatchRegisterDeviceWithApplyIdResult> BatchRegisterDeviceWithApplyIdOutcome;
typedef std::future<BatchRegisterDeviceWithApplyIdOutcome> BatchRegisterDeviceWithApplyIdOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::BatchRegisterDeviceWithApplyIdRequest&, const BatchRegisterDeviceWithApplyIdOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchRegisterDeviceWithApplyIdAsyncHandler;
typedef Outcome<Error, Model::DisableThingResult> DisableThingOutcome;
typedef std::future<DisableThingOutcome> DisableThingOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DisableThingRequest&, const DisableThingOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DisableThingAsyncHandler;
typedef Outcome<Error, Model::CreateProductTopicResult> CreateProductTopicOutcome;
typedef std::future<CreateProductTopicOutcome> CreateProductTopicOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::CreateProductTopicRequest&, const CreateProductTopicOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateProductTopicAsyncHandler;
typedef Outcome<Error, Model::RemoveThingTopoResult> RemoveThingTopoOutcome;
typedef std::future<RemoveThingTopoOutcome> RemoveThingTopoOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::RemoveThingTopoRequest&, const RemoveThingTopoOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> RemoveThingTopoAsyncHandler;
typedef Outcome<Error, Model::QueryTopicReverseRouteTableResult> QueryTopicReverseRouteTableOutcome;
typedef std::future<QueryTopicReverseRouteTableOutcome> QueryTopicReverseRouteTableOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryTopicReverseRouteTableRequest&, const QueryTopicReverseRouteTableOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryTopicReverseRouteTableAsyncHandler;
typedef Outcome<Error, Model::BatchGetDeviceStateResult> BatchGetDeviceStateOutcome;
typedef std::future<BatchGetDeviceStateOutcome> BatchGetDeviceStateOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::BatchGetDeviceStateRequest&, const BatchGetDeviceStateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchGetDeviceStateAsyncHandler;
typedef Outcome<Error, Model::GetRuleActionResult> GetRuleActionOutcome;
typedef std::future<GetRuleActionOutcome> GetRuleActionOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::GetRuleActionRequest&, const GetRuleActionOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetRuleActionAsyncHandler;
typedef Outcome<Error, Model::BatchAddDeviceGroupRelationsResult> BatchAddDeviceGroupRelationsOutcome;
typedef std::future<BatchAddDeviceGroupRelationsOutcome> BatchAddDeviceGroupRelationsOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::BatchAddDeviceGroupRelationsRequest&, const BatchAddDeviceGroupRelationsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchAddDeviceGroupRelationsAsyncHandler;
typedef Outcome<Error, Model::GetRuleResult> GetRuleOutcome;
typedef std::future<GetRuleOutcome> GetRuleOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::GetRuleRequest&, const GetRuleOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetRuleAsyncHandler;
typedef Outcome<Error, Model::GetDeviceShadowResult> GetDeviceShadowOutcome;
typedef std::future<GetDeviceShadowOutcome> GetDeviceShadowOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::GetDeviceShadowRequest&, const GetDeviceShadowOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetDeviceShadowAsyncHandler;
typedef Outcome<Error, Model::SetDevicesPropertyResult> SetDevicesPropertyOutcome;
typedef std::future<SetDevicesPropertyOutcome> SetDevicesPropertyOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::SetDevicesPropertyRequest&, const SetDevicesPropertyOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SetDevicesPropertyAsyncHandler;
typedef Outcome<Error, Model::GetGatewayBySubDeviceResult> GetGatewayBySubDeviceOutcome;
typedef std::future<GetGatewayBySubDeviceOutcome> GetGatewayBySubDeviceOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::GetGatewayBySubDeviceRequest&, const GetGatewayBySubDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetGatewayBySubDeviceAsyncHandler;
typedef Outcome<Error, Model::CreateRuleActionResult> CreateRuleActionOutcome;
typedef std::future<CreateRuleActionOutcome> CreateRuleActionOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::CreateRuleActionRequest&, const CreateRuleActionOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateRuleActionAsyncHandler;
typedef Outcome<Error, Model::QueryDeviceGroupInfoResult> QueryDeviceGroupInfoOutcome;
typedef std::future<QueryDeviceGroupInfoOutcome> QueryDeviceGroupInfoOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::QueryDeviceGroupInfoRequest&, const QueryDeviceGroupInfoOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryDeviceGroupInfoAsyncHandler;
typedef Outcome<Error, Model::BatchRegisterDeviceResult> BatchRegisterDeviceOutcome;
typedef std::future<BatchRegisterDeviceOutcome> BatchRegisterDeviceOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::BatchRegisterDeviceRequest&, const BatchRegisterDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchRegisterDeviceAsyncHandler;
typedef Outcome<Error, Model::DeleteRuleActionResult> DeleteRuleActionOutcome;
typedef std::future<DeleteRuleActionOutcome> DeleteRuleActionOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::DeleteRuleActionRequest&, const DeleteRuleActionOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteRuleActionAsyncHandler;
typedef Outcome<Error, Model::PubBroadcastResult> PubBroadcastOutcome;
typedef std::future<PubBroadcastOutcome> PubBroadcastOutcomeCallable;
typedef std::function<void(const IotClient*, const Model::PubBroadcastRequest&, const PubBroadcastOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> PubBroadcastAsyncHandler;
IotClient(const Credentials &credentials, const ClientConfiguration &configuration);
IotClient(const std::shared_ptr<CredentialsProvider> &credentialsProvider, const ClientConfiguration &configuration);
IotClient(const std::string &accessKeyId, const std::string &accessKeySecret, const ClientConfiguration &configuration);
~IotClient();
QueryAppDeviceListOutcome queryAppDeviceList(const Model::QueryAppDeviceListRequest &request)const;
void queryAppDeviceListAsync(const Model::QueryAppDeviceListRequest& request, const QueryAppDeviceListAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryAppDeviceListOutcomeCallable queryAppDeviceListCallable(const Model::QueryAppDeviceListRequest& request) const;
DeleteTopicRouteTableOutcome deleteTopicRouteTable(const Model::DeleteTopicRouteTableRequest &request)const;
void deleteTopicRouteTableAsync(const Model::DeleteTopicRouteTableRequest& request, const DeleteTopicRouteTableAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteTopicRouteTableOutcomeCallable deleteTopicRouteTableCallable(const Model::DeleteTopicRouteTableRequest& request) const;
QueryDeviceGroupListOutcome queryDeviceGroupList(const Model::QueryDeviceGroupListRequest &request)const;
void queryDeviceGroupListAsync(const Model::QueryDeviceGroupListRequest& request, const QueryDeviceGroupListAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceGroupListOutcomeCallable queryDeviceGroupListCallable(const Model::QueryDeviceGroupListRequest& request) const;
SetDeviceGroupTagsOutcome setDeviceGroupTags(const Model::SetDeviceGroupTagsRequest &request)const;
void setDeviceGroupTagsAsync(const Model::SetDeviceGroupTagsRequest& request, const SetDeviceGroupTagsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
SetDeviceGroupTagsOutcomeCallable setDeviceGroupTagsCallable(const Model::SetDeviceGroupTagsRequest& request) const;
QueryDeviceEventDataOutcome queryDeviceEventData(const Model::QueryDeviceEventDataRequest &request)const;
void queryDeviceEventDataAsync(const Model::QueryDeviceEventDataRequest& request, const QueryDeviceEventDataAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceEventDataOutcomeCallable queryDeviceEventDataCallable(const Model::QueryDeviceEventDataRequest& request) const;
QueryDeviceByTagsOutcome queryDeviceByTags(const Model::QueryDeviceByTagsRequest &request)const;
void queryDeviceByTagsAsync(const Model::QueryDeviceByTagsRequest& request, const QueryDeviceByTagsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceByTagsOutcomeCallable queryDeviceByTagsCallable(const Model::QueryDeviceByTagsRequest& request) const;
GetDeviceStatusOutcome getDeviceStatus(const Model::GetDeviceStatusRequest &request)const;
void getDeviceStatusAsync(const Model::GetDeviceStatusRequest& request, const GetDeviceStatusAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
GetDeviceStatusOutcomeCallable getDeviceStatusCallable(const Model::GetDeviceStatusRequest& request) const;
DeleteDeviceOutcome deleteDevice(const Model::DeleteDeviceRequest &request)const;
void deleteDeviceAsync(const Model::DeleteDeviceRequest& request, const DeleteDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteDeviceOutcomeCallable deleteDeviceCallable(const Model::DeleteDeviceRequest& request) const;
CreateDeviceGroupOutcome createDeviceGroup(const Model::CreateDeviceGroupRequest &request)const;
void createDeviceGroupAsync(const Model::CreateDeviceGroupRequest& request, const CreateDeviceGroupAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreateDeviceGroupOutcomeCallable createDeviceGroupCallable(const Model::CreateDeviceGroupRequest& request) const;
EnableThingOutcome enableThing(const Model::EnableThingRequest &request)const;
void enableThingAsync(const Model::EnableThingRequest& request, const EnableThingAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
EnableThingOutcomeCallable enableThingCallable(const Model::EnableThingRequest& request) const;
RRpcOutcome rRpc(const Model::RRpcRequest &request)const;
void rRpcAsync(const Model::RRpcRequest& request, const RRpcAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
RRpcOutcomeCallable rRpcCallable(const Model::RRpcRequest& request) const;
DeleteRuleOutcome deleteRule(const Model::DeleteRuleRequest &request)const;
void deleteRuleAsync(const Model::DeleteRuleRequest& request, const DeleteRuleAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteRuleOutcomeCallable deleteRuleCallable(const Model::DeleteRuleRequest& request) const;
QueryProductTopicOutcome queryProductTopic(const Model::QueryProductTopicRequest &request)const;
void queryProductTopicAsync(const Model::QueryProductTopicRequest& request, const QueryProductTopicAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryProductTopicOutcomeCallable queryProductTopicCallable(const Model::QueryProductTopicRequest& request) const;
GetThingTopoOutcome getThingTopo(const Model::GetThingTopoRequest &request)const;
void getThingTopoAsync(const Model::GetThingTopoRequest& request, const GetThingTopoAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
GetThingTopoOutcomeCallable getThingTopoCallable(const Model::GetThingTopoRequest& request) const;
QueryPageByApplyIdOutcome queryPageByApplyId(const Model::QueryPageByApplyIdRequest &request)const;
void queryPageByApplyIdAsync(const Model::QueryPageByApplyIdRequest& request, const QueryPageByApplyIdAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryPageByApplyIdOutcomeCallable queryPageByApplyIdCallable(const Model::QueryPageByApplyIdRequest& request) const;
CreateTopicRouteTableOutcome createTopicRouteTable(const Model::CreateTopicRouteTableRequest &request)const;
void createTopicRouteTableAsync(const Model::CreateTopicRouteTableRequest& request, const CreateTopicRouteTableAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreateTopicRouteTableOutcomeCallable createTopicRouteTableCallable(const Model::CreateTopicRouteTableRequest& request) const;
CreateProductOutcome createProduct(const Model::CreateProductRequest &request)const;
void createProductAsync(const Model::CreateProductRequest& request, const CreateProductAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreateProductOutcomeCallable createProductCallable(const Model::CreateProductRequest& request) const;
UpdateRuleOutcome updateRule(const Model::UpdateRuleRequest &request)const;
void updateRuleAsync(const Model::UpdateRuleRequest& request, const UpdateRuleAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateRuleOutcomeCallable updateRuleCallable(const Model::UpdateRuleRequest& request) const;
QueryDevicePropertyDataOutcome queryDevicePropertyData(const Model::QueryDevicePropertyDataRequest &request)const;
void queryDevicePropertyDataAsync(const Model::QueryDevicePropertyDataRequest& request, const QueryDevicePropertyDataAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDevicePropertyDataOutcomeCallable queryDevicePropertyDataCallable(const Model::QueryDevicePropertyDataRequest& request) const;
UpdateDeviceGroupOutcome updateDeviceGroup(const Model::UpdateDeviceGroupRequest &request)const;
void updateDeviceGroupAsync(const Model::UpdateDeviceGroupRequest& request, const UpdateDeviceGroupAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateDeviceGroupOutcomeCallable updateDeviceGroupCallable(const Model::UpdateDeviceGroupRequest& request) const;
DeleteDeviceGroupOutcome deleteDeviceGroup(const Model::DeleteDeviceGroupRequest &request)const;
void deleteDeviceGroupAsync(const Model::DeleteDeviceGroupRequest& request, const DeleteDeviceGroupAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteDeviceGroupOutcomeCallable deleteDeviceGroupCallable(const Model::DeleteDeviceGroupRequest& request) const;
QueryDevicePropOutcome queryDeviceProp(const Model::QueryDevicePropRequest &request)const;
void queryDevicePropAsync(const Model::QueryDevicePropRequest& request, const QueryDevicePropAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDevicePropOutcomeCallable queryDevicePropCallable(const Model::QueryDevicePropRequest& request) const;
DeleteDevicePropOutcome deleteDeviceProp(const Model::DeleteDevicePropRequest &request)const;
void deleteDevicePropAsync(const Model::DeleteDevicePropRequest& request, const DeleteDevicePropAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteDevicePropOutcomeCallable deleteDevicePropCallable(const Model::DeleteDevicePropRequest& request) const;
StopRuleOutcome stopRule(const Model::StopRuleRequest &request)const;
void stopRuleAsync(const Model::StopRuleRequest& request, const StopRuleAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
StopRuleOutcomeCallable stopRuleCallable(const Model::StopRuleRequest& request) const;
QueryDeviceGroupByDeviceOutcome queryDeviceGroupByDevice(const Model::QueryDeviceGroupByDeviceRequest &request)const;
void queryDeviceGroupByDeviceAsync(const Model::QueryDeviceGroupByDeviceRequest& request, const QueryDeviceGroupByDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceGroupByDeviceOutcomeCallable queryDeviceGroupByDeviceCallable(const Model::QueryDeviceGroupByDeviceRequest& request) const;
QueryDeviceDetailOutcome queryDeviceDetail(const Model::QueryDeviceDetailRequest &request)const;
void queryDeviceDetailAsync(const Model::QueryDeviceDetailRequest& request, const QueryDeviceDetailAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceDetailOutcomeCallable queryDeviceDetailCallable(const Model::QueryDeviceDetailRequest& request) const;
NotifyAddThingTopoOutcome notifyAddThingTopo(const Model::NotifyAddThingTopoRequest &request)const;
void notifyAddThingTopoAsync(const Model::NotifyAddThingTopoRequest& request, const NotifyAddThingTopoAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
NotifyAddThingTopoOutcomeCallable notifyAddThingTopoCallable(const Model::NotifyAddThingTopoRequest& request) const;
InvokeThingServiceOutcome invokeThingService(const Model::InvokeThingServiceRequest &request)const;
void invokeThingServiceAsync(const Model::InvokeThingServiceRequest& request, const InvokeThingServiceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
InvokeThingServiceOutcomeCallable invokeThingServiceCallable(const Model::InvokeThingServiceRequest& request) const;
ListRuleActionsOutcome listRuleActions(const Model::ListRuleActionsRequest &request)const;
void listRuleActionsAsync(const Model::ListRuleActionsRequest& request, const ListRuleActionsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
ListRuleActionsOutcomeCallable listRuleActionsCallable(const Model::ListRuleActionsRequest& request) const;
BatchCheckDeviceNamesOutcome batchCheckDeviceNames(const Model::BatchCheckDeviceNamesRequest &request)const;
void batchCheckDeviceNamesAsync(const Model::BatchCheckDeviceNamesRequest& request, const BatchCheckDeviceNamesAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
BatchCheckDeviceNamesOutcomeCallable batchCheckDeviceNamesCallable(const Model::BatchCheckDeviceNamesRequest& request) const;
UpdateProductTopicOutcome updateProductTopic(const Model::UpdateProductTopicRequest &request)const;
void updateProductTopicAsync(const Model::UpdateProductTopicRequest& request, const UpdateProductTopicAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateProductTopicOutcomeCallable updateProductTopicCallable(const Model::UpdateProductTopicRequest& request) const;
UpdateRuleActionOutcome updateRuleAction(const Model::UpdateRuleActionRequest &request)const;
void updateRuleActionAsync(const Model::UpdateRuleActionRequest& request, const UpdateRuleActionAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateRuleActionOutcomeCallable updateRuleActionCallable(const Model::UpdateRuleActionRequest& request) const;
UpdateProductOutcome updateProduct(const Model::UpdateProductRequest &request)const;
void updateProductAsync(const Model::UpdateProductRequest& request, const UpdateProductAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateProductOutcomeCallable updateProductCallable(const Model::UpdateProductRequest& request) const;
QueryProductOutcome queryProduct(const Model::QueryProductRequest &request)const;
void queryProductAsync(const Model::QueryProductRequest& request, const QueryProductAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryProductOutcomeCallable queryProductCallable(const Model::QueryProductRequest& request) const;
UpdateDeviceShadowOutcome updateDeviceShadow(const Model::UpdateDeviceShadowRequest &request)const;
void updateDeviceShadowAsync(const Model::UpdateDeviceShadowRequest& request, const UpdateDeviceShadowAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateDeviceShadowOutcomeCallable updateDeviceShadowCallable(const Model::UpdateDeviceShadowRequest& request) const;
QueryBatchRegisterDeviceStatusOutcome queryBatchRegisterDeviceStatus(const Model::QueryBatchRegisterDeviceStatusRequest &request)const;
void queryBatchRegisterDeviceStatusAsync(const Model::QueryBatchRegisterDeviceStatusRequest& request, const QueryBatchRegisterDeviceStatusAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryBatchRegisterDeviceStatusOutcomeCallable queryBatchRegisterDeviceStatusCallable(const Model::QueryBatchRegisterDeviceStatusRequest& request) const;
SetDevicePropertyOutcome setDeviceProperty(const Model::SetDevicePropertyRequest &request)const;
void setDevicePropertyAsync(const Model::SetDevicePropertyRequest& request, const SetDevicePropertyAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
SetDevicePropertyOutcomeCallable setDevicePropertyCallable(const Model::SetDevicePropertyRequest& request) const;
RegisterDeviceOutcome registerDevice(const Model::RegisterDeviceRequest &request)const;
void registerDeviceAsync(const Model::RegisterDeviceRequest& request, const RegisterDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
RegisterDeviceOutcomeCallable registerDeviceCallable(const Model::RegisterDeviceRequest& request) const;
QueryDeviceOutcome queryDevice(const Model::QueryDeviceRequest &request)const;
void queryDeviceAsync(const Model::QueryDeviceRequest& request, const QueryDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceOutcomeCallable queryDeviceCallable(const Model::QueryDeviceRequest& request) const;
BatchDeleteDeviceGroupRelationsOutcome batchDeleteDeviceGroupRelations(const Model::BatchDeleteDeviceGroupRelationsRequest &request)const;
void batchDeleteDeviceGroupRelationsAsync(const Model::BatchDeleteDeviceGroupRelationsRequest& request, const BatchDeleteDeviceGroupRelationsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
BatchDeleteDeviceGroupRelationsOutcomeCallable batchDeleteDeviceGroupRelationsCallable(const Model::BatchDeleteDeviceGroupRelationsRequest& request) const;
InvokeThingsServiceOutcome invokeThingsService(const Model::InvokeThingsServiceRequest &request)const;
void invokeThingsServiceAsync(const Model::InvokeThingsServiceRequest& request, const InvokeThingsServiceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
InvokeThingsServiceOutcomeCallable invokeThingsServiceCallable(const Model::InvokeThingsServiceRequest& request) const;
QueryDeviceGroupTagListOutcome queryDeviceGroupTagList(const Model::QueryDeviceGroupTagListRequest &request)const;
void queryDeviceGroupTagListAsync(const Model::QueryDeviceGroupTagListRequest& request, const QueryDeviceGroupTagListAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceGroupTagListOutcomeCallable queryDeviceGroupTagListCallable(const Model::QueryDeviceGroupTagListRequest& request) const;
ListRuleOutcome listRule(const Model::ListRuleRequest &request)const;
void listRuleAsync(const Model::ListRuleRequest& request, const ListRuleAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
ListRuleOutcomeCallable listRuleCallable(const Model::ListRuleRequest& request) const;
QueryTopicRouteTableOutcome queryTopicRouteTable(const Model::QueryTopicRouteTableRequest &request)const;
void queryTopicRouteTableAsync(const Model::QueryTopicRouteTableRequest& request, const QueryTopicRouteTableAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryTopicRouteTableOutcomeCallable queryTopicRouteTableCallable(const Model::QueryTopicRouteTableRequest& request) const;
CreateRuleOutcome createRule(const Model::CreateRuleRequest &request)const;
void createRuleAsync(const Model::CreateRuleRequest& request, const CreateRuleAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreateRuleOutcomeCallable createRuleCallable(const Model::CreateRuleRequest& request) const;
StartRuleOutcome startRule(const Model::StartRuleRequest &request)const;
void startRuleAsync(const Model::StartRuleRequest& request, const StartRuleAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
StartRuleOutcomeCallable startRuleCallable(const Model::StartRuleRequest& request) const;
QueryProductListOutcome queryProductList(const Model::QueryProductListRequest &request)const;
void queryProductListAsync(const Model::QueryProductListRequest& request, const QueryProductListAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryProductListOutcomeCallable queryProductListCallable(const Model::QueryProductListRequest& request) const;
QueryDevicePropertyStatusOutcome queryDevicePropertyStatus(const Model::QueryDevicePropertyStatusRequest &request)const;
void queryDevicePropertyStatusAsync(const Model::QueryDevicePropertyStatusRequest& request, const QueryDevicePropertyStatusAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDevicePropertyStatusOutcomeCallable queryDevicePropertyStatusCallable(const Model::QueryDevicePropertyStatusRequest& request) const;
QueryDeviceStatisticsOutcome queryDeviceStatistics(const Model::QueryDeviceStatisticsRequest &request)const;
void queryDeviceStatisticsAsync(const Model::QueryDeviceStatisticsRequest& request, const QueryDeviceStatisticsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceStatisticsOutcomeCallable queryDeviceStatisticsCallable(const Model::QueryDeviceStatisticsRequest& request) const;
PubOutcome pub(const Model::PubRequest &request)const;
void pubAsync(const Model::PubRequest& request, const PubAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
PubOutcomeCallable pubCallable(const Model::PubRequest& request) const;
DeleteProductOutcome deleteProduct(const Model::DeleteProductRequest &request)const;
void deleteProductAsync(const Model::DeleteProductRequest& request, const DeleteProductAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteProductOutcomeCallable deleteProductCallable(const Model::DeleteProductRequest& request) const;
SaveDevicePropOutcome saveDeviceProp(const Model::SaveDevicePropRequest &request)const;
void saveDevicePropAsync(const Model::SaveDevicePropRequest& request, const SaveDevicePropAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
SaveDevicePropOutcomeCallable saveDevicePropCallable(const Model::SaveDevicePropRequest& request) const;
DeleteProductTopicOutcome deleteProductTopic(const Model::DeleteProductTopicRequest &request)const;
void deleteProductTopicAsync(const Model::DeleteProductTopicRequest& request, const DeleteProductTopicAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteProductTopicOutcomeCallable deleteProductTopicCallable(const Model::DeleteProductTopicRequest& request) const;
QueryDeviceServiceDataOutcome queryDeviceServiceData(const Model::QueryDeviceServiceDataRequest &request)const;
void queryDeviceServiceDataAsync(const Model::QueryDeviceServiceDataRequest& request, const QueryDeviceServiceDataAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceServiceDataOutcomeCallable queryDeviceServiceDataCallable(const Model::QueryDeviceServiceDataRequest& request) const;
BatchRegisterDeviceWithApplyIdOutcome batchRegisterDeviceWithApplyId(const Model::BatchRegisterDeviceWithApplyIdRequest &request)const;
void batchRegisterDeviceWithApplyIdAsync(const Model::BatchRegisterDeviceWithApplyIdRequest& request, const BatchRegisterDeviceWithApplyIdAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
BatchRegisterDeviceWithApplyIdOutcomeCallable batchRegisterDeviceWithApplyIdCallable(const Model::BatchRegisterDeviceWithApplyIdRequest& request) const;
DisableThingOutcome disableThing(const Model::DisableThingRequest &request)const;
void disableThingAsync(const Model::DisableThingRequest& request, const DisableThingAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DisableThingOutcomeCallable disableThingCallable(const Model::DisableThingRequest& request) const;
CreateProductTopicOutcome createProductTopic(const Model::CreateProductTopicRequest &request)const;
void createProductTopicAsync(const Model::CreateProductTopicRequest& request, const CreateProductTopicAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreateProductTopicOutcomeCallable createProductTopicCallable(const Model::CreateProductTopicRequest& request) const;
RemoveThingTopoOutcome removeThingTopo(const Model::RemoveThingTopoRequest &request)const;
void removeThingTopoAsync(const Model::RemoveThingTopoRequest& request, const RemoveThingTopoAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
RemoveThingTopoOutcomeCallable removeThingTopoCallable(const Model::RemoveThingTopoRequest& request) const;
QueryTopicReverseRouteTableOutcome queryTopicReverseRouteTable(const Model::QueryTopicReverseRouteTableRequest &request)const;
void queryTopicReverseRouteTableAsync(const Model::QueryTopicReverseRouteTableRequest& request, const QueryTopicReverseRouteTableAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryTopicReverseRouteTableOutcomeCallable queryTopicReverseRouteTableCallable(const Model::QueryTopicReverseRouteTableRequest& request) const;
BatchGetDeviceStateOutcome batchGetDeviceState(const Model::BatchGetDeviceStateRequest &request)const;
void batchGetDeviceStateAsync(const Model::BatchGetDeviceStateRequest& request, const BatchGetDeviceStateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
BatchGetDeviceStateOutcomeCallable batchGetDeviceStateCallable(const Model::BatchGetDeviceStateRequest& request) const;
GetRuleActionOutcome getRuleAction(const Model::GetRuleActionRequest &request)const;
void getRuleActionAsync(const Model::GetRuleActionRequest& request, const GetRuleActionAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
GetRuleActionOutcomeCallable getRuleActionCallable(const Model::GetRuleActionRequest& request) const;
BatchAddDeviceGroupRelationsOutcome batchAddDeviceGroupRelations(const Model::BatchAddDeviceGroupRelationsRequest &request)const;
void batchAddDeviceGroupRelationsAsync(const Model::BatchAddDeviceGroupRelationsRequest& request, const BatchAddDeviceGroupRelationsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
BatchAddDeviceGroupRelationsOutcomeCallable batchAddDeviceGroupRelationsCallable(const Model::BatchAddDeviceGroupRelationsRequest& request) const;
GetRuleOutcome getRule(const Model::GetRuleRequest &request)const;
void getRuleAsync(const Model::GetRuleRequest& request, const GetRuleAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
GetRuleOutcomeCallable getRuleCallable(const Model::GetRuleRequest& request) const;
GetDeviceShadowOutcome getDeviceShadow(const Model::GetDeviceShadowRequest &request)const;
void getDeviceShadowAsync(const Model::GetDeviceShadowRequest& request, const GetDeviceShadowAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
GetDeviceShadowOutcomeCallable getDeviceShadowCallable(const Model::GetDeviceShadowRequest& request) const;
SetDevicesPropertyOutcome setDevicesProperty(const Model::SetDevicesPropertyRequest &request)const;
void setDevicesPropertyAsync(const Model::SetDevicesPropertyRequest& request, const SetDevicesPropertyAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
SetDevicesPropertyOutcomeCallable setDevicesPropertyCallable(const Model::SetDevicesPropertyRequest& request) const;
GetGatewayBySubDeviceOutcome getGatewayBySubDevice(const Model::GetGatewayBySubDeviceRequest &request)const;
void getGatewayBySubDeviceAsync(const Model::GetGatewayBySubDeviceRequest& request, const GetGatewayBySubDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
GetGatewayBySubDeviceOutcomeCallable getGatewayBySubDeviceCallable(const Model::GetGatewayBySubDeviceRequest& request) const;
CreateRuleActionOutcome createRuleAction(const Model::CreateRuleActionRequest &request)const;
void createRuleActionAsync(const Model::CreateRuleActionRequest& request, const CreateRuleActionAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreateRuleActionOutcomeCallable createRuleActionCallable(const Model::CreateRuleActionRequest& request) const;
QueryDeviceGroupInfoOutcome queryDeviceGroupInfo(const Model::QueryDeviceGroupInfoRequest &request)const;
void queryDeviceGroupInfoAsync(const Model::QueryDeviceGroupInfoRequest& request, const QueryDeviceGroupInfoAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
QueryDeviceGroupInfoOutcomeCallable queryDeviceGroupInfoCallable(const Model::QueryDeviceGroupInfoRequest& request) const;
BatchRegisterDeviceOutcome batchRegisterDevice(const Model::BatchRegisterDeviceRequest &request)const;
void batchRegisterDeviceAsync(const Model::BatchRegisterDeviceRequest& request, const BatchRegisterDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
BatchRegisterDeviceOutcomeCallable batchRegisterDeviceCallable(const Model::BatchRegisterDeviceRequest& request) const;
DeleteRuleActionOutcome deleteRuleAction(const Model::DeleteRuleActionRequest &request)const;
void deleteRuleActionAsync(const Model::DeleteRuleActionRequest& request, const DeleteRuleActionAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteRuleActionOutcomeCallable deleteRuleActionCallable(const Model::DeleteRuleActionRequest& request) const;
PubBroadcastOutcome pubBroadcast(const Model::PubBroadcastRequest &request)const;
void pubBroadcastAsync(const Model::PubBroadcastRequest& request, const PubBroadcastAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
PubBroadcastOutcomeCallable pubBroadcastCallable(const Model::PubBroadcastRequest& request) const;
private:
std::shared_ptr<EndpointProvider> endpointProvider_;
};
}
}
#endif // !ALIBABACLOUD_IOT_IOTCLIENT_H_
| 103.289431 | 245 | 0.843789 |
646c69a857f337a87ceedc61f7c972fbbdff6dec | 398 | h | C | samples/OTOsense/obj-c/OTOsense/PacketTypes.h | reinforce-lab/OTOplug | 3c71c76a698001907b7f1f8015f9bdc116819664 | [
"MIT"
] | null | null | null | samples/OTOsense/obj-c/OTOsense/PacketTypes.h | reinforce-lab/OTOplug | 3c71c76a698001907b7f1f8015f9bdc116819664 | [
"MIT"
] | null | null | null | samples/OTOsense/obj-c/OTOsense/PacketTypes.h | reinforce-lab/OTOplug | 3c71c76a698001907b7f1f8015f9bdc116819664 | [
"MIT"
] | null | null | null | //
// PacketTypes.h
// OTOsense
//
// Created by 昭宏 上原 on 12/06/16.
// Copyright (c) 2012年 REINFORCE Lab. All rights reserved.
//
#ifndef OTOsense_PacketTypes_h
#define OTOsense_PacketTypes_h
#define BUTTONS_PACKET_ID 0x01
#define SLIDEBAR_PACKET_ID 0x02
#define ACCS_PACKET_ID 0x03
#define GYRO_PACKET_ID 0x04
#define COMP_PACKET_ID 0x05
#define FACE_PACKET_ID 0x06
#endif
| 19.9 | 59 | 0.746231 |
646e3cd87218c03d99b827309d932d7a62432548 | 1,584 | h | C | Source/BoR Team - CS DS JS/ConnectServer Source/include/TServerManager.h | vuonglequoc/ServerSimulator | 12bd6f24fcf957c657864a81da3dfb0467b48c2b | [
"MIT"
] | 7 | 2015-06-15T18:23:38.000Z | 2019-11-24T07:54:30.000Z | Source/BoR Team - CS DS JS/ConnectServer Source/include/TServerManager.h | vuonglequoc/ServerSimulator | 12bd6f24fcf957c657864a81da3dfb0467b48c2b | [
"MIT"
] | null | null | null | Source/BoR Team - CS DS JS/ConnectServer Source/include/TServerManager.h | vuonglequoc/ServerSimulator | 12bd6f24fcf957c657864a81da3dfb0467b48c2b | [
"MIT"
] | 4 | 2015-06-15T18:23:41.000Z | 2019-08-12T07:54:09.000Z | //-------------------------------------------------------------------------------------------------------------------------------------------
#ifndef SERVERMANAGER_H
#define SERVERMANAGER_H
//-------------------------------------------------------------------------------------------------------------------------------------------
#include "TTimerManger.h"
//-------------------------------------------------------------------------------------------------------------------------------------------
class CServerManager : public IOCP
{
public:
ULONG m_ActiveTime[MAX_OBJECT];
CTimerManager m_Timer;
// ----
ULONG m_nIdleTime;
// ----
CServerManager(void);
~CServerManager(void);
// ----
bool StartServer(int iPort);
// ----
void OnError(const char * szMessage, ...);
void OnMessage(const char * szMessage, ...);
void OnRecv(int aIndex, BYTE HeadCode, LPBYTE aRecv, int iSize);
void OnSearch(int aIndex);
void OnConnect(int aIndex);
void OnDisconnect(int aIndex);
void OnConnected(int aIndex);
// ----
int m_ConnectedCount;
};
//-------------------------------------------------------------------------------------------------------------------------------------------
extern CServerManager g_ServerManager;
//-------------------------------------------------------------------------------------------------------------------------------------------
#endif /* SERVERMANAGER_H */
//-------------------------------------------------------------------------------------------------------------------------------------------
| 41.684211 | 142 | 0.3125 |
646f22a4b27ceebc83fe4fb95b663f360745fa57 | 4,157 | c | C | gstreamer/src/rbgstformat.c | pkorenev/ruby-gnome2 | 08011d8535529a3866f877817f29361b1b0703d7 | [
"Ruby"
] | 2 | 2016-05-08T20:57:12.000Z | 2017-07-28T21:00:42.000Z | gstreamer/src/rbgstformat.c | pkorenev/ruby-gnome2 | 08011d8535529a3866f877817f29361b1b0703d7 | [
"Ruby"
] | null | null | null | gstreamer/src/rbgstformat.c | pkorenev/ruby-gnome2 | 08011d8535529a3866f877817f29361b1b0703d7 | [
"Ruby"
] | 2 | 2016-07-23T09:53:08.000Z | 2021-07-13T07:21:05.000Z | /*
* Copyright (C) 2003, 2004 Laurent Sansonetti <lrz@gnome.org>
*
* This file is part of Ruby/GStreamer.
*
* Ruby/GStreamer 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.
*
* Ruby/GStreamer is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with Ruby/GStreamer; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "rbgst.h"
/* Class: Gst::Format
* Dynamically register new formats.
*/
static GstFormat *
format_copy (const GstFormat* format)
{
GstFormat *new_format;
g_return_val_if_fail (format != NULL, NULL);
new_format = g_new (GstFormat, sizeof (GstFormat));
*new_format = *format;
return new_format;
}
GType
gst_format_get_type2 (void)
{
static GType our_type = 0;
if (our_type == 0)
our_type = g_boxed_type_register_static ("GstFormatClass",
(GBoxedCopyFunc)format_copy,
(GBoxedFreeFunc)g_free);
return our_type;
}
/*
* Class method: find(nick)
* nick: the nick of an existing format.
*
* Returns: a reference to the Gst::Format object registered with the
* given nick, or nil if this query was not registered.
*/
static VALUE
rb_gst_format_find (VALUE self, VALUE nick)
{
GstFormat format = gst_format_get_by_nick (RVAL2CSTR (nick));
return format != GST_FORMAT_UNDEFINED
? RGST_FORMAT_NEW (&format)
: Qnil;
}
/*
* Class method: each { |format| ... }
*
* Calls the block for each registered format, passing a reference
* to the Gst::Format object as parameter.
*
* Returns: always nil.
*/
static VALUE
rb_gst_format_each (VALUE self)
{
GstIterator *iter;
gpointer value;
iter = gst_format_iterate_definitions();
while (gst_iterator_next(iter, &value) == GST_ITERATOR_OK) {
GstFormatDefinition *def = (GstFormatDefinition *)value;
rb_yield(RGST_FORMAT_NEW(&(def->value)));
}
gst_iterator_free(iter);
return Qnil;
}
/* Method: type_id
* Returns: the type id of this format (see Gst::Format::Type).
*/
static VALUE
rb_gst_format_get_type_id (VALUE self)
{
GstFormat *format = RGST_FORMAT (self);
return GENUM2RVAL (*format, GST_TYPE_FORMAT);
}
/* Method: nick
* Returns: the short nick of the format.
*/
static VALUE
rb_gst_format_get_nick (VALUE self)
{
GstFormat *format = RGST_FORMAT (self);
return CSTR2RVAL (gst_format_get_details (*format)->nick);
}
/* Method: description
* Returns: a longer description of the format.
*/
static VALUE
rb_gst_format_get_description (VALUE self)
{
GstFormat *format = RGST_FORMAT (self);
return CSTR2RVAL (gst_format_get_details (*format)->description);
}
/*
* Method: ==(format)
* format: a Gst::Format.
*
* Checks if two Gst::Format objects are registered under the
* same nick.
*
* Returns: true on success, false on failure.
*/
static VALUE
rb_gst_format_is_equal (VALUE self, VALUE other_format)
{
GstFormat *f1, *f2;
gchar *n1, *n2;
if (NIL_P (other_format))
return Qfalse;
f1 = RGST_FORMAT (self);
f2 = RGST_FORMAT (other_format);
n1 = gst_format_get_details (*f1)->nick;
n2 = gst_format_get_details (*f2)->nick;
return CBOOL2RVAL (strcmp (n1, n2) == 0);
}
void
Init_gst_format (void)
{
VALUE c = G_DEF_CLASS (GST_TYPE_FORMAT2, "Format", mGst);
rb_define_singleton_method (c, "each", rb_gst_format_each, 0);
rb_define_singleton_method (c, "find", rb_gst_format_find, 1);
rb_define_method (c, "type_id", rb_gst_format_get_type_id, 0);
rb_define_method (c, "nick", rb_gst_format_get_nick, 0);
rb_define_method (c, "description", rb_gst_format_get_description, 0);
rb_define_method (c, "==", rb_gst_format_is_equal, 1);
G_DEF_CLASS (GST_TYPE_FORMAT, "Type", c);
G_DEF_CONSTANTS (c, GST_TYPE_FORMAT, "GST_FORMAT_");
}
| 25.98125 | 75 | 0.723839 |
647186c2709fc08983d60a3ad5b1f70bd8fa3f28 | 11,518 | h | C | osx/devkit/plug-ins/curvedArrowsNode/arrowData.h | leegoonz/Maya-devkit | b81fe799b58e854e4ef16435426d60446e975871 | [
"ADSL"
] | 10 | 2018-03-30T16:09:02.000Z | 2021-12-07T07:29:19.000Z | osx/devkit/plug-ins/curvedArrowsNode/arrowData.h | leegoonz/Maya-devkit | b81fe799b58e854e4ef16435426d60446e975871 | [
"ADSL"
] | null | null | null | osx/devkit/plug-ins/curvedArrowsNode/arrowData.h | leegoonz/Maya-devkit | b81fe799b58e854e4ef16435426d60446e975871 | [
"ADSL"
] | 9 | 2018-06-02T09:18:49.000Z | 2021-12-20T09:24:35.000Z | //-
// ==========================================================================
// Copyright 1995,2006,2008 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk
// license agreement provided at the time of installation or download,
// or which otherwise accompanies this software in either electronic
// or hard copy form.
// ==========================================================================
//+
//
// Description:
// The draw data for curvedArrowsLocator node. The vertex and face
// lists here are used to draw the locator in curvedArrowsNode.cpp.
// If you intend on using this file for your own locator code, you
// should statically define the data in a cpp file and forward
// declare the definitions.
//
#ifndef __arrowData_h
#define __arrowData_h
#include <maya/MTypes.h>
double3 fsVertexList[] = {
{2.008225, 1.079209, 1.099684},
{1.372727, 4.319467, 1.062919},
{1.280773, 4.292139, 2.119867},
{0.539631, 6.385876, 0.001970},
{1.280571, 4.293406, -2.116594},
{1.372622, 4.320125, -1.059360},
{2.008054, 1.080287, -1.098606},
{1.371678, 1.043522, -4.338864},
{1.279918, 2.100470, -4.311536},
{0.538348, -0.017427, -6.405273},
{1.279295, -2.135990, -4.312802},
{1.371354, -1.078757, -4.339522},
{2.007523, -1.118003, -1.099684},
{1.370871, -4.358261, -1.062919},
{1.278961, -4.330933, -2.119867},
{0.537693, -6.424670, -0.001970},
{1.279162, -4.332200, 2.116594},
{1.370975, -4.358919, 1.059360},
{2.007695, -1.119081, 1.098606},
{1.371921, -1.082316, 4.338864},
{1.279816, -2.139264, 4.311536},
{0.538976, -0.021367, 6.405273},
{1.280439, 2.097197, 4.312802},
{1.372244, 1.039963, 4.339522},
{0.689836, 6.083689, -0.304354},
{0.687872, -6.122423, -0.308345},
{0.688532, -0.323764, -6.103074},
{2.085568, -0.350431, -0.331356},
{1.499430, 1.051045, -3.919533},
{1.529212, -0.339001, -3.927586},
{1.060962, 1.230698, -5.173299},
{1.094450, -0.331015, -5.187352},
{1.358106, 1.257148, -4.334800},
{1.062640, 1.235920, -5.168137},
{1.500284, 3.900855, -1.067099},
{1.530372, 3.908165, -0.319592},
{1.063729, 5.149192, -1.251617},
{1.358988, 4.316187, -1.273126},
{1.062019, 5.154456, -1.246286},
{1.095755, 5.167962, -0.311606},
{1.805411, 1.068872, -2.630027},
{1.840273, -0.344989, -2.635986},
{1.805912, 2.611508, -1.085823},
{1.841150, 2.616522, -0.325579},
{1.989196, 1.079267, -1.319875},
{2.027111, -0.348901, -1.323331},
{1.989278, 1.301442, -1.097376},
{2.027605, 1.303832, -0.329491},
{1.499065, -1.086496, -3.920275},
{1.060692, -1.265690, -5.173846},
{1.062416, -1.271064, -5.168539},
{1.357708, -1.292573, -4.335583},
{1.804689, -2.649458, -1.088268},
{1.839898, -2.655130, -0.328084},
{1.804946, -1.105219, -2.630971},
{1.988671, -1.116772, -1.320941},
{1.988629, -1.339324, -1.098664},
{2.026941, -1.342456, -0.330810},
{1.498628, -3.938942, -1.070441},
{1.528676, -3.946769, -0.323016},
{1.357257, -4.354195, -1.276643},
{1.061859, -5.187435, -1.255416},
{1.060152, -5.192692, -1.250098},
{1.093819, -5.206605, -0.315548},
{0.689167, -0.327754, 6.103014},
{1.840678, -0.347494, 2.635666},
{1.805806, 1.066425, 2.630939},
{1.500402, 3.900112, 1.070442},
{1.359117, 4.315402, 1.276595},
{1.063801, 5.148689, 1.255368},
{1.062106, 5.153909, 1.250088},
{1.806063, 2.610563, 1.088270},
{2.027326, -0.350221, 1.322957},
{1.989405, 1.077978, 1.320891},
{1.989447, 1.300376, 1.098664},
{1.529760, -0.342425, 3.927349},
{1.499966, 1.047702, 3.920264},
{1.095076, -0.334957, 5.187215},
{1.061565, 1.226892, 5.173850},
{1.063244, 1.232120, 5.168687},
{1.358666, 1.253631, 4.335587},
{1.805341, -1.107666, 2.629994},
{1.804840, -2.650403, 1.085822},
{1.988881, -1.118061, 1.319826},
{1.988799, -1.340390, 1.097375},
{1.498746, -3.939685, 1.067098},
{1.061931, -5.188034, 1.251568},
{1.357386, -4.354982, 1.273078},
{1.060238, -5.193239, 1.246297},
{1.499600, -1.089839, 3.919521},
{1.061296, -1.269488, 5.173302},
{1.358268, -1.296090, 4.334797},
{1.063021, -1.274864, 5.167988}
};
static unsigned int fsVertexListSize = sizeof(fsVertexList)/sizeof(fsVertexList[0]);
double3 fsNormalList[] = {
{-0.931122, 0.038131, -0.362710},
{-0.912231, -0.005503, -0.409640},
{-0.933578, 0.006943, -0.358306},
{-0.931095, 0.362789, 0.038019},
{-0.912227, 0.409648, -0.005557},
{-0.933550, 0.358383, 0.006858},
{-0.997459, -0.042270, 0.057351},
{-0.993341, -0.026643, 0.112084},
{-0.994834, 0.005967, 0.101338},
{-0.944191, -0.031638, 0.327875},
{-0.925551, -0.028775, 0.377527},
{-0.933560, 0.006761, 0.358358},
{-0.907808, -0.032590, 0.418117},
{-0.912226, -0.005666, 0.409648},
{-0.938752, -0.081124, 0.334909},
{-0.937371, -0.096144, 0.334802},
{-0.939100, -0.066084, 0.337231},
{-0.944104, -0.327156, 0.040453},
{-0.966679, -0.252334, 0.043109},
{-0.960969, -0.276637, 0.003159},
{-0.939124, -0.337153, 0.066138},
{-0.937387, -0.334742, 0.096190},
{-0.938771, -0.334845, 0.081163},
{-0.912227, -0.409644, -0.005734},
{-0.931111, -0.362760, 0.037919},
{-0.933585, -0.358294, 0.006690},
{-0.967351, -0.023114, 0.252386},
{-0.960826, 0.013512, 0.276822},
{-0.982288, 0.011914, 0.187001},
{-0.984228, -0.170339, 0.047757},
{-0.982359, -0.186756, 0.009630},
{-0.985027, -0.025548, 0.170498},
{-0.992471, -0.111860, 0.049884},
{-0.995415, -0.094359, 0.015656},
{-0.939102, 0.066141, 0.337213},
{-0.937369, 0.096190, 0.334792},
{-0.938752, 0.081181, 0.334895},
{-0.931093, 0.037925, 0.362805},
{-0.944074, 0.040491, 0.327237},
{-0.964270, 0.041449, 0.261658},
{-0.991342, 0.121848, 0.048936},
{-0.978396, 0.201767, 0.045070},
{-0.982265, 0.187120, 0.011932},
{-0.978414, 0.045051, 0.201683},
{-0.991353, 0.048984, 0.121739},
{-0.996495, 0.059201, 0.059092},
{-0.994819, 0.101489, 0.005905},
{-0.964254, 0.261709, 0.041505},
{-0.960805, 0.276893, 0.013589},
{-0.938752, 0.334874, 0.081267},
{-0.937370, 0.334766, 0.096273},
{-0.939103, 0.337190, 0.066241},
{-0.944069, 0.327242, 0.040582},
{-0.907792, -0.032472, -0.418163},
{-0.925549, -0.028624, -0.377545},
{-0.995398, 0.015903, -0.094495},
{-0.982336, 0.009926, -0.186865},
{-0.992245, -0.025986, -0.121548},
{-0.938785, -0.334775, -0.081291},
{-0.937401, -0.334667, -0.096321},
{-0.939136, -0.337099, -0.066236},
{-0.944233, -0.327743, -0.031761},
{-0.925574, -0.377464, -0.028876},
{-0.907810, -0.418108, -0.032678},
{-0.979223, -0.201333, -0.024215},
{-0.998284, -0.041303, -0.041510},
{-0.992261, -0.121362, -0.026260},
{-0.960946, 0.003462, -0.276715},
{-0.979198, -0.023910, -0.201495},
{-0.944194, -0.031458, -0.327883},
{-0.939094, -0.065903, -0.337282},
{-0.937364, -0.095970, -0.334872},
{-0.938744, -0.080943, -0.334974},
{-0.939071, 0.337339, -0.065948},
{-0.937345, 0.334923, -0.095971},
{-0.938725, 0.335024, -0.080962},
{-0.992448, 0.050148, -0.111948},
{-0.984202, 0.048049, -0.170403},
{-0.985000, 0.170655, -0.025537},
{-0.993321, 0.112257, -0.026691},
{-0.997443, 0.057550, -0.042372},
{-0.967321, 0.252508, -0.023037},
{-0.907802, 0.418140, -0.032480},
{-0.925535, 0.377575, -0.028671},
{-0.944163, 0.327965, -0.031530},
{-0.966661, 0.043405, -0.252353},
{-0.938785, 0.081433, -0.334740},
{-0.937400, 0.096451, -0.334631},
{-0.939136, 0.066388, -0.337069},
{-0.944108, 0.040709, -0.327112},
{-0.999889, 0.010615, 0.010460},
{-0.964989, -0.261340, -0.022320},
{-0.964949, -0.022014, -0.261513}
};
// static unsigned int fsNormalListSize = sizeof(fsNormalList)/sizeof(fsNormalList[0]);
typedef unsigned int uint3[3];
uint3 fsFaceList[] = {
{91, 65, 78},
{63, 26, 64},
{7, 45, 46},
{8, 31, 32},
{31, 10, 27},
{33, 9, 34},
{6, 35, 36},
{37, 5, 38},
{25, 39, 40},
{29, 30, 42},
{35, 43, 44},
{41, 42, 46},
{43, 47, 48},
{51, 11, 52},
{27, 50, 32},
{12, 49, 30},
{57, 53, 54},
{49, 55, 30},
{55, 56, 42},
{13, 57, 58},
{53, 59, 60},
{61, 15, 62},
{14, 63, 64},
{65, 22, 79},
{73, 66, 74},
{69, 3, 70},
{2, 71, 40},
{71, 4, 25},
{36, 44, 72},
{1, 75, 48},
{44, 48, 75},
{66, 76, 67},
{78, 79, 24},
{80, 23, 81},
{87, 17, 88},
{84, 82, 73},
{58, 54, 83},
{58, 85, 19},
{54, 60, 86},
{26, 16, 89},
{64, 89, 18},
{82, 90, 66},
{92, 21, 93},
{20, 91, 78},
{48, 47, 7},
{46, 28, 7},
{7, 28, 48},
{8, 33, 34},
{30, 29, 8},
{8, 32, 30},
{34, 31, 8},
{27, 32, 31},
{37, 38, 6},
{40, 39, 6},
{36, 40, 6},
{6, 39, 37},
{42, 41, 29},
{44, 36, 35},
{46, 45, 41},
{48, 44, 43},
{51, 52, 12},
{32, 50, 12},
{30, 32, 12},
{12, 50, 51},
{54, 58, 57},
{55, 42, 30},
{56, 46, 42},
{46, 56, 13},
{58, 28, 13},
{13, 28, 46},
{60, 54, 53},
{14, 61, 62},
{60, 59, 14},
{14, 64, 60},
{62, 63, 14},
{79, 78, 65},
{66, 67, 74},
{2, 69, 70},
{36, 68, 2},
{2, 40, 36},
{70, 71, 2},
{25, 40, 71},
{72, 68, 36},
{73, 74, 1},
{48, 28, 1},
{1, 28, 73},
{75, 72, 44},
{76, 77, 67},
{80, 81, 24},
{24, 77, 76},
{76, 78, 24},
{24, 79, 80},
{82, 66, 73},
{83, 85, 58},
{19, 84, 73},
{19, 28, 58},
{73, 28, 19},
{86, 83, 54},
{89, 64, 26},
{87, 88, 18},
{18, 86, 60},
{60, 64, 18},
{18, 89, 87},
{90, 76, 66},
{20, 92, 93},
{76, 90, 20},
{20, 78, 76},
{93, 91, 20}
};
static unsigned int fsFaceListSize = sizeof(fsFaceList)/sizeof(fsFaceList[0]);
uint3 fsFaceVertexNormalList[] = {
{1, 2, 3},
{4, 5, 6},
{7, 8, 9},
{10, 11, 12},
{11, 13, 14},
{15, 16, 17},
{18, 19, 20},
{21, 22, 23},
{24, 25, 26},
{27, 28, 29},
{19, 30, 31},
{32, 29, 9},
{30, 33, 34},
{35, 36, 37},
{14, 38, 12},
{39, 40, 28},
{41, 42, 43},
{40, 44, 28},
{44, 45, 29},
{46, 41, 47},
{42, 48, 49},
{50, 51, 52},
{53, 4, 6},
{2, 54, 55},
{56, 57, 58},
{59, 60, 61},
{62, 63, 26},
{63, 64, 24},
{20, 31, 65},
{66, 67, 34},
{31, 34, 67},
{57, 68, 69},
{3, 55, 70},
{71, 72, 73},
{74, 75, 76},
{77, 78, 56},
{47, 43, 79},
{47, 80, 81},
{43, 49, 82},
{5, 83, 84},
{6, 84, 85},
{78, 86, 57},
{87, 88, 89},
{90, 1, 3},
{34, 33, 7},
{9, 91, 7},
{7, 91, 34},
{10, 15, 17},
{28, 27, 10},
{10, 12, 28},
{17, 11, 10},
{14, 12, 11},
{21, 23, 18},
{26, 25, 18},
{20, 26, 18},
{18, 25, 21},
{29, 32, 27},
{31, 20, 19},
{9, 8, 32},
{34, 31, 30},
{35, 37, 39},
{12, 38, 39},
{28, 12, 39},
{39, 38, 35},
{43, 47, 41},
{44, 29, 28},
{45, 9, 29},
{9, 45, 46},
{47, 91, 46},
{46, 91, 9},
{49, 43, 42},
{53, 50, 52},
{49, 48, 53},
{53, 6, 49},
{52, 4, 53},
{55, 3, 2},
{57, 69, 58},
{62, 59, 61},
{20, 92, 62},
{62, 26, 20},
{61, 63, 62},
{24, 26, 63},
{65, 92, 20},
{56, 58, 66},
{34, 91, 66},
{66, 91, 56},
{67, 65, 31},
{68, 93, 69},
{71, 73, 70},
{70, 93, 68},
{68, 3, 70},
{70, 55, 71},
{78, 57, 56},
{79, 80, 47},
{81, 77, 56},
{81, 91, 47},
{56, 91, 81},
{82, 79, 43},
{84, 6, 5},
{74, 76, 85},
{85, 82, 49},
{49, 6, 85},
{85, 84, 74},
{86, 68, 57},
{90, 87, 89},
{68, 86, 90},
{90, 3, 68},
{89, 1, 90}
};
// static unsigned int fsFaceVertexNormalListSize = sizeof(fsFaceVertexNormalList)/sizeof(fsFaceVertexNormalList[0]);
unsigned int fsEdgeLoop[] = { 0, 74, 71, 67, 1,
68, 2, 69, 70, 3,
24, 38, 36, 4, 37,
5, 34, 42, 46, 6,
44, 40, 28, 7,
32, 8, 33, 30, 9,
26, 49, 50, 10, 51, 11,
48, 54, 55, 12, 56, 52,
58, 13, 60, 14, 61, 62,
25, 15, 88, 86, 16, 87, 17,
85, 82, 84, 18, 83, 81, 89, 19,
91, 20, 92, 90, 64, 21, 78, 79,
22, 80, 23, 76, 66, 73 };
static unsigned int fsEdgeLoopSize = sizeof(fsEdgeLoop)/sizeof(fsEdgeLoop[0]);
#endif
| 24.769892 | 117 | 0.546709 |
6471baa0412a8b9e4d9edf10a46cb17d25422c89 | 919 | h | C | Simulator/Classes/PluginBase/LifeCycleListener.h | mushikago/CallSwiftFromUnity | 1ecfd2109df99fa2d54595810240289c397b9c66 | [
"MIT"
] | 98 | 2020-06-25T18:00:25.000Z | 2022-03-30T07:58:19.000Z | Simulator/Classes/PluginBase/LifeCycleListener.h | mushikago/CallSwiftFromUnity | 1ecfd2109df99fa2d54595810240289c397b9c66 | [
"MIT"
] | 69 | 2020-03-13T22:12:57.000Z | 2021-07-17T02:12:23.000Z | Simulator/Classes/PluginBase/LifeCycleListener.h | mushikago/CallSwiftFromUnity | 1ecfd2109df99fa2d54595810240289c397b9c66 | [
"MIT"
] | 27 | 2020-06-27T20:35:29.000Z | 2022-03-30T07:59:04.000Z | #pragma once
// important app life-cycle events
@protocol LifeCycleListener<NSObject>
@optional
- (void)didFinishLaunching:(NSNotification*)notification;
- (void)didBecomeActive:(NSNotification*)notification;
- (void)willResignActive:(NSNotification*)notification;
- (void)didEnterBackground:(NSNotification*)notification;
- (void)willEnterForeground:(NSNotification*)notification;
- (void)willTerminate:(NSNotification*)notification;
- (void)unityDidUnload:(NSNotification*)notification;
- (void)unityDidQuit:(NSNotification*)notification;
@end
void UnityRegisterLifeCycleListener(id<LifeCycleListener> obj);
void UnityUnregisterLifeCycleListener(id<LifeCycleListener> obj);
#ifdef __cplusplus
extern "C" {
#endif
extern __attribute__((visibility("default"))) NSString* const kUnityDidUnload;
extern __attribute__((visibility("default"))) NSString* const kUnityDidQuit;
#ifdef __cplusplus
} // extern "C"
#endif
| 30.633333 | 78 | 0.807399 |
64721eaea2a0a88507aff6b7385c8a3e6ffd213b | 134 | c | C | release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/xen/machvec.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 4 | 2017-05-17T11:27:04.000Z | 2020-05-24T07:23:26.000Z | release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/xen/machvec.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 1 | 2018-08-21T03:43:09.000Z | 2018-08-21T03:43:09.000Z | release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/xen/machvec.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 5 | 2017-10-11T08:09:11.000Z | 2020-10-14T04:10:13.000Z | #define MACHVEC_PLATFORM_NAME xen
#define MACHVEC_PLATFORM_HEADER <asm/machvec_xen.h>
#include <asm/machvec_init.h>
| 33.5 | 59 | 0.723881 |
6472a886afa6a864ed401cbcbc8f00e2ca053640 | 602 | c | C | IntelEdison/1.0.2/src/MAX6958.c | sorphin/traffic-light-system | c4422e860a8498ae8f64f11bb4fab4294e6be8d7 | [
"MIT"
] | null | null | null | IntelEdison/1.0.2/src/MAX6958.c | sorphin/traffic-light-system | c4422e860a8498ae8f64f11bb4fab4294e6be8d7 | [
"MIT"
] | null | null | null | IntelEdison/1.0.2/src/MAX6958.c | sorphin/traffic-light-system | c4422e860a8498ae8f64f11bb4fab4294e6be8d7 | [
"MIT"
] | 1 | 2020-11-27T00:58:42.000Z | 2020-11-27T00:58:42.000Z | /*
* MAX6958.c
*
* Created on: Feb 29, 2016
* Author: user
*/
#include <stdio.h>
#include <stdlib.h>
#include "mraa.h"
#include "MAX6958.h"
void MAX6958_Access_Address(mraa_i2c_context structure, uint8_t address)
{
mraa_i2c_address(structure, address);
}
void MAX6958_Register_Write(mraa_i2c_context structure, uint8_t address, uint8_t content)
{
uint8_t rx_tx_buf[2];
rx_tx_buf[0] = address; // Access to register
rx_tx_buf[1] = content; // Write register content
mraa_i2c_write(structure, rx_tx_buf, 2);
// mraa_i2c_write_byte_data(structure, content, address);
}
| 22.296296 | 89 | 0.719269 |
6474cd8d94b1545c9d8409777f0b8ce78d4472dd | 515 | h | C | PDPerson/Base/PDWebViewController.h | lpd520/PDPerson | 00e1e3762226513dfaaac5eeedb1c10bedb96aec | [
"Apache-2.0"
] | 1 | 2019-04-03T07:12:22.000Z | 2019-04-03T07:12:22.000Z | PDPerson/Base/PDWebViewController.h | lpd520/PDPerson | 00e1e3762226513dfaaac5eeedb1c10bedb96aec | [
"Apache-2.0"
] | null | null | null | PDPerson/Base/PDWebViewController.h | lpd520/PDPerson | 00e1e3762226513dfaaac5eeedb1c10bedb96aec | [
"Apache-2.0"
] | null | null | null | //
// PDWebViewController.h
// PDPerson
//
// Created by mac on 2018/10/8.
// Copyright © 2018年 QingYe. All rights reserved.
//
#import "PDViewController.h"
#import <WebKit/WebKit.h>
@interface PDWebViewController : PDViewController<WKNavigationDelegate,WKUIDelegate,UIScrollViewDelegate,UINavigationControllerDelegate>
@property (nonatomic, strong, readonly) WKWebView *webView;
@property (nonatomic, readwrite, copy) NSString *requestURL;
@property (nonatomic, readwrite, copy) NSString *htmlString;
@end
| 27.105263 | 136 | 0.776699 |
6475d46569d368ead066d48e46f1a158de91c0cd | 1,902 | h | C | tensorstore/util/constant_bit_vector.h | stuarteberg/tensorstore | 2c22a3c9f798b0fbf023031633c58cc7c644235d | [
"Apache-2.0"
] | 106 | 2020-04-02T20:00:18.000Z | 2022-03-23T20:27:31.000Z | tensorstore/util/constant_bit_vector.h | 0xgpapad/tensorstore | dfc2972e54588a7b745afea8b9322b57b26b657a | [
"BSD-2-Clause"
] | 28 | 2020-04-12T02:04:47.000Z | 2022-03-23T20:27:03.000Z | tensorstore/util/constant_bit_vector.h | 0xgpapad/tensorstore | dfc2972e54588a7b745afea8b9322b57b26b657a | [
"BSD-2-Clause"
] | 18 | 2020-04-08T06:41:30.000Z | 2022-02-18T03:05:49.000Z | // Copyright 2020 The TensorStore Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef TENSORSTORE_UTIL_CONSTANT_BIT_VECTOR_H_
#define TENSORSTORE_UTIL_CONSTANT_BIT_VECTOR_H_
#include <type_traits>
#include "tensorstore/util/bit_span.h"
#include "tensorstore/util/constant_vector.h"
namespace tensorstore {
/// Returns a constant `BitSpan` with unsigned integer block type `Block`
/// containing `value` of compile-time length `Length`.
template <typename Block, bool value, std::ptrdiff_t Length>
constexpr BitSpan<const Block, Length> GetConstantBitVector(
std::integral_constant<std::ptrdiff_t, Length> = {}) {
return {GetConstantVector<
Block, (value ? ~static_cast<Block>(0) : static_cast<Block>(0)),
BitVectorSizeInBlocks<Block>(Length)>()
.data(),
0, Length};
}
/// Returns a constant `BitSpan` with unsigned integer block type `Block`
/// containing `value` of run-time length `length`.
template <typename Block, bool value>
BitSpan<const Block> GetConstantBitVector(std::ptrdiff_t length) {
return {GetConstantVector<Block, (value ? ~static_cast<Block>(0)
: static_cast<Block>(0))>(
BitVectorSizeInBlocks<Block>(length))
.data(),
0, length};
}
} // namespace tensorstore
#endif // TENSORSTORE_UTIL_CONSTANT_BIT_VECTOR_H_
| 37.294118 | 78 | 0.705573 |
64766e7dcad8cef495c3211ab7882ff3f5fc5a89 | 1,567 | h | C | src/chrono_parallel/constraints/ChConstraintBilateral.h | andrewseidl/chrono | ec3d1689fa4d1ca40ef6d9ffdd2f509c0dc2cecd | [
"BSD-3-Clause"
] | null | null | null | src/chrono_parallel/constraints/ChConstraintBilateral.h | andrewseidl/chrono | ec3d1689fa4d1ca40ef6d9ffdd2f509c0dc2cecd | [
"BSD-3-Clause"
] | null | null | null | src/chrono_parallel/constraints/ChConstraintBilateral.h | andrewseidl/chrono | ec3d1689fa4d1ca40ef6d9ffdd2f509c0dc2cecd | [
"BSD-3-Clause"
] | null | null | null | // =============================================================================
// PROJECT CHRONO - http://projectchrono.org
//
// Copyright (c) 2016 projectchrono.org
// All right reserved.
//
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file at the top level of the distribution and at
// http://projectchrono.org/license-chrono.txt.
//
// =============================================================================
// Authors: Hammad Mazhar, Radu Serban
// =============================================================================
//
// Description: This class handles bilateral constraints for the system and
// computes jacobians etc
// =============================================================================
#pragma once
#include "chrono_parallel/ChDataManager.h"
namespace chrono {
class CH_PARALLEL_API ChConstraintBilateral {
public:
ChConstraintBilateral() {}
~ChConstraintBilateral() {}
void Setup(ChParallelDataManager* data_container_) { data_manager = data_container_; }
// Compute the vector of corrections
void Build_b();
// Compute the diagonal compliance matrix
void Build_E();
// Compute the jacobian matrix, no allocation is performed here,
// GenerateSparsity should take care of that
void Build_D();
// Fill-in the non zero entries in the bilateral jacobian with ones.
// This operation is sequential.
void GenerateSparsity();
// Pointer to the system's data manager
ChParallelDataManager* data_manager;
};
}
| 32.645833 | 90 | 0.576899 |
6478b470c8c0f107aa04e12b1f11b9c035cb5c97 | 1,350 | c | C | clickhold~.c | umlaeute/pd-lyonpotpourri | a95e610ae0f5357deb0f632f9e85ae0267472684 | [
"MIT"
] | null | null | null | clickhold~.c | umlaeute/pd-lyonpotpourri | a95e610ae0f5357deb0f632f9e85ae0267472684 | [
"MIT"
] | null | null | null | clickhold~.c | umlaeute/pd-lyonpotpourri | a95e610ae0f5357deb0f632f9e85ae0267472684 | [
"MIT"
] | null | null | null | #include "MSPd.h"
static t_class *clickhold_class;
#define OBJECT_NAME "clickhold~"
typedef struct _clickhold
{
t_object x_obj;
float x_f;
float hold_value;
} t_clickhold;
void *clickhold_new(void);
t_int *clickhold_perform(t_int *w);
void clickhold_dsp(t_clickhold *x, t_signal **sp);
void clickhold_tilde_setup(void)
{
clickhold_class = class_new(gensym("clickhold~"), (t_newmethod)clickhold_new,
NO_FREE_FUNCTION,sizeof(t_clickhold), 0,0);
CLASS_MAINSIGNALIN(clickhold_class, t_clickhold, x_f);
class_addmethod(clickhold_class, (t_method)clickhold_dsp, gensym("dsp"), A_CANT, 0);
potpourri_announce(OBJECT_NAME);
}
void *clickhold_new(void)
{
t_clickhold *x = (t_clickhold *)pd_new(clickhold_class);
outlet_new(&x->x_obj, gensym("signal"));
x->hold_value = 0;
return x;
}
t_int *clickhold_perform(t_int *w)
{
t_clickhold *x = (t_clickhold *) (w[1]);
t_float *in_vec = (t_float *)(w[2]);
t_float *out_vec = (t_float *)(w[3]);
int n = (int) w[4];
float hold_value = x->hold_value;
while( n-- ) {
if(*in_vec) {
hold_value = *in_vec;
}
in_vec++;
*out_vec++ = hold_value;
}
x->hold_value = hold_value;
return (w+5);
}
void clickhold_dsp(t_clickhold *x, t_signal **sp)
{
dsp_add(clickhold_perform, 4, x, sp[0]->s_vec, sp[1]->s_vec, sp[0]->s_n);
}
| 22.131148 | 86 | 0.672593 |
6478cfa0e5395054e35b6c9f75c686f7d6010ad2 | 13,099 | h | C | sys/gnu/fs/xfs/xfs_bmap_btree.h | dcui/FreeBSD-9.3_kernel | 39d9caaa6ba320e2f8e910b1f5f01efc24ca4a92 | [
"BSD-3-Clause"
] | 3 | 2015-12-15T00:56:39.000Z | 2018-01-11T01:01:38.000Z | sys/gnu/fs/xfs/xfs_bmap_btree.h | dcui/FreeBSD-9.3_kernel | 39d9caaa6ba320e2f8e910b1f5f01efc24ca4a92 | [
"BSD-3-Clause"
] | null | null | null | sys/gnu/fs/xfs/xfs_bmap_btree.h | dcui/FreeBSD-9.3_kernel | 39d9caaa6ba320e2f8e910b1f5f01efc24ca4a92 | [
"BSD-3-Clause"
] | 2 | 2018-01-11T01:01:12.000Z | 2020-11-19T03:07:29.000Z | /*
* Copyright (c) 2000,2002-2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it would be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __XFS_BMAP_BTREE_H__
#define __XFS_BMAP_BTREE_H__
#define XFS_BMAP_MAGIC 0x424d4150 /* 'BMAP' */
struct xfs_btree_cur;
struct xfs_btree_lblock;
struct xfs_mount;
struct xfs_inode;
/*
* Bmap root header, on-disk form only.
*/
typedef struct xfs_bmdr_block {
__be16 bb_level; /* 0 is a leaf */
__be16 bb_numrecs; /* current # of data records */
} xfs_bmdr_block_t;
/*
* Bmap btree record and extent descriptor.
* For 32-bit kernels,
* l0:31 is an extent flag (value 1 indicates non-normal).
* l0:0-30 and l1:9-31 are startoff.
* l1:0-8, l2:0-31, and l3:21-31 are startblock.
* l3:0-20 are blockcount.
* For 64-bit kernels,
* l0:63 is an extent flag (value 1 indicates non-normal).
* l0:9-62 are startoff.
* l0:0-8 and l1:21-63 are startblock.
* l1:0-20 are blockcount.
*/
#ifndef XFS_NATIVE_HOST
#define BMBT_TOTAL_BITLEN 128 /* 128 bits, 16 bytes */
#define BMBT_EXNTFLAG_BITOFF 0
#define BMBT_EXNTFLAG_BITLEN 1
#define BMBT_STARTOFF_BITOFF (BMBT_EXNTFLAG_BITOFF + BMBT_EXNTFLAG_BITLEN)
#define BMBT_STARTOFF_BITLEN 54
#define BMBT_STARTBLOCK_BITOFF (BMBT_STARTOFF_BITOFF + BMBT_STARTOFF_BITLEN)
#define BMBT_STARTBLOCK_BITLEN 52
#define BMBT_BLOCKCOUNT_BITOFF \
(BMBT_STARTBLOCK_BITOFF + BMBT_STARTBLOCK_BITLEN)
#define BMBT_BLOCKCOUNT_BITLEN (BMBT_TOTAL_BITLEN - BMBT_BLOCKCOUNT_BITOFF)
#else
#define BMBT_TOTAL_BITLEN 128 /* 128 bits, 16 bytes */
#define BMBT_EXNTFLAG_BITOFF 63
#define BMBT_EXNTFLAG_BITLEN 1
#define BMBT_STARTOFF_BITOFF (BMBT_EXNTFLAG_BITOFF - BMBT_STARTOFF_BITLEN)
#define BMBT_STARTOFF_BITLEN 54
#define BMBT_STARTBLOCK_BITOFF 85 /* 128 - 43 (other 9 is in first word) */
#define BMBT_STARTBLOCK_BITLEN 52
#define BMBT_BLOCKCOUNT_BITOFF 64 /* Start of second 64 bit container */
#define BMBT_BLOCKCOUNT_BITLEN 21
#endif /* XFS_NATIVE_HOST */
#define BMBT_USE_64 1
typedef struct xfs_bmbt_rec_32
{
__uint32_t l0, l1, l2, l3;
} xfs_bmbt_rec_32_t;
typedef struct xfs_bmbt_rec_64
{
__uint64_t l0, l1;
} xfs_bmbt_rec_64_t;
typedef __uint64_t xfs_bmbt_rec_base_t; /* use this for casts */
typedef xfs_bmbt_rec_64_t xfs_bmbt_rec_t, xfs_bmdr_rec_t;
/*
* Values and macros for delayed-allocation startblock fields.
*/
#define STARTBLOCKVALBITS 17
#define STARTBLOCKMASKBITS (15 + XFS_BIG_BLKNOS * 20)
#define DSTARTBLOCKMASKBITS (15 + 20)
#define STARTBLOCKMASK \
(((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
#define DSTARTBLOCKMASK \
(((((xfs_dfsbno_t)1) << DSTARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
#define ISNULLSTARTBLOCK(x) isnullstartblock(x)
static inline int isnullstartblock(xfs_fsblock_t x)
{
return ((x) & STARTBLOCKMASK) == STARTBLOCKMASK;
}
#define ISNULLDSTARTBLOCK(x) isnulldstartblock(x)
static inline int isnulldstartblock(xfs_dfsbno_t x)
{
return ((x) & DSTARTBLOCKMASK) == DSTARTBLOCKMASK;
}
#define NULLSTARTBLOCK(k) nullstartblock(k)
static inline xfs_fsblock_t nullstartblock(int k)
{
ASSERT(k < (1 << STARTBLOCKVALBITS));
return STARTBLOCKMASK | (k);
}
#define STARTBLOCKVAL(x) startblockval(x)
static inline xfs_filblks_t startblockval(xfs_fsblock_t x)
{
return (xfs_filblks_t)((x) & ~STARTBLOCKMASK);
}
/*
* Possible extent formats.
*/
typedef enum {
XFS_EXTFMT_NOSTATE = 0,
XFS_EXTFMT_HASSTATE
} xfs_exntfmt_t;
/*
* Possible extent states.
*/
typedef enum {
XFS_EXT_NORM, XFS_EXT_UNWRITTEN,
XFS_EXT_DMAPI_OFFLINE, XFS_EXT_INVALID
} xfs_exntst_t;
/*
* Extent state and extent format macros.
*/
#define XFS_EXTFMT_INODE(x) \
(XFS_SB_VERSION_HASEXTFLGBIT(&((x)->i_mount->m_sb)) ? \
XFS_EXTFMT_HASSTATE : XFS_EXTFMT_NOSTATE)
#define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN)
/*
* Incore version of above.
*/
typedef struct xfs_bmbt_irec
{
xfs_fileoff_t br_startoff; /* starting file offset */
xfs_fsblock_t br_startblock; /* starting block number */
xfs_filblks_t br_blockcount; /* number of blocks */
xfs_exntst_t br_state; /* extent state */
} xfs_bmbt_irec_t;
/*
* Key structure for non-leaf levels of the tree.
*/
typedef struct xfs_bmbt_key
{
xfs_dfiloff_t br_startoff; /* starting file offset */
} xfs_bmbt_key_t, xfs_bmdr_key_t;
typedef xfs_dfsbno_t xfs_bmbt_ptr_t, xfs_bmdr_ptr_t; /* btree pointer type */
/* btree block header type */
typedef struct xfs_btree_lblock xfs_bmbt_block_t;
#define XFS_BUF_TO_BMBT_BLOCK(bp) ((xfs_bmbt_block_t *)XFS_BUF_PTR(bp))
#define XFS_BMAP_IBLOCK_SIZE(lev,cur) (1 << (cur)->bc_blocklog)
#define XFS_BMAP_RBLOCK_DSIZE(lev,cur) ((cur)->bc_private.b.forksize)
#define XFS_BMAP_RBLOCK_ISIZE(lev,cur) \
((int)XFS_IFORK_PTR((cur)->bc_private.b.ip, \
(cur)->bc_private.b.whichfork)->if_broot_bytes)
#define XFS_BMAP_BLOCK_DSIZE(lev,cur) \
(((lev) == (cur)->bc_nlevels - 1 ? \
XFS_BMAP_RBLOCK_DSIZE(lev,cur) : XFS_BMAP_IBLOCK_SIZE(lev,cur)))
#define XFS_BMAP_BLOCK_ISIZE(lev,cur) \
(((lev) == (cur)->bc_nlevels - 1 ? \
XFS_BMAP_RBLOCK_ISIZE(lev,cur) : XFS_BMAP_IBLOCK_SIZE(lev,cur)))
#define XFS_BMAP_BLOCK_DMAXRECS(lev,cur) \
(((lev) == (cur)->bc_nlevels - 1 ? \
XFS_BTREE_BLOCK_MAXRECS(XFS_BMAP_RBLOCK_DSIZE(lev,cur), \
xfs_bmdr, (lev) == 0) : \
((cur)->bc_mp->m_bmap_dmxr[(lev) != 0])))
#define XFS_BMAP_BLOCK_IMAXRECS(lev,cur) \
(((lev) == (cur)->bc_nlevels - 1 ? \
XFS_BTREE_BLOCK_MAXRECS(XFS_BMAP_RBLOCK_ISIZE(lev,cur),\
xfs_bmbt, (lev) == 0) : \
((cur)->bc_mp->m_bmap_dmxr[(lev) != 0])))
#define XFS_BMAP_BLOCK_DMINRECS(lev,cur) \
(((lev) == (cur)->bc_nlevels - 1 ? \
XFS_BTREE_BLOCK_MINRECS(XFS_BMAP_RBLOCK_DSIZE(lev,cur),\
xfs_bmdr, (lev) == 0) : \
((cur)->bc_mp->m_bmap_dmnr[(lev) != 0])))
#define XFS_BMAP_BLOCK_IMINRECS(lev,cur) \
(((lev) == (cur)->bc_nlevels - 1 ? \
XFS_BTREE_BLOCK_MINRECS(XFS_BMAP_RBLOCK_ISIZE(lev,cur),\
xfs_bmbt, (lev) == 0) : \
((cur)->bc_mp->m_bmap_dmnr[(lev) != 0])))
#define XFS_BMAP_REC_DADDR(bb,i,cur) \
(XFS_BTREE_REC_ADDR(XFS_BMAP_BLOCK_DSIZE( \
be16_to_cpu((bb)->bb_level), cur), \
xfs_bmbt, bb, i, XFS_BMAP_BLOCK_DMAXRECS( \
be16_to_cpu((bb)->bb_level), cur)))
#define XFS_BMAP_REC_IADDR(bb,i,cur) \
(XFS_BTREE_REC_ADDR(XFS_BMAP_BLOCK_ISIZE( \
be16_to_cpu((bb)->bb_level), cur), \
xfs_bmbt, bb, i, XFS_BMAP_BLOCK_IMAXRECS( \
be16_to_cpu((bb)->bb_level), cur)))
#define XFS_BMAP_KEY_DADDR(bb,i,cur) \
(XFS_BTREE_KEY_ADDR(XFS_BMAP_BLOCK_DSIZE( \
be16_to_cpu((bb)->bb_level), cur), \
xfs_bmbt, bb, i, XFS_BMAP_BLOCK_DMAXRECS( \
be16_to_cpu((bb)->bb_level), cur)))
#define XFS_BMAP_KEY_IADDR(bb,i,cur) \
(XFS_BTREE_KEY_ADDR(XFS_BMAP_BLOCK_ISIZE( \
be16_to_cpu((bb)->bb_level), cur), \
xfs_bmbt, bb, i, XFS_BMAP_BLOCK_IMAXRECS( \
be16_to_cpu((bb)->bb_level), cur)))
#define XFS_BMAP_PTR_DADDR(bb,i,cur) \
(XFS_BTREE_PTR_ADDR(XFS_BMAP_BLOCK_DSIZE( \
be16_to_cpu((bb)->bb_level), cur), \
xfs_bmbt, bb, i, XFS_BMAP_BLOCK_DMAXRECS( \
be16_to_cpu((bb)->bb_level), cur)))
#define XFS_BMAP_PTR_IADDR(bb,i,cur) \
(XFS_BTREE_PTR_ADDR(XFS_BMAP_BLOCK_ISIZE( \
be16_to_cpu((bb)->bb_level), cur), \
xfs_bmbt, bb, i, XFS_BMAP_BLOCK_IMAXRECS( \
be16_to_cpu((bb)->bb_level), cur)))
/*
* These are to be used when we know the size of the block and
* we don't have a cursor.
*/
#define XFS_BMAP_BROOT_REC_ADDR(bb,i,sz) \
(XFS_BTREE_REC_ADDR(sz,xfs_bmbt,bb,i,XFS_BMAP_BROOT_MAXRECS(sz)))
#define XFS_BMAP_BROOT_KEY_ADDR(bb,i,sz) \
(XFS_BTREE_KEY_ADDR(sz,xfs_bmbt,bb,i,XFS_BMAP_BROOT_MAXRECS(sz)))
#define XFS_BMAP_BROOT_PTR_ADDR(bb,i,sz) \
(XFS_BTREE_PTR_ADDR(sz,xfs_bmbt,bb,i,XFS_BMAP_BROOT_MAXRECS(sz)))
#define XFS_BMAP_BROOT_NUMRECS(bb) be16_to_cpu((bb)->bb_numrecs)
#define XFS_BMAP_BROOT_MAXRECS(sz) XFS_BTREE_BLOCK_MAXRECS(sz,xfs_bmbt,0)
#define XFS_BMAP_BROOT_SPACE_CALC(nrecs) \
(int)(sizeof(xfs_bmbt_block_t) + \
((nrecs) * (sizeof(xfs_bmbt_key_t) + sizeof(xfs_bmbt_ptr_t))))
#define XFS_BMAP_BROOT_SPACE(bb) \
(XFS_BMAP_BROOT_SPACE_CALC(be16_to_cpu((bb)->bb_numrecs)))
#define XFS_BMDR_SPACE_CALC(nrecs) \
(int)(sizeof(xfs_bmdr_block_t) + \
((nrecs) * (sizeof(xfs_bmbt_key_t) + sizeof(xfs_bmbt_ptr_t))))
/*
* Maximum number of bmap btree levels.
*/
#define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)])
#define XFS_BMAP_SANITY_CHECK(mp,bb,level) \
(be32_to_cpu((bb)->bb_magic) == XFS_BMAP_MAGIC && \
be16_to_cpu((bb)->bb_level) == level && \
be16_to_cpu((bb)->bb_numrecs) > 0 && \
be16_to_cpu((bb)->bb_numrecs) <= (mp)->m_bmap_dmxr[(level) != 0])
#ifdef __KERNEL__
#if defined(XFS_BMBT_TRACE)
/*
* Trace buffer entry types.
*/
#define XFS_BMBT_KTRACE_ARGBI 1
#define XFS_BMBT_KTRACE_ARGBII 2
#define XFS_BMBT_KTRACE_ARGFFFI 3
#define XFS_BMBT_KTRACE_ARGI 4
#define XFS_BMBT_KTRACE_ARGIFK 5
#define XFS_BMBT_KTRACE_ARGIFR 6
#define XFS_BMBT_KTRACE_ARGIK 7
#define XFS_BMBT_KTRACE_CUR 8
#define XFS_BMBT_TRACE_SIZE 4096 /* size of global trace buffer */
#define XFS_BMBT_KTRACE_SIZE 32 /* size of per-inode trace buffer */
extern ktrace_t *xfs_bmbt_trace_buf;
#endif
/*
* Prototypes for xfs_bmap.c to call.
*/
extern void xfs_bmdr_to_bmbt(xfs_bmdr_block_t *, int, xfs_bmbt_block_t *, int);
extern int xfs_bmbt_decrement(struct xfs_btree_cur *, int, int *);
extern int xfs_bmbt_delete(struct xfs_btree_cur *, int *);
extern void xfs_bmbt_get_all(xfs_bmbt_rec_t *r, xfs_bmbt_irec_t *s);
extern xfs_bmbt_block_t *xfs_bmbt_get_block(struct xfs_btree_cur *cur,
int, struct xfs_buf **bpp);
extern xfs_filblks_t xfs_bmbt_get_blockcount(xfs_bmbt_rec_t *r);
extern xfs_fsblock_t xfs_bmbt_get_startblock(xfs_bmbt_rec_t *r);
extern xfs_fileoff_t xfs_bmbt_get_startoff(xfs_bmbt_rec_t *r);
extern xfs_exntst_t xfs_bmbt_get_state(xfs_bmbt_rec_t *r);
#ifndef XFS_NATIVE_HOST
extern void xfs_bmbt_disk_get_all(xfs_bmbt_rec_t *r, xfs_bmbt_irec_t *s);
extern xfs_exntst_t xfs_bmbt_disk_get_state(xfs_bmbt_rec_t *r);
extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(xfs_bmbt_rec_t *r);
extern xfs_fsblock_t xfs_bmbt_disk_get_startblock(xfs_bmbt_rec_t *r);
extern xfs_fileoff_t xfs_bmbt_disk_get_startoff(xfs_bmbt_rec_t *r);
#else
#define xfs_bmbt_disk_get_all(r, s) xfs_bmbt_get_all(r, s)
#define xfs_bmbt_disk_get_state(r) xfs_bmbt_get_state(r)
#define xfs_bmbt_disk_get_blockcount(r) xfs_bmbt_get_blockcount(r)
#define xfs_bmbt_disk_get_startblock(r) xfs_bmbt_get_blockcount(r)
#define xfs_bmbt_disk_get_startoff(r) xfs_bmbt_get_startoff(r)
#endif /* XFS_NATIVE_HOST */
extern int xfs_bmbt_increment(struct xfs_btree_cur *, int, int *);
extern int xfs_bmbt_insert(struct xfs_btree_cur *, int *);
extern void xfs_bmbt_log_block(struct xfs_btree_cur *, struct xfs_buf *, int);
extern void xfs_bmbt_log_recs(struct xfs_btree_cur *, struct xfs_buf *, int,
int);
extern int xfs_bmbt_lookup_eq(struct xfs_btree_cur *, xfs_fileoff_t,
xfs_fsblock_t, xfs_filblks_t, int *);
extern int xfs_bmbt_lookup_ge(struct xfs_btree_cur *, xfs_fileoff_t,
xfs_fsblock_t, xfs_filblks_t, int *);
/*
* Give the bmap btree a new root block. Copy the old broot contents
* down into a real block and make the broot point to it.
*/
extern int xfs_bmbt_newroot(struct xfs_btree_cur *cur, int *lflags, int *stat);
extern void xfs_bmbt_set_all(xfs_bmbt_rec_t *r, xfs_bmbt_irec_t *s);
extern void xfs_bmbt_set_allf(xfs_bmbt_rec_t *r, xfs_fileoff_t o,
xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
extern void xfs_bmbt_set_blockcount(xfs_bmbt_rec_t *r, xfs_filblks_t v);
extern void xfs_bmbt_set_startblock(xfs_bmbt_rec_t *r, xfs_fsblock_t v);
extern void xfs_bmbt_set_startoff(xfs_bmbt_rec_t *r, xfs_fileoff_t v);
extern void xfs_bmbt_set_state(xfs_bmbt_rec_t *r, xfs_exntst_t v);
#ifndef XFS_NATIVE_HOST
extern void xfs_bmbt_disk_set_all(xfs_bmbt_rec_t *r, xfs_bmbt_irec_t *s);
extern void xfs_bmbt_disk_set_allf(xfs_bmbt_rec_t *r, xfs_fileoff_t o,
xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
#else
#define xfs_bmbt_disk_set_all(r, s) xfs_bmbt_set_all(r, s)
#define xfs_bmbt_disk_set_allf(r, o, b, c, v) xfs_bmbt_set_allf(r, o, b, c, v)
#endif /* XFS_NATIVE_HOST */
extern void xfs_bmbt_to_bmdr(xfs_bmbt_block_t *, int, xfs_bmdr_block_t *, int);
extern int xfs_bmbt_update(struct xfs_btree_cur *, xfs_fileoff_t,
xfs_fsblock_t, xfs_filblks_t, xfs_exntst_t);
#ifdef DEBUG
/*
* Get the data from the pointed-to record.
*/
extern int xfs_bmbt_get_rec(struct xfs_btree_cur *, xfs_fileoff_t *,
xfs_fsblock_t *, xfs_filblks_t *,
xfs_exntst_t *, int *);
#endif
#endif /* __KERNEL__ */
#endif /* __XFS_BMAP_BTREE_H__ */
| 34.653439 | 79 | 0.754103 |
647cdc45b1f79f6b115240a0d62e00bc285cbd67 | 2,277 | h | C | include/sutil/Arcball.h | Geerthan/HAPI-GPU | a9ffe70b1b43392344fef2ba552965b4eb8cc4a2 | [
"MIT"
] | null | null | null | include/sutil/Arcball.h | Geerthan/HAPI-GPU | a9ffe70b1b43392344fef2ba552965b4eb8cc4a2 | [
"MIT"
] | null | null | null | include/sutil/Arcball.h | Geerthan/HAPI-GPU | a9ffe70b1b43392344fef2ba552965b4eb8cc4a2 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2018, NVIDIA CORPORATION. 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 following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of NVIDIA CORPORATION nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#pragma once
#include <optixu/optixu_matrix_namespace.h>
#include <sutilapi.h>
namespace sutil
{
class Arcball
{
//
// Note: all 2d units are in normalized [0,1] screen coords
//
public:
SUTILAPI Arcball( const optix::float2& center, float radius )
: m_center(center), m_radius(radius)
{}
SUTILAPI Arcball()
: m_center( optix::make_float2( 0.5f ) ), m_radius(0.45f)
{}
// Return incremental rotation. Does not save state.
SUTILAPI optix::Matrix4x4 rotate(const optix::float2& from, const optix::float2& to) const;
private:
optix::float3 toSphere(const optix::float2& v) const;
const optix::float2 m_center;
const float m_radius;
};
} // namespace sutil
| 35.030769 | 93 | 0.738691 |
647d74aede8e7a61ece1949d2e58430124bf5207 | 2,184 | h | C | isis/src/base/objs/SurfaceModel/SurfaceModel.h | ihumphrey-usgs/ISIS3_old | 284cc442b773f8369d44379ee29a9b46961d8108 | [
"Unlicense"
] | 1 | 2019-10-13T15:31:33.000Z | 2019-10-13T15:31:33.000Z | isis/src/base/objs/SurfaceModel/SurfaceModel.h | ihumphrey-usgs/ISIS3_old | 284cc442b773f8369d44379ee29a9b46961d8108 | [
"Unlicense"
] | null | null | null | isis/src/base/objs/SurfaceModel/SurfaceModel.h | ihumphrey-usgs/ISIS3_old | 284cc442b773f8369d44379ee29a9b46961d8108 | [
"Unlicense"
] | 1 | 2021-07-12T06:05:03.000Z | 2021-07-12T06:05:03.000Z | #ifndef SurfaceModel_h
#define SurfaceModel_h
/**
* @file
* $Revision: 1.4 $
* $Date: 2008/06/18 20:42:32 $
*
* Unless noted otherwise, the portions of Isis written by the USGS are
* public domain. See individual third-party library and package descriptions
* for intellectual property information, user agreements, and related
* information.
*
* Although Isis has been used by the USGS, no warranty, expressed or
* implied, is made by the USGS as to the accuracy and functioning of such
* software and related material nor shall the fact of distribution
* constitute any such warranty, and no responsibility is assumed by the
* USGS in connection therewith.
*
* For additional information, launch
* $ISISROOT/doc//documents/Disclaimers/Disclaimers.html
* in a browser or see the Privacy & Disclaimers page on the Isis website,
* http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on
* http://www.usgs.gov/privacy.html.
*/
#include <vector>
#include "PolynomialBivariate.h"
#include "LeastSquares.h"
namespace Isis {
/**
* @brief Model a 3-D surface
*
* Given a set of (x,y,z) triplets, this class will model the surface
* that best fits the points. The equation to be modelled is:
*
* @f[
* z = a + b*x + c*y + d*x^2 + e*x*y + f*y^2
* @f]
*
* @ingroup Math
*
* @author 2005-05-09 Jeff Anderson
*
* @internal
* @history 2008-06-18 Steven Lambright Fixed ifndef command
*
* @todo Add plot and/or visualize method
*/
class SurfaceModel {
public:
SurfaceModel();
~SurfaceModel();
void AddTriplet(const double x, const double y, const double z);
void AddTriplets(const double *x, const double *y, const double *z,
const int n);
void AddTriplets(const std::vector<double> &x,
const std::vector<double> &y,
const std::vector<double> &z);
void Solve();
double Evaluate(const double x, const double y);
int MinMax(double &x, double &y);
private:
LeastSquares *p_lsq;
PolynomialBivariate *p_poly2d;
};
};
#endif
| 29.513514 | 80 | 0.650183 |
647dec83cc505259008f6f130d797b000f0391f6 | 4,624 | h | C | MyGUIEngine/include/MyGUI_Delegate.h | AxolotGames/mygui | 1c8e8c5cbdb8df3c3e6103aa3f17cb04866a6388 | [
"MIT"
] | 1 | 2021-12-06T15:32:12.000Z | 2021-12-06T15:32:12.000Z | MyGUIEngine/include/MyGUI_Delegate.h | AxolotGames/mygui | 1c8e8c5cbdb8df3c3e6103aa3f17cb04866a6388 | [
"MIT"
] | null | null | null | MyGUIEngine/include/MyGUI_Delegate.h | AxolotGames/mygui | 1c8e8c5cbdb8df3c3e6103aa3f17cb04866a6388 | [
"MIT"
] | null | null | null | /*
* This source file is part of MyGUI. For the latest info, see http://mygui.info/
* Distributed under the MIT License
* (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
*/
#ifndef MYGUI_DELEGATE_H_
#define MYGUI_DELEGATE_H_
#include "MyGUI_Diagnostic.h"
#include <list>
#include <typeinfo>
// source
// http://rsdn.ru/article/cpp/delegates.xml
// генерация делегатов для различного колличества параметров
namespace MyGUI
{
namespace delegates
{
// базовый класс для тех классов, что хотят себя отвязывать от мульти делегатов
class MYGUI_EXPORT IDelegateUnlink
{
public:
virtual ~IDelegateUnlink() { }
IDelegateUnlink()
{
m_baseDelegateUnlink = this;
}
bool compare(IDelegateUnlink* _unlink) const
{
return m_baseDelegateUnlink == _unlink->m_baseDelegateUnlink;
}
private:
IDelegateUnlink* m_baseDelegateUnlink = nullptr;
};
inline IDelegateUnlink* GetDelegateUnlink(void* _base)
{
return 0;
}
inline IDelegateUnlink* GetDelegateUnlink(IDelegateUnlink* _base)
{
return _base;
}
}
// no parameters
#define MYGUI_SUFFIX 0
#define MYGUI_TEMPLATE
#define MYGUI_TEMPLATE_PARAMS
#define MYGUI_TEMPLATE_ARGS
#define MYGUI_T_TEMPLATE_PARAMS <typename T>
#define MYGUI_T_TEMPLATE_ARGS <T>
#define MYGUI_PARAMS
#define MYGUI_ARGS
#define MYGUI_TYPENAME
#include "MyGUI_DelegateImplement.h"
// one parameter
#define MYGUI_SUFFIX 1
#define MYGUI_TEMPLATE template
#define MYGUI_TEMPLATE_PARAMS <typename TP1>
#define MYGUI_TEMPLATE_ARGS <TP1>
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1>
#define MYGUI_T_TEMPLATE_ARGS <T, TP1>
#define MYGUI_PARAMS TP1 p1
#define MYGUI_ARGS p1
#define MYGUI_TYPENAME typename
#include "MyGUI_DelegateImplement.h"
// two parameters
#define MYGUI_SUFFIX 2
#define MYGUI_TEMPLATE template
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2>
#define MYGUI_TEMPLATE_ARGS <TP1, TP2>
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2>
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2>
#define MYGUI_PARAMS TP1 p1, TP2 p2
#define MYGUI_ARGS p1, p2
#define MYGUI_TYPENAME typename
#include "MyGUI_DelegateImplement.h"
// three parameters
#define MYGUI_SUFFIX 3
#define MYGUI_TEMPLATE template
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3>
#define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3>
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3>
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3>
#define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3
#define MYGUI_ARGS p1, p2, p3
#define MYGUI_TYPENAME typename
#include "MyGUI_DelegateImplement.h"
// four parameters
#define MYGUI_SUFFIX 4
#define MYGUI_TEMPLATE template
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4>
#define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4>
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4>
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4>
#define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4
#define MYGUI_ARGS p1, p2, p3, p4
#define MYGUI_TYPENAME typename
#include "MyGUI_DelegateImplement.h"
// five parameters
#define MYGUI_SUFFIX 5
#define MYGUI_TEMPLATE template
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5>
#define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5>
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4, typename TP5>
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5>
#define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5
#define MYGUI_ARGS p1, p2, p3, p4, p5
#define MYGUI_TYPENAME typename
#include "MyGUI_DelegateImplement.h"
// six parameters
#define MYGUI_SUFFIX 6
#define MYGUI_TEMPLATE template
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5, typename TP6>
#define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5, TP6>
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4, typename TP5, typename TP6>
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5, TP6>
#define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6
#define MYGUI_ARGS p1, p2, p3, p4, p5, p6
#define MYGUI_TYPENAME typename
#include "MyGUI_DelegateImplement.h"
} // namespace MyGUI
#endif // MYGUI_DELEGATE_H_
| 31.243243 | 129 | 0.746324 |
648211516a99a76bf3f3466bf98a684153654912 | 3,192 | c | C | pkagent/gxy-pkagent-main.c | aperezdc/galaxy-desktop | 744df489207079905ae6370e80c880a3e149248c | [
"MIT"
] | 4 | 2019-05-23T08:50:43.000Z | 2021-11-15T11:27:41.000Z | pkagent/gxy-pkagent-main.c | aperezdc/galaxy-desktop | 744df489207079905ae6370e80c880a3e149248c | [
"MIT"
] | null | null | null | pkagent/gxy-pkagent-main.c | aperezdc/galaxy-desktop | 744df489207079905ae6370e80c880a3e149248c | [
"MIT"
] | null | null | null | /*
* gxy-pkagent-main.c
* Copyright (C) 2018 Adrian Perez <aperez@igalia.com>
*
* Distributed under terms of the MIT license.
*/
#define POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE 1
#include "gxy-auth-panel.h"
#include "nb-application.h"
#include "nb-attention-dialog.h"
#include <polkitagent/polkitagent.h>
#include <unistd.h>
G_DEFINE_AUTOPTR_CLEANUP_FUNC (PolkitAgentListener, g_object_unref)
#define GXY_TYPE_AGENT (gxy_agent_get_type ())
G_DECLARE_FINAL_TYPE (GxyAgent, gxy_agent, GXY, AGENT, PolkitAgentListener)
struct _GxyAgent
{
};
G_DEFINE_TYPE (GxyAgent, gxy_agent, POLKIT_AGENT_TYPE_LISTENER)
static void
gxy_agent_initiate_authentication (PolkitAgentListener *listener,
const char *action_id,
const char *message,
const char *icon_name,
PolkitDetails *details,
const char *cookie,
GList *identities,
GCancellable *cancellable,
void *userdata)
{
}
static gboolean
gxy_agent_initiate_authentication_finish (PolkitAgentListener *listener,
GAsyncResult *result,
GError **error)
{
}
static void
gxy_agent_class_init (GxyAgentClass *klass)
{
PolkitAgentListenerClass *listener_class = POLKIT_AGENT_LISTENER_CLASS (klass);
listener_class->initiate_authentication = gxy_agent_initiate_authentication;
listener_class->initiate_authentication_finish = gxy_agent_initiate_authentication_finish;
}
static void
gxy_agent_init (GxyAgent *agent)
{
}
static void
on_dialog_response (NbAttentionDialog *dialog, int response)
{
switch (response) {
case GTK_RESPONSE_ACCEPT:
// TODO: Do more stuff.
case GTK_RESPONSE_REJECT:
gtk_window_close (GTK_WINDOW (dialog));
break;
default:
g_assert_not_reached ();
}
}
static GtkApplicationWindow*
on_create_window (NbApplication *app, G_GNUC_UNUSED void* userdata)
{
GtkWidget *panel = g_object_new (GXY_TYPE_AUTH_PANEL, NULL);
g_autoptr(NbAttentionDialog) window =
g_object_new (NB_TYPE_ATTENTION_DIALOG,
"title", "Authentication Required",
"message", "Authentication is required for this resource",
"icon-name", "dialog-password",
"extra-widget", panel,
NULL);
gtk_application_add_window (GTK_APPLICATION (app), GTK_WINDOW (window));
gtk_widget_grab_focus (panel);
g_signal_connect (window, "response", G_CALLBACK (on_dialog_response), NULL);
return g_steal_pointer (&window);
}
int
main (int argc, char *argv[])
{
g_autoptr(GApplication) app = g_object_new (NB_TYPE_APPLICATION, NULL);
g_signal_connect (app, "create-window", G_CALLBACK (on_create_window), NULL);
return g_application_run (app, argc, argv);
}
| 28.247788 | 94 | 0.620301 |
64822fb33bbf907e215d7a82dc15e92dd7f87ed5 | 21,073 | c | C | pith/init.c | alpinemail/alpine | 2adddd4261eeefe058b529ed0b9af6b2d497aa67 | [
"Apache-2.0"
] | 6 | 2018-10-30T15:25:38.000Z | 2022-03-19T20:33:34.000Z | pith/init.c | alpinemail/alpine | 2adddd4261eeefe058b529ed0b9af6b2d497aa67 | [
"Apache-2.0"
] | null | null | null | pith/init.c | alpinemail/alpine | 2adddd4261eeefe058b529ed0b9af6b2d497aa67 | [
"Apache-2.0"
] | 1 | 2022-03-17T21:55:51.000Z | 2022-03-17T21:55:51.000Z | /*
* ========================================================================
* Copyright 2013-2021 Eduardo Chappa
* Copyright 2006-2007 University of Washington
*
* 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
*
* ========================================================================
*/
/*======================================================================
init.c
Routines for pine start up and initialization
====*/
#include "../pith/headers.h"
#include "../pith/init.h"
#include "../pith/conf.h"
#include "../pith/status.h"
#include "../pith/folder.h"
/*
* Internal prototypes
*/
int compare_sm_files(const qsort_t *, const qsort_t *);
/*----------------------------------------------------------------------
Sets login, full_username and home_dir
Args: ps -- The Pine structure to put the user name, etc in
Result: sets the fullname, login and home_dir field of the pine structure
returns 0 on success, -1 if not.
----*/
int
init_username(struct pine *ps)
{
char *expanded;
int rv;
rv = 0;
expanded = NULL;
#if defined(DOS) || defined(OS2)
if(ps->COM_USER_ID)
expanded = expand_variables(tmp_20k_buf, SIZEOF_20KBUF,
ps->COM_USER_ID, 0);
if(!expanded && ps->vars[V_USER_ID].post_user_val.p)
expanded = expand_variables(tmp_20k_buf, SIZEOF_20KBUF,
ps->vars[V_USER_ID].post_user_val.p, 0);
if(!expanded && ps->vars[V_USER_ID].main_user_val.p)
expanded = expand_variables(tmp_20k_buf, SIZEOF_20KBUF,
ps->vars[V_USER_ID].main_user_val.p, 0);
if(!expanded)
ps->blank_user_id = 1;
ps->VAR_USER_ID = cpystr(expanded ? expanded : "");
#else
ps->VAR_USER_ID = cpystr(ps->ui.login);
if(!ps->VAR_USER_ID[0]){
fprintf(stderr, "Who are you? (Unable to look up login name)\n");
rv = -1;
}
#endif
expanded = NULL;
if(ps->vars[V_PERSONAL_NAME].is_fixed){
if(ps->FIX_PERSONAL_NAME){
expanded = expand_variables(tmp_20k_buf, SIZEOF_20KBUF,
ps->FIX_PERSONAL_NAME, 0);
}
if(ps->vars[V_PERSONAL_NAME].main_user_val.p ||
ps->vars[V_PERSONAL_NAME].post_user_val.p){
ps_global->give_fixed_warning = 1;
ps_global->fix_fixed_warning = 1;
}
else if(ps->COM_PERSONAL_NAME)
ps_global->give_fixed_warning = 1;
}
else{
if(ps->COM_PERSONAL_NAME)
expanded = expand_variables(tmp_20k_buf, SIZEOF_20KBUF,
ps->COM_PERSONAL_NAME, 0);
if(!expanded && ps->vars[V_PERSONAL_NAME].post_user_val.p)
expanded = expand_variables(tmp_20k_buf, SIZEOF_20KBUF,
ps->vars[V_PERSONAL_NAME].post_user_val.p, 0);
if(!expanded && ps->vars[V_PERSONAL_NAME].main_user_val.p)
expanded = expand_variables(tmp_20k_buf, SIZEOF_20KBUF,
ps->vars[V_PERSONAL_NAME].main_user_val.p, 0);
}
if(!expanded){
expanded = ps->ui.fullname;
#if defined(DOS) || defined(OS2)
ps->blank_personal_name = 1;
#endif
}
ps->VAR_PERSONAL_NAME = cpystr(expanded ? expanded : "");
dprint((1, "Userid: %s\nFullname: \"%s\"\n",
ps->VAR_USER_ID, ps->VAR_PERSONAL_NAME));
return(rv);
}
/*----------------------------------------------------------------------
Sets home_dir
Args: ps -- The Pine structure to put the user name, etc in
Result: sets the home_dir field of the pine structure
returns 0 on success, -1 if not.
----*/
int
init_userdir(struct pine *ps)
{
char fld_dir[MAXPATH+1];
if(strlen(ps->home_dir) + strlen(ps->VAR_MAIL_DIRECTORY)+2 > MAXPATH){
printf(_("Folders directory name is longer than %d\n"), MAXPATH);
printf(_("Directory name: \"%s/%s\"\n"),ps->home_dir,
ps->VAR_MAIL_DIRECTORY);
return(-1);
}
#if defined(DOS) || defined(OS2)
if(ps->VAR_MAIL_DIRECTORY[1] == ':'){
strncpy(fld_dir, ps->VAR_MAIL_DIRECTORY, sizeof(fld_dir)-1);
fld_dir[sizeof(fld_dir)-1] = '\0';
}
else
#endif
build_path(fld_dir, ps->home_dir, ps->VAR_MAIL_DIRECTORY, sizeof(fld_dir));
ps->folders_dir = cpystr(fld_dir);
return(0);
}
/*----------------------------------------------------------------------
Fetch the hostname of the current system and put it in pine struct
Args: ps -- The pine structure to put the hostname, etc in
Result: hostname, localdomain, userdomain and maildomain are set
** Pine uses the following set of names:
hostname - The fully-qualified hostname. Obtained with
gethostbyname() which reads /etc/hosts or does a DNS
lookup. This may be blank.
localdomain - The domain name without the host. Obtained from the
above hostname if it has a "." in it. Removes first
segment. If hostname has no "." in it then the hostname
is used. This may be blank.
userdomain - Explicitly configured domainname. This is read out of the
global pine.conf or user's .pinerc. The user's entry in the
.pinerc overrides.
** Pine has the following uses for such names:
1. On outgoing messages in the From: line
Uses userdomain if there is one. If not uses, uses
hostname unless Pine has been configured to use localdomain.
2. When expanding/fully-qualifying unqualified addresses during
composition
(same as 1)
3. When expanding/fully-qualifying unqualified addresses during
composition when a local entry in the password file exists for
name.
If no userdomain is given, then this lookup is always done
and the hostname is used unless Pine's been configured to
use the localdomain. If userdomain is defined, it is used,
but no local lookup is done. We can't assume users on the
local host are valid in the given domain (and, for simplicity,
have chosen to ignore the cases userdomain matches localdomain
or localhost). Setting user-lookup-even-if-domain-mismatch
feature will tell pine to override this behavior and perform
the local lookup anyway. The problem of a global "even-if"
set and a .pinerc-defined user-domain of something odd causing
the local lookup, but this will only effect the personal name,
and is not judged to be a significant problem.
4. In determining if an address is that of the current pine user for
formatting index and filtering addresses when replying
If a userdomain is specified the address must match the
userdomain exactly. If a userdomain is not specified or the
userdomain is the same as the hostname or domainname, then
an address will be considered the users if it matches either
the domainname or the hostname. Of course, the userid must
match too.
5. In Message ID's
The fully-qualified hostname is always users here.
** Setting the domain names
To set the domain name for all Pine users on the system to be
different from what Pine figures out from DNS, set the domain name in
the "user-domain" variable in pine.conf. To set the domain name for an
individual user, set the "user-domain" variable in his .pinerc.
The .pinerc setting overrides any other setting.
----*/
int
init_hostname(struct pine *ps)
{
char hostname[MAX_ADDRESS+1], domainname[MAX_ADDRESS+1];
getdomainnames(hostname, sizeof(hostname)-1,
domainname, sizeof(domainname)-1);
if(ps->hostname)
fs_give((void **)&ps->hostname);
ps->hostname = cpystr(hostname);
if(ps->localdomain)
fs_give((void **)&ps->localdomain);
ps->localdomain = cpystr(domainname);
ps->userdomain = NULL;
if(ps->VAR_USER_DOMAIN && ps->VAR_USER_DOMAIN[0]){
ps->maildomain = ps->userdomain = ps->VAR_USER_DOMAIN;
}else{
#if defined(DOS) || defined(OS2)
if(ps->VAR_USER_DOMAIN)
ps->blank_user_domain = 1; /* user domain set to null string! */
ps->maildomain = ps->localdomain[0] ? ps->localdomain : ps->hostname;
#else
ps->maildomain = strucmp(ps->VAR_USE_ONLY_DOMAIN_NAME, "yes")
? ps->hostname : ps->localdomain;
#endif
}
/*
* Tell c-client what domain to use when completing unqualified
* addresses it finds in local mailboxes. Remember, it won't
* affect what's to the right of '@' for unqualified addresses in
* remote folders...
*/
mail_parameters(NULL, SET_LOCALHOST, (void *) ps->maildomain);
if(F_OFF(F_QUELL_MAILDOMAIN_WARNING, ps) && !strchr(ps->maildomain, '.')){
snprintf(tmp_20k_buf, SIZEOF_20KBUF, _("Incomplete maildomain \"%s\"."),
ps->maildomain);
init_error(ps, SM_ORDER | SM_DING, 3, 5, tmp_20k_buf);
strncpy(tmp_20k_buf,
_("Return address in mail you send may be incorrect."), SIZEOF_20KBUF);
tmp_20k_buf[SIZEOF_20KBUF-1] = '\0';
init_error(ps, SM_ORDER | SM_DING, 3, 5, tmp_20k_buf);
}
dprint((1,"User domain name being used \"%s\"\n",
ps->userdomain == NULL ? "" : ps->userdomain));
dprint((1,"Local Domain name being used \"%s\"\n",
ps->localdomain ? ps->localdomain : "?"));
dprint((1,"Host name being used \"%s\"\n",
ps->hostname ? ps->hostname : "?"));
dprint((1,
"Mail Domain name being used (by c-client too) \"%s\"\n",
ps->maildomain ? ps->maildomain : "?"));
if(!ps->maildomain || !ps->maildomain[0]){
#if defined(DOS) || defined(OS2)
if(ps->blank_user_domain)
return(0); /* prompt for this in send.c:dos_valid_from */
#endif
fprintf(stderr, _("No host name or domain name set\n"));
return(-1);
}
else
return(0);
}
/*----------------------------------------------------------------------
Make sure the default save folders exist in the default
save context.
----*/
void
init_save_defaults(void)
{
CONTEXT_S *save_cntxt;
if(!ps_global->VAR_DEFAULT_FCC ||
!*ps_global->VAR_DEFAULT_FCC ||
!ps_global->VAR_DEFAULT_SAVE_FOLDER ||
!*ps_global->VAR_DEFAULT_SAVE_FOLDER)
return;
if(!(save_cntxt = default_save_context(ps_global->context_list)))
save_cntxt = ps_global->context_list;
if(!(folder_exists(save_cntxt, ps_global->VAR_DEFAULT_FCC) & FEX_ISFILE))
context_create(save_cntxt, NULL, ps_global->VAR_DEFAULT_FCC);
if(!(folder_exists(save_cntxt, ps_global->VAR_DEFAULT_SAVE_FOLDER) &
FEX_ISFILE))
context_create(save_cntxt, NULL, ps_global->VAR_DEFAULT_SAVE_FOLDER);
free_folder_list(save_cntxt);
}
/*----------------------------------------------------------------------
Put sent-mail files in date order
Args: a, b -- The names of two files. Expects names to be sent-mail-mmm-yy
Other names will sort in order and come before those
in above format.
----*/
int
compare_sm_files(const qsort_t *aa, const qsort_t *bb)
{
struct sm_folder *a = (struct sm_folder *)aa,
*b = (struct sm_folder *)bb;
if(a->month_num == -1 && b->month_num == -1 && a->name && b->name)
return(strucmp(a->name, b->name));
if(a->month_num == -1) return(-1);
if(b->month_num == -1) return(1);
return(a->month_num - b->month_num);
}
/*----------------------------------------------------------------------
Create an ordered list of sent-mail folders and their month numbers
Args: dir -- The directory to find the list of files in
Result: Pointer to list of files is returned.
This list includes all files that start with "sent-mail", but not "sent-mail"
itself.
----*/
struct sm_folder *
get_mail_list(CONTEXT_S *list_cntxt, char *folder_base)
{
register struct sm_folder *sm = NULL;
struct sm_folder *sml = NULL;
char *filename;
int i, folder_base_len;
int max_files;
char searchname[MAXPATH+1];
if((folder_base_len = strlen(folder_base)) == 0 || !list_cntxt){
sml = (struct sm_folder *) fs_get(sizeof(struct sm_folder));
memset((void *)sml, 0, sizeof(struct sm_folder));
return(sml);
}
#ifdef DOS
if(*list_cntxt->context != '{'){ /* NOT an IMAP collection! */
snprintf(searchname, sizeof(searchname), "%4.4s*", folder_base);
folder_base_len = strlen(searchname) - 1;
}
else
#endif /* MAXPATH + 1 = sizeof(searchmane) */
snprintf(searchname, sizeof(searchname), "%.*s*", MAXPATH+1-2, folder_base);
build_folder_list(NULL, list_cntxt, searchname, NULL, BFL_FLDRONLY);
max_files = MIN(MAX(0, folder_total(FOLDERS(list_cntxt))), 5000);
sml = sm = (struct sm_folder *) fs_get(sizeof(struct sm_folder)*(max_files+1));
memset((void *)sml, 0, sizeof(struct sm_folder) * (max_files+1));
for(i = 0; i < folder_total(FOLDERS(list_cntxt)); i++){
filename = folder_entry(i, FOLDERS(list_cntxt))->name;
#ifdef DOS
if(struncmp(filename, folder_base, folder_base_len) == 0
&& strucmp(filename, folder_base)){
if(*list_cntxt->context != '{'){
int j;
for(j = 0; j < 4; j++)
if(!isdigit((unsigned char)filename[folder_base_len + j]))
break;
if(j < 4) /* not proper date format! */
continue; /* keep trying */
}
#else
#ifdef OS2
if(strnicmp(filename, folder_base, folder_base_len) == 0
&& stricmp(filename, folder_base)){
#else
if(strncmp(filename, folder_base, folder_base_len) == 0
&& strcmp(filename, folder_base)){
#endif
#endif
sm->name = cpystr(filename);
#ifdef DOS
if(*list_cntxt->context != '{'){ /* NOT an IMAP collection! */
sm->month_num = (sm->name[folder_base_len] - '0') * 10;
sm->month_num += sm->name[folder_base_len + 1] - '0';
}
else
#endif
sm->month_num = month_num(sm->name + (size_t)folder_base_len + 1);
sm++;
if(sm >= &sml[max_files])
break; /* Too many files, ignore the rest ; shouldn't occur */
}
}
/* anything to sort?? */
if(sml->name && *(sml->name) && (sml+1)->name && *((sml+1)->name)){
qsort(sml,
sm - sml,
sizeof(struct sm_folder),
compare_sm_files);
}
return(sml);
}
int
check_prune_time(time_t *now, struct tm **tm_now)
{
char tmp[50];
*now = time((time_t *) 0);
*tm_now = localtime(now);
/*
* If the last time we did this is blank (as if pine's run for
* first time), don't go thru list asking, but just note it for
* the next time...
*/
if(ps_global->VAR_LAST_TIME_PRUNE_QUESTION == NULL){
ps_global->last_expire_year = (*tm_now)->tm_year;
ps_global->last_expire_month = (*tm_now)->tm_mon;
snprintf(tmp, sizeof(tmp), "%d.%d", ps_global->last_expire_year,
ps_global->last_expire_month + 1);
set_variable(V_LAST_TIME_PRUNE_QUESTION, tmp, 1, 1, Main);
return(0);
}
if(ps_global->last_expire_year != -1 &&
((*tm_now)->tm_year < ps_global->last_expire_year ||
((*tm_now)->tm_year == ps_global->last_expire_year &&
(*tm_now)->tm_mon <= ps_global->last_expire_month)))
return(0);
return(1);
}
int
first_run_of_month(void)
{
time_t now;
struct tm *tm_now;
now = time((time_t *) 0);
tm_now = localtime(&now);
if(ps_global->last_expire_year == -1 ||
(tm_now->tm_year < ps_global->last_expire_year ||
(tm_now->tm_year == ps_global->last_expire_year &&
tm_now->tm_mon <= ps_global->last_expire_month)))
return(0);
return(1);
}
int
first_run_of_year(void)
{
time_t now;
struct tm *tm_now;
now = time((time_t *) 0);
tm_now = localtime(&now);
if(ps_global->last_expire_year == -1 ||
(tm_now->tm_year <= ps_global->last_expire_year))
return(0);
return(1);
}
/*
* prune_move_folder - rename folder in context and delete old copy
* Returns -1 if unsuccessful.
*/
int
prune_move_folder(char *oldpath, char *newpath, CONTEXT_S *prune_cntxt)
{
char spath[MAXPATH+1];
strncpy(spath, oldpath, sizeof(spath)-1);
spath[sizeof(spath)-1] = '\0';
/*--- User says OK to rename ---*/
dprint((5, "rename \"%s\" to \"%s\"\n",
spath ? spath : "?", newpath ? newpath : "?"));
q_status_message1(SM_ORDER, 1, 3,
/* TRANSLATORS: arg is a filename */
_("Renaming \"%s\" at start of month"),
pretty_fn(spath ? spath : "?"));
if(!context_rename(prune_cntxt, NULL, spath, newpath)){
q_status_message2(SM_ORDER | SM_DING, 3, 4,
/* TRANSLATORS: 1st arg is filename, 2nd is error message */
_("Error renaming \"%s\": %s"),
pretty_fn(spath ? spath : "?"),
error_description(errno));
dprint((1, "Error renaming %s to %s: %s\n",
spath ? spath : "?", newpath ? newpath : "?",
error_description(errno)));
display_message('x');
return -1;
}
context_create(prune_cntxt, NULL, spath);
return 0;
}
char *
html_directory_path(char *sname, char *sbuf, size_t len)
{
*sbuf = '\0';
if(sname && *sname){
size_t snl = strlen(sname);
if(is_absolute_path(sname)){
strncpy(sbuf, sname, len-1);
sbuf[len-1] = '\0';
fnexpand(sbuf, len);
}
else if(ps_global->VAR_OPER_DIR){
if(strlen(ps_global->VAR_OPER_DIR) + snl < len - 1)
build_path(sbuf, ps_global->VAR_OPER_DIR, sname, len);
}
else if(strlen(ps_global->home_dir) + snl < len - 1)
build_path(sbuf, ps_global->home_dir, sname, len);
}
return(*sbuf ? sbuf : NULL);
}
int
init_html_directory(char *path)
{
int rv;
switch(is_writable_dir(path)){
case 0: rv = 0; break;
case 3: rv = create_mail_dir(path) < 0 ? -1 : 0; break;
default: rv = -1; break;
}
return rv;
}
HTML_LOG_S *
create_html_log(void)
{
HTML_LOG_S *rv;
rv = fs_get(sizeof(HTML_LOG_S));
memset((void *) rv, 0, sizeof(HTML_LOG_S));
return rv;
}
void
add_html_log(HTML_LOG_S **htmlp, char *d)
{
HTML_LOG_S *h;
for(h = *htmlp; h && h->next; h = h->next);
if(!h){
h = create_html_log();
*htmlp = h;
}
else {
h->next = create_html_log();
h = h->next;
}
h->dir = cpystr(d);
h->to_delete = time(0) + 10*60; /* 10 minutes life */
}
void
free_html_log(HTML_LOG_S **htmlp)
{
if (htmlp == NULL || *htmlp == NULL)
return;
if((*htmlp)->dir) fs_give((void **) &(*htmlp)->dir);
if((*htmlp)->next) free_html_log(&(*htmlp)->next);
fs_give((void **)htmlp);
}
void
html_dir_clean(int force)
{
HTML_LOG_S *h, prev, *j;
time_t now = time(0);
#ifndef _WINDOWS
DIR *dirp;
struct dirent *d;
#else
struct _finddata_t dbuf;
char buf[_MAX_PATH + 4];
long findrv;
#endif /* _WINDOWS */
struct stat sbuf;
char fpath[MAXPATH], *fname;
int delete_happened = 0;
/* these are barriers to try to not to enter here */
if(ps_global->html_dir == NULL
|| ps_global->html_dir_list == NULL
|| our_stat(ps_global->html_dir, &sbuf) < 0) return;
for(h = ps_global->html_dir_list; h; h = h->next){
if(force || now >= h->to_delete){ /* the time to delete has come */
if(strlen(h->dir) + strlen(ps_global->html_dir) + 3 < MAXPATH){
if(our_stat(h->dir, &sbuf) < 0)
continue;
if((sbuf.st_mode & S_IFMT) == S_IFDIR){
#ifndef _WINDOWS
if((dirp = opendir(h->dir)) != NULL){
while ((d = readdir(dirp)) != NULL){
fname = d->d_name;
#else /* _WINDOWS */
snprintf(buf, sizeof(buf), "%s%s*.*", ps_global->html_dir, (ps_global->html_dir[strlen(ps_global->html_dir)-1] == '\\') ? "" : "\\");
buf[sizeof(buf)-1] = '\0';
if((findrv = _findfirst(buf, &dbuf)) < 0)
return;
do {
fname = fname_to_utf8(dbuf.name);
#endif /* _WINDOWS */
if(!strcmp(fname, ".") || !strcmp(fname, ".."))
continue;
if(strlen(h->dir) + strlen(fname) + 3 < MAXPATH){
snprintf(fpath, sizeof(fpath) - 1, "%s%s%s", h->dir, S_FILESEP, fname);
fpath[sizeof(fpath)-1] = '\0';
our_unlink(fpath);
}
#ifndef _WINDOWS
}
closedir(dirp);
}
#else /* _WINDOWS */
} while(_findnext(findrv, &dbuf) == 0);
#endif /* _WINDOWS */
if(!our_rmdir(h->dir)){
h->to_delete = 0; /* mark it deleted */
delete_happened++;
}
}
}
}
}
/* remove all deleted directories from the list */
if(delete_happened){
prev.to_delete = 1; /* do not free this entry */
(&prev)->next = ps_global->html_dir_list;
for (j = &prev; j && j->next ; ){
if(j->next->to_delete == 0){
HTML_LOG_S *k;
k = j->next;
j->next = k->next;
k->next = NULL;
free_html_log(&k);
}
else j = j->next;
}
ps_global->html_dir_list = (&prev)->next;
}
/* this is wrong, but we do not care if this fails. What this
* is trying to do is to the delete the .alpine-html directory
* if it is empty. We could test if it is empty by reading the
* directory. Instead we will use a weaker test checking if we
* have anything else to erase. If we don't, then we try to
* erase ps_global->html_dir, and we do not worry if we fail.
*/
if(ps_global->html_dir_list == NULL)
our_rmdir(ps_global->html_dir);
}
| 29.806223 | 140 | 0.614246 |
6483d732a1ce1bd72cce2b186c651116829e4536 | 1,566 | h | C | open-vm-tools/common-agent/Cpp/Framework/Framework/include/Doc/DiagTypesDoc/CDiagBatchDoc.h | mrehman29/open-vm-tools | 03f35e3209b3a73cf8e43a74ac764f22526723a0 | [
"X11"
] | 2 | 2020-07-23T06:01:37.000Z | 2021-02-25T06:48:42.000Z | open-vm-tools/common-agent/Cpp/Framework/Framework/include/Doc/DiagTypesDoc/CDiagBatchDoc.h | mrehman29/open-vm-tools | 03f35e3209b3a73cf8e43a74ac764f22526723a0 | [
"X11"
] | null | null | null | open-vm-tools/common-agent/Cpp/Framework/Framework/include/Doc/DiagTypesDoc/CDiagBatchDoc.h | mrehman29/open-vm-tools | 03f35e3209b3a73cf8e43a74ac764f22526723a0 | [
"X11"
] | 1 | 2020-11-11T12:54:06.000Z | 2020-11-11T12:54:06.000Z | /*
* Author: bwilliams
* Created: April 6, 2012
*
* Copyright (C) 2012-2016 VMware, Inc. All rights reserved. -- VMware Confidential
*
*
*/
#ifndef CDiagBatchDoc_h_
#define CDiagBatchDoc_h_
#include "Doc/DiagTypesDoc/CDiagCollectInstancesDoc.h"
#include "Doc/DiagTypesDoc/CDiagDeleteValueCollectionDoc.h"
#include "Doc/DiagTypesDoc/CDiagSetValueCollectionDoc.h"
namespace Caf {
/// A simple container for objects of type DiagBatch
class DIAGTYPESDOC_LINKAGE CDiagBatchDoc {
public:
CDiagBatchDoc();
virtual ~CDiagBatchDoc();
public:
/// Initializes the object with everything required by this
/// container. Once initialized, this object cannot
/// be changed (i.e. it is immutable).
void initialize(
const SmartPtrCDiagCollectInstancesDoc collectInstances,
const SmartPtrCDiagSetValueCollectionDoc setValueCollection,
const SmartPtrCDiagDeleteValueCollectionDoc deleteValueCollection);
public:
/// Accessor for the CollectInstances
SmartPtrCDiagCollectInstancesDoc getCollectInstances() const;
/// Accessor for the SetValueCollection
SmartPtrCDiagSetValueCollectionDoc getSetValueCollection() const;
/// Accessor for the DeleteValueCollection
SmartPtrCDiagDeleteValueCollectionDoc getDeleteValueCollection() const;
private:
bool _isInitialized;
SmartPtrCDiagCollectInstancesDoc _collectInstances;
SmartPtrCDiagSetValueCollectionDoc _setValueCollection;
SmartPtrCDiagDeleteValueCollectionDoc _deleteValueCollection;
private:
CAF_CM_DECLARE_NOCOPY(CDiagBatchDoc);
};
CAF_DECLARE_SMART_POINTER(CDiagBatchDoc);
}
#endif
| 25.672131 | 85 | 0.814815 |
64850c7de4539f3cef40d9cbc0c8ec10e76e7a8e | 762 | c | C | ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c | NaohiroTamura/edk2 | b6e360874f4da1eb2ad82dac00938d1286741884 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 10 | 2019-06-15T00:31:14.000Z | 2022-01-05T22:01:50.000Z | ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c | NaohiroTamura/edk2 | b6e360874f4da1eb2ad82dac00938d1286741884 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 8 | 2020-10-13T09:30:56.000Z | 2022-02-11T13:28:31.000Z | ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c | NaohiroTamura/edk2 | b6e360874f4da1eb2ad82dac00938d1286741884 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 10 | 2019-06-19T20:25:12.000Z | 2022-03-11T05:24:24.000Z | /** @file
*
* Copyright (c) 2011, ARM Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*
**/
#include <PiPei.h>
#include <Library/ArmLib.h>
#include <Library/PrePiHobListPointerLib.h>
#include <Library/DebugLib.h>
/**
Returns the pointer to the HOB list.
This function returns the pointer to first HOB in the list.
@return The pointer to the HOB list.
**/
VOID *
EFIAPI
PrePeiGetHobList (
VOID
)
{
return (VOID *)ArmReadTpidrurw();
}
/**
Updates the pointer to the HOB list.
@param HobList Hob list pointer to store
**/
EFI_STATUS
EFIAPI
PrePeiSetHobList (
IN VOID *HobList
)
{
ArmWriteTpidrurw((UINTN)HobList);
return EFI_SUCCESS;
}
| 15.55102 | 62 | 0.64042 |
6485916c6e6bdd4644bb48e89a005ebde94ad5d7 | 212 | h | C | s8_deployment/exercise_files/model_archiver.h | StefanNa/dtu_mlops | 148f3427f8d090d39d127857be8a37832f800279 | [
"Apache-2.0"
] | 1 | 2022-01-07T13:47:07.000Z | 2022-01-07T13:47:07.000Z | s8_deployment/exercise_files/model_archiver.h | StefanNa/dtu_mlops | 148f3427f8d090d39d127857be8a37832f800279 | [
"Apache-2.0"
] | null | null | null | s8_deployment/exercise_files/model_archiver.h | StefanNa/dtu_mlops | 148f3427f8d090d39d127857be8a37832f800279 | [
"Apache-2.0"
] | null | null | null | #!/bin/bash
torch-model-archiver \
--model-name my_fancy_model \
--version 1.0 \
--serialized-file deployable_model.pt \
--export-path model_store \
--extra-files index_to_name.json \
--handler image_classifier | 23.555556 | 39 | 0.754717 |
6487ecb1d89785d76621845af5ec0f2b04c45de0 | 2,505 | h | C | vendor/source/GASNet-1.16.2/dcmf-conduit/gasnet_coll_allreduce_dcmf.h | jbreitbart/sa-pgas | 98c0a0611691a465d9d73a9ce6a50c6b7ceb2d65 | [
"BSD-3-Clause"
] | null | null | null | vendor/source/GASNet-1.16.2/dcmf-conduit/gasnet_coll_allreduce_dcmf.h | jbreitbart/sa-pgas | 98c0a0611691a465d9d73a9ce6a50c6b7ceb2d65 | [
"BSD-3-Clause"
] | null | null | null | vendor/source/GASNet-1.16.2/dcmf-conduit/gasnet_coll_allreduce_dcmf.h | jbreitbart/sa-pgas | 98c0a0611691a465d9d73a9ce6a50c6b7ceb2d65 | [
"BSD-3-Clause"
] | null | null | null | /* $Source: /var/local/cvs/gasnet/dcmf-conduit/gasnet_coll_allreduce_dcmf.h,v $
* $Date: 2010/05/05 15:24:17 $
* $Revision: 1.1 $
* Description: GASNet allreduce implementation on DCMF
* Copyright 2010, E. O. Lawrence Berekely National Laboratory
* Terms of use are as specified in license.txt
*/
#ifndef GASNET_COLL_ALLREDUCE_DCMF_H_
#define GASNET_COLL_ALLREDUCE_DCMF_H_
#include <dcmf_collectives.h>
#include <gasnet_extended_coll_dcmf.h>
/**
* Data structure for storing information of a dcmf allreduce operation
*/
typedef struct {
DCMF_CollectiveRequest_t request;
DCMF_Callback_t cb_done;
DCMF_Consistency consistency;
DCMF_Geometry_t *geometry;
char *src;
char *dst;
unsigned count;
DCMF_Dt datatype;
DCMF_Op reduceop;
volatile unsigned active;
gasnet_team_handle_t team;
} gasnete_dcmf_allreduce_data_t;
/**
* Register allreduce protocols. It should be done before calling any gasnet
* dcmf allreduce function.
*/
void gasnete_coll_allreduce_proto_register(void);
/**
* Non-Blocking version of allreduce, which overloads the default gasnet
* allreduce_nb function.
*/
gasnet_coll_handle_t gasnete_coll_allreduce_nb_dcmf(gasnet_team_handle_t team,
void * dst,
void *src,
size_t count,
DCMF_Dt datatype,
DCMF_Op reduceop,
int flags,
uint32_t sequence
GASNETE_THREAD_FARG);
/**
* Set the DCMF allreduce protocol used by the team.
*/
int gasnete_coll_allreduce_set_proto(gasnet_team_handle_t team,
DCMF_Allreduce_Protocol kind);
/**
* Set the default DCMF allreduce protocol used by the team.
*/
void gasnete_coll_allreduce_set_default_proto(gasnet_team_handle_t team);
/**
* Set the DCMF named barrier protocol uesd by the team.
*/
int gasnete_coll_namedbarrier_set_proto(gasnet_team_handle_t team,
DCMF_Allreduce_Protocol kind);
/**
* Set the default DCMF named barrier protocol, which is implemented
* with allreduce.
*/
void gasnete_coll_namedbarrier_set_default_proto(gasnet_team_handle_t team);
#endif /* GASNET_COLL_ALLREDUCE_DCMF_H_ */
| 31.3125 | 79 | 0.630739 |
64889687b29610033b6a5784ddd5c697b8d15658 | 1,024 | h | C | embedded/rust_nes_emulator_embedded.h | faelpinho/rust-nes-emulator | 708e8c8bd4939690d2a825d7ff3ac48b62c645ba | [
"MIT"
] | 173 | 2019-09-08T05:51:40.000Z | 2022-03-27T22:08:57.000Z | embedded/rust_nes_emulator_embedded.h | faelpinho/rust-nes-emulator | 708e8c8bd4939690d2a825d7ff3ac48b62c645ba | [
"MIT"
] | 85 | 2019-08-16T12:55:12.000Z | 2022-02-18T10:40:09.000Z | embedded/rust_nes_emulator_embedded.h | faelpinho/rust-nes-emulator | 708e8c8bd4939690d2a825d7ff3ac48b62c645ba | [
"MIT"
] | 11 | 2019-09-09T09:41:19.000Z | 2022-02-20T22:30:45.000Z | #include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>
static const uintptr_t EMBEDDED_EMULATOR_NUM_OF_COLOR = 3;
static const uintptr_t EMBEDDED_EMULATOR_VISIBLE_SCREEN_HEIGHT = 240;
static const uintptr_t EMBEDDED_EMULATOR_VISIBLE_SCREEN_WIDTH = 256;
enum class KeyEvent : uint8_t {
PressA,
PressB,
PressSelect,
PressStart,
PressUp,
PressDown,
PressLeft,
PressRight,
ReleaseA,
ReleaseB,
ReleaseSelect,
ReleaseStart,
ReleaseUp,
ReleaseDown,
ReleaseLeft,
ReleaseRight,
};
extern "C" {
void EmbeddedEmulator_init();
/// .nesファイルを読み込みます
/// `data` - nesファイルのバイナリ
bool EmbeddedEmulator_load();
/// エミュレータをリセットします
/// カセットの中身はリセットしないので実機のリセット相当の処理です
void EmbeddedEmulator_reset();
/// キー入力します
void EmbeddedEmulator_update_key(KeyEvent key);
/// 描画領域1面分更新します
void EmbeddedEmulator_update_screen(uint8_t (*fb)[EMBEDDED_EMULATOR_VISIBLE_SCREEN_HEIGHT][EMBEDDED_EMULATOR_VISIBLE_SCREEN_WIDTH][EMBEDDED_EMULATOR_NUM_OF_COLOR]);
void rust_eh_personality();
} // extern "C"
| 19.692308 | 164 | 0.782227 |
648b32e3f7ff89fbc3828f1c9b254a9e99423c95 | 2,052 | h | C | GA_lapagos/TSP_HLS_EXAMPLE/tsp_types.h | drpaj12/GA_lapagos | 119a4a486e0bfe681ac640ef18b25de5f2a6076a | [
"MIT"
] | null | null | null | GA_lapagos/TSP_HLS_EXAMPLE/tsp_types.h | drpaj12/GA_lapagos | 119a4a486e0bfe681ac640ef18b25de5f2a6076a | [
"MIT"
] | null | null | null | GA_lapagos/TSP_HLS_EXAMPLE/tsp_types.h | drpaj12/GA_lapagos | 119a4a486e0bfe681ac640ef18b25de5f2a6076a | [
"MIT"
] | null | null | null | /*
Copyright (c) 2019 Peter Andrew Jamieson (jamieson.peter@gmail.com)
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, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef TSP_TYPES_H
#define TSP_TYPES_H
#define NUM_TSP_PROBLEM_TYPES 2
enum TSP_PROBLEM_TYPES {ADJACENCY, CARTESIAN};
typedef struct tsp_problem_t_t tsp_problem_t;
typedef struct tsp_problem_coordinates_t_t tsp_problem_coordinates_t;
typedef struct tsp_city_t_t tsp_city_t;
typedef struct tsp_problem_adjacency_t_t tsp_problem_adjacency_t;
typedef struct tsp_problem_adjacency_hw_t_t tsp_problem_adjacency_hw_t;
struct tsp_problem_t_t
{
int num_cities;
enum TSP_PROBLEM_TYPES problem_type;
};
struct tsp_problem_adjacency_t_t
{
char *problem_name;
double **adjacency_matrix;
};
struct tsp_problem_coordinates_t_t
{
tsp_city_t **cities;
};
struct tsp_city_t_t
{
int id;
int x;
int y;
};
/* replace with hardware outputs */
//#define ADJACENCY_HW_SIZE 1
#define ADJACENCY_HW_SIZE 198 // Hardware specific definition
struct tsp_problem_adjacency_hw_t_t
{
short adjacency_matrix[ADJACENCY_HW_SIZE][ADJACENCY_HW_SIZE];
};
#endif
| 27.36 | 71 | 0.809942 |
648b47f0b96be8e5c890b9c15fef877164111f87 | 489 | h | C | STM32F103ZET6/STD/common/Func/DinkFunc/MemManagerLocal.h | dinkdeng/STM32_IAR | 8d9e8f780b78f6e7f9088e2b9cb7f8edd214020d | [
"MIT"
] | 2 | 2018-04-06T05:15:53.000Z | 2021-06-02T16:52:18.000Z | STM32F103ZET6/STD/common/Func/DinkFunc/MemManagerLocal.h | dinkdeng/STM32_IAR | 8d9e8f780b78f6e7f9088e2b9cb7f8edd214020d | [
"MIT"
] | null | null | null | STM32F103ZET6/STD/common/Func/DinkFunc/MemManagerLocal.h | dinkdeng/STM32_IAR | 8d9e8f780b78f6e7f9088e2b9cb7f8edd214020d | [
"MIT"
] | null | null | null | #ifndef __MEM_MANAGER_LOCAL_H_
#define __MEM_MANAGER_LOCAL_H_
#include "stm32f10x.h"
//内存管理初始化函数
void MemManagerLocalInit(void);
//内存释放
void MemManagerLocalFree(void *ptr);
//内存分配
void *MemManagerLocalMalloc(uint32_t size);
//重新分配内存
void *MemManagerLocalRealloc(void *ptr,uint32_t size);
//设置内存
void MemManagerLocalSet(void *s,uint8_t c,uint32_t count);
//复制内存
void MemManagerLocalCopy(void *des,void *src,uint32_t n);
//获得内存使用率
uint8_t MemManagerLocalUsed(void);
#endif
| 15.28125 | 58 | 0.775051 |
648ca4cf3a02c4359dab4f2cc2008bafaec76e7c | 14,004 | h | C | HALCON-18.11-Steady/include/halconcpp/HComponentTraining.h | liuwake/HalconPractise | d7615f09fd7c91cef9759a1e7eafcc2fec049b26 | [
"MIT"
] | 7 | 2019-05-12T10:28:08.000Z | 2021-11-02T07:19:00.000Z | HALCON-18.11-Steady/include/halconcpp/HComponentTraining.h | liuwake/HalconPractise | d7615f09fd7c91cef9759a1e7eafcc2fec049b26 | [
"MIT"
] | null | null | null | HALCON-18.11-Steady/include/halconcpp/HComponentTraining.h | liuwake/HalconPractise | d7615f09fd7c91cef9759a1e7eafcc2fec049b26 | [
"MIT"
] | 9 | 2019-09-05T02:13:03.000Z | 2022-02-20T07:48:16.000Z | /***********************************************************
* File generated by the HALCON-Compiler hcomp version 18.11
* Usage: Interface to C++
*
* Software by: MVTec Software GmbH, www.mvtec.com
***********************************************************/
#ifndef HCPP_HCOMPONENTTRAINING
#define HCPP_HCOMPONENTTRAINING
namespace HalconCpp
{
// Represents an instance of a training result for the component-based matching.
class LIntExport HComponentTraining : public HHandle
{
public:
// Create an uninitialized instance
HComponentTraining():HHandle() {}
// Copy constructor
HComponentTraining(const HComponentTraining& source) : HHandle(source) {}
// Copy constructor
HComponentTraining(const HHandle& handle);
// Create HComponentTraining from handle, taking ownership
explicit HComponentTraining(Hlong handle);
bool operator==(const HHandle& obj) const
{
return HHandleBase::operator==(obj);
}
bool operator!=(const HHandle& obj) const
{
return HHandleBase::operator!=(obj);
}
protected:
// Verify matching semantic type ('component_training')!
virtual void AssertType(Hphandle handle) const;
public:
// Deep copy of all data represented by this object instance
HComponentTraining Clone() const;
/*****************************************************************************
* Operator-based class constructors
*****************************************************************************/
// train_model_components: Train components and relations for the component-based matching.
explicit HComponentTraining(const HImage& ModelImage, const HRegion& InitialComponents, const HImage& TrainingImages, HRegion* ModelComponents, const HTuple& ContrastLow, const HTuple& ContrastHigh, const HTuple& MinSize, const HTuple& MinScore, const HTuple& SearchRowTol, const HTuple& SearchColumnTol, const HTuple& SearchAngleTol, const HString& TrainingEmphasis, const HString& AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold);
// train_model_components: Train components and relations for the component-based matching.
explicit HComponentTraining(const HImage& ModelImage, const HRegion& InitialComponents, const HImage& TrainingImages, HRegion* ModelComponents, Hlong ContrastLow, Hlong ContrastHigh, Hlong MinSize, double MinScore, Hlong SearchRowTol, Hlong SearchColumnTol, double SearchAngleTol, const HString& TrainingEmphasis, const HString& AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold);
// train_model_components: Train components and relations for the component-based matching.
explicit HComponentTraining(const HImage& ModelImage, const HRegion& InitialComponents, const HImage& TrainingImages, HRegion* ModelComponents, Hlong ContrastLow, Hlong ContrastHigh, Hlong MinSize, double MinScore, Hlong SearchRowTol, Hlong SearchColumnTol, double SearchAngleTol, const char* TrainingEmphasis, const char* AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold);
#ifdef _WIN32
// train_model_components: Train components and relations for the component-based matching.
explicit HComponentTraining(const HImage& ModelImage, const HRegion& InitialComponents, const HImage& TrainingImages, HRegion* ModelComponents, Hlong ContrastLow, Hlong ContrastHigh, Hlong MinSize, double MinScore, Hlong SearchRowTol, Hlong SearchColumnTol, double SearchAngleTol, const wchar_t* TrainingEmphasis, const wchar_t* AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold);
#endif
/***************************************************************************
* Operators *
***************************************************************************/
// Prepare a component model for matching based on trained components.
HComponentModel CreateTrainedComponentModel(double AngleStart, double AngleExtent, const HTuple& MinContrastComp, const HTuple& MinScoreComp, const HTuple& NumLevelsComp, const HTuple& AngleStepComp, const HString& OptimizationComp, const HTuple& MetricComp, const HTuple& PregenerationComp, HTuple* RootRanking) const;
// Prepare a component model for matching based on trained components.
HComponentModel CreateTrainedComponentModel(double AngleStart, double AngleExtent, Hlong MinContrastComp, double MinScoreComp, Hlong NumLevelsComp, double AngleStepComp, const HString& OptimizationComp, const HString& MetricComp, const HString& PregenerationComp, Hlong* RootRanking) const;
// Prepare a component model for matching based on trained components.
HComponentModel CreateTrainedComponentModel(double AngleStart, double AngleExtent, Hlong MinContrastComp, double MinScoreComp, Hlong NumLevelsComp, double AngleStepComp, const char* OptimizationComp, const char* MetricComp, const char* PregenerationComp, Hlong* RootRanking) const;
#ifdef _WIN32
// Prepare a component model for matching based on trained components.
HComponentModel CreateTrainedComponentModel(double AngleStart, double AngleExtent, Hlong MinContrastComp, double MinScoreComp, Hlong NumLevelsComp, double AngleStepComp, const wchar_t* OptimizationComp, const wchar_t* MetricComp, const wchar_t* PregenerationComp, Hlong* RootRanking) const;
#endif
// Free the memory of a component training result.
void ClearTrainingComponents() const;
// Return the relations between the model components that are contained in a training result.
HRegion GetComponentRelations(Hlong ReferenceComponent, const HTuple& Image, HTuple* Row, HTuple* Column, HTuple* Phi, HTuple* Length1, HTuple* Length2, HTuple* AngleStart, HTuple* AngleExtent) const;
// Return the relations between the model components that are contained in a training result.
HRegion GetComponentRelations(Hlong ReferenceComponent, const HString& Image, double* Row, double* Column, double* Phi, double* Length1, double* Length2, double* AngleStart, double* AngleExtent) const;
// Return the relations between the model components that are contained in a training result.
HRegion GetComponentRelations(Hlong ReferenceComponent, const char* Image, double* Row, double* Column, double* Phi, double* Length1, double* Length2, double* AngleStart, double* AngleExtent) const;
#ifdef _WIN32
// Return the relations between the model components that are contained in a training result.
HRegion GetComponentRelations(Hlong ReferenceComponent, const wchar_t* Image, double* Row, double* Column, double* Phi, double* Length1, double* Length2, double* AngleStart, double* AngleExtent) const;
#endif
// Return the initial or model components in a certain image.
HRegion GetTrainingComponents(const HTuple& Components, const HTuple& Image, const HString& MarkOrientation, HTuple* Row, HTuple* Column, HTuple* Angle, HTuple* Score) const;
// Return the initial or model components in a certain image.
HRegion GetTrainingComponents(const HString& Components, const HString& Image, const HString& MarkOrientation, double* Row, double* Column, double* Angle, double* Score) const;
// Return the initial or model components in a certain image.
HRegion GetTrainingComponents(const char* Components, const char* Image, const char* MarkOrientation, double* Row, double* Column, double* Angle, double* Score) const;
#ifdef _WIN32
// Return the initial or model components in a certain image.
HRegion GetTrainingComponents(const wchar_t* Components, const wchar_t* Image, const wchar_t* MarkOrientation, double* Row, double* Column, double* Angle, double* Score) const;
#endif
// Modify the relations within a training result.
void ModifyComponentRelations(const HTuple& ReferenceComponent, const HTuple& ToleranceComponent, const HTuple& PositionTolerance, const HTuple& AngleTolerance) const;
// Modify the relations within a training result.
void ModifyComponentRelations(const HString& ReferenceComponent, const HString& ToleranceComponent, double PositionTolerance, double AngleTolerance) const;
// Modify the relations within a training result.
void ModifyComponentRelations(const char* ReferenceComponent, const char* ToleranceComponent, double PositionTolerance, double AngleTolerance) const;
#ifdef _WIN32
// Modify the relations within a training result.
void ModifyComponentRelations(const wchar_t* ReferenceComponent, const wchar_t* ToleranceComponent, double PositionTolerance, double AngleTolerance) const;
#endif
// Deserialize a component training result.
void DeserializeTrainingComponents(const HSerializedItem& SerializedItemHandle);
// Serialize a component training result.
HSerializedItem SerializeTrainingComponents() const;
// Read a component training result from a file.
void ReadTrainingComponents(const HString& FileName);
// Read a component training result from a file.
void ReadTrainingComponents(const char* FileName);
#ifdef _WIN32
// Read a component training result from a file.
void ReadTrainingComponents(const wchar_t* FileName);
#endif
// Write a component training result to a file.
void WriteTrainingComponents(const HString& FileName) const;
// Write a component training result to a file.
void WriteTrainingComponents(const char* FileName) const;
#ifdef _WIN32
// Write a component training result to a file.
void WriteTrainingComponents(const wchar_t* FileName) const;
#endif
// Adopt new parameters that are used to create the model components into the training result.
HRegion ClusterModelComponents(const HImage& TrainingImages, const HString& AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold) const;
// Adopt new parameters that are used to create the model components into the training result.
HRegion ClusterModelComponents(const HImage& TrainingImages, const char* AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold) const;
#ifdef _WIN32
// Adopt new parameters that are used to create the model components into the training result.
HRegion ClusterModelComponents(const HImage& TrainingImages, const wchar_t* AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold) const;
#endif
// Inspect the rigid model components obtained from the training.
HRegion InspectClusteredComponents(const HString& AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold) const;
// Inspect the rigid model components obtained from the training.
HRegion InspectClusteredComponents(const char* AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold) const;
#ifdef _WIN32
// Inspect the rigid model components obtained from the training.
HRegion InspectClusteredComponents(const wchar_t* AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold) const;
#endif
// Train components and relations for the component-based matching.
HRegion TrainModelComponents(const HImage& ModelImage, const HRegion& InitialComponents, const HImage& TrainingImages, const HTuple& ContrastLow, const HTuple& ContrastHigh, const HTuple& MinSize, const HTuple& MinScore, const HTuple& SearchRowTol, const HTuple& SearchColumnTol, const HTuple& SearchAngleTol, const HString& TrainingEmphasis, const HString& AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold);
// Train components and relations for the component-based matching.
HRegion TrainModelComponents(const HImage& ModelImage, const HRegion& InitialComponents, const HImage& TrainingImages, Hlong ContrastLow, Hlong ContrastHigh, Hlong MinSize, double MinScore, Hlong SearchRowTol, Hlong SearchColumnTol, double SearchAngleTol, const HString& TrainingEmphasis, const HString& AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold);
// Train components and relations for the component-based matching.
HRegion TrainModelComponents(const HImage& ModelImage, const HRegion& InitialComponents, const HImage& TrainingImages, Hlong ContrastLow, Hlong ContrastHigh, Hlong MinSize, double MinScore, Hlong SearchRowTol, Hlong SearchColumnTol, double SearchAngleTol, const char* TrainingEmphasis, const char* AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold);
#ifdef _WIN32
// Train components and relations for the component-based matching.
HRegion TrainModelComponents(const HImage& ModelImage, const HRegion& InitialComponents, const HImage& TrainingImages, Hlong ContrastLow, Hlong ContrastHigh, Hlong MinSize, double MinScore, Hlong SearchRowTol, Hlong SearchColumnTol, double SearchAngleTol, const wchar_t* TrainingEmphasis, const wchar_t* AmbiguityCriterion, double MaxContourOverlap, double ClusterThreshold);
#endif
};
// forward declarations and types for internal array implementation
template<class T> class HSmartPtr;
template<class T> class HHandleBaseArrayRef;
typedef HHandleBaseArrayRef<HComponentTraining> HComponentTrainingArrayRef;
typedef HSmartPtr< HComponentTrainingArrayRef > HComponentTrainingArrayPtr;
// Represents multiple tool instances
class LIntExport HComponentTrainingArray : public HHandleBaseArray
{
public:
// Create empty array
HComponentTrainingArray();
// Create array from native array of tool instances
HComponentTrainingArray(HComponentTraining* classes, Hlong length);
// Copy constructor
HComponentTrainingArray(const HComponentTrainingArray &tool_array);
// Destructor
virtual ~HComponentTrainingArray();
// Assignment operator
HComponentTrainingArray &operator=(const HComponentTrainingArray &tool_array);
// Clears array and all tool instances
virtual void Clear();
// Get array of native tool instances
const HComponentTraining* Tools() const;
// Get number of tools
virtual Hlong Length() const;
// Create tool array from tuple of handles
virtual void SetFromTuple(const HTuple& handles);
// Get tuple of handles for tool array
virtual HTuple ConvertToTuple() const;
protected:
// Smart pointer to internal data container
HComponentTrainingArrayPtr *mArrayPtr;
};
}
#endif
| 54.069498 | 456 | 0.778135 |
648e0ba9bae1ea442ba6cdff74a79240a2a96760 | 1,071 | h | C | src/dtkDistributedSupport/dtkDistributedServiceUnix_p.h | eti-nne/dtk | b5095c7a181e7497391a6a1fa0bb37e71dfa4b56 | [
"BSD-3-Clause"
] | null | null | null | src/dtkDistributedSupport/dtkDistributedServiceUnix_p.h | eti-nne/dtk | b5095c7a181e7497391a6a1fa0bb37e71dfa4b56 | [
"BSD-3-Clause"
] | null | null | null | src/dtkDistributedSupport/dtkDistributedServiceUnix_p.h | eti-nne/dtk | b5095c7a181e7497391a6a1fa0bb37e71dfa4b56 | [
"BSD-3-Clause"
] | 1 | 2020-04-21T14:41:52.000Z | 2020-04-21T14:41:52.000Z | /* dtkDistributedServiceUnix_p.h ---
*
* Author: Julien Wintz
* Copyright (C) 2008 - Julien Wintz, Inria.
* Created: Thu May 26 10:49:36 2011 (+0200)
* Version: $Id: 648e0ba9bae1ea442ba6cdff74a79240a2a96760 $
* Last-Updated: Thu May 26 11:10:51 2011 (+0200)
* By: Julien Wintz
* Update #: 10
*/
/* Commentary:
*
*/
/* Change log:
*
*/
#ifndef DTKDISTRIBUTEDSERVICEUNIX_P_H
#define DTKDISTRIBUTEDSERVICEUNIX_P_H
#include "dtkDistributedService.h"
#include "dtkDistributedUnixServerSocket.h"
#include <QtCore>
class dtkDistributedServiceSysPrivate : public dtkDistributedUnixServerSocket
{
Q_OBJECT
public:
dtkDistributedServiceSysPrivate(void);
~dtkDistributedServiceSysPrivate(void);
char *ident;
dtkDistributedServiceBase::ServiceFlags serviceFlags;
protected:
void incomingConnection(int socketDescriptor);
private slots:
void slotReady(void);
void slotClosed(void);
private:
QString getCommand(const QTcpSocket *socket);
private:
QMap<const QTcpSocket *, QString> cache;
};
#endif
| 19.472727 | 77 | 0.723623 |
648e3b2579d55d8d32ebb3ecec0e388911b27406 | 12,324 | h | C | hw/mcu/nxp/mcux-sdk/devices/LPC804/drivers/fsl_swm_connections.h | bm16ton/portenta-tinyusb | 472ccb5bd6da5c3cf55210c28df72667c825152a | [
"MIT"
] | 175 | 2021-01-19T17:11:01.000Z | 2022-03-31T06:04:43.000Z | devices/LPC804/drivers/fsl_swm_connections.h | tannewt/mcux-sdk | 1f15787b0abb7886f24434297cd293cf16ad04ab | [
"Apache-2.0"
] | 69 | 2021-01-27T08:18:51.000Z | 2022-03-29T12:16:57.000Z | devices/LPC804/drivers/fsl_swm_connections.h | tannewt/mcux-sdk | 1f15787b0abb7886f24434297cd293cf16ad04ab | [
"Apache-2.0"
] | 72 | 2021-01-19T14:34:20.000Z | 2022-03-21T09:02:18.000Z | /*
* Copyright 2017-2020 NXP
* All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _FSL_SWM_CONNECTIONS_
#define _FSL_SWM_CONNECTIONS_
#include "fsl_common.h"
/*******************************************************************************
* Definitions
******************************************************************************/
/* Component ID definition, used by tools. */
#ifndef FSL_COMPONENT_ID
#define FSL_COMPONENT_ID "platform.drivers.swm_connections"
#endif
/*!
* @addtogroup swm
* @{
*/
/*!
* @name swm connections
* @{
*/
/*! @brief SWM pinassignfixed_port_pin number */
typedef enum _swm_pinassignfixed_port_pin_type_t
{
kSWM_PLU_INPUT0_PortPin_P0_0 = 0x00U, /*!< port_pin number P0_0. */
kSWM_PLU_INPUT0_PortPin_P0_8 = 0x01U, /*!< port_pin number P0_8. */
kSWM_PLU_INPUT0_PortPin_P0_17 = 0x02U, /*!< port_pin number P0_17. */
kSWM_PLU_INPUT1_PortPin_P0_1 = 0x00U, /*!< port_pin number P0_1. */
kSWM_PLU_INPUT1_PortPin_P0_9 = 0x01U, /*!< port_pin number P0_9. */
kSWM_PLU_INPUT1_PortPin_P0_18 = 0x02U, /*!< port_pin number P0_18. */
kSWM_PLU_INPUT2_PortPin_P0_2 = 0x00U, /*!< port_pin number P0_2. */
kSWM_PLU_INPUT2_PortPin_P0_10 = 0x01U, /*!< port_pin number P0_10. */
kSWM_PLU_INPUT2_PortPin_P0_19 = 0x02U, /*!< port_pin number P0_19. */
kSWM_PLU_INPUT3_PortPin_P0_3 = 0x00U, /*!< port_pin number P0_3. */
kSWM_PLU_INPUT3_PortPin_P0_11 = 0x01U, /*!< port_pin number P0_11. */
kSWM_PLU_INPUT3_PortPin_P0_20 = 0x02U, /*!< port_pin number P0_20. */
kSWM_PLU_INPUT4_PortPin_P0_4 = 0x00U, /*!< port_pin number P0_4. */
kSWM_PLU_INPUT4_PortPin_P0_12 = 0x01U, /*!< port_pin number P0_12. */
kSWM_PLU_INPUT4_PortPin_P0_21 = 0x02U, /*!< port_pin number P0_21. */
kSWM_PLU_INPUT5_PortPin_P0_5 = 0x00U, /*!< port_pin number P0_5. */
kSWM_PLU_INPUT5_PortPin_P0_13 = 0x01U, /*!< port_pin number P0_13. */
kSWM_PLU_INPUT5_PortPin_P0_22 = 0x02U, /*!< port_pin number P0_22. */
kSWM_PLU_OUT0_PortPin_P0_7 = 0x00U, /*!< port_pin number P0_7. */
kSWM_PLU_OUT0_PortPin_P0_14 = 0x01U, /*!< port_pin number P0_14. */
kSWM_PLU_OUT0_PortPin_P0_23 = 0x02U, /*!< port_pin number P0_23. */
kSWM_PLU_OUT1_PortPin_P0_8 = 0x00U, /*!< port_pin number P0_8. */
kSWM_PLU_OUT1_PortPin_P0_15 = 0x01U, /*!< port_pin number P0_15. */
kSWM_PLU_OUT1_PortPin_P0_24 = 0x02U, /*!< port_pin number P0_24. */
kSWM_PLU_OUT2_PortPin_P0_9 = 0x00U, /*!< port_pin number P0_9. */
kSWM_PLU_OUT2_PortPin_P0_16 = 0x01U, /*!< port_pin number P0_16. */
kSWM_PLU_OUT2_PortPin_P0_25 = 0x02U, /*!< port_pin number P0_25. */
kSWM_PLU_OUT3_PortPin_P0_10 = 0x00U, /*!< port_pin number P0_10. */
kSWM_PLU_OUT3_PortPin_P0_17 = 0x01U, /*!< port_pin number P0_17. */
kSWM_PLU_OUT3_PortPin_P0_26 = 0x02U, /*!< port_pin number P0_26. */
kSWM_PLU_OUT4_PortPin_P0_11 = 0x00U, /*!< port_pin number P0_11. */
kSWM_PLU_OUT4_PortPin_P0_18 = 0x01U, /*!< port_pin number P0_18. */
kSWM_PLU_OUT4_PortPin_P0_27 = 0x02U, /*!< port_pin number P0_27. */
kSWM_PLU_OUT5_PortPin_P0_12 = 0x00U, /*!< port_pin number P0_12. */
kSWM_PLU_OUT5_PortPin_P0_19 = 0x01U, /*!< port_pin number P0_19. */
kSWM_PLU_OUT5_PortPin_P0_28 = 0x02U, /*!< port_pin number P0_28. */
kSWM_PLU_OUT6_PortPin_P0_13 = 0x00U, /*!< port_pin number P0_13. */
kSWM_PLU_OUT6_PortPin_P0_20 = 0x01U, /*!< port_pin number P0_20. */
kSWM_PLU_OUT6_PortPin_P0_29 = 0x02U, /*!< port_pin number P0_29. */
kSWM_PLU_OUT7_PortPin_P0_14 = 0x00U, /*!< port_pin number P0_14. */
kSWM_PLU_OUT7_PortPin_P0_21 = 0x01U, /*!< port_pin number P0_21. */
kSWM_PLU_OUT7_PortPin_P0_30 = 0x02U, /*!< port_pin number P0_30. */
} swm_fixed_port_pin_type_t;
/*! @brief SWM port_pin number */
typedef enum _swm_port_pin_type_t
{
kSWM_PortPin_P0_0 = 0U, /*!< port_pin number P0_0. */
kSWM_PortPin_P0_1 = 1U, /*!< port_pin number P0_1. */
kSWM_PortPin_P0_2 = 2U, /*!< port_pin number P0_2. */
kSWM_PortPin_P0_3 = 3U, /*!< port_pin number P0_3. */
kSWM_PortPin_P0_4 = 4U, /*!< port_pin number P0_4. */
kSWM_PortPin_P0_5 = 5U, /*!< port_pin number P0_5. */
kSWM_PortPin_P0_6 = 6U, /*!< port_pin number P0_6. */
kSWM_PortPin_P0_7 = 7U, /*!< port_pin number P0_7. */
kSWM_PortPin_P0_8 = 8U, /*!< port_pin number P0_8. */
kSWM_PortPin_P0_9 = 9U, /*!< port_pin number P0_9. */
kSWM_PortPin_P0_10 = 10U, /*!< port_pin number P0_10. */
kSWM_PortPin_P0_11 = 11U, /*!< port_pin number P0_11. */
kSWM_PortPin_P0_12 = 12U, /*!< port_pin number P0_12. */
kSWM_PortPin_P0_13 = 13U, /*!< port_pin number P0_13. */
kSWM_PortPin_P0_14 = 14U, /*!< port_pin number P0_14. */
kSWM_PortPin_P0_15 = 15U, /*!< port_pin number P0_15. */
kSWM_PortPin_P0_16 = 16U, /*!< port_pin number P0_16. */
kSWM_PortPin_P0_17 = 17U, /*!< port_pin number P0_17. */
kSWM_PortPin_P0_18 = 18U, /*!< port_pin number P0_18. */
kSWM_PortPin_P0_19 = 19U, /*!< port_pin number P0_19. */
kSWM_PortPin_P0_20 = 20U, /*!< port_pin number P0_20. */
kSWM_PortPin_P0_21 = 21U, /*!< port_pin number P0_21. */
kSWM_PortPin_P0_22 = 22U, /*!< port_pin number P0_22. */
kSWM_PortPin_P0_23 = 23U, /*!< port_pin number P0_23. */
kSWM_PortPin_P0_24 = 24U, /*!< port_pin number P0_24. */
kSWM_PortPin_P0_25 = 25U, /*!< port_pin number P0_25. */
kSWM_PortPin_P0_26 = 26U, /*!< port_pin number P0_26. */
kSWM_PortPin_P0_27 = 27U, /*!< port_pin number P0_27. */
kSWM_PortPin_P0_28 = 28U, /*!< port_pin number P0_28. */
kSWM_PortPin_P0_29 = 29U, /*!< port_pin number P0_29. */
kSWM_PortPin_P0_30 = 30U, /*!< port_pin number P0_30. */
kSWM_PortPin_P0_31 = 31U, /*!< port_pin number P0_31. */
kSWM_PortPin_Reset = 0xffU /*!< port_pin reset number. */
} swm_port_pin_type_t;
/*! @brief SWM pinassignfixed movable selection */
typedef enum _swm_pinassignfixed_select_movable_t
{
kSWM_PLU_INPUT0 = 0U, /*!< Movable function as PLU_INPUT0. */
kSWM_PLU_INPUT1 = 1U, /*!< Movable function as PLU_INPUT1. */
kSWM_PLU_INPUT2 = 2U, /*!< Movable function as PLU_INPUT2. */
kSWM_PLU_INPUT3 = 3U, /*!< Movable function as PLU_INPUT3. */
kSWM_PLU_INPUT4 = 4U, /*!< Movable function as PLU_INPUT4. */
kSWM_PLU_INPUT5 = 5U, /*!< Movable function as PLU_INPUT5. */
kSWM_PLU_OUT0 = 6U, /*!< Movable function as PLU_OUT0. */
kSWM_PLU_OUT1 = 7U, /*!< Movable function as PLU_OUT1. */
kSWM_PLU_OUT2 = 8U, /*!< Movable function as PLU_OUT2. */
kSWM_PLU_OUT3 = 9U, /*!< Movable function as PLU_OUT3. */
kSWM_PLU_OUT4 = 10U, /*!< Movable function as PLU_OUT4. */
kSWM_PLU_OUT5 = 11U, /*!< Movable function as PLU_OUT5. */
kSWM_PLU_OUT6 = 12U, /*!< Movable function as PLU_OUT6. */
kSWM_PLU_OUT7 = 13U, /*!< Movable function as PLU_OUT7. */
kSWM_PINASSINGNFIXED_MOVABLE_NUM_FUNCS = 13U, /*!< Movable function number. */
} swm_select_fixed_movable_t;
/*! @brief SWM movable selection */
typedef enum _swm_select_movable_t
{
kSWM_USART0_TXD = 0U, /*!< Movable function as USART0_TXD. */
kSWM_USART0_RXD = 1U, /*!< Movable function as USART0_RXD. */
kSWM_USART0_RTS = 2U, /*!< Movable function as USART0_RTS. */
kSWM_USART0_CTS = 3U, /*!< Movable function as USART0_CTS. */
kSWM_USART0_SCLK = 4U, /*!< Movable function as USART0_SCLK. */
kSWM_USART1_TXD = 5U, /*!< Movable function as USART1_TXD. */
kSWM_USART1_RXD = 6U, /*!< Movable function as USART1_RXD. */
kSWM_USART1_SCLK = 7U, /*!< Movable function as USART1_SCLK. */
kSWM_SPI0_SCK = 8U, /*!< Movable function as SPI0_SCK. */
kSWM_SPI0_MOSI = 9U, /*!< Movable function as SPI0_MOSI. */
kSWM_SPI0_MISO = 10U, /*!< Movable function as SPI0_MISO. */
kSWM_SPI0_SSEL0 = 11U, /*!< Movable function as SPI0_SSEL0. */
kSWM_SPI0_SSEL1 = 12U, /*!< Movable function as SPI0_SSEL1. */
kSWM_T0_CAP_CHN0 = 13U, /*!< Movable function as Timer Capture Channel 0. */
kSWM_T0_CAP_CHN1 = 14U, /*!< Movable function as Timer Capture Channel 1. */
kSWM_T0_CAP_CHN2 = 15U, /*!< Movable function as Timer Capture Channel 2. */
kSWM_T0_MAT_CHN0 = 16U, /*!< Movable function as Timer Match Channel 0. */
kSWM_T0_MAT_CHN1 = 17U, /*!< Movable function as Timer Match Channel 1. */
kSWM_T0_MAT_CHN2 = 18U, /*!< Movable function as Timer Match Channel 2. */
kSWM_T0_MAT_CHN3 = 19U, /*!< Movable function as Timer Match Channel 3. */
kSWM_I2C0_SDA = 20U, /*!< Movable function as I2C0_SDA. */
kSWM_I2C0_SCL = 21U, /*!< Movable function as I2C0_SCL. */
kSWM_ACMP_OUT = 22U, /*!< Movable function as ACMP_OUT. */
kSWM_CLKOUT = 23U, /*!< Movable function as CLKOUT. */
kSWM_GPIO_INT_BMAT = 24U, /*!< Movable function as GPIO_INT_BMAT. */
kSWM_LVLSHFT_IN0 = 25U, /*!< Movable function as LVLSHFT_IN0. */
kSWM_LVLSHFT_IN1 = 26U, /*!< Movable function as LVLSHFT_IN1. */
kSWM_LVLSHFT_OUT0 = 27U, /*!< Movable function as LVLSHFT_OUT0. */
kSWM_LVLSHFT_OUT1 = 28U, /*!< Movable function as LVLSHFT_OUT1. */
kSWM_I2C1_SDA = 29U, /*!< Movable function as I2C1_SDA. */
kSWM_I2C1_SCL = 30U, /*!< Movable function as I2C1_SCL. */
kSWM_PLU_CLKIN_IN = 31U, /*!< Movable function as PLU_CLKIN_IN. */
kSWM_CAPT_X0 = 32U, /*!< Movable function as CAPT_X0. */
kSWM_CAPT_X1 = 33U, /*!< Movable function as CAPT_X1. */
kSWM_CAPT_X2 = 34U, /*!< Movable function as CAPT_X2. */
kSWM_CAPT_X3 = 35U, /*!< Movable function as CAPT_X3. */
kSWM_CAPT_X4 = 36U, /*!< Movable function as CAPT_X4. */
kSWM_CAPT_YL = 37U, /*!< Movable function as CAPT_YL. */
kSWM_CAPT_YH = 38U, /*!< Movable function as CAPT_YH. */
kSWM_MOVABLE_NUM_FUNCS = 39U, /*!< Movable function number. */
} swm_select_movable_t;
/*! @brief SWM fixed pin selection */
typedef enum _swm_select_fixed_pin_t
{
kSWM_ACMP_INPUT1 = SWM_PINENABLE0_ACMP_I1_MASK, /*!< Fixed-pin function as ACMP_INPUT1. */
kSWM_ACMP_INPUT2 = SWM_PINENABLE0_ACMP_I2_MASK, /*!< Fixed-pin function as ACMP_INPUT2. */
kSWM_ACMP_INPUT3 = SWM_PINENABLE0_ACMP_I3_MASK, /*!< Fixed-pin function as ACMP_INPUT3. */
kSWM_ACMP_INPUT4 = SWM_PINENABLE0_ACMP_I4_MASK, /*!< Fixed-pin function as ACMP_INPUT4. */
kSWM_SWCLK = SWM_PINENABLE0_SWCLK_MASK, /*!< Fixed-pin function as SWCLK. */
kSWM_SWDIO = SWM_PINENABLE0_SWDIO_MASK, /*!< Fixed-pin function as SWDIO. */
kSWM_RESETN = SWM_PINENABLE0_RESETN_MASK, /*!< Fixed-pin function as RESETN. */
kSWM_CLKIN = SWM_PINENABLE0_CLKIN_MASK, /*!< Fixed-pin function as CLKIN. */
kSWM_WKCLKIN = SWM_PINENABLE0_WKCLKIN_MASK, /*!< Fixed-pin function as WKCLKIN. */
kSWM_VDDCMP = SWM_PINENABLE0_VDDCMP_MASK, /*!< Fixed-pin function as VDDCMP. */
kSWM_ADC_CHN0 = SWM_PINENABLE0_ADC_0_MASK, /*!< Fixed-pin function as ADC_CHN0. */
kSWM_ADC_CHN1 = SWM_PINENABLE0_ADC_1_MASK, /*!< Fixed-pin function as ADC_CHN1. */
kSWM_ADC_CHN2 = SWM_PINENABLE0_ADC_2_MASK, /*!< Fixed-pin function as ADC_CHN2. */
kSWM_ADC_CHN3 = SWM_PINENABLE0_ADC_3_MASK, /*!< Fixed-pin function as ADC_CHN3. */
kSWM_ADC_CHN4 = SWM_PINENABLE0_ADC_4_MASK, /*!< Fixed-pin function as ADC_CHN4. */
kSWM_ADC_CHN5 = SWM_PINENABLE0_ADC_5_MASK, /*!< Fixed-pin function as ADC_CHN5. */
kSWM_ADC_CHN6 = SWM_PINENABLE0_ADC_6_MASK, /*!< Fixed-pin function as ADC_CHN6. */
kSWM_ADC_CHN7 = SWM_PINENABLE0_ADC_7_MASK, /*!< Fixed-pin function as ADC_CHN7. */
kSWM_ADC_CHN8 = SWM_PINENABLE0_ADC_8_MASK, /*!< Fixed-pin function as ADC_CHN8. */
kSWM_ADC_CHN9 = SWM_PINENABLE0_ADC_9_MASK, /*!< Fixed-pin function as ADC_CHN9. */
kSWM_ADC_CHN10 = SWM_PINENABLE0_ADC_10_MASK, /*!< Fixed-pin function as ADC_CHN10. */
kSWM_ADC_CHN11 = SWM_PINENABLE0_ADC_11_MASK, /*!< Fixed-pin function as ADC_CHN11. */
kSWM_ACMP_INPUT5 = SWM_PINENABLE0_ACMP_I5_MASK, /*!< Fixed-pin function as ACMP_INPUT5. */
kSWM_DAC_OUT0 = SWM_PINENABLE0_DACOUT0_MASK, /*!< Fixed-pin function as DACOUT0. */
kSWM_FIXEDPIN_NUM_FUNCS = (int)0x80000001U, /*!< Fixed-pin function number. */
} swm_select_fixed_pin_t;
/*@}*/
/*@}*/
#endif /* _FSL_SWM_CONNECTIONS_ */
| 51.136929 | 94 | 0.672752 |
648e43da325ba02b154e0617d3b8a87383149fc8 | 1,749 | h | C | src/carnot/planner/probes/kprobe_target.h | orishuss/pixie | a5e7bd73b2d5899da3cdb9a271a9b6f23d136ae7 | [
"Apache-2.0"
] | null | null | null | src/carnot/planner/probes/kprobe_target.h | orishuss/pixie | a5e7bd73b2d5899da3cdb9a271a9b6f23d136ae7 | [
"Apache-2.0"
] | null | null | null | src/carnot/planner/probes/kprobe_target.h | orishuss/pixie | a5e7bd73b2d5899da3cdb9a271a9b6f23d136ae7 | [
"Apache-2.0"
] | 2 | 2022-01-21T06:28:36.000Z | 2022-01-24T03:36:54.000Z | /*
* Copyright 2018- The Pixie Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "src/carnot/planner/objects/funcobject.h"
#include "src/shared/upid/upid.h"
namespace px {
namespace carnot {
namespace planner {
namespace compiler {
/**
* @brief KProbeTarget is the QLObject that wraps something that targets kprobes.
*/
class KProbeTarget : public QLObject {
public:
static constexpr TypeDescriptor KProbeTargetType = {
/* name */ "kprobe",
/* type */ QLObjectType::kKProbeTraceTarget,
};
static StatusOr<std::shared_ptr<KProbeTarget>> Create(const pypa::AstPtr& ast,
ASTVisitor* visitor) {
return std::shared_ptr<KProbeTarget>(new KProbeTarget(ast, visitor));
}
static bool IsKProbeTarget(const QLObjectPtr& ptr) {
return ptr->type() == KProbeTargetType.type();
}
private:
explicit KProbeTarget(const pypa::AstPtr& ast, ASTVisitor* visitor)
: QLObject(KProbeTargetType, ast, visitor) {}
};
} // namespace compiler
} // namespace planner
} // namespace carnot
} // namespace px
| 28.672131 | 81 | 0.697541 |
64908a15e456ae8224bb48f0bcec6f75ef5fb37d | 906 | h | C | ShFlyKit/Classes/Components/Statistical/Exception/Crash/CrashHandler.h | ihsh/SHFlyKit | f35a792d75f5d45d787f4e74b6cda359722f7092 | [
"MIT"
] | null | null | null | ShFlyKit/Classes/Components/Statistical/Exception/Crash/CrashHandler.h | ihsh/SHFlyKit | f35a792d75f5d45d787f4e74b6cda359722f7092 | [
"MIT"
] | null | null | null | ShFlyKit/Classes/Components/Statistical/Exception/Crash/CrashHandler.h | ihsh/SHFlyKit | f35a792d75f5d45d787f4e74b6cda359722f7092 | [
"MIT"
] | null | null | null | //
// CrashHandler.h
// SHKit
//
// Created by hsh on 2018/12/18.
// Copyright © 2018 hsh. All rights reserved.
//
///宏定义区
#define CrashNotification @"CrashNotification"
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
//catrgory
#import "NSObject+Crash.h"
#import "NSString+Crash.h"
#import "NSArray+Crash.h"
#import "NSDictionary+Crash.h"
#import "NSAttributedString+Crash.h"
#import "NSMutableAttributedString+Crash.h"
#import "NSMutableString+Crash.h"
#import "NSMutableDictionary+Crash.h"
#import "NSMutableArray+Crash.h"
#import <Bugly/Bugly.h>
@interface CrashHandler : NSObject
+(void)makeEffective;
//内部使用方法
+ (void)exchangeClassMethod:(Class)anClass method1Sel:(SEL)method1Sel method2Sel:(SEL)method2Sel;
+ (void)exchangeInstanceMethod:(Class)anClass method1Sel:(SEL)method1Sel method2Sel:(SEL)method2Sel;
+ (void)noteErrorWithException:(NSException *)exception;
@end
| 20.590909 | 100 | 0.758278 |
64915b235080a9731b187916c1535b76851392c9 | 3,620 | h | C | chrome/browser/local_discovery/cloud_print_base_api_flow.h | nagineni/chromium-crosswalk | 5725642f1c67d0f97e8613ec1c3e8107ab53fdf8 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 231 | 2015-01-08T09:04:44.000Z | 2021-12-30T03:03:10.000Z | chrome/browser/local_discovery/cloud_print_base_api_flow.h | j4ckfrost/android_external_chromium_org | a1a3dad8b08d1fcf6b6b36c267158ed63217c780 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2017-02-14T21:55:58.000Z | 2017-02-14T21:55:58.000Z | chrome/browser/local_discovery/cloud_print_base_api_flow.h | j4ckfrost/android_external_chromium_org | a1a3dad8b08d1fcf6b6b36c267158ed63217c780 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 268 | 2015-01-21T05:53:28.000Z | 2022-03-25T22:09:01.000Z | // Copyright 2013 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_LOCAL_DISCOVERY_CLOUD_PRINT_BASE_API_FLOW_H_
#define CHROME_BROWSER_LOCAL_DISCOVERY_CLOUD_PRINT_BASE_API_FLOW_H_
#include <string>
#include "chrome/browser/local_discovery/privet_constants.h"
#include "chrome/browser/local_discovery/privet_http.h"
#include "google_apis/gaia/oauth2_token_service.h"
#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_fetcher_delegate.h"
#include "net/url_request/url_request_context_getter.h"
namespace local_discovery {
// API call flow for communicating with cloud print.
class CloudPrintBaseApiFlow : public net::URLFetcherDelegate,
public OAuth2TokenService::Consumer {
public:
// TODO(noamsml): Better error model for this class.
enum Status {
SUCCESS,
ERROR_TOKEN,
ERROR_NETWORK,
ERROR_HTTP_CODE,
ERROR_FROM_SERVER,
ERROR_MALFORMED_RESPONSE
};
class Delegate {
public:
virtual ~Delegate() {}
virtual void OnCloudPrintAPIFlowError(CloudPrintBaseApiFlow* flow,
Status status) = 0;
virtual void OnCloudPrintAPIFlowComplete(
CloudPrintBaseApiFlow* flow,
const base::DictionaryValue* value) = 0;
};
// Create an OAuth2-based confirmation.
CloudPrintBaseApiFlow(net::URLRequestContextGetter* request_context,
OAuth2TokenService* token_service_,
const std::string& account_id,
const GURL& automated_claim_url,
Delegate* delegate);
// Create a cookie-based confirmation.
CloudPrintBaseApiFlow(net::URLRequestContextGetter* request_context,
int user_index,
const std::string& xsrf_token,
const GURL& automated_claim_url,
Delegate* delegate);
// Create a cookie-based confirmation with no XSRF token (for requests that
// don't need an XSRF token).
CloudPrintBaseApiFlow(net::URLRequestContextGetter* request_context,
int user_index,
const GURL& automated_claim_url,
Delegate* delegate);
virtual ~CloudPrintBaseApiFlow();
void Start();
// net::URLFetcherDelegate implementation:
virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
// OAuth2TokenService::Consumer implementation:
virtual void OnGetTokenSuccess(const OAuth2TokenService::Request* request,
const std::string& access_token,
const base::Time& expiration_time) OVERRIDE;
virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
const GoogleServiceAuthError& error) OVERRIDE;
// Return the user index or kAccountIndexUseOAuth2 if none is available.
int user_index() { return user_index_; }
private:
bool UseOAuth2() { return user_index_ == kAccountIndexUseOAuth2; }
void CreateRequest(const GURL& url);
scoped_ptr<net::URLFetcher> url_fetcher_;
scoped_ptr<OAuth2TokenService::Request> oauth_request_;
scoped_refptr<net::URLRequestContextGetter> request_context_;
OAuth2TokenService* token_service_;
std::string account_id_;
int user_index_;
std::string xsrf_token_;
GURL url_;
Delegate* delegate_;
};
} // namespace local_discovery
#endif // CHROME_BROWSER_LOCAL_DISCOVERY_CLOUD_PRINT_BASE_API_FLOW_H_
| 35.145631 | 79 | 0.693094 |
6491d9ecd18a41910ba5442f931d5ddcfc33d5fd | 4,475 | h | C | Connect/DB/MessageDBManager.h | connectim/iOS | e93cf080df2333763b00a74bd03c15454d9e5bae | [
"MIT"
] | 20 | 2017-05-12T08:53:47.000Z | 2022-03-21T17:00:36.000Z | Connect/DB/MessageDBManager.h | connectim/iOS | e93cf080df2333763b00a74bd03c15454d9e5bae | [
"MIT"
] | 6 | 2017-05-11T11:38:22.000Z | 2017-12-31T14:00:25.000Z | Connect/DB/MessageDBManager.h | connectim/iOS | e93cf080df2333763b00a74bd03c15454d9e5bae | [
"MIT"
] | 9 | 2017-05-09T02:02:47.000Z | 2019-09-04T03:37:51.000Z | //
// MessageDBManager.h
// Connect
//
// Created by MoHuilin on 16/7/29.
// Copyright © 2016年 Connect. All rights reserved.
//
#import "BaseDB.h"
#import "ChatMessageInfo.h"
#define MessageTable @"t_message"
@interface MessageDBManager : BaseDB
+ (MessageDBManager *)sharedManager;
+ (void)tearDown;
/**
* delete all contact all messages
* @param messageOwer
*/
- (void)deleteAllMessageByMessageOwer:(NSString *)messageOwer;
/**
* delete all messages
*/
- (void)deleteAllMessages;
/**
* save new message
* @param messageInfo
*/
- (void)saveMessage:(ChatMessageInfo *)messageInfo;
/**
* save batch messages
* @param messages
*/
- (void)saveBitchMessage:(NSArray *)messages;
/**
* create transaction messsage
* @param user
* @param hashId
* @param money
* @return
*/
- (MMMessage *)createTransactionMessageWithUserInfo:(AccountInfo *)user hashId:(NSString *)hashId monney:(NSString *)money;
/**
* create transaction messsage
* @param ower
* @param hashId
* @param money
* @param isOutTransfer is out transfer ?
* @return
*/
- (MMMessage *)createSendtoOtherTransactionMessageWithMessageOwer:(AccountInfo *)ower hashId:(NSString *)hashId monney:(NSString *)money isOutTransfer:(BOOL)isOutTransfer;
/**
* create transaction message
* @param messageOwer
* @param hashId
* @param money
* @param isOutTransfer
* @return
*/
- (MMMessage *)createSendtoMyselfTransactionMessageWithMessageOwer:(AccountInfo *)messageOwer hashId:(NSString *)hashId monney:(NSString *)money isOutTransfer:(BOOL)isOutTransfer;
/**
* get contact message count
* @param messageOwer
* @return
*/
- (long long int)messageCountWithMessageOwer:(NSString *)messageOwer;
/**
* updata message send status
* @param sendStatus
* @param messageId
* @param messageOwer
*/
- (void)updateMessageSendStatus:(GJGCChatFriendSendMessageStatus)sendStatus withMessageId:(NSString *)messageId messageOwer:(NSString *)messageOwer;
/**
* delete message
* @param messageId
* @param messageOwer
* @return
*/
- (BOOL)deleteMessageByMessageId:(NSString *)messageId messageOwer:(NSString *)messageOwer;
/**
* delete snap chat message
* @param messageOwer
*/
- (void)deleteSnapOutTimeMessageByMessageOwer:(NSString *)messageOwer;
/**
* updatea message
* @param messageInfo
*/
- (void)updataMessage:(ChatMessageInfo *)messageInfo;
/**
* updatea message read time
* @param messageId
* @param messageOwer
*/
- (void)updateMessageReadTimeWithMsgID:(NSString *)messageId messageOwer:(NSString *)messageOwer;
/**
* update audio message read state
* @param messageId
* @param messageOwer
*/
- (void)updateAudioMessageWithMsgID:(NSString *)messageId messageOwer:(NSString *)messageOwer;
/**
* update audio message read state ,is readed complete
* @param messageId
* @param messageOwer
*/
- (void)updateAudioMessageReadCompleteWithMsgID:(NSString *)messageId messageOwer:(NSString *)messageOwer;
/**
* query message read time
* @param messageId
* @param messageOwer
* @return
*/
- (NSInteger)getReadTimeByMessageId:(NSString *)messageId messageOwer:(NSString *)messageOwer;
/**
* get message
* @param messageid
* @param messageOwer
* @return
*/
- (ChatMessageInfo *)getMessageInfoByMessageid:(NSString *)messageid messageOwer:(NSString *)messageOwer;
/**
* get contact all message
* @param messageOwer
* @return
*/
- (NSArray *)getAllMessagesWithMessageOwer:(NSString *)messageOwer;
/**
* query messages before time
* @param messageOwer
* @param limit
* @param time
* @param autoMsgid
* @return
*/
- (NSArray *)getMessagesWithMessageOwer:(NSString *)messageOwer Limit:(int)limit beforeTime:(long long int)time messageAutoID:(NSInteger)autoMsgid;
/**
* query messages before time
* @param messageOwer
* @param limit
* @param time
* @param autoMsgid
* @return
*/
- (NSArray *)getMessagesWithMessageOwer:(NSString *)messageOwer Limit:(int)limit beforeTime:(long long int)time;
/**
* check message si exists
* @param messageId
* @param messageOwer
* @return
*/
- (BOOL)isMessageIsExistWithMessageId:(NSString *)messageId messageOwer:(NSString *)messageOwer;
/**
* updata message time
* @param ower
* @param messageId
*/
- (void)updateMessageTimeWithMessageOwer:(NSString *)ower messageId:(NSString *)messageId;
/**
* get message send status
* @param ower
* @param messageId
*/
- (GJGCChatFriendSendMessageStatus)getMessageSendStatusByMessageid:(NSString *)messageid messageOwer:(NSString *)messageOwer;
@end
| 22.831633 | 179 | 0.732514 |
6497e33029f34970efa626b5a1629b6e3624a267 | 146,955 | h | C | SCO Examples for GTA IV/include/GTAIV/consts32.h | Its-SG/SCO-Examples- | 30bdf5c26e1a0e44737e418f7a26cd57b1b783bb | [
"MIT"
] | 1 | 2022-01-27T23:38:08.000Z | 2022-01-27T23:38:08.000Z | SCO Examples for GTA IV/include/GTAIV/consts32.h | Its-SG/SCO-Examples- | 30bdf5c26e1a0e44737e418f7a26cd57b1b783bb | [
"MIT"
] | null | null | null | SCO Examples for GTA IV/include/GTAIV/consts32.h | Its-SG/SCO-Examples- | 30bdf5c26e1a0e44737e418f7a26cd57b1b783bb | [
"MIT"
] | null | null | null | /*H**********************************************************************
* FILENAME : consts32.h START DATE : 10 Sept 16
*
* DESCRIPTION :
* Constants to be used with all GTAIV targets and platforms of SC-CL.
*
* NOTES :
* This file is part of SC-CL's include library.
*
* LICENSE :
*
* Copyright 2016 SC-CL
*
* 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 following disclaimer.
*
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* * Neither SC-CL nor its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* * Redistribution of this software in source or binary forms shall be free
* of all charges or fees to the recipient of this software.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL SC-CL BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* AUTHORS :
* Rocko Tompkins
* Nathan James
*H*/
#pragma once
#define AMMO_MAX 30000
#define INVALID_HANDLE 0
typedef enum eKey
{
KEY_ESC = 1,
KEY_1 = 2,
KEY_2 = 3,
KEY_3 = 4,
KEY_4 = 5,
KEY_5 = 6,
KEY_6 = 7,
KEY_7 = 8,
KEY_8 = 9,
KEY_9 = 10,
KEY_0 = 11,
KEY_MINUS = 12,
KEY_EQUAL = 13,
KEY_BACKSPACE = 14,
KEY_TAB = 15,
KEY_Q = 16,
KEY_W = 17,
KEY_E = 18,
KEY_R = 19,
KEY_T = 20,
KEY_Y = 21,
KEY_U = 22,
KEY_I = 23,
KEY_O = 24,
KEY_P = 25,
KEY_SQUARE_BRACKET_LEFT = 26,
KEY_SQUARE_BRACKET_RIGHT = 27,
KEY_ENTER = 28,
KEY_LEFT_CTRL = 29,
KEY_A = 30,
KEY_S = 31,
KEY_D = 32,
KEY_F = 33,
KEY_G = 34,
KEY_H = 35,
KEY_J = 36,
KEY_K = 37,
KEY_L = 38,
KEY_SEMI_COLON = 39,
KEY_APOSTROPHE = 40,
KEY_GRAVE = 41,
KEY_LEFT_SHIFT = 42,
KEY_BACKSLASH = 43,
KEY_Z = 44,
KEY_X = 45,
KEY_C = 46,
KEY_V = 47,
KEY_B = 48,
KEY_N = 49,
KEY_M = 50,
KEY_COMMA = 51,
KEY_PERIOD = 52,
KEY_FORWARDSLASH = 53,
KEY_RIGHT_SHIFT = 54,
KEY_ASTERISK = 55,
KEY_LEFT_ALT = 56,
KEY_SPACE = 57,
KEY_CAPS_LOCK = 58,
KEY_F1 = 59,
KEY_F2 = 60,
KEY_F3 = 61,
KEY_F4 = 62,
KEY_F5 = 63,
KEY_F6 = 64,
KEY_F7 = 65,
KEY_F8 = 66,
KEY_F9 = 67,
KEY_F10 = 68,
KEY_NUMLOCK = 69,
KEY_SCROLL_LOCK = 70,
KEY_NUMPAD_7 = 71,
KEY_NUMPAD_8 = 72,
KEY_NUMPAD_9 = 73,
KEY_NUMPAD_MINUS = 74,
KEY_NUMPAD_4 = 75,
KEY_NUMPAD_5 = 76,
KEY_NUMPAD_6 = 77,
KEY_NUMPAD_PLUS = 78,
KEY_NUMPAD_1 = 79,
KEY_NUMPAD_2 = 80,
KEY_NUMPAD_3 = 81,
KEY_NUMPAD_0 = 82,
KEY_NUMPAD_PERIOD = 83,
KEY_F11 = 87,
KEY_F12 = 88,
KEY_F13 = 100,// (NEC PC98)
KEY_F14 = 101,// (NEC PC98)
KEY_F15 = 102,// (NEC PC98)
KEY_PAUSE = 119,// Might Be Wrong Pause and Break acts as different keys
KEY_KANA = 112,// (Japanese keyboard)
KEY_CONVERT = 121,// (Japanese keyboard)
KEY_NOCONVERT = 123,// (Japanese keyboard)
KEY_YEN = 125,// (Japanese keyboard)
KEY_NUMPAD_EQUAL = 141,// (NEC PC98) = on numeric keypad
KEY_CIRCUMFLEX = 144,// (Japanese keyboard)
KEY_AT = 145,// (NEC PC98)
KEY_COLON = 146,// (NEC PC98)
KEY_UNDERLINE = 147,// (NEC PC98)
KEY_KANJI = 148,// (Japanese keyboard)
KEY_STOP = 149,// (NEC PC98)
KEY_AX = 150,// (Japan AX)
KEY_UNLABELED = 151,// (J3100)
KEY_NUMPAD_ENTER = 156,
KEY_RIGHT_CRTL = 157,
KEY_NUMPAD_COMMA = 179,// (NEC PC98) , on numeric keypad
KEY_NUMPAD_FORWARDSLASH = 181,
KEY_SYSRQ = 183,
KEY_RIGHT_ALT = 184,
KEY_HOME = 199,
KEY_ARROW_UP = 200,
KEY_PAGEUP = 201,
KEY_ARROW_LEFT = 203,
KEY_ARROW_RIGHT = 205,
KEY_END = 207,
KEY_ARROW_DOWN = 208,
KEY_PAGEDOWN = 209,
KEY_INSERT = 210,
KEY_DELETE = 211,
KEY_LEFT_WINDOWS = 219,// Left Windows key
KEY_RIGHT_WINDOWS = 220,// Right Windows key
KEY_APPMENU = 221,// AppMenu key
//Other Key Definitions
KEY_NUMPAD_HOME = 71,
KEY_NUMPAD_UP = 72,
KEY_NUMPAD_PAGEUP = 73,
KEY_NUMPAD_LEFT = 75,
KEY_NUMPAD_RIGHT = 77,
KEY_NUMPAD_END = 79,
KEY_NUMPAD_DOWN = 80,
KEY_NUMPAD_PAGEDOWN = 81,
KEY_NUMPAD_INSERT = 82,
KEY_NUMPAD_DELETE = 83,
KEY_PRTSC = 183,
} eKey;
typedef enum eButton
{
BUTTON_LB = 4,
BUTTON_LT = 5,
BUTTON_RB = 6,
BUTTON_RT = 7,
DPAD_UP = 8,
DPAD_DOWN = 9,
DPAD_LEFT = 10,
DPAD_RIGHT = 11,
BUTTON_START = 12,
BUTTON_BACK = 13,
#if PLATFORM == PLATFORM_X360 || PLATFORM == PLATFORM_PC
BUTTON_X = 14,
#elif PLATFORM == PLATFORM_PS3
BUTTON_X = 16,
#endif
BUTTON_Y = 15,
BUTTON_A = 16,
BUTTON_B = 17,
STICK_LEFT = 18,
STICK_RIGHT = 19,
BUTTON_L1 = 4,
BUTTON_L2 = 5,
BUTTON_R1 = 6,
BUTTON_R2 = 7,
BUTTON_SELECT = 13,
BUTTON_SQUARE = 14,
BUTTON_TRIANGLE = 15,
BUTTON_O = 17,
} eButton;
typedef enum eWeapon
{
WEAPON_UNARMED,
WEAPON_BASEBALLBAT,
WEAPON_POOLCUE,
WEAPON_KNIFE,
WEAPON_GRENADE,
WEAPON_MOLOTOV,
WEAPON_ROCKET,
WEAPON_PISTOL,
WEAPON_UNUSED0,
WEAPON_DEAGLE,
WEAPON_SHOTGUN,
WEAPON_BARETTA,
WEAPON_MICRO_UZI,
WEAPON_MP5,
WEAPON_AK47,
WEAPON_M4,
WEAPON_SNIPERRIFLE,
WEAPON_M40A1,
WEAPON_RLAUNCHER,
WEAPON_FTHROWER,
WEAPON_MINIGUN,
WEAPON_EPISODIC_1,//Grenade Launcher TLAD/TBOGT
WEAPON_EPISODIC_2,//Sweeper Shotgun TLAD
WEAPON_EPISODIC_3,
WEAPON_EPISODIC_4,//POOL CUE TLAD
WEAPON_EPISODIC_5,//Grenade From the Grenade Launcher TLAD/TBOGT
WEAPON_EPISODIC_6,//Sawnoff Shotgun TLAD
WEAPON_EPISODIC_7,//Automatic 9mm TLAD
WEAPON_EPISODIC_8,//Pipe Bomb TLAD
WEAPON_EPISODIC_9,//.44 Pistol TBOGT
WEAPON_EPISODIC_10,//Explosive AA12 TBOGT
WEAPON_EPISODIC_11,//AA12 TBOGT
WEAPON_EPISODIC_12,//P-90 TBOGT
WEAPON_EPISODIC_13,//Golden Uzi TBOGT
WEAPON_EPISODIC_14,//M249 TBOGT
WEAPON_EPISODIC_15,//Explosive Sniper TBOGT
WEAPON_EPISODIC_16,//Sticky Bombs TBOGT
WEAPON_EPISODIC_17,//BUZZARD (heli) rocket launcher/null TBOGT
WEAPON_EPISODIC_18,//BUZZARD (heli) rocket for BUZZARD rocket launcher/freeze TBOGT
WEAPON_EPISODIC_19,//BUZZARD (heli) minigun TBOGT
WEAPON_EPISODIC_20,//APC cannon TBOGT
WEAPON_EPISODIC_21,//Parachute TBOGT
WEAPON_EPISODIC_22,
WEAPON_EPISODIC_23,
WEAPON_EPISODIC_24,
WEAPON_CAMERA,
WEAPON_OBJECT,
WEAPON_WEAPONTYPE_LAST_WEAPONTYPE,
WEAPON_ARMOUR,
WEAPON_RAMMEDBYCAR,
WEAPON_RUNOVERBYCAR,
WEAPON_EXPLOSION,
WEAPON_UZI_DRIVEBY,
WEAPON_DROWNING,
WEAPON_FALL,
WEAPON_UNIDENTIFIED,
WEAPON_ANYMELEE,
WEAPON_ANYWEAPON,
} eWeapon;
typedef enum eWeaponSlot
{
WEAPON_SLOT_UNARMED,
WEAPON_SLOT_MELEE,
WEAPON_SLOT_HANDGUN,
WEAPON_SLOT_SHOTGUN,
WEAPON_SLOT_SMG,
WEAPON_SLOT_RIFLE,
WEAPON_SLOT_SNIPER,
WEAPON_SLOT_HEAVY,
WEAPON_SLOT_THROWN,
WEAPON_SLOT_SPECIAL,
WEAPON_SLOT_GIFT,
WEAPON_SLOT_PARACHUTE,
WEAPON_SLOT_DETONATORUNKNOWN
} eWeaponSlot;
typedef enum ePed
{
// Peds GTAIV
PED_PLAYER = 0x6F0783F5,
PED_M_Y_MULTIPLAYER = 0x879495E2,
PED_F_Y_MULTIPLAYER = 0xD9BDC03A,
PED_SUPERLOD = 0xAE4B15D6,
PED_IG_ANNA = 0x6E7BF45F,
PED_IG_ANTHONY = 0x9DD666EE,
PED_IG_BADMAN = 0x5927A320,
PED_IG_BERNIE_CRANE = 0x596FB508,
PED_IG_BLEDAR = 0x6734C2C8,
PED_IG_BRIAN = 0x192BDD4A,
PED_IG_BRUCIE = 0x98E29920,
PED_IG_BULGARIN = 0x0E28247F,
PED_IG_CHARISE = 0x0548F609,
PED_IG_CHARLIEUC = 0xB0D18783,
PED_IG_CLARENCE = 0x500EC110,
PED_IG_DARDAN = 0x5786C78F,
PED_IG_DARKO = 0x1709B920,
PED_IG_DERRICK_MC = 0x45B445F9,
PED_IG_DMITRI = 0x0E27ECC1,
PED_IG_DWAYNE = 0xDB354C19,
PED_IG_EDDIELOW = 0xA09901F1,
PED_IG_FAUSTIN = 0x03691799,
PED_IG_FRANCIS_MC = 0x65F4D88D,
PED_IG_FRENCH_TOM = 0x54EABEE4,
PED_IG_GORDON = 0x7EED7363,
PED_IG_GRACIE = 0xEAAEA78E,
PED_IG_HOSSAN = 0x3A7556B2,
PED_IG_ILYENA = 0xCE3779DA,
PED_IG_ISAAC = 0xE369F2A6,
PED_IG_IVAN = 0x458B61F3,
PED_IG_JAY = 0x15BCAD23,
PED_IG_JASON = 0x0A2D8896,
PED_IG_JEFF = 0x17446345,
PED_IG_JIMMY = 0xEA28DB14,
PED_IG_JOHNNYBIKER = 0xC9AB7F1C,
PED_IG_KATEMC = 0xD1E17FCA,
PED_IG_KENNY = 0x3B574ABA,
PED_IG_LILJACOB = 0x58A1E271,
PED_IG_LILJACOBW = 0xB4008E4D,
PED_IG_LUCA = 0xD75A60C8,
PED_IG_LUIS = 0xE2A57E5E,
PED_IG_MALLORIE = 0xC1FE7952,
PED_IG_MAMC = 0xECC3FBA7,
PED_IG_MANNY = 0x5629F011,
PED_IG_MARNIE = 0x188232D0,
PED_IG_MEL = 0xCFE0FB92,
PED_IG_MICHAEL = 0x2BD27039,
PED_IG_MICHELLE = 0xBF9672F4,
PED_IG_MICKEY = 0xDA0D3182,
PED_IG_PACKIE_MC = 0x64C74D3B,
PED_IG_PATHOS = 0xF6237664,
PED_IG_PETROVIC = 0x8BE8B7F2,
PED_IG_PHIL_BELL = 0x932272CA,
PED_IG_PLAYBOY_X = 0x6AF081E8,
PED_IG_RAY_BOCCINO = 0x38E02AB6,
PED_IG_RICKY = 0xDCFE251C,
PED_IG_ROMAN = 0x89395FC9,
PED_IG_ROMANW = 0x2145C7A5,
PED_IG_SARAH = 0xFEF00775,
PED_IG_TUNA = 0x528AE104,
PED_IG_VINNY_SPAZ = 0xC380AE97,
PED_IG_VLAD = 0x356E1C42,
PED_CS_ANDREI = 0x3977107D,
PED_CS_ANGIE = 0xF866DC66,
PED_CS_BADMAN = 0xFC012F67,
PED_CS_BLEDAR = 0xA2DDDBA7,
PED_CS_BULGARIN = 0x009E4F3E,
PED_CS_BULGARINHENCH = 0x1F32DB93,
PED_CS_CIA = 0x4B13F8D4,
PED_CS_DARDAN = 0xF4386436,
PED_CS_DAVETHEMATE = 0x1A5B22F0,
PED_CS_DMITRI = 0x030B4624,
PED_CS_EDTHEMATE = 0xC74969B0,
PED_CS_FAUSTIN = 0xA776BDC7,
PED_CS_FRANCIS = 0x4AA2E9EA,
PED_CS_HOSSAN = 0x2B578C90,
PED_CS_ILYENA = 0x2EB3F295,
PED_CS_IVAN = 0x4A85C1C4,
PED_CS_JAY = 0x96E9F99A,
PED_CS_JIMMY_PEGORINO = 0x7055C230,
PED_CS_MEL = 0x298ACEC3,
PED_CS_MICHELLE = 0x70AEB9C8,
PED_CS_MICKEY = 0xA1DFB431,
PED_CS_OFFICIAL = 0x311DB819,
PED_CS_RAY_BOCCINO = 0xD09ECB11,
PED_CS_SERGEI = 0xDBAC6805,
PED_CS_VLAD = 0x7F5B9540,
PED_CS_WHIPPINGGIRL = 0x5A6C9C5F,
PED_CS_MANNY = 0xD0F8F893,
PED_CS_ANTHONY = 0x6B941ABA,
PED_CS_ASHLEY = 0x26C3D079,
PED_CS_ASSISTANT = 0x394C11AD,
PED_CS_CAPTAIN = 0xE6829281,
PED_CS_CHARLIEUC = 0xEC96EE3A,
PED_CS_DARKO = 0xC4B4204C,
PED_CS_DWAYNE = 0xFB9190AC,
PED_CS_ELI_JESTER = 0x3D47C135,
PED_CS_ELIZABETA = 0xAED416AF,
PED_CS_GAYTONY = 0x04F78844,
PED_CS_GERRYMC = 0x26DE3A8A,
PED_CS_GORDON = 0x49D3EAD3,
PED_CS_ISSAC = 0xB93A5686,
PED_CS_JOHNNYTHEBIKER = 0x2E009A8D,
PED_CS_JONGRAVELLI = 0xD7D47612,
PED_CS_JORGE = 0x5906B7A5,
PED_CS_KAT = 0x71A11E4C,
PED_CS_KILLER = 0xB4D0F581,
PED_CS_LUIS = 0x5E730218,
PED_CS_MAGICIAN = 0x1B508682,
PED_CS_MAMC = 0xA17C3253,
PED_CS_MELODY = 0xEA01EFDC,
PED_CS_MITCHCOP = 0xD8BA6C47,
PED_CS_MORI = 0x9B333E73,
PED_CS_PBXGIRL2 = 0xE9C3C332,
PED_CS_PHILB = 0x5BEB1A2D,
PED_CS_PLAYBOYX = 0xE9F368C6,
PED_CS_PRIEST = 0x4D6DE57E,
PED_CS_RICKY = 0x88F35A20,
PED_CS_TOMMY = 0x626C3F77,
PED_CS_TRAMP = 0x553CBE07,
PED_CS_BRIAN = 0x2AF6831D,
PED_CS_CHARISE = 0x7AE0A064,
PED_CS_CLARENCE = 0xE7AC8418,
PED_CS_EDDIELOW = 0x6463855D,
PED_CS_GRACIE = 0x999B9B33,
PED_CS_JEFF = 0x17C32FB4,
PED_CS_MARNIE = 0x574DE134,
PED_CS_MARSHAL = 0x8B0322AF,
PED_CS_PATHOS = 0xD77D71DF,
PED_CS_SARAH = 0xEFF3F84D,
PED_CS_ROMAN_D = 0x42F6375E,
PED_CS_ROMAN_T = 0x6368F847,
PED_CS_ROMAN_W = 0xE37B786A,
PED_CS_BRUCIE_B = 0x0E37C613,
PED_CS_BRUCIE_T = 0x0E1B45E6,
PED_CS_BRUCIE_W = 0x765C9667,
PED_CS_BERNIE_CRANEC = 0x7183C75F,
PED_CS_BERNIE_CRANET = 0x4231E7AC,
PED_CS_BERNIE_CRANEW = 0x1B4899DE,
PED_CS_LILJACOB_B = 0xB0B4BC37,
PED_CS_LILJACOB_J = 0x7EF858B3,
PED_CS_MALLORIE_D = 0x5DF63F45,
PED_CS_MALLORIE_J = 0xCC381BCB,
PED_CS_MALLORIE_W = 0x45768E2E,
PED_CS_DERRICKMC_B = 0x8469C377,
PED_CS_DERRICKMC_D = 0x2FBC9A1E,
PED_CS_MICHAEL_B = 0x7D0BADD3,
PED_CS_MICHAEL_D = 0xCF5FD27A,
PED_CS_PACKIEMC_B = 0x4DFB1B0C,
PED_CS_PACKIEMC_D = 0x68EED0F3,
PED_CS_KATEMC_D = 0xAF3F2AC0,
PED_CS_KATEMC_W = 0x4ABDE1C7,
PED_M_Y_GAFR_LO_01 = 0xEE0BB2A4,
PED_M_Y_GAFR_LO_02 = 0xBBD14E30,
PED_M_Y_GAFR_HI_01 = 0x33D38899,
PED_M_Y_GAFR_HI_02 = 0x25B4EC5C,
PED_M_Y_GALB_LO_01 = 0xE1F6A366,
PED_M_Y_GALB_LO_02 = 0xF1F54363,
PED_M_Y_GALB_LO_03 = 0x0C61783B,
PED_M_Y_GALB_LO_04 = 0x1EA71CCE,
PED_M_M_GBIK_LO_03 = 0x029035B4,
PED_M_Y_GBIK_HI_01 = 0x5044865F,
PED_M_Y_GBIK_HI_02 = 0x9C071DE3,
PED_M_Y_GBIK02_LO_02 = 0xA8E69DBF,
PED_M_Y_GBIK_LO_01 = 0x5DDE4F9B,
PED_M_Y_GBIK_LO_02 = 0x8B932B00,
PED_M_Y_GIRI_LO_01 = 0x10B7B44B,
PED_M_Y_GIRI_LO_02 = 0xFEDA1090,
PED_M_Y_GIRI_LO_03 = 0x6DF3EEC6,
PED_M_M_GJAM_HI_01 = 0x5FF2E9AF,
PED_M_M_GJAM_HI_02 = 0xEC4D0269,
PED_M_M_GJAM_HI_03 = 0x4295AEF5,
PED_M_Y_GJAM_LO_01 = 0xA691BED3,
PED_M_Y_GJAM_LO_02 = 0xCB77889E,
PED_M_Y_GKOR_LO_01 = 0x5BD063B5,
PED_M_Y_GKOR_LO_02 = 0x2D8D8730,
PED_M_Y_GLAT_LO_01 = 0x1D55921C,
PED_M_Y_GLAT_LO_02 = 0x8D32F1D9,
PED_M_Y_GLAT_HI_01 = 0x45A43081,
PED_M_Y_GLAT_HI_02 = 0x97E25504,
PED_M_Y_GMAF_HI_01 = 0xEDFA50E3,
PED_M_Y_GMAF_HI_02 = 0x9FA03430,
PED_M_Y_GMAF_LO_01 = 0x03DBB737,
PED_M_Y_GMAF_LO_02 = 0x1E6BEC57,
PED_M_O_GRUS_HI_01 = 0x9290C4A3,
PED_M_Y_GRUS_LO_01 = 0x83892528,
PED_M_Y_GRUS_LO_02 = 0x75CF09B4,
PED_M_Y_GRUS_HI_02 = 0x5BFE7C54,
PED_M_M_GRU2_HI_01 = 0x6F31C4B4,
PED_M_M_GRU2_HI_02 = 0x19BB19C8,
PED_M_M_GRU2_LO_02 = 0x66CB1E64,
PED_M_Y_GRU2_LO_01 = 0xB9A05501,
PED_M_M_GTRI_HI_01 = 0x33EEB47F,
PED_M_M_GTRI_HI_02 = 0x28C09E23,
PED_M_Y_GTRI_LO_01 = 0xBF635A9F,
PED_M_Y_GTRI_LO_02 = 0xF62B4836,
PED_F_O_MAID_01 = 0xD33B8FE9,
PED_F_O_BINCO = 0xF97D04E6,
PED_F_Y_BANK_01 = 0x516F7106,
PED_F_Y_DOCTOR_01 = 0x14A4B50F,
PED_F_Y_GYMGAL_01 = 0x507AAC5B,
PED_F_Y_FF_BURGER_R = 0x37214098,
PED_F_Y_FF_CLUCK_R = 0xEB5AB08B,
PED_F_Y_FF_RSCAFE = 0x8292BFB5,
PED_F_Y_FF_TWCAFE = 0x0CB09BED,
PED_F_Y_FF_WSPIZZA_R = 0xEEB5DE91,
PED_F_Y_HOOKER_01 = 0x20EF1FEB,
PED_F_Y_HOOKER_03 = 0x3B61D4D0,
PED_F_Y_NURSE = 0xB8D8632B,
PED_F_Y_STRIPPERC01 = 0x42615D12,
PED_F_Y_STRIPPERC02 = 0x50AFF9AF,
PED_F_Y_WAITRESS_01 = 0x0171C5D1,
PED_M_M_ALCOHOLIC = 0x97093869,
PED_M_M_ARMOURED = 0x401C1901,
PED_M_M_BUSDRIVER = 0x07FDDC3F,
PED_M_M_CHINATOWN_01 = 0x2D243DEF,
PED_M_M_CRACKHEAD = 0x9313C198,
PED_M_M_DOC_SCRUBS_01 = 0x0D13AEF5,
PED_M_M_DOCTOR_01 = 0xB940B896,
PED_M_M_DODGYDOC = 0x16653776,
PED_M_M_EECOOK = 0x7D77FE8D,
PED_M_M_ENFORCER = 0xF410AB9B,
PED_M_M_FACTORY_01 = 0x2FB107C1,
PED_M_M_FATCOP_01 = 0xE9EC3678,
PED_M_M_FBI = 0xC46CBC16,
PED_M_M_FEDCO = 0x89275CA8,
PED_M_M_FIRECHIEF = 0x24696C93,
PED_M_M_GUNNUT_01 = 0x1CFC648F,
PED_M_M_HELIPILOT_01 = 0xD19BD6D0,
PED_M_M_HPORTER_01 = 0x2536480C,
PED_M_M_KOREACOOK_01 = 0x959D9B8A,
PED_M_M_LAWYER_01 = 0x918DD1CF,
PED_M_M_LAWYER_02 = 0xBC5DA76E,
PED_M_M_LOONYBLACK = 0x1699B3B8,
PED_M_M_PILOT = 0x8C0F140E,
PED_M_M_PINDUS_01 = 0x301D7295,
PED_M_M_POSTAL_01 = 0xEF0CF791,
PED_M_M_SAXPLAYER_01 = 0xB92CCD03,
PED_M_M_SECURITYMAN = 0x907AF88D,
PED_M_M_SELLER_01 = 0x1916A97C,
PED_M_M_SHORTORDER = 0x6FF14E0F,
PED_M_M_STREETFOOD_01 = 0x0881E67C,
PED_M_M_SWEEPER = 0xD6D5085C,
PED_M_M_TAXIDRIVER = 0x0085DCEE,
PED_M_M_TELEPHONE = 0x46B50EAA,
PED_M_M_TENNIS = 0xE96555E2,
PED_M_M_TRAIN_01 = 0x452086C4,
PED_M_M_TRAMPBLACK = 0xF7835A1A,
PED_M_M_TRUCKER_01 = 0xFD3979FD,
PED_M_O_JANITOR = 0xB376FD38,
PED_M_O_HOTEL_FOOT = 0x015E1A07,
PED_M_O_MPMOBBOSS = 0x463E4B5D,
PED_M_Y_AIRWORKER = 0xA8B24166,
PED_M_Y_BARMAN_01 = 0x80807842,
PED_M_Y_BOUNCER_01 = 0x95DCB0F5,
PED_M_Y_BOUNCER_02 = 0xE79AD470,
PED_M_Y_BOWL_01 = 0xD05CB843,
PED_M_Y_BOWL_02 = 0xE61EE3C7,
PED_M_Y_CHINVEND_01 = 0x2DCD7F4C,
PED_M_Y_CLUBFIT = 0x2851C93C,
PED_M_Y_CONSTRUCT_01 = 0xD4F6DA2A,
PED_M_Y_CONSTRUCT_02 = 0xC371B720,
PED_M_Y_CONSTRUCT_03 = 0xD56DDB14,
PED_M_Y_COP = 0xF5148AB2,
PED_M_Y_COP_TRAFFIC = 0xA576D885,
PED_M_Y_COURIER = 0xAE46285D,
PED_M_Y_COWBOY_01 = 0xDDCCAF85,
PED_M_Y_DEALER = 0xB380C536,
PED_M_Y_DRUG_01 = 0x565A4099,
PED_M_Y_FF_BURGER_R = 0x000F192D,
PED_M_Y_FF_CLUCK_R = 0xC3B54549,
PED_M_Y_FF_RSCAFE = 0x75FDB605,
PED_M_Y_FF_TWCAFE = 0xD11FBA8B,
PED_M_Y_FF_WSPIZZA_R = 0x0C55ACF1,
PED_M_Y_FIREMAN = 0xDBA0B619,
PED_M_Y_GARBAGE = 0x43BD9C04,
PED_M_Y_GOON_01 = 0x358464B5,
PED_M_Y_GYMGUY_01 = 0x8E96352C,
PED_M_Y_MECHANIC_02 = 0xEABA11B9,
PED_M_Y_MODO = 0xC10A9D57,
PED_M_Y_NHELIPILOT = 0x479F2007,
PED_M_Y_PERSEUS = 0xF6FFEBB2,
PED_M_Y_PINDUS_01 = 0x1DDEBBCF,
PED_M_Y_PINDUS_02 = 0x0B1F9651,
PED_M_Y_PINDUS_03 = 0xF958F2C4,
PED_M_Y_PMEDIC = 0xB9F5BEA0,
PED_M_Y_PRISON = 0x9C0BF5CC,
PED_M_Y_PRISONAOM = 0x0CD38A07,
PED_M_Y_ROMANCAB = 0x5C907185,
PED_M_Y_RUNNER = 0xA7ABA2BA,
PED_M_Y_SHOPASST_01 = 0x15556BF3,
PED_M_Y_STROOPER = 0xFAAD5B99,
PED_M_Y_SWAT = 0xC41C88BE,
PED_M_Y_SWORDSWALLOW = 0xFC2BE1B8,
PED_M_Y_THIEF = 0xB2F9C1A1,
PED_M_Y_VALET = 0x102B77F0,
PED_M_Y_VENDOR = 0xF4E8205B,
PED_M_Y_FRENCHTOM = 0x87DB1287,
PED_M_Y_JIM_FITZ = 0x75E29A7D,
PED_F_O_PEASTEURO_01 = 0xF3D9C032,
PED_F_O_PEASTEURO_02 = 0x0B50EF20,
PED_F_O_PHARBRON_01 = 0xEB320486,
PED_F_O_PJERSEY_01 = 0xF92630A4,
PED_F_O_PORIENT_01 = 0x9AD4BE64,
PED_F_O_RICH_01 = 0x0600A909,
PED_F_M_BUSINESS_01 = 0x093E163C,
PED_F_M_BUSINESS_02 = 0x1780B2C1,
PED_F_M_CHINATOWN = 0x51FFF4A5,
PED_F_M_PBUSINESS = 0xEF0F006B,
PED_F_M_PEASTEURO_01 = 0x2864B0DC,
PED_F_M_PHARBRON_01 = 0xB92CE9DD,
PED_F_M_PJERSEY_01 = 0x844EA438,
PED_F_M_PJERSEY_02 = 0xAF1EF9D8,
PED_F_M_PLATIN_01 = 0x3067DA63,
PED_F_M_PLATIN_02 = 0xF84BEA2C,
PED_F_M_PMANHAT_01 = 0x32CEF1D1,
PED_F_M_PMANHAT_02 = 0x04901554,
PED_F_M_PORIENT_01 = 0x81BA39A8,
PED_F_M_PRICH_01 = 0x605DF31F,
PED_F_Y_BUSINESS_01 = 0x1B0DCC86,
PED_F_Y_CDRESS_01 = 0x3120FC7F,
PED_F_Y_PBRONX_01 = 0xAECAC8C7,
PED_F_Y_PCOOL_01 = 0x9568444C,
PED_F_Y_PCOOL_02 = 0xA52AE3D1,
PED_F_Y_PEASTEURO_01 = 0xC760585B,
PED_F_Y_PHARBRON_01 = 0x8D2AC355,
PED_F_Y_PHARLEM_01 = 0x0A047A8F,
PED_F_Y_PJERSEY_02 = 0x0006BC78,
PED_F_Y_PLATIN_01 = 0x0339B6D8,
PED_F_Y_PLATIN_02 = 0xEE8D8D80,
PED_F_Y_PLATIN_03 = 0x67F08048,
PED_F_Y_PMANHAT_01 = 0x6392D986,
PED_F_Y_PMANHAT_02 = 0x50B8B3D2,
PED_F_Y_PMANHAT_03 = 0x3EFE105D,
PED_F_Y_PORIENT_01 = 0xB8DA98D7,
PED_F_Y_PQUEENS_01 = 0x2A8A0FF0,
PED_F_Y_PRICH_01 = 0x95E177F9,
PED_F_Y_PVILLBO_02 = 0xC73ECED1,
PED_F_Y_SHOP_03 = 0x5E8CD2B8,
PED_F_Y_SHOP_04 = 0x6E2671EB,
PED_F_Y_SHOPPER_05 = 0x9A8CFCFD,
PED_F_Y_SOCIALITE = 0x4680C12E,
PED_F_Y_STREET_02 = 0xCA5194CB,
PED_F_Y_STREET_05 = 0x110C2243,
PED_F_Y_STREET_09 = 0x57D62FD6,
PED_F_Y_STREET_12 = 0x91AFE421,
PED_F_Y_STREET_30 = 0x4CEF5CF5,
PED_F_Y_STREET_34 = 0x6F96222E,
PED_F_Y_TOURIST_01 = 0x6892A334,
PED_F_Y_VILLBO_01 = 0x2D6795BA,
PED_M_M_BUSINESS_02 = 0xDA0E92D1,
PED_M_M_BUSINESS_03 = 0x976C0D95,
PED_M_M_EE_HEAVY_01 = 0xA59C6FD2,
PED_M_M_EE_HEAVY_02 = 0x9371CB7D,
PED_M_M_FATMOB_01 = 0x74636532,
PED_M_M_GAYMID = 0x894A8CB2,
PED_M_M_GENBUM_01 = 0xBF963CE7,
PED_M_M_LOONYWHITE = 0x1D88B92A,
PED_M_M_MIDTOWN_01 = 0x89BC811F,
PED_M_M_PBUSINESS_01 = 0x3F688D84,
PED_M_M_PEASTEURO_01 = 0x0C717BCE,
PED_M_M_PHARBRON_01 = 0xC3306A8C,
PED_M_M_PINDUS_02 = 0x6A3B66CC,
PED_M_M_PITALIAN_01 = 0xAC686EC9,
PED_M_M_PITALIAN_02 = 0x9EF053D9,
PED_M_M_PLATIN_01 = 0x450E5DBF,
PED_M_M_PLATIN_02 = 0x75633E74,
PED_M_M_PLATIN_03 = 0x60AD1508,
PED_M_M_PMANHAT_01 = 0xD8CF835D,
PED_M_M_PMANHAT_02 = 0xB217B5E2,
PED_M_M_PORIENT_01 = 0x2BC50FD3,
PED_M_M_PRICH_01 = 0x6F2AE4DB,
PED_M_O_EASTEURO_01 = 0xE6372469,
PED_M_O_HASID_01 = 0x9E495AD7,
PED_M_O_MOBSTER = 0x62B5E24B,
PED_M_O_PEASTEURO_02 = 0x793F36B1,
PED_M_O_PHARBRON_01 = 0x4E76BDF6,
PED_M_O_PJERSEY_01 = 0x3A78BA45,
PED_M_O_STREET_01 = 0xB29788AB,
PED_M_O_SUITED = 0x0E86251C,
PED_M_Y_BOHO_01 = 0x7C54115F,
PED_M_Y_BOHOGUY_01 = 0x0D2FF2BF,
PED_M_Y_BRONX_01 = 0x031EE9E3,
PED_M_Y_BUSINESS_01 = 0x5B404032,
PED_M_Y_BUSINESS_02 = 0x2924DBD8,
PED_M_Y_CHINATOWN_03 = 0xBB784DE6,
PED_M_Y_CHOPSHOP_01 = 0xED4319C3,
PED_M_Y_CHOPSHOP_02 = 0xDF0C7D56,
PED_M_Y_DODGY_01 = 0xBE9A3CD6,
PED_M_Y_DORK_02 = 0x962996E4,
PED_M_Y_DOWNTOWN_01 = 0x47F77FC9,
PED_M_Y_DOWNTOWN_02 = 0x5971A2B9,
PED_M_Y_DOWNTOWN_03 = 0x236BB6B2,
PED_M_Y_GAYYOUNG = 0xD36D1B5D,
PED_M_Y_GENSTREET_11 = 0xD7A357ED,
PED_M_Y_GENSTREET_16 = 0x9BF260A8,
PED_M_Y_GENSTREET_20 = 0x3AF39D6C,
PED_M_Y_GENSTREET_34 = 0x4658B34E,
PED_M_Y_HARDMAN_01 = 0xAB537AD4,
PED_M_Y_HARLEM_01 = 0xB71B0F29,
PED_M_Y_HARLEM_02 = 0x97EBD0CB,
PED_M_Y_HARLEM_04 = 0x7D701BD4,
PED_M_Y_HASID_01 = 0x90442A67,
PED_M_Y_LEASTSIDE_01 = 0xC1181556,
PED_M_Y_PBRONX_01 = 0x22522444,
PED_M_Y_PCOOL_01 = 0xFBB5AA01,
PED_M_Y_PCOOL_02 = 0xF45E1B4E,
PED_M_Y_PEASTEURO_01 = 0x298F268A,
PED_M_Y_PHARBRON_01 = 0x27F5967B,
PED_M_Y_PHARLEM_01 = 0x01961E02,
PED_M_Y_PJERSEY_01 = 0x5BF734C6,
PED_M_Y_PLATIN_01 = 0x944D1A30,
PED_M_Y_PLATIN_02 = 0xC30777A4,
PED_M_Y_PLATIN_03 = 0xB0F0D377,
PED_M_Y_PMANHAT_01 = 0x243BD606,
PED_M_Y_PMANHAT_02 = 0x7554785A,
PED_M_Y_PORIENT_01 = 0xEB7CE59F,
PED_M_Y_PQUEENS_01 = 0x21673B90,
PED_M_Y_PRICH_01 = 0x509627D1,
PED_M_Y_PVILLBO_01 = 0x0D55CAAC,
PED_M_Y_PVILLBO_02 = 0xB5559AAD,
PED_M_Y_PVILLBO_03 = 0xA2E575D9,
PED_M_Y_QUEENSBRIDGE = 0x48E8EE31,
PED_M_Y_SHADY_02 = 0xB73D062F,
PED_M_Y_SKATEBIKE_01 = 0x68A019EE,
PED_M_Y_SOHO_01 = 0x170C6DAE,
PED_M_Y_STREET_01 = 0x03B99DE1,
PED_M_Y_STREET_03 = 0x1F3854DE,
PED_M_Y_STREET_04 = 0x3082F773,
PED_M_Y_STREETBLK_02 = 0xA37B1794,
PED_M_Y_STREETBLK_03 = 0xD939030F,
PED_M_Y_STREETPUNK_02 = 0xD3E34ABA,
PED_M_Y_STREETPUNK_04 = 0x8D1CBD36,
PED_M_Y_STREETPUNK_05 = 0x51E946D0,
PED_M_Y_TOUGH_05 = 0xBC0DDE62,
PED_M_Y_TOURIST_02 = 0x303963D0,
// Peds TLAD
PED_IG_ASHLEYA = 0xD49C2B16,
PED_IG_CLAY = 0x6CCFE08A,
PED_IG_MALC = 0xF1BCA919,
PED_IG_BILLY = 0xE5135137,
PED_IG_JIM_FITZ = 0x33E8C374,
PED_IG_BRIANJ = 0x14DA2838,
PED_IG_EVAN = 0xD07B6195,
PED_IG_TERRY = 0x67000B94,
PED_IG_DAVE_GROSSMAN = 0xB634B03C,
PED_IG_LOSTGIRL = 0xCF8E5838,
PED_IG_BILLYPRISON = 0xCCC15E4E,
PED_IG_MARTA = 0xA0367380,
PED_IG_DESEAN = 0xFB9A0BD0,
PED_IG_MATTHEWS = 0xF60A3CF3,
PED_IG_MCCORNISH = 0x1609B707,
PED_IG_PGIRL_01 = 0xA47978B5,
PED_IG_PGIRL_02 = 0x4BC8C755,
PED_IG_ROMAN_E1 = 0xD31529F3,
PED_IG_STROOPER = 0x95D15467,
PED_M_Y_GANGELS_01 = 0x3A432BB8,
PED_M_Y_GANGELS_02 = 0xBAE8AD11,
PED_M_Y_GANGELS_03 = 0x1C997071,
PED_M_Y_GANGELS_04 = 0x0D7ED23C,
PED_M_Y_GANGELS_05 = 0x00F3B926,
PED_M_Y_GANGELS_06 = 0x82613BFF,
PED_F_Y_GANGELS_01 = 0xF7055110,
PED_F_Y_GANGELS_02 = 0x292B355B,
PED_F_Y_GANGELS_03 = 0xE1F526F0,
PED_M_Y_GLOST_01 = 0x55CEC30B,
PED_M_Y_GLOST_02 = 0x678B6684,
PED_M_Y_GLOST_03 = 0xE776E65D,
PED_M_Y_GLOST_04 = 0x81041975,
PED_M_Y_GLOST_05 = 0x92C5BCF8,
PED_M_Y_GLOST_06 = 0x9C70D04E,
PED_F_Y_GLOST_01 = 0x0B3AE9B8,
PED_F_Y_GLOST_02 = 0x5453FBF5,
PED_F_Y_GLOST_03 = 0x25911E70,
PED_F_Y_GLOST_04 = 0x6677A03C,
PED_M_Y_GRYDERS_01 = 0x0E1BA167,
PED_M_Y_GRYDERS_02 = 0x5EC9C2C2,
PED_F_Y_GRYDERS_01 = 0xB3E305FD,
PED_M_Y_GTRIAD_HI_01 = 0x4B0BC9FA,
PED_M_Y_GTRI_02 = 0x9EF03294,
PED_F_Y_BIKESTRIPPER_01 = 0x86BF8536,
PED_F_Y_EMIDTOWN_01 = 0x1DE2861D,
PED_M_M_SPRETZER = 0x81F47D63,
PED_M_Y_CIADLC_01 = 0xE82B8B50,
PED_M_Y_CIADLC_02 = 0xFA832FFF,
PED_M_Y_DOORMAN_01 = 0xFAF80EF6,
PED_M_Y_PRISONDLC_01 = 0xCEDC662A,
PED_M_Y_PRISONGUARD = 0x8DC7AE18,
PED_F_Y_UPTOWN_01 = 0x04E5D55F,
PED_M_M_SMARTBLACK = 0x9607A6C2,
PED_M_Y_HIPMALE_01 = 0xD1A697ED,
PED_M_Y_BUSIASIAN = 0xF2200C7B,
PED_M_M_UPEAST_01 = 0x01A25B7E,
PED_F_Y_BUSIASIAN = 0xE4CADE41,
PED_M_O_HISPANIC_01 = 0xC2700A81,
PED_M_Y_BUSIMIDEAST = 0x836DCFB6,
PED_M_Y_HISPANIC_01 = 0x5A99A8C0,
PED_M_Y_BIKEMECH = 0xFB504807,
PED_M_M_UPTOWN_01 = 0x38D04A7D,
PED_M_Y_GAYGANG_01 = 0x636CDA80,
PED_M_Y_HIP_02 = 0xE58A26AC,
PED_M_Y_PRISONBLACK = 0xA97ED37B,
PED_F_Y_UPTOWN_CS = 0x8ED1E138,
PED_LOSTBUDDY_01 = 0x721B6514,
PED_LOSTBUDDY_02 = 0x808A01F1,
PED_LOSTBUDDY_03 = 0x487511C8,
PED_LOSTBUDDY_04 = 0x65BE4C5A,
PED_LOSTBUDDY_05 = 0x2AC45667,
PED_LOSTBUDDY_06 = 0x3985F3EA,
PED_LOSTBUDDY_07 = 0x295D53B5,
PED_LOSTBUDDY_08 = 0x1B1AB730,
PED_LOSTBUDDY_09 = 0x540128FC,
PED_LOSTBUDDY_10 = 0x2DBE5DAB,
PED_LOSTBUDDY_11 = 0x64894B40,
PED_LOSTBUDDY_12 = 0x725066CE,
PED_LOSTBUDDY_13 = 0x192F348D,
PED_CS_NIKO = 0xF88260C2,
PED_CS_ANDREAS = 0xE7565327,
PED_CS_ANGELGUY = 0x577BC88F,
PED_CS_ANGUS = 0x8BC6A2D3,
PED_CS_ASHLEYA = 0x9A1DD05C,
PED_CS_BILLY = 0x64E196FE,
PED_CS_BIKESTRIPPER = 0xC3709E91,
PED_CS_BRIANJ = 0xF54AEE52,
PED_CS_CLAY = 0xDBCB9834,
PED_CS_DAVE_GROSSMAN = 0x3D0E2E09,
PED_CS_DESEAN = 0x19BCAE55,
PED_CS_ELIZABETAT = 0xE83DE099,
PED_CS_FRANKIE = 0x549E6E7B,
PED_CS_JASON = 0xD4C6DAAD,
PED_CS_JIM_FITZ = 0xAD24C399,
PED_CS_MAITRE_D = 0x43778033,
PED_CS_MALC = 0x037DF2C9,
PED_CS_MITCHB = 0xB72CBF92,
PED_CS_MARTA = 0xC87AA743,
PED_CS_MASSEUSE = 0xA771945A,
PED_CS_MATTHEWS = 0xA6CA5E6D,
PED_CS_MCCORNISH = 0xA394626B,
PED_CS_PAUL_LAMONT = 0x65F93B1E,
PED_CS_PRISONDLC_01 = 0xAA6012BB,
PED_CS_PRISONGUARD = 0x6C7A638E,
PED_CS_RAYGOON = 0x90C767F3,
PED_CS_RAY_LEATHER = 0xF8AD9C83,
PED_CS_RONCERO = 0x1A546487,
PED_CS_RUSSIAN_GOON = 0x6AC02DF9,
PED_CS_RUSSIANGOON2 = 0x732FEF9B,
PED_CS_TERRY = 0x3A5201C5,
PED_CS_SKANK = 0x75377B4B,
PED_CS_STUBBS = 0x7CA428FC,
PED_CS_STUBBS_SUIT = 0x201D6C6E,
// Peds TBoGT
PED_CS_BAZ = 0x784C7AE2,
PED_CS_JEREMY = 0x32CE14A5,
//PED_CS_NIKO = 0xF88260C2,
PED_CS_ABDUL = 0x36D9C53F,
PED_CS_ABODYGUARD = 0x150ADC68,
PED_CS_ADRIANA = 0x57E44134,
PED_CS_AHMAD = 0x3BACB937,
PED_CS_ARMANDO = 0x791C0452,
PED_CS_ARNAUD = 0x542AC02C,
PED_CS_BATHROOM = 0x87DB2548,
PED_CS_BILLY2 = 0x30056FCD,
PED_CS_BULGARIN2 = 0x6822E705,
PED_CS_BRUCIE2 = 0x1E0180C6,
PED_CS_DAISY = 0x24B7B6CE,
PED_CS_DERRICK2 = 0xA9490E36,
PED_CS_DESSIE = 0x8DD679BB,
PED_CS_DOCKGOON = 0x8E74579A,
PED_CS_EUGENE = 0xA6D50A1F,
PED_CS_EVAN2 = 0x710748D4,
PED_CS_GPARTY_01 = 0xE04ECC4A,
PED_CS_GRACIE2 = 0x7E02613E,
PED_CS_HENRIQUE = 0xAC51A735,
PED_CS_ISSAC2 = 0x5C595F55,
PED_CS_JOHNNY2 = 0x5434CD19,
PED_CS_MARGOT = 0x2303395D,
PED_CS_MAURICE = 0x08DB9CAA,
PED_CS_MORI_K = 0x82AF0010,
PED_CS_MR_SANTOS = 0x2DDCB581,
PED_CS_NIKO2 = 0x886CB02B,
PED_CS_OYVEY = 0xE4B4E738,
PED_CS_PACKIE2 = 0x2636B0A5,
PED_CS_PAPI = 0x6CAC345C,
PED_CS_ROCCO = 0xA61754F0,
PED_CS_ROMAN2 = 0xDB380BA7,
PED_CS_RUS_KN = 0x03FEE54B,
PED_CS_SHARON = 0x399A54CD,
PED_CS_TAHIR = 0xE44CD169,
PED_CS_TIMUR = 0x3131F62C,
PED_CS_TONY = 0x9F271661,
PED_CS_TONYAQ = 0xA5852E77,
PED_CS_TRAMP2 = 0x51E9A3F0,
PED_CS_TRIAD = 0x43DB1571,
PED_CS_TROY = 0x33FAFED6,
PED_CS_VIC = 0xFC97EB6E,
PED_CS_VICGIRL = 0xDA6F3D87,
PED_CS_VINCE = 0x76D39A51,
PED_CS_YUSEF = 0x1A097018,
PED_IG_AHMAD = 0xE2F65127,
PED_IG_ARMANDO = 0x51AD1CE3,
PED_IG_ARMSDEALER = 0x47471B9B,
PED_IG_ARNAUD = 0x2A96AA6B,
PED_IG_BANKER = 0x1BBAF430,
PED_IG_BRUCIE2 = 0xE80E9160,
PED_IG_BULGARIN2 = 0x0E860DFB,
PED_IG_DAISY = 0x26F2283E,
PED_IG_DEEJAY = 0xA94AF89C,
PED_IG_DESSIE = 0xA9C24CEF,
//PED_IG_EVAN = 0xD07B6195,
PED_IG_GRACIE2 = 0x780C8ADA,
PED_IG_HENRIQUE = 0x7193DD41,
PED_IG_ISSAC2 = 0xA7356B14,
PED_IG_JOHNNY2 = 0x007D372B,
PED_IG_LUIS2 = 0x75CCCC60,
PED_IG_MARGOT = 0x6B34A006,
PED_IG_MORI_K = 0x63138CCC,
PED_IG_MR_SANTOS = 0x26582854,
PED_IG_NIKO = 0x6032264F,
PED_IG_OYVEY = 0x7C89F307,
PED_IG_ROCCO = 0xC9869CCA,
PED_IG_TAHIR = 0xE7BCA666,
PED_IG_TIMUR = 0x8BCF3DEB,
PED_IG_TONY = 0xEFA2695D,
PED_IG_TRAMP2 = 0xC5F4F8A5,
PED_IG_TRIAD = 0x00249488,
PED_IG_TROY = 0x6317546B,
PED_IG_VIC = 0xF6A7A434,
PED_IG_VICGIRL = 0xE4C07993,
PED_IG_VINCE = 0x5285B57B,
PED_IG_YUSEF = 0xE5497381,
//PED_M_Y_GANGELS_02 = 0xBAE8AD11,
//PED_M_Y_GANGELS_04 = 0x0D7ED23C,
//PED_M_Y_GLOST_01 = 0x55CEC30B,
//PED_M_Y_GLOST_02 = 0x678B6684,
//PED_M_Y_GTRIAD_HI_01 = 0x4B0BC9FA,
//PED_M_Y_GTRI_02 = 0x9EF03294,
PED_F_Y_ASIANCLUB_01 = 0x66C81C17,
PED_F_Y_ASIANCLUB_02 = 0x7511B8AA,
PED_F_Y_CLUBEURO_01 = 0x37771AD5,
PED_F_Y_DOMGIRL_01 = 0x520CBA78,
PED_F_Y_EMIDTOWN_02 = 0xC08ACB5F,
PED_F_Y_HOSTESS = 0x7A1ECAD7,
PED_F_Y_HOTCHICK_01 = 0xEE4335C2,
PED_F_Y_HOTCHICK_02 = 0x93D400CD,
PED_F_Y_HOTCHICK_03 = 0x12BEFEB9,
PED_F_Y_PGIRL_01 = 0xCDAE3E7C,
PED_F_Y_PGIRL_02 = 0x9B9F5A57,
PED_F_Y_SMID_01 = 0xA01941EC,
PED_F_Y_TRENDY_01 = 0x2D874100,
PED_M_M_E2MAF_01 = 0xD7FC02CB,
PED_M_M_E2MAF_02 = 0x30F234C2,
PED_M_Y_AMIRGUARD_01 = 0x273BE7AE,
PED_M_Y_BATHROOM = 0x5537808C,
PED_M_Y_BARMAISON = 0x9AE100DF,
//PED_M_Y_CIADLC_01 = 0xE82B8B50,
//PED_M_Y_CIADLC_02 = 0xFA832FFF,
PED_M_Y_CLUBBLACK_01 = 0xD37434B0,
PED_M_Y_CLUBEURO_01 = 0x10F4BD43,
PED_M_Y_CLUBEURO_02 = 0xFF5219FE,
PED_M_Y_CLUBEURO_03 = 0x2562661E,
PED_M_Y_CLUBWHITE_01 = 0x29A3192E,
PED_M_Y_DOMDRUG_01 = 0x0EC2D21A,
PED_M_Y_DOMGUY_01 = 0x2BFEE7EE,
PED_M_Y_DOMGUY_02 = 0x61BFD373,
PED_M_Y_DOORMAN_02 = 0x68B66A71,
PED_M_Y_E2RUSSIAN_01 = 0xB12754CD,
PED_M_Y_E2RUSSIAN_02 = 0xDEDA3016,
PED_M_Y_E2RUSSIAN_03 = 0xD5241CAA,
PED_M_Y_GAYBLACK_01 = 0x218F4947,
PED_M_Y_GAYDANCER = 0xAA47E132,
//PED_M_Y_GAYGANG_01 = 0x636CDA80,
PED_M_Y_GAYGENERAL_01 = 0xE0AAAB26,
PED_M_Y_GAYWHITE_01 = 0xD6511833,
PED_M_Y_GUIDO_01 = 0x3A895123,
PED_M_Y_GUIDO_02 = 0x68D7ADC7,
PED_M_Y_MIDEAST_01 = 0x2D654515,
PED_M_Y_UPTOWN_01 = 0xCD8C3F20,
PED_M_Y_FIGHTCLUB_01 = 0x0B3D17A7,
PED_M_Y_FIGHTCLUB_02 = 0xA7F4D114,
PED_M_Y_FIGHTCLUB_03 = 0xBA4775B9,
PED_M_Y_FIGHTCLUB_04 = 0xCEA49E73,
PED_M_Y_FIGHTCLUB_05 = 0xDE623DEE,
PED_M_Y_FIGHTCLUB_06 = 0x531D2766,
PED_M_Y_FIGHTCLUB_07 = 0x64D34AD2,
PED_M_Y_FIGHTCLUB_08 = 0x7586EC39,
PED_F_Y_CLOEPARKER = 0xA7114B68,
PED_F_Y_DANCER_01 = 0xCFC9B096,
PED_F_Y_JONI = 0xCB6CD993,
PED_M_M_MAFUNION = 0x27369312,
PED_M_Y_CELEBBLOG = 0x94CBBAF8,
PED_M_Y_EXSPORTS = 0x1E10313A,
PED_M_Y_MOBPARTY = 0x432DABA9,
PED_M_Y_PAPARAZZI_01 = 0xABC3DCD5,
PED_IG_BLUEBROS = 0xA91DABD1,
PED_IG_JACKSON = 0xC1379A94,
PED_IG_NAPOLI = 0xCE2077E6,
PED_IG_ROYAL = 0xDBF72AD6,
PED_IG_SPADE = 0x671E6D91
} ePed;
typedef enum eVehicle
{
VEHICLE_ADMIRAL = 0x4B5C5320,
VEHICLE_AIRTUG = 0x5D0AAC8F,
VEHICLE_AMBULANCE = 0x45D56ADA,
VEHICLE_BANSHEE = 0xC1E908D2,
VEHICLE_BENSON = 0x7A61B330,
VEHICLE_BIFF = 0x32B91AE8,
VEHICLE_BLISTA = 0xEB70965F,
VEHICLE_BOBCAT = 0x4020325C,
VEHICLE_BOXVILLE = 0x898ECCEA,
VEHICLE_BUCCANEER = 0xD756460C,
VEHICLE_BURRITO = 0xAFBB2CA4,
VEHICLE_BURRITO2 = 0xC9E8FF76,
VEHICLE_BUS = 0xD577C962,
VEHICLE_CABBY = 0x705A3E41,
VEHICLE_CAVALCADE = 0x779F23AA,
VEHICLE_CHAVOS = 0xFBFD5B62,
VEHICLE_COGNOSCENTI = 0x86FE0B60,
VEHICLE_COMET = 0x3F637729,
VEHICLE_COQUETTE = 0x067BC037,
VEHICLE_DF8 = 0x09B56631,
VEHICLE_DILETTANTE = 0xBC993509,
VEHICLE_DUKES = 0x2B26F456,
VEHICLE_E109 = 0x8A765902,
VEHICLE_EMPEROR = 0xD7278283,
VEHICLE_EMPEROR2 = 0x8FC3AADC,
VEHICLE_ESPERANTO = 0xEF7ED55D,
VEHICLE_FACTION = 0x81A9CDDF,
VEHICLE_FBI = 0x432EA949,
VEHICLE_FELTZER = 0xBE9075F1,
VEHICLE_FEROCI = 0x3A196CEA,
VEHICLE_FEROCI2 = 0x3D285C4A,
VEHICLE_FIRETRUK = 0x73920F8E,
VEHICLE_FLATBED = 0x50B0215A,
VEHICLE_FORTUNE = 0x255FC509,
VEHICLE_FORKLIFT = 0x58E49664,
VEHICLE_FUTO = 0x7836CE2F,
VEHICLE_FXT = 0x28420460,
VEHICLE_HABANERO = 0x34B7390F,
VEHICLE_HAKUMAI = 0xEB9F21D3,
VEHICLE_HUNTLEY = 0x1D06D681,
VEHICLE_INFERNUS = 0x18F25AC7,
VEHICLE_INGOT = 0xB3206692,
VEHICLE_INTRUDER = 0x34DD8AA1,
VEHICLE_LANDSTALKER = 0x4BA4E8DC,
VEHICLE_LOKUS = 0xFDCAF758,
VEHICLE_MANANA = 0x81634188,
VEHICLE_MARBELLA = 0x4DC293EA,
VEHICLE_MERIT = 0xB4D8797E,
VEHICLE_MINIVAN = 0xED7EADA4,
VEHICLE_MOONBEAM = 0x1F52A43F,
VEHICLE_MRTASTY = 0x22C16A2F,
VEHICLE_MULE = 0x35ED670B,
VEHICLE_NOOSE = 0x08DE2A8B,
VEHICLE_NSTOCKADE = 0x71EF6313,
VEHICLE_ORACLE = 0x506434F6,
VEHICLE_PACKER = 0x21EEE87D,
VEHICLE_PATRIOT = 0xCFCFEB3B,
VEHICLE_PERENNIAL = 0x84282613,
VEHICLE_PERENNIAL2 = 0xA1363020,
VEHICLE_PEYOTE = 0x6D19CCBC,
VEHICLE_PHANTOM = 0x809AA4CB,
VEHICLE_PINNACLE = 0x07D10BDC,
VEHICLE_PMP600 = 0x5208A519,
VEHICLE_POLICE = 0x79FBB0C5,
VEHICLE_POLICE2 = 0x9F05F101,
VEHICLE_POLPATRIOT = 0xEB221FC2,
VEHICLE_PONY = 0xF8DE29A8,
VEHICLE_PREMIER = 0x8FB66F9B,
VEHICLE_PRES = 0x8B0D2BA6,
VEHICLE_PRIMO = 0xBB6B404F,
VEHICLE_PSTOCKADE = 0x8EB78F5A,
VEHICLE_RANCHER = 0x52DB01E0,
VEHICLE_REBLA = 0x04F48FC4,
VEHICLE_RIPLEY = 0xCD935EF9,
VEHICLE_ROMERO = 0x2560B2FC,
VEHICLE_ROM = 0x8CD0264C,
VEHICLE_RUINER = 0xF26CEFF9,
VEHICLE_SABRE = 0xE53C7459,
VEHICLE_SABRE2 = 0x4B5D021E,
VEHICLE_SABREGT = 0x9B909C94,
VEHICLE_SCHAFTER = 0xECC96C3F,
VEHICLE_SENTINEL = 0x50732C82,
VEHICLE_SOLAIR = 0x50249008,
VEHICLE_SPEEDO = 0xCFB3870C,
VEHICLE_STALION = 0x72A4C31E,
VEHICLE_STEED = 0x63FFE6EC,
VEHICLE_STOCKADE = 0x6827CF72,
VEHICLE_STRATUM = 0x66B4FC45,
VEHICLE_STRETCH = 0x8B13F083,
VEHICLE_SULTAN = 0x39DA2754,
VEHICLE_SULTANRS = 0xEE6024BC,
VEHICLE_SUPERGT = 0x6C9962A9,
VEHICLE_TAXI = 0xC703DB5F,
VEHICLE_TAXI2 = 0x480DAF95,
VEHICLE_TRASH = 0x72435A19,
VEHICLE_TURISMO = 0x8EF34547,
VEHICLE_URANUS = 0x5B73F5B7,
VEHICLE_VIGERO = 0xCEC6B9B7,
VEHICLE_VIGERO2 = 0x973141FC,
VEHICLE_VINCENT = 0xDD3BD501,
VEHICLE_VIRGO = 0xE2504942,
VEHICLE_VOODOO = 0x779B4F2D,
VEHICLE_WASHINGTON = 0x69F06B57,
VEHICLE_WILLARD = 0x737DAEC2,
VEHICLE_YANKEE = 0xBE6FF06A,
VEHICLE_BOBBER = 0x92E56A2C,
VEHICLE_FAGGIO = 0x9229E4EB,
VEHICLE_HELLFURY = 0x22DC8E7F,
VEHICLE_NRG900 = 0x47B9138A,
VEHICLE_PCJ = 0xC9CEAF06,
VEHICLE_SANCHEZ = 0x2EF89E46,
VEHICLE_ZOMBIEB = 0xDE05FB87,
VEHICLE_ANNIHILATOR = 0x31F0B376,
VEHICLE_MAVERICK = 0x9D0450CA,
VEHICLE_POLMAV = 0x1517D4D9,
VEHICLE_TOURMAV = 0x78D70477,
VEHICLE_DINGHY = 0x3D961290,
VEHICLE_JETMAX = 0x33581161,
VEHICLE_MARQUIS = 0xC1CE1183,
VEHICLE_PREDATOR = 0xE2E7D4AB,
VEHICLE_REEFER = 0x68E27CB6,
VEHICLE_SQUALO = 0x17DF5EC2,
VEHICLE_TUGA = 0x3F724E66,
VEHICLE_TROPIC = 0x1149422F,
VEHICLE_CABLECAR = 0xC6C3242D,
VEHICLE_SUBWAY_LO = 0x2FBC4D30,
VEHICLE_SUBWAY_HI = 0x8B887FDB,
// TBoGT
// Cars
VEHICLE_SLAMVAN = 0x2B7F9DE3,
VEHICLE_CADDY = 0x44623884,
VEHICLE_APC = 0x2189D250,
VEHICLE_SUPERD = 0x42F2ED16,
VEHICLE_SUPERD2 = 0x61A3B9BA,
VEHICLE_SERRANO = 0x4FB1A214,
VEHICLE_SERRANO2 = 0x3EA948D6,
VEHICLE_BUFFALO = 0xEDD516C6,
VEHICLE_AVAN = 0xEF1E8F88,
VEHICLE_SCHAFTER2 = 0xB52B5113,
VEHICLE_SCHAFTER3 = 0xA774B5A6,
VEHICLE_BULLET = 0x9AE6DDA1,
VEHICLE_TAMPA = 0x39F9C898,
VEHICLE_CAVALCADE2 = 0xD0EB2BE5,
VEHICLE_F620 = 0xDCBCBE48,
VEHICLE_LIMO2 = 0xF92AEC4D,
VEHICLE_POLICE3 = 0x71FA16EA,
VEHICLE_POLICEW = 0x36299F36,
VEHICLE_POLICE4 = 0x8A63C7B9,
// Bikes
VEHICLE_POLICEB = 0xFDEFAEC3,
VEHICLE_HEXER = 0x11F76C14,
VEHICLE_FAGGIO2 = 0x0350D1AB,
VEHICLE_BATI2 = 0xCADD5D2D,
VEHICLE_VADER = 0xF79A00F7,
VEHICLE_AKUMA = 0x63ABADE7,
VEHICLE_HAKUCHOU = 0x4B6C568A,
VEHICLE_DOUBLE = 0x9C669788,
// Heli
VEHICLE_BUZZARD = 0x2F03547B,
VEHICLE_SWIFT = 0xEBC24DF2,
VEHICLE_SKYLIFT = 0x3E48BF23,
// Boat
VEHICLE_SMUGGLER = 0x38527DEC,
VEHICLE_FLOATER = 0x98CC6F33,
VEHICLE_BLADE = 0xB820ED5E,
// TLAD (commented out hash means its already declared in TBoGT const.)
// Cars
VEHICLE_GBURRITO = 0x97FA4F36,
//VEHICLE_SLAMVAN = 0x2B7F9DE3,
VEHICLE_TOWTRUCK = 0xB12314E0,
VEHICLE_PACKER2 = 0x0C5E290F,
VEHICLE_PBUS = 0x885F3671,
VEHICLE_YANKEE2 = 0x8EDCFA90,
VEHICLE_RHAPSODY = 0x322CF98F,
VEHICLE_REGINA = 0xFF22D208,
//VEHICLE_TAMPA = 0x39F9C898,
// Bikes
VEHICLE_ANGEL = 0xDDF716D8,
VEHICLE_BATI = 0xF9300CC5,
//VEHICLE_BATI2 = 0xCADD5D2D,
VEHICLE_DAEMON = 0x77934CEE,
VEHICLE_DIABOLUS = 0xE7AD9DF9,
//VEHICLE_DOUBLE = 0x9C669788,
VEHICLE_DOUBLE2 = 0x971AB25B,
//VEHICLE_HAKUCHOU = 0x4B6C568A,
VEHICLE_HAKUCHOU2 = 0xF0C2A91F,
//VEHICLE_HEXER = 0x11F76C14,
VEHICLE_INNOVATION = 0xF683EACA,
VEHICLE_LYCAN = 0x2FCECEB7,
VEHICLE_NIGHTBLADE = 0xA0438767,
VEHICLE_REVENANT = 0xEA9789D1,
VEHICLE_WAYFARER = 0xFB5D56B8,
VEHICLE_WOLFSBANE = 0xDB20A373
} eVehicle;
typedef enum eObject
{
OBJECT_CJ_AB_PANRACK = 0x328BCBE4,
OBJECT_CJ_AB_RIT_S_PILLAR = 0x386DD27D,
OBJECT_CJ_AB_RIT_S_PILLAR2 = 0x76982EC9,
OBJECT_CJ_AB_RITZ_PILLER1 = 0x3F1FFF92,
OBJECT_CJ_AB_RITZ_PILLER2 = 0x2862D218,
OBJECT_CJ_AB_SOPWIN1 = 0x05894A78,
OBJECT_CJ_AB_SOPWIN2 = 0xDD3D78F5,
OBJECT_CJ_AB_SOPWIN3 = 0xEED41C22,
OBJECT_CJ_AIRCON10 = 0xC585300D,
OBJECT_CJ_AIRCON11 = 0xE5466F8F,
OBJECT_CJ_AIRCON7 = 0xD2323ECE,
OBJECT_CJ_AIRCON8 = 0x1C80D36A,
OBJECT_CJ_AIRCON9 = 0x275CE922,
OBJECT_CJ_ANIM_VIEW = 0x0637A378,
OBJECT_CJ_APPLE_1 = 0xD55EC9B8,
OBJECT_CJ_APPLE_2 = 0xE7066D07,
OBJECT_CJ_APPLE_3 = 0xB0D400A3,
OBJECT_CJ_APPLE_4 = 0xC2BEA478,
OBJECT_CJ_APPLE_SMALL = 0x47511B8C,
OBJECT_CJ_ARROW = 0x673F486C,
OBJECT_CJ_ARROW_ICON = 0x4071AA4A,
OBJECT_CJ_ARROW_ICON_2 = 0xA0299E40,
OBJECT_CJ_B_CAN1 = 0xE6C7978D,
OBJECT_CJ_B_CAN3 = 0xD825FA46,
OBJECT_CJ_BAG_TABLE = 0x127C4966,
OBJECT_CJ_BAGUETTE_1 = 0xF20514DA,
OBJECT_CJ_BAN_1 = 0x6A0812D3,
OBJECT_CJ_BAN_2 = 0x7B4DB55E,
OBJECT_CJ_BAN_3 = 0x8E90DBE4,
OBJECT_CJ_BAN_4 = 0xA05B7F79,
OBJECT_CJ_BAN_5 = 0x362C2B28,
OBJECT_CJ_BAN_6 = 0x4866CF9D,
OBJECT_CJ_BAN_7 = 0x57036CD6,
OBJECT_CJ_BAN_8 = 0x7942B154,
OBJECT_CJ_BANK_DOOR_L = 0xE64CF26A,
OBJECT_CJ_BANK_DOOR_R = 0x33A00D13,
OBJECT_CJ_BANK_MON = 0x6F4F865A,
OBJECT_CJ_BARRIER_1 = 0xD6DF5631,
OBJECT_CJ_BARRIER_10 = 0xE02F3A89,
OBJECT_CJ_BARRIER_10B = 0x274C0E25,
OBJECT_CJ_BARRIER_11 = 0xF3C061AB,
OBJECT_CJ_BARRIER_11B = 0xE3C2159E,
OBJECT_CJ_BARRIER_1B = 0xC6800727,
OBJECT_CJ_BARRIER_1C = 0xF84E6AC3,
OBJECT_CJ_BARRIER_2 = 0x8999BBA7,
OBJECT_CJ_BARRIER_3 = 0x7B731F5A,
OBJECT_CJ_BARRIER_4B = 0xFA93E30E,
OBJECT_CJ_BARRIER_5 = 0x2B7B7F68,
OBJECT_CJ_BARRIER_5B = 0x09B7FFF6,
OBJECT_CJ_BARRIER_6 = 0xDC04E080,
OBJECT_CJ_BARRIER_6B = 0x641957F3,
OBJECT_CJ_BARRIER_7 = 0xCDDB442D,
OBJECT_CJ_BARRIER_7B = 0x5E654B6B,
OBJECT_CJ_BARRIER_8 = 0xF0BC89EB,
OBJECT_CJ_BARRIER_8_LIGHT = 0xA57C0D83,
OBJECT_CJ_BARRIER_8B = 0x79AFE57C,
OBJECT_CJ_BARRIER_8C = 0x8FCA91B5,
OBJECT_CJ_BARRIER_9 = 0x6276ED5E,
OBJECT_CJ_BARRIER_9B = 0xF41CD9A4,
OBJECT_CJ_BASK_1 = 0xDE3DFEF1,
OBJECT_CJ_BEDROOM1_W = 0xA9260604,
OBJECT_CJ_BEER_TABLE_1 = 0x3987DCE2,
OBJECT_CJ_BENCH = 0xC986ADAD,
OBJECT_CJ_BENCH_2 = 0x9718E067,
OBJECT_CJ_BFAST_J_2 = 0x0DF10C75,
OBJECT_CJ_BICCIE_2 = 0xAED9A4F4,
OBJECT_CJ_BICCIE_BOX = 0x271F0B8B,
OBJECT_CJ_BILLBRD_1A = 0xB4A4DCCF,
OBJECT_CJ_BIN_1 = 0x94A8F60F,
OBJECT_CJ_BIN_10 = 0x9683F15D,
OBJECT_CJ_BIN_11 = 0xD5B8EFC6,
OBJECT_CJ_BIN_13 = 0xB95536FF,
OBJECT_CJ_BIN_14 = 0xA2DE0A11,
OBJECT_CJ_BIN_15 = 0x169EF191,
OBJECT_CJ_BIN_16 = 0x0894557C,
OBJECT_CJ_BIN_2 = 0x6E77A9AD,
OBJECT_CJ_BIN_3 = 0x410DCED6,
OBJECT_CJ_BIN_4 = 0xBBC8C44E,
OBJECT_CJ_BIN_5 = 0xD682F9C2,
OBJECT_CJ_BIN_6 = 0xA72D1B17,
OBJECT_CJ_BIN_8 = 0xF936BF15,
OBJECT_CJ_BIN_9 = 0xC37F53A3,
OBJECT_CJ_BIN_BAG_1 = 0x744C879A,
OBJECT_CJ_BIN_BAG_2 = 0x82132327,
OBJECT_CJ_BIN_BAG_INT = 0x58C35D28,
OBJECT_CJ_BIN_BAG_PICKUP = 0xBF486370,
OBJECT_CJ_BIN_BAG_PICKUP2 = 0x05771EC9,
OBJECT_CJ_BLOX_1 = 0xD5B7764B,
OBJECT_CJ_BM_FLAM_DRUM = 0x25CE10AC,
OBJECT_CJ_BM_HALF_CABINET = 0x2ACCEFB4,
OBJECT_CJ_BM_PHONE1 = 0xE6359423,
OBJECT_CJ_BOAT_DOOR = 0x71056188,
OBJECT_CJ_BOAT_RAMP = 0x40433D8B,
OBJECT_CJ_BOAT_SURROUND = 0xA2499400,
OBJECT_CJ_BOWLING_BALL3 = 0x90FA92C6,
OBJECT_CJ_BOWLING_PIN = 0xF4A206E4,
OBJECT_CJ_BOX_DAM_1 = 0xC24943EE,
OBJECT_CJ_BOX_PILE = 0x8191812E,
OBJECT_CJ_BOX_PILE_2 = 0xB5A0418E,
OBJECT_CJ_BREAD_RACK_2 = 0x317343FD,
OBJECT_CJ_BRIAZER = 0x1AE7947B,
OBJECT_CJ_BS_07 = 0x9C4039D5,
OBJECT_CJ_BS_08 = 0xA24C45ED,
OBJECT_CJ_BS_1 = 0x61F350DF,
OBJECT_CJ_BS_2 = 0xB803FD03,
OBJECT_CJ_BS_3 = 0x83231342,
OBJECT_CJ_BS_4 = 0x28FC5EF2,
OBJECT_CJ_BS_DOOR_L = 0xB448AFC1,
OBJECT_CJ_BS_DOOR_R = 0x3EA24472,
OBJECT_CJ_BS_TRAY_1 = 0x4CBAEB25,
OBJECT_CJ_BS_TRAY_3 = 0x783DC222,
OBJECT_CJ_BS_TRAY_4 = 0x6F27AFF6,
OBJECT_CJ_CABLEROLL = 0x41EC4847,
OBJECT_CJ_CAGE_1 = 0x4F849EEF,
OBJECT_CJ_CAGE_2 = 0x3D32FA4C,
OBJECT_CJ_CAGE_3 = 0x70E861B6,
OBJECT_CJ_CAGE_4 = 0x5E903D06,
OBJECT_CJ_CAGE_5 = 0x05C90B79,
OBJECT_CJ_CAN_DRINK_1 = 0x7CC1EA0B,
OBJECT_CJ_CAR_WASH_BARRIER = 0x6CC65A1E,
OBJECT_CJ_CAR_WASH_TICKET = 0x65E5A01F,
OBJECT_CJ_CARD_PILE_1 = 0xADA2429F,
OBJECT_CJ_CARD_PILE_2 = 0xBEDAE510,
OBJECT_CJ_CARD_PILE_3 = 0x90848864,
OBJECT_CJ_CARD_PILE_4 = 0xA2CA2CEF,
OBJECT_CJ_CARD_PILE_5 = 0x7AC65CE8,
OBJECT_CJ_CARD_SHEET1 = 0x9B23AA62,
OBJECT_CJ_CARP_ROLL_1 = 0x691FC81D,
OBJECT_CJ_CARP_ROLL_2 = 0x1B8EACF8,
OBJECT_CJ_CARP_ROLL_3 = 0x45B6014A,
OBJECT_CJ_CARPET_DIRT = 0x7CC8FE06,
OBJECT_CJ_CARWASH_MAIN = 0xDD462537,
OBJECT_CJ_CASE_2 = 0xCCF4320E,
OBJECT_CJ_CASH_PILE_1 = 0xE0B3F6E1,
OBJECT_CJ_CASH_PILE_3 = 0x6A02896C,
OBJECT_CJ_CEIL_LIGHT_07 = 0xA433034F,
OBJECT_CJ_CEIL_LIGHT_09 = 0x3E36375F,
OBJECT_CJ_CEIL_LIGHT_1 = 0x2F60D833,
OBJECT_CJ_CEIL_LIGHT_10 = 0x4BD7D3D6,
OBJECT_CJ_CEIL_LIGHT_14 = 0x826140E8,
OBJECT_CJ_CEIL_LIGHT_15 = 0x9478E517,
OBJECT_CJ_CEIL_LIGHT_17 = 0x38822CD7,
OBJECT_CJ_CEIL_LIGHT_18 = 0x016C3EAC,
OBJECT_CJ_CEIL_LIGHT_2 = 0xCF94986C,
OBJECT_CJ_CEIL_LIGHT_20 = 0xB074E746,
OBJECT_CJ_CEIL_LIGHT_24 = 0xF7BA75D0,
OBJECT_CJ_CEIL_LIGHT_26 = 0x93D42E05,
OBJECT_CJ_CEIL_LIGHT_27 = 0x30756745,
OBJECT_CJ_CEIL_LIGHT_28 = 0x1ECFC3FA,
OBJECT_CJ_CEIL_LIGHT_4 = 0xE4094155,
OBJECT_CJ_CEIL_LIGHT_4_L = 0x3E269F3C,
OBJECT_CJ_CEIL_LIGHT_5 = 0xF9C36CC9,
OBJECT_CJ_CEIL_LIGHT_6 = 0x7A52EDE6,
OBJECT_CJ_CEREAL = 0x56FB4F0C,
OBJECT_CJ_CEREAL_BOX2 = 0x356957EF,
OBJECT_CJ_CEREAL2 = 0x4E4BE0D3,
OBJECT_CJ_CHAIR_1 = 0xE34FD0C6,
OBJECT_CJ_CHAIR_2 = 0x9525B473,
OBJECT_CJ_CHAIR_6 = 0xCF72A90C,
OBJECT_CJ_CHAIR_7 = 0x1915BC55,
OBJECT_CJ_CHAIR10 = 0x1F399D95,
OBJECT_CJ_CHAIR13 = 0xFD4F5995,
OBJECT_CJ_CHAIR2 = 0x6EFBD96B,
OBJECT_CJ_CHAIR3 = 0x15E3273B,
OBJECT_CJ_CHAIR4 = 0x02688046,
OBJECT_CJ_CHAIR5 = 0x3955EE20,
OBJECT_CJ_CHAIR8 = 0x009FFCB5,
OBJECT_CJ_CHANGING_ROOM = 0xB9ECB871,
OBJECT_CJ_CHEAP_BLACK = 0xBA9D70BB,
OBJECT_CJ_CHEAP_CAMMO = 0x045A0CB6,
OBJECT_CJ_CHEAP_JEANS_RAD = 0x5092B5DF,
OBJECT_CJ_CHEAP_OLIVE = 0x21B10208,
OBJECT_CJ_CHEESE_1 = 0xEEACB722,
OBJECT_CJ_CHEESE_3 = 0xC18FDCED,
OBJECT_CJ_CHINA_GLASS1 = 0x4C6BAAED,
OBJECT_CJ_CHINA_GLASS1A = 0xE11D4D98,
OBJECT_CJ_CHOPPING_BOARD = 0x98E95757,
OBJECT_CJ_CHURCH_DOOR_L = 0x6E067039,
OBJECT_CJ_CHURCH_DOOR_R = 0xDA58C8E0,
OBJECT_CJ_CIABATTA_1 = 0x7EAE78D9,
OBJECT_CJ_CLOCK = 0x46DEFA30,
OBJECT_CJ_CLOTHES_RADIAL1 = 0x47587D44,
OBJECT_CJ_CLOUDS_ENV = 0x9DFD47A6,
OBJECT_CJ_COFFEE_CUP = 0x7E5379BC,
OBJECT_CJ_COFFEE_CUP01 = 0xEC9A0F1E,
OBJECT_CJ_COFFEE_CUP02 = 0xFAD5AB95,
OBJECT_CJ_COFFEE_MAC = 0xC0998598,
OBJECT_CJ_COFFEE_MAC_1 = 0xE400D530,
OBJECT_CJ_COFFEE_MAC_2 = 0x1168B003,
OBJECT_CJ_COFFEE_MAC2 = 0xA940DE00,
OBJECT_CJ_COFFEEE_MAC_1 = 0x20DB88C9,
OBJECT_CJ_COK_CHEAP = 0x534CE30D,
OBJECT_CJ_COK_FILTER = 0x82E2FD8D,
OBJECT_CJ_COK_LIGHT = 0x22CB56E4,
OBJECT_CJ_COKE_PACK = 0x2C5C740D,
OBJECT_CJ_COLA_BOTTLE1 = 0x9E4E120B,
OBJECT_CJ_COLA_BOTTLE2 = 0xD09FF6AE,
OBJECT_CJ_COLA_BOX = 0x08BD204D,
OBJECT_CJ_COLA_BOX_2 = 0x3298AD0A,
OBJECT_CJ_COM_COUCH_1 = 0xD413C1CE,
OBJECT_CJ_COM_COUCH_2 = 0xCA61AE6A,
OBJECT_CJ_COMP_GATE_POST = 0x9E9F9F86,
OBJECT_CJ_COMP2_GATE_L = 0x8F0E97FA,
OBJECT_CJ_COMP2_GATE_R = 0x13B7A14A,
OBJECT_CJ_CONE = 0x09A8665C,
OBJECT_CJ_CONE_SM = 0xD86B0B28,
OBJECT_CJ_CONSOLE = 0x29377074,
OBJECT_CJ_COOKER_1 = 0x7AED7CF1,
OBJECT_CJ_COOKER_6 = 0x134A2DA8,
OBJECT_CJ_COOKER_7 = 0xBCAF8074,
OBJECT_CJ_COOKIE_1 = 0xC3022546,
OBJECT_CJ_COOKIE_2 = 0x97E7CF12,
OBJECT_CJ_COOKIE_3 = 0xA6A36C89,
OBJECT_CJ_CORONA1 = 0xBC49368B,
OBJECT_CJ_COUCH10 = 0xDDDE8F4D,
OBJECT_CJ_COUCH12 = 0xF9634656,
OBJECT_CJ_COUCH3 = 0x06A7270B,
OBJECT_CJ_COUCH5 = 0x7EBE173B,
OBJECT_CJ_COUCH8 = 0xA407E1CE,
OBJECT_CJ_CR_BACKROUND = 0x69305DBB,
OBJECT_CJ_CRACK_ROCK = 0x5E650A2E,
OBJECT_CJ_CRATE_1 = 0x1C9096DF,
OBJECT_CJ_CRATE_2 = 0x4BCF755C,
OBJECT_CJ_CRISP_BLUE = 0xA578B6DC,
OBJECT_CJ_CRISP_GREEN = 0x5A05109E,
OBJECT_CJ_CUP_CRATE = 0xEA0CDA0D,
OBJECT_CJ_CUTLARY_TRAY = 0x93CADEDD,
OBJECT_CJ_CYLINDER = 0xA6FA6ABF,
OBJECT_CJ_DAISY_1 = 0xCD052480,
OBJECT_CJ_DAISY_2 = 0xBB03807D,
OBJECT_CJ_DART_1 = 0xF1388248,
OBJECT_CJ_DART_2 = 0xDF085DE8,
OBJECT_CJ_DART_3 = 0x5CC5D961,
OBJECT_CJ_DART_4 = 0x4A8EB4F3,
OBJECT_CJ_DART_5 = 0x37E38F9D,
OBJECT_CJ_DART_6 = 0x2601EBDA,
OBJECT_CJ_DART_7 = 0xA7DF6F93,
OBJECT_CJ_DART_BOARD = 0x1B11B700,
OBJECT_CJ_DART_BOARD_CAB = 0x01FB9E41,
OBJECT_CJ_DART_TARGET = 0x7AF81529,
OBJECT_CJ_DART_TARGET2 = 0xF5B1C3D6,
OBJECT_CJ_DAVE_CLOCK_1 = 0x41C0C67C,
OBJECT_CJ_DAVE_CLOCK_2 = 0x6FF7A2E9,
OBJECT_CJ_DB_MH3_DOOR1 = 0xF5411096,
OBJECT_CJ_DC_UN_FLAGS = 0x1E4E122D,
OBJECT_CJ_DINNER_PLATE_1 = 0xE18762B8,
OBJECT_CJ_DINNER_PLATE_1B = 0x267ECC69,
OBJECT_CJ_DINNER_PLATE_2 = 0xF7C98F3C,
OBJECT_CJ_DINNER_PLATE_2B = 0x96A4294A,
OBJECT_CJ_DINNER_PLATE_3 = 0xBC4B9841,
OBJECT_CJ_DINNER_PLATE_3B = 0xAFAC60DA,
OBJECT_CJ_DINNER_PLATE_3C = 0xC167044F,
OBJECT_CJ_DINNER_PLATE_4 = 0xD2A4C4F3,
OBJECT_CJ_DINNER_PLATE_5B = 0xF1EEE7CA,
OBJECT_CJ_DINNER_PLATE_7 = 0xB65A0C46,
OBJECT_CJ_DIVING_BOARD = 0x93A84AB9,
OBJECT_CJ_DL_IMPOSTER = 0x5737FBF4,
OBJECT_CJ_DL_V_IMPOSTER = 0x75F81419,
OBJECT_CJ_DM_ARCWAY = 0x95B7AB30,
OBJECT_CJ_DM_FLAG_04 = 0x83EC33AF,
OBJECT_CJ_DM_FLAG_1 = 0x5988EF96,
OBJECT_CJ_DM_FLAG_2 = 0xB285A1C6,
OBJECT_CJ_DM_FLAG_3 = 0xA2C70249,
OBJECT_CJ_DM_HOT_FLAG_1 = 0x9DD2FE00,
OBJECT_CJ_DM_LIGHT_1 = 0x7067FBC7,
OBJECT_CJ_DM_SPRAYCAN = 0x1DB93AB9,
OBJECT_CJ_DOCK_BARRIER = 0xECC2F072,
OBJECT_CJ_DOCK_CLOCK = 0xEBD7EFD8,
OBJECT_CJ_DOCK_FENCE = 0x968D3CA6,
OBJECT_CJ_DOCK_HUT = 0x13916478,
OBJECT_CJ_DOG_TIN_2 = 0x9415BD76,
OBJECT_CJ_DONUT = 0x3C4E43BC,
OBJECT_CJ_DONUT2 = 0xEE548951,
OBJECT_CJ_DONUT3 = 0xFEAD2A02,
OBJECT_CJ_DRINKS_DISP_2 = 0x52CB85C2,
OBJECT_CJ_DUMPSTER_1 = 0xEB12D336,
OBJECT_CJ_DUMPSTER_2 = 0xFBCD74AB,
OBJECT_CJ_DUMPSTER_3 = 0xCD7E180D,
OBJECT_CJ_DUMPSTER_4 = 0xE02FBD70,
OBJECT_CJ_DUMPSTER_5 = 0xA2AB4268,
OBJECT_CJ_DUMPSTER_6 = 0xB5F96904,
OBJECT_CJ_DW_SIGN_1 = 0xF0F1A4A1,
OBJECT_CJ_DW_SIGN_2 = 0xA4200AFF,
OBJECT_CJ_EC_DOCK_FENCE = 0xB2729773,
OBJECT_CJ_ELEC_BOX_14 = 0x8B62EB38,
OBJECT_CJ_ELEC_BOX_15 = 0x7BF24C57,
OBJECT_CJ_EM_FLAG_1 = 0x9BE9F82E,
OBJECT_CJ_EM_FLAG_2 = 0xF54A2AED,
OBJECT_CJ_ET_DOCK_LIGHT = 0xC54EE0A4,
OBJECT_CJ_EXPRESSO_CUP = 0x85E2A844,
OBJECT_CJ_EXT_DOOR_1 = 0xA96F0F0F,
OBJECT_CJ_EXT_DOOR_10 = 0xABBB242F,
OBJECT_CJ_EXT_DOOR_11 = 0x301F2CE5,
OBJECT_CJ_EXT_DOOR_15B = 0x0F5E06B2,
OBJECT_CJ_EXT_DOOR_16 = 0x4170CF74,
OBJECT_CJ_EXT_DOOR_17 = 0x820550A0,
OBJECT_CJ_EXT_DOOR_18 = 0x959BF7CD,
OBJECT_CJ_EXT_DOOR_19_L = 0x4BFD4A54,
OBJECT_CJ_EXT_DOOR_19_R = 0x02753731,
OBJECT_CJ_EXT_DOOR_22 = 0x3DA14691,
OBJECT_CJ_EXT_DOOR_6 = 0x7EA03976,
OBJECT_CJ_EXT_DOOR_9 = 0x19056E42,
OBJECT_CJ_EXT_DOOR_CM = 0x155FC327,
OBJECT_CJ_F1 = 0x79DAB92E,
OBJECT_CJ_F2 = 0x9DE40110,
OBJECT_CJ_F4 = 0x15E8F118,
OBJECT_CJ_F5 = 0x083055A7,
OBJECT_CJ_F6 = 0xFB4E3BE3,
OBJECT_CJ_F7 = 0xEBEC9D20,
OBJECT_CJ_F8 = 0x4E806246,
OBJECT_CJ_F9 = 0x4A4259CA,
OBJECT_CJ_FENCE_1_1 = 0x0FDB87E5,
OBJECT_CJ_FENCE_1_2 = 0x212DAA89,
OBJECT_CJ_FENCE_1_3 = 0x33684EFE,
OBJECT_CJ_FENCE_1_4 = 0x44B17190,
OBJECT_CJ_FENCE_1_5 = 0xD62C148B,
OBJECT_CJ_FENCE_1_6 = 0xE751B6D6,
OBJECT_CJ_FENCE_1_7 = 0xFA9EDD70,
OBJECT_CJ_FENCE_10_1 = 0xA8241C65,
OBJECT_CJ_FENCE_10_2 = 0x8A39E0A1,
OBJECT_CJ_FENCE_10_3 = 0x5BFB0424,
OBJECT_CJ_FENCE_11_1 = 0x35BF5588,
OBJECT_CJ_FENCE_11_2 = 0x435CF0C3,
OBJECT_CJ_FENCE_12_1 = 0x10FA9F8C,
OBJECT_CJ_FENCE_12_2 = 0xD6B5AB03,
OBJECT_CJ_FENCE_13_1 = 0x741C0299,
OBJECT_CJ_FENCE_14_1 = 0x95E4FE43,
OBJECT_CJ_FENCE_14_2 = 0x60B693E7,
OBJECT_CJ_FENCE_15_1 = 0xAB16962F,
OBJECT_CJ_FENCE_15_11 = 0xA78C8BB7,
OBJECT_CJ_FENCE_15_6 = 0x50D4E1AD,
OBJECT_CJ_FENCE_15_7 = 0x3E9ABD39,
OBJECT_CJ_FENCE_15_8 = 0x50C66184,
OBJECT_CJ_FENCE_15_9 = 0x3F1E3E34,
OBJECT_CJ_FENCE_16_1 = 0x7E31F893,
OBJECT_CJ_FENCE_16_2 = 0xFE4778BC,
OBJECT_CJ_FENCE_16_3 = 0xCFFD9C29,
OBJECT_CJ_FENCE_16_4 = 0xA5B54799,
OBJECT_CJ_FENCE_16_5 = 0xB75B6AE5,
OBJECT_CJ_FENCE_17_1 = 0x584E8A99,
OBJECT_CJ_FENCE_17_2 = 0x1A0B8E10,
OBJECT_CJ_FENCE_17_3 = 0x286D2AD3,
OBJECT_CJ_FENCE_17_4 = 0x7FE259C4,
OBJECT_CJ_FENCE_18_1 = 0xD4FDFF5B,
OBJECT_CJ_FENCE_19_1 = 0x4BB57E77,
OBJECT_CJ_FENCE_19_2 = 0xDB691DE0,
OBJECT_CJ_FENCE_19_43 = 0x67BD0609,
OBJECT_CJ_FENCE_19_44 = 0x761DA2CA,
OBJECT_CJ_FENCE_19_46 = 0x9A916BB1,
OBJECT_CJ_FENCE_19_47 = 0xD79FE5C9,
OBJECT_CJ_FENCE_19_48 = 0x6B798D6A,
OBJECT_CJ_FENCE_2_1 = 0xB884FC3F,
OBJECT_CJ_FENCE_2_2 = 0x9CC5C4C1,
OBJECT_CJ_FENCE_2_3 = 0x4DF1A716,
OBJECT_CJ_FENCE_2_4 = 0x402B8B8A,
OBJECT_CJ_FENCE_2_5 = 0x71776E21,
OBJECT_CJ_FENCE_20_1 = 0x4434A84C,
OBJECT_CJ_FENCE_21_1 = 0xF4762EFB,
OBJECT_CJ_FENCE_21_2 = 0x02D8CBC0,
OBJECT_CJ_FENCE_21_3 = 0x69811903,
OBJECT_CJ_FENCE_21_4 = 0x77BE357D,
OBJECT_CJ_FENCE_22_3 = 0x463AFC43,
OBJECT_CJ_FENCE_22_4 = 0xE5B1BB32,
OBJECT_CJ_FENCE_23_1 = 0x76BFF682,
OBJECT_CJ_FENCE_23_2 = 0x1C9CC23D,
OBJECT_CJ_FENCE_23_3 = 0x26ADD65F,
OBJECT_CJ_FENCE_23_4 = 0xCD03A308,
OBJECT_CJ_FENCE_23_PST = 0x7DA7DF32,
OBJECT_CJ_FENCE_3_1 = 0xBCF23C02,
OBJECT_CJ_FENCE_3_2 = 0xD078630E,
OBJECT_CJ_FENCE_3_3 = 0xC23AC693,
OBJECT_CJ_FENCE_3_4 = 0x440CCA39,
OBJECT_CJ_FENCE_3_5 = 0x77E031DF,
OBJECT_CJ_FENCE_3_6 = 0x699A9554,
OBJECT_CJ_FENCE_3_7 = 0x9B50F8C0,
OBJECT_CJ_FENCE_3_8 = 0xF9E6B5E2,
OBJECT_CJ_FENCE_4_01 = 0xD99475D2,
OBJECT_CJ_FENCE_4_06 = 0x43CE4A48,
OBJECT_CJ_FENCE_4_07 = 0x73642973,
OBJECT_CJ_FENCE_4_08 = 0x5CA47C00,
OBJECT_CJ_FENCE_4_1 = 0x4400BC3E,
OBJECT_CJ_FENCE_4_2 = 0x33AB1B93,
OBJECT_CJ_FENCE_4_3 = 0x60C475C5,
OBJECT_CJ_FENCE_4_4 = 0x4E35D0A8,
OBJECT_CJ_FENCE_4_5 = 0xFCE52E08,
OBJECT_CJ_FENCE_5_1 = 0x6B7C1CA1,
OBJECT_CJ_FENCE_5_2 = 0x9935F814,
OBJECT_CJ_FENCE_5_3 = 0x8B895CBB,
OBJECT_CJ_FENCE_5_4 = 0x394A383E,
OBJECT_CJ_FENCE_6_1 = 0x0CCA73A0,
OBJECT_CJ_FENCE_6_2 = 0x8EF6F7F7,
OBJECT_CJ_FENCE_6_3 = 0x7D20544A,
OBJECT_CJ_FENCE_6_4 = 0x2F78B8FC,
OBJECT_CJ_FENCE_6_5 = 0x21AB1D61,
OBJECT_CJ_FENCE_6_54 = 0x26C8106D,
OBJECT_CJ_FENCE_6_55 = 0x45B04E3D,
OBJECT_CJ_FENCE_6_6 = 0x6A312ED8,
OBJECT_CJ_FENCE_6_7 = 0x57D78A25,
OBJECT_CJ_FENCE_6_70 = 0xD738201A,
OBJECT_CJ_FENCE_7_1 = 0xB261AC79,
OBJECT_CJ_FENCE_7_2 = 0x6E272401,
OBJECT_CJ_FENCE_8_1 = 0xB4A01E13,
OBJECT_CJ_FENCE_8_2 = 0xC312BAF8,
OBJECT_CJ_FENCE_9_1 = 0xC6B553F6,
OBJECT_CJ_FENCE_9_2 = 0xB83AB701,
OBJECT_CJ_FENCE_CROWD = 0x674EDE84,
OBJECT_CJ_FILEING_CAB_1 = 0x81AC84C8,
OBJECT_CJ_FILEING_CAB_2 = 0x7BFE796C,
OBJECT_CJ_FIRST_AID_PICKUP = 0x3FC62578,
OBJECT_CJ_FISHING_ROD_1 = 0x018C5968,
OBJECT_CJ_FLIGHT_CASE_1 = 0xDAB3D3FA,
OBJECT_CJ_FLOOR_LIGHT_1 = 0xB54D324D,
OBJECT_CJ_FOOD_COUNTER2 = 0x70E26AAE,
OBJECT_CJ_FOOD_SHELF_2 = 0xC741CE02,
OBJECT_CJ_FORK = 0xF9525FC1,
OBJECT_CJ_FRIDGE_3 = 0x225E36F8,
OBJECT_CJ_FRUITCRATE1 = 0xB0856116,
OBJECT_CJ_FRUITCRATE2 = 0x7B87771B,
OBJECT_CJ_FRUITCRATE3 = 0x8C6198CF,
OBJECT_CJ_G_DOOR_BIG = 0x0F0D8432,
OBJECT_CJ_G_DOOR_BIG2 = 0xC63CD5E1,
OBJECT_CJ_GAME_CLOCK = 0xE226313D,
OBJECT_CJ_GAME_CUBE_1 = 0x2718C626,
OBJECT_CJ_GAME_CUBE_2 = 0xDD28B247,
OBJECT_CJ_GAME_CUBE_3 = 0xCCEA11CA,
OBJECT_CJ_GAME_CUBE_4 = 0xBB1F6E71,
OBJECT_CJ_GAME_CUBE_5 = 0xA6E545FD,
OBJECT_CJ_GAME_CUBE_6 = 0x5C5030D4,
OBJECT_CJ_GAME_CUBE_C1 = 0x8E1EECCC,
OBJECT_CJ_GAME_CUBE_C2 = 0x98A801DA,
OBJECT_CJ_GAME_CUBE_C3 = 0x451E5AC8,
OBJECT_CJ_GAME_CUBE_C4 = 0x56CBFE23,
OBJECT_CJ_GAME_CUBE_C5 = 0x618E13A7,
OBJECT_CJ_GAME_CUBE_C6 = 0x733EB708,
OBJECT_CJ_GAME_GRID = 0x4F3E5681,
OBJECT_CJ_GARAGE_DOOR_BIG = 0xCB19F86B,
OBJECT_CJ_GAS_CANZ = 0x32BBE5F4,
OBJECT_CJ_GAS_FIRE = 0x19AF4794,
OBJECT_CJ_GATE_1 = 0xC493F985,
OBJECT_CJ_GATE_18 = 0xF186BF2B,
OBJECT_CJ_GATE_2 = 0xB0D5D209,
OBJECT_CJ_GATE_23 = 0x65FFA4BB,
OBJECT_CJ_GATE_25 = 0x13D20031,
OBJECT_CJ_GATE_3 = 0xEB31C6C0,
OBJECT_CJ_GATE_3_2 = 0xA65200DE,
OBJECT_CJ_GATE_3_3 = 0x29748711,
OBJECT_CJ_GATE_3_4 = 0x3A22A86D,
OBJECT_CJ_GATE_3_4L = 0xF1065484,
OBJECT_CJ_GATE_3_4R = 0xA4EF3C53,
OBJECT_CJ_GATE_3_7 = 0x2C960D6C,
OBJECT_CJ_GATE_3_7L = 0xA5D054C5,
OBJECT_CJ_GATE_3_7R = 0xFF788814,
OBJECT_CJ_GATE_3L = 0x8C3A0903,
OBJECT_CJ_GATE_4 = 0xD5729B42,
OBJECT_CJ_GATE_4L = 0xA5FE26DB,
OBJECT_CJ_GATE_4R = 0x779E4A1C,
OBJECT_CJ_GATE_4R01 = 0xC509E82B,
OBJECT_CJ_GATE_9 = 0x51089270,
OBJECT_CJ_GATE_DOCK = 0x1646B0B3,
OBJECT_CJ_GB_BENCH_1 = 0x17911992,
OBJECT_CJ_GB_BENCH_2 = 0x2D004470,
OBJECT_CJ_GB_BENCH_3 = 0xAB22C0AF,
OBJECT_CJ_GB_BENCH_4 = 0x62A62FBB,
OBJECT_CJ_GB_BLUE_GREEN_1 = 0x93F72236,
OBJECT_CJ_GB_BLUE_NAVY_1 = 0xF39B9C69,
OBJECT_CJ_GB_BURG_GREEN_1 = 0xA031090D,
OBJECT_CJ_GB_CHEAP_BLACK = 0x702A9441,
OBJECT_CJ_GB_CHEAP_GREEN = 0x2A1DDB08,
OBJECT_CJ_GB_CHEAP_GREY = 0xD8A51D59,
OBJECT_CJ_GB_CHEAP_NAVY = 0x24FF5BF5,
OBJECT_CJ_GB_JERK_BK = 0x2A72064C,
OBJECT_CJ_GB_JERK_BLACK = 0x195BC253,
OBJECT_CJ_GB_JERK_FAWN = 0x8F1D537C,
OBJECT_CJ_GB_JERK_G = 0xE6205F7B,
OBJECT_CJ_GB_JERK_GREY = 0xDB6E94E0,
OBJECT_CJ_GB_JERK_TAN = 0x747CBA05,
OBJECT_CJ_GB_JUMP_1 = 0x4C48AB7C,
OBJECT_CJ_GB_JUMP_2 = 0x1E6ECFC9,
OBJECT_CJ_GB_JUMP_3 = 0xFF569199,
OBJECT_CJ_GB_KOR_VASE_1 = 0xF4CB175F,
OBJECT_CJ_GB_KORFAN01 = 0x12EA6C44,
OBJECT_CJ_GB_KORJADEVASE01 = 0xEE89EF00,
OBJECT_CJ_GB_LEATH_B_BLUE = 0x010859AF,
OBJECT_CJ_GB_LEATH_B_RED = 0x6FB2D7BF,
OBJECT_CJ_GB_LEATH_B_YEL = 0x86242C2C,
OBJECT_CJ_GB_MED_B_LEATH = 0xA768861C,
OBJECT_CJ_GB_MED_B_T = 0x56DBCE64,
OBJECT_CJ_GB_MED_BK_LEATH = 0xF0C55F8F,
OBJECT_CJ_GB_MED_BLK_T = 0x10D279FB,
OBJECT_CJ_GB_MED_FAWN_T = 0x3C6924A0,
OBJECT_CJ_GB_MED_G_LEATH = 0x809619D7,
OBJECT_CJ_GB_MED_JEANS = 0x1373F437,
OBJECT_CJ_GB_MED_JEANS_BLK = 0x74C25CE3,
OBJECT_CJ_GB_MED_JEANS_W = 0xB30E1959,
OBJECT_CJ_GB_MED_SHIRT_1 = 0xD5963276,
OBJECT_CJ_GB_MED_SHIRT_2 = 0xE7B1D6AD,
OBJECT_CJ_GB_MED_SHIRT_3 = 0x8102094F,
OBJECT_CJ_GB_PUFF_BLACK = 0x33283CDC,
OBJECT_CJ_GB_PUFF_BROWN = 0x7FD8624A,
OBJECT_CJ_GB_PUFF_GREEN = 0x41176E30,
OBJECT_CJ_GB_SMART_BLK1 = 0x5CB725F2,
OBJECT_CJ_GB_SMART_BLK2 = 0x35E9D854,
OBJECT_CJ_GB_SMART_BLK3 = 0xCDD38829,
OBJECT_CJ_GB_SMART_BLK4 = 0xE0112CA4,
OBJECT_CJ_GB_SMART_BLK5 = 0x2375B36C,
OBJECT_CJ_GB_SMART_BROWN4 = 0xC7681553,
OBJECT_CJ_GB_SMART_FAWN1 = 0x0620FE2B,
OBJECT_CJ_GB_SMART_FAWN2 = 0xD7D8A19B,
OBJECT_CJ_GB_SMART_GREY1 = 0x686E5A9C,
OBJECT_CJ_GB_SMART_GREY2 = 0x3F1707EE,
OBJECT_CJ_GB_SMART_GREY3 = 0xAC7B62B5,
OBJECT_CJ_GB_SMART_GREY4 = 0xA1CD4D59,
OBJECT_CJ_GB_SMART_GREY5 = 0x9007A9CE,
OBJECT_CJ_GHETTO_BLASTER_1 = 0x18116D41,
OBJECT_CJ_GHETTO_BLASTER_2 = 0xFA5A31D3,
OBJECT_CJ_GIN_BOT_SM = 0xB3C4B6C9,
OBJECT_CJ_GM_DOOR_04 = 0xDE316DB9,
OBJECT_CJ_GM_DOOR_05 = 0x2154F3F3,
OBJECT_CJ_GM_DOOR_1 = 0x6A393178,
OBJECT_CJ_GM_DOOR_2 = 0x88F96EF8,
OBJECT_CJ_GM_RUB_PILE_1 = 0xDCF0F27B,
OBJECT_CJ_GM_RUB_PILE_2 = 0xD396DFC7,
OBJECT_CJ_GM_RUB_PILE_3 = 0xBDB1B3E5,
OBJECT_CJ_GM_RUB_PILE_4 = 0xB2FB9E79,
OBJECT_CJ_GM_RUB_PILE_5 = 0x69CE8C20,
OBJECT_CJ_GM_RUB_PILE_6 = 0xCF705762,
OBJECT_CJ_GM_RUB_PILE_7 = 0x85EA4457,
OBJECT_CJ_GM_RUB_PILE_8 = 0x7457A132,
OBJECT_CJ_GM_RUB_PILE_9 = 0x331D1EBE,
OBJECT_CJ_GOLF_BALL = 0xB00ABE6D,
OBJECT_CJ_GOLF_CLUB_1 = 0xBC0805E7,
OBJECT_CJ_GOLF_CLUB_2 = 0x396F80B8,
OBJECT_CJ_GOLF_CLUB_3 = 0x27385C4A,
OBJECT_CJ_HANDDRIER = 0x9B40E40D,
OBJECT_CJ_HANDLE_LD = 0x5C58553C,
OBJECT_CJ_HANDSET_ONE = 0x51207518,
OBJECT_CJ_HI_FI_2 = 0xCB3B1AB6,
OBJECT_CJ_HI_FI_SEP_3 = 0xE93EA7FB,
OBJECT_CJ_HIPPO_BIN = 0x1B42315D,
OBJECT_CJ_HOLDALL = 0x2E090DFC,
OBJECT_CJ_HOT_FLAG_2 = 0x7BC211CE,
OBJECT_CJ_HOTEL_TROLLY = 0xF5F716EC,
OBJECT_CJ_IM_GARD_LIGHT = 0x8B2475EC,
OBJECT_CJ_IM_TV_STUDIO = 0xC2BB1F67,
OBJECT_CJ_IM_TV_STUDIODF01 = 0xDBDFFE11,
OBJECT_CJ_IND_BOX_PILE_1 = 0x4F6F0EC6,
OBJECT_CJ_IND_BOX_PILE_1B = 0x268408A5,
OBJECT_CJ_IND_BOX_PILE_1C = 0x58BAED12,
OBJECT_CJ_IND_BOX_PILE_1LD = 0x4BBDE2FC,
OBJECT_CJ_IND_BOX_PILE_2 = 0x3D2E6A41,
OBJECT_CJ_IND_BOX_PILE_2LD = 0x3E5CB04B,
OBJECT_CJ_IND_CABLEW_1 = 0xF8430CEC,
OBJECT_CJ_IND_CABLEW_2 = 0x0828ACB3,
OBJECT_CJ_IND_CRATE_1 = 0x46AC663A,
OBJECT_CJ_IND_CRATE_2 = 0xC94E6B80,
OBJECT_CJ_IND_CRATE_3 = 0xBB14CF0D,
OBJECT_CJ_IND_CRATE_4 = 0xAA4D2D7E,
OBJECT_CJ_IND_CRATE_5 = 0x0C04F0EC,
OBJECT_CJ_IND_DYNAMIC = 0x58EB0DAB,
OBJECT_CJ_IND_GAS = 0x7ED0E3F1,
OBJECT_CJ_IND_LGT_STATIC = 0xD8DB909B,
OBJECT_CJ_IND_LIGHT_1 = 0x42945123,
OBJECT_CJ_IND_LIGHT_2 = 0x386B3CD1,
OBJECT_CJ_IND_LIGHT_3 = 0x2630985C,
OBJECT_CJ_IND_LIGHT_4 = 0x388E3D03,
OBJECT_CJ_IND_LIGHT_5 = 0x26D3998E,
OBJECT_CJ_IND_LIGHT_7 = 0x8DA2E73F,
OBJECT_CJ_IND_LIGHT_7_LOD = 0x509FCC97,
OBJECT_CJ_IND_LIGHT_DAY = 0xAE69AA15,
OBJECT_CJ_IND_PIPE_1 = 0xDCFCD4C7,
OBJECT_CJ_IND_PIPE_2 = 0x8B41B152,
OBJECT_CJ_IND_PIPE_2B = 0x6804F9DB,
OBJECT_CJ_IND_PIPE_3 = 0xA9A9EE22,
OBJECT_CJ_IND_PIPE_4 = 0xC814AAF3,
OBJECT_CJ_IND_PIPE_5 = 0xC1E99E9D,
OBJECT_CJ_IND_RAFT_BIG = 0x5A22016D,
OBJECT_CJ_IND_WASHER_3 = 0xC07D59B9,
OBJECT_CJ_IND_WASHER_5 = 0x5D491352,
OBJECT_CJ_IND_WOODPILE_1 = 0x038BB534,
OBJECT_CJ_IND_WOODPILE_2 = 0xDC9BE751,
OBJECT_CJ_IND_WOODPILE_3 = 0xE96580E4,
OBJECT_CJ_IND_WOODPILE_4 = 0xC0482EAA,
OBJECT_CJ_IND_WOODPILE_5 = 0xCEDACBCF,
OBJECT_CJ_IND_WOODPILE_6 = 0xA3D875CF,
OBJECT_CJ_IND_WOODPILE_7 = 0xB0578EC9,
OBJECT_CJ_IND_WOODPILE_8 = 0x876ABCF4,
OBJECT_CJ_IND_WOODPILE_9 = 0x95215861,
OBJECT_CJ_INDCR_BKNLOD = 0x23E55506,
OBJECT_CJ_INT_DOOR_10 = 0xC7C612C1,
OBJECT_CJ_INT_DOOR_12_H = 0xC3326B70,
OBJECT_CJ_INT_DOOR_22 = 0xECB45FC5,
OBJECT_CJ_INT_DOOR_24 = 0x9EE94424,
OBJECT_CJ_INT_DOOR_27L = 0x62EFA672,
OBJECT_CJ_INT_DOOR_27R = 0xB2BFC60D,
OBJECT_CJ_INT_DOOR_29 = 0xF228EAA2,
OBJECT_CJ_INT_DOOR_30 = 0x08E79743,
OBJECT_CJ_INT_DOOR_3L = 0x3E908284,
OBJECT_CJ_INT_DOOR_6 = 0x171BD4FB,
OBJECT_CJ_INT_DOOR_7 = 0x294EF961,
OBJECT_CJ_INT_PLANT_1 = 0x98B32B00,
OBJECT_CJ_INT_PLANT_2 = 0x8F02179E,
OBJECT_CJ_INT_PLANT_3 = 0xB486E2A7,
OBJECT_CJ_INT_PLANT_4 = 0xAAC8CF2B,
OBJECT_CJ_INTERCOM = 0x4E2876F1,
OBJECT_CJ_J_CAN_USED = 0x5F7FC466,
OBJECT_CJ_J_CAN1 = 0x355B211A,
OBJECT_CJ_J_CAN2 = 0xB893A78D,
OBJECT_CJ_J_CAN3 = 0xE204FA6F,
OBJECT_CJ_J_CAN4 = 0x73329CC8,
OBJECT_CJ_J_CAN5 = 0x7E80B364,
OBJECT_CJ_J_CAN6 = 0x4C244EC4,
OBJECT_CJ_J_CAN7 = 0x55F66268,
OBJECT_CJ_JA_AUTO = 0xFA064AFC,
OBJECT_CJ_JA_AUTO_ROOF = 0x306D2060,
OBJECT_CJ_JA_BRICK_1 = 0xFC7B178A,
OBJECT_CJ_JA_DOOR1 = 0x0F979408,
OBJECT_CJ_JA_MORE_WOOD = 0x2735367C,
OBJECT_CJ_JERK_TAN_SING = 0x3DD56E04,
OBJECT_CJ_JOJO_BOX1 = 0xCF2CAF3A,
OBJECT_CJ_K_BOWL_1B = 0x0F032FB0,
OBJECT_CJ_K_BOWL_2B = 0x8FA83298,
OBJECT_CJ_K_BOWL_3B = 0x36520109,
OBJECT_CJ_K_CHINA_EXTRA = 0xD5E524F4,
OBJECT_CJ_K_COUNTER = 0x07A3A886,
OBJECT_CJ_K_COUNTER_G_1 = 0xFC5CA391,
OBJECT_CJ_K_COUNTER_G_2 = 0x8054AB7F,
OBJECT_CJ_K_COUNTER_G_3 = 0xD112CCFA,
OBJECT_CJ_K_COUNTER_G_4 = 0xB2D2907A,
OBJECT_CJ_K_CUPBOARD_1 = 0x8DE22DEF,
OBJECT_CJ_K_CUPBOARD_2 = 0x372C8085,
OBJECT_CJ_K_INCENCE_B = 0x98B8E777,
OBJECT_CJ_K_INCENSE = 0x2C2CE1D9,
OBJECT_CJ_K_KNIFE = 0xDAE9A21B,
OBJECT_CJ_K_LANTERN = 0x154A3634,
OBJECT_CJ_K_LANTERN2 = 0x2444128B,
OBJECT_CJ_K_LANTERN3 = 0x31892D15,
OBJECT_CJ_K_LANTERN5 = 0x8B1C603E,
OBJECT_CJ_K_LANTERN6 = 0x5C6B02DC,
OBJECT_CJ_K_PLATE_1 = 0x684B6C79,
OBJECT_CJ_K_PLATE_2 = 0x5698C914,
OBJECT_CJ_K_POT_1B = 0xC0CB2B0A,
OBJECT_CJ_K_POT_3 = 0x97B3202E,
OBJECT_CJ_K_POT_3B = 0x9D9766DF,
OBJECT_CJ_K_POT_4 = 0x89EC84A1,
OBJECT_CJ_K_POT_4B = 0x3B5E234E,
OBJECT_CJ_K_POT_5 = 0xDFD5B06E,
OBJECT_CJ_K_POT_5B = 0x0ADC5E3C,
OBJECT_CJ_K_POT_6B = 0x67571640,
OBJECT_CJ_K_POT_7 = 0xC442F949,
OBJECT_CJ_K_POT_7B = 0x6B909DD3,
OBJECT_CJ_K_POT_8B = 0xAD251F8B,
OBJECT_CJ_K_SPOTLIGHT = 0x67770A04,
OBJECT_CJ_K_VASE_2B = 0x8F791E30,
OBJECT_CJ_K_W_POT = 0x83C1F6AA,
OBJECT_CJ_K_W_POT2 = 0x9DB967E3,
OBJECT_CJ_KETTLE_1 = 0x165B0BE8,
OBJECT_CJ_KETTLE_3 = 0xE86B3009,
OBJECT_CJ_KETTLE_6 = 0xB817CF53,
OBJECT_CJ_KICKSTOOL = 0x1417B936,
OBJECT_CJ_KITCH_1_COOKER = 0x8284F9AD,
OBJECT_CJ_KITCH_1_END_2L = 0x56B10887,
OBJECT_CJ_KITCH_1_FREE_2 = 0x384A5D97,
OBJECT_CJ_KITCH_1_SINK = 0xB4220799,
OBJECT_CJ_KITCH_1_UNIT_2 = 0x375E1FC5,
OBJECT_CJ_KITCH_1_UNIT_5 = 0x005DB1C5,
OBJECT_CJ_KITCH_3_UNIT_6 = 0x1D90AB30,
OBJECT_CJ_KITCH_5_UNIT_2 = 0xB888016B,
OBJECT_CJ_KITCH_5_UNIT_4 = 0x97A33FA2,
OBJECT_CJ_KITCH_5_UNIT_7 = 0x85909B7D,
OBJECT_CJ_KNIFE = 0x944B1B1E,
OBJECT_CJ_KNIFE_STAND = 0xF78C43B7,
OBJECT_CJ_KNIVE_RACK = 0xBBB3818D,
OBJECT_CJ_KOR_HUGE_VASE = 0x3541C413,
OBJECT_CJ_KOR_HUGE_VASE_2 = 0x80508E9F,
OBJECT_CJ_KOR_HUGE_VASE_3 = 0x8E1A2A32,
OBJECT_CJ_KOR_MED_VASE_1 = 0xD100BE97,
OBJECT_CJ_KOR_MED_VASE_3 = 0xDA6B5184,
OBJECT_CJ_KOR_MED_VASE_4 = 0x1021BCF0,
OBJECT_CJ_KOR_POSTERS1 = 0x2AB9AF9A,
OBJECT_CJ_KOR_SMALL_VASE_1 = 0x89610C4E,
OBJECT_CJ_KOR_SMALL_VASE_4 = 0x4081FA8D,
OBJECT_CJ_LADDER_1 = 0xCB142BF1,
OBJECT_CJ_LADDER_2 = 0x83A11D0C,
OBJECT_CJ_LADDER_3 = 0x969A42FE,
OBJECT_CJ_LADDER_4 = 0xDF1D5403,
OBJECT_CJ_LATINO_BLOCK = 0x5038160F,
OBJECT_CJ_LATINO_BLOCK2 = 0xA391A328,
OBJECT_CJ_LAUND_BASKET = 0x0CDD46F8,
OBJECT_CJ_LAUND_BASKET_2 = 0xF40475E7,
OBJECT_CJ_LAUND_BENCH = 0xDC2B1AC4,
OBJECT_CJ_LAUND_BENCH_2 = 0x5DE3A627,
OBJECT_CJ_LAUND_COUNTER_1 = 0x0CC839E3,
OBJECT_CJ_LAUND_DETAILS = 0x666C884D,
OBJECT_CJ_LAUND_SIGN_1 = 0x88DC9745,
OBJECT_CJ_LAUND_SIGN_2 = 0x916CA865,
OBJECT_CJ_LAUND_SIGN_3 = 0xE3AACCE0,
OBJECT_CJ_LAUND_SIGN_4 = 0x649F4ECB,
OBJECT_CJ_LAUND_SIGN_5 = 0x701565B7,
OBJECT_CJ_LAW_FRONTDOOR_L = 0xF8006406,
OBJECT_CJ_LAW_FRONTDOOR_R = 0xDC1BAC55,
OBJECT_CJ_LD_DISKBOX = 0xE498C88B,
OBJECT_CJ_LD_GARAGE_DOOR = 0x261A2160,
OBJECT_CJ_LD_MET_DOOR_L = 0x571AE7DD,
OBJECT_CJ_LD_MET_DOOR_R = 0x7B3B301D,
OBJECT_CJ_LD_POOLBALL_1 = 0xF45AB5AE,
OBJECT_CJ_LD_POOLBALL_10 = 0x78DF49DD,
OBJECT_CJ_LD_POOLBALL_11 = 0x8A40ECA0,
OBJECT_CJ_LD_POOLBALL_12 = 0x575106C1,
OBJECT_CJ_LD_POOLBALL_13 = 0x69A72B6D,
OBJECT_CJ_LD_POOLBALL_14 = 0x43E45FE8,
OBJECT_CJ_LD_POOLBALL_15 = 0xD430807A,
OBJECT_CJ_LD_POOLBALL_16 = 0x1E6B94F7,
OBJECT_CJ_LD_POOLBALL_2 = 0xC225D145,
OBJECT_CJ_LD_POOLBALL_3 = 0xA06E8DD7,
OBJECT_CJ_LD_POOLBALL_4 = 0x1D90081C,
OBJECT_CJ_LD_POOLBALL_5 = 0x2BF224E0,
OBJECT_CJ_LD_POOLBALL_6 = 0x091BDF30,
OBJECT_CJ_LD_POOLBALL_7 = 0x175A7BAD,
OBJECT_CJ_LD_POOLBALL_8 = 0x69F3A0EE,
OBJECT_CJ_LD_POOLBALL_9 = 0x3BA1C44B,
OBJECT_CJ_LD_SKEL_1 = 0xC2F91B5F,
OBJECT_CJ_LEAF_1 = 0x65C36EBA,
OBJECT_CJ_LEAF_2 = 0xD7245186,
OBJECT_CJ_LEAF_3 = 0x08EB3513,
OBJECT_CJ_LEAF_4 = 0xFDEA1F11,
OBJECT_CJ_LEAF_W = 0x0274A8A2,
OBJECT_CJ_LEATH_B_YEL_SING = 0xBEC294C8,
OBJECT_CJ_LIB_PICKUP = 0xAFF1D5EA,
OBJECT_CJ_LIFE_GUARD_CHAIR = 0xD23D931D,
OBJECT_CJ_LIFE_PRES_NY = 0x846AC159,
OBJECT_CJ_LIFT = 0x0814606D,
OBJECT_CJ_LIFT_2 = 0xB59A4625,
OBJECT_CJ_LIFT_L_DOOR = 0x38869EDA,
OBJECT_CJ_LIFT_L_DOOR_2 = 0xB1EA9638,
OBJECT_CJ_LIFT_L_DOOR_OUT = 0xFF06C727,
OBJECT_CJ_LIFT_L_DOOR_OUT_2 = 0xF08D13D0,
OBJECT_CJ_LIFT_OUTER = 0xFE8296EB,
OBJECT_CJ_LIFT_OUTER_2 = 0x5FA0E9CD,
OBJECT_CJ_LIFT_R_DOOR = 0x836A630A,
OBJECT_CJ_LIFT_R_DOOR_2 = 0x36CFFF15,
OBJECT_CJ_LIFT_R_DOOR_OUT = 0x636BA470,
OBJECT_CJ_LIFT_R_DOOR_OUT_2 = 0x6F698DD4,
OBJECT_CJ_LIFT_RUNNERS_2 = 0xB059FB2B,
OBJECT_CJ_LIFT_SWITCH = 0xF8C61CE0,
OBJECT_CJ_LIFT_SWITCHDN = 0x20C1A912,
OBJECT_CJ_LIFT_SWITCHUP = 0xAFC035DD,
OBJECT_CJ_LIGHT_FIT42 = 0xFC04C9CB,
OBJECT_CJ_LOBBY_PILLER = 0x749F6A62,
OBJECT_CJ_LOGO_BLOCK_1 = 0xEABAD99D,
OBJECT_CJ_LOGO_BLOCK_2 = 0xFC6F7D06,
OBJECT_CJ_LOGO_BLOCK_3 = 0xCC6D9D03,
OBJECT_CJ_MAIN_ROLLER = 0x94141BDC,
OBJECT_CJ_MATRESS_1 = 0xC8DF9328,
OBJECT_CJ_MATRESS_2 = 0xBB24F7B3,
OBJECT_CJ_MC_DOOR_1 = 0x7638B2E3,
OBJECT_CJ_MED_SHAD_1 = 0x44D226C3,
OBJECT_CJ_MED_SINK_3 = 0x380944B1,
OBJECT_CJ_MED_TOILET_2 = 0x4140A534,
OBJECT_CJ_MENU_1 = 0xDCD23B8A,
OBJECT_CJ_MENU_2 = 0xEA7956D8,
OBJECT_CJ_MH_CP_POST1 = 0x10DA2D6B,
OBJECT_CJ_MICRO1 = 0xA46D3EAC,
OBJECT_CJ_MICRO2 = 0x577BA4C6,
OBJECT_CJ_MICRO4 = 0x748ADF1C,
OBJECT_CJ_MILK_4 = 0xD7396014,
OBJECT_CJ_MINCER = 0x44DE313B,
OBJECT_CJ_MINI_BOMB = 0xB6732F57,
OBJECT_CJ_MIS_RUB_FILE = 0x5DED007A,
OBJECT_CJ_MISION_DOOR_1 = 0xF12751DC,
OBJECT_CJ_MK_DRUG_BAG = 0x5CD48548,
OBJECT_CJ_MK_DRUG_BAG2 = 0xC4555BDF,
OBJECT_CJ_MOBILE_1 = 0x0ED04C49,
OBJECT_CJ_MOBILE_3 = 0xB37B15A0,
OBJECT_CJ_MOBILE_HAND_1 = 0x9306A8C6,
OBJECT_CJ_MON2 = 0xB24DCB3B,
OBJECT_CJ_MP_FACT_DOOR_2 = 0xA289AAA3,
OBJECT_CJ_MUMS_VASE = 0xA477525C,
OBJECT_CJ_NEIL_BAR_ARML_D = 0xCC2B29D2,
OBJECT_CJ_NEIL_BAR_ARMR_D = 0xC1A02C64,
OBJECT_CJ_NEIL_BARRIER_ARML = 0xEE3CC747,
OBJECT_CJ_NEIL_BARRIER_ARMR = 0x2300EB07,
OBJECT_CJ_NEIL_BARRIER_BASE = 0x0145C734,
OBJECT_CJ_NEW_ATM = 0x9A339812,
OBJECT_CJ_NEW_BIN = 0xD51B0BE3,
OBJECT_CJ_NEW_CHINA_DOOR_L = 0x43AF35C4,
OBJECT_CJ_NEW_CHINA_DOOR_R = 0xCDC2CA01,
OBJECT_CJ_NEW_LAW_CHAIR1 = 0x09978B06,
OBJECT_CJ_NEW_LAW_SEAT_1 = 0x6A423FEE,
OBJECT_CJ_NEW_LAW_SEAT_3 = 0x60622C1E,
OBJECT_CJ_NF_GARAGE_DOOR = 0x0B125295,
OBJECT_CJ_NF_GARAGE_DOOR2 = 0xB746D49C,
OBJECT_CJ_NL_IMPOSTER = 0xD22E2866,
OBJECT_CJ_NOODLE_1 = 0xECC1DB60,
OBJECT_CJ_NOODLE_2 = 0xDE843EE5,
OBJECT_CJ_NOODLE_3 = 0xAF51E081,
OBJECT_CJ_NOODLE_4 = 0xA117440C,
OBJECT_CJ_NS_I_FLAG1 = 0xC25AC9A7,
OBJECT_CJ_NUM_0 = 0xD9D8E6DF,
OBJECT_CJ_NUM_1 = 0xCC12CB53,
OBJECT_CJ_NUM_2 = 0xC34C39C6,
OBJECT_CJ_NUM_3 = 0xA78D0248,
OBJECT_CJ_NUM_4 = 0x0EA0506D,
OBJECT_CJ_NUM_5 = 0x40D434D8,
OBJECT_CJ_NUM_6 = 0xFC21AB70,
OBJECT_CJ_NUM_7 = 0xEE680FFD,
OBJECT_CJ_NUM_8 = 0x4C014B32,
OBJECT_CJ_NUM_9 = 0x7E342F97,
OBJECT_CJ_NY_BIN_1 = 0xD0D3E57F,
OBJECT_CJ_NY_ELEC1 = 0x06F56AE3,
OBJECT_CJ_NY_ELEC8 = 0x864BE992,
OBJECT_CJ_NY_ELEC8B = 0x4283B287,
OBJECT_CJ_NY_PAP_DISP_1 = 0x40660491,
OBJECT_CJ_NY_PAP_DISP_2 = 0x6E1FE004,
OBJECT_CJ_NY_PAP_DISP_3 = 0x24684C96,
OBJECT_CJ_NY_PAP_DISP_4 = 0x529F2903,
OBJECT_CJ_NY_PAP_DISP_5 = 0x0A0497CF,
OBJECT_CJ_NY_PAP_DISP_6 = 0x3642704A,
OBJECT_CJ_NY_PAP_DISP_7 = 0xED1CDE00,
OBJECT_CJ_NY_PAP_DISP_8 = 0x1B77BAB5,
OBJECT_CJ_NY_PAP_DISP_9 = 0xF5B8EF14,
OBJECT_CJ_NY_PHONE_1 = 0x2B2AD851,
OBJECT_CJ_NY_PHONE_2 = 0x1D743CE4,
OBJECT_CJ_NY_PHONE_3 = 0x47A1913E,
OBJECT_CJ_NY_PHONE_4 = 0x39DFF5BB,
OBJECT_CJ_NY_PHONE_WALL = 0xA88D3BEF,
OBJECT_CJ_NY_POSTBOX = 0x9FEEACE1,
OBJECT_CJ_NY_POSTBOX_2 = 0x71E683A4,
OBJECT_CJ_NY_POSTBOX_B = 0x836F26B9,
OBJECT_CJ_NY_POSTBOX_B_GRAF = 0x747FCEC3,
OBJECT_CJ_NY_POSTBOX_GRAF = 0x5B2A8907,
OBJECT_CJ_NY_SCAFF_1 = 0x7ED84557,
OBJECT_CJ_NY_SCAFF_1B = 0x24804C9B,
OBJECT_CJ_NY_SCAFF01 = 0xBC92999A,
OBJECT_CJ_NY_SCAFF04 = 0x304180F2,
OBJECT_CJ_NY_SIGN_11 = 0xBFF7C1E9,
OBJECT_CJ_NY_SIGN_12 = 0xEDCE1D95,
OBJECT_CJ_NY_SIGN_14 = 0x3534AC11,
OBJECT_CJ_NY_SIGN_16 = 0x1AB1F6FC,
OBJECT_CJ_NY_SIGN_17 = 0x0EABDEF0,
OBJECT_CJ_NY_SIGN_18 = 0xFC573A47,
OBJECT_CJ_NY_SIGN_6 = 0x52555114,
OBJECT_CJ_NY_SIGN_6L = 0x875A53AB,
OBJECT_CJ_NY_SIGN_8 = 0x39A49FB3,
OBJECT_CJ_NY_SIGN03 = 0x9CFF7B3D,
OBJECT_CJ_NY_SIGN1 = 0xCC1621AC,
OBJECT_CJ_NY_SIGN2 = 0x2AFDDF7A,
OBJECT_CJ_NYLAMP1 = 0x9A978A05,
OBJECT_CJ_NYLAMP2 = 0x3D4E4F74,
OBJECT_CJ_NYLAMP2B = 0x0F1C59B2,
OBJECT_CJ_O2_TANK = 0xD8B31F4F,
OBJECT_CJ_OFF_SUP_1 = 0x03D5C506,
OBJECT_CJ_OFF_SUP_3 = 0xBDC7B8EB,
OBJECT_CJ_OFF_SUP_4 = 0x837F445B,
OBJECT_CJ_OFF_SUP_5 = 0xE14CFFF5,
OBJECT_CJ_OFF_SUP_7 = 0x76702A3D,
OBJECT_CJ_OFF_SUP_SHELF = 0xF2349884,
OBJECT_CJ_OFF2_LIC_1_L = 0xC75AD808,
OBJECT_CJ_OIL_DRUM = 0x5DF29651,
OBJECT_CJ_OIL_DRUM_2 = 0x7208DB8E,
OBJECT_CJ_OIL_DRUM_3 = 0xC63083DC,
OBJECT_CJ_OIL_DRUM_4 = 0xD79E26B7,
OBJECT_CJ_OIL_TIN_1 = 0xCD0F256D,
OBJECT_CJ_OIL_TIN_2 = 0xBB5081F0,
OBJECT_CJ_OLD_BOAT_1 = 0x7F131EE0,
OBJECT_CJ_OLD_OFFICE = 0xA4484746,
OBJECT_CJ_P_CABIN_STEPS = 0x1243D07A,
OBJECT_CJ_P_POT_1 = 0x0371DB28,
OBJECT_CJ_P_POT_4 = 0x873EE2B8,
OBJECT_CJ_P_TV_1 = 0x3A25BD83,
OBJECT_CJ_P_TV_2 = 0x7C80422B,
OBJECT_CJ_PAINT_POT_1 = 0x9F730F70,
OBJECT_CJ_PAINT_POT_2 = 0xA9BA23FE,
OBJECT_CJ_PAINT_POT_3 = 0xBAF0C66B,
OBJECT_CJ_PALLET_TROLLY_1 = 0x35AC3BC2,
OBJECT_CJ_PALLET_TROLLY_2 = 0x27229EAF,
OBJECT_CJ_PALLET_TROLLY_3 = 0xC875E15B,
OBJECT_CJ_PALLET_TROLLY_4 = 0xBAC345F6,
OBJECT_CJ_PALLET_TROLLY_5 = 0xEBF6A85C,
OBJECT_CJ_PALLET_TROLLY_6 = 0xDE390CE1,
OBJECT_CJ_PARKING_FRAME_1 = 0xAF233EA4,
OBJECT_CJ_PARKING_FRAME_2 = 0xBCE1DA21,
OBJECT_CJ_PARKING_FRAME_3 = 0x29FDB457,
OBJECT_CJ_PARKING_FRAME_4 = 0x39BB53D2,
OBJECT_CJ_PARKING_HUT_1 = 0xA271CDBC,
OBJECT_CJ_PARKING_HUT_2 = 0x83A1901C,
OBJECT_CJ_PARKING_SIGN_1 = 0xD3B52D51,
OBJECT_CJ_PARKING_SIGN_2 = 0x00A70734,
OBJECT_CJ_PARKING_SIGN_3 = 0x0EE1A3A9,
OBJECT_CJ_PAVE_EXAUST = 0xB26A3283,
OBJECT_CJ_PER_DOOR_L = 0x0380B821,
OBJECT_CJ_PER_DOOR_R = 0x192E637C,
OBJECT_CJ_PHONE_OFF = 0x8FF301F7,
OBJECT_CJ_PIGEON_05 = 0xF2CFF3E4,
OBJECT_CJ_PIGEON_06 = 0x1B31C4AB,
OBJECT_CJ_PIGEON_07 = 0x0962210C,
OBJECT_CJ_PIGEON_08 = 0x579FBD86,
OBJECT_CJ_PIGEON_1 = 0x98952AEB,
OBJECT_CJ_PILLER_INDUS = 0x9B57B57B,
OBJECT_CJ_PILLER_INDUS_2 = 0x9AA3391F,
OBJECT_CJ_PING_PONG = 0x54AAE979,
OBJECT_CJ_PIPE_BASE = 0xC0644D33,
OBJECT_CJ_PLANE_1 = 0x466677F7,
OBJECT_CJ_PLANE_1B = 0x223EF4DC,
OBJECT_CJ_PLANE_COL = 0xC6E875E7,
OBJECT_CJ_PLANTPOT1 = 0xF4DC3DBF,
OBJECT_CJ_PLANTPOT2 = 0x465DE0BD,
OBJECT_CJ_PLANTPOT3 = 0x186E04DE,
OBJECT_CJ_PLASTIC_CUPS = 0x28635F9B,
OBJECT_CJ_PLASTIC_CUPS_2 = 0x4AFDE31E,
OBJECT_CJ_PLASTIC_TRAY = 0xF3BDACAE,
OBJECT_CJ_POOF4 = 0x8419E44D,
OBJECT_CJ_POOL_SHADOW = 0x2C43C27E,
OBJECT_CJ_PORTA_CAB_2LOD = 0xDD85106B,
OBJECT_CJ_PORTA_CABIN_1 = 0x4C3399C2,
OBJECT_CJ_PORTA_CABIN_2 = 0x1B21379E,
OBJECT_CJ_PORTA_CABIN_3 = 0x2766D029,
OBJECT_CJ_POSTERS_2 = 0x3970D0DE,
OBJECT_CJ_POT_1 = 0x16AF719B,
OBJECT_CJ_POT_10 = 0x95F65099,
OBJECT_CJ_POT_2 = 0xE8F8962E,
OBJECT_CJ_POT_3 = 0x87FB5431,
OBJECT_CJ_POT_4 = 0x9DC17FBD,
OBJECT_CJ_POT_5 = 0x277F933B,
OBJECT_CJ_POT_6 = 0x393D36B6,
OBJECT_CJ_POT_8 = 0xA2B689A7,
OBJECT_CJ_POT_9 = 0x6C699D0E,
OBJECT_CJ_PRAM = 0xD37D3A83,
OBJECT_CJ_PROC_BAN = 0xBDF4C880,
OBJECT_CJ_PROC_BAN_B = 0x4F0F014A,
OBJECT_CJ_PROC_BEER_1 = 0x7CC1B852,
OBJECT_CJ_PROC_BEER_2 = 0xA5FF8ACD,
OBJECT_CJ_PROC_BEER_W = 0x46B4CC5D,
OBJECT_CJ_PROC_BRICK = 0xFE520830,
OBJECT_CJ_PROC_BRICK10 = 0x0185F223,
OBJECT_CJ_PROC_BRICK2 = 0xB49F6A82,
OBJECT_CJ_PROC_BRICK3 = 0xA712CF69,
OBJECT_CJ_PROC_BRICK4 = 0x4A4915EB,
OBJECT_CJ_PROC_BRICK5 = 0x5795B084,
OBJECT_CJ_PROC_BRICK6 = 0x6D5BDC10,
OBJECT_CJ_PROC_BRICK7 = 0x7F357FC3,
OBJECT_CJ_PROC_BRICK8 = 0x82EE8735,
OBJECT_CJ_PROC_BRICK9 = 0x9119238A,
OBJECT_CJ_PROC_BS_BAG = 0x395891BA,
OBJECT_CJ_PROC_BS_CHIP = 0x4287E310,
OBJECT_CJ_PROC_BS_CUP = 0x8C5E2354,
OBJECT_CJ_PROC_BS_CUP2 = 0x80448E0D,
OBJECT_CJ_PROC_BS_LID = 0x909A5EC4,
OBJECT_CJ_PROC_BS_NAP = 0xD23671F1,
OBJECT_CJ_PROC_BS_STRAW = 0xA2C093C7,
OBJECT_CJ_PROC_CARD1 = 0xC3E378BE,
OBJECT_CJ_PROC_CARD2 = 0x6E854DFF,
OBJECT_CJ_PROC_CARD3 = 0x4FC4107D,
OBJECT_CJ_PROC_COFFEE_W = 0x6556682B,
OBJECT_CJ_PROC_COFFEE1 = 0x9030956F,
OBJECT_CJ_PROC_FAG1 = 0x804F0B31,
OBJECT_CJ_PROC_FAG2 = 0xC3679165,
OBJECT_CJ_PROC_FAG3 = 0xF5AD75F0,
OBJECT_CJ_PROC_FAGP = 0x7776F9CD,
OBJECT_CJ_PROC_FAGP_2 = 0x3C4559EE,
OBJECT_CJ_PROC_FAGP_W = 0xB4B3CAF9,
OBJECT_CJ_PROC_GLASS = 0x496EB403,
OBJECT_CJ_PROC_GLASS_2 = 0x5EB98E4E,
OBJECT_CJ_PROC_GLASS_3 = 0x4E54ED85,
OBJECT_CJ_PROC_GLASS_4 = 0xD316F6FF,
OBJECT_CJ_PROC_HOSE = 0x18C2BCBC,
OBJECT_CJ_PROC_HOSE_W = 0x49103714,
OBJECT_CJ_PROC_HOSE2 = 0xD4D1F137,
OBJECT_CJ_PROC_HOSE3 = 0x6B9F1ED3,
OBJECT_CJ_PROC_INT_RUB = 0x7BFCD48F,
OBJECT_CJ_PROC_INT_RUB2 = 0xAFEE4BB0,
OBJECT_CJ_PROC_JONNY = 0x6B289CA3,
OBJECT_CJ_PROC_MILK = 0x42D9FA7C,
OBJECT_CJ_PROC_NEEDLE = 0x2ABE30C9,
OBJECT_CJ_PROC_PAIN3 = 0x3EB33469,
OBJECT_CJ_PROC_PAINT = 0xB64D23B7,
OBJECT_CJ_PROC_PAINT2 = 0x6E364E49,
OBJECT_CJ_PROC_PANTS = 0x13537B49,
OBJECT_CJ_PROC_PAPER = 0x7C00EC77,
OBJECT_CJ_PROC_PAPER2 = 0xBDED7045,
OBJECT_CJ_PROC_PAPER3 = 0x222F38CB,
OBJECT_CJ_PROC_PAPER4 = 0x77ECE449,
OBJECT_CJ_PROC_PAPER5 = 0x46BF01EE,
OBJECT_CJ_PROC_PEACH = 0xE3EB66D5,
OBJECT_CJ_PROC_PLANT_1 = 0xF0EBA19D,
OBJECT_CJ_PROC_PLANT_10 = 0xAAE1797F,
OBJECT_CJ_PROC_PLANT_11 = 0xB8329419,
OBJECT_CJ_PROC_PLANT_12 = 0xC6703094,
OBJECT_CJ_PROC_PLANT_13 = 0xB89794EF,
OBJECT_CJ_PROC_PLANT_14 = 0xC6513062,
OBJECT_CJ_PROC_PLANT_15 = 0xD61B4FF6,
OBJECT_CJ_PROC_PLANT_16 = 0xE3DDEB7B,
OBJECT_CJ_PROC_PLANT_17 = 0x2AA7F90E,
OBJECT_CJ_PROC_PLANT_18 = 0xFF6EA29C,
OBJECT_CJ_PROC_PLANT_19 = 0x4623B005,
OBJECT_CJ_PROC_PLANT_2 = 0x02AA451A,
OBJECT_CJ_PROC_PLANT_20 = 0xB0D86281,
OBJECT_CJ_PROC_PLANT_21 = 0xE9E5549E,
OBJECT_CJ_PROC_PLANT_22 = 0xF798F005,
OBJECT_CJ_PROC_PLANT_23 = 0xCE869DE1,
OBJECT_CJ_PROC_PLANT_24 = 0xDC45395E,
OBJECT_CJ_PROC_PLANT_25 = 0x30ECE2AC,
OBJECT_CJ_PROC_PLANT_26 = 0x4E611D94,
OBJECT_CJ_PROC_PLANT_27 = 0x15242B1B,
OBJECT_CJ_PROC_PLANT_28 = 0x22E5469D,
OBJECT_CJ_PROC_PLANT_29 = 0x4DF49CBF,
OBJECT_CJ_PROC_PLANT_3 = 0xCF94DEF0,
OBJECT_CJ_PROC_PLANT_30 = 0x9BD55927,
OBJECT_CJ_PROC_PLANT_4 = 0xE13F0244,
OBJECT_CJ_PROC_PLANT_5 = 0xAA24140F,
OBJECT_CJ_PROC_PLANT_6 = 0xBDDD3B81,
OBJECT_CJ_PROC_PLANT_7 = 0xA6AD8D1E,
OBJECT_CJ_PROC_PLANT_8 = 0xB86DB09E,
OBJECT_CJ_PROC_PLANT_9 = 0x85824AC8,
OBJECT_CJ_PROC_PLUM = 0x741C8173,
OBJECT_CJ_PROC_POST10 = 0xE675DF9C,
OBJECT_CJ_PROC_REC1 = 0xDEAB729D,
OBJECT_CJ_PROC_REC2 = 0xB4DC1EFF,
OBJECT_CJ_PROC_REC3 = 0xB7FD2541,
OBJECT_CJ_PROC_REC4 = 0x064E4216,
OBJECT_CJ_PROC_REC5 = 0x8B734C2E,
OBJECT_CJ_PROC_ROPE1 = 0xE58827B4,
OBJECT_CJ_PROC_ROPE2 = 0x2D8E37BF,
OBJECT_CJ_PROC_SLAB1 = 0x54FD24A9,
OBJECT_CJ_PROC_SLAB2 = 0x50431B35,
OBJECT_CJ_PROC_SLAB3 = 0x8290FFD0,
OBJECT_CJ_PROC_SLAB4 = 0x6BBDD22A,
OBJECT_CJ_PROC_SLAB5 = 0x1E17B6DF,
OBJECT_CJ_PROC_SLAB6 = 0x13AD2206,
OBJECT_CJ_PROC_SOCK = 0x141702FA,
OBJECT_CJ_PROC_SOCK2 = 0x802E0BD0,
OBJECT_CJ_PROC_STONE1 = 0xED3ADF06,
OBJECT_CJ_PROC_STONE2 = 0xF5EBF068,
OBJECT_CJ_PROC_STONE3 = 0x7A4EF930,
OBJECT_CJ_PROC_TICKET1 = 0xC7E1D2FC,
OBJECT_CJ_PROC_TICKET2 = 0x1D147D50,
OBJECT_CJ_PROC_TIN = 0x4D64ECE2,
OBJECT_CJ_PROC_TIN2 = 0x73B108D9,
OBJECT_CJ_PROC_TIN3 = 0xBE861E82,
OBJECT_CJ_PROC_TIN4 = 0xA810F198,
OBJECT_CJ_PROC_TIN5 = 0x65C3ED13,
OBJECT_CJ_PROC_TOWEL = 0x337F5CAE,
OBJECT_CJ_PROC_TOWEL2 = 0xD4236B2E,
OBJECT_CJ_PROC_TSHIRT = 0xF0C9376C,
OBJECT_CJ_PROC_WEED = 0xE1325AD1,
OBJECT_CJ_PROC_WEED2 = 0xAD9FE11E,
OBJECT_CJ_PROC_WHEEL = 0x28E5DB2C,
OBJECT_CJ_PROC_WOOD = 0x6A530495,
OBJECT_CJ_PROC_WOOD_W = 0x3DA62F82,
OBJECT_CJ_PROC_WOOD_W2 = 0xB2EDFA43,
OBJECT_CJ_PROC_WOOD_W3 = 0xA54B5EFE,
OBJECT_CJ_PROC_WOOD10 = 0x4AE385AF,
OBJECT_CJ_PROC_WOOD11 = 0x5C7EA8E5,
OBJECT_CJ_PROC_WOOD12 = 0x6EB44D50,
OBJECT_CJ_PROC_WOOD13 = 0x80FA71DC,
OBJECT_CJ_PROC_WOOD2 = 0x60BB9793,
OBJECT_CJ_PROC_WOOD3 = 0x8B5FECDB,
OBJECT_CJ_PROC_WOOD4 = 0x7D0CD035,
OBJECT_CJ_PROC_WOOD5 = 0x27BBA590,
OBJECT_CJ_PROC_WOOD6 = 0x1991893C,
OBJECT_CJ_PROC_WOOD7 = 0xE41B9E51,
OBJECT_CJ_PROC_WOOD8 = 0x36E543E3,
OBJECT_CJ_PROC_WOOD9 = 0x879DE50B,
OBJECT_CJ_PROP_AK47 = 0x8079978D,
OBJECT_CJ_PROP_EAGLE = 0x975BD0EA,
OBJECT_CJ_PROP_GLOCK = 0x1A69CE40,
OBJECT_CJ_PROP_GRENADE = 0x501811B6,
OBJECT_CJ_PROP_KNIFE = 0x9D2A7EF8,
OBJECT_CJ_PROP_M4 = 0x03ABE6C1,
OBJECT_CJ_PROP_MOLOTOV = 0x85D8AFBE,
OBJECT_CJ_PROP_MP5 = 0x507EDD6D,
OBJECT_CJ_PROP_PSG1 = 0x73B33124,
OBJECT_CJ_PROP_PUMPSHOT = 0xF086A873,
OBJECT_CJ_PROP_RIFLE = 0xFE424207,
OBJECT_CJ_PROP_RPG = 0x579384A4,
OBJECT_CJ_PROP_SHOTGUN = 0x3C809FE8,
OBJECT_CJ_PROP_UZI = 0xFA292061,
OBJECT_CJ_PUFF_BLACK_SING = 0xD03FD4A8,
OBJECT_CJ_PUFF_GREEN_SING = 0xFC08709B,
OBJECT_CJ_PYLON_1 = 0x96D194B2,
OBJECT_CJ_PYLON_2 = 0x078CF627,
OBJECT_CJ_QUESTION_MARK = 0x8C938A03,
OBJECT_CJ_R_ICON_ARROW = 0x877041B0,
OBJECT_CJ_R_ICON_FLAG = 0xE9716B9E,
OBJECT_CJ_RACE_BOUY_1 = 0xE946E6BA,
OBJECT_CJ_RACE_BOUY_2 = 0xD6EC4205,
OBJECT_CJ_RADIATOR_4 = 0xA869946F,
OBJECT_CJ_RADIATOR_MED = 0x7329DF5E,
OBJECT_CJ_RADIATOR_OLD = 0x5385880F,
OBJECT_CJ_RADIO_2 = 0x887D13B5,
OBJECT_CJ_REDWOOD_BOX_1 = 0xB436087D,
OBJECT_CJ_REST_CHAIR = 0x52F06A8B,
OBJECT_CJ_REST_CHAIR_2 = 0xCAFFAAB2,
OBJECT_CJ_REST_TABLE = 0x27A925A2,
OBJECT_CJ_REST_TABLE_2 = 0x5A50D265,
OBJECT_CJ_REST_TABLE_4 = 0x797610AF,
OBJECT_CJ_REST_TABLE_5 = 0xAB44F44C,
OBJECT_CJ_REST_UMB = 0x1CF1E332,
OBJECT_CJ_REST_UMB_10 = 0x9E0BBECD,
OBJECT_CJ_REST_UMB_11 = 0x1E2E3F14,
OBJECT_CJ_REST_UMB_2 = 0xC32B54D2,
OBJECT_CJ_REST_UMB_3 = 0xCDC86A0C,
OBJECT_CJ_REST_UMB_4 = 0xE08E0F97,
OBJECT_CJ_REST_UMB_5 = 0xEFAFADDA,
OBJECT_CJ_REST_UMB_6 = 0xFC18C6AC,
OBJECT_CJ_REST_UMB_7 = 0xEEF0AC28,
OBJECT_CJ_REST_UMB_8 = 0xFAB9C3BA,
OBJECT_CJ_REST_UMB_9 = 0x0B986577,
OBJECT_CJ_RING_ICON = 0x353E5239,
OBJECT_CJ_RING_ICON_2 = 0xAEE195AB,
OBJECT_CJ_ROCKET = 0x48FA2738,
OBJECT_CJ_ROW_REMOVER = 0x57EE223B,
OBJECT_CJ_RS_EAR_DEF = 0x336ECF0F,
OBJECT_CJ_RUB_1 = 0x968085B5,
OBJECT_CJ_RUB_10 = 0xB374062B,
OBJECT_CJ_RUB_11 = 0x0C3037A2,
OBJECT_CJ_RUB_2 = 0xE7DA2867,
OBJECT_CJ_RUB_3 = 0xFA17CCE2,
OBJECT_CJ_RUB_4 = 0x420CDCCB,
OBJECT_CJ_RUB_5 = 0x4D4AF347,
OBJECT_CJ_RUB_6 = 0x178207B6,
OBJECT_CJ_RUB_7 = 0x30C33A38,
OBJECT_CJ_RUB_8 = 0x19138AE5,
OBJECT_CJ_RUB_9 = 0x2AD52E68,
OBJECT_CJ_RUB_PILE_1 = 0x9B7E6897,
OBJECT_CJ_RUB_PILE_10 = 0xEC5DE4E0,
OBJECT_CJ_RUB_PILE_11 = 0x5178AF10,
OBJECT_CJ_RUB_PILE_12 = 0x3F920B43,
OBJECT_CJ_RUB_PILE_13 = 0x6AC461A7,
OBJECT_CJ_RUB_PILE_15 = 0x18673CEE,
OBJECT_CJ_RUB_PILE_16 = 0x06CA99B5,
OBJECT_CJ_RUB_PILE_17 = 0x33F8F411,
OBJECT_CJ_RUB_PILE_18 = 0x2227506E,
OBJECT_CJ_RUB_PILE_19 = 0xBECD89BC,
OBJECT_CJ_RUB_PILE_2 = 0xAD5A0C52,
OBJECT_CJ_RUB_PILE_20 = 0xF839FD78,
OBJECT_CJ_RUB_PILE_21 = 0x7AA30250,
OBJECT_CJ_RUB_PILE_22 = 0xB9667FD6,
OBJECT_CJ_RUB_PILE_23 = 0xA61FD949,
OBJECT_CJ_RUB_PILE_25 = 0x517DB002,
OBJECT_CJ_RUB_PILE_3 = 0x80BBB312,
OBJECT_CJ_RUB_PILE_4 = 0x92FE5797,
OBJECT_CJ_RUB_PILE_5 = 0x4B01479E,
OBJECT_CJ_RUB_PILE_6 = 0x74389A0C,
OBJECT_CJ_RUB_PILE_7 = 0x2EA28EE1,
OBJECT_CJ_RUB_PILE_8 = 0x39E8A56D,
OBJECT_CJ_RUB_PILE_9 = 0x31C81530,
OBJECT_CJ_RUB_W = 0xBC72518C,
OBJECT_CJ_RUS_DOOR_1 = 0x1686E847,
OBJECT_CJ_RUS_DOOR_2 = 0xE041FB8A,
OBJECT_CJ_RUS_SHADOW = 0x104FC738,
OBJECT_CJ_RW_SIGN1 = 0x117EA0BE,
OBJECT_CJ_RW_SIGN2 = 0xFF287C12,
OBJECT_CJ_RW_SIGN3 = 0x36FC6BB9,
OBJECT_CJ_S_BOT_SM = 0x396D889C,
OBJECT_CJ_S_L_BOT_SM = 0xA99FD2F8,
OBJECT_CJ_SAND_TIMER = 0x3B330BA3,
OBJECT_CJ_SAUS_1 = 0x344D1EFD,
OBJECT_CJ_SCAFF_2_COVER = 0x3A3C14AE,
OBJECT_CJ_SCAFF_COVER = 0x67944DA0,
OBJECT_CJ_SCAFF_COVERB = 0x10D85062,
OBJECT_CJ_SCAFFOLD = 0xE5AEEA42,
OBJECT_CJ_SCAFFOLD_03 = 0x3445EAD7,
OBJECT_CJ_SCAFFOLD_2 = 0xB97CEFFF,
OBJECT_CJ_SCAFFOLD_3 = 0xA72D4B60,
OBJECT_CJ_SCAFFOLD_3B = 0x32930A75,
OBJECT_CJ_SCAFFOLD_4 = 0xD4E7A6D4,
OBJECT_CJ_SCAFFOLD_4B = 0x23B86A8C,
OBJECT_CJ_SCAFFOLD_5 = 0xADA1584C,
OBJECT_CJ_SCAFFOLD_5B = 0x907DAF71,
OBJECT_CJ_SCAFFOLD_6 = 0xDC6FB5E8,
OBJECT_CJ_SCAFFOLD_7 = 0xF91FEF48,
OBJECT_CJ_SCHEDULE_1 = 0xC8621CFC,
OBJECT_CJ_SEC_BARRIER = 0x2EF345D5,
OBJECT_CJ_SEC_BARRIER_2 = 0x25825C97,
OBJECT_CJ_SEC_BARRIER_3 = 0x1337B802,
OBJECT_CJ_SEC_BARRIER_4 = 0x7B0087EE,
OBJECT_CJ_SEC_SIGN_2 = 0xDD16F3A4,
OBJECT_CJ_SECURITY_HUT_1 = 0x31EE5E2B,
OBJECT_CJ_SEX_TV2 = 0xDC2194FA,
OBJECT_CJ_SHOOT_T_DOOR = 0x411E7CC1,
OBJECT_CJ_SHOP_DOOR_1 = 0xF6754B91,
OBJECT_CJ_SHOP_MIRROR = 0x724DA894,
OBJECT_CJ_SHOP_SHELF_2 = 0x16DE5527,
OBJECT_CJ_SHOP_TILL_1 = 0x649DC236,
OBJECT_CJ_SHOP_TILL_TRAY = 0xB13CE393,
OBJECT_CJ_SHOPWIN_1 = 0xF778301A,
OBJECT_CJ_SHOWER = 0x7787B2C1,
OBJECT_CJ_SHOWER_RACK = 0x8085EAD7,
OBJECT_CJ_SHUTTER_1 = 0x12AD398D,
OBJECT_CJ_SHUTTER_4 = 0x00681503,
OBJECT_CJ_SKANK_COUNTER = 0x8655788C,
OBJECT_CJ_SKANK_GLASS_02 = 0xF007B18F,
OBJECT_CJ_SM_DAVE_DOOR = 0x25E926D1,
OBJECT_CJ_SM_GATE_1 = 0x5B36FF1A,
OBJECT_CJ_SM_GATE_1GATE = 0x8749719E,
OBJECT_CJ_SMALL_BOAT_1 = 0x640E65F6,
OBJECT_CJ_SMALL_BOAT_2 = 0x9A6852A9,
OBJECT_CJ_SOAP_P_1 = 0xEB38494E,
OBJECT_CJ_SOAP_P_2 = 0x627C37D8,
OBJECT_CJ_SPEAKER_10 = 0xF3AE24E9,
OBJECT_CJ_SPEAKER_1B = 0xBA9BB2B9,
OBJECT_CJ_SPEAKER_4 = 0xE7AE78EA,
OBJECT_CJ_SPEAKER_5 = 0x78FD1B7D,
OBJECT_CJ_SPEAKER_9 = 0xBFD6A92F,
OBJECT_CJ_SPOON = 0xD299B999,
OBJECT_CJ_SPRITE_BOTTLE = 0x797DD801,
OBJECT_CJ_SPRUNK_BOTTLE2 = 0x2E9236DC,
OBJECT_CJ_SPRUNK_BOX_1 = 0x7FC5F693,
OBJECT_CJ_SPRUNK_BOX_2 = 0x242CBF32,
OBJECT_CJ_SPRUNK_L_BOTTLE2 = 0xB53AC8F7,
OBJECT_CJ_SPRUNKBOX = 0x1CF1D9D8,
OBJECT_CJ_SUTTER_3 = 0xF5A16A96,
OBJECT_CJ_SWANK_COUNTER_1 = 0x3C4F755A,
OBJECT_CJ_SWANK_COUNTER_2 = 0x2A95D1E7,
OBJECT_CJ_SWANK_DESK_1 = 0xC4742C90,
OBJECT_CJ_SWANK_RACK_SM = 0x92889755,
OBJECT_CJ_SWANK_RACK1 = 0x83711145,
OBJECT_CJ_SWANK_RACK2 = 0x9432B2C8,
OBJECT_CJ_SWANK_RACK3 = 0xE0234AAC,
OBJECT_CJ_T_DOOR_BRK = 0xF5F2C70B,
OBJECT_CJ_T_DOOR_ENG = 0x1BD24D4D,
OBJECT_CJ_T_DOOR_VAC = 0x1849AC53,
OBJECT_CJ_T_LIGHT_TEMP = 0x95079441,
OBJECT_CJ_T_ROLL_DISP = 0x8D05D23D,
OBJECT_CJ_TABLE_PARASOL = 0xDF5CD638,
OBJECT_CJ_TABLE_TEN_BAT = 0x6972066E,
OBJECT_CJ_TABLE_TENNIS = 0x034DBD65,
OBJECT_CJ_TANKER = 0x71AC0D7C,
OBJECT_CJ_TANKER_LOD = 0x86EB02F4,
OBJECT_CJ_TANKERB = 0xFD4A3300,
OBJECT_CJ_TAXI_METER_1 = 0x7E640649,
OBJECT_CJ_TEA_URN = 0xBE40841B,
OBJECT_CJ_TELGRPHPOLE = 0xADF1EB02,
OBJECT_CJ_TELGRPHPOLE_2 = 0x8BB0BC21,
OBJECT_CJ_TELGRPHPOLE_3 = 0x8F6BC397,
OBJECT_CJ_TELGRPHPOLE_4 = 0xA15C6778,
OBJECT_CJ_TELGRPHPOLE_5 = 0x32F18A9C,
OBJECT_CJ_TELGRPHPOLE_6 = 0x44DB2E6F,
OBJECT_CJ_TENNIS_BAT = 0x6CC0A9A2,
OBJECT_CJ_TEST_STICKERS_1 = 0xA9D1CFB0,
OBJECT_CJ_TEST1 = 0xAF052D80,
OBJECT_CJ_TILE_BASE = 0xD35460CA,
OBJECT_CJ_TILL_2 = 0x5C6D33D9,
OBJECT_CJ_TINS_SHELF = 0x4685BBA1,
OBJECT_CJ_TOASTER_09 = 0x85188664,
OBJECT_CJ_TOASTER_2 = 0xBEEA9975,
OBJECT_CJ_TOASTER_7 = 0xEAD4F12D,
OBJECT_CJ_TOILET_BRUSH = 0x678C228F,
OBJECT_CJ_TOILET_ROLL = 0x73A41EF2,
OBJECT_CJ_TOWEL_DISP_3 = 0x21B46760,
OBJECT_CJ_TRACK_SING = 0x4F71A55F,
OBJECT_CJ_TRAY = 0x15F0829F,
OBJECT_CJ_TRAY_BAKER = 0xD69239BB,
OBJECT_CJ_TREE_GUARD = 0x66E87FE0,
OBJECT_CJ_TREE_TRUNKS = 0x2F272E5A,
OBJECT_CJ_TROLLEY_1Z = 0x11D07B58,
OBJECT_CJ_TROLLEY_2Z = 0x575C82DB,
OBJECT_CJ_TROLLEY_RUB = 0x413D0055,
OBJECT_CJ_TURN_TABLE_2 = 0xF711CA07,
OBJECT_CJ_TV_2 = 0x9F874857,
OBJECT_CJ_TV_2_SCREEN_04 = 0xAD54AB75,
OBJECT_CJ_TV_3 = 0x473D97C5,
OBJECT_CJ_TV_6 = 0xDE5B4602,
OBJECT_CJ_TV_9 = 0xC0E20B10,
OBJECT_CJ_TV_BOX_1 = 0xD3826752,
OBJECT_CJ_US_FLAG_1 = 0x9215C587,
OBJECT_CJ_US_FLAG_2 = 0x8BCAB8F1,
OBJECT_CJ_VASE_3 = 0x9A701581,
OBJECT_CJ_VASE_7 = 0xE195A3D3,
OBJECT_CJ_VAULT_DOOR = 0xC2CE25A5,
OBJECT_CJ_VAULT_DOOR_DAM = 0x7E3E2959,
OBJECT_CJ_VAULT_GATE = 0x875B64C0,
OBJECT_CJ_VAULT_SURROUND = 0x3EDE7DF1,
OBJECT_CJ_VEIW_TELESCOPE = 0xFFF04E87,
OBJECT_CJ_VIDEO_2 = 0xA70C6F72,
OBJECT_CJ_VIDEO_3 = 0xE9AFF4B8,
OBJECT_CJ_W_BARRIER = 0xBA03D197,
OBJECT_CJ_W_BARRIER_ARM = 0xB2C7DCAC,
OBJECT_CJ_W_CRADLE_HARNESS = 0x8B533030,
OBJECT_CJ_WALL_BILLBRD_1 = 0x37FACAD5,
OBJECT_CJ_WALL_BILLBRD_2 = 0x96238725,
OBJECT_CJ_WALL_LIGHT_2 = 0xFCB32869,
OBJECT_CJ_WALL_LIGHT_4 = 0xD1305164,
OBJECT_CJ_WARE_DOOR = 0xEA209F76,
OBJECT_CJ_WASH_MAC_4 = 0x104B7979,
OBJECT_CJ_WASH_MAC_5 = 0x857363D3,
OBJECT_CJ_WASH_MAC_6 = 0x773FC76C,
OBJECT_CJ_WASTE_CHUTE = 0x62088033,
OBJECT_CJ_WASTE_CHUTE2 = 0x32FB9E21,
OBJECT_CJ_WASTEBIN = 0x204B3D51,
OBJECT_CJ_WASTEBIN_2 = 0xAB09B13D,
OBJECT_CJ_WATER_BAR_1 = 0x22ABDA71,
OBJECT_CJ_WHEELIE_1 = 0xCA377456,
OBJECT_CJ_WHITE_CHAIR_1 = 0x1F5CF41F,
OBJECT_CJ_WHITE_CHAIR_2 = 0xED92108A,
OBJECT_CJ_WHITE_TABLE_1 = 0x03352336,
OBJECT_CJ_WHOUSE_SHELF_1 = 0xAFD51970,
OBJECT_CJ_WHOUSE_SHELF_2 = 0xE69A86FA,
OBJECT_CJ_WHOUSE_SHELF_6 = 0x52CEDF65,
OBJECT_CJ_WIN_CABLE = 0xBF0E2A76,
OBJECT_CJ_WIN_CRAD_WINCH = 0x67AB0048,
OBJECT_CJ_WIN_CRAD_WINCH03 = 0xD9BC8816,
OBJECT_CJ_WIN_DISP_03 = 0x1970A4A3,
OBJECT_CJ_WIN_DISP_04 = 0xF062D2C4,
OBJECT_CJ_WINDOW_CLEANER = 0x1F5DA4E3,
OBJECT_CJ_WINDOW_CRADLE = 0x4CD5486B,
OBJECT_CJ_WINDOW_CRADLE_2 = 0xDF9F91C6,
OBJECT_CJ_WINDOW_CRADLE_3 = 0xF01932B9,
OBJECT_CJ_WINDOW_CRADLE_4 = 0x4B52E92B,
OBJECT_CJ_WINE_2 = 0xF0E633D9,
OBJECT_CJ_WINE_SHELF_4 = 0xEBB40F66,
OBJECT_CJ_WL_BIB_2_LOD01 = 0x4351C51F,
OBJECT_CJ_WL_BIB_2_LOD02 = 0x0EDD5C23,
OBJECT_CJ_WORK_SIGN_07 = 0x9721A8A7,
OBJECT_CJ_WORK_SIGN_07B = 0xF0BCF556,
OBJECT_CJ_WORK_SIGN_1 = 0xD2E4333B,
OBJECT_CJ_WORK_SIGN_2 = 0xC3AA94C8,
OBJECT_CJ_WORK_SIGN_3 = 0xB68C7A8C,
OBJECT_CJ_WORK_SIGN_4 = 0xA857DE23,
OBJECT_CJ_WORK_SIGN_5 = 0x89D0A115,
OBJECT_CJ_WORK_SIGN_6 = 0x7AA502BE,
OBJECT_CJ_WORK_SIGN_6B = 0xCC992516,
OBJECT_CJ_WRECK_1 = 0x780FA5FD,
OBJECT_CJ_WRECK_2 = 0x69BA8953,
OBJECT_CJ_WRECK_3 = 0x9B746CC6,
OBJECT_CJ_WRECK_4 = 0x8EE453A6,
OBJECT_CJ_WRECK_5 = 0x40CC3773,
OBJECT_CJ_WRECK_6 = 0x32591A8D,
OBJECT_CJ_WRECK_7 = 0x4440BE60,
OBJECT_CJ_WRECK_8 = 0x580AE5F4,
OBJECT_CJ_WRECK_9 = 0x495CC898,
OBJECT_CJ_WS_LIGHT_6B = 0x67470B74,
OBJECT_CJ_WS_STEPS = 0x62EF0CDF,
OBJECT_CJ_WS_T_BASE_DAM = 0x53D457D3,
OBJECT_CJ_WS_T_BASE_NORM = 0x9550E6D6,
OBJECT_CJ_WS_TRUCK_BASE = 0x2BA9EB8F,
OBJECT_CJ_YOG_USED = 0x8DB5E071,
//TBOGT MODELS
OBJECT_TBOGT_PARACHUTE = 0x58d6a0a0,
OBJECT_TBOGT_GREEN_NEON = 0xD611D7B6,
OBJECT_TBOGT_YELLOW_NEON = 0xB3AC6409,
OBJECT_GTA_E1_LOGO_1 = 0xEBCC2D28,//GTA IV logo
OBJECT_GTA_E1_LOGO_1B = 0xbc0cc2e8,//lost and damned logo
OBJECT_GTA_E1_LOGO_1B2 = 0x16c8be64,
OBJECT_CJ_BIKE_LOGO_1 = 0x8bc9e607,//first half of lost and damned bike logo
OBJECT_CJ_BIKE_LOGO_2 = 0x7bbb45ea,//second half of lost and damned bike logo
OBJECT_CJ_OLD_FUNFAIR_1 = 0x8babd16a,
OBJECT_CJ_TANKERB_E2 = 0xe77cb019,
OBJECT_E2_LUIS_HERO = 0xe1cc7333,//LUIS ACTION FIGURE
OBJECT_CJ_IM_TV_E2_STUDIO = 0x1820a4b3,
OBJECT_E2_BIG_SCREEN = 0x4052544d,//BIG ASS TV SCREEN
OBJECT_E2_GAYDANCEAREA = 0xb841352a,
OBJECT_E1_BIKE_1 = 0x66ef80b2,//BLACK CIRCLE
OBJECT_E1_BIKE_2 = 0x5D796DC6,//RED AND BLACK CIRCLE
OBJECT_E1_BIKE_3 = 0x4dd2ce79,//ORANGE AND BLACK CIRCLE
OBJECT_E1_BIKE_4 = 0x13E8DAA2,//GREEN AND BLACK CIRCLE
OBJECT_OBJECT_TBOGT_BUZZARD_ROCKET_POD = 0xFFD1528C,
OBJECT_E2_YUSAF_BIKE = 0x2f3645e5,
OBJECT_E2_YUSAF_HERO = 0x679db86f,
OBJECT_E2_YUSAFDOLLAR = 0x8418a452,
OBJECT_OBJECT_TBOGT_YACHT = 0xBBF41314,
OBJECT_DISCOBALL_BADA = 0xFEB2FDAF,
} eObject;
typedef enum eIntStatistic
{
STAT_MISSIONS_PASSED = 253, //Missions passed
STAT_MISSIONS_FAILED = 254, //Missions failed
STAT_MISSIONS_ATTEMPTED = 255, //Missions attempted
STAT_REPLAYS_USED = 256, //Replays used
STAT_PEOPLE_KILLED = 257, //People killed
STAT_NUMBER_OF_TAXI_FARES_COMPLETED = 258, //Number of Taxi Fares completed
STAT_TIMES_CHEATED = 259, //Times cheated
STAT_DAYS_PASSED = 260, //Days passed
STAT_TIMES_DIED = 261, //Times died
STAT_PEOPLE_RUN_DOWN = 262, //People run down
STAT_FLIPS_DONE_IN_A_VEHICLE = 264, //Flips done in a vehicle
STAT_MOST_VEHICLE_AIR_SPINS = 265, //Most vehicle air spins
STAT_AIR_LAUNCHES = 266, //Air launches
STAT_HELICOPTER_TOURS_TAKEN = 267, //Helicopter tours taken
STAT_TAXIS_HAILED = 268, //Taxis hailed
STAT_STUNT_JUMPS_FOUND = 269, //Stunt jumps found
STAT_STUNT_JUMPS_COMPLETED = 270, //Stunt jumps completed
STAT_KILLS_SINCE_LAST_SAVE = 271, //Kills since last save
STAT_FIRES_STARTED = 272, //Fires started
STAT_CRIMINALS_KILLED = 273, //Criminals killed
STAT_CARS_STOLEN = 274, //Cars stolen
STAT_BIKES_STOLEN = 275, //Bikes stolen
STAT_BOATS_STOLEN = 276, //Boats stolen
STAT_HELICOPTERS_STOLEN = 277, //Helicopters stolen
STAT_STARS_ATTAINED = 278, //Stars attained
STAT_STARS_EVADED = 279, //Stars evaded
STAT_VEHICLES_EXPORTED = 280, //Vehicles exported
STAT_NUMBER_OF_BRIDGES_FLOWN_UNDER = 281, //Number of bridges flown under
STAT_PAY_N_SPRAY_VISITS = 282, //Pay 'n' Spray visits
STAT_TIMES_GOT_DRUNK = 283, //Times got drunk
STAT_DRUG_PACKAGES_DELIVERED = 284, //Drug packages delivered
STAT_CARS_SOLD_TO_STEVIE = 285, //Cars sold to Stevie
STAT_RANDOM_CHARACTERS_MET = 286, //Random characters met
STAT_BULLETS_FIRED = 287, //Bullets fired
STAT_BULLETS_HIT = 288, //Bullets hit
STAT_KILLS_BY_HEADSHOTS = 289, //Kills by headshots
STAT_MELEE_KILLS = 290, //Melee kills
STAT_ARMED_KILLS = 291, //Armed kills
STAT_SUCCESSFUL_COUNTERS = 292, //Successful counters
STAT_NUMBER_OF_EXPLOSIONS = 293, //Number of explosions
STAT_CARS_EXPLODED = 294, //Cars exploded
STAT_BIKES_EXPLODED = 295, //Bikes exploded
STAT_BOATS_EXPLODED = 296, //Boats exploded
STAT_HELICOPTERS_EXPLODED = 297, //Helicopters exploded
STAT_TIRES_POPPED_BY_GUNSHOT = 298, //Tires popped by gunshot
STAT_WEAPONS_PICKED_UP = 299, //Weapons picked up
STAT_TEXTS_RECEIVED = 300, //Texts received
STAT_CALLS_MADE_FROM_PHONE = 301, //Calls made from phone
STAT_CALLS_RECEIVED_ON_PHONE = 302, //Calls received on phone
STAT_PROSTITUTE_VISITS = 303, //Prostitute visits
STAT_TRAMPS_GIVEN_MONEY_TO = 304, //Tramps given money to
STAT_EMAILS_SENT = 305, //Emails sent
STAT_MEALS_EATEN = 306, //Meals eaten
STAT_HOTDOGS_EATEN = 307, //Hotdogs eaten
STAT_BURGERS_EATEN = 308, //Burgers eaten
STAT_NUTS_EATEN = 309, //Nuts eaten
STAT_BINOCULARS_USED = 310, //Binoculars used
STAT_PLAYER_DIED_BY_MELEE = 311, //Player died by melee
STAT_PLAYER_SHOT_TO_DEATH = 312, //Player shot to death
STAT_PLAYER_WAS_BLOWN_UP = 313, //Player was blown up
STAT_PLAYER_WAS_ROADKILL = 314, //Player was roadkill
STAT_SCORED_WITH_GIRL = 315, //Scored with girl
STAT_POOL_WINS = 316, //Pool wins
STAT_POOL_DEFEATS = 317, //Pool defeats
STAT_POOL_CLEARANCES_FROM_BREAK = 318, //Pool clearances from break
STAT_DARTS_WINS = 319, //Darts wins
STAT_DARTS_DEFEATS = 320, //Darts defeats
STAT_DARTS_180S_HIT = 321, //Darts 180's hit
STAT_DARTS_BULLSEYE = 322, //Darts bullseye
STAT_DARTS_SHORTEST_CHECK_OUT = 323, //Darts shortest check out
STAT_BOWLING_HIGH_SCORE = 324, //Bowling high score
STAT_BOWLING_WINS = 325, //Bowling wins
STAT_BOWLING_DRAWS = 326, //Bowling draws
STAT_BOWLING_DEFEATS = 327, //Bowling defeats
STAT_BOWLING_SPARES = 328, //Bowling spares
STAT_BOWLING_PERFECTS = 329, //Bowling perfects
STAT_BOWLING_STRIKES = 330, //Bowling strikes
STAT_NUMBER_OF_RACES_LOST = 331, //Number of races lost
STAT_NUMBER_OF_RACES_WON = 332, //Number of races won
STAT_SOUTH_BROKER_WINS = 333, //South Broker wins
STAT_SOUTH_BROKER_RACES = 334, //South Broker races
STAT_AIRPORT_RUN_WINS = 335, //Airport Run wins
STAT_AIRPORT_RUN_RACES = 336, //Airport Run races
STAT_DUKES_BOULEVARD_WINS = 337, //Dukes Boulevard wins
STAT_DUKES_BOULEVARD_RACES = 338, //Dukes Boulevard races
STAT_SOUTH_ALGONQUIN_WINS = 339, //South Algonquin wins
STAT_SOUTH_ALGONQUIN_RACES = 340, //South Algonquin races
STAT_STAR_JUNCTION_WINS = 341, //Star Junction wins
STAT_STAR_JUNCTION_RACES = 342, //Star Junction races
STAT_ROAD_TO_BOHAN_WINS = 343, //Road to Bohan wins
STAT_ROAD_TO_BOHAN_RACES = 344, //Road to Bohan races
STAT_NORTH_ALDERNEY_WINS = 345, //North Alderney wins
STAT_NORTH_ALDERNEY_RACES = 346, //North Alderney races
STAT_ELEVATED_WINS = 347, //Elevated wins
STAT_ELEVATED_RACES = 348, //Elevated races
STAT_SOUTH_ALDERNEY_WINS = 349, //South Alderney wins
STAT_SOUTH_ALDERNEY_RACES = 350, //South Alderney races
STAT_QUB3D_HIGH_SCORE = 351, //QUB3D high score
STAT_BOATING_DESTINATIONS = 352, //Boating destinations
STAT_HELI_RIDE_DESTINATIONS = 353, //Heli ride destinations
STAT_ACTIVITIES_WITH_ROMAN = 354, //Activities with Roman
STAT_ACTIVITIES_WITH_JACOB = 355, //Activities with Jacob
STAT_ACTIVITIES_WITH_BRUCIE = 356, //Activities with Brucie
STAT_ACTIVITIES_WITH_DWAYNE = 357, //Activities with Dwayne
STAT_ACTIVITIES_WITH_PACKIE = 358, //Activities with Packie
STAT_VIGILANTE_LEVELS_DONE = 359, //Vigilante levels done
STAT_MOST_WANTED_COMPLETED = 360, //Most wanted completed
STAT_PIGEONS_EXTERMINATED = 361, //Pigeons exterminated
STAT_FIRST_AID_COLLECTED = 362, //First aid collected
STAT_ISLANDS_UNLOCKED = 363, //Islands unlocked
STAT_TOTAL_DATES = 364, //Total dates
STAT_SUCCESSFUL_DATES = 365, //Successful dates
STAT_BAD_DATES = 366, //Bad dates
STAT_GIRLS_DUMPED = 367, //Girls dumped
STAT_EMAILS_RECEIVED = 368, //Emails received
STAT_PHOTOS_TAKEN = 369, //Photos taken
STAT_MOCAP_CUTSCENES_SKIPPED = 370, //Mocap cutscenes skipped
STAT_MOCAP_CUTSCENES_WATCHED = 371, //Mocap cutscenes watched
STAT_CUTSCENES_SKIPPED = 372, //Cutscenes skipped
STAT_CUTSCENES_WATCHED = 373, //Cutscenes watched
STAT_SODA_DRUNK = 374, //Soda drunk
STAT_KILLS_WITH_UNARMED = 375, //Kills with Unarmed
STAT_KILLS_WITH_BASEBALL_BAT = 376, //Kills with Baseball Bat
STAT_KILLS_WITH_POOLCUE = 376, //Kills with Poolcue
STAT_KILLS_WITH_KNIFE = 378, //Kills with Knife
STAT_KILLS_WITH_GRENADE = 379, //Kills with Grenade
STAT_KILLS_WITH_MOLOTOV = 380, //Kills with Molotov
STAT_KILLS_WITH_ROCKET = 381, //Kills with Rocket
STAT_KILLS_WITH_PISTOL = 382, //Kills with Pistol
STAT_KILLS_WITH_COMBAT_PISTOL = 383, //Kills with Combat Pistol
STAT_KILLS_WITH_PUMP_SHOTGUN = 384, //Kills with Pump Shotgun
STAT_KILLS_WITH_COMBAT_SHOTGUN = 385, //Kills with Combat Shotgun
STAT_KILLS_WITH_MICRO_SMG = 386, //Kills with Micro-SMG
STAT_KILLS_WITH_SMG = 387, //Kills with SMG
STAT_KILLS_WITH_ASSAULT_RIFLE = 388, //Kills with Assault Rifle
STAT_KILLS_WITH_CARBINE_RIFLE = 389, //Kills with Carbine Rifle
STAT_KILLS_WITH_COMBAT_SNIPER = 390, //Kills with Combat Sniper
STAT_KILLS_WITH_SNIPER_RIFLE = 391, //Kills with Sniper Rifle
STAT_KILLS_WITH_RPG = 392, //Kills with RPG
STAT_KILLS_WITH_FLAME_THROWER = 393, //Kills with Flame Thrower
STAT_KILLS_WITH_MINIGUN = 394, //Kills with Minigun
STAT_KILLS_WITH_EPISODIC_1 = 395, //Kills with Episodic 1
STAT_KILLS_WITH_EPISODIC_2 = 396, //Kills with Episodic 2
STAT_KILLS_WITH_EPISODIC_3 = 397, //Kills with Episodic 3
STAT_KILLS_WITH_EPISODIC_4 = 398, //Kills with Episodic 4
STAT_KILLS_WITH_EPISODIC_5 = 399, //Kills with Episodic 5
STAT_KILLS_WITH_EPISODIC_6 = 400, //Kills with Episodic 6
STAT_KILLS_WITH_EPISODIC_7 = 401, //Kills with Episodic 7
STAT_KILLS_WITH_EPISODIC_8 = 402, //Kills with Episodic 8
STAT_KILLS_WITH_EPISODIC_9 = 403, //Kills with Episodic 9
STAT_KILLS_WITH_EPISODIC_10 = 404, //Kills with Episodic 10
STAT_KILLS_WITH_EPISODIC_11 = 405, //Kills with Episodic 11
STAT_KILLS_WITH_EPISODIC_12 = 406, //Kills with Episodic 12
STAT_KILLS_WITH_EPISODIC_13 = 407, //Kills with Episodic 13
STAT_KILLS_WITH_EPISODIC_14 = 408, //Kills with Episodic 14
STAT_KILLS_WITH_EPISODIC_15 = 409, //Kills with Episodic 15
STAT_KILLS_WITH_EPISODIC_16 = 410, //Kills with Episodic 16
STAT_KILLS_WITH_EPISODIC_17 = 411, //Kills with Episodic 17
STAT_KILLS_WITH_EPISODIC_18 = 412, //Kills with Episodic 18
STAT_KILLS_WITH_EPISODIC_19 = 413, //Kills with Episodic 19
STAT_KILLS_WITH_EPISODIC_20 = 414, //Kills with Episodic 20
STAT_KILLS_WITH_EPISODIC_21 = 415, //Kills with Episodic 21
STAT_KILLS_WITH_EPISODIC_22 = 416, //Kills with Episodic 22
STAT_KILLS_WITH_EPISODIC_23 = 417, //Kills with Episodic 23
STAT_KILLS_WITH_EPISODIC_24 = 418, //Kills with Episodic 24
STAT_TIMES_BUSTED = 419, //Times busted
STAT_SAVES_MADE = 420, //Saves made
STAT_TOTAL_LEGITIMATE_KILLS = 421, //Total legitimate kills
STAT_FLYING_SKILL = 422, //Flying skill
STAT_PROGRESS_WITH_DENISE = 423, //Progress with Denise
STAT_PROGRESS_WITH_MICHELLE = 424, //Progress with Michelle
STAT_PROGRESS_WITH_HELENA = 425, //Progress with Helena
STAT_PROGRESS_WITH_BARBARA = 426, //Progress with Barbara
STAT_PROGRESS_WITH_KATIE = 427, //Progress with Katie
STAT_PROGRESS_WITH_MILLIE = 428, //Progress with Millie
STAT_PIMPING_LEVEL = 429, //Pimping level
STAT_RESPECT_MISSION = 430, //Respect Mission
STAT_RESPECT_MISSION_TOTAL = 431, //Respect Mission Total
STAT_KILLS_SINCE_LAST_CHECKPOINT = 432, //Kills since last checkpoint
STAT_TOTAL_MISSIONS = 433, //Total missions
STAT_ENERGY = 434, //Energy
STAT_ARMOUR = 435, //Armour
STAT_DRIVING_SKILL = 436, //Driving skill
STAT_BIKE_SKILL = 437, //Bike skill
STAT_LUCK = 438, //Luck
STAT_CYCLE_SKILL = 439, //Cycle skill
STAT_UNDERWATER_BREATH_STAMINA = 440, //Underwater breath stamina
STAT_CALORIES = 441, //Calories
STAT_PEOPLE_SAVED_IN_AN_AMBULANCE = 442, //People saved in an Ambulance
STAT_CRIMINALS_KILLED_ON_VIGILANTE_MISSION = 443, //Criminals killed on Vigilante Mission
STAT_HIGHEST_PARAMEDIC_MISSION_LEVEL = 444, //Highest Paramedic Mission level
STAT_HIGHEST_FIREFIGHTER_MISSION_LEVEL = 445, //Highest Firefighter Mission level
STAT_TOTAL_FIRES_EXTINGUISHED = 446, //Total fires extinguished
STAT_KGS_OF_EXPLOSIVES_USED = 447, //Kgs of explosives used
STAT_NUMBER_OF_POLICE_BRIBES = 448, //Number of Police bribes
STAT_FIRES_STARTED_INT = 449, //Fires started
STAT_HIGHEST_NUMBER_OF_PEDS_KILLED_IN_ONE_SPREE = 450, //Highest number of peds killed in one spree
STAT_HIGHEST_NUMBER_OF_COPS_KILLED_IN_ONE_SPREE = 451, //Highest number of cops killed in one spree
STAT_HIGHEST_NUMBER_OF_VEHICLES_DESTROYED_IN_ONE_SPREE = 452, //Highest number of vehicles destroyed in one spree
STAT_HIGHEST_NUMBER_OF_COP_CARS_DESTROYED_IN_ONE_SPREE = 453, //Highest number of cop cars destroyed in one spree
STAT_HIGHEST_NUMBER_OF_PED_KILLS_ON_SPREE = 454, //Highest number of ped kills on spree
STAT_HIGHEST_NUMBER_OF_POLICE_KILLS_ON_SPREE = 455, //Highest number of police kills on spree
STAT_HIGHEST_NUMBER_OF_CIVILIAN_VEHICLES_DESTROYED_ON_SPREE = 456, //Highest number of civilian vehicles destroyed on spree
STAT_HIGHEST_NUMBER_OF_COP_VEHICLES_DESTROYED_ON_SPREE = 457, //Highest number of cop vehicles destroyed on spree
STAT_HIGHEST_NUMBER_OF_TANKS_DESTROYED_ON_SPREE = 458, //Highest number of tanks destroyed on spree
STAT_RAMPAGES_ATTEMPTED = 459, //Rampages attempted
STAT_RAMPAGES_PASSED = 460, //Rampages passed
STAT_PEOPLE_WASTED_BY_OTHERS = 461, //People wasted by others
STAT_NUMBER_OF_VEHICLES_IMPORTED = 462, //Number of vehicles imported
STAT_GANG_MEMBERS_RECRUITED = 463, //Gang members recruited
STAT_ENEMY_GANG_MEMBERS_KILLED = 464, //Enemy gang members killed
STAT_FRIENDLY_GANG_MEMBERS_KILLED = 465, //Friendly gang members killed
STAT_RECRUITED_GANG_MEMBERS_KILLED = 466, //Recruited gang members killed
STAT_TIME_SPENT_LOOKING_THROUGH_TELESCOPE = 467, //Time spent looking through telescope
STAT_PLANES_EXPLODED = 468, //Planes exploded
STAT_NUMBER_OF_EXOTIC_EXPORTS_DONE = 469, //Number of Exotic Exports done
STAT_ADDICTION_LEVEL = 473, //Addiction level
STAT_FAVORITE_RADIO_STATION = 474, //Favorite radio station
STAT_LEAST_FAVORITE_STATION = 475, //Least favorite station
STAT_FAVORITE_TRANSPORT = 476, //Favorite transport
STAT_FAVORITE_CAR = 477, //Favorite car
STAT_FAVORITE_BIKE = 478, //Favorite bike
STAT_FAVORITE_BOAT = 479, //Favorite boat
STAT_FAVORITE_HELICOPTER = 480, //Favorite helicopter
STAT_MILES_TRAVELLED = 481, //Miles travelled
STAT_PLAYER_IMAGE = 482, //Player image
STAT_FAVORITE_CAR_COLOR = 483, //Favorite car color
STAT_TOP_VEHICLE_SPEED = 484, //Top Vehicle Speed
STAT_FAVORITE_ACTIVITY = 486, //Favorite activity
STAT_NIKO_AND_ROMAN_HANGOUT = 487, //Niko and Roman hangout
STAT_NIKO_AND_JACOB_HANGOUT = 488, //Niko and Jacob hangout
STAT_NIKO_AND_BRUCIE_HANGOUT = 489, //Niko and Brucie hangout
STAT_NIKO_AND_DWAYNE_HANGOUT = 490, //Niko and Dwayne hangout
STAT_NIKO_AND_PACKIE_HANGOUT = 491, //Niko and Packie hangout
STAT_FAVORITE_SHOP = 492, //Favorite shop
STAT_FAVORITE_INTERNET_SITE = 493, //Favorite internet site
STAT_LAST_MISSION_NAME = 494, //Last mission name
STAT_VEHICLES_BLOWN_UP = 500, //Vehicles blown up
STAT_HEALTH = 501, //Health5
STAT_GANG_MEMBER_COUNT = 502, //Gang member count
} eIntStatistic;
typedef enum eFloatStatistic
{
STAT_GAME_PROGRESS = 0, //Game progress
STAT_ROMAN_LIKE = 1, //Roman like
STAT_ROMAN_RESPECT = 2, //Roman respect
STAT_ROMAN_MISSION_PROGRESS = 3, //Roman mission progress
STAT_VLAD_MISSION_PROGRESS = 4, //Vlad mission progress
STAT_JACOB_LIKE = 5, //Jacob like
STAT_JACOB_RESPECT = 6, //Jacob respect
STAT_JACOB_MISSION_PROGRESS = 7, //Jacob mission progress
STAT_FAUSTIN_MISSION_PROGRESS = 8, //Faustin mission progress
STAT_MANNY_MISSION_PROGRESS = 9, //Manny mission progress
STAT_ELIZABETA_MISSION_PROGRESS = 10, //Elizabeta mission progress
STAT_DWAYNE_LIKE = 11, //Dwayne like
STAT_DWAYNE_RESPECT = 12, //Dwayne respect
STAT_DWAYNE_MISSION_PROGRESS = 13, //Dwayne mission progress
STAT_BRUCIE_LIKE = 14, //Brucie like
STAT_BRUCIE_RESPECT = 15, //Brucie respect
STAT_BRUCIE_MISSION_PROGRESS = 16, //Brucie mission progress
STAT_PLAYBOY_MISSION_PROGRESS = 17, //Playboy mission progress
STAT_FRANCIS_MISSION_PROGRESS = 18, //Francis mission progress
STAT_ULPC_MISSION_PROGRESS = 19, //U.L.P.C. mission progress
STAT_PACKIE_LIKE = 20, //Packie like
STAT_PACKIE_RESPECT = 21, //Packie respect
STAT_PACKIE_MISSION_PROGRESS = 22, //Packie mission progress
STAT_RAY_MISSION_PROGRESS = 23, //Ray mission progress
STAT_GERRY_MISSION_PROGRESS = 24, //Gerry mission progress
STAT_DERRICK_MISSION_PROGRESS = 25, //Derrick mission progress
STAT_BERNIE_MISSION_PROGRESS = 26, //Bernie mission progress
STAT_BELL_MISSION_PROGRESS = 27, //Bell mission progress
STAT_GAMBETTI_MISSION_PROGRESS = 28, //Gambetti mission progress
STAT_JIMMY_MISSION_PROGRESS = 29, //Jimmy mission progress
STAT_CARMEN_ORTIZ_FONDNESS = 30, //Carmen Ortiz fondness
STAT_CARMEN_TRUST = 31, //Carmen trust
STAT_ALEX_CHILTON_FONDNESS = 32, //Alex Chilton fondness
STAT_ALEX_TRUST = 33, //Alex trust
STAT_KIKI_JENKINS_FONDNESS = 34, //Kiki Jenkins fondness
STAT_KIKI_TRUST = 35, //Kiki trust
STAT_MICHELLE_FONDNESS = 36, //Michelle fondness
STAT_MICHELLE_TRUST = 37, //Michelle trust
STAT_KATE_FONDNESS = 38, //Kate fondness
STAT_KATE_TRUST = 39, //Kate trust
STAT_SHOOTING_ACCURACY = 40, //Shooting accuracy
STAT_KILLS_PERCENT_IN_FREE_AIM = 41, //Kills % in free aim
STAT_BIKE_OR_CAR_AVERAGE_SPEED = 42, //Bike/Car Average speed
STAT_PLAYING_TIME = 44, //Playing time
STAT_LONGEST_COP_CHASE_TIME = 45, //Longest cop chase time
STAT_TIME_WANTED_ON_6_STARS = 46, //Time wanted on 6 stars
STAT_LAST_COP_CHASE_TIME = 47, //Last cop chase time
STAT_TIME_SPENT_IN_THE_WATER = 49, //Time spent in the water
STAT_TIME_SPENT_SHOPPING = 50, //Time spent shopping
STAT_TIME_SPENT_IN_COVER = 51, //Time spent in cover
STAT_POOL_PLAYED_TIME = 52, //Pool played time
STAT_DARTS_TIME_PLAYED = 53, //Darts time played
STAT_BOWLING_TIME_PLAYED = 54, //Bowling time played
STAT_TOTAL_RACE_TIME = 55, //Total race time
STAT_SOUTH_BROKER_RECORD = 56, //South Broker record
STAT_AIRPORT_RUN_RECORD = 57, //Airport Run record
STAT_DUKES_BOULEVARD_RECORD = 58, //Dukes Boulevard record
STAT_SOUTH_ALGONQUIN_RECORD = 59, //South Algonquin record
STAT_STAR_JUNCTION_RECORD = 60, //Star Junction record
STAT_ROAD_TO_BOHAN_RECORD = 61, //Road to Bohan record
STAT_NORTH_ALDERNEY_RECORD = 62, //North Alderney record
STAT_ELEVATED_RECORD = 63, //Elevated record
STAT_SOUTH_ALDERNEY_RECORD = 64, //South Alderney record
STAT_QUB3D_TIME_PLAYED = 65, //QUB3D time played
STAT_BOATING_TIME = 66, //Boating time
STAT_HELI_RIDE_TIME = 67, //Heli ride time
STAT_TIME_SPENT_ON_INTERNET = 68, //Time spent on internet
STAT_TIME_SPENT_CALLING = 69, //Time spent calling
STAT_TIME_SPENT_WALKING = 70, //Time spent walking
STAT_TIME_SPENT_DRIVING_CAR = 71, //Time spent driving car
STAT_TIME_SPENT_DRIVING_HELI = 72, //Time spent driving heli
STAT_TIME_SPENT_DRIVING_BIKE = 73, //Time spent driving bike
STAT_TIME_SPENT_DRIVING_BOAT = 74, //Time spent driving boat
STAT_TIME_SPENT_SWIMING = 75, //Time spent swiming
STAT_MILES_BY_HELICOPTER = 76, //Miles by helicopter
STAT_MILES_BY_CAR = 77, //Miles by car
STAT_MILES_BY_BIKE = 78, //Miles by bike
STAT_MILES_BY_BOAT = 79, //Miles by boat
STAT_MILES_ON_FOOT = 80, //Miles on foot
STAT_MILES_SWAM = 81, //Miles swam
STAT_LONGEST_2WHEEL_STUNT = 82, //Longest 2wheel stunt
STAT_LONGEST_BIKE_STOPPIE = 83, //Longest bike stoppie
STAT_LONGEST_BIKE_WHEELIE = 84, //Longest bike wheelie
STAT_MILES_BY_TRAIN = 85, //Miles by train
STAT_MILES_AS_TAXI_PASSENGER = 86, //Miles as taxi passenger
STAT_FARTHEST_JUMP_DISTANCE = 87, //Farthest jump distance
STAT_HIGHEST_JUMP_REACHED = 88, //Highest jump reached
STAT_LONGEST_FREE_FALL = 89, //Longest free fall
STAT_SPENT_ON_PAY_N_SPRAY = 90, //Spent on Pay 'n' Spray
STAT_SPENT_ON_DATES = 91, //Spent on dates
STAT_SPENT_BUYING_CLOTHES = 92, //Spent buying clothes
STAT_MADE_FROM_MISSIONS = 93, //Made from missions
STAT_SPENT_IN_BARS_AND_CLUBS = 94, //Spent in bars & clubs
STAT_SPENT_ON_PROSTITUTES = 95, //Spent on prostitutes
STAT_SPENT_IN_STRIP_CLUBS = 96, //Spent in strip clubs
STAT_SPENT_ON_FOOD = 97, //Spent on food
STAT_SPENT_ON_TAXIS = 98, //Spent on taxis
STAT_MONEY_LOST_ON_STREET_RACES = 99, //Money lost on street races
STAT_MADE_FROM_VIGILANTE = 100, //Made from vigilante
STAT_SPENT_ON_COP_BRIDES = 101, //Spent on cop brides
STAT_SPENT_ON_HEALTH_CARE = 102, //Spent on health care
STAT_GIVEN_TO_TRAMPS = 103, //Given to tramps
STAT_SPENT_ON_VENDORS = 104, //Spent on vendors
STAT_SPENT_ON_BINOCULARS = 105, //Spent on binoculars
STAT_SPENT_IN_GUN_SHOP = 106, //Spent in gun shop
STAT_MOST_SPENT_ON_A_DATE = 107, //Most spent on a date
STAT_CURRENT_MONEY = 108, //Current money
STAT_MADE_FROM_STREET_RACES = 109, //Made from street races
STAT_TOTAL_PROGRESS = 110, //Total progress
STAT_LONGEST_STOPPIE_TIME = 111, //Longest stoppie time
STAT_LONGEST_WHEELIE_TIME = 112, //Longest wheelie time
STAT_LONGEST_2WHEEL_TIME = 113, //Longest 2wheel time
STAT_FLIGHT_TIME = 114, //Flight time
STAT_RESPECT_TOTAL = 115, //Respect total
STAT_MONEY_MADE_FROM_USJS = 116, //Money made from USJs
STAT_PICKED_UP_ON_STREET = 117, //Picked up on street
STAT_LONGEST_NON_STOP_GAME = 118, //Longest non-stop game
STAT_MADE_FROM_VEHICLE_THEFTS = 119, //Made from vehicle thefts
STAT_MADE_FROM_RANDOM_PEDS = 120, //Made from random peds
} eFloatStatistic;
typedef enum ePedComponent
{
// This is a complete guess and needs to be properly tested and verified...
PED_COMPONENT_HEAD, // head
PED_COMPONENT_UPPER, // uppr
PED_COMPONENT_LOWER, // lowr
PED_COMPONENT_SUSE, // suse
PED_COMPONENT_HAND, // hand
PED_COMPONENT_FEET, // feet
PED_COMPONENT_JACKET, // jack
PED_COMPONENT_HAIR, // hair
PED_COMPONENT_SUS2, // sus2
PED_COMPONENT_TEEF, // teef
PED_COMPONENT_FACE, // face
} ePedComponent;
typedef enum ePedRace
{
// Needs to be tested and verified
PED_RACE_UNIVERSAL = 1, // uni
PED_RACE_WHITE, // whi
PED_RACE_BLACK, // bla
PED_RACE_CHINESE, // chi
PED_RACE_LATINO, // lat
PED_RACE_ARABIC, // ara
PED_RACE_BAL, // bal wth is this?
PED_RACE_JAMAICAN, // jam guessed!
PED_RACE_KOREAN, // kor
PED_RACE_ITALIAN, // ita
PED_RACE_PAKISTANI, // pak another guess!
} ePedRace;
typedef enum eCheat
{
/*
CHEAT_HEALTH_AND_WEAPONS,
CHEAT_HEALTH,
CHEAT_ADVANCED_WEAPONS,
CHEAT_POOR_WEAPONS,
CHEAT_MONEY,
CHEAT_WEATHER,
CHEAT_ANNIHILATOR,
CHEAT_JETMAX,
CHEAT_NRG_900,
CHEAT_SANCHEZ,
CHEAT_FIB_BUFFALO,
CHEAT_COMET,
CHEAT_TURISMO,
CHEAT_COGNOSCENTI,
CHEAT_SUPERGT,
*/
CHEAT_WANTED_DOWN = 3,
CHEAT_WANTED_UP = 4,
CHEAT_AHEAD_ONE_HOUR = 16,
} eCheat;
typedef enum eVehicleDoor
{
VEHICLE_DOOR_LEFT_FRONT,
VEHICLE_DOOR_RIGHT_FRONT,
VEHICLE_DOOR_LEFT_REAR,
VEHICLE_DOOR_RIGHT_REAR,
VEHICLE_DOOR_HOOD,
VEHICLE_DOOR_TRUNK,
} eVehicleDoor;
typedef enum eVehicleLights
{
VEHICLE_LIGHTS_0,
VEHICLE_LIGHTS_1,
VEHICLE_LIGHTS_2,
} eVehicleLights;
typedef enum eVehicleDoorLock
{
VEHICLE_DOOR_LOCK_0,
VEHICLE_DOOR_UNLOCKED,
VEHICLE_DOOR_LOCKED,
VEHICLE_DOOR_LOCK_3,
VEHICLE_DOOR_LOCKED_BOTH_SIDES,
} eVehicleDoorLock;
typedef enum eBlipSprite
{
BLIP_DESTINATION,
BLIP_DESTINATION_1,
BLIP_DESTINATION_2,
BLIP_OBJECTIVE,
BLIP_OBJECTIVE_4,
BLIP_OBJECTIVE_5,
BLIP_PLAYER,
BLIP_NORTH,
BLIP_WAYPOINT,
BLIP_PISTOL,
BLIP_SHOTGUN,
BLIP_SMG,
BLIP_RIFLE,
BLIP_ROCKET,
BLIP_GRENADE,
BLIP_MOLOTOV,
BLIP_SNIPER,
BLIP_BASEBALL_BAT,
BLIP_KNIFE,
BLIP_HEALTH,
BLIP_ARMOR,
BLIP_BURGER_SHOT,
BLIP_CLUCKIN_BELL,
BLIP_VLAD,
BLIP_INTERNET,
BLIP_MANNY,
BLIP_LITTLE_JACOB,
BLIP_ROMAN,
BLIP_FAUSTIN,
BLIP_SAFEHOUSE,
BLIP_TAXI_RANK,
BLIP_BERNIE,
BLIP_BRUCIE,
BLIP_UNKNOWN_CONTACT,
BLIP_DWAYNE,
BLIP_ELIZABETA,
BLIP_GAMBETTI,
BLIP_JIMMY_PEGORINO,
BLIP_DERRICK,
BLIP_FRANCIS,
BLIP_GERRY,
BLIP_KATIE,
BLIP_PACKIE,
BLIP_PHIL_BELL,
BLIP_PLAYBOY_X,
BLIP_RAY_BOCCINO,
BLIP_8_BALL,
BLIP_BAR,
BLIP_BOAT_TOUR,
BLIP_BOWLING,
BLIP_CLOTHES_SHOP,
BLIP_CLUB,
BLIP_DARTS,
BLIP_DWAYNE_RED,
BLIP_DATE,
BLIP_PLAYBOY_X_RED,
BLIP_HELITOUR,
BLIP_RESTAURANT,
BLIP_STATION,
BLIP_WEAPONS,
BLIP_POLICE_STATION,
BLIP_FIRE_STATION,
BLIP_HOSPITAL,
BLIP_MALE,
BLIP_FEMALE,
BLIP_FINISH_LINE,
BLIP_STRIP_CLUB,
BLIP_CONSOLE_GAME,
BLIP_COP_CAR,
BLIP_DIMITRI,
BLIP_COMEDY_CLUB,
BLIP_CABARET_CLUB,
BLIP_RANSOM,
BLIP_COP_CHOPPER,
BLIP_MICHELLE,
BLIP_PAY_N_SPRAY,
BLIP_ASSASSIN,
BLIP_REVENGE,
BLIP_DEAL,
BLIP_GARAGE,
BLIP_LAWYER,
BLIP_TROPHY,
BLIP_MULTIPLAYER_TUTORIAL,
BLIP_STATION_3,
BLIP_STATION_8,
BLIP_STATION_A,
BLIP_STATION_B,
BLIP_STATION_C,
BLIP_STATION_E,
BLIP_STATION_J,
BLIP_STATION_K,
BLIP_CAR_WASH,
BLIP_UNITED_LIBERTY_PAPER,
BLIP_BOSS,
BLIP_BASE
} eBlipSprite ;
typedef enum eBlipType
{
BLIP_TYPE_CAR = 1,
BLIP_TYPE_CHAR = 2, // ENEMY
BLIP_TYPE_OBJECT = 3,
BLIP_TYPE_COORD = 4,
BLIP_TYPE_CONTACT = 5, // FRIEND
BLIP_TYPE_PICKUP = 6,
BLIP_TYPE_UNKNOWN = 7,
BLIP_TYPE_PICKUP_2 = 8,
// not complete
} eBlipType;
typedef enum eWeather
{
WEATHER_EXTRA_SUNNY,
WEATHER_SUNNY,
WEATHER_SUNNY_WINDY,
WEATHER_CLOUDY,
WEATHER_RAINING,
WEATHER_DRIZZLE,
WEATHER_FOGGY,
WEATHER_LIGHTNING,
WEATHER_EXTRA_SUNNY_2,
WEATHER_SUNNY_WINDY_2,
} eWeather;
typedef enum eLanguage
{
LANGUAGE_AMERICAN,
LANGUAGE_FRENCH,
LANGUAGE_GERMAN,
LANGUAGE_ITALIAN,
LANGUAGE_SPANISH,
LANGUAGE_RUSSIAN,
} eLanguage;
typedef enum eRadioStation
{
RADIO_VIBE, // THE_VIBE THE VIBE 98.8
RADIO_LIBERTY_ROCK, // LIBERTY_ROCK LRR 97.8 LIBERTY ROCK RADIO
RADIO_JAZZ, // JAZZ_NATION JAZZ NATION RADIO 108.5
RADIO_MASSIVE, // BOBBY_KONDERS MASSIVE B
RADIO_K109, // K109_THE_STUDIO K 109 THE STUDIO
RADIO_WKTT, // WKTT WKTT RADIO
RADIO_LCHC, // HARDCORE LCHC (WHERE HARDCORE LIVES)
RADIO_JOURNEY, // CLASSICAL_AMBIENT THE JOURNEY
RADIO_FUSION, // FUSION_FM FUSION FM
RADIO_BEAT, // BEAT_95 THE BEAT 102.7
RADIO_BROKER, // DANCE_ROCK RADIO BROKER
RADIO_VLADIVOSTOK, // VLADIVOSTOK VLADIVOSTOK FM
RADIO_PLR, // PLR PLR - PUBLIC LIBERTY RADIO
RADIO_SAN_JUAN_SOUNDS, // SAN_JUAN_SOUNDS SAN JUAN SOUNDS
RADIO_ELECTRO, // DANCE_MIX ELECTRO-CHOC
RADIO_CLASSICS, // NY_CLASSICS THE CLASSICS 104.1
RADIO_IF99, // AFRO_BEAT IF 99 - INTERNATIONAL FUNK
RADIO_TUFF, // BABYLON TUFF GONG
RADIO_MP3, // INDEPENDENT INPEDENDENCE FM
RADIO_INTEGRITY // INTEGRITY INTEGRITY 2.0*
} eRadioStation;
typedef enum eAnimationFlags
{
ANIMATION_FLAG_NONE = 0,
ANIMATION_FLAG_UNKNOWN01 = 1,
ANIMATION_FLAG_UNKNOWN02 = 2,
ANIMATION_FLAG_UNKNOWN03 = 4,
ANIMATION_FLAG_UNKNOWN04 = 8,
ANIMATION_FLAG_UNKNOWN05 = 0x10,//loop
ANIMATION_FLAG_UNKNOWN06 = 0x20,
ANIMATION_FLAG_UNKNOWN07 = 0x40,
ANIMATION_FLAG_UNKNOWN08 = 0x80,
ANIMATION_FLAG_UNKNOWN09 = 0x100,
ANIMATION_FLAG_UNKNOWN10 = 0x200,
ANIMATION_FLAG_UNKNOWN11 = 0x400,
ANIMATION_FLAG_UNKNOWN12 = 0x800
} eAnimationFlags;
typedef enum eBlipColor
{
BLIP_COLOR_WHITE,
BLIP_COLOR_DARK_RED,
BLIP_COLOR_DARK_GREEN,
BLIP_COLOR_CYAN,
BLIP_COLOR_GREY,
BLIP_COLOR_YELLOW,
BLIP_COLOR_ORANGE,
BLIP_COLOR_PURPLE,
BLIP_COLOR_GREEN,
BLIP_COLOR_RED,
BLIP_COLOR_LIGHT_RED,
BLIP_COLOR_LIGHT_ORANGE,
BLIP_COLOR_DARK_TURQUOISE,
BLIP_COLOR_TURQUOISE,
BLIP_COLOR_LIGHT_YELLOW
} eBlipColor;
typedef enum ePlayerColor
{
PLAYER_COLOR_BLACK,
PLAYER_COLOR_ORANGE,
PLAYER_COLOR_PURPLE,
PLAYER_COLOR_GREEN,
PLAYER_COLOR_RED,
PLAYER_COLOR_YELLOW,
PLAYER_COLOR_BLUE,
PLAYER_COLOR_HOT_PINK,
PLAYER_COLOR_TAN,
PLAYER_COLOR_DARK_GREEN,
PLAYER_COLOR_DARK_BLUE,
PLAYER_COLOR_PINK,
PLAYER_COLOR_LIGHT_BLUE,
PLAYER_COLOR_OLIVE_GREEN,
PLAYER_COLOR_LIGHT_GREEN,
PLAYER_COLOR_GRAY,
PLAYER_COLOR_BROWN
} ePlayerColor;
typedef enum eBlipDisplay
{
BLIP_DISPLAY_ARROW_AND_MAP = 4,
BLIP_DISPLAY_ARROW_ONLY = 1,
BLIP_DISPLAY_HIDDEN = 0,
BLIP_DISPLAY_MAP_ONLY = 2
} eBlipDisplay;
typedef enum eBone
{
BONE_EXTRA1 = 0xB064,
BONE_EXTRA2 = 0xB065,
BONE_EXTRA3 = 0xB066,
BONE_FACE_CENTRAL_JAW_JOINT_A = 0x7916,
BONE_FACE_CENTRAL_LOW_LID_JOINT = 0x78FA,
BONE_FACE_LEFT_BROW_JOINT_A = 0x78F7,
BONE_FACE_LEFT_BROW_JOINT_B = 0x78F8,
BONE_FACE_LEFT_CHEEK_JOINT = 0x78FB,
BONE_FACE_LEFT_CORNER_JOINT_A = 0x7903,
BONE_FACE_LEFT_CORNER_JOINT_B = 0x79F4,
BONE_FACE_LEFT_EYE_JOINT = 0x78FC,
BONE_FACE_LEFT_JAW_JOINT_A = 0x7904,
BONE_FACE_LEFT_JAW_JOINT_B = 0x7905,
BONE_FACE_LEFT_LID_JOINT = 0x78F9,
BONE_FACE_LEFT_LIP_UP_JOINT_A = 0x7906,
BONE_FACE_RIGHT_BROW_JOINT_A = 0x7907,
BONE_FACE_RIGHT_BROW_JOINT_B = 0x7908,
BONE_FACE_RIGHT_CHEEK_JOINT = 0x790A,
BONE_FACE_RIGHT_CORNER_JOINT_A = 0x790C,
BONE_FACE_RIGHT_CORNER_JOINT_B = 0x79F3,
BONE_FACE_RIGHT_EYE_JOINT = 0x790B,
BONE_FACE_RIGHT_JAW_JOINT_A = 0x7913,
BONE_FACE_RIGHT_JAW_JOINT_B = 0x7914,
BONE_FACE_RIGHT_LID_JOINT = 0x7909,
BONE_FACE_RIGHT_LIP_UP_JOINT_A = 0x7915,
BONE_HD_FACE_CENTRAL_BROW = 0x7F94,
BONE_HD_FACE_CENTRAL_JAW = 0x7F9B,
BONE_HD_FACE_CENTRAL_JAW_JOINT = 0xA913,
BONE_HD_FACE_CENTRAL_JAW_POINT = 0xC944,
BONE_HD_FACE_FOREHEAD = 0xA8F6,
BONE_HD_FACE_LEFT_BROW = 0x7F9A,
BONE_HD_FACE_LEFT_BROW_JOINT_A = 0xA905,
BONE_HD_FACE_LEFT_BROW_JOINT_B = 0xA917,
BONE_HD_FACE_LEFT_EYEBALL = 0x7F98,
BONE_HD_FACE_LEFT_EYE_JOINT = 0xA8F7,
BONE_HD_FACE_LEFT_EYELID = 0x7F99,
BONE_HD_FACE_LEFT_LIP_CORNER_JOINT = 0xA8F9,
BONE_HD_FACE_LEFT_LOW_CHEEK_JOINT = 0xA8FA,
BONE_HD_FACE_LEFT_LOWER_LID_JOINT = 0xA903,
BONE_HD_FACE_LEFT_LOWER_LIP = 0x7FA7,
BONE_HD_FACE_LEFT_LOWER_LIP_JOINT = 0xA915,
BONE_HD_FACE_LEFT_LOWER_LIP_POINT = 0xC948,
BONE_HD_FACE_LEFT_MOUTH_CORNER = 0x7FA5,
BONE_HD_FACE_LEFT_UPPER_CHEEK_JOINT = 0xA8F8,
BONE_HD_FACE_LEFT_UPPER_LID_JOINT = 0xA8FC,
BONE_HD_FACE_LEFT_UPPER_LIP = 0x7F9D,
BONE_HD_FACE_LEFT_UPPER_LIP_JOINT = 0xA8FB,
BONE_HD_FACE_LEFT_UPPER_LIP_POINT = 0xC946,
BONE_HD_FACE_RIGHT_BROW = 0x7F95,
BONE_HD_FACE_RIGHT_BROW_JOINT_A = 0xA904,
BONE_HD_FACE_RIGHT_BROW_JOINT_B = 0xA908,
BONE_HD_FACE_RIGHT_EYEBALL = 0x7F97,
BONE_HD_FACE_RIGHT_EYE_JOINT = 0xA916,
BONE_HD_FACE_RIGHT_EYELID = 0x7F96,
BONE_HD_FACE_RIGHT_LIP_CORNER_JOINT = 0xA90B,
BONE_HD_FACE_RIGHT_LOW_CHEEK_JOINT = 0xA90C,
BONE_HD_FACE_RIGHT_LOWER_LID_JOINT = 0xA907,
BONE_HD_FACE_RIGHT_LOWER_LIP = 0x7FA6,
BONE_HD_FACE_RIGHT_LOWER_LIP_JOINT = 0xA914,
BONE_HD_FACE_RIGHT_LOWER_LIP_POINT = 0xC947,
BONE_HD_FACE_RIGHT_MOUTH_CORNER = 0x7FA4,
BONE_HD_FACE_RIGHT_UPPER_CHEEK_JOINT = 0xA909,
BONE_HD_FACE_RIGHT_UPPER_LID_JOINT = 0xA906,
BONE_HD_FACE_RIGHT_UPPER_LIP = 0x7F9C,
BONE_HD_FACE_RIGHT_UPPER_LIP_JOINT = 0xA90A,
BONE_HD_FACE_RIGHT_UPPER_LIP_POINT = 0xC945,
BONE_HD_FACE_TOGUE_JOINT_A = 0xA8F5,
BONE_HD_FACE_TOGUE_JOINT_B = 0xA8F4,
BONE_HEAD = 0x4B5,
BONE_LEFT_ARM_ROLL = 0x3DF1,
BONE_LEFT_CALF = 0x1A3,
BONE_LEFT_CALF_ROLL = 0x38B0,
BONE_LEFT_CLAVICLE = 0x4C0,
BONE_LEFT_FINGER0 = 0x35D0,
BONE_LEFT_FINGER01 = 0x35D1,
BONE_LEFT_FINGER02 = 0x35D2,
BONE_LEFT_FINGER1 = 0x35D3,
BONE_LEFT_FINGER11 = 0x35D4,
BONE_LEFT_FINGER12 = 0x35D5,
BONE_LEFT_FINGER2 = 0x35D6,
BONE_LEFT_FINGER21 = 0x35D7,
BONE_LEFT_FINGER22 = 0x35D8,
BONE_LEFT_FINGER3 = 0x35D9,
BONE_LEFT_FINGER31 = 0x35E0,
BONE_LEFT_FINGER32 = 0x35E1,
BONE_LEFT_FINGER4 = 0x35E2,
BONE_LEFT_FINGER41 = 0x35E3,
BONE_LEFT_FINGER42 = 0x35E4,
BONE_LEFT_FOOT = 420,
BONE_LEFT_FOREARM = 0x4C2,
BONE_LEFT_FOREARM_TWIST = 0x38A1,
BONE_LEFT_FOREARM_TWIST1 = 0x38A2,
BONE_LEFT_HAND = 0x4C3,
BONE_LEFT_THIGH = 0x1A2,
BONE_LEFT_TOE = 0x1A5,
BONE_LEFT_UPPERARM = 0x4C1,
BONE_LEFT_UPPERARM_ROLL = 0x38A0,
BONE_NECK = 0x4B4,
BONE_NECK_ROLL = 0x37A0,
BONE_PELVIS = 0x1A1,
BONE_RIGHT_ARM_ROLL = 0x3E01,
BONE_RIGHT_CALF = 0x1A8,
BONE_RIGHT_CALF_ROLL = 0x39B0,
BONE_RIGHT_CLAVICLE = 0x4C7,
BONE_RIGHT_FINGER0 = 0x35B0,
BONE_RIGHT_FINGER01 = 0x35B1,
BONE_RIGHT_FINGER02 = 0x35B2,
BONE_RIGHT_FINGER1 = 0x35B3,
BONE_RIGHT_FINGER11 = 0x35B4,
BONE_RIGHT_FINGER12 = 0x35B5,
BONE_RIGHT_FINGER2 = 0x35B6,
BONE_RIGHT_FINGER21 = 0x35B7,
BONE_RIGHT_FINGER22 = 0x35B8,
BONE_RIGHT_FINGER3 = 0x35B9,
BONE_RIGHT_FINGER31 = 0x35C0,
BONE_RIGHT_FINGER32 = 0x35C1,
BONE_RIGHT_FINGER4 = 0x35C2,
BONE_RIGHT_FINGER41 = 0x35C3,
BONE_RIGHT_FINGER42 = 0x35C4,
BONE_RIGHT_FOOT = 0x1A9,
BONE_RIGHT_FOREARM = 0x4C9,
BONE_RIGHT_FOREARM_TWIST = 0x39A1,
BONE_RIGHT_FOREARM_TWIST1 = 0x39A2,
BONE_RIGHT_HAND = 0x4D0,
BONE_RIGHT_THIGH = 0x1A7,
BONE_RIGHT_TOE = 0x4B0,
BONE_RIGHT_UPPERARM = 0x4C8,
BONE_RIGHT_UPPERARM_ROLL = 0x39A0,
BONE_ROOT = 0,
BONE_SPINE = 0x4B2,
BONE_SPINE1 = 0x4B3,
BONE_SPINE2 = 0x36A0,
BONE_SPINE3 = 0x36A1,
BONE_UNKNOWN = -1
} eBone;
typedef enum eDoorLock
{
DOOR_LOCK_CAN_OPEN_FROM_INSIDE = 3,
DOOR_LOCK_IMPOSSIBLE_TO_OPEN = 4,
DOOR_LOCK_NONE = 0
} eDoorLock;
typedef enum eDrivingStyle // check
{
DRIVING_STYLE_NORMAL,
DRIVING_STYLE_IGNORE_LIGHTS_AND_LANES,
DRIVING_STYLE_IGNORE_STREETS,
DRIVING_STYLE_IGNORE_LIGHTS
} eDrivingStyle;
typedef enum eExplosionType
{
EXPLOSION_TYPE_DEFAULT,
EXPLOSION_TYPE_MOLOTOV,
EXPLOSION_TYPE_ROCKET
} eExplosionType ;
typedef enum eGameKey
{
GAME_KEY_ACTION = 0x17,
GAME_KEY_AIM = 0x57,
GAME_KEY_ATTACK = 4,
GAME_KEY_CROUCH = 20,
GAME_KEY_ENTER_CAR = 3,
GAME_KEY_ESC = 0x3D,
GAME_KEY_JUMP = 2,
GAME_KEY_LAST_WEAPON = 9,
GAME_KEY_LOOK_BEHIND = 7,
GAME_KEY_MOVE_BACKWARD = 0x443,
GAME_KEY_MOVE_FORWARD = 0x442,
GAME_KEY_MOVE_LEFT = 0x444,
GAME_KEY_MOVE_RIGHT = 0x445,
GAME_KEY_NAV_BACK = 0x4E,
GAME_KEY_NAV_DOWN = 0x40,
GAME_KEY_NAV_ENTER = 0x4D,
GAME_KEY_NAV_LEAVE = 0x4C,
GAME_KEY_NAV_LEFT = 0x42,
GAME_KEY_NAV_RIGHT = 0x43,
GAME_KEY_NAV_UP = 0x41,
GAME_KEY_NEXT_WEAPON = 8,
GAME_KEY_PHONE = 0x15,
GAME_KEY_RADAR_ZOOM = 0x56,
GAME_KEY_RELOAD = 0x1D,
GAME_KEY_SEEK_COVER = 0x1C,
GAME_KEY_SOUND_HORN = 0x36,
GAME_KEY_SPRINT = 1
} eGameKey;
typedef enum eGameKeyDirection
{
GAME_KEY_DIRECTION_BACKWARDS = 2,
GAME_KEY_DIRECTION_BACKWARDS_LEFT = 6,
GAME_KEY_DIRECTION_BACKWARDS_RIGHT = 10,
GAME_KEY_DIRECTION_FORWARD = 1,
GAME_KEY_DIRECTION_FORWARD_LEFT = 5,
GAME_KEY_DIRECTION_FORWARD_RIGHT = 9,
GAME_KEY_DIRECTION_LEFT = 4,
GAME_KEY_DIRECTION_NONE = 0,
GAME_KEY_DIRECTION_RIGHT = 8
} eGameKeyDirection;
typedef enum eGameMode
{
GAME_MODE_SINGLE_PLAYER = -1,
GAME_MODE_DEATHMATCH = 0,
GAME_MODE_TEAM_DEATHMATCH = 1,
GAME_MODE_MAFIYA_WORK = 2,
GAME_MODE_TEAM_MAFIYA_WORK = 3,
GAME_MODE_TEAM_CAR_JACK_CITY = 4,
GAME_MODE_CAR_JACK_CITY = 5,
GAME_MODE_RACE = 6,
GAME_MODE_GTA_RACE = 7,
GAME_MODE_PARTY_MODE = 8,
GAME_MODE_UNKNOWN_9 = 9,
GAME_MODE_COPS_AND_CROOKS = 10,
GAME_MODE_UNKNOWN_11 = 11,
GAME_MODE_TURF_WAR = 12,
GAME_MODE_DEAL_BREAKER = 13,
GAME_MODE_HANGMANS_NOOSE = 14,
GAME_MODE_BOMB_DA_BASE_II = 15,
GAME_MODE_FREE_MODE = 16,
} eGameMode;
typedef enum eTeamIndex
{
TEAM_INDEX_ORANGE = 0,
TEAM_INDEX_PURPLE = 1,
TEAM_INDEX_GREEN = 2,
TEAM_INDEX_RED = 3,
TEAM_INDEX_YELLOW = 4,
TEAM_INDEX_BLUE = 5,
TEAM_INDEX_PINK = 6,
TEAM_INDEX_TAN = 7,
} eTeamIndex;
typedef enum eGarageType
{
GRAGE_TYPE_UNKNOWN3 = 3,
GRAGE_TYPE_UNKNOWN4 = 4
} eGarageType;
typedef enum eGameType
{
GAME_TYPE_SINGLEPLAYER,
GAME_TYPE_MULTIPLAYER_LAN,
GAME_TYPE_MULTIPLAYER_LIVE,
GAME_TYPE_MULTIPLAYER_LIVE_RANKED
} eGameType;
typedef enum ePedFlag // check it
{
PED_FLAG_NONE,
PED_FLAG_BOWLING,
PED_FLAG_POOL,
PED_FLAG_BASKETBALL,
PED_FLAG_DRIVESPOORCAR,
PED_FLAG_DRIVESAVERAGECAR,
PED_FLAG_DRIVESRICHCAR,
PED_FLAG_DRIVESBIGCAR,
PED_FLAG_DRIVESMOTORCYCLE,
PED_FLAG_DRIVESBOAT,
PED_FLAG_ONFOOT,
PED_FLAG_ARGUE,
PED_FLAG_SMOKER,
PED_FLAG_PHONEUSER,
PED_FLAG_BUYDRUGS,
PED_FLAG_GIVEBUMMONEY,
PED_FLAG_INSULTBUM,
PED_FLAG_REPLYTOHO,
PED_FLAG_TAKETAXI,
PED_FLAG_WATCHFIGHT,
PED_FLAG_LATE,
PED_FLAG_SOFTJACK,
PED_FLAG_MURDERSHAKEFIST,
PED_FLAG_MURDERCALLPOLICE,
PED_FLAG_MURDERRUNAWAY,
PED_FLAG_MURDERATTACK,
PED_FLAG_TAXIDRIVER,
PED_FLAG_POLICEOFFICER,
PED_FLAG_SWAT,
PED_FLAG_FBI,
PED_FLAG_DEA,
PED_FLAG_CSI,
PED_FLAG_PARAMEDIC,
PED_FLAG_FIREMAN,
PED_FLAG_PROSTITUTE,
PED_FLAG_PIMP,
PED_FLAG_BUM,
PED_FLAG_CANCARRYWEAPONS,
PED_FLAG_LIKESART,
PED_FLAG_DISLIKESART,
PED_FLAG_TOURIST,
PED_FLAG_OFFICE,
PED_FLAG_GARDENING,
PED_FLAG_JEWISH,
PED_FLAG_CRIMINAL
} ePedFlag;
typedef enum ePedType
{
PED_TYPE_CIV_MALE,
PED_TYPE_CIV_FEMALE,
PED_TYPE_COP,
PED_TYPE_ALBANIAN_GANG,
PED_TYPE_ANGELS_OF_DEATH,
PED_TYPE_THE_LOST,
PED_TYPE_ITALIAN_MAFIA,
PED_TYPE_RUSSIAN_MOB,
PED_TYPE_GANG_RUSSIAN_GANG,
PED_TYPE_GANG_IRISH_GANG,
PED_TYPE_GANG_JAMAICAN,
PED_TYPE_GANG_AFRICAN_AMERICAN,
PED_TYPE_GANG_KOREAN,
PED_TYPE_GANG_CHINESE_JAPANESE,
PED_TYPE_GANG_PUERTO_RICAN,
PED_TYPE_DEALER,
PED_TYPE_PARAMEDIC,
PED_TYPE_FIREMAN,
PED_TYPE_CRIMINAL,
PED_TYPE_BUM,
PED_TYPE_PROSTITUTE
} ePedType;
typedef enum ePickupType
{
PICKUP_TYPE_NONE = 0,
PICKUP_TYPE_NULL = 1,//Can't pickup, does not disappear
PICKUP_TYPE_REGULAR = 2,//Can pickup, disappears on pickup
PICKUP_TYPE_WEAPON = 0x16
} ePickupType;
typedef enum ePickupModel
{
PICKUP_MODEL_HEALTH_KIT = 0x3fc62578,
PICKUP_MODEL_ARMOUR = 0x972daa10,
PICKUP_MODEL_BASEBALL_BAT = 0x68d19067,
PICKUP_MODEL_POOL_CUE = 0x4e746e14,
PICKUP_MODEL_KNIFE = 0x3dfebd8b,
PICKUP_MODEL_GRENADE = 0x3b373591,
PICKUP_MODEL_MOLOTOV = 0x88b44609,
PICKUP_MODEL_RPG = 0x5603b9ec,
PICKUP_MODEL_GLOCK = 0xf44c839d,
PICKUP_MODEL_DESERT_EAGLE = 0x5caeb064,
PICKUP_MODEL_SHOTGUN = 0x6e10d6c3,
PICKUP_MODEL_BERETTA = 0xddb2b5ad,
PICKUP_MODEL_UZI = 0xafd2e07b,
PICKUP_MODEL_MP5 = 0x65daddfd,
PICKUP_MODEL_AK47 = 0x1bdd0543,
PICKUP_MODEL_M4 = 0x35855559,
PICKUP_MODEL_RIFLE = 0x08762932,
PICKUP_MODEL_M40A1 = 0x22c755b0
} ePickupModel;
typedef enum eRelationship
{
RELATIONSHIP_COMPANION,
RELATIONSHIP_RESPECT,
RELATIONSHIP_LIKE,
RELATIONSHIP_NEUTRAL,
RELATIONSHIP_DISLIKE,
RELATIONSHIP_HATE
} eRelationship;
typedef enum eRelationshipGroup
{
RELATIONSHIP_GROUP_PLAYER,
RELATIONSHIP_GROUP_CIVILLIAN_MALE,
RELATIONSHIP_GROUP_CIVILLIAN_FEMALE,
RELATIONSHIP_GROUP_COP,
RELATIONSHIP_GROUP_GANG_ALBANIAN,
RELATIONSHIP_GROUP_GANG_BIKER1,
RELATIONSHIP_GROUP_GANG_BIKER2,
RELATIONSHIP_GROUP_GANG_ITALIAN,
RELATIONSHIP_GROUP_GANG_RUSSIAN1,
RELATIONSHIP_GROUP_GANG_RUSSIAN2,
RELATIONSHIP_GROUP_GANG_IRISH,
RELATIONSHIP_GROUP_GANG_JAMAICAN,
RELATIONSHIP_GROUP_GANG_AFRICAN_AMERICAN,
RELATIONSHIP_GROUP_GANG_KOREAN,
RELATIONSHIP_GROUP_GANG_CHINESE_JAPANESE,
RELATIONSHIP_GROUP_GANG_PUERTO_RICAN,
RELATIONSHIP_GROUP_DEALER,
RELATIONSHIP_GROUP_MEDIC,
RELATIONSHIP_GROUP_FIREMAN,
RELATIONSHIP_GROUP_CRIMINAL,
RELATIONSHIP_GROUP_BUM,
RELATIONSHIP_GROUP_PROSTITUTE,
RELATIONSHIP_GROUP_SPECIAL,
RELATIONSHIP_GROUP_MISSION_1,
RELATIONSHIP_GROUP_MISSION_2,
RELATIONSHIP_GROUP_MISSION_3,
RELATIONSHIP_GROUP_MISSION_4,
RELATIONSHIP_GROUP_MISSION_5,
RELATIONSHIP_GROUP_MISSION_6,
RELATIONSHIP_GROUP_MISSION_7,
RELATIONSHIP_GROUP_MISSION_8,
RELATIONSHIP_GROUP_NETWORK_PLAYER_01,
RELATIONSHIP_GROUP_NETWORK_PLAYER_02,
RELATIONSHIP_GROUP_NETWORK_PLAYER_03,
RELATIONSHIP_GROUP_NETWORK_PLAYER_04,
RELATIONSHIP_GROUP_NETWORK_PLAYER_05,
RELATIONSHIP_GROUP_NETWORK_PLAYER_06,
RELATIONSHIP_GROUP_NETWORK_PLAYER_07,
RELATIONSHIP_GROUP_NETWORK_PLAYER_08,
RELATIONSHIP_GROUP_NETWORK_PLAYER_09,
RELATIONSHIP_GROUP_NETWORK_PLAYER_10,
RELATIONSHIP_GROUP_NETWORK_PLAYER_11,
RELATIONSHIP_GROUP_NETWORK_PLAYER_12,
RELATIONSHIP_GROUP_NETWORK_PLAYER_13,
RELATIONSHIP_GROUP_NETWORK_PLAYER_14,
RELATIONSHIP_GROUP_NETWORK_PLAYER_15,
RELATIONSHIP_GROUP_NETWORK_PLAYER_16,
RELATIONSHIP_GROUP_NETWORK_PLAYER_17,
RELATIONSHIP_GROUP_NETWORK_PLAYER_18,
RELATIONSHIP_GROUP_NETWORK_PLAYER_19,
RELATIONSHIP_GROUP_NETWORK_PLAYER_20,
RELATIONSHIP_GROUP_NETWORK_PLAYER_21,
RELATIONSHIP_GROUP_NETWORK_PLAYER_22,
RELATIONSHIP_GROUP_NETWORK_PLAYER_23,
RELATIONSHIP_GROUP_NETWORK_PLAYER_24,
RELATIONSHIP_GROUP_NETWORK_PLAYER_25,
RELATIONSHIP_GROUP_NETWORK_PLAYER_26,
RELATIONSHIP_GROUP_NETWORK_PLAYER_27,
RELATIONSHIP_GROUP_NETWORK_PLAYER_28,
RELATIONSHIP_GROUP_NETWORK_PLAYER_29,
RELATIONSHIP_GROUP_NETWORK_PLAYER_30,
RELATIONSHIP_GROUP_NETWORK_PLAYER_31,
RELATIONSHIP_GROUP_NETWORK_PLAYER_32,
RELATIONSHIP_GROUP_NETWORK_TEAM_1,
RELATIONSHIP_GROUP_NETWORK_TEAM_2,
RELATIONSHIP_GROUP_NETWORK_TEAM_3,
RELATIONSHIP_GROUP_NETWORK_TEAM_4,
RELATIONSHIP_GROUP_NETWORK_TEAM_5,
RELATIONSHIP_GROUP_NETWORK_TEAM_6,
RELATIONSHIP_GROUP_NETWORK_TEAM_7,
RELATIONSHIP_GROUP_NETWORK_TEAM_8
} eRelationshipGroup;
typedef enum eShootMode // check
{
SHOOT_MODE_AIM_ONLY,
SHOOT_MODE_SINGLE_SHOT,
SHOOT_MODE_SINGLE_SHOT_KEEP_AIM,
SHOOT_MODE_BURST,
SHOOT_MODE_CONTINUOUS
} eShootMode;
typedef enum eVehicleType
{
VEHICLE_TYPE_ALL = 0xFF,
VEHICLE_TYPE_ALL_CIVIL = 70,
VEHICLE_TYPE_NONE = 0,
VEHICLE_TYPE_UNKNOWN_1 = 1,
VEHICLE_TYPE_UNKNOWN_2 = 2,
VEHICLE_TYPE_UNKNOWN_3 = 4,
VEHICLE_TYPE_UNKNOWN_4 = 8,
VEHICLE_TYPE_UNKNOWN_5 = 0x10,
VEHICLE_TYPE_UNKNOWN_6 = 0x20,
VEHICLE_TYPE_UNKNOWN_7 = 0x40,
VEHICLE_TYPE_UNKNOWN_8 = 0x80
} eVehicleType;
typedef enum eVehicleWheel
{
VEHICLE_WHEEL_FRONT_LEFT,
VEHICLE_WHEEL_FRONT_RIGHT,
VEHICLE_WHEEL_CENTER_LEFT,
VEHICLE_WHEEL_CENTER_RIGHT,
VEHICLE_WHEEL_REAR_LEFT,
VEHICLE_WHEEL_REAR_RIGHT
} eVehicleWheel;
typedef enum eVehicleWindow
{
VEHICLE_WINDOW_LEFT_FRONT,
VEHICLE_WINDOW_RIGHT_FRONT,
VEHICLE_WINDOW_LEFT_REAR,
VEHICLE_WINDOW_RIGHT_REAR,
VEHICLE_WINDOW_FRONT,
VEHICLE_WINDOW_REAR
} eVehicleWindow;
typedef enum eNmID // Euphoria related (natives *NM_MESSAGE)
{
NM000_STOP_ALL_BEHAVIOURS,
NM001,
NM002_START,
NM003_ACTIVE_POSE,
NM004,
NM005_MASK,
NM006_INCOMING_TRANSFORMS,
NM007,
NM008_BODY_RELAX,
NM009,
NM010_RELAXATION,
NM011_MASK,
NM012_HOLD_POSE,
NM013_DAMPING,
NM014_CONFIGURE_BALANCE,
NM015,
NM016_STEP_HEIGHT,
NM017_LEG_STIFFNESS,
NM018_TAPER_KNEE_STRENGTH,
NM019_BALANCE_ABORT_THRESHOLD,
NM020_STEP_CLAMP_SCALE,
NM021_CONFIGURE_BALANCE_RESET,
NM022,
NM023_DEFINE_ATTACHED_OBJECT,
NM024,
NM025_PART_INDEX,
NM026_WORLD_POS,
NM027_OBJECT_MASS,
NM028_SET_STIFFNESS,
NM029,
NM030_MASK,
NM031_BODY_STIFFNESS,
NM032_DAMPING,
NM033_BODY_ROLL_UP,
NM034_ROLL_UP,
NM035_MASK,
NM036_STIFFNESS,
NM037_LEG_PUSH,
NM038_ARM_REACH_AMOUNT,
NM039_USE_ARM_TO_SLOW_DOWN,
NM040_ASYMMETRICAL_LEGS,
NM041_BODY_WRITHE,
NM042,
NM043_ARM_STIFFNESS,
NM044_LEG_STIFFNESS,
NM045_BACK_STIFFNESS,
NM046_LEG_PERIOD,
NM047_ARM_PERIOD,
NM048_BACK_PERIOD,
NM049_LEG_DAMPING,
NM050_ARM_DAMPING,
NM051_BACK_DAMPING,
NM052_LEG_AMPLITUDE,
NM053_ARM_AMPLITUDE,
NM054_BACK_AMPLITUDE,
NM055_KNEE_AMPLITUDE,
NM056_ELBOW_AMPLITUDE,
NM057_MASK,
NM058_ROLL_OVER_FLAG,
NM059_ARMS_WINDMILL_ADAPTIVE,
NM060,
NM061_ARM_STIFFNESS,
NM062_BODY_STIFFNESS,
NM063_PERIOD,
NM064_AMPLITUDE,
NM065_PHASE,
NM066_DISABLE_ON_IMPACT,
NM067_PEDAL_LEGS,
NM068,
NM069_BACK_PEDAL,
NM070_LEG_STIFFNESS,
NM071_PEDAL_LEFT_LEG,
NM072_PEDAL_RIGHT_LEG,
NM073_RADIUS,
NM074_ANGULAR_SPEED,
NM075_PEDAL_OFFSET,
NM076_SPEED_ASYMMETRY,
NM077_ADAPTIVE_PEDAL4_DRAGGING,
NM078_ANG_SPEED_MULTIPLIER4_DRAGGING,
NM079_BODY_BALANCE,
NM080_BALANCE,
NM081_BODY_STIFFNESS,
NM082_DAMPING,
NM083_ELBOW,
NM084_SHOULDER,
NM085_MAX_STEPS,
NM086_USE_HEAD_LOOK,
NM087_HEAD_LOOK_POS,
NM088_HEAD_LOOK_INSTANCE_INDEX,
NM089_HEAD_LOOK_ALWAYS_TIMEOUT,
NM090_SOMERSAULT_ANGLE,
NM091_SOMERSAULT_ANGLE_THRESHOLD,
NM092_SIDE_SOMERSAULT_ANGLE,
NM093_SIDE_SOMERSAULT_ANGLE_THRESHOLD,
NM094_RETURNING_TO_BALANCE_ARMS_OUT,
NM095_ARMS_OUT_ON_PUSH,
NM096_ARMS_OUT_STRAIGHTEN_ELBOWS,
NM097_ARMS_OUT_MIN_LEAN2,
NM098_BODY_TURN_TIMEOUT,
NM099_ANG_VEL_MULTIPLIER,
NM100_ANG_VEL_THRESHOLD,
NM101_ARMS_OUT_ON_PUSH_MULTIPLIER,
NM102_ARMS_OUT_ON_PUSH_TIMEOUT,
NM103_USE_BODY_TURN,
NM104_ELBOW_ANGLE_ON_CONTACT,
NM105_BEND_ELBOWS_TIME,
NM106_BEND_ELBOWS_GAIT,
NM107_HEAD_LOOK_AT_VEL_PROB,
NM108_TURN_OFF_PROB,
NM109_TURN2_VEL_PROB,
NM110_TURN_AWAY_PROB,
NM111_TURN_LEFT_PROB,
NM112_TURN_RIGHT_PROB,
NM113_TURN2_TARGET_PROB,
NM114_LEAN_IN_DIRECTION,
NM115,
NM116_DIR,
NM117_LEAN_AMOUNT,
NM118_APPLY_AS_FORCE,
NM119_LEAN_TO_POSITION,
NM120,
NM121_POS,
NM122_LEAN_AMOUNT,
NM123_APPLY_AS_FORCE,
NM124_LEAN_TOWARDS_OBJECT,
NM125,
NM126_OFFSET,
NM127_LEAN_AMOUNT,
NM128_INSTANCE_INDEX,
NM129_APPLY_AS_FORCE,
NM130_BRACE_FOR_IMPACT,
NM131,
NM132_POS,
NM133_LOOK,
NM134_INSTANCE_INDEX,
NM135_BRACE_DISTANCE,
NM136_REACH_ABSORBTION_TIME,
NM137_TARGET_PREDICTION_TIME,
NM138_BODY_STIFFNESS,
NM139_GRAB_DONT_LET_GO,
NM140_GRAB_STRENGTH,
NM141_GRAB_DISTANCE,
NM142_GRAB_REACH_ANGLE,
NM143_GRAB_HOLD_TIMER,
NM144_LEG_STIFFNESS,
NM145_UPPER_BODY_FLINCH,
NM146,
NM147_POS,
NM148_LEFT_HANDED,
NM149_RIGHT_HANDED,
NM150_HAND_DISTANCE_VERTICAL,
NM151_HAND_DISTANCE_LEFT_RIGHT,
NM152_HAND_DISTANCE_FRONT_BACK,
NM153_BODY_STIFFNESS,
NM154_BODY_DAMPING,
NM155_BACK_BEND_AMOUNT,
NM156_USE_LEFT_ARM,
NM157_USE_RIGHT_ARM,
NM158_NOISE_SCALE,
NM159_NEW_HIT,
NM160_TURN_TOWARDS,
NM161_GRAB,
NM162_RIGHT_ARM_GRAB,
NM163_BODY_STIFFNESS,
NM164_GRAB_STRENGTH,
NM165_POS1,
NM166_POS2,
NM167_POS3,
NM168_POS4,
NM169_NORMAL_L,
NM170_NORMAL_R,
NM171_LINEGRAB,
NM172_SURFACE_GRAB,
NM173_JUSTBRACE,
NM174_TRY_TO_PULL_UP,
NM175_USE_LEFT,
NM176_USE_RIGHT,
NM177_INSTANCE_INDEX,
NM178_DONT_LET_GO,
NM179_GRAB_DIST,
NM180_REACH_ANGLE,
NM181_ONE_SIDE_REACH_ANGLE,
NM182_PULL_UP_STRENGTH_LEFT,
NM183_PULL_UP_STRENGTH_RIGHT,
NM184_PULL_UP_TIME,
NM185_GRAB_HOLD_MAX_TIMER,
NM186_INSTANCE_PART_INDEX,
NM187,
NM188_LEFT_ARM_GRAB,
NM189_CATCH_FALL,
NM190_CATCH_FALL_2,
NM191_LEGS_STIFFNESS,
NM192_ARMS_STIFFNESS,
NM193_TORSO_STIFFNESS,
NM194_BACKWARDS_MIN_ARM_OFFSET,
NM195_FORWARD_MAX_ARM_OFFSET,
NM196_Z_AXIS_SPIN_REDUCTION,
NM197_USE_HEAD_LOOK,
NM198_SHOT,
NM199_SHOT,
NM200_BODY_STIFFNESS,
NM201_BODY_PART,
NM202_CROUCHING,
NM203_REACH_FOR_WOUND,
NM204_FLING,
NM205_CHICKEN_ARMS,
NM206_GRAB_HOLD_TIME,
NM207_MAX_STEPS,
NM208_LOOSENESS_AMOUNT,
NM209_STABLE_HANDS_AND_NECK,
NM210_USE_HEAD_LOOK,
NM211_HIT_POINT,
NM212_BULLET_VEL,
NM213_NORMAL,
NM214_HEAD_LOOK,
NM215_TIME_BEFORE_REACH_FOR_WOUND,
NM216_TIME_BEFORE_COLLAPSE_WOUND_LEG,
NM217_SPINE_PAIN_TIME,
NM218_SPINE_PAIN_MULTIPLIER,
NM219_SPINE_PAIN_TWIST_MULTIPLIER,
NM220_USE_CATCH_FALL_ON_FALL,
NM221_HEAD_LOOK_AT_WOUND_MIN_TIMER,
NM222_HEAD_LOOK_AT_WOUND_MAX_TIMER,
NM223_HEAD_LOOK_AT_HEAD_POS_MIN_TIMER,
NM224_HEAD_LOOK_AT_HEAD_POS_MAX_TIMER,
NM225_MELEE,
NM226_ADD_SHOCK_SPIN,
NM227_RANDOMIZE_SHOCK_SPIN_DIRECTION,
NM228_ALWAYS_ADD_SHOCK_SPIN,
NM229_SHOCK_SPIN_MIN,
NM230_SHOCK_SPIN_MAX,
NM231_SHOCK_SPIN_LIFT_FORCE_MULT,
NM232_SHOCK_SPIN_DECAY_MULT,
NM233_SHOCK_SPIN_SCALE_PER_COMPONENT,
NM234_SHOT_RELAX,
NM235,
NM236_RELAX_PERIOD,
NM237_HEAD_LOOK,
NM238,
NM239_DAMPING,
NM240_STIFFNESS,
NM241_INSTANCE_INDEX,
NM242_VEL,
NM243_POS,
NM244_ALWAYS_LOOK,
NM245_ALWAYS_EYES_HORIZONTAL,
NM246_HIGH_FALL,
NM247_HIGH_FALL,
NM248_BODY_STIFFNESS,
NM249_BODYDAMPING,
NM250_PD_STRENGTH,
NM251_CRASH_OR_LAND_CUT_OFF,
NM252_LAND_CUT_OFF_VELOCITY,
NM253_CATCHFALLTIME,
NM254_ARMS_UP,
NM255_LEG_RADIUS,
NM256_LEG_ANG_SPEED,
NM257_ARM_PERIOD,
NM258_ARM_AMPLITUDE,
NM259_FOWARD_ROLL,
NM260_AIM_ANGLE_BASE,
NM261_SIDE_D,
NM262_FOWARD_OFFSET_OF_LEG_IK,
NM263_FOWARD_VEL_ROTATION,
NM264_ORIENTATE_BODY_TO_FALL_DIRECTION,
NM265_USE_ZERO_POSE,
NM266_IGNOR_WORLD_COLLISIONS,
NM267_STAY_UPRIGHT,
NM268,
NM269_STIFFNESS,
NM270_ROLL_DOWN_STAIRS,
NM271,
NM272_STIFFNESS,
NM273_DAMPING,
NM274_FORCEMAG,
NM275_ASYMMETRY,
NM276_M_USE_ARM_TO_SLOW_DOWN,
NM277_USE_ZERO_POSE,
NM278_SPIN_WHEN_IN_AIR,
NM279_M_LEG_PUSH,
NM280_ARM_REACH_LENGTH,
NM281_M_ARM_REACH_AMOUNT,
NM282_TRY_TO_AVOID_HEADBUTTING_GROUND,
NM283_USE_CUSTOM_ROLL_DIR,
NM284_CUSTOM_ROLL_DIR,
NM285_STIFFNESS_DECAY_TIME,
NM286_STIFFNESS_DECAY_TARGET,
NM287_ASYMMETRICAL_LEGS,
NM288_Z_AXIS_SPIN_REDUCTION,
NM289_FALL_OVER_WALL,
NM290,
NM291_BODY_STIFFNESS,
NM292_DAMPING,
NM293_MAG_OF_FORCE,
NM294_MAX_DISTANCE_FROM_PEL_TO_HIT_POINT,
NM295_USE_SPECIFIED_POINT,
NM296_FALL_OVER_POINT,
NM297_FALL_OVER_EDGE,
NM298_BODY_TWIST,
NM299_POINT_ARM,
NM300,
NM301_TARGET,
NM302_TWIST,
NM303_ARM_STRAIGHTNESS,
NM304_USE_LEFT_ARM,
NM305_ARM_STIFFNESS,
NM306_ARM_DAMPING,
NM307_INSTANCE_INDEX,
NM308_POINT_SWING_LIMIT,
NM309_USE_ZERO_POSE_WHEN_NOT_POINTING
} eNmID;
typedef enum eExplosion
{
EXPLOSION_GRENADE,
EXPLOSION_MOLOTOV,
EXPLOSION_ROCKET,
EXPLOSION_HI_OCTANE,
EXPLOSION_CAR,
EXPLOSION_PLANE,
EXPLOSION_PETROL_PUMP,
EXPLOSION_BIKE,
EXPLOSION_DIR_STEAM,
EXPLOSION_DIR_FLAME,
EXPLOSION_DIR_WATER_HYDRANT,
EXPLOSION_DIR_GAS_CANISTER,
EXPLOSION_BOAT,
EXPLOSION_SHIP_DESTROY,
EXPLOSION_TRUCK,
EXPLOSION_EPISODIC_1,//Grenade launcher
EXPLOSION_EPISODIC_2,//explosive shotgun
EXPLOSION_EPISODIC_3,//Anhialator bullets
EXPLOSION_EPISODIC_4,//APC explosive rounds
EXPLOSION_EPISODIC_5,//Buzzard heli rockets
EXPLOSION_EPISODIC_6,//Non-sorted explosions for Sexy Time mission/red explosion
EXPLOSION_EPISODIC_7,//Sitcky bomb explosions
EXPLOSION_EPISODIC_8,//Super punch cheat explosions
EXPLOSION_EPISODIC_9,//invisible and will lag out explosions
EXPLOSION_EPISODIC_10,//invisible and will lag out explosions
EXPLOSION_UNKNOWN,//freezes/invisible and will lag out explosions
} eExplosion;
| 36.036047 | 132 | 0.737886 |
6498affeec5b477fe83640ba1629776a4e097a72 | 1,541 | h | C | moai/src/uslscore/USQuad.h | jjimenezg93/ai-pathfinding | e32ae8be30d3df21c7e64be987134049b585f1e6 | [
"MIT"
] | null | null | null | moai/src/uslscore/USQuad.h | jjimenezg93/ai-pathfinding | e32ae8be30d3df21c7e64be987134049b585f1e6 | [
"MIT"
] | null | null | null | moai/src/uslscore/USQuad.h | jjimenezg93/ai-pathfinding | e32ae8be30d3df21c7e64be987134049b585f1e6 | [
"MIT"
] | null | null | null | // Copyright (c) 2010-2011 Zipline Games, Inc. All Rights Reserved.
// http://getmoai.com
#ifndef USQUAD_H
#define USQUAD_H
#include <uslscore/USAffine2D.h>
#include <uslscore/USAffine3D.h>
#include <uslscore/USMatrix3x3.h>
#include <uslscore/USPlane.h>
//================================================================//
// USQuad
//================================================================//
class USQuad {
private:
//----------------------------------------------------------------//
u32 Intersect ( const USQuad& quad, USVec2D* buffer, u32 max ) const;
bool IsSeparatingAxis ( const USVec2D& e0, const USVec2D& e1, const USVec2D& e2, const USVec2D& e3 ) const;
public:
USVec2D mV [ 4 ];
//----------------------------------------------------------------//
bool Contains ( float x, float y ) const;
USRect GetBounds () const;
USPlane2D GetPlane ( u32 id );
USVec2D GetVert ( u32 id );
void Init ( const USRect& rect );
void Init ( float x0, float y0, float x1, float y1 );
bool Intersect ( const USQuad& quad, USRect& result ) const;
bool Intersect ( const USRect& rect, USRect& result ) const;
bool Overlap ( const USQuad& quad ) const;
bool Overlap ( const USRect& rect ) const;
void ReverseWinding ();
void Scale ( float xScale, float yScale );
void Transform ( const USAffine2D& transform );
void Transform ( const USAffine3D& transform );
void Transform ( const USMatrix3x3& transform );
void Translate ( float xOff, float yOff );
};
#endif
| 33.5 | 108 | 0.560675 |
6499394042859a9d6dcdc3860298d2d549211318 | 9,449 | h | C | BSP_img/BSP/Filter.h | Miracle2333/BSPPN | f29182972fd4a13c47d5fb08b7e4faea2aabd77d | [
"MIT"
] | null | null | null | BSP_img/BSP/Filter.h | Miracle2333/BSPPN | f29182972fd4a13c47d5fb08b7e4faea2aabd77d | [
"MIT"
] | null | null | null | BSP_img/BSP/Filter.h | Miracle2333/BSPPN | f29182972fd4a13c47d5fb08b7e4faea2aabd77d | [
"MIT"
] | null | null | null | #pragma once
#include "../geom/LineSegment2.h"
#include "../geom/math/Distance.h"
#include <cmath>
#include <map>
#include <set>
#include <tuple>
#include <vector>
class Filter
{
public:
static void MergeParallelLineSegments(std::vector<LineSegment2 *> &lineSegments, const double distance_parallel_max, const double maximumConsecutivePointDistance = 0.0)
{
std::vector<LineSegment2 *> result;
std::vector<LineSegment2 *> candidates = lineSegments;
while (!candidates.empty())
{
LineSegment2 *longestLineSegment = GetLongestLineSegment(candidates);
candidates.erase(std::find(candidates.begin(), candidates.end(), longestLineSegment));
std::vector<LineSegment2 *> longestLineSegment_mergeCandidates;
for (std::vector<LineSegment2 *>::iterator it = candidates.begin(); it != candidates.end(); )
{
if (IsMergeCandidate(longestLineSegment, *it, distance_parallel_max))
{
longestLineSegment_mergeCandidates.push_back(*it);
it = candidates.erase(it);
}
else
{
it++;
}
}
result.push_back(MergeLineSegmentWithLineSegments(longestLineSegment, longestLineSegment_mergeCandidates, maximumConsecutivePointDistance));
// add line segments which have not been merged to the set of candidates
for (LineSegment2 *ls : longestLineSegment_mergeCandidates)
{
candidates.push_back(ls);
}
}
lineSegments = result;
}
// generate for each section an average line according (sections are determined according to longest line direction)
static void QuantizeLineDirections(std::vector<LineSegment2 *> &lineSegments, const double quantization = 22.5)
{
double main_direction = fmod(AngleDegree(Vector2(1.0, 0.0), GetLongestLineSegment(lineSegments)->direction), quantization);
for (LineSegment2 *ls : lineSegments)
{
ls->Rotate_CCW(-main_direction);
}
for (LineSegment2 *ls : lineSegments)
{
if (ls->Direction_Angle360_CCW() >= 180.0)
{
ls->SwitchDirection();
}
}
// ---------------------------------------------------------------------------------------------------- //
std::vector<std::vector<LineSegment2 *>> lineSegments_quantized((int)(180.0 / quantization));
for (LineSegment2 *ls : lineSegments)
{
double ls_direction_angle = ls->Direction_Angle();
int clf_section_num = (int)(ls_direction_angle / quantization);
lineSegments_quantized[clf_section_num].push_back(ls);
}
// ---------------------------------------------------------------------------------------------------- //
for (std::vector<LineSegment2 *> lineSegments_section : lineSegments_quantized)
{
double representative_angle = GetWeightedAverageLineDirection(lineSegments_section);
for (LineSegment2 *ls : lineSegments_section)
{
double ls_direction_angle = ls->Direction_Angle();
if (ls_direction_angle < representative_angle)
{
ls->Rotate_CCW(representative_angle - ls_direction_angle);
}
else if (ls_direction_angle > representative_angle)
{
ls->Rotate_CCW(360.0 - ls_direction_angle + representative_angle);
}
}
}
// ---------------------------------------------------------------------------------------------------- //
for (LineSegment2 *ls : lineSegments)
{
ls->Rotate_CCW(main_direction);
}
}
private:
static double GetWeightedAverageLineDirection(std::vector<LineSegment2 *> &lineSegments)
{
double result = 0;
double summed_length = 0;
for (const LineSegment2 *ls : lineSegments)
{
result += (ls->Direction_Angle() * ls->Length());
summed_length += ls->Length();
}
return result / summed_length;
}
static LineSegment2 * GetLongestLineSegment(const std::vector<LineSegment2 *> &lineSegments)
{
double length_max = 0;
LineSegment2 *result = nullptr;
for (LineSegment2 *ls : lineSegments)
{
if (ls->Length() > length_max)
{
result = ls;
length_max = ls->Length();
}
}
return result;
}
static double GetRepresentativeAngle(const double &candidate_angle, const double &reference_angle = 0.0, const double quantization = 22.5)
{
double angle = candidate_angle - reference_angle;
if (angle < 0)
{
angle += 360.0;
}
int multiplier = (int)(angle / quantization);
if (fmod(angle, quantization) > quantization / 2.0)
{
multiplier++;
}
return fmod(reference_angle + multiplier * quantization, 360.0);
}
static bool IsMergeCandidate(const LineSegment2 *ls1, const LineSegment2 *ls2, const double distance_parallel_max)
{
if (!ls1->IsParallel(*ls2))
{
return false;
}
Line2 ls1_line = Line2(ls1->point, ls1->direction);
if (Distance::Distance2D(ls2->P1(), ls1_line) > distance_parallel_max || Distance::Distance2D(ls2->P2(), ls1_line) > distance_parallel_max)
{
return false;
}
return true;
}
// if merged, reference and merged line segments will be deleted at the end
static LineSegment2 * MergeLineSegmentWithLineSegments(LineSegment2 *reference, std::vector<LineSegment2 *> &lineSegments, const double maximumConsecutivePointDistance = 0.0)
{
if (lineSegments.size() == 0)
{
return reference;
}
std::vector<std::tuple<double, double, LineSegment2 *>> lineSegments_tsOnReferenceLine;
for (LineSegment2 *ls : lineSegments)
{
double t0 = DotProduct(reference->direction, ls->P1() - reference->point) / DotProduct(reference->direction, reference->direction);
double t1 = DotProduct(reference->direction, ls->P2() - reference->point) / DotProduct(reference->direction, reference->direction);
if (t0 < t1)
{
lineSegments_tsOnReferenceLine.push_back(std::make_tuple(t0, t1, ls));
}
else
{
lineSegments_tsOnReferenceLine.push_back(std::make_tuple(t1, t0, ls));
}
}
double t_min = std::min(reference->t0, reference->t1);
double t_max = std::max(reference->t0, reference->t1);
std::vector<LineSegment2 *> toBeMerged;
std::sort(lineSegments_tsOnReferenceLine.begin(), lineSegments_tsOnReferenceLine.end(), [](const std::tuple<double, double, LineSegment2 *> &a, const std::tuple<double, double, LineSegment2 *> &b) -> bool
{
return std::get<0>(a) < std::get<0>(b);
});
// Check if there is any line segment longer than the reference
for (std::vector<std::tuple<double, double, LineSegment2 *>>::iterator it = lineSegments_tsOnReferenceLine.begin(); it != lineSegments_tsOnReferenceLine.end(); )
{
if (std::get<0>(*it) < t_min && std::get<1>(*it) > t_max)
{
t_min = std::get<0>(*it);
t_max = std::get<1>(*it);
toBeMerged.push_back(std::get<2>(*it));
it = lineSegments_tsOnReferenceLine.erase(it);
}
else
{
it++;
}
}
// Check if the line segment can be extended in positive direction
for (std::vector<std::tuple<double, double, LineSegment2 *>>::iterator it = lineSegments_tsOnReferenceLine.begin(); it != lineSegments_tsOnReferenceLine.end(); )
{
if (std::get<0>(*it) + maximumConsecutivePointDistance >= t_min && std::get<0>(*it) - maximumConsecutivePointDistance <= t_max)
{
if (std::get<1>(*it) > t_max)
{
t_max = std::get<1>(*it);
}
toBeMerged.push_back(std::get<2>(*it));
it = lineSegments_tsOnReferenceLine.erase(it);
}
else
{
it++;
}
}
// Check if the line segment can be extended in positive direction
std::sort(lineSegments_tsOnReferenceLine.begin(), lineSegments_tsOnReferenceLine.end(), [](const std::tuple<double, double, LineSegment2 *> &a, const std::tuple<double, double, LineSegment2 *> &b) -> bool
{
return std::get<1>(a) > std::get<1>(b);
});
for (std::vector<std::tuple<double, double, LineSegment2 *>>::iterator it = lineSegments_tsOnReferenceLine.begin(); it != lineSegments_tsOnReferenceLine.end(); )
{
if (std::get<1>(*it) + maximumConsecutivePointDistance >= t_min && std::get<1>(*it) - maximumConsecutivePointDistance <= t_max)
{
if (std::get<0>(*it) < t_min)
{
t_min = std::get<0>(*it);
}
toBeMerged.push_back(std::get<2>(*it));
it = lineSegments_tsOnReferenceLine.erase(it);
}
else
{
it++;
}
}
// Calculate new anchor point and averaging line
Point2 average_anchorPoint = reference->point * reference->Length();
double summed_length = reference->Length();
for (const LineSegment2 *ls : toBeMerged)
{
average_anchorPoint += (ls->point * ls->Length());
summed_length += ls->Length();
}
average_anchorPoint /= summed_length;
Line2 average_line = Line2(average_anchorPoint, reference->direction);
// calculate t_min and t_max on average_line
t_min = DotProduct(average_line.direction, (reference->point + t_min * reference->direction) - average_line.point) / DotProduct(average_line.direction, average_line.direction);
t_max = DotProduct(average_line.direction, (reference->point + t_max * reference->direction) - average_line.point) / DotProduct(average_line.direction, average_line.direction);
LineSegment2 *result = new LineSegment2(average_line.point + t_min * average_line.direction, average_line.point + t_max * average_line.direction);
for (const LineSegment2 *ls : toBeMerged)
{
result->consensus_set.insert(result->consensus_set.end(), ls->consensus_set.begin(), ls->consensus_set.end());
}
// Delete merged line segments
delete reference;
for (LineSegment2 *ls : toBeMerged)
{
lineSegments.erase(std::remove(lineSegments.begin(), lineSegments.end(), ls), lineSegments.end());
delete ls;
}
return result;
}
}; | 31.708054 | 206 | 0.674251 |
64999bca539fd2192ea102c2841c519ab2e22c8c | 2,744 | h | C | tests/unit.h | splasky/100-day-data_structure-and-algorithm | 4d0bf566862623bf3a50400ffdb79e67b95fbd95 | [
"Apache-2.0"
] | null | null | null | tests/unit.h | splasky/100-day-data_structure-and-algorithm | 4d0bf566862623bf3a50400ffdb79e67b95fbd95 | [
"Apache-2.0"
] | null | null | null | tests/unit.h | splasky/100-day-data_structure-and-algorithm | 4d0bf566862623bf3a50400ffdb79e67b95fbd95 | [
"Apache-2.0"
] | null | null | null | #undef NDEBUG
#ifndef _UNIT_TEST_H_
#define _UNIT_TEST_H_
#include "../include/dbg.h"
#include <stdio.h>
#include <stdlib.h>
#define TEST(name) char* name(void)
#define unit_suite_start() char* message = NULL
#define unit_assert(test, message) \
if (!(test)) { \
log_err(message); \
return message; \
}
#define unit_run_test(test) \
debug("\n-----%s", " " #test); \
message = test(); \
tests_run++; \
if (message) \
return message;
#define RUN_TESTS(name) \
int main(int argc, char* argv[]) \
{ \
if (argc < 1) { \
log_err("No input tests."); \
exit(1); \
} \
argc = 1; \
debug("RUNNING: %s", argv[0]); \
printf(C_MAGENTA "----RUNNING: %s\n" C_NORMAL, argv[0]); \
char* result = name(); \
if (result != 0) { \
printf(C_RED "FAILED: %s\n" C_NORMAL, result); \
} else { \
printf(C_GREEN "ALL TESTS PASSED\n" C_NORMAL); \
} \
printf(C_CYAN "Tests run: %d\n" C_NORMAL, tests_run); \
exit(result != 0); \
}
int tests_run;
#endif /* ifndef */
| 57.166667 | 90 | 0.216837 |
6499fe4ad35244b098edb69fb12d51adabb8ccaa | 924 | h | C | libKMThreadPool/KMTask.h | UtMan88/libKMThreadPool | 01e16d3cdacec606fbd5aeae6348e82d89278bf7 | [
"MIT"
] | 3 | 2020-01-25T21:01:44.000Z | 2021-02-21T02:42:11.000Z | libKMThreadPool/KMTask.h | UtMan88/libKMThreadPool | 01e16d3cdacec606fbd5aeae6348e82d89278bf7 | [
"MIT"
] | null | null | null | libKMThreadPool/KMTask.h | UtMan88/libKMThreadPool | 01e16d3cdacec606fbd5aeae6348e82d89278bf7 | [
"MIT"
] | null | null | null | //////////////////////////////////////////////////////////////////////////
// KMTask.h
//
// Author: Keith Maggio
// Purpose: Container for task data. Adds ease-of-use when adding
// additional functionality, like dependancies and such.
// Free for use and modification.
// Revision 1, July 4th, 2010
//////////////////////////////////////////////////////////////////////////
#ifndef _KM_TASK_H_
#define _KM_TASK_H_
#include "KMUtility.h"
using namespace kmp::threading::utility;
namespace kmp{
namespace threading{
class KMTask
{
private:
KMTaskFunc m_task;
IKMTaskData* m_data;
public:
KMTask(KMTaskFunc task, IKMTaskData* data)
{
m_task = task;
m_data = data;
}
~KMTask()
{
if(m_data!=NULL)
delete m_data;
m_data = NULL;
m_task = NULL;
}
KMTaskFunc GetTask() { return m_task; }
IKMTaskData* GetData() { return m_data; }
protected:
};
}}
#endif | 20.533333 | 75 | 0.556277 |
649a26f7592dcb4f40f6a14ae0910b167230f4bc | 3,955 | h | C | 2.4/include/guava_android/com/google/common/graph/ConfigurableMutableNetwork.h | yaohb/J2ObjCAuto | 8b5252896999f367066e3f68226620f78c020923 | [
"MIT"
] | null | null | null | 2.4/include/guava_android/com/google/common/graph/ConfigurableMutableNetwork.h | yaohb/J2ObjCAuto | 8b5252896999f367066e3f68226620f78c020923 | [
"MIT"
] | null | null | null | 2.4/include/guava_android/com/google/common/graph/ConfigurableMutableNetwork.h | yaohb/J2ObjCAuto | 8b5252896999f367066e3f68226620f78c020923 | [
"MIT"
] | null | null | null | //
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: /Users/antoniocortes/j2objcprj/relases/j2objc/guava/android/build_result/java/com/google/common/graph/ConfigurableMutableNetwork.java
//
#include "J2ObjC_header.h"
#pragma push_macro("INCLUDE_ALL_ComGoogleCommonGraphConfigurableMutableNetwork")
#ifdef RESTRICT_ComGoogleCommonGraphConfigurableMutableNetwork
#define INCLUDE_ALL_ComGoogleCommonGraphConfigurableMutableNetwork 0
#else
#define INCLUDE_ALL_ComGoogleCommonGraphConfigurableMutableNetwork 1
#endif
#undef RESTRICT_ComGoogleCommonGraphConfigurableMutableNetwork
#pragma clang diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#if __has_feature(nullability)
#pragma clang diagnostic push
#pragma GCC diagnostic ignored "-Wnullability"
#pragma GCC diagnostic ignored "-Wnullability-completeness"
#endif
#if !defined (ComGoogleCommonGraphConfigurableMutableNetwork_) && (INCLUDE_ALL_ComGoogleCommonGraphConfigurableMutableNetwork || defined(INCLUDE_ComGoogleCommonGraphConfigurableMutableNetwork))
#define ComGoogleCommonGraphConfigurableMutableNetwork_
#define RESTRICT_ComGoogleCommonGraphConfigurableNetwork 1
#define INCLUDE_ComGoogleCommonGraphConfigurableNetwork 1
#include "com/google/common/graph/ConfigurableNetwork.h"
#define RESTRICT_ComGoogleCommonGraphMutableNetwork 1
#define INCLUDE_ComGoogleCommonGraphMutableNetwork 1
#include "com/google/common/graph/MutableNetwork.h"
@class ComGoogleCommonGraphNetworkBuilder;
@protocol JavaUtilMap;
/*!
@brief Configurable implementation of <code>MutableNetwork</code> that supports both directed and undirected
graphs.Instances of this class should be constructed with <code>NetworkBuilder</code>.
<p>Time complexities for mutation methods are all O(1) except for <code>removeNode(N node)</code>,
which is in O(d_node) where d_node is the degree of <code>node</code>.
@author James Sexton
@author Joshua O'Madadhain
@author Omar Darwish
*/
@interface ComGoogleCommonGraphConfigurableMutableNetwork : ComGoogleCommonGraphConfigurableNetwork < ComGoogleCommonGraphMutableNetwork >
#pragma mark Public
- (jboolean)addEdgeWithId:(id)nodeU
withId:(id)nodeV
withId:(id)edge;
- (jboolean)addNodeWithId:(id)node;
- (jboolean)removeEdgeWithId:(id)edge;
- (jboolean)removeNodeWithId:(id)node;
#pragma mark Package-Private
/*!
@brief Constructs a mutable graph with the properties specified in <code>builder</code>.
*/
- (instancetype __nonnull)initWithComGoogleCommonGraphNetworkBuilder:(ComGoogleCommonGraphNetworkBuilder *)builder;
// Disallowed inherited constructors, do not use.
- (instancetype __nonnull)initWithComGoogleCommonGraphNetworkBuilder:(ComGoogleCommonGraphNetworkBuilder *)arg0
withJavaUtilMap:(id<JavaUtilMap>)arg1
withJavaUtilMap:(id<JavaUtilMap>)arg2 NS_UNAVAILABLE;
@end
J2OBJC_EMPTY_STATIC_INIT(ComGoogleCommonGraphConfigurableMutableNetwork)
FOUNDATION_EXPORT void ComGoogleCommonGraphConfigurableMutableNetwork_initWithComGoogleCommonGraphNetworkBuilder_(ComGoogleCommonGraphConfigurableMutableNetwork *self, ComGoogleCommonGraphNetworkBuilder *builder);
FOUNDATION_EXPORT ComGoogleCommonGraphConfigurableMutableNetwork *new_ComGoogleCommonGraphConfigurableMutableNetwork_initWithComGoogleCommonGraphNetworkBuilder_(ComGoogleCommonGraphNetworkBuilder *builder) NS_RETURNS_RETAINED;
FOUNDATION_EXPORT ComGoogleCommonGraphConfigurableMutableNetwork *create_ComGoogleCommonGraphConfigurableMutableNetwork_initWithComGoogleCommonGraphNetworkBuilder_(ComGoogleCommonGraphNetworkBuilder *builder);
J2OBJC_TYPE_LITERAL_HEADER(ComGoogleCommonGraphConfigurableMutableNetwork)
#endif
#if __has_feature(nullability)
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#pragma pop_macro("INCLUDE_ALL_ComGoogleCommonGraphConfigurableMutableNetwork")
| 41.197917 | 226 | 0.8311 |
649e1bf58dd6e19d76c1500adf6fb01633f48978 | 867 | h | C | BattleTank/Source/BattleTank/Public/TankTrack.h | TheodorL/Unreal_BattleTank | 203f54836340e5ee68fbc4735167dfc1cf1e58e1 | [
"Unlicense"
] | null | null | null | BattleTank/Source/BattleTank/Public/TankTrack.h | TheodorL/Unreal_BattleTank | 203f54836340e5ee68fbc4735167dfc1cf1e58e1 | [
"Unlicense"
] | null | null | null | BattleTank/Source/BattleTank/Public/TankTrack.h | TheodorL/Unreal_BattleTank | 203f54836340e5ee68fbc4735167dfc1cf1e58e1 | [
"Unlicense"
] | null | null | null | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/StaticMeshComponent.h"
#include "TankTrack.generated.h"
/**
*
*/
UCLASS(meta = (BlueprintSpawnableComponent))
class BATTLETANK_API UTankTrack : public UStaticMeshComponent
{
GENERATED_BODY()
UTankTrack();
virtual void BeginPlay() override;
void ApplySidewaysForce();
float CurrentThrottle = 0.0f;
public:
UFUNCTION(BlueprintCallable)
void SetThrottle(float Throttle);
//used to add fake friction
UFUNCTION()
void OnHit(UPrimitiveComponent* HitComponent, AActor* OtherActor, UPrimitiveComponent* OtherComponent, FVector NormalImpulse, const FHitResult& Hit);
//adds a force vector to the current track
void DriveTrack();
UPROPERTY(EditDefaultsOnly)
float TrackMaxDrivingForce = 400000.0f;
};
| 19.704545 | 151 | 0.768166 |
649e30016198de0722ba119cdf43c0bd647db55d | 3,182 | h | C | src/include/OpenImageIO/optparser.h | olegul/oiio | 028582817c69aabe7e91d70e04c31f5644fc7e12 | [
"BSD-3-Clause"
] | 4 | 2015-01-23T09:26:38.000Z | 2020-10-31T05:52:01.000Z | src/include/OpenImageIO/optparser.h | olegul/oiio | 028582817c69aabe7e91d70e04c31f5644fc7e12 | [
"BSD-3-Clause"
] | null | null | null | src/include/OpenImageIO/optparser.h | olegul/oiio | 028582817c69aabe7e91d70e04c31f5644fc7e12 | [
"BSD-3-Clause"
] | 1 | 2019-06-15T20:22:06.000Z | 2019-06-15T20:22:06.000Z | // Copyright 2008-present Contributors to the OpenImageIO project.
// SPDX-License-Identifier: BSD-3-Clause
// https://github.com/OpenImageIO/oiio
/////////////////////////////////////////////////////////////////////////
/// @file optparser.h
///
/// @brief Option parser template
/////////////////////////////////////////////////////////////////////////
#pragma once
#include <OpenImageIO/strutil.h>
#include <string>
OIIO_NAMESPACE_BEGIN
/// Parse a string of the form "name=value" and then call
/// system.attribute (name, value), with appropriate type conversions.
template<class C>
inline bool
optparse1(C& system, const std::string& opt)
{
std::string::size_type eq_pos = opt.find_first_of("=");
if (eq_pos == std::string::npos) {
// malformed option
return false;
}
std::string name(opt, 0, eq_pos);
// trim the name
while (name.size() && name[0] == ' ')
name.erase(0);
while (name.size() && name[name.size() - 1] == ' ')
name.erase(name.size() - 1);
std::string value(opt, eq_pos + 1, std::string::npos);
if (name.empty())
return false;
char v = value.size() ? value[0] : ' ';
if ((v >= '0' && v <= '9') || v == '+' || v == '-') { // numeric
if (strchr(value.c_str(), '.'))
return system.attribute(name, Strutil::stof(value)); // float
else
return system.attribute(name, Strutil::stoi(value)); // int
}
// otherwise treat it as a string
// trim surrounding double quotes
if (value.size() >= 2 && (value[0] == '\"' || value[0] == '\'')
&& value[value.size() - 1] == value[0])
value = std::string(value, 1, value.size() - 2);
return system.attribute(name, value);
}
/// Parse a string with comma-separated name=value directives, calling
/// system.attribute(name,value) for each one, with appropriate type
/// conversions. Examples:
/// optparser(texturesystem, "verbose=1");
/// optparser(texturesystem, "max_memory_MB=32.0");
/// optparser(texturesystem, "a=1,b=2,c=3.14,d=\"a string\"");
template<class C>
inline bool
optparser(C& system, const std::string& optstring)
{
bool ok = true;
size_t len = optstring.length();
size_t pos = 0;
while (pos < len) {
std::string opt;
char inquote = 0;
while (pos < len) {
unsigned char c = optstring[pos];
if (c == inquote) {
// Ending a quote
inquote = 0;
opt += c;
++pos;
} else if (c == '\"' || c == '\'') {
// Found a quote
inquote = c;
opt += c;
++pos;
} else if (c == ',' && !inquote) {
// Hit a comma and not inside a quote -- we have an option
++pos; // skip the comma
break; // done with option
} else {
// Anything else: add to the option
opt += c;
++pos;
}
}
// At this point, opt holds an option
ok &= optparse1(system, opt);
}
return ok;
}
OIIO_NAMESPACE_END
| 30.018868 | 74 | 0.506914 |
649ebe7f997996dbbca498b6375d0d198f4093e2 | 100 | h | C | Pods/CocoaTouchHelpers/CocoaTouchHelpers/CocoaTouchHelpers/CTHEmptySegue.h | felipowsky/iOBJ | ac37542b881fe8007df5e273ea89abd4d04546fa | [
"MIT"
] | 7 | 2016-01-13T18:29:48.000Z | 2020-08-15T09:51:59.000Z | Pods/CocoaTouchHelpers/CocoaTouchHelpers/CocoaTouchHelpers/CTHEmptySegue.h | felipowsky/iOBJ | ac37542b881fe8007df5e273ea89abd4d04546fa | [
"MIT"
] | null | null | null | Pods/CocoaTouchHelpers/CocoaTouchHelpers/CocoaTouchHelpers/CTHEmptySegue.h | felipowsky/iOBJ | ac37542b881fe8007df5e273ea89abd4d04546fa | [
"MIT"
] | 3 | 2017-09-13T00:24:08.000Z | 2020-07-11T17:18:30.000Z | //
// EmptySegue.h
//
#import <UIKit/UIKit.h>
@interface CTHEmptySegue : UIStoryboardSegue
@end
| 10 | 44 | 0.7 |
649fa6ff0ed429e2beec1d332cd4c277875298ba | 5,177 | h | C | Sample/Universal/Debugger/Debugport/Dxe/DebugPort.h | kontais/EFI-MIPS | c4de746e6a926fc9df71231a539e2c0a170bcc90 | [
"BSD-3-Clause"
] | 11 | 2016-07-21T11:39:51.000Z | 2022-01-06T10:35:12.000Z | Sample/Universal/Debugger/Debugport/Dxe/DebugPort.h | kontais/EFI-MIPS | c4de746e6a926fc9df71231a539e2c0a170bcc90 | [
"BSD-3-Clause"
] | 1 | 2019-09-03T04:11:46.000Z | 2019-09-03T04:11:46.000Z | Sample/Universal/Debugger/Debugport/Dxe/DebugPort.h | kontais/EFI-MIPS | c4de746e6a926fc9df71231a539e2c0a170bcc90 | [
"BSD-3-Clause"
] | 3 | 2019-09-04T02:59:01.000Z | 2021-08-23T06:07:28.000Z | /*++
Copyright (c) 2004 - 2005, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name:
DebugPort.h
Abstract:
Definitions and prototypes for DebugPort driver
--*/
#ifndef __DEBUGPORT_H__
#define __DEBUGPORT_H__
//
// common EFI header files
//
#include "Tiano.h"
//
// library header files
//
#include "EfiDriverLib.h"
//
// consumed protocols
//
#include EFI_PROTOCOL_DEFINITION (LoadedImage)
#include EFI_PROTOCOL_DEFINITION (DebugSerialIo)
#include EFI_PROTOCOL_DEFINITION (DevicePath)
//
// produced protocols
//
#include EFI_PROTOCOL_DEFINITION (DriverBinding)
#include EFI_PROTOCOL_DEFINITION (ComponentName)
#include EFI_PROTOCOL_DEFINITION (DebugPort)
//
// local type definitions
//
#define DEBUGPORT_DEVICE_SIGNATURE EFI_SIGNATURE_32 ('D', 'B', 'G', 'P')
//
// Device structure used by driver
//
typedef struct {
UINT32 Signature;
EFI_HANDLE DriverBindingHandle;
EFI_HANDLE DebugPortDeviceHandle;
VOID *DebugPortVariable;
EFI_DRIVER_BINDING_PROTOCOL DriverBindingInterface;
EFI_COMPONENT_NAME_PROTOCOL ComponentNameInterface;
EFI_DEVICE_PATH_PROTOCOL *DebugPortDevicePath;
EFI_DEBUGPORT_PROTOCOL DebugPortInterface;
EFI_HANDLE SerialIoDeviceHandle;
EFI_SERIAL_IO_PROTOCOL *SerialIoBinding;
UINT64 BaudRate;
UINT32 ReceiveFifoDepth;
UINT32 Timeout;
EFI_PARITY_TYPE Parity;
UINT8 DataBits;
EFI_STOP_BITS_TYPE StopBits;
} DEBUGPORT_DEVICE;
#define DEBUGPORT_DEVICE_FROM_THIS(a) CR (a, DEBUGPORT_DEVICE, DebugPortInterface, DEBUGPORT_DEVICE_SIGNATURE)
#define EFI_ACPI_PC_COMPORT_HID EISA_PNP_ID (0x0500)
#define EFI_ACPI_16550UART_HID EISA_PNP_ID (0x0501)
#define DEBUGPORT_UART_DEFAULT_BAUDRATE 115200
#define DEBUGPORT_UART_DEFAULT_PARITY 0
#define DEBUGPORT_UART_DEFAULT_FIFO_DEPTH 16
#define DEBUGPORT_UART_DEFAULT_TIMEOUT 50000 // 5 ms
#define DEBUGPORT_UART_DEFAULT_DATA_BITS 8
#define DEBUGPORT_UART_DEFAULT_STOP_BITS 1
#define DEBUGPORT_DRIVER_VERSION 1
#define EfiIsUartDevicePath(dp) (DevicePathType (dp) == MESSAGING_DEVICE_PATH && DevicePathSubType (dp) == MSG_UART_DP)
//
// globals
//
extern DEBUGPORT_DEVICE *gDebugPortDevice;
//
// Driver binding interface functions...
//
EFI_STATUS
DebugPortEntryPoint (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
;
EFI_STATUS
EFIAPI
DebugPortSupported (
IN EFI_DRIVER_BINDING_PROTOCOL *This,
IN EFI_HANDLE Controller,
IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
)
;
EFI_STATUS
EFIAPI
DebugPortStart (
IN EFI_DRIVER_BINDING_PROTOCOL *This,
IN EFI_HANDLE Controller,
IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
)
;
EFI_STATUS
EFIAPI
DebugPortStop (
IN EFI_DRIVER_BINDING_PROTOCOL *This,
IN EFI_HANDLE Controller,
IN UINTN NumberOfChildren,
IN EFI_HANDLE *ChildHandleBuffer
)
;
//
// EFI Component Name Functions
//
EFI_STATUS
EFIAPI
DebugPortComponentNameGetDriverName (
IN EFI_COMPONENT_NAME_PROTOCOL *This,
IN CHAR8 *Language,
OUT CHAR16 **DriverName
)
;
EFI_STATUS
EFIAPI
DebugPortComponentNameGetControllerName (
IN EFI_COMPONENT_NAME_PROTOCOL *This,
IN EFI_HANDLE ControllerHandle,
IN EFI_HANDLE ChildHandle OPTIONAL,
IN CHAR8 *Language,
OUT CHAR16 **ControllerName
)
;
//
// DebugPort member functions
//
EFI_STATUS
EFIAPI
DebugPortReset (
IN EFI_DEBUGPORT_PROTOCOL *This
)
;
EFI_STATUS
EFIAPI
DebugPortRead (
IN EFI_DEBUGPORT_PROTOCOL *This,
IN UINT32 Timeout,
IN OUT UINTN *BufferSize,
IN VOID *Buffer
)
;
EFI_STATUS
EFIAPI
DebugPortWrite (
IN EFI_DEBUGPORT_PROTOCOL *This,
IN UINT32 Timeout,
IN OUT UINTN *BufferSize,
OUT VOID *Buffer
)
;
EFI_STATUS
EFIAPI
DebugPortPoll (
IN EFI_DEBUGPORT_PROTOCOL *This
)
;
#endif
| 26.413265 | 129 | 0.622175 |
64a2192b8d9bb8aa5bebdc421ac1cfcf5d7d3e2b | 154 | h | C | Example/Example/GRXCollectionViewTestController.h | gskbyte/GranadaLayout | 0641a9fe6975e38d7e5c5cca622397b21f17e122 | [
"MIT"
] | 41 | 2015-01-04T21:23:59.000Z | 2022-03-05T15:07:30.000Z | Example/Example/GRXCollectionViewTestController.h | gskbyte/GranadaLayout | 0641a9fe6975e38d7e5c5cca622397b21f17e122 | [
"MIT"
] | null | null | null | Example/Example/GRXCollectionViewTestController.h | gskbyte/GranadaLayout | 0641a9fe6975e38d7e5c5cca622397b21f17e122 | [
"MIT"
] | 6 | 2015-09-15T10:48:46.000Z | 2020-12-26T05:34:46.000Z | #import "GRXTopLayoutTestViewController.h"
@interface GRXCollectionViewTestController : UICollectionViewController <GRXTestViewControllerProtocol>
@end
| 25.666667 | 103 | 0.876623 |
64a30761952556910ba19c615c890a5945f5afa7 | 21,961 | h | C | common/libraries/hpm_sdk/soc/ip/hpm_qei_regs.h | hpmicro/rtt-bsp-hpm6750evkmini | 55e18a691aa386e3dce10b6c3d25d4a29a585213 | [
"BSD-3-Clause"
] | 8 | 2022-02-11T08:20:49.000Z | 2022-03-22T06:19:59.000Z | common/libraries/hpm_sdk/soc/ip/hpm_qei_regs.h | hpmicro/rtt-bsp-hpm6750evkmini | 55e18a691aa386e3dce10b6c3d25d4a29a585213 | [
"BSD-3-Clause"
] | 2 | 2022-03-22T03:22:45.000Z | 2022-03-22T06:09:13.000Z | common/libraries/hpm_sdk/soc/ip/hpm_qei_regs.h | hpmicro/rtt-bsp-hpm6750evkmini | 55e18a691aa386e3dce10b6c3d25d4a29a585213 | [
"BSD-3-Clause"
] | 2 | 2022-02-19T10:51:00.000Z | 2022-03-22T03:11:35.000Z | /*
* Copyright (c) 2021-2022 hpmicro
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef HPM_QEI_H
#define HPM_QEI_H
typedef struct {
__RW uint32_t CR; /* 0x0: Control register */
__RW uint32_t PHCFG; /* 0x4: Phase configure register */
__RW uint32_t WDGCFG; /* 0x8: Watchdog configure register */
__RW uint32_t PHIDX; /* 0xC: Phase index register */
__RW uint32_t TRGOEN; /* 0x10: Tigger output enable register */
__RW uint32_t READEN; /* 0x14: Read event enable register */
__RW uint32_t ZCMP; /* 0x18: Z comparator */
__RW uint32_t PHCMP; /* 0x1C: Phase comparator */
__RW uint32_t SPDCMP; /* 0x20: Speed comparator */
__RW uint32_t DMAEN; /* 0x24: DMA request enable register */
__RW uint32_t SR; /* 0x28: Status register */
__RW uint32_t IRQEN; /* 0x2C: Interrupt request register */
struct {
__RW uint32_t Z; /* 0x30: Z counter */
__R uint32_t PH; /* 0x34: Phase counter */
__RW uint32_t SPD; /* 0x38: Speed counter */
__R uint32_t TMR; /* 0x3C: Timer counter */
} COUNT[4];
__R uint32_t SPDHIS[4]; /* 0x70 - 0x7C: Speed history */
} QEI_Type;
/* Bitfield definition for register: CR */
/*
* READ (WO)
*
* 1- load phcnt, zcnt, spdcnt and tmrcnt into their read registers. Hardware auto-clear; read as 0
*/
#define QEI_CR_READ_MASK (0x80000000UL)
#define QEI_CR_READ_SHIFT (31U)
#define QEI_CR_READ_SET(x) (((uint32_t)(x) << QEI_CR_READ_SHIFT) & QEI_CR_READ_MASK)
#define QEI_CR_READ_GET(x) (((uint32_t)(x) & QEI_CR_READ_MASK) >> QEI_CR_READ_SHIFT)
/*
* HRSTSPD (RW)
*
* 1- reset spdcnt when H assert
*/
#define QEI_CR_HRSTSPD_MASK (0x40000UL)
#define QEI_CR_HRSTSPD_SHIFT (18U)
#define QEI_CR_HRSTSPD_SET(x) (((uint32_t)(x) << QEI_CR_HRSTSPD_SHIFT) & QEI_CR_HRSTSPD_MASK)
#define QEI_CR_HRSTSPD_GET(x) (((uint32_t)(x) & QEI_CR_HRSTSPD_MASK) >> QEI_CR_HRSTSPD_SHIFT)
/*
* HRSTPH (RW)
*
* 1- reset phcnt when H assert
*/
#define QEI_CR_HRSTPH_MASK (0x20000UL)
#define QEI_CR_HRSTPH_SHIFT (17U)
#define QEI_CR_HRSTPH_SET(x) (((uint32_t)(x) << QEI_CR_HRSTPH_SHIFT) & QEI_CR_HRSTPH_MASK)
#define QEI_CR_HRSTPH_GET(x) (((uint32_t)(x) & QEI_CR_HRSTPH_MASK) >> QEI_CR_HRSTPH_SHIFT)
/*
* HRSTZ (RW)
*
* 1- reset zcnt when H assert
*/
#define QEI_CR_HRSTZ_MASK (0x10000UL)
#define QEI_CR_HRSTZ_SHIFT (16U)
#define QEI_CR_HRSTZ_SET(x) (((uint32_t)(x) << QEI_CR_HRSTZ_SHIFT) & QEI_CR_HRSTZ_MASK)
#define QEI_CR_HRSTZ_GET(x) (((uint32_t)(x) & QEI_CR_HRSTZ_MASK) >> QEI_CR_HRSTZ_SHIFT)
/*
* PAUSESPD (RW)
*
* 1- pause spdcnt when PAUSE assert
*/
#define QEI_CR_PAUSESPD_MASK (0x4000U)
#define QEI_CR_PAUSESPD_SHIFT (14U)
#define QEI_CR_PAUSESPD_SET(x) (((uint32_t)(x) << QEI_CR_PAUSESPD_SHIFT) & QEI_CR_PAUSESPD_MASK)
#define QEI_CR_PAUSESPD_GET(x) (((uint32_t)(x) & QEI_CR_PAUSESPD_MASK) >> QEI_CR_PAUSESPD_SHIFT)
/*
* PAUSEPH (RW)
*
* 1- pause phcnt when PAUSE assert
*/
#define QEI_CR_PAUSEPH_MASK (0x2000U)
#define QEI_CR_PAUSEPH_SHIFT (13U)
#define QEI_CR_PAUSEPH_SET(x) (((uint32_t)(x) << QEI_CR_PAUSEPH_SHIFT) & QEI_CR_PAUSEPH_MASK)
#define QEI_CR_PAUSEPH_GET(x) (((uint32_t)(x) & QEI_CR_PAUSEPH_MASK) >> QEI_CR_PAUSEPH_SHIFT)
/*
* PAUSEZ (RW)
*
* 1- pause zcnt when PAUSE assert
*/
#define QEI_CR_PAUSEZ_MASK (0x1000U)
#define QEI_CR_PAUSEZ_SHIFT (12U)
#define QEI_CR_PAUSEZ_SET(x) (((uint32_t)(x) << QEI_CR_PAUSEZ_SHIFT) & QEI_CR_PAUSEZ_MASK)
#define QEI_CR_PAUSEZ_GET(x) (((uint32_t)(x) & QEI_CR_PAUSEZ_MASK) >> QEI_CR_PAUSEZ_SHIFT)
/*
* HRDIR1 (RW)
*
* 1- HOMEF will set at H rising edge when dir == 1 (negative rotation direction)
*/
#define QEI_CR_HRDIR1_MASK (0x800U)
#define QEI_CR_HRDIR1_SHIFT (11U)
#define QEI_CR_HRDIR1_SET(x) (((uint32_t)(x) << QEI_CR_HRDIR1_SHIFT) & QEI_CR_HRDIR1_MASK)
#define QEI_CR_HRDIR1_GET(x) (((uint32_t)(x) & QEI_CR_HRDIR1_MASK) >> QEI_CR_HRDIR1_SHIFT)
/*
* HRDIR0 (RW)
*
* 1- HOMEF will set at H rising edge when dir == 0 (positive rotation direction)
*/
#define QEI_CR_HRDIR0_MASK (0x400U)
#define QEI_CR_HRDIR0_SHIFT (10U)
#define QEI_CR_HRDIR0_SET(x) (((uint32_t)(x) << QEI_CR_HRDIR0_SHIFT) & QEI_CR_HRDIR0_MASK)
#define QEI_CR_HRDIR0_GET(x) (((uint32_t)(x) & QEI_CR_HRDIR0_MASK) >> QEI_CR_HRDIR0_SHIFT)
/*
* HFDIR1 (RW)
*
* 1- HOMEF will set at H falling edge when dir == 1 (negative rotation direction)
*/
#define QEI_CR_HFDIR1_MASK (0x200U)
#define QEI_CR_HFDIR1_SHIFT (9U)
#define QEI_CR_HFDIR1_SET(x) (((uint32_t)(x) << QEI_CR_HFDIR1_SHIFT) & QEI_CR_HFDIR1_MASK)
#define QEI_CR_HFDIR1_GET(x) (((uint32_t)(x) & QEI_CR_HFDIR1_MASK) >> QEI_CR_HFDIR1_SHIFT)
/*
* HFDIR0 (RW)
*
* 1- HOMEF will set at H falling edge when dir == 1 (positive rotation direction)
*/
#define QEI_CR_HFDIR0_MASK (0x100U)
#define QEI_CR_HFDIR0_SHIFT (8U)
#define QEI_CR_HFDIR0_SET(x) (((uint32_t)(x) << QEI_CR_HFDIR0_SHIFT) & QEI_CR_HFDIR0_MASK)
#define QEI_CR_HFDIR0_GET(x) (((uint32_t)(x) & QEI_CR_HFDIR0_MASK) >> QEI_CR_HFDIR0_SHIFT)
/*
* SNAPEN (RW)
*
* 1- load phcnt, zcnt, spdcnt and tmrcnt into their snap registers when snapi input assert
*/
#define QEI_CR_SNAPEN_MASK (0x20U)
#define QEI_CR_SNAPEN_SHIFT (5U)
#define QEI_CR_SNAPEN_SET(x) (((uint32_t)(x) << QEI_CR_SNAPEN_SHIFT) & QEI_CR_SNAPEN_MASK)
#define QEI_CR_SNAPEN_GET(x) (((uint32_t)(x) & QEI_CR_SNAPEN_MASK) >> QEI_CR_SNAPEN_SHIFT)
/*
* RSTCNT (RW)
*
* 1- reset zcnt, spdcnt and tmrcnt to 0. reset phcnt to phidx
*/
#define QEI_CR_RSTCNT_MASK (0x10U)
#define QEI_CR_RSTCNT_SHIFT (4U)
#define QEI_CR_RSTCNT_SET(x) (((uint32_t)(x) << QEI_CR_RSTCNT_SHIFT) & QEI_CR_RSTCNT_MASK)
#define QEI_CR_RSTCNT_GET(x) (((uint32_t)(x) & QEI_CR_RSTCNT_MASK) >> QEI_CR_RSTCNT_SHIFT)
/*
* ENCTYP (RW)
*
* 00-abz; 01-pd; 10-ud; 11-reserved
*/
#define QEI_CR_ENCTYP_MASK (0x3U)
#define QEI_CR_ENCTYP_SHIFT (0U)
#define QEI_CR_ENCTYP_SET(x) (((uint32_t)(x) << QEI_CR_ENCTYP_SHIFT) & QEI_CR_ENCTYP_MASK)
#define QEI_CR_ENCTYP_GET(x) (((uint32_t)(x) & QEI_CR_ENCTYP_MASK) >> QEI_CR_ENCTYP_SHIFT)
/* Bitfield definition for register: PHCFG */
/*
* ZCNTCFG (RW)
*
* 1- zcnt will increment when phcnt upcount to phmax, decrement when phcnt downcount to 0
* 0- zcnt will increment or decrement when Z input assert
*/
#define QEI_PHCFG_ZCNTCFG_MASK (0x400000UL)
#define QEI_PHCFG_ZCNTCFG_SHIFT (22U)
#define QEI_PHCFG_ZCNTCFG_SET(x) (((uint32_t)(x) << QEI_PHCFG_ZCNTCFG_SHIFT) & QEI_PHCFG_ZCNTCFG_MASK)
#define QEI_PHCFG_ZCNTCFG_GET(x) (((uint32_t)(x) & QEI_PHCFG_ZCNTCFG_MASK) >> QEI_PHCFG_ZCNTCFG_SHIFT)
/*
* PHCALIZ (RW)
*
* 1- phcnt will set to phidx when Z input assert
*/
#define QEI_PHCFG_PHCALIZ_MASK (0x200000UL)
#define QEI_PHCFG_PHCALIZ_SHIFT (21U)
#define QEI_PHCFG_PHCALIZ_SET(x) (((uint32_t)(x) << QEI_PHCFG_PHCALIZ_SHIFT) & QEI_PHCFG_PHCALIZ_MASK)
#define QEI_PHCFG_PHCALIZ_GET(x) (((uint32_t)(x) & QEI_PHCFG_PHCALIZ_MASK) >> QEI_PHCFG_PHCALIZ_SHIFT)
/*
* PHMAX (RW)
*
* maximum phcnt number, phcnt will rollover to 0 when it upcount to phmax
*/
#define QEI_PHCFG_PHMAX_MASK (0x1FFFFFUL)
#define QEI_PHCFG_PHMAX_SHIFT (0U)
#define QEI_PHCFG_PHMAX_SET(x) (((uint32_t)(x) << QEI_PHCFG_PHMAX_SHIFT) & QEI_PHCFG_PHMAX_MASK)
#define QEI_PHCFG_PHMAX_GET(x) (((uint32_t)(x) & QEI_PHCFG_PHMAX_MASK) >> QEI_PHCFG_PHMAX_SHIFT)
/* Bitfield definition for register: WDGCFG */
/*
* WDGEN (RW)
*
* 1- enable wdog counter
*/
#define QEI_WDGCFG_WDGEN_MASK (0x80000000UL)
#define QEI_WDGCFG_WDGEN_SHIFT (31U)
#define QEI_WDGCFG_WDGEN_SET(x) (((uint32_t)(x) << QEI_WDGCFG_WDGEN_SHIFT) & QEI_WDGCFG_WDGEN_MASK)
#define QEI_WDGCFG_WDGEN_GET(x) (((uint32_t)(x) & QEI_WDGCFG_WDGEN_MASK) >> QEI_WDGCFG_WDGEN_SHIFT)
/*
* WDGTO (RW)
*
* watch dog timeout value
*/
#define QEI_WDGCFG_WDGTO_MASK (0x7FFFFFFFUL)
#define QEI_WDGCFG_WDGTO_SHIFT (0U)
#define QEI_WDGCFG_WDGTO_SET(x) (((uint32_t)(x) << QEI_WDGCFG_WDGTO_SHIFT) & QEI_WDGCFG_WDGTO_MASK)
#define QEI_WDGCFG_WDGTO_GET(x) (((uint32_t)(x) & QEI_WDGCFG_WDGTO_MASK) >> QEI_WDGCFG_WDGTO_SHIFT)
/* Bitfield definition for register: PHIDX */
/*
* PHIDX (RW)
*
* phcnt reset value, phcnt will reset to phidx when phcaliz set to 1
*/
#define QEI_PHIDX_PHIDX_MASK (0x1FFFFFUL)
#define QEI_PHIDX_PHIDX_SHIFT (0U)
#define QEI_PHIDX_PHIDX_SET(x) (((uint32_t)(x) << QEI_PHIDX_PHIDX_SHIFT) & QEI_PHIDX_PHIDX_MASK)
#define QEI_PHIDX_PHIDX_GET(x) (((uint32_t)(x) & QEI_PHIDX_PHIDX_MASK) >> QEI_PHIDX_PHIDX_SHIFT)
/* Bitfield definition for register: TRGOEN */
/*
* WDGFEN (RW)
*
* 1- enable trigger output when wdg flag set
*/
#define QEI_TRGOEN_WDGFEN_MASK (0x80000000UL)
#define QEI_TRGOEN_WDGFEN_SHIFT (31U)
#define QEI_TRGOEN_WDGFEN_SET(x) (((uint32_t)(x) << QEI_TRGOEN_WDGFEN_SHIFT) & QEI_TRGOEN_WDGFEN_MASK)
#define QEI_TRGOEN_WDGFEN_GET(x) (((uint32_t)(x) & QEI_TRGOEN_WDGFEN_MASK) >> QEI_TRGOEN_WDGFEN_SHIFT)
/*
* HOMEFEN (RW)
*
* 1- enable trigger output when homef flag set
*/
#define QEI_TRGOEN_HOMEFEN_MASK (0x40000000UL)
#define QEI_TRGOEN_HOMEFEN_SHIFT (30U)
#define QEI_TRGOEN_HOMEFEN_SET(x) (((uint32_t)(x) << QEI_TRGOEN_HOMEFEN_SHIFT) & QEI_TRGOEN_HOMEFEN_MASK)
#define QEI_TRGOEN_HOMEFEN_GET(x) (((uint32_t)(x) & QEI_TRGOEN_HOMEFEN_MASK) >> QEI_TRGOEN_HOMEFEN_SHIFT)
/*
* POSCMPFEN (RW)
*
* 1- enable trigger output when poscmpf flag set
*/
#define QEI_TRGOEN_POSCMPFEN_MASK (0x20000000UL)
#define QEI_TRGOEN_POSCMPFEN_SHIFT (29U)
#define QEI_TRGOEN_POSCMPFEN_SET(x) (((uint32_t)(x) << QEI_TRGOEN_POSCMPFEN_SHIFT) & QEI_TRGOEN_POSCMPFEN_MASK)
#define QEI_TRGOEN_POSCMPFEN_GET(x) (((uint32_t)(x) & QEI_TRGOEN_POSCMPFEN_MASK) >> QEI_TRGOEN_POSCMPFEN_SHIFT)
/*
* ZPHFEN (RW)
*
* 1- enable trigger output when zphf flag set
*/
#define QEI_TRGOEN_ZPHFEN_MASK (0x10000000UL)
#define QEI_TRGOEN_ZPHFEN_SHIFT (28U)
#define QEI_TRGOEN_ZPHFEN_SET(x) (((uint32_t)(x) << QEI_TRGOEN_ZPHFEN_SHIFT) & QEI_TRGOEN_ZPHFEN_MASK)
#define QEI_TRGOEN_ZPHFEN_GET(x) (((uint32_t)(x) & QEI_TRGOEN_ZPHFEN_MASK) >> QEI_TRGOEN_ZPHFEN_SHIFT)
/* Bitfield definition for register: READEN */
/*
* WDGFEN (RW)
*
* 1- load counters to their read registers when wdg flag set
*/
#define QEI_READEN_WDGFEN_MASK (0x80000000UL)
#define QEI_READEN_WDGFEN_SHIFT (31U)
#define QEI_READEN_WDGFEN_SET(x) (((uint32_t)(x) << QEI_READEN_WDGFEN_SHIFT) & QEI_READEN_WDGFEN_MASK)
#define QEI_READEN_WDGFEN_GET(x) (((uint32_t)(x) & QEI_READEN_WDGFEN_MASK) >> QEI_READEN_WDGFEN_SHIFT)
/*
* HOMEFEN (RW)
*
* 1- load counters to their read registers when homef flag set
*/
#define QEI_READEN_HOMEFEN_MASK (0x40000000UL)
#define QEI_READEN_HOMEFEN_SHIFT (30U)
#define QEI_READEN_HOMEFEN_SET(x) (((uint32_t)(x) << QEI_READEN_HOMEFEN_SHIFT) & QEI_READEN_HOMEFEN_MASK)
#define QEI_READEN_HOMEFEN_GET(x) (((uint32_t)(x) & QEI_READEN_HOMEFEN_MASK) >> QEI_READEN_HOMEFEN_SHIFT)
/*
* POSCMPFEN (RW)
*
* 1- load counters to their read registers when poscmpf flag set
*/
#define QEI_READEN_POSCMPFEN_MASK (0x20000000UL)
#define QEI_READEN_POSCMPFEN_SHIFT (29U)
#define QEI_READEN_POSCMPFEN_SET(x) (((uint32_t)(x) << QEI_READEN_POSCMPFEN_SHIFT) & QEI_READEN_POSCMPFEN_MASK)
#define QEI_READEN_POSCMPFEN_GET(x) (((uint32_t)(x) & QEI_READEN_POSCMPFEN_MASK) >> QEI_READEN_POSCMPFEN_SHIFT)
/*
* ZPHFEN (RW)
*
* 1- load counters to their read registers when zphf flag set
*/
#define QEI_READEN_ZPHFEN_MASK (0x10000000UL)
#define QEI_READEN_ZPHFEN_SHIFT (28U)
#define QEI_READEN_ZPHFEN_SET(x) (((uint32_t)(x) << QEI_READEN_ZPHFEN_SHIFT) & QEI_READEN_ZPHFEN_MASK)
#define QEI_READEN_ZPHFEN_GET(x) (((uint32_t)(x) & QEI_READEN_ZPHFEN_MASK) >> QEI_READEN_ZPHFEN_SHIFT)
/* Bitfield definition for register: ZCMP */
/*
* ZCMP (RW)
*
* zcnt postion compare value
*/
#define QEI_ZCMP_ZCMP_MASK (0xFFFFFFFFUL)
#define QEI_ZCMP_ZCMP_SHIFT (0U)
#define QEI_ZCMP_ZCMP_SET(x) (((uint32_t)(x) << QEI_ZCMP_ZCMP_SHIFT) & QEI_ZCMP_ZCMP_MASK)
#define QEI_ZCMP_ZCMP_GET(x) (((uint32_t)(x) & QEI_ZCMP_ZCMP_MASK) >> QEI_ZCMP_ZCMP_SHIFT)
/* Bitfield definition for register: PHCMP */
/*
* ZCMPDIS (RW)
*
* 1- postion compare not include zcnt
*/
#define QEI_PHCMP_ZCMPDIS_MASK (0x80000000UL)
#define QEI_PHCMP_ZCMPDIS_SHIFT (31U)
#define QEI_PHCMP_ZCMPDIS_SET(x) (((uint32_t)(x) << QEI_PHCMP_ZCMPDIS_SHIFT) & QEI_PHCMP_ZCMPDIS_MASK)
#define QEI_PHCMP_ZCMPDIS_GET(x) (((uint32_t)(x) & QEI_PHCMP_ZCMPDIS_MASK) >> QEI_PHCMP_ZCMPDIS_SHIFT)
/*
* DIRCMPDIS (RW)
*
* 1- postion compare not include rotation direction
*/
#define QEI_PHCMP_DIRCMPDIS_MASK (0x40000000UL)
#define QEI_PHCMP_DIRCMPDIS_SHIFT (30U)
#define QEI_PHCMP_DIRCMPDIS_SET(x) (((uint32_t)(x) << QEI_PHCMP_DIRCMPDIS_SHIFT) & QEI_PHCMP_DIRCMPDIS_MASK)
#define QEI_PHCMP_DIRCMPDIS_GET(x) (((uint32_t)(x) & QEI_PHCMP_DIRCMPDIS_MASK) >> QEI_PHCMP_DIRCMPDIS_SHIFT)
/*
* DIRCMP (RW)
*
* 0- position compare need positive rotation
* 1- position compare need negative rotation
*/
#define QEI_PHCMP_DIRCMP_MASK (0x20000000UL)
#define QEI_PHCMP_DIRCMP_SHIFT (29U)
#define QEI_PHCMP_DIRCMP_SET(x) (((uint32_t)(x) << QEI_PHCMP_DIRCMP_SHIFT) & QEI_PHCMP_DIRCMP_MASK)
#define QEI_PHCMP_DIRCMP_GET(x) (((uint32_t)(x) & QEI_PHCMP_DIRCMP_MASK) >> QEI_PHCMP_DIRCMP_SHIFT)
/*
* PHCMP (RW)
*
* phcnt position compare value
*/
#define QEI_PHCMP_PHCMP_MASK (0x1FFFFFUL)
#define QEI_PHCMP_PHCMP_SHIFT (0U)
#define QEI_PHCMP_PHCMP_SET(x) (((uint32_t)(x) << QEI_PHCMP_PHCMP_SHIFT) & QEI_PHCMP_PHCMP_MASK)
#define QEI_PHCMP_PHCMP_GET(x) (((uint32_t)(x) & QEI_PHCMP_PHCMP_MASK) >> QEI_PHCMP_PHCMP_SHIFT)
/* Bitfield definition for register: SPDCMP */
/*
* SPDCMP (RW)
*
* spdcnt position compare value
*/
#define QEI_SPDCMP_SPDCMP_MASK (0xFFFFFFFFUL)
#define QEI_SPDCMP_SPDCMP_SHIFT (0U)
#define QEI_SPDCMP_SPDCMP_SET(x) (((uint32_t)(x) << QEI_SPDCMP_SPDCMP_SHIFT) & QEI_SPDCMP_SPDCMP_MASK)
#define QEI_SPDCMP_SPDCMP_GET(x) (((uint32_t)(x) & QEI_SPDCMP_SPDCMP_MASK) >> QEI_SPDCMP_SPDCMP_SHIFT)
/* Bitfield definition for register: DMAEN */
/*
* WDGFEN (RW)
*
* 1- generate dma request when wdg flag set
*/
#define QEI_DMAEN_WDGFEN_MASK (0x80000000UL)
#define QEI_DMAEN_WDGFEN_SHIFT (31U)
#define QEI_DMAEN_WDGFEN_SET(x) (((uint32_t)(x) << QEI_DMAEN_WDGFEN_SHIFT) & QEI_DMAEN_WDGFEN_MASK)
#define QEI_DMAEN_WDGFEN_GET(x) (((uint32_t)(x) & QEI_DMAEN_WDGFEN_MASK) >> QEI_DMAEN_WDGFEN_SHIFT)
/*
* HOMEFEN (RW)
*
* 1- generate dma request when homef flag set
*/
#define QEI_DMAEN_HOMEFEN_MASK (0x40000000UL)
#define QEI_DMAEN_HOMEFEN_SHIFT (30U)
#define QEI_DMAEN_HOMEFEN_SET(x) (((uint32_t)(x) << QEI_DMAEN_HOMEFEN_SHIFT) & QEI_DMAEN_HOMEFEN_MASK)
#define QEI_DMAEN_HOMEFEN_GET(x) (((uint32_t)(x) & QEI_DMAEN_HOMEFEN_MASK) >> QEI_DMAEN_HOMEFEN_SHIFT)
/*
* POSCMPFEN (RW)
*
* 1- generate dma request when poscmpf flag set
*/
#define QEI_DMAEN_POSCMPFEN_MASK (0x20000000UL)
#define QEI_DMAEN_POSCMPFEN_SHIFT (29U)
#define QEI_DMAEN_POSCMPFEN_SET(x) (((uint32_t)(x) << QEI_DMAEN_POSCMPFEN_SHIFT) & QEI_DMAEN_POSCMPFEN_MASK)
#define QEI_DMAEN_POSCMPFEN_GET(x) (((uint32_t)(x) & QEI_DMAEN_POSCMPFEN_MASK) >> QEI_DMAEN_POSCMPFEN_SHIFT)
/*
* ZPHFEN (RW)
*
* 1- generate dma request when zphf flag set
*/
#define QEI_DMAEN_ZPHFEN_MASK (0x10000000UL)
#define QEI_DMAEN_ZPHFEN_SHIFT (28U)
#define QEI_DMAEN_ZPHFEN_SET(x) (((uint32_t)(x) << QEI_DMAEN_ZPHFEN_SHIFT) & QEI_DMAEN_ZPHFEN_MASK)
#define QEI_DMAEN_ZPHFEN_GET(x) (((uint32_t)(x) & QEI_DMAEN_ZPHFEN_MASK) >> QEI_DMAEN_ZPHFEN_SHIFT)
/* Bitfield definition for register: SR */
/*
* WDGF (RW)
*
* watchdog flag
*/
#define QEI_SR_WDGF_MASK (0x80000000UL)
#define QEI_SR_WDGF_SHIFT (31U)
#define QEI_SR_WDGF_SET(x) (((uint32_t)(x) << QEI_SR_WDGF_SHIFT) & QEI_SR_WDGF_MASK)
#define QEI_SR_WDGF_GET(x) (((uint32_t)(x) & QEI_SR_WDGF_MASK) >> QEI_SR_WDGF_SHIFT)
/*
* HOMEF (RW)
*
* home flag
*/
#define QEI_SR_HOMEF_MASK (0x40000000UL)
#define QEI_SR_HOMEF_SHIFT (30U)
#define QEI_SR_HOMEF_SET(x) (((uint32_t)(x) << QEI_SR_HOMEF_SHIFT) & QEI_SR_HOMEF_MASK)
#define QEI_SR_HOMEF_GET(x) (((uint32_t)(x) & QEI_SR_HOMEF_MASK) >> QEI_SR_HOMEF_SHIFT)
/*
* POSCMPF (RW)
*
* postion compare match flag
*/
#define QEI_SR_POSCMPF_MASK (0x20000000UL)
#define QEI_SR_POSCMPF_SHIFT (29U)
#define QEI_SR_POSCMPF_SET(x) (((uint32_t)(x) << QEI_SR_POSCMPF_SHIFT) & QEI_SR_POSCMPF_MASK)
#define QEI_SR_POSCMPF_GET(x) (((uint32_t)(x) & QEI_SR_POSCMPF_MASK) >> QEI_SR_POSCMPF_SHIFT)
/*
* ZPHF (RW)
*
* z input flag
*/
#define QEI_SR_ZPHF_MASK (0x10000000UL)
#define QEI_SR_ZPHF_SHIFT (28U)
#define QEI_SR_ZPHF_SET(x) (((uint32_t)(x) << QEI_SR_ZPHF_SHIFT) & QEI_SR_ZPHF_MASK)
#define QEI_SR_ZPHF_GET(x) (((uint32_t)(x) & QEI_SR_ZPHF_MASK) >> QEI_SR_ZPHF_SHIFT)
/* Bitfield definition for register: IRQEN */
/*
* WDGIE (RW)
*
* 1- generate interrupt when wdg flag set
*/
#define QEI_IRQEN_WDGIE_MASK (0x80000000UL)
#define QEI_IRQEN_WDGIE_SHIFT (31U)
#define QEI_IRQEN_WDGIE_SET(x) (((uint32_t)(x) << QEI_IRQEN_WDGIE_SHIFT) & QEI_IRQEN_WDGIE_MASK)
#define QEI_IRQEN_WDGIE_GET(x) (((uint32_t)(x) & QEI_IRQEN_WDGIE_MASK) >> QEI_IRQEN_WDGIE_SHIFT)
/*
* HOMEIE (RW)
*
* 1- generate interrupt when homef flag set
*/
#define QEI_IRQEN_HOMEIE_MASK (0x40000000UL)
#define QEI_IRQEN_HOMEIE_SHIFT (30U)
#define QEI_IRQEN_HOMEIE_SET(x) (((uint32_t)(x) << QEI_IRQEN_HOMEIE_SHIFT) & QEI_IRQEN_HOMEIE_MASK)
#define QEI_IRQEN_HOMEIE_GET(x) (((uint32_t)(x) & QEI_IRQEN_HOMEIE_MASK) >> QEI_IRQEN_HOMEIE_SHIFT)
/*
* POSCMPIE (RW)
*
* 1- generate interrupt when poscmpf flag set
*/
#define QEI_IRQEN_POSCMPIE_MASK (0x20000000UL)
#define QEI_IRQEN_POSCMPIE_SHIFT (29U)
#define QEI_IRQEN_POSCMPIE_SET(x) (((uint32_t)(x) << QEI_IRQEN_POSCMPIE_SHIFT) & QEI_IRQEN_POSCMPIE_MASK)
#define QEI_IRQEN_POSCMPIE_GET(x) (((uint32_t)(x) & QEI_IRQEN_POSCMPIE_MASK) >> QEI_IRQEN_POSCMPIE_SHIFT)
/*
* ZPHIE (RW)
*
* 1- generate interrupt when zphf flag set
*/
#define QEI_IRQEN_ZPHIE_MASK (0x10000000UL)
#define QEI_IRQEN_ZPHIE_SHIFT (28U)
#define QEI_IRQEN_ZPHIE_SET(x) (((uint32_t)(x) << QEI_IRQEN_ZPHIE_SHIFT) & QEI_IRQEN_ZPHIE_MASK)
#define QEI_IRQEN_ZPHIE_GET(x) (((uint32_t)(x) & QEI_IRQEN_ZPHIE_MASK) >> QEI_IRQEN_ZPHIE_SHIFT)
/* Bitfield definition for register of struct array COUNT: Z */
/*
* ZCNT (RW)
*
* zcnt value
*/
#define QEI_COUNT_Z_ZCNT_MASK (0xFFFFFFFFUL)
#define QEI_COUNT_Z_ZCNT_SHIFT (0U)
#define QEI_COUNT_Z_ZCNT_SET(x) (((uint32_t)(x) << QEI_COUNT_Z_ZCNT_SHIFT) & QEI_COUNT_Z_ZCNT_MASK)
#define QEI_COUNT_Z_ZCNT_GET(x) (((uint32_t)(x) & QEI_COUNT_Z_ZCNT_MASK) >> QEI_COUNT_Z_ZCNT_SHIFT)
/* Bitfield definition for register of struct array COUNT: PH */
/*
* DIR (RO)
*
* 1- reverse rotation
* 0- forward rotation
*/
#define QEI_COUNT_PH_DIR_MASK (0x40000000UL)
#define QEI_COUNT_PH_DIR_SHIFT (30U)
#define QEI_COUNT_PH_DIR_GET(x) (((uint32_t)(x) & QEI_COUNT_PH_DIR_MASK) >> QEI_COUNT_PH_DIR_SHIFT)
/*
* ASTAT (RO)
*
* 1- a input is high
* 0- a input is low
*/
#define QEI_COUNT_PH_ASTAT_MASK (0x4000000UL)
#define QEI_COUNT_PH_ASTAT_SHIFT (26U)
#define QEI_COUNT_PH_ASTAT_GET(x) (((uint32_t)(x) & QEI_COUNT_PH_ASTAT_MASK) >> QEI_COUNT_PH_ASTAT_SHIFT)
/*
* BSTAT (RO)
*
* 1- b input is high
* 0- b input is low
*/
#define QEI_COUNT_PH_BSTAT_MASK (0x2000000UL)
#define QEI_COUNT_PH_BSTAT_SHIFT (25U)
#define QEI_COUNT_PH_BSTAT_GET(x) (((uint32_t)(x) & QEI_COUNT_PH_BSTAT_MASK) >> QEI_COUNT_PH_BSTAT_SHIFT)
/*
* PHCNT (RO)
*
* phcnt value
*/
#define QEI_COUNT_PH_PHCNT_MASK (0x1FFFFFUL)
#define QEI_COUNT_PH_PHCNT_SHIFT (0U)
#define QEI_COUNT_PH_PHCNT_GET(x) (((uint32_t)(x) & QEI_COUNT_PH_PHCNT_MASK) >> QEI_COUNT_PH_PHCNT_SHIFT)
/* Bitfield definition for register of struct array COUNT: SPD */
/*
* DIR (RO)
*
* 1- reverse rotation
* 0- forward rotation
*/
#define QEI_COUNT_SPD_DIR_MASK (0x80000000UL)
#define QEI_COUNT_SPD_DIR_SHIFT (31U)
#define QEI_COUNT_SPD_DIR_GET(x) (((uint32_t)(x) & QEI_COUNT_SPD_DIR_MASK) >> QEI_COUNT_SPD_DIR_SHIFT)
/*
* ASTAT (RO)
*
* 1- a input is high
* 0- a input is low
*/
#define QEI_COUNT_SPD_ASTAT_MASK (0x40000000UL)
#define QEI_COUNT_SPD_ASTAT_SHIFT (30U)
#define QEI_COUNT_SPD_ASTAT_GET(x) (((uint32_t)(x) & QEI_COUNT_SPD_ASTAT_MASK) >> QEI_COUNT_SPD_ASTAT_SHIFT)
/*
* BSTAT (RW)
*
* 1- b input is high
* 0- b input is low
*/
#define QEI_COUNT_SPD_BSTAT_MASK (0x20000000UL)
#define QEI_COUNT_SPD_BSTAT_SHIFT (29U)
#define QEI_COUNT_SPD_BSTAT_SET(x) (((uint32_t)(x) << QEI_COUNT_SPD_BSTAT_SHIFT) & QEI_COUNT_SPD_BSTAT_MASK)
#define QEI_COUNT_SPD_BSTAT_GET(x) (((uint32_t)(x) & QEI_COUNT_SPD_BSTAT_MASK) >> QEI_COUNT_SPD_BSTAT_SHIFT)
/*
* SPDCNT (RO)
*
* spdcnt value
*/
#define QEI_COUNT_SPD_SPDCNT_MASK (0xFFFFFFFUL)
#define QEI_COUNT_SPD_SPDCNT_SHIFT (0U)
#define QEI_COUNT_SPD_SPDCNT_GET(x) (((uint32_t)(x) & QEI_COUNT_SPD_SPDCNT_MASK) >> QEI_COUNT_SPD_SPDCNT_SHIFT)
/* Bitfield definition for register of struct array COUNT: TMR */
/*
* TMRCNT (RO)
*
* 32 bit free run timer
*/
#define QEI_COUNT_TMR_TMRCNT_MASK (0xFFFFFFFFUL)
#define QEI_COUNT_TMR_TMRCNT_SHIFT (0U)
#define QEI_COUNT_TMR_TMRCNT_GET(x) (((uint32_t)(x) & QEI_COUNT_TMR_TMRCNT_MASK) >> QEI_COUNT_TMR_TMRCNT_SHIFT)
/* Bitfield definition for register array: SPDHIS */
/*
* SPDHIS0 (RO)
*
* copy of spdcnt, load from spdcnt after any transition from a = low, b = low
*/
#define QEI_SPDHIS_SPDHIS0_MASK (0xFFFFFFFFUL)
#define QEI_SPDHIS_SPDHIS0_SHIFT (0U)
#define QEI_SPDHIS_SPDHIS0_GET(x) (((uint32_t)(x) & QEI_SPDHIS_SPDHIS0_MASK) >> QEI_SPDHIS_SPDHIS0_SHIFT)
/* COUNT register group index macro definition */
#define QEI_COUNT_CURRENT (0UL)
#define QEI_COUNT_READ (1UL)
#define QEI_COUNT_SNAP0 (2UL)
#define QEI_COUNT_SNAP1 (3UL)
/* SPDHIS register group index macro definition */
#define QEI_SPDHIS_SPDHIS0 (0UL)
#define QEI_SPDHIS_SPDHIS1 (1UL)
#define QEI_SPDHIS_SPDHIS2 (2UL)
#define QEI_SPDHIS_SPDHIS3 (3UL)
#endif /* HPM_QEI_H */ | 34.529874 | 111 | 0.737899 |
64a376fa96924f9bdea764c5ca43266a50e8e0fc | 6,235 | c | C | src/posix/tm_net.c | LinusU/t1-runtime | dd434be5499ed04709d78a0eba497f908e2cc235 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | src/posix/tm_net.c | LinusU/t1-runtime | dd434be5499ed04709d78a0eba497f908e2cc235 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | src/posix/tm_net.c | LinusU/t1-runtime | dd434be5499ed04709d78a0eba497f908e2cc235 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | // Copyright 2014 Technical Machine, Inc. See the COPYRIGHT
// file at the top-level directory of this distribution.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#include "tm.h"
#include <sys/socket.h>
#include <arpa/inet.h> //inet_addr
#include <netdb.h>
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include <assert.h>
/**
* Net
*/
uint32_t tm_hostname_lookup (const uint8_t *hostname)
{
struct hostent *h;
/* get the host info */
if ((h = gethostbyname((const char *) hostname)) == NULL) {
herror("gethostbyname(): ");
return 0;
}
return ((struct in_addr *)h->h_addr)->s_addr;
}
/**
* UDP
*/
tm_socket_t tm_udp_open ()
{
return socket(AF_INET, SOCK_DGRAM, 0);
}
int tm_udp_close (tm_socket_t sock)
{
return shutdown(sock, SHUT_WR) == 0 ? 0 : -errno;
}
int tm_udp_listen (tm_socket_t sock, int port)
{
struct sockaddr_in localSocketAddr;
localSocketAddr.sin_family = AF_INET;
localSocketAddr.sin_addr.s_addr = htonl(INADDR_ANY);
localSocketAddr.sin_port = htons(port);
// Bind socket
// TM_COMMAND('w', "Binding local socket...");
int sockStatus;
if ((sockStatus = bind(sock, (struct sockaddr *) &localSocketAddr, sizeof(localSocketAddr))) != 0) {
// TM_DEBUG("binding failed: %d on port %d", sockStatus, port);
// CC3000_END;
return -1;
}
if (fcntl(sock, F_SETFL, O_NDELAY) < 0) {
perror("Can't set socket to non-blocking");
return -1;
}
return 0;
}
int tm_udp_receive (tm_socket_t sock, uint8_t *buf, size_t *buf_len, uint32_t *addr, uint16_t *port)
{
struct sockaddr_storage remoteAddr;
socklen_t remoteLen = sizeof(remoteAddr);
ssize_t res = recvfrom(sock, buf, *buf_len, 0, (struct sockaddr *) &remoteAddr, &remoteLen);
if (res < 0) {
*buf_len = 0;
return errno;
} else {
assert(remoteAddr.ss_family == AF_INET);
struct sockaddr_in* remoteAddr4 = (void *) &remoteAddr;
*addr = ntohl(remoteAddr4->sin_addr.s_addr);
*port = ntohs(remoteAddr4->sin_port);
*buf_len = res;
return 0;
}
}
int tm_udp_readable (tm_socket_t sock)
{
struct timeval tv;
tv.tv_sec = 0;
tv.tv_usec = 0;
fd_set readset;
FD_ZERO(&readset);
FD_SET(sock, &readset);
if (select(sock+1, &readset, NULL, NULL, &tv) <= 0) {
return 0;
}
return FD_ISSET(sock, &readset);
}
int tm_udp_send (tm_socket_t sock, uint32_t addr, uint16_t port, const uint8_t *buf, size_t *buf_len)
{
struct sockaddr_in tSocketAddr;
tSocketAddr.sin_family = AF_INET;
tSocketAddr.sin_addr.s_addr = htonl(addr);
tSocketAddr.sin_port = htons(port);
ssize_t res = sendto(sock, buf, *buf_len, 0, (struct sockaddr *) &tSocketAddr, sizeof(tSocketAddr));
if (res < 0) {
*buf_len = 0;
return errno;
} else {
*buf_len = res;
return 0;
}
}
/**
* TCP
*/
tm_socket_t tm_tcp_open ()
{
return socket(AF_INET, SOCK_STREAM, 0);
}
int tm_tcp_close (tm_socket_t sock)
{
return shutdown(sock, SHUT_WR) == 0 ? 0 : -errno;
// return close(sock);
}
int tm_tcp_connect (tm_socket_t sock, uint32_t addr, uint16_t port)
{
struct sockaddr_in server;
server.sin_family = AF_INET;
server.sin_addr.s_addr = htonl(addr);
server.sin_port = htons(port);
// printf("server: %p, %d, %d\n", server.sin_addr.s_addr, server.sin_family, server.sin_port);
return connect(sock, (struct sockaddr *) &server, sizeof(server));
}
uint32_t tm_net_dnsserver () {
// for now just do 8.8.8.8 on the PC
return 0x08080808;
}
// http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=%2Frzab6%2Frzab6xnonblock.htm
int tm_tcp_write (tm_socket_t sock, const uint8_t *buf, size_t *buf_len)
{
ssize_t res = send(sock, buf, *buf_len, 0);
if (res < 0) {
*buf_len = 0;
return errno;
} else {
*buf_len = res;
return 0;
}
}
int tm_tcp_read (tm_socket_t sock, uint8_t *buf, size_t *buf_len)
{
ssize_t res = recv(sock, buf, *buf_len, 0);
if (res < 0) {
*buf_len = 0;
return errno;
} else {
*buf_len = res;
return 0;
}
}
int tm_tcp_readable (tm_socket_t sock)
{
struct timeval tv;
tv.tv_sec = 0;
tv.tv_usec = 0;
fd_set readset;
FD_ZERO(&readset);
FD_SET(sock, &readset);
if (select(sock+1, &readset, NULL, NULL, &tv) <= 0) {
return 0;
}
return FD_ISSET(sock, &readset) != 0 ? 1 : 0;
}
int tm_tcp_listen (tm_socket_t sock, uint16_t port)
{
// CC3000_START;
struct sockaddr_in localSocketAddr;
localSocketAddr.sin_family = AF_INET;
localSocketAddr.sin_port = htons(port);
localSocketAddr.sin_addr.s_addr = 0;
// Allow port to be re-bound even in TIME_WAIT state.
// http://stackoverflow.com/questions/3229860/what-is-the-meaning-of-so-reuseaddr-setsockopt-option-linux
int optval = 1;
setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &optval, sizeof optval);
// Bind socket
// TM_COMMAND('w', "Binding local socket...");
int sockStatus;
if ((sockStatus = bind(sock, (struct sockaddr *) &localSocketAddr, sizeof(localSocketAddr))) != 0) {
// TM_COMMAND('w', "binding failed: %d", sockStatus);
// CC3000_END;
return -1;
}
// TM_DEBUG("Listening on local socket...");
int listenStatus = listen(sock, 5);
if (listenStatus != 0) {
// TM_COMMAND('w', "cannot listen to socket: %d", listenStatus);
// CC3000_END;
return -1;
}
if (fcntl(sock, F_SETFL, O_NDELAY) < 0) {
perror("Can't set socket to non-blocking");
return -1;
}
// CC3000_END;
return 0;
}
// Returns -1 on error or no socket.
// Returns -2 on pending connection.
// Returns >= 0 for socket descriptor.
tm_socket_t tm_tcp_accept (tm_socket_t sock, uint32_t *addr, uint16_t *port)
{
struct sockaddr_in addrClient;
socklen_t addrlen = sizeof(addrClient);
int res = accept(sock, (struct sockaddr *) &addrClient, &addrlen);
*addr = ntohl(addrClient.sin_addr.s_addr);
*port = ntohs(addrClient.sin_port);
return res;
}
| 25.040161 | 107 | 0.661107 |
64a5518af6431c0d16feb501f99a6526252ab0de | 9,167 | c | C | mysql/8/mysql-udf-http-1.0/src/mysql-udf-http.c | XoneStar/docker | b698769fa2319e28cdb9ac1b7b0bec3a37f51dc4 | [
"MIT"
] | null | null | null | mysql/8/mysql-udf-http-1.0/src/mysql-udf-http.c | XoneStar/docker | b698769fa2319e28cdb9ac1b7b0bec3a37f51dc4 | [
"MIT"
] | null | null | null | mysql/8/mysql-udf-http-1.0/src/mysql-udf-http.c | XoneStar/docker | b698769fa2319e28cdb9ac1b7b0bec3a37f51dc4 | [
"MIT"
] | null | null | null | #include <mysql.h>
#include <string.h>
#include <stdio.h>
#include <curl/curl.h>
#include "mysql-udf-http.h"
bool http_get_init(UDF_INIT *initid, UDF_ARGS *args, char *message);
char *http_get(UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long *length, char *is_null, char *error);
void http_get_deinit(UDF_INIT *initid);
bool http_post_init(UDF_INIT *initid, UDF_ARGS *args, char *message);
char *http_post(UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long *length, char *is_null, char *error);
void http_post_deinit(UDF_INIT *initid);
bool http_put_init(UDF_INIT *initid, UDF_ARGS *args, char *message);
char *http_put(UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long *length, char *is_null, char *error);
void http_put_deinit(UDF_INIT *initid);
bool http_delete_init(UDF_INIT *initid, UDF_ARGS *args, char *message);
char *http_delete(UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long *length, char *is_null, char *error);
void http_delete_deinit(UDF_INIT *initid);
static void *myrealloc(void *ptr, size_t size)
{
/* There might be a realloc() out there that doesn't like reallocing
NULL pointers, so we take care of it here */
if (ptr)
return realloc(ptr, size);
else
return malloc(size);
}
static size_t
result_cb(void *ptr, size_t size, size_t nmemb, void *data)
{
size_t realsize= size * nmemb;
struct st_curl_results *res= (struct st_curl_results *)data;
res->result= (char *)myrealloc(res->result, res->size + realsize + 1);
if (res->result)
{
memcpy(&(res->result[res->size]), ptr, realsize);
res->size += realsize;
res->result[res->size]= 0;
}
return realsize;
}
/* ------------------------HTTP GET----------------------------- */
bool http_get_init(UDF_INIT *initid, UDF_ARGS *args, char *message)
{
st_curl_results *container;
if (args->arg_count != 1)
{
strncpy(message,
"one argument must be supplied: http_get('<url>').",
MYSQL_ERRMSG_SIZE);
return 1;
}
args->arg_type[0]= STRING_RESULT;
initid->max_length= CURL_UDF_MAX_SIZE;
container= (st_curl_results *)malloc(sizeof(st_curl_results));
initid->ptr= (char *)container;
return 0;
}
char *http_get(UDF_INIT *initid, UDF_ARGS *args,
__attribute__ ((unused)) char *result,
unsigned long *length,
__attribute__ ((unused)) char *is_null,
__attribute__ ((unused)) char *error)
{
CURLcode retref;
CURL *curl;
st_curl_results *res= (st_curl_results *)initid->ptr;
curl_global_init(CURL_GLOBAL_ALL);
curl= curl_easy_init();
res->result= NULL;
res->size= 0;
if (curl)
{
curl_easy_setopt(curl, CURLOPT_URL, args->args[0]);
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, result_cb);
curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)res);
curl_easy_setopt(curl, CURLOPT_USERAGENT, "mysql-udf-http/1.0");
retref= curl_easy_perform(curl);
if (retref) {
fprintf(stderr, "error\n");
strcpy(res->result,"");
*length= 0;
}
}
else
{
strcpy(res->result,"");
*length= 0;
}
curl_easy_cleanup(curl);
*length= res->size;
return ((char *) res->result);
}
void http_get_deinit(UDF_INIT *initid)
{
/* if we allocated initid->ptr, free it here */
st_curl_results *res= (st_curl_results *)initid->ptr;
free(res->result);
free(res);
return;
}
/* ------------------------HTTP POST----------------------------- */
bool http_post_init(UDF_INIT *initid, UDF_ARGS *args, char *message)
{
st_curl_results *container;
if (args->arg_count != 2)
{
strncpy(message,
"two arguments must be supplied: http_post('<url>','<data>').",
MYSQL_ERRMSG_SIZE);
return 1;
}
args->arg_type[0]= STRING_RESULT;
initid->max_length= CURL_UDF_MAX_SIZE;
container= (st_curl_results *)malloc(sizeof(st_curl_results));
initid->ptr= (char *)container;
return 0;
}
char *http_post(UDF_INIT *initid, UDF_ARGS *args,
__attribute__ ((unused)) char *result,
unsigned long *length,
__attribute__ ((unused)) char *is_null,
__attribute__ ((unused)) char *error)
{
CURLcode retref;
CURL *curl;
st_curl_results *res= (st_curl_results *)initid->ptr;
curl_global_init(CURL_GLOBAL_ALL);
curl= curl_easy_init();
res->result= NULL;
res->size= 0;
if (curl)
{
struct curl_slist *chunk = NULL;
chunk = curl_slist_append(chunk, "Expect:");
curl_easy_setopt(curl, CURLOPT_URL, args->args[0]);
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, result_cb);
curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)res);
curl_easy_setopt(curl, CURLOPT_USERAGENT, "mysql-udf-http/1.0");
curl_easy_setopt(curl, CURLOPT_HTTPHEADER, chunk);
curl_easy_setopt(curl, CURLOPT_POSTFIELDS, args->args[1]);
retref= curl_easy_perform(curl);
if (retref) {
fprintf(stderr, "error\n");
strcpy(res->result,"");
*length= 0;
}
}
else
{
strcpy(res->result,"");
*length= 0;
}
curl_easy_cleanup(curl);
*length= res->size;
return ((char *) res->result);
}
void http_post_deinit(UDF_INIT *initid)
{
/* if we allocated initid->ptr, free it here */
st_curl_results *res= (st_curl_results *)initid->ptr;
free(res->result);
free(res);
return;
}
/* ------------------------HTTP PUT----------------------------- */
bool http_put_init(UDF_INIT *initid, UDF_ARGS *args, char *message)
{
st_curl_results *container;
if (args->arg_count != 2)
{
strncpy(message,
"two arguments must be supplied: http_put('<url>','<data>').",
MYSQL_ERRMSG_SIZE);
return 1;
}
args->arg_type[0]= STRING_RESULT;
initid->max_length= CURL_UDF_MAX_SIZE;
container= (st_curl_results *)malloc(sizeof(st_curl_results));
initid->ptr= (char *)container;
return 0;
}
char *http_put(UDF_INIT *initid, UDF_ARGS *args,
__attribute__ ((unused)) char *result,
unsigned long *length,
__attribute__ ((unused)) char *is_null,
__attribute__ ((unused)) char *error)
{
CURLcode retref;
CURL *curl;
st_curl_results *res= (st_curl_results *)initid->ptr;
curl_global_init(CURL_GLOBAL_ALL);
curl= curl_easy_init();
res->result= NULL;
res->size= 0;
if (curl)
{
struct curl_slist *chunk = NULL;
chunk = curl_slist_append(chunk, "Expect:");
curl_easy_setopt(curl, CURLOPT_URL, args->args[0]);
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, result_cb);
curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)res);
curl_easy_setopt(curl, CURLOPT_USERAGENT, "mysql-udf-http/1.0");
curl_easy_setopt(curl, CURLOPT_HTTPHEADER, chunk);
curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "PUT");
curl_easy_setopt(curl, CURLOPT_POSTFIELDS, args->args[1]);
retref= curl_easy_perform(curl);
if (retref) {
fprintf(stderr, "error\n");
strcpy(res->result,"");
*length= 0;
}
}
else
{
strcpy(res->result,"");
*length= 0;
}
curl_easy_cleanup(curl);
*length= res->size;
return ((char *) res->result);
}
void http_put_deinit(UDF_INIT *initid)
{
/* if we allocated initid->ptr, free it here */
st_curl_results *res= (st_curl_results *)initid->ptr;
free(res->result);
free(res);
return;
}
/* ------------------------HTTP DELETE----------------------------- */
bool http_delete_init(UDF_INIT *initid, UDF_ARGS *args, char *message)
{
st_curl_results *container;
if (args->arg_count != 1)
{
strncpy(message,
"one arguments must be supplied: http_delete('<url>').",
MYSQL_ERRMSG_SIZE);
return 1;
}
args->arg_type[0]= STRING_RESULT;
initid->max_length= CURL_UDF_MAX_SIZE;
container= (st_curl_results *)malloc(sizeof(st_curl_results));
initid->ptr= (char *)container;
return 0;
}
char *http_delete(UDF_INIT *initid, UDF_ARGS *args,
__attribute__ ((unused)) char *result,
unsigned long *length,
__attribute__ ((unused)) char *is_null,
__attribute__ ((unused)) char *error)
{
CURLcode retref;
CURL *curl;
st_curl_results *res= (st_curl_results *)initid->ptr;
curl_global_init(CURL_GLOBAL_ALL);
curl= curl_easy_init();
res->result= NULL;
res->size= 0;
if (curl)
{
curl_easy_setopt(curl, CURLOPT_URL, args->args[0]);
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, result_cb);
curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)res);
curl_easy_setopt(curl, CURLOPT_USERAGENT, "mysql-udf-http/1.0");
curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "DELETE");
retref= curl_easy_perform(curl);
if (retref) {
fprintf(stderr, "error\n");
strcpy(res->result,"");
*length= 0;
}
}
else
{
strcpy(res->result,"");
*length= 0;
}
curl_easy_cleanup(curl);
*length= res->size;
return ((char *) res->result);
}
void http_delete_deinit(UDF_INIT *initid)
{
/* if we allocated initid->ptr, free it here */
st_curl_results *res= (st_curl_results *)initid->ptr;
free(res->result);
free(res);
return;
}
| 25.968839 | 117 | 0.644595 |
64a564e2c8622a82b06e0abc2584795547bd7068 | 9,288 | h | C | include/CRGB.h | colinw7/CUtil | 4cd40ef4a8951afd9e8c42552cbaddf8a63ef794 | [
"MIT"
] | 2 | 2021-09-18T07:55:01.000Z | 2021-12-23T02:24:42.000Z | include/CRGB.h | colinw7/CUtil | 4cd40ef4a8951afd9e8c42552cbaddf8a63ef794 | [
"MIT"
] | null | null | null | include/CRGB.h | colinw7/CUtil | 4cd40ef4a8951afd9e8c42552cbaddf8a63ef794 | [
"MIT"
] | 2 | 2019-09-12T05:31:08.000Z | 2021-09-18T07:55:06.000Z | #ifndef CRGB_H
#define CRGB_H
#include <cstdio>
#include <sys/types.h>
#include <iostream>
//#include <CHSV.h>
//#include <CHSL.h>
//#include <CCMYK.h>
//#include <CHSB.h>
#ifdef USE_CRGB_NAME
#include <CRGBName.h>
#endif
#define CRGB_LIGHT_FACTOR 1.25
#define CRGB_DARK_FACTOR 0.50
#define CRGB_R_FACTOR 0.3
#define CRGB_G_FACTOR 0.59
#define CRGB_B_FACTOR 0.11
#define CRGB_SEPIA_R1 0.299
#define CRGB_SEPIA_R2 0.191
#define CRGB_SEPIA_G1 0.587
#define CRGB_SEPIA_G2 -0.054
#define CRGB_SEPIA_B1 0.114
#define CRGB_SEPIA_B2 -0.221
#define CRGB_IFACTOR 255.0
#define CRGB_IFACTORI (1.0/255.0)
// red, green, blue
class CRGB {
public:
CRGB() { }
CRGB(double r, double g, double b) :
r_(r), g_(g), b_(b) {
}
explicit CRGB(double gray) :
r_(gray), g_(gray), b_(gray) {
}
#ifdef USE_CRGB_NAME
explicit CRGB(std::string name) {
CRGBName::lookup(name, &r_, &g_, &b_);
}
#endif
CRGB(const CRGB &rgb) :
r_(rgb.r_), g_(rgb.g_), b_(rgb.b_) {
}
~CRGB() { }
CRGB &operator=(const CRGB &rgb) {
if (this == &rgb)
return *this;
r_ = rgb.r_;
g_ = rgb.g_;
b_ = rgb.b_;
return *this;
}
CRGB operator+() const {
return CRGB(r_, g_, b_);
}
CRGB operator-() const {
return CRGB(-r_, -g_, -b_);
}
CRGB &operator+=(const CRGB &rhs) {
r_ += rhs.r_;
g_ += rhs.g_;
b_ += rhs.b_;
return *this;
}
CRGB operator+(const CRGB &rhs) const {
return CRGB(r_ + rhs.r_, g_ + rhs.g_, b_ + rhs.b_);
}
CRGB &operator-=(const CRGB &rhs) {
r_ -= rhs.r_;
g_ -= rhs.g_;
b_ -= rhs.b_;
return *this;
}
CRGB operator-(const CRGB &rhs) const {
return CRGB(r_ - rhs.r_, g_ - rhs.g_, b_ - rhs.b_);
}
CRGB &operator*=(const CRGB &rhs) {
r_ *= rhs.r_;
g_ *= rhs.g_;
b_ *= rhs.b_;
return *this;
}
CRGB &operator*=(double rhs) {
r_ *= rhs;
g_ *= rhs;
b_ *= rhs;
return *this;
}
CRGB operator*(const CRGB &rhs) const {
return CRGB(r_*rhs.r_, g_*rhs.g_, b_*rhs.b_);
}
CRGB &operator/=(const CRGB &rhs) {
r_ /= rhs.r_;
g_ /= rhs.g_;
b_ /= rhs.b_;
return *this;
}
CRGB &operator/=(double rhs) {
double irhs = 1.0/rhs;
r_ *= irhs;
g_ *= irhs;
b_ *= irhs;
return *this;
}
CRGB operator/(const CRGB &rhs) const {
return CRGB(r_/rhs.r_, g_/rhs.g_, b_/rhs.b_);
}
CRGB operator/(double rhs) const {
double irhs = 1.0/rhs;
return CRGB(r_*irhs, g_*irhs, b_*irhs);
}
friend CRGB operator*(const CRGB &lhs, double rhs) {
return CRGB(lhs.r_*rhs, lhs.g_*rhs, lhs.b_*rhs);
}
friend CRGB operator*(double lhs, const CRGB &rhs) {
return CRGB(lhs*rhs.r_, lhs*rhs.g_, lhs*rhs.b_);
}
//------
int cmp(const CRGB &rhs) const {
if (r_ < rhs.r_) return -1;
else if (r_ > rhs.r_) return 1;
else if (g_ < rhs.g_) return -1;
else if (g_ > rhs.g_) return 1;
else if (b_ < rhs.b_) return -1;
else if (b_ > rhs.b_) return 1;
else return 0;
}
friend bool operator==(const CRGB &lhs, const CRGB &rhs) {
return lhs.cmp(rhs) == 0;
}
friend bool operator!=(const CRGB &lhs, const CRGB &rhs) {
return lhs.cmp(rhs) != 0;
}
friend bool operator<(const CRGB &lhs, const CRGB &rhs) {
return lhs.cmp(rhs) < 0;
}
friend bool operator<=(const CRGB &lhs, const CRGB &rhs) {
return lhs.cmp(rhs) <= 0;
}
friend bool operator>(const CRGB &lhs, const CRGB &rhs) {
return lhs.cmp(rhs) > 0;
}
friend bool operator>=(const CRGB &lhs, const CRGB &rhs) {
return lhs.cmp(rhs) >= 0;
}
//------
void print(std::ostream &os) const {
os << "CRGB(" << r_ << "," << g_ << "," << b_ << ")";
}
friend std::ostream &operator<<(std::ostream &os, const CRGB &rgb) {
rgb.print(os);
return os;
}
std::string toString() const {
uint r, g, b;
getRGBI(&r, &g, &b);
char str[256];
::sprintf(str, "(%u,%u,%u)", r, g, b);
return str;
}
std::string stringEncode() const {
uint r, g, b;
getRGBI(&r, &g, &b);
char str[256];
::sprintf(str, "#%02X%02X%02X", r, g, b);
return str;
}
void zero() { r_ = g_ = b_ = 0.0; }
void setRed (double r) { r_ = r; };
void setGreen(double g) { g_ = g; };
void setBlue (double b) { b_ = b; };
void setRGB(double r, double g, double b) {
r_ = r; g_ = g; b_ = b;
}
void setRGBI(uint r, uint g, uint b) {
r_ = int(r/255.0); g_ = int(g/255.0); b_ = int(b/255.0);
}
double getRed () const { return r_; }
double getGreen() const { return g_; }
double getBlue () const { return b_; }
uint getRedI () const { return uint(r_*CRGB_IFACTOR); }
uint getGreenI() const { return uint(g_*CRGB_IFACTOR); }
uint getBlueI () const { return uint(b_*CRGB_IFACTOR); }
void getRGB(double *r, double *g, double *b) const {
*r = r_; *g = g_; *b = b_;
}
void getRGBI(uint *r, uint *g, uint *b) const {
*r = uint(r_*CRGB_IFACTOR);
*g = uint(g_*CRGB_IFACTOR);
*b = uint(b_*CRGB_IFACTOR);
}
double getClampRed() const {
return std::max(0.0, std::min(1.0, r_));
}
double getClampGreen() const {
return std::max(0.0, std::min(1.0, g_));
}
double getClampBlue() const {
return std::max(0.0, std::min(1.0, b_));
}
double getGray() const {
return (CRGB_R_FACTOR*r_ + CRGB_G_FACTOR*g_ + CRGB_B_FACTOR*b_);
}
double getClampGray() const {
return getClamp().getGray();
}
CRGB getGrayRGB() const {
double gray = getGray();
return CRGB(gray, gray, gray);
}
double getLightRed() const {
return std::min(r_*CRGB_LIGHT_FACTOR, 1.0);
}
double getLightGreen() const {
return std::min(g_*CRGB_LIGHT_FACTOR, 1.0);
}
double getLightBlue() const {
return std::min(b_*CRGB_LIGHT_FACTOR, 1.0);
}
double getLightGray() const {
double gray = getGray();
return std::min(gray*CRGB_LIGHT_FACTOR, 1.0);
}
CRGB getLightRGB() const {
return CRGB(getLightRed(), getLightGreen(), getLightBlue());
}
double getDarkRed() const {
return std::min(r_*CRGB_DARK_FACTOR, 1.0);
}
double getDarkGreen() const {
return std::min(g_*CRGB_DARK_FACTOR, 1.0);
}
double getDarkBlue() const {
return std::min(b_*CRGB_DARK_FACTOR, 1.0);
}
double getDarkGray() const {
double gray = getGray();
return std::min(gray*CRGB_DARK_FACTOR, 1.0);
}
CRGB getDarkRGB() const {
return CRGB(getDarkRed(), getDarkGreen(), getDarkBlue());
}
double getInverseRed() const {
return 1.0 - r_;
}
double getInverseGreen() const {
return 1.0 - g_;
}
double getInverseBlue() const {
return 1.0 - b_;
}
double getInverseGray() const {
double gray = getGray();
return 1.0 - gray;
}
CRGB getInverseRGB() const {
return CRGB(getInverseRed(), getInverseGreen(), getInverseBlue());
}
const CRGB &toGray() {
double gray = getGray();
r_ = gray;
g_ = gray;
b_ = gray;
return *this;
}
const CRGB &clamp() {
r_ = std::max(0.0, std::min(1.0, r_));
g_ = std::max(0.0, std::min(1.0, g_));
b_ = std::max(0.0, std::min(1.0, b_));
return *this;
}
CRGB getClamp() const {
return CRGB(std::max(0.0, std::min(1.0, r_)),
std::max(0.0, std::min(1.0, g_)),
std::max(0.0, std::min(1.0, b_)));
}
CRGB blend(const CRGB &rgb, double factor) const {
double factor1 = 1.0 - factor;
return CRGB(r_*factor + rgb.r_*factor1,
g_*factor + rgb.g_*factor1,
b_*factor + rgb.b_*factor1);
}
const CRGB &invert() {
r_ = 1.0 - r_;
g_ = 1.0 - g_;
b_ = 1.0 - b_;
return *this;
}
CRGB inverse() const {
CRGB rgb(*this);
return rgb.invert();
}
const CRGB &toSepia() {
r_ = r_*CRGB_SEPIA_R1 + CRGB_SEPIA_R2;
g_ = g_*CRGB_SEPIA_G1 + CRGB_SEPIA_G2;
b_ = b_*CRGB_SEPIA_B1 + CRGB_SEPIA_B2;
return *this;
}
uint encodeRGB() const {
uint r, g, b;
getRGBI(&r, &g, &b);
return encodeRGB(r, g, b);
}
static uint encodeRGB(uint r, uint g, uint b) {
return (((r & 0xff) << 16) |
((g & 0xff) << 8) |
((b & 0xff) << 0));
}
static CRGB decodeRGB(uint rgb) {
return CRGB(((rgb & 0xff0000) >> 16)/255.0,
((rgb & 0x00ff00) >> 8)/255.0,
((rgb & 0x0000ff) >> 0)/255.0);
}
//CHSV toHSV () const;
//CHSL toHSL () const;
//CCMYK toCMYK() const;
//CHSB toHSB () const;
static CRGB minParts(const CRGB &rgb_s, const CRGB &rgb_d) {
return CRGB(std::min(rgb_s.r_, rgb_d.r_),
std::min(rgb_s.g_, rgb_d.g_),
std::min(rgb_s.b_, rgb_d.b_));
}
static CRGB maxParts(const CRGB &rgb_s, const CRGB &rgb_d) {
return CRGB(std::max(rgb_s.r_, rgb_d.r_),
std::max(rgb_s.g_, rgb_d.g_),
std::max(rgb_s.b_, rgb_d.b_));
}
private:
double r_, g_, b_;
};
//------
//#include <CRGBUtil.h>
//inline CHSV CRGB::toHSV () const { return CRGBUtil::RGBtoHSV (*this); }
//inline CHSL CRGB::toHSL () const { return CRGBUtil::RGBtoHSL (*this); }
//inline CCMYK CRGB::toCMYK() const { return CRGBUtil::RGBtoCMYK(*this); }
//inline CHSB CRGB::toHSB () const { return CRGBUtil::RGBtoHSB (*this); }
#endif
| 20.235294 | 74 | 0.571167 |
64a6a7238ccabac9b8fd94987060f98d481129a3 | 452 | h | C | include/output/CSVOutput.h | joshuahansel/cl1de | a6e641f6f6ffaa477a3a82ef40e013100577b61f | [
"MIT"
] | null | null | null | include/output/CSVOutput.h | joshuahansel/cl1de | a6e641f6f6ffaa477a3a82ef40e013100577b61f | [
"MIT"
] | null | null | null | include/output/CSVOutput.h | joshuahansel/cl1de | a6e641f6f6ffaa477a3a82ef40e013100577b61f | [
"MIT"
] | null | null | null | #ifndef CSVOutput_H
#define CSVOutput_H
#include <string>
#include <vector>
#include <fstream>
class CSVOutput
{
public:
CSVOutput(const std::string & name);
void addOutput(const std::vector<double> & values, const std::string & name);
void save();
protected:
const std::string _name;
std::vector<std::string> _data_names;
std::vector<std::vector<double> const *> _data_vectors;
std::ofstream _outfile;
};
#endif /* CSVOutput_H */
| 17.384615 | 79 | 0.707965 |
64a814bcdb9ef2358082910fe65420d3381efa58 | 11,279 | c | C | openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c | LMicol/oaisim_folder | 86447fadf4843341753004ae7dc95a4f73ee6e0e | [
"Apache-2.0"
] | null | null | null | openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c | LMicol/oaisim_folder | 86447fadf4843341753004ae7dc95a4f73ee6e0e | [
"Apache-2.0"
] | null | null | null | openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c | LMicol/oaisim_folder | 86447fadf4843341753004ae7dc95a4f73ee6e0e | [
"Apache-2.0"
] | 1 | 2021-04-21T19:02:05.000Z | 2021-04-21T19:02:05.000Z | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the OAI Public License, Version 1.1 (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.openairinterface.org/?page_id=698
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org
*/
/* \file NR_IF_Module.c
* \brief functions for NR UE FAPI-like interface
* \author R. Knopp, K.H. HSU
* \date 2018
* \version 0.1
* \company Eurecom / NTUST
* \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr
* \note
* \warning
*/
#include "PHY/defs_nr_UE.h"
#include "NR_IF_Module.h"
#include "mac_proto.h"
#include "assertions.h"
#include "LAYER2/NR_MAC_UE/mac_extern.h"
#include "SCHED_NR_UE/fapi_nr_ue_l1.h"
#include "executables/softmodem-common.h"
#include <stdio.h>
#define MAX_IF_MODULES 100
static nr_ue_if_module_t *nr_ue_if_module_inst[MAX_IF_MODULES];
// L2 Abstraction Layer
int handle_bcch_bch(module_id_t module_id, int cc_id, unsigned int gNB_index, uint8_t *pduP, unsigned int additional_bits, uint32_t ssb_index, uint32_t ssb_length, uint16_t cell_id){
return nr_ue_decode_mib(module_id,
cc_id,
gNB_index,
additional_bits,
ssb_length, // Lssb = 64 is not support
ssb_index,
pduP,
cell_id);
}
// L2 Abstraction Layer
int handle_bcch_dlsch(module_id_t module_id, int cc_id, unsigned int gNB_index, uint32_t sibs_mask, uint8_t *pduP, uint32_t pdu_len){
return 0;
}
// L2 Abstraction Layer
int handle_dci(module_id_t module_id, int cc_id, unsigned int gNB_index, fapi_nr_dci_indication_pdu_t *dci){
//printf("handle_dci: rnti %x,dci_type %d\n",rnti,dci_type);
return nr_ue_process_dci_indication_pdu(module_id, cc_id, gNB_index, dci);
}
// L2 Abstraction Layer
int8_t handle_dlsch (module_id_t module_id, int cc_id, uint8_t gNB_index, fapi_nr_dci_indication_t *dci_ind, uint8_t *pduP, uint32_t pdu_len, frame_t frame, int slot, NR_UL_TIME_ALIGNMENT_t *ul_time_alignment){
LOG_D(MAC, "handle_dlsch at MAC layer \n");
//if (IS_SOFTMODEM_NOS1 || IS_SOFTMODEM_RFSIM)
// sdu should be processed even when is S1 mode because data and timing advance updates are transmitted by the UE
nr_ue_send_sdu(module_id, cc_id, frame, slot,
pduP,
pdu_len,
gNB_index,
ul_time_alignment);
return 0;
/*
return nr_ue_process_dlsch(module_id,
cc_id,
gNB_index,
dci_ind,
pduP,
pdu_len);
*/
}
int nr_ue_ul_indication(nr_uplink_indication_t *ul_info){
NR_UE_L2_STATE_t ret;
module_id_t module_id = ul_info->module_id;
NR_UE_MAC_INST_t *mac = get_mac_inst(module_id);
// clean previous FAPI messages
mac->tx_request.number_of_pdus = 0;
mac->ul_config_request.number_pdus = 0;
mac->dl_config_request.number_pdus = 0;
// clean previous FAPI messages
ret = nr_ue_scheduler(
ul_info->module_id,
ul_info->gNB_index,
ul_info->cc_id,
ul_info->frame,
ul_info->slot,
ul_info->ssb_index,
0, 0); // TODO check tx/rx frame/slot is need for NR version
switch(ret){
case UE_CONNECTION_OK:
break;
case UE_CONNECTION_LOST:
break;
case UE_PHY_RESYNCH:
break;
case UE_PHY_HO_PRACH:
break;
default:
break;
}
mac->if_module->scheduled_response(&mac->scheduled_response);
return 0;
}
int nr_ue_dl_indication(nr_downlink_indication_t *dl_info, NR_UL_TIME_ALIGNMENT_t *ul_time_alignment){
int32_t i;
uint32_t ret_mask = 0x0;
module_id_t module_id = dl_info->module_id;
NR_UE_MAC_INST_t *mac = get_mac_inst(module_id);
fapi_nr_dl_config_request_t *dl_config = &mac->dl_config_request;
fapi_nr_ul_config_request_t *ul_config = &mac->ul_config_request;
dl_config->number_pdus = 0;
ul_config->number_pdus = 0;
//hook up pointers
mac->scheduled_response.dl_config = dl_config;
mac->scheduled_response.ul_config = ul_config;
mac->scheduled_response.tx_request = &mac->tx_request;
mac->scheduled_response.module_id = dl_info->module_id;
mac->scheduled_response.CC_id = dl_info->cc_id;
mac->scheduled_response.frame = dl_info->frame;
mac->scheduled_response.slot = dl_info->slot;
if(dl_info->dci_ind != NULL){
LOG_D(MAC,"[L2][IF MODULE][DL INDICATION][DCI_IND]\n");
for(i=0; i<dl_info->dci_ind->number_of_dcis; ++i){
LOG_D(MAC,">>>NR_IF_Module i=%d, dl_info->dci_ind->number_of_dcis=%d\n",i,dl_info->dci_ind->number_of_dcis);
// fapi_nr_dci_pdu_rel15_t *dci = &dl_info->dci_ind->dci_list[i].dci;
ret_mask |= (handle_dci(dl_info->module_id,
dl_info->cc_id,
dl_info->gNB_index,
dl_info->dci_ind->dci_list+i)<< FAPI_NR_DCI_IND);
AssertFatal( nr_ue_if_module_inst[module_id] != NULL, "IF module is void!\n" );
nr_ue_if_module_inst[module_id]->scheduled_response(&mac->scheduled_response);
/*switch((dl_info->dci_ind->dci_list+i)->dci_type){
case FAPI_NR_DCI_TYPE_0_0:
case FAPI_NR_DCI_TYPE_0_1:
case FAPI_NR_DCI_TYPE_1_1:
case FAPI_NR_DCI_TYPE_2_0:
case FAPI_NR_DCI_TYPE_2_1:
case FAPI_NR_DCI_TYPE_2_2:
case FAPI_NR_DCI_TYPE_2_3:
AssertFatal(1==0, "Not yet support at this moment!\n");
break;
case FAPI_NR_DCI_TYPE_1_0:
dl_config->dl_config_list[dl_config->number_pdus].pdu_type = FAPI_NR_DL_CONFIG_TYPE_DLSCH;
// mapping into DL_CONFIG_REQ for DL-SCH
fapi_nr_dl_config_dlsch_pdu_rel15_t *dlsch_config_pdu = &dl_config->dl_config_list[dl_config->number_pdus].dlsch_config_pdu.dlsch_config_rel15;
dl_config->dl_config_list[dl_config->number_pdus].dlsch_config_pdu.rnti = 0x0000; // TX RNTI: UE-spec
memcpy(dlsch_config_pdu, dci, sizeof(fapi_nr_dci_pdu_rel15_t));
dl_config->number_pdus = dl_config->number_pdus + 1;
ret_mask |= (handle_dci(
dl_info->module_id,
dl_info->cc_id,
dl_info->gNB_index,
dci,
(dl_info->dci_ind->dci_list+i)->rnti,
(dl_info->dci_ind->dci_list+i)->dci_type)) << FAPI_NR_DCI_IND;
break;
default:
break;
}*/
//(dl_info->dci_list+i)->rnti
}
}
if(dl_info->rx_ind != NULL){
LOG_D(MAC,"[L2][IF MODULE][DL INDICATION][RX_IND], Number of PDUs: %d \n", dl_info->rx_ind->number_pdus);
for(i=0; i<dl_info->rx_ind->number_pdus; ++i){
switch(dl_info->rx_ind->rx_indication_body[i].pdu_type){
case FAPI_NR_RX_PDU_TYPE_MIB:
ret_mask |= (handle_bcch_bch(dl_info->module_id, dl_info->cc_id, dl_info->gNB_index,
(dl_info->rx_ind->rx_indication_body+i)->mib_pdu.pdu,
(dl_info->rx_ind->rx_indication_body+i)->mib_pdu.additional_bits,
(dl_info->rx_ind->rx_indication_body+i)->mib_pdu.ssb_index,
(dl_info->rx_ind->rx_indication_body+i)->mib_pdu.ssb_length,
(dl_info->rx_ind->rx_indication_body+i)->mib_pdu.cell_id )) << FAPI_NR_RX_PDU_TYPE_MIB;
LOG_D(MAC,"[L2][IF MODULE][DL INDICATION][RX_IND], MIB case Number of PDUs: %d \n", dl_info->rx_ind->number_pdus);
/*ret_mask |= (handle_bcch_bch( dl_info->module_id, dl_info->cc_id, dl_info->gNB_index,
dl_info->rx_ind->rx_indication_body[i].mib_pdu.pdu,
dl_info->rx_ind->rx_indication_body[i].mib_pdu.additional_bits,
dl_info->rx_ind->rx_indication_body[i].mib_pdu.ssb_index,
dl_info->rx_ind->rx_indication_body[i].mib_pdu.ssb_length,
dl_info->rx_ind->rx_indication_body[i].mib_pdu.cell_id )) << FAPI_NR_RX_PDU_TYPE_MIB;*/
break;
case FAPI_NR_RX_PDU_TYPE_SIB:
ret_mask |= (handle_bcch_dlsch(dl_info->module_id, dl_info->cc_id, dl_info->gNB_index,
(dl_info->rx_ind->rx_indication_body+i)->sib_pdu.sibs_mask,
(dl_info->rx_ind->rx_indication_body+i)->sib_pdu.pdu,
(dl_info->rx_ind->rx_indication_body+i)->sib_pdu.pdu_length )) << FAPI_NR_RX_PDU_TYPE_SIB;
break;
case FAPI_NR_RX_PDU_TYPE_DLSCH:
// ret_mask |= (0) << FAPI_NR_RX_PDU_TYPE_DLSCH;
ret_mask |= (handle_dlsch(dl_info->module_id, dl_info->cc_id, dl_info->gNB_index, dl_info->dci_ind,
(dl_info->rx_ind->rx_indication_body+i)->pdsch_pdu.pdu,
(dl_info->rx_ind->rx_indication_body+i)->pdsch_pdu.pdu_length, dl_info->frame, dl_info->slot, ul_time_alignment)) << FAPI_NR_RX_PDU_TYPE_DLSCH;
LOG_D(MAC,"[L2][IF MODULE][DL INDICATION][RX_IND], DLSCH case Number of PDUs: %d \n", dl_info->rx_ind->number_pdus);
/*
// dl_config structure just stores what was received - not really needed
dl_config->dl_config_list[dl_config->number_pdus].pdu_type = FAPI_NR_DL_CONFIG_TYPE_DLSCH;
dl_config->number_pdus = dl_config->number_pdus + 1;
*/
/*ret_mask |= (handle_dlsch(dl_info->module_id, dl_info->cc_id, dl_info->gNB_index, dl_info->dci_ind,
dl_info->rx_ind->rx_indication_body[i].pdsch_pdu.pdu,
dl_info->rx_ind->rx_indication_body[i].pdsch_pdu.pdu_length, dl_info->frame, dl_info->slot)) << FAPI_NR_RX_PDU_TYPE_DLSCH;
*/
break;
default:
break;
}
}
}
//clean up nr_downlink_indication_t *dl_info
dl_info->rx_ind = NULL;
dl_info->dci_ind = NULL;
return 0;
}
nr_ue_if_module_t *nr_ue_if_module_init(uint32_t module_id){
if (nr_ue_if_module_inst[module_id] == NULL) {
nr_ue_if_module_inst[module_id] = (nr_ue_if_module_t *)malloc(sizeof(nr_ue_if_module_t));
memset((void*)nr_ue_if_module_inst[module_id],0,sizeof(nr_ue_if_module_t));
nr_ue_if_module_inst[module_id]->cc_mask=0;
nr_ue_if_module_inst[module_id]->current_frame = 0;
nr_ue_if_module_inst[module_id]->current_slot = 0;
nr_ue_if_module_inst[module_id]->phy_config_request = nr_ue_phy_config_request;
nr_ue_if_module_inst[module_id]->scheduled_response = nr_ue_scheduled_response;
nr_ue_if_module_inst[module_id]->dl_indication = nr_ue_dl_indication;
nr_ue_if_module_inst[module_id]->ul_indication = nr_ue_ul_indication;
}
return nr_ue_if_module_inst[module_id];
}
int nr_ue_if_module_kill(uint32_t module_id) {
if (nr_ue_if_module_inst[module_id] != NULL){
free(nr_ue_if_module_inst[module_id]);
}
return 0;
}
int nr_ue_dcireq(nr_dcireq_t *dcireq) {
fapi_nr_dl_config_request_t *dl_config=&dcireq->dl_config_req;
NR_UE_MAC_INST_t *UE_mac = get_mac_inst(0);
dl_config->sfn=UE_mac->dl_config_request.sfn;
dl_config->slot=UE_mac->dl_config_request.slot;
dl_config->number_pdus=0;
ue_dci_configuration(UE_mac,dl_config,dcireq->frame,dcireq->slot);
return 0;
}
| 36.150641 | 210 | 0.708928 |
64a913a6affe0daa4e1f3f5e7257ee344b9d427e | 1,351 | h | C | smultipart_parser.h | abhilashraju/http-client-based-on-beast | defba81f3a583e25ff89a252ece1793857a1a442 | [
"MIT"
] | null | null | null | smultipart_parser.h | abhilashraju/http-client-based-on-beast | defba81f3a583e25ff89a252ece1793857a1a442 | [
"MIT"
] | null | null | null | smultipart_parser.h | abhilashraju/http-client-based-on-beast | defba81f3a583e25ff89a252ece1793857a1a442 | [
"MIT"
] | null | null | null | /* Based on node-formidable by Felix Geisendörfer
* Igor Afonov - afonov@gmail.com - 2012
* MIT License - http://www.opensource.org/licenses/mit-license.php
*/
#ifndef _multipart_parser_h
#define _multipart_parser_h
#ifdef __cplusplus
extern "C"
{
#endif
#include <stdlib.h>
#include <ctype.h>
typedef struct multipart_parser multipart_parser;
typedef struct multipart_parser_settings multipart_parser_settings;
typedef struct multipart_parser_state multipart_parser_state;
typedef int (*multipart_data_cb) (multipart_parser*, const char *at, size_t length);
typedef int (*multipart_notify_cb) (multipart_parser*);
struct multipart_parser_settings {
multipart_data_cb on_header_field;
multipart_data_cb on_header_value;
multipart_data_cb on_part_data;
multipart_notify_cb on_part_data_begin;
multipart_notify_cb on_headers_complete;
multipart_notify_cb on_part_data_end;
multipart_notify_cb on_body_end;
};
multipart_parser* multipart_parser_init
(const char *boundary, const multipart_parser_settings* settings);
void multipart_parser_free(multipart_parser* p);
size_t multipart_parser_execute(multipart_parser* p, const char *buf, size_t len);
void multipart_parser_set_data(multipart_parser* p, void* data);
void * multipart_parser_get_data(multipart_parser* p);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif | 28.145833 | 84 | 0.813472 |
64aaec271dd426fab1f98581050c559fca1021bc | 560 | h | C | PrivateFrameworks/Message.framework/_MFDigestMD5Authenticator.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | 36 | 2016-04-20T04:19:04.000Z | 2018-10-08T04:12:25.000Z | PrivateFrameworks/Message.framework/_MFDigestMD5Authenticator.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | null | null | null | PrivateFrameworks/Message.framework/_MFDigestMD5Authenticator.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | 10 | 2016-06-16T02:40:44.000Z | 2019-01-15T03:31:45.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/Message.framework/Message
*/
@interface _MFDigestMD5Authenticator : MFSASLAuthenticator {
void * _cryptInfo;
NSData * _expectedResponse;
unsigned int _maxbuf;
unsigned int _securityLevel;
}
- (void)dealloc;
- (id)responseForServerData:(id)arg1;
- (int)securityLevel;
- (void)setAuthenticationState:(int)arg1;
- (void)setCryptInfo:(void*)arg1;
- (void)setExpectedResponse:(id)arg1;
- (void)setMaxBuffer:(unsigned int)arg1;
- (void)setSecurityLevel:(int)arg1;
@end
| 25.454545 | 69 | 0.748214 |
64ab470c8b05bb9dd25f241ac29678a3a38fa421 | 271 | h | C | Adria/Core/Definitions.h | mateeeeeee/Adria-DX11 | 33429e893e1f99076cbcc00ddba222c68a35c4a7 | [
"MIT"
] | 31 | 2021-05-23T21:52:37.000Z | 2022-03-31T17:32:13.000Z | Adria/Core/Definitions.h | mate286/Adria-DX11 | 33429e893e1f99076cbcc00ddba222c68a35c4a7 | [
"MIT"
] | 2 | 2021-08-23T15:49:01.000Z | 2021-12-08T16:47:10.000Z | Adria/Core/Definitions.h | mate286/Adria-DX11 | 33429e893e1f99076cbcc00ddba222c68a35c4a7 | [
"MIT"
] | 1 | 2021-05-14T15:59:32.000Z | 2021-05-14T15:59:32.000Z | #pragma once
#include <cstdint>
namespace adria
{
using U8 = uint8_t;
using U16 = uint16_t;
using U32 = uint32_t;
using u64 = uint64_t;
using I8 = int8_t;
using I16 = int16_t;
using I32 = int32_t;
using I64 = int64_t;
using F32 = float;
using F64 = double;
} | 16.9375 | 22 | 0.682657 |
64abd1bb8ea4167a8511e7e4cf67add542b68f28 | 829 | h | C | iphone/Maps/UI/Search/MWMSearchManager.h | marceldallagnol/omim | 774de15a3b8c369acbf412f15a1db61717358262 | [
"Apache-2.0"
] | 2 | 2019-01-24T15:36:20.000Z | 2019-12-26T10:03:48.000Z | iphone/Maps/UI/Search/MWMSearchManager.h | marceldallagnol/omim | 774de15a3b8c369acbf412f15a1db61717358262 | [
"Apache-2.0"
] | 1 | 2018-03-07T15:05:23.000Z | 2018-03-07T15:05:23.000Z | iphone/Maps/UI/Search/MWMSearchManager.h | marceldallagnol/omim | 774de15a3b8c369acbf412f15a1db61717358262 | [
"Apache-2.0"
] | 1 | 2019-08-09T21:31:29.000Z | 2019-08-09T21:31:29.000Z | #import "MWMAlertViewController.h"
#import "MWMMapDownloaderTypes.h"
#import "MWMSearchTextField.h"
typedef NS_ENUM(NSUInteger, MWMSearchManagerState)
{
MWMSearchManagerStateHidden,
MWMSearchManagerStateDefault,
MWMSearchManagerStateTableSearch,
MWMSearchManagerStateMapSearch
};
@interface MWMSearchManager : NSObject
@property(nullable, weak, nonatomic) IBOutlet MWMSearchTextField * searchTextField;
@property(nonatomic) MWMSearchManagerState state;
@property(nonnull, nonatomic) IBOutletCollection(UIView) NSArray * topViews;
- (void)mwm_refreshUI;
- (void)searchText:(nonnull NSString *)text forInputLocale:(nullable NSString *)locale;
#pragma mark - Layout
- (void)viewWillTransitionToSize:(CGSize)size
withTransitionCoordinator:(nonnull id<UIViewControllerTransitionCoordinator>)coordinator;
@end
| 26.741935 | 96 | 0.817853 |
64adb8a43303c3a9c9377f8c6e47adbfb93b7222 | 3,240 | h | C | content/browser/push_messaging/push_messaging_router.h | Wzzzx/chromium-crosswalk | 768dde8efa71169f1c1113ca6ef322f1e8c9e7de | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2019-01-28T08:09:58.000Z | 2021-11-15T15:32:10.000Z | content/browser/push_messaging/push_messaging_router.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | content/browser/push_messaging/push_messaging_router.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | 6 | 2020-09-23T08:56:12.000Z | 2021-11-18T03:40:49.000Z | // 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 CONTENT_BROWSER_PUSH_MESSAGING_PUSH_MESSAGING_ROUTER_H_
#define CONTENT_BROWSER_PUSH_MESSAGING_PUSH_MESSAGING_ROUTER_H_
#include <stdint.h>
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "content/common/service_worker/service_worker_status_code.h"
#include "content/public/common/push_messaging_status.h"
#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
#include "url/gurl.h"
namespace content {
class BrowserContext;
struct PushEventPayload;
class ServiceWorkerContextWrapper;
class ServiceWorkerRegistration;
class ServiceWorkerVersion;
class PushMessagingRouter {
public:
typedef base::Callback<void(PushDeliveryStatus)> DeliverMessageCallback;
// Delivers a push message with |data| to the Service Worker identified by
// |origin| and |service_worker_registration_id|. Must be called on the UI
// thread.
static void DeliverMessage(
BrowserContext* browser_context,
const GURL& origin,
int64_t service_worker_registration_id,
const PushEventPayload& payload,
const DeliverMessageCallback& deliver_message_callback);
private:
// Attempts to find a Service Worker registration so that a push event can be
// dispatched. Must be called on the IO thread.
static void FindServiceWorkerRegistration(
const GURL& origin,
int64_t service_worker_registration_id,
const PushEventPayload& payload,
const DeliverMessageCallback& deliver_message_callback,
scoped_refptr<ServiceWorkerContextWrapper> service_worker_context);
// If a registration was successfully retrieved, dispatches a push event with
// |data| on the Service Worker identified by |service_worker_registration|.
// Must be called on the IO thread.
static void FindServiceWorkerRegistrationCallback(
const PushEventPayload& payload,
const DeliverMessageCallback& deliver_message_callback,
ServiceWorkerStatusCode service_worker_status,
const scoped_refptr<ServiceWorkerRegistration>&
service_worker_registration);
// Delivers a push message with |data| to a specific |service_worker|. Must be
// called on the IO thread, with the the worker running.
static void DeliverMessageToWorker(
const scoped_refptr<ServiceWorkerVersion>& service_worker,
const scoped_refptr<ServiceWorkerRegistration>&
service_worker_registration,
const PushEventPayload& payload,
const DeliverMessageCallback& deliver_message_callback);
// Gets called asynchronously after the Service Worker has dispatched the push
// event. Must be called on the IO thread.
static void DeliverMessageEnd(
const DeliverMessageCallback& deliver_message_callback,
const scoped_refptr<ServiceWorkerRegistration>&
service_worker_registration,
ServiceWorkerStatusCode service_worker_status);
DISALLOW_IMPLICIT_CONSTRUCTORS(PushMessagingRouter);
};
} // namespace content
#endif // CONTENT_BROWSER_PUSH_MESSAGING_PUSH_MESSAGING_ROUTER_H_
| 39.036145 | 97 | 0.789198 |
64ae75c9dc69c24adee8404cdad05db314c27122 | 16,344 | c | C | effects.c | laxat/Sound-File-Modifier | 0759e4a76f33bf550a36214f587e0688964c36b6 | [
"MIT"
] | null | null | null | effects.c | laxat/Sound-File-Modifier | 0759e4a76f33bf550a36214f587e0688964c36b6 | [
"MIT"
] | null | null | null | effects.c | laxat/Sound-File-Modifier | 0759e4a76f33bf550a36214f587e0688964c36b6 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int LINE_LENGTH = 120;
char offset[10];
char bytes[48];
char askey[18];
char channel[5];
char data_size[9];
char rate[9];
int s_data;
int s_rate;
int s_channel;
void reverse(char *str)
{
if (strlen(str) == 4)
{
char s_temp[5];
int end = strlen(str) - 1;
for (int b = 0; b < strlen(str); b += 2)
{
s_temp[b] = str[end - 1];
s_temp[b + 1] = str[end];
end -= 2;
}
for (int i = 0; i < strlen(str); i++)
{
str[i] = s_temp[i];
}
}
else if (strlen(str) == 8)
{
char s_temp[9];
int end = strlen(str) - 1;
for (int b = 0; b < strlen(str); b += 2)
{
s_temp[b] = str[end - 1];
s_temp[b + 1] = str[end];
end -= 2;
}
for (int i = 0; i < strlen(str); i++)
{
str[i] = s_temp[i];
}
}
}
void reset(char *str)
{
int i = 0;
while (str[i] != '\0')
{
str[i] = '\0';
i++;
}
}
int fade_in(int sect)
{
int bit = 0;
int num_c_samples;
int samp_num;
char stream[LINE_LENGTH];
while (fgets(stream, LINE_LENGTH, stdin) != NULL)
{
strncpy(offset, &stream[0], 9);
strncpy(bytes, &stream[strlen(offset) + 1], 47);
strcpy(askey, &stream[strlen(bytes) + strlen(offset) + 2]);
int i = 0;
printf("%s", offset);
while (i < strlen(bytes))
{ //head
if (bit == 44)
{
reverse(rate);
reverse(data_size);
reverse(channel);
s_data = (int)strtol(data_size, NULL, 16);
s_channel = (int)strtol(channel, NULL, 16);
if (s_channel == 1 || s_channel == 2){
s_rate = (int)strtol(rate, NULL, 16);
num_c_samples = ((double)sect / 1000.0) * s_rate;
samp_num = 0;
}else{
printf("Error processing WAV file\n");
exit(1);
}
}
else if (bit > 39 && bit < 44)
{
strncat(data_size, &bytes[i], 2);
}
else if (bit > 21 && bit < 24)
{
strncat(channel, &bytes[i], 2);
}
else if (bit > 23 && bit < 28)
{
strncat(rate, &bytes[i], 2);
}
if (bit < 44)
{ // still at header
printf(" %c%c", bytes[i], bytes[i + 1]);
}
else
{ // outside of the header
if (s_channel == 1)
{
char sample[5] = {};
strncat(sample, &bytes[i], 2);
strncat(sample, &bytes[i + 3], 2);
reverse(sample);
int s_sample = (short)strtol(sample, NULL, 16);
double changed = s_sample;
if (num_c_samples != 0)
{
changed = ((double)s_sample * samp_num / (double)num_c_samples);
}
char n[5];
sprintf(n, "%.4hx", (short int)changed);
reverse(n);
n[4] = '\0';
if (bytes[i] != ' ')
{
printf(" %c%c %c%c", n[0], n[1], n[2], n[3]);
}
else
{
printf(" %c%c %c%c", bytes[i + 1], bytes[i + 2], bytes[i + 3], bytes[i + 4]);
}
i += 3;
}
else if (s_channel == 2)
{
char left[5] = {};
strncat(left, &bytes[i], 2);
strncat(left, &bytes[i + 3], 2);
char right[5] = {};
strncat(right, &bytes[i + 6], 2);
strncat(right, &bytes[i + 9], 2);
reverse(left);
reverse(right);
int l_sample = (short)strtol(left, NULL, 16);
int r_sample = (short)strtol(right, NULL, 16);
double l_fadein = l_sample;
double r_fadein = r_sample;
if (num_c_samples != 0)
{
l_fadein = ((double)l_sample * samp_num / (double)num_c_samples);
r_fadein = ((double)r_sample * samp_num / (double)num_c_samples);
}
char nl[5];
char nr[5];
sprintf(nl, "%.4hx", (short int)l_fadein);
reverse(nl);
nl[4] = '\0';
sprintf(nr, "%.4hx", (short int)r_fadein);
reverse(nr);
nr[4] = '\0';
if (bytes[i] != ' ')
{
printf(" %c%c %c%c", nl[0], nl[1], nl[2], nl[3]);
printf(" %c%c %c%c", nr[0], nr[1], nr[2], nr[3]);
}
else
{
printf(" %c%c %c%c", bytes[i + 1], bytes[i + 2], bytes[i + 3], bytes[i + 4]);
printf(" %c%c %c%c", bytes[i + 5], bytes[i + 6], bytes[i + 7], bytes[i + 8]);
}
i += 9;
}
if (samp_num < num_c_samples)
{
samp_num++;
}
}
i += 3;
bit++;
}
printf(" %s", askey);
}
return 0;
}
int fade_out(int sect)
{
int bit = 0;
int samp_num, m_check, s_check;
int num_c_samples;
char stream[LINE_LENGTH];
while (fgets(stream, LINE_LENGTH, stdin) != NULL)
{
strncpy(offset, &stream[0], 9);
strncpy(bytes, &stream[strlen(offset) + 1], 47);
strcpy(askey, &stream[strlen(bytes) + strlen(offset) + 2]);
int i = 0;
printf("%s", offset);
while (i < strlen(bytes))
{ //head
if (bit == 44)
{
reverse(rate);
reverse(data_size);
reverse(channel);
s_data = (int)strtol(data_size, NULL, 16);
s_channel = (int)strtol(channel, NULL, 16);
if (s_channel == 1 || s_channel == 2){
s_rate = (int)strtol(rate, NULL, 16);
num_c_samples = ((double)sect / 1000.0) * s_rate;
samp_num = 0;
}else{
printf("Error processing WAV file\n");
exit(1);
}
m_check = s_data / 2;
s_check = s_data / 4;
}
else if (bit > 39 && bit < 44)
{
strncat(data_size, &bytes[i], 2);
}
else if (bit > 21 && bit < 24)
{
strncat(channel, &bytes[i], 2);
}
else if (bit > 23 && bit < 28)
{
strncat(rate, &bytes[i], 2);
}
if (bit < 44)
{ // still at header
printf(" %c%c", bytes[i], bytes[i + 1]);
}
else
{ // outside of the header
if (s_channel == 1)
{
char sample[5] = {};
strncat(sample, &bytes[i], 2);
strncat(sample, &bytes[i + 3], 2);
reverse(sample);
int s_sample = (short)strtol(sample, NULL, 16);
double changed = s_sample;
int current = (m_check - samp_num) - 1;
if (num_c_samples != 0)
{
if (current > 0 && current <= num_c_samples)
{
changed = ((double)s_sample * current / (double)num_c_samples);
}
else if (current <= num_c_samples)
{
changed = 0;
}
}
char n[5];
sprintf(n, "%.4hx", (short int)changed);
reverse(n);
n[4] = '\0';
if (bytes[i] != ' ')
{
printf(" %c%c %c%c", n[0], n[1], n[2], n[3]);
}
else
{
printf(" %c%c %c%c", bytes[i + 1], bytes[i + 2], bytes[i + 3], bytes[i + 4]);
}
if (samp_num < m_check)
{
samp_num++;
}
i += 3;
// STEREO
}
else if (s_channel == 2)
{
char left[5] = {};
strncat(left, &bytes[i], 2);
strncat(left, &bytes[i + 3], 2);
char right[5] = {};
strncat(right, &bytes[i + 6], 2);
strncat(right, &bytes[i + 9], 2);
reverse(left);
reverse(right);
int l_sample = (short)strtol(left, NULL, 16);
int r_sample = (short)strtol(right, NULL, 16);
double l_fadein = l_sample, r_fadein = r_sample;
int current = (s_check - samp_num) - 1;
if (num_c_samples != 0)
{
if (current > 0 && current <= num_c_samples)
{
l_fadein = ((double)l_sample * current / (double)num_c_samples);
r_fadein = ((double)r_sample * current / (double)num_c_samples);
}
else if (current <= num_c_samples)
{
l_fadein = 0;
r_fadein = 0;
}
}
char nl[5];
char nr[5];
sprintf(nl, "%.4hx", (short int)l_fadein);
reverse(nl);
nl[4] = '\0';
sprintf(nr, "%.4hx", (short int)r_fadein);
reverse(nr);
nr[4] = '\0';
if (bytes[i] != ' ')
{
printf(" %c%c %c%c", nl[0], nl[1], nl[2], nl[3]);
printf(" %c%c %c%c", nr[0], nr[1], nr[2], nr[3]);
}
else
{
printf(" %c%c %c%c", bytes[i + 1], bytes[i + 2], bytes[i + 3], bytes[i + 4]);
printf(" %c%c %c%c", bytes[i + 5], bytes[i + 6], bytes[i + 7], bytes[i + 8]);
}
if (samp_num < s_check)
{
samp_num++;
}
i += 9;
}
}
i += 3;
bit++;
}
printf(" %s", askey);
}
return 0;
}
int pan(int sect)
{
int bit = 0;
int samp_num;
int num_c_samples;
char stream[LINE_LENGTH];
while (fgets(stream, LINE_LENGTH, stdin) != NULL)
{
strncpy(offset, &stream[0], 9);
strncpy(bytes, &stream[strlen(offset) + 1], 47);
strcpy(askey, &stream[strlen(bytes) + strlen(offset) + 2]);
int i = 0;
printf("%s", offset);
while (i < strlen(bytes))
{ //head
if (bit == 44)
{
reverse(rate);
reverse(data_size);
reverse(channel);
s_data = (int)strtol(data_size, NULL, 16);
s_channel = (int)strtol(channel, NULL, 16);
if (s_channel == 1 || s_channel == 2){
s_rate = (int)strtol(rate, NULL, 16);
num_c_samples = ((double)sect / 1000.0) * s_rate;
samp_num = 0;
}else{
printf("Error processing WAV file\n");
exit(1);
}
}
else if (bit > 39 && bit < 44)
{
strncat(data_size, &bytes[i], 2);
}
else if (bit > 21 && bit < 24)
{
strncat(channel, &bytes[i], 2);
}
else if (bit > 23 && bit < 28)
{
strncat(rate, &bytes[i], 2);
}
if (bit < 44)
{ // still at header
printf(" %c%c", bytes[i], bytes[i + 1]);
}
else
{
if (s_channel == 1)
{
printf("Error processing WAV file. \n");
exit(1);
}
if (s_channel == 2)
{
char left[5] = {};
strncat(left, &bytes[i], 2);
strncat(left, &bytes[i + 3], 2);
char right[5] = {};
strncat(right, &bytes[i + 6], 2);
strncat(right, &bytes[i + 9], 2);
reverse(left);
reverse(right);
int l_sample = (short)strtol(left, NULL, 16);
int r_sample = (short)strtol(right, NULL, 16);
double l_pan = 0, r_pan = r_sample;
int current = (num_c_samples - samp_num) - 1;
if (num_c_samples != 0)
{
if (current > 0)
{
l_pan = ((double)l_sample * current / (double)num_c_samples);
}
if (samp_num >= 0)
{
r_pan = ((double)r_sample * samp_num / (double)num_c_samples);
}
}
char nl[5];
char nr[5];
sprintf(nl, "%.4hx", (short int)l_pan);
reverse(nl);
nl[4] = '\0';
sprintf(nr, "%.4hx", (short int)r_pan);
reverse(nr);
nr[4] = '\0';
if (bytes[i] != ' ')
{
if (bit)
printf(" %c%c %c%c", nl[0], nl[1], nl[2], nl[3]);
printf(" %c%c %c%c", nr[0], nr[1], nr[2], nr[3]);
}
else
{
printf(" %c%c %c%c", bytes[i + 1], bytes[i + 2], bytes[i + 3], bytes[i + 4]);
printf(" %c%c %c%c", bytes[i + 5], bytes[i + 6], bytes[i + 7], bytes[i + 8]);
}
if (samp_num < num_c_samples)
{
samp_num++;
}
i += 9;
}
}
i += 3;
bit++;
}
printf(" %s", askey);
}
return 0;
}
int main(int argc, char *argv[3])
{
int seconds;
if (argc != 3)
{
printf("%s\n", "Error: Invalid command-line argumanets");
exit(1);
}
if (strcmp(argv[1], "-fin") == 0)
{
seconds = strtol(argv[2], NULL, 10);
fade_in(seconds);
}
else if (strcmp(argv[1], "-fout") == 0)
{
seconds = strtol(argv[2], NULL, 10);
fade_out(seconds);
}
else if (strcmp(argv[1], "-pan") == 0)
{
seconds = strtol(argv[2], NULL, 10);
pan(seconds);
}
else
{
if (strcmp(argv[1], "-pan") != 0 || strcmp(argv[1], "-fout") != 0 || strcmp(argv[1], "-fin") != 0)
{
printf("%s\n", "Error: Invalid command-line arguments.");
exit(1);
}
}
return 0;
} | 30.210721 | 106 | 0.343674 |
64af1af0741fa7b7aaa37d73849b059f69a420c6 | 993 | h | C | PrivateFrameworks/TelephonyUtilities/TUMomentsControllerXPCServer-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 17 | 2018-11-13T04:02:58.000Z | 2022-01-20T09:27:13.000Z | PrivateFrameworks/TelephonyUtilities/TUMomentsControllerXPCServer-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 3 | 2018-04-06T02:02:27.000Z | 2018-10-02T01:12:10.000Z | PrivateFrameworks/TelephonyUtilities/TUMomentsControllerXPCServer-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 1 | 2018-09-28T13:54:23.000Z | 2018-09-28T13:54:23.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSDictionary, NSString;
@protocol TUMomentsControllerXPCServer <NSObject>
- (void)unregisterClient:(id <TUMomentsControllerXPCClient>)arg1;
- (void)registerClient:(id <TUMomentsControllerXPCClient>)arg1;
- (oneway void)endRequestWithTransactionID:(NSString *)arg1 reply:(void (^)(NSError *))arg2;
- (oneway void)startRequestWithMediaType:(int)arg1 forStreamToken:(long long)arg2 requesteeID:(NSString *)arg3 reply:(void (^)(NSString *, NSError *))arg4;
- (oneway void)unregisterStreamToken:(long long)arg1 reply:(void (^)(NSError *))arg2;
- (oneway void)registerStreamToken:(long long)arg1 requesterID:(NSString *)arg2 remoteIDSDestinations:(NSDictionary *)arg3 remoteMomentsAvailable:(BOOL)arg4 reply:(void (^)(TUMomentsCapabilities *, NSError *))arg5;
- (oneway void)registerXPCClientWithReply:(void (^)(void))arg1;
@end
| 47.285714 | 214 | 0.75428 |
64afa4423350b37c72e6326d5ff25a4655b47929 | 16,976 | c | C | tests/mmu/mmu.c | programmerjake/microwatt | f01f3d233ae4de595fa29beb305d00ce960f041e | [
"CC-BY-4.0"
] | 514 | 2019-08-22T09:15:30.000Z | 2022-03-31T15:18:45.000Z | tests/mmu/mmu.c | programmerjake/microwatt | f01f3d233ae4de595fa29beb305d00ce960f041e | [
"CC-BY-4.0"
] | 196 | 2019-08-23T06:15:19.000Z | 2022-03-22T21:36:27.000Z | tests/mmu/mmu.c | programmerjake/microwatt | f01f3d233ae4de595fa29beb305d00ce960f041e | [
"CC-BY-4.0"
] | 85 | 2019-08-22T07:47:16.000Z | 2022-03-24T18:38:08.000Z | #include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include "console.h"
#define MSR_LE 0x1
#define MSR_DR 0x10
#define MSR_IR 0x20
#define MSR_SF 0x8000000000000000ul
extern int test_read(long *addr, long *ret, long init);
extern int test_write(long *addr, long val);
extern int test_dcbz(long *addr);
extern int test_exec(int testno, unsigned long pc, unsigned long msr);
static inline void do_tlbie(unsigned long rb, unsigned long rs)
{
__asm__ volatile("tlbie %0,%1" : : "r" (rb), "r" (rs) : "memory");
}
#define DSISR 18
#define DAR 19
#define SRR0 26
#define SRR1 27
#define PID 48
#define PTCR 464
static inline unsigned long mfspr(int sprnum)
{
long val;
__asm__ volatile("mfspr %0,%1" : "=r" (val) : "i" (sprnum));
return val;
}
static inline void mtspr(int sprnum, unsigned long val)
{
__asm__ volatile("mtspr %0,%1" : : "i" (sprnum), "r" (val));
}
static inline void store_pte(unsigned long *p, unsigned long pte)
{
__asm__ volatile("stdbrx %1,0,%0" : : "r" (p), "r" (pte) : "memory");
}
void print_string(const char *str)
{
for (; *str; ++str)
putchar(*str);
}
void print_hex(unsigned long val)
{
int i, x;
for (i = 60; i >= 0; i -= 4) {
x = (val >> i) & 0xf;
if (x >= 10)
putchar(x + 'a' - 10);
else
putchar(x + '0');
}
}
// i < 100
void print_test_number(int i)
{
print_string("test ");
putchar(48 + i/10);
putchar(48 + i%10);
putchar(':');
}
#define CACHE_LINE_SIZE 64
void zero_memory(void *ptr, unsigned long nbytes)
{
unsigned long nb, i, nl;
void *p;
for (; nbytes != 0; nbytes -= nb, ptr += nb) {
nb = -((unsigned long)ptr) & (CACHE_LINE_SIZE - 1);
if (nb == 0 && nbytes >= CACHE_LINE_SIZE) {
nl = nbytes / CACHE_LINE_SIZE;
p = ptr;
for (i = 0; i < nl; ++i) {
__asm__ volatile("dcbz 0,%0" : : "r" (p) : "memory");
p += CACHE_LINE_SIZE;
}
nb = nl * CACHE_LINE_SIZE;
} else {
if (nb > nbytes)
nb = nbytes;
for (i = 0; i < nb; ++i)
((unsigned char *)ptr)[i] = 0;
}
}
}
#define PERM_EX 0x001
#define PERM_WR 0x002
#define PERM_RD 0x004
#define PERM_PRIV 0x008
#define ATTR_NC 0x020
#define CHG 0x080
#define REF 0x100
#define DFLT_PERM (PERM_WR | PERM_RD | REF | CHG)
/*
* Set up an MMU translation tree using memory starting at the 64k point.
* We use 2 levels, mapping 2GB (the minimum size possible), with a
* 8kB PGD level pointing to 4kB PTE pages.
*/
unsigned long *pgdir = (unsigned long *) 0x10000;
unsigned long *proc_tbl = (unsigned long *) 0x12000;
unsigned long *part_tbl = (unsigned long *) 0x13000;
unsigned long free_ptr = 0x14000;
void *eas_mapped[4];
int neas_mapped;
void init_mmu(void)
{
/* set up partition table */
store_pte(&part_tbl[1], (unsigned long)proc_tbl);
/* set up process table */
zero_memory(proc_tbl, 512 * sizeof(unsigned long));
mtspr(PTCR, (unsigned long)part_tbl);
mtspr(PID, 1);
zero_memory(pgdir, 1024 * sizeof(unsigned long));
/* RTS = 0 (2GB address space), RPDS = 10 (1024-entry top level) */
store_pte(&proc_tbl[2 * 1], (unsigned long) pgdir | 10);
do_tlbie(0xc00, 0); /* invalidate all TLB entries */
}
static unsigned long *read_pgd(unsigned long i)
{
unsigned long ret;
__asm__ volatile("ldbrx %0,%1,%2" : "=r" (ret) : "b" (pgdir),
"r" (i * sizeof(unsigned long)));
return (unsigned long *) (ret & 0x00ffffffffffff00);
}
void map(void *ea, void *pa, unsigned long perm_attr)
{
unsigned long epn = (unsigned long) ea >> 12;
unsigned long i, j;
unsigned long *ptep;
i = (epn >> 9) & 0x3ff;
j = epn & 0x1ff;
if (pgdir[i] == 0) {
zero_memory((void *)free_ptr, 512 * sizeof(unsigned long));
store_pte(&pgdir[i], 0x8000000000000000 | free_ptr | 9);
free_ptr += 512 * sizeof(unsigned long);
}
ptep = read_pgd(i);
store_pte(&ptep[j], 0xc000000000000000 | ((unsigned long)pa & 0x00fffffffffff000) | perm_attr);
eas_mapped[neas_mapped++] = ea;
}
void unmap(void *ea)
{
unsigned long epn = (unsigned long) ea >> 12;
unsigned long i, j;
unsigned long *ptep;
i = (epn >> 9) & 0x3ff;
j = epn & 0x1ff;
if (pgdir[i] == 0)
return;
ptep = read_pgd(i);
ptep[j] = 0;
do_tlbie(((unsigned long)ea & ~0xfff), 0);
}
void unmap_all(void)
{
int i;
for (i = 0; i < neas_mapped; ++i)
unmap(eas_mapped[i]);
neas_mapped = 0;
}
int mmu_test_1(void)
{
long *ptr = (long *) 0x123000;
long val;
/* this should fail */
if (test_read(ptr, &val, 0xdeadbeefd00d))
return 1;
/* dest reg of load should be unchanged */
if (val != 0xdeadbeefd00d)
return 2;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long) ptr || mfspr(DSISR) != 0x40000000)
return 3;
return 0;
}
int mmu_test_2(void)
{
long *mem = (long *) 0x8000;
long *ptr = (long *) 0x124000;
long *ptr2 = (long *) 0x1124000;
long val;
/* create PTE */
map(ptr, mem, DFLT_PERM);
/* initialize the memory content */
mem[33] = 0xbadc0ffee;
/* this should succeed and be a cache miss */
if (!test_read(&ptr[33], &val, 0xdeadbeefd00d))
return 1;
/* dest reg of load should have the value written */
if (val != 0xbadc0ffee)
return 2;
/* load a second TLB entry in the same set as the first */
map(ptr2, mem, DFLT_PERM);
/* this should succeed and be a cache hit */
if (!test_read(&ptr2[33], &val, 0xdeadbeefd00d))
return 3;
/* dest reg of load should have the value written */
if (val != 0xbadc0ffee)
return 4;
/* check that the first entry still works */
if (!test_read(&ptr[33], &val, 0xdeadbeefd00d))
return 5;
if (val != 0xbadc0ffee)
return 6;
return 0;
}
int mmu_test_3(void)
{
long *mem = (long *) 0x9000;
long *ptr = (long *) 0x14a000;
long val;
/* create PTE */
map(ptr, mem, DFLT_PERM);
/* initialize the memory content */
mem[45] = 0xfee1800d4ea;
/* this should succeed and be a cache miss */
if (!test_read(&ptr[45], &val, 0xdeadbeefd0d0))
return 1;
/* dest reg of load should have the value written */
if (val != 0xfee1800d4ea)
return 2;
/* remove the PTE */
unmap(ptr);
/* this should fail */
if (test_read(&ptr[45], &val, 0xdeadbeefd0d0))
return 3;
/* dest reg of load should be unchanged */
if (val != 0xdeadbeefd0d0)
return 4;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long) &ptr[45] || mfspr(DSISR) != 0x40000000)
return 5;
return 0;
}
int mmu_test_4(void)
{
long *mem = (long *) 0xa000;
long *ptr = (long *) 0x10b000;
long *ptr2 = (long *) 0x110b000;
long val;
/* create PTE */
map(ptr, mem, DFLT_PERM);
/* initialize the memory content */
mem[27] = 0xf00f00f00f00;
/* this should succeed and be a cache miss */
if (!test_write(&ptr[27], 0xe44badc0ffee))
return 1;
/* memory should now have the value written */
if (mem[27] != 0xe44badc0ffee)
return 2;
/* load a second TLB entry in the same set as the first */
map(ptr2, mem, DFLT_PERM);
/* this should succeed and be a cache hit */
if (!test_write(&ptr2[27], 0x6e11ae))
return 3;
/* memory should have the value written */
if (mem[27] != 0x6e11ae)
return 4;
/* check that the first entry still exists */
/* (assumes TLB is 2-way associative or more) */
if (!test_read(&ptr[27], &val, 0xdeadbeefd00d))
return 5;
if (val != 0x6e11ae)
return 6;
return 0;
}
int mmu_test_5(void)
{
long *mem = (long *) 0xbffd;
long *ptr = (long *) 0x39fffd;
long val;
/* create PTE */
map(ptr, mem, DFLT_PERM);
/* this should fail */
if (test_read(ptr, &val, 0xdeadbeef0dd0))
return 1;
/* dest reg of load should be unchanged */
if (val != 0xdeadbeef0dd0)
return 2;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != ((long)ptr & ~0xfff) + 0x1000 || mfspr(DSISR) != 0x40000000)
return 3;
return 0;
}
int mmu_test_6(void)
{
long *mem = (long *) 0xbffd;
long *ptr = (long *) 0x39fffd;
/* create PTE */
map(ptr, mem, DFLT_PERM);
/* initialize memory */
*mem = 0x123456789abcdef0;
/* this should fail */
if (test_write(ptr, 0xdeadbeef0dd0))
return 1;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != ((long)ptr & ~0xfff) + 0x1000 || mfspr(DSISR) != 0x42000000)
return 2;
return 0;
}
int mmu_test_7(void)
{
long *mem = (long *) 0x8000;
long *ptr = (long *) 0x124000;
long val;
*mem = 0x123456789abcdef0;
/* create PTE without R or C */
map(ptr, mem, PERM_RD | PERM_WR);
/* this should fail */
if (test_read(ptr, &val, 0xdeadd00dbeef))
return 1;
/* dest reg of load should be unchanged */
if (val != 0xdeadd00dbeef)
return 2;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long) ptr || mfspr(DSISR) != 0x00040000)
return 3;
/* this should fail */
if (test_write(ptr, 0xdeadbeef0dd0))
return 4;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long)ptr || mfspr(DSISR) != 0x02040000)
return 5;
/* memory should be unchanged */
if (*mem != 0x123456789abcdef0)
return 6;
return 0;
}
int mmu_test_8(void)
{
long *mem = (long *) 0x8000;
long *ptr = (long *) 0x124000;
long val;
*mem = 0x123456789abcdef0;
/* create PTE with R but not C */
map(ptr, mem, REF | PERM_RD | PERM_WR);
/* this should succeed */
if (!test_read(ptr, &val, 0xdeadd00dbeef))
return 1;
/* this should fail */
if (test_write(ptr, 0xdeadbeef0dd1))
return 2;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long)ptr || mfspr(DSISR) != 0x02040000)
return 3;
/* memory should be unchanged */
if (*mem != 0x123456789abcdef0)
return 4;
return 0;
}
int mmu_test_9(void)
{
long *mem = (long *) 0x8000;
long *ptr = (long *) 0x124000;
long val;
*mem = 0x123456789abcdef0;
/* create PTE without read or write permission */
map(ptr, mem, REF);
/* this should fail */
if (test_read(ptr, &val, 0xdeadd00dbeef))
return 1;
/* dest reg of load should be unchanged */
if (val != 0xdeadd00dbeef)
return 2;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long) ptr || mfspr(DSISR) != 0x08000000)
return 3;
/* this should fail */
if (test_write(ptr, 0xdeadbeef0dd1))
return 4;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long)ptr || mfspr(DSISR) != 0x0a000000)
return 5;
/* memory should be unchanged */
if (*mem != 0x123456789abcdef0)
return 6;
return 0;
}
int mmu_test_10(void)
{
long *mem = (long *) 0x8000;
long *ptr = (long *) 0x124000;
long val;
*mem = 0x123456789abcdef0;
/* create PTE with read but not write permission */
map(ptr, mem, REF | PERM_RD);
/* this should succeed */
if (!test_read(ptr, &val, 0xdeadd00dbeef))
return 1;
/* this should fail */
if (test_write(ptr, 0xdeadbeef0dd1))
return 2;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long)ptr || mfspr(DSISR) != 0x0a000000)
return 3;
/* memory should be unchanged */
if (*mem != 0x123456789abcdef0)
return 4;
return 0;
}
int mmu_test_11(void)
{
unsigned long ptr = 0x523000;
/* this should fail */
if (test_exec(0, ptr, MSR_SF | MSR_IR | MSR_LE))
return 1;
/* SRR0 and SRR1 should be set correctly */
if (mfspr(SRR0) != (long) ptr ||
mfspr(SRR1) != (MSR_SF | 0x40000000 | MSR_IR | MSR_LE))
return 2;
return 0;
}
int mmu_test_12(void)
{
unsigned long mem = 0x1000;
unsigned long ptr = 0x324000;
unsigned long ptr2 = 0x1324000;
/* create PTE */
map((void *)ptr, (void *)mem, PERM_EX | REF);
/* this should succeed and be a cache miss */
if (!test_exec(0, ptr, MSR_SF | MSR_IR | MSR_LE))
return 1;
/* create a second PTE */
map((void *)ptr2, (void *)mem, PERM_EX | REF);
/* this should succeed and be a cache hit */
if (!test_exec(0, ptr2, MSR_SF | MSR_IR | MSR_LE))
return 2;
return 0;
}
int mmu_test_13(void)
{
unsigned long mem = 0x1000;
unsigned long ptr = 0x349000;
unsigned long ptr2 = 0x34a000;
/* create a PTE */
map((void *)ptr, (void *)mem, PERM_EX | REF);
/* this should succeed */
if (!test_exec(1, ptr, MSR_SF | MSR_IR | MSR_LE))
return 1;
/* invalidate the PTE */
unmap((void *)ptr);
/* install a second PTE */
map((void *)ptr2, (void *)mem, PERM_EX | REF);
/* this should fail */
if (test_exec(1, ptr, MSR_SF | MSR_IR | MSR_LE))
return 2;
/* SRR0 and SRR1 should be set correctly */
if (mfspr(SRR0) != (long) ptr ||
mfspr(SRR1) != (MSR_SF | 0x40000000 | MSR_IR | MSR_LE))
return 3;
return 0;
}
int mmu_test_14(void)
{
unsigned long mem = 0x1000;
unsigned long mem2 = 0x2000;
unsigned long ptr = 0x30a000;
unsigned long ptr2 = 0x30b000;
/* create a PTE */
map((void *)ptr, (void *)mem, PERM_EX | REF);
/* this should fail due to second page not being mapped */
if (test_exec(2, ptr, MSR_SF | MSR_IR | MSR_LE))
return 1;
/* SRR0 and SRR1 should be set correctly */
if (mfspr(SRR0) != ptr2 ||
mfspr(SRR1) != (MSR_SF | 0x40000000 | MSR_IR | MSR_LE))
return 2;
/* create a PTE for the second page */
map((void *)ptr2, (void *)mem2, PERM_EX | REF);
/* this should succeed */
if (!test_exec(2, ptr, MSR_SF | MSR_IR | MSR_LE))
return 3;
return 0;
}
int mmu_test_15(void)
{
unsigned long mem = 0x1000;
unsigned long ptr = 0x324000;
/* create a PTE without execute permission */
map((void *)ptr, (void *)mem, DFLT_PERM);
/* this should fail */
if (test_exec(0, ptr, MSR_SF | MSR_IR | MSR_LE))
return 1;
/* SRR0 and SRR1 should be set correctly */
if (mfspr(SRR0) != ptr ||
mfspr(SRR1) != (MSR_SF | 0x10000000 | MSR_IR | MSR_LE))
return 2;
return 0;
}
int mmu_test_16(void)
{
unsigned long mem = 0x1000;
unsigned long mem2 = 0x2000;
unsigned long ptr = 0x30a000;
unsigned long ptr2 = 0x30b000;
/* create a PTE */
map((void *)ptr, (void *)mem, PERM_EX | REF);
/* create a PTE for the second page without execute permission */
map((void *)ptr2, (void *)mem2, PERM_RD | REF);
/* this should fail due to second page being no-execute */
if (test_exec(2, ptr, MSR_SF | MSR_IR | MSR_LE))
return 1;
/* SRR0 and SRR1 should be set correctly */
if (mfspr(SRR0) != ptr2 ||
mfspr(SRR1) != (MSR_SF | 0x10000000 | MSR_IR | MSR_LE))
return 2;
/* create a PTE for the second page with execute permission */
map((void *)ptr2, (void *)mem2, PERM_RD | PERM_EX | REF);
/* this should succeed */
if (!test_exec(2, ptr, MSR_SF | MSR_IR | MSR_LE))
return 3;
return 0;
}
int mmu_test_17(void)
{
unsigned long mem = 0x1000;
unsigned long ptr = 0x349000;
/* create a PTE without the ref bit set */
map((void *)ptr, (void *)mem, PERM_EX);
/* this should fail */
if (test_exec(2, ptr, MSR_SF | MSR_IR | MSR_LE))
return 1;
/* SRR0 and SRR1 should be set correctly */
if (mfspr(SRR0) != (long) ptr ||
mfspr(SRR1) != (MSR_SF | 0x00040000 | MSR_IR | MSR_LE))
return 2;
/* create a PTE without ref or execute permission */
unmap((void *)ptr);
map((void *)ptr, (void *)mem, 0);
/* this should fail */
if (test_exec(2, ptr, MSR_SF | MSR_IR | MSR_LE))
return 1;
/* SRR0 and SRR1 should be set correctly */
/* RC update fail bit should not be set */
if (mfspr(SRR0) != (long) ptr ||
mfspr(SRR1) != (MSR_SF | 0x10000000 | MSR_IR | MSR_LE))
return 2;
return 0;
}
int mmu_test_18(void)
{
long *mem = (long *) 0x8000;
long *ptr = (long *) 0x124000;
long *ptr2 = (long *) 0x1124000;
/* create PTE */
map(ptr, mem, DFLT_PERM);
/* this should succeed and be a cache miss */
if (!test_dcbz(&ptr[129]))
return 1;
/* create a second PTE */
map(ptr2, mem, DFLT_PERM);
/* this should succeed and be a cache hit */
if (!test_dcbz(&ptr2[130]))
return 2;
return 0;
}
int mmu_test_19(void)
{
long *mem = (long *) 0x8000;
long *ptr = (long *) 0x124000;
*mem = 0x123456789abcdef0;
/* create PTE with read but not write permission */
map(ptr, mem, REF | PERM_RD);
/* this should fail and create a TLB entry */
if (test_write(ptr, 0xdeadbeef0dd1))
return 1;
/* DAR and DSISR should be set correctly */
if (mfspr(DAR) != (long)ptr || mfspr(DSISR) != 0x0a000000)
return 2;
/* Update the PTE to have write permission */
map(ptr, mem, REF | CHG | PERM_RD | PERM_WR);
/* this should succeed */
if (!test_write(ptr, 0xdeadbeef0dd1))
return 3;
return 0;
}
int fail = 0;
void do_test(int num, int (*test)(void))
{
int ret;
mtspr(DSISR, 0);
mtspr(DAR, 0);
unmap_all();
print_test_number(num);
ret = test();
if (ret == 0) {
print_string("PASS\r\n");
} else {
fail = 1;
print_string("FAIL ");
putchar(ret + '0');
if (num <= 10 || num == 19) {
print_string(" DAR=");
print_hex(mfspr(DAR));
print_string(" DSISR=");
print_hex(mfspr(DSISR));
} else {
print_string(" SRR0=");
print_hex(mfspr(SRR0));
print_string(" SRR1=");
print_hex(mfspr(SRR1));
}
print_string("\r\n");
}
}
int main(void)
{
console_init();
init_mmu();
do_test(1, mmu_test_1);
do_test(2, mmu_test_2);
do_test(3, mmu_test_3);
do_test(4, mmu_test_4);
do_test(5, mmu_test_5);
do_test(6, mmu_test_6);
do_test(7, mmu_test_7);
do_test(8, mmu_test_8);
do_test(9, mmu_test_9);
do_test(10, mmu_test_10);
do_test(11, mmu_test_11);
do_test(12, mmu_test_12);
do_test(13, mmu_test_13);
do_test(14, mmu_test_14);
do_test(15, mmu_test_15);
do_test(16, mmu_test_16);
do_test(17, mmu_test_17);
do_test(18, mmu_test_18);
do_test(19, mmu_test_19);
return fail;
}
| 24.216833 | 96 | 0.646265 |