From 94ef97c762d791b2ce526e20f547fa6919031780 Mon Sep 17 00:00:00 2001 From: senolem <37041587+senolem@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:15:00 +0100 Subject: [PATCH 1/4] updated to ashita 4.30 --- 3rdParty/SDKs/Ashita/ADK_v4/Ashita.h | 20 +- 3rdParty/SDKs/Ashita/ADK_v4/BinaryData.h | 2 +- 3rdParty/SDKs/Ashita/ADK_v4/Chat.h | 2 +- 3rdParty/SDKs/Ashita/ADK_v4/Commands.h | 2 +- 3rdParty/SDKs/Ashita/ADK_v4/ErrorHandling.h | 2 +- .../SDKs/Ashita/ADK_v4/ImGuiFontAwesome.h | 8624 +++-------------- 3rdParty/SDKs/Ashita/ADK_v4/Memory.h | 2 +- 3rdParty/SDKs/Ashita/ADK_v4/Registry.h | 2 +- 3rdParty/SDKs/Ashita/ADK_v4/ScopeGuard.h | 2 +- 3rdParty/SDKs/Ashita/ADK_v4/Threading.h | 2 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/autofollow.h | 26 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/castbar.h | 11 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/config.h | 11 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/entity.h | 49 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/enums.h | 30 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/inventory.h | 15 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/party.h | 21 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/player.h | 51 +- 3rdParty/SDKs/Ashita/ADK_v4/ffxi/target.h | 71 +- 3rdParty/SDKs/Ashita/ADK_v4/imgui.h | 3679 ++++--- 20 files changed, 3983 insertions(+), 8641 deletions(-) diff --git a/3rdParty/SDKs/Ashita/ADK_v4/Ashita.h b/3rdParty/SDKs/Ashita/ADK_v4/Ashita.h index 7528dd4..86b0d80 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/Ashita.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/Ashita.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -50,7 +50,7 @@ // //////////////////////////////////////////////////////////////////////////////////////////////////// -constexpr auto ASHITA_INTERFACE_VERSION = 4.16; +constexpr auto ASHITA_INTERFACE_VERSION = 4.30; //////////////////////////////////////////////////////////////////////////////////////////////////// // @@ -810,6 +810,7 @@ struct IEntity virtual int16_t GetFishingRodCastTime(uint32_t index) const = 0; virtual int16_t GetFishingUnknown0002(uint32_t index) const = 0; virtual uint32_t GetLastActionId(uint32_t index) const = 0; + virtual uint32_t GetMogMotionId(uint32_t index) const = 0; virtual uintptr_t GetLastActionActorPointer(uint32_t index) const = 0; virtual uint16_t GetTargetedIndex(uint32_t index) const = 0; virtual uint16_t GetPetTargetIndex(uint32_t index) const = 0; @@ -945,6 +946,7 @@ struct IEntity virtual void SetFishingRodCastTime(uint32_t index, int16_t time) const = 0; virtual void SetFishingUnknown0002(uint32_t index, int16_t unknown) const = 0; virtual void SetLastActionId(uint32_t index, uint32_t action) const = 0; + virtual void SetMogMotionId(uint32_t index, uint32_t id) const = 0; virtual void SetLastActionActorPointer(uint32_t index, uintptr_t pointer) const = 0; virtual void SetTargetedIndex(uint32_t index, uint16_t targetIndex) const = 0; virtual void SetPetTargetIndex(uint32_t index, uint16_t targetIndex) const = 0; @@ -1060,6 +1062,7 @@ struct IParty virtual int8_t GetAlliancePartyMemberCount2(void) const = 0; virtual int8_t GetAlliancePartyMemberCount3(void) const = 0; virtual int8_t GetAllianceInvited(void) const = 0; + virtual int8_t GetAllianceInviteParty(void) const = 0; // Get Properties (Party Members) virtual uint8_t GetMemberIndex(uint32_t index) const = 0; @@ -1085,6 +1088,8 @@ struct IParty virtual uint8_t GetMemberMainJobLevel(uint32_t index) const = 0; virtual uint8_t GetMemberSubJob(uint32_t index) const = 0; virtual uint8_t GetMemberSubJobLevel(uint32_t index) const = 0; + virtual uint8_t GetMemberMasterLevel(uint32_t index) const = 0; + virtual uint8_t GetMemberMasterBreaker(uint32_t index) const = 0; virtual uint32_t GetMemberServerId2(uint32_t index) const = 0; virtual uint8_t GetMemberHPPercent2(uint32_t index) const = 0; virtual uint8_t GetMemberMPPercent2(uint32_t index) const = 0; @@ -1146,7 +1151,6 @@ struct IPlayer virtual uint8_t GetMasteryJob(void) const = 0; virtual uint8_t GetMasteryJobLevel(void) const = 0; virtual uint8_t GetMasteryFlags(void) const = 0; - virtual uint8_t GetMasteryUnknown0000(void) const = 0; virtual uint32_t GetMasteryExp(void) const = 0; virtual uint32_t GetMasteryExpNeeded(void) const = 0; virtual Ashita::FFXI::combatskill_t GetCombatSkill(uint32_t sid) const = 0; @@ -1183,6 +1187,7 @@ struct IPlayer virtual float GetStatusOffset4Z(void) const = 0; virtual float GetStatusOffset4Y(void) const = 0; virtual float GetStatusOffset4W(void) const = 0; + virtual uint32_t GetSubMapNum(void) const = 0; // Get Properties (Job Points) virtual uint16_t GetCapacityPoints(uint32_t jobid) const = 0; @@ -1261,6 +1266,7 @@ struct ITarget virtual uint8_t GetIsPlayerMoving(void) const = 0; virtual uint32_t GetLockedOnFlags(void) const = 0; virtual uint32_t GetSubTargetFlags(void) const = 0; + virtual uint32_t GetOldNotice(void) const = 0; virtual uint16_t GetDefaultMode(void) const = 0; virtual uint16_t GetMenuTargetLock(void) const = 0; virtual uint8_t GetActionTargetActive(void) const = 0; @@ -1336,10 +1342,10 @@ struct IController struct IKeyboard { // Methods (Keybinds) - virtual void Bind(uint32_t key, bool down, bool alt, bool apps, bool ctrl, bool shift, bool win, const char* command) = 0; - virtual void Unbind(uint32_t key, bool down, bool alt, bool apps, bool ctrl, bool shift, bool win) = 0; - virtual void UnbindAll(void) = 0; - virtual bool IsBound(uint32_t key, bool down, bool alt, bool apps, bool ctrl, bool shift, bool win) = 0; + virtual void Bind(uint32_t key, bool down, bool alt, bool apps, bool ctrl, bool shift, bool win, bool requireInputClosed, bool requireInputOpened, const char* command) = 0; + virtual void Unbind(uint32_t key, bool down, bool alt, bool apps, bool ctrl, bool shift, bool win, bool requireInputClosed, bool requireInputOpened) = 0; + virtual void UnbindAll(void) = 0; + virtual bool IsBound(uint32_t key, bool down, bool alt, bool apps, bool ctrl, bool shift, bool win, bool requireInputClosed, bool requireInputOpened) = 0; // Methods (Callbacks) virtual void AddCallback(const char* alias, const getdevicedatacallback_f& datacb, const getdevicestatecallback_f& statecb, const keyboardcallback_f& keyboardcb) = 0; diff --git a/3rdParty/SDKs/Ashita/ADK_v4/BinaryData.h b/3rdParty/SDKs/Ashita/ADK_v4/BinaryData.h index faa5ea7..8e2e7a9 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/BinaryData.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/BinaryData.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * diff --git a/3rdParty/SDKs/Ashita/ADK_v4/Chat.h b/3rdParty/SDKs/Ashita/ADK_v4/Chat.h index c31f7fa..7512c9e 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/Chat.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/Chat.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * diff --git a/3rdParty/SDKs/Ashita/ADK_v4/Commands.h b/3rdParty/SDKs/Ashita/ADK_v4/Commands.h index dee3ab7..3af7bf3 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/Commands.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/Commands.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ErrorHandling.h b/3rdParty/SDKs/Ashita/ADK_v4/ErrorHandling.h index 2ab391c..0bc2eae 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ErrorHandling.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ErrorHandling.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ImGuiFontAwesome.h b/3rdParty/SDKs/Ashita/ADK_v4/ImGuiFontAwesome.h index 4ddbb52..ef24d26 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ImGuiFontAwesome.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ImGuiFontAwesome.h @@ -1,5 +1,5 @@ /** - * Ashita - Copyright (c) 2023 Ashita Development Team + * Ashita - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -33,7102 +33,1437 @@ * * These are fonts compiled from FontAwesome for use with ImGui. This is built from: * https://github.com/juliettef/IconFontCppHeaders - * https://github.com/FortAwesome/Font-Awesome/tree/master/webfonts + * https://github.com/FortAwesome/Font-Awesome/tree/7.x/webfonts * * The following fonts were used: - * fa-regular-400.ttf - * fa-brands-400.ttf - * fa-solid-900.ttf + * fa-regular-400.woff2 (converted to ttf) + * fa-brands-400.woff2 (converted to ttf) + * fa-solid-900.woff2 (converted to ttf) * * Font files are snapshot from: - * https://github.com/FortAwesome/Font-Awesome/commit/fcec2d1b01ff069ac10500ac42e4478d20d21f4c + * https://github.com/FortAwesome/Font-Awesome/commit/c482aa2ec6584834409895eb24b6e9813f943630 * * These files are compressed and encoded using base85 via the tool found here: * https://github.com/ocornut/imgui/blob/master/misc/fonts/binary_to_compressed_c.cpp */ -// clang-format off - -#ifdef ASHITA_IMGUI_INTERNAL_COMPILED - -/** - * fa-regular-400.ttf - */ -static constexpr uint32_t ImGuiFont_FontAwesome_Regular_400_Compressed_Size = 22262; -static constexpr uint32_t ImGuiFont_FontAwesome_Regular_400_Compressed_Data[5566] = -{ - 0x0000bc57, 0x00000000, 0x04850000, 0x00000400, 0x00010037, 0x000d0000, 0x00030080, 0x54464650, 0xc834934d, 0x84000023, 0x281582e8, 0x4544471c, - 0x002a0046, 0x200f82a0, 0x2c0f82c8, 0x2f534f1e, 0x53924132, 0x0100001b, 0x360f8258, 0x616d6360, 0xc8a0c770, 0x040000f4, 0x0300000c, 0x736167da, - 0x82ffff70, 0x84002249, 0x381f82c0, 0x796c6708, 0x37e67c66, 0x09000011, 0x6e000020, 0x61656898, 0x8f261b64, 0x201b826b, 0x210382dc, 0x10826836, - 0x02350423, 0x204f82d1, 0x280f8214, 0x746d6824, 0x00b01278, 0x2b0f8274, 0x020000b8, 0x636f6c54, 0xc865e561, 0x07200b82, 0x01298f82, 0x78616d36, - 0x00ea0070, 0x201f82af, 0x2b2f8238, 0x6d616e20, 0x3bdb3965, 0x77000022, 0x052c2382, 0x736f705b, 0x4169fc74, 0x7d0000bb, 0x07214f82, 0x2fdb83ab, - 0xa1854b01, 0x9e9378e0, 0xf53c0f5f, 0x00020b00, 0xdc230083, 0x86a2e424, 0xffa92807, 0x02b9ffec, 0x82c90187, 0x0008210f, 0x5e821e85, 0xc0210282, - 0x23c382ff, 0xecff8002, 0x87238982, 0x8d000100, 0x84902000, 0x009a2411, 0x840e00ac, 0x00022118, 0x13843282, 0x09824020, 0x04260283, 0x9001ed01, - 0x16820500, 0x66014c22, 0x47211082, 0x2a078501, 0x001900f5, 0x02000084, 0x82030500, 0x2a029215, 0x64456650, 0x04f08000, 0x8301c8f5, 0x012e2483, - 0x825400cc, 0x23818426, 0xa5013a01, 0x20240b82, 0x00020100, 0xaa200086, 0xff274b83, 0x004002fb, 0x83c0010f, 0x0800230b, 0x07840002, 0x80010022, - 0x02200785, 0x02219382, 0x20178400, 0x83078408, 0x201b820f, 0x212f8401, 0x1382fcff, 0x85020021, 0x82078223, 0x234b820f, 0xfdff0002, 0x17871384, - 0xc9820020, 0x01202f82, 0xf884038e, 0x1b8d6020, 0x08221382, 0x1382f001, 0x47830386, 0x6b840120, 0x87080021, 0x8202203f, 0x8b238457, 0x8293834f, - 0x86bf8703, 0x8c172007, 0x201f823b, 0x84039e01, 0xff0027e3, 0xfff001ff, 0xeb8402ed, 0x85faff21, 0x090f4113, 0x8f850120, 0x21082341, 0xef82c001, - 0x0220e382, 0x0f83ef86, 0xfb200382, 0xf38fcb84, 0x53412386, 0x06674108, 0x27820120, 0x1383d788, 0x00202789, 0x00202b82, 0x23884f83, 0x8f413385, - 0x079b4105, 0xfeff4023, 0x82178502, 0xfcff212f, 0xa30b4341, 0x8402200b, 0x82e382f3, 0x202f9843, 0x059741f8, 0x00950020, 0x16820320, 0x1c220383, - 0x09820100, 0xd4020024, 0x09840300, 0x04001c24, 0x1182b802, 0x00aab408, 0x00060080, 0xf005f02a, 0xf017f007, 0xf024f022, 0xf03ef02e, 0xf059f044, - 0xf070f06e, 0xf075f073, 0xf080f07c, 0xf089f086, 0xf09df094, 0xf0a7f0a0, 0xf0c8f0c5, 0xf0ebf0e0, 0xf0f8f0f3, 0xf111f1fe, 0xf11cf11a, 0xf144f133, - 0xf14af146, 0xf152f14e, 0xf165f15c, 0xf192f186, 0xf1c9f1ad, 0xf1d8f1cd, 0xf1eaf1e3, 0xf2f9f1f6, 0xf249f20a, 0xf25bf24d, 0xf274f25d, 0xf28bf27a, - 0xf2b6f28d, 0xf2bbf2b9, 0xf2c2f2bd, 0xf2dcf2d2, 0xf302f3ed, 0xf35bf328, 0xf4d1f3a5, 0xf4adf410, 0xf556f5da, 0xf57af567, 0xf59cf58c, 0xf5b4f5a5, - 0xf5c2f5b8, 0x00ffffc8, 0x8e04f000, 0x885720ab, 0x8c7b20ab, 0x82a420ab, 0x8cc720ab, 0x8a1820ab, 0xf14d2aab, 0xf15bf150, 0xf185f164, 0x20ab8291, - 0x20ab8ec1, 0x20ab8247, 0x22ab8254, 0x8479f271, 0x86b520ab, 0xf2c122ab, 0x20ab88d0, 0x28ab8e58, 0xf57ff579, 0xf5a4f596, 0x08ab87b3, 0x0fff0faa, - 0x0fef0ffe, 0x0fe40fe5, 0x0fcc0fdb, 0x0fb50fc7, 0x0fa00fa1, 0x0f9d0f9e, 0x0f950f98, 0x0f8e0f90, 0x0f7c0f84, 0x0f770f7a, 0x0f590f5a, 0x0f380f42, - 0x0f2d0f31, 0x0f160f28, 0x0e0f0f10, 0x0ee90ef9, 0x0ee50ee8, 0x0ee20ee3, 0x0ed30eda, 0x0eaa0eb4, 0x0e7d0e90, 0x0e700e7a, 0x0e600e66, 0x0e530e55, - 0x0e070e43, 0x0dfe0d04, 0x0dea0dfd, 0x0dd60de6, 0x0dae0dd5, 0x0dab0dac, 0x0da70daa, 0x0d910d9a, 0x0d6d0d81, 0x0c190d48, 0x0ca50cd0, 0x0bcb0b67, - 0x0b240b9f, 0x0a030b14, 0x0af60aff, 0x0ae20aef, 0x0ad60adf, 0x000100d1, 0x22aa0040, 0x88000601, 0x440120b0, 0x00200652, 0xcd40008b, 0xb4b88bac, - 0x4056090b, 0xc4007c00, 0x6e01f800, 0xe201be01, 0x84022a02, 0x0403ce02, 0xac036203, 0xa2041a04, 0x0c05e004, 0xb6054805, 0x4e062a06, 0x1a07cc06, - 0xe0076007, 0xe0086008, 0xb6095c09, 0x380a0c0a, 0xe60a860a, 0xcc0b380b, 0x340c160c, 0xce0c800c, 0xe40d120d, 0x4c0e1c0e, 0xc40e860e, 0x820f420f, - 0xfe0fc00f, 0x6c103c10, 0x3611b810, 0x2612b411, 0xa2126412, 0x4a13cc12, 0x4214cc13, 0xfe14a614, 0xbc154a15, 0x6a161a16, 0x2c17e216, 0xc6176a17, - 0xa4184218, 0x6419f218, 0x961aee19, 0x121bc81a, 0xea1b581b, 0xe81c661c, 0xd21d421d, 0x0e1f8a1e, 0xb21f5c1f, 0x5c20f81f, 0xf820ae20, 0x7e213821, - 0x5422b021, 0x3c23dc22, 0xfe23ae23, 0xc4245824, 0x0425ec24, 0x30263e25, 0xf4269026, 0x70273a27, 0xdc27a627, 0x56281228, 0x0e29b628, 0xc8296c29, - 0xb02a382a, 0x682b202b, 0x342ce82b, 0xfc2c902c, 0xf22d842d, 0xf22e502e, 0x1630722f, 0x0a318630, 0xf631a031, 0xda325a32, 0xc2337a33, 0x7e342434, - 0x0a35d634, 0xec357c35, 0xb2364436, 0x4c37f036, 0x02000000, 0xdffffaff, 0xa5010602, 0x24001200, 0x1e010000, 0x010f0601, 0x012f2206, 0x3736012e, - 0x3e171636, 0x34361701, 0x14822627, 0x2e275208, 0x14060701, 0x3716011f, 0x1824ca01, 0x10af1b16, 0x1baf102c, 0x2b241816, 0x752a2a75, 0x1e241d14, - 0x23231c4f, 0x241e4f1c, 0x0303b01d, 0x551f8001, 0x10b21c4e, 0x4f1cb210, 0x09241f54, 0xe0092a2a, 0x1822571e, 0x23231d06, 0x2218061d, 0x04b21e57, - 0x2c7f8304, 0xbaff0f00, 0xc1013102, 0x22001800, 0x257f8300, 0x1617010f, 0x6b822f06, 0x3f266208, 0x36262701, 0x3236023f, 0x2f37021f, 0x17010f01, - 0x02173707, 0x0e0c1410, 0x2003196a, 0x11838311, 0x6a190320, 0x92140c0e, 0x09280941, 0x8b640741, 0x648b3e3e, 0x017c7c17, 0x0e260214, 0x17139267, - 0x0a444409, 0x67921318, 0x1602260e, 0x84121284, 0x7e1462a2, 0x8b62147e, 0x04004242, 0xc0ff0000, 0x21018201, 0x77821300, 0x002a2108, 0x25000032, - 0x011d1632, 0x21230614, 0x013d2622, 0x32333634, 0x17363216, 0x23263435, 0x22230622, 0x1d2d0583, 0x26223601, 0x16323634, 0x06222614, 0x081d8214, - 0x3a01343e, 0x141c4f37, 0x1c14a0fe, 0x330d374f, 0x33623434, 0x1e390323, 0x2303391e, 0x5478ec33, 0x68547854, 0x50383850, 0x374f9038, 0x1c1c141a, - 0x4f371a14, 0x1aa01010, 0x10103323, 0xb01a2333, 0x54221f82, 0x1f829c78, 0x00503834, 0xff080003, 0x01f801c8, 0x000700b8, 0x001f000f, 0x66821200, - 0x6e820620, 0x36321223, 0x216e8334, 0x95832705, 0x013b2308, 0x17011d32, 0x06010f16, 0x9191ce99, 0xa6a591ce, 0x75a67575, 0x05550601, 0x430c200c, - 0x07120709, 0x1682b801, 0xfece9123, 0x2f1782d1, 0x3e0da675, 0x0ca40604, 0x07308e0c, 0x000a1a0a, 0x08200082, 0xe024f782, 0xa0010002, 0x1b336582, - 0x33002700, 0x47003f00, 0x57004f00, 0x32010000, 0x85111516, 0x113526ff, 0x01333634, 0x22068232, 0x82222123, 0x25332914, 0x012b1415, 0x34013d22, - 0x35208082, 0x06210b96, 0x20af8314, 0x89b78636, 0xd0012107, 0xfe21fb83, 0x2c058360, 0x06069a01, 0x06066cfe, 0xc80c6a01, 0x23028e0c, 0x151e15fc, - 0x0121028d, 0x055c41a0, 0x01141c22, 0xfe243d82, 0x54010670, 0xac283e82, 0x0c185c06, 0x540c180c, 0x0920058a, 0x75203a84, 0xeb82058a, 0xeb820220, - 0x0002c029, 0x2800c201, 0x82003800, 0x363726df, 0x14011d16, 0x05ce4107, 0x14150723, 0x34d38206, 0x26113526, 0x17363435, 0x1417011e, 0x36071415, - 0x13163233, 0x83218735, 0x3329080d, 0x2c500132, 0x162b1841, 0x6725433d, 0x093f4116, 0x09071007, 0x11151e18, 0x2702021a, 0x96672529, 0x661e3b45, - 0x342d391e, 0x0806834c, 0x1c70012b, 0xf01a1c0a, 0x20280e1a, 0x0907531d, 0x96010709, 0x1c151c0e, 0x11180101, 0x07080303, 0x00ff200f, 0x202020f0, - 0x002018e8, 0x289f8400, 0xc0018001, 0x13000a00, 0x057f4100, 0x11072734, 0x01333634, 0x21233411, 0x37111522, 0x1c145001, 0xff82c0c0, 0xfe062026, - 0x019006ec, 0xfe330a82, 0x01707030, 0xfe1c14d0, 0x06760154, 0x548afe06, 0x82000400, 0x00022b00, 0x0f008001, 0x23001b00, 0xcb412e00, 0x0799411d, - 0x37351725, 0x83011f36, 0x41152003, 0x393613a2, 0x22171722, 0x08280817, 0x08782808, 0x80015808, 0xe0fe141c, 0x8b831c14, 0xb0237c82, 0x82140106, - 0x06ec227d, 0x232482f8, 0x30b12217, 0x50212787, 0x055b4300, 0x0141022e, 0x001c00c1, 0x002f002a, 0x25000037, 0x20057a41, 0x21d58206, 0xe1833526, - 0x1632212c, 0x2b06010f, 0x35211101, 0xec433734, 0x36013805, 0x16011f32, 0x0f270714, 0x27133701, 0x17010f26, 0x92013637, 0x420a0420, 0x2b080804, - 0x04040512, 0xf2030220, 0xfe9f6001, 0x1c145af9, 0x07010a02, 0x2b123011, 0xba3a7411, 0x2bfb4107, 0x3a1f0708, 0x2067071f, 0x91060404, 0x6023a984, - 0x820a1c14, 0xa0fe2b31, 0xfecc0372, 0x1c020af9, 0x31825a14, 0x112b112c, 0xba3a3031, 0x0a010741, 0x3284072b, 0x7f430020, 0x432b200e, 0x2522117f, - 0xb1831707, 0xab822f20, 0x26012f25, 0x8227013f, 0x063e4103, 0x8b431620, 0x3e2e2a0c, 0x1708083e, 0x3e3e0908, 0x20068209, 0x430d8c08, 0x91200d9c, - 0x30862293, 0x00820020, 0x20181344, 0x067e4424, 0x91850720, 0x17208987, 0x012f8785, 0x7575a64b, 0x093c75a6, 0x0809ac09, 0x8209095b, 0x8e3b238b, - 0x7b860908, 0x1a826120, 0x0da67528, 0x09ab0809, 0xa1845b09, 0x088d3d25, 0x44040009, 0x38220c7f, 0x01414000, 0x0e142412, 0x43011d02, 0x3d2d0534, - 0x023e3401, 0x35033e37, 0x22232634, 0x0513410e, 0x33363724, 0x04441632, 0x0c124107, 0x16332508, 0x0507161c, 0x0807052e, 0x080c0a12, 0x19030908, - 0x0c110b0f, 0x1c090709, 0x40250609, 0x19413f26, 0x22191922, 0x310d1c41, 0x0e20178a, 0x05060810, 0x09050707, 0x0710140c, 0x3e820506, 0x100c052d, - 0x090b0c07, 0x0a071507, 0x83bb3436, 0x00192434, 0x82030000, 0x02002d03, 0x00800140, 0x00230011, 0x0100002f, 0x39058344, 0x16373435, 0x35363233, - 0x05362734, 0x0e071416, 0x2e222301, 0x34262701, 0x20823e37, 0x32072308, 0x012e3736, 0x1e070622, 0x2f200102, 0x415d4141, 0x170e0d04, 0x010f0721, - 0x2a03032d, 0x6f3c5b98, 0x08831c56, 0xf398b62f, 0x25257f4a, 0x257f947f, 0x015b4a18, 0x32288230, 0x0f102e41, 0x0e172107, 0x0761050d, 0x61500710, - 0x84354f2d, 0x61350807, 0x43434def, 0x2c434d4d, 0x05002341, 0xc0ffffff, 0xc0018102, 0x19001300, 0x33001f00, 0x00004600, 0x14151605, 0x2306010f, - 0x26012722, 0x013f3435, 0x17323336, 0x22048205, 0x82071716, 0x27262514, 0x27072237, 0x1e220e82, 0xae821701, 0x0b820620, 0x0323a182, 0x84173732, - 0x20b7821c, 0x2d0a8236, 0x02011e07, 0x0a04067a, 0x04060804, 0x0886aafd, 0x0b050127, 0x02412d0c, 0x25058459, 0x2f1f1b70, 0xbf853435, 0x261f1627, - 0x7f25121a, 0x2412844a, 0x032a985b, 0x29118603, 0x05080517, 0x04060c05, 0x0886d301, 0x3f028e24, 0x0382722d, 0x24079423, 0x28d08513, 0x1b1e2229, - 0xfe4d4321, 0x211182e0, 0xe1825061, 0x00211086, 0x083b4708, 0x17000b32, 0x2f002300, 0x47003b00, 0x6f006700, 0x23370000, 0x23062446, 0x3714011d, - 0x21093246, 0x0b8a1715, 0x0b960720, 0x3720238b, 0x290a8846, 0x3435013b, 0x1d32013b, 0x07873301, 0x03163230, 0x14112111, 0x94322133, 0x280c0c28, - 0x0382600c, 0xc0200697, 0x44441b86, 0x82302007, 0x8280200f, 0x14302a03, 0xa0fe301c, 0x06540106, 0x202185a0, 0x8649830c, 0x8a88200a, 0x2361840b, - 0xa0fedc0c, 0x23075144, 0x340c0c34, 0x1c2c0383, 0x2a0192fe, 0x0006d6fe, 0xfffbff02, 0x22055347, 0x43260013, 0x232e0637, 0x23062722, 0x3e372622, - 0x35263702, 0xc4470534, 0x152f0805, 0x07011f14, 0x3f360706, 0x96161701, 0x6a9696d4, 0x4a412e2f, 0x020a0c10, 0x3507170f, 0x7a560001, 0x287aac7a, - 0x0c080a14, 0x17141b1e, 0x82a00126, 0x2e0e3c0e, 0x11020b1d, 0x46381225, 0x845ef656, 0x33425e5e, 0x141c162a, 0x0d140a15, 0x82000c07, 0x85022000, - 0x80012804, 0x1b001300, 0x48010000, 0x353009c3, 0x3b363411, 0x011f3201, 0x22233513, 0x1123012f, 0x250be445, 0x37090d93, 0x0482c7c0, 0x40018c24, - 0xd645141c, 0x37092408, 0x82e0f0fe, 0x43e02004, 0x48200653, 0x15225782, 0xd5832200, 0x16322524, 0xbf45010f, 0x013b2308, 0x6a833317, 0x15253a08, - 0x21333637, 0x012b3435, 0x01222327, 0x02072137, 0x0f1c1c10, 0xfe1b0e50, 0x1c1c1470, 0xa040a014, 0x50fe1c14, 0x011b0e3f, 0x40ae0618, 0x90010686, - 0x4d85fe50, 0x801831e0, 0x05484617, 0x302d7d82, 0x1768e96a, 0xfe40062a, 0x008080e0, 0x2bcf8805, 0x001f000f, 0x0044002f, 0x25000054, 0x82059149, - 0x441620cd, 0xdd830a80, 0x23210f84, 0x211f8d33, 0x05411723, 0x15162310, 0x248e3711, 0x058d0126, 0x16050808, 0xd6200483, 0x4a200988, 0xad2e0988, - 0x07090907, 0x130d30fe, 0x07100709, 0x17883d09, 0x05086023, 0x840c83e6, 0x83c62004, 0x20048409, 0x82098386, 0x84302004, 0x0d13232e, 0x3f845001, - 0x0830c024, 0x1a834605, 0x002f0482, 0xfffbff03, 0x014502e0, 0x002300a0, 0x824d0036, 0x021e24d7, 0x42061617, 0x2721062a, 0x05314226, 0x26373631, - 0x33363435, 0x1e171632, 0x25141501, 0x42331617, 0x372c0d3c, 0x34353605, 0x15162726, 0x07010e14, 0x8a081c82, 0x1617013f, 0x012f2617, 0x13071402, - 0x0c0a010b, 0x1e3c410f, 0x1867401e, 0x423b0e0f, 0x150a0c0f, 0x567a2c11, 0x4b186840, 0x144bfe65, 0x5f411918, 0x1e5f825f, 0x04040f18, 0x78011516, - 0x0131401e, 0x3132522f, 0x14181952, 0x04161511, 0x0e3e0f04, 0x0b010d1b, 0x3607271c, 0x2703022c, 0x23140b1c, 0x5e42372b, 0x59092c36, 0x0431373c, - 0x425c4206, 0x1d232e42, 0x07072018, 0x1d2f0e07, 0x0b3b2423, 0x45280208, 0x0632052c, 0x820e0b04, 0x00202e14, 0x00010000, 0x01baff0f, 0x00c00120, - 0x24e38213, 0x26060715, 0x06c94b3f, 0x0f153327, 0x01071701, 0x0bba4b20, 0x3e142808, 0x3f17648b, 0x17094437, 0x0e679114, 0x84150326, 0x147e4412, - 0x00008b62, 0xfffcff03, 0x010402bc, 0x002300c4, 0x82510041, 0x011e3a59, 0x16010e07, 0x0626060e, 0x022e0607, 0x26013e37, 0x3616063e, 0x36173637, - 0x23188226, 0x16040e26, 0x16201882, 0x16291782, 0x37013e32, 0x3626023e, 0x20118226, 0x2035830e, 0x360f822e, 0x01363701, 0x0d0b2acf, 0x04080204, - 0x443e270a, 0x25283838, 0x90361608, 0x0a352e11, 0x3311112c, 0x44463c36, 0x01060320, 0x270d820b, 0x33282a0f, 0x221d3b32, 0x23080f83, 0x090a02a0, - 0x01056029, 0x010a110d, 0x08377407, 0x362ab901, 0x28250816, 0x3e443838, 0x08040b26, 0x0b0d0402, 0x692e1190, 0x0b0a2b12, 0x20030601, 0x363c4644, - 0x0d821133, 0x06040926, 0x221c2107, 0x112e0e84, 0x6005010d, 0x020a0929, 0x7437080d, 0xe9820107, 0x00000530, 0x4002e0ff, 0x1000a001, 0x20001800, - 0xc14a2c00, 0x011e2105, 0x300ca24b, 0x011d2217, 0x23343521, 0x013d3211, 0x33141521, 0x0a9a4b37, 0x0b8a1720, 0x0d100239, 0x141c0d16, 0x1c1420fe, - 0x0606141c, 0x0606e001, 0x8a0620fe, 0x820c480c, 0x0cc02302, 0x02820c88, 0x82a00121, 0x09e54423, 0x2a06302b, 0xa0fe062a, 0x06aaaa06, 0x05024564, - 0x9a820584, 0x2f06a343, 0x00800140, 0x00170013, 0x0023001b, 0x2500002b, 0x2f0b3c4d, 0x3336013f, 0x05173221, 0x13272107, 0x24152135, 0x4806194c, - 0x0222071c, 0x8c850937, 0x0e690938, 0x190e0119, 0x4ecbfe0e, 0x694eaa01, 0xc00120fe, 0x13131a13, 0x05844d1a, 0x0f0cd423, 0x2db08389, 0x970c0f89, - 0x701b1515, 0x80e0fe70, 0x1f834d80, 0x02832282, 0x00000023, 0x08cf4c03, 0x55003239, 0x00005d00, 0x15163201, 0x2b020e14, 0x16070601, 0x2b010e07, - 0x82262201, 0x3006830b, 0x3634013d, 0x1732013b, 0x31373233, 0x033e3736, 0x25298333, 0x36321707, 0x22823435, 0x06823420, 0x2505ca48, 0x15070607, - 0x2982021e, 0x013e2722, 0x06210283, 0x05ee4d34, 0x22ad013a, 0x1e170d31, 0x06022411, 0x35011404, 0x5322152e, 0x0d09030a, 0x13130d40, 0x6d080482, - 0x15090309, 0x12040911, 0x2a101a0c, 0x0e560232, 0x9f0e1515, 0x0a042c1b, 0x140b0510, 0x2a111b20, 0x3d15132a, 0x08090c0a, 0xfa0a010e, 0x0e0e140e, - 0x31360114, 0x171e1122, 0x220a0c0d, 0x2833281d, 0xe60c1108, 0x1808110c, 0x24060e13, 0x242f1213, 0x15760b0c, 0x07150e0e, 0x1123142c, 0x1612081f, - 0x02b00424, 0x073d1214, 0x260d0f20, 0x40838a0a, 0xfe820e20, 0x5625ff8c, 0x00005e00, 0x44e48335, 0x1e280541, 0x17161702, 0x013b1631, 0x1e20f683, - 0x2b07bb49, 0x06222327, 0x2622012b, 0x26372627, 0x26220b82, 0x21821437, 0x17160622, 0xf4820283, 0x35373622, 0x272d1a82, 0x2223022e, 0x15161415, - 0x020e2223, 0x066e4a04, 0x5622312d, 0x102a3202, 0x04120c1a, 0x82151109, 0x400d25f0, 0x05090b07, 0x2e08fd85, 0x1522530a, 0x1401352e, 0x24020604, - 0x15303122, 0x010a5b0e, 0x0c09080e, 0x18153d0a, 0x201b144c, 0x10050b14, 0x1b2c040a, 0x090d079f, 0x849a0106, 0xe33b08c0, 0x0c0b3122, 0x13122f24, - 0x130e0624, 0x07050818, 0x0ce6060b, 0x33280811, 0x0a221d28, 0x0e22310c, 0x0d260a15, 0x3d07200f, 0x04b00226, 0x08121624, 0x1423111f, 0x0a05072c, - 0x830e920d, 0x00002140, 0xc74fff84, 0x41332005, 0x132c05ff, 0x32333634, 0x011d011e, 0x17361716, 0x14210783, 0x220b8206, 0x4214011d, 0x3d2c050b, - 0x35373401, 0x26312734, 0x35042e27, 0x17222a83, 0xdb4f3437, 0x82222005, 0x14152506, 0x1617011e, 0x33220182, 0x2982013e, 0x012e0722, 0x16200283, - 0x6a25ff86, 0x27162231, 0x07af4116, 0x080d0822, 0x2406b041, 0x13111a07, 0x15b1410a, 0xb0412620, 0x6d01230c, 0x41823122, 0x220f4042, 0x42090e09, - 0x0d240a41, 0x0d150f0a, 0x22124242, 0x42184c14, 0xfe820e41, 0x313aff8a, 0x5b005300, 0x22170000, 0x06013d26, 0x35262223, 0x37033e34, 0x36313736, - 0x1182013d, 0x2d473420, 0x15072b07, 0x011d1614, 0x06070614, 0x0b820627, 0x32270622, 0x16222082, 0x02833736, 0x2622f282, 0x1a822327, 0x020e0728, - 0x32331415, 0x2c823336, 0x16141228, 0x26343632, 0xac41bd22, 0x130a2705, 0x0e071a11, 0xaf421813, 0x1fab4106, 0x0e991527, 0x140e0e14, 0x053b4240, - 0x0f150d24, 0x3c420d0a, 0x07384308, 0x21283a42, 0x3842150e, 0x06634e06, 0x01c00135, 0x001b00c0, 0x0039002a, 0x01000042, 0x14111516, 0x4f012b06, - 0xf38308d7, 0xf8843520, 0x32031727, 0x2223013d, 0x82048326, 0x25332124, 0x13250e8d, 0x012f3435, 0x25398226, 0x1c0eb201, 0x10495014, 0x08078206, - 0x0e14ac28, 0x14600674, 0x06064a1c, 0x58065401, 0x066a0e0a, 0x3002da06, 0x010a0202, 0xfe140e7e, 0x301c14f4, 0x141c1c14, 0x08844001, 0x3efe0e24, - 0x3c822a06, 0xccfe0629, 0xca066006, 0x83580a0e, 0x00012309, 0x3282020a, 0x00004027, 0xff000005, 0x2ab382e0, 0x001100a0, 0x002b0015, 0x873b0033, - 0x0a174fb5, 0x23071728, 0x32133315, 0x93821135, 0xb687ca86, 0x4107b94f, 0x06210590, 0x45ae8414, 0x0c3f06b2, 0x804e0e14, 0x02067a80, 0xb00a0e4e, - 0x062a0e0a, 0x34488606, 0x47344834, 0x22171722, 0x853e0117, 0x054951ae, 0x50220e35, 0x0106f0fe, 0x4e020204, 0x0e0e0a64, 0xfe06680a, 0x82c806ac, - 0x4834222c, 0x242c824c, 0x00002217, 0x21ab8802, 0x574a000f, 0x0c784605, 0x230b1b52, 0x1c149001, 0x2108a24f, 0x4b83065a, 0xb9510620, 0x4d002017, - 0xab5005ab, 0x00202205, 0x11a95032, 0x1521053b, 0x1e141716, 0x3e323302, 0x37363502, 0x06352105, 0x22040e07, 0x2627032e, 0x0ca65027, 0xfea02108, - 0x1c642360, 0x0808170e, 0x641c0e17, 0x0160fe23, 0x024623a0, 0x181a0e19, 0x0e191918, 0x23460219, 0x3d0db250, 0x4e1c2930, 0x0c091701, 0x0117090c, - 0xbaf71c4e, 0x1601371c, 0x07070f0a, 0x01150a10, 0x4b431c37, 0x60280809, 0x0f00c001, 0x42001d00, 0x32130000, 0x23061416, 0x14150622, 0x35262206, - 0x35033634, 0x0f141533, 0x012b0601, 0x26012f22, 0x152e1d82, 0x010e0714, 0x37342307, 0x35363736, 0x2a842634, 0x17161728, 0x2e231516, 0x31832702, - 0x07b03208, 0x1a070909, 0x090e0926, 0x03a02838, 0x4e090518, 0x03180509, 0x2c674950, 0x30071f0e, 0x202b1302, 0x4c34354b, 0x02132b20, 0x14130530, - 0x01652c08, 0x212b8270, 0x36831a26, 0x38282308, 0x2b2b85fe, 0x07250405, 0x01042507, 0x424967d0, 0x17351032, 0x313d0707, 0x4b353024, 0x2430364a, - 0xbe823d31, 0x0a1d2526, 0x69474232, 0x0326c082, 0xc0ffffff, 0xbf82c101, 0x33002528, 0x00003900, 0xb9821625, 0x22212326, 0x3435012e, 0x3e21a282, - 0x20c38202, 0x25038237, 0x011d1632, 0xec44021e, 0x21052105, 0x3122a782, 0xe5822634, 0x14153023, 0x08e78216, 0x0114332e, 0x0e1209b7, 0x0f0980fe, - 0x02010908, 0x4814110f, 0x131a1338, 0x14213a25, 0xfe020f11, 0x2c38018e, 0x8a425c42, 0x56802634, 0x130d0c0a, 0x27082582, 0x03010a0c, 0x2c43180f, - 0x150b563a, 0x0d13130d, 0x422c0715, 0x18432c26, 0x3b07030f, 0x422e0164, 0x64012e42, 0x1b1b25cb, 0x0720a382, 0x27103b4e, 0x0061004b, 0x3700007d, - 0x2406dc4d, 0x22012b14, 0x09444e33, 0x2d4e2320, 0x8a17200b, 0x15172217, 0x20318321, 0x09e44311, 0x3327d482, 0x11151632, 0x4e253233, 0x11210829, - 0x09424323, 0x35233723, 0x295c8234, 0x2223011d, 0x3b14011d, 0x03821501, 0x013d3223, 0x24038233, 0x280c8034, 0x2002820c, 0x2104838c, 0x0c85740c, - 0x0c844c20, 0x40fe8c34, 0x0a0e140c, 0x700a0e58, 0x0a580e0a, 0xfe0c140e, 0x20827090, 0x84407021, 0xba402711, 0x0614061a, 0x0282061a, 0xcc200683, - 0x200a2a49, 0x203f8454, 0x394c8534, 0x0c24247c, 0x0c097b01, 0x0e0e0a28, 0x090c280a, 0x430185fe, 0x01430c0c, 0x1083185f, 0x88301821, 0x22488441, - 0x43030000, 0x1b2a087f, 0x37002b00, 0x15250000, 0xb2822b14, 0x3d20c082, 0x3d23c082, 0x4f3b3401, 0x32200816, 0x240b2d4f, 0x16322133, 0x063e5403, - 0x0c821420, 0x0c600125, 0x82200c58, 0x20068603, 0x08aa4360, 0x1c146023, 0x05ac4330, 0xd0065422, 0x0c22218a, 0x53449458, 0x25218206, 0x0192fe1c, - 0x26830654, 0x02000022, 0x560c2352, 0xf25110a1, 0x0c85560c, 0xfb440020, 0x01c82e05, 0x00b801f0, 0x000f0007, 0x001f0017, 0x1161522f, 0x38075e57, - 0x34262216, 0x14163236, 0x1e013e07, 0x22060701, 0x013e2627, 0x32161716, 0x0af35691, 0x131a8526, 0x8d131a13, 0x1c2f0584, 0x020f1406, 0x2f942f06, - 0x140f0206, 0x52662106, 0x63200d49, 0x02872782, 0x02085c2d, 0x3907140d, 0x0d140739, 0x94270802, 0x99302097, 0x077f4597, 0x17320630, 0x06070616, - 0x22262726, 0x2e010e07, 0x98913701, 0x98847320, 0x297e6f2b, 0x08070206, 0x521a0614, 0x93a3841a, 0x842d2099, 0x316d299c, 0x07061407, 0x1f1f0802, - 0x9a82a284, 0x00050024, 0x3341ff00, 0x1297540d, 0x55073341, 0x322a08d5, 0x2b061416, 0x34262201, 0x96973336, 0x0e0a2825, 0x83b00a0e, 0x218f9904, - 0x634a0e7d, 0x830e2008, 0x4002218c, 0x58065f56, 0x4b300533, 0x63005700, 0x7b006f00, 0x93008700, 0xab009f00, 0x5611c945, 0x142407c4, 0x25322133, - 0x51160b52, 0x0b8b0bf3, 0x2f8a0520, 0x47af0b8b, 0x4944538b, 0x1002230b, 0x824c1c14, 0x141c3005, 0xfe08e801, 0x01080820, 0x92fe08e0, 0x820c1c0c, - 0x93602002, 0xb0fe2106, 0x01211585, 0x20078580, 0x940786fe, 0x2314862c, 0x0cd80c62, 0x88460282, 0xb0fe220d, 0x236e8201, 0x8a08e0fe, 0x4c856b83, - 0x6e20058c, 0x8820178a, 0xa7842396, 0x0cba0c27, 0x0c0c100c, 0x20008200, 0x08574502, 0x27001f22, 0x53108b41, 0x13271042, 0x21113532, 0x47331411, - 0x30200bbb, 0x24061953, 0xa0fe062a, 0x52b28406, 0xfe2710f2, 0x2a010670, 0x5706d6fe, 0x0c340b2f, 0x1c001400, 0x16250000, 0x06010f14, 0x013d012e, - 0x04173634, 0x2006f04d, 0x063b4a04, 0x0c74012b, 0x1009b00c, 0x010c180b, 0x0b9e5a34, 0x1c07d22d, 0x03046507, 0x0ed0090d, 0x4316070e, 0xff440add, - 0x000b220a, 0x20d1831b, 0x0afb4537, 0x261bef44, 0xe80c0c6c, 0x446c0c0c, 0xa42314e5, 0x820c200c, 0x44cc2002, 0x738a15de, 0x13000f24, 0x45412300, - 0x01332910, 0x25112111, 0x012f0607, 0x410afb57, 0x01250b41, 0x01a0fe60, 0x0c75573c, 0x49091621, 0x24830f0a, 0x7c57f220, 0x098c2509, 0x00091609, - 0xc02a7b84, 0xc9014102, 0x32001c00, 0x7b825900, 0x0f14162e, 0x3d260601, 0x14010e01, 0x27061617, 0x3606c347, 0x34353736, 0x37031736, 0x0e221527, - 0x17141504, 0x053e012e, 0x59361737, 0x43080e5e, 0x1d32013b, 0x06071401, 0x012b0607, 0x14111522, 0x3d322133, 0x32023401, 0x17900e0e, 0x082b313b, - 0x281c360b, 0x351e242d, 0x173b4930, 0x21909022, 0x262a3c30, 0x04073e13, 0x1f1a1008, 0x191a2929, 0x0c060a0b, 0x30074141, 0x14080c84, 0x56030312, - 0x54010606, 0x0e220106, 0x08438228, 0x36201935, 0x18201304, 0x19112920, 0x283b2d4b, 0x030f1121, 0x16182039, 0x9090befe, 0x11080368, 0x411a2919, - 0x1c251627, 0x070a0f16, 0x03bc0102, 0x07070406, 0x4a1c142b, 0x0c2c057c, 0x08030904, 0xfe06020a, 0x1a0606ac, 0x0022f982, 0xe7440400, 0x000d2b08, - 0x001d0015, 0x01000025, 0xfd821636, 0x26250282, 0x3736013f, 0x05025d16, 0x5d021621, 0x01280e13, 0x06140c5c, 0x900b0542, 0x39260685, 0x131a1313, - 0x46425a13, 0x3e01280a, 0x900c1406, 0x8542050b, 0x835c2006, 0x131a231f, 0x83421801, 0x0b6b470b, 0x1a000a29, 0x00002600, 0x59323337, 0x36210659, - 0x0a885625, 0x2c0f5a47, 0x0608c67d, 0x08086306, 0x01060663, 0x1470424b, 0x050ff022, 0x05221f83, 0x7242800f, 0x0a734216, 0x25227b86, 0x5d422223, - 0x06162105, 0x211be642, 0x7c894301, 0x7b947520, 0x7b879020, 0x7ba8e020, 0x34353725, 0x83011f36, 0x012621fa, 0xb020f79a, 0x01215987, 0x20799410, - 0x219a895d, 0x7c961b01, 0x0000032e, 0x8001c0ff, 0x1100c101, 0x1d001400, 0x290f074d, 0x1f32013b, 0x03152701, 0xb54d1121, 0x72012205, 0x077e5c0e, - 0x14cc2608, 0xd04c2e0e, 0x0a682001, 0x5e01a00e, 0xb4fe140e, 0x141c1c14, 0x1c14a001, 0x4c4c720e, 0x2001b0fe, 0x00680a0e, 0x2b5f8605, 0x000b00c0, - 0x00290017, 0x0035002c, 0x44054349, 0x07230647, 0x46011d32, 0x33200664, 0x840be441, 0x27162479, 0x86133315, 0x0111257a, 0x0ca80c20, 0x04840283, - 0x8a140121, 0x0e542488, 0x83044c80, 0x1cc82688, 0x0c1c0c0c, 0x05c64554, 0x928abc20, 0x3c0e5422, 0xfe219387, 0x08af5060, 0xc001e028, 0x54002e00, - 0x93825c00, 0x1607162d, 0x23020e07, 0x2223012a, 0x5023012e, 0x362708a5, 0x023e013b, 0x52023e37, 0x332905a5, 0x15011e32, 0x013e0714, 0x0aae5227, - 0x82032e21, 0x0e07272e, 0x15012b03, 0xaf521632, 0x52042005, 0x8b0807ab, 0x051007d2, 0x33170116, 0x03100326, 0x112f452d, 0x400b1103, 0x0d13130d, - 0x1b180863, 0x1d0c030a, 0x09332d1b, 0x16281824, 0x0b010f4b, 0x10160f07, 0x05011d68, 0x080e1309, 0x1c07100e, 0x0b0a1b16, 0x25266d19, 0x0a0c0a40, - 0x140ebbfe, 0xa1140e0e, 0x1f241e21, 0x14192a1c, 0x130e0a14, 0x130df00d, 0x09232007, 0x342f3a04, 0x19171735, 0x4e1a1627, 0x180a290f, 0x12180e0e, - 0x0b0a1339, 0x08080a12, 0x25071047, 0x26ba181d, 0x55220742, 0x41074848, 0xfb8505f3, 0x5b003622, 0x1525fb83, 0x012b0614, 0x83058216, 0x2e2724fc, - 0x82232701, 0x08a8570f, 0x32331730, 0x3a33013e, 0x16323301, 0x16071617, 0x07443204, 0x82052005, 0x34352615, 0x26362326, 0x2a028327, 0x0622012b, - 0x32331523, 0x8217011e, 0x3e322202, 0x331b8202, 0x0ed20135, 0x09242432, 0x1d1b2d33, 0x300b030c, 0x120a070a, 0x4032ff84, 0x0f0b090c, 0x032d472e, - 0x38380310, 0x10051601, 0x9e845dfe, 0x0a62012a, 0x070f0a12, 0x080f010b, 0x3008f582, 0x6d262540, 0x220c0b19, 0x0e100828, 0x08151108, 0x18df1d02, - 0x1734221a, 0x2f343517, 0x3f0b043a, 0x0d131009, 0x08130df0, 0x2c331414, 0x681e241f, 0x0843830e, 0x120b1f2d, 0x0a180e09, 0x22100f29, 0xba264207, - 0x10083623, 0x140a0847, 0x39130d0e, 0x00040012, 0x02c0ff00, 0x00c10101, 0x00380028, 0x83480040, 0x0f1422fd, 0x25d78201, 0x07012f06, 0x04832206, - 0x013f2625, 0x83342627, 0x1f362504, 0x32363701, 0x16320483, 0x2737020f, 0x07270737, 0x17071727, 0x37173707, 0x05452617, 0x08055006, 0x1212ee34, - 0x0f040e3c, 0x2847150f, 0x280c2b0d, 0x041e1547, 0x13843c0e, 0x12821e20, 0x862c0c21, 0x4d352812, 0x345b124d, 0x86125b34, 0x56ba3407, 0x3d563d3d, - 0x21212e51, 0x0ce2212e, 0x47290c2b, 0x880f0f15, 0x46162239, 0x83138529, 0x1111214c, 0x4c826082, 0x88357f21, 0x835c203e, 0x82f72046, 0x563d2240, - 0x08408263, 0x002e2126, 0x17000200, 0xf401c0ff, 0x1600c001, 0x00002600, 0x34262205, 0x17323336, 0x0706011e, 0x1415010e, 0x16363716, 0x53080882, - 0x14062203, 0x36323316, 0x35260637, 0x26373634, 0x966a1701, 0x17186a96, 0x13091615, 0x3e61251f, 0x24152221, 0x7a563b68, 0x5530567a, 0x3284541d, - 0x9640132a, 0x040496d4, 0x120a2823, 0x503f243e, 0x1a39060c, 0xd001322d, 0x297aac7a, 0x556d1024, 0x03185432, 0x8212c345, 0x06a84770, 0x47451620, - 0x4410201c, 0xb02007cc, 0x2114cb44, 0xcc442301, 0x44452009, 0xbb6318cb, 0x0017230b, 0x30540000, 0x41242006, 0x163b08a9, 0x26220614, 0xa6530134, - 0x75a67575, 0x91ced1fe, 0xd791ce91, 0x422f2f42, 0x8288012f, 0xa6752211, 0x221082a5, 0x8217ce91, 0x422f2110, 0x635d4082, 0x00592516, 0x13000065, - 0x4917294f, 0x414f0a21, 0x2133212d, 0x2010374f, 0x0c114f25, 0x0c0ca826, 0x580c0c28, 0x21181d4f, 0x184f5001, 0xe0fe230a, 0x064f2c01, 0x4f60200a, - 0x05850500, 0x2611134f, 0x0e0e0ab8, 0x4f48fe0a, 0x9e21050d, 0x46fb8901, 0x3728091b, 0x44003d00, 0x51004a00, 0x2c1f2546, 0x23061613, 0x07062722, - 0x37262706, 0x82018236, 0x17162f05, 0x17160716, 0x3e140736, 0x37063701, 0x0b821422, 0x3607342d, 0x06272637, 0x07263617, 0x4637011e, 0x30081659, - 0x110a0afa, 0x360f1f19, 0x020c1b27, 0x14102e05, 0x2403060d, 0x0c0a0503, 0x07b93319, 0x4e1a080f, 0x03030102, 0x120a2d1e, 0x05780d0c, 0x130e1515, - 0x188a4602, 0xf0fe3208, 0x03111f08, 0x07114411, 0x1c18160d, 0x0f13302e, 0x2a0e1302, 0x5b070f1f, 0x0e110501, 0x140eb419, 0x88220606, 0x170d0211, - 0x06030f23, 0x01040601, 0x20008200, 0x0e1f4704, 0xfb9f5220, 0x32331725, 0x4915011e, 0x272405f1, 0x14012f26, 0x2f05a752, 0x27022e27, 0x013b3626, - 0x15161732, 0x37341714, 0x17260a85, 0x3631011c, 0xfb963637, 0x10dc2b08, 0x0a020604, 0x180a0219, 0x0b07020a, 0x02120303, 0x020a1909, 0x030e0d03, - 0x11050802, 0x0113020a, 0x0d090318, 0x0117020a, 0xf7991401, 0x0704d03b, 0x09622604, 0x112b1d09, 0x09480908, 0x38370b09, 0x0a09060e, 0x03010360, - 0x20168206, 0x21078361, 0xeb930a61, 0x5508cb55, 0x0d480715, 0x32172e0f, 0x07060716, 0x2b061617, 0x26272201, 0x22f48527, 0x87013f26, 0x821720e9, - 0x963320db, 0x07d431dc, 0x0b230407, 0x0707042e, 0x0203071d, 0x03110c1b, 0x07220882, 0x11852e04, 0x13090426, 0x07031409, 0x2c18cc41, 0x3d060cb0, - 0x0c064e11, 0x1b370306, 0x2006821f, 0x240b834e, 0x24162812, 0x48c88206, 0xd3480773, 0x00362207, 0x1fb5413e, 0x2605cb43, 0x0e141516, 0x52012a06, - 0x372706ab, 0x34363233, 0x96012b26, 0x0c4839c0, 0x04231c45, 0x0f090b06, 0x0f08100a, 0x18050702, 0x0b18300c, 0x180b0d0d, 0xfe35b598, 0x250ca89c, - 0x0d120b1d, 0x0205060b, 0x07052f01, 0x0e170f63, 0x08234900, 0x2822af87, 0xafa13000, 0x66363721, 0x86460633, 0x2ea69607, 0x08082820, 0x08085828, - 0x1c28c418, 0x991c281c, 0x4090219b, 0x80212987, 0x232882f0, 0x0a00281c, 0x3d08fb42, 0x00070003, 0x000f000b, 0x00240021, 0x00400031, 0x0050004c, - 0x15331300, 0x23153723, 0x07820735, 0x35210282, 0x0cb66837, 0x32013b24, 0xbd490717, 0x3c278209, 0x17371123, 0x23010e16, 0x013f2622, 0x33153335, - 0x36320632, 0x012e3435, 0x15010e22, 0x24488314, 0x40202080, 0x22008220, 0x4ad22040, 0x22080b65, 0x68044c1e, 0x20300e0a, 0x03129250, 0x19101a0d, - 0x2013051f, 0x1b2d0a16, 0x120f0913, 0x2040090e, 0x82202001, 0x21378239, 0x854a1e20, 0x4926200c, 0x103307f0, 0xc660fe10, 0x121d1057, 0x20611827, - 0x0b108620, 0x82070d07, 0xb60b2302, 0x7b412020, 0x4ac02008, 0x2f2206ff, 0x7b413d00, 0x06142220, 0x05c4582f, 0x3b36342d, 0x16363701, 0x34361715, - 0x643e2627, 0x2e20052d, 0x37172f42, 0x24050f90, 0x0707051c, 0x05241c05, 0x0707290f, 0x0c18090a, 0x1a0b1414, 0x3c19e442, 0x0608acfe, 0x05072406, - 0x24080438, 0x59080606, 0x0a071407, 0x150a061b, 0x080b153a, 0x0a9b4418, 0x3720bb87, 0x1724b99f, 0x011d1636, 0x8c55bd83, 0x20c18308, 0x42148232, - 0xe52a163c, 0x07141407, 0x68080c35, 0x04840c08, 0x29183d42, 0x0b0808cd, 0x08080b70, 0x29862534, 0x25080c24, 0x3f420600, 0x00123308, 0x00270024, - 0x003c0030, 0x3700004d, 0x06010f16, 0xbd4f2223, 0x82152007, 0x1c3a420e, 0x67371121, 0x262406f1, 0x1736013f, 0x1b4d0483, 0x012f2205, 0x320c8235, - 0x11060696, 0x03030403, 0x39070739, 0x06110607, 0x42fd2106, 0xa027113c, 0x030918a2, 0x84090237, 0x82212005, 0x82062031, 0x312f872c, 0x12070663, - 0x06360303, 0x07073606, 0x06060112, 0x4642de1d, 0x60fe2815, 0x090207fa, 0x830309bc, 0x4f082105, 0x07213582, 0x20358a07, 0x48ef8200, 0x0e24097f, - 0x1d001600, 0x2b24f582, 0x22040000, 0x26054555, 0x37321605, 0x4b270627, 0x3208053b, 0x36173216, 0x16072734, 0x22262707, 0x17361707, 0x17140607, - 0x01372637, 0x9191ce67, 0xa1fe91ce, 0x352f702f, 0x2f823232, 0x422f2f42, 0x351d1d8a, 0x850f1515, 0x84dd2012, 0x8238200c, 0xce912224, 0x200b8444, - 0x21238355, 0x1e8b172f, 0x7a082b86, 0x03000000, 0xbefffeff, 0xc9010502, 0x18001500, 0x00002100, 0x07163601, 0x06070603, 0x012f2223, 0x26010e07, - 0x2e27013d, 0x37173701, 0x05131727, 0x16363717, 0xb801010f, 0x3c04321a, 0x0c0b1404, 0x2b70090a, 0x7220290e, 0xa81a041c, 0x3bd52525, 0xd36c60fe, - 0x8c08150b, 0x210eba01, 0x177cfe1e, 0x2e03060b, 0x1c04113b, 0x0b305416, 0x32da0f3c, 0x8301240f, 0x09b92df0, 0x82ca0c13, 0x0600357a, 0xc8ffecff, - 0xb8010402, 0x19001000, 0x27002000, 0x35002e00, 0x16208182, 0x262a7e84, 0x37362627, 0x1e323336, 0x07820701, 0x0f273729, 0x26371701, 0x82150727, - 0x0706278a, 0x3537011f, 0xa1823703, 0x011f1632, 0x27013f16, 0xe4010723, 0x26615e20, 0x19844f27, 0x2d080784, 0x3a485f34, 0x0115050c, 0x2c194727, - 0x2f3d2534, 0x3cd64740, 0x40470a26, 0x47182b5d, 0x65250127, 0x2c16403a, 0x0d012b4f, 0x0c20b762, 0x05834d5e, 0x4e2a2608, 0x2a0a10f5, 0x4c16252f, - 0x1434f23d, 0x162f4a1a, 0x3534147d, 0xfe4a2f16, 0x174a3ee0, 0x49343f25, 0x3d301313, 0x20b8823d, 0x68038209, 0x336805c7, 0x672b2005, 0x53220659, - 0x8b525f00, 0x013b3010, 0x0333013e, 0x013d3214, 0x21110123, 0x53071411, 0x27240b1f, 0x07353315, 0x590a254a, 0x3d220b5b, 0x1d523401, 0x012b2305, - 0x238a1522, 0x28022008, 0x0a0e0e0a, 0x211710fe, 0x052b0a0e, 0x10400f19, 0xfee00110, 0x0c3d0160, 0x0c0c880c, 0x8378506c, 0x0c882506, 0x0c680cc0, - 0x0121028e, 0x26378280, 0x210e0ab0, 0x82100117, 0xfe123143, 0xf80808b8, 0x200100ff, 0x0404e8fe, 0x0c600c78, 0x50260282, 0x188c2828, 0x02870c0c, - 0x08849c20, 0x05843c20, 0x00002608, 0xfff9ff04, 0x018702b9, 0x000b00c7, 0x0038001e, 0x05000040, 0x06010f16, 0x3f260127, 0x13173601, 0x22211733, - 0x05c15a26, 0x17350428, 0x07223706, 0xc65a3627, 0x2717210b, 0x31231d82, 0x82032634, 0x14332c25, 0x7a02010e, 0x0a0a0a0c, 0x84aafd0c, 0x802e0806, - 0xe8fe3eb6, 0x0109120e, 0x10090802, 0x092e0909, 0x261d227c, 0x1a13261f, 0x213a2513, 0x42033b0e, 0x80261a2e, 0x0a171e11, 0x0a0c0c0d, 0x0684d301, - 0x3094fe24, 0x0d820d13, 0x0a09022d, 0x182a1a1a, 0x13e54423, 0x5a08191d, 0x373009db, 0x16172f26, 0xfe422e01, 0x111b2560, 0x0000111e, 0x200e3f6c, - 0x11435834, 0x935f0520, 0x33012606, 0x15161732, 0x2ede8314, 0x0e222326, 0x16141501, 0x36373233, 0x82011f16, 0x52992015, 0x333c0bbb, 0x4f3d3f29, - 0x3b284024, 0x12020426, 0x211c0b07, 0x2a122418, 0x041e2424, 0x0214040a, 0x3e0db857, 0x3c512910, 0x23254027, 0x03030504, 0x16090b1d, 0x22162515, - 0x01041b32, 0x03041b04, 0x82040005, 0x0200219f, 0x2405735d, 0x0033001b, 0x104d424b, 0x2b0ceb6f, 0x0e071637, 0x34352601, 0x16171636, 0x0620a684, - 0x3721a382, 0x94a08236, 0x5d172017, 0x9a200c95, 0x3705df6f, 0x1a0403c1, 0x52414052, 0x11020319, 0x401e0604, 0x04051f3d, 0x1b0303d2, 0x01291385, - 0x1f050412, 0x061e3e40, 0x0f195704, 0x2c07556e, 0x1c040456, 0x2e2f3605, 0x03190334, 0x28278203, 0x25221518, 0x06051b17, 0x2117961b, 0x07640900, - 0x002b2208, 0x2ae3822f, 0x003b0037, 0x0063004f, 0x826f0067, 0x112322ed, 0x08ee5133, 0x17652120, 0x6a112009, 0x212009ad, 0x24070a43, 0x35331527, - 0x24038221, 0x15233511, 0x20038221, 0x84248427, 0x82448434, 0x27332128, 0x40894c88, 0x17203783, 0x14262f82, 0x0115012b, 0x00820cf4, 0xfe0c4825, - 0x82480cc0, 0x210b8408, 0x0b824001, 0xfe20402a, 0x01202040, 0x0c0820c0, 0x18821c83, 0x18251682, 0x0cc80c0c, 0x29048354, 0x386090b8, 0x40014c0c, - 0x378a00ff, 0x3b820b8a, 0xfe202024, 0x00822080, 0x00014022, 0x0c203d82, 0x06822982, 0xa80cc025, 0x84340c0c, 0x70182804, 0x4c70b070, 0x8200180c, - 0x0a210800, 0xe0ff0000, 0xa0014002, 0x47004300, 0x4f004b00, 0x67005300, 0x87006b00, 0x8f008b00, 0x23250000, 0x09154115, 0x15412320, 0x4ec48509, - 0x3520054c, 0x535de089, 0x88e08307, 0x24f5830b, 0x35331503, 0x20348205, 0x20038213, 0x84198417, 0x82518435, 0x17152161, 0x25201782, 0x708b1286, - 0x2e820b83, 0x1f833320, 0x02213b83, 0x05354134, 0xfc84e020, 0x02415820, 0x20108909, 0x21f982e0, 0x0482c0fe, 0x83e04021, 0x2604842b, 0x38012080, - 0x82580c0c, 0x8348200f, 0x0ce02205, 0x211f8234, 0x3e89a0e0, 0x1a841820, 0x20231091, 0x8200ff20, 0x2020222a, 0x23068201, 0xa00c0cd8, 0x04822782, - 0x20209423, 0x850a8240, 0x213b837f, 0x2285400c, 0x540aab55, 0x252106b3, 0x0a126b14, 0x3221332a, 0x37031516, 0x11211323, 0x3626d582, 0xc001013b, - 0x7561540e, 0x4c802b0b, 0xa0fe504c, 0x680a0ee0, 0x19821464, 0x2c050d57, 0xa4fe141c, 0xfe10014c, 0x0e0a68a0, 0x2e008200, 0xff000003, 0x010002c0, - 0x001900c0, 0x43340028, 0x2b2108a9, 0x05ca5f01, 0x5e352621, 0x332107f1, 0x0dc46213, 0xae732520, 0x0592430a, 0x5c823020, 0x1c14c024, 0x0882141c, - 0xe006da2d, 0x062a1c14, 0x06940106, 0x82ccfe06, 0x85c02007, 0x0bbf621c, 0x6230fe21, 0x01210abe, 0x88288434, 0x80012193, 0x252c9382, 0x31002b00, - 0x14010000, 0x011e0706, 0x21053d42, 0x29422123, 0x36342605, 0x35012e37, 0x2b0c8323, 0x1d322133, 0x21231401, 0x36321614, 0x2631ae82, 0x01150622, - 0x2f2f3270, 0x0c0c0432, 0x0c0c98fe, 0x210b8604, 0x0f826801, 0x6a4bcc23, 0x2702824b, 0x733f9001, 0x3f731e1e, 0x8b052246, 0x6c4c250b, 0x60fe4c6c, - 0x8b830583, 0x00000231, 0x0002e0ff, 0x2900a101, 0x00007100, 0x82163601, 0x010f226a, 0x06594a06, 0x053c3526, 0x2f263426, 0x2c05f164, 0x17013e17, - 0x36173236, 0x34351716, 0x21218726, 0x0b82013d, 0x67543382, 0x06262107, 0x0e230c8f, 0x85222301, 0x211b8441, 0x6282011f, 0x35332808, 0x36013f34, - 0x43249901, 0x13042b09, 0x130dfc0d, 0x62010101, 0x02233827, 0x40162449, 0x483a1816, 0x07091a1a, 0x8f090707, 0x04250806, 0x05060408, 0x1a1a0507, - 0xdc146117, 0x01052b08, 0x282c1071, 0x64151872, 0x130d2109, 0x08040d13, 0x03030505, 0x3d4c8202, 0x39342255, 0x29082c23, 0x17171428, 0x72cf0d0e, - 0x0f0d0d10, 0x07090907, 0x0d0d111a, 0x09831b10, 0x0e102825, 0x8829100d, 0x05742813, 0x06040407, 0x83290804, 0x1e393929, 0x1a115514, 0x1214070a, - 0x02000c64, 0xbffffcff, 0xc101c001, 0x59001d00, 0x21092341, 0xb762010e, 0x37362d05, 0x34351736, 0x013e1736, 0x15163617, 0x02410a82, 0x191c4111, - 0x2f063908, 0x0e012e01, 0x011f1401, 0x01363733, 0x052e1d75, 0x0c11031e, 0x770a11de, 0x1d160810, 0x12203321, 0x341f1450, 0x0913121b, 0x09070607, - 0x07091213, 0x120a0607, 0x07060a12, 0x2e080d83, 0x041b0716, 0x04070a0c, 0x041bca73, 0x29054f01, 0x1617841e, 0x0d0e0b83, 0x103716a9, 0x217e0c15, - 0x02240828, 0x21290825, 0x0a0c84d1, 0x834c0d0a, 0x0c9a25eb, 0x9b0c0a0b, 0xbc200983, 0xbd200983, 0x99200983, 0xce2d0983, 0x2609070c, 0x09040306, - 0x77a2060c, 0x0b1b4211, 0x00a63308, 0x005d0020, 0x26220500, 0x37012e37, 0x34262223, 0x27173336, 0x013e012e, 0x1f36011f, 0x011d1601, 0x010f0614, - 0x33272306, 0x36013f32, 0x2f34013d, 0x1a4c2601, 0x06072307, 0x22861617, 0x22012b24, 0x736e1606, 0x200c890a, 0x08188223, 0x2200013d, 0x11100a28, - 0x2b1f5803, 0x4f5e1f2b, 0x3816181d, 0x312b911d, 0x171d2262, 0x46080777, 0x77020246, 0x0f62090f, 0x0804160a, 0x17a60303, 0x03130b0a, 0x090a9c02, - 0x0e10b607, 0x83b6100e, 0x821c20c5, 0x1c0c21e3, 0x08820983, 0x36203d08, 0x14230a20, 0x092b3c2b, 0x38380b13, 0x35380b18, 0x2713371c, 0x052517cd, - 0x0130021b, 0xcd0f031b, 0x0837050b, 0x01061b0c, 0x15140940, 0x3b02010c, 0x060c0b04, 0x0a19190a, 0x09070706, 0x65086e41, 0x022a05b7, 0x00a00140, - 0x0041001c, 0xec822500, 0x27352323, 0x27cb8226, 0x36343526, 0x2337013b, 0x23055d57, 0x17322133, 0x2505f666, 0x1d222123, 0xe8841401, 0x0e010f23, - 0x22298202, 0x82141506, 0x1f6508f6, 0x1d011e01, 0x132d0201, 0x040464e0, 0x34211784, 0xc4127224, 0x17212f21, 0x15272601, 0x07920c76, 0x08dafe0d, - 0x13d50d13, 0x04180716, 0x7209120e, 0x84081711, 0x0e630d0d, 0x241d9d11, 0x0226487c, 0x34241721, 0x08212f30, 0xfe212117, 0x11164c91, 0x08080be2, - 0x121f130d, 0x080e0940, 0x05081117, 0x0f180527, 0x07b74118, 0x0002c02e, 0x2e00c301, 0x00006100, 0x14151601, 0x01258982, 0x2f22022b, 0x23b58201, - 0x27173637, 0x3c052a56, 0x013e3435, 0x011e3637, 0x3e37011f, 0x1e323301, 0x07361702, 0x0f062636, 0x3f260601, 0x82088501, 0x012e2832, 0x16011f06, - 0x85012f06, 0x14152108, 0x26210a82, 0x0834820e, 0x023b16bb, 0x01373632, 0x3a020bf5, 0x6b2d450a, 0x5c2c3d01, 0x281c1417, 0x1d270318, 0x10190f01, - 0x041a2615, 0x2905050e, 0x180f061a, 0x0f2b0515, 0x041c1604, 0x021b0319, 0x1c16031d, 0x1a032003, 0x1c042f04, 0x032b0416, 0x0420041c, 0x2405151d, - 0x3404090a, 0x0a061c0b, 0x012a1f5b, 0x072b1c6b, 0x15124c01, 0x2af20908, 0x16562a38, 0x1e151d20, 0x0b0a5208, 0x03032a1d, 0x151e1104, 0x1c0d0504, - 0x19173611, 0x19090322, 0x10520211, 0x68100713, 0x8b0d070e, 0x10081311, 0xb80d0d9b, 0x0f14070f, 0x0e080ea5, 0x14051069, 0x24227a0f, 0x30030405, - 0x0c1a0b0c, 0x1a231d56, 0xfcff0500, 0x05e36aff, 0x5e001e28, 0x80007000, 0xd5438c00, 0x16322818, 0x1736011d, 0x86051636, 0x420120f1, 0x262206e2, - 0x016b1506, 0x08f04309, 0x45012e21, 0x0e25070e, 0x22012b01, 0x081c4526, 0x35172722, 0x2108316a, 0x1a83020e, 0x10893720, 0x0f860620, 0x0808474c, - 0x2166012b, 0x051b0239, 0x22b21725, 0x08106d14, 0x27211d16, 0x17212737, 0xf9fe2d15, 0x06071507, 0xb209066d, 0x011b030f, 0x07041312, 0x07154405, - 0x04080427, 0x07051212, 0x06174404, 0x06084429, 0x02080606, 0x82030504, 0x824c2006, 0x0905230c, 0x0a820509, 0x060e4b23, 0x0802820e, 0x0c0d012b, - 0x08542328, 0x1d177707, 0x37169a1c, 0xa10c1510, 0x1c27271c, 0x0a18054a, 0x040a770b, 0x089a0a12, 0x0202770f, 0x0a0a0c54, 0x2259820c, 0x83150709, - 0x07152209, 0x200c8209, 0x200a8323, 0x20158423, 0x2e0a83af, 0x09070cf1, 0x09076052, 0x03600709, 0x82030406, 0x840b8406, 0x10102704, 0x02001060, - 0x6f41faff, 0x00232a06, 0x0100005e, 0x1d011e36, 0x05924201, 0x2f220128, 0x27372601, 0x86423626, 0x34272605, 0x1d163236, 0x26614601, 0x08099142, - 0x06010f2b, 0x3b16011f, 0x013f3201, 0x156a0136, 0x1b021928, 0xcd172505, 0x1c371327, 0x180b3835, 0x1f25141c, 0x2b091307, 0x23142b3c, 0x08db4330, - 0x07070922, 0x0805f043, 0x040b0c38, 0x131c063b, 0x06014006, 0x37080c1b, 0x0fcd0b05, 0x01011b03, 0x230e0700, 0x07084616, 0x221d1777, 0x912b3162, - 0x070b381d, 0x4f131905, 0x2b2b1f5e, 0x1103581f, 0xfd834696, 0x440d7944, 0x0a34078d, 0x16030f9c, 0x0303a610, 0x0a160507, 0x0f09620f, 0x00000277, - 0x220d1378, 0x4c35002c, 0x162012d5, 0x20055542, 0x07bc542f, 0x013d2624, 0xd8823634, 0x0714152c, 0x35322716, 0x2b012e34, 0xd64c1501, 0x02363a0c, - 0x2b030603, 0x20300307, 0x04270507, 0x4f040808, 0x3a022866, 0x10120520, 0x0dd44c1b, 0x8c822320, 0x5a060334, 0x07070554, 0x0705f805, 0x03163355, - 0x0d0a2129, 0xf76c4008, 0x001b240d, 0x6743003b, 0x0a63291f, 0x76332010, 0x0125094d, 0x0c4c0c50, 0x86038218, 0x76702006, 0x9c201934, 0x0c22268a, - 0x1d76a84c, 0x6d00201a, 0x0b260aa3, 0x33002b00, 0xab4f0000, 0x27e9760b, 0x0c0c7c26, 0x7c0c0cc8, 0x78209199, 0x0282b982, 0x8a9cd820, 0x37418b8a, - 0x06072107, 0x2314d37a, 0x1617010f, 0x012a9ba7, 0x08091138, 0x09083636, 0x06830811, 0x0d8c0820, 0xb2998020, 0x2f934920, 0xfe203d86, 0x1f24c7a7, - 0x37002700, 0x4110d14e, 0xf16410e6, 0x1bbf6307, 0x2f0d0165, 0x08098e1f, 0x1709094b, 0x6f2c0908, 0x09160908, 0x2b1d1265, 0x09088ec9, 0x1708094b, - 0x6e2d0808, 0x2205d263, 0x4d000400, 0x1d26077f, 0x26002100, 0xa5872b00, 0x26066c48, 0x22230607, 0x7a113526, 0x1f380508, 0x05363701, 0x01111711, - 0x07113337, 0x23071105, 0x06300211, 0x0a98140a, 0xac230082, 0x8a0303aa, 0xb3fe3d0b, 0x7fd0fe80, 0xe0018001, 0xa001017f, 0xa6fe0709, 0x03350816, - 0x013f3d03, 0x5a010709, 0x3a310b87, 0x012ee2fe, 0x2fe6fe1e, 0xfe2c1e01, 0xfe2f2101, 0x0b6b47e2, 0x1600c024, 0x35412a00, 0x012b2108, 0x3d218b83, - 0x088f8501, 0x01333621, 0x23263411, 0x15062221, 0x3b161411, 0x013f1501, 0x01363233, 0x26261ac0, 0x037d901a, 0x83600c04, 0x90012109, 0x20087982, - 0x09090780, 0x0d439007, 0x010907a0, 0xfe1a26c0, 0x5e261ae0, 0x26540c02, 0x1a20011a, 0x01a0fe26, 0x271f8320, 0x0907e0fe, 0x090a323c, 0x53447f83, - 0x14056a0d, 0xcb4b2520, 0x06494406, 0x8e071621, 0x0c4d440f, 0x07092823, 0x82638330, 0x89702004, 0x0d48440a, 0x9d82a320, 0x8d070921, 0x7d8b8304, - 0x0020105f, 0x200eb666, 0x21798e17, 0x3864f801, 0x89b3200b, 0x27012153, 0x200ab851, 0x82698878, 0x05320864, 0xffff0000, 0x80018002, 0x2b002300, - 0x66004c00, 0x00006e00, 0x23113301, 0x23352622, 0x0e010f06, 0x23062701, 0x26062722, 0x1423012f, 0x012b010e, 0xa35b3311, 0x60002005, 0x362007ec, - 0x2e052f55, 0x3f362627, 0x06222301, 0x15230723, 0x82161733, 0x1617230c, 0x0383013f, 0x2723352a, 0x22012b26, 0x1406010f, 0xc2631784, 0x16172205, - 0x07206017, 0x07022308, 0x130d4079, 0x1a08033a, 0x1311230c, 0x1713161e, 0x0955173b, 0x40090e09, 0x17103076, 0xfe1117e3, 0x0e830e51, 0x96013908, - 0x096c0605, 0x091d2d12, 0x27160214, 0x01030139, 0x611c2a3e, 0x100a210c, 0x1e090925, 0x84050618, 0x03033d2d, 0x410c0f54, 0x15060708, 0x0b0c3707, - 0x0d0c0b0b, 0x6e040467, 0x40303e85, 0x0d1300ff, 0x0f200a0d, 0x10180709, 0x4c130211, 0x3e086282, 0x10300001, 0x0af0fe10, 0x0d09090d, 0x57050703, - 0x0f031107, 0x153b1609, 0x803e0223, 0x0d040a58, 0x0a072013, 0x06051324, 0x023e8049, 0x14063c0b, 0x06010708, 0x0c0c0b33, 0x530c0a0c, 0x84300404, - 0x08ef4537, 0x01000229, 0x001d00c0, 0x58600035, 0x27080e71, 0x3e373637, 0x041e3205, 0x35131617, 0x27262734, 0x22022e22, 0x0623020e, 0x011d0607, - 0x32213314, 0x06071627, 0x23050e07, 0x2d054670, 0x36013f26, 0x32171617, 0x3233021e, 0x3b82043e, 0x17363408, 0x1c11ef01, 0x1460fe14, 0x5f28121c, - 0x150c1203, 0x16141611, 0x120c1412, 0x02056403, 0x1b013451, 0x1710170e, 0x2f011b0e, 0x01060256, 0x08200694, 0x8510370a, 0x0c0a2f26, 0x1a0e1919, - 0x0a371001, 0x09080f08, 0x2a831037, 0x0d06082b, 0x0d0b0f0c, 0x09371003, 0x080f8308, 0x14fafe30, 0x01141c1c, 0x210f1607, 0x0a0f034b, 0x0606080e, - 0x0f090f08, 0xbdfe4f03, 0x420202fe, 0x0c0a1729, 0x2518090c, 0xfe030146, 0x070ac206, 0x24850c2d, 0x0a10072d, 0x2d0c0215, 0x09120a07, 0x820d2c07, - 0x07052924, 0x020c080b, 0x09072c0d, 0x290bff72, 0x002b0027, 0x00480033, 0xcf510100, 0x33152108, 0x5005a052, 0x33250a32, 0x1d163221, 0x23178401, - 0x11211103, 0x2b07356c, 0x3d262207, 0x33363401, 0x32331632, 0x1d2a0583, 0x23061401, 0x1414b401, 0x03840c0c, 0x72052450, 0x143f05e1, 0xc0fe500c, - 0x262634ba, 0x099a2634, 0x041c270d, 0x1a0f0f1a, 0x0d271c04, 0x40200109, 0x830c280c, 0x054e5003, 0xef83a020, 0x12823020, 0x01d0fe26, 0xd060fea0, - 0x26303182, 0x080ba634, 0x08221813, 0x13182208, 0x07000b08, 0x2c081b45, 0x0013000f, 0x0030001b, 0x0048003c, 0x10c74554, 0x9f013321, 0x0cf856ad, - 0x83058b50, 0x272321fd, 0xee6b0b8a, 0xfee0220c, 0x23c59420, 0x7008083e, 0xba69028d, 0x91b02013, 0x084023cc, 0x02820810, 0x5b6e068d, 0x00222112, - 0x430a1756, 0x465d079c, 0x32122307, 0x0a442637, 0x25072f05, 0x26343536, 0x14150622, 0x32333617, 0x04823216, 0x50d02d08, 0x38503838, 0x1c1c284c, - 0xce371c28, 0x91ce9191, 0x183894ae, 0x1d1e1e2e, 0x01192d1f, 0xa6752525, 0x40292575, 0x25242503, 0x58014003, 0x38222a82, 0x2a825850, 0xd4281c22, - 0x3206b044, 0x0a022630, 0x2427010a, 0x75534034, 0x34405375, 0x5d0a0a34, 0xc02a09ff, 0x13000f00, 0x27001f00, 0x7f413c00, 0x22132b15, 0x3b363426, - 0x14163201, 0x45182306, 0x394207e3, 0x14502215, 0x071e671c, 0xfe200123, 0x05654be0, 0x09090724, 0x37421607, 0x43c02014, 0xbe670574, 0x30fe2a05, - 0x60fea001, 0x0e096001, 0x41028209, 0x00201267, 0x06200082, 0x200a3742, 0x06354224, 0xb5955020, 0x05793320, 0x06d94205, 0x22591520, 0x1629420e, - 0x3142de87, 0x0121210f, 0x2109f042, 0x26423901, 0x0870230d, 0xde84fe08, 0x24102f42, 0x04e0fe20, 0x05f44212, 0x50041222, 0x21132642, 0x39832660, - 0xb74f0020, 0x01002606, 0x000f00a0, 0x26cf9217, 0x14152135, 0x57322133, 0xa0250c6b, 0x010660fe, 0x0f6b7594, 0xeaea7638, 0x01000006, 0xe0ff0000, - 0x20000002, 0x00000b00, 0x26222105, 0x3e823634, 0x0614162c, 0x40fee001, 0x0d13130d, 0x0582c001, 0x106b2020, 0x0e775405, 0x26001d22, 0x77548188, - 0x288b8213, 0x15211125, 0x1d163233, 0x11695401, 0xc0fee02a, 0xc0fea001, 0x011c14e0, 0x08146354, 0x60d0d021, 0x1c304001, 0x0100e014, 0xc0fffaff, - 0xc001c601, 0x0000a200, 0x0f011e25, 0x012f0601, 0x830e1617, 0x2f262408, 0x6b171502, 0x84470584, 0x82072008, 0x3426371e, 0x0f35013f, 0x2f010e01, - 0x3f012e01, 0x26060701, 0x3f26012f, 0x0c832701, 0x1f013e25, 0x85273701, 0x18362012, 0x2108a145, 0x0b822627, 0x1f163625, 0x5d273502, 0xc84e05c3, - 0x47372008, 0x15220529, 0x3983013f, 0x37207f83, 0x01242782, 0x17010f16, 0x63830c83, 0x85170721, 0x06360812, 0xb801010f, 0x08030306, 0x09270e08, - 0x04060201, 0x020c060f, 0x0b3b4815, 0x0b0b0c0b, 0x10060919, 0x0b190907, 0x04040b0b, 0x0215483a, 0x070f060b, 0x27090206, 0x2f840d06, 0x07062224, - 0x14820402, 0x48485025, 0x820b0650, 0x0607250a, 0x080e2722, 0x02224a84, 0x49820706, 0x48150123, 0x21498e3a, 0x498a0b0b, 0x99052821, 0x045d3449, - 0x0e0e060c, 0x05221708, 0x04010608, 0x51060702, 0x823b542a, 0x0c0c2994, 0x09072e19, 0x1a2e0709, 0x04265982, 0x543c040e, 0x8886512a, 0x03172323, - 0x23338403, 0x070b0209, 0x0125aa82, 0x162a2a16, 0x26898201, 0x09020b07, 0x840e0817, 0x970b824e, 0x0b0b214d, 0x63444ca7, 0x01c02f07, 0x000b00c1, - 0x0035002d, 0x00450039, 0x7c432500, 0x3213220a, 0x05805516, 0x5208706c, 0x3b3406a1, 0x3b363701, 0x011f3201, 0x27330727, 0x22012b26, 0x11211113, - 0x270bec45, 0x0c0c0c01, 0x8c0c0c18, 0x1020e583, 0x20057544, 0x330b8310, 0x1c0e2252, 0x220e1c64, 0x128c12b2, 0x035e0302, 0x4ce0fec2, 0x20202984, - 0x22068d71, 0x82070950, 0xb0fe2628, 0x141c1c14, 0x2e0c8501, 0x39171739, 0x031d1d1d, 0x500160fe, 0x8530b0fe, 0x45002028, 0x435906c3, 0x00182805, - 0x00340024, 0x8247003c, 0x0c8b57bf, 0x22231522, 0x23056548, 0x2113013d, 0x34210a88, 0x4e4b1835, 0x0502680e, 0x07323622, 0x22084163, 0x82e00121, - 0x838020b6, 0x0a102986, 0x74010606, 0x8cfe5a06, 0x12830784, 0x1884fe20, 0x22177832, 0x31221717, 0x28080828, 0x48080868, 0x1020e0fe, 0x002ab684, - 0x06301c14, 0x0a0606f4, 0x06835001, 0x3006f425, 0x82ff141c, 0x82d18214, 0x835f2005, 0x88172134, 0x50213587, 0x06f74d00, 0xc0018028, 0x1d001500, - 0x61443100, 0x013b2310, 0xb0823634, 0x2505e97e, 0x11133436, 0x6d762b34, 0x11152609, 0x32213314, 0x0adc4501, 0x34265030, 0x0e143626, 0x780e140e, - 0xa80c2a06, 0xb6822a0c, 0x34721420, 0x261a240e, 0x82181a26, 0x140e2d21, 0x54016cfe, 0x0c0c2406, 0xacfe0624, 0x240c3b72, 0x000f0007, 0x11555022, - 0x3b343726, 0x011d3201, 0x2109856f, 0xf44b013b, 0x0ca82f0b, 0x08430c28, 0x08640506, 0x06056408, 0xed4b4308, 0x0cc7240d, 0x850f740c, 0x5d0f201b, - 0x6b820f97, 0xe7833620, 0x22061423, 0x06296d24, 0x14153722, 0x0627e983, 0x3f26012f, 0x83163601, 0x91082d75, 0xce9191ce, 0xa6752f01, 0x2da67575, - 0x74224d89, 0xe64b590c, 0x8ddc200a, 0x10035e84, 0x4f4c6b82, 0x3507210f, 0x636fd882, 0x013d2309, 0x524c2223, 0x4c6c8c0d, 0x6d8f0c54, 0x820dbb4c, - 0x07ed616b, 0x7b6a0220, 0x23072206, 0x445f8322, 0x162105f2, 0x61e38306, 0xa52006e4, 0x7521d683, 0x20be8db4, 0x20f38b38, 0x29f38bd3, 0xff070000, - 0x02bffffd, 0x27480143, 0x00173505, 0x001e001b, 0x00240021, 0x1f320100, 0x01071601, 0x01272206, 0x51086783, 0x17230533, 0x33072533, 0x33072327, - 0x27170737, 0x07371733, 0xd0012337, 0x05640406, 0x03ecfe06, 0xecfe030c, 0x03640506, 0x394d0107, 0xf7fe4434, 0xca34c234, 0x6434443f, 0x61334478, - 0x34781161, 0x9405c001, 0xabfe0707, 0x55010404, 0x05940707, 0x00846030, 0xa0a0902a, 0xa0a0f3f3, 0x00040000, 0x022e0082, 0x00800180, 0x00250007, - 0x00450035, 0x616b0000, 0x35172406, 0x83012b34, 0x0f222503, 0x14150601, 0x33229682, 0x98433732, 0x013b2305, 0x8a431332, 0x3501290e, 0x21352622, - 0x15230614, 0x24081882, 0x01363421, 0x38385018, 0x08883850, 0x070e0810, 0x02040f06, 0x03040308, 0x08081002, 0x0df80840, 0xfd0d1313, 0x080583c0, - 0x1b300222, 0x2560fe25, 0x01251b1b, 0x300125a0, 0x42425c42, 0x0810665c, 0x0a040858, 0x02020403, 0x3701030e, 0x01244082, 0xfe0d1300, 0x01262f84, - 0xfe130d40, 0x3083a0f0, 0x00210484, 0x05934703, 0x00a00125, 0x501b000f, 0x332112b3, 0x0ab77901, 0x4c182720, 0x05481a6f, 0xfe062f0d, 0x0106066c, - 0x3d6c0694, 0x1609093d, 0x06820908, 0x09160822, 0x0d890683, 0x280e9948, 0x06540176, 0x06acfe06, 0x862b93ed, 0x00002239, 0xd7481805, 0x82072008, - 0x001727b1, 0x003e002b, 0x71413600, 0x20078f06, 0x18178326, 0x2520f548, 0x13131a83, 0x058b131a, 0x4918ba20, 0xf0202007, 0x830abf79, 0x1a13223d, - 0x184918c3, 0x0d3b7921, 0x27001f24, 0x67443900, 0x1e242111, 0x230b5d7a, 0x22263637, 0x30053165, 0x17163237, 0x012f0616, 0x010f2226, 0x3e372606, - 0x0b487902, 0x7a360121, 0x21220c6b, 0xd3849d06, 0x25148031, 0x060f0103, 0x0c260b0a, 0x010f0609, 0x441a1302, 0x24200d96, 0x220a777a, 0x84410827, - 0x182926d3, 0x05080812, 0x25008209, 0x0c080805, 0x334c0a14, 0x4d202010, 0x122005d9, 0x18067341, 0x20070b52, 0x0e7f7a36, 0x14013f28, 0x35262206, - 0xe45a3734, 0x21d68306, 0x85821636, 0x84151621, 0x27222718, 0x3f023e26, 0xc68b3601, 0x226a9322, 0x24059a7a, 0x06133e13, 0x20d28214, 0x31928227, - 0x0a091c05, 0x500a1106, 0x05030a09, 0x090a06b2, 0x1482051c, 0x02051228, 0x05070402, 0xd08d0a50, 0x7a291b21, 0x162305b0, 0x82020816, 0x0d7138db, - 0x080d1313, 0x11030908, 0x18030a13, 0x110a1103, 0x03111340, 0x83080908, 0x05112917, 0x01070809, 0x00000318, 0x240d9741, 0x0047002b, 0x1197414f, - 0x0e713620, 0x71222005, 0x342e050b, 0x011f3236, 0x16323637, 0x17010f14, 0x06853616, 0x2f22d782, 0xf5820701, 0x013f3424, 0x22862627, 0x27410620, - 0x28e78b06, 0x06100cac, 0x10061212, 0x8b05830c, 0x9094200b, 0x201d8511, 0x05ca4b82, 0x200cc07c, 0x202b966b, 0x215c974c, 0xd64b2684, 0x09002105, - 0x4308db76, 0x1f2a0543, 0x2f002700, 0x3f003700, 0xf7914b00, 0x67092f70, 0x634305ac, 0x52262007, 0x06200697, 0x7b061352, 0x01331feb, 0x2f2f4207, - 0x283c2f42, 0x1c281c1c, 0x0e0e1426, 0x82580e14, 0x422f220f, 0x25118a35, 0x0e0e0ab8, 0x047c800a, 0x84c32011, 0x82512029, 0x281c2239, 0x2239822c, - 0x8417140e, 0x8a80204d, 0x84822011, 0x420e2017, 0x172410af, 0x2d001f00, 0x3620d791, 0x3a21bf85, 0x05034902, 0x1632062c, 0x27061617, 0x06072226, - 0x94423726, 0x1398260c, 0x1a13131a, 0x2e048386, 0x3d3c4e13, 0x090d0105, 0x09313431, 0x4205010d, 0x90200d7b, 0x2c842184, 0x1b225d2b, 0x0f030c09, - 0x090c030f, 0x208f821b, 0x106f410d, 0x36002f30, 0x41003d00, 0x49004500, 0x54004d00, 0x9f925b00, 0xf7432220, 0x08777e05, 0x5107934a, 0x172d061d, - 0x14152335, 0x35373316, 0x1d062223, 0x820d8301, 0x8b15200a, 0x32332907, 0x34013d36, 0x15012b26, 0x200b7b42, 0x7ea68485, 0x102505a3, 0x141c1c14, - 0x2c0483c0, 0x07092818, 0x09071818, 0x30303068, 0x21038270, 0x0c822868, 0xe28d1282, 0x230bb57e, 0x20141c23, 0x04823983, 0x0818602c, 0x18280907, - 0x28080709, 0x02881818, 0x18081824, 0x18821f09, 0x5f431820, 0x056d420e, 0x2f10a97f, 0x07163625, 0x2223010e, 0x2627012e, 0x32161736, 0x8707f744, - 0x0cee44ff, 0x0c073230, 0x294d0502, 0x0328361a, 0x29070c02, 0xd48a8482, 0x222db28d, 0x22080a03, 0x1626142e, 0x0d030a08, 0x0ab5454e, 0x390c2742, - 0x001b000d, 0x002b0023, 0x37000039, 0x26272206, 0x36373627, 0x17161732, 0x0d8c1706, 0x43091751, 0xb385050b, 0x85262221, 0x05c827b1, 0x010f0615, - 0x06850f01, 0x0d8c7120, 0xa449c620, 0x8501200a, 0x4d5222bd, 0x26bb8405, 0x160909c8, 0x90162222, 0x55da2005, 0xc6850bd7, 0x83222e21, 0x104f41c5, - 0x45003422, 0x41113f42, 0x27250f4f, 0x043e3726, 0x0b444633, 0x11823720, 0x108b0120, 0x3a1c6241, 0x010107c3, 0x0f0e0b08, 0x02231307, 0x09030d01, - 0x090d260d, 0x01079a03, 0x8a262302, 0x1a7c4110, 0x07025636, 0x0c12160c, 0x071e2907, 0x16110604, 0x02061116, 0x291e0702, 0xd7880e89, 0x0a00c726, - 0x2b001a00, 0x5a2ed582, 0x22000000, 0x37343526, 0x15161736, 0x1c420314, 0x36372608, 0x010e0716, 0x070e4736, 0xc983db83, 0x5b463720, 0x36342805, - 0x06173233, 0x4a232607, 0x35280576, 0x24322734, 0x06010f22, 0x2d0c0241, 0x1f2cce01, 0x2e07072e, 0x27361af5, 0x96820204, 0x07298227, 0x4d05020c, - 0x20db8760, 0x35db8606, 0xce910c64, 0x43679191, 0x32030e3a, 0x7575533a, 0x1a0b75a6, 0xfd83ecfe, 0x12412182, 0x20013c0c, 0x451c1922, 0x1c450b0b, - 0x14eefe19, 0x0a081725, 0x030d0d03, 0x2e22070b, 0x8b0503aa, 0x252c24f1, 0x82916728, 0x1c222355, 0x4f822012, 0x21537524, 0x0f41031f, 0x0a214105, - 0x2a0b9746, 0x001f000d, 0x003c0034, 0x42000044, 0x2f250d73, 0x37012e01, 0x057c603e, 0x011e1722, 0x3722e482, 0x05820616, 0x5e012f21, 0x3723070e, - 0x42021e36, 0x01210fb7, 0x42ea8462, 0x27080781, 0x0e104670, 0x0e1a0505, 0x18040207, 0x0411100e, 0x05b50214, 0x0846100e, 0x11041402, 0x0c120910, - 0x06070203, 0xf20a0c0e, 0x250ac342, 0x080a038f, 0x8f422e22, 0x123e2505, 0x0d0f1d04, 0x0e242583, 0x1a030210, 0x44353882, 0x12041d0f, 0x10460802, - 0x0601031a, 0x0207090e, 0x0a060101, 0x0bcf42b0, 0x2210c342, 0x423a002c, 0x2e3a21c3, 0x27013f01, 0x011f3626, 0x010f1416, 0x34262733, 0x1736013f, - 0x17010f16, 0xbb420616, 0x0dbc2c1c, 0x07212107, 0x0650080e, 0x83e45006, 0x06092204, 0x20118307, 0x1aae420d, 0x080f2f2c, 0x0f082828, 0x0e033005, - 0x04843003, 0x08070522, 0x2b081284, 0xfeff0700, 0x0202bfff, 0x0b00c101, 0x2f001d00, 0x4a003b00, 0x68005900, 0x36370000, 0x07060716, 0x34262206, - 0x06373637, 0x37362607, 0x25088942, 0x25010e07, 0xed6d3736, 0x82272005, 0x32332708, 0x27013e37, 0x28822606, 0x16323626, 0x04060714, 0x0625c782, - 0x2f26012b, 0x23e58202, 0x26272202, 0x3328db82, 0x1e021f16, 0x36010f01, 0x17232b82, 0x82020e16, 0x373208fb, 0x07057536, 0x10130c01, 0x1310222f, - 0x1f141b29, 0x6748371c, 0x0507353c, 0x3a53362f, 0x7b01142e, 0x1824141d, 0x33674939, 0x29060730, 0x313a532d, 0x2f894310, 0x0aeefe33, 0x09021702, - 0x05010a01, 0x0a020a34, 0x0309345a, 0x20108205, 0x080f860a, 0x132e2636, 0x13040f04, 0x1f543a14, 0x26070106, 0x05070140, 0x22101352, 0x3613102f, - 0x98440706, 0x151b4936, 0x2d3b1c1c, 0x0606847f, 0x4939a245, 0x141c1315, 0x5489303b, 0x73232689, 0x825a070a, 0x0534285d, 0x17021401, 0x89050316, - 0x2f702a0d, 0x06010725, 0x153a541f, 0x20628214, 0x0f734914, 0x36001d24, 0xff415000, 0x075f4517, 0x82372721, 0x023f23ff, 0x14413236, 0x16173005, - 0x07012f06, 0x1e252606, 0x17010f01, 0x7a010e16, 0x362008ad, 0x01202484, 0x42121242, 0xbb3a07f1, 0x03031a06, 0x020f2305, 0x230f020a, 0x1a030305, - 0x04080106, 0x08041f1f, 0x0d850401, 0x03060322, 0x278a0e84, 0x43132b42, 0x47280500, 0x09041823, 0x051f0501, 0x012c0282, 0x23180409, 0x10020505, - 0x4e050210, 0x03230c84, 0x83010105, 0x8905200d, 0x00003925, 0xffff0700, 0x8102c8ff, 0x0b00b801, 0x25001700, 0x43003500, 0x69005400, 0x250d4342, - 0x06141605, 0x5e462722, 0x16073d05, 0x22010e17, 0x37362726, 0x3632011e, 0x3e072625, 0x011e3202, 0x2e072617, 0x16062201, 0x24072341, 0x07163637, - 0x10174506, 0xfd442620, 0x0a444210, 0x4d022b08, 0x102f2210, 0x07010c13, 0x0b6c5205, 0x7e6c2312, 0x0b12236c, 0x5f725f19, 0x270ba3fe, 0x7e6d4506, - 0x2606456d, 0x94700b0c, 0x3f41e370, 0x07292507, 0x1305020c, 0x200f2945, 0x131445c5, 0x1e42c020, 0x05b44209, 0x0705523f, 0x20500c01, 0x3b3b320f, - 0x31200f32, 0x01ad3b3b, 0x3b663e08, 0x093f663b, 0x60604801, 0x055341f8, 0x0b030d25, 0x457c2207, 0x22200d36, 0x261c2345, 0x001d0007, 0x4a43003b, - 0x05230bc3, 0x18262735, 0x2b083a60, 0x1415010f, 0x3e323316, 0x013e1701, 0x2406cb58, 0x3d261716, 0x055e4101, 0x36373228, 0x07060716, 0x2b451415, - 0x07cf4a07, 0x3d054542, 0x0b123801, 0x02030215, 0x0302020e, 0x25120b15, 0x111e121a, 0x753b311c, 0x313b75a6, 0x3f461704, 0x17042809, 0x13131abd, - 0x84b3131a, 0x06324205, 0x2cff2208, 0x0b0b0509, 0x0c07070c, 0x09050b0b, 0x11271a2b, 0x5f19071d, 0x75755339, 0x195f3953, 0x142c0b0e, 0x072a4618, - 0x2c141824, 0xa548f30b, 0x0b9b4c0b, 0x4822df83, 0x27435500, 0x25dfb309, 0x010f1612, 0xb5561617, 0x16072206, 0x05a86614, 0x36262723, 0x2ce9af17, - 0x21070e1a, 0x090d0721, 0x50060650, 0x20038294, 0x06654509, 0x0121f5b5, 0x11704512, 0x00201186, 0x07200082, 0x3108434b, 0x00190011, 0x00290021, - 0x00470031, 0x13000065, 0xcf861e32, 0x7e07184f, 0xb04c0e8a, 0x41178608, 0x98243334, 0x02131a0d, 0x2705494f, 0x0f060a0b, 0xa3250301, 0x2510cd4c, - 0x9191ce9f, 0x284291ce, 0x0c012429, 0x4f0c140a, 0x0625066a, 0x18120809, 0x10e44c34, 0x5082be20, 0x42ce9121, 0x5b452e3e, 0x000f2b0b, 0x00250017, - 0x0035002d, 0x3f500000, 0x5a36200d, 0x17250754, 0x0e071636, 0x073f4401, 0x10cd4418, 0x50283421, 0xf8850742, 0x131a5a26, 0x9a131a13, 0x200c3f48, - 0x0a1848a8, 0x180c0127, 0x06090812, 0x24008209, 0x12090806, 0x222c8224, 0x48541a13, 0xf14f0a2d, 0xd1fe2606, 0x7575a675, 0x0c0748a6, 0x31002926, - 0x41003900, 0x2809df42, 0x16071417, 0x07061415, 0x050e4723, 0x012f3427, 0x013f3426, 0x24078336, 0x1e173637, 0x20ad8f03, 0x06e24124, 0xa4849b20, - 0x2323a82f, 0x06011e29, 0x11060102, 0x04111515, 0x27058304, 0x06020106, 0x0b121b10, 0x5405ac41, 0x01210575, 0x212e840b, 0xab841001, 0x16712108, - 0x10160e0e, 0x0606011b, 0x19090703, 0x0b020709, 0x1a090702, 0x07020808, 0x09010107, 0x25010f0c, 0x200bc748, 0x4c3384a3, 0x132f0c4b, 0x23001b00, - 0x55004500, 0x32130000, 0x51141716, 0x04200ab3, 0x200f8849, 0x20e09e25, 0x34408d36, 0x2313a836, 0x0a030c02, 0x090d260c, 0x01010d03, 0x0f0e0b08, - 0x0b7c4110, 0xf29a0020, 0x8b260521, 0x0102223b, 0x08794b28, 0x4b030521, 0x90200599, 0x1f20d98b, 0x201e0741, 0x203e8b95, 0x06c7411e, 0xb801fc2e, - 0x34002100, 0x4f003c00, 0x00006c00, 0x3324de9c, 0x2637031e, 0x2006b343, 0x05984c03, 0xf24e2720, 0x22062205, 0x07c44a05, 0x37013e25, 0x831f1636, - 0x16072504, 0x22230617, 0x2a822082, 0x07141526, 0x27262326, 0x2505925e, 0x32331614, 0xf89a3001, 0x260b462c, 0x0f060a0b, 0x100c0201, 0x11530a14, - 0xf83c0805, 0x13131a13, 0x075a011a, 0x0a531211, 0x07031703, 0x1c110c12, 0x10080304, 0x020ba11f, 0x9167342f, 0x91676791, 0x07080b11, 0xa6750a0f, - 0x2d537575, 0x0e0f168c, 0x021b0f16, 0x08020706, 0x08081542, 0x07091938, 0x01070603, 0x4c0f0c09, 0x05090a0a, 0x10090808, 0x1218060b, 0x0c050808, - 0x1b13131b, 0x2112a212, 0x09021605, 0x10170c53, 0x10130202, 0x0f050209, 0x15072831, 0x5e82ce91, 0x032c2e28, 0x201f0b0d, 0x5f827553, 0x3f420020, - 0x0793510c, 0x200ab350, 0x056e4e00, 0x21611620, 0x08bb4307, 0x07163222, 0x2305246b, 0x33362627, 0xce235783, 0x834b0191, 0xb0752152, 0x2d0a8646, - 0x010807a2, 0x0e2e4506, 0x0106452e, 0xc7480708, 0xe875210d, 0x280a6d46, 0x2d060953, 0x062d3c3c, 0x0f9f4909, 0x2f001f24, 0x97433d00, 0x208f8709, - 0x0e9e4212, 0x4e060721, 0xf4420652, 0x17072105, 0x90209f99, 0x220d8d42, 0x4e0d0393, 0x0c260549, 0x260d0903, 0xb19be20d, 0x29300124, 0x1948071e, - 0x03052405, 0x83231e07, 0x87292004, 0x894d2012, 0x0c5b44c2, 0x1c000f26, 0x37002900, 0x1320c391, 0x21080c47, 0x0b471636, 0x011f2308, 0xbd9b1416, - 0x4d4cb320, 0x0e082307, 0xf746f307, 0x06502307, 0xb79c9406, 0x4f4c0420, 0x0f052308, 0x03826208, 0x2008604c, 0x54b58852, 0x21200d8b, 0x1220b395, - 0x200ff346, 0x22114201, 0x461a9621, 0x0d5608c3, 0x1a6c2506, 0x131a1313, 0x211c1d42, 0xa4462401, 0x08052509, 0x32140c08, 0x13213182, 0x0928421a, - 0xdb520420, 0x10d95110, 0x9d573620, 0x0b974b0e, 0x2d496b20, 0x06194611, 0x57055945, 0xff47055b, 0x051f430c, 0x31002924, 0xa7554300, 0x0aaf5413, - 0x27343523, 0x056c5616, 0x06373424, 0xb1541415, 0x14072407, 0x8c363216, 0x8317201b, 0x182b20a1, 0x31119f50, 0x2a3c0201, 0x372a3c2a, 0x02121722, - 0x020e140e, 0x0d824012, 0x463c2a23, 0x20108817, 0x16b054c0, 0x2886bb20, 0x0c141124, 0x23830404, 0x0c040425, 0x842f1114, 0x1148234e, 0x178b1717, - 0xb8549420, 0x0bfb4107, 0x33002122, 0x630ecb4a, 0x35200880, 0x2105e06d, 0x6f7a3216, 0x26152105, 0x250a6146, 0x16323302, 0xea473617, 0x0c82560f, - 0x38880126, 0x3875a675, 0x2d227482, 0x05822d66, 0x060fb324, 0x21450c09, 0x1a132606, 0x0325140d, 0x0ef34770, 0x212e3e25, 0x44212e21, 0xf1290637, - 0x7553503a, 0x3a505375, 0x23d68372, 0x97191997, 0x32200783, 0x2706f247, 0x140c0809, 0x2a12180a, 0x210b4458, 0x78564412, 0x42062006, 0x1e240c2b, - 0x2e002600, 0x20130159, 0x08495837, 0x26222323, 0x08005934, 0x22074642, 0x41173607, 0x494207d5, 0x3cd02a0b, 0x08020726, 0x18061308, 0x26908226, - 0x13131a41, 0x8473131a, 0x06862605, 0x22192406, 0x0df74419, 0x082e232c, 0x02060614, 0x140e1d07, 0x2a82400e, 0x2d1a1322, 0x50290584, 0x13310808, - 0x11181811, 0x11034513, 0x18156753, 0x210e0f54, 0x67520727, 0x2226210d, 0x200c8e41, 0x0e5d5627, 0x54180120, 0xa3230f27, 0x53060309, 0xa020106a, - 0x820b6353, 0x0e6a7b1e, 0x54181a20, 0x8d230c41, 0x53020611, 0x25200d6b, 0x200d7353, 0x146f4600, 0x7f4f2720, 0x08b94311, 0x410d2b57, 0xae250b76, - 0x34262634, 0x053a4926, 0x41052357, 0x3b200d67, 0x26231d82, 0x431a7b34, 0x058205c8, 0x1c247b90, 0x38002900, 0x24207b91, 0x200ba74c, 0x09a64c06, - 0x57011f21, 0x2e210aaa, 0x0dab5701, 0x0d430122, 0x2209934c, 0x4550068e, 0x022c089a, 0x01054348, 0x7223070a, 0x05080423, 0x200fb957, 0x0b794cc2, - 0x030e3323, 0x089a4530, 0x27364a2c, 0x0f030c09, 0x0a04020f, 0xb9822706, 0x56011c24, 0x07820100, 0x1a220283, 0x0b863600, 0x1b000124, 0x0b868900, - 0x07000224, 0x0b86b500, 0x22000324, 0x0b860301, 0x1b000424, 0x0b865e01, 0x26000524, 0x0b86c801, 0x18000624, 0x0b862102, 0x2c000a24, 0x0b869402, - 0x17000b24, 0x0b86f102, 0x13001024, 0x0b863103, 0x07001124, 0x0b865503, 0x1b001224, 0x0b869503, 0x23821520, 0x0b86d920, 0x23821620, 0x8200fd21, - 0x09042179, 0x3420a882, 0x0b850382, 0xb1820120, 0x17865120, 0x0e000224, 0x0b86a500, 0x44000324, 0x0b86bd00, 0x36000424, 0x0b862601, 0x4c000524, - 0x0b867a01, 0x30000624, 0x0b86ef01, 0x58000a24, 0x0b863a02, 0x2e000b24, 0x0b86c102, 0x26001024, 0x0b860903, 0x0e001124, 0x0b864503, 0x36001224, - 0x0b865d03, 0x23821520, 0x0b86b120, 0x23821620, 0x4300ed3a, 0x70006f00, 0x72007900, 0x67006900, 0x74006800, 0x28002000, 0x29006300, 0x46200782, - 0x6e201b82, 0x41261184, 0x65007700, 0x0f827300, 0x07826d20, 0x6f43003c, 0x69727970, 0x20746867, 0x20296328, 0x746e6f46, 0x65774120, 0x656d6f73, - 0x34970000, 0x35002022, 0x72205284, 0x65204082, 0x52200982, 0x67260782, 0x6c007500, 0x7c826100, 0x448b0020, 0x20352030, 0x65657246, 0x67655220, - 0x72616c75, 0x2b8e0000, 0x6bb51788, 0x89822d20, 0x31002e22, 0x32200584, 0xbe8ab082, 0x2d25798e, 0x35312e35, 0x4123832e, 0xd4bb1609, 0x33003322, - 0x2e208482, 0x32268682, 0x20003200, 0x3a412800, 0x0076281a, 0x00720065, 0x84690073, 0x823a2087, 0x0035212d, 0x292bc289, 0x33330000, 0x32352e31, - 0x41282032, 0x76280c47, 0x69737265, 0x203a6e6f, 0x2782c785, 0x41073141, 0x35200dd0, 0x97417a82, 0x412d2005, 0x4f830f6b, 0x2506db41, 0x65724635, - 0x7c412d65, 0x00542208, 0x22958268, 0x82770020, 0x00622205, 0x229d8227, 0x826d0020, 0x0073229f, 0x209f8274, 0x20098270, 0x08de4170, 0xb9822020, - 0xbb846320, 0x27822020, 0x21846520, 0x6e006124, 0x29826400, 0x17827420, 0x6c006f24, 0x23826b00, 0xd5827420, 0x54002d08, 0x77206568, 0x73276265, - 0x736f6d20, 0x6f702074, 0x616c7570, 0x63692072, 0x73206e6f, 0x61207465, 0x7420646e, 0x6b6c6f6f, 0x002e7469, 0x74208482, 0x70204e82, 0x3a225682, - 0x01822f00, 0x66846620, 0x61007422, 0x220cb242, 0x8263002e, 0x826d2017, 0x74742b2e, 0x2f3a7370, 0x6e6f662f, 0xb3426174, 0x632e2205, 0x4218826f, - 0xa742254b, 0x4f9f4213, 0x0b436393, 0x22a7d309, 0x84000200, 0xdbff2300, 0x08841900, 0x9a20048f, 0x7b091082, 0x01020001, 0x01030102, 0x01050104, - 0x01070106, 0x01090108, 0x010b010a, 0x010d010c, 0x010f010e, 0x01110110, 0x01130112, 0x01150114, 0x01170116, 0x01190118, 0x011b011a, 0x011d011c, - 0x011f011e, 0x01210120, 0x01230122, 0x01250124, 0x01270126, 0x01290128, 0x012b012a, 0x012d012c, 0x012f012e, 0x01310130, 0x01330132, 0x01350134, - 0x01370136, 0x01390138, 0x013b013a, 0x013d013c, 0x013f013e, 0x01410140, 0x01430142, 0x01450144, 0x01470146, 0x01490148, 0x018b004a, 0x014c014b, - 0x014e014d, 0x0150014f, 0x01520151, 0x01540153, 0x01560155, 0x018a0057, 0x01590158, 0x015b015a, 0x015d015c, 0x015f015e, 0x01610160, 0x01630162, - 0x01650164, 0x01670166, 0x01690168, 0x016b016a, 0x016d016c, 0x016f016e, 0x01710170, 0x01730172, 0x01750174, 0x01770176, 0x01790178, 0x017b017a, - 0x017d017c, 0x017f017e, 0x01810180, 0x01830182, 0x01850184, 0x01870186, 0x01890188, 0x018b018a, 0x018d018c, 0x018f018e, 0x01910190, 0x01930192, - 0x01950194, 0x65680596, 0x04747261, 0x72617473, 0x65737504, 0x6c630572, 0x086b636f, 0x7473696c, 0x746c612d, 0x616c6604, 0x6f620867, 0x616d6b6f, - 0x69056b72, 0x6567616d, 0x69646504, 0x69740c74, 0x2d73656d, 0x63726963, 0x630c656c, 0x6b636568, 0x0f280c86, 0x73657571, 0x6e6f6974, 0x03240f86, - 0x09657965, 0x2d2e0382, 0x73616c73, 0x61630c68, 0x646e656c, 0x5d837261, 0x6f63072f, 0x6e656d6d, 0x6f660674, 0x7265646c, 0x2706850b, 0x65706f2d, - 0x6863096e, 0x2d249782, 0x08726162, 0x73212486, 0x2da48309, 0x6c61682d, 0x656c0566, 0x0b6e6f6d, 0x89837263, 0x61632d3a, 0x68036472, 0x68106464, - 0x2d646e61, 0x6e696f70, 0x69722d74, 0x0f746867, 0x6c24108a, 0x0d746665, 0x75210f8a, 0x3a1d8b70, 0x6e776f64, 0x706f6304, 0x61730479, 0x73066576, - 0x72617571, 0x6e650865, 0x826c6576, 0x6c09218c, 0x62374d83, 0x04626c75, 0x6c6c6562, 0x736f6808, 0x61746970, 0x6c700b6c, 0x852d7375, 0x4106202c, - 0x05280509, 0x6c696d73, 0x72660565, 0x03295082, 0x0868656d, 0x6279656b, 0x20a0826f, 0x82f78708, 0x79612134, 0x23061a41, 0x6e696d0c, 0x44414188, - 0x214e8506, 0xfe82730c, 0x5b866520, 0x6f630728, 0x7361706d, 0xe9821173, 0x86746521, 0x832d2014, 0x8c0f20b3, 0x70752211, 0x200f8c12, 0x21b68372, - 0x90826604, 0x04830820, 0x6c612d2e, 0x68740974, 0x73626d75, 0x0b70752d, 0x46830986, 0x75730328, 0x6f6d046e, 0x618d6e6f, 0x66656c27, 0x6f640a74, - 0x28ad8674, 0x69756208, 0x6e69646c, 0x234d8567, 0x09666470, 0x77245684, 0x0a64726f, 0x65250984, 0x6c656378, 0x290a840f, 0x65776f70, 0x696f7072, - 0x1a85746e, 0x616d6925, 0x840c6567, 0x7261261a, 0x76696863, 0x24178565, 0x69647561, 0x240a856f, 0x65646976, 0x2a52856f, 0x65646f63, 0x66696c09, - 0x82722d65, 0x700b376f, 0x72657061, 0x616c702d, 0x6606656e, 0x6f627475, 0x656e096c, 0x16847377, 0x65620a24, 0x5b426c6c, 0x63112e05, 0x65736f6c, - 0x61632d64, 0x6f697470, 0x2d39826e, 0x6a626f0c, 0x2d746365, 0x756f7267, 0x0c860e70, 0x846e7521, 0x730b2c0e, 0x6b636974, 0x6f6e2d79, 0x82056574, - 0x656e3639, 0x756f6809, 0x616c6772, 0x68097373, 0x2d646e61, 0x6b636f72, 0x8409840a, 0x053e4269, 0x69637328, 0x726f7373, 0x18840b73, 0x7a696c23, - 0x84fd8261, 0x7073210b, 0x0c202f82, 0x21096342, 0x3c867265, 0x63616524, 0xf7420d65, 0x6c702408, 0x880e7375, 0x696d220d, 0x230e8b6e, 0x656d6974, - 0x63291d8a, 0x6b636568, 0x70616d03, 0x0604430b, 0x6c612d29, 0x61700c74, 0x41657375, 0xc5820694, 0x86706f21, 0x25b5840b, 0x6b616873, 0xba420d65, - 0x6f2d3107, 0x0c6e6570, 0x72646461, 0x2d737365, 0x6b6f6f62, 0x63200c88, 0x0b20b882, 0x72204882, 0x08293d86, 0x622d6469, 0x65676461, 0x83088207, - 0x770f2f1c, 0x6f646e69, 0x616d2d77, 0x696d6978, 0x0f88657a, 0x846e6921, 0x860e200f, 0x2a5a821f, 0x65726f74, 0x6f6e7309, 0x826c6677, 0x7409257d, - 0x68736172, 0x062daa83, 0x67616d69, 0x63097365, 0x6270696c, 0x2370826f, 0x72726115, 0xc5825282, 0x2d207586, 0x6e206182, 0x6c241591, 0x16746665, - 0x72252b90, 0x74686769, 0x31169013, 0x67037075, 0x6d0e6d65, 0x79656e6f, 0x6c69622d, 0x5f822d6c, 0x9d860c20, 0x6f6c6325, 0x410c6573, 0x642a073e, - 0x0a73746f, 0x6c696d73, 0x1f822d65, 0x61056b36, 0x7972676e, 0x7a696405, 0x6607797a, 0x6873756c, 0x660a6465, 0x6e28a182, 0x65706f2d, 0x7267076e, - 0x6322c082, 0x07820465, 0x83086e21, 0x20598304, 0x24088409, 0x6d616562, 0x2609880f, 0x6577732d, 0x840b7461, 0x6568250f, 0x73747261, 0x73260b85, - 0x6e697571, 0x17841174, 0x2d210b85, 0x211e8274, 0x11850a73, 0x72617422, 0x15840a86, 0x74263385, 0x75676e6f, 0x21841265, 0x2d200b85, 0x10203a85, - 0x7723128b, 0x856b6e69, 0x25098389, 0x73696b04, 0x04830973, 0x98842d20, 0x18830984, 0x8d842d20, 0x616c0526, 0x0a686775, 0x20840584, 0x0a850c20, - 0x17865785, 0x6d295184, 0x622d6865, 0x6b6e616c, 0x34098310, 0x6c6c6f72, 0x2d676e69, 0x73657965, 0x64617307, 0x7972632d, 0x83078308, 0x064741ae, - 0x082f6f83, 0x70727573, 0x65736972, 0x72697405, 0x82006465, 0xff012600, 0x000200ff, 0x20098201, 0x2003820c, 0x83038216, 0x0003260d, 0x00020099, - 0x820d8404, 0x20028204, 0x24038201, 0xfeeada00, 0x2b0783d7, 0xa2e424dc, 0x00000000, 0xa9e424dc, 0xbac2fa05, 0x00008a81, -}; - -/** - * fa-brands-400.ttf - */ -static constexpr uint32_t ImGuiFont_FontAwesome_Brands_400_Compressed_Size = 122868; -static constexpr uint32_t ImGuiFont_FontAwesome_Brands_400_Compressed_Data[30717] = -{ - 0x0000bc57, 0x00000000, 0x44150200, 0x00000400, 0x00010037, 0x000d0000, 0x00030080, 0x54464650, 0xc834934d, 0x15020023, 0x28158228, 0x4544471c, - 0x012a0046, 0x200f82d2, 0x2c0f8208, 0x2f534f1e, 0x56953132, 0x0100003a, 0x360f8258, 0x616d6360, 0x71218270, 0x080000e7, 0x050000e8, 0x736167f2, - 0x82ffff70, 0x15022149, 0x00391e82, 0x796c6708, 0x1bdac466, 0x120000d2, 0xe7010078, 0x61656894, 0x8f261b64, 0x201c8278, 0x210382dc, 0x10826836, - 0x03360423, 0x204f82fe, 0x280f8214, 0x746d6824, 0x06437178, 0x2f0f82e5, 0x070000b8, 0x636f6c30, 0x6271dc61, 0x0e00002a, 0x03292f82, 0x78616d9a, - 0x03350270, 0x201f824f, 0x082f8238, 0x616e2020, 0x9196656d, 0x0100d1b8, 0x00000cfa, 0x6f708505, 0x475a7473, 0x0100596a, 0x000094ff, 0xdb836b15, - 0x854b012f, 0x8081d8a1, 0x3c0f5f86, 0x020b00f5, 0x23008300, 0xa2e424dc, 0xa9280786, 0xafffeeff, 0xe0018502, 0x08210f82, 0x821e8500, 0x2602825e, - 0x00c0ffc0, 0x82800200, 0x02f1251f, 0x00010085, 0x0121008c, 0x245b84cc, 0x004c03cc, 0x21188427, 0x32820002, 0x40202584, 0x02830982, 0xec010426, - 0x05009001, 0x4c221682, 0x10826601, 0x85014721, 0x00f52a07, 0x00840019, 0x05000200, 0x92158203, 0x66502a02, 0x80006445, 0xe8f807e0, 0x20838301, - 0x206b822e, 0x84268254, 0x3a012381, 0x0b82a501, 0x01002024, 0x00860002, 0x4b83aa20, 0x020c0029, 0x01200040, 0x820100c0, 0x02002603, 0x010f0040, - 0x827982c0, 0x00022303, 0x0b821e00, 0x82020521, 0x220b8297, 0x84800219, 0x8800202f, 0x820f821f, 0x8404200b, 0x00c022c0, 0x24078219, 0xff000207, - 0x201f86f3, 0x200f820b, 0x86338310, 0x2037890f, 0x22478400, 0x82f00108, 0x87038367, 0x0080226f, 0x202b840c, 0x211f84e0, 0x6f870100, 0x0300802b, - 0x0e004002, 0xffff8001, 0x212b8201, 0x37821002, 0x02008022, 0x43825788, 0x00000227, 0x00400106, 0x82138407, 0x8227842f, 0x200782b7, 0x201b8209, - 0x20178408, 0x82378270, 0x8301203f, 0x0040222f, 0x20178212, 0x821b8400, 0xc0012367, 0xd7881100, 0x84000021, 0x221b822f, 0x84e8010e, 0x820f848b, - 0x86082037, 0x203783eb, 0x83638600, 0x8a202073, 0x8200206f, 0x841b8427, 0x20838207, 0x415f8302, 0x0220063b, 0x00220f83, 0x1b840a00, 0x85056341, - 0x00802a2b, 0x00c00115, 0x00400207, 0x2063820d, 0x21038201, 0x33820118, 0xc0220384, 0x37840600, 0x038f3b83, 0xd3850020, 0xc0236384, 0x83012e00, - 0x82438253, 0x86132007, 0x8206200b, 0x8406201b, 0x0000220b, 0x83278404, 0x86278257, 0x237f845b, 0xffff4002, 0x1b411b84, 0x02002105, 0xa3836782, - 0x20062341, 0x200f8409, 0x05234240, 0x43824b84, 0x08201b82, 0x02202386, 0x00202b8a, 0x1f201f82, 0x73830382, 0x84085341, 0x00002233, 0x2233820e, - 0x84d80103, 0x820820b3, 0x8312200b, 0x20078273, 0x20078208, 0x2d8f8601, 0x00400120, 0xff000219, 0x000002fd, 0xa7830114, 0x20220389, 0x0342c001, - 0x846f8705, 0x00e0211f, 0x00211782, 0x41638604, 0x338505d3, 0x53410a20, 0x839f8706, 0x86082073, 0x20278367, 0x823f840d, 0x86e7852b, 0x00c0225b, - 0x82978618, 0xf9ff2123, 0x10242386, 0xfeff8002, 0x2f83f384, 0xdb41ff83, 0x20ab8206, 0x861b83fc, 0x0108247f, 0x82f0fff0, 0x8b002027, 0x200f82bb, - 0x240f8401, 0x0200004c, 0x23038268, 0x01fcff80, 0x01214382, 0x2a0b82b8, 0x02160040, 0x01000000, 0x42ffffe0, 0x638208ab, 0x86a00121, 0x82e02027, - 0x820f861b, 0x826b8223, 0x8533850f, 0x078b41cb, 0xf1ffc028, 0x08005002, 0x2f869001, 0x1c008022, 0x0025d785, 0x00800119, 0x22038220, 0x43000102, - 0x6f840563, 0xf5ffc022, 0x19200782, 0x80229784, 0x0b82f9ff, 0xbb821720, 0x1341ef20, 0x850b840b, 0x8607205f, 0x820020df, 0x01022107, 0x2205c742, - 0x8620020e, 0x0657436b, 0x200bd343, 0x061f4102, 0x57428f84, 0x85082005, 0x12002177, 0x02202783, 0x402a5783, 0xb001faff, 0xc001feff, 0x6b84fbff, - 0x07872782, 0x00400223, 0x084b4301, 0x2b44cc20, 0xc001270d, 0xb8010400, 0xab83fcff, 0x8b850220, 0x6b441220, 0x225f8310, 0x86070080, 0x82002073, - 0x840c2007, 0x841782c3, 0x05f74163, 0x06249383, 0x02000001, 0x4382d382, 0x02fdff22, 0x01224f82, 0xef440080, 0x84b38407, 0x834f84ab, 0x228b82ab, - 0x871000c0, 0xc0012313, 0x2f820300, 0x07820f84, 0x87840720, 0x0b008022, 0x0b831782, 0x4f840e20, 0x08004024, 0x3784be01, 0x840c3f45, 0x00002243, - 0x2223840c, 0x84f3ff80, 0x86f0203b, 0x8407aaeb, 0x00c02337, 0x0382010e, 0x41450221, 0xf78405ff, 0x40224383, 0x2f431900, 0x00c0220c, 0x820f8c1b, - 0x202b8223, 0x06a3421c, 0x1b830b20, 0x84800121, 0x0213234b, 0xf3440000, 0x0823440c, 0x17000026, 0x0e004001, 0x1c20bf86, 0xc02b1784, 0x00020000, - 0x8001feff, 0x43011200, 0x07840623, 0x17820020, 0x03868020, 0x17004027, 0x02004002, 0x830e8202, 0x2007822b, 0x21238517, 0x4b86fbff, 0xc7411820, - 0x43802008, 0xa3830aff, 0x5b828020, 0xffff9722, 0x2006d342, 0x21378209, 0x13830215, 0x01251b82, 0x02040080, 0x23d78540, 0x0300c001, 0x8382fb84, - 0x0c200b82, 0x15210b82, 0x06c34201, 0xfd222f82, 0x7c820002, 0x0224d785, 0x1d000002, 0x00202382, 0x00258385, 0x0040020c, 0x82038407, 0x2217841f, - 0x820600fe, 0x860320be, 0x001c2203, 0x24098201, 0x00ec0400, 0x28098403, 0x0404001c, 0x010000d0, 0x09168230, 0x30000734, 0x13e007e0, 0x1ee01ae0, - 0x52e049e0, 0x84e057e0, 0x82f088e0, 0x92f08cf0, 0xd5f09bf0, 0x13f1e1f0, 0x3cf136f1, 0x69f15af1, 0x71f16ef1, 0x7ef174f1, 0x84f181f1, 0x94f18df1, - 0x9bf198f1, 0xaaf19ef1, 0xbef1b7f1, 0xd7f1ccf1, 0xeef1e9f1, 0x03f2f5f1, 0x0ef209f2, 0x32f216f2, 0x3ef237f2, 0x5ef24cf2, 0x6ef26bf2, 0x7ef270f2, - 0x8af282f2, 0x99f294f2, 0xaef2a6f2, 0xb8f2b4f2, 0xdaf2c6f2, 0xe0f2def2, 0x75f35cf3, 0x80f37df3, 0x88f385f3, 0x97f38ff3, 0x9ff39af3, 0xb2f3a4f3, - 0xc0f3bdf3, 0xc8f3c4f3, 0xd0f3ccf3, 0xdff3dcf3, 0xecf3e4f3, 0xf3f3eff3, 0xfef3f9f3, 0x0df405f4, 0x21f417f4, 0x31f423f4, 0x52f44df4, 0x59f457f4, - 0xe5f4d5f4, 0x14f5f9f4, 0x9ef592f5, 0xa8f5a3f5, 0xb5f5b2f5, 0xc6f5bef5, 0xcff5ccf5, 0xf7f5f1f5, 0x0ff6faf5, 0x3ff612f6, 0x9df642f6, 0xcaf6aff6, - 0xdcf6ccf6, 0x31f704f7, 0x7bf75df7, 0x89f785f7, 0x91f78df7, 0xb1f799f7, 0xbcf7b3f7, 0xd3f7c6f7, 0xe1f7d6f7, 0x3df8e3f7, 0x9ef842f8, 0xcaf8a6f8, - 0xe1f8d2f8, 0xffffe8f8, 0x31410000, 0xe0552e0c, 0xf087e077, 0xf08cf081, 0xf099f092, 0x063141d2, 0xf13b9c08, 0xf167f15a, 0xf170f16b, 0xf179f173, - 0xf184f180, 0xf194f189, 0xf19af198, 0xf1a0f19e, 0xf1bcf1b4, 0xf1d0f1ca, 0xf1edf1e7, 0xf202f2f0, 0xf20df208, 0xf231f210, 0xf23af237, 0xf25ef24b, - 0xf26df260, 0xf27cf270, 0xf284f280, 0xf296f293, 0xf2a9f2a5, 0xf2b8f2b0, 0xf2d5f2c4, 0xf3e0f2dd, 0xf368f35c, 0xf37ff378, 0xf388f383, 0xf391f38b, - 0xf39df399, 0xf3a6f3a1, 0xf3c0f3b4, 0xf3c6f3c3, 0xf3d0f3ca, 0xf3dff3d2, 0xf3e6f3e1, 0xf3f3f3ee, 0xf4fef3f5, 0xf407f402, 0xf419f411, 0x4125f423, - 0xe4240a31, 0x0af5e7f4, 0x20263141, 0x063141c9, 0x5df73024, 0x31417af7, 0xf7902806, 0xf7aff797, 0x41bbf7b3, 0xdf260631, 0x34f8e3f7, 0x31413ff8, - 0x1f30090d, 0x1ff11ffc, 0x1fe81feb, 0x1fb61fbe, 0x1f951fb4, 0x0f9b0f93, 0x0f8d0f92, 0x0f510f87, 0x0e150f46, 0x0eef0ef3, 0x0ec60ed2, 0x0ec40ec5, - 0x0ebf0ec3, 0x0ebc0ebe, 0x0eb20eb8, 0x0eae0eaf, 0x0eab0eac, 0x0e9e0ea2, 0x0e900e93, 0x0e7e0e81, 0x0e710e7d, 0x0e6a0e6d, 0x0e4f0e69, 0x0e490e4b, - 0x0e2c0e3d, 0x0e2a0e2b, 0x0e1e0e29, 0x0e1c0e1d, 0x0e130e14, 0x0e060e08, 0x0d020e05, 0x0de90df7, 0x0de60de7, 0x0d600d6b, 0x0d5d0d5e, 0x0d590d5b, - 0x0d560d57, 0x0d530d55, 0x0d510d52, 0x0d4e0d50, 0x0d4b0d4c, 0x0d470d4a, 0x0d440d46, 0x0d420d43, 0x0d3e0d41, 0x0d390d3d, 0x0d350d36, 0x0d310d32, - 0x0d2f0d30, 0x0d100d14, 0x0c0b0d0c, 0x0c820c90, 0x0b710c81, 0x0be90bf4, 0x0be10be5, 0x0bd60bd8, 0x0bc70bce, 0x0bc00bc2, 0x0b9a0b9f, 0x0b840b98, - 0x0b560b82, 0x0afa0a54, 0x0ad00ae9, 0x0ac00acf, 0x0a6e0a99, 0x0a270a43, 0x0a1b0a1e, 0x0a160a18, 0x09fc0911, 0x09f409fb, 0x09df09eb, 0x09d509dd, - 0x098409d4, 0x09280983, 0x08fe0821, 0x08e908f7, 0x000100e3, 0x01000010, 0x06012230, 0x08364100, 0x2a450120, 0x8b002006, 0xed534100, 0x01ba9c0b, - 0x01880132, 0x02f001c2, 0x02b40234, 0x039403f2, 0x041004d2, 0x07e806b4, 0x0734071e, 0x08d807a8, 0x087c082e, 0x090e0998, 0x0a320a64, 0x0bf80a8c, - 0x0b820b4e, 0x0c940cd0, 0x0d080ddc, 0x0e360ece, 0x0ff80eaa, 0x0f6a0f30, 0x100210de, 0x104a102a, 0x11fc10bc, 0x11821134, 0x12de11aa, 0x12a61272, - 0x13f612c8, 0x13801332, 0x14e013c2, 0x16fa1522, 0x17ce1660, 0x1776172a, 0x181018a8, 0x19de18aa, 0x19841954, 0x1a521ad6, 0x1bfc1ace, 0x1b521b26, - 0x1c5a1cd0, 0x1dec1ca8, 0x1d781d3a, 0x1ff01ed8, 0x20082070, 0x21be205a, 0x21922124, 0x231822f6, 0x23562314, 0x246224a2, 0x26c025ea, 0x2714276a, - 0x2782273a, 0x284828d0, 0x29f228c8, 0x2ad02968, 0x2c942a16, 0x2ee62c26, 0x30d22fea, 0x31fc308a, 0x32e43180, 0x33cc329e, 0x341e34f0, 0x35be3464, - 0x3658363a, 0x370e3798, 0x37d43766, 0x383e38fe, 0x3bf83a5e, 0x3cc03b42, 0x3c9e3c4c, 0x3d2a3dfe, 0x3eca3d62, 0x3e983e2e, 0x40483fda, 0x41ae4064, - 0x42c6418a, 0x43764226, 0x43ce433e, 0x442044e2, 0x45a8443a, 0x45aa4524, 0x461046ee, 0x470a4794, 0x48b04732, 0x484a480a, 0x489e486c, 0x494249e6, - 0x4a1c4a8e, 0x4b084b9c, 0x4c164c84, 0x4d444daa, 0x4e224e86, 0x4f9c4f74, 0x503850e2, 0x513c51f0, 0x521452e0, 0x5336532e, 0x542454a8, 0x553e55b4, - 0x56be5578, 0x575457e8, 0x593a58c0, 0x5948591c, 0x5b1e5aba, 0x5cbe5b4a, 0x5d0e5d2e, 0x5eb45d68, 0x5f165f04, 0x60f25f60, 0x61c2606c, 0x62c46154, - 0x6268622a, 0x63e662b4, 0x647e64aa, 0x67d664aa, 0x68a46722, 0x684e6810, 0x69fe68d6, 0x697e6920, 0x6a666af0, 0x6cd46b88, 0x6c2c6c08, 0x6dc06c8c, - 0x6f0e6f2a, 0x70067052, 0x71aa703a, 0x712a710c, 0x74c27156, 0x76d47584, 0x76ba7608, 0x775477f8, 0x7a2878cc, 0x7b6e7be4, 0x7c1e7cbe, 0x7d207dd4, - 0x7e067e54, 0x7f007f9c, 0x80ca7f28, 0x80748004, 0x80bc8090, 0x812281f6, 0x824a82ba, 0x846e8380, 0x85dc8464, 0x85928574, 0x875286e2, 0x881488b6, - 0x89e08868, 0x8a9e8926, 0x8a648a1e, 0x8b248bf4, 0x8c028c9c, 0x8c4e8c28, 0x8d268dd0, 0x8fe88d8a, 0x90628f12, 0x9074904a, 0x91d090b0, 0x931a9278, - 0x951e94b0, 0x96649514, 0x979c960e, 0x98d49760, 0x98789856, 0x9932998c, 0x9b3a9ae0, 0x9d469cc0, 0x9ed09da8, 0xa05ca0c8, 0xa19ea07a, 0xa334a39c, - 0xa492a374, 0xa592a478, 0xa566a536, 0xa83aa79c, 0xa9eca8d6, 0xa94ea91c, 0xaab6a99c, 0xab1eab62, 0xacdeab5c, 0xad24adc0, 0xaec8ad66, 0xae88ae34, - 0xaf0eafba, 0xb0bcaf62, 0xb1aeb012, 0xb1a4b14c, 0xb388b2fa, 0xb4e6b362, 0xb5dab450, 0xb610b676, 0xb7e0b63c, 0xbb80b8dc, 0xc074bf12, 0xc16cc01c, - 0xc374c238, 0xc5dcc438, 0xc560c51c, 0xc6e8c598, 0xc7cec65e, 0xc8eac742, 0xc886c81e, 0xc9e8c8b2, 0xcafcc92e, 0xceeacd54, 0xd446d2a6, 0xd514d5bc, - 0xd928d696, 0xdcf0d9ce, 0xddeadcc8, 0xde84dd1e, 0xdf86de1a, 0xdf3edf00, 0xe1dce0c0, 0xe176e10e, 0xe212e2ea, 0xe4aee48e, 0xe538e5fa, 0xe62ae668, - 0xe738e7a2, 0xe882e8a6, 0xea0ceaf2, 0xebc4ea68, 0xeca8eb00, 0xee2eee62, 0xef32ef7c, 0xf03ef0c4, 0xf1e6f084, 0xf200f292, 0xf3b8f272, 0x00caf356, - 0x00020000, 0x01c8ff0c, 0x82c001fa, 0x0085340b, 0x16051300, 0x0e150607, 0x26222301, 0x3536013d, 0x83363530, 0x36372101, 0x3e2b0184, 0x17063101, - 0x15063736, 0x82161714, 0x021e2101, 0x0e252884, 0x1e010f02, 0x30118401, 0x3e163316, 0x36272601, 0x26272617, 0x22272623, 0x24038527, 0x26302326, - 0x2d048231, 0x07232223, 0x22150706, 0x34272223, 0x52823435, 0x37013e27, 0x30330139, 0x214d8315, 0x44821716, 0x26354408, 0x83011e27, 0x08185f01, - 0x5a880f01, 0x01018f65, 0x09020201, 0x0b0d0a18, 0x0307010d, 0x041f1c0b, 0x03030305, 0x161e070e, 0x13061701, 0x020b101f, 0x17200201, 0x04040202, - 0x392c100f, 0x1f1f1a0e, 0x821b101c, 0x01032313, 0x06820301, 0x03020236, 0x11110203, 0x01030301, 0x01011417, 0x17030204, 0x2528051a, 0x02825382, - 0x540d0332, 0x0d130610, 0x2e45011c, 0x01094238, 0x658e7357, 0x01364782, 0x03020608, 0x22280b0c, 0x090b0d0e, 0x0e2f0401, 0x0f0e0e1f, 0x4982100f, - 0x10080d2e, 0x1704010b, 0x040c0d08, 0x0c2a1905, 0x012d9982, 0x3f2e0206, 0x13051042, 0x0201111b, 0x82108301, 0x05012604, 0x01090101, 0x346d8304, - 0x4421010b, 0x04050116, 0x06040203, 0x01286114, 0x24072624, 0x08008200, 0x20000932, 0x2702e0ff, 0x0700a001, 0x12000b00, 0x35002900, 0x49003d00, - 0x56005200, 0x32120000, 0x22061416, 0x35173426, 0x14371533, 0x3335012b, 0x06331732, 0x3e240784, 0x26343502, 0x17280984, 0x07233523, 0x33352335, - 0x15350385, 0x2327013b, 0x33373307, 0x031e3227, 0x23061415, 0x32011121, 0x082c8436, 0x3301114a, 0x29692317, 0x1c291d1d, 0x13494f09, 0xc9130e0e, - 0x5fc10339, 0x0b0f0a0e, 0x0e131605, 0x220bb95f, 0x1e226d17, 0x8337201e, 0x1c201c18, 0x631e0518, 0x20355e3e, 0xfe79820a, 0x700c01f4, 0xf76d7976, - 0x07014b01, 0x1d1b0110, 0x30084483, 0xd48d8de8, 0xa6442e18, 0x110c06a6, 0x5318150b, 0x165b4598, 0x170a170d, 0x115b5b5b, 0x402e1fd3, 0x746d1c36, - 0x55fec001, 0x65656567, 0x09016afe, 0x27ee821a, 0x01000200, 0xbf01dfff, 0x1d38ef82, 0x00003e00, 0x15063325, 0x15161714, 0x23302306, 0x23262726, - 0x23062322, 0x3627f082, 0x011e3233, 0x82271415, 0x237208b7, 0x2226012f, 0x1522020f, 0x07011f14, 0x33141514, 0x17013f32, 0x35323316, 0x01273534, - 0x1216018f, 0x01040101, 0x03031c33, 0x29260201, 0x5c82825c, 0x743b673c, 0x18480602, 0x18010a01, 0x3a020648, 0x02020615, 0x02023b3b, 0x19561506, - 0x01181d21, 0x260c0402, 0xa9780e03, 0x375e3778, 0x03025f47, 0x04440206, 0x06024404, 0x452c0203, 0x01060101, 0x04822929, 0x82450121, 0x000226ac, - 0x01e0ff00, 0x3bab82c1, 0x0023000a, 0x13073700, 0x21333634, 0x0607010e, 0x14311001, 0x3e212306, 0x023e3701, 0xa5080284, 0x20203705, 0x01314601, - 0x31884547, 0x46580159, 0x0db7fe31, 0x2f0b1533, 0x18120d23, 0x1f080815, 0x1b212522, 0x013c1d08, 0x16463148, 0x0166395a, 0x31b7fe0f, 0x0b261146, - 0x0c131405, 0x11483412, 0x1d202914, 0x00041015, 0x0f000400, 0xf301ceff, 0x0b00b201, 0x13000f00, 0x00001700, 0x07170725, 0x2723012f, 0x013f3337, - 0x3733010f, 0x23271703, 0x07273705, 0x1e1ef201, 0x3b1dc535, 0x1d3b9090, 0xad6dddc5, 0x57979757, 0x2a2e01ad, 0x32f2572a, 0x3233bf32, 0x33328c8c, - 0xfe916c6d, 0x7a9226d3, 0x00929292, 0xcf880300, 0x12000e2a, 0x00002c00, 0x15011e24, 0x2222c782, 0xd8823526, 0x25313034, 0x25211121, 0x26150711, - 0x30232627, 0x06072223, 0xde430607, 0x334b0805, 0x15333732, 0x0c162001, 0x1a14151b, 0xedfe141b, 0x40fec001, 0x0c387701, 0x010f0e0d, 0x0b15161a, - 0x150c0b0c, 0x10281b16, 0x160cbb01, 0x1b1c150c, 0xe51a1416, 0x014b40fe, 0x0c4e0c08, 0x0d0d0505, 0x1c1c1617, 0x0e0d1617, 0x8200181b, 0x84062000, - 0x01c03187, 0x000700a0, 0x0023001b, 0x003b002b, 0x36000054, 0x2206ed42, 0x83141637, 0x2722217a, 0x34308782, 0x36373637, 0x06161732, 0x26343632, - 0x36140622, 0x37240786, 0x11151632, 0x2120ba82, 0x112bbb82, 0x01333634, 0x2e273436, 0x84262701, 0x06073bb4, 0x011e1714, 0x37321617, 0x2cca013e, - 0x1f2c1f1f, 0x090606b2, 0x109c1016, 0x08870916, 0x30449632, 0x9f304430, 0x100c0c10, 0x1c146e0b, 0xa0fe141c, 0x012d0583, 0x0201014f, 0x5c142b30, - 0x18182b14, 0x210b8802, 0x4482f530, 0x482c1f22, 0x4b83428c, 0x4482c620, 0x64443023, 0x2147820b, 0x4488920f, 0x1c146024, 0x4383defe, 0x42833020, - 0x84181821, 0x200b844f, 0x05034330, 0xf9ff1e38, 0x8701e201, 0x25001200, 0x17130000, 0x010f1416, 0x2e222306, 0xc2823f01, 0x013e4d08, 0x16013233, - 0x2223010e, 0x3426012f, 0x3336013f, 0x0f011e32, 0x02807301, 0x170e8102, 0x0b021b11, 0x020a5c5c, 0x0117121a, 0x1b020b71, 0x810e1711, 0x0e800202, - 0x021a1217, 0x74015c0a, 0x030804ac, 0x241812ad, 0x0e7b7d0e, 0xbefe1824, 0x12250482, 0x030803ae, 0x081383ac, 0x00007b2c, 0xff050006, 0x01bb01c8, - 0x000700b9, 0x002d0024, 0x00640039, 0x0100006a, 0x17110713, 0x27323316, 0x33323136, 0x3e122511, 0xe7453701, 0x17362305, 0x1282011e, 0x32313231, - 0x36071617, 0x06070627, 0x27013e07, 0x8507020e, 0x0726221e, 0x362a8334, 0x37011f16, 0x0e07022e, 0x031e1701, 0x010e1417, 0x07012f26, 0x8237041e, - 0x042e2129, 0xd0084882, 0x01162726, 0x1e7e3784, 0x63040223, 0xfe02030e, 0x050225d1, 0x042f010a, 0x13261e16, 0x0201010b, 0x101c0101, 0x09013505, - 0x07120908, 0x12182208, 0x10041622, 0x0a17081a, 0x02370609, 0x13090e0e, 0x02100405, 0x2f0c1406, 0x13010332, 0x09011216, 0x08071814, 0x0f04010a, - 0x1e0e1a10, 0x0f010225, 0x5e0e1515, 0x150a0a0e, 0xfe580107, 0xb1011f90, 0x041e011d, 0x01344afe, 0x0305141a, 0x23230e01, 0x0d010130, 0x081f0101, - 0x04131d1b, 0x021e1409, 0x2101420b, 0x0805152b, 0x040a1a29, 0x0805dd04, 0x0301010c, 0x01390202, 0x03010302, 0x1b122639, 0x070b130c, 0x050a020c, - 0x04012c05, 0x0105070a, 0x11242d02, 0x0d0d101a, 0x210304a8, 0x0a001304, 0x27008200, 0x7a014002, 0x07000300, 0x3108a743, 0x001f001b, 0x00270023, - 0x33352500, 0x15332715, 0x07821523, 0x03820520, 0x038a3320, 0x21201b83, 0x27200f82, 0x01220382, 0x00837dc3, 0x7dc0fd25, 0x821a7d19, 0xedfe2403, - 0x82ecfe7d, 0x49cb2411, 0x8248ae49, 0x49652104, 0x08840086, 0x76840482, 0xff190027, 0x01e701c7, 0x080c82b9, 0x00002670, 0x21150537, 0x3736021e, - 0x22010e15, 0x35012e27, 0x07063726, 0x022e3633, 0x020e2327, 0x33013e07, 0x16171632, 0xfecc011a, 0x573e01c6, 0x4e191e5c, 0x44342762, 0x081a7a02, - 0x1e1303b0, 0x310c0b1f, 0x0c173c58, 0x6840637a, 0x10dc1d1e, 0x09362d34, 0x0f691613, 0x62140f15, 0x21398336, 0x142b1e2e, 0x2601010b, 0x7f5d2135, - 0x0034363b, 0x73820600, 0x80023f30, 0x2b004101, 0x56004900, 0x73006700, 0x83827c00, 0x15163327, 0x23060714, 0x24768222, 0x34352635, 0x2a778237, - 0x17323330, 0x22232607, 0x43062231, 0x332c058d, 0x37363732, 0x1d162423, 0x23352301, 0x27262b82, 0x35303526, 0x26823634, 0x27343522, 0x07262882, - 0x17333627, 0x09823536, 0x14150627, 0x32331617, 0x2d548327, 0x2b060730, 0x35231501, 0x32313233, 0x29833606, 0x0c820e82, 0x3325ba08, 0x27372307, - 0x6a331733, 0x1c1f0263, 0x181d102a, 0x0b0b0713, 0x011f330d, 0x101e1d28, 0x20150117, 0x07030307, 0x0f151520, 0x01390411, 0x01161e76, 0x0e15180f, - 0x15191d0e, 0x0d0a0a0e, 0x11150c13, 0x0c0c1622, 0x08130f13, 0x53100a08, 0x10030e11, 0x3f182718, 0x12091701, 0x270e090a, 0x0f010127, 0x1d184f1a, - 0x01251a34, 0x310b0be9, 0x10091a1e, 0x16010d15, 0x1a17191a, 0x101f1c21, 0x150a1418, 0x0a19130a, 0x1c3b150c, 0x16124f19, 0x01120c0d, 0x06081714, - 0x1109080d, 0x0b67190d, 0x0b0e090f, 0x99060609, 0x0f151810, 0xbb4c1003, 0x0e0d1358, 0x1d41090a, 0x5c7840b8, 0x08008200, 0xffff0a28, 0x0002c0ff, - 0x1301c101, 0x45013901, 0x5e015101, 0x6f016701, 0xa3019901, 0x0000ad01, 0x0f141625, 0x17150601, 0x07901516, 0x2306072d, 0x06272330, 0x15141707, - 0x84222314, 0x22088309, 0x8222012f, 0x22232131, 0x0e82078d, 0x82232621, 0x2b079031, 0x37353035, 0x22072726, 0x34352223, 0x232a0984, 0x35262722, - 0x34013f34, 0x0790012f, 0x36211682, 0x881e8535, 0x83372007, 0x36372d0f, 0x3617013b, 0x35342737, 0x33323334, 0x08830983, 0x36011f2a, 0x3336013f, - 0x32011f32, 0x0e82078a, 0x37331622, 0x07881684, 0x32371729, 0x30153233, 0x85160715, 0x85142009, 0x83152009, 0x011f2107, 0x1420fc84, 0x17210787, - 0x315f8207, 0x27262223, 0x2635012e, 0x3307012b, 0x14011d32, 0x3985012b, 0x33202482, 0x17306c85, 0x22232634, 0x33161406, 0x27013e32, 0x27012e34, - 0x322a0d84, 0x15062736, 0x35331714, 0x55821723, 0x14260725, 0x83363216, 0x33172428, 0x82343532, 0x3617284d, 0x3b34013d, 0x87353601, 0x413882fe, - 0x06200536, 0x33846882, 0x17021e24, 0x3886021e, 0x22012b23, 0x82408517, 0xfd013b69, 0x01150403, 0x18050213, 0x06010f01, 0x010a0319, 0x01040201, - 0x06020219, 0x06830107, 0x0108013b, 0x04011702, 0x02060105, 0x05011502, 0x04050109, 0x03031102, 0x0208020e, 0x2709820e, 0x01060302, 0x15010509, - 0x01252f82, 0x17020305, 0x242f8302, 0x01011902, 0x292f8207, 0x02040119, 0x030a0101, 0x5b820619, 0x02051828, 0x03160113, 0x6c891603, 0x8d010221, - 0x0301216d, 0x02216d84, 0x216d9c03, 0x6d950204, 0x0b071a24, 0x6a890201, 0x20812c08, 0x084f0809, 0x07020310, 0x01301707, 0x9903032d, 0x01200808, - 0x08020b02, 0x24292a25, 0x010c0208, 0x0607081b, 0x04060909, 0x82e10407, 0x82012003, 0x090d2c0b, 0x35070158, 0x0902061a, 0x820d092c, 0x0732081a, - 0x121c3b92, 0x16b93f05, 0x01011303, 0x12010823, 0x1b284414, 0x04060504, 0xc72b3e18, 0x271e1414, 0x030a080a, 0x9a0a0601, 0x08080d09, 0xbc060106, - 0x53840906, 0x1d41c620, 0x27af870b, 0x02170104, 0x04020201, 0x1f410382, 0x41072008, 0x15210c1d, 0x0e8a4104, 0x88410720, 0x0204210b, 0x17203e82, - 0x210b1c41, 0x8a410306, 0x236c8a1d, 0x01190301, 0x20416c82, 0x0f8b410b, 0x6d8c0b20, 0x02010822, 0x02216b88, 0x07f64104, 0x078f2308, 0x09120a0a, - 0x1a012304, 0x02360223, 0x0b07090a, 0x23111223, 0x0906220b, 0x05090d09, 0x07040407, 0x09820104, 0xb9094008, 0x191b0a0a, 0x03030f78, 0x0c1c0409, - 0x090c0909, 0x090a1128, 0x09180378, 0x0a060703, 0x09031009, 0x24280303, 0x04190830, 0x2f0c1904, 0x1d1e140d, 0x14080818, 0x02050310, 0x08080dfd, - 0x82a9090d, 0x26068231, 0x00000100, 0x8201c0ff, 0x25002a01, 0x23250000, 0x14152722, 0x055c4b06, 0x45151721, 0x1e300568, 0x36323301, 0x14331135, - 0x16171431, 0x15331617, 0x43272d82, 0x5f875f37, 0x820b445f, 0x2c1f3100, 0x1e152214, 0x0a02582c, 0xee251e2c, 0x5f44b227, 0x01311a82, 0x1e2c035a, - 0x2c142215, 0x015d011f, 0x1c340a0b, 0x20678214, 0x052b4b00, 0x2005d349, 0x3a6d820b, 0x33352115, 0x013d3315, 0x01352315, 0x8d40fec0, 0xfadaa6a6, - 0xc67d7dfa, 0x83007d7d, 0x3f00292b, 0x60018102, 0x53002f00, 0x79822b82, 0x06010f2b, 0x27222123, 0x36343526, 0x23048337, 0x3e173233, 0x1e2e9b82, - 0x15141701, 0x07151431, 0x010f010e, 0xa6820722, 0x16155608, 0x1e322533, 0x07141501, 0x22012b06, 0x37353035, 0x013f013e, 0x35343732, 0x23262734, - 0x26272627, 0x3336013f, 0x13980132, 0x03060a09, 0x55fe0401, 0x37010103, 0x1c280227, 0x4f101217, 0x2a3f2331, 0x27080e08, 0x0104e915, 0x51010202, - 0x05223a22, 0x03b00301, 0x26128204, 0x01020433, 0x83320201, 0x01093b37, 0x01800402, 0x0b150e0d, 0x07070404, 0x08013827, 0x0d281c09, 0x351f392d, - 0x23820122, 0x1d152224, 0x40820301, 0x60020122, 0x11254082, 0x01030311, 0x83128509, 0x8303201d, 0x031f2f38, 0x01000000, 0x00000400, 0x8001bc01, - 0x07821c00, 0x0723bc82, 0x82171621, 0x37362cd2, 0x21272623, 0x07060706, 0x82032e22, 0x016108f3, 0xaffe05bb, 0x34131b01, 0x591b3619, 0x04010627, - 0x56372f13, 0x2c291701, 0x012b1232, 0x2b2b0180, 0x33253634, 0x212c190a, 0x483f5336, 0x2217091f, 0x8856243c, 0x04000000, 0xdfff0000, 0xa1010002, - 0x1f000f00, 0x44003400, 0x32250000, 0x06072314, 0x30012f22, 0x34373134, 0x27011f32, 0x3b343530, 0x29088201, 0x2b141530, 0x30172201, 0x39413114, - 0x861f8205, 0x0717231b, 0x158a1532, 0x0133343f, 0x7f010104, 0x81010201, 0xa7010380, 0x0142026e, 0x43026f01, 0x017fd401, 0x7f024301, 0x2f0a827f, - 0x6d021301, 0x02420101, 0x02c1026d, 0xde0101de, 0xc4210483, 0x823182c2, 0x82192003, 0x0102230c, 0x0d82dddd, 0x0102fc23, 0x210682bf, 0xab8201bf, - 0x1900012e, 0xa701e0ff, 0x3100a501, 0x15010000, 0x3405f04a, 0x1537012f, 0x32161707, 0x3d36013f, 0x22060501, 0x35272627, 0x080c8236, 0x07011f2e, - 0x26273735, 0x06010f22, 0x3625011d, 0x01161732, 0x08a511a7, 0x77080909, 0x032196f7, 0x068a0306, 0x0e07ccfe, 0x01010d06, 0x1012a411, 0x01211488, - 0x3d148434, 0x0a13bf20, 0x4504055f, 0x1357388f, 0x03500101, 0x04b28b07, 0xbf100704, 0x095f0a14, 0x158b440a, 0x00080322, 0x03220082, 0x9b820700, - 0xa001f922, 0x0806cf49, 0x37170039, 0x07370725, 0x17053327, 0x33992703, 0x76742b01, 0xfee7cc91, 0x746766f9, 0xcc399320, 0x11ec1cf0, 0xcdd9fe75, - 0xf2ff0100, 0xf801baff, 0x5100cd01, 0x1e250000, 0x82141502, 0x17162ac0, 0x2e060716, 0x15262702, 0x23018314, 0x2e27010e, 0x0e250283, 0x040e0704, - 0x2c0b8226, 0x0631043e, 0x26270607, 0x2e273637, 0x062e4903, 0x1e177908, 0x010e0703, 0x01c80116, 0x052f0d1c, 0x33080102, 0x121c0d1f, 0x0c1e0519, - 0x0d0f1017, 0x0b0b0408, 0x07080b0a, 0x0f090302, 0x040e100f, 0x01030204, 0x030b0309, 0x331f222a, 0x0315583b, 0x01060609, 0x4786190c, 0x071f3520, - 0x0e080c0d, 0x10140163, 0x031d1808, 0x40090201, 0x130f0104, 0x411e041e, 0x02060b06, 0x110f200e, 0x070d4c10, 0x0f0a0604, 0x06020d0c, 0x0a0c140a, - 0x22083c82, 0x160c120e, 0x15071806, 0x26030312, 0x19073d39, 0x050a1610, 0x441e2106, 0x2d0a153e, 0x1d20443a, 0x82002c25, 0x00052100, 0x2a050b4f, - 0x000800a1, 0x00210011, 0x823a0031, 0x163228f3, 0x2b061415, 0x87273501, 0x4d252008, 0x112f0f97, 0x21232634, 0x11150622, 0x21331614, 0x87033632, - 0x31012728, 0x191b1c18, 0x0584623a, 0x21140127, 0xfe213030, 0x2e0583e2, 0x1a255d01, 0x251ae2fe, 0x1e011a25, 0x847d251a, 0x1ba32c1f, 0x621b1715, - 0x16161b9c, 0x8861621b, 0x211e2428, 0x8391fe30, 0x21308624, 0x20842801, 0x00002a08, 0xff0b000a, 0x01b401df, 0x002200a0, 0x004d0045, 0x005d0055, - 0x00730068, 0x008b007f, 0x37000096, 0x15012f22, 0x23060714, 0x2e088231, 0x34013d26, 0x3236013f, 0x1416011f, 0x8217010f, 0x060728cf, 0x32170607, - 0x49061517, 0x21830652, 0x1f823320, 0x33343537, 0x33163332, 0x16363732, 0x3637011d, 0x34262202, 0x14163236, 0x20038216, 0x200b8206, 0x200f8616, - 0x22e18306, 0x8223010e, 0x2207240e, 0x8435012e, 0x010e2824, 0x34352622, 0x8233023e, 0x2334822c, 0x020e1415, 0x17222083, 0x89821e32, 0x36303d83, - 0x740101ac, 0x03040303, 0x05051602, 0x03050264, 0x3f080682, 0x0102754b, 0x9402030c, 0x04010209, 0x02030265, 0x0a056502, 0x054a0203, 0x07060101, - 0x04020808, 0x1419034a, 0x0d140d0d, 0x0e0e131f, 0x135f0d13, 0x0e130d0d, 0x070e1360, 0x0d0a060a, 0x060b0629, 0x0d331a82, 0x040d133f, 0x09050806, - 0x0e139c0e, 0x04090604, 0x82170d0a, 0x242e8219, 0x4401d70d, 0x086e8256, 0x020d0127, 0x02067306, 0x0c02023a, 0x2b030b03, 0x03020145, 0x03100a01, - 0x051a0991, 0x01013a03, 0x1a06023a, 0x862b020a, 0x26168204, 0x2b860204, 0x832c0101, 0x03142156, 0x0e226b82, 0x48834713, 0x0e041323, 0x22738209, - 0x8446130d, 0x32188279, 0x050a0d24, 0x0d040608, 0x0a0d4514, 0x04060904, 0x823b130e, 0x83092074, 0x040031a5, 0xd0ff1000, 0xb001f001, 0x14000700, - 0x39002b00, 0x3609e552, 0x26273713, 0x3537013d, 0x14150607, 0x37153716, 0x2223012e, 0x82170706, 0x013f3415, 0x17161736, 0x010f1416, 0x35013e13, - 0x15012f34, 0x82151417, 0x9d2c080d, 0xc68d8dc6, 0x091b6a8d, 0x09670e05, 0x1fc2912d, 0x5f373056, 0x0901491e, 0x07280707, 0x03072108, 0x59190102, - 0x0ef1067d, 0xb0010905, 0x2f082982, 0xf0fec68d, 0x060407cd, 0x120b0214, 0x5a34211f, 0x232503fc, 0x132b3328, 0x04050804, 0x1f080823, 0x02040204, - 0x02affe01, 0x19195980, 0x0c020b20, 0x0724c482, 0x07000000, 0x68280382, 0x18018002, 0x18000d00, 0x3306fb42, 0x0050004c, 0x27233700, 0x33272307, - 0x17333717, 0x16333733, 0x2309f941, 0x34353217, 0x1524bc82, 0x23061714, 0x28050442, 0x35173233, 0x27231533, 0x20db8222, 0x201d8233, 0x05064d17, - 0x3326f082, 0x32331415, 0x4282013d, 0x23156e08, 0x1d1d25b2, 0x1b262d26, 0x011d231e, 0x3b12241c, 0x141d1023, 0x1f3f221d, 0xc10b121f, 0x1a121a0c, - 0x191a1c0b, 0x1e20220c, 0x1e0e0f1d, 0x0d01209e, 0x22141919, 0x09221a16, 0x756c2626, 0x7474ab75, 0x232c7676, 0x101e131e, 0x27453b24, 0x27131528, - 0x1d131307, 0x12251b12, 0x2866ab3e, 0x28271710, 0x1a151266, 0x1e464c19, 0x25574123, 0x0ab34700, 0x39000f25, 0x43010000, 0x05240ebb, 0x07063736, - 0x26200383, 0x1723ca82, 0x82062726, 0x272621ce, 0x1725bf82, 0x011e2706, 0x29d98233, 0x32331627, 0x3435013e, 0x41519001, 0x2f25080a, 0x13130e13, - 0x16140815, 0x281f1c13, 0x09355307, 0x1e0e101e, 0x06100e17, 0x2d241522, 0x372e0709, 0x01295839, 0x0b2b51a0, 0x0e9f2408, 0x0d020814, 0x15040c17, - 0x40052130, 0x1423120f, 0x18010801, 0x02030524, 0x011c1914, 0x2d543a1e, 0x52010005, 0x24200833, 0x2b2aa988, 0x37333501, 0x3b343523, 0xa2823501, - 0x1d010e28, 0x33152301, 0x12522315, 0x2d948407, 0x450b3a89, 0x1b1c1f28, 0x3f18291d, 0xa683893f, 0x98327b87, 0x3d262f48, 0x1e2c1605, 0x1c984837, - 0x14600114, 0x0082001c, 0x67880420, 0x14000f26, 0x35001c00, 0x24111741, 0x23353313, 0x07885215, 0x2e26fd82, 0x06222302, 0x14822307, 0x34353331, - 0x1e323336, 0x01011d02, 0x13130da0, 0x8380fe0d, 0x01673c05, 0x17201143, 0x01162017, 0x21100640, 0x07211718, 0x10434001, 0x05100c17, 0x87a00102, - 0x82012024, 0x80fe3c2a, 0x17f3d6d6, 0x1f17171f, 0x1875f6fe, 0x140f1d22, 0x6ad61d0e, 0x140a1e19, 0x82680c0f, 0x8a09209b, 0x00562e9b, 0x0063005b, - 0x00700069, 0x007d0077, 0x20a59285, 0x209a823e, 0x34998226, 0x17161415, 0x26343516, 0x22010e35, 0x2627012e, 0x34273027, 0x3a128233, 0x2e373637, - 0x37343503, 0x16363726, 0x3236011f, 0x17023e17, 0x15160716, 0x82020e14, 0x1c200805, 0x26141501, 0x36332606, 0x22233407, 0x32331415, 0x26270626, - 0x36271736, 0x17060726, 0x27362716, 0x16210782, 0x20068226, 0x21138206, 0x14832227, 0x080b0542, 0x3d32e53b, 0x5d454561, 0x010c323e, 0x0e110602, - 0x0b07030e, 0x09100807, 0x08022011, 0x0b191412, 0x060a0910, 0x14080917, 0x0b04142b, 0x080a0619, 0x141a0c11, 0x07530b12, 0x0c040301, 0x2e008204, - 0x0403020d, 0x01090302, 0x02010205, 0x83020703, 0x06042e00, 0x03020203, 0x02010402, 0x03010102, 0x0d414202, 0x1180fe30, 0x5d443757, 0x5737445d, - 0x010a0211, 0x22820820, 0x13090a37, 0x01030705, 0x0f0f1d10, 0x0e050207, 0x1116161e, 0x09021914, 0x3d008205, 0x020a0702, 0x15121518, 0x050e1e16, - 0x0e150902, 0x400a0129, 0x05010501, 0x06020303, 0x09820105, 0x06010223, 0x216c8202, 0x1182010b, 0x09050122, 0x07217984, 0x33788201, 0x00000201, - 0x00000100, 0x0002f0ff, 0x30009001, 0x16010000, 0x2605cd45, 0x32331627, 0x84262237, 0x022e2b06, 0x1716013d, 0x37343526, 0x0683011e, 0x32333623, - 0x064c4317, 0xcb015208, 0x74492801, 0x0b495846, 0x233a490e, 0x090a0a35, 0x26180e0e, 0x2f191616, 0x4071270f, 0x2e2b3d02, 0x0c1f241f, 0x161e1e22, - 0x09042801, 0x36576935, 0x292d012f, 0x0503011f, 0x02192b1e, 0x3820010d, 0x3a31191c, 0x2b0c0c03, 0x1207213e, 0x0d041525, 0x2e8f8220, 0x01cbff08, - 0x00b801f8, 0x2500001e, 0x43070614, 0x8a461316, 0xf8012306, 0x12435978, 0x7859290b, 0xc091ce91, 0xad0e8b5c, 0x28090e43, 0x5c8b0ead, 0x00919167, - 0x22e78208, 0x82f001d3, 0x07210857, 0x14000e00, 0x6d006500, 0x7d007500, 0x00008400, 0x06231437, 0x36333435, 0x16173606, 0x37270607, 0x21058232, - 0xce461326, 0x073c0805, 0x3c352606, 0x27343501, 0x3435043e, 0x27362726, 0x010f0626, 0x2e072226, 0x17060702, 0x1e141506, 0x07061703, 0x2726010e, - 0x012f012e, 0x011e1722, 0x021e011f, 0x14013f32, 0x06141516, 0x35231482, 0x85033634, 0x843c8256, 0x1726215e, 0x262f0f8c, 0x050605a6, 0x05032106, - 0x05010105, 0x82010528, 0x44472e07, 0x4b5d4374, 0x16110908, 0x0e132418, 0x0801820c, 0x0d220a33, 0x1e411f0c, 0x09251205, 0x0e170c0f, 0x15192212, - 0x150a030d, 0x13060a20, 0x14160607, 0x04030e07, 0x16181404, 0x09010707, 0x8d5e4c08, 0x0303022c, 0x20038202, 0x2d038209, 0x04030101, 0x04040222, - 0x04040302, 0x00830309, 0x0433052a, 0x01030501, 0x01020804, 0x07331682, 0x08010206, 0x70408001, 0x19835344, 0x01060802, 0x8220143f, 0x0e3d084e, - 0x131c2816, 0x251f0f18, 0x09080d03, 0x0b040909, 0x1f25030f, 0x281c2119, 0x02050e16, 0x0404160c, 0x0d0b110c, 0x040f0101, 0x0c080712, 0x01010410, - 0x0601300c, 0x83190208, 0xfe8c6853, 0x2c7f86a7, 0x0201020a, 0x02020302, 0x04040321, 0x3d038203, 0x04050311, 0x00090202, 0xff000001, 0x01f001c8, - 0x004a00b8, 0x06140000, 0x36272223, 0xbf4d013f, 0x43342005, 0x372508e6, 0x3637013e, 0x05404d27, 0x1415162d, 0x2223010e, 0x023e3726, 0x822e3435, - 0x15062a09, 0x15041e14, 0x06070617, 0x050c4217, 0x91f00137, 0x18232667, 0x20061006, 0x58493713, 0x1c574c41, 0x01010716, 0x34ff8205, 0x2e333d12, - 0x1524153a, 0x02041613, 0x0f06060c, 0x011a130a, 0x089a8201, 0x05190147, 0x57470505, 0x2701ce91, 0x280b91ce, 0x100c3b19, 0x523d4159, 0x391d3e58, - 0x0206030a, 0x03040317, 0x412b2217, 0x34212c39, 0x0a121b1d, 0x090a1b24, 0x1a220910, 0x07070904, 0x01010404, 0x2e191467, 0x674e7e1b, 0x0acf4591, - 0x00005228, 0x06141101, 0xcf86012b, 0x220cb744, 0x95363437, 0x262722d0, 0x26cf8307, 0x0e011f02, 0x821f1605, 0x352639dd, 0x33363411, 0x01163221, - 0xf6141cc0, 0x060f0616, 0x3a251220, 0x4b415721, 0x0620d584, 0x3226d484, 0x23153a2d, 0xd4821216, 0x19070b28, 0x01080f1b, 0xef820202, 0x07050d23, - 0x23008201, 0x1c145903, 0x27050846, 0xa0fe7001, 0x17241c14, 0x282edd82, 0x513d2a46, 0x381c3e57, 0x0107030b, 0xde820416, 0x2b212208, 0x202c3840, - 0x121a1c34, 0x091b230b, 0x1c04041e, 0x0c06140f, 0x02020609, 0x20143715, 0x0d11160c, 0x20458501, 0x055b4c1c, 0xe0ff002c, 0xa001c001, 0x2b000f00, - 0xa7453700, 0x36322812, 0x23273435, 0x820e3315, 0x012e22c4, 0x22c48235, 0x52371732, 0x252505c7, 0x23352335, 0x221b8215, 0x45353315, 0x74380b5d, - 0x5e02352b, 0x1a1c0339, 0x24111c11, 0x1b10181a, 0x3b29271c, 0x1d05013b, 0x19450083, 0x36bc330e, 0x2208082c, 0x1d111c0f, 0x0f251a11, 0x523b1a1a, - 0x2784523b, 0x02001d38, 0x00000c00, 0x80017402, 0x27001b00, 0x16250000, 0x23061415, 0x81842622, 0x81820720, 0x15010e2c, 0x32331614, 0x35233736, - 0x86823305, 0x36088c82, 0x33353335, 0x66038201, 0x70705052, 0x34354b50, 0x37202e1e, 0x32314620, 0x016d0536, 0x3838386e, 0xdc383737, 0x69530f11, - 0x3270a070, 0x38201d32, 0x36473221, 0x8207431c, 0x38382419, 0x82000300, 0xc0012300, 0x0982c001, 0x82000e21, 0x23332471, 0x83273311, 0x82322070, - 0x010e2c7a, 0x34352301, 0x2223022e, 0x82011d06, 0x15290818, 0x33013e33, 0x15021e32, 0x2e5d5d64, 0x2c202016, 0x01190f20, 0x08025d7c, 0x17211115, - 0x0a015a5d, 0x2d22202e, 0x2b010917, 0x2e1a8229, 0x190e1620, 0x92acfe0f, 0x0e1b1511, 0x8294232a, 0x1d142714, 0x21302915, 0x72820400, 0xe001002f, - 0x0a008001, 0x4c003300, 0x00005400, 0x34e58336, 0x3435012e, 0x14053236, 0x23050e07, 0x042e012a, 0x34352627, 0x23038337, 0x36171632, 0x82057d50, - 0x16072a93, 0x23263407, 0x22060722, 0x05634327, 0x3b031e27, 0x023e3201, 0x06f44b26, 0x13baa108, 0x07110c12, 0x39012313, 0x291b0912, 0x1c183720, - 0x18360f1c, 0x081c182d, 0x0e082a14, 0x2a193123, 0x19262a2f, 0x080f2231, 0x22284027, 0x30152c0c, 0x220d2b15, 0x2a1c1328, 0x1e301826, 0x641a2f30, - 0x23131323, 0x24268a14, 0x130b1814, 0x243b0424, 0x09101b13, 0x04030103, 0x1019100b, 0x30413728, 0x1d171918, 0x090a1410, 0x171d0f14, 0x772e1719, - 0x03063023, 0x23300603, 0x0d152619, 0x2b140704, 0x24262456, 0x00002624, 0x00000001, 0x010a0205, 0x0013007b, 0x37232500, 0x012b2636, 0x23132303, - 0x23080382, 0x17322127, 0xcd010716, 0x10033461, 0x613c3110, 0x613c533b, 0x74012d3c, 0x0d25243e, 0x1310f305, 0x1601eafe, 0x60230383, 0x4a3d2d2d, - 0x48080613, 0x00a00180, 0x00150004, 0x03211100, 0x37012707, 0x0f331723, 0x23012f01, 0x3f33011f, 0x01272301, 0x9d9d2380, 0xf1051101, 0x3506a70c, - 0x062f0436, 0x0e610163, 0xa00104b0, 0x343474fe, 0x92300c01, 0x260e0e3e, 0x951b1b4c, 0x06e74331, 0x4f82e020, 0xa4820f20, 0x37274c82, 0x3f170733, - 0x83372101, 0xe0013301, 0x14c1df40, 0x86740852, 0x10b3fe13, 0xfe0b4d01, 0x448211b2, 0x5050903a, 0x2c2c295f, 0x52355261, 0x03000300, 0x8401c0ff, - 0x2e00c001, 0x54004100, 0x1629db82, 0x07010e07, 0x22352315, 0x34048423, 0x16333237, 0x3537013e, 0x2207012e, 0x37163523, 0x36153335, 0x35048233, - 0x1617041e, 0x16321527, 0x043e3236, 0x042e3435, 0x16320706, 0x0984063e, 0x3601233b, 0x4706074d, 0x0d193142, 0x0a580931, 0x0d110703, 0x1703010c, - 0x5403051d, 0x0813830d, 0x1d20135c, 0x06010d14, 0x0a1301ce, 0x0c130e15, 0x1209060b, 0x1a0f1b11, 0x0c170101, 0x0e161019, 0x150b070d, 0x20102113, - 0x5212cd01, 0x44042c35, 0x3a444343, 0x08080101, 0x010710d9, 0x4f010134, 0x4f4d014e, 0x120c0702, 0x543a101b, 0x03010160, 0x0e0a0804, 0x0b110c09, - 0x01010206, 0x108301fb, 0x100a0927, 0x0b130d0a, 0x20108208, 0x34008200, 0x000e0002, 0x01320200, 0x00240080, 0x01000027, 0x011d031e, 0x82e58314, - 0x22232ce8, 0x2e272627, 0x34352701, 0x83013e37, 0x32333b02, 0x05011e17, 0x26022737, 0x01020503, 0x121a050b, 0x2c2c6a13, 0x0a272aab, 0x0e8a0505, - 0xfe1a1232, 0x018f8fc7, 0x23240c44, 0x5a090a1e, 0x051a112b, 0x0b281f83, 0x17431325, 0x122b5918, 0x29080e85, 0x52e81a05, 0xff020051, 0x01dffffe, - 0x00a00182, 0x00230010, 0x07303700, 0x22012b06, 0x27013f26, 0x013b3626, 0x07251732, 0x11831617, 0x3e012f24, 0x11833702, 0xa3163108, 0x410a0846, - 0x45020506, 0x0606032c, 0x01070b41, 0x035b9009, 0x0b420605, 0x1f015c07, 0x0a072948, 0xee050642, 0x05090c7c, 0x09054c7a, 0xa7fd560c, 0xa92a0582, - 0x487f3602, 0x0000090c, 0xc74a0300, 0x0020220a, 0x13134531, 0x37363724, 0x84822627, 0x011f0628, 0x33160607, 0x0c833625, 0x82060721, 0x22908288, - 0x45012f36, 0x5c320b0d, 0x02300508, 0x2e080520, 0x1f020305, 0x04040231, 0x04820a01, 0x05072f2c, 0x05420266, 0x04042f08, 0x13454202, 0x09e0320e, - 0x09370355, 0x57360406, 0x04d60604, 0x03b30906, 0x200d8278, 0x859a8277, 0x1002299b, 0x0700a001, 0x13000b00, 0x072b9b82, 0x37270717, 0x37113727, - 0x82350717, 0x82172007, 0x0801220f, 0x24008f84, 0x54554c01, 0x27028254, 0x5594fe54, 0x54c45455, 0x0d820082, 0x06000028, 0xe0ff0200, 0x4f827e01, - 0x27092b5c, 0x2500001b, 0x013f2707, 0x5b825782, 0x82013f21, 0x15132804, 0x35173523, 0x82211533, 0x01300803, 0x08c30923, 0x19991af7, 0x11b6107a, - 0x77207785, 0x28f0c834, 0x892899fe, 0x2e272927, 0xa81e811f, 0x93255424, 0xfea018a0, 0x502828d0, 0x78a0a078, 0x0522b783, 0x6782ffff, 0xa101c122, - 0x0f26b782, 0x33001700, 0x594f6b00, 0x5f162009, 0x36200635, 0x3305ff55, 0x14161732, 0x07010e07, 0x26272206, 0x35022e27, 0x36373426, 0x322a0183, - 0x03011e17, 0x043c023e, 0x1884012e, 0x23012a25, 0x820e022a, 0x073c0827, 0x011c020e, 0x1e021c15, 0x17161702, 0x013a021e, 0x3e023a33, 0xb0363701, - 0x60434360, 0x2c3e5443, 0xdd2c3e2c, 0x1010160f, 0x01015c16, 0x1b3d4303, 0x213d1b82, 0x0207100d, 0x21210302, 0x43370d84, 0x0204032d, 0x0c030402, - 0x2319081f, 0x02022915, 0x19231628, 0x820c1f08, 0x02012515, 0x1e0d0204, 0x03211685, 0x21168427, 0x56823301, 0x7b604322, 0x2c225682, 0x5783a23e, - 0x83360f21, 0x02432253, 0x2a518202, 0x141e200c, 0x3c1c821b, 0x83032221, 0xe3fe216d, 0x16223b82, 0x3a850528, 0x678a5183, 0x131d0426, 0x0716151e, - 0x16826884, 0x7b420d20, 0x0017220c, 0x117b421f, 0x2b411220, 0x07334106, 0x260b6942, 0x25253546, 0x84c42535, 0x0e524205, 0x1882e120, 0x00200287, - 0x03200082, 0x2a08af49, 0x000a0002, 0x13000011, 0x41242317, 0x133b067e, 0x37330727, 0x41f81733, 0x91390182, 0xce9191ce, 0x1e94942d, 0x0122a822, - 0x83716218, 0xfe91340e, 0x34dfdfb5, 0x00020034, 0x01dfff06, 0x00a101fa, 0x821a0016, 0x21480841, 0x15163332, 0x06031514, 0x2e222123, 0x34032701, - 0x023e3435, 0x17233701, 0x01d30116, 0x02440d02, 0x05bafe0e, 0x44010609, 0x01060403, 0x1c9d1921, 0x0d03a001, 0x5ffe0201, 0x0508050d, 0x01029c01, - 0x02050603, 0x9393d6fe, 0x01349f82, 0xc0ff0700, 0xc0013a01, 0x00002900, 0x23010e05, 0x3d022e22, 0x3d2c0582, 0x3e373401, 0x3b363701, 0x011d3201, - 0x0806665b, 0x16141547, 0x16173637, 0x0116011f, 0x21350c36, 0x0d1e3e2a, 0x2a0b0a2f, 0x0f010328, 0x0a540a46, 0x2123540a, 0x02050409, 0x0d200416, - 0x2c2e1c13, 0x440a9017, 0x420e040c, 0x730a1025, 0x850a520a, 0x040c151b, 0x40070102, 0x5076820a, 0x0d490c73, 0x36012a12, 0x2726012f, 0x26060726, - 0x827d823d, 0x012b358c, 0x012b3435, 0x07060722, 0x14011d06, 0x1415013b, 0x3233021e, 0x3b0c7050, 0x0e02020e, 0x05030301, 0x06341615, 0x2c063406, - 0x31040109, 0x081e0607, 0x2a1b2613, 0x2b0ea541, 0x28070294, 0x02010104, 0x53110d08, 0x482d2a82, 0x11380a06, 0x062b0703, 0x1c1c0e5a, 0x089b8212, - 0xdfff037c, 0xa0017d01, 0x28001f00, 0x14250000, 0x07010e17, 0x22232622, 0x2e062306, 0x35262701, 0x32373634, 0x3e323316, 0x17161702, 0x27062706, - 0x013e3726, 0x3f011637, 0x203a0c3d, 0x11112e0e, 0x31160b2f, 0x450e081d, 0x06380f2e, 0x1d161504, 0x331c390c, 0x04252038, 0x12260c1d, 0x1d3fb303, - 0x12015026, 0x36320112, 0x3f272a16, 0x07140146, 0x05010609, 0x266e1e28, 0x0e202803, 0x72820114, 0x50000021, 0x2f44097f, 0x11002207, 0x054b6037, - 0x33351724, 0x0b820315, 0xb8b8b824, 0x0082f414, 0x1a62012d, 0xb096acb2, 0x01d4b202, 0x42d6229e, 0x002e0573, 0x01400240, 0x00070086, 0x002a000f, - 0x5b492400, 0x04142105, 0x3f280786, 0x34353601, 0x010f2223, 0x0721d382, 0x23048227, 0x011f1415, 0x2c08e382, 0x01012e21, 0x0e0e13ae, 0xe8fe0f13, - 0x130f0f13, 0x0230fa0e, 0x3103060a, 0x3a41413a, 0x0a060331, 0x4e3f3002, 0x06400206, 0x140e924e, 0x0802870e, 0x02538343, 0x55050a03, 0x05551b1b, - 0x5302030a, 0x49497822, 0x0a000078, 0xbdff0900, 0xc101b501, 0x19000b00, 0x7e006b00, 0xa8009000, 0x0a01c400, 0x43012901, 0x23130000, 0x36373427, - 0x23141617, 0x22072622, 0x350b8335, 0x22070632, 0x13063031, 0x07061516, 0x0607020e, 0x26270607, 0x1d820627, 0x23020e22, 0x2e210c83, 0x200f8202, - 0x05054c26, 0x68363721, 0x0e820529, 0x342b0882, 0x023e012e, 0x021e3233, 0x68061706, 0x07220575, 0x01841716, 0x82060321, 0x36262607, 0x07011e33, - 0x31138222, 0x22262736, 0x17062207, 0x26273036, 0x1e323736, 0x47821501, 0x83072621, 0x021e2324, 0x0c821633, 0x2e245e82, 0x23262701, 0x03222682, - 0x83422636, 0x010e2105, 0x25838c83, 0x1e250382, 0x36161702, 0x202a8335, 0x252e8435, 0x33071617, 0x58822736, 0x17222722, 0x26226582, 0xa5822623, - 0x2720c085, 0x27224983, 0x3d82040e, 0x36372622, 0x67830582, 0x07269682, 0x25162306, 0xcf832734, 0x820e0721, 0x2227236c, 0x1d820631, 0x5d821420, - 0x3637162b, 0x03023e37, 0x16323726, 0x21298231, 0xe6843233, 0x82321721, 0x2306351e, 0xdd262722, 0x02010202, 0x01030304, 0x03031602, 0x01010204, - 0x3d080e82, 0x0d0110dc, 0x06111705, 0x0d1b1b16, 0x250c0101, 0x0a0f0707, 0x1307040c, 0x15081f19, 0x050f0618, 0x03020705, 0x0d050301, 0x0b01040e, - 0x0f0a0404, 0x0203142b, 0x210f0801, 0x0d201719, 0x31820108, 0x210c0a26, 0x020d110d, 0x07260082, 0x05c10404, 0x02820802, 0x06060622, 0x4c083482, - 0x0a0f0309, 0x0e301d08, 0x01060c06, 0x03060105, 0x06040205, 0x06160c01, 0x030c0302, 0x0a06080d, 0x0412021a, 0x0f040f05, 0x0c0c0e04, 0x010a010f, - 0x0a140228, 0x02080a0c, 0x0d060309, 0x0203040b, 0x04070203, 0x0c241903, 0x391f3218, 0x3a35821b, 0x23031005, 0x0605051c, 0x08050425, 0x0d07041b, - 0x05060913, 0x0d191205, 0x82020f07, 0x121834a5, 0x02030901, 0x0b050104, 0x0d020c08, 0x0c1b1801, 0x82051604, 0x1326082d, 0x030b0d19, 0x010a0d04, - 0x05040e06, 0x10070404, 0x11091706, 0x040a0102, 0x060a0202, 0x18170b05, 0x15200914, 0xaf8204ff, 0x0c030527, 0x02120c0c, 0x2af0820c, 0x08070704, - 0x0e0e0b14, 0x82450103, 0x020125e3, 0x02020301, 0x04820582, 0xfe020124, 0xa58312e9, 0x070c0b2a, 0x1902021a, 0x06010403, 0x10241d83, 0x04110604, - 0x28084583, 0x05150b09, 0x07040810, 0x05050a05, 0x030f0203, 0x332e1d18, 0x2005251c, 0x10172219, 0x22231d13, 0x101c0e0e, 0x2a23280e, 0x2e588225, - 0x10110502, 0x0b0b3901, 0x0f090302, 0x82091201, 0x17112cf3, 0x0b290510, 0x16050105, 0x82090601, 0x0eaf083f, 0x08053c13, 0x0b020708, 0x010f0104, - 0x060c0d05, 0x09020502, 0x0ba8fe0e, 0x0e240435, 0x02090202, 0x0505030d, 0x0e060704, 0x08130612, 0x06050406, 0x1132080f, 0x08151306, 0x06150c1c, - 0x0e0c101c, 0x13110f14, 0x0c071823, 0x1f021831, 0x0a322e21, 0x05020105, 0x010f0e01, 0x03020108, 0x141a190b, 0x1f1f041b, 0x01163320, 0x10131824, - 0x120e0c12, 0x0c090a0f, 0x04100904, 0x06031012, 0x020b0701, 0x10051904, 0x26031c0b, 0x02150d17, 0x110b1702, 0x0423010c, 0x02050503, 0x08020a0a, - 0x06010501, 0x0a0a0407, 0x00070003, 0x01c8ff08, 0x82b801f8, 0x00112a09, 0x0022001a, 0x0036002e, 0x093b483c, 0x020e252b, 0x36171607, 0x2e272617, - 0x22088201, 0x8327023e, 0x26372f10, 0x3e171407, 0x27263702, 0x17142706, 0x0882011e, 0x17010e23, 0x08168236, 0xce99163c, 0x91ce9191, 0x13069c01, - 0x0909233a, 0x47014b49, 0x2b336427, 0x11372224, 0x21301ee1, 0x24655e06, 0x361137a4, 0x0a072548, 0x2e526e6c, 0x200d3374, 0x4de6593d, 0x1d453f0e, - 0x3882b801, 0xce913608, 0x2a14081f, 0x0a16140e, 0x23524a10, 0x43390c19, 0x2813260c, 0x21392c0e, 0x86411b01, 0x381e3c52, 0x12120a2e, 0xaa030220, - 0x4d170e25, 0x2e4b1453, 0x0b145a34, 0x095b4650, 0xa001c124, 0x575e1b00, 0x14152505, 0x27222306, 0x26200382, 0x2305dc4d, 0x17323336, 0x16280382, - 0x32071415, 0x27343536, 0x0336d382, 0x32333435, 0x3233011e, 0x3435023e, 0x15062226, 0x17071e14, 0x3984021e, 0x23022e22, 0x162c1083, 0x4217a901, - 0x161e262e, 0x04785516, 0x36080988, 0x5b432dc7, 0x0e110b05, 0x142a0511, 0x070b1319, 0x4405070c, 0x09034157, 0x19091208, 0x11051f0a, 0x13180d0c, - 0x130d1c12, 0x470f0e0a, 0x2e261e94, 0x78041742, 0x88171555, 0x72270809, 0x1539292d, 0x04040201, 0x16070807, 0x09051110, 0x1f18070b, 0x120b2928, - 0x060a0a0e, 0x01070307, 0x090b0305, 0x820e0f0c, 0x1b0d3961, 0x00020026, 0x01b6ff00, 0x00bd0174, 0x003f0016, 0x16320100, 0x030e010f, 0x20061947, - 0x05fc5027, 0x26360522, 0x062f1082, 0x3f141115, 0x3b013e01, 0x013e3201, 0x84373637, 0x3d262514, 0x023e3401, 0x71081283, 0x43013502, 0x3007141d, - 0x11090402, 0x0304530d, 0x140d8102, 0x01191912, 0x07080101, 0x020907db, 0x0b090759, 0x04070549, 0x02070401, 0x095a070a, 0x0805030b, 0x06036a04, - 0xbd010305, 0x09f32120, 0x03071008, 0x080f9503, 0xb2011707, 0x074a1d11, 0xfe060b0b, 0x6c0202ad, 0x06050508, 0x07251602, 0x0d090c0b, 0x03050804, - 0x03050303, 0x03000000, 0xff50ffff, 0x00122306, 0x4d570023, 0x010e2708, 0x26222123, 0x96823435, 0x13333624, 0xb8843435, 0x14011d23, 0x21b6831e, - 0x10853736, 0x88010e21, 0x88013511, 0x1a0f2117, 0x17b0fe0f, 0x8d172121, 0x0b530b10, 0x070c0810, 0xc1260582, 0x07510b10, 0x0c82070d, 0x100b5128, - 0x1721a001, 0x2782b0fe, 0xab17212e, 0x2117287d, 0x0bfeadfe, 0xfe0b1010, 0x10221d82, 0x32848e7b, 0x0b838e20, 0x02209782, 0x22089f49, 0x421b0007, - 0x052c09ed, 0x2726023e, 0x0e070626, 0x012e2701, 0x16230582, 0x4291011f, 0x6b3305cf, 0x0c010503, 0x0c21170b, 0x0c0c260c, 0x0a0e1722, 0x42710506, - 0x513406b0, 0x16151005, 0x0e090b08, 0x0e0e010d, 0x200a0b09, 0x00990717, 0x013d0082, 0x20001200, 0x60013402, 0x00004d00, 0x07020e01, 0x30171406, - 0x1617041e, 0x2e22012b, 0x05515003, 0x36067351, 0x35022e27, 0x32013b34, 0x011e1716, 0x3d363233, 0x35032e01, 0x82013e34, 0x011d2911, 0x3e373214, - 0x36013f01, 0x7e080c82, 0x29032102, 0x06060122, 0x1316120d, 0x1b07030f, 0x0c0a073b, 0x280a140a, 0x01040c13, 0x602f1b10, 0x0e2d2224, 0x0b0b3b14, - 0x103d1504, 0x08010506, 0x07040708, 0x13105d04, 0x09241312, 0x3b120709, 0x0f4a0118, 0x09013344, 0x120e0a08, 0x08181718, 0x0c0a0419, 0x0e260a16, - 0x0c0a1021, 0x2e34380b, 0x110a305b, 0x603d0d0a, 0x0e570d09, 0x040a0914, 0x16040604, 0x15121174, 0x1113143c, 0x83070000, 0x090231d3, 0x0d00a801, - 0x30002600, 0x4a003e00, 0x5c005400, 0x3639db82, 0x26060726, 0x16363736, 0x26010e07, 0x35262203, 0x37363734, 0x07161736, 0x21138306, 0x09831606, - 0x36060724, 0x1f82012e, 0x37011e27, 0x1e361336, 0x20318201, 0x25378537, 0x27010e03, 0xe482012e, 0x272afc82, 0x06070626, 0x013e011e, 0x53823726, - 0x16173008, 0x97013637, 0x0b121906, 0x260a050c, 0x13030c33, 0x8255bd0d, 0x2c3c484c, 0x03060103, 0x13493c0f, 0x42060402, 0x44400304, 0x405f0934, - 0x82085340, 0x45590804, 0x10265532, 0x11062506, 0x0e0c374a, 0x410c4306, 0x0d171e20, 0x201e3c0d, 0x160a631b, 0x14050606, 0x17060c17, 0x09050609, - 0x0105050a, 0x041c120e, 0x02130e02, 0x0a243908, 0xfdfe0d03, 0x4c433d4c, 0x27030448, 0x050b140e, 0x07311d1b, 0x35140304, 0x692e2b35, 0x06073353, - 0x08048344, 0x0a770130, 0x13305a2e, 0x5235130c, 0x1511030b, 0x1c1dccfe, 0x1b35090b, 0x08081a1b, 0x08040133, 0x0a130a09, 0x11141408, 0x04090803, - 0x000a0904, 0x5f450300, 0x00b43506, 0x00130009, 0x1300001e, 0x26070614, 0x013e3435, 0x27221337, 0x66080582, 0x0617011e, 0x3d032e37, 0x15011e01, - 0x4252d614, 0x3a5e363a, 0x2d383f29, 0x3f0b0b3f, 0x217f372d, 0x58162736, 0x52170176, 0x5a452085, 0x0a45693d, 0x1c1e14fe, 0x512e2e51, 0x0f581e1c, - 0x294d3f33, 0x5c8a0f9d, 0x0100005a, 0xcaffffff, 0xb6018001, 0x00005200, 0x26020e25, 0x010e012f, 0x33342223, 0x0e373632, 0x82012e01, 0x021e226a, - 0x080b8317, 0x052e22aa, 0x021e3627, 0x3536011f, 0x3736032e, 0x0f06021e, 0x15011c01, 0x32043e34, 0x2f030e17, 0x3e070601, 0x80011603, 0x2d31320f, - 0x611f0e0e, 0x300c0c39, 0x25131d51, 0x1f0f2c2f, 0x111f2537, 0x02070f07, 0x1a131306, 0x0c121717, 0x23342402, 0x03050415, 0x0f1d0e04, 0x26231305, - 0x05060505, 0x180f0d04, 0x0113231a, 0x0e292a1e, 0x030d070e, 0x3726260d, 0x02272687, 0x3e07080a, 0x333b1848, 0x2d090407, 0x0a060d27, 0x240c1515, - 0x0101012c, 0x14100804, 0x060d141f, 0x0c0d1f1c, 0x0b031322, 0x1a362424, 0x282b2a0d, 0x19010d0c, 0x70086982, 0x08100f11, 0x11322507, 0x29020206, - 0x170c0425, 0x00000a0b, 0xff110004, 0x01af01c0, 0x000c00c0, 0x00140010, 0x3700001e, 0x06141521, 0x3507012b, 0x3d262223, 0x25152102, 0x27152135, - 0x011d1632, 0x36343521, 0x9c011233, 0x57131b26, 0x01261bb0, 0x0164fe9c, 0x261b419c, 0x1b2664fe, 0x271d1674, 0x1d275a5a, 0x6e55552d, 0x28c75555, - 0x1c16161c, 0x061b4428, 0x2007b355, 0x11214e34, 0x36052108, 0x36072627, 0x07060716, 0x2e272606, 0x0e220701, 0x36170703, 0x021e3233, 0x16171617, - 0x36373233, 0x080c9e4c, 0x32035024, 0x210f1842, 0x1b140103, 0x17041018, 0x15100613, 0x0f071d0f, 0x0a070415, 0x0708090c, 0x2d1c1304, 0xa74c4041, - 0x3f963f0d, 0x094e0301, 0x20101609, 0x1c661e2a, 0x11080219, 0x13061a0d, 0x1c230c0f, 0x330e1921, 0xa3825254, 0x43510820, 0x00083108, 0x001d0014, - 0x0034002b, 0x004b0042, 0x37000057, 0x2805664e, 0x3417013b, 0x1d163236, 0x230e8301, 0x26221335, 0x072e0d85, 0x06141632, 0x2622012b, 0x013e3435, - 0x14830533, 0x27200f83, 0x3d222583, 0xc7833401, 0x03150122, 0x22242483, 0x37013d26, 0x3b213683, 0x310e8301, 0x261c5e23, 0x2f131c1c, 0x1c271b18, - 0x2f1b271c, 0x08821b14, 0x82132f21, 0x13762712, 0x0d150d1c, 0x1f8a3301, 0x160d1323, 0x22218d0c, 0x8c85131c, 0x131c2131, 0x5282309e, 0x8ccdfe21, - 0x21f68272, 0xaf480600, 0x05260808, 0x37002f00, 0x49004100, 0x00005100, 0x012e011b, 0x14053435, 0x3727010f, 0x06072636, 0x06262723, 0x33163316, - 0x0f860717, 0x82232221, 0x17323bed, 0x06222322, 0x16171415, 0x17161707, 0x27222306, 0x14151613, 0x36370706, 0x1b513435, 0x12670807, 0x06222634, - 0x3e321614, 0x01423665, 0x4c161065, 0x09010818, 0x06381622, 0x0b050405, 0x4d2f210c, 0x08020918, 0x08061623, 0x53375e1d, 0x0f01023d, 0x8c121515, - 0x23010141, 0xf71e1e24, 0x41303a1a, 0xce913c10, 0x86ce9191, 0x8b8bc48b, 0xfe1701c4, 0x3e671aea, 0x3411222d, 0x0102e547, 0x02020111, 0x02090901, - 0x84e78c5b, 0x342c390c, 0x100f1738, 0xb33a1e22, 0x090c0201, 0x372f3201, 0xbc1c623a, 0x0b0c2428, 0x91224283, 0x4383a6fe, 0x42008b21, 0xf02c0693, - 0x9001c001, 0x1a001100, 0x07250000, 0x6108ef83, 0x0e153736, 0x16141501, 0x11371117, 0x26372737, 0x17163527, 0x44100137, 0x536d7557, 0x3a4d4537, - 0x2583b144, 0x3345281e, 0x08201023, 0x51353852, 0x38092b0a, 0x073a2624, 0xfe215401, 0x141d8d80, 0x082b0712, 0x0300131f, 0xe0ff0e00, 0xa001f401, - 0x13000700, 0x00001700, 0x23033313, 0x17332737, 0xdc5c3236, 0x262d0806, 0x07331334, 0x8d5de023, 0x606a275e, 0x22308a38, 0x0c151009, 0x687c2218, - 0x3301685d, 0xf95aadfe, 0x1822078f, 0x0910150c, 0x17013022, 0x2bae82df, 0x00000100, 0xe801c8ff, 0x1c00b801, 0x1420ad82, 0x21095758, 0xb284012e, - 0x32333808, 0x2337023e, 0x01163335, 0x676b85e8, 0x61679191, 0x59204345, 0x405a374d, 0x111f3723, 0x04ec8d03, 0x91886aba, 0x414191ce, 0x4d210b1f, - 0x175c4132, 0x560f2223, 0x41050016, 0x082f08ff, 0x3b001000, 0x55004900, 0x22360000, 0x82343526, 0x511420ac, 0x17280761, 0x27260722, 0x16141737, - 0x3005a86b, 0x0f262707, 0x26070601, 0x16062223, 0x14150617, 0x05ee4916, 0x013e2732, 0x17360726, 0x22060716, 0x36372627, 0x37011e17, 0x0620f083, - 0x27051b43, 0x0e0e15d4, 0x16010e15, 0x91288482, 0x0a0e0dce, 0x38113224, 0x2a081082, 0x070f0b0e, 0x1302053d, 0x0f092432, 0x0f061310, 0x1b364e02, - 0x01142431, 0x5513050f, 0x05050404, 0x05114c11, 0x0d040405, 0x830b1543, 0x0c062b3f, 0x0a0a0f8e, 0x8a140f0f, 0x498291ce, 0x0acf2308, 0x0c4e0219, - 0x140f0e0b, 0x010e0e0f, 0x19025606, 0x081f180a, 0x37280807, 0x1324190f, 0x1f070808, 0x45827418, 0x11110423, 0x21448304, 0x3c845901, 0x0b070a23, - 0x08836507, 0xa001c02f, 0x19000d00, 0x35002500, 0x00006000, 0x25be8825, 0x36373216, 0xed4a1427, 0x33362305, 0xcc851632, 0xcd832320, 0x73373621, - 0x21230b2c, 0x41071632, 0x1e220620, 0x22413301, 0x35362d18, 0x013e2734, 0x051b0126, 0x12521205, 0x052ed482, 0x050e480e, 0x0b0b1057, 0x0b0b0f0f, - 0x06855b10, 0x61b01021, 0x31080bca, 0x270b0e64, 0x083b1336, 0x100b070c, 0x08100b10, 0x14020542, 0x0f0b2636, 0x10071512, 0x3b3a5402, 0x07100253, - 0x05046615, 0x04051212, 0x0e0e0505, 0x45863105, 0x09852d82, 0xa0feb923, 0x06865b14, 0xa11c2208, 0x55011b0a, 0x070c070e, 0x0f10160f, 0x5d06010f, - 0x1a0b1b02, 0x09080821, 0x2a3c3c2a, 0x2108070a, 0x085f471a, 0x0700b824, 0x4d642500, 0x32162b0b, 0x17011d16, 0x26343537, 0x03450622, 0x013d2505, - 0x16141523, 0x3d25ef82, 0x30173401, 0x260c8235, 0x3d262206, 0x84270701, 0x013e3915, 0x9191ce99, 0x0ef191ce, 0x2c22170b, 0x0f0a2c3e, 0x1f2c3a0a, - 0x3aba2c1f, 0x22260982, 0x141f2c17, 0xef491423, 0x21380806, 0x0a15070a, 0x2b1e170a, 0x086c1e2a, 0x2d080a0a, 0x2b2c1f2e, 0x71076b1f, 0x0a07302e, - 0x0a2f070a, 0x2b1f2f0b, 0x02002314, 0xffff0000, 0x8001f701, 0x31001000, 0x15250000, 0x21056345, 0x70823717, 0x3d363224, 0x9c882701, 0x88832320, - 0x87853320, 0x9e820220, 0xbc833620, 0xf7010727, 0x22425d42, 0x08fc8234, 0x170f8b3c, 0x2e2f420f, 0x0b105642, 0x04070a05, 0x34435b43, 0x422e46b6, - 0x10462e41, 0x0f0b4710, 0x3a480b0f, 0x10100b1f, 0x412ea00b, 0x45462e42, 0x07040f0b, 0x2da3050a, 0x242d403f, 0x8784000f, 0xc101df2b, 0x2500a001, - 0x00003300, 0x073a7501, 0x82262721, 0x022e2e01, 0x36341135, 0x17322133, 0x1e171632, 0x053f5101, 0x16173708, 0x35233503, 0x1d062223, 0x33153301, - 0xbe013632, 0xfe141c02, 0x0b0606a0, 0x03020209, 0x141c0306, 0x06066001, 0x02030503, 0x03040104, 0x01020203, 0xb0c01e01, 0x03830907, 0x057c0135, - 0x14a0fe07, 0x0803011c, 0x0a040202, 0x6001060c, 0x82021c14, 0x01032e22, 0x04020403, 0xfe030404, 0x09c0b093, 0x46038207, 0x003105c7, 0x01000220, - 0x00050060, 0x00110009, 0x001d0015, 0x2da78221, 0x13000029, 0x23153335, 0x23351735, 0x08832515, 0x23353323, 0x200b8237, 0x23158407, 0x15273533, - 0x17820382, 0x03821520, 0x8533522d, 0x48011f52, 0x52528585, 0x82cd1f52, 0x1f1f2306, 0x0082349a, 0x4c140130, 0x5d86affb, 0x29f4865d, 0x5d5d291c, - 0x0782af29, 0x75230e82, 0x82af1933, 0x5d71827a, 0x0937079b, 0x23001300, 0x42003200, 0x14120000, 0x27222306, 0x32333635, 0x86163217, 0x0f3d430b, - 0x36320522, 0x2605525f, 0x37152307, 0x5c011e35, 0x07220523, 0x0d820706, 0x32331633, 0x0b0d12cd, 0x0d0b0707, 0x13130d47, 0x07060b0d, 0x0b2143c8, - 0xf9fe2108, 0x22142b1f, 0x2d111214, 0x2bad0e33, 0x0604061e, 0x341e160d, 0x011f100c, 0x04171f21, 0x16690444, 0xa2200684, 0x330a0643, 0x16202fc3, - 0xce091525, 0x3a05330a, 0x13012e42, 0x9c02170e, 0x003f0b82, 0xff070008, 0x013902b9, 0x000600c0, 0x00400012, 0x00b60044, 0x00be00ba, 0x370000cb, - 0x84322707, 0x031e35c2, 0x012f0617, 0x2603013e, 0x37360706, 0x1e37033e, 0x33153702, 0x08230982, 0x8206013f, 0x222c08b1, 0x1e07030e, 0x07141501, - 0x15073726, 0x021e0335, 0x07020e17, 0x0623032e, 0x1e171607, 0x16011d09, 0x27062607, 0x3437013c, 0x07263536, 0x21052656, 0x524f2627, 0x013f2106, - 0x4f058053, 0x0f200756, 0x29062f5e, 0x022e3435, 0x27373435, 0x19822736, 0x69088082, 0x1d020e37, 0x031e3601, 0x07173307, 0x07173727, 0x33023e17, - 0x0e143116, 0x1cf42303, 0x040c0301, 0x07038d05, 0x01070609, 0x0b073733, 0x49031836, 0x0a120817, 0x03140812, 0x080a0904, 0x08234707, 0x0a070c0d, - 0x0c030a04, 0x0c010203, 0x0803672c, 0x03070808, 0x12070c01, 0x0a3b01d2, 0x0e14111a, 0x120a2c23, 0x1e220915, 0x00820203, 0x04099e08, 0x02040306, - 0x01010103, 0x083f070b, 0x06072101, 0x06112c0a, 0x06171415, 0x0b890602, 0x8c090704, 0x05080202, 0x0701010b, 0x30050901, 0x0a020b02, 0x0e062f35, - 0x0d100d29, 0x05101302, 0x12121217, 0x040a030d, 0x1012010e, 0x1d1d2716, 0x0309b813, 0x1f0e450c, 0x16073c14, 0x0a010c12, 0x01100f10, 0x040506ca, - 0x0c1009c9, 0x09130111, 0x010c082d, 0x0b03040b, 0x0e03070f, 0x03031708, 0x1601080d, 0x0a071b1b, 0x040d070b, 0x04160511, 0x5c181003, 0x01010219, - 0x0f050203, 0x14050402, 0x2d9782b3, 0x1f1083fe, 0x1009120f, 0x500f0511, 0x10823c4b, 0x0702032e, 0x06030603, 0x08070704, 0x330d0906, 0x52089782, - 0x03091b06, 0x08010721, 0x1c181b0f, 0x0702041e, 0x0a050620, 0x06051e02, 0x04020205, 0x02140a0e, 0x3408040c, 0x0a0a0e2e, 0x05070501, 0x22100605, - 0x070a0205, 0x0e07091b, 0x0605020a, 0x23140d01, 0x0318431b, 0x0e3304b1, 0x0204015e, 0x03040205, 0x82000203, 0x00043300, 0x01e0ff20, 0x00a001a0, - 0x00280018, 0x0054003a, 0x237c0100, 0x26222705, 0x023e3435, 0x01823637, 0x1e17163d, 0x27361301, 0x23060726, 0x012f2622, 0x16170622, 0x010e2736, - 0x36371617, 0x821e3233, 0x27262323, 0x0d832226, 0x23262723, 0x08238222, 0x23012e2d, 0x16010e22, 0x023e1617, 0x01163217, 0x26180940, 0x4e4e7019, - 0x1c261a74, 0x130d2809, 0x0b0f2003, 0x04050d2b, 0x24130302, 0x82051a0f, 0x03760800, 0x08265015, 0x09030413, 0x0a090d0e, 0x06020302, 0x19050507, - 0x0f0d1756, 0x0a0c0710, 0x220a0b3d, 0x2318152b, 0x130e070e, 0x092a2833, 0x4d01300a, 0x452c1605, 0x6d685227, 0x2a442551, 0x0b160517, 0x0a26230e, - 0xb4fe1407, 0x02010405, 0x0403070e, 0x06120309, 0x06100344, 0x060b0803, 0x05010407, 0x14040310, 0x152a2502, 0x19182a08, 0x0a24221a, 0x18170a0e, - 0xff843101, 0x2005ef43, 0x28ff82a1, 0x004a0031, 0x13000065, 0x08d58234, 0x3617162f, 0x22260717, 0x011f1406, 0x27012e07, 0x2e37012e, 0x37361701, - 0x3e17013e, 0x16323301, 0x07061415, 0x36270716, 0x07222634, 0x1e170706, 0x051c5201, 0x0627012c, 0x16372726, 0x2f343632, 0xff823701, 0x010e0727, - 0x0e270607, 0x06704702, 0x37265508, 0x17140617, 0x36373216, 0x18230137, 0x36042117, 0x1c112c2a, 0x2c640a15, 0x14102133, 0x1a14080d, 0x130e5681, - 0x22031936, 0x1e231817, 0x2c2d1016, 0x0b1e160f, 0x16de5a0a, 0x0e19231e, 0x19031119, 0x102c1439, 0x640b161c, 0x28085b2d, 0x0c273062, 0x10033728, - 0x23361982, 0x2c0e141a, 0x0b0a0e2c, 0x0b590a1f, 0x23196401, 0x2a0c151d, 0x3c820e2c, 0x322c642c, 0x36131022, 0x5f21041a, 0x62820e55, 0x78824983, - 0x2d2d3822, 0x0a2d4783, 0x21036c5a, 0x0d231917, 0x0e080d16, 0x23308616, 0x0128095b, 0x0e2a5a83, 0x230c150e, 0x04211519, 0x2c822c37, 0x0b0b0b3e, - 0x00000c58, 0x00000006, 0x0140020b, 0x000b0075, 0x00190012, 0x0033001d, 0x37000039, 0x2c05f46d, 0x15323311, 0x33152714, 0x23343532, 0x32048217, - 0x2515012b, 0x17333523, 0x14230714, 0x3e323316, 0x48333701, 0x5408098b, 0x23263307, 0x41e80622, 0xa7ac3548, 0x2f4fca71, 0x383a0a35, 0x90ba0155, - 0xb9013890, 0x170b1e21, 0x1c3e0313, 0x49473c5c, 0xba433a3a, 0x19330573, 0x4812d320, 0x63013433, 0x534e3358, 0x2fea282b, 0x23f16233, 0x200805d3, - 0x0b0f0822, 0x3b3c4a56, 0x371c504d, 0x219e821e, 0x074d0700, 0x00062808, 0x0013000d, 0x82270023, 0x824820a5, 0x2b1426a5, 0x32333501, 0x23068527, - 0x23173217, 0x05499182, 0x3533280f, 0x27340723, 0x82343536, 0x323323bc, 0x01543736, 0x33023c06, 0x0e233732, 0x35222301, 0x1fba3433, 0x071e2e2d, - 0x1d282b1a, 0x3f031c84, 0x45971101, 0x25080bcc, 0x2b4e4eb0, 0x5a3e1a23, 0x97271d5d, 0x0a283f24, 0x32101b12, 0x12032210, 0x9b642209, 0x17373419, - 0x0e1e2d2d, 0xca459a10, 0x137d390a, 0x0d0a2981, 0x1cc03018, 0x2a2b202b, 0x131b1020, 0x0a082f0b, 0x04000723, 0x2a088f52, 0x00320021, 0x0042003a, - 0x83142500, 0x27262182, 0x22051252, 0x82163727, 0x262608a7, 0x011d0622, 0x27072607, 0x3233013e, 0x3e160516, 0x012f2601, 0x17161736, 0x27010e16, - 0x22362726, 0x32363426, 0x2e7d1416, 0x01740807, 0x437342f0, 0x5f168455, 0x1d1a2605, 0x2854012a, 0x374d3738, 0x8514183b, 0x67628e08, 0x0facfe91, - 0x0e0d0d1d, 0x14131420, 0x28110809, 0xe6091215, 0x33252533, 0x1b275225, 0xc01b271b, 0x65427343, 0x2018274f, 0x013c1e2b, 0x36272738, 0x56012736, - 0x60370d01, 0x06e79184, 0x061d1e0c, 0x0908080d, 0x11281414, 0x76120808, 0x24243424, 0x261c1534, 0x00261c1c, 0x280ac35a, 0x0036000f, 0x0049003e, - 0x21a78600, 0xa684011e, 0x13161722, 0x27096b6c, 0x1e17013d, 0x36323302, 0x3523e08e, 0x5a333634, 0x072007b7, 0x3605935d, 0x011e1415, 0x0e0b0cb3, - 0x1312121e, 0x13261010, 0x0e1d0811, 0x411c14f8, 0x34080590, 0x1c120359, 0x01271b10, 0x3335254f, 0x16383349, 0x141c7512, 0x22301401, 0x3b233022, - 0x25191913, 0x4e140c1a, 0x0c061c1b, 0x26080707, 0x07080f26, 0x01060c11, 0x3a3a855e, 0x2571141c, 0x280e180f, 0x3401381d, 0x33332425, 0x02510124, - 0x14a1300d, 0x8322de1c, 0x1a14293f, 0x121a1a24, 0x000c140c, 0x04200082, 0x2608a741, 0x00190007, 0x5443002e, 0x32230a3b, 0x66343536, 0x16270597, - 0x36373233, 0x85371617, 0x22232211, 0x05744c07, 0x16363722, 0x91221496, 0x028291ce, 0x5d013008, 0x600a0906, 0x07080d8d, 0x537c0a02, 0x0b082006, - 0x32644d0b, 0x080c1030, 0x7f3f0a02, 0x09240830, 0x7b520d0e, 0x0d113442, 0x3c0a030a, 0x4a0635a8, 0x2d080690, 0x0b0609dc, 0x031f3906, 0x0209060e, - 0x4204321a, 0x070d080b, 0x10050d2d, 0x10020b08, 0x4c041c11, 0x080f0a0d, 0x12051030, 0x12020e0a, 0xc2821f10, 0x01000022, 0xc026c782, 0xc0014001, - 0x0c821400, 0x17072f08, 0x0f231533, 0x23073001, 0x23273735, 0x023f3335, 0x62400133, 0x0da15b07, 0x5d5d092c, 0x0e9c5607, 0x0162092b, 0x800ab363, - 0x5d095409, 0x068309b4, 0x00003708, 0x0000000e, 0x01800235, 0x000b004b, 0x00230017, 0x0039002d, 0x004e0044, 0x00750060, 0x00930080, 0x00ab009f, - 0x370000b6, 0x23140717, 0x37273522, 0x37323334, 0x0d881532, 0x06250b8b, 0x07011f32, 0x21248206, 0x0984013f, 0x36202f85, 0x0a852d89, 0x16202084, - 0x2f294286, 0x34353701, 0x32333637, 0x2b118307, 0x06071415, 0x26272223, 0x013f2735, 0x32201582, 0x47845185, 0x44320521, 0x262105b1, 0x2519833d, - 0x17163233, 0x59892536, 0x8a273421, 0x89162071, 0x066f2417, 0x83040406, 0x05162103, 0x1e230085, 0x82050506, 0x94053802, 0x05050104, 0x05050401, - 0x0701021a, 0x03020107, 0x06190606, 0x83030707, 0x82072007, 0x06200800, 0x0404f506, 0x02090804, 0x02030402, 0x04190204, 0x02030303, 0x01030403, - 0x03010203, 0x0b730403, 0x05213e83, 0x3c438206, 0x2e2e217e, 0x0809da21, 0x4f371a18, 0xe7fe0f05, 0x07040407, 0x2e030308, 0x04040106, 0x217a8301, - 0x11820e1a, 0xc03e1582, 0x04044541, 0x29044145, 0x05456905, 0x05694505, 0x44820518, 0x82440505, 0x23036005, 0x03820323, 0x03192308, 0x03023939, - 0x0b033938, 0x03424403, 0x05444203, 0x04444603, 0x72464404, 0x40b20502, 0x20200808, 0x8e8201b1, 0x05021125, 0x82073aa3, 0x0802828e, 0x01a14230, - 0x18010205, 0x06438c06, 0x388c4306, 0x2e21202f, 0x07f90901, 0x36490903, 0x89083c07, 0x41080841, 0x07080889, 0x07074391, 0x04079143, 0x08838d07, - 0x008d2308, 0x00010000, 0x01deff00, 0x009c0182, 0x2500002b, 0x0e230615, 0x042e2702, 0x011e3327, 0x2e373617, 0x44523501, 0x05e36b05, 0x71353621, - 0x4c080508, 0x1b800116, 0x2a4f1919, 0x2b1b0b16, 0x4a0a2425, 0x2d2b3b0d, 0x372b251f, 0x0a30282f, 0x10060a06, 0x1c080822, 0xc14c110e, 0x5c340634, - 0x18060d18, 0x4b7e4b3b, 0x2c358b6d, 0x314e133e, 0x3c294132, 0x0201163a, 0x161b0d0a, 0x3a181a2e, 0x20838239, 0x32838208, 0x010102bc, 0x001100c4, - 0x00190015, 0x0020001c, 0x83280024, 0x01220891, 0x14011d16, 0x2f06010f, 0x013d2601, 0x36013f34, 0x1715011f, 0x17072737, 0x37150737, 0x07273517, - 0x0c83013f, 0x3707272c, 0xf6010735, 0x0cea0a0a, 0x0584ea0c, 0x4d5f0a30, 0x5f4dacd8, 0x5f8737be, 0x4e4ec24d, 0x0c84644e, 0x0620012a, 0x060c9c0c, - 0x9c08089c, 0x3b2b0887, 0x73333f67, 0x353f3373, 0x82c1254a, 0x341a240a, 0x85c13434, 0x0300290e, 0x0000ffff, 0x82014102, 0x21088d82, 0x007f0049, - 0x011e2500, 0x23030e07, 0x27222306, 0x2627012e, 0x27363736, 0x17363726, 0x37361730, 0x6f4d013e, 0x26362e06, 0x2e352627, 0x06070604, 0x2a010e07, - 0x230d8201, 0x16170607, 0x172a0b82, 0x35163316, 0x27363332, 0x3f86010e, 0x1e211482, 0x213a8301, 0x20833637, 0x35205382, 0x17205282, 0x07824883, - 0x82022e21, 0x0607211f, 0xaf086083, 0xff01011e, 0x04091f22, 0x14241c14, 0x114ad923, 0x0b0a3b24, 0x01061d17, 0x2f262706, 0x22281908, 0x0d37444d, - 0x1b010504, 0x0a2b151d, 0x2f221501, 0x28173632, 0x05040215, 0x26010802, 0x03082322, 0x0e131d0d, 0x9aa4441b, 0x043b2b10, 0x13191827, 0x1e0f4908, - 0x0f060e1e, 0x020f2118, 0x0c060308, 0x162c0d05, 0x21031b16, 0x421a1e25, 0x0b27130f, 0x241c080a, 0x02080111, 0x22040908, 0xd3181831, 0x13244413, - 0x010d1720, 0x222e0101, 0x04174323, 0x1c1c3105, 0x17290413, 0x36190513, 0x08280925, 0x1458249f, 0x361e0b05, 0x09091925, 0x0428160d, 0x74088b82, - 0x27181714, 0x4213080f, 0x02023c1f, 0x20177301, 0x0a4c0712, 0x210c1b17, 0x0d01131b, 0x05020902, 0x11130907, 0x19260707, 0x17151226, 0x0c094814, - 0x2512130a, 0x01110415, 0x0a050109, 0x08132f05, 0x0000002c, 0xff0a0001, 0x01f501c8, 0x005b00b8, 0x26220500, 0x37013e37, 0x030e3132, 0x021e1716, - 0x013f023e, 0x022e023e, 0x012e012f, 0x1e37012f, 0x36011f03, 0x28088226, 0x07010e17, 0x3f053e15, 0x23088201, 0x010e010f, 0x27842b88, 0x35362e08, - 0x1617031e, 0x67000106, 0x3c02038f, 0x13040137, 0x1c110b19, 0x1011150a, 0x0302090c, 0x03010808, 0x02020605, 0x0a091704, 0x0a0e071d, 0x08ba8208, - 0x06060b5b, 0x0b092c2d, 0x08080201, 0x01060709, 0x160d1d02, 0x0a080506, 0x11060d06, 0x0b0e1110, 0x131d0303, 0x0b0b160e, 0x281e1901, 0x88010114, - 0x3c689638, 0x19042369, 0x1b423633, 0x03020b0a, 0x03020706, 0x1817190a, 0x05040f14, 0x0504140b, 0x0b0a0320, 0x0d030309, 0x3308091f, 0x08058232, - 0x09050a29, 0x04050708, 0x04200101, 0x10080814, 0x0a11332b, 0x07040109, 0x1a020306, 0x0e313941, 0x1201020e, 0x2b44311b, 0x82008c6d, 0x46092000, - 0x0c3c08af, 0x29001c00, 0x43003600, 0x53004b00, 0x8b006200, 0x26010000, 0x011e3523, 0x27260717, 0x16200283, 0x35370882, 0x06173734, 0x15061707, - 0x07011f14, 0x2e153316, 0x16372701, 0x82163717, 0x3e272594, 0x22153701, 0x072d1b82, 0x17373605, 0x3507010e, 0x36273732, 0x0f375537, 0x14161323, - 0x25168207, 0x34353627, 0x58823727, 0x22061722, 0x26200784, 0x34200582, 0x17213083, 0x23058236, 0x07173233, 0x05825783, 0x52831420, 0x06273c08, - 0x12102001, 0x101e613a, 0x29120a0a, 0x0707e63d, 0x101b1b10, 0x0a170608, 0x1305890a, 0x1d623a0f, 0x120c0810, 0x0a0a3b29, 0x3a611e10, 0x3d051012, - 0x0c240129, 0x621d1008, 0x82130f3a, 0x916f2c0c, 0xce9191ce, 0x8ac48a85, 0x8763c48a, 0x06173e39, 0x0e0da708, 0x190d0e1a, 0x0912340f, 0x40030340, - 0x10341209, 0x0f0c0d18, 0x180d0d0e, 0x3e138a10, 0x13038a01, 0x09303902, 0x2e0f0b10, 0x0f11f40c, 0x39393209, 0x100f0931, 0x1e1f1c07, 0x8518771d, - 0x0e0d331c, 0x2d012f10, 0x3009100b, 0x03130239, 0xff2e0c18, 0x0b870d0e, 0x83de2f21, 0xfe91227f, 0x088083a6, 0x57018a24, 0x09317232, 0x1d07110e, - 0x071c1f1e, 0x43a91010, 0x05430303, 0x19152c12, 0x0c180c16, 0x2c151916, 0x12910512, 0x080acb4a, 0x12000a22, 0x2a002200, 0x5d004b00, 0x00007d00, - 0x1e171637, 0x06141501, 0x37343526, 0x23061632, 0x25362622, 0x2e0fca4a, 0x35323314, 0x07222334, 0x06012e23, 0x86171415, 0x32333803, 0x3435013e, - 0x23262726, 0x36011e37, 0x37273435, 0x3d222717, 0x83072301, 0x011d2b51, 0x15070614, 0x0e273733, 0x25822e01, 0x35312708, 0x22233533, 0x23353435, - 0x1507010e, 0x1d323332, 0x33161402, 0x0d076532, 0x21210e19, 0x0c0c0e23, 0x0d0c100f, 0x004b4f01, 0x17e3210b, 0x42080082, 0x240f3116, 0x0b17161f, - 0x1f16400e, 0x09302010, 0x210a0805, 0x5517091f, 0x0334050d, 0x03070403, 0x65480e03, 0x07100e07, 0x02242601, 0x110f0218, 0x130a0604, 0x01721417, - 0x06030101, 0x0808080a, 0x82167c06, 0x4b8a2000, 0x25080a26, 0x16171759, 0x1a010244, 0x150b1b18, 0x0e040c0a, 0x140b200c, 0x030c170f, 0x02010e01, - 0x0c0e1617, 0x05025801, 0x3f821469, 0x4b03023d, 0x14020104, 0x0203160a, 0x0104060b, 0x0d10193d, 0x0213150a, 0x42010216, 0x82001316, 0x00063800, - 0x02f1ff00, 0x008f0100, 0x00340027, 0x0052003c, 0x007f005d, 0x74151300, 0x262905e9, 0x17160727, 0x1415051e, 0x24f98306, 0x34352637, 0x32048336, - 0x011f023e, 0x22272634, 0x06272226, 0x36161415, 0x56363227, 0x3525053c, 0x043e3732, 0x211b833d, 0x18823337, 0x1517332a, 0x012e2227, 0x32333435, - 0x17204282, 0xb0084482, 0x34023d26, 0x23220726, 0x37033e35, 0x013b1633, 0x30152315, 0x021e1415, 0x25d83736, 0x221c140f, 0x080d0a1b, 0x251a1c0f, - 0x3a05110f, 0x11166635, 0x1d23160f, 0x100f2d29, 0x08062816, 0x340b050d, 0x13193335, 0x15181813, 0x06059e13, 0x01050406, 0x05170501, 0x14050254, - 0x09100c3f, 0xcf142525, 0x1f242121, 0x07090c04, 0x070d130e, 0x02022602, 0x06013d39, 0x0112190b, 0x13032322, 0x0e1f1616, 0x15020205, 0x02010101, - 0x130d0805, 0x3226230d, 0x14071515, 0x1114130a, 0x0a261d2c, 0x09f20503, 0x01010305, 0x0b0e090d, 0x2324950d, 0x20642423, 0x08008201, 0x0302022d, - 0x08030677, 0x0305a921, 0x09f42003, 0x23230c10, 0x11e41312, 0x016a231f, 0x25010103, 0x17100901, 0x61293e11, 0x0e080501, 0x6b060106, 0x62080bbf, - 0x00040003, 0x11000014, 0x37211121, 0x0e233717, 0x032e0702, 0x15172327, 0xfec00133, 0x51da1540, 0x0b171823, 0x07090202, 0x50251317, 0xfea0011f, - 0x9b36fb40, 0x061c2f2d, 0x30111605, 0x00679922, 0x00020000, 0x01beff15, 0x00c00167, 0x002d0010, 0x06161700, 0x37362627, 0x32333626, 0x06141516, - 0x85130627, 0x36262b07, 0x35361617, 0x22232634, 0x2382020e, 0x27225408, 0x48023e26, 0x09011d01, 0x200c3737, 0x3b21161f, 0x45886b1c, 0x0f517b62, - 0x6a3e0e07, 0x3e253950, 0x04120722, 0x1704100a, 0x304d2709, 0x5f0e020f, 0x331b39a1, 0x1f211721, 0x44017313, 0x654e4562, 0x031c0411, 0x39435210, - 0x47392450, 0x090e0823, 0x82475628, 0x0000287e, 0xff070001, 0x82b901bf, 0x0032318f, 0x2e062400, 0x14012f02, 0x031e0706, 0x27220607, 0x9b820282, - 0x35012e26, 0x2227060e, 0xa7860982, 0x16073308, 0x01011e17, 0x0c0c06b5, 0x1a03040b, 0x120f0819, 0x6e0f0308, 0x106d2323, 0x19142006, 0x0702011a, - 0x07080908, 0x07040303, 0x0321070a, 0x52515251, 0x0a822103, 0x011c2d08, 0x06100f0b, 0x15371905, 0x0c090603, 0x04040805, 0x07120a08, 0x01193715, - 0x0c0a0b04, 0x13010609, 0x51192030, 0x5f78795e, 0x30201951, 0x3205cb42, 0x02dfff0d, 0x00a00133, 0x001e0014, 0x00360028, 0x82530047, 0x062221b2, - 0x2405687a, 0x26370727, 0x05d05035, 0x2227262b, 0x33161406, 0x26343632, 0x05e05707, 0x05240e82, 0x27170714, 0x23078959, 0x3e320716, 0x2307bc78, - 0x021e1415, 0x20062944, 0x08378323, 0x4581013c, 0x080a0660, 0x13443113, 0x4751724e, 0x72090c71, 0x0c12120c, 0x940d0d0b, 0x0b0e0e0b, 0x0112120b, - 0x360f44ae, 0x60461228, 0x63424660, 0x060b07db, 0x050a0603, 0x05030c07, 0x0c826f07, 0x070a0e39, 0x18010c0c, 0x1414405a, 0x3b220901, 0x60454d37, - 0x35013b4e, 0x820d160d, 0x85302002, 0x3d9c3406, 0x0a1d3034, 0x54537553, 0x05090621, 0x03060703, 0x8204070c, 0x820c8205, 0x0c0f213c, 0x0430f082, - 0xb7ff0100, 0xc001ff01, 0x0f000700, 0x5e004600, 0x2d096b4d, 0x14163236, 0x34262206, 0x07163617, 0x03820706, 0x3726272b, 0x2235063c, 0x061c2326, - 0x080e8515, 0x26272624, 0x16321736, 0x36343517, 0x1e322133, 0x07011d01, 0x012e3435, 0x06222123, 0x011e011d, 0x17363336, 0x21831716, 0x33a23627, - 0x24332424, 0x080583b4, 0x0bdb2541, 0x4723070c, 0x2822361e, 0x09030126, 0x28260102, 0x481f3622, 0x0b0c0723, 0x1b010501, 0x0c670113, 0x08190d15, - 0xc3fe1011, 0x421f1118, 0x08131429, 0x20020a0a, 0x01442a13, 0x22302126, 0x84213022, 0x394c0805, 0x2a0b0f08, 0x2134661e, 0x012a0a0b, 0x110e0b06, - 0x03081312, 0x12121308, 0x01060c0f, 0x210b0b29, 0x2b1d6734, 0x03080f0a, 0x1d15c601, 0xc60e170d, 0x1410bf0f, 0xc11a1309, 0x01020e10, 0x1b080a08, - 0x000f0202, 0x18000400, 0xe801c0ff, 0x032dff82, 0x10000700, 0x00001800, 0x35231501, 0x08038223, 0x11212726, 0x35072307, 0x35051123, 0x15331121, - 0x87013337, 0x7d274426, 0x4dae6f01, 0xa9017461, 0x4457cbfe, 0x6e59014d, 0x67350082, 0x5ba500ff, 0x934a015b, 0x40eefec9, 0x00050040, 0x01bfff00, - 0x3653827f, 0x00210011, 0x003f0030, 0x3700004f, 0x0f061617, 0x22230601, 0x4d262726, 0x17200552, 0x3f260782, 0x15163601, 0x16821407, 0x3726232c, - 0x011f3626, 0x07141516, 0x0f820706, 0x82372721, 0x2030820a, 0x30228226, 0x16173233, 0x32373625, 0x1d163233, 0x2f061401, 0x08398201, 0x0e642b39, - 0x026c1003, 0x010d0903, 0x10060a01, 0x060a3105, 0x041d0b4a, 0x0202090e, 0x14086d2b, 0x0210690f, 0x09062213, 0x025a070c, 0x130f6b11, 0x0c073e09, - 0xfe210609, 0x823b35d3, 0x220d332f, 0xd0036809, 0x04200731, 0x080c011a, 0x1e200c0b, 0x1f82f210, 0x0c520737, 0x096f100c, 0x0e86080d, 0x05220519, - 0x27050511, 0xe30a051c, 0x08098205, 0x1a051e24, 0x060b5b0e, 0x0519a71d, 0x12d00a0d, 0x05b50f09, 0x00000f06, 0xffff0200, 0x8a01ddff, 0x2200a301, - 0xe5824b00, 0x040e1435, 0x012b0607, 0x13372622, 0x3233013e, 0x021e3236, 0x82011e17, 0x262225d2, 0x1637020e, 0x2a25d982, 0x15040e03, 0x28248606, - 0x33363736, 0x063e023a, 0x21088237, 0x0083046f, 0x0101a908, 0x08054b02, 0x0b013b01, 0x19481c08, 0x0a120f24, 0x1f12142a, 0x0b1f086d, 0x24f40711, - 0x0179160c, 0x02060207, 0x02030204, 0x0e03010e, 0x01060540, 0x0a011704, 0x200b2001, 0x19121e10, 0x06061110, 0x04980103, 0x1a1d1915, 0x08020617, - 0x08730106, 0x03010109, 0x4f110404, 0x0102592c, 0x870b0401, 0x0170421b, 0x06040302, 0x0f045704, 0x8c1e0508, 0x07040209, 0x1b150f0b, 0x03101211, - 0x06000400, 0xb801e0ff, 0x0a00a001, 0x1b001500, 0x00002900, 0x06171613, 0x3e272607, 0x07342601, 0x17161732, 0x26272623, 0x33373336, 0x13230983, - 0x82141516, 0x0811831b, 0x32013b4e, 0x0c1f359d, 0x021f1913, 0x08300102, 0x681c3705, 0x04033c1f, 0x7e6d8d05, 0x7c0a7211, 0x4a11191f, 0x04011406, - 0x010c5904, 0x324d5541, 0x0d326331, 0x3e22181e, 0x6e764c06, 0x5809044d, 0x01a6c2ae, 0x6a666e0e, 0x4a858a61, 0x00060448, 0x07c34f18, 0x82400221, - 0x0008248b, 0x82250018, 0x0048258b, 0x25000053, 0x37257882, 0x3f013e30, 0x0e9f4801, 0x2337012d, 0x26012f07, 0x16072327, 0x8233011f, 0x372f080c, - 0x35262734, 0x1f363336, 0x23263701, 0x15010e22, 0x15161706, 0x2f222306, 0x17160701, 0x27173632, 0x010f2223, 0x33373633, 0x08d60117, 0x82102101, - 0x6d2f08b8, 0x20fe141c, 0x141c1c14, 0x1c14e001, 0x2b4058fe, 0x030e0427, 0x17014010, 0x19892413, 0x22b41928, 0x0f170117, 0x1005040e, 0x111f1314, - 0x82152401, 0x05133818, 0x1f1c1106, 0x20208d27, 0x2a3c050f, 0x05340107, 0x2b0726d9, 0x48020805, 0x34080b6d, 0x6a9bf1fe, 0x010c4716, 0x870b0603, - 0x1a329b9b, 0x0d080b11, 0x21010701, 0x0e180d07, 0x090a1219, 0x2303080f, 0x1a1d0108, 0x138e0d9b, 0x00001704, 0xff000017, 0x08fb82df, 0x03009f3f, - 0x0d000900, 0x34001300, 0x52004200, 0x64005e00, 0x9b008d00, 0xc000af00, 0xd800cd00, 0xf000e500, 0x0501fb00, 0x2d010d01, 0x46013901, 0x14240000, - 0x32213422, 0x34222314, 0x23173236, 0x28098437, 0x30153217, 0x31143106, 0x2a018622, 0x013c3126, 0x34333431, 0x82303331, 0x31162301, 0x07820730, - 0x3031342a, 0x3315012b, 0x13331735, 0x360e5741, 0x33161404, 0x36263732, 0x22232637, 0x27343617, 0x34071406, 0x82072223, 0x35072d0d, 0x3c331523, - 0x33023e03, 0x14151632, 0x02220a82, 0x0a86033e, 0x15233722, 0x06202082, 0x152d3a84, 0x26343733, 0x17323435, 0x15062637, 0x2c298214, 0x16072722, - 0x06273336, 0x3533013d, 0x067e7823, 0x37161423, 0x06c74f33, 0x06273725, 0x84263726, 0x3435245c, 0x82161736, 0x82398503, 0x82372018, 0x20448357, - 0x89548237, 0x82158422, 0x82148241, 0x2d5482c2, 0x35341715, 0x30263126, 0x23302223, 0xfc823106, 0x31141538, 0x32163314, 0x30313233, 0x31363036, - 0x07233730, 0x35152327, 0x48833317, 0xaa823420, 0x011e0723, 0x32e78207, 0x17e30136, 0x0b0be0fe, 0x0111780b, 0x0c0c7513, 0x8a01750b, 0x01022200, - 0x21028201, 0x25424a01, 0x005c080c, 0x232a3951, 0x23360137, 0x358f392a, 0x0f593535, 0x08040409, 0x08080407, 0x02030202, 0x01070306, 0x03030201, - 0x2d080305, 0x08070508, 0x08080a0a, 0x17280804, 0x0703050e, 0x05101717, 0x23180904, 0x0d0d0c02, 0x13080808, 0x08111b11, 0x0409190a, 0x0a3a0f06, - 0x0a080805, 0x070d0e02, 0x192b1f82, 0x35070408, 0x18180608, 0x84220806, 0x2a032117, 0x19200d82, 0x01232182, 0x8a080401, 0x210a829d, 0xa0820204, - 0x0221a282, 0x22948304, 0x82370136, 0x31512294, 0x25008217, 0x17080901, 0x2d881a17, 0x0b829b82, 0x104b5a20, 0x73663d0a, 0x8d2d1751, 0x29f7182c, - 0x87292987, 0x07070f76, 0x03250405, 0x03060509, 0x0c0a0203, 0x0a890582, 0x05042536, 0x060b110b, 0x04090b05, 0x06030403, 0x080a0406, 0x04050205, - 0x2d080882, 0x110b0707, 0x070b0b07, 0x11030c11, 0x0f080b17, 0x06060908, 0x08041d03, 0x08152504, 0x11130303, 0x07070505, 0x090e0d09, 0x20050608, - 0x09830804, 0x25050924, 0x1e820905, 0x03040730, 0x09081317, 0x0509091b, 0x0105057f, 0xd88c7c01, 0x04047e24, 0x00820405, 0x833a5521, 0x2d2f08a4, - 0x00005117, 0x00000c00, 0x4002e0ff, 0x0600a001, 0x27001600, 0x3a003300, 0x53004200, 0x75006b00, 0x81007900, 0x00008b00, 0x012b1425, 0x18323335, - 0x2f0fca53, 0x35331505, 0x27331733, 0x2e343536, 0x23012a03, 0x23230e82, 0x83353335, 0x2b230803, 0x37331701, 0x22260723, 0x32161406, 0x26273436, - 0x1415010e, 0x3537021e, 0x34352606, 0x22071736, 0x82160727, 0x27262136, 0x37290e84, 0x14150626, 0x06011e17, 0x05ae5d07, 0x83012b21, 0x05152d4a, - 0x07010e35, 0x25363221, 0x06071416, 0x02288184, 0x05050f08, 0x1c14080f, 0x08083942, 0x0210b45c, 0x131a1416, 0x0d060803, 0x2d3a1005, 0x1d1c1c1d, - 0x08231172, 0x3b161224, 0x251a1a25, 0x1c105e1a, 0x17120b13, 0x20210e0b, 0x060c610f, 0x0a2c0d0a, 0x08110c0e, 0x15240e08, 0x6c08060b, 0x140c1716, - 0x105b170d, 0xf333b501, 0x0691017a, 0x092afe09, 0x040f0709, 0x0dfc0f04, 0x3f4d9819, 0x528b350b, 0x03232121, 0x06080614, 0x0e520103, 0x0e120e16, - 0x3a375454, 0x1a216182, 0x089d8225, 0x0c0f1882, 0x06020a14, 0x130e0e13, 0x2f0e0f12, 0x09130a0a, 0x050a0a16, 0x03070605, 0x0a0d0b08, 0x04071011, - 0x190d080c, 0x0a130c10, 0xb4525252, 0x17692091, 0x1a07f709, 0x00360608, 0xffffff15, 0x014102e0, 0x001300a0, 0x002e001a, 0x003a0037, 0x004d0041, - 0x0060004e, 0x007b0067, 0x0131017e, 0x01610149, 0x0178016d, 0x019c0179, 0x00a3019f, 0x07140100, 0x23011d16, 0x022e023c, 0x2315012b, 0x07323335, - 0x2c05d859, 0x14153217, 0x012a030e, 0x27231523, 0x2e178207, 0x37073717, 0x33152327, 0x17152315, 0x85370735, 0x82108624, 0x33352314, 0x4a850705, - 0x2e343525, 0x83012b01, 0x254a8732, 0x07352327, 0x47822723, 0x07232408, 0x17333723, 0x37173335, 0x27330733, 0x3e023a05, 0x14153701, 0x22212306, - 0x33013d26, 0x16333736, 0x82353317, 0x023e2903, 0x35331537, 0x17143332, 0x3b210e82, 0x22188301, 0x82163215, 0x011e210c, 0x23220482, 0x77822615, - 0x22310382, 0x07222331, 0x2e152335, 0x2b032a04, 0x2e070602, 0x83178201, 0x010e2204, 0x05024a07, 0x2220da82, 0x2a232383, 0x84020e02, 0x22022429, - 0x82022a26, 0x012b2640, 0x2e07030e, 0x822f8203, 0x2a558376, 0x32353634, 0x15011c37, 0x83013c33, 0x14152a78, 0x32373215, 0x1522013f, 0x251d8214, - 0x012b0615, 0xf2823337, 0x26222628, 0x013b3435, 0x0b830715, 0x0b850620, 0x23822320, 0x16361627, 0x012b1415, 0x060f4135, 0x2315173a, 0x36273335, - 0x33323033, 0x26272207, 0x33273734, 0x0e032a15, 0x3b141503, 0x17224782, 0x02823335, 0x11411520, 0x35222507, 0x33071734, 0x3f082182, 0x0c450123, - 0x0302100b, 0x10120406, 0x0b1d1b27, 0x1c04150b, 0x0b070703, 0x21020d06, 0x43421514, 0x13331514, 0x24242912, 0x0a3f196a, 0x270b150a, 0x37272626, - 0xc3490137, 0x03100a0b, 0x01110606, 0x143c3485, 0x0f181099, 0x23062218, 0x181e1206, 0x14161b1c, 0x0c17941b, 0x1806d301, 0x04080f0a, 0x3405ed42, - 0x1304021b, 0x01350304, 0x02011d04, 0x08880101, 0x0b420101, 0x08148313, 0x0101032d, 0x05073402, 0x05282902, 0x06032b06, 0x131b0320, 0x0302280c, - 0x05070305, 0x0510070b, 0x0705670c, 0x2e010b02, 0x28010305, 0x47051002, 0x04270594, 0x09092306, 0x820c0816, 0x4f40081a, 0x07050402, 0x140a0d06, - 0x3a0f0a08, 0x04050401, 0x02060401, 0x52530202, 0x06070a06, 0x17013003, 0x0208270b, 0x03010693, 0x140f0924, 0x20110604, 0x0d082001, 0x21180e10, - 0x100e0957, 0x1f21180d, 0x1a220683, 0xd9830a20, 0x39383827, 0x01020701, 0x08a08208, 0x10101627, 0x07040902, 0x01020503, 0x18180710, 0x111d1a1c, - 0x07221f18, 0x21130622, 0x70170c4c, 0x18011111, 0x0f04040e, 0x2c24820d, 0x19020305, 0x07081e45, 0x06165a0f, 0x08a68209, 0x17171722, 0x36161645, - 0x0f0c1414, 0x1b38090d, 0x11080903, 0x0e0e0c88, 0x206a450e, 0x0e04050e, 0x06050c0e, 0x1d203082, 0x50213082, 0x08008236, 0x450f0f21, 0x2f2f4242, - 0x01bb1c28, 0x145a0203, 0xcc141c1c, 0x06090906, 0x0209020b, 0x0b020403, 0x820e0b19, 0x0709330d, 0x16030401, 0x5c03070c, 0x150a0913, 0x09090d08, - 0x00830105, 0x03120c2c, 0x0a150318, 0x26040407, 0x3b836e0c, 0x8205af21, 0x02022218, 0x27058306, 0x02060601, 0x01060405, 0x03396f82, 0x0b075d02, - 0x08030708, 0x08070708, 0x070a0610, 0x09030109, 0x3c02030d, 0x36288207, 0x0f091a06, 0x0a020506, 0x280e140b, 0x01030506, 0x0f150b0a, 0x82020407, - 0x0f162207, 0x2bc48228, 0x5e450e01, 0x01011101, 0x0f0f0c0d, 0x07359382, 0x42371404, 0x45313142, 0x0f0f3434, 0x1c0c2322, 0x00004528, 0x0887450b, - 0x13000937, 0x2c001c00, 0x58004100, 0x87007200, 0xab009e00, 0x0000b500, 0x05fa5037, 0x32333630, 0x07163227, 0x37012b06, 0x32213334, 0x08841417, - 0x3310f862, 0x22012b34, 0x3b06010f, 0x013f3201, 0x023a3634, 0x37363233, 0x5a056e48, 0x068206e1, 0x17231c85, 0x85353437, 0x2627212d, 0x15243482, - 0x17011e30, 0x37201c85, 0x14201685, 0x3e242784, 0x31023a01, 0x1421448f, 0x201c8515, 0x212a8434, 0x0e840715, 0x32273722, 0x3906a651, 0x0a0cba36, - 0x10090d10, 0x02090b6a, 0x05081402, 0x12200103, 0x04081601, 0xfa47d803, 0x4034080c, 0x01052822, 0x13040110, 0x03040105, 0x01050405, 0x12541816, - 0x10070104, 0x0e121a12, 0x03010b10, 0x0a020411, 0x13034025, 0x0b1a0203, 0x04120402, 0x15010b0a, 0xa1200d82, 0x03293784, 0x04010315, 0x04040301, - 0x27368506, 0x19131106, 0x0a100f11, 0x2c203584, 0x10202682, 0x01220982, 0x8a83104a, 0x0d09be30, 0x210d090f, 0x1b0e0a05, 0x1b120b02, 0xb9478202, - 0x1c9b3a0a, 0x06046605, 0x1803021a, 0x1b0a080d, 0x0c120e13, 0x06040303, 0x5c620440, 0x2a968201, 0x04042627, 0x1d021f1d, 0x836e0303, 0x1d032127, - 0x0521278a, 0x27278301, 0x68030421, 0x31060301, 0x0f246082, 0x0a000c0a, 0x0808cf41, 0x13000721, 0x40002300, 0x5a005000, 0x62005e00, 0x87007100, - 0x32250000, 0x34231516, 0x3207013e, 0x6415011e, 0x6b5d07bd, 0x11353209, 0x17333634, 0x35012e34, 0x17323334, 0x22232635, 0x8326820e, 0x22232e2a, - 0x33161527, 0x35373632, 0x15073523, 0x250a8214, 0x26063537, 0x2482013d, 0x2327072b, 0x36353315, 0x15233517, 0x211b8237, 0x88513217, 0x24168305, - 0x37163537, 0x06965134, 0x1e141525, 0x82323301, 0x304a8235, 0x0a08ec01, 0x71090524, 0x0c060a06, 0x06070a0a, 0x095b47a4, 0x1b4a3d08, 0x11120c1b, - 0x160e1310, 0x0e1b1b0c, 0x14121511, 0x1b451b17, 0x11101523, 0x65180308, 0x1f020a14, 0x243d0a24, 0x156e2424, 0x0f141d1c, 0x2420020c, 0x181bad0d, - 0x080e140d, 0x17111a10, 0x1a313882, 0x0c0be302, 0x02040b08, 0x0f090f09, 0x07350713, 0x0b5047bf, 0x12f94c08, 0x07060813, 0x09062209, 0x12110c13, - 0x0c090609, 0x4c150822, 0x72081f1e, 0x1c05150f, 0x330d0303, 0x12072103, 0x0d557d0b, 0x8f7d7d62, 0x8a1d071d, 0x221e2021, 0x08a6090b, 0x08330928, - 0x0a241d05, 0x150e1811, 0x1d090e1d, 0x82001508, 0x82012000, 0x02312b03, 0x004f0100, 0x37000058, 0xdd61040e, 0x32333605, 0x1617051e, 0x33021e17, - 0x2e343532, 0x35262705, 0x32333634, 0x34431817, 0x1e172408, 0x82141509, 0x27b2082a, 0x2223072e, 0x1e141506, 0x3f363201, 0x0601e201, 0x12231412, - 0x4044423e, 0x171a2517, 0x0807100e, 0x15080205, 0x033d1c29, 0x0a12080a, 0x3c44051a, 0x3b075e2d, 0x120d2b03, 0x02130e0a, 0x0719051c, 0x050d0614, - 0x45467a04, 0x040d0310, 0x0f0e080c, 0x291f0c14, 0x26282011, 0x01510909, 0x07080a05, 0x4d464346, 0x11170b07, 0x0e181625, 0x141f1708, 0x080b061f, - 0x05030605, 0x2d3c1002, 0x23074a27, 0x0e0a0e07, 0x06010410, 0x09040701, 0x130e0d08, 0x3036510a, 0x1f0e2809, 0x0606130a, 0x2a1b332f, 0x09081116, - 0x00000200, 0xc001e0ff, 0x0f00a001, 0xef6e6700, 0x83012011, 0x310821e3, 0xe282e382, 0x84263721, 0x321723d0, 0xe183081e, 0x092e2722, 0x1e220f84, - 0xe1833301, 0xf1612720, 0x061e2408, 0x6f041e17, 0x04370c07, 0x0902034c, 0x10040c04, 0x1a151303, 0x0424021b, 0x2b251d3a, 0x82060a03, 0x040428af, - 0x2e260202, 0x82090110, 0x0a250820, 0x120e0e08, 0x132b280b, 0x1f121a23, 0x140b0606, 0x1a18131c, 0x090d0713, 0x03070509, 0x0a030208, 0x011d150f, - 0x0bf241a0, 0x33c7fe25, 0x82090c06, 0x04022e46, 0x10050401, 0x2f041614, 0x0b251c19, 0x08008302, 0x04030347, 0x2e130305, 0x17061c03, 0x0a041105, - 0x2c300303, 0x0a14261c, 0x15200405, 0x1e201a1f, 0x070c0404, 0x051a0813, 0x0b11120b, 0x00030007, 0x02c8ff00, 0x00b80180, 0x003b001d, 0x01000047, - 0x06141632, 0x1516012b, 0x27d78314, 0x26222327, 0x013b3634, 0x2505ec41, 0x34071716, 0x11832127, 0x2e21332a, 0x06222301, 0x21171415, 0x23282f83, - 0x33011e21, 0x33253632, 0x21833c85, 0x0a68022d, 0x350a0e0e, 0x4c679105, 0x8a431d7c, 0x061d230b, 0x0e83d6fe, 0x1a180129, 0x7553385e, 0x832a0106, - 0xe8fe210d, 0xfe220d84, 0x0d83d0d0, 0x012a0483, 0x0e140e20, 0x91671917, 0x08884454, 0x18186022, 0x2f230b82, 0x87537539, 0x826b2008, 0x3802820f, - 0x2e000600, 0x9201c0ff, 0x2700c001, 0x38002f00, 0x81004500, 0x00008700, 0x06124425, 0x820a0c77, 0x023e280a, 0x16173233, 0x82043e17, 0x141535af, - 0x3617010f, 0x22233435, 0x36171407, 0x07262717, 0x0e220706, 0x2508d567, 0x013e1726, 0xf0652726, 0x14152305, 0x38823237, 0x3105b25c, 0x15161415, - 0x26310630, 0x16232227, 0x26222306, 0x4d821e37, 0x08052544, 0x1e1706e8, 0x27323301, 0x37361716, 0x215b0126, 0x46566916, 0x1f08335f, 0x2f0c0812, - 0x0c110b06, 0x01023725, 0x17101201, 0x17140d1a, 0x2f222150, 0x2ebf100b, 0x17221d06, 0x04020810, 0x0f3d0709, 0xa5300605, 0x0a06151a, 0x08215910, - 0x04720108, 0x08020f02, 0x13081313, 0x28020b19, 0x040a0202, 0x311e1317, 0x07100615, 0x0305070a, 0x0f092e09, 0x43110b10, 0x0736412d, 0x1d090b02, - 0x263008e9, 0x395c7358, 0x08160e39, 0x85052312, 0x0e130b1d, 0x0105a608, 0x2f253302, 0x1f151c1a, 0x82065e13, 0x1d041012, 0x65030478, 0xd1020543, - 0x11040a07, 0x0f040851, 0x501cba5c, 0x100e083a, 0x28050405, 0x08081501, 0x270d0607, 0x09210814, 0x0e3b0207, 0x0916411c, 0x030a0915, 0x3f0a0405, - 0x2f292124, 0x0c0514af, 0x00000607, 0x43430300, 0x00022908, 0x00190012, 0x23171300, 0x2b0fa359, 0x0323010b, 0xe0173733, 0x0b01562b, 0x2a0bc042, - 0x5f805f41, 0x0118705b, 0x46e7a029, 0x48080a38, 0x2a01a7fe, 0x5b5bd6fe, 0x00170000, 0x02cfff0d, 0x00b10133, 0x004d004a, 0x005f0052, 0x00690066, - 0x0071006e, 0x007a0075, 0x00870083, 0x0094008e, 0x009c0099, 0x00a800a1, 0x00b600b0, 0x00be00b9, 0x250000c8, 0x0f141516, 0x26048701, 0x2223010e, - 0x83062327, 0x22232603, 0x37343526, 0x27048727, 0x2634013f, 0x013f3431, 0x3e260f82, 0x17323301, 0x03833633, 0x1e323328, 0x07141501, 0x40823217, - 0x3501072f, 0x07353723, 0x35371516, 0x07230627, 0x21178314, 0x11821730, 0x14311423, 0x31068207, 0x17073505, 0x33010f37, 0x07273727, 0x3733011f, - 0x0f823727, 0x013d262c, 0x23272627, 0x23271707, 0x78823717, 0x37150728, 0x010f2227, 0x24821715, 0x07371523, 0x28268215, 0x23373307, 0x17161715, - 0x82268233, 0x013f2875, 0x3f361723, 0x82372302, 0x3707239c, 0x06833534, 0x3736172d, 0x0c0c2602, 0x340c0137, 0x82070401, 0x056b3501, 0x056a050e, - 0x01090607, 0x37010c34, 0x01360c0c, 0x05013809, 0x6a201983, 0x23821985, 0x38017808, 0xfe020806, 0x2d2c2ca6, 0x03332c01, 0x38013404, 0x022c3304, - 0x72012c2e, 0xbd234062, 0x500c170c, 0x11595053, 0x2244067c, 0x02625375, 0x040c013a, 0x680a39a6, 0x044b9433, 0x3336780c, 0x29010101, 0x243c3c4f, - 0x52116b24, 0x635b0123, 0x69840301, 0x615c265c, 0x127c0c04, 0x01025a73, 0x16162311, 0x56041101, 0x15232e01, 0x02cf0301, 0x5f030c0d, 0x030c0203, - 0x8202025a, 0x05042b7b, 0x06090505, 0x03590402, 0x1782020c, 0x020d0c29, 0x0a01015c, 0x83036104, 0x8206201c, 0x08238200, 0x6003025d, 0x04030609, - 0x084cd7fe, 0x01023033, 0x02345c3f, 0x0203015a, 0x9c026002, 0x04011048, 0x4b3c2104, 0x43660118, 0x170cc1a7, 0x5c545852, 0xe0471c11, 0x0465587c, - 0x01640104, 0x793d3c03, 0x01053636, 0x01361447, 0x552b5351, 0x264c733f, 0x56123b32, 0x015a5fcf, 0x5f5f0301, 0x82530705, 0x1d34086f, 0x0102083d, - 0x026c1512, 0x4f040101, 0x010116a4, 0x02000000, 0xc0ff1300, 0xc001ad01, 0x1d000d00, 0x37010000, 0x2b061411, 0x3d262201, 0x33363401, 0x27331513, - 0x0805ad4d, 0x1d062249, 0x01161401, 0x26356647, 0x353526e4, 0x33e02c26, 0x8d080f09, 0x0113130d, 0x55fe6858, 0x25303025, 0xfe3727e5, 0x7b3501c8, - 0x14090f09, 0x130d8f0d, 0x00040000, 0x01ddff00, 0x009d01c0, 0x00130009, 0x0027001d, 0x47263700, 0x0e360515, 0x010e2501, 0x3e272607, 0x13163701, - 0x27261716, 0x37360706, 0x13883706, 0x06064d08, 0x19185c83, 0x67018c5c, 0x1821a771, 0x70a52115, 0x1012241b, 0x2d283437, 0x06067943, 0x1f238255, - 0x679a221a, 0x1a1a8a0c, 0x2405835c, 0xa921618d, 0x701e1372, 0xfe1321a7, 0x0e3e30e9, 0x7d071914, 0x236b2d42, 0x0b045684, 0x1b229d68, 0x0322e782, - 0xec820600, 0x80013a3c, 0x25000e00, 0x00003a00, 0x26231701, 0x22232607, 0x33361307, 0x13361732, 0x0c832722, 0xff820383, 0x17821385, 0x87010b21, - 0x3e032215, 0x820f8202, 0x162b082b, 0x0b0f8301, 0x3a2d2f38, 0x2c1f4338, 0x292a3d30, 0x372224f0, 0x29293e35, 0x2337353e, 0x3e2a0122, 0x2a2a4047, - 0x013e4740, 0x83362f22, 0x364c0815, 0x211d222f, 0x2f381831, 0x3923382f, 0x01f95101, 0x011c1c1d, 0x292b1302, 0x1910b1fe, 0x10192929, 0x1d235d01, - 0xd0fe231d, 0x26151801, 0xe8fe1526, 0x1d090c0c, 0x0000101d, 0x06000500, 0x7a02e0ff, 0x1c00a001, 0x3c002c00, 0x5d004d00, 0x2208b145, 0x5c262221, - 0x01200797, 0x3e209782, 0x2005946a, 0x09357b05, 0x013b1624, 0x347b3632, 0x1d062306, 0x0f871401, 0x2b012e23, 0x05cd4101, 0x23082093, 0x35291c02, - 0x82fe3249, 0x20274932, 0x17271603, 0x5b0e181f, 0xfe63453a, 0x1f0609a8, 0x07090907, 0x5909061f, 0x06210a82, 0x23048409, 0x0407045a, 0x57231687, - 0x831d0609, 0x37048216, 0x2b430ad3, 0x33484833, 0x0b0f3c24, 0x1726170c, 0x63483815, 0x6fb61445, 0x6f204083, 0x84202383, 0xa3200488, 0x09224182, - 0x0f83a306, 0x0a06e125, 0x82e1060a, 0x27002c09, 0xc3ff0000, 0xbd01c001, 0x18000300, 0x08114b63, 0x2f002b42, 0x37003300, 0x3f003b00, 0x47004300, - 0x55004d00, 0x79007500, 0x81007d00, 0x8b008600, 0x93008f00, 0x9b009700, 0xa3009f00, 0xab00a700, 0xb300af00, 0xbd00b700, 0x0000c100, 0x0717013f, - 0x07173717, 0x0f210782, 0x20078201, 0x82038227, 0x820b840f, 0x03072113, 0x20064959, 0x20078223, 0x87038a33, 0x8201200f, 0x82372013, 0x84072003, - 0x2216211b, 0x32055869, 0x36161427, 0x23141516, 0x16072722, 0x35363233, 0x49062634, 0x33200517, 0x2005c556, 0x242d8227, 0x15333505, 0x2e078225, - 0x07112103, 0x21112527, 0x35131711, 0x82171521, 0x83038311, 0x20218353, 0x20258227, 0x82138327, 0x86072007, 0x2287830b, 0x86233517, 0x0464300d, - 0x0508041f, 0x1e8e041e, 0x05891e04, 0x8295051e, 0x1eb52e0b, 0x1f2c1f05, 0x1f721f05, 0x22b91f04, 0x0801820d, 0x8021af4d, 0x3d225122, 0xfe22af21, - 0x22510bc1, 0xb8220b24, 0x4c36364c, 0x1d188b35, 0x081c2118, 0x131c1309, 0x191d1920, 0x01091b1e, 0x0c0f1d08, 0x0b791114, 0xfe0b6101, 0x012a0b9f, - 0x01dee2c0, 0xc17afea3, 0x187afec5, 0x800b0b0b, 0x82030122, 0x21bd2206, 0x350582d3, 0x2251218e, 0x2f221775, 0x0e0a2622, 0x0d0a040a, 0x0a0e1b0a, - 0x0b82150e, 0x0e0a4228, 0x0a0d1909, 0x0f82080d, 0x0a0e3e26, 0x0a67010d, 0xfe24008e, 0xd82222d0, 0x42084282, 0xe40b2217, 0x35354c35, 0x0c0f3a4c, - 0x0f080502, 0x0e0c120f, 0x020e1011, 0x0d0f0703, 0x0f040c10, 0xcf222249, 0x214d2222, 0xfe300121, 0x1362626a, 0xf2fe0e01, 0x3b800155, 0x2121823b, - 0x8221212b, 0x84a30b0b, 0x0b782608, 0x22224d0b, 0x822d8282, 0x220b2854, 0x22220b17, 0x82000b0b, 0x00032e00, 0x01000004, 0x008001fc, 0x0022001a, - 0x10b94a2a, 0x32013b2c, 0x011d011e, 0x36343533, 0x47180233, 0xe1260fd6, 0x0b10100b, 0x05833efe, 0x0c076a2d, 0x0b0fba07, 0x272737fd, 0x84fc2737, - 0x80012d05, 0xb4fe0b0f, 0x0b0f0f0b, 0x0f0b4c01, 0x28251f82, 0xfe0f0b28, 0x871f82dc, 0x061b4c02, 0x8002042e, 0x59007c01, 0x14250000, 0x2e222306, - 0x0e260382, 0x33011e01, 0x6c573732, 0x0e072406, 0x47222301, 0x1e260657, 0x3e323306, 0x10822e01, 0x4d06264b, 0x20850539, 0x33363728, 0x15021e32, - 0x07820714, 0x02163f08, 0x1d324480, 0x21292836, 0x1d352729, 0x0e0d392a, 0x3b432b3c, 0x06060701, 0x12060502, 0x40285320, 0x2a46295a, 0x2c2c3c21, - 0x2e252722, 0x09261c19, 0x091a2509, 0x0a060521, 0x18324306, 0x25821728, 0x26084b08, 0x25331e40, 0x12120115, 0x3177422e, 0x2d231642, 0x15242c2f, - 0x2c3e3e2c, 0x0507012a, 0x08040704, 0x52221c10, 0x26452a3f, 0x2f2c2215, 0x1d16222c, 0x0b1d2929, 0x18060609, 0x12413206, 0x05050713, 0x25152c09, - 0x090c1d33, 0xea823e05, 0x00010034, 0x01c6ff00, 0x00ba0180, 0x13000040, 0x14151632, 0xd882020e, 0x060e2726, 0x27220607, 0x3720e084, 0x37220582, - 0x1a821736, 0x4c096277, 0x404b052d, 0x35690806, 0x49cc3634, 0x3d24136b, 0x09281426, 0x09030b03, 0x0b0f0d07, 0x04030103, 0x0a021b0d, 0x09121e25, - 0x18131b1a, 0x41091326, 0x17503c35, 0x2b150609, 0x5cba017b, 0x3a442449, 0x0c111322, 0x0d1e0d2c, 0x020f1618, 0x1b093003, 0x13096845, 0x0d103020, - 0x13120c16, 0x1913134b, 0x16313220, 0x3c4e3a34, 0x08012c17, 0x50303e1b, 0x0b8f4964, 0x20000f26, 0x00004800, 0x5f06c54b, 0x03270823, 0x36353632, - 0x64222627, 0x372205ea, 0xc36f1617, 0x83262009, 0x36372fcf, 0x32333233, 0x16311617, 0x17020e07, 0x2082011e, 0xdd833620, 0x7d019608, 0x395c8443, - 0x1e207631, 0x5c5c5c82, 0x39016e4c, 0x1d6d9836, 0x07461304, 0x010a982b, 0x19030703, 0x31291a09, 0x0713172d, 0x09030808, 0x02031103, 0x02020c04, - 0x081c210e, 0x04050d04, 0x5f010808, 0x825c5a43, 0x33731f1b, 0xfe825c3c, 0x4a4c6d69, 0x4c6c3638, 0x44072d35, 0x8b1a0412, 0x15060205, 0x04011108, - 0x1f3f1512, 0x0616191a, 0x04062909, 0x06020d09, 0x040e1a1a, 0x06070f05, 0x00000303, 0x00000200, 0x8001e0ff, 0x1600a001, 0x00001900, 0x15330701, - 0x23038423, 0x33352327, 0x25080384, 0x37331733, 0x01233703, 0x44303080, 0x5967520e, 0x0e526759, 0x40303044, 0x80515e51, 0xa001361b, 0x30203070, - 0x0482d0d0, 0xc0c07025, 0x8840d0fe, 0x82c02053, 0x00033d53, 0x11000028, 0x01211121, 0x27072335, 0x16171523, 0x0f161507, 0x35331501, 0x35372627, - 0x15215882, 0x080d8814, 0x01372622, 0x0140fec0, 0x443b5374, 0x01051c57, 0x5a200501, 0x4f010520, 0x18024309, 0x01031876, 0xa0010301, 0x563f1e82, - 0x05949405, 0x85060422, 0x05260607, 0x07062605, 0x89abab73, 0x05180204, 0x04031705, 0x820304a9, 0x0a834e7e, 0x0f000322, 0x8082d382, 0x23371327, - 0x2f070607, 0x074f6201, 0x214eec2a, 0x0c06072e, 0x1e4c232d, 0x4f085684, 0x9200ffc0, 0x1b0d0e5b, 0x005e905b, 0xfeff1800, 0x4202cdff, 0x8d00b801, - 0xa2009800, 0xb500ab00, 0xc900bf00, 0xe000d500, 0xf800eb00, 0x27010201, 0x49013801, 0x6e015b01, 0x81017a01, 0x9c018e01, 0xb401a801, 0x0000bf01, - 0x16071625, 0x27060706, 0x2e270183, 0x37363501, 0x82173626, 0x20038204, 0x24088234, 0x2e223517, 0x2ff98201, 0x3637013e, 0x32173217, 0x27263336, - 0x35342726, 0x36290582, 0x17163637, 0x36021e14, 0x82018216, 0x0726212e, 0x372e1182, 0x17362726, 0x3a161716, 0x35043e01, 0x0a83013e, 0x1521c582, - 0x26048222, 0x36331632, 0x69173633, 0x072505f4, 0x1423010e, 0x24608215, 0x17161516, 0x82828236, 0x82272004, 0x27262609, 0x1506012e, 0x202e8214, - 0x284e8616, 0x17162322, 0x26363732, 0x22948205, 0x82263435, 0x16172338, 0x67822617, 0x82070621, 0x0637282f, 0x0635010f, 0x4d371617, 0x322105a8, - 0x21228236, 0x32822617, 0x32331629, 0x27013e37, 0x82062322, 0x2a3f828d, 0x34360734, 0x06012a27, 0x82010e23, 0x83272082, 0x201f8215, 0x82448237, - 0x27dd8246, 0x022e3726, 0x06070623, 0x0583dd82, 0x82020e21, 0x300c830a, 0x07062726, 0x022e3536, 0x17062627, 0x3217031e, 0x05cc4d36, 0x06211582, - 0x82a58216, 0x2e05222b, 0x840d8304, 0x35152938, 0x37363716, 0x26353623, 0xa4820e82, 0xa6840782, 0xb6822620, 0x1614072d, 0x03013e33, 0x3e07012e, - 0x82011601, 0x286383f3, 0x36343526, 0x37262237, 0x27b88216, 0x15163627, 0x34070614, 0x1d828d82, 0x26205982, 0x6b05b34e, 0x07240539, 0x1407011e, - 0x3a089184, 0x023d0236, 0x17330101, 0x9bb90d1e, 0x33171d0e, 0x02040101, 0x04070408, 0x0d09070f, 0x070b1004, 0x08021213, 0x05090121, 0x0411040a, - 0x04030b03, 0x28120704, 0x1508100f, 0x83010f06, 0x03033700, 0x0d040606, 0x1c210b0e, 0x0d25271d, 0x1a54a12f, 0x080b0810, 0x53820305, 0x070f012b, - 0x11050513, 0x0713270f, 0x083a8304, 0x04120322, 0x0109050a, 0x02020415, 0x0b0c1e04, 0x090d0410, 0x02050807, 0x02080308, 0x0108164e, 0x07030807, - 0x0a387782, 0x08120815, 0x34020203, 0x030c0408, 0x09050605, 0x160850fe, 0x07060803, 0x123b5682, 0x040a1407, 0x3203031b, 0x0a051004, 0x08070d0c, - 0x142315bd, 0x2c2c3f2d, 0x83220654, 0x03023d55, 0x1d350b0b, 0x0302011c, 0x03082308, 0x0701034a, 0x02081417, 0x24090501, 0x0f0c0561, 0xe2080982, - 0x38110202, 0x514b0d05, 0x0a2a4b2f, 0x0a090402, 0x0b140a03, 0x03030206, 0x020f1d15, 0x310a0708, 0x0e180106, 0x10020506, 0x0a03011d, 0x3212070e, - 0x100e0502, 0x170e0711, 0x35020f06, 0x01372b35, 0x02080106, 0x05030c03, 0x0d530101, 0x19161814, 0x0216140c, 0x39121102, 0x02b18f38, 0x0401010f, - 0x02040b04, 0x03040108, 0xa3373137, 0x0a123202, 0x10190513, 0x1bb2240e, 0x3c0c2142, 0x0bd8fe34, 0x0c02050c, 0x140d0510, 0x2018e525, 0x11250a05, - 0xf41f3019, 0x06040e0b, 0x0b060206, 0xb1010f07, 0x0d14250d, 0x04041709, 0x17070b0c, 0x0d060f01, 0x1b060205, 0x29170407, 0x06190201, 0x01011806, - 0x05061729, 0x07030707, 0x05081107, 0x06010b04, 0x08140903, 0x0e220b11, 0x03020a04, 0x0301080d, 0x82010b02, 0x11200800, 0x040f4712, 0x09020806, - 0x06010801, 0x02040502, 0x0501080c, 0x04130f1c, 0x47220b05, 0x03012517, 0x4908c582, 0x0707020a, 0x24220e05, 0x03011113, 0x0203020b, 0x01020c09, - 0x1109050a, 0x13110b0b, 0x0208070d, 0x040b0106, 0x07060405, 0x07030608, 0x0a1b09f7, 0x02030821, 0x0d080303, 0x27180204, 0x04040804, 0x211f0228, - 0x0d241201, 0x4782091b, 0x05014f08, 0x08262108, 0x02182704, 0x05280904, 0x011d2211, 0x19010504, 0x15a3011c, 0x2d201423, 0x2d1f202d, 0x181201af, - 0x23060111, 0x02200712, 0x1d050304, 0x0a26062e, 0x05240a01, 0x10360104, 0x09040720, 0x01082804, 0x4f050820, 0x2a340d1b, 0xc3820704, 0x06213f08, - 0x0d030c04, 0x05020207, 0x01010606, 0x0d181005, 0x0a080b07, 0x0404ae02, 0x0211160d, 0x07162606, 0x0106090e, 0x191b4f10, 0x3617101f, 0x07020201, - 0x03030604, 0x07521703, 0x090a0c0b, 0x43820904, 0x10080531, 0x06010122, 0x15191b12, 0x02050214, 0x82050606, 0x02500857, 0x25111933, 0x03062616, - 0x14111320, 0x8a011501, 0x1c130d1d, 0x92fe200f, 0x05091701, 0x04010a0b, 0x1e0c090a, 0x101923b1, 0x0511110a, 0x151a1c0a, 0x0b04f31c, 0x0e010109, - 0x02050c05, 0x1e014807, 0x040a090c, 0x09071202, 0x12012b17, 0x02070506, 0x0e341782, 0x03000000, 0xd9ff0000, 0xa7018402, 0x0f000700, 0x00003000, - 0x21073e7f, 0x5d653222, 0x32013b05, 0x030e041e, 0x3e070607, 0x07012e03, 0x27062e06, 0xa701021e, 0x1b1b261a, 0x0483f726, 0x011a2508, 0x283b2751, - 0x1206081e, 0x1b18270c, 0x330c1c33, 0x58171426, 0x42613a51, 0x0c1e1f39, 0x652a0313, 0x1a261a9e, 0x05822f84, 0x29012008, 0x11060802, 0x23101a0b, - 0x192c1715, 0x27253816, 0x01010d17, 0x12170c08, 0x0520111e, 0x820e292c, 0x26898292, 0x01c8ff00, 0x82b801f0, 0x00232a09, 0x003f0033, 0x0057004f, - 0x09f9655f, 0x1523172f, 0x32013b14, 0x3e34013d, 0x1d011e01, 0x250c8601, 0x0e222326, 0x124d1701, 0x1527250e, 0x22012b14, 0x30822a82, 0x07141722, - 0x26260d86, 0x32363435, 0xe3860216, 0x07ef5118, 0x7db0a03c, 0x747db07d, 0x09120901, 0x1a242519, 0x39091109, 0x1a2d1a28, 0xf8070bef, 0x04840b07, - 0x0905f828, 0x05090404, 0x2282118d, 0x1e151231, 0x91ce8a14, 0x9991ce91, 0xbe8787be, 0x82950187, 0xb07d2c3c, 0x09091b08, 0x0820171b, 0x83172008, - 0x39282a09, 0x8ee62d1a, 0x070a0a07, 0x3343828e, 0x04048590, 0x15350585, 0x09091f0a, 0x0e150a1f, 0x0d011515, 0x91234082, 0x82b3fece, 0xbe872841, - 0x00000600, 0x6302e0ff, 0x103b0553, 0x3b002000, 0x63004e00, 0x35250000, 0x15163133, 0x17220714, 0x06071416, 0x59323523, 0x23361095, 0x0e141614, - 0x27222303, 0x32021e15, 0x3e321733, 0x37263404, 0xdb57012e, 0x36290805, 0x010e3537, 0x16363426, 0x2e34011f, 0x013e2704, 0x012e3435, 0x15012b27, - 0x01363233, 0x0d0d26b0, 0x0e0e0501, 0x68282802, 0x0b5d631c, 0x39764308, 0x08040101, 0x1e1b0a0e, 0x0f101508, 0x1b120404, 0x02060c12, 0x3719b201, - 0x36222133, 0x31181735, 0x18312222, 0x070403b8, 0x0e050a09, 0x0b110910, 0x127b0375, 0x0320cc18, 0x14020e0d, 0x01021d03, 0xcc52b823, 0x8438080a, - 0x1711200b, 0x0f050b0b, 0x0203031c, 0x10060601, 0x25111b0c, 0x09020706, 0x211b1a21, 0x1c060308, 0x3217040d, 0x3d0d0417, 0x06070804, 0x02010204, - 0x0e0a0b11, 0x12800107, 0x2d08a77d, 0xa0014002, 0x0d000700, 0x27001700, 0x0f423600, 0x22dd820a, 0x84171614, 0x270321d6, 0x220f4c60, 0x42363201, - 0xc5540513, 0x92a73205, 0x67926767, 0x28282088, 0x07281f70, 0x0c16120c, 0x099958f8, 0x1a012308, 0x5177794f, 0x3458355b, 0x70014f72, 0x68689167, - 0x0cd0b191, 0x0d384639, 0x0e23380d, 0x1014171b, 0xb6537804, 0xfe2e080b, 0x544d7160, 0x385a306e, 0x0000704e, 0xff000004, 0x01f001c7, 0x001400b8, - 0x00380029, 0x37000044, 0x22232607, 0x37323314, 0x22230617, 0x0c51022e, 0x20139205, 0x084d4b27, 0x3e343524, 0xb1841301, 0x0622233b, 0xf6161415, - 0x21120a21, 0x1e091621, 0x160a2c15, 0x1c2d101a, 0x0921a32e, 0x08118313, 0x2b161f2a, 0x1019160b, 0x792e1b2d, 0x45298f69, 0x9266305a, 0x5146733f, - 0x5655767a, 0x11e97775, 0x0f155814, 0x220e0627, 0x24252817, 0x21390c87, 0xab252818, 0x5e366890, 0x6791253f, 0xfe447242, 0x5558733d, 0x53517a76, - 0x067f4978, 0x020c0029, 0x00740100, 0x8217000b, 0x071723bb, 0x03823727, 0x37170722, 0x37200784, 0x07200782, 0xb32c0f82, 0xb3b36767, 0x80131a2d, - 0xb34d3480, 0x19240988, 0x6667da67, 0x19200d82, 0x4c201783, 0x09851783, 0x00671a31, 0xff090003, 0x01f901c8, 0x000700b8, 0x411f0013, 0x37210ab7, - 0x85508327, 0x850b8358, 0x9a073568, 0xce9191ce, 0x4d4ac791, 0x4d1b3518, 0x23190b4d, 0x7e7ee07e, 0x1a260d83, 0x180b4e4e, 0x1c82b801, 0xe6ce9127, - 0x35194e4b, 0x251e821a, 0x7c7e2418, 0x0d887e7e, 0x06000022, 0x073dcc82, 0x79014002, 0x20001800, 0x35002a00, 0x45003d00, 0x16010000, 0x06143115, - 0x07272223, 0x2b058227, 0x37343526, 0x33363327, 0x04331732, 0x2306174e, 0x37363437, 0x20056864, 0x24118517, 0x011e1415, 0x06234424, 0x26080787, - 0x552f1102, 0x2e29393b, 0x3c38292e, 0x692f2e54, 0x53656552, 0x5028fe68, 0x39503939, 0x342f3df1, 0x2f333938, 0x8228903d, 0x1b3a2b0e, 0x2ae6fe2c, - 0x1e2a1e1e, 0x06853e01, 0x3f2b0d31, 0x3226543c, 0x3b552632, 0x39332b3f, 0x833aff39, 0x2f2b2836, 0x1616124d, 0x83944d12, 0x1b28240d, 0x82951b2c, - 0x82028732, 0x030036ca, 0xbbff0100, 0xc0013c01, 0x34002800, 0x00004000, 0x1f070625, 0x05ed7901, 0x2e060729, 0x31363701, 0x82272637, 0x013e3107, - 0x32021e17, 0x36013f36, 0x011e1716, 0x3425010e, 0x1e29df82, 0x06141501, 0x14372622, 0x06554216, 0x010e4008, 0x39211301, 0x0c0d4c15, 0x39140f1f, - 0x09230d4c, 0x3b154c0c, 0x09101b20, 0x04151b06, 0x30343110, 0x1b150b0a, 0x0c020307, 0x4cfdfe0e, 0x233c2336, 0x424c6c4c, 0x26263426, 0x111e111a, - 0x82061572, 0x0923223a, 0x823a830b, 0x4d280841, 0x12150614, 0x070d1217, 0x100a030e, 0x0e07080e, 0x0c0b0d07, 0x36c30b10, 0x243b234c, 0x354c4c35, - 0x1a25251a, 0x1d11251b, 0x2a0b137a, 0x00170007, 0x0044001f, 0x6b343600, 0xce4405c5, 0x8304200f, 0x342d08ad, 0x2e172226, 0x23060701, 0x012f2622, - 0x06070626, 0x1617011e, 0x07140717, 0x013f1606, 0x36161716, 0x3736022f, 0x18b8013e, 0x20181820, 0x0c9643f0, 0x2fcf2008, 0x442f2f44, 0x0e10047f, - 0x1e102516, 0x100e0607, 0x09060604, 0x0d25140c, 0x0d1c0d30, 0x820c2430, 0x0d2f2c05, 0x0a111523, 0x181821fe, 0x44891721, 0x53200aa7, 0x43293a82, - 0x0408ac30, 0x04091208, 0x2a068205, 0x08080e07, 0x010c040d, 0x851d0d2f, 0x300e263a, 0x0b0d040c, 0x9347180f, 0x0080270b, 0x002b000e, 0x016b0100, - 0x25b18205, 0x3634013d, 0x9f831333, 0x26343524, 0xbd822223, 0x37590720, 0x15062205, 0x08bb8214, 0x32161741, 0x17119801, 0x835d5d83, 0x18cd1118, - 0x120f2922, 0x22100a0c, 0x1c13131b, 0x0d0a1020, 0x222a0f12, 0x01180918, 0x87111880, 0x5d83835d, 0xfe181187, 0x272017f4, 0x120c0b12, 0x121a210c, - 0x821f1b13, 0x110b3108, 0x09172028, 0xffff0100, 0x8002f1ff, 0x4c008f01, 0x21088182, 0x0e070615, 0x27230703, 0x1407010e, 0x012e3126, 0x07012e27, - 0x3335013c, 0x17010e15, 0x3e17011e, 0x13823702, 0x88232621, 0x37362510, 0x23012e36, 0x3a262182, 0x06153302, 0x2382010f, 0x10821320, 0x02357508, - 0x06112780, 0x1232262b, 0x4a07520e, 0x61170f12, 0x12300a17, 0x062012a2, 0x070d6a07, 0x0506211d, 0x2d0b083b, 0x0613108e, 0x1d091e09, 0x14060513, - 0x293c1111, 0x3b142605, 0x7a024003, 0x010c1e05, 0x28010c8d, 0x735a630d, 0x8e0ec129, 0x37010125, 0x301638da, 0x020a0201, 0x0e14010d, 0x0d1cf60e, - 0x0a0d3d38, 0x0e130f87, 0x0c0d010d, 0x37134214, 0x060d0a2e, 0x3d081e83, 0x097b1e02, 0x1a01048f, 0x000e0d0f, 0x08001100, 0xf801c8ff, 0x0200b801, - 0x1c000a00, 0x36002e00, 0x52004600, 0x6c005a00, 0x8c007e00, 0xa6009400, 0xb600b200, 0xd000c800, 0x07250000, 0xae432637, 0x06053306, 0x16171415, - 0x37333233, 0x27343536, 0x07222326, 0x11851427, 0x87013f21, 0x22262811, 0x3214011d, 0x8207013d, 0x011f212b, 0x35222c82, 0x2a833534, 0x14010e22, - 0x322e0e82, 0x012f3436, 0x3b140626, 0x2b343201, 0x34861701, 0x2c832320, 0x46845883, 0x59822082, 0x322a3e84, 0x34173233, 0x22233435, 0x0f82010f, - 0x37323325, 0x84343517, 0x8880835f, 0x83152027, 0x013e213a, 0x22215983, 0x26658306, 0x010f3727, 0x82353625, 0x87222010, 0x20888249, 0x35728337, - 0x01331422, 0x54476d13, 0xce9191ce, 0x05940191, 0x02050201, 0x06850f01, 0x06847120, 0x84010621, 0x10392a06, 0x01055310, 0x08050206, 0x30228207, - 0x0c02053e, 0x02040702, 0x0842030b, 0x10080810, 0x23388c20, 0x0f050113, 0x06844884, 0x05086025, 0x82010602, 0x10492304, 0x42844310, 0x05010222, - 0x6425448d, 0x0174b074, 0x20358c47, 0x25558209, 0x47ad0808, 0x9882e56d, 0x1ece9122, 0x35857482, 0x53208e82, 0x4a825c89, 0x81841320, 0xb8825083, - 0x0201082c, 0x0529050f, 0x020b0306, 0xa3820704, 0x10108523, 0x203a8b51, 0x863a838e, 0xdc0722d2, 0x82968202, 0x050822a9, 0x21c4830b, 0xfc8a0f08, - 0x6f24458c, 0x47b074b0, 0x07203983, 0x2a08e784, 0x10480106, 0x00000010, 0xff000004, 0x010102c4, 0x000d00b9, 0x00220018, 0x3700002c, 0x33013e27, - 0x17161732, 0x020e2627, 0x823e3417, 0x164f080c, 0x26220614, 0x07061625, 0x36372706, 0x1e072726, 0x2e073701, 0x37343501, 0x66234d84, 0x403a4337, - 0x2916cd21, 0x17191b23, 0x31231726, 0x01314631, 0x503c213b, 0x19704a40, 0x14ce1c03, 0x5a3f2a4d, 0x76e62878, 0x2521302c, 0x0b010b42, 0x823b2115, - 0x34258227, 0xaf537c31, 0xad04252e, 0x82215824, 0x7d082927, 0x4a5c8b0e, 0x2293823e, 0x42020001, 0xaa3006cb, 0x14250000, 0x010e1415, 0x27262223, - 0x26352634, 0x2005854f, 0x22068236, 0x82010e17, 0x842620a2, 0x8222200a, 0x30153298, 0x16171615, 0x34363736, 0x2e272627, 0x23300701, 0x24038222, - 0x39070607, 0x82c18202, 0x013b2917, 0x32301732, 0x33163033, 0x47182782, 0x173107ba, 0x30171630, 0x1416011f, 0x16311632, 0x17141715, 0x21018230, - 0x0e833214, 0x1f16142d, 0x15161501, 0x14161416, 0x83311417, 0x16142a33, 0x30153017, 0x011e1416, 0x23188231, 0x14311630, 0x1e820f82, 0x40823120, - 0x15175408, 0x42f80114, 0x8a5c4373, 0x1808010f, 0x170d1d08, 0x252d1103, 0x3d2a135c, 0x08090309, 0x1f0c0b02, 0x030c040c, 0x24190106, 0x16121b60, - 0x61230f0c, 0x03020130, 0x151d0601, 0x1f010101, 0x0b171634, 0x01021313, 0x1b1d0104, 0x0c0d0205, 0x080a0606, 0x82020b0d, 0x8702831a, 0x210e8607, - 0x108b0301, 0x02054f08, 0x430905cf, 0x59754273, 0x43020602, 0x06251439, 0x2239282c, 0x0e13071b, 0x13153a62, 0x11113112, 0x0613020d, 0x2301100e, - 0x29112118, 0x1224561a, 0x091c220e, 0x0d060201, 0x0a1d0101, 0x07010405, 0x0602020d, 0x08040509, 0x030e0d09, 0x5b820101, 0x02200289, 0x76870e83, - 0x06211b82, 0x221f8606, 0x87020103, 0x01042525, 0x01051514, 0x0807e345, 0xf101d029, 0x1700c001, 0x00002500, 0x010e2201, 0x33161716, 0x23063732, - 0x012e2322, 0x3b363435, 0x26173201, 0x27260613, 0x8334013e, 0x17690804, 0x3a011416, 0x0d2a603d, 0x35573d26, 0x085f462e, 0x91896304, 0x465e0167, - 0x471f302d, 0x36372a1e, 0x1f471f2b, 0x4a9f014f, 0x4b307e6b, 0x8f053f1e, 0x3f916764, 0x1373fe1e, 0x62101503, 0x1510627e, 0xd94a1303, 0x00000400, - 0x0902beff, 0x2100ca01, 0x32002a00, 0x00003c00, 0x21071601, 0x36011e14, 0x010e3337, 0x0e272223, 0x377e8401, 0x06373637, 0x17013e07, 0x14151636, - 0x1e010e05, 0x26373602, 0x2e343337, 0x06252282, 0x36171637, 0x080a8435, 0x26e3016c, 0x2fb7fe0b, 0x7913443f, 0x464a7718, 0x353e2220, 0x39121a1f, - 0x1345354f, 0x70615189, 0x0d1249fe, 0x29231709, 0xcf594917, 0x2a1a2f1e, 0x2d43b73d, 0x0f190e0f, 0x4420011b, 0x10332449, 0x4e442018, 0x0311110f, - 0x51202326, 0x16466720, 0x056b554f, 0x2739192b, 0x213925ec, 0x0d0c0213, 0x2c1bbe2a, 0x1a933618, 0x101e264a, 0x37410e18, 0x02df2607, 0x00a00100, - 0x34bd8214, 0x021e3700, 0x26222317, 0x36341135, 0x0706013b, 0x011e020e, 0x05966425, 0x36012b2a, 0x07060727, 0x012e2706, 0x36200282, 0x3638ce82, - 0x27263717, 0x1c0a0b2d, 0x140e5014, 0x153a0e14, 0x030e0d10, 0xb8010607, 0x43080d83, 0x89053e34, 0x17233703, 0x0a0e150e, 0x0d050307, 0x891c3624, - 0x2f8f2014, 0x1415412a, 0x0e7c010e, 0x14191314, 0x1b3e2330, 0xfe0e14ec, 0x3d140e84, 0x0b3e1e67, 0x330c1308, 0x173b2f45, 0x0c071b0b, 0x21331d37, - 0x04349f83, 0xc1ff1f00, 0xb701a301, 0x5f004a00, 0x8d007100, 0x26370000, 0x1e267d82, 0x3e351701, 0x75763301, 0x3e322508, 0x26343501, 0x0323b182, - 0x4315021c, 0x2321068a, 0x23b08222, 0x26270623, 0x2805594e, 0x15012b14, 0x1e013e33, 0x26818201, 0x13012e02, 0x82023e34, 0x0e1626ed, 0x2e222301, - 0x26d98202, 0x16361326, 0x82010e07, 0x36262bdf, 0x031e1516, 0x37342736, 0x64832627, 0x3637172b, 0x17010f16, 0x22230616, 0x82288227, 0x26d80805, - 0x0b020567, 0x0e0d050b, 0x28283901, 0x08324f3a, 0x241d0809, 0x13382a18, 0x02050605, 0x26205a27, 0x37372726, 0x01060f26, 0x0a0e0e06, 0xe00808f2, - 0x55652501, 0x4839253b, 0x12303c44, 0x2d2c251d, 0x0604132e, 0x1601020a, 0x23433025, 0x06e30906, 0x81310514, 0x0109546f, 0x350a0f0f, 0x93525249, - 0x04031214, 0x14020209, 0x04100412, 0x0b051112, 0x04140205, 0x04030906, 0x0a680505, 0x06030409, 0x255e101e, 0x31283937, 0x1c030f3b, 0x1a1e0903, - 0x1601261d, 0x0c0f0906, 0x132f161b, 0x26200c18, 0x2626276d, 0x030a090f, 0x0abb0804, 0x1328851e, 0x2a355122, 0x0e0d2745, 0x052a0131, 0x05030708, - 0x0413190c, 0x1511080a, 0x030d0211, 0x06bafe12, 0x1a310614, 0x053f5f26, 0x30261a82, 0x1e08254a, 0x8182038c, 0x1407082a, 0x05100512, 0x0d061112, - 0x0a237d82, 0x72000505, 0x530806db, 0x00a001bb, 0x0036002d, 0x0064004e, 0x033c0100, 0x2a23052e, 0x07020e01, 0x33363427, 0x1d021e32, 0x1f161401, - 0x27260701, 0x012e020e, 0x033e3435, 0x15063517, 0x37161714, 0x020e1736, 0x012e2223, 0x32362627, 0x3e041e17, 0x16363701, 0x07061714, 0x3e372606, - 0x07821482, 0x82033e21, 0x16e10824, 0x01010106, 0x08050402, 0x05020609, 0x040f0d0f, 0x1f3e494a, 0x100b182e, 0x26390808, 0x322e0d07, 0x251a1d2d, - 0x54122533, 0x0a111d1c, 0x54240788, 0x335e302f, 0x05010310, 0x37161802, 0x4a394026, 0x24060327, 0x05040c09, 0x040b0602, 0x020d2a06, 0x0b0a0805, - 0x02082605, 0x041d0104, 0x060d070f, 0x02060509, 0x14090602, 0x4028070e, 0x0b191c12, 0x071a0d93, 0x0b243807, 0x10021915, 0x2c1d202b, 0x57050f18, - 0x1d370329, 0x0f1a0a09, 0x1f1b098b, 0x04132929, 0x0d0e0105, 0x070b0a1a, 0x01011213, 0x0a150707, 0x0b050304, 0x04070626, 0x04040301, 0x04010304, - 0x001b040a, 0x00010000, 0x01e0ff11, 0x00a001b0, 0x25000009, 0x11231523, 0x11051533, 0x69140123, 0x32016d9a, 0x0195759c, 0xfe5668c0, 0x282782fe, - 0x01fcff00, 0x008301c4, 0x42348226, 0x27330654, 0x2223032e, 0x043e2707, 0x16173637, 0x013f1617, 0x82363736, 0x080c8262, 0x03c0014b, 0x273f5b59, - 0x0c09061b, 0x090f110c, 0x0a151e05, 0x161e1528, 0x180c3409, 0x02221012, 0x1502021c, 0x5d210f1d, 0x41260145, 0x13497772, 0x30292d23, 0x081b1511, - 0x0a181225, 0x974c0501, 0x02350f10, 0x1315172d, 0x036c0603, 0x0cc35702, 0x000a2308, 0x11211100, 0x37272521, 0x17071723, 0x40fec001, 0x40403c01, - 0x5c4040b8, 0x40fea001, 0x5656b87b, 0xd68259b8, 0x0a2b4618, 0x2c000326, 0x4e003f00, 0x13333785, 0x15011e32, 0x23263437, 0x1d010e22, 0x33152301, - 0x58011d32, 0x34320876, 0x3733013d, 0x35373423, 0x17013e34, 0x22273533, 0x12823534, 0x17072323, 0x26248416, 0x2327013f, 0x82072327, 0x1707240f, - 0x83371737, 0x06bb3f7b, 0x23330307, 0x12211a1e, 0x0706161c, 0x042c8315, 0x440b3801, 0x53080201, 0x50031067, 0x13821907, 0x0416512e, 0x1009101b, - 0x0916041b, 0x071f2007, 0x3c08a583, 0x0a043301, 0x161f0609, 0x15191f0e, 0x076f0325, 0x191a0201, 0x02030104, 0x02257102, 0x0a0a1802, 0x0319f207, - 0x01030102, 0x02061e98, 0x01066c06, 0x0a18e703, 0x180a1c1c, 0x11110821, 0x34dc8208, 0xff0e0004, 0x01f201e0, 0x002a00a2, 0x00470039, 0x25000054, - 0x5b7f8232, 0x2e2f050e, 0x37343501, 0x3336012e, 0x3f361732, 0x831f3601, 0x14163309, 0x26222306, 0x16072735, 0x14053617, 0x3e323316, 0x04413502, - 0x36172605, 0x06072627, 0x23048322, 0x37321617, 0x08059644, 0x0622233a, 0x01161415, 0x091e1bb8, 0x587b0318, 0x03386139, 0x1b1e0919, 0x4f391016, - 0x6109021f, 0x1711170c, 0x17101117, 0x39501c58, 0x18dffe10, 0x0a0f0810, 0x0b101706, 0x07d70b12, 0x15230082, 0x8206156b, 0x791b2206, 0x0811821b, - 0x10101832, 0x26f41717, 0x0e0b0c31, 0x4529593f, 0x0d0b0d2a, 0x28102730, 0x02098a03, 0x21171616, 0x14101717, 0x0f27037d, 0x06171069, 0x11080e0b, - 0x68120b17, 0x15213c83, 0x27418215, 0x0a521c06, 0x17110b12, 0xf6824383, 0x00030030, 0x01c7ff03, 0x00b801f9, 0x0040001b, 0x7b5b005c, 0x82072005, - 0x262721da, 0x4d4bf382, 0x07062b06, 0x3233013e, 0x1e300316, 0x1a821705, 0x2627262a, 0x36373637, 0x16173233, 0x2e230182, 0x82070603, 0x16172901, - 0x14151625, 0x23010e07, 0x2084f982, 0x85055a5c, 0x016f0829, 0x1b2016e2, 0x1838201b, 0x210f0609, 0x532f4c2e, 0x59871314, 0x04ef7b49, 0x0c0c0906, - 0x0a0e0810, 0x1c1e7949, 0x2f290505, 0x24242a3d, 0x03020314, 0x20141407, 0x19102911, 0x1601132d, 0x63200104, 0x23252320, 0x0e283515, 0x46660719, - 0x0a0b2124, 0x01030201, 0x20292d3a, 0x11101036, 0x09020806, 0x23301313, 0x55232c32, 0x6ffe436f, 0x82050402, 0x013f0800, 0x3c414e01, 0x23202b3a, - 0x05231312, 0x0a060405, 0x1e0d0a02, 0x1b414731, 0x02040351, 0x143a3302, 0x4f491d12, 0x0e0d151d, 0x040d543c, 0x00000105, 0xff000003, 0x01d801c8, - 0x000800b8, 0x422d0016, 0x2b2b0501, 0x35231501, 0x23020e17, 0x82342622, 0x171623f1, 0x96501707, 0x220d8206, 0x822e3717, 0x065208ee, 0x32331614, - 0x0fa60136, 0x0b100c0d, 0x4115571a, 0x91673258, 0x70476791, 0x3d9aba23, 0x573e4f2b, 0x2d483e57, 0x375d1f3b, 0x5b81815b, 0x1af5623a, 0x96612c1b, - 0x9126432e, 0x414991ce, 0x481f6e6d, 0x573e3e57, 0x352f233f, 0x3b81b681, 0x04000000, 0x3b780800, 0x61032006, 0x00250667, 0x27151725, 0x05e65113, - 0x13352408, 0x01230737, 0xb4852564, 0x7d179a53, 0xfa2a2efa, 0x18ced67d, 0x410154d6, 0x8f266086, 0xfed61e3a, 0x82c93afa, 0xff122ccb, 0x01ee01c0, - 0x005900c3, 0x83710065, 0x011d27cb, 0x26343523, 0x07840622, 0x32013b27, 0x3533011d, 0x21078f34, 0xe6823533, 0x07141623, 0x83dd8215, 0x823320d5, - 0x82142026, 0x222323fb, 0x31961507, 0x34352528, 0x1d22012b, 0x4b821401, 0x0b8a3720, 0x05e9012b, 0x222a22b7, 0x051b05b7, 0x3a038624, 0x10090b25, - 0x0b0d0a10, 0x05051606, 0x1b040211, 0x0b061406, 0x04250c0f, 0x8425041c, 0xfbfe2121, 0x02820682, 0x06859320, 0xdc04a02d, 0x1d1d1a60, 0x04dc601a, - 0x82b22004, 0x84202003, 0x04703203, 0x14080814, 0x04030504, 0x083c0404, 0x04260404, 0x29188520, 0x0420b204, 0x04044005, 0x05850540, 0x45000021, - 0x02370563, 0x00840182, 0x24000059, 0x06010f14, 0x26272223, 0x1e23013d, 0x86013b02, 0x057856fe, 0x2e222327, 0x0e012b02, 0x08e84101, 0x3e16322f, - 0x033e3705, 0x3e333217, 0x1e323301, 0x07074c02, 0x0e22233c, 0x35210701, 0x011f3634, 0x59058202, 0x02020203, 0x1a08ee05, 0x091b0d16, 0x02820959, - 0x191b4408, 0x0e1a1427, 0x19260665, 0x1d2a2a1d, 0x05062619, 0x040c0511, 0x06090809, 0x1219150e, 0x06040714, 0x140b111b, 0x180f090e, 0x061b110f, - 0x1a160d1e, 0x09360109, 0x0ac55905, 0x01013503, 0x0d240502, 0x831b223c, 0x092b0848, 0x2c362c1b, 0x3a2a1e17, 0x01171e2a, 0x08050101, 0x1f0d130e, - 0x01030f22, 0x0e091410, 0x190e0b14, 0x210f140e, 0x05230d3c, 0x82360306, 0x5f5518ea, 0x000f220c, 0x25ef8319, 0x35012b06, 0x43183233, 0x162607f7, - 0x012b2634, 0x11823315, 0x16460138, 0x0f46460f, 0x91ce91c8, 0x3311ce91, 0x46327824, 0x161ff524, 0x0f831d4a, 0x48f7912b, 0x004af833, 0x01000400, - 0x05336100, 0x37001332, 0x55004600, 0x1e250000, 0x06141502, 0x26222123, 0x3726ff82, 0x3233013e, 0xf8440716, 0x06272805, 0x26010e07, 0x51353637, - 0x16320545, 0x010e1617, 0x22232627, 0x33161406, 0x06071424, 0x1c822223, 0x26273426, 0x0617013e, 0x88080e8d, 0x2215a801, 0xfe273814, 0x37422fde, - 0x3658112a, 0x0b0e6041, 0x13090e13, 0x0404020f, 0x06051118, 0x3f25344a, 0x0a161e0f, 0x150b1508, 0x2a2a1d1d, 0x250d021d, 0x0c0c0b07, 0x081e1e07, - 0x2209160c, 0x0d0b061b, 0x1414070c, 0x09150c07, 0x271b04e4, 0x43382716, 0x063f2b2e, 0xd0583f33, 0x0b130e08, 0x0d061b10, 0x10040c0d, 0x3414140d, - 0x0821294a, 0x06170916, 0x3b291508, 0x38877829, 0x2d0b1609, 0x150b2d6c, 0x61490b02, 0x360c8228, 0x0a1d481c, 0x000a0116, 0x00000200, 0x8201d3ff, - 0x1b00ad01, 0x67003a00, 0x3630061f, 0x0717021e, 0x07263727, 0x14150622, 0x16173637, 0x2205f65c, 0x82010e02, 0x068a08df, 0x1737012f, 0x32331607, - 0x34353637, 0x26270607, 0x17363437, 0x5e182a36, 0x353c2249, 0x25331411, 0x2943381b, 0x17211d47, 0x16130113, 0x0a280147, 0x1607020d, 0x6d523410, - 0x233d0f52, 0x5f504021, 0x221d021a, 0x2a011416, 0x1dc3261d, 0x01504933, 0x0f0c1f0d, 0x25271848, 0x18232a01, 0x13150709, 0x05171336, 0x2a240c14, - 0x2c0f292b, 0x480e4901, 0x4130271c, 0x08180606, 0x1b121608, 0x0102281d, 0x20000400, 0xa001c0ff, 0xbd82c001, 0x00052208, 0x0026001a, 0x27070100, - 0x37173711, 0x23040e14, 0x34022e22, 0x3233023e, 0x3707021e, 0x07271527, 0x05714717, 0x2b254d08, 0x7c2a0101, 0x2c1e180b, 0x432e1e2e, 0x371d1d39, - 0x422c2d44, 0x4f9e1a33, 0x5d1b4a7d, 0x024a1b5d, 0x2b15017f, 0x56f9fe56, 0x4f33592b, 0x09152637, 0x95663616, 0x18183869, 0x584b6739, 0x1a49b187, - 0x491b5c5e, 0x000080aa, 0x19000300, 0x27207f82, 0x36087f82, 0x000e000b, 0x37000011, 0x07270717, 0x37273727, 0x23173517, 0x37021d27, 0x039462c4, - 0x6c6c1f56, 0x3492561f, 0x67bc3232, 0x2056c695, 0x56206c6c, 0x64329dce, 0x8232646a, 0xff052b43, 0x02d2fffc, 0x00ae0104, 0x45830006, 0x1900133a, - 0x16130000, 0x36372331, 0x13370332, 0x33372627, 0x0f162503, 0x17271301, 0x2f081283, 0x38843969, 0x1d660e03, 0xa50bf8e2, 0xff005ebc, 0xe2f80b04, - 0x39843838, 0xa7010e02, 0xfe07afaf, 0xdafe58f2, 0xfe6509b8, 0x090dceda, 0xaf2601b8, 0x00361382, 0x14000400, 0xec01e0ff, 0x1d00a001, 0x29002100, - 0x00002d00, 0xf9431e25, 0x27200805, 0x0e23012a, 0x2e222301, 0x2e373601, 0x32023e01, 0x2506021e, 0x17233533, 0x27260635, 0x27011e15, 0x57080b82, - 0x0414cf01, 0x1e23371a, 0x14050f37, 0x1e370f05, 0x041a3723, 0x21051714, 0x5a665a3d, 0xfe05213d, 0xd92a2a95, 0x2629652d, 0xa6a66d6c, 0x2f38187e, - 0x18181a1f, 0x382f1f1a, 0x4a542618, 0x3b23233b, 0x3a2d544a, 0x12101790, 0x12221920, 0x00003a6a, 0x00000900, 0xc001dfff, 0x0f208f82, 0x08194b18, - 0x33002f25, 0x82003600, 0x0f9c7d1d, 0x34110335, 0x2707012b, 0x22232707, 0x33141115, 0x15013221, 0x82173523, 0x013f2303, 0x0a890523, 0x0a821320, - 0xc0012e08, 0x96fe1219, 0x12191912, 0x19126a01, 0x6f090625, 0x096f3d3d, 0x6a010606, 0x49fbfe06, 0x36544949, 0xc4120176, 0x4070c4c4, 0x01638a76, - 0x222a8975, 0x8284fe19, 0x324b3123, 0xfe064b32, 0x01010696, 0x264a2525, 0x752c9326, 0xfe230786, 0x622525f6, 0x25080d07, 0x00310019, 0x1e321100, - 0x15010e04, 0x22272317, 0x022e020e, 0x17042e27, 0x011f0626, 0x1617021e, 0x36351617, 0x01822627, 0x042e6008, 0x35508556, 0x07060715, 0x06461a51, - 0x2021171b, 0x1a132625, 0x1a0e1823, 0x0a021744, 0x0f241609, 0x26494712, 0x070d0d01, 0x0c0e3625, 0x0128191d, 0x3e2c1ca0, 0x3031453d, 0x05475205, - 0x09040303, 0x2e150f14, 0x036c3941, 0x0708040a, 0x211c2c0f, 0x01101f89, 0x06080901, 0x151a671b, 0x831f192c, 0x00032497, 0x41e0ff00, 0x1f26064f, - 0x00006900, 0x70821413, 0x44230621, 0x362105b4, 0x10945b33, 0x82340621, 0x2223299b, 0x2707050e, 0x3435013e, 0x02350982, 0x33021e14, 0x15323332, - 0x07063106, 0x34012f06, 0x3431033e, 0x2d188326, 0x011e1415, 0x37363233, 0x3e34043e, 0x4c823701, 0x04fd172e, 0x0d010809, 0x13130e10, 0xc30d0608, - 0x080bde56, 0x04164036, 0x09050405, 0x040b0609, 0x0101010d, 0x2b19440e, 0x160c0e1a, 0x02011520, 0x1d070104, 0x06010310, 0x1d060808, 0x080d0807, - 0x10180d04, 0x02093322, 0x01020103, 0x21390282, 0x01200519, 0x2c100a2b, 0x121c0528, 0x040a3019, 0x14a0fe33, 0x01141c1c, 0x08058260, 0x2208d330, - 0x03010301, 0x08010602, 0x3f070101, 0x25183f11, 0x1520292a, 0x3c01010c, 0x040e060b, 0x06080d07, 0x0a0c0504, 0x10071110, 0x24380e19, 0x0f820c06, - 0x0101032d, 0x00051101, 0x20000200, 0x8201c0ff, 0x48003401, 0x00006100, 0x15011e25, 0x23262314, 0x080e0722, 0x41010e07, 0x33260522, 0x14151632, - 0xad4d040e, 0x34372205, 0x09146722, 0x062c2c82, 0x073e1707, 0x36273233, 0x022e3435, 0x13823783, 0x33011e31, 0x023e023a, 0x97013637, 0x32072306, - 0x51352809, 0x3b08059d, 0x02040302, 0x2836520f, 0x0c171d2e, 0x0c0a072f, 0x1c13060a, 0x02061016, 0x25494209, 0x30243652, 0x01021619, 0x0f061103, - 0x0e0a0e08, 0x05a60607, 0x07090301, 0x1f1f0b0b, 0x01121708, 0x032bc282, 0xed0d0102, 0x05073702, 0x83011b08, 0x063c08ee, 0x0a110c0a, 0x27315938, - 0x08133619, 0x0b070401, 0x1409110c, 0x1e2a0102, 0x4247042d, 0x1441582d, 0x661c242d, 0x0902010a, 0x05030804, 0x1a500202, 0x09090611, 0x4d110604, - 0x191e1228, 0x2f084182, 0x00003f03, 0xfffeff03, 0x01bd01bf, 0x000500c0, 0x00460031, 0x26150100, 0x17011e27, 0x011e3736, 0x22060706, 0x3e012e27, - 0x17323301, 0x23260706, 0x25050d74, 0x35033e17, 0x986f2734, 0x20f48205, 0x08278213, 0x2722238e, 0x37363736, 0x2607010e, 0x3e373435, 0x19140102, - 0x24251f2e, 0x030d1416, 0x9e331b19, 0x26102833, 0x1d213b59, 0x1a17020b, 0x331c4e3a, 0x17312321, 0x6d130109, 0x624f3b04, 0x262f0219, 0x194b1b1c, - 0x420f0106, 0x0d140c25, 0x2a012a30, 0x144d4a01, 0x0d04a458, 0x1d4a431f, 0x702a3838, 0x150b425e, 0x3a540916, 0x06273b22, 0x4d55410e, 0x370c1827, - 0x01448939, 0x1e3b5201, 0x63241f01, 0x2b291a49, 0x3221070d, 0x1e141308, 0x190e0c14, 0x220ff342, 0x82550040, 0x0e4976d7, 0x013e1325, 0x82070627, - 0x270622c6, 0x2ec68233, 0x022e3527, 0x14171627, 0x020e1415, 0x5c012e07, 0x362105f0, 0x2af48237, 0x1716010e, 0x32373216, 0x82272636, 0x1506281a, - 0x013e1714, 0x82071437, 0x9001233b, 0xde421c14, 0x19e93a07, 0x0e0d0c0a, 0x02253107, 0x0a020b44, 0x101d0d14, 0x161f0e06, 0x2431271e, 0x3a358210, - 0x38251413, 0x20180b18, 0x1d183c63, 0x1a081001, 0x080d081e, 0x04092917, 0x74102e10, 0x41080e0f, 0x1a481ba3, 0x14100307, 0x2b013325, 0x01222455, - 0x09212311, 0x0f072e31, 0x28362f19, 0x20300609, 0x0e063524, 0x3b29070d, 0xb6231a46, 0x13173e2e, 0x0d07090f, 0x050b0d13, 0x0804141f, 0x00101a1b, - 0x83600002, 0x5c682009, 0x052b09b1, 0x042e2736, 0x37262327, 0x84363736, 0x822620ee, 0x272221c0, 0x02251582, 0x31223023, 0x36a38222, 0x23061706, - 0x0e262722, 0x17061501, 0x1617031e, 0x07040e07, 0x84161506, 0x3233280b, 0x17323336, 0x82163716, 0x16322b3d, 0x3e373233, 0x91363702, 0x028291ce, - 0xa2014008, 0x180d0803, 0x01030d0e, 0x02020301, 0x11010411, 0x0806080a, 0x03020307, 0x201b0807, 0x11080612, 0x0807191b, 0x07040304, 0x08090409, - 0x09011403, 0x02020606, 0x0c040104, 0x060d170f, 0x84012c01, 0x02073500, 0x13120711, 0x1b16151c, 0x10081213, 0x01010702, 0x27010102, 0x3106315d, - 0x020209c2, 0x07120d0e, 0x06050803, 0x0a070205, 0x40830408, 0x113c022c, 0x030c1812, 0x1111180a, 0x1182023c, 0x0b040623, 0x2c828207, 0x08050205, - 0x0e120703, 0x0701020d, 0x0810820e, 0x02050526, 0x130e0306, 0x0e130101, 0x08020603, 0x00060105, 0xffffff01, 0x010202cd, 0x006c00b1, 0x07062500, - 0x07010e14, 0x2622fb82, 0x4a672223, 0x6a2e2005, 0x273e05e5, 0x2e35022e, 0x35302702, 0x063e3734, 0x36353037, 0x27032e27, 0x013e3726, 0x32331617, - 0x15822637, 0x30330326, 0x1e323332, 0x14201082, 0x2405e848, 0x14151617, 0x05fd4d07, 0x31142008, 0x1e17041e, 0x08ff0101, 0x0103023c, 0x18040903, - 0x1214130b, 0x2a1e2228, 0x0a131412, 0x8209031a, 0x10022614, 0x09011c18, 0x20f3820e, 0x080e820b, 0x02030644, 0x010e090a, 0x1702031d, 0x060a0e08, - 0x0c080304, 0x0c1a2825, 0x2f1b0109, 0x03080c29, 0x0c0a0504, 0x1a0f0b0a, 0x04190502, 0x06010603, 0x13241513, 0x12370505, 0x0b080109, 0x09050904, - 0x03021d0c, 0x08820c1e, 0x0c034708, 0x06020108, 0x0901090f, 0x0f0b0301, 0x06100f12, 0x070b0102, 0x04030705, 0x09100c01, 0x0206040a, 0x1a134918, - 0x12050f24, 0x49131b25, 0x05060218, 0x0e0d0505, 0x0801010b, 0x010b070a, 0x151a0b04, 0x09010315, 0x13510000, 0x000f220a, 0x1141436e, 0x27360125, - 0x4235062e, 0x01201353, 0x260e5342, 0x17060706, 0x42011e30, 0x02210a53, 0x054c4d17, 0x430f5342, 0x012a0b52, 0x0a08035a, 0x070c0c12, 0x5a420207, - 0x2e0c2210, 0x0b59421b, 0x010f0526, 0x080e1403, 0x220d5742, 0x42010102, 0x82771656, 0x09c52a0d, 0x0a080102, 0x030b0a0c, 0x0f604202, 0x421c1a21, - 0x0327075f, 0x070b0607, 0x42030505, 0x05210c5c, 0x105b4208, 0x20000236, 0xd501e0ff, 0x2000ab01, 0x00002900, 0x07163601, 0x040e0706, 0x2606716f, - 0x16373627, 0x4f061415, 0x1724053a, 0x37360136, 0x08055545, 0x07c8013c, 0x0f6f0606, 0x26241c0a, 0x2f291633, 0x072d6849, 0xac7a3b0a, 0x36567a7a, - 0xe6fe422f, 0x2825645c, 0xa9016849, 0x4a040e02, 0x1d3f3656, 0x171d2311, 0x32434968, 0x543d0d0f, 0x27827a56, 0xfe371b2a, 0x125ec78e, 0x00524968, - 0x06280082, 0xc0ff0400, 0xc001bc01, 0x47310b82, 0x53004d00, 0x63005900, 0x013f0000, 0x37071732, 0x25038b16, 0x27071415, 0x038b0617, 0x37272224, - 0x038b2607, 0x37343523, 0x8ab68217, 0x11172403, 0x82112707, 0x07380814, 0x03371715, 0x27071517, 0x06222435, 0x32161415, 0x0d343536, 0x040a0cd3, - 0x1d131516, 0x320d112d, 0x40060a3d, 0x43010144, 0x3d0b0640, 0x2d120c32, 0x1617111d, 0x0b160b04, 0x1e272083, 0x330e112d, 0x83050c3d, 0x40443320, - 0x333d0c05, 0x1e2d120d, 0x03161513, 0xdbdbe60a, 0x0084cadb, 0xbcbcbc2c, 0x628a0101, 0xdb628a62, 0x25890184, 0x46821220, 0x0d0d0923, 0x82688609, - 0x060b2447, 0x86014541, 0x130c2f21, 0x15141e2d, 0x090d0416, 0x17040b0b, 0x69841414, 0x830b3e21, 0x1fc30869, 0x808000ff, 0x8a800001, 0x76eb7575, - 0x6d500176, 0xda6e6edb, 0x4546623b, 0x46456363, 0x00030000, 0x01d4ff00, 0x00ac01c0, 0x002e0013, 0x13000039, 0x22230733, 0x14011d06, 0x23153316, - 0x013d2622, 0x37013e34, 0x07090e33, 0x3e350706, 0x34373501, 0x27262726, 0x11371733, 0x33373623, 0x37273411, 0x07ba5b16, 0x2b2b1db3, 0x36250c29, - 0x43fe2a18, 0x1a182813, 0x0a0a100f, 0x1e070909, 0x011f2130, 0x131a1c0a, 0xd6e6323e, 0x31b7020a, 0x74013d07, 0xce1d2913, 0x3513291d, 0x2918cd25, - 0x69323818, 0x28264540, 0x0c0d1515, 0x33021f06, 0x01182e05, 0x41471b0b, 0xfe899d31, 0x01050ed6, 0x12112e17, 0x820a0014, 0x02c024a3, 0x82c00100, - 0x58250809, 0x75006300, 0x92008400, 0xaa009e00, 0xd800c900, 0x34120000, 0x15163236, 0x23010e14, 0x06140522, 0x07010e07, 0x220d8523, 0x84220627, - 0x22232d02, 0x0635012e, 0x36272223, 0x16272637, 0x26220382, 0x31743435, 0x82372005, 0x313627db, 0x3233013e, 0x03823617, 0x07141622, 0x07214882, - 0x200c8516, 0x05de4124, 0x57822e20, 0x37341723, 0x0526700e, 0x34353628, 0x06072223, 0x45510726, 0x1e142805, 0x36323302, 0x83343735, 0x1d062225, - 0x20328401, 0x201b8637, 0x20198416, 0x054d4126, 0x0e230b83, 0x82222302, 0x0637237b, 0x63851415, 0x77823620, 0x88827a85, 0x83263421, 0x32332259, - 0x0869823e, 0xd0360776, 0x0409100a, 0x01080508, 0x11111326, 0x08011a4e, 0x0910080d, 0x08092009, 0x10090920, 0x1a070d09, 0x0f1a221f, 0x2414200f, - 0x070e361f, 0x17241209, 0x06060611, 0x15010601, 0x0a274719, 0x17191108, 0x100d0111, 0x070c2d05, 0x1a0f0d0a, 0x1c12bcfe, 0x0a0f0813, 0x1308200e, - 0x1e2d1407, 0x15041c20, 0x37340805, 0x0c110c29, 0x04070603, 0x05310c09, 0x0c09050a, 0x31220e82, 0x0682110b, 0x0c320b24, 0x09820b11, 0x2f104d2d, - 0x5a46213f, 0x22251e06, 0x82101109, 0x8208207f, 0x09280882, 0x20081110, 0x29330c26, 0x5229222d, 0x17151e06, 0x012d0308, 0x0d0d115f, 0x07090608, - 0x134f208a, 0x20082d12, 0x0e080e09, 0x09350084, 0x1714090f, 0x1b090501, 0x21371308, 0x32151e10, 0x080f2435, 0x08a98207, 0x26202228, 0x02101201, - 0x07050e04, 0x44280502, 0x74160e08, 0x0f17171d, 0x8d0b1009, 0x421d2119, 0x0e142336, 0x0a021608, 0x9782cf1a, 0x0520092c, 0x0d040607, 0x09062009, - 0x82820c06, 0x0a820d20, 0x09201684, 0xc32e098c, 0x691b2e1e, 0x32191948, 0x1d562e3e, 0x00840f11, 0x4e1b102d, 0x243f2a8f, 0x05020589, 0x51291314, - 0x25220f23, 0x31483100, 0x32172c09, 0x34013d36, 0x33152327, 0x6623010e, 0x37200802, 0x2005c150, 0x5e491825, 0x33220809, 0x9191ce99, 0x35b191ce, - 0x46750242, 0x101a2903, 0x2d0c151c, 0x21141e20, 0x49333122, 0x231a0149, 0x00822423, 0x3606c947, 0x013544e3, 0x182b0a0a, 0x1c150d1d, 0x132e2010, - 0x66492021, 0x82246a49, 0x46232023, 0x3d200e6f, 0x25126f46, 0x22233435, 0x00772306, 0x07062b05, 0x34353635, 0x15062226, 0xf27f1714, 0x21af8206, - 0xa0483236, 0x01362807, 0x1e1e148e, 0x83a4fe14, 0x01240805, 0x2801082e, 0x2505080d, 0x02221c18, 0x1c140d03, 0x080c0d13, 0x0101040f, 0x1d260102, - 0x160d2a11, 0xa0010720, 0x4e082c88, 0xfe1e145c, 0x10088ce4, 0x020e0e02, 0x11091301, 0x0e13130e, 0x08db0a10, 0x01010e0c, 0x01012d04, 0x030e1111, - 0x0a000b00, 0xb601c0ff, 0x4200c001, 0x4a004600, 0x52004e00, 0x5a005600, 0x67006300, 0x73006f00, 0x16250000, 0x07231407, 0x86012f06, 0x83172006, - 0x26232a0d, 0x27262731, 0x26013f26, 0x21058435, 0x0b82012f, 0x17333234, 0x14171516, 0x3217010f, 0x36371715, 0x3437011f, 0x0682013f, 0x11821620, - 0x07033729, 0x17273717, 0x8213012f, 0x011f2303, 0x0d82012f, 0x17370725, 0x82142735, 0x1622081c, 0x1707013f, 0x0727013f, 0x010f1617, 0x010f013f, - 0x0a01b501, 0x02023701, 0x43010214, 0x021c0202, 0xe2825401, 0x0241dc08, 0x1202010f, 0x0301151b, 0x1b01261b, 0x027b0301, 0x06025a01, 0x02242202, - 0x02012301, 0x3b010118, 0x01460102, 0x5b0e65cc, 0x6a14790c, 0x501349ba, 0x460d4039, 0x3e0a3a2b, 0x55044f4e, 0x011e1b5c, 0x5f021816, 0x58014204, - 0x29014006, 0x4a020102, 0xde053308, 0x2c024801, 0x210e0101, 0x02023602, 0x43022e18, 0x01450101, 0x0b01024e, 0x02640119, 0x021d0d02, 0x27010285, - 0x8402012c, 0x19110102, 0x01152302, 0x01201001, 0x01012401, 0x39050226, 0x11013d61, 0x0437862f, 0xfe318539, 0x3a5e3def, 0x3c443dd1, 0x3d463e83, - 0x1744172c, 0x140f0107, 0x2f430101, 0x28434a44, 0x02011b1e, 0x243f1b22, 0x00000041, 0xff070002, 0x01ba01e0, 0x001a00a0, 0x25000034, 0x23020e16, - 0x4b062722, 0x162306a9, 0x58071415, 0x27210571, 0x05705336, 0x5a051342, 0x5708053b, 0x16323336, 0x0501b801, 0x3b1c2810, 0x4b743a25, 0x774f4e78, - 0x081a174a, 0x7205070d, 0x38383511, 0x13383333, 0x110c070e, 0x080b0d15, 0x212b1b0d, 0x1b093d29, 0x103e1722, 0x55416428, 0x5f566f70, 0x0a06243a, - 0x253a050a, 0x4e4e503f, 0x054e4f50, 0x0a14120d, 0x1b171804, 0x00219682, 0x34998205, 0x013e0200, 0x00180080, 0x001c001a, 0x00700057, 0x15061300, - 0x050a4a16, 0x2622a382, 0x1b583427, 0x14153d06, 0x35331713, 0x013e1637, 0x0e011e37, 0x013e0702, 0x010e3027, 0x3e37032e, 0x2f012e01, 0x0e311183, - 0x011e1401, 0x36032e17, 0x2f053e37, 0x0e031e01, 0x20298202, 0x06095b15, 0x37343525, 0x58343736, 0x57080586, 0x41613233, 0x040d4301, 0x1d0f0503, - 0x201e0234, 0x03050d17, 0x5d017e04, 0x0a0b0803, 0x0e0b1801, 0x0a07101f, 0x0b080e1a, 0x03090c0e, 0x03010202, 0x08010204, 0x10031011, 0x0408090e, - 0x0d1c1107, 0x1810150a, 0x0102080d, 0x21180101, 0x0305060c, 0x1e20b303, 0x0f1d3402, 0x0d244582, 0x10410143, 0x28085882, 0x3f60010d, 0x0c40655b, - 0x04050309, 0x31614124, 0x031a254a, 0xfe060304, 0x9e0101ac, 0x02120c02, 0x27283e1f, 0x3407040c, 0x08448211, 0x150c063a, 0x10190d10, 0x1103020c, - 0x1b05181a, 0x08151b2c, 0x230d0402, 0x171d3925, 0x121b1f2a, 0x1303030d, 0x17202029, 0x25aa0814, 0x4062314a, 0x03050424, 0x65400c09, 0x06103f5b, - 0x00205382, 0x02200082, 0x200ab74c, 0x0985441d, 0x26360537, 0x010e010f, 0x3637011f, 0x020f1617, 0x17013f32, 0xce913716, 0x36028291, 0x0b027201, - 0x010def08, 0x068e3d0b, 0x73020103, 0x1e060705, 0x4404123e, 0x192a0669, 0x5d030b0c, 0x13030c04, 0x1c820459, 0x063f6826, 0x140a2e1d, 0x082a6784, - 0xf801c8ff, 0x0700b801, 0x678a0b00, 0x07233722, 0x2405c844, 0xb5552801, 0x22448655, 0x829c9cb5, 0x87298232, 0x000b3e33, 0x001b0013, 0x0036002e, - 0x00b2003e, 0x0f162500, 0x012f0601, 0x36013f26, 0x27062717, 0x20a48326, 0x20a88207, 0x200b8307, 0x2ab3832e, 0x0e061e32, 0x010e0701, 0x830e2637, - 0x163621b9, 0x3505fc49, 0x26361332, 0x07012e27, 0x013b013e, 0x013e2734, 0x27352634, 0x13823736, 0x2d822682, 0x17011e24, 0x4e82012e, 0x22272622, - 0x33312282, 0x26273437, 0x31340722, 0x06171606, 0x0f030e07, 0x204b8201, 0x2d0a8214, 0x36371606, 0x012e3037, 0x16333623, 0x48823d36, 0x1407162f, - 0x2307020e, 0x1716050e, 0x17062726, 0x34528216, 0x16171637, 0x08082d01, 0x0b08080a, 0x080a0707, 0x06051409, 0x20028305, 0x8305821f, 0x4e2c0809, - 0x1a0f0a10, 0x02060121, 0x01040205, 0x02020101, 0x04212909, 0x0604040b, 0x9182080a, 0xce9191ce, 0x0119014f, 0x0513190b, 0x0a04030c, 0x59082082, - 0x02041a01, 0x150b171d, 0x02090511, 0x0d090e0a, 0x11080417, 0x0b0e0305, 0x03040d05, 0x06160403, 0x070c0904, 0x0e100606, 0x1904030d, 0x03020532, - 0x100c0a05, 0x08030d17, 0x04072705, 0x011d0b04, 0x02040404, 0x07080101, 0x01040608, 0x2f010902, 0x0e5d1317, 0x2812122e, 0xa482ec27, 0x0a090923, - 0x21aa8309, 0x00820509, 0x05060623, 0x8203820b, 0x13053b09, 0x1e14240c, 0x0602061f, 0x07030702, 0x12030705, 0x0505370c, 0x0608050b, 0xa2830207, - 0xddfe9127, 0x14020e0a, 0x3281820f, 0x07040c0c, 0x01010505, 0x25171d0e, 0x0d050103, 0x821c0e09, 0x01260817, 0x201e0f12, 0x07050305, 0x080d0107, - 0x07010c09, 0x0604153b, 0x10100f03, 0x33090605, 0x03030513, 0x07150b05, 0xfc82140b, 0x11016d08, 0x0d1c0a09, 0x0805211c, 0x02010305, 0x11110c0e, - 0x0e081212, 0x0a0c3508, 0x251c2a6e, 0x00171923, 0x00010000, 0x01e0ff00, 0x00a00180, 0x25000058, 0x07260706, 0x35083e35, 0x2e342736, 0x04352708, - 0x2e230737, 0x22012b08, 0x37011d06, 0x37083e32, 0x17140633, 0x27062e23, 0x14152326, 0x3e32013b, 0x80013706, 0xc5ab060a, 0x0c081105, 0xa482ca82, - 0x02010523, 0x29d68203, 0x0510080b, 0x08680301, 0xa9820117, 0x0606042c, 0x89060a09, 0x05580307, 0xa0820606, 0x03022608, 0x19020402, 0x011a0203, - 0x04040205, 0x15070908, 0x0c592d43, 0x060e0d13, 0x030f050c, 0x06483c64, 0x03011a06, 0x2b258201, 0x05070603, 0x070472d0, 0x02040405, 0x32080082, - 0x08190103, 0x14047e0c, 0x0d091209, 0x04030707, 0x0103a406, 0x08020401, 0x12080d04, 0x490c4b06, 0x0e081505, 0x01020704, 0x04278b02, 0x18050d02, - 0x82072409, 0x080021e2, 0x2c0a3354, 0x00140010, 0x00330022, 0x00510043, 0x1197475b, 0x3517072a, 0x35331523, 0x27260723, 0x173c0783, 0x33153733, - 0x36323332, 0x34353427, 0x23022e27, 0x17012b22, 0x012e3435, 0x35072223, 0x373b2082, 0x27323316, 0x1c151415, 0x35230601, 0x15011e32, 0x14151714, - 0x35262223, 0x4d323334, 0x32080bfe, 0x92214c1b, 0x0306072b, 0x150c1d2b, 0x0a05280c, 0x02010f2e, 0x0c0e1102, 0xa0180103, 0x0c0a0b01, 0x011e1f09, - 0x75160c09, 0x04050505, 0x02065501, 0x51060503, 0x31080d4b, 0x80805bc5, 0x13293c80, 0x57555580, 0x112a0e57, 0x0a06120a, 0x2463010a, 0x0a090b0b, - 0x0a08802a, 0x0301315c, 0x54050505, 0x02050404, 0x050e211b, 0xf8820d2a, 0x0d00022f, 0xf301d0ff, 0x5500b001, 0x00006300, 0x219c8225, 0x01823106, - 0x8805d54f, 0x07222805, 0x26352223, 0x8b272631, 0x21ef8201, 0x018e3637, 0x32373025, 0x66311633, 0x33080de3, 0x22350714, 0x3507010e, 0x35331523, - 0x01333634, 0x020101f2, 0x10060304, 0x0507120d, 0x110c040c, 0x16191a17, 0x01200701, 0x1e141413, 0x0f13171a, 0x0c090f0b, 0x3c08e382, 0x07060202, - 0x09140e0d, 0x120b0715, 0x10151314, 0x10100712, 0x15011401, 0x1a1b1e0c, 0x15090a15, 0x9e04060a, 0x050f1812, 0x130f4949, 0x250101d6, 0x0b151001, - 0x13161a19, 0x030b0507, 0x08438209, 0x01020925, 0x06040101, 0x110d100a, 0x1512100d, 0x15141b1a, 0x0d0e0404, 0x15171112, 0x130a1418, 0x0a0e0806, - 0x8205060b, 0x04023724, 0x0f100804, 0x1a0b0b15, 0x02121220, 0x1007431c, 0x5ebf200d, 0x57531312, 0x01c13109, 0x001000a0, 0x005c0037, 0x1e320100, - 0x14111501, 0x2005035b, 0x33ce8211, 0x27263612, 0x3431012e, 0x26272622, 0x17161706, 0x010e011e, 0x22221082, 0x10833430, 0x82010f21, 0x36372c13, - 0x36131637, 0x010f2226, 0x83010e26, 0x14332c21, 0x16171630, 0x2e012f36, 0x82013e01, 0x32312231, 0x080f8214, 0x0136373d, 0x192c1a61, 0xfefe2738, - 0x27383827, 0x24162abb, 0x04010504, 0x12151304, 0x0d140a09, 0x05142f18, 0x04050104, 0x10041108, 0x11120e09, 0x7c240101, 0x08160e07, 0x29512505, - 0x83042515, 0x2229821a, 0x850c1513, 0x05042928, 0x01020b0f, 0x1a2c19a0, 0x01374e85, 0xfe382702, 0x1551499f, 0x02010203, 0x0b260b03, 0x2f0c0505, - 0x840c0d29, 0x0404330e, 0x0b111b08, 0x01021a0f, 0x0c0a0114, 0x14080b15, 0x29894816, 0x28890a20, 0x020b0722, 0x330a2751, 0x001f0012, 0x16070100, - 0x07010e07, 0x3707020e, 0x013e3726, 0x07200282, 0x2006d945, 0x08d48206, 0xc0013630, 0x04063f57, 0x5a23455f, 0x3f57235a, 0x45600405, 0x0434ae30, - 0x44273c50, 0x5003022c, 0x015a3b3c, 0x563e57a0, 0x05096546, 0x57050b0c, 0x0982573d, 0xe417062e, 0x0204583b, 0x3c274022, 0x4e030457, 0x2105e34f, - 0x074eff00, 0x00072405, 0x82140010, 0x00232277, 0x46188227, 0x3437075f, 0x14062226, 0x25363216, 0x1f270717, 0x07272301, 0x37273723, 0x82270717, - 0x2a068302, 0xd4960002, 0x76d49696, 0x8283ba83, 0xc1fe3902, 0x93572557, 0x31320f2f, 0x0616330e, 0x451c0644, 0x376d441e, 0x2a013717, 0x96242483, - 0x845c00ff, 0x83352582, 0x255725e0, 0x64645e52, 0x1d0e0a6b, 0x441e7c0f, 0x37171a1d, 0x2c738217, 0xfffeff0c, 0x011202ba, 0x000400c1, 0x208b820c, - 0x3489821d, 0x003d0030, 0x004d0044, 0x00b3006d, 0x360000bd, 0x37260616, 0x061a4717, 0x2706023a, 0x16363726, 0x011e0617, 0x012e010e, 0x06243637, - 0x3e262726, 0x16171601, 0x36250f83, 0x011e3637, 0x221f8205, 0x85070616, 0x16372218, 0x21328207, 0x17822636, 0x2e221282, 0x19831701, 0x010e2726, - 0x15063027, 0x27392183, 0x3736012e, 0x3e373626, 0x16361701, 0x07011e07, 0x2627012e, 0x27262736, 0x21378322, 0x05832623, 0x0e26272a, 0x040e0701, - 0x37160615, 0x37202883, 0x14208b83, 0x16204d82, 0x03250d82, 0x32333637, 0x250d8307, 0x1e17011e, 0x45823602, 0x39088a86, 0x04140461, 0x080c9b0a, - 0x090b0c08, 0x03173f07, 0x08050b02, 0x030f8a01, 0x030f120a, 0x31010505, 0x0504120f, 0x05111004, 0x0e0bc605, 0x06050308, 0x6d01070e, 0x01010a05, - 0x05830606, 0x06024808, 0x0b0a032b, 0x54140202, 0x03090f0c, 0x08100606, 0x1f101403, 0x46091f19, 0x451e031b, 0x1f010e15, 0x15180426, 0x66142723, - 0x0454332a, 0x025e0d1f, 0x2b020128, 0x0d1e0401, 0x0c050708, 0x0e0e0d07, 0x08090f06, 0x82051113, 0x09550845, 0x14180708, 0x29020910, 0x08090502, - 0x01011c02, 0x0106140e, 0x010f110f, 0x02090606, 0x05020225, 0x1405090d, 0x08040e15, 0x03050613, 0x040b1310, 0x1504152c, 0x0c095002, 0x0c09080c, - 0x05d9010c, 0x01030b0c, 0x0bd40505, 0x0b040f12, 0xae070812, 0x08080409, 0x2d048312, 0x0c02084c, 0x0203040e, 0x0701ae0b, 0xbc840605, 0x07044f08, - 0x03093905, 0x040a0a02, 0x0d03093c, 0x02040410, 0x4b21770d, 0x24011215, 0x01021815, 0x151d0d14, 0x3f32051a, 0x064a2316, 0x11202432, 0x400a3541, - 0x0b060a60, 0x1d0d6211, 0x05040501, 0x0c0c030c, 0x03040703, 0x06080c03, 0x1b1c221c, 0xae821402, 0x6b04102b, 0x04050a02, 0x0346050b, 0x362b820b, - 0x1e221f02, 0x050b0802, 0x140a084b, 0x04020510, 0x06530901, 0x82080804, 0x140f21b7, 0x30096744, 0x00a001c0, 0x003d002d, 0x0100004d, 0x15071632, - 0x06a75514, 0x0b820682, 0x23061528, 0x013d2622, 0xf4503526, 0x15072b05, 0x33363732, 0x33161732, 0x4b753632, 0x11320810, 0x21232634, 0x11150622, - 0x21331614, 0x53013632, 0x07010504, 0x280d161e, 0x01271a11, 0x0e040102, 0x130d0c08, 0x010c131b, 0x19192303, 0x0d070622, 0x3f4e3c26, 0x6a2e080a, - 0xa4fe0608, 0x06080806, 0x08065c01, 0x03041501, 0x0e030487, 0x2c011110, 0x0e010203, 0x0ad4080c, 0x13130d10, 0x1209110d, 0x030d0d02, 0x4a4e8b10, - 0x8372200c, 0x3e3f8333, 0x00080905, 0x18000300, 0xaa01bbff, 0x2900c001, 0x45003400, 0x07250000, 0x3f26010e, 0x82160701, 0x272108d0, 0x012e013e, - 0x27072223, 0x27013f36, 0x012e0607, 0x1736013f, 0x011e3116, 0x3637010f, 0x26222616, 0x2ddf8234, 0x1415011e, 0x17373203, 0x022e010e, 0x07833435, - 0x011e6b08, 0x020da801, 0x0a011d1f, 0x272a1029, 0x31160814, 0x271d271f, 0x2b4c2e23, 0x07200f33, 0x1310440d, 0x0b050c8c, 0x130e6a3a, 0x1e1e2a2d, - 0x0e170e15, 0x271a1ee6, 0x3641461d, 0x10282121, 0xc02f1802, 0x120d139d, 0x20027a13, 0x272d3e24, 0x23323c17, 0x0820271a, 0x0d2e1956, 0x3d0e1f0d, - 0x08510b0e, 0x06430c20, 0x1e8c1401, 0x3c821e2a, 0x80fe1532, 0x0e172811, 0x26412712, 0x18272a35, 0x001e2e38, 0xff2dd782, 0x02efffff, 0x00910185, - 0x0031001a, 0x2cd78253, 0x31010e30, 0x14150607, 0x23061516, 0x05435706, 0x011f332a, 0x2e270226, 0x33323601, 0x1621c882, 0x82018217, 0x060723fd, - 0x31453726, 0x08d18205, 0x022e236c, 0x26352623, 0x37363037, 0x1f323736, 0x013f1601, 0x4201021e, 0x075d2c2e, 0x12017201, 0x79760102, 0x05060708, - 0xa0330102, 0x0504e903, 0x0a080801, 0x0c133a3a, 0x0fbf1107, 0x03710208, 0x0a900f07, 0x027a0208, 0x060f0905, 0x99030112, 0x01040197, 0x0503930c, - 0x393b0709, 0x05761113, 0x2ac40d13, 0x06032229, 0x25031801, 0x1c820306, 0x07787424, 0x60820306, 0x01037926, 0x0707042b, 0x09321282, 0x0413e315, - 0x05012f01, 0x06020903, 0x02014c01, 0x27820102, 0x02222232, 0x36040302, 0x0a010201, 0x3408164a, 0x00030401, 0x2e06f378, 0x00a00100, 0x0041000f, - 0x007c0058, 0x499e0088, 0x1720111f, 0x0220dc82, 0x1722e782, 0xd482011e, 0x02820582, 0x36372508, 0x36012e27, 0x2e023c27, 0x07262704, 0x1617020e, - 0x37361617, 0x3405013e, 0x23012a26, 0x26222322, 0x0615010e, 0x33393082, 0x32163221, 0x34351336, 0x23022a07, 0x011d0622, 0x020e012e, 0x1e170607, - 0x224b8202, 0x82323637, 0x3336294b, 0x0e273532, 0x26272601, 0x0f824082, 0x26300528, 0x35052e22, 0x21823726, 0x15162108, 0x06161514, 0x0c12e201, - 0x3bfe120c, 0x110c0b12, 0x01020e95, 0x150f3b27, 0x31030215, 0x04081c43, 0x3508d182, 0x05072305, 0x01030603, 0x05020101, 0x40080b08, 0x0816093d, - 0x0610070e, 0x37090308, 0x03043301, 0xc6c60109, 0x04030901, 0x09040401, 0x018b0101, 0x04040409, 0x0f82010e, 0x06143808, 0x191d2a17, 0x0919040d, - 0x2d292006, 0x02020114, 0x0b040305, 0x34080312, 0x09232509, 0x350c1817, 0xfe010e10, 0x070306d3, 0x03040603, 0x04150102, 0x01030545, 0x82a00126, - 0x7c3f088c, 0x120b0b13, 0x0c118601, 0x08120abc, 0x0b070807, 0x211f1627, 0x05061203, 0x07010401, 0x06040505, 0x0f1a220e, 0x190e1f09, 0x0909110b, - 0x051f1a04, 0x04061b1a, 0x07030202, 0x05ed0f18, 0x66010105, 0x013705d1, 0x015a0105, 0x1307010f, 0x08070d47, 0x32091111, 0x132e2132, 0x82010b02, - 0x020630c9, 0x173b0e02, 0x33130f10, 0x17021a32, 0x822d4813, 0x0403289e, 0x15040605, 0x820e0105, 0x01022bca, 0x00002219, 0xfff8ff02, 0xd58202e0, - 0x0007002e, 0x12000018, 0x3e26010e, 0x16051602, 0x2d053555, 0x013e2726, 0x16171637, 0x554dc636, 0x0382182c, 0x21012708, 0x4a7d4901, 0x35266c3d, - 0x240d1956, 0x08019b37, 0x6221346b, 0x5e20346a, 0x7e4b0c0d, 0x0e2d344a, 0x17333146, 0x1b425421, 0xc0012305, 0x5782a001, 0x22001128, 0x45003400, - 0x6f4e4d00, 0x36172909, 0x22272627, 0x3f14011d, 0x23103f49, 0x14153317, 0x2d05c744, 0x2634013d, 0x0622012b, 0x1f140607, 0x584a1601, 0x2f4a0805, - 0x07222601, 0x34363216, 0x14062226, 0x34344ac0, 0x0298344a, 0x03291401, 0x1b109c04, 0xfe182310, 0x232318b6, 0x03017f18, 0x13141413, 0x2d080c03, - 0x06540c08, 0x02020806, 0x0a070807, 0x06070303, 0x69420610, 0x4a694a4a, 0x3a820901, 0x044a342b, 0x02240201, 0x02044303, 0x853e82ee, 0x4a01323c, - 0x0f552318, 0x05050104, 0x080f0401, 0x052d0c0c, 0x2a408210, 0x08080903, 0x08020207, 0x82fe0505, 0x694a2b3d, 0x02000000, 0xe0ff1000, 0xe382b101, - 0x00332608, 0x13000049, 0x11151632, 0x23220714, 0x3d262722, 0x23010e01, 0x35032e22, 0x043e023c, 0x37013e37, 0x022e3435, 0x20ca8323, 0x08f88226, - 0x36372650, 0x010e3513, 0x1c060e07, 0x1e141502, 0xf0323302, 0x03055f61, 0x07063540, 0x1f22581f, 0x05101930, 0x06050201, 0x9916070a, 0x180b0244, - 0x1b562815, 0x04030d04, 0x4c0a0306, 0x14451f9e, 0x03030503, 0x04010102, 0x28121a0b, 0x3f49a001, 0x9882d7fe, 0x08012f08, 0x12191119, 0x07161f1a, - 0x140c1001, 0x0c0e130f, 0x091e0903, 0x17141526, 0x04121d09, 0x1f080703, 0xfe37060e, 0x14036ba4, 0x0405010b, 0x01830507, 0x02052b08, 0x0a100d05, - 0xfdff0b00, 0x80023000, 0x11004e01, 0x47001500, 0x5f005600, 0x66006300, 0xaf00a600, 0xc700c400, 0x0f250000, 0x02833702, 0x0f370130, 0x17372701, - 0x013f0737, 0x0f270507, 0xa56d3701, 0x32372a06, 0x3f31051e, 0x3f173601, 0x82298501, 0x21258420, 0x2582030f, 0x26072735, 0x020e2207, 0x37160607, - 0x36023f36, 0x32010f26, 0x8217023e, 0x2737233b, 0x30822f07, 0x82013f21, 0x26028237, 0x37023e07, 0x84071e36, 0x84658248, 0x1627244b, 0x82071707, - 0x0e372443, 0x84062306, 0x0506424b, 0x45822720, 0x27051142, 0x07023f07, 0x23262726, 0x072a8a82, 0x27370706, 0x23038002, 0x03822302, 0x03222e08, - 0x202f0c40, 0x200d1f18, 0x0d1c0d78, 0x0413dbfe, 0x2415031c, 0x0202211a, 0x0d081d25, 0x0306070a, 0x25270304, 0x03410305, 0x02240224, 0x08018225, - 0x2018362d, 0x4b031609, 0x3a0a1803, 0xaa082804, 0x0711091b, 0x0106090c, 0x100f0f01, 0x013b1b0d, 0x07030f0c, 0x16040a07, 0x9d150706, 0x82930f08, - 0x39202d22, 0x1b0a1f18, 0x041d0626, 0x121e0906, 0x08372c82, 0x02030506, 0x1a270302, 0x0d20050b, 0x052b1f17, 0x0210051d, 0x83251a22, 0x01cc087b, - 0x08080405, 0x29090e0b, 0x2619040e, 0x060fdc06, 0x04010107, 0x08701106, 0x0806070d, 0x3f032207, 0x04071f01, 0x0b0b0607, 0xc101020b, 0x1cd20818, - 0x1d031203, 0x1a021402, 0x02737104, 0x53500276, 0x78027880, 0x01262412, 0x0102221d, 0x28181b20, 0x05040202, 0x1f060507, 0x1b1b0302, 0x12021c04, - 0x14031b02, 0x02751503, 0x1c02566f, 0x5c021c05, 0x10020f03, 0x0111023e, 0x060b0a06, 0x0101130d, 0x09260112, 0x011c0104, 0x3c420703, 0x260c0912, - 0x02114d28, 0x027a0213, 0x3f026866, 0x0c290242, 0x0101150d, 0x05040302, 0x03040505, 0x0c020320, 0x2e2b020c, 0x022d4e02, 0x0e242b2d, 0x27250227, - 0x08012002, 0x06060805, 0x282a0304, 0x4f223182, 0xd0820301, 0x0103033a, 0x01010940, 0x02090503, 0x020c0418, 0x01030206, 0x0e0f0a08, 0x00260111, - 0x0aef7f18, 0x2200193e, 0x3f003700, 0x00004b00, 0x013e3701, 0x010f011e, 0x07163233, 0x34262223, 0x37013b36, 0x2905fc4a, 0x010e010f, 0x013f012e, - 0x1b823736, 0x2b061431, 0x0e161701, 0x2e272601, 0x36262701, 0x78261637, 0x34200720, 0x0805325c, 0x32331628, 0x09000136, 0x050e1104, 0x0f3f5705, - 0x09b9070f, 0x34090c0c, 0x05051442, 0x4604110e, 0x0f100513, 0x180f0404, 0x168335b9, 0x04141d22, 0x11291583, 0x070b0832, 0xce910c0b, 0x25028291, - 0x597fd001, 0x03837e5a, 0x10470136, 0x10090507, 0x0d1c9708, 0x730c110c, 0x09100824, 0x22ea0705, 0x19221384, 0x13822b07, 0x12842220, 0x0e561f27, - 0x15092517, 0x203f84ba, 0x243b8567, 0x0000007f, 0x0a2b5004, 0x32001824, 0x03474700, 0x37132611, 0x06010f26, 0x2adb821e, 0x012b2636, 0x012e3637, - 0x82010f06, 0x010e24da, 0x6907011f, 0x21230514, 0x82343632, 0x2726211b, 0x2305ef79, 0x013e011e, 0x0d2b9518, 0x0f134f24, 0xc7820f18, 0x078f1026, - 0x563e0f0f, 0x1031dd82, 0x04090904, 0x04040e10, 0x08334114, 0x01080c0c, 0x22058318, 0x822b1034, 0x330922e5, 0x221a820e, 0x50140405, 0xfe2e0d14, - 0x081321a0, 0x08100818, 0x1b0d3d04, 0x07820795, 0x07264c82, 0x07100804, 0xed597223, 0x4a1c2805, 0x10172408, 0x82081858, 0x21082114, 0x0021de82, - 0x3c048209, 0x01800256, 0x00210000, 0x0041002c, 0x0061004d, 0x008a006e, 0x00ab0094, 0x16323700, 0x05226517, 0x34230722, 0x2405b745, 0x3723011d, - 0x06df5a23, 0x32173633, 0x26343536, 0x14152223, 0x07333716, 0x33013e33, 0x071a5632, 0x23272625, 0x41372315, 0x20820acf, 0x65651f98, 0x20618405, - 0x20608216, 0x06776514, 0x4b333521, 0x27230514, 0x84343726, 0x07062267, 0x28468215, 0x32333633, 0x15141516, 0x21148523, 0x32820607, 0x112a4008, - 0x0412040d, 0x01010405, 0x25090626, 0x27040a2c, 0x08030102, 0x12170b0e, 0x070a2714, 0x08110c08, 0x0101265a, 0x15100f06, 0x090c0c0b, 0x040f0f18, - 0x08512701, 0x08080d0d, 0x3a080c0e, 0x82070126, 0x0d0a2119, 0x10221982, 0x1986030f, 0x0908043e, 0x0d35080d, 0x1820210c, 0x0808044c, 0x0726070b, - 0x0c26230a, 0x0c084d0c, 0x5d01060b, 0x09276082, 0x230e1114, 0x820a0604, 0xd1350831, 0x10170906, 0x04050301, 0x130c0612, 0x134c0f09, 0x11040808, - 0x30111314, 0x05070805, 0x5f05080c, 0x09080d15, 0x0d28250b, 0x460c090a, 0x0b0c156c, 0x0c0d1512, 0x0814904f, 0x060d0f46, 0x0b23160c, 0x0b20180b, - 0x0a080302, 0x02080604, 0x0c0d0910, 0x0202330b, 0x09060609, 0x14142e04, 0x05051813, 0x080c0202, 0x44090409, 0x02000000, 0xf4ff0000, 0x95014102, - 0x37002f00, 0x06250000, 0x27231707, 0x372d0483, 0x23072706, 0x34372637, 0x06373637, 0x23018207, 0x17131716, 0x82058755, 0x3e7d080d, 0x021e1701, - 0x36070615, 0x16072737, 0x0602013f, 0x66491c15, 0x211d192e, 0x21241788, 0x45226516, 0x663b2a01, 0x1e31211d, 0xbe320c2b, 0x49101397, 0x726b723a, - 0xdd5a5754, 0x264d3660, 0x1b1bf501, 0x2421664f, 0x12168b21, 0x080a476e, 0x01042535, 0x371c3322, 0x203d2a29, 0x2119150a, 0x0116532e, 0x100fe31e, - 0x1111884e, 0x322c0e1f, 0x27080e2e, 0x8c392137, 0x9f7a0c08, 0x00350601, 0x24b38205, 0x018002fa, 0x26098286, 0x001c0013, 0x822b002a, 0x051527b9, - 0x37053525, 0x9d82012e, 0x013e2330, 0x011e3233, 0x33360517, 0x26071732, 0xd1822223, 0x5b081283, 0x27071716, 0x0506012e, 0xc0fe8002, 0x4001c0fe, - 0x44a9367e, 0x1d010205, 0x4223355b, 0xf4fe1335, 0x233c3c23, 0x1f34222e, 0x29150e94, 0x854d4d85, 0x31013129, 0x93019e92, 0xc8c836f8, 0x4780c836, - 0x02043815, 0x2917322a, 0x3131311c, 0x0b6f301d, 0x49493f16, 0x44011e3f, 0x00541441, 0x023b0082, 0xe0fffbff, 0xa0010502, 0x30000f00, 0x32010000, - 0x0e030716, 0x22212301, 0x82133726, 0x3713297e, 0x033e012f, 0x022e3631, 0x2f3ba282, 0x1f010f01, 0x27070601, 0x37011f07, 0x17373627, 0x221dc501, - 0x31053905, 0x87c8fe1d, 0x068b0808, 0x0d07045f, 0x02060708, 0x0f05120e, 0x09670513, 0x15154513, 0x34103a0c, 0x11161229, 0xa0017319, 0xccfe1d29, - 0x1d29291d, 0x291d3401, 0x7708a5fe, 0x060a0507, 0x10120505, 0x120e0505, 0x1d057104, 0x0d161d64, 0x3d30101f, 0x100b400d, 0x0600006e, 0xfffffdff, - 0x81018502, 0x3c002f00, 0xa2006500, 0xc600b600, 0x14370000, 0x1415011e, 0x2306010f, 0x2726012a, 0x23302306, 0x26372606, 0x17321736, 0x07263635, - 0x23060722, 0x82373426, 0x333224bf, 0x83161732, 0x36323d28, 0x26353637, 0x17062623, 0x06171606, 0x3526012f, 0x33343126, 0x1f363330, 0x17363701, - 0x3a280687, 0x06151601, 0x23270607, 0x06822182, 0x2722052a, 0x34013d26, 0x16171617, 0x27344c82, 0x2e27062e, 0x36263502, 0x011e3233, 0x011d1617, - 0x022e2314, 0x2f053269, 0x17061e17, 0x07060716, 0x2223010e, 0x27262223, 0x16278982, 0x36313233, 0x82163637, 0x219a828e, 0x4382013e, 0x53085982, - 0x05b43726, 0x020d0406, 0x0b020203, 0x01261706, 0x02022913, 0x1a151c2c, 0x15161903, 0x05050619, 0x15280502, 0x161b0403, 0x16560112, 0x14020318, - 0x011c0f13, 0x0ab91101, 0x01013203, 0x020a1704, 0x0b022124, 0x21020b11, 0x130b0225, 0x01030201, 0x120b0234, 0x15820e82, 0xff00b608, 0x09081821, - 0x16230a13, 0x02070309, 0x0a030604, 0x07061006, 0x2701160f, 0x1715081f, 0x02050204, 0x040c150e, 0x1e090f0b, 0x0d051404, 0x03050904, 0x0b120f14, - 0x01438d33, 0x3fa25902, 0x92060605, 0x737e01aa, 0x121e090a, 0x04010549, 0x05263413, 0x04191607, 0x0af50207, 0x04020b10, 0x0d020902, 0x1a011d0c, - 0x02221c1f, 0x1a141006, 0x01020a03, 0x0d050413, 0x031b1411, 0x0b136503, 0x01051308, 0x120d120f, 0xa50b0116, 0x04010404, 0x8d8d0b01, 0x0b01010b, - 0x010b8f8f, 0xa8020404, 0x0c01010c, 0x020c8989, 0x08040c06, 0x0803090b, 0x050c0702, 0x02020717, 0x30018203, 0x08010205, 0x2216111a, 0x03060703, - 0x01070a04, 0x087f8205, 0x13090b2d, 0x01060108, 0x06050205, 0x231f1903, 0x3f292668, 0x0308043a, 0x04300154, 0x0917100e, 0x0c040701, 0x09050609, - 0x0303154d, 0x46030004, 0x23220aaf, 0xad463400, 0x35013711, 0x012b2634, 0x35230722, 0x35331523, 0x013b1633, 0x15273632, 0x13820614, 0x3d012e25, - 0x82363401, 0x01162810, 0x13130da0, 0x8380fe0d, 0x40012d05, 0x40114028, 0x40400106, 0x11390d01, 0x0e2c0c82, 0x120f2e18, 0x2e17150b, 0xa0010e18, - 0x2b822588, 0x23fffe39, 0x4b27282a, 0x282723e8, 0x0f131748, 0x140e1005, 0x000f0f14, 0x5a000400, 0x3f240997, 0x67005200, 0x2609cb53, 0x37273617, - 0x84260727, 0x012f3f04, 0x1e323007, 0x16313202, 0x3316010f, 0x07272230, 0x31262706, 0x031e1707, 0x37170733, 0x04831716, 0x36373637, 0x0e073627, - 0x032e2203, 0x1e323723, 0x040e3705, 0x022e2226, 0x2f0b8227, 0x91f80106, 0xce9191ce, 0x0b3d0703, 0x0e080b1b, 0x0c3f0482, 0x02072506, 0x02050505, - 0x020d010e, 0x12010201, 0x0d140903, 0x04060223, 0x1b0b0205, 0x820b0a0c, 0x222f0804, 0x280f0b33, 0x0601391d, 0x0a0d0a09, 0x010d070e, 0x0a12010f, - 0x030b0a12, 0x06040207, 0x070a0808, 0x0109060a, 0x070c010e, 0x030c070d, 0x83270105, 0xd5913e61, 0x062d152a, 0x2c03022b, 0x02022d07, 0x01011d09, - 0x330c0402, 0x08480101, 0x091f0502, 0x080e8201, 0x2c072d25, 0x062d0302, 0x1d10092d, 0x3607152d, 0x03040805, 0x03020301, 0x0603043c, 0x510d0907, - 0x02050605, 0x82030101, 0x363d0891, 0x04040203, 0x000b0707, 0xffefff05, 0x010002d7, 0x000d00c1, 0x0029001b, 0x004f0035, 0x32361300, 0x010e1617, - 0x07222627, 0x13012e06, 0x3e37012e, 0x06071601, 0x011e1716, 0x26063706, 0x390e8236, 0x16362627, 0x27061617, 0x26220614, 0x3634013d, 0x37151632, - 0x1d163634, 0x40521401, 0x080b8205, 0x1e06154e, 0x3e323302, 0xc8474e02, 0x10050649, 0x3eae3f08, 0x69041107, 0x02196260, 0x16020d11, 0x040a5455, - 0x0c098b0d, 0x524f0a03, 0x110e0312, 0x9b5e1502, 0x09090c08, 0x1047090c, 0x31314510, 0x01101045, 0x22250e02, 0x020f2521, 0x47437d01, 0x28083b82, - 0x073a3d07, 0x65fe0f06, 0x0a60ad1d, 0x54090c04, 0x11031a97, 0x0c03050d, 0x921a0312, 0x040c0a51, 0x31a85d0a, 0x06090906, 0x2a048348, 0x08080ac5, - 0x2b30470a, 0x8347302b, 0x31212709, 0x20101121, 0x00820032, 0x03820720, 0xf3820d20, 0x08007328, 0x19001100, 0xf7822100, 0x3a003231, 0x14130000, - 0x37012b06, 0x37163233, 0x84151632, 0x8307200b, 0x21138508, 0x07821415, 0x0f862520, 0x1e321723, 0x82108401, 0x83072020, 0xa6250818, 0x15472622, - 0x7e191d44, 0x2521191d, 0x1c871246, 0x1546491a, 0x471a1cf8, 0x01011346, 0x4646191d, 0x19142812, 0x24068209, 0x011a1c79, 0x27148246, 0x591d144b, - 0x0f191919, 0x83240682, 0x59310f19, 0x36200383, 0x8a2a0483, 0x3109110e, 0x10183659, 0xa7825931, 0x00000435, 0xc101dfff, 0x1000a101, 0x3e001f00, - 0x00006000, 0x45023e37, 0x4b6c0652, 0x32173405, 0x06161716, 0x2722020f, 0x3637012e, 0x07020e05, 0x59222306, 0x35230744, 0x823e3734, 0x17202315, - 0xb1831716, 0x2e251682, 0x35262701, 0x221f8434, 0x82060722, 0x51142001, 0x3721073e, 0x082b8236, 0x0302a262, 0x1c0d0a09, 0x03070804, 0x04080339, - 0x040f2943, 0x09070206, 0x08043430, 0x01040703, 0x160d0217, 0xa5a5080e, 0x0b0a0c07, 0x02030706, 0x131b0502, 0x06490105, 0x02050f21, 0x02060256, - 0x1908041b, 0x22051613, 0x0b2b1132, 0x07040101, 0x76071525, 0x10151d09, 0xfc010206, 0x02010202, 0x05080a04, 0x35080682, 0x03025811, 0x01041005, - 0x11030201, 0x0e830505, 0x02031117, 0x07070302, 0x070c0a09, 0x1307a6a7, 0x0101051a, 0x200b1e07, 0x08b1a289, 0x03010103, 0x1a1f0e04, 0x13820712, - 0x062e1027, 0x160e473a, 0x263a8220, 0x10160401, 0x53530717, 0x23410527, 0x00262805, 0x00470036, 0x83162500, 0x020e21d7, 0x23051f41, 0x35012e27, - 0xdc82d983, 0x17163322, 0xf1840183, 0x06251622, 0x2a05b97f, 0x27343536, 0x06222326, 0x82013e17, 0x2108822a, 0x25830607, 0x01013f23, 0x087982bf, - 0x0c190a48, 0x0e101d19, 0x3b220bbf, 0x0102050b, 0x202d0902, 0x38342712, 0x281d2507, 0x2c070c01, 0xc0fe0a03, 0x060c0809, 0x0c052d2d, 0x242e060d, - 0x030bba11, 0x43180609, 0x0a061a42, 0x070d0202, 0x05e14d54, 0x19250c86, 0x0e82110d, 0x07023108, 0x2d0f2533, 0x230a5e4c, 0x03070d35, 0x1e0b0201, - 0x07163229, 0x05020105, 0x041c0932, 0x0e080301, 0x0203070f, 0x081906ce, 0x04020206, 0x050e0d0a, 0x0022fb82, 0x5b451100, 0x00032c08, 0x000b0007, - 0x0013000f, 0x581b0017, 0x5918069f, 0x00290d13, 0x23153311, 0x15233537, 0x20078e37, 0x870f8e05, 0x2417931f, 0x70788080, 0x21048898, 0x0f9bb8fe, - 0x80a00126, 0x78707008, 0x28200488, 0x00200e99, 0x032a0082, 0xc2ff0100, 0xbb01fb01, 0xc3820700, 0x0000232d, 0x2e010e24, 0x16013e01, 0x59022e03, - 0x1e3405d8, 0x06161702, 0x032e3637, 0x17010e27, 0x4c013616, 0x21352906, 0x20080382, 0x38734738, 0x384b0809, 0x4859662f, 0x9c03022b, 0x351e0848, - 0x2b1c3b4b, 0x8f331a11, 0x052135ce, 0x3d25822a, 0x5004d1fe, 0x6540467e, 0x2404161b, 0x6d345d3e, 0x4322b997, 0x0a1b2e32, 0x0c75ba29, 0x534d003b, - 0x1b280809, 0x27001f00, 0x00002f00, 0x011e3601, 0x0716010f, 0x34262206, 0x37173637, 0x06222326, 0x34352617, 0x17323336, 0x06263606, 0x5207214e, - 0x4208071d, 0x07033e01, 0x024c0202, 0x1117080a, 0x1a0d0a08, 0x3727241b, 0x354c0101, 0x1455272d, 0xba491414, 0x83ba8383, 0x5e5e849e, 0x26015e84, - 0x04070203, 0x080a0e58, 0x0a081711, 0x38191401, 0x360b092a, 0x8271224e, 0x82df2027, 0xba832225, 0x242582fd, 0x0000845e, 0x05a76100, 0xb8014d2d, - 0x20000a00, 0x14250000, 0x8223010e, 0x3236278f, 0x06222716, 0x9b821415, 0x36209084, 0x30080584, 0x01061416, 0x1727164c, 0x45323222, 0x2e225431, - 0x32314730, 0x35292322, 0x2d2d2323, 0x1726171c, 0x31314631, 0x22232dd1, 0x23222e2e, 0x22232935, 0x3a108232, 0x06000000, 0xffff0000, 0x82017102, - 0x58002900, 0x75006800, 0x90008100, 0x82370000, 0x057c4768, 0x2005485f, 0x2c0c8201, 0x3e373623, 0x1e363701, 0x011e1702, 0x278a8207, 0x0627010e, - 0x011e3726, 0x2f2f1584, 0x07061601, 0x27012e36, 0x17160726, 0x8206012e, 0x1e172c20, 0x36261708, 0x021e0637, 0x88272637, 0x1632274f, 0x0614011d, - 0x50822227, 0x84013b21, 0x3723210c, 0x200a0b79, 0x21d78207, 0x3b46012b, 0x081f8205, 0x05319565, 0x2f040707, 0x09061413, 0x1b120f05, 0x142a2e0b, - 0x0b2f3537, 0x0a0c3236, 0x71243247, 0xdd513b25, 0x1d1d3906, 0x1208072c, 0x1819010a, 0x2437081f, 0x1452343e, 0x1230360e, 0x0102201b, 0x0a050603, - 0x0b050b05, 0x160c0501, 0x3e26080d, 0x28eb4428, 0x060a0a06, 0x09090728, 0x1c0a0a7d, 0x820a0604, 0x82091609, 0x07702402, 0x82041a04, 0x0c19256a, - 0x28050790, 0x38087482, 0x05090510, 0x090f1315, 0x080d352c, 0x1f2b0f04, 0x2b315911, 0x22022539, 0x252c3e03, 0x2906061c, 0x1422261d, 0x230b2e14, - 0x09042f40, 0x17430834, 0x0e06021a, 0x0e081d33, 0x2f5e820c, 0x01070408, 0x160e3916, 0x0d0f2433, 0x060aa11e, 0x062a7385, 0x1c0a280a, 0x1c04060a, - 0x7284190a, 0x82185421, 0x82052066, 0x82002004, 0x06280800, 0x7f00fbff, 0x0d018102, 0x32001c00, 0x5e005300, 0x9b007700, 0x16370000, 0x012b020e, - 0x013b3637, 0x26273632, 0x0607012b, 0x1e250d86, 0x06220702, 0x2a168216, 0x0715011e, 0x37262223, 0x823b013e, 0x3723251d, 0x010f1632, 0x85053c49, - 0x012b2311, 0x26821422, 0x36013f22, 0x26310982, 0x3225013f, 0x0e071516, 0x36372301, 0x1e320733, 0x232c8501, 0x36373526, 0x22205d86, 0x17212382, - 0x83678333, 0x023e2109, 0x51853b82, 0x46858484, 0x6d083482, 0x0e0503d2, 0x06200d16, 0x090b0b03, 0x0f03020b, 0x0b031a14, 0x0b032319, 0x0d110925, - 0x0a0c9a0a, 0x020b0c0a, 0x0c080104, 0x05072019, 0x0628121c, 0x0fe50c03, 0x050e0311, 0x100c3913, 0x0c100403, 0x0b030430, 0x23040415, 0x01090104, - 0x09073a03, 0x9a010302, 0x041b0403, 0x02241019, 0x1a11d908, 0x0209050c, 0x04031308, 0x090c030b, 0x0a821114, 0x01040432, 0x0549931a, 0x0f420b04, - 0x030a0411, 0x2f09100b, 0x55080882, 0x35130403, 0x160b0303, 0x01010103, 0x01072105, 0x0be40208, 0x180d1317, 0x0e090e0b, 0x0b820b5f, 0x250f0b06, - 0x04021313, 0x19281a02, 0x0b171514, 0x340e1723, 0x13120e12, 0x080b0d0d, 0x0b061f06, 0x05220e07, 0x130f6303, 0x12230885, 0x0821101f, 0x09280305, - 0x0682400f, 0x154a6235, 0x280e170b, 0x16070e08, 0x0d120c0e, 0x0502030b, 0x43061e06, 0x8f620593, 0x045e0805, 0x00001800, 0x07032111, 0x17230127, - 0x17010f33, 0x010f1731, 0x1f23012f, 0x23013f01, 0x23800137, 0x16019d9d, 0x077b06f2, 0x04a60470, 0x31033536, 0x0d626306, 0xa001736f, 0x343474fe, - 0x032f3c01, 0x3d012e2f, 0x4a260d0f, 0x32921d1d, 0x00000100, 0xaf01c8ff, 0x1a00b801, 0x16250000, 0xea430e17, 0x32332505, 0x07061716, 0x0808e87d, - 0x01013e50, 0x23411658, 0x9167355f, 0x5f356791, 0x0d164123, 0x3e2a1d36, 0x26132a3e, 0x23528e1e, 0xce912b26, 0x23262b91, 0x3e1f1752, 0x190e3e54, - 0x06000000, 0xbbff1600, 0xc3012a02, 0x79002e00, 0x0c01ab00, 0x9c019601, 0x26130000, 0x36171637, 0x03820637, 0x16173625, 0x83071617, 0x052d5664, - 0x06330583, 0x14170607, 0x30170615, 0x2726011d, 0x05261706, 0x82261730, 0x07062322, 0x07822726, 0x14010f31, 0x27012e31, 0x36313432, 0x32373637, - 0x82232237, 0x30072a2f, 0x36273007, 0x06311637, 0x290d8215, 0x3e373233, 0x31323704, 0x36832233, 0x82053d55, 0x83072068, 0x82062068, 0x2e342361, - 0x5e823501, 0xa1563120, 0x07062105, 0x72823882, 0x07229082, 0x3e821736, 0x82161721, 0x215c8240, 0xa6821631, 0x10821620, 0x23222725, 0x82143716, - 0x06073408, 0x27302726, 0x2217010e, 0x2e232227, 0x26363701, 0x82032e27, 0x27262650, 0x022e2734, 0x21d68327, 0x0262013a, 0x32302107, 0x1e21db82, - 0x2b4d8202, 0x34273616, 0x1e151635, 0x07220701, 0x37221d82, 0x3382013e, 0x26253625, 0x83173627, 0x011e2132, 0x34222882, 0x8e823526, 0x8305cb59, - 0x21128276, 0xa0841716, 0xa0825682, 0x25843120, 0x16171627, 0x16171407, 0x24108215, 0x3607020e, 0x25428227, 0x07062627, 0xf7821732, 0x32371630, - 0x15063336, 0x0e371614, 0x37362701, 0x68660706, 0x82de8206, 0x2e372526, 0x16070601, 0x3423de82, 0x8335023e, 0x26bd0838, 0x3e232207, 0x17363702, - 0x2637021e, 0x010e0152, 0x04220903, 0x15171501, 0x070e3815, 0x010c090f, 0x091c0104, 0x020c0202, 0x1f0b0a02, 0x0605100b, 0x0d0b2003, 0xd4011406, - 0x0f1b1202, 0x1006020b, 0x1b192502, 0x1a020114, 0x29220109, 0x02031a1a, 0x1f1c010c, 0x01010e16, 0x03012910, 0x04020104, 0x0d030604, 0x060a0a07, - 0x01010301, 0x0302020d, 0x10030503, 0x1714140d, 0x2c0102da, 0x1e232b48, 0x01030212, 0x11010902, 0x0b140c07, 0x04290f0d, 0x1b010601, 0x17010a25, - 0x08072017, 0x10201111, 0x02121a12, 0x0b20d106, 0x180f0907, 0x18010121, 0x1101051b, 0x07301e1a, 0x0b020901, 0x21008201, 0x64821210, 0x0e060b35, - 0x0e050f0a, 0x08010103, 0x01060402, 0x13040810, 0x83040601, 0x012c08b5, 0x030b0802, 0x1309090b, 0x0a090718, 0x07030f0d, 0x0107060a, 0x17010107, - 0x09030c10, 0xfe0c0d06, 0x1710068b, 0x07050a11, 0x06220611, 0x07245382, 0x04050310, 0x032cab82, 0x1a081103, 0x01030613, 0x110c1206, 0x4708c782, - 0x01010106, 0x04171203, 0x08071202, 0x090a0102, 0x07040207, 0x1302060c, 0x0a0b1502, 0x10062014, 0x06020608, 0x01020105, 0x01040b03, 0x040c0c20, - 0x0701090a, 0x100f0604, 0x17090b0f, 0x1b130c0c, 0x0a221505, 0x1e201304, 0x012e4682, 0x09110201, 0x0701020f, 0x08061513, 0x9182017c, 0x01083608, - 0x0d121e5d, 0x0b182908, 0x04041206, 0x1e3b0d05, 0x01101325, 0x0a1b0104, 0x17150202, 0x010c0a10, 0x031a120b, 0x01141601, 0x1c241001, 0x0258141a, - 0x05040504, 0x36e98201, 0x2d1e1c08, 0x16010102, 0x192e0103, 0x0301030f, 0x02110d11, 0x821d2d01, 0x02082e3b, 0x0b030405, 0x01040605, 0x03030901, - 0x20778205, 0x08098206, 0x01c10951, 0x070d5603, 0x01170d10, 0x0a010402, 0x1501090c, 0x0635311f, 0x032a2b0b, 0x1c0d1f05, 0x16161010, 0x241f2108, - 0x120b1b1b, 0x1005031e, 0x25111c0b, 0x1102140c, 0x01050107, 0x1e05050f, 0x1f070720, 0x1b07010f, 0x0a1e1012, 0x0d080c04, 0x820e0b04, 0x01062ae9, - 0x0d020404, 0x01031211, 0x20508202, 0x296a8208, 0x13100807, 0x14010806, 0x3882010d, 0x0d210a3a, 0x0b02010a, 0x060b1b08, 0x0ba70206, 0x1205010a, - 0x040b1015, 0x0a010614, 0x0f39a782, 0x1103020a, 0x040b0514, 0x08121c03, 0x04081219, 0x0b121001, 0x10070410, 0x3433820e, 0x0415160f, 0x0f0e1102, - 0x0401010f, 0x070b030a, 0x030d1112, 0x34668218, 0x04020214, 0x01120303, 0x02040805, 0x02070210, 0x01120902, 0x82648208, 0x17103210, 0x16060101, - 0x0c03040c, 0x0c010102, 0x0903010b, 0x362b821b, 0x06070204, 0x0301020f, 0x050b0b07, 0x0b081206, 0x00110106, 0x82000600, 0x02250800, 0x00800100, - 0x001c0010, 0x003a002e, 0x005a004a, 0x15330100, 0x010e3523, 0x35012e27, 0x36373634, 0x14071716, 0x06d45516, 0x1c871582, 0x1c8d0220, 0x23012e25, - 0x60250622, 0x352b0a71, 0x27263411, 0x11151632, 0x18230614, 0x0808f9c9, 0x34347e20, 0x140f2d0e, 0x0e141718, 0x12400f2e, 0x0e13131d, 0x82080f0a, - 0x2e0d3434, 0x0c140d0e, 0x1d821517, 0x1c13402a, 0x09100813, 0x4401130e, 0x2a066c50, 0x13130d80, 0x26261a0d, 0x8380fe1a, 0x38013905, 0x061115f0, - 0x19260908, 0x08092717, 0x0e3a1005, 0x0d0d1413, 0x9a0f0a14, 0x06231784, 0x8a101d15, 0x0f082818, 0x13bd140a, 0x8300ff0d, 0x82012044, 0x26202405, - 0x8400ff1a, 0x39058247, 0xfeff0400, 0xe001bfff, 0x1800c101, 0x47001d00, 0x00004c00, 0x37363717, 0xcc67053e, 0x33273a05, 0x010e0714, 0x23370607, - 0x27063337, 0x23072315, 0x35032e22, 0x16170626, 0x30098217, 0x34353702, 0x32013b37, 0x1415021e, 0x27343532, 0x08098233, 0x36170785, 0x1fce0626, - 0x0d070e17, 0x02020608, 0x0603030e, 0x090a4f03, 0xa00b2234, 0x1bb01177, 0x06214a5a, 0x070c160f, 0x01140102, 0x0c5b1703, 0x01192621, 0x0301520f, - 0x140e140d, 0x36265410, 0x40850a19, 0x40241807, 0x04060126, 0x0a0d0b0b, 0x04010509, 0x07040310, 0x15193303, 0xa801052b, 0xa9e01f1f, 0x140f0c37, - 0x020a0309, 0x0c16230a, 0xd51f2f18, 0x07010110, 0x0a0a1014, 0x2919111b, 0x161e4a24, 0x5100031f, 0x0221055f, 0x26d78201, 0x00070003, 0x82270022, - 0x356408d7, 0x33271533, 0x16252315, 0x3523020e, 0x013e3231, 0x27012e27, 0x15010e26, 0x023e3423, 0x03011e17, 0x33352331, 0x3e884a57, 0x15d3013e, - 0x3c6a4219, 0x111c5033, 0x371e2d0b, 0x36603c5d, 0x3840765b, 0x5f5fda53, 0x874a4a22, 0x7640e73d, 0x3c60365b, 0x2d1e375d, 0x511c110b, 0x426a3c32, - 0x53121519, 0x005fe1fe, 0x04220082, 0x637c0000, 0x000d2f06, 0x00250015, 0x2400005d, 0x22230614, 0x7b73012e, 0xb25a1805, 0x11252407, 0x42172726, - 0xd908071b, 0x03163221, 0x012f2634, 0x012b032e, 0x1f011e07, 0x0f012e01, 0x27373601, 0x020e0722, 0x33021e15, 0x012e3736, 0x021e012f, 0x37011e31, - 0x07063736, 0x023e3217, 0x0f290137, 0x070c070b, 0x050a0704, 0x0f16730b, 0x010f160f, 0x0e3d3a28, 0x1f15ddfe, 0x5801151f, 0x12491f15, 0x170a090a, - 0x04040e11, 0x06201303, 0x2b682c06, 0x022e150f, 0x0c042523, 0x280b0215, 0x0e070a19, 0x02040417, 0x53220405, 0x0d0e0f2b, 0x1b101121, 0xd9020d11, - 0x0d081118, 0x080a0608, 0x11181004, 0xfeb21811, 0x30393335, 0x5a01161f, 0xfe1f1f16, 0x134b24f8, 0x050b0813, 0x11060403, 0x02190505, 0x0e140813, - 0x1a081b03, 0x0c05244f, 0x040a0b16, 0x0105060f, 0x07130203, 0x150a0511, 0x0b09140a, 0x2f67040b, 0x000a300a, 0x13000017, 0x06141632, 0x3534012b, - 0x5e133634, 0x210805d8, 0x07171415, 0x5ce21637, 0xe25c8282, 0x4b355a86, 0x0f4b6a4b, 0x01195217, 0x85b784a0, 0x815b04e0, 0x1182a0fe, 0x21354b28, - 0x0c144b1c, 0x4f840000, 0x9001bf24, 0x0982c001, 0x00001431, 0x17352301, 0x2b141533, 0x32331101, 0x84261517, 0x352a0807, 0x308e8e01, 0xbdbdd360, - 0x120f1112, 0x01715f5f, 0x7eac8c20, 0x030002c2, 0xaffe0254, 0x00000064, 0xfffbff0a, 0x018002df, 0xb74e00a0, 0x002d3009, 0x00350031, 0x003d0039, - 0x35232500, 0x82153533, 0x20038258, 0x20038227, 0x3a038233, 0x15061705, 0x010e2706, 0x2e272223, 0x32213701, 0x3f362637, 0x17161701, 0x86251636, - 0x20258321, 0x270b8227, 0x42425e01, 0x5a429042, 0x013c0382, 0x19080d57, 0x76a92943, 0x171b386e, 0x1cb30106, 0x0e040f15, 0x05250e09, 0x0cfe2b13, - 0x902d1f82, 0xd4420c42, 0x3d3d913b, 0x483b3b91, 0x3700823c, 0x020f0964, 0x6963012e, 0x275a2142, 0x163a180b, 0x241b0a0e, 0x3b140403, 0x21820084, - 0x2c065f42, 0x01e001e0, 0x002f00a1, 0x003a0032, 0x28af8249, 0x36213507, 0x3e373637, 0x2b9b8202, 0x07010e07, 0x1415031e, 0x26222306, 0x15821382, - 0x031e0138, 0x06011e17, 0x33070607, 0x37151735, 0x22263424, 0x32161406, 0x33823307, 0x2f269208, 0x16272601, 0x06071617, 0xfe90e001, 0x034859b0, - 0x14171506, 0x1f300403, 0x0b011307, 0x21070c12, 0x04221b18, 0x48210e04, 0x1828291b, 0x0f030817, 0x22110412, 0x2f225b4d, 0x120de5fe, 0x27120e0e, - 0x10265a73, 0x23090a02, 0x140a0f30, 0x52323631, 0x03525d40, 0x2f1c1807, 0x0c171712, 0x01061003, 0x0b130f0b, 0x192a2217, 0x0f341719, 0x090c0204, - 0x10030710, 0x3e1d3e2e, 0x36374158, 0x0d13e31b, 0xc40d130d, 0x33214462, 0x02240f0f, 0x3d34180c, 0x6ce38242, 0x062c098f, 0x16000d00, 0x29002300, - 0x41003100, 0x3730eb83, 0x1637013e, 0x06370617, 0x36272607, 0x023e0716, 0x262a0d83, 0x07020e37, 0x34303526, 0x0e821635, 0x84173621, 0x2309821c, - 0x37260726, 0x230b8245, 0x02163221, 0x2e08fd86, 0x1d28075a, 0xa543191a, 0x1c173216, 0x08954021, 0x151a2e1c, 0x454b2008, 0x0c232e18, 0x07494423, - 0x09282d27, 0x34270732, 0x2f011e18, 0x18bc0630, 0x080cd840, 0x5e845e37, 0x1fdc845e, 0x2c240e33, 0x121f4b11, 0x1007252b, 0x1e200fe8, 0x0e313709, - 0x1d078309, 0x34281424, 0x15020103, 0x0d07190e, 0x642e223a, 0x30252016, 0x9c0e060b, 0xc44018fe, 0xfafe2109, 0x5e204283, 0x0029ea82, 0xff000001, - 0x01a001e0, 0x08e782a0, 0x3311006c, 0x15161732, 0x2b020e14, 0x32333501, 0x26343536, 0x2315012b, 0x3e4572ab, 0x3a5f3c20, 0x5f56abab, 0x406b5164, - 0x3f46a001, 0x40502a5b, 0x3f614026, 0x00376040, 0xfbff0800, 0xe101c7ff, 0x0d00b901, 0x24001900, 0xb5002c00, 0xd900c600, 0x0000e800, 0x17013e01, - 0x07021e32, 0x26020e26, 0x37362623, 0x16171636, 0x16022e06, 0x94441632, 0x086b5e07, 0x27062108, 0x33140706, 0x37163332, 0x3736012e, 0x17011e30, - 0x011e023e, 0x33360706, 0x07161736, 0x07060722, 0x3b055755, 0x14073526, 0x26063522, 0x0e22013f, 0x26223101, 0x32333634, 0x2633011e, 0x26270627, - 0x372f6082, 0x032e3736, 0x34350627, 0x33023e37, 0x8233033e, 0x8884820e, 0x1716214d, 0x2f820a82, 0x15161527, 0x06142706, 0x220f8207, 0x5a251407, - 0x06200543, 0x363d9c82, 0x17023e37, 0x27012e34, 0x22072226, 0x3207020e, 0x3e323316, 0x27263701, 0x15010e26, 0x082d8214, 0x3e37015f, 0x01390101, - 0x06010c18, 0x0902040a, 0x060b0e10, 0x061405c9, 0x01011a0d, 0x11100c07, 0x09090dbf, 0x05070407, 0x0a0a0d96, 0x4e01090d, 0x6a14350b, 0x210e0802, - 0x03060840, 0x030a0802, 0x030b0e04, 0x08070301, 0x03040502, 0x2d2d0209, 0x1b020148, 0x010f0d03, 0x0116061c, 0x101d1102, 0x08008208, 0x200f015d, - 0x3911620f, 0x2218060b, 0x0101050a, 0x02020505, 0x01021702, 0x02010605, 0x15151f10, 0x01072d24, 0x0c0b0204, 0x07090302, 0x05030202, 0x28222a36, - 0x05070103, 0x05160102, 0x05010404, 0x070c090e, 0xfe030408, 0x160d01ef, 0x07270f1d, 0x070d1208, 0x07040947, 0x05063304, 0x82080104, 0x82032031, - 0x010e37b8, 0x8d080501, 0x23152806, 0x09050816, 0x150c0648, 0x040a9001, 0x6d840305, 0x05020336, 0x05010c03, 0x05080a04, 0x6c020402, 0x04090e09, - 0x09070408, 0x09310782, 0x1c1b9a0e, 0x02011468, 0x0c13060a, 0x05060101, 0x21838206, 0x0482100b, 0x06084008, 0x020a0b01, 0x0e060e0c, 0x0b070809, - 0x0a0e0e05, 0x020c0c07, 0x0a0c0a01, 0x5d190201, 0x1a0f1c1d, 0x0a040716, 0x0b100709, 0x1b040714, 0x0101030c, 0x070e0b01, 0x08092802, 0x04020b14, - 0x8204080c, 0x0d0827c0, 0x012e0504, 0x1b82130e, 0x0c032608, 0x2502031a, 0x04131109, 0x06090609, 0x07080707, 0x0513109f, 0x0d010202, 0x04074f0f, - 0x1a050a01, 0x1402311c, 0x82298209, 0x09052596, 0x0d550805, 0x13290b82, 0x072e0f15, 0x0605020a, 0x06ab444f, 0x02f5a808, 0x008b0180, 0x000d0006, - 0x001e000e, 0x15061300, 0x11231714, 0x17163205, 0x25013e23, 0x23113331, 0x06273736, 0x35012e07, 0x36353421, 0x644e4157, 0x2d234501, 0x3303aa01, - 0x51540a01, 0x41601a20, 0x01444757, 0x8a010375, 0x5381714f, 0x2e099401, 0x092f2425, 0x2f226bfe, 0x01016930, 0x0810596a, 0x0001005f, 0x01c0ff16, - 0x00c0012a, 0x25000017, 0x35231523, 0x35333523, 0x33013e34, 0x011f1632, 0x06222315, 0x0133011d, 0x51644b17, 0x24371e51, 0x0a0a2410, 0x59191c28, - 0x5de0e0a0, 0x1d382846, 0x4f010203, 0x823c151d, 0x590220af, 0x20080897, 0x00420027, 0x16320100, 0x010e1415, 0x022a2627, 0x0607050e, 0x35262223, - 0x3c26013c, 0x27032e01, 0x2c5d8226, 0x26361702, 0x2206010f, 0x2326012f, 0x08088222, 0x3f011e3d, 0x1f323601, 0x32331601, 0x69010137, 0x4c93608e, - 0x04020202, 0x0a050503, 0x04070f08, 0x010c0804, 0x01020101, 0x42274e02, 0x0e05c95c, 0x0a044f08, 0x0c0a3a04, 0x03490b15, 0x88050a05, 0xb801260d, - 0x7b546889, 0x059f622d, 0x06042508, 0x080b0203, 0x09090e07, 0x03030505, 0x6c460102, 0x253f5a33, 0x060d08b9, 0x2c03033b, 0x05741107, 0x3c03030b, - 0x7b480a84, 0x01802a08, 0x000b00c0, 0x001b0015, 0x21c38223, 0x01821523, 0x83333521, 0x33072101, 0x17200b87, 0x01210884, 0x2b068321, 0x80012315, - 0xa6c08040, 0x1a1a5a80, 0x1a260683, 0xdafe1a40, 0x00828001, 0x80000128, 0x80801a80, 0x05829a40, 0x401a4025, 0x82a6015a, 0x08668214, 0x00030025, - 0x01ddff00, 0x008d0180, 0x003c0029, 0x3700004b, 0x15230733, 0x1f061514, 0x35231501, 0x013d3637, 0x82012b34, 0x36343371, 0x15163233, 0x23263407, - 0x1d010e22, 0x010e1401, 0x1f860114, 0x37012f23, 0x08318333, 0x011f1674, 0x27071703, 0x27372707, 0x33373337, 0x72173317, 0x014d0f5d, 0x1db33b06, - 0x261e0809, 0x2f2a3535, 0x0c0d0a45, 0x0101020c, 0x1c8d0f01, 0x09210a0b, 0x0302016e, 0x0a0c1e16, 0x0c0a2b2a, 0x1526051e, 0x0526150d, 0x029e33e0, - 0x06010403, 0x01032322, 0x33039c0a, 0x1f2e321d, 0x0d13082a, 0x200e0e0a, 0x01020201, 0x0422fdfe, 0x08940901, 0xd0280903, 0x4c820402, 0x3901042d, - 0x16160a2d, 0x0a252d0a, 0x820e2626, 0x09935bd4, 0x17000b26, 0xb5015101, 0x3220d582, 0x2b22b382, 0x29542201, 0x220b8805, 0x82163733, 0x821420b9, - 0x14302303, 0x03820731, 0x1c151425, 0x82150601, 0x2b048408, 0x14153007, 0x15011c07, 0x06301422, 0x02821782, 0x07143123, 0x320e8214, 0x06150631, - 0x30071407, 0x31061406, 0x0615010f, 0x82220715, 0x820e2027, 0x14312409, 0x82310706, 0x8231201b, 0x0730210c, 0x30201f83, 0x15822b82, 0x0623153b, - 0x022a3007, 0x31022a06, 0x032a2306, 0x22232231, 0x23012a06, 0x22302322, 0x2a078431, 0x3023022a, 0x2a26012a, 0x82263105, 0x012a2115, 0x17820682, - 0x30272634, 0x34272635, 0x3023012e, 0x012e2734, 0x31012e35, 0x11822234, 0x34313026, 0x34263526, 0x352f0184, 0x3c262227, 0x30012f01, 0x35263126, - 0x82342734, 0x2235222f, 0x820b8334, 0x83262016, 0x013c2108, 0x35200983, 0x34234282, 0x83302731, 0x25048211, 0x3435013c, 0x14822635, 0x83343121, - 0x013c2404, 0x83353427, 0x73372013, 0x33280e0b, 0x17161732, 0x16311630, 0x16290682, 0x2b343503, 0x011d2201, 0x2a079123, 0x33363523, 0x32331632, - 0x8234013d, 0x222321db, 0x0729c682, 0x34353635, 0x17141522, 0x84329515, 0x2657844a, 0x36343517, 0x84011d16, 0x04d0267a, 0x04041604, 0x2105848c, - 0x59182e9a, 0x09910936, 0x43030421, 0x01250587, 0x653b0102, 0x82058202, 0x01022103, 0x05840783, 0x03251c82, 0x01040102, 0x86168404, 0x0201211f, - 0x2b840883, 0x64010123, 0x035a183c, 0x8203200a, 0x86639127, 0x032e3b11, 0x04080804, 0x07030604, 0x2a020307, 0x191a1833, 0x042b3319, 0x0f120608, - 0xae820603, 0x03871d20, 0x090c0a33, 0x16051005, 0x040d0204, 0x08051204, 0x081a080b, 0x821c880a, 0x140e3324, 0x1615281f, 0x15162c2c, 0xd3141f28, - 0x03033404, 0x05850434, 0x4f417d22, 0x03208084, 0x03209f82, 0x02209f84, 0x06200682, 0x0122af83, 0xbd880301, 0x0b820f82, 0x03230f85, 0x83020101, - 0x8306831a, 0x04082103, 0x16840984, 0x56210983, 0x21bd8511, 0x27825311, 0xee831a84, 0x04210382, 0x41108708, 0x4582062c, 0x0a820220, 0x78840120, - 0x01202082, 0x05848085, 0x01227d82, 0x8c830601, 0x02203485, 0x0a840083, 0x04012308, 0x04414f01, 0x04080a05, 0x05030505, 0x1e010206, 0x0a05050b, - 0x0506031f, 0xfe031310, 0x040448f6, 0x0382901a, 0x03841a20, 0x03031e32, 0x03033106, 0x03040203, 0x080d0d08, 0x1a045a03, 0x04211885, 0x08078290, - 0x13174837, 0x0509111f, 0x17171c4c, 0x09054c1c, 0x00131f11, 0xfff0ff03, 0x01cb01e3, 0x000900ac, 0x0028000f, 0x013e0100, 0x06070616, 0x0627022e, - 0x36372607, 0x16373605, 0x05ba5815, 0x33013e24, 0x14821732, 0x17066308, 0x3637011e, 0x6d0f3001, 0x090f351e, 0xb90e2325, 0x15311c30, 0x067d0114, - 0xb37e1b05, 0x3b633a7e, 0x0a092f34, 0x110e0914, 0x01080f4d, 0x1e350f60, 0x0e090f6d, 0x1e252523, 0x14155531, 0x31090a99, 0x7f7f5939, 0x3a633b59, - 0x03060519, 0x3421181c, 0x0300080f, 0xc4ff0800, 0xc0014802, 0x77006c00, 0x87828300, 0x07347683, 0x15270635, 0x3435012e, 0x16173637, 0x14150607, - 0x26351716, 0x02231182, 0x84363435, 0x05e44812, 0x822e3521, 0x2e372410, 0x82013d03, 0x33322916, 0x011d011e, 0x07030e14, 0x15214184, 0x213e823e, - 0xca822726, 0x021e1722, 0x5282c982, 0x3e150722, 0x12832f82, 0x82220621, 0x821e2053, 0x343623d7, 0x14833207, 0x22263a08, 0x02161406, 0x73a11236, - 0xa1730c0c, 0x0a0b0512, 0x62841104, 0x54350c0b, 0x0b394531, 0x340a0505, 0x073e4e3e, 0x0312070b, 0x640c0f0f, 0x1d04041d, 0x0c0b0864, 0x0e12030b, - 0x0818820b, 0x050a349e, 0x38260b05, 0x0c516920, 0x3d69400b, 0x0b0a0411, 0x070e14b9, 0x0e0a070a, 0x060905a4, 0x0e140e04, 0x314a010e, 0x04a77435, - 0x92010192, 0x3574a704, 0x04050b31, 0x64312d0a, 0x027c0d95, 0x440d6804, 0x72443863, 0x0a0b0620, 0x3e671d05, 0x5c196f45, 0x080e0903, 0x201b0a14, - 0x0f080908, 0x0202851e, 0x060f1e85, 0x1d0c0708, 0x0c140a16, 0x195c0412, 0x673d4570, 0x0b0a051d, 0x53401506, 0x1384562d, 0x7c020468, 0x43724a08, - 0x040a2d30, 0x0a0da905, 0x0e060b07, 0x06042214, 0x0e0a0509, 0x00377e82, 0xff000002, 0x019001e0, 0x001900a0, 0x25000022, 0x17021e32, 0x5b222306, - 0x0720062a, 0x4208ff84, 0x35373233, 0x1d163237, 0x012b2601, 0x13440135, 0x01060e1c, 0x805d6744, 0x415b5c81, 0x4e6e263f, 0x2634374e, 0x18332501, - 0x10807634, 0x520d171a, 0x835d5c84, 0x4e273f42, 0x22244e70, 0x1e303571, 0x6200592a, 0x10310a47, 0x4c002000, 0x16010000, 0x0e07010e, 0x012e2701, - 0x059d6537, 0x250f6a4c, 0x23353407, 0xb95d2215, 0x1e153907, 0x37363701, 0x33303730, 0x1415011c, 0x06070607, 0x34272627, 0x1716012b, 0x50081883, - 0x06032c01, 0x2a100f12, 0x02171a0d, 0x171d2c03, 0x21971321, 0x17b0fe17, 0x01172121, 0x76211750, 0x0801011d, 0x34261c28, 0x3c01060a, 0x01172e34, - 0x210c0701, 0x06231a1b, 0x07011b02, 0x43214f11, 0x25140101, 0x020b0b21, 0x20350d07, 0x22142d2a, 0x373b894f, 0xb722f821, 0x1c120128, 0x1815242a, - 0x02023c3a, 0x1a04022c, 0x20131904, 0x23088282, 0x1101200a, 0x0a131d0c, 0x00000011, 0xff1c0002, 0x016301bf, 0x003000c1, 0x3700003f, 0x32333233, - 0x16171615, 0x3628b482, 0x2f343635, 0x15061401, 0x0623f082, 0x6527012e, 0x1e21053c, 0x221c8201, 0x82133335, 0x221382c9, 0x82221326, 0x05bf4b08, - 0xf3820120, 0x022b7208, 0x0a030d1a, 0x322a2735, 0x01010b12, 0x37110201, 0x2b4c3322, 0x4f100902, 0x1e321c3b, 0x2c010108, 0x25660101, 0x0b114549, - 0x04442b90, 0x14282203, 0x1b221841, 0x2d3c0707, 0x0b0f3003, 0x1c310b09, 0x032a0727, 0x01030101, 0x02022320, 0x253b5127, 0x17403720, 0x0103111e, - 0x89b4fe3d, 0x22010719, 0x8901131d, 0x51314145, 0x11030b13, 0x382e5517, 0x06a34140, 0x4f000221, 0x820808d7, 0x33032500, 0x07210513, 0x03171321, - 0xa4530127, 0xd6fea3a2, 0xfe513601, 0x9c5321ca, 0x1b018551, 0x8e17e5fe, 0xfe8e9d01, 0x00008ef1, 0xff190004, 0x01e801c0, 0x000200c0, 0x00100009, - 0x25000013, 0x09250527, 0x11352601, 0x011e0534, 0x3727010f, 0x01173701, 0x1801dc45, 0x0101aefe, 0x0116fffe, 0x0e010ebf, 0xfe41413c, 0xd63cdccc, - 0xffaea1dd, 0x0b00ff00, 0x18ba0118, 0x0a280ad7, 0xfe404022, 0x823cddcd, 0x2023084d, 0x4001c8ff, 0x2a00b801, 0x00005100, 0x061e1437, 0x1e171615, - 0x07141502, 0x34353634, 0x35022e27, 0x82033e34, 0x23128308, 0x1637020e, 0x06251882, 0x35262231, 0x2a18823e, 0x23020e27, 0x35042e22, 0x83303734, - 0x2fca080e, 0x70011e01, 0x02060202, 0x020b0208, 0x0c0e0d03, 0x154f0511, 0x2c1e1518, 0x04011e2b, 0x28211212, 0x4302ce21, 0x05200403, 0x0109170e, - 0x01011c1c, 0x04040403, 0x14130302, 0x13040311, 0x0b059344, 0x0d050b07, 0x02010f02, 0x1e141204, 0x0216190c, 0x381f050f, 0x172a1912, 0x30313e20, - 0x05051935, 0x152c1702, 0x3629391b, 0x430c0d0f, 0x082d0246, 0x12341506, 0x2c0e1011, 0x0806031d, 0x08050b09, 0x2a201b08, 0x07070a0f, 0x12005007, - 0xc0ff0200, 0xc1017e01, 0x2d002600, 0x56004f00, 0xf2006400, 0x11010401, 0x30012301, 0xa8019c01, 0xba01ae01, 0xcd01c001, 0xe501d701, 0x36130000, - 0x36272637, 0x3f011e17, 0x23061401, 0x85820e16, 0x3e34362a, 0x26273401, 0x012e0627, 0x072b0583, 0x37012e34, 0x16171606, 0x82172637, 0x37162bfe, - 0x07061736, 0x06141716, 0x2382010f, 0x020e0722, 0x06260583, 0x2e011f16, 0x18823702, 0x013e372a, 0x07163207, 0x22060706, 0x26253d82, 0x1e373336, - 0x200d8302, 0x05636207, 0x36285383, 0x1716013f, 0x26343536, 0x2e2a2082, 0x37343502, 0x36313634, 0x6d823e35, 0x82363721, 0x37342e01, 0x27263536, - 0x2723022e, 0x32333637, 0x322a8217, 0x37362633, 0x011e1430, 0x06373617, 0x33013e17, 0x83020e17, 0x2e1e8316, 0x1715011e, 0x010e2207, 0x06150607, - 0x83151417, 0x8316202e, 0x20af820d, 0x05b34f17, 0x23271a82, 0x1415010e, 0x82033617, 0x8237879e, 0x2326244a, 0x82221722, 0x8216209a, 0x013e260b, - 0x32253637, 0x826d8437, 0x21998282, 0xe4822223, 0x16210783, 0x82788217, 0x200e8223, 0x20038216, 0x281e8236, 0x3b360706, 0x26173201, 0x21658327, - 0xcf513736, 0x25c98206, 0x2630012f, 0x18821635, 0x14372623, 0x82298215, 0x226582e0, 0x820f0607, 0x8237205e, 0x206e844c, 0x20e8821f, 0x21168427, - 0x8e820607, 0x16353427, 0x0f010e07, 0x24db8201, 0x1506010f, 0x24538214, 0x26331607, 0x2210823f, 0x82062726, 0x26172c0d, 0x32172227, 0x26273637, - 0x7b22012b, 0x062605b8, 0x3e370623, 0xcf842701, 0x0716312d, 0x26222732, 0x3316012f, 0x82063732, 0x0a7b41ac, 0x06013d30, 0x252e0607, 0x06051207, - 0x0301090d, 0x2e490404, 0x02013905, 0x05111809, 0x0103010c, 0x031d0302, 0x14120603, 0x0d096e0c, 0x2e251113, 0x01202e82, 0x01282382, 0x030b0203, - 0x0711100c, 0x08053c48, 0x0805023a, 0x130c203f, 0x89030712, 0x04010506, 0x050d0509, 0x0602040a, 0x0a03da07, 0x2807040c, 0x28182f14, 0x152f1728, - 0x04041813, 0x0307070b, 0x03090316, 0x0d0d0503, 0x0402100f, 0x11276282, 0x080b0305, 0x8201010c, 0x0f27086c, 0x080c010a, 0x0c0c1c12, 0x0204171b, - 0x01081501, 0x23040303, 0x11090806, 0x04020404, 0x04050205, 0x0c0c1b17, 0x820a170d, 0x0e0a212e, 0x02272182, 0x030b080c, 0x82060602, 0x82032092, - 0x014208ad, 0x0d0d0f10, 0x09030107, 0x15281504, 0x04030211, 0x0d0e0603, 0x05040510, 0x090d0c05, 0x09090b0d, 0x05040604, 0x03020307, 0x04e9fe01, - 0x0f0c1005, 0x02020506, 0x08151103, 0x050c0d09, 0x08090431, 0xd982020c, 0x22820320, 0x12192408, 0x0f050201, 0x11020418, 0x06110609, 0x05077406, - 0x0f0b0611, 0x0f180402, 0x12010205, 0x0a0a0107, 0x8201090b, 0x0c2e0875, 0x01080304, 0x01030c01, 0x0e0a0506, 0x06261a13, 0x051f1604, 0x20542011, - 0x15200511, 0x1a260604, 0x06090e13, 0x0c030106, 0x03080101, 0x744a0702, 0x083e0806, 0x15060f0f, 0x0b072812, 0x3d030501, 0x3501050e, 0x0606120d, - 0x173e6609, 0x13060605, 0x050c1376, 0x0d128f17, 0x4606090a, 0x0e050108, 0x0104033c, 0x8c29070b, 0x04040d06, 0x0d0e0e0d, 0xef82310e, 0x050a0429, - 0x0409050d, 0x82060501, 0x02032eed, 0x092b0b02, 0x08020204, 0x0809050b, 0x08968207, 0x06060225, 0x04040308, 0x05080209, 0x0a06150d, 0x060a0301, - 0x0d051806, 0x0b1b120c, 0x2b130a08, 0x0203020b, 0x82090509, 0x15072704, 0x0507030d, 0x02820603, 0x04050b31, 0x34110702, 0x0d0c1212, 0x06e01805, - 0x820a0a04, 0x08bc8240, 0x0a03652a, 0x0f281525, 0x1414042d, 0x1b072d04, 0x07241515, 0x1b121a07, 0x020e0a23, 0x08070302, 0x0b100b12, 0x02030101, - 0x14021d06, 0x0428b982, 0x05040201, 0x06020903, 0x26085d83, 0x1f080412, 0x011d1202, 0x0109070a, 0x14110c1c, 0x02010808, 0x01071409, 0x04081f02, - 0x0a010709, 0x06090302, 0x82030902, 0x04240878, 0x14080c06, 0x1d020209, 0x01030206, 0x130a100c, 0x03040708, 0x1b230a0e, 0x06310112, 0x0201011a, - 0x090b0c02, 0x05246582, 0x0f070715, 0x0138ff82, 0x01051905, 0x0b09010d, 0x0101030c, 0x03061a01, 0x0f2b0205, 0x01020707, 0x2508e682, 0xa9060201, - 0x3319180a, 0x06070106, 0x2e2b0e30, 0x2b2e0101, 0x07062d11, 0x19330601, 0x01040a18, 0x060d0605, 0x3682070b, 0x0f020d2b, 0x0612191d, 0x0f010108, - 0x0877820b, 0x1e080620, 0x0e210604, 0x0f0f0906, 0x210e0609, 0x081e0406, 0x06020306, 0x01010f0b, 0x19120608, 0xa782160d, 0x36820d20, 0x0b073a08, - 0x04080d09, 0x0c141d92, 0x03050501, 0x392b022a, 0x0f090812, 0x08104030, 0x40100f07, 0x02120818, 0x2b0e3c0f, 0x05032a02, 0x140c0105, 0x040509f6, - 0xe6120808, 0x0a050501, 0x39038208, 0x00060409, 0xff0c0004, 0x01f600c0, 0x000d00c3, 0x00e300cf, 0x370000f0, 0xd853010f, 0x012f3406, 0x16033216, - 0x06073736, 0x22230607, 0x36373235, 0x82263435, 0x8207200b, 0x22232107, 0x14221582, 0x19833007, 0x37363724, 0x0e453634, 0x072d4405, 0x34060727, - 0x37013e37, 0x860f8936, 0x27362428, 0x82262330, 0x17062c3a, 0x37323316, 0x14371606, 0x82163116, 0x0730233b, 0x5518010e, 0x36200731, 0x51834d84, - 0x14173626, 0x14150607, 0x07252083, 0x2e22020e, 0x053b4401, 0x06373624, 0x40841407, 0x3e373623, 0x21948302, 0xa384010f, 0x84262721, 0x561a8375, - 0x372206c8, 0xc8490614, 0x013f3206, 0x07161736, 0x16010f15, 0x07273407, 0x013d2214, 0x085a8233, 0x0ed23223, 0x111a2505, 0x0f06111d, 0x17a6691f, - 0x0c0f17b6, 0x03010704, 0x060d0501, 0x0203070c, 0x02010401, 0x2b068202, 0x01020710, 0x030a0702, 0x01010202, 0x05260382, 0x04011902, 0x26820703, - 0x20840d82, 0x0401012b, 0x03040605, 0x08020204, 0x20168202, 0x2e1d8203, 0x0e070202, 0x090e0308, 0x070c0201, 0x820f0108, 0x821d8229, 0x06033b05, - 0x04040504, 0x0e05020a, 0x0d07040d, 0x2b16010b, 0x01162a2d, 0x09050308, 0x7b82030c, 0x27826082, 0x06020633, 0x01050402, 0x0a090405, 0x03020306, - 0x09100404, 0x085f820b, 0x01020637, 0x160d0a12, 0x7474d905, 0x0b0f3044, 0x07033d0d, 0x0a390308, 0x01024644, 0x1c040116, 0x07501939, 0x04080409, - 0x010d1950, 0x0c010d0a, 0x05030b88, 0x07100602, 0x82058204, 0x03390845, 0x09030104, 0x11010401, 0x02120406, 0x04050717, 0x02040101, 0x04400501, - 0x08030103, 0x020b0308, 0x05020205, 0x08050203, 0x09020409, 0x02060f05, 0x07090602, 0x0f050513, 0x2736820e, 0x03050901, 0x02210308, 0x0221fe82, - 0x2fe38201, 0x04070101, 0x06090e08, 0x04070307, 0x03130503, 0x03372d82, 0x08025f0c, 0x02080707, 0x020c0250, 0x05041504, 0x06080201, 0x820f0814, - 0x032c0820, 0x070f0402, 0x07030a09, 0x061d0e0d, 0x09070b08, 0x06040a07, 0x0a861120, 0x060a0808, 0x4031010a, 0x02070603, 0x04293c01, 0x0101010f, - 0x01236282, 0x82000401, 0x00032e00, 0x01e0ff00, 0x00a001c0, 0x0010000f, 0x117b6d20, 0x37170724, 0x9d180e23, 0x9022098b, 0x68571c14, 0xda1b2207, - 0x939d1851, 0x0b82570e, 0x9b36c522, 0x0b9d9d18, 0x67820220, 0x0002c024, 0x6582c001, 0x0000833d, 0x17021e01, 0x07010e11, 0x27012e21, 0x37013e11, - 0x23263201, 0x012e2726, 0x8234013d, 0x2636210d, 0x36076850, 0x1e301706, 0x07141505, 0x2b010e14, 0x012e2201, 0x34352635, 0x8b31053e, 0x011e3320, - 0x0614011d, 0x22070607, 0x36323306, 0x32331632, 0x4a832734, 0x3536342b, 0x013b3634, 0x14151632, 0x211f8416, 0x1f841406, 0xbb014008, 0x121e1302, - 0xfe02271b, 0x1c27058c, 0x0103291c, 0x0501064e, 0x0305080e, 0x06090b09, 0x15120403, 0x10111012, 0x06050303, 0x05040703, 0x07010102, 0x07046e04, - 0x05020101, 0x06030704, 0x82030305, 0x3323821d, 0x0e060304, 0x0805030f, 0x0601050e, 0x15241312, 0x14040411, 0x41081c82, 0x70050801, 0x03010805, - 0x04150403, 0x24151104, 0x12c00113, 0xfe03141f, 0x1b28038e, 0x0104261b, 0x1c290373, 0x050b6bfe, 0x46310909, 0x060e0a65, 0x020a0202, 0x01020902, - 0x08050402, 0x0b3a070c, 0x00820601, 0x3a0b0127, 0x05080c07, 0x20168204, 0x29208309, 0x650f0e03, 0x09093146, 0x2b820b05, 0x07012408, 0x1c1f0506, - 0x0904062b, 0x2b060409, 0x06051f1c, 0x02090107, 0x00000002, 0xfff4ff01, 0x01c501d0, 0x822400c0, 0x1e74080c, 0x010e0701, 0x26013e07, 0x06071627, - 0x0e272627, 0x26171601, 0x37362627, 0x012e013e, 0x041e012f, 0x0e179f01, 0x3a4f0c0b, 0x23200d1b, 0x26191f20, 0x0703151c, 0x226f0d02, 0x243e2a19, - 0x09100621, 0x541e090a, 0x1e014e48, 0x2e2d5f28, 0x60261252, 0x2d37084a, 0x1f040623, 0x19411d0b, 0x673c4d10, 0x313a192a, 0x010c0c2a, 0x3c211806, - 0x19000200, 0xe701c0ff, 0x36397b82, 0x00004100, 0x23062725, 0x36342622, 0x14151632, 0x17011e07, 0x26353736, 0x240e8635, 0x15011e15, 0x211e8214, - 0x1c830727, 0x27220622, 0x33232782, 0x82371732, 0x166b0820, 0x34353632, 0x2223012e, 0x0b011406, 0x150e0da3, 0x1f2b1f1f, 0x0a821d02, 0x1b1c1614, - 0x2f1c1c27, 0x2c364c3f, 0x0c023223, 0x0c0b220c, 0x07071117, 0x39651a32, 0x131f1329, 0x73ec281d, 0x1f2b1e07, 0x0707151f, 0x0b085f16, 0x1f0c3d03, - 0x141c1c14, 0x073e0c1f, 0x4c363049, 0x0705321a, 0x0c0c0b11, 0x0217220b, 0x382c2232, 0x821d287d, 0x39292235, 0x09d76900, 0x3500072d, 0x51004500, - 0x32120000, 0x82061416, 0x821720bc, 0x2207218b, 0x06230182, 0x4a160615, 0x162005b7, 0x29066c4d, 0x37363734, 0x15141536, 0x17830616, 0x13251584, - 0x011d1632, 0x03871814, 0x3e32220a, 0x08ca8601, 0x8d991623, 0x658e6465, 0x010901fb, 0x03040372, 0x02030101, 0x0b081e06, 0x0e11100a, 0x0701030c, - 0x01080458, 0x2b108205, 0x0b090108, 0x2b2f1615, 0xf22b3c3c, 0x3e080483, 0x33593479, 0x50345933, 0x70017171, 0x65658d65, 0xa3048b8d, 0x0315010a, - 0x83020402, 0x05010301, 0x031e0a08, 0x0d060903, 0x01077106, 0x08020110, 0x06221913, 0x08070501, 0x04090716, 0x86340104, 0x084a8245, 0x3464fe23, - 0x34586958, 0x00719f71, 0xf8ff0100, 0x8101daff, 0x3d00a201, 0x0e250000, 0x27060701, 0x3e37012e, 0x29d08202, 0x2635013e, 0x010f3435, 0xd983010e, - 0x15300723, 0x073b4f06, 0x36201d83, 0x33220484, 0xf7833336, 0x07142508, 0x057e0114, 0x172a151d, 0x08110211, 0x0b19111a, 0x01010405, 0x0608b911, - 0x18060301, 0x200d260d, 0x1b081613, 0x72081683, 0x01010105, 0xe6070606, 0x3c021203, 0x08041814, 0x0f2c0f12, 0x04040a08, 0x12040602, 0x0f263334, - 0x07012303, 0x634a3708, 0x0c1b010b, 0x06020607, 0x0a08153c, 0x05020503, 0x08ff0007, 0x2b060409, 0x6c531301, 0x0001088a, 0xff170017, 0x01e901c0, - 0x004c00c4, 0x00730063, 0x00cd00b9, 0x00e100d9, 0x00fa00eb, 0x010201fd, 0x01320120, 0x01500137, 0x8267015a, 0x01a828dd, 0x01ca01c1, 0x82e201d1, - 0x07162ee3, 0x26210706, 0x2e353427, 0x3e262703, 0x052c4f01, 0x27012e23, 0x85018226, 0x2e3421fa, 0x3722f982, 0x1a83053e, 0x1e171623, 0x05384b03, - 0x1e020e23, 0x2b0c8202, 0x07010e01, 0x3633013e, 0x023e3716, 0x32210283, 0x302c823e, 0x36170607, 0x36321516, 0x2635022e, 0x17062736, 0x21018216, - 0x51831736, 0x16203382, 0x5c844783, 0x6f820720, 0x062e1725, 0x82012e27, 0x831e2083, 0x16142349, 0x3c670617, 0x32508206, 0x0e163301, 0x17061502, - 0x16071606, 0x34273617, 0x82262726, 0x1516226d, 0x82248236, 0x020e24a9, 0x4f221427, 0x272a05e0, 0x27060726, 0x2e353634, 0x2c822702, 0x84303321, - 0x842220bd, 0x17162a57, 0x33373134, 0x37222726, 0x208d823c, 0x23378223, 0x2235013c, 0x0e232083, 0x74141702, 0x172906fb, 0x23260637, 0x0e270626, - 0x25698202, 0x15323433, 0x5182013b, 0x73823720, 0x82012e21, 0x3517839e, 0x07161736, 0x0617011e, 0x03363307, 0x1e17013e, 0x07260701, 0x4e821726, - 0x32372627, 0x0e171631, 0x209d8201, 0x24208237, 0x14031e14, 0x20a68207, 0x20178206, 0x2729841e, 0x3e161702, 0x013e3702, 0x2e299c82, 0x17363502, - 0x17161514, 0x2114821e, 0xc1821506, 0x022b5f83, 0x020e2223, 0x2e15021c, 0x82263701, 0x16363181, 0x06051617, 0x3e372607, 0x37160703, 0x26061516, - 0x0e207582, 0x02208782, 0x2708b583, 0x36011e33, 0x0a01e701, 0x5afe0608, 0x05020101, 0x01010304, 0x0a031407, 0x03021b2e, 0x01070108, 0x080b0e19, - 0x02030107, 0x75081b82, 0x09032002, 0x160b120a, 0x251d0b05, 0x11071e67, 0x13040e0f, 0x05060f02, 0x01050801, 0x0201110c, 0xfe07070c, 0x09341ce7, - 0x01061204, 0x0904010b, 0x07030308, 0x05010208, 0x0e6b0303, 0x032a1404, 0x03010104, 0x22070b03, 0x0f110910, 0x101e0636, 0x11011a18, 0x2d152311, - 0x2c120736, 0x07070205, 0x09020d20, 0x08020a10, 0x08060805, 0x461c0507, 0x0410431f, 0x5e820401, 0x1506012c, 0x17101207, 0x121b0101, 0x4e820e05, - 0x05054e08, 0x0101e101, 0x051d1601, 0x06050501, 0x03031513, 0x130f090a, 0x06050e03, 0x020c0e1b, 0x02100a10, 0x07050b03, 0x05036501, 0x07040d13, - 0x02b49d22, 0x0f2a0107, 0x010c0c01, 0xf7083d29, 0x02010908, 0x0c0b0a01, 0x06040f03, 0x07171510, 0x2bdb8207, 0x0b02030b, 0x39160717, 0x03100601, - 0x01224782, 0x78820202, 0x170c1139, 0x01150e24, 0x07010553, 0x1505010d, 0x08080307, 0x06061602, 0x8209010a, 0x071c3e7c, 0x0c1c05f1, 0x23040907, - 0x04be0913, 0x010a0416, 0x02041101, 0x14601316, 0x060b0105, 0x08408204, 0x0801013a, 0x081f0d03, 0x06050602, 0x1d050506, 0x05040201, 0x110d1107, - 0x02010304, 0x0d010703, 0x02060e0b, 0x0601240b, 0x06010103, 0x1021120e, 0x03c40206, 0x02040505, 0x06010204, 0x04250482, 0x03010402, 0x221c8225, - 0x8221152a, 0x0a102f49, 0x3817890f, 0x562f1c02, 0x250b0603, 0xc482050f, 0x82020121, 0x25202742, 0x1a210717, 0x28820115, 0x0a0e043b, 0x0b09050d, - 0x1b070209, 0x0a040210, 0x0f0f020c, 0x2d111504, 0x04030116, 0x08ba8202, 0x0f3f0336, 0x0d0b1109, 0x06040c06, 0x17080e0b, 0x12110f05, 0x307c2807, - 0x0e020b15, 0x0e0c060a, 0x070a0201, 0x08830109, 0x06011522, 0x01010201, 0x03030f0b, 0x02030506, 0x40080182, 0x0c34105e, 0x06041614, 0x0f020905, - 0xe0030d46, 0x04141924, 0x1a06070e, 0x1418141d, 0x270f071c, 0x5e3f1a04, 0x0c0e0d32, 0x030c080a, 0x060b0202, 0x06070709, 0x0c0b1102, 0x180a2521, - 0x09091a12, 0x08ac821f, 0x02022139, 0x29131016, 0x040a0102, 0x02060507, 0x0a028804, 0x07010604, 0x03170b10, 0x020e0803, 0x05030109, 0x0c031202, - 0x01070103, 0x0c010104, 0x0d0e0520, 0x02050102, 0x820c0308, 0x03023a8b, 0x073b1106, 0x0a140e16, 0x10010d0f, 0x011a112f, 0x15030105, 0x01040401, - 0x829f8206, 0x096308fb, 0x0801040c, 0x0706100d, 0x0201091e, 0x1613040c, 0x010b010d, 0x02010207, 0x07050103, 0x0a150606, 0x03162006, 0x010a0804, - 0x04061604, 0x0b030607, 0x04132026, 0x02010309, 0x0c5a0115, 0x0a020115, 0x02290806, 0x0301022f, 0x06230a1b, 0x09040a07, 0x1b010e1f, 0x02030105, - 0x02050304, 0x04010603, 0x83010c09, 0x44023c00, 0x01070b02, 0x09050401, 0x07070401, 0x10010803, 0x040e1f0e, 0x1801020b, 0x82050227, 0x02112f6b, - 0x02080a09, 0x01111205, 0x0502090b, 0x27820904, 0x081b0524, 0x87820202, 0x15081639, 0x01282406, 0x0501040f, 0x0c0a0806, 0x010f0502, 0x02091e0e, - 0x82060204, 0x820120ff, 0x0f460882, 0x0000010e, 0xffeeff04, 0x010202b6, 0x000b00b8, 0x003e0022, 0x0100005b, 0x010e011e, 0x3e37012e, 0x13323301, - 0x0e223736, 0x040e0702, 0x1631021e, 0x32331617, 0x17162736, 0x26272636, 0x17060706, 0x3637033e, 0x1c820607, 0x16060730, 0x07011e37, 0x36010f15, - 0x33043e37, 0x41821732, 0x0f025408, 0x36173001, 0x7a013637, 0xc86c2f58, 0x23362faf, 0x70463f71, 0x47020608, 0x0b124333, 0x0104090f, 0x07050202, - 0x37090b11, 0xb333ab61, 0x4b373509, 0x0f2b2fac, 0x46261405, 0x0203292d, 0x0a13020c, 0x11060f11, 0x0a0ae221, 0x22aa2e01, 0x0b14051f, 0x82050c0f, - 0x05042e00, 0x33010b05, 0x3f100906, 0xc8369301, 0x085b82af, 0x3e38574d, 0x0e0c98fe, 0x06080201, 0x0b080a04, 0x0b040c07, 0x36011912, 0x3e040186, - 0x292e2275, 0x1450454b, 0x03202f26, 0x07091003, 0x0b070a02, 0x1b14080e, 0x02080336, 0x0b021703, 0x070d0315, 0x03020309, 0x06030606, 0x01022201, - 0x4b002109, 0x032e0c33, 0x36001000, 0x21110000, 0x35372111, 0x8b181523, 0x172d08cb, 0x34353632, 0x2e012f26, 0x3e343501, 0x28f08201, 0x22232637, - 0x1f161406, 0x06f76301, 0x07275b08, 0xfec00116, 0x172af440, 0x12220c0f, 0x63221d2d, 0x1d1b271f, 0x050b0f0a, 0x0a110609, 0x1c291321, 0x0a191a22, - 0x030a0909, 0x10190d10, 0xa0011522, 0x8f6340fe, 0x14151a8f, 0x1f202027, 0x0d1c191c, 0x090a0704, 0x12050805, 0x30202215, 0x04050a1d, 0x05080704, - 0x141a0c09, 0x0757002b, 0x000f220a, 0x07255f1c, 0x68141121, 0x132009e7, 0xf64babb0, 0xa9c4200a, 0x0b0f4cb3, 0xa7a3fe21, 0x002b08be, 0xff000007, - 0x010002c8, 0x001800b8, 0x0044002e, 0x0068005c, 0x00760075, 0x16013f00, 0x1e371617, 0x27061702, 0x06322726, 0x58061607, 0x25350545, 0x07060716, - 0x36311630, 0x06141617, 0x37262722, 0x36373627, 0x21158227, 0x18820617, 0x07170627, 0x37363726, 0x24348227, 0x2516013e, 0x28238232, 0x07272223, - 0x07262726, 0x29318227, 0x35263717, 0x07013e34, 0xd7421732, 0x07490808, 0x33071716, 0x34353627, 0x010e2726, 0x313c4037, 0x03272f4e, 0x31010809, - 0x0133433b, 0x1d070324, 0x291b1518, 0x021e7a01, 0x0f182f01, 0x1912080b, 0x2d030a09, 0x1601023f, 0x030bdbfe, 0x27080f2e, 0x16150102, 0x2e02011d, - 0x2c1d821a, 0x01191101, 0x1c1c1372, 0x3f050b13, 0x20488231, 0x08458315, 0x0d022954, 0x0907c316, 0x5e0e483b, 0x07074875, 0x1f010451, 0x200b4a0b, - 0x22181822, 0x423b273a, 0x03180102, 0x20010909, 0x232b0201, 0x1c271703, 0xf41c1a14, 0x35443731, 0x090b0219, 0x0b091119, 0x4a32300f, 0x0b7d282a, - 0x0a0b310f, 0x262c3b2c, 0x44383116, 0x1c821b35, 0x0112182e, 0x1c271d24, 0x02413c02, 0x1f161701, 0x273e3f82, 0x160d0807, 0x0801690d, 0x0f49755d, - 0x46363b5d, 0x34102477, 0x19231134, 0x21010121, 0x9b590030, 0x05ff4d05, 0x00003223, 0x0aee6805, 0x11152708, 0x34030614, 0x2223022e, 0x14011d06, - 0x3233021e, 0x17013d36, 0x3e37011e, 0x37012f01, 0x26272636, 0x01010f06, 0x3365fe90, 0xdc210809, 0x080f0a07, 0x0a051513, 0x16120910, 0x0d210a3c, - 0x3108010b, 0x0b020828, 0x2c0c260c, 0x01141c20, 0x073d4e60, 0x2e012f08, 0x060b110b, 0x099b131a, 0x17070c11, 0x0b4c2a16, 0x1e0b0c01, 0x0a3a3f0a, - 0x020d0a1d, 0x01004012, 0xdfff0000, 0xa2018201, 0x00001f00, 0x73821513, 0x0f207982, 0x0624d382, 0x2f260607, 0x0805404c, 0x11352662, 0x33013e34, - 0x53931632, 0x14164616, 0x5b4b0e04, 0x1813030f, 0x2870123e, 0x11272420, 0x29201722, 0x76474e01, 0x13170420, 0x736b1235, 0x17143612, 0x4c8a1502, - 0x252f2a2a, 0x24171b01, 0x00002a16, 0x07000900, 0xf901c0ff, 0x5200c001, 0x5c005600, 0x77007100, 0x82007c00, 0x8b008600, 0x16010000, 0x0f20f882, - 0x0f2e6c82, 0x30072201, 0x23012a31, 0x22312630, 0x78832731, 0x3534373b, 0x36343330, 0x36373532, 0x14011f32, 0x30151632, 0x31161433, 0x37011d14, - 0x291a8235, 0x35303136, 0x3e303533, 0x1f843101, 0x3116302d, 0x14331416, 0x07253031, 0x82173717, 0x013f2752, 0x31273515, 0x50823126, 0x07823020, - 0x31023c2d, 0x11012f35, 0x0f27023f, 0x82350501, 0x8237201f, 0x1715240e, 0x8227013f, 0x2a0f822f, 0x0401f801, 0x01c0045d, 0x82020101, 0x04c12103, - 0x01250482, 0x02050161, 0x20088360, 0x22048350, 0x82050260, 0x01012c11, 0x515178fe, 0x2e220850, 0x835c2f21, 0x222f3016, 0x503b75b9, 0x0801545c, - 0x2eb0832d, 0x82292f22, 0x5158321d, 0x4c012f22, 0x046e0101, 0x05693503, 0x01016f02, 0x203c826f, 0x822e834a, 0x01372203, 0x84028201, 0x2ece220c, - 0x82078469, 0x02022111, 0x622c1484, 0x0e2f2f2e, 0x14c91b14, 0x345cd31a, 0x24081b86, 0xfe141bd7, 0x224304c9, 0x3131352e, 0x5c4b1a5b, 0x131b5bdd, - 0x2e561b5b, 0x2e972e2e, 0x001b135b, 0xffff0600, 0x056379ff, 0x25001931, 0x52003600, 0x78006200, 0x15250000, 0x82012b14, 0x28068489, 0x3b34013d, - 0x011f3201, 0x20068335, 0x09d56123, 0x86073321, 0x8526200b, 0x011d2221, 0x21108537, 0x078d3315, 0x1f822220, 0xdf5b3320, 0x22262211, 0x05926606, - 0x011c0734, 0x3e373616, 0x01363702, 0x020b0310, 0x0b032101, 0x07820404, 0x0c03202f, 0x03035203, 0x1003030b, 0x012d0403, 0x24168202, 0x1f0303c8, - 0x0803851f, 0x03032e28, 0xfe2230a2, 0x302f22e3, 0x221d0122, 0x875f3e2f, 0x0d3b4e60, 0x07010403, 0x392e0a06, 0x47f42210, 0x2a2c0103, 0x06840404, - 0x47030322, 0x3c200283, 0x01214d82, 0x210a8202, 0x5c823c39, 0x03840c20, 0x47225f82, 0x48895703, 0x9c303a08, 0x364e4e36, 0x03084a31, 0x0203130f, - 0x04020207, 0x27122c1c, 0x00030000, 0x02060000, 0x00750100, 0x002a0009, 0x11000048, 0x17141533, 0x2627010e, 0x16142535, 0x2e221533, 0x2be88201, - 0x011d0626, 0x15231533, 0x27060714, 0x2005d977, 0x210e8217, 0x2b823525, 0x12830620, 0x3637162a, 0x040e3037, 0x3d262726, 0x40082782, 0x4e353214, - 0x182c0c1b, 0x0fe60119, 0x1c2f1c0b, 0x27271a1a, 0x3c1e1519, 0x0838252a, 0xdafe181a, 0x26232a4d, 0x20151828, 0x06060203, 0x080e0b0b, 0x01184d2d, - 0x122bd16f, 0x1410030a, 0x0f0a2227, 0x0833824d, 0x0e104d2b, 0x4d17100e, 0x12142707, 0x3c2bb304, 0x4d4d232e, 0x3628b201, 0x460c0707, 0x1603020a, - 0x04030401, 0x0c020101, 0x0b718434, 0x29c2820b, 0x02000200, 0xbe01bfff, 0xc782c001, 0x00001331, 0x11071101, 0x27130727, 0x11133711, 0x82071117, - 0x11290807, 0x40be0117, 0x40019f9e, 0x5f3f20de, 0x01203f5f, 0x2400ff40, 0x5c5cff00, 0x012500ff, 0x5cfe8000, 0xff24ff00, 0x01373700, 0x28068200, - 0x00040012, 0x01c0ff00, 0x084f8240, 0x3a00323a, 0x74004200, 0x3e370000, 0x021e3304, 0x33023e17, 0x15031e32, 0x011f011e, 0x22010e16, 0x07020e07, - 0x27032e22, 0x26270607, 0x012a012f, 0x1737012e, 0x3b342223, 0x07143201, 0x372f0786, 0x3726010e, 0x033e3736, 0x22263435, 0x82141506, 0x17162344, - 0xc6730616, 0x022e2205, 0x05544435, 0x0e141532, 0x07060701, 0x03017606, 0x02040202, 0x03070503, 0xd6080482, 0x05060304, 0x18050404, 0x07010a0a, - 0x01090a0f, 0x02020404, 0x04040302, 0x08030903, 0x07030503, 0x050a1a0a, 0x1010888d, 0x58281088, 0x10581010, 0x0f120112, 0x08080702, 0x4b0d0f1e, - 0x0f0d4b68, 0x0708081e, 0x01120f02, 0x0f090507, 0x2b0f0f10, 0x5e422b4a, 0x10100f0f, 0x02d20508, 0x0408080b, 0x05120c01, 0x0d202e08, 0x01161316, - 0x01010302, 0x01010402, 0x01061104, 0x0f0c0b06, 0x13094106, 0x02090e06, 0x20cd0303, 0x20204020, 0x0b050b8e, 0x100e2c0a, 0x14281b31, 0x33484833, - 0x311b2814, 0x092c0f10, 0x270a050b, 0x1b18110a, 0x2a182f1c, 0x405b2a47, 0x1b1c2f18, 0x000a0f1a, 0x000e0001, 0x01f20100, 0x00240080, 0x2f341300, - 0x17333501, 0x07153337, 0x66111706, 0x03220916, 0x24660323, 0x273f0808, 0x8c2d0748, 0x27865f6d, 0x05010105, 0x0427be26, 0x017f0f6c, 0x33903308, - 0x32010209, 0x08360709, 0x2508eeee, 0xf0fe0704, 0x08250407, 0x07042608, 0x01ecfedc, 0x090cb914, 0x3e08083e, 0x82000c09, 0x00042800, 0x02c8ff00, - 0x82b8012b, 0x001d297b, 0x004f002b, 0x16141200, 0x310afe5f, 0x013e1306, 0x16171627, 0x2726010e, 0x011e2726, 0x0c823603, 0x36070629, 0x012e2726, - 0x43173707, 0x222306e5, 0x6514011d, 0x058505e6, 0x32013b22, 0x08070f44, 0x6e72142d, 0x671e1c53, 0x1e679292, 0x3abb531c, 0x0e111d26, 0x9e831b2e, - 0x2e080d2f, 0x8137a188, 0x2a0e2226, 0x201b0c0e, 0x6a023162, 0x82080828, 0x84302002, 0x08088405, 0xb61b012c, 0x91070e88, 0x07916767, 0x29b9fe0e, - 0x13103b86, 0x1c5e9f42, 0x2f151342, 0x291e0109, 0x722d310c, 0x2355262b, 0x010d202a, 0x378a086e, 0x28214683, 0x22df8708, 0x5ec001e0, 0x0f2708cf, - 0x33110000, 0x82372315, 0x86072003, 0xd7d72207, 0x250287e9, 0xd7d7a001, 0x038212d7, 0x00010025, 0x82f1ff00, 0x00802237, 0x2431821c, 0x06141521, - 0x22d08226, 0x82070626, 0x83222009, 0x012e210a, 0x30080b84, 0xc0013526, 0x2b2a2c2c, 0x1e241e03, 0x031c2019, 0x80012c2c, 0x16171bcc, 0x171b181c, - 0x15741a14, 0xaf151717, 0x14021814, 0x161bef13, 0x00001a17, 0x2d578204, 0x01f001c8, 0x000700b8, 0x001b0010, 0xcf520024, 0x05ee4209, 0x37361122, - 0x1d300884, 0x32333601, 0x26341117, 0x011d0622, 0x91ce9116, 0xa8250282, 0x21172217, 0x230482a7, 0x8c141414, 0x2f220682, 0x1884b801, 0x11e0cf2a, - 0xfe111717, 0xd61a20f0, 0xd6240883, 0x10013d03, 0xe0220883, 0x837c0010, 0x20738308, 0x2e71820c, 0x0e332500, 0x26222302, 0x17353327, 0x53230537, - 0x233408f6, 0x01270735, 0x41156c60, 0x71422c52, 0x68686c21, 0x0d4bf8fe, 0x22085d82, 0x9fa14b0d, 0x1e362440, 0x69803741, 0x29275069, 0x67919167, - 0x9fd02729, 0xff07009f, 0x01c9ffff, 0x82a101f1, 0x001534d5, 0x0036001f, 0x005c0047, 0x25000068, 0x27260706, 0x82222637, 0x14152f05, 0x023e021e, - 0x2706013d, 0x32361716, 0x15833617, 0x7f080986, 0x07141615, 0x2e030e15, 0x34262701, 0x013e1737, 0x30331633, 0x07050e14, 0x32272306, 0x031e3633, - 0x26272217, 0x34062e27, 0x06171617, 0x3f362722, 0x16371601, 0x1c162a01, 0x2a90151d, 0x261f2b68, 0x46463a24, 0xef27243a, 0x642c0a0a, 0x300a0a2c, - 0x19198a84, 0x183eb83e, 0x072c2c1a, 0x5563563e, 0x2c2c063f, 0x3a2309d7, 0x01010407, 0x08050402, 0xc4100a05, 0x161a0704, 0x040b0b1c, 0x0a0f1a24, - 0x3f081182, 0x01010204, 0x160102a9, 0x03011634, 0x04262606, 0x0a09154a, 0x1e1ec814, 0x2da10a1a, 0x11112546, 0xa12d4724, 0x0605200a, 0x06061717, - 0x0701172d, 0x01074545, 0x1c671c45, 0x26543a01, 0x3b552601, 0xbe350a82, 0x07011028, 0x07060803, 0x06030607, 0x05010135, 0x0111150c, 0x820b8201, - 0x082f0810, 0x047b0703, 0x060d0d05, 0x0b0b0604, 0x00020002, 0x01c4ff00, 0x00c201c0, 0x006a003b, 0x2f221600, 0x36372601, 0x011f3637, 0x36013f16, - 0x8234013d, 0x010f250f, 0x14011d06, 0x0f831182, 0x32013b22, 0x06210c82, 0x82288323, 0x8224821e, 0x23118218, 0x1437010f, 0x35211582, 0x3b208234, - 0x33011e17, 0x2e343532, 0x022e2703, 0x33363435, 0x06141732, 0x2722012b, 0x2223012e, 0x31055947, 0x3e0914ea, 0x0d0f080a, 0x032f0302, 0x0302b903, - 0x028303b8, 0x1815322d, 0x1d061705, 0x3018131a, 0x82b91313, 0x14380802, 0x3082b914, 0x1706622c, 0x19030105, 0x08013723, 0x1b12190d, 0x282c1422, - 0x03030656, 0x04010418, 0x16301c19, 0x3c262e29, 0x03052505, 0x02020705, 0x6a02021c, 0x03d50402, 0x02820582, 0x04d50336, 0x0d081e01, 0x0606d20e, - 0x0c1f1bd2, 0xd5170b1c, 0x0b6b0b16, 0x29080282, 0x0b17d516, 0x211ecd6b, 0x14040544, 0x05051d11, 0x02040506, 0x14180a03, 0x03401f1c, 0x0f130403, - 0x06090a1a, 0x00001806, 0x03820500, 0x02402508, 0x00200140, 0x000b0003, 0x00190013, 0x25000025, 0x25333523, 0x23152115, 0x17352335, 0x35331523, - 0x37331533, 0x05850784, 0x012e1185, 0x01202020, 0x80e0fe20, 0x4080a0a0, 0x04822020, 0xc0e04022, 0x0a820882, 0xc040402d, 0x20c02020, 0x80606080, - 0x828020a0, 0x60602106, 0x0a206782, 0x3d240382, 0x43018002, 0x16336b82, 0x48002900, 0x7b007700, 0x9d009500, 0xae00a500, 0x82370000, 0x23372966, - 0x23263435, 0x07020e22, 0x36250882, 0x15171632, 0x30158217, 0x012b0614, 0x33352622, 0x3b011e14, 0x27363201, 0x211c8535, 0x2d85011d, 0x011d0625, - 0x821e1533, 0x26218218, 0x25262206, 0x69150722, 0x16330567, 0x0e011d17, 0x26222301, 0x1737012f, 0x37323316, 0x85272635, 0x35342b01, 0x3233013e, - 0x27071517, 0x60820726, 0x27832520, 0x36322684, 0x3d272637, 0x32013e01, 0x07011f16, 0x27160706, 0x36831615, 0x35172223, 0x21568326, 0x2d822732, - 0x27237108, 0x68333523, 0x071b1b1a, 0x03050206, 0x171a0102, 0x34011621, 0x0131441a, 0x191a4530, 0x2601182a, 0x351a9d35, 0x271a364c, 0x1a271a1b, - 0x17201601, 0x2636271b, 0x0612a201, 0x08070a03, 0x0716080c, 0x13121c06, 0x1701061e, 0x13170901, 0x05090306, 0x150a0a0b, 0x111c0608, 0x01170d29, - 0x011acc08, 0x221c0646, 0x0101051c, 0x05080b04, 0x1b201a06, 0x09350a83, 0x2205440b, 0x29210606, 0x06062506, 0x191ae825, 0xb31d1a3f, 0x2a00821a, - 0x03020805, 0x10010305, 0x82101717, 0x311a2485, 0x82314444, 0x26352584, 0x35261a1a, 0x1b290583, 0x1b1a2626, 0x1616101a, 0x23098210, 0x07080c62, - 0x012fb282, 0x01110703, 0x110f0d1a, 0x020c010f, 0x850a0c13, 0x08370813, 0x0d180110, 0x0b012010, 0x44711201, 0x1d013544, 0x0c0e0e0c, 0x070a1d01, - 0x19010906, 0x0c0f0f0c, 0x06091901, 0x0a0e2a08, 0x520a0e0a, 0x100a0a10, 0x875a180b, 0x8200295e, 0x0f590800, 0xc8ff0000, 0xb9019001, 0x46003700, - 0x56004e00, 0x66005e00, 0x76006e00, 0x86007e00, 0x96008e00, 0xa6009e00, 0x0000b000, 0x1e013a13, 0x3e340706, 0x14171604, 0x3427050e, 0x2237053e, - 0x07020e26, 0x1e27042e, 0x2e141704, 0x07140101, 0x26272206, 0x36373435, 0x16173233, 0x06f97204, 0x078e3620, 0x0f8e1620, 0x17af1f87, 0x26374f08, - 0x07222627, 0x32360706, 0x12060258, 0x14131711, 0x0202060c, 0x14110a07, 0x0602111e, 0x18120e09, 0x0605020f, 0x0a130d0b, 0x12130502, 0x03010c1a, - 0x1523130f, 0x141a0b03, 0x34350111, 0x42203901, 0x282042cc, 0x425e5e42, 0x10e8fe28, 0x028d1018, 0x0e8d5820, 0x11a31d82, 0x0808282f, 0x073ea43e, - 0x01a24f09, 0x070201b8, 0x088b8209, 0x0501123a, 0x060c0b0f, 0x05010703, 0x07100b10, 0x04010505, 0x090d0a0c, 0x03010107, 0x04101708, 0x161a210d, - 0x10040102, 0x03192816, 0xfcfe3b08, 0x3030354f, 0x42424f35, 0xb6423131, 0x53259384, 0x17101017, 0x20058511, 0x2a11b474, 0x20112744, 0x0f281020, - 0x470a0000, 0x0936084f, 0x10000c00, 0x1a001300, 0x2f002300, 0x41003900, 0x00005400, 0xbc5a2217, 0x33013a05, 0x17372335, 0x37070633, 0x32172715, - 0x3523011d, 0x07143734, 0x031e1123, 0x23198227, 0x23352315, 0x17200383, 0x23221682, 0x2c821d22, 0x0727a108, 0x27351715, 0x23273735, 0x33353315, - 0x22230616, 0x0e273726, 0x32331601, 0x9167f836, 0x1e1f6791, 0x95cef5fe, 0x296f6095, 0x01153946, 0x177b1008, 0x29382181, 0x0e458816, 0x0e0d0e0e, - 0x15151a44, 0x44440145, 0x24040e0e, 0x0b070b0e, 0x0a09100f, 0x1302080c, 0x38111912, 0x0891ce91, 0xd52088fe, 0xe71e3ff5, 0x0b2e0810, 0x340d080a, - 0x4d013137, 0x483a2f0e, 0x1e21304a, 0x0be9211e, 0x0f191a19, 0x1e0c1e67, 0x061a0611, 0x0c0c1b56, 0x0a0a1c17, 0x2c191e09, 0x03000000, 0xe0ff0800, - 0xa1013802, 0x3326f982, 0x00006d00, 0x9c821425, 0x36272808, 0x16013e37, 0x34353407, 0x17063736, 0x3736011e, 0x35263536, 0x34353616, 0x012e0726, - 0x0e070607, 0x1e141501, 0x60323301, 0x272a0590, 0x3b023e34, 0x33053e02, 0x31833337, 0x32013b2a, 0x15011f16, 0x33173233, 0x14300883, 0x012b0706, - 0x0f061407, 0x2e222101, 0x27013d02, 0x4c08fc82, 0x36810127, 0x01020e1d, 0x20291603, 0x061426c3, 0x0f0f0105, 0x2e030605, 0x02384f5e, 0x01090913, - 0x110a392c, 0x0606180a, 0x04020211, 0x0b0b08be, 0x041d0404, 0x17191610, 0x1c060613, 0x5605050b, 0x01010b08, 0x1f15621c, 0x01011311, 0x2bcb8213, - 0x0c0b1617, 0x120de0fe, 0x1e170509, 0x45081382, 0x063a26fe, 0x0308492f, 0x03015e13, 0xbd0e2c12, 0x020f0f35, 0x280d0606, 0x3a5b0b3c, 0x0b112534, - 0x15070707, 0x0d1f4817, 0x13150c13, 0x0b520104, 0x0f04070f, 0x050c0f17, 0x08130104, 0x05090109, 0x124b1304, 0x4882090a, 0x1613da2d, 0x0d090102, - 0xda04050d, 0x82000a12, 0x00022c00, 0x02caff00, 0x00b60100, 0x410e000a, 0x2622062d, 0xe8823634, 0x33110129, 0x6c000211, 0x836c4c4c, 0x00fe2303, - 0x0982fd5a, 0x6d6d9829, 0xec0181fe, 0x820014fe, 0x00032e00, 0x01c0ff12, 0x00c001ae, 0x00220012, 0x057f6c35, 0x030e0728, 0x27262223, 0x44833526, - 0x3e320327, 0x26343502, 0x05a54c23, 0x36621320, 0x36650805, 0x32161437, 0x27343536, 0x01011e36, 0x07523c72, 0x0e282715, 0x53204618, 0x5353567b, - 0x2f3e3d0e, 0x6e504b6d, 0x7f403f2f, 0x39242d42, 0x1b15051a, 0x251b1a25, 0x80012642, 0x6e53573f, 0x1c2b1909, 0x546d2a3f, 0x12fe7e58, 0x28665139, - 0x50747450, 0x39516628, 0x412c1f01, 0x1b413524, 0x121b1b12, 0x1b090c1d, 0x219f823b, 0x0082ff04, 0x01f10127, 0x00210081, 0x05db772c, 0x17253308, - 0x15072307, 0x07232707, 0x2f06022f, 0x27353701, 0x35373337, 0x37331737, 0x1532021f, 0x34010f17, 0x1e010e26, 0x023e3301, 0x07141637, 0x22060706, - 0xcc821527, 0x37342008, 0x32363736, 0x1e043517, 0x26343601, 0x43010622, 0x091e0815, 0x140d1614, 0x1d090214, 0x84150901, 0x0e15210e, 0x0a390e84, - 0x1a142d15, 0x0d130111, 0xc9070e09, 0x015e1111, 0x29389e38, 0x3f111138, 0x37088220, 0x7e59e2fe, 0x597e5a5a, 0x091415ba, 0x18180820, 0x01092108, - 0x0d151402, 0x1d2e0e82, 0x09151508, 0x1401091d, 0x120c0415, 0x42821301, 0x2e0e092c, 0x5f103010, 0x01373801, 0x0982382a, 0x82213f21, 0x59c92209, - 0x203f8201, 0x08df8259, 0x00000920, 0x8002e5ff, 0x46009d01, 0x6c004d00, 0x9d008500, 0xd100b800, 0xff00eb00, 0x06370000, 0x255c2726, 0x22072a05, - 0x3e373623, 0x041e1701, 0x22d98217, 0x5d313230, 0x27200635, 0x1620ea82, 0x37241282, 0x33303730, 0x8206be5a, 0x1e172cf1, 0x03063106, 0x06373616, - 0x82131607, 0x27262544, 0x16171635, 0x1e224082, 0x1e841701, 0x1617012b, 0x26313017, 0x37062627, 0x2a0a8236, 0x15221516, 0x012e3534, 0x82220607, - 0x34372113, 0x172b1283, 0x07020e22, 0x30352706, 0x8237013e, 0x8202207b, 0x15302313, 0x35822726, 0x0e072223, 0x21198205, 0x60823126, 0x37043e2a, - 0x27302736, 0x031e1732, 0x3a256082, 0x32333601, 0x837b8233, 0x8605201e, 0x3627268f, 0x1e173631, 0x22218205, 0x82160730, 0x82262041, 0x82162010, - 0x15b408a1, 0x5122d516, 0x0201050d, 0x09092e0a, 0x01010102, 0x23224b1b, 0x34272938, 0x020d041e, 0x09190202, 0x1b03171d, 0x03160c09, 0x521d191c, - 0x12010118, 0x28161b3f, 0x240e0e26, 0x05070102, 0x0b0d0c0d, 0x9e050608, 0x1401190a, 0x1fc50111, 0x050e1844, 0x23251522, 0x070b1008, 0x0a041401, - 0x13460811, 0x0d1b0307, 0x2aa2330e, 0x050a1619, 0x1a250501, 0x16433d1b, 0x1a030102, 0x0b902722, 0x18221013, 0x0d0a131a, 0x0d100707, 0x13132111, - 0x141a0911, 0x0e010e22, 0x0e090d04, 0x011a2807, 0x040d1911, 0x10100912, 0x03ee2908, 0x0e071521, 0x0f050f09, 0x05050215, 0x3808a682, 0x240e0c02, - 0x5c011c25, 0x05111604, 0x0a040c0a, 0x18170112, 0x05040603, 0x04020604, 0xd4060509, 0x13121d01, 0x0f18011d, 0x05080905, 0x05050306, 0x34370168, - 0x440e3414, 0x283b8209, 0x03121401, 0x2f2f2203, 0x26488225, 0x06010b02, 0x82170210, 0x1d470834, 0x0811102c, 0x1b16010a, 0x30260303, 0x120a0909, - 0x100a0f0c, 0x0204070a, 0x17010201, 0x010c050a, 0xa1fe0104, 0x0f1b2301, 0x06150108, 0x02030e0b, 0x04020303, 0x04080904, 0x05061005, 0x07010108, - 0x090a0dfc, 0x820f0d1a, 0x13270860, 0x1d090914, 0x0101021c, 0x07071402, 0x16151069, 0x01010605, 0x06070703, 0x0d0e0e10, 0x010b0102, 0x08041803, - 0x82030801, 0x050136ab, 0x0203010d, 0x050b0207, 0x06010408, 0x03080289, 0x030b0709, 0x273b820a, 0x13040106, 0x0503d70f, 0x0c291d82, 0x01020703, - 0x0301080e, 0x24df8303, 0x01010503, 0x224f828a, 0x82071614, 0x023c0805, 0x08050504, 0x06010803, 0x03000000, 0xe3fff9ff, 0xa0014002, 0x28001700, - 0x00003b00, 0x0f030e25, 0x3e373502, 0x0f262701, 0x37363501, 0x011e1736, 0x34352714, 0x15062627, 0x16112711, 0x15250e82, 0x2e050614, 0x28228201, - 0x0715023f, 0x1617010e, 0x08de823f, 0x033b022a, 0x03090a0b, 0x0d97cd03, 0x1f190a03, 0x45272565, 0xe616153d, 0x5e0b0812, 0x2f3b4c36, 0x20a5fe3d, - 0x1a081111, 0x61860909, 0x39082082, 0x502e1f1a, 0x0608044c, 0x49020104, 0x0c043636, 0x230c0903, 0x08040d38, 0x11120717, 0x051f8b55, 0xfe0d0e03, - 0x9f011da5, 0x3c15190a, 0x6c2a3739, 0x060b2309, 0x2f04030c, 0x2b842336, 0x0f311122, 0x052abb82, 0xdefffdff, 0xa301b501, 0xbd821100, 0xbf821d20, - 0x00002d3c, 0x0f011e01, 0x27260602, 0x37362603, 0x0f163625, 0x17072701, 0x05263637, 0xc1823717, 0x3e137108, 0x13273704, 0x3601011e, 0x0107012f, - 0x0c0c1197, 0x230823eb, 0x0d036905, 0x0e10010b, 0x0a0e0816, 0x0211b1bd, 0x9eeafe04, 0x0504f961, 0x0b040174, 0x7f020908, 0x01060153, 0x6a090613, - 0x0150015a, 0x51e70d1f, 0x0110040d, 0x02150e5c, 0x1117022d, 0x101f3121, 0x37040428, 0x0117e6f4, 0x02a0fe06, 0x15131809, 0xedfec504, 0x3d010103, - 0xd5090306, 0x5208a682, 0xfaff0400, 0xc801d8ff, 0x1a00a501, 0x47002500, 0x00005600, 0x0e071625, 0x15012b01, 0x07141533, 0x3d262706, 0x3b363401, - 0x3d363201, 0x02323301, 0x16140622, 0x013e3233, 0x22273435, 0x011d010e, 0x27262223, 0x013e3726, 0x2335013b, 0x033e3435, 0x64173637, 0x232105b7, - 0x08276227, 0x1e141538, 0x0fb80102, 0x1617090f, 0x36356ba0, 0x16203635, 0x28281a6b, 0xe2828328, 0x0906083e, 0x1f128a05, 0x1c162512, 0x060e0e06, - 0x6b931824, 0x130b0703, 0x1638330e, 0x72161f1f, 0x20081d82, 0x08060905, 0x0706030c, 0x1c2e3ff8, 0x26290e1a, 0x100f0f10, 0x20166626, 0xfe301b29, - 0x0c110cfe, 0x371f8206, 0x111f12a8, 0x36191d31, 0x0d1d1937, 0x0d0e0a29, 0x09030709, 0x151f0409, 0x8e2b2682, 0x0a0b0906, 0x04080c05, 0x5a040508, - 0x0f270de3, 0x2f001f00, 0x18010000, 0x2b0e2b43, 0x17362617, 0x35363233, 0x1d062223, 0x3521f582, 0x210b8917, 0x1b82013d, 0x27610127, 0xfe273838, - 0x2c0583fe, 0x09100132, 0x9a1d1438, 0x1d140e0a, 0x820786b0, 0xa0012112, 0x012f2087, 0xa9382702, 0x1d011009, 0x9a0a0e14, 0x8610141d, 0x82382007, - 0x0c5f5012, 0x55000722, 0x3209cf50, 0x22233605, 0x06072223, 0x32330607, 0x06073233, 0x84012a23, 0x05dd530e, 0x0e873620, 0x37260623, 0x20018336, - 0x26108826, 0x1e170607, 0x83161701, 0x36372335, 0x07853635, 0x91ce9122, 0x4d080282, 0x0904a301, 0x0306077c, 0x09040e03, 0x0309103c, 0x350d0802, - 0x1e03080d, 0x04080102, 0x04180102, 0x0327030a, 0x011d0205, 0x08030b03, 0x020d1c09, 0x23040504, 0x08020604, 0x0207131f, 0x07190203, 0x5b2e0503, - 0x031f0206, 0x09410408, 0x3d511104, 0x0e300806, 0x1f080609, 0x07050809, 0x02030346, 0x35030605, 0x02420409, 0x12070405, 0x041d3f15, 0x46120607, - 0x0405102b, 0x04071b03, 0x07024505, 0x06002608, 0x2d0a9367, 0x00400021, 0x00510047, 0x0500005b, 0x64422223, 0x1d162607, 0x27061401, 0x2eee8426, - 0x15232723, 0x013e3533, 0x011f3233, 0x82060706, 0x33272124, 0x3521d582, 0x05fe4d34, 0x06222324, 0xeb821415, 0x37363726, 0x23071626, 0x1e202782, - 0x36212a82, 0x203c8234, 0x85178306, 0x40012609, 0x4b4b35c0, 0x08048335, 0x0709b439, 0x0508080b, 0x241c0401, 0x070a0d02, 0x09057809, 0x10120c09, - 0x01025301, 0x08070505, 0x200a0a0a, 0x10221f23, 0x28080f0e, 0x0133010b, 0x0c5c0e0e, 0x0d0d0a0a, 0x870c0a0a, 0x85202007, 0x084d8348, 0x0603cf35, - 0x8b130b05, 0x030a085a, 0x03040346, 0x07071112, 0x0b100606, 0x0306070b, 0x22252503, 0x07040527, 0x0e0f1066, 0x0c0c0511, 0x780b0b14, 0x0b130c0c, - 0x8203000b, 0x01c838ff, 0x00b801f1, 0x00250009, 0x25000028, 0x36372707, 0x16011f16, 0x66320306, 0x2f25063c, 0x2f370501, 0x08d48201, 0x012f366b, - 0x0f262726, 0x03013e01, 0x19013526, 0x28bc1cc6, 0x050b051a, 0x72444210, 0x45669242, 0x1f01173a, 0x5ddc0a30, 0x0c231924, 0x22300e0a, 0x8614de2d, - 0x39aa267b, 0x070b3662, 0x12102711, 0x73420501, 0x23926643, 0x220d2550, 0x170a1b1b, 0x30252921, 0x400d0408, 0x83fe6b53, 0x0000463e, 0xff010005, - 0x013f02af, 0x000a00d1, 0x308d8215, 0x0064004d, 0x16322400, 0x010e1415, 0x34262223, 0x230a8926, 0x021e3236, 0x35241686, 0x37013e34, 0x07262382, - 0x23060706, 0x05822722, 0x35262725, 0x8b363734, 0x16172a05, 0x32333617, 0x32031617, 0x05865636, 0x07161737, 0x36010f06, 0x013f3637, 0x01303316, - 0x09141c0e, 0x140e0a0f, 0x2907825a, 0x140e0910, 0x090c0ef8, 0x09830906, 0x09053708, 0x171a1aad, 0x24725229, 0x4c1c1624, 0x3804094f, 0x09333309, - 0x4e090438, 0x23161c4d, 0x29527225, 0x898960f0, 0x0e3589c0, 0x0101011e, 0x1015191b, 0xdf2d2b15, 0x3c820e14, 0x141c1422, 0x05230787, 0x83070d09, - 0x0e3e0811, 0x3d090d07, 0x292e2e29, 0x06361b24, 0x1c270f15, 0x04060a04, 0x41352c3b, 0x3b2c3541, 0x040a0604, 0x150f271c, 0xfe1b3606, 0x587d58eb, - 0x2a363e58, 0x0101382c, 0x0b0d0203, 0x000c1410, 0x1f4d0200, 0x00072208, 0x099b431b, 0x36270133, 0x2f361631, 0x0f222601, 0x17373301, 0x1f062223, - 0x06614301, 0x4a659532, 0x9e0e1416, 0x940a220a, 0x4b54555a, 0x700d1216, 0x30062743, 0x0177edfe, 0xb9112801, 0x63ad0d0d, 0x840f2963, 0x20008200, - 0x245f8210, 0x01c001ec, 0x07441878, 0x1817200a, 0x2814bf52, 0x37270100, 0x17370517, 0x20068207, 0x870b830f, 0x37072707, 0x37010f17, 0x19820715, - 0x83013f21, 0x2707231d, 0x0c82013f, 0x012f1723, 0x21238237, 0x33821707, 0x81081083, 0x4a365e01, 0x2e00ff4e, 0x205a3722, 0x09232511, 0x18380e1d, - 0x041d1b09, 0x15380617, 0x141d1603, 0x011c3c15, 0x051f2b19, 0x0829211b, 0x2e152b23, 0x18477c0e, 0x1c2b2d37, 0x353d1633, 0x42431150, 0x2e220159, - 0x1c052c27, 0x161d1e22, 0x233b171c, 0x12422312, 0x1c311218, 0x0d201c0f, 0x0a0c0c22, 0x09160926, 0x0d0f0b2f, 0x069c0e29, 0x39480a40, 0x04d6360e, - 0x16ac0860, 0x1332162d, 0x1da50b57, 0xef821a42, 0xef820420, 0x01d03208, 0x00a001d0, 0x00140005, 0x00440040, 0x35071300, 0x27153707, 0x010e010f, - 0x17161415, 0x35012e15, 0x06003634, 0x2e273027, 0x2f262705, 0x3f070601, 0x05707801, 0x1e358b08, 0x07141503, 0x1e171617, 0x31161704, 0x14223406, - 0x363644dd, 0x1f0f0110, 0x3a242f26, 0x81014f4d, 0x083c0e1e, 0x0306080c, 0x29110105, 0x022c2609, 0x352d2410, 0x28371f2b, 0x0e0f1d17, 0x05110326, - 0x2c070c0d, 0x3e011014, 0xbf1983d2, 0x35047c73, 0x2722370c, 0x0836073b, 0x5a3c3c5b, 0x051e58fe, 0x080b062c, 0x030d060a, 0x1a0f0e26, 0x09310703, - 0x3e2a253a, 0x1b023404, 0x3020392a, 0x11280a2a, 0x08040701, 0x133c0a0d, 0xcb821010, 0x82000221, 0x01440800, 0x008001f0, 0x00150008, 0x021e3700, - 0x023e2117, 0x17031e27, 0x27032e23, 0x7e2d5836, 0x78fe0e77, 0x0d064d32, 0x5e737029, 0x3509600e, 0x02224545, 0x6d3906e8, 0x654d043c, 0x603e06ca, - 0x542d4c90, 0x510d2d3f, 0x26056742, 0x01c001e0, 0x830d00a0, 0x0705214b, 0x200b606a, 0x05424306, 0x01142408, 0x2e921ec0, 0x6262443c, 0xbb206289, - 0x694c4b6a, 0x941f014c, 0x638c6326, 0x2c374663, 0x4c6c4c1f, 0x82006c4c, 0xff022b00, 0x01ddffff, 0x00a101c3, 0x5a82004d, 0x06162522, 0x3409585e, - 0x0e161707, 0x26060701, 0x2706012f, 0x26272622, 0x013f023e, 0x200a8627, 0x820a8201, 0x36372c10, 0x37011f16, 0x37362627, 0x82021e36, 0x1e362209, - 0x82408301, 0x0129080d, 0x07273707, 0x0e05be01, 0x04102d0e, 0x1a100e0d, 0x105e1004, 0x090d0403, 0x10051a0f, 0x130b0534, 0x06010204, 0x1e2d070b, - 0x260b8235, 0x0c040303, 0x84102d0a, 0x1b0f2511, 0x0f5d1004, 0x07363782, 0x020a0d0e, 0x1b0e2d10, 0x2e0e0d09, 0x120a2d1f, 0x1f5efb0f, 0x1f82b25d, - 0x822f0f21, 0x0f053c44, 0x2e202f0d, 0x030e130a, 0x300d0e05, 0x0a0e0112, 0x0a0c0f07, 0x115a0f02, 0x820b0d01, 0x0f03222c, 0x8210842f, 0x1f2f2149, - 0x03213083, 0x086f8202, 0x050f2f26, 0x051b1d0d, 0x030f5a0f, 0x20390d03, 0x00001f5a, 0x04000200, 0xbd01dcff, 0x1000a501, 0x00003700, 0x013e2637, - 0x072bc682, 0x17161706, 0x010e0714, 0x82371326, 0x820620fc, 0x021e310f, 0x010e1407, 0x07272227, 0x3e163316, 0x27363503, 0x0807215b, 0x0a3c4081, - 0x0977b285, 0x16210a43, 0x7a2c0401, 0x1d27aa89, 0x0137292f, 0x2f0d1e01, 0x100f011b, 0x28111f07, 0x10063222, 0x01131820, 0x192f0d1d, 0x1a060e12, - 0x77b34238, 0x3cb28409, 0x050e1409, 0x05130103, 0x2904012b, 0x2b01011a, 0x07132426, 0x0a0e100f, 0x1801040c, 0x0101212a, 0x17220f09, 0x0e081226, - 0x0d0a0e0e, 0xff020002, 0x01befffb, 0x00c401bc, 0x003d001f, 0x16172500, 0x010e010f, 0x5626022f, 0x058205b0, 0x26012f23, 0x84038206, 0x8237200f, - 0x260c831d, 0x1f06010f, 0x82361601, 0x020f2203, 0x082c8506, 0x7f011723, 0xc608072c, 0x02020904, 0x2d0806d1, 0x07980608, 0x07085d07, 0x070f0654, - 0x3a070644, 0x34aa0607, 0x08168307, 0x0806a144, 0x5f06075c, 0x39061006, 0x32070807, 0x2bab0708, 0x09ce0806, 0x062a9c08, 0x0103a406, 0x07c40102, - 0x06062206, 0x4a060694, 0x06520606, 0x0641060c, 0x06052c06, 0x060656a7, 0x9f060624, 0x06480607, 0x16825c06, 0x06063727, 0x06062706, 0x083682a5, - 0x0507a230, 0x00000400, 0xc001ffff, 0x07008001, 0x32002000, 0x00003e00, 0x22061400, 0x32363426, 0x23061417, 0x23010e07, 0x2f022e22, 0x36173501, - 0xb07a3717, 0x34062705, 0x07222326, 0xef821e17, 0x012e2727, 0x32331627, 0x23118336, 0x1415010e, 0x39080b82, 0x33248c01, 0x58332323, 0x036d2f43, - 0x1c0e2131, 0x3a030f16, 0x471d1761, 0x1f2f4201, 0x24f51e35, 0x1a07061b, 0x260f1013, 0x06150413, 0xf31b2512, 0x2414202c, 0x201f2d14, 0x36832801, - 0x3e243508, 0x214f432f, 0x19120a2c, 0x276b170e, 0x2f65020e, 0xf2351e42, 0x0a022534, 0x10262608, 0x02090108, 0x2c3fd922, 0x1f152314, 0x0200002d, - 0xbfffffff, 0xc0014102, 0xd432b382, 0x27250000, 0x1514041e, 0x07060714, 0x27060722, 0x9b82013c, 0x82022e21, 0x020e22a1, 0x20028207, 0x22048206, - 0x82010e15, 0x820582d0, 0x301722bc, 0x22b0821e, 0x8331010e, 0x2722271b, 0x26363726, 0x9e48012a, 0x35362305, 0xeb822636, 0x34363428, 0x013e2635, - 0x474f2227, 0x832a8308, 0x5d172037, 0x0723059d, 0x82222306, 0x22358356, 0x82273634, 0x3526226b, 0x27488234, 0x2635033e, 0x012e3522, 0x37211283, - 0x20488236, 0x836e8216, 0x3e372207, 0x2c0d8202, 0x3e331632, 0x16323301, 0x33161706, 0x26128230, 0x010e1633, 0x82173015, 0x02032924, 0x08040632, - 0x07010304, 0x0d3e0382, 0x0501040b, 0x0d0b0505, 0x04040303, 0x08010402, 0x19071312, 0x04040209, 0x01060803, 0x11820307, 0x05320c82, 0x02030605, - 0x1d040101, 0x02030503, 0x02060202, 0x00820103, 0x13830920, 0x02821682, 0x252b043d, 0x0f1d141d, 0x03100801, 0x02141101, 0x05030b07, 0x03030102, - 0x05060301, 0x820a0506, 0x14022d2b, 0x01010607, 0x06080102, 0x02090202, 0x0b823182, 0x03050425, 0x82010101, 0x13053728, 0x353e1913, 0x14391c06, - 0x02021809, 0x100c2c1e, 0x010d101d, 0x27840d02, 0x0b05012b, 0x02070803, 0x050f0905, 0x33008203, 0x4ef80302, 0x0709120c, 0x04020203, 0x0201070d, - 0x05020b02, 0x0522cc82, 0x2d820505, 0x02022008, 0x1a090205, 0x10200919, 0x010c0e03, 0x06142709, 0x2a080218, 0x0204020a, 0x03010a09, 0x84020102, - 0x0c033c03, 0x02010505, 0x06020208, 0x1e0e0124, 0x01050403, 0x0b080705, 0x05030514, 0x82040401, 0x82032037, 0x2b24261e, 0x072d1608, 0x27a8820a, - 0x0d030102, 0x04030208, 0x03203c82, 0x0a20f782, 0x0527c582, 0x112c0604, 0x8207091d, 0x8206207d, 0x2a242b21, 0x1d050c08, 0x10160e11, 0xb4820b10, - 0x0d04062b, 0x01020806, 0x0a062119, 0x2206820a, 0x82040b0b, 0x06093a9b, 0x02191103, 0x0b0e0609, 0x00080209, 0x00010000, 0x01c0ff12, 0x00c001ee, - 0x340c8232, 0x060f1517, 0x37173336, 0x013f030f, 0x07023f17, 0x27372737, 0x21018517, 0x0882012f, 0x2737ba08, 0x011f013f, 0x010f1707, 0x1904e001, - 0x11503827, 0x02120a08, 0x385d4314, 0x07150716, 0x0e395914, 0x52ad0f7d, 0xfd6673a6, 0x128f7c1f, 0x2bc32e31, 0x04150c6c, 0x070c1d26, 0x010a0d08, - 0x2c1c1c04, 0x1826444e, 0x0140040c, 0x1c241b27, 0x0d054a02, 0x1744332e, 0x7b0a3612, 0x267f6c12, 0x1226634a, 0x61387a54, 0x0b251109, 0x0c060419, - 0x00001408, 0x00ffff0c, 0x01800245, 0x000f0061, 0x0040001e, 0x005a004e, 0x006d0061, 0x008a0074, 0x00b000a8, 0x250000bd, 0x23010e14, 0x33322722, - 0x34353632, 0x25011e27, 0x012e1714, 0x33363435, 0x23261732, 0x3717010e, 0x35323316, 0x34128634, 0x23011d16, 0x22233435, 0x021e1415, 0x23061415, - 0x37272622, 0x23088233, 0x013d2622, 0x322d0782, 0x23351735, 0x16323335, 0x012b0614, 0x23088215, 0x012b3435, 0x17821294, 0x1d251e82, 0x013b1401, - 0x233a8432, 0x3722012b, 0x61843b84, 0x33233d82, 0x8c152315, 0x8258821d, 0x37232312, 0x72821733, 0x07352336, 0x23152723, 0x70418002, 0x0c242343, - 0x338e650c, 0xb0fd352e, 0x31080482, 0x2225658e, 0x8e650a0d, 0x0b09093c, 0x1014140d, 0x0e10090c, 0x0f0d0d0b, 0x080d100d, 0x0f76030f, 0x10131e12, - 0x27082224, 0x0c10100c, 0x0e0e0d0f, 0x0b82390d, 0x0f0f2d08, 0x0e0c0f0c, 0x03390c0e, 0x02090f05, 0x090f0213, 0x083f0825, 0x030e0834, 0x031c1c13, - 0x080e0313, 0x033b0827, 0x06020207, 0x03020202, 0x46080382, 0x20ba0102, 0x4a051f36, 0x10232b35, 0x222c0631, 0x301c3110, 0x01010545, 0x0a0b5d4a, - 0x0e09060a, 0x080e0a0b, 0x07040809, 0x06070509, 0x0e0b0a0c, 0x374d0307, 0x0e12120e, 0x11113737, 0x100e481f, 0x2b1e1018, 0x88480e0f, 0x3d3f2509, - 0x3e080e02, 0x0d2b5f82, 0x0e3f0909, 0x02050d08, 0x84150d16, 0x0155260e, 0x05070601, 0x3f028205, 0x01000505, 0xfcffffff, 0x8401c301, 0x00001500, - 0x2f060301, 0x23060701, 0x2736013f, 0x27010f26, 0x08056a50, 0x44bf012e, 0x32671d08, 0xbf080b0a, 0x07060707, 0x021166ec, 0x0f8d0114, 0xfe5d0112, - 0x4c1022c2, 0xac690a30, 0x05020107, 0x14052095, 0x11059a07, 0x220b9748, 0x4f28000f, 0x122e1125, 0x2e27013e, 0x07062201, 0x3b343533, 0xc5603201, - 0x16232907, 0x140e9e01, 0x84fe0e14, 0x942c0583, 0x05064770, 0x054e684e, 0x0744075e, 0x5e230282, 0x87a00106, 0x7c012d1b, 0x93fe140e, 0x3438570c, - 0x14344646, 0x07231d83, 0x85003814, 0x01c02877, 0x00c001bc, 0x820f000b, 0x113a0877, 0x17352707, 0x35371715, 0x07273727, 0xbc013727, 0x8558dae2, - 0x22576588, 0x01595658, 0x8000ff40, 0x752dd680, 0x3a974b4b, 0x2f351535, 0x17000037, 0xe0ff0000, 0xa0018001, 0x41820300, 0x0f821120, 0x0d135e18, - 0x00392b08, 0x0041003d, 0x00490045, 0x0053004f, 0x005d0057, 0x006b0063, 0x1600006f, 0x27332722, 0x34231514, 0x1733013d, 0x26231716, 0x05853727, - 0x35231523, 0x20038637, 0x83078217, 0x830f8303, 0x36052407, 0x82063337, 0x153326a0, 0x15333507, 0x29038327, 0x03231533, 0x06212726, 0x0d820307, - 0x05201583, 0x27200d84, 0x62862988, 0x76fb1535, 0x67c4d630, 0x130e1467, 0x6204068a, 0x026e0603, 0x8b676602, 0x0d012700, 0x01690306, 0x13876203, - 0x0d14cb27, 0x120e2501, 0x2e0f8219, 0x0c04a7fe, 0x0a085301, 0x740d1374, 0x82560207, 0x206f0811, 0x0304a120, 0x460d0502, 0x0d0c0910, 0x0b0b0c23, - 0x1111450c, 0x230505ad, 0x08450202, 0x0f0f6808, 0x230a0a45, 0x0ba10c0c, 0xba0b0c0c, 0x0c250a0a, 0x08084a0c, 0x67fe024d, 0x0e100f0f, 0x05057301, - 0xba0f0f94, 0x0d0f1705, 0x14100925, 0x0d0d5205, 0x22030502, 0x00001111, 0xff070003, 0x017902bd, 0x002d00c1, 0x006e0049, 0x050e0100, 0x8206010f, - 0x2e273802, 0x3f262701, 0x013f3601, 0x3637043e, 0x27373633, 0x17323334, 0x82161716, 0x1417251b, 0x36352627, 0x32231582, 0x84171407, 0x06072814, - 0x26270607, 0x82232627, 0x16012817, 0x07020e07, 0x82012f06, 0x3437210f, 0x17223d83, 0x0283051e, 0x91012908, 0x0d111f12, 0x05010305, 0x0d940b03, - 0x0d341e15, 0x0b950c09, 0x06061d10, 0x22351510, 0x01050202, 0x0e0b0401, 0x0301030f, 0xb2362382, 0x0e0e0407, 0x0701030c, 0x100a0102, 0x15140202, - 0x0a0c0102, 0x23820101, 0x090c8327, 0x14251e08, 0x2e3b8215, 0x02030303, 0x12090702, 0x0302010b, 0x82050408, 0x042f0837, 0x050c0612, 0x8e010308, - 0x171f3b25, 0x2105080a, 0x11d00f12, 0x1b260402, 0x0fd01113, 0x06030f09, 0x22371811, 0x04020308, 0x0b0a0a04, 0x82010103, 0x030a295f, 0x0a0a0b02, - 0x08020308, 0x03336882, 0x02021614, 0x03011418, 0x8efe0702, 0x1e121311, 0x82020312, 0x10122d39, 0x0604030e, 0x1422100c, 0x09030303, 0x77826982, - 0x08030930, 0x00050705, 0x00000900, 0x0002c0ff, 0x0982c001, 0x85007d3f, 0x99008d00, 0xb100a500, 0x1c010b01, 0x17370000, 0x26272623, 0x14313637, - 0x17070605, 0x26039027, 0x26270723, 0x94370727, 0x34352803, 0x36372735, 0x94172737, 0x013f2703, 0x37173217, 0x03931607, 0x07011f28, 0x07141514, - 0x815d0617, 0x06af4907, 0x1714072c, 0x35361716, 0x35262734, 0x0b8a2706, 0x172c178b, 0x06013d26, 0x011d1623, 0x26012b14, 0x1620b082, 0x20052e43, - 0x25698206, 0x23171614, 0x1384012e, 0x3116142c, 0x35022e23, 0x15063734, 0x6a821614, 0x012b2622, 0x34255482, 0x07063037, 0x355c8234, 0x011e3207, - 0x07010e15, 0x07161706, 0x15163233, 0x32333736, 0x56853537, 0x0a821620, 0x27022e27, 0x08059d26, 0x08008202, 0x2c010484, 0x2d2b0703, 0x25220c08, - 0x1d19100c, 0x13101410, 0x0b071614, 0x02021616, 0x070b1616, 0x0f131416, 0x191c1113, 0x22240d10, 0x2b2d080c, 0x33330308, 0x02383702, 0x063b3a06, - 0x093b3709, 0x0c36310c, 0x0e2e280e, 0x10221b10, 0x11130c10, 0x11040411, 0x110c1410, 0x0f1b220f, 0x0e282e0f, 0x0c31360c, 0x09383b09, 0x063a3c06, - 0x01383802, 0x92674a33, 0x4f926868, 0x59597f59, 0x05047c7f, 0x03030403, 0x0786290a, 0x07861320, 0x0d08cd3b, 0x12050905, 0x09020d02, 0x01060204, - 0x01050709, 0x03020309, 0x06010901, 0x08128201, 0x120101ad, 0x01030602, 0x10010a0e, 0x060b0c03, 0x04010502, 0x02010b01, 0x020a0102, 0x05030407, - 0x0c0b043e, 0x18066b05, 0x0c0a070d, 0x02020c0c, 0x12010304, 0x03070fa3, 0x04050406, 0x17141419, 0x1f111413, 0x220f121b, 0x250b0f20, 0x27050b24, - 0x26260626, 0x27260501, 0x25230a05, 0x221f0e0b, 0x1e1a110f, 0x17131412, 0x0e091414, 0x08060d0d, 0x13130303, 0x11110a10, 0x0e10191e, 0x0a0d272c, - 0x080a3438, 0x04073f41, 0x01034647, 0x46044848, 0x3f070447, 0x340a0841, 0x270c0b38, 0x19100e2c, 0x0b12111e, 0x03131310, 0x0c070703, 0x83210e0e, - 0xef6727ee, 0x7e5a5a7e, 0xc482795a, 0x4f820520, 0x04040424, 0x0b8a100a, 0x0b890320, 0x035a0b3d, 0x1513700d, 0x05074007, 0x030c0224, 0x13041103, - 0x030b030d, 0x02080103, 0x83031102, 0x01013611, 0x030a1005, 0x08110404, 0x03021b04, 0x0e1c1502, 0x06070505, 0x39208201, 0x05050d01, 0x030d0102, - 0x07070c0a, 0x080d0610, 0x16126521, 0x080c4207, 0x00820102, 0x45000721, 0xf83906ff, 0xa001c001, 0x51003b00, 0x3e130000, 0x32013b03, 0x3634013d, - 0x011e3233, 0x0588781d, 0x15020e2f, 0x010e1514, 0x26352622, 0x012e3435, 0x8209822b, 0x013e2121, 0x2f822185, 0x12021e24, 0x19822722, 0x82263521, - 0x011f2236, 0x08058237, 0x0e071625, 0x01e01501, 0x0f160903, 0x090c2063, 0x21060a06, 0x0e0b6422, 0x0e010206, 0x03010e12, 0x22650d10, 0x820a0621, - 0x20220818, 0x09151063, 0x08241303, 0x12093131, 0x43091512, 0x12150943, 0x61010912, 0x0d0a3301, 0x0c160a14, 0x3c820d09, 0x1e202534, 0x06080904, - 0x0d0a0201, 0x01020a0d, 0x1e090a08, 0x17822520, 0x0c360282, 0x0d130b16, 0x0110bbfe, 0x0e015555, 0x7676141e, 0x010e1e14, 0xdb8201aa, 0x00064808, - 0x01beff0c, 0x00c101fa, 0x005a0033, 0x00730065, 0x00ad0080, 0x011e0100, 0x23070e07, 0x0627020e, 0x22030e07, 0x032e2706, 0x23372735, 0x3637072e, - 0x3b013e37, 0x17021e01, 0x2e272636, 0x012a2702, 0x0607020e, 0x82061607, 0x15063311, 0x013f1614, 0x37013e16, 0x27053e32, 0x26352214, 0xed822227, - 0x2a831620, 0x53820883, 0x26061423, 0x2f038217, 0x23263435, 0x32333422, 0x010e0716, 0x27012e27, 0x23051f78, 0x3626012f, 0x0805a65b, 0x0f161731, - 0x1d010e01, 0x17041e01, 0x36013f32, 0x16171617, 0x1c21bc01, 0x100d030b, 0x0e161315, 0x22070111, 0x0915254a, 0x09040a03, 0x04020a04, 0x82010206, - 0x24152500, 0x07091317, 0x8c080882, 0x641e3002, 0x55342324, 0x170a1820, 0x491e071c, 0x2d11042c, 0x290f3029, 0x0a020102, 0x011d2811, 0x1f440408, - 0x01061e40, 0x11160d11, 0x0d880c12, 0x03041f02, 0x162b0404, 0x04252801, 0x2a040302, 0x0706012f, 0x4507062f, 0x3a060634, 0x1c0a0b4c, 0x163f110e, - 0x0e101318, 0x01020d0a, 0x0e111505, 0x07060c0a, 0x0c0d0908, 0x03010203, 0x131f110d, 0x0a0a0509, 0x0b121c10, 0x7d1d8e01, 0x1b26175c, 0x050a0d16, - 0x07060304, 0x030a1704, 0x08a1820b, 0x06010350, 0x02020707, 0x1a150634, 0x2022201f, 0x306d0c1e, 0x15011a1b, 0x6d4ef613, 0x10100718, 0x13070301, - 0x125b280f, 0x23292f29, 0x07074f08, 0x024f0503, 0x04020605, 0x17110a05, 0x06076623, 0x06070220, 0x2c213802, 0x03060703, 0x03042634, 0x03820903, - 0x3b043008, 0xa24b0d43, 0x05051511, 0x18131122, 0x1c111915, 0x1c0e0506, 0x0f0b070a, 0x110e0a07, 0x0702090a, 0x09030203, 0x05161519, 0x090d0c06, - 0x420a1110, 0xd75106c7, 0x000f2205, 0x113f4932, 0x27360527, 0x16360726, 0x06154707, 0x040e0729, 0x33361707, 0x82171632, 0x32332b01, 0x93013637, - 0x131a1a13, 0x05839afe, 0x034c0135, 0x0f184332, 0x14010321, 0x110c0c1b, 0x10072509, 0x821e0f15, 0x0c042c04, 0x03071112, 0x422e1c14, 0x88a00140, - 0x6621082d, 0x40951a13, 0x094e0201, 0x20111609, 0x680f0e2a, 0x08010438, 0x061a0d11, 0x3e2f0f14, 0x56340e19, 0x089e8252, 0xff030029, 0x026000ff, - 0x00000182, 0x0055002c, 0x3700007f, 0x022f2622, 0x013e022e, 0x1e32013b, 0x16011f03, 0x3f363233, 0x82043e02, 0x0f16270e, 0x030e1402, 0x21832123, - 0x1e942620, 0x23040e33, 0x1f163227, 0x012b1602, 0x2f042e22, 0x22232601, 0x82348406, 0x8326200f, 0x69332745, 0x0504170f, 0x00820137, 0x06062308, - 0x04040321, 0x24010502, 0x0b070f06, 0x01240202, 0x05040204, 0x05092103, 0x02380202, 0x0a100a08, 0x2c826801, 0x0b380423, 0x26288c15, 0x05012501, - 0x85040501, 0x01372128, 0xc5202984, 0x0a212884, 0x2d288214, 0x03020303, 0x10052501, 0x02010b07, 0x51820525, 0x0a210223, 0x82518205, 0x11092b28, - 0x080f6009, 0x02017007, 0x6b820506, 0x01080336, 0x03070d4b, 0x08014b03, 0x09020403, 0x01700405, 0x07080a04, 0x12222183, 0x1d960402, 0x1e85a020, - 0x06201f82, 0x336b3d94, 0x00103d0d, 0x00520042, 0x12000061, 0x15161732, 0x22230614, 0x3707012f, 0x34352627, 0x26273617, 0x072b0183, 0x27060706, - 0x2627012e, 0x4f37013e, 0x273105f7, 0x07222322, 0x17141506, 0x17071e30, 0x013e3716, 0x0e995a13, 0x36321327, 0x26273435, 0x08238322, 0x1637073f, - 0x28276da9, 0x1f24374e, 0x030d3205, 0x0204d214, 0x05160701, 0x09030306, 0x17140603, 0x0901010b, 0x01020203, 0x02020604, 0x06050306, 0x03110e05, - 0x09070603, 0x060d0a0a, 0x1206121e, 0x07af7265, 0x141c2e08, 0x305e42b0, 0x155d842e, 0x01235416, 0x35282745, 0x03124d36, 0x2005300d, 0x0e6f3726, - 0x0c030105, 0x05050301, 0x0a03040a, 0x01051213, 0x395f820a, 0x030f0b01, 0x0f050106, 0x05151412, 0x08080804, 0x03070809, 0x0b01030d, 0x15751e01, - 0x8327080c, 0x3140415d, 0x2b415d2e, 0x13165225, 0x03000000, 0xdfff0000, 0xa001c001, 0x3a002f00, 0x00008200, 0x17010f01, 0x82072707, 0x010f2503, - 0x07012f23, 0x2805df4b, 0x3f35012f, 0x17372701, 0x28038237, 0x1f33013f, 0x07173701, 0x26038217, 0x3207011f, 0x4835013e, 0x1f2205ad, 0x3ca31501, - 0x012f1724, 0x2b84020f, 0x52071521, 0x36230658, 0x84013b37, 0x3f250856, 0xc0012702, 0x0b15021d, 0x1509071d, 0x16070b15, 0x14130c07, 0x0a1e0708, - 0x1c1c0314, 0x1c0b1403, 0x13140808, 0x2516820c, 0x0713150b, 0x16831d07, 0x0f774b08, 0x2f22101a, 0x2f602121, 0x14270437, 0x27110e36, 0x2a0d1527, - 0x2524160d, 0x14370e0f, 0x36360526, 0x35152706, 0x24250f0f, 0x0c2a0c17, 0x0b040617, 0x18110503, 0x2f240106, 0x3a252c3e, 0x02070d08, 0x05110205, - 0x02061406, 0x6d831f01, 0x1c080933, 0x1d03150c, 0x0c15031d, 0x1207081b, 0x16080c14, 0x296d8207, 0x0b1b0908, 0x1a1a0415, 0x84841504, 0x090b1423, - 0x31788242, 0x2f212117, 0x280e1121, 0x2623170d, 0x17340f10, 0x6e830628, 0x1132163c, 0x1626230f, 0x140f290e, 0x100e2427, 0x06271434, 0x02062e34, - 0x04061306, 0x07820112, 0x3a080d33, 0x2f3e2b26, 0x11180723, 0x040c0305, 0x00000006, 0x67561805, 0x00072808, 0x0015000d, 0x584a0040, 0x173509dd, - 0x03171614, 0x37321306, 0x07012f26, 0x37171316, 0x27343536, 0x07f64f26, 0x010e2234, 0x37333207, 0x06071636, 0x2f371707, 0x36262201, 0x0f851633, - 0x013e1322, 0x38082982, 0x07141516, 0x9191ce99, 0x451991ce, 0xdf136b39, 0x01012426, 0x3f1f4344, 0x13111750, 0x01101616, 0x26574002, 0x08143947, - 0x01093c06, 0x520e0c09, 0x05182230, 0x25060504, 0x240f8415, 0x1b3c3344, 0x075a5c01, 0x41672c08, 0x24011c6c, 0x0df1fe2b, 0xc2bb0201, 0xef470109, - 0x1e12364a, 0x10112320, 0x193b0118, 0x01031f2d, 0x01020112, 0x035f92f1, 0x84030909, 0xd6fe2a0c, 0x393d661e, 0x250c0b32, 0x058b432b, 0xc3ff062f, - 0xbc01f901, 0x2b001300, 0x51004100, 0x05d75e00, 0x27060725, 0x822e2726, 0x3e372bad, 0x011e1701, 0x06070627, 0x92431617, 0x3e372205, 0x23148303, - 0x05161716, 0x2405e363, 0x37350607, 0x281b8236, 0x33363736, 0x25011e32, 0x22fb8227, 0x82262217, 0x27e60832, 0x01022e22, 0x06114772, 0x34311b3b, - 0x0d15333b, 0x04361859, 0x5aa05407, 0x0207101f, 0x21050303, 0x03060208, 0x0b14100b, 0x1b0b0809, 0x39010436, 0x0d060304, 0x02030d0c, 0x601b0b03, - 0x0e16162b, 0xfe231c04, 0x3f1309a0, 0x140a3279, 0x01141d31, 0x291f1901, 0x0b205782, 0x050f0924, 0x0f0e2106, 0x195f2f0c, 0x52010130, 0x2d556d94, - 0x03050713, 0x13473209, 0x20221029, 0x02090c1d, 0x04310903, 0x113c1141, 0x111b1b1f, 0x12070103, 0x28785222, 0x401e0e0d, 0x1c0a0180, 0x0d021f09, - 0x0c010a0e, 0x00000b0d, 0x02000200, 0xfe00c0ff, 0x0c00c001, 0x00001400, 0x37230737, 0x36343526, 0x2311013b, 0x22231135, 0x3b141506, 0x40579901, - 0x40554b60, 0x261d3752, 0x841d5832, 0x6726d2c4, 0x00fe544d, 0x380e01c4, 0xcb526d3b, 0x822e2008, 0x084f0843, 0x35170000, 0x13173303, 0x82150333, - 0x5e523870, 0xa6407934, 0x01e62a01, 0xa4a4fe16, 0xfcff0700, 0x80023c00, 0x07004401, 0x3b002f00, 0x5c004300, 0x79006700, 0x06130000, 0x36372627, - 0x16071637, 0x06233017, 0x071e1417, 0x06070631, 0x82262223, 0x06232480, 0x82012e27, 0x1e32271c, 0x36323301, 0x045d3337, 0x012b2505, 0x15372315, - 0x34241082, 0x22172326, 0x3f29b182, 0x23343501, 0x34230722, 0x2426823e, 0x23011d16, 0x24388235, 0x013d3632, 0x08c28207, 0x17011ef7, 0x16352322, - 0x013f3233, 0x33173327, 0x0e073337, 0x120e7501, 0x130c0e02, 0x0d1a0202, 0x02011701, 0x04050403, 0x03020305, 0x070f120b, 0x14080814, 0x0f130f06, - 0x1c0f0c0a, 0x030c0e06, 0x496e1c03, 0x25111d13, 0x1e1e2a1d, 0x16161423, 0x1b158014, 0x191d2636, 0x1a0f1b04, 0x1c1f1a10, 0x0f170d01, 0x071d2215, - 0x03086e0c, 0x06130405, 0x241f3303, 0x351f2301, 0x22011809, 0x0f110211, 0x2112010f, 0x190f1302, 0x07070a05, 0x02020405, 0x1a100e01, 0x1c010808, - 0x1a1b3916, 0x0b050501, 0x131d1023, 0xa942241c, 0x1425144d, 0x261317ab, 0x180b0204, 0x0b140d14, 0x17611519, 0x0d121719, 0x1301020b, 0x4a050906, - 0x09140118, 0x9573738e, 0x0000131a, 0xff000008, 0x014002e1, 0x000500a1, 0x001f000f, 0x00440027, 0x006a0050, 0x0000007c, 0x35012b14, 0x3f341733, - 0x05915d01, 0x350f1876, 0x36371605, 0x06070627, 0x26352617, 0x26272637, 0x2223010e, 0x10822326, 0x16171626, 0x32363233, 0x37300482, 0x26343736, - 0x3315012b, 0x3e323335, 0x2e341701, 0x0e202282, 0x36230e82, 0x411d3233, 0x33310651, 0x33153732, 0x23072337, 0x07172327, 0x23222306, 0x08378215, - 0x0137367a, 0x18181d2e, 0x0617144d, 0xe212070c, 0x20fe141c, 0x141c1c14, 0x1c14e001, 0x0a0c40fe, 0x090d0109, 0x01133e0a, 0x06110a11, 0x02020a0b, - 0x0a150511, 0x0d0b0708, 0x0c0e040a, 0x0c0a050e, 0x14198c06, 0x0d1d1533, 0x0a5a0c15, 0x120b0c12, 0x1103130b, 0x09261a14, 0x0917090f, 0x18166614, - 0x24161901, 0x020e0402, 0x10070104, 0x01010611, 0x0d5a3737, 0x06080201, 0xfed8060a, 0x08098979, 0x0b018a60, 0x0a010d0b, 0x1509570b, 0x010e0b11, - 0x07040401, 0x28131201, 0x0606130f, 0x14420912, 0x0b2f8818, 0x0e0a0b15, 0x090e0708, 0x0108110e, 0x0e081b03, 0x63101107, 0x06635151, 0x0e01100e, - 0x00040012, 0x01bfff19, 0x00c1016c, 0x00270010, 0x0038002e, 0x07163700, 0x0e31011c, 0x26222301, 0x01823637, 0x1613322e, 0x07010e07, 0x26230706, - 0x27032e27, 0x332e1482, 0x03161732, 0x17020e11, 0x26363716, 0x1b831e27, 0xc6369308, 0x16010122, 0x01161210, 0x02032001, 0x0a1f8904, 0x02335f0a, - 0x05010302, 0x1f332b1c, 0x2a550203, 0x2b252827, 0x0a221b7d, 0x0dce0502, 0x171a3e33, 0x63410201, 0x01141e14, 0x15110e02, 0x031c130f, 0x35660101, - 0x31782f3c, 0x05010101, 0x41422e1b, 0x112d611d, 0xc3fe140f, 0x32034601, 0x37481b39, 0x120d5e2e, 0x7947274a, 0x000e0064, 0x02fcff00, 0x00850180, - 0x0060003b, 0x006f006b, 0x00870081, 0x00c400ab, 0x01fc00d6, 0x0122010e, 0x00270124, 0x17710500, 0x1f322106, 0x711d1771, 0x062d1216, 0x22231437, - 0x013b3435, 0x33161532, 0x05f44532, 0x1426f482, 0x22012b06, 0x10712635, 0x37210807, 0x23010e14, 0x36342622, 0x34061632, 0x23371422, 0x2b343526, - 0x35231501, 0x14153233, 0x14173207, 0x2a0e8326, 0x14152533, 0x26012f06, 0x8234013d, 0x71222005, 0x05820598, 0x3f221083, 0x63823601, 0x23829f82, - 0x25851282, 0x11821482, 0x36202e82, 0x07340682, 0x22273134, 0x1d220723, 0x17331401, 0x30373516, 0x06073735, 0x4a854b86, 0x14202482, 0x2c823b8e, - 0x32370735, 0x1d321731, 0x010f3001, 0x22272330, 0x0730013d, 0x8e061514, 0x27153427, 0x15271733, 0x03033c01, 0x05020313, 0x0e010104, 0x843a0101, - 0x01392f02, 0x07070f01, 0x11020702, 0x06100706, 0x02853a06, 0x2b022508, 0x08021f1d, 0x12120201, 0x1b1a1915, 0x07010102, 0x0f100202, 0x0c0e0d07, - 0x03060337, 0x09070704, 0x0e130207, 0x023d1782, 0x03050403, 0x01030102, 0xf3fe0102, 0x03250104, 0x04011004, 0x04031002, 0x04040224, 0x2620833d, - 0x01033e01, 0x823d034f, 0x2902840d, 0x0203040f, 0x152e0325, 0x02840101, 0x82d21621, 0x13022228, 0x24028302, 0x2502023e, 0x82298504, 0x0c512405, - 0x82010c01, 0x010c2302, 0x0e8201fd, 0x843e0321, 0x043d243e, 0x824c014b, 0x820b2061, 0x0103285a, 0x21010108, 0x84420101, 0x23088505, 0x04050309, - 0x422a0f82, 0x04090312, 0x04074207, 0x02820421, 0x0842072b, 0x42022103, 0x01021514, 0x08b8820c, 0x130f0248, 0x01010114, 0x0303080b, 0x29070202, - 0x06030503, 0x0e06060a, 0x03041312, 0x0c050101, 0x03010203, 0x03030703, 0x02025f90, 0x04021501, 0x0902052c, 0x02090101, 0x02042c05, 0x02020115, - 0x2402045f, 0x02240101, 0x0882b164, 0x82020221, 0x04472bbf, 0x02022303, 0x5e040209, 0x31820302, 0x0d018526, 0x0218010d, 0x0221bd83, 0x23318318, - 0x0b010212, 0x01276f82, 0x02021602, 0x82040123, 0x23022422, 0x87470402, 0x0411273e, 0x01070706, 0x0483010e, 0x01012a23, 0x821c8203, 0x46052102, - 0x363c1f87, 0x00010182, 0x08000200, 0x0402cdff, 0x2d00bc01, 0x00005700, 0x37013e37, 0x16171636, 0x2506474d, 0x36373637, 0xe15d3435, 0x20158205, - 0x2b168507, 0x2634062e, 0x15163037, 0x1617011e, 0x27292183, 0x023e3726, 0x15021e17, 0x20208314, 0x84288217, 0x012e3f15, 0x08010e07, 0x665a7a02, - 0x5610119f, 0x1b050d52, 0x250c051a, 0x1b260106, 0x04042d1d, 0x10821717, 0x041b2408, 0x042b580b, 0x02040507, 0x15010202, 0x3b430501, 0x17160204, - 0x03300401, 0x1d402d01, 0x010c140e, 0x82042805, 0x02270865, 0x35213704, 0x63920a0b, 0x63b67252, 0x760d0c89, 0x21985960, 0x45460d06, 0x2711050c, - 0x291c0605, 0x1c230302, 0x820a2b18, 0x46370812, 0x5522050b, 0x0d0f1008, 0x060d0a0e, 0x0511030c, 0x021d6238, 0x043b3a05, 0x20381e03, 0x07110a30, - 0x05111e19, 0x02192d06, 0x053a3b04, 0x492e1a02, 0x0d785b58, 0x82007d0a, 0x0f2e0800, 0xdaff0000, 0xa6010002, 0x4a003c00, 0x5a005200, 0x79007100, - 0x87008100, 0xa4009500, 0xbb00b300, 0xda00cb00, 0x0000e200, 0x15011e01, 0xec820614, 0x0e28ea82, 0x26060701, 0x06272627, 0x82050e50, 0x272626f9, - 0x3435012e, 0x20098436, 0x82068226, 0x36172124, 0x83051e49, 0x85298232, 0x82362011, 0x07062136, 0x2205f153, 0x82162726, 0x37362323, 0xb24e1706, - 0x713f8508, 0x06250588, 0x36070617, 0x842a8237, 0x82228214, 0x17362544, 0x010e2726, 0x69842f82, 0x012e3123, 0x82218403, 0x06e97386, 0x32820e83, - 0x41060721, 0x37230690, 0x83222306, 0x25ac8466, 0x17160706, 0x4e82021e, 0x35023e23, 0x23bf8534, 0x26321716, 0x08058d44, 0xa2011441, 0x2d37342a, - 0x01020306, 0x0d0f0206, 0x08213b14, 0x21060505, 0x0c14143f, 0x05020208, 0x32352b09, 0x0209092a, 0x140c0901, 0x04224014, 0x21060704, 0x0c15143b, - 0x0801010a, 0x1706067f, 0x82222114, 0x07200809, 0x8f300d0d, 0x060a0806, 0x27071816, 0x08060907, 0x06180807, 0x0d0b0b0b, 0x16181717, 0x0a0c0a0e, - 0x2e210b84, 0x080a8217, 0x0709ab5d, 0x09071718, 0x060a0708, 0x08071815, 0x0e105f06, 0x840e1e1e, 0x0207070c, 0x14212201, 0x341d0717, 0x0e0e0a25, - 0x23070a0a, 0x1810022a, 0x057a0727, 0x22131805, 0x06020222, 0x12110d07, 0x0d10321f, 0x0f0f100e, 0x0704930f, 0x23210201, 0x05081713, 0x09192311, - 0x2718140f, 0x82232c15, 0x0f0e3c56, 0x267d030a, 0x1b261b1b, 0x290f0f01, 0x0e2c1717, 0x07070102, 0x0724301d, 0x821b140b, 0x1d0525db, 0x3e0b0b15, - 0x0131d382, 0x162c0f03, 0x030e2a16, 0x2a090803, 0x160b0c3f, 0x08dd821f, 0x141d054d, 0x2d430b0b, 0x52020407, 0x1c190605, 0x06040803, 0x07083627, - 0x0f0cef14, 0x02051518, 0x1616880a, 0x0e0c0e0c, 0x13164a03, 0x01011314, 0x14141315, 0x13131316, 0x13140202, 0x0a104615, 0x15170503, 0x1616410f, - 0x0d0d0305, 0x8211610a, 0x13370821, 0x2433074e, 0x0307050a, 0x1a07191c, 0x22f0fe15, 0x03211f1f, 0x0e200c03, 0x0d120b13, 0x05046402, 0x08021c1a, - 0x31240908, 0x0c080707, 0x01121230, 0x222e1401, 0x82060620, 0x081a3630, 0x04131003, 0x087f0c04, 0x0d0a1616, 0x02020c21, 0x1f201e21, 0x21d98211, - 0xa74b261b, 0x00490805, 0x8002d0ff, 0x0600b001, 0x0e000a00, 0x00001200, 0x27231301, 0x37230723, 0x05232733, 0x25172707, 0x01372707, 0x194da43e, - 0x794e1978, 0x01022954, 0xa8149e41, 0x9e143cfe, 0xfeb0010a, 0x8a515120, 0x3809b182, 0x09381010, 0x204f831f, 0x20048206, 0x3e4f8237, 0x00290049, - 0x00820050, 0x00be00aa, 0x250000c3, 0x06151714, 0x15161415, 0x012b0614, 0x4e353335, 0x352a054c, 0x26353734, 0x35363435, 0x15832634, 0x1e833220, - 0x04820720, 0x23010e25, 0x47372722, 0x27200609, 0x3e342182, 0x17323302, 0x22232607, 0x051e1415, 0x17333205, 0x3d222306, 0x52852482, 0x82150721, - 0x240a8333, 0x2315013b, 0x21508522, 0x55833523, 0x13825b82, 0x82371421, 0x020e211f, 0x2720539b, 0x07217b83, 0x20728223, 0x085b8337, 0x35012e4a, - 0x33153626, 0x02222334, 0x031b1b65, 0x06141613, 0x01030707, 0x06011717, 0x1614060b, 0x2b6a0313, 0x22141e0e, 0x1315151a, 0x01021d15, 0x170f092a, - 0x151b1c0d, 0x01111012, 0x04070304, 0x039bfe09, 0x0e0a0603, 0x070a0e2b, 0x07213483, 0x8434840a, 0xf04b2849, 0x1810092b, 0x881b2110, 0x106d083b, - 0x1a1d0d16, 0x120f1215, 0x06040401, 0x20990905, 0x065f0223, 0x10111123, 0x23171e1a, 0x392d0115, 0x16e5191b, 0x16011c01, 0x190c210a, 0x04011914, - 0x21090909, 0x0205200a, 0x220a2005, 0x18090e07, 0x210c1914, 0x0e220e2a, 0x1f160e17, 0x0b090e11, 0x1e100101, 0x070d120b, 0x0c0d1c14, 0x02040303, - 0x3c030203, 0x96360422, 0x22080d09, 0x2d378209, 0x220a1f06, 0x180a0d08, 0x210b1a14, 0x58821709, 0x82220921, 0x0db22858, 0x0b220e3b, 0x98080e12, - 0x2b442e44, 0x230c0721, 0x13121b0a, 0x2e251926, 0x05ef4142, 0xfffdff38, 0x018202ca, 0x000000b9, 0x01f400e4, 0x01110107, 0x25000019, 0xc4493237, - 0x34273205, 0x26013e37, 0x16072627, 0x06071615, 0x26270607, 0x08674437, 0x22460720, 0x20158606, 0x32198a36, 0x35010f14, 0x26222306, 0x0706013f, - 0x2223020e, 0x82012e27, 0x233f821d, 0x16311407, 0x27093a45, 0x37323736, 0x2627032e, 0x86463a83, 0x06635505, 0x17363723, 0x82788216, 0x0e072b36, - 0x1e060704, 0x14321701, 0x42823417, 0x32013e28, 0x36010f16, 0x08823033, 0x1716172b, 0x07030e30, 0x3116010e, 0x231a8232, 0x30353015, 0x36200682, - 0x35233782, 0x82323336, 0x0701251b, 0x17141706, 0x33275c84, 0x0e321532, 0x82061501, 0x05362633, 0x06302736, 0x82378222, 0x1617219a, 0x27221e82, - 0xdb820626, 0x14010e22, 0x3e2b6783, 0x35361703, 0x0f063134, 0x82371602, 0x82272008, 0x017c081a, 0x3129f92e, 0x07160101, 0x0f050105, 0x23251e05, - 0x1801051b, 0x060b0c0a, 0x1a080b14, 0x0204020a, 0x0201140f, 0x14010106, 0x0e090b0a, 0x0306050b, 0x04061c02, 0x010c0402, 0x10100204, 0x01010a0f, - 0x080b0b0c, 0x08080201, 0x060b0604, 0x0c09050a, 0x0e070201, 0x0904080a, 0x3c111003, 0x0b0e0d1e, 0x02014d10, 0x2d090101, 0x03042023, 0x5e392117, - 0x0a0b7742, 0x48252f3b, 0x03130f0a, 0x05320082, 0x57482d14, 0x4b680b10, 0x0f193122, 0x1f010103, 0x6c820b3a, 0x0b1a1123, 0x827d8221, 0x03022a38, - 0x01060305, 0x04040402, 0x21008201, 0x4c820302, 0x2706042a, 0x03030203, 0x03010d17, 0x03231482, 0x82042408, 0x0e17228c, 0x27228201, 0x1b0c0102, - 0x0c1f72fe, 0x08303883, 0x09201b02, 0x9322080a, 0x0f010515, 0x03080e07, 0x023a3482, 0x05070602, 0x05197007, 0x01011306, 0x0d021a5b, 0x57450906, - 0x14111b2c, 0x1d820102, 0x241f0a3e, 0x0d0b0404, 0x0712160a, 0x04010504, 0x1415171d, 0x200d0d06, 0x1004011d, 0x060f190c, 0x01321382, 0x03090504, - 0x03070622, 0x0d031b05, 0x1e20280d, 0x90820110, 0x0d1a133e, 0x0910130d, 0x08050709, 0x111a1025, 0x03050508, 0x183e0d01, 0x0408191b, 0x26241e25, - 0x2b08b782, 0x29192007, 0x1e371114, 0x1a182235, 0x1256292a, 0x0506030f, 0x02080711, 0x04150601, 0x1a225a09, 0x23112203, 0x080e1c1a, 0x0c2b2716, - 0x0b292e82, 0x180f0e09, 0x020b0b15, 0x29978202, 0x100e0908, 0x0a050711, 0xee830605, 0x0d080126, 0x0d040a56, 0x092cc782, 0x1009050d, 0x113a0f07, - 0x0706090a, 0x06250c84, 0x22910d18, 0x08fb822d, 0x1001052a, 0x0505261f, 0x08336a0c, 0x10080604, 0x0f120819, 0x0701070d, 0x32120c0e, 0x0701140f, - 0x01031507, 0x05190a16, 0x120d0b05, 0x0808b368, 0x8001c050, 0x0c000600, 0x33010000, 0x1733010b, 0x011b0737, 0x01270723, 0xe0e05b65, 0xe03830b0, - 0x7236a8a8, 0xfe800172, 0x59800180, 0xe0fe2059, 0xc6c62001, 0x03000000, 0xe0ff1000, 0xa001b001, 0x08000200, 0x00000f00, 0x2717013f, 0x27070317, - 0x45820103, 0x33372608, 0x2626ba17, 0xb020d026, 0x520120b0, 0x1b308282, 0x5cb41a6e, 0xfe4aec5c, 0x016262ec, 0x01f4fe14, 0x42dcfe24, 0x20478242, - 0x24038209, 0x01800258, 0x20838228, 0x38478209, 0x001b0013, 0x00440030, 0x00bf00b9, 0x23273700, 0x17372307, 0x17330727, 0x29998227, 0x33351733, - 0x23153715, 0x07822335, 0x0e141629, 0x022e2202, 0x82373634, 0x17322201, 0x08018216, 0x2e340622, 0x22262701, 0x14020e07, 0x1617011e, 0x013e3732, - 0x14151607, 0x35262206, 0x07353734, 0x22141615, 0x33200784, 0x2706a378, 0x0e073533, 0x15010f01, 0x26210f89, 0x200d8b2f, 0x82318627, 0x2d458807, - 0x35261727, 0x17273526, 0x013e3334, 0x9e84023f, 0x23272322, 0x30247c82, 0x14073715, 0x45080182, 0x33270737, 0x27331737, 0x1334136b, 0x3e3e3e11, - 0x3e5d2713, 0x112d2d11, 0x12c20f13, 0x0a866429, 0x181c1812, 0x090a0a12, 0x1c0c1005, 0x0905100c, 0x0e070b05, 0x09150a09, 0x08080e09, 0x1509090e, - 0x570e090a, 0x0182070a, 0x190a5030, 0x06061d0a, 0x26050505, 0x03030904, 0x01820405, 0x26080b22, 0x06281182, 0x180a1d06, 0x080b5009, 0x36082582, - 0x0101f359, 0x01014141, 0x0106060c, 0x3f121218, 0x1813113e, 0x40031701, 0xf3010140, 0x0112c959, 0xa4141202, 0x84842a2a, 0x843c2b63, 0x80806060, - 0x74747480, 0x84250c0c, 0x17132783, 0x0509181c, 0x02820507, 0x250c0926, 0x040e1316, 0x0e230082, 0x85121613, 0x44260808, 0x07050b01, 0x010b0507, - 0x02050906, 0x05021414, 0x070e1803, 0x04170e07, 0x01010705, 0x05050c07, 0x0c02070c, 0x13831704, 0x85031821, 0x06092121, 0x07343387, 0x03040e0a, - 0x02080304, 0x020c0801, 0x83291a02, 0x061a2983, 0x33088e82, 0x04030308, 0x510a0e04, 0x002b2828, 0x00ffff05, 0x01810279, 0x00e30079, 0x01f800ec, - 0x001a010e, 0x06142500, 0x020e010f, 0x27032e27, 0x0e072335, 0x3d012e02, 0x013a0e84, 0x0706012f, 0x012f2606, 0x2e270607, 0x23013f01, 0x010e0706, - 0x2706012b, 0x0c823626, 0x15822882, 0x07273526, 0x26020e22, 0x2f05ba53, 0x36013f34, 0x37011e17, 0x36373633, 0x16173237, 0x302e5682, 0x33021e14, - 0x013f3632, 0x3e37013e, 0x1f823b01, 0x172b1583, 0x17023e37, 0x010e1632, 0x8217010f, 0x1702281a, 0x30071716, 0x83171615, 0x37362328, 0x4782053e, - 0x17363724, 0x4d830716, 0x3a820f20, 0x34013f23, 0x21178235, 0x53841601, 0x37021e25, 0x86023e32, 0x011f2452, 0x82033e33, 0x1e02210b, 0x06224c82, - 0x6a821617, 0x16053622, 0x27306b82, 0x25010e26, 0x043e0706, 0x06072627, 0x2e013e16, 0x2e2bce82, 0x1c030e02, 0x1e011d01, 0x83373602, 0x012f2223, - 0x08d28226, 0x80021728, 0x03010202, 0x0609190a, 0x01020409, 0x04011402, 0x02060b0b, 0x0e101c09, 0x15030414, 0x06160c3a, 0x09161205, 0x00820104, - 0x070d4408, 0x02030703, 0x0201040f, 0x0c020203, 0x07080c0a, 0x10010605, 0x0e0f0601, 0x04100511, 0x03050b11, 0x03060402, 0x02030409, 0x151b0e06, - 0x1019080b, 0x08020211, 0x07180805, 0x030b0108, 0x03030701, 0x82010109, 0x1501273a, 0x070f0501, 0x46830305, 0x1c010222, 0x04307d82, 0x02070109, - 0x030a0503, 0x01050703, 0x05060504, 0x28086f82, 0x07161107, 0x0d0e300b, 0x07070412, 0x06061005, 0x15041e07, 0x1b010117, 0x02010e0d, 0x0d06090d, - 0x0203090a, 0x02020c01, 0x08998210, 0x0405022b, 0x02010105, 0x03070a03, 0x0e040101, 0x04040f06, 0x06bffd0a, 0x06050a0e, 0x010c0d04, 0x02011011, - 0x080b0f06, 0x01120402, 0x82688213, 0x03012438, 0x820a0809, 0x0c052b66, 0x0a10640a, 0x02020105, 0x0e820b09, 0x0804c122, 0x062e4782, 0x0a020208, - 0x04040c0c, 0x0d09033a, 0xd0820905, 0x020b0728, 0x06060d01, 0xc5820c0e, 0x0a0a0434, 0x0d20070f, 0x0a181a0c, 0x080c010b, 0x180d0c1b, 0xb0821518, - 0x04030922, 0x01370282, 0x120c0403, 0x08020501, 0x05050404, 0x13010202, 0x0f01200d, 0x82072215, 0x0203397c, 0x0b05050a, 0x03030636, 0x18040901, - 0x2402090a, 0x010b0603, 0x060f100b, 0x2d212882, 0x30c28201, 0x16350b03, 0x03050105, 0x0a2f3a02, 0x0a0e1013, 0x2a878207, 0x2d1f0807, 0x0c080e3d, - 0x820e0f28, 0x04220836, 0x17250106, 0x140c0503, 0x05051e13, 0x02050402, 0x02060606, 0x07310c02, 0x25030104, 0x06080a05, 0x81820201, 0x070f022f, - 0x01011f07, 0x04030305, 0x070a0210, 0x2f298213, 0x10376d16, 0x171c0a03, 0x2c16061a, 0x10139403, 0x01205b82, 0x03260082, 0x0911120b, 0x0a840207, - 0x01222a08, 0x030d070f, 0x09140b03, 0x00000310, 0x03000100, 0xbd01c0ff, 0x2e00c001, 0x14250000, 0x22230607, 0x07222326, 0x1523010e, 0x210b8314, - 0x44181135, 0x15290880, 0x33043e32, 0x32331632, 0x08058236, 0xbc01154a, 0x1625370d, 0x42321d48, 0x14010401, 0x17140e0e, 0x17222f22, 0x170f0b01, - 0x250d1d17, 0x43170a50, 0x59090602, 0x1c170608, 0x4e01011d, 0x0f141310, 0x1c117701, 0x17222217, 0x0520101d, 0x05060706, 0x06081c1c, 0x10000400, - 0x70207f82, 0x03227f82, 0x8b650700, 0x23372505, 0x11173311, 0x03830482, 0x35231533, 0x65323242, 0x97339833, 0x42017e32, 0x014cfe4c, 0x240383b4, - 0x0000f7f7, 0x08bf820a, 0x80024c26, 0x03002901, 0x13000900, 0x1b001700, 0x47003f00, 0xa3009b00, 0x0000ab00, 0x17163537, 0x06331637, 0x22243727, - 0x3521c488, 0x37518233, 0x1e271537, 0x14151402, 0x0e011c15, 0x030e0701, 0x2706012b, 0x3534022e, 0x3e2c0182, 0x36013b03, 0x22343507, 0x3214011d, - 0x1c232584, 0x82050e03, 0x27232123, 0x372e2386, 0x36152726, 0x1d163233, 0x35272601, 0x28822334, 0x11822720, 0x16171623, 0x3b598217, 0x3f36042e, - 0x17013e01, 0x17161537, 0x033e3736, 0x27361733, 0x0e072637, 0x011f1601, 0x22085486, 0x13141390, 0x36292626, 0x18a50113, 0x10191111, 0x3a843a3a, - 0x03070759, 0x05060803, 0x040b0d0e, 0x82122003, 0x08012a0d, 0x09081910, 0x16161520, 0x250d836b, 0x04020201, 0x1f8a0304, 0x41230937, 0x15131a0d, - 0x0b0b1b1e, 0x12152104, 0x3a0a0915, 0x070e1a11, 0x26008201, 0x16293207, 0x87032640, 0xf835082d, 0x03122e1d, 0xe3161202, 0x10601616, 0x0d06070a, - 0x7801120b, 0x0d0c0c11, 0x890c0c0d, 0x1ba86e6e, 0x0c0677c3, 0x010c0511, 0x0e090803, 0x0705060c, 0x12010203, 0x2c118507, 0x10120b0b, 0x285a0209, - 0x0d280b0b, 0x2b258554, 0x03080209, 0x04070307, 0x08050206, 0x02212982, 0x08168413, 0x1a0e1e27, 0x16163620, 0x120c5e10, 0x1d130f31, 0x1f181b03, - 0x06071010, 0x1d104a1d, 0x090d1216, 0x010f0102, 0x1f150a0f, 0x8495821e, 0x0e1e2835, 0x0d030f11, 0x84391827, 0x0033085a, 0x00020000, 0x01c0ff07, - 0x00c00179, 0x000b0005, 0x23011b00, 0x21230727, 0x33270733, 0x59979e17, 0x01593e3e, 0x716f432e, 0xc0012d44, 0x7474dcfe, 0x8258dcdc, 0x82092033, - 0x3c4b0803, 0x44018002, 0x1b001100, 0x3e001f00, 0x59005200, 0x73006800, 0x00007700, 0x15331513, 0x16141523, 0x15373632, 0x26222306, 0x3617013d, - 0x07261517, 0x33352315, 0x35071537, 0x021e1405, 0x010e1415, 0x35272223, 0x35323316, 0x5a022e34, 0x15250580, 0x05222326, 0x05234d14, 0x39821520, - 0x8f6a2e20, 0x07162305, 0x19823433, 0x32270622, 0x2405685d, 0x35010f27, 0x22528233, 0x6e353632, 0x25080563, 0x33350716, 0x2222a515, 0x030a0c09, - 0x1a14140b, 0x15190c84, 0x5f262c0d, 0x15fffe2c, 0x1c10151a, 0x1a171913, 0x0a821117, 0x181b212c, 0x0f171514, 0x57015302, 0x0a822003, 0x161d7d08, - 0x1f251320, 0x2e58221e, 0x0e0a090d, 0x23241971, 0x010f101a, 0x1002272c, 0x0f0f0c09, 0x01080e0c, 0x012c7208, 0x3f26262f, 0x01020a09, 0x14180622, - 0x09162a8e, 0x67100729, 0x0a243b99, 0x09075e24, 0x0f121707, 0x280b0b16, 0x0a070b0f, 0x17111508, 0x0b2a081b, 0x1a07092b, 0x110c2109, 0x2e231a24, - 0x0f0e132e, 0x252b330f, 0x320c2828, 0x0e0bcd0a, 0x1212187b, 0x09420817, 0x00999921, 0x01330082, 0xbfff0b00, 0xc0017601, 0x00002100, 0x041e1413, - 0x41061415, 0x04200916, 0x2d091641, 0x3930219b, 0x5c6c2030, 0x48544b51, 0x0b832037, 0x58692108, 0x4a44424c, 0x0e250131, 0x1e180e16, 0x4f4b283b, - 0x232e8120, 0x180f1810, 0x4b25381d, 0x24861a56, 0x022c5f82, 0xe0ff0700, 0xa001b901, 0x23001500, 0x02326184, 0x0e373233, 0x2e222301, 0x37343501, - 0x0637023e, 0x8b413237, 0x022e2105, 0x54086d82, 0x33291cb3, 0x26070c14, 0x59241b52, 0x3a0d093b, 0x7b0e2446, 0x0d251c8a, 0x121d2512, 0x19720112, - 0x02405759, 0xa07e4f3c, 0x0f0e1734, 0x0b04131c, 0x58273412, 0x453d2c38, 0x000e1619, 0x000e0007, 0x01720201, 0x002c007f, 0x006f0059, 0x00cc00b2, - 0x003901ff, 0x07846200, 0x33161726, 0x37363332, 0x17240182, 0x0607011e, 0x22260186, 0x2322012b, 0xe6472326, 0x27342605, 0x16333213, 0x0ab54d31, - 0x14152725, 0x82230631, 0x30353021, 0x3634013d, 0x1732013b, 0x33141714, 0x82013e30, 0x30072748, 0x31143015, 0x59821415, 0x8205094d, 0x82072045, - 0x323325d1, 0x17163316, 0x15250182, 0x14011d30, 0x2b3f8315, 0x27342722, 0x010e1522, 0x26272627, 0x16298284, 0x34313217, 0x35343035, 0x26348434, - 0x3c350607, 0x83343501, 0x3633251a, 0x013c1732, 0x23266d82, 0x22272622, 0xa8832223, 0x43541420, 0x15052207, 0x21b98830, 0x2f843726, 0x42845982, - 0x07062222, 0x31232d82, 0x82343522, 0x21e78458, 0x36833233, 0x17302724, 0xbb823f30, 0x33363528, 0x32333132, 0xf9851407, 0x27222723, 0x26738226, - 0x17013a17, 0x82323332, 0x83d28378, 0x2635229e, 0x08108233, 0x1516173e, 0x07030e16, 0x423d031c, 0x28282020, 0x1d180806, 0x04054f54, 0x04040305, - 0x25392b05, 0x021a1b26, 0x01011501, 0x191a0704, 0x41512729, 0x02069e04, 0x090d1f0a, 0x0f090101, 0x011b221d, 0x0b261982, 0x0503050a, 0x0a82070b, - 0x0103033b, 0x012b1511, 0x09211313, 0x19080504, 0xcd011618, 0x07020408, 0x10090d02, 0x08288203, 0x05080822, 0x13010201, 0x0312102c, 0x14090602, - 0x1010140e, 0x110c0a01, 0x07130514, 0x0f030e06, 0x2302010e, 0x79821e82, 0x0d08092b, 0x03010104, 0x1409070a, 0x28378212, 0x12070101, 0x03020606, - 0x2b448202, 0x0104040c, 0x0e070807, 0x08090314, 0x01350e82, 0x10020203, 0x070d0d18, 0x080a0b06, 0x23080183, 0x01050201, 0x263c8214, 0x05042423, - 0x82091a0d, 0x3f108272, 0x05050302, 0x0601050b, 0x1e020202, 0x0401021d, 0x02040f08, 0x067b1406, 0x1e020f04, 0x05050710, 0x21216a82, 0x26d18202, - 0x1e030404, 0x82060c12, 0x0401263e, 0x3a1d0e07, 0x35338301, 0x1d141f06, 0x051d1419, 0x01011607, 0x01060249, 0x05d20205, 0x08820703, 0x0d247e82, - 0x2a2a2902, 0x0d2cd382, 0x130c1e02, 0x02180e13, 0x28010f01, 0x0a368282, 0x01060615, 0x0402016a, 0x01090205, 0x0a09070f, 0x120d1116, 0xcb840507, - 0x0a051329, 0x0403020d, 0x82020501, 0x06022b44, 0x04010402, 0x0a038001, 0xde820f01, 0x0b04033f, 0x09050a05, 0x02010304, 0x127f010d, 0x16220208, - 0x01020607, 0x01020202, 0x090f0f1e, 0x82078208, 0x8201206d, 0x21148203, 0x27820c01, 0x02030126, 0x64160275, 0x05281182, 0x5a030304, 0x16090a59, - 0x37080b82, 0x010a0508, 0x0b030101, 0x06030f04, 0x03484906, 0x0f050404, 0x00003502, 0xff000008, 0x014002e0, 0x001200a0, 0x00380028, 0x00b30072, - 0x010e01e3, 0x37000037, 0x34013d30, 0x2c054243, 0x06071415, 0x26272227, 0x37012e17, 0x2c128236, 0x32331632, 0x031c011d, 0x06070623, 0x25571825, - 0x3221280b, 0x17160716, 0x5117011e, 0x07270521, 0x26302306, 0x43142223, 0x3c830728, 0x23343734, 0x22312230, 0x15061407, 0x34070607, 0x27012e35, - 0x24822726, 0x82222321, 0x82162039, 0x1631225d, 0x225e8215, 0x83353233, 0x261b837f, 0x2b262227, 0x82312201, 0x0607266b, 0x15011c15, 0x2a838414, - 0x15161716, 0x3015021c, 0x82312215, 0x224a823f, 0x82152706, 0x32332168, 0x34263982, 0x1630013d, 0x27831631, 0x82363521, 0x27222542, 0x0630012b, - 0x07254185, 0x26343530, 0x21518335, 0x0f432605, 0x05024406, 0x15072622, 0x17205382, 0x32260383, 0x013b3033, 0x8c823132, 0x3622b184, 0x22843726, - 0x63852e84, 0x17363723, 0x064c4432, 0x16143122, 0x82055c44, 0x7d343f2b, 0x15141201, 0x08030407, 0x01100f1c, 0x0205089b, 0x0c090b03, 0x02020e04, - 0x08100f01, 0xd95c2201, 0x01d0250b, 0x0a240401, 0x05311982, 0x06090402, 0x04010507, 0x16050906, 0x1403050b, 0x08198227, 0x02051051, 0x04031d01, - 0x02061506, 0x0c040203, 0x037e0307, 0x0f250e0f, 0x03010201, 0x01040707, 0x0b070e02, 0x0a020601, 0x020b0e02, 0x0e06050c, 0x090e1205, 0x0e010405, - 0x110c100d, 0x048d0607, 0x02040909, 0x0c181d16, 0x0b080109, 0x02040219, 0x82110308, 0x022b083b, 0x06010101, 0x8b010709, 0x48410503, 0x28281516, - 0x32391a1b, 0x03051802, 0x44360103, 0x15152320, 0x12020306, 0x20171602, 0x83242f1f, 0x012e3977, 0x110a0707, 0x020e1410, 0x01010301, 0x050b1213, - 0x03010607, 0x02010a04, 0x29080082, 0x060f0208, 0x24f60101, 0x0c010223, 0x0b140201, 0x1a0a0f11, 0x0d020b02, 0x0a081003, 0x03010303, 0x05010c02, - 0x020b0404, 0x645d8b01, 0x032c2b0a, 0x18590902, 0x0c030505, 0x52820804, 0x07040823, 0x27588201, 0x65320708, 0x04040202, 0x5432dd82, 0x01010a08, - 0x060f3c0f, 0x126a0408, 0x0c060709, 0x18820701, 0x05590226, 0x04081106, 0x0325bf82, 0x05010401, 0x82018202, 0x02032807, 0x08050601, 0x84090703, - 0x0704279e, 0xaf540b0e, 0x46830102, 0x13013c2f, 0x10180506, 0x1a121815, 0x02010105, 0x0523430a, 0x06010426, 0x1b0201ef, 0x01312e82, 0x0e060405, - 0x030d0119, 0x01040205, 0x060b1930, 0x29428203, 0x190f0a05, 0x08030204, 0x0d82041d, 0x03030122, 0x02223583, 0x3f820302, 0x0c0f0126, 0x0202170f, - 0x082e7e82, 0x031c1303, 0x02000506, 0xc0ff0800, 0xc34a3801, 0x25002b06, 0x11132707, 0x01270737, 0x00849838, 0x5d5dbb3d, 0x81fe0501, 0x00dddd5c, - 0x00030000, 0x01e0ff00, 0x009e01bf, 0x0016000f, 0x1800001d, 0x34101740, 0x23373315, 0x33133507, 0x33152327, 0x19820135, 0xfe182323, 0x300582b9, - 0x51bc1b19, 0x76423e6f, 0x0160c058, 0xfe19239e, 0x2e1382ba, 0x19470118, 0x84845723, 0xf0fe7474, 0x82728383, 0x8405205f, 0x01c0225f, 0x4b5f82a0, - 0x1f200511, 0x13216391, 0x225b8335, 0x82371523, 0x27038307, 0x0d09aa01, 0x6cfe090d, 0x8e230583, 0x8378c828, 0xa0012100, 0x012a1187, 0xfe0d0994, - 0x28c8c8bc, 0x02845028, 0x6383c386, 0x12000229, 0x00003200, 0x43071737, 0x343710f9, 0x2e272627, 0x22012b01, 0x0e070607, 0x14011d01, 0x1e171617, - 0x46013b01, 0x35250563, 0x015f5fbb, 0x0bc96505, 0x06082a2d, 0x1e470c1a, 0x1a1c721d, 0x8c040406, 0x36f6230c, 0x3642e636, 0x3bc4220a, 0x2422861d, - 0x0f102c0d, 0x242f853c, 0x2c0c1907, 0x0c0f6910, 0x0b00033c, 0x21110000, 0x35012111, 0x35331121, 0xc0013533, 0x660140fe, 0x5a59f4fe, 0x0982a001, - 0x83590d21, 0x2132820a, 0x04820600, 0x84020824, 0x31827801, 0x5b002f2d, 0x7a006e00, 0x00008200, 0x18141513, 0x20082c53, 0x05866e07, 0x3d262229, - 0x012f3601, 0x82030e22, 0x221c82d0, 0x82341135, 0x011d26d1, 0x05323336, 0x24e88216, 0x22230623, 0x24238227, 0x16173634, 0x70e98233, 0x1d82057a, - 0x82321721, 0x26272c30, 0x16060722, 0x2716011f, 0x83141632, 0x2e608729, 0x3217023e, 0x2e343536, 0x06222301, 0x83261614, 0x2622261d, 0x2903fc34, - 0x2e028203, 0x1c021c60, 0x18010a06, 0x08140d17, 0x83020104, 0x02310813, 0x01241b17, 0x090508f7, 0x160e0124, 0x030f1719, 0x1f211902, 0x35120506, - 0x1c060520, 0x1b1c2615, 0x2b210402, 0x06010508, 0x2ef9193a, 0x212d403f, 0x08368219, 0x2023176b, 0x10241a0e, 0x241a111d, 0x11188624, 0x01111811, - 0x0303c922, 0x140d03c9, 0x09038823, 0x06127b07, 0x0b060603, 0x03880202, 0x02170103, 0x800b5102, 0x0b231413, 0x10050804, 0x01010222, 0x080d0e13, - 0x1f1d0e18, 0x020a0f17, 0x0d03052d, 0x030a0307, 0x3f690b19, 0x59133f5b, 0x1db80303, 0xab09162b, 0x1c111a25, 0x25332511, 0x2b5c82f9, 0x07001811, - 0x17000000, 0x69018002, 0x182a0982, 0x3f002e00, 0x7b006600, 0x15828d00, 0x2a08e683, 0x25343632, 0x14011e32, 0x2e22010e, 0x3e343501, 0x3c360704, - 0x2a042e01, 0x3a072301, 0x07053e02, 0x17323337, 0x0e070616, 0x82232205, 0x32073d0b, 0x031e3236, 0x0e031e17, 0x36230704, 0x27013e37, 0x042a032e, - 0x25230723, 0x052e3436, 0x04203486, 0x04223488, 0x36820622, 0xbe014808, 0xfcb1b1fc, 0x57d1feb1, 0x93565693, 0x175693ae, 0x52473b29, 0x0305013a, - 0x060c0508, 0x020e030f, 0x050e0512, 0x0406050a, 0x20472178, 0x14080e0e, 0x080d0a05, 0x031a0613, 0x09259509, 0x0e091204, 0x03080a09, 0x82010402, - 0x03042900, 0x03250305, 0x03010705, 0x2a05e863, 0x040a0608, 0xff002513, 0x88040101, 0x0514264d, 0x050b050f, 0x084c8506, 0x0413092b, 0x060d070a, - 0x03170612, 0x5b580109, 0x7a5b5b7a, 0x5c4d2d6b, 0x4d2d2d4d, 0x242c172e, 0x9a0c1520, 0x05070905, 0x01010204, 0x2a528247, 0x650b0706, 0x361010a8, - 0x83070512, 0xd52c2212, 0x2074822d, 0x2d008203, 0x0c060704, 0x1b0f1309, 0x22170f0b, 0x1482050f, 0x3f600122, 0x02253888, 0x0c070602, 0x08378464, - 0x05060420, 0x2c010202, 0x03000000, 0xc8ff0c00, 0xb801f601, 0x1d001b00, 0x00002800, 0x06171605, 0x68182223, 0x262f0950, 0x022e3627, 0x14062223, - 0x15373316, 0x4b163236, 0x2708057b, 0x3a013426, 0x2322030a, 0x8f650101, 0x148fcb8f, 0x16040902, 0x42223f2a, 0x01425d5d, 0x1a3a5225, 0x3a291b2e, - 0x0a020a1b, 0x8f361b82, 0x032e3366, 0x3041220c, 0x5d835d1e, 0x3aa90101, 0x1b2d1b29, 0x7b82523a, 0x00000739, 0x4002eeff, 0x21009201, 0x39002d00, - 0x51004500, 0x69005d00, 0x6f010000, 0x062b0856, 0x27220607, 0x012b022e, 0x4b3d2622, 0x1627054c, 0x33013e17, 0x82343503, 0x771d2012, 0x0b950694, - 0x23a20520, 0x14100231, 0x5a141c1c, 0x010c3e49, 0x1c080104, 0x835a323d, 0x248c2d0f, 0x38080838, 0xa1039224, 0x04a00303, 0x0120058b, 0x04211083, - 0x3f058ca0, 0x1c019201, 0x1c14f514, 0x02022823, 0x1c111f1b, 0x1d13f614, 0x2e23232e, 0x0317f6fe, 0x40031703, 0x04240589, 0x04041776, 0x05851183, - 0x32081d82, 0xff080004, 0x01bcfff2, 0x00c00189, 0x00270012, 0x004f003d, 0x00760068, 0x00920082, 0x27062500, 0x37363726, 0x013b013e, 0x17060730, - 0x06013f16, 0x82032e27, 0x27032f10, 0x07161730, 0x021e010e, 0x1e020e37, 0x08541701, 0x033e2205, 0x2b2f8326, 0x26273613, 0x06072227, 0x36373607, - 0x07822582, 0x444c0583, 0x17322106, 0x14221983, 0x45821617, 0x852f0121, 0x16372256, 0x26688417, 0x3f013e17, 0x82010e01, 0x861d8229, 0x085f8213, - 0x17161450, 0x4f160116, 0x01043966, 0x0b281408, 0x251d290a, 0x0d4d5229, 0x15161060, 0x0b070109, 0x07162530, 0x1752150a, 0x160c0615, 0x11252077, - 0x03090702, 0x0f0f0b01, 0x0804010f, 0x3d070404, 0x43141a65, 0x0416060a, 0x04060505, 0x14142105, 0x76821519, 0x271b4908, 0x32328847, 0x21191a2b, - 0x0b07040b, 0x2905021e, 0x080e2ecd, 0x0205e303, 0x0e363415, 0x2446450f, 0x1fcb0102, 0x02030426, 0x14345398, 0x090d8928, 0x244b590c, 0x01190203, - 0x0a090402, 0x09158742, 0x04030c05, 0x0d0c090a, 0x49085682, 0x0f19060b, 0x17161a16, 0x1c28100a, 0x37101d32, 0x1e221340, 0x12a61e17, 0x0d17141d, - 0x1502030d, 0x010a0a20, 0x110c0c04, 0x0c324708, 0x2323f9fe, 0x01010214, 0x0c020502, 0x161c1718, 0x0c3c010d, 0x03061c10, 0x12110708, 0xbb830301, - 0x10023008, 0x0a050e02, 0x07062d03, 0x080a0602, 0x08111e05, 0x065a090d, 0x1d04040f, 0x0a030617, 0x09970108, 0x070f1a04, 0x0108090d, 0x05050602, - 0x82000701, 0x01c80800, 0xd8ff0000, 0xa8018002, 0x00004700, 0x15040e01, 0x0e07010e, 0x07063102, 0x07060e26, 0x16043e37, 0x31163017, 0x06010f16, - 0x020e2627, 0x012e2207, 0x32333435, 0x33013e37, 0x17031e32, 0x023e3037, 0x02023e37, 0x14221780, 0x0e03080b, 0x24190507, 0x26141d0d, 0x2c13271c, - 0x2b06350c, 0x33193a0e, 0x02233c27, 0x05350407, 0x42622909, 0x31211c55, 0x41260210, 0x03376635, 0x18161b0a, 0x12111c05, 0x32171222, 0x0fa7011a, - 0x1111191d, 0x0d420501, 0x0914140a, 0x03040137, 0x0718060f, 0x05110420, 0x030e0918, 0x04010501, 0x02086006, 0x0c0b0409, 0x02101101, 0x58660f02, - 0x1a0b0701, 0x22213111, 0x281e1634, 0x0400000e, 0x085f4418, 0x14000e30, 0x2d002000, 0x15250000, 0x35231523, 0xc74e3523, 0x27162705, 0x14153234, - 0xd6503722, 0x82262006, 0x22172316, 0x49181506, 0x4008077e, 0x1c3b0126, 0x060a1d4d, 0x05050666, 0x23454566, 0x64948f69, 0x6a8e9266, 0x54777556, - 0x763a5d34, 0x787866fe, 0x050a0666, 0x23233905, 0x68909d22, 0x67918d6b, 0x7a2d9365, 0x32785351, 0x76553b5e, 0x20008200, 0x27838803, 0x0029000b, - 0x13000042, 0x07206c8a, 0x05256b86, 0x010e2737, 0x3e988207, 0x1e372722, 0x27343701, 0x07223726, 0x37013e17, 0x16153335, 0x07260717, 0x1f161706, - 0x82353601, 0x86f82018, 0x56680884, 0x1953780b, 0x131f222f, 0x5d020411, 0x1d182706, 0x19222229, 0x1c07013d, 0x5f406a01, 0x1d142407, 0x23201c22, - 0x3009101c, 0x3b067f2d, 0x8fb8013b, 0x928d6b69, 0xb5936566, 0x7753241f, 0x1318110b, 0x29040617, 0x26021c19, 0x16221e26, 0x060a1901, 0x2b5dde0c, - 0x27011516, 0x22150127, 0x0d080f19, 0x1a391415, 0x3c3a561b, 0x4741c382, 0x0031240b, 0x864d0033, 0x030e21c5, 0x2e05895f, 0x033e3213, 0x27313437, - 0x32331623, 0x82061737, 0x23272614, 0x013c3335, 0x20058235, 0x23e28327, 0x17372337, 0x2621bd82, 0x22d58223, 0x5f363736, 0x072506e7, 0x33170706, - 0x08d08215, 0x3e301a3a, 0x9266264a, 0x3c216a8e, 0x050a2225, 0x380c5b80, 0x1c0a141b, 0x08472d25, 0x0417171b, 0x43780b41, 0x06884e01, 0x3e6c5576, - 0x26070751, 0x0b1c223a, 0x13211618, 0x461c0404, 0x2b24d883, 0x172c3c4e, 0x2c08db83, 0x19153dfe, 0x01080f23, 0x2e0b3238, 0x1e303510, 0x1e010909, - 0x53231f1d, 0x3c13bf78, 0x76551c19, 0x090b245d, 0x0a300c2a, 0x0d090516, 0x26d78c1e, 0x0021000b, 0x413a0025, 0x13230d9d, 0x42273732, 0x3321062e, - 0x85d18335, 0x072722cb, 0x2bcd8715, 0x1707020e, 0x011f3327, 0x33073337, 0x08079841, 0x446c6a27, 0x403d4052, 0x1c3a0640, 0xab78097f, 0x65400337, - 0x20557608, 0x0b1e2a3a, 0x28421b51, 0x3f422b17, 0x90b80126, 0x058e4168, 0x3dfe2308, 0x38242463, 0x0c122738, 0x201c3827, 0x188a7853, 0x2d331206, - 0x76551f1c, 0x131f1f11, 0x0a563324, 0xc7427460, 0x000b260a, 0x001c0018, 0x42a78d20, 0x3e7b0cb2, 0x428e8807, 0x092307ac, 0x85b4b4b4, 0x0da44277, - 0x2b2b9026, 0x002a2a50, 0x2409a742, 0x00230007, 0x09af6e37, 0x3e321329, 0x27263701, 0x41011e14, 0x2e2b06dc, 0x37343502, 0x021e0627, 0x41333037, - 0x062205d4, 0xd3411707, 0x07062405, 0x8291ce91, 0xf82b0802, 0x12354525, 0x190bd901, 0x240f1512, 0x26142e21, 0x4f041827, 0x58331313, 0x770701f5, - 0x1b593453, 0x2e44214a, 0x300e2820, 0x84b8010d, 0xfe260831, 0x1f2f1bcf, 0x20116001, 0x1d2c1117, 0x23341b0c, 0x30231011, 0x96304c60, 0x77531a1a, - 0x34212a32, 0x0410291c, 0x00820018, 0x4f430620, 0x0018280a, 0x0028001e, 0x413b0034, 0xb1830d0f, 0x2634353c, 0x15062223, 0x32131614, 0x35012b14, - 0x34353217, 0x012b022e, 0x15322715, 0x08830e14, 0x13822320, 0x82263621, 0x08284111, 0x5d342008, 0x5655763a, 0x46997775, 0x22363546, 0x05060f09, - 0x03325e13, 0x1b13190a, 0x0c0d3f22, 0x411c0e0c, 0x2208093d, 0x5e323dfe, 0x7a76553b, 0x01785351, 0x6c898911, 0x06120f27, 0x2e6c4f01, 0x0b120c06, - 0x1543892c, 0x8d002914, 0x002c24a7, 0x8f370033, 0x0cb741a7, 0x15011f3a, 0x2223020e, 0x0727012e, 0x34373527, 0x15173735, 0x35233507, 0x3f171527, - 0x17231282, 0x41150735, 0x4d3810d1, 0x1e200305, 0x443a0302, 0x3b3f4009, 0x01159843, 0x28087171, 0x2d592725, 0x3f13e641, 0x014603cf, 0x1c180d0e, - 0x401c1b04, 0x1d460118, 0x2c663e3e, 0x2f2d2e02, 0x1110103a, 0x2b132b35, 0x220fab44, 0x413c0018, 0xad8c0d55, 0x033e0723, 0xb14a1833, 0x2eb38208, - 0x32331633, 0x2e343536, 0x07222303, 0x90270733, 0x04c33faa, 0x0e1c241b, 0x0c1b3523, 0x162a3c1b, 0x3e05272b, 0x24163403, 0x08140d0b, 0x12063205, - 0xb1933131, 0x2a1da839, 0x2b1b0712, 0x3b21162b, 0x242e0f28, 0x172b282e, 0x01080f22, 0x9131312c, 0x9b7320ab, 0x16322dab, 0x34371715, 0x17141532, - 0x32333637, 0x36240b82, 0x2315013b, 0x2606fb5c, 0x34272223, 0x85060727, 0x22142506, 0x15062735, 0x30220c83, 0x15843526, 0x06012f2d, 0x3335012b, - 0x1f163637, 0x85343701, 0x3e34253e, 0x011e3201, 0xe7904783, 0x08045136, 0x06150506, 0x0a090106, 0x0803050c, 0x0313333a, 0x08040110, 0x01270e82, - 0x09020506, 0x82060109, 0x8208845e, 0x0a012d0f, 0x040b0208, 0x0e2d3407, 0x03020f03, 0x0a2a3882, 0x04050705, 0x05060402, 0x10410106, 0x05353a13, - 0x0a3c6c06, 0x4050020a, 0x0d61090a, 0x082c1607, 0x5c200902, 0x4c010a0a, 0x26598248, 0x0c0c5f57, 0x82015457, 0x59013b0e, 0x4c090939, 0x071c1508, - 0x62140802, 0x450c0604, 0x0105055c, 0x50050501, 0x4b440a62, 0x005f210e, 0x211b3941, 0x26413317, 0x2f222908, 0x22060701, 0x14072735, 0x0e840985, - 0x250c1c41, 0x011f3236, 0x04833437, 0x15323626, 0x013e3717, 0x07230e88, 0x5a2b3432, 0x23290500, 0x013b1422, 0x3d321415, 0x10394101, 0x333b1635, - 0x01120312, 0x16010603, 0x01050401, 0x16050516, 0x82040501, 0x3104820c, 0x030b0115, 0x0e2b3307, 0x01021103, 0x01150108, 0x23850604, 0x82040621, - 0x05052c0c, 0x040b0215, 0x08084602, 0x83151015, 0x133a4104, 0x17cd3908, 0x0803082c, 0x0b0b5317, 0x0b0b3a40, 0x0b0b5148, 0x0b0b4649, 0x0a0b2b4e, - 0x1c170649, 0x0c090207, 0x390a0a5a, 0x430b0b50, 0x5e0b0b54, 0x0b010a2d, 0x0a0b3345, 0x0608095d, 0x58835385, 0x05000022, 0x240c7b44, 0x003c0034, - 0x1a774240, 0x16321722, 0x2a064b7b, 0x23013d26, 0x3d022e22, 0x7b373401, 0x07220561, 0x0a823533, 0x17233524, 0x37461523, 0x07a84509, 0x08061039, - 0x05870608, 0x05033608, 0x890c0204, 0x87030703, 0x6c370c29, 0x936c6cb0, 0x088423d9, 0x3083b606, 0x03023632, 0x0bb70206, 0x04060403, 0x0c657336, - 0x9c432802, 0x2824af8e, 0x39003100, 0x0623af9a, 0x62021e32, 0x3e320603, 0x15221701, 0x36371714, 0x07172627, 0x32331606, 0xb0413435, 0x3a722710, - 0x0909162a, 0x06852a16, 0x022c472c, 0x050b0836, 0x10093d25, 0xa7932c0d, 0x2b1a3c27, 0x2b2f362f, 0x2e06851a, 0x0e14591c, 0x01090d64, 0x0e0d692e, - 0x82001959, 0x82052000, 0x023f2403, 0x82410180, 0x413508a3, 0x61004d00, 0x00006600, 0x23073301, 0x1d162737, 0x23171401, 0x23063526, 0x34352622, - 0x23010e37, 0x07142722, 0x013d3623, 0x33361533, 0x14151632, 0x32373607, 0x05bf7233, 0x173f1082, 0x04173327, 0x26343632, 0x37140622, 0x06072235, - 0x011e1415, 0x25363233, 0x3736011e, 0x84020e33, 0x05c55c46, 0x2e27bb08, 0x02070601, 0x2463225e, 0x01053d1c, 0x2915011e, 0x0601201d, 0x14271b28, - 0x20022001, 0x2e1e2614, 0x12430a02, 0x02212918, 0x30430422, 0x37250b10, 0x1c2db6fe, 0xfb1b2d1c, 0x072f1018, 0x1b190c10, 0x290164fe, 0x0321062b, - 0x2a111d19, 0x24292a29, 0x2d01222b, 0x0201042d, 0x0a7436c2, 0x0b0f420e, 0x1a1a0b09, 0x18040513, 0x0a09191e, 0x50a90b16, 0x09242818, 0x04022108, - 0x1a2b1621, 0x1e0f6d14, 0x301e1e30, 0x01010312, 0x080b0718, 0x181b151a, 0x1610110c, 0x24212908, 0x0826262a, 0x15161a15, 0x0000001b, 0xff0e0005, - 0x01b201dc, 0x000700a0, 0x00620050, 0x0098008d, 0x29512400, 0x83372006, 0x820620ff, 0x363731c8, 0x22273435, 0x0e310615, 0x06262701, 0x16073707, - 0x2706284d, 0x3e343507, 0x37363702, 0x3f232382, 0x82373401, 0x321729f9, 0x013f3617, 0x36170617, 0x8205a16d, 0x82272029, 0x0f262e1f, 0x011e1401, - 0x35261733, 0x37273534, 0x224f8217, 0x7926012f, 0x1f250530, 0x15060701, 0x05397b14, 0x0c833982, 0x16011f24, 0x0b823233, 0x78080582, 0x011e3207, - 0x22061415, 0x01363426, 0x0a0a0f17, 0x24820b0f, 0x050d050f, 0x020f0105, 0x2e0d0101, 0x2c843c1a, 0x0c032e18, 0x070d0a07, 0x0217050a, 0x14171b0b, - 0x1c15091a, 0x0d0f0301, 0x04280216, 0x06100804, 0x0e030d17, 0x0e180f13, 0x37090a06, 0x1d0403e0, 0x0302010c, 0x01170305, 0x04a4020d, 0x04035202, - 0x02040304, 0x02031113, 0x03020301, 0x0e110203, 0x10010322, 0x28098203, 0x04040923, 0x09056504, 0x08758204, 0x0b1d0b36, 0x0e0b0b0e, 0x303a359f, - 0x01020d27, 0x2c26050a, 0x02010e0e, 0x11070c13, 0x3c4b2117, 0x0410191c, 0x13120d06, 0x221d211d, 0x15173037, 0x1e01010e, 0x0f122415, 0x22082a82, - 0x0e08160c, 0x06010a19, 0x111f1605, 0x04040e0f, 0x0a0a5d18, 0x250c0101, 0x02030603, 0x04050506, 0x82ad1501, 0x6003298d, 0x05020304, 0x0d160303, - 0x01207983, 0x0d317d82, 0x04021b11, 0x03130202, 0x040b1b02, 0x05080574, 0x087f8207, 0x00000b26, 0x0e000200, 0xb201ddff, 0x3400a101, 0x00006000, - 0x0e071601, 0x27060701, 0x031e1714, 0x043e3217, 0x06173337, 0x2e230e82, 0x82353406, 0x3e240801, 0x36013f02, 0x041e1732, 0x2e033c07, 0x06262703, - 0x2e27010f, 0x030e0701, 0x3315021c, 0x36373435, 0x011d1617, 0x01210888, 0x2ad982b1, 0x4d662941, 0x1d100201, 0x82081417, 0x0a4a08b0, 0x01020308, - 0x3631331c, 0x0f161f14, 0x0d02060a, 0x07061313, 0x032fc52e, 0x0e111608, 0x0502014b, 0x44120506, 0x110c0c11, 0x06061244, 0x182f0205, 0x2e040c18, - 0x040b171a, 0x32480d01, 0x0c052c18, 0x11070713, 0x01030a17, 0x00820201, 0x25014808, 0x0e02030f, 0x1c1e1305, 0x1d371f2d, 0x1b060c1d, 0x03131b2e, - 0x02151504, 0x2e1a1405, 0x182d1298, 0x0b120e1d, 0x0116060a, 0x1a14141b, 0x0b061602, 0x17200d12, 0x1f721434, 0x0b190605, 0x243f3f0d, 0x08160607, - 0x8200720c, 0x00043d00, 0x02e0ff00, 0x00a00145, 0x00320013, 0x004b0045, 0x07142500, 0x06272317, 0x35231507, 0x34065f5e, 0x1405011e, 0x33351716, - 0x041e013a, 0x020e1415, 0x1716010f, 0x06314c16, 0x17069208, 0x3e321632, 0x2e343503, 0x06012a04, 0x32150723, 0x02232637, 0x70435845, 0x63252128, - 0x78aa8966, 0xfe4e864f, 0xc738452d, 0x11130702, 0x120a0f15, 0x09091a19, 0x04030a12, 0x5b607446, 0x1908e182, 0x0a09130d, 0x05050204, 0x0c0f090b, - 0x1c010815, 0xdd0b0d17, 0x4b723952, 0x3e3e0409, 0x51476c0c, 0x435a3472, 0xd0104127, 0x120d0604, 0x2518121d, 0x01010b12, 0x03010506, 0x43424823, - 0x01015d4e, 0x080b0603, 0x04060806, 0x80010202, 0x00130316, 0x21d38400, 0xd382c001, 0x3c000334, 0x69005f00, 0x21110000, 0x35252111, 0x27262722, - 0x7b4a013e, 0x15272105, 0x1e3eb782, 0x1d161402, 0x14061401, 0x1523040e, 0x33323332, 0x052e2235, 0x16013d34, 0x1e171633, 0xd7823701, 0x31013c32, - 0x14331523, 0x013d2223, 0x32333634, 0x37011f16, 0x82050b55, 0x07162436, 0x82352722, 0x14153414, 0xfec00106, 0x0d060140, 0x1113170e, 0x02191f16, - 0x5b02093c, 0x03220667, 0x0a820502, 0x041e5108, 0x09021211, 0x03020602, 0x170f0601, 0x1a240b13, 0x05070c08, 0x16121e02, 0x06070d12, 0x0a02020a, - 0x110b1003, 0x0a641011, 0x2510060a, 0xfea00115, 0x0f077240, 0x1c042119, 0x02181610, 0x02020801, 0x07040302, 0x06056d04, 0x01020404, 0x08080101, - 0x2a080482, 0x06050302, 0x2a012e05, 0x8c060d15, 0x0e050802, 0x1b0a1103, 0x0b091b17, 0x08030406, 0x130a0502, 0x120e200b, 0x0145012d, 0x41141023, - 0xbc3b0513, 0xe0010002, 0x23000e00, 0x66005a00, 0x06370000, 0x26270607, 0x3e372627, 0x84161701, 0x0e142201, 0x24128401, 0x033e3734, 0x2ad88237, - 0x0e071437, 0x35262701, 0x8235023c, 0x82222027, 0x010e2b1d, 0x23060716, 0x013d2606, 0x01853637, 0x09823f82, 0x17301722, 0x44841882, 0x07163d08, - 0x36012e27, 0x36373237, 0xf4061617, 0x330b1303, 0x07160e1d, 0x1c101a04, 0x0bca2324, 0x100f1001, 0x01346628, 0x25452c32, 0x04010511, 0x03013f02, - 0x03091220, 0x4e5c2864, 0x0103083b, 0x0b2a0082, 0x03011d17, 0x09010516, 0xf482041e, 0x3a2c3308, 0x0e016d90, 0x1f030108, 0x1a050109, 0x0f0e349f, - 0x04012112, 0x21010251, 0x04071165, 0x22160203, 0x080d1228, 0x2521210e, 0x24171808, 0x041f0c0e, 0x17820703, 0x2c1e4408, 0x79040e1e, 0x1612062e, - 0x090c0303, 0x730c1d22, 0x47251637, 0x2b1f0d2e, 0x1b010b27, 0x181a1517, 0x3105030a, 0x0704052b, 0x2c123108, 0x0b0c0169, 0x342a0401, 0xa10d0204, - 0x1c100408, 0x2a20020d, 0x8200251a, 0x48052000, 0x07280853, 0x17000f00, 0x63001f00, 0x20097b4d, 0x06c54612, 0xeb451220, 0x200f8706, 0xe6cf1825, - 0x3734241d, 0x8b362717, 0x17322403, 0x8b163707, 0x07142503, 0x91ce9127, 0x34080282, 0x8d8dc695, 0xb6958dc6, 0x81b68181, 0x7c7cb084, 0x8e017cb0, - 0x3d4a0e06, 0x24371510, 0x051c1917, 0x040d1a0d, 0x24171a1b, 0x3e101636, 0x4d060e4a, 0x53020252, 0x2120894e, 0x2082041b, 0x191c0530, 0x15372417, - 0x0d4a3d10, 0x01534e07, 0xd44d5201, 0x82a92007, 0xc68d235a, 0x5b823f01, 0xfeb68123, 0x225c82d1, 0x8727b07c, 0x060e232b, 0x4c86534e, 0x99113e21, - 0x4d52216d, 0x3e266d82, 0x23361610, 0x6d851a16, 0x00002708, 0xff190004, 0x012701c0, 0x000300c0, 0x000f000b, 0x13000017, 0x013f2707, 0x15170715, - 0x023f012f, 0x35010f17, 0x0482011f, 0x60372608, 0x54232324, 0x33142929, 0x24236433, 0x33155424, 0x01291533, 0x2b2c2c1c, 0x2d2dd379, 0x3a3ac6d3, - 0x2c2b2b22, 0x22088303, 0x822dd3c6, 0xff00284b, 0x01f001c8, 0x820700b8, 0x00153055, 0x0043001b, 0x004f0049, 0x005b0055, 0x82670061, 0x060a7378, - 0xc3570220, 0x16273406, 0x2f260717, 0x07061501, 0x33173627, 0x37171615, 0x82160717, 0x06232408, 0x44071707, 0x263e05e1, 0x37270727, 0x35232726, - 0x27373633, 0x3f361737, 0x23171601, 0x17252726, 0x36230706, 0x40833307, 0x83332521, 0x1605243f, 0x82261517, 0x06280821, 0x01363507, 0x9191ce5f, - 0xc09891ce, 0x87c08787, 0x122d38cb, 0x2e382e25, 0x442d1225, 0x3b0d0e20, 0x03093b16, 0x09035252, 0x0d210882, 0x2e108e0e, 0x22b80f0c, 0x1c071908, - 0x1c12c2fe, 0x83081907, 0x22122a0a, 0x08198301, 0xfe1c1222, 0x264582df, 0x2d12f02d, 0x82382e38, 0xce91235c, 0x5d824e01, 0x72c08722, 0x07211c83, - 0x22358219, 0x872b2212, 0x0f1f2157, 0x04216887, 0x20688c08, 0x213e8234, 0x90831225, 0x91837020, 0x9c833820, 0x6b834c20, 0x12122222, 0x00207a83, - 0x34080082, 0xff000008, 0x010002e3, 0x001a009f, 0x004a0032, 0x007b0073, 0x008b0083, 0x130000af, 0x011e1533, 0x013d2617, 0x27262734, 0x06072226, - 0x15170607, 0x023e0714, 0x2f0a8337, 0x26230607, 0x16373623, 0x27263632, 0x011e3736, 0x16240684, 0x16010e17, 0x06831482, 0x16373226, 0x22072217, - 0x2e283b82, 0x011d3201, 0x32331614, 0x153c4e82, 0x012e0706, 0x07010e23, 0x2e272206, 0x06222302, 0x35272607, 0x3233023e, 0x16013d36, 0x5a06aa41, - 0x36200758, 0x07290f86, 0x17161732, 0x37321633, 0x05905233, 0x41833382, 0x42821520, 0x012e3524, 0x42822227, 0x0cfa362b, 0x13010e0a, 0x03010103, - 0x08048308, 0x011401c3, 0x1a070b06, 0x08260103, 0x0e0c1c0d, 0x150b0903, 0x0d0b0b07, 0x0c120811, 0x4f0d0701, 0x01070d0f, 0x1108120c, 0x070b0b0d, - 0x03090b15, 0x0d1c0c0e, 0x29012608, 0x28213d0c, 0x0e0f3f26, 0x283a0a13, 0x0c093121, 0x19060c18, 0x3a281626, 0x0f0e130a, 0x2128263f, 0x1822173d, - 0x37182218, 0x1c13131c, 0x10162c13, 0x8e101610, 0x1a17161b, 0x08100801, 0x16171a01, 0x020a141b, 0x1f0d0e05, 0x2010062a, 0x1f2a0610, 0x02050e0d, - 0x1b9f010a, 0x1a50780f, 0x08081116, 0x03030204, 0x08080402, 0x351a1611, 0x790a3d5b, 0x29132721, 0x14160604, 0x07120b06, 0x0b0c0d12, 0x060c1607, - 0x0c060303, 0x0c0b0716, 0x3112820d, 0x1614060b, 0x13290406, 0x11141926, 0x0e01401f, 0x4682020e, 0x17011829, 0x0b030311, 0x82180c12, 0x0e022846, - 0x1f40010e, 0x83184c11, 0x82102098, 0x1c132295, 0x3d95820d, 0x0a331610, 0x0101041d, 0x020a1d04, 0x01040a13, 0x03051f2b, 0x2b1f0503, 0x130a0401, - 0x00820002, 0x00012408, 0x01deff00, 0x00a601c1, 0x25000072, 0x1437023e, 0x2307050e, 0x012f052e, 0x011f011e, 0x023e022e, 0x850e013f, 0x5701200b, - 0x1783059c, 0x033e1182, 0x3736011f, 0x37273707, 0x3d121727, 0x15351501, 0x07371314, 0x26170717, 0x033e1727, 0x03832726, 0x051ec508, 0x033e0706, - 0x031e2734, 0x038e0106, 0x020a1b0a, 0x2c23110c, 0x2a042a46, 0x12222d45, 0x0b02010b, 0x14070818, 0x0a020517, 0x0c04040a, 0x08151101, 0x1d0a1d09, - 0x1b101026, 0x0a150e12, 0x090b110a, 0x09171b15, 0x22010108, 0x143f3f18, 0x1f08081f, 0x183f3f14, 0x0602041e, 0x02192c14, 0x1b0d0418, 0x031b110a, - 0x16181e0c, 0x04161007, 0x0c0e190b, 0x03110903, 0x09024a17, 0x0d041b28, 0x1e2b2326, 0x15010116, 0x21272721, 0x271b0a0a, 0x35190606, 0x19202a2c, - 0x35180706, 0x09092329, 0x303e5b30, 0x36140b0b, 0x0c0d2b30, 0x272d3c21, 0x0404131a, 0x30244411, 0x2e370909, 0x03052e01, 0x06030101, 0x372ed3fe, - 0x48082982, 0x03550420, 0x50312a0b, 0x3110052d, 0x0214372d, 0x311f1b08, 0x03234433, 0x3527260d, 0x34100519, 0x05004a34, 0xbfff1b00, 0xc001a601, - 0x94017b01, 0xc501b001, 0x0000d701, 0x36372617, 0x3c373635, 0x35342701, 0x35262726, 0x20018234, 0x28108226, 0x3637013e, 0x26013e37, 0x05156523, - 0x011e1428, 0x06151415, 0x01821407, 0x26820620, 0x1f822a82, 0x62273421, 0x1529051a, 0x16171617, 0x16171415, 0x82088206, 0x14152306, 0x2e840607, - 0x36202a82, 0x4e825f84, 0x2c833520, 0x82012f21, 0x2f35246a, 0x82022e01, 0x20108268, 0x22038222, 0x83013f26, 0x34272305, 0x53823431, 0x36373625, - 0x4c161716, 0x9a470716, 0x82332005, 0x34352114, 0xa383a183, 0x78822c84, 0x35214f85, 0x25a68227, 0x16173233, 0x9e830714, 0x16150625, 0x82011e17, - 0x3617233e, 0xa5843437, 0x37321723, 0x82408336, 0x25028216, 0x3233013f, 0x0882013f, 0x1622aa83, 0x29821615, 0xd7820620, 0x22230622, 0x2d440583, - 0x20058205, 0x8442820e, 0x208a8586, 0x82408216, 0x063b48c2, 0x84343721, 0x22e18408, 0x82011f15, 0x851520f8, 0x020f2238, 0x234f8206, 0x17143114, - 0x14218483, 0x82558207, 0x2213820f, 0x830f1617, 0x15162d26, 0x1e141706, 0x07011d01, 0x2637020e, 0x0386d182, 0x15363723, 0x27c08416, 0x06071615, - 0x27012e27, 0x2720eb82, 0x34221b84, 0x60823633, 0x14150622, 0x0f284482, 0x1e033001, 0x17161704, 0x1e240b82, 0x26063701, 0x36282982, 0x27361617, - 0x37362726, 0x0e261883, 0x02e82601, 0xb3640101, 0x01042805, 0x02070501, 0x82010301, 0x06042200, 0x2105820c, 0x1b820103, 0x01220382, 0x1c820502, - 0x02080823, 0x23298203, 0x04050902, 0x36843383, 0x02010225, 0x64040b01, 0x022208f3, 0x0b830b0b, 0x21821082, 0x0e0a0724, 0x0e82020c, 0x04200a82, - 0x05245683, 0x01060206, 0x03210f82, 0x25248204, 0x02080611, 0x3e820303, 0x0401022a, 0x02020301, 0x0106080a, 0x01216483, 0x24148209, 0x07080707, - 0x8236820a, 0x05022390, 0x92820507, 0x02070b28, 0x0802010f, 0x89820504, 0x03030432, 0x06030204, 0x04050303, 0x050b0a05, 0x05020304, 0x01252b84, - 0x06010703, 0x20108209, 0x82a78202, 0x0301239d, 0x60820604, 0xe0840120, 0x83040221, 0x02022279, 0x20e38203, 0x26008205, 0x04090609, 0x86010105, - 0x0c062303, 0x0b820305, 0x07070222, 0x32824b85, 0x83040321, 0x030126f8, 0x02041005, 0x05ad6204, 0x1e070722, 0x02240882, 0x01050503, 0x01204e82, - 0x49209682, 0x03261884, 0x02010101, 0x2f840509, 0x57012108, 0x03040905, 0x04130304, 0x020e0844, 0x490a2129, 0x26020e0f, 0x1a1e2bf9, 0x1905251b, - 0x0b112619, 0x193e2682, 0x07402523, 0x14061612, 0x041c0102, 0x05131005, 0x02020903, 0x0a170504, 0x1f080307, 0x05820805, 0x0406052e, 0x05020409, - 0x03050901, 0x04060203, 0x0120e382, 0x0334bb82, 0x03060f08, 0x07070302, 0x04030504, 0x0a030c12, 0x150f0909, 0x0421a782, 0x08d18204, 0x06080c28, - 0x0306380b, 0x02021a12, 0x1b0c040b, 0x140f0309, 0x11110410, 0x0b0c0404, 0x0c0b0302, 0x04090827, 0x07090204, 0xb3820b0c, 0x010c0e2a, 0x03050703, - 0x08050202, 0x042d0d82, 0x03061707, 0x0c060503, 0x03040606, 0x24ec8206, 0x0c010110, 0x22a7820c, 0x82090903, 0x0f043a23, 0x0d0c0401, 0x01050304, - 0x01010304, 0x05070501, 0x07060d0d, 0x06010204, 0x233c8201, 0x04030308, 0x0b260282, 0x14030103, 0x51820506, 0x02060e22, 0x82058e41, 0x0102212b, - 0x2205e441, 0x82030609, 0x050223c7, 0x36820502, 0x42040d21, 0x25830506, 0xe3820320, 0x01254482, 0x05060306, 0x24018404, 0x0b010506, 0x2b2e8308, - 0x07040203, 0x0704160c, 0x05030804, 0x06330282, 0x04040708, 0x02030809, 0x070a0b07, 0x080e0601, 0x82020606, 0x04032248, 0x2b008202, 0x150c0511, - 0x0b050504, 0x0e090611, 0x3008c182, 0x26151005, 0x08070306, 0x01031313, 0x012d0407, 0x040b170e, 0x0504170d, 0x04040510, 0x10070303, 0x14080c0c, - 0x25040920, 0x04050b05, 0x10030603, 0x2a258205, 0x06090218, 0x08090606, 0x821f0d07, 0x820b20b8, 0x08c68216, 0x390b0648, 0x172c1b0e, 0x19031707, - 0x934c3a15, 0x1d273805, 0x11191c27, 0x0c25202c, 0x0e251907, 0x00000003, 0xffffff09, 0x01f101c5, 0x007f00b7, 0x011b01d3, 0x025e025e, 0x03d2029a, - 0x004b0312, 0x33321300, 0x17321732, 0x846a3216, 0x16172306, 0x814c3017, 0x16172a06, 0x14151615, 0x011c0706, 0x0c474406, 0x82070621, 0x06232901, - 0x22272223, 0x26012a27, 0x44080f6b, 0x272906be, 0x26342726, 0x34263435, 0x24058235, 0x36013c37, 0x21038335, 0x48783136, 0x1d9b1805, 0x36322508, - 0x31323633, 0x8405955e, 0x05ea4451, 0x3d510582, 0x05264506, 0x3a250586, 0x37163301, 0x085c6732, 0x11824588, 0x31206d82, 0x22287a89, 0x07262723, - 0x010e3736, 0x2205bd44, 0x44170607, 0x478405b8, 0x1c151423, 0x20028301, 0x24088516, 0x15141502, 0x86c68222, 0x3423233d, 0x8b45012e, 0x205e8605, - 0x24348216, 0x1617011e, 0x21088215, 0x50871415, 0x22250782, 0x31343027, 0x82d88334, 0x210283db, 0x9a8a3534, 0x45343521, 0x302006cd, 0xdb848983, - 0x89141521, 0x208083cd, 0x22108214, 0x8333011e, 0x86342034, 0x013c2242, 0x200a8536, 0x27508503, 0x011c3534, 0x14151631, 0x0382ab82, 0x40891620, - 0x16313223, 0x06544637, 0x33363723, 0x09a86c36, 0x06023f24, 0xa5873007, 0xca418286, 0x33162105, 0x07208584, 0x2e21ec85, 0x851c8201, 0x461684af, - 0x1882087b, 0x84021e21, 0x163227a8, 0x32333033, 0x60853233, 0x14201282, 0x2c464885, 0x21f18309, 0xaa85013c, 0xf2870782, 0x22272623, 0x329c8827, - 0x011d1431, 0x23301514, 0x3c272634, 0x23222701, 0x8223012a, 0x34232781, 0x31013e31, 0x5b823632, 0x22353425, 0x82022e27, 0x3813821f, 0x3633013a, - 0x32303716, 0x013e3435, 0x1e153237, 0x16141701, 0x33361631, 0x24878216, 0x07221530, 0x82038222, 0x321526dd, 0x17163217, 0x84568332, 0x07142f4e, - 0x14010e15, 0x34312207, 0x0734013d, 0xd1823136, 0x83089269, 0x08d742b3, 0x11471420, 0x20ec8805, 0x23098226, 0x3035012e, 0x36240682, 0x37023c37, - 0x25208f82, 0x3020e485, 0x210ceb41, 0xd3822306, 0x88012f21, 0x051b42d4, 0x09413320, 0x37342305, 0xfa823536, 0x0c0aec38, 0x0d020605, 0x01030301, - 0x12120e0a, 0x121f1f28, 0x03040103, 0x70450307, 0x01023705, 0x2b180c06, 0x080b1f1a, 0x090b0209, 0x040c0806, 0x080c0c08, 0x2f830406, 0x08020b30, - 0x110f0b04, 0x1002050d, 0x05173510, 0x99440103, 0x02250806, 0x03010a05, 0x2b1e120c, 0x1a170a0d, 0x06010a01, 0x02080201, 0x0a0f0c0e, 0x1113150c, - 0x0804080e, 0x0e2b0707, 0x372c8303, 0x09010302, 0x18120c15, 0x0b090d1f, 0x01111105, 0x14150206, 0x09030a01, 0x282d0382, 0x03121821, 0x04040507, - 0x04050903, 0x382c8202, 0x0d090b03, 0x2f271a14, 0x05020d0b, 0x13750b04, 0x02070119, 0x060b0d11, 0x311c8205, 0x020e080b, 0x0304020b, 0x02010204, - 0x0a101001, 0x01820907, 0x06208f83, 0x013e3882, 0x0a040406, 0x02bb0911, 0x15070b06, 0x0a04091f, 0x04040101, 0x0b050604, 0x0513100f, 0x21820406, - 0x0d040326, 0x070c0609, 0x04280a82, 0x08060502, 0x6604140f, 0x01201582, 0x01275983, 0x01030407, 0x82020705, 0x8203201b, 0x20e18668, 0x250b8201, - 0x02060402, 0x00820104, 0x0108052a, 0x05040201, 0x070e0604, 0x0d255582, 0x1106090c, 0x2f2a820d, 0x09080503, 0x0b0b0806, 0x07040d0d, 0x05040602, - 0x26080f82, 0x01070606, 0x0d030103, 0x07222011, 0x10040b07, 0x0b1b1111, 0x090a0105, 0x03030709, 0x07060506, 0x0b0c0a08, 0x820c0705, 0x30c68230, - 0x01030302, 0x0b0e0e0f, 0x08010701, 0x08020709, 0x255c8203, 0x03030507, 0x01830102, 0x0a827282, 0x84030221, 0x0202230c, 0x5b830607, 0x03010428, - 0x06030204, 0x15820126, 0x04010125, 0x84030a02, 0x02032209, 0x24288207, 0x04010301, 0x21b18203, 0x2e820a03, 0x18820120, 0xe1410620, 0x01062305, - 0x09820906, 0x03010323, 0x20148209, 0x22348301, 0x850b0205, 0x010123da, 0xf28203ba, 0x060c0231, 0x07090b05, 0x07020808, 0x02080109, 0x82070508, - 0x090b2715, 0x100e0805, 0xb2820407, 0x090d0323, 0x09964604, 0x05284582, 0x02017401, 0x010c0204, 0x07282782, 0x09130d0b, 0x0a080a09, 0x0122dc82, - 0x17820401, 0x0306032f, 0x0b0a0205, 0x040c0f0a, 0x0a040601, 0x22a58507, 0x5201b601, 0x0932058d, 0x271f1f12, 0x090b0106, 0x04051313, 0x10090606, - 0xd8820d08, 0x0c01032a, 0x32191c04, 0x050d1623, 0x95845482, 0x02242f84, 0x07050301, 0x0a294282, 0x0d412c0c, 0x020c060e, 0x3a648205, 0x120b0105, - 0x03020406, 0x03010104, 0x1a0c0103, 0x01060216, 0x1926151a, 0x820a0407, 0x0101221e, 0x3b358318, 0x060a070a, 0x01060603, 0x0d3c2d06, 0x0c0f0c0d, - 0x0c0d0809, 0x131f2302, 0x06101711, 0x05213982, 0x3bd28503, 0x190b0102, 0x09041712, 0x06070907, 0x0e111312, 0x09021712, 0x14171a1e, 0x0b1f151d, - 0x323f8683, 0x0401080d, 0x0c0e0a01, 0x070b0b0d, 0x0f131407, 0x0209010d, 0x05060304, 0x0a020702, 0x82070201, 0x030222f0, 0x3b70820c, 0x02030203, - 0x07050507, 0x060d0b07, 0x01030202, 0x030a110e, 0x0b0d1718, 0x1c091115, 0x04372482, 0x08131e0a, 0x05191601, 0x0d111109, 0x10080b09, 0x01030c0b, - 0x82060101, 0x04210846, 0x0501030e, 0x030a0301, 0x04030108, 0x07070a08, 0x080a0f0d, 0x0c0b0806, 0x0a0a0907, 0x3a020c0f, 0x29aa8202, 0x03070706, - 0x0a0b0305, 0x4c820205, 0x06030229, 0x03259424, 0x82030101, 0x256c83ff, 0x02090205, 0x80820c02, 0x02080424, 0x07850d02, 0x0f820320, 0x0304032b, - 0x05060401, 0x01040401, 0x283f8201, 0x08130204, 0x090e0608, 0x250e8203, 0x0d0a0201, 0x5a830103, 0x052b4782, 0x110a0404, 0x06040302, 0x820c1008, - 0x060423c1, 0xd2820102, 0x0521e782, 0x343a8307, 0x07090201, 0x0101020e, 0x070c0504, 0x05010104, 0x04030704, 0x05d04a04, 0x06040727, 0x0d06150d, - 0x058b4101, 0x09091022, 0x55822682, 0x04070328, 0x02050105, 0x0e820303, 0x0a030227, 0x1507090b, 0x21118202, 0x28820719, 0x0428ab82, 0x020a0303, - 0x070b0c08, 0x05331982, 0x02010207, 0x050b0c06, 0x01060a07, 0x04260501, 0x82080201, 0x820120d9, 0x080b4900, 0x0f840b82, 0x03050526, 0x02080101, - 0x8605674b, 0x24118224, 0x02020101, 0x2fa88302, 0x2c052604, 0x0a0d0a06, 0x0a1a200d, 0x07070e07, 0xa6821382, 0x06033808, 0x06030b07, 0x02040102, - 0x02030501, 0x03050806, 0x070a140e, 0x06020408, 0x09080601, 0x0401060c, 0x070a0103, 0x04011810, 0x1e1d040a, 0x07100c05, 0x14121804, 0x8203060b, - 0x82af8230, 0x820920f7, 0x38ca822d, 0x07040302, 0x0507050c, 0x050b130e, 0x070b0702, 0x000d070d, 0xff000002, 0x31a882c5, 0x006700ba, 0x1300006d, - 0x17361736, 0x07060726, 0x01823736, 0x46061721, 0x172305f5, 0x45323316, 0x3520059e, 0x06251b83, 0x3e371627, 0x86108404, 0x06072120, 0x2a071973, - 0x34263427, 0x16171635, 0x83010e07, 0x34352543, 0x14171627, 0x4805e548, 0x3524050d, 0x3605013e, 0x46083b82, 0x5c496006, 0x21282c2a, 0x0c042e42, - 0x25171c1d, 0x21360724, 0x15010117, 0x05050f0c, 0x0c141715, 0x11010502, 0x151b2313, 0x0c0b0611, 0x2a040c09, 0x2d21312f, 0x01171102, 0x0f12220d, - 0x11120304, 0x1f21301a, 0x820e0102, 0x018b08d3, 0x081f0106, 0x061e1002, 0x4d281905, 0x3c37863b, 0x03031620, 0x08080133, 0x12010908, 0x03398101, - 0x06081001, 0x05013308, 0x0402020d, 0x2d110307, 0x0c202221, 0x0d030108, 0x0b020c0c, 0x050a0101, 0x08030a0b, 0x08080703, 0x1720030a, 0x02270117, - 0x08021d10, 0x1f212517, 0x060b0a19, 0x362a2d0b, 0x04070903, 0x19121924, 0x23061506, 0x280e0f2e, 0x133c2f24, 0x492d3414, 0x22081c23, 0x312c3e25, - 0x305e341f, 0x08030302, 0x6d00000a, 0x222f0a9b, 0x32002a00, 0x17110000, 0x32361727, 0x83073717, 0x07162101, 0x27240d82, 0x27062717, 0x37240e84, - 0x37343526, 0x1f521e82, 0x0c772d0e, 0x0d1a0d5b, 0x46770c5b, 0x0505463b, 0x10820482, 0x851a1a21, 0x0303310f, 0x67cd3b46, 0x49664948, 0x343448a0, - 0xa0013448, 0x14831f82, 0x248a4620, 0x0d203487, 0x5b280082, 0x6748130c, 0x25664949, 0x34272c82, 0x000d0048, 0x54c7ff00, 0x1d34085f, 0x35002b00, - 0x49003f00, 0x5b005300, 0x71006900, 0x8f008500, 0x2311fb55, 0x33152325, 0x2e058564, 0x33353327, 0x33352307, 0x23152335, 0x82153317, 0x3727210d, - 0x0724d382, 0x27372737, 0x17220787, 0x0a891737, 0xfc520988, 0x8d052007, 0x0622223d, 0x26448207, 0x36320226, 0x82273435, 0x24678763, 0x3f141506, - 0x223c8701, 0x8291ce91, 0x972e0802, 0xc28a8ac2, 0x9286018a, 0x76305454, 0x49c29b25, 0x90ac9153, 0x531b7c14, 0x0f0f16a2, 0x17020c16, 0x09110217, - 0x0e01070d, 0x0c08010e, 0x0a86099c, 0x78072508, 0x0b150f0f, 0x02161601, 0x85bcec0c, 0x0185bc85, 0xc6925442, 0x3475289d, 0x70465f54, 0x3fc89d15, - 0x317db0b3, 0x402f5382, 0x91092c73, 0x150f1117, 0x1818040d, 0x84b70102, 0xaefe2174, 0x38087282, 0x23bfc28a, 0x2ec5c42f, 0x18385c52, 0xc6c61850, - 0x1212095d, 0x05181409, 0x0a021806, 0x030f0d06, 0x060c0d04, 0x050a0b9d, 0x04030e0c, 0x11520c0e, 0x17140911, 0x14170505, 0x086d82a7, 0x21bc854b, - 0x3252331f, 0x52ccc4c5, 0xfe415241, 0x4d587d55, 0x3f13333c, 0x1d38c5c4, 0x09465820, 0x150b1311, 0x18040618, 0x1c000b00, 0xe501c0ff, 0x9600c001, - 0xa1009b00, 0xac00a600, 0xb700b200, 0xc200bd00, 0xce00c800, 0x07050000, 0x24018227, 0x27042e15, 0x28038234, 0x010e2736, 0x17061707, 0x84018337, - 0x26342819, 0x07373634, 0x82073726, 0x013e3606, 0x27012e27, 0x0706011e, 0x3736012e, 0x27021f16, 0x37011f07, 0x2931821f, 0x013f2737, 0x27013f17, - 0x18823f07, 0xbf502087, 0x021e2505, 0x07162715, 0x14223582, 0x6a831506, 0x5c842720, 0x37273622, 0x06334a82, 0x07050e17, 0x3507040e, 0x27370727, - 0x37063736, 0x82260706, 0x23028207, 0x17163716, 0x27250a82, 0x07061716, 0x21148234, 0x0a841716, 0x34272622, 0x0a841882, 0x15202e82, 0x0f092182, - 0x0b0c0c01, 0x0605050b, 0x03020509, 0x0b030301, 0x0f131e0f, 0x071f190d, 0x1c05121e, 0x13091206, 0x0719091a, 0x0605021a, 0x160b041a, 0x27111727, - 0x12170202, 0x0a110114, 0x08010603, 0x033a0559, 0x2c11076b, 0x15041c10, 0x03152120, 0x122c101c, 0x3a046c07, 0x01085904, 0x110a0306, 0x18121402, - 0x11270201, 0x16111d0f, 0x051a040c, 0x071a0205, 0x141b0819, 0x1b061308, 0x061e1205, 0x0f0c1a1f, 0x0a101d14, 0x01010303, 0x08050302, 0x45060506, - 0x01090a10, 0x0f01011a, 0x18280806, 0x0306080a, 0x0c19041a, 0x0d210207, 0x02ed0527, 0x2c0b0902, 0x1005080e, 0x08051901, 0x06011c0b, 0x1c041a0b, - 0x0e270502, 0x0f151518, 0x021e070c, 0x1c161710, 0x101e0306, 0x0d1f1820, 0x15032828, 0x2226081e, 0x21072207, 0x051c1507, 0x1c030e23, 0x05091a12, - 0x140a2514, 0x20010225, 0x051d0f13, 0x04132210, 0x1c3d2108, 0x5d276232, 0x2604073c, 0x10783105, 0x2a080082, 0x26053178, 0x5d3c0704, 0x1c326227, - 0x0408213d, 0x05102213, 0x20130f1d, 0x1a130101, 0x14250a0d, 0x121a0905, 0x230e031c, 0x82151c05, 0x0861825b, 0x1e08264f, 0x28280315, 0x20181f0d, - 0x06031e10, 0x0f18151d, 0x0c071e02, 0x06060b6e, 0x0c142c11, 0x0b080304, 0x0f0e0d07, 0x0927113e, 0x044c0f02, 0x0a020c18, 0x0611068b, 0x08112706, - 0x0e0c0403, 0x0d0e0f13, 0x010f1e4a, 0x203f270a, 0x180c020a, 0x35008200, 0xff010004, 0x01ff01bf, 0x002300c1, 0x006f004a, 0x3700008f, 0x475f1516, - 0x32333905, 0x34012e33, 0x013f043e, 0x1e010e07, 0x011e1701, 0x31013a33, 0x3e130615, 0x1f340d82, 0x012e2701, 0x0e07030e, 0x14301502, 0x37262315, - 0x2e222322, 0x2005aa7b, 0x2f408217, 0x22230605, 0x0e011e23, 0x37010f01, 0x022e013e, 0x23342c82, 0x36350722, 0x34352617, 0x1e323336, 0x03141502, - 0x14163231, 0x27272682, 0x010e3526, 0x832f012e, 0x023e2160, 0x65082d82, 0x31013c35, 0x014c1633, 0x16162016, 0x0c020310, 0x100e080d, 0x04040e11, - 0x19081808, 0x480f121d, 0x7504012d, 0x2c3d1f24, 0x5b090823, 0x0c0f120b, 0x1a02060a, 0x01161727, 0x0b020136, 0x10160a11, 0x01040a18, 0x02080830, - 0x17071802, 0x090e0d1e, 0x17090c13, 0x47100e18, 0x7008012b, 0x0f170148, 0x060a0e08, 0x5b821088, 0x030a1826, 0x242d3e20, 0x0c2c4682, 0x070e0f15, - 0x13332804, 0x02034e02, 0x1f321a82, 0x1e241216, 0x1015171e, 0x5c03030b, 0x0b111a0e, 0x1b822904, 0x7d012908, 0x1d180415, 0x10090d0d, 0x180e050e, - 0x270a0c14, 0x01021d34, 0x120a4777, 0x1516100a, 0x89020908, 0x2e3f2003, 0x5b090924, 0x083a4f83, 0x01322703, 0x02310117, 0x06160f04, 0x18070e0a, - 0x1f17f2fe, 0x07071516, 0x96820616, 0x82080d21, 0x18570896, 0x480f0e18, 0x6d05012c, 0x0b000b00, 0xb401dfff, 0x0c00a301, 0x2b001d00, 0x39003300, - 0x90005e00, 0xb0009a00, 0x29010a01, 0x26250000, 0x36372627, 0x1617011e, 0x07222607, 0x020e2326, 0x36373427, 0x1e173233, 0x32070602, 0x2706011e, - 0x07222322, 0x36262706, 0x84220617, 0x32362229, 0x2a098216, 0x14163307, 0x26010e31, 0x82363427, 0x2c228241, 0x2223030e, 0x3e34012e, 0x16363702, - 0x2c8a8217, 0x16322516, 0x0e071415, 0x27022e02, 0x2b268222, 0x27373435, 0x17053e26, 0x31011e30, 0x1a822282, 0x14031e23, 0x272a8215, 0x32051607, - 0x012e2736, 0x0126bd82, 0x3e373627, 0x55823f05, 0x010e262c, 0x16170607, 0x17053617, 0x24822706, 0x32373626, 0x010e1530, 0x16228683, 0x144e3637, - 0x83342008, 0x827c8209, 0x2e232ba1, 0x22272301, 0x1e060706, 0x78841702, 0x1721d282, 0x086b5d1e, 0x07012e26, 0x07062726, 0x5408b182, 0x021e0706, - 0x35273732, 0x3e331415, 0x32173202, 0x23263134, 0x36353122, 0x06233437, 0x36312207, 0x06233537, 0x02044b01, 0x04030804, 0x03030103, 0x09380502, - 0x030d0508, 0x0a080602, 0x07040606, 0x05100202, 0x04010308, 0x06070303, 0x08020104, 0x0608023d, 0x32038202, 0x0302080a, 0x03d40307, 0x090a0201, - 0x05010401, 0x82070403, 0x0201221e, 0x08008301, 0x02030244, 0x04071804, 0x0102030a, 0x090a0632, 0x453d330d, 0x180e343e, 0x0f050329, 0x281a010e, - 0x0e2c3232, 0x2c0d0b0c, 0x0908223f, 0x09200104, 0xfe041013, 0x041115c7, 0x03262c05, 0x20011e02, 0x0d0e073e, 0x7a82090c, 0x1006123e, 0x31173c38, - 0x0d0e0210, 0x1c010601, 0x170f012b, 0x16011f4a, 0x0e091171, 0x272c390f, 0x07249682, 0x09020813, 0x0b2e7282, 0x02020504, 0x130f0806, 0x05040f04, - 0x0b831b0f, 0x02010d34, 0x060a0f02, 0x480e0201, 0x110a0b28, 0x0105150e, 0xdf820505, 0x171e153c, 0x020c1328, 0x0e111509, 0x07019404, 0x1d282813, - 0x01161301, 0x1a010503, 0xca820117, 0x06cc1d24, 0x08821209, 0x0b060724, 0x9f820107, 0x01010324, 0xf3820403, 0x61820520, 0x02040222, 0x012e5582, - 0x03100603, 0x01030406, 0x08081106, 0x2b824708, 0x08070225, 0x82090d03, 0x8202205c, 0x02a80861, 0x04050303, 0x01070205, 0x0318080c, 0x0c0d1204, - 0x2d201713, 0x2f150115, 0x04192320, 0x0c0d0d04, 0x37332c0c, 0x0c06212c, 0x12050b0b, 0x231e1e0f, 0x12141407, 0x0a090210, 0x3a0b1714, 0x111e1822, - 0x1b121d1e, 0x05315471, 0x0608090b, 0x16010104, 0x361b0501, 0x041e4621, 0x0261130b, 0x060b0e0d, 0x01150f0a, 0x0e19101f, 0x1407021e, 0x04061412, - 0x01020507, 0x110b0b03, 0x0103071b, 0x01010c07, 0x0c111701, 0x020e0c15, 0x02020302, 0x05142d10, 0x0d191f05, 0x0e090504, 0x09091d16, 0x0c0d0101, - 0x03060911, 0x03070204, 0xc1205b82, 0x052f2d82, 0x0204100a, 0x0404010b, 0x060f0201, 0x490f0107, 0x3f5d057f, 0x00052d05, 0x0027000d, 0x17013f00, - 0x02270715, 0x2206bd5e, 0x83273501, 0x15072101, 0x17250183, 0x17373537, 0x08058615, 0x2122d623, 0xce452221, 0x91ce9191, 0x3c3b8901, 0x3b3c1a1a, - 0x22211a1a, 0x21221a1a, 0x2222ee1a, 0x01212142, 0x0512480c, 0x3b57f332, 0x134b3c58, 0x583c4b13, 0x1414573b, 0x41212141, 0x00360586, 0x00040000, - 0x01c0ff0e, 0x00c00172, 0x00120007, 0x002c0021, 0x7b863600, 0x82340621, 0x14153309, 0x2223010e, 0x021e3237, 0x22061415, 0x17113526, 0x2c6c013e, - 0x22250806, 0xeb161406, 0x17101017, 0x17106a10, 0x080c070f, 0x42243f0b, 0x93691d2f, 0x50152d68, 0x233d2420, 0x4e4e6e4d, 0x221a8295, 0x8217170f, - 0x0b260826, 0xc2070c08, 0x23422f1c, 0x4a67674a, 0x21e34f01, 0x23ccfe23, 0x4d36243d, 0x004d6d4d, 0x13000200, 0xae01e0ff, 0x8782a001, 0x00002323, - 0x05d14524, 0x15173235, 0x35012e23, 0x35373634, 0x0e350717, 0x1e141501, 0x823e3201, 0x27263e10, 0x22011637, 0x26263627, 0x53d2b236, 0x6d506f75, - 0x2a533c6d, 0x2a485549, 0x482e2127, 0x321783c8, 0x02d23d27, 0x76515378, 0x3f3f2606, 0x3d5a0628, 0x822a492a, 0x46292402, 0x823b1a15, 0x022308f7, - 0xc8ff0800, 0xb801f801, 0x38001f00, 0x06050000, 0x22233023, 0x33363426, 0x15161732, 0x2b262314, 0x82062201, 0x1703256d, 0x14161716, 0x29052f66, - 0x26272223, 0x35052e27, 0x25843726, 0x94015a08, 0x67015142, 0x5f679191, 0x1c040147, 0x7a64011c, 0x25371d16, 0x01164122, 0x01110162, 0x1d010102, - 0x20131440, 0x01071210, 0x48191226, 0x31070149, 0x4091ce91, 0x04040101, 0x34204a51, 0x0d102121, 0x03011119, 0x2f0d0add, 0x1001032b, 0x0e080718, - 0x0a12100b, 0x3d070d22, 0x249f8201, 0xffffff04, 0x234482f4, 0x0015008c, 0x30051374, 0x36013f00, 0x0f141632, 0x27220601, 0x26343637, 0x82098322, - 0x821286b1, 0x17322309, 0x24823216, 0x82060721, 0x240782c8, 0x06071732, 0x82118414, 0x06072336, 0x13843426, 0x82141621, 0x3e3c843f, 0x521d9dba, - 0x0f771d3a, 0x0f9a0e29, 0x9d0f291d, 0xf40e1507, 0x1c9e070f, 0x0f081d52, 0x830e0814, 0x90ea2011, 0xed072121, 0x07212285, 0x2422860e, 0x3a1d9d69, - 0x26458252, 0x280f9a0f, 0x829d0e1d, 0x0f782b3a, 0x1d9e0714, 0x0f14081d, 0x10820e08, 0x1f8c5f20, 0x70203783, 0x0029208d, 0xff000007, 0x01c001bd, - 0x34eb82c2, 0x002f0020, 0x003d0036, 0x004c0046, 0x1f361300, 0x1d021e01, 0x39f48301, 0x012e012f, 0x3634013d, 0x012a1737, 0x35331523, 0x26363233, - 0x013e2717, 0x0f862726, 0x27331728, 0x2b061632, 0x06863501, 0x0e223724, 0x25831601, 0x16820620, 0x26222008, 0xbf1212cb, 0x12050805, 0xb91212bf, - 0x080a0a08, 0x0820086c, 0x13171d13, 0x121f7513, 0x8316130c, 0x1264080d, 0x0b2a171e, 0x1d0b0909, 0x09090a43, 0x18e1200a, 0x191c011c, 0x361b1b21, - 0x2a11112a, 0x0ab80111, 0x0a036c0a, 0x15d9060c, 0x0a0a6d0a, 0x0912046d, 0x041209d9, 0x241e665c, 0x04236524, 0x66011d20, 0x10542222, 0x13012111, - 0x21132613, 0x35352128, 0x24242312, 0x02000000, 0x01000000, 0x7f010102, 0x53002e00, 0x322c0a82, 0x06141516, 0x07020e07, 0x27222306, 0x2e220383, - 0x66483407, 0x17163705, 0x3233023e, 0x3e17021e, 0x35361701, 0x23012e34, 0x23010f22, 0x05852627, 0x06222324, 0x42681415, 0x17332106, 0x8f08db82, - 0x26a90137, 0x071d0a31, 0x1a070f09, 0x19193d43, 0x091a433d, 0x070d0c15, 0x01040307, 0x2d1e2533, 0x1b240908, 0x1a140a0d, 0x2e080617, 0x110a0838, - 0x2c071d0b, 0x3a0a2d01, 0x2c012d0a, 0x16101d07, 0x200e4108, 0x01270b21, 0x20220a28, 0x2f7e010e, 0x4e200d24, 0x132b1713, 0x45363646, 0x2322371b, - 0x0b0b1514, 0x20050708, 0x1a1d232d, 0x0c04071f, 0x231d141c, 0x0b041873, 0x8c1d0810, 0x89202089, 0x0c111d8c, 0x25af160d, 0x22757522, 0x04000025, - 0x2108e782, 0x0180023f, 0x00120042, 0x0055003a, 0x01000071, 0x0e141530, 0x010e0701, 0x3634010f, 0x32023e37, 0xda820733, 0x2105075c, 0xd882022e, - 0x020e0722, 0x02821d82, 0x27012b2a, 0x011f1636, 0x32013e37, 0x1d230683, 0x82061401, 0x23272615, 0x3e033c35, 0x82398203, 0x1f372318, 0x945d0601, - 0x010e2b06, 0x27372723, 0x17161736, 0x57823716, 0x1f01a908, 0x01890101, 0x08050d0e, 0x0a070201, 0x07070703, 0x20047202, 0x0b154213, 0x03060c0c, - 0x03010c0f, 0x0c010309, 0x0c06030f, 0x0610050c, 0x20134205, 0x061c2304, 0x06162916, 0x0b06961c, 0x04050d05, 0x04030201, 0x06070203, 0x01070403, - 0x122453a5, 0x07062a0b, 0x1b08092b, 0x5353090a, 0x2b0b1123, 0x0b2c0607, 0x090a1a07, 0x09023c01, 0x0105110b, 0x17010205, 0x02010515, 0x12132301, - 0x0501f802, 0x0c181106, 0x0b02313d, 0x3e31020b, 0x0611180b, 0x02f80202, 0x6d851312, 0x19171719, 0x9709806d, 0x03051116, 0x02980102, 0x21089c82, - 0x03020502, 0x02040101, 0x02060202, 0x0f047b53, 0x0a0a3d0a, 0x0507093e, 0x067c7b01, 0x0a3f0910, 0x0c833f0a, 0x00000122, 0x0beb7918, 0xe54e1d20, - 0x36052d09, 0x06262726, 0x22010e07, 0x012e2726, 0x17250782, 0x3632011e, 0x050a4691, 0x06028835, 0x010a0606, 0x4152410b, 0x060a010b, 0x0d010605, - 0x64506650, 0x8c23065d, 0x82010b05, 0x3327261f, 0x05062733, 0x231e8201, 0x003f3f31, 0x46086783, 0x01c0ff17, 0x00c001e9, 0x004c0011, 0x14160100, - 0x2223010e, 0x2627012e, 0x33013e34, 0x02011e32, 0x26273632, 0x3c263423, 0x23343701, 0x15222322, 0x36231516, 0x3732013d, 0x22232636, 0x1631050e, - 0x07161533, 0x823a3314, 0x2635382c, 0x16143335, 0x22150615, 0xde010607, 0x16bd150a, 0x0761670e, 0x82bc160b, 0x9e622e07, 0x02022506, 0x05020110, - 0x0104140d, 0x08098350, 0x01032521, 0x08080805, 0x10020306, 0x06050202, 0x02060415, 0x11010150, 0x40010201, 0x6d26da13, 0x850c3f35, 0xfe290806, - 0x020224d6, 0x561b1808, 0x25050542, 0x0301692f, 0x04240202, 0x07080806, 0x74030205, 0x1b060661, 0x0103012d, 0x02022730, 0x37008200, 0xff0e0001, - 0x013201bf, 0x001d00c0, 0x06170500, 0x2f22012b, 0x14150701, 0x3608807d, 0x36371115, 0x1632013b, 0x3001010f, 0x43050102, 0x1f6e0506, 0x82083308, - 0x842b0802, 0x05450605, 0x368c0303, 0x8d050307, 0x08086c1e, 0x0808f001, 0x0686cefe, 0x00870209, 0xff000003, 0x018102fb, 0x000f0085, 0x7f22001b, - 0x013a1127, 0x27072335, 0x35331523, 0x17153717, 0x23352337, 0x52022315, 0x131b1b13, 0x0583dcfd, 0x3d240133, 0x3e3e3d3e, 0x5cc53d3e, 0x013d3d3e, - 0xfe131b85, 0x301784d2, 0xfe1b132e, 0x4d4dd2d2, 0x4d4d78d2, 0x696c0378, 0x4fb68269, 0x0d28085f, 0x1c001600, 0x27002300, 0x23381482, 0x23071527, - 0x17333711, 0x11333735, 0x35371101, 0x23373313, 0x35371301, 0x5e081782, 0x11330113, 0x1f031123, 0x01071101, 0x566c5f9f, 0x7b6d2862, 0x43fe6157, - 0x3455d748, 0x34c4fe4e, 0x20494f50, 0x50533601, 0x48488cdf, 0x3f5c9b40, 0xb01ee201, 0x32fe3f71, 0x33feab01, 0xccfef935, 0xfec20127, 0x72653b17, - 0xeb0135dd, 0xba0146fe, 0x3d01c3fe, 0x160166b5, 0x00060035, 0x822b0000, 0x825120f7, 0x000d2d09, 0x00540047, 0x00930060, 0x15331300, 0x3720ee83, - 0x2208e682, 0x27371733, 0x011d1632, 0x37070623, 0x021e1716, 0x011d020e, 0x0f010e27, 0x36270601, 0x3b362337, 0x82353601, 0x07062b1a, 0x3e37033e, - 0x06373301, 0x2d843307, 0x25071422, 0x3e221f82, 0xb5821e01, 0x83270621, 0x27073705, 0x1617023e, 0x1415012b, 0x2223010e, 0x1e272627, 0x16333201, - 0x0c823d36, 0x012f2627, 0x07223533, 0x25148206, 0x023f3632, 0x5d821416, 0x2306073d, 0x36333015, 0x2a317aab, 0x49611708, 0x5a1c050c, 0x023d0403, - 0x1c080f06, 0x82010202, 0x06362c00, 0x15060612, 0x4207401e, 0x82340c04, 0x04740894, 0x0b061a0b, 0x03010607, 0x08060710, 0x04055805, 0xd0010233, - 0x02061e13, 0x04060505, 0x18010104, 0x0a0902ab, 0x13020308, 0x10050229, 0x7a0a01e7, 0x0d0f140a, 0x05070c0d, 0x0b060d11, 0x0d0a6c0e, 0x13860201, - 0x0d082926, 0x2c741e03, 0x0306172b, 0x103c1c02, 0x016f0207, 0x1a1ada2c, 0x12aaaa18, 0x060b5e12, 0x0c151406, 0x07032109, 0x05070708, 0x16410102, - 0x1331b482, 0x174c3109, 0x0c033317, 0x1c0c0313, 0x0a021212, 0x28e2820b, 0x2705060b, 0x280e0223, 0x20ab8309, 0x35af8203, 0x0b022120, 0x04040c0d, - 0x03013a0e, 0x49184c03, 0x070b150e, 0xc6820f07, 0x470a0c2f, 0x6406050c, 0x04020103, 0x05040910, 0x27be8204, 0x01030207, 0x02000165, 0x08bf4118, - 0x3e003537, 0x32010000, 0x2e011d16, 0x013e2701, 0x3523013f, 0x35233533, 0x06a45223, 0x06337608, 0x22232607, 0x011e1706, 0x37363233, 0x0e141716, - 0x22212301, 0x34113526, 0x26033336, 0x17323336, 0x01222306, 0x18291d7a, 0x140a1964, 0x6d580404, 0x6e6e336d, 0x110ab25c, 0x2d3a2e51, 0x302e0304, - 0x4b1a4d2d, 0x13201361, 0x291dccfe, 0x01171d29, 0x4b222d23, 0x01433f37, 0xeb1d29a0, 0x14092408, 0x1f0d0d2d, 0x13333313, 0x1e1e111f, 0x1d232f19, - 0x22242d2f, 0x082f8236, 0x011d293e, 0xfe291d34, 0x202112dd, 0xff0f0049, 0x01c0fffd, 0x00c001fd, 0x00940064, 0x0124019f, 0x01ea016f, 0x02ff01ed, - 0x021a0208, 0x02320228, 0x026c0256, 0x2500008d, 0x17161716, 0x07062707, 0x3306724f, 0x07352634, 0x36343726, 0x3e012f31, 0x37363303, 0x27073736, - 0x27280482, 0x26173633, 0x34352627, 0x362cd282, 0x36073337, 0x07030e17, 0x16271716, 0x3e2a3d82, 0x17011e03, 0x1416041c, 0x2f821516, 0x16321727, - 0x06011e17, 0x201d8323, 0x26048226, 0x16010f16, 0x85263317, 0x32072e38, 0x07233617, 0x23263526, 0x17141530, 0x2b518207, 0x1623020e, 0x07373233, - 0x012f2217, 0x40822d82, 0x27363727, 0x07060526, 0x20698417, 0x2b698217, 0x17071e07, 0x17031e27, 0x26013d36, 0x2f287082, 0x37171604, 0x022a3727, - 0x23208182, 0xfe5d2f82, 0x22232507, 0x07061527, 0x3f305d82, 0x22372301, 0x37352326, 0x36331632, 0x17333233, 0x37259683, 0x27072227, 0x2dc98235, - 0x06070622, 0x15172707, 0x23262722, 0x4a822322, 0x3f230f83, 0x82370701, 0x3e012816, 0x012e3401, 0x83230635, 0x2dd4829a, 0x07172706, 0x0623032e, - 0x22010e27, 0x7b82012e, 0x83272621, 0x27262fc7, 0x26270617, 0x061e3327, 0x032e3736, 0x18821727, 0x32310282, 0x1737033e, 0x26173227, 0x013f012f, - 0x35012b26, 0x27668237, 0x17232707, 0x020e0715, 0x9c825e82, 0xcd823720, 0x82022e21, 0x27f9822b, 0x07012e17, 0x37073727, 0x3622b282, 0x7c821427, - 0x06012e2d, 0x021e3207, 0x16301632, 0x83171614, 0x1e172332, 0x81823701, 0x1617162a, 0x27373233, 0x2715081e, 0x17216082, 0x21708233, 0xf8821737, - 0x012f3723, 0x05565307, 0x06230622, 0xce824882, 0x37362724, 0x2f823726, 0x2305f04f, 0x2736011e, 0x06286582, 0x07173615, 0x15371706, 0x2629b483, - 0x17323336, 0x1417010e, 0x205b820e, 0x82ad8235, 0x07352135, 0x012e6f82, 0x27333623, 0x34171636, 0x34373637, 0x7c4b013e, 0x07152205, 0x22998216, - 0x82032e17, 0x011f21a6, 0x33298682, 0x35363730, 0x27343536, 0x27178226, 0x36071706, 0x2317013f, 0x17210b82, 0x215c8433, 0x28823435, 0x36272626, - 0x0607011f, 0x5308bc82, 0x05e80136, 0x03030602, 0x8207090d, 0x41425c5d, 0x28071401, 0x02031d01, 0x060c090c, 0x0502100b, 0x10010108, 0x1704211f, - 0x0304041a, 0x05080703, 0x2d0c021d, 0x080d0335, 0x061c070c, 0x23031618, 0x06110421, 0x090f0a0d, 0x0e0c0201, 0x09090b13, 0x05020601, 0x0924f382, - 0x0c08146f, 0x053b1382, 0x01020207, 0x17020e02, 0x141a1220, 0x03050104, 0x02020901, 0x0c030405, 0x82040e0a, 0x0734089e, 0x05110417, 0x0c101428, - 0x01020309, 0xfe040501, 0x0d020be6, 0x0b020a01, 0x0e07010c, 0x0a030b0e, 0x05030603, 0x0c020403, 0x2f162905, 0x11010e1a, 0x01120308, 0x35080082, - 0x17020819, 0x05070107, 0x09080808, 0x050b0204, 0x15090e03, 0x03030a0a, 0x09100d06, 0x06020502, 0x0102040b, 0x01020104, 0x05050105, 0x0c030202, - 0x15121f0b, 0x09822028, 0x0f02043d, 0x0d050103, 0x06070908, 0x0602010f, 0x10040712, 0x0a04130e, 0x08020d05, 0x82140102, 0x1e042bab, 0x11010a02, - 0x0d0d040b, 0x7882180b, 0x08086908, 0x3a380206, 0x1b1e0a03, 0x30170e24, 0x1d010d07, 0x100d3840, 0x11130604, 0x12050201, 0x271c1d12, 0x170f1726, - 0x11020f0b, 0x1e14120b, 0x04012c13, 0x81160c07, 0x0c0a0d09, 0x011b0e0d, 0x12111018, 0x040d290e, 0x060a0603, 0x0e0c040e, 0x0a010105, 0x112f090b, - 0x15362012, 0x02020e03, 0x07182c0c, 0x0903041e, 0x0b060516, 0x1323b085, 0x820d0920, 0x02062f8e, 0x01030304, 0x090f0b10, 0x490a0216, 0x57821a2c, - 0x1e0a3b08, 0x2110111e, 0x07090b06, 0x03050507, 0x13010704, 0x04021509, 0x08010e07, 0x1c2b262b, 0x0f130303, 0x070b07fb, 0x0c01020a, 0x09090806, - 0x1d010304, 0x09020712, 0x0c0b1605, 0x30820e0e, 0x030b1034, 0x03021306, 0x01010607, 0x37020103, 0x05020204, 0xef830306, 0x04043008, 0x06160427, - 0x01020c0b, 0x0f040146, 0x1008020d, 0x040a0607, 0x09030302, 0x0404060e, 0x0d010203, 0x0d02020b, 0x050d0b03, 0x01020d0c, 0x82040705, 0x0621083a, - 0x04040108, 0x04080806, 0x080b0328, 0x0e020c07, 0x09070111, 0x03181120, 0x06090103, 0x110f0204, 0x37668201, 0xce03090a, 0x11110706, 0x0b0e0f01, - 0x3d3c785c, 0x0103015a, 0x01232d16, 0x0530e883, 0x12160404, 0x01041109, 0x0e1d2609, 0x0c070606, 0x073d0382, 0x16181507, 0x030f1b2d, 0x0208070d, - 0x14070708, 0x020b0205, 0x0304020a, 0x09050606, 0x05e75105, 0x070a4a08, 0x0a110f09, 0x120e1001, 0x0d8a1617, 0x0c090b05, 0x0d0a040a, 0x0803010b, - 0x100a0b0c, 0x110b1408, 0x07010a08, 0x0a120607, 0x09070207, 0x04060101, 0x0a0c2011, 0x02040415, 0x07090205, 0x052a2120, 0x070b111b, 0x060b0204, - 0x25c28205, 0x03020301, 0xeb820504, 0x120b1a2c, 0x01011606, 0x02011004, 0x00820110, 0x1f120a32, 0x02010612, 0x16040603, 0x1d0e0e18, 0x080f141c, - 0x0322d082, 0x2e820d02, 0x01030b22, 0x0221c282, 0x2e058201, 0x13011504, 0x0d070502, 0x0808160c, 0x83241d07, 0x82062016, 0x0c860844, 0x050a0126, - 0x030c030c, 0x120cb4fe, 0x041b0814, 0x05010f0a, 0x040c0f0a, 0x0317170b, 0x060a0f08, 0x02011c11, 0x3c101305, 0x030b1017, 0x171f1d07, 0x03021506, - 0x06030e0b, 0x0a130d11, 0x0703020b, 0x04190f16, 0x14191808, 0x01122911, 0xdd0a0402, 0x1103210d, 0x0203170f, 0x140d0304, 0x05011012, 0x0e1b0205, - 0x10102c24, 0x0f180103, 0x01141516, 0x040f1605, 0x2c011018, 0x0909031a, 0x06080302, 0x0105040e, 0xa2820a09, 0x03030a23, 0x82068205, 0x01012aab, - 0x1c1b0708, 0x2f2b1016, 0x08848206, 0x09030127, 0x04011503, 0x04060504, 0x01060207, 0x1b1c031d, 0x1004040e, 0x1c0c0703, 0x48093020, 0x0d060b02, - 0x01050a06, 0x08f0820d, 0x0d030241, 0x09057606, 0x0f0c0b25, 0x0b333010, 0x190d0a08, 0x15040410, 0x0301070c, 0x0f050103, 0x0703010a, 0x0401040e, - 0x01080601, 0x0e020332, 0x02310306, 0x10090305, 0x06010107, 0x030b0c0c, 0x820b0701, 0x3c7d8227, 0x0b111811, 0x04030105, 0x1406170b, 0x08010306, - 0x02020e09, 0x030c0a0b, 0x43070902, 0x3a2d8206, 0x070d0608, 0x07040917, 0x070a0b11, 0x070a0106, 0x02030703, 0x0d0c0201, 0x82000102, 0x022b0800, - 0xc0ff1200, 0xc0016d01, 0x89007100, 0x1e050000, 0x31201701, 0x37363722, 0x37163334, 0x35263536, 0x27262734, 0x1607020e, 0x83231533, 0x36240814, - 0x3e373217, 0x073e3701, 0x34273634, 0x012a2326, 0x27012e23, 0x06213326, 0x020e1407, 0x06232223, 0x17010e07, 0x2b06cb64, 0x17163332, 0x33323523, - 0x26302732, 0x24053345, 0x011c1615, 0x271d8215, 0x26163233, 0x033e3216, 0x26286782, 0x27032e27, 0x0706012b, 0x012e1682, 0x01050165, 0x0106affe, - 0x72070401, 0x05820f08, 0x06022933, 0x22020305, 0x05010373, 0x0205100a, 0x051e1e07, 0x31118208, 0x01020103, 0x0f0d1901, 0x01051f37, 0x01060101, - 0x10830253, 0x0e300424, 0xf9820c2c, 0x1e075e08, 0x0d1a120d, 0x0113010e, 0x051a7403, 0x020b0205, 0x160f0603, 0x14010106, 0x0306640d, 0x080a09b3, - 0x040b090b, 0x03100202, 0x07060803, 0x0b080203, 0x07030328, 0x091f0414, 0x061d0a06, 0x11060401, 0x0105166b, 0x0d050a02, 0x1c03050d, 0x01030514, - 0x49100501, 0x0d140b48, 0x0209060e, 0x08a38206, 0x1a0a0c2d, 0x0b050311, 0x0a0b0405, 0x01010109, 0x44150a10, 0x163c2d1f, 0x1b150601, 0x05061904, - 0x02050402, 0x27401906, 0x03031401, 0x8303c901, 0x08258200, 0x080a2985, 0x08171517, 0x0102681c, 0x00100002, 0x01c0ff00, 0x00c001bf, 0x00a1001d, - 0x011901ec, 0x01a3015a, 0x020302e3, 0x02470226, 0x030703fa, 0x0321031a, 0x0031032d, 0x17161300, 0x15141516, 0x020e0714, 0x042e2307, 0x013d2235, - 0x37343534, 0x0737013e, 0x06170706, 0x012e3027, 0x3e301523, 0x17363101, 0x07061532, 0x32013b06, 0x2327013d, 0x27262722, 0x15222326, 0x17161516, - 0x2a071432, 0x34352601, 0x46013a33, 0x222d06c1, 0x32372623, 0x07011e17, 0x1e311430, 0x20088202, 0x2f348217, 0x33161734, 0x15323732, 0x14151630, - 0x2726013b, 0x172b0b82, 0x3531021e, 0x35220706, 0x82342726, 0x2726231b, 0x70832617, 0x020e2725, 0x82232223, 0x222d8270, 0x82061514, 0x2634236a, - 0x38822227, 0x33143122, 0x1724ae82, 0x07010e16, 0x36211582, 0x20558237, 0x05d04d36, 0x27249982, 0x17363736, 0x35248d82, 0x23343536, 0x0c828e82, - 0x1d2e1582, 0x33141701, 0x013e2732, 0x1633021e, 0x01821407, 0xbb82e182, 0x15060728, 0x3e371614, 0x90823302, 0x020e1526, 0x0e310614, 0x26229382, - 0xda821736, 0x35013e28, 0x27343534, 0xc4853522, 0x82070621, 0x32372174, 0x34251385, 0x07323337, 0x833c8223, 0x23072356, 0x0a41012a, 0x012a2205, - 0x2ed68215, 0x06173233, 0x26070625, 0x2322012b, 0x83363726, 0x27c882b8, 0x31062322, 0x16140706, 0x07219082, 0x231a8230, 0x37363237, 0x3226b682, - 0x17011e17, 0x57863316, 0x33303729, 0x23071632, 0x821c1522, 0x013b2649, 0x07363732, 0x22d18222, 0x82363332, 0x14073657, 0x26343522, 0x22232623, - 0x3714011d, 0x15363336, 0x30270614, 0x82118235, 0x1c152588, 0x16331602, 0x32215282, 0x83de8215, 0x3334266f, 0x27363536, 0x21188216, 0x38820631, - 0x06262722, 0x2c05ee57, 0x17363534, 0x27060714, 0x3637012e, 0x836d8217, 0x203a823c, 0x230e823e, 0x22061615, 0x26209a82, 0x342b3984, 0x33342227, - 0x1427013a, 0x84143233, 0x208f824f, 0x30fe8536, 0x33362623, 0x07163332, 0x15062330, 0x013a0306, 0x2a3c8233, 0x15228d2b, 0x16011c30, 0x8215021c, - 0x2c5f825d, 0x35263126, 0x37343134, 0x1e012b34, 0x20458202, 0x269c8216, 0x22262726, 0x82171407, 0x26062601, 0x06353635, 0x25fa8316, 0x2f263637, - 0x66822201, 0x06263623, 0x23c38214, 0x012e3534, 0x3e089482, 0x07062717, 0x0405d4e2, 0x69670904, 0x3d160302, 0x021e3138, 0x06cb0b03, 0x1f616109, - 0x0d0c0308, 0x01202001, 0x162e0108, 0x02bb0201, 0x090c0d06, 0x0f020e08, 0x09010102, 0x1e020203, 0x82010204, 0x01053e02, 0x05030103, 0x010c0830, - 0x03030110, 0x0d071501, 0x06050201, 0x01020606, 0x2928ba02, 0x26078201, 0x10232703, 0x8201015a, 0x3463312d, 0x020a5790, 0x04042826, 0x0101272a, - 0x035f2b08, 0x012a4782, 0x1b0a0101, 0x04010401, 0x22820a05, 0x1c0d102f, 0x0a0d0406, 0x01020202, 0x0a130603, 0x054b4602, 0x01210528, 0x14090101, - 0x4f830507, 0xb8130129, 0x080b0a06, 0x8204050d, 0x03042a14, 0x030a2219, 0x0a0c1a1c, 0x822b8301, 0x2e2b2611, 0x65150203, 0x33a58213, 0x03040305, - 0x07070816, 0x09040206, 0x02060408, 0x13030303, 0x04303482, 0x02040501, 0x05150502, 0x01030b09, 0x01040401, 0x0126b682, 0x02031101, 0xa482072b, - 0x01263782, 0x03020301, 0x24820304, 0x06040322, 0x1a210683, 0x21268202, 0x1d821202, 0x03130124, 0x14820502, 0x02160324, 0x70820201, 0x0e010226, - 0x03670202, 0x21221982, 0x37820104, 0x04060422, 0x0f204082, 0x02234082, 0x820c0201, 0x030b2122, 0x01220882, 0x0a822205, 0x0501042d, 0x07030103, - 0x04050f12, 0x82050712, 0x150627e0, 0x09010f0b, 0xea82010d, 0x03010525, 0x8301070a, 0x02012209, 0x23078226, 0x06010105, 0x12260d82, 0x0202061c, - 0x2b82080e, 0x41010221, 0x14210509, 0x22758201, 0x82240103, 0xb607241c, 0x40012808, 0xf8828a00, 0x0d010125, 0x820c0101, 0xb74108f1, 0x56655901, - 0x030f0803, 0x030b0705, 0x016a020b, 0x0b010d0c, 0x04030f03, 0x0104050a, 0x08080c09, 0x55030404, 0x01060602, 0x06d40607, 0xc0010402, 0x0501027b, - 0x01047e7d, 0x013c3a06, 0x1c20230d, 0x31e08211, 0x02031be2, 0x14037406, 0x060c3738, 0xe6050501, 0x62823738, 0x01264f32, 0x0d010901, 0x0102130a, - 0x0104061b, 0x02010104, 0x0d220082, 0x08820c43, 0x1b206d82, 0x04271782, 0x06190104, 0x820b0102, 0x0223082d, 0x01011a02, 0x01014746, 0xe63d4306, - 0x03012305, 0x1e270103, 0x03019753, 0x06064741, 0x374a424a, 0x83140201, 0x04032140, 0x7a202c82, 0x07370982, 0x0e0f070d, 0x0d190101, 0x01020314, - 0x03013148, 0x09040505, 0x82010309, 0x0816305d, 0x0b090502, 0x0e060809, 0x01020204, 0x8209011e, 0x02012532, 0x05130301, 0x01205e82, 0x1e36db82, - 0x21140a07, 0x0a0a0102, 0x06030103, 0x06020404, 0x151d1704, 0x23825222, 0x1d0b0422, 0x012da883, 0x03070e01, 0x04080c04, 0x25040201, 0x28178206, - 0x26040103, 0x0f030205, 0x250b8304, 0x02010a05, 0x69820a0a, 0x04248682, 0x05010206, 0x0d820382, 0x07030224, 0x07822905, 0x042f0126, 0x28020402, - 0x02215b82, 0x24c58201, 0x04040301, 0x2a818345, 0x08030101, 0x01030201, 0x83100201, 0x0803230e, 0x0d830306, 0x03020624, 0x15830304, 0x0520ac82, - 0x01316382, 0x016e3302, 0x02050204, 0x02070202, 0x0a0d1605, 0x82618206, 0x0b042134, 0x0829ac82, 0x710e061f, 0x02030103, 0x259b8221, 0x04010501, - 0x45820605, 0x141c0122, 0x3a201382, 0x05234682, 0x830b0e10, 0x0860824b, 0xfe040220, 0x056705c6, 0x0a080501, 0x0107090b, 0x1f020304, 0x051f0202, - 0x260a0105, 0x3a330102, 0x5f8203ba, 0x03190b22, 0x1a3ad082, 0x0205180f, 0x03240406, 0x01062605, 0x061b0608, 0x07080fc6, 0x06010565, 0x2e820107, - 0x02015108, 0x0a061017, 0x00001500, 0x80025a00, 0x22002601, 0x5b002700, 0x7e007200, 0x9a008300, 0xe600e200, 0x1701fc00, 0x3c012701, 0x58014a01, - 0x6c015f01, 0x98018801, 0xd001ab01, 0x22250000, 0x2635012e, 0x37261714, 0x36340727, 0x1416013f, 0x37361506, 0x17390382, 0x32331606, 0x17011e37, - 0x07143606, 0x14172736, 0x37162706, 0x06352606, 0x05235e17, 0x4d822e20, 0x2e083a82, 0x16321714, 0x14151633, 0x17163017, 0x1633021e, 0x011e2736, - 0x34371607, 0x27163627, 0x07263736, 0x32073736, 0x0733013e, 0x32013f30, 0x82072617, 0x3f308201, 0x22231415, 0x27353727, 0x35161736, 0x27250734, - 0x17013e34, 0x07141532, 0x26363126, 0x17062223, 0x06256383, 0x33273617, 0x28808326, 0x37262734, 0x26151614, 0x82018227, 0x16072a08, 0x16373215, - 0x07263607, 0x285e8235, 0x15330617, 0x36230633, 0x20038235, 0x210f8227, 0x55822237, 0x07262908, 0x07061732, 0x07263136, 0x2617023e, 0x37171627, - 0x26153730, 0x23260723, 0x27060716, 0x33363035, 0x17323336, 0x14011e05, 0x0e247482, 0x23022a04, 0x333d8c82, 0x32332735, 0x27141516, 0x32163215, - 0x013d023e, 0x23022e34, 0x033a0722, 0x2335043e, 0x820c8235, 0x15172326, 0x2b840733, 0x82231721, 0x32372409, 0x820e021e, 0x012e2123, 0x3627bf83, - 0x16062226, 0x84171527, 0x1707241f, 0x82332737, 0x821620b0, 0x0e302867, 0x33361502, 0x82371506, 0x012b24d8, 0x82363736, 0x1517265a, 0x3e023a30, - 0x29558202, 0x17062622, 0x23150733, 0x3b87012e, 0x17011e2e, 0x021e2735, 0x010e1415, 0x32273623, 0x15207a86, 0x3320dc82, 0x37230382, 0x83340706, - 0x3a013e58, 0x03040705, 0x01060b01, 0x02020502, 0x08030101, 0x08040402, 0x06080803, 0x09010601, 0x32138224, 0x0506080f, 0x05140304, 0x01010605, - 0x02020704, 0x82030104, 0x01012901, 0x04010205, 0x05040104, 0x38080c82, 0x05010903, 0x0b270805, 0x02090b0d, 0x03010108, 0x02030205, 0x08050806, - 0x05090d05, 0x3b211bf1, 0x08081c18, 0x2f2f081b, 0x0104fafe, 0x0511090a, 0x05030308, 0x02010403, 0x2e288201, 0x07060101, 0x0b020102, 0x04030401, - 0x8206010e, 0x0f022282, 0x20898301, 0x29118206, 0x02030a01, 0x03030302, 0x9e820306, 0x05030422, 0x04203083, 0x022a5782, 0x01050602, 0x05010701, - 0x7e821a04, 0x82012a21, 0x03052524, 0x01060502, 0x033d0082, 0xfe020304, 0x0a090ae3, 0x09050502, 0x170c0e07, 0x0b0b0809, 0x170e3808, 0x06080139, - 0x281c8207, 0x03080708, 0x04080201, 0x08298306, 0x0201013b, 0x05070504, 0x3c650108, 0x0707510e, 0x25340e49, 0x1810bf0e, 0x0c06060d, 0x1d161019, - 0x151d0706, 0x230f0e13, 0x074a0f0f, 0x2d2c072a, 0x06141506, 0x0108492a, 0x07192107, 0x203f8203, 0x28a08206, 0x230f0b01, 0x13020404, 0x23a68205, - 0x04020204, 0x053d0682, 0x160727e5, 0x07022c02, 0x1f070727, 0x72032902, 0x0402110f, 0x09070f12, 0x04040113, 0x27c78205, 0x03030304, 0x03010609, - 0x082b0082, 0x04ce0702, 0x04030103, 0x82100a01, 0x0207213d, 0x042fc382, 0x03030503, 0x09020504, 0x05010b12, 0x83191201, 0x820a20e9, 0x020430de, - 0x05090306, 0x03050204, 0x02050307, 0x82020303, 0x69032001, 0x032108fb, 0x33018204, 0x02020802, 0x01010507, 0x010f0e07, 0x05080a01, 0x04040204, - 0x21080d82, 0x18080503, 0x161b3304, 0x4e080231, 0x064c0208, 0x64052021, 0x09080307, 0x06081001, 0x060a0408, 0xb7820404, 0x030b0422, 0x042abf85, - 0x05040702, 0x0504020d, 0x53820102, 0x4e820f20, 0x82070221, 0x250c83aa, 0x05040101, 0xaf820105, 0x19820520, 0x08820220, 0x1d820220, 0x03050525, - 0x82030101, 0x8301209c, 0x8212206c, 0x2c39820b, 0x04021001, 0x0c036c02, 0x060c0604, 0x2ed58301, 0x1d0f2009, 0x100e0b09, 0x01011518, 0x84030402, - 0x013c2198, 0x0a820b82, 0x01362a82, 0x09151003, 0x0f15084d, 0x120b3c15, 0x0b121515, 0x151d1d15, 0x00821c4e, 0x09130939, 0x07421309, 0x55072626, - 0x17040906, 0x01030202, 0x030e0601, 0x82080606, 0x27042874, 0x03220405, 0x82080703, 0x01013ca1, 0x0755094f, 0x0830052c, 0x04094c09, 0x692a0827, - 0x050c1001, 0x09100d05, 0x82041108, 0x8304201f, 0x8206206c, 0x0803223e, 0x21498202, 0x7f550500, 0x00093b08, 0x00230019, 0x003e0035, 0x1d163600, - 0x2b061401, 0x25333501, 0x11151632, 0x69550614, 0x35132e08, 0x012b2634, 0x36323315, 0x22233537, 0x23268206, 0x35333716, 0x3605a955, 0x07233717, - 0x1e172327, 0x0c0c7201, 0x01111106, 0x1a1a1228, 0x8398fe12, 0x6e210805, 0x2f301817, 0x3f651719, 0x090c0b09, 0x2020353e, 0x1d21269d, 0x0826201e, - 0x0809f41d, 0x68080946, 0x3e2987ac, 0x1a126801, 0x1147fdfe, 0x6a1da51e, 0x7d090c1e, 0x1d010c08, 0x73261e26, 0x91727291, 0x84000313, 0x02c03baf, - 0x00c00100, 0x00210003, 0x004b0047, 0x0100004f, 0x33270717, 0x37361716, 0x0482011e, 0x26272626, 0x17013e37, 0x32220f83, 0x0d823126, 0x06070622, - 0x2e2a1682, 0x020e2704, 0x27012e07, 0x10833106, 0x5e082a82, 0x010e0716, 0x06272627, 0x16171607, 0x02090336, 0x27371733, 0xdfdf0001, 0x141537df, - 0x1906043a, 0x0a150f06, 0x0c02021a, 0x29080d20, 0x01010819, 0x41191c22, 0x44d44a1e, 0x08090421, 0x07040808, 0x07091518, 0x1c020619, 0x06030204, - 0x03030317, 0x060e210d, 0x351b0926, 0x2a3d1514, 0x82ff0001, 0xf0102501, 0x9f01f0f0, 0x14225182, 0x50823915, 0x140f0735, 0x02031a0a, 0x060a030c, - 0x03091a26, 0x08141526, 0x827c4b1e, 0x234e824f, 0x17070408, 0x1a224f82, 0x4f860105, 0x0c03042e, 0x25050b01, 0x0d361b09, 0x7f01090e, 0x01214e83, - 0x084f8200, 0x05000020, 0x09000000, 0x78018202, 0x0f000400, 0x49003100, 0x00005c00, 0x07171601, 0x17360736, 0xdd820716, 0x36270726, 0x16151625, - 0x1420de82, 0x23310d82, 0x012f2622, 0x37343534, 0x34352627, 0x3617013e, 0x83018237, 0x3e37282e, 0x23012e01, 0x82222330, 0x37172333, 0xff820717, - 0x37270722, 0x06200584, 0x0f210c82, 0x080a8301, 0x17013fb6, 0x04a60107, 0xcd0e2815, 0x15060615, 0x180a0706, 0x57011705, 0xb36f0162, 0x77090b6f, - 0x01100b04, 0x51021204, 0x05528d56, 0x0a394f0e, 0x20f20512, 0x08040813, 0x0b01141b, 0x04243258, 0x04140b15, 0x02150473, 0x046ddd30, 0x4a3d4315, - 0x15211104, 0x13047104, 0x0f063a04, 0x2e091c01, 0x052f3e0b, 0x030b1411, 0x2e060302, 0x38311f06, 0x160b3827, 0x1f03100a, 0x022c0b0e, 0x12071301, - 0x3324322d, 0x040d0713, 0x09030f15, 0x1a07d009, 0x1721240d, 0x2c0a0d18, 0x2c057305, 0x18062d1e, 0x2d1d0b0d, 0x14109106, 0x067e042c, 0x05271e2c, - 0x040e0f12, 0x1a000000, 0x4c080382, 0x01810203, 0x0006007d, 0x0025001c, 0x00610057, 0x00910068, 0x01d900a9, 0x012a0102, 0x0155013d, 0x017f0160, - 0x01b5019a, 0x02e801c6, 0x025c0257, 0x02790262, 0x028c0284, 0x37000094, 0x07161736, 0x36052606, 0x27263435, 0x36230726, 0x3b118227, 0x0607011e, - 0x30312207, 0x013f3427, 0x23060706, 0x16322726, 0x16070617, 0x27342307, 0x15230682, 0x82350714, 0x8327202f, 0x27262213, 0x180e8216, 0x28072a4f, - 0x2f012e23, 0x03043e01, 0x384a8236, 0x1e17010e, 0x27173701, 0x27371707, 0x31023e17, 0x012e0635, 0x35373627, 0x82428226, 0x36352151, 0x37306882, - 0x3523012e, 0x36150706, 0x06031e17, 0x22353715, 0x35342282, 0x27351736, 0x17070623, 0x013e3433, 0x15071633, 0x27263730, 0x263a1782, 0x15072237, - 0x23011f32, 0x34070630, 0x2235012f, 0x14173207, 0x1615011e, 0x20823607, 0x012e3428, 0x37363731, 0xab571617, 0x0e232305, 0x12822701, 0x34224b82, - 0x4c823136, 0x82262321, 0x2633220a, 0x216c8227, 0x36831623, 0x74821720, 0x36373332, 0x16171635, 0x27223533, 0x37342726, 0x36353634, 0x062a6882, - 0x36170723, 0x0e071617, 0xc2820703, 0x32371639, 0x31013c17, 0x07062635, 0x35371606, 0x26063730, 0x37013e37, 0x82071516, 0x17162127, 0xc684c082, - 0x010f022a, 0x17232637, 0x26363716, 0x0623fa82, 0x8217011e, 0x22312d70, 0x011d2726, 0x32010f06, 0x35311617, 0x32233683, 0x82153017, 0x011e32c4, - 0x33160627, 0x31013e16, 0x37171607, 0x3e373626, 0x2cc28202, 0x010f1607, 0x37170626, 0x07012e35, 0x2f808206, 0x37262206, 0x1e150623, 0x27363701, - 0x32363726, 0x27202a83, 0x0624f482, 0x3417020f, 0x1625eb82, 0x022e013f, 0x05f04f0e, 0x3427062e, 0x1e072735, 0x35363302, 0x34352634, 0x14383d82, - 0x2e333707, 0x07262302, 0x37270737, 0x27072227, 0x26233017, 0x010e2737, 0x07270982, 0x07171627, 0x83170727, 0x8205821b, 0x82262009, 0x823f20f8, - 0x17072695, 0x3017023e, 0x826b8233, 0x8227206d, 0x17163320, 0x17300727, 0x17070616, 0x06273736, 0x022f2627, 0x09820717, 0x07060731, 0x17072237, - 0x36073727, 0x25031e17, 0x82333617, 0x3e272c2c, 0x32271601, 0x1415031e, 0x49352307, 0x2329050b, 0x36352726, 0x23020e05, 0x82fe8222, 0x07162195, - 0x32084382, 0x35173637, 0x15063736, 0x0bdb2622, 0x0b0a0a0b, 0x045c0116, 0x57612b39, 0x01050101, 0x3a2e6359, 0x01040102, 0x010f07a4, 0x08090201, - 0x0ba96f33, 0x82010603, 0x0837080b, 0x0c100408, 0x1603040e, 0x0c070405, 0x3949161c, 0x012c7c45, 0x0136721c, 0x49431908, 0x0c112a6f, 0x0208120d, - 0x0b100605, 0x190e0402, 0x01090b0c, 0x02010404, 0x82050405, 0x0803213c, 0x06235182, 0x82020306, 0x11012f46, 0x04020309, 0x01030308, 0x06020138, - 0x08820a06, 0x82051721, 0x01042479, 0x8237010d, 0x83042020, 0x02092a6b, 0x0a010301, 0x03020103, 0x268c8208, 0x08010105, 0x82010202, 0x03092202, - 0x200f8201, 0x21228226, 0x2b820d01, 0x01030728, 0x01080201, 0x07820d01, 0x0b0e0122, 0x23821b82, 0x0710012a, 0x0202070b, 0x01040312, 0x3a05ae47, - 0x0d150e02, 0x0d0e0305, 0x07020406, 0x06030907, 0x0c060404, 0x100b2b05, 0x82140202, 0x02123db0, 0x050b0f02, 0x01070105, 0x09011213, 0x0c090501, - 0x0803010b, 0x0e010f03, 0x040e0b0d, 0x0e25a182, 0x07020205, 0x254a822e, 0x08060205, 0x61830203, 0x06297a82, 0x04030102, 0x0e060a04, 0x821e8202, - 0x03033927, 0x0603020b, 0x02100703, 0x02080207, 0x03031518, 0x0402020a, 0x04010103, 0x02218682, 0x831c8202, 0x0303270c, 0x09040116, 0x2a820403, - 0x0601022d, 0x03050401, 0x0401081d, 0x82050c0c, 0x8201204c, 0x0241085e, 0x04020503, 0x070d040b, 0x02010507, 0x480f0126, 0x4143254c, 0x07092215, - 0x0c040303, 0x0b10010d, 0x0b130203, 0x11053b17, 0x1e1d0302, 0x5f0c0e11, 0x050d0104, 0x13281a04, 0x0a1a110c, 0x1b040803, 0x0849821f, 0x01020762, - 0x24210c04, 0x241c0c1c, 0x031e2a05, 0x01170222, 0x12030502, 0x020a0115, 0x020a1302, 0x1b170d3d, 0x12010501, 0x04251e16, 0x43555b19, 0x2b4b2d42, - 0x036dfe17, 0x8b090407, 0x1103160b, 0x6e411b0b, 0x01173349, 0x734d2c01, 0x01323c42, 0x01370e08, 0x0407040f, 0x01020803, 0x400a060a, 0x09030308, - 0x2020c282, 0x7608cf82, 0x09660302, 0x09080f10, 0x070e441f, 0x06032819, 0x020a0b50, 0x2c050b47, 0xb6080c1d, 0x1b0b0708, 0xa1010703, 0x03025273, - 0x0906050b, 0x100a0705, 0x0c010a1c, 0x08101914, 0x0929150a, 0x1c170f07, 0x1f1c1314, 0x53394731, 0x09020e69, 0x1e263219, 0x100fdefe, 0x14060d13, - 0x8e030707, 0x1d1b0508, 0x01874706, 0x01010302, 0x04080801, 0x02030101, 0x01090602, 0x82020601, 0x03013210, 0x01070901, 0x0c070301, 0x02010604, - 0x0e010120, 0x2f12820f, 0x030a0501, 0x02030206, 0x1601021e, 0x15030301, 0x022e0a82, 0x03090401, 0x04040101, 0x01040305, 0x44820d0c, 0x03230d82, - 0x83060601, 0x0409232e, 0xce820205, 0x12820320, 0x01050623, 0x236b8401, 0x03030406, 0x2305a842, 0x0a0a0303, 0x043b3482, 0x0402042d, 0x01050104, - 0x070e0402, 0x09021401, 0x01080903, 0x090e0310, 0x82020605, 0x06033b54, 0x010b0911, 0x01040112, 0x0c090706, 0x0601050c, 0x0a0c0608, 0x03015004, - 0x1e820737, 0x0f02053c, 0x0b06071d, 0x01040301, 0x7907120b, 0x0b060f03, 0x050f0502, 0x010a0708, 0xc9821a02, 0x0a0a0222, 0x01230582, 0x82040103, - 0x270983cc, 0x01250f59, 0x06070202, 0x0c2f7382, 0x1008071e, 0x040e0707, 0x0a1a0605, 0x82035c01, 0x03042883, 0x02030606, 0x82040205, 0x0504272f, - 0x01010705, 0x13821003, 0x82020421, 0x04013462, 0x08080202, 0x030a2a02, 0x08020906, 0x0909090b, 0x820b0201, 0x020e2ccb, 0x0f020603, 0x07021504, - 0x82060303, 0x2f4508a5, 0x25011b42, 0x0215413d, 0x3d1d0208, 0x010b0b08, 0x2b0c0405, 0x10040e02, 0x2a09240d, 0x030a1d05, 0x1f0d1804, 0x120c3b0a, - 0x07060d1b, 0x06181307, 0x01030201, 0x19211e0a, 0x0d2b5e08, 0x44094658, 0x02083b05, 0x3bc28203, 0x04060205, 0x25080537, 0x1b04062b, 0x50011502, - 0x15131009, 0x01012709, 0x62232f1f, 0x72088182, 0x0c112628, 0x1f7c020b, 0x1b3b3d32, 0x280a0310, 0x0e284050, 0x0e010408, 0x031010aa, 0x01180a0f, - 0x0c023701, 0x0d02020d, 0x0601180d, 0x01010b04, 0x00020000, 0x02c0ff17, 0x00c00129, 0x000d0007, 0x010b2500, 0x37011b27, 0x011b0533, 0x01070323, - 0x20ccced1, 0x2037ceec, 0xec9646fe, 0x2776cb21, 0xa0fe6101, 0xfe970101, 0x016a5f9e, 0x016bfe02, 0x8200ca5d, 0x1a4a0800, 0xbfff0200, 0xc8014102, - 0x13000900, 0x4e003200, 0x6d006500, 0x85008200, 0xb6009900, 0xca00c200, 0xe900e100, 0x0201fa00, 0x51010c01, 0x7f016c01, 0xf901e201, 0x0d020302, - 0x3d023302, 0x013f0000, 0x17373327, 0x27170733, 0x09873717, 0x1632072b, 0x22231415, 0x3334013d, 0x051c6332, 0x1d22342e, 0x35321401, 0x013c3534, - 0x32073336, 0x2b210c82, 0x181f8301, 0x210715b4, 0x13853315, 0x17271523, 0x22198216, 0x84232735, 0x21418237, 0x1983013b, 0x34352724, 0x2482012b, - 0x1e873720, 0x2b140727, 0x013f2202, 0x241e8234, 0x17273307, 0x844e8414, 0x22308572, 0x8917012b, 0x20128365, 0x89228202, 0x221b8965, 0x85351733, - 0x2279979c, 0x83013d32, 0x8537207b, 0x33152132, 0x34206a85, 0x92843783, 0xfb830720, 0xfb820720, 0x013f2908, 0x010e011e, 0x06071607, 0x27262223, - 0x16062726, 0x3e021e17, 0x17163701, 0x2726030e, 0x2e37012e, 0x36343503, 0x36372637, 0x2005ae46, 0x20148336, 0x22318222, 0x823e2726, 0x16072b3a, - 0x14020e25, 0x3631041e, 0x33823637, 0x82070621, 0x2e172f26, 0x01222301, 0x07062736, 0x27260706, 0x59823736, 0x011e2724, 0x21823233, 0x2e023e22, - 0x8505224b, 0x27262b19, 0x07061716, 0x2627032e, 0x2c822223, 0x06211485, 0x2a148307, 0x27262326, 0x1716020e, 0x82303736, 0x33162139, 0x26221583, - 0x63823227, 0x2006eb55, 0x820b8337, 0x8337206f, 0x16352462, 0x41271633, 0x2220068d, 0x20087f41, 0x20098232, 0x25e98833, 0x07170737, 0xf3822717, - 0x32023f38, 0x2b14021d, 0x023d2201, 0x32023b34, 0x31153015, 0x31222314, 0x84411523, 0x420a8405, 0x2c82051c, 0x02fb3331, 0x03020706, 0x06020607, - 0x0806023a, 0x82080202, 0x03612309, 0x00821101, 0x03043d08, 0x020c0c04, 0x04044e02, 0x16030316, 0x0b0e0404, 0x1c0b0404, 0x03050208, 0x04050804, - 0x0e030304, 0x05060c11, 0x0b500605, 0x04040401, 0x03020c02, 0x01040301, 0x0407040b, 0x5505090c, 0x072a3d82, 0x04190404, 0x02f80704, 0x02841702, - 0x02101336, 0x0f4a1002, 0x0f0f010f, 0x2e15150b, 0x0202010a, 0x020b0b02, 0x0e260682, 0x0b0b100f, 0x1782600a, 0x02230c82, 0x820a1802, 0x83c92000, - 0x03062194, 0x44089e82, 0x072d2de6, 0x1919383d, 0x6222200f, 0x0e282d32, 0x0502130b, 0x172a1917, 0x23130506, 0x09151a1d, 0x0e0f0d18, 0x411f311c, - 0x10181837, 0x33612220, 0x0a0d2a2b, 0x16070313, 0x05172919, 0x33492805, 0xfe120e0b, 0x08a182b2, 0x03020237, 0x2b2a0202, 0x05051b17, 0x1a1b1416, - 0x582e1415, 0x2601181d, 0x30251615, 0x05051c17, 0x1a1b1317, 0x582d1414, 0x5415171e, 0x01020216, 0x111e240c, 0x06070512, 0x24ef8203, 0x12282006, - 0x08cf8211, 0x0f05084c, 0x1f181a0a, 0x06111220, 0x0f050104, 0x06202812, 0x05010109, 0x3405070a, 0x3a39043a, 0x03010706, 0x08060203, 0x11242406, - 0x02040810, 0x19141101, 0x121f2018, 0x03040710, 0x24110f03, 0x03090624, 0x07070303, 0x0f02016d, 0xf9820f01, 0x0c021422, 0x0521e683, 0x20e68202, - 0x2709881c, 0x17020208, 0x01160202, 0x13210082, 0x23048210, 0x030c1001, 0xec231c87, 0x82070407, 0x04042102, 0x36340786, 0x0e0e0a04, 0x0c0e0e28, - 0x2406060a, 0x02010606, 0x12020304, 0x03276482, 0x0301043c, 0x82130303, 0x14230803, 0x03041813, 0x03031717, 0x0c0e043b, 0x06090b09, 0x043b1b15, - 0x030c0c03, 0x2a033b04, 0x0303321d, 0x82020436, 0x350422b6, 0x206b8202, 0x22038240, 0x821a0101, 0x3f1b219b, 0x283d5783, 0x0c24340e, 0x190b240c, - 0x1b01021b, 0x4001011b, 0x0b090e01, 0x0b070b01, 0x0a0e211d, 0x2410840e, 0x1e0b0817, 0x828f8233, 0x07290802, 0x30301181, 0x2b5b102f, 0x0446481c, - 0x0b403f09, 0x09010301, 0x0505161b, 0x050e1a12, 0x4e0e0503, 0x160b033e, 0x321e1424, 0x2522820f, 0x09044747, 0x2282413e, 0x21830820, 0x1e272108, - 0x043b511c, 0x11110680, 0x0e101113, 0x040b070a, 0x05051e22, 0x01021c19, 0x36fe403e, 0x050a5427, 0x44080f89, 0x0427189e, 0x1b131706, 0x1304070b, - 0x03050114, 0x08161602, 0x021d1b04, 0x0a0b0505, 0x03020f17, 0x06021f1a, 0x1b1c0305, 0x16150904, 0x11050101, 0x2d2b0f13, 0x1414102d, 0x15160101, - 0x1d1a0408, 0x1e010103, 0x2526821b, 0x0102041d, 0x2582191d, 0x02011533, 0x5f120601, 0x0e0e3401, 0x32010134, 0x01320b0b, 0x21d18655, 0x0885010e, - 0x18060123, 0x20008301, 0x2604833f, 0x01021a02, 0x41641b02, 0x43080688, 0x02000300, 0x0802dfff, 0x0500a101, 0x10000d00, 0x21370000, 0x27222117, - 0x010f1625, 0x17323301, 0x02372307, 0xfe3b3b01, 0x010e20e3, 0x291311c9, 0x1f58fffe, 0x74e73d0f, 0x661c6747, 0x0147201b, 0xc8f51bc0, 0xfd2a4182, - 0x0302bfff, 0x0c00c101, 0x41821f00, 0x07011e31, 0x22012b06, 0x3e013f26, 0x32363701, 0x83161317, 0x2733080e, 0x013e052e, 0x1d1e3298, 0x08af0904, - 0x047d0409, 0x1006620f, 0x0904f004, 0x0509ae08, 0x1f152709, 0x1909090c, 0x3b9b36d4, 0xfb080e08, 0x08de0108, 0x821efe08, 0x4a122c0a, 0x4733482a, - 0x0000493c, 0x69000100, 0x3f3707ff, 0x0e250000, 0x26011f01, 0x17152627, 0x34353623, 0x3736010f, 0x822f2636, 0x012f256e, 0x3f161716, 0x36200483, - 0x3f240a89, 0x06150601, 0x0a821585, 0x06078008, 0x0106011f, 0x02010680, 0x130a5f0a, 0x13061e06, 0x02050569, 0x11690601, 0x3015050b, 0x0f05080a, - 0x0c070334, 0x0a1e1b02, 0x262b060b, 0x280b0605, 0x070c021b, 0x05020d37, 0x03123a08, 0x67110b05, 0x0d040560, 0x02021423, 0x0a67710e, 0x1416020e, - 0x05040d0f, 0x0d05075d, 0x02030a43, 0x023c200a, 0x82080705, 0x0c070512, 0x0c084850, 0x0a781707, 0x3e050708, 0x020a051b, 0x0d073c0d, 0x825a0705, - 0x511020cb, 0x0334088f, 0x0f000700, 0x1b001700, 0x2b002300, 0x37003300, 0x43003b00, 0x2206f150, 0x825f0057, 0x071731f6, 0x33370735, 0x17372715, - 0x27071523, 0x23010f35, 0x15250b82, 0x17013f33, 0x351a8215, 0x33372723, 0x33352535, 0x23151707, 0x27152527, 0x37352307, 0x15820327, 0x37352730, - 0x2315011f, 0x33352737, 0x07153717, 0x19821727, 0x332d3e82, 0x33270717, 0x15173735, 0x35231727, 0x08578217, 0x1f220133, 0x2d20764c, 0x2d383723, - 0x0b120b0b, 0x80383880, 0x42204c5a, 0x0a0a8038, 0x50b9fe80, 0x5a105b20, 0x5a201c01, 0x641f5a0f, 0x8b4d202d, 0x4ed04c21, 0x3d0d821f, 0x2f4c2020, - 0x21932d1f, 0x37386a6d, 0x7a0b0b2c, 0x5a215020, 0x1f5e0110, 0x1f1f6c4d, 0x4482766c, 0xa8223e82, 0x55822d0a, 0x204d0a32, 0x2d37152d, 0x182d0b0a, - 0x0f5b1f4e, 0x204e2e5b, 0x1f250582, 0x4c20c4fe, 0x26518247, 0x5a204f64, 0x825b5b10, 0x206a3309, 0x2d202f6c, 0x80373794, 0x2a800b0b, 0x5b204f20, - 0x00820010, 0xfaff0233, 0x0602c3ff, 0x2300bd01, 0x00004600, 0x3e373637, 0x051e6005, 0x15010f37, 0x2627010e, 0x0e042e27, 0x2f060702, 0x06012601, - 0x22040e07, 0x08128326, 0x013f013b, 0x1617013e, 0x3e021e17, 0x37303702, 0x16011f36, 0x0e050302, 0x3c242811, 0x3730573f, 0x03050633, 0x060d0332, - 0x2227170d, 0x0e211334, 0x080d1118, 0x020e6a0e, 0x0d050304, 0x26238412, 0x06393131, 0x83330204, 0x18320823, 0x153a2933, 0x01111522, 0x0e6a0d09, - 0x16080424, 0x18192e1a, 0x1a181401, 0x060c0318, 0x04060172, 0x130b0603, 0x01041410, 0x151b140a, 0x0842080e, 0x24854601, 0x17141924, 0x41821a18, - 0x6d827220, 0x180c062d, 0x11041214, 0x0d011d1f, 0x82084109, 0x820d20d7, 0x92280803, 0xee008002, 0x07000300, 0x17001300, 0x2b001b00, 0x34002f00, - 0x3c003800, 0x48004000, 0x00004f00, 0x0733013f, 0x23073325, 0x2b29b082, 0x32333701, 0x06070607, 0x250d8225, 0x35230705, 0x12843637, 0x010f162e, - 0x3e372223, 0x33350702, 0x31363307, 0x37270482, 0x33271533, 0x84072315, 0x223b8307, 0x82173307, 0x26223343, 0x3b16ee37, 0x56d7fe16, 0x44ad5204, - 0x29642316, 0xb3820733, 0x4601043d, 0xfe3e283e, 0xce5b044d, 0x15700705, 0x07101575, 0x04092d0e, 0xcd040401, 0x82fa054e, 0xa3370830, 0x49495a05, - 0x5204094d, 0x90273afa, 0x1a163a28, 0x5e168538, 0x93070d11, 0x06121e1e, 0x05371e12, 0x07050e01, 0x06063c35, 0x191b061b, 0x0205120a, 0x06370605, - 0x821e1e06, 0x0c062b03, 0x354e0606, 0x1e1e1e35, 0xee82070e, 0x01002108, 0xdfff1800, 0xa101e801, 0x00002e00, 0x31062237, 0x30352622, 0x012e3436, - 0x013e2627, 0x3231011e, 0x58080d82, 0x1e323631, 0x3e323302, 0x011e3101, 0x30070630, 0x06301516, 0xfc263023, 0x56015801, 0x02474157, 0x48012001, - 0x01020149, 0x02020267, 0x45450101, 0x018c1f01, 0x59015653, 0x013c775d, 0x1716027e, 0x01650101, 0x95021818, 0x4e4e0101, 0x66011718, 0x017a0130, - 0x00007d3f, 0x08808206, 0x80025a3e, 0x34002001, 0x3f003800, 0x52004b00, 0x00005e00, 0x27231725, 0x23352307, 0x26222306, 0x16142327, 0x010e3337, - 0x37343526, 0x35231523, 0x15231533, 0x013e1533, 0x013e1716, 0x33173233, 0x172e1085, 0x33053337, 0x3216012e, 0x22232636, 0x17551706, 0x33a10806, - 0x37152335, 0x27371533, 0x011f2315, 0x23372733, 0x17232707, 0x4a023307, 0x16174036, 0x160c01d4, 0x56022218, 0x0d2a0b23, 0x31023540, 0x373c6d31, - 0x0932330c, 0x16151e06, 0x3897010d, 0x3e161677, 0x042f0cfe, 0x0d218426, 0x0e100f0e, 0x373838c5, 0x38315f38, 0x8a383232, 0x2d2e281b, 0x281a1a26, - 0xa4262e2e, 0x0c19193d, 0x12172213, 0x1021100c, 0x080a2325, 0x1a29b84d, 0x17101518, 0x0f19141c, 0x1810314c, 0x01132b18, 0x1f1f2045, 0x1c2c1e33, - 0x28a71f22, 0x2c39392e, 0x32341e22, 0x33331d1d, 0x08008200, 0xffff162c, 0xc101dfff, 0x0b00a101, 0x17001200, 0x23001c00, 0x2f002900, 0x3b003500, - 0x48004100, 0x53004d00, 0x8d008800, 0x9a009400, 0x2d7da000, 0xb8200806, 0x32120000, 0x2b010e16, 0x3d262201, 0x34053601, 0x1415012f, 0x1f162707, - 0x06052601, 0x27361707, 0x26220482, 0x06833735, 0x05963620, 0x07352630, 0x35011f14, 0x16273734, 0x012f2617, 0x27823617, 0x36323723, 0x26528226, - 0x3634013d, 0x823e1617, 0x2726211c, 0x063d0f83, 0x2223011d, 0x013b1606, 0x011d1632, 0x22230614, 0x020e2326, 0x33161415, 0x013d3616, 0x83388333, - 0x1716213d, 0x90059251, 0x07142205, 0x23998317, 0x35363736, 0x7a089082, 0x0183ba84, 0x17aa5d83, 0x8a01011f, 0x02043703, 0x0f370103, 0x0808fffe, - 0x07100308, 0x01021b07, 0x2305061e, 0x06350707, 0x06052204, 0x24030531, 0x032e0403, 0x03012703, 0x3402022e, 0x37033106, 0x2b0f3803, 0x403b0103, - 0x02480604, 0x0d0d0ffd, 0x2b08220f, 0x090e0717, 0x0a0a090b, 0x2a3e2b01, 0x100d0d10, 0x21060321, 0x03080517, 0x0e060b07, 0x424f2e06, 0x03090809, - 0x82060810, 0x1d013f5d, 0x05240606, 0x05053609, 0x30050523, 0x03240405, 0x03042e05, 0x36320328, 0x03290107, 0x56820203, 0xa0012208, 0x2083b984, - 0x1a5cab16, 0x01380b0b, 0x04210807, 0x862d3606, 0x07090201, 0x1b040201, 0x04080706, 0x22368203, 0x82041c02, 0x04510842, 0x24040617, 0x06150506, - 0x07082806, 0x36080614, 0x0c010e0d, 0x0801380a, 0x132d2006, 0x405c0504, 0x09490305, 0x0919182c, 0x051f1d2f, 0x080c0602, 0x02010e09, 0x18382c3d, - 0x2f030619, 0x01022117, 0x0a070b06, 0x333e0a0e, 0x08020138, 0x03020106, 0x285f881c, 0x2304051d, 0x05170305, 0x085f8705, 0x35050821, 0x082a0e0c, - 0x4108090c, 0x00000406, 0x14000200, 0x6b01c0ff, 0x1800c001, 0x00002000, 0x76112301, 0x332405f9, 0x36342622, 0x3b230484, 0x82163201, 0x2a048413, - 0x15013426, 0x32473255, 0x86232332, 0x82ab2003, 0x46462908, 0x32463232, 0x00ff1501, 0x1c820c82, 0x05820e82, 0x46200885, 0x07206382, 0x2c081347, - 0x0017000f, 0x0027001f, 0x0041002f, 0x206d8249, 0x0d9d5832, 0x14151728, 0x34013d32, 0x07960722, 0x013e0532, 0x0722012e, 0x26272206, 0x16010e22, - 0x37361617, 0x2706964d, 0x21178801, 0xb0fe1721, 0xe4230583, 0x844b1e1e, 0x1e4a3002, 0x0443011e, 0x0a070402, 0x32b63004, 0x82070a04, 0xcd3a220b, - 0x2015823c, 0x302b87a0, 0x21175001, 0x0e0ec852, 0xd8080fc8, 0x0fd80f0f, 0x260b8416, 0x0f0f862d, 0x82f30f86, 0x04062531, 0x06042929, 0x01214083, - 0x8214848d, 0x030021ce, 0x1a22cf8a, 0xc7924e00, 0x26342208, 0x16141506, 0x013e3233, 0x27373217, 0x35262306, 0x2e363736, 0x37070602, 0x07330723, - 0x35060706, 0x22098334, 0x82140706, 0x330722c2, 0x2e1d8237, 0x0e071617, 0x01021e03, 0x18181197, 0x8392fe11, 0x87390805, 0x0c101b1b, 0x9d0c0b03, - 0x0b120f26, 0x0e01090c, 0x1e1a0707, 0x44090c22, 0x0d14200a, 0x4d21121a, 0x01172009, 0x080f2e22, 0x19091a2d, 0x04030615, 0x05030801, 0x01120703, - 0x084187a0, 0x116e013a, 0x0d117218, 0x100b110d, 0x34dd0e03, 0x0c011e07, 0x26193506, 0x15170112, 0x1e4f2428, 0x080e0304, 0x0b5d2482, 0x19101617, - 0x04246720, 0x0c0a1403, 0x190e1a03, 0x0008100f, 0x02200082, 0xc036e782, 0xc001f001, 0x15001100, 0x16250000, 0x3f010f14, 0x27260702, 0xb1823426, - 0x011e2508, 0x07273707, 0x0606ea01, 0x01010149, 0x06d61cac, 0x26a54d06, 0x4c4cd0aa, 0x1006ce4c, 0x01014a06, 0xd51dac02, 0x15830982, 0x15827c20, - 0xff02002d, 0x020a00fd, 0x00730182, 0x83520043, 0x0706384f, 0x012e010e, 0x36372627, 0x06072627, 0x15171417, 0x06270616, 0x85353726, 0x8316200f, - 0x012e260e, 0x17363736, 0x3625823e, 0x031e3336, 0x033e3233, 0x07163237, 0x36171606, 0x35363205, 0x792b2634, 0xcb080528, 0x71023301, 0x0e0e0210, - 0x01181f23, 0x31170702, 0x10312d2b, 0x27281401, 0x12152827, 0x312c2b31, 0x29100113, 0x031c1c24, 0x1f1c190b, 0x35120a10, 0x14291935, 0x160e0f1d, - 0x15221513, 0x0b123535, 0xfe1d1f11, 0x25221de4, 0x251a011a, 0x7b141e0d, 0x0e0c3b12, 0x141c0a08, 0x16301011, 0x2c121013, 0x1f010102, 0x40010141, - 0x132d0120, 0x2f151211, 0x3b220102, 0x2d2c0305, 0x0103190b, 0x562d3032, 0x191f1901, 0x11181810, 0x302d5601, 0x01030132, 0x251a1728, 0x1c0e1a25, - 0x00000015, 0xfffeff0e, 0x019901c0, 0x006c00c2, 0x007c0074, 0x01d200c6, 0x01200119, 0x0136012a, 0x014b013e, 0x01630157, 0x2500006d, 0x0706011e, - 0x010e0706, 0x06200482, 0x2723d682, 0x822e2726, 0x260482f6, 0x34013f36, 0x5f37013e, 0x262105f8, 0x23018437, 0x33361736, 0x05820382, 0x011e322a, - 0x16323633, 0x33173617, 0x372c0482, 0x36373033, 0x32363417, 0x013e3217, 0x16820f82, 0x36173224, 0x01870716, 0x1e246283, 0x36271501, 0x28058e57, - 0x2e013e06, 0x16010e01, 0x26038203, 0x06373617, 0x82031e07, 0x246c8467, 0x27223736, 0x820c8236, 0x22078215, 0x85342706, 0x23222708, 0x26373522, - 0x2b822607, 0x36342624, 0x09850631, 0x35200d83, 0x07320b82, 0x14150626, 0x36321716, 0x27263635, 0x0617011e, 0x4c841607, 0x3e171625, 0x82272601, - 0x14272520, 0x16272607, 0x30230386, 0x84150616, 0x1707260d, 0x17162316, 0x20318406, 0x82088327, 0x82072003, 0x27148303, 0x17062617, 0x07363716, - 0x27220382, 0xa7840726, 0x83272621, 0x171424bd, 0x8226011e, 0x012e285e, 0x3217010e, 0x82342736, 0x247d8295, 0x3537011e, 0xe9281934, 0x82172008, - 0x82358387, 0x3736212b, 0x26218383, 0x084e8207, 0x0f740122, 0x01130315, 0x0e25040a, 0x241c191b, 0x191c2401, 0x04250d1c, 0x0313010a, 0x0e040f15, - 0x020f0e12, 0x3c080182, 0x0a030b01, 0x05070804, 0x13060c09, 0x0f080c04, 0x05020404, 0x04070106, 0x0b0b0207, 0x090a1606, 0x09010716, 0x0703090c, - 0x06040801, 0x0b080e04, 0x0d051305, 0x08070509, 0x0b030a04, 0x08418401, 0x12181627, 0x17251701, 0x3a2f2b0c, 0x2e1d0625, 0x031c0624, 0x10020e0a, - 0x1a443d29, 0x10161103, 0x02010608, 0x02050514, 0x083f8214, 0x09041463, 0x08080b01, 0x08010f02, 0x09020c03, 0x02070201, 0x09060f07, 0x0c070311, - 0x0d06010a, 0x0905030a, 0x0a03040a, 0x0e030206, 0x22132402, 0x1d18181e, 0x058d2401, 0x06010214, 0x031c170b, 0x293d4419, 0x090f030f, 0x030e0102, - 0x030a0602, 0x06090b04, 0x060c0b03, 0x070c0a01, 0x060a1103, 0x02081901, 0x2d978301, 0x0f010704, 0x0b080703, 0x13040901, 0x3f820703, 0x31233728, - 0x2b2e0102, 0x6e820970, 0x08042508, 0x670a0e15, 0x100d070a, 0x0b090c21, 0x25252d10, 0x25061d2e, 0x147e1c2e, 0x13250126, 0x1c102813, 0x22312349, - 0x53080282, 0x09020d52, 0x0b0e2615, 0x1e16080a, 0x0e0a0c23, 0x08030815, 0x0ad8090f, 0x08153225, 0x03241d1c, 0x1c1c0915, 0x24031509, 0x15081c1d, - 0x060a2532, 0x09112016, 0x0c040904, 0x0a08090a, 0x0b0a090b, 0x08010e08, 0x05080206, 0x01030103, 0x0a020104, 0x0d1f1f0d, 0x0b829e82, 0x0101032e, - 0x02080502, 0x0e010806, 0x090a0b08, 0x09226182, 0x3a820c0a, 0x230d2308, 0x22170220, 0x2502040e, 0x2f175e27, 0x2f180d2b, 0x0a1f012a, 0x21071e19, - 0x0b1b2314, 0x0102050f, 0x02830302, 0x0406033f, 0x01040a02, 0x01080701, 0x03020f02, 0x06090203, 0x0a080101, 0x05020601, 0x04010603, 0x26088202, - 0x03070307, 0x82040509, 0x02073265, 0x016c010f, 0x120b0a17, 0x0d0b1001, 0x02030d16, 0x2f028201, 0x1c0f1002, 0x07211422, 0x070a191e, 0x07020f01, - 0x0422a782, 0x34820905, 0x06020722, 0x02236282, 0x82050306, 0x080a2508, 0x09060101, 0x43086183, 0x0801020f, 0x04010107, 0x0604020a, 0x26061903, - 0x25280e24, 0x251404b6, 0x0b010e20, 0x086c2429, 0x0f11102a, 0x13270507, 0x178b0d17, 0x182e2b0d, 0x1aea2b0d, 0x010b0909, 0x04090e01, 0x017e0d10, - 0x16201f16, 0x42080483, 0x082d1315, 0x2e102a10, 0x1002040a, 0x29240a59, 0x1f0d020c, 0x02001427, 0xfeff0000, 0x82010002, 0x35001b00, 0x15250000, - 0x27343532, 0x2e27022e, 0x06222301, 0x23262223, 0x15060722, 0x37031e14, 0x82141516, 0x012e260f, 0x0e373435, 0x08118203, 0x3233015a, 0x26343536, - 0x15525601, 0x10110603, 0x080c4216, 0x1f090a15, 0x1a0c1708, 0x49362a16, 0x2b37057d, 0x0440703c, 0x13221e15, 0x534da971, 0x01a32c46, 0x0b5c052f, - 0x0b080e0b, 0x220f1419, 0x1a08044a, 0x1e111a1d, 0x1f1c0516, 0x0a193929, 0x0c050109, 0x59291319, 0x1a283b3b, 0x87088782, 0x09000800, 0xf801e0ff, - 0x0300a001, 0x0a000600, 0x11000e00, 0x1a001600, 0x00001e00, 0x23073713, 0x07271725, 0x3f330317, 0x33021f01, 0x23171303, 0x3f05012f, 0x03050701, - 0x4e1c012f, 0x83015b06, 0x7b9c8707, 0x8e0d5be1, 0x5a0e513d, 0x5a5889e0, 0xdcfe0106, 0x01888102, 0x2b669124, 0x836a1e01, 0xba93858d, 0x090601f0, - 0x0958429a, 0x8501fafe, 0x26127176, 0x11930e30, 0x53c9e4fe, 0x15000200, 0xac01c0ff, 0x1300c101, 0x25236f83, 0x82070614, 0x012b31fc, 0x013d2622, - 0x3435012e, 0x05163236, 0x3e011e14, 0x53080a82, 0x01062226, 0x083e4fab, 0x08066006, 0xa8774f3e, 0x1cf1fe77, 0x2b1c2928, 0x43f52b33, 0x0666146a, - 0x66060808, 0x54436a14, 0x1a547777, 0x23080823, 0x2525201a, 0xfdff0400, 0x7d021e00, 0x6b006201, 0x84007500, 0x00008800, 0x17163701, 0x07141716, - 0x2726020e, 0x33240982, 0x06173736, 0x232f0c82, 0x0e012e22, 0x17060701, 0x23042e23, 0x82160622, 0x27022a07, 0x1e170626, 0x36373601, 0x41098226, - 0x3e210588, 0x050b6c01, 0x22230628, 0x37342726, 0x2082013e, 0x27203d82, 0x2905d445, 0x033e3736, 0x011f1617, 0x32821614, 0x46823020, 0x16323726, - 0x14231415, 0x48082d83, 0x32333634, 0x22343206, 0x5b01d701, 0x04111226, 0x3022130d, 0x37010a1f, 0x0419191b, 0x13030304, 0x1d0a1d34, 0x02091110, - 0x02311704, 0x1810090c, 0x02171810, 0x25092e02, 0x36361226, 0x262a0a15, 0x18130f09, 0x0506100a, 0x082d8201, 0x0c0501ad, 0x0f08080d, 0x0d16011a, - 0x10161424, 0x241a0606, 0x0c1b3316, 0x1a0e0905, 0x3344244a, 0x493f1133, 0x12242e3c, 0x160f0119, 0x010f0b26, 0x0f0b0b0f, 0x07010b0f, 0x59011717, - 0x0a160d01, 0x0904023c, 0x15140307, 0x011d0118, 0x0210020f, 0x030e0b03, 0x090b0202, 0x1a042018, 0x1c08110d, 0x2f200a1e, 0x45090316, 0x06121526, - 0x022d130c, 0x05090901, 0x01010207, 0x0b080701, 0x13170303, 0x01080f19, 0x15300e0b, 0x020b1a12, 0x13112804, 0x303e2324, 0x03071b16, 0x34180202, - 0x2f22141a, 0x100a1501, 0x0f0b010a, 0x1d101510, 0x18070010, 0x280c6761, 0x0029001d, 0x003e0031, 0x09897c4a, 0x1e06242a, 0x2e013e01, 0x36320701, - 0x3005ac7e, 0x1e141506, 0x17161701, 0x37342637, 0x16070627, 0x061d4614, 0x36371639, 0x010e2737, 0x37160727, 0x013f023e, 0x26062726, 0x17072627, - 0x7c911636, 0x332e05b5, 0x1917070d, 0xf617070e, 0x0f08120e, 0x04820d09, 0x0d252c08, 0x2727182b, 0x100d2b18, 0x0e0717c9, 0x0d071719, 0x2e042525, - 0x172b5204, 0x1302322f, 0x042e081a, 0x03251425, 0x2b172f32, 0x84b80152, 0x163f2245, 0x2645831a, 0x0d13cd0d, 0x84090e09, 0x32032d04, 0x5e1b281d, - 0x321d281b, 0x0d972b0e, 0x54084483, 0x2445161a, 0x2f2f0134, 0x0e172914, 0x6505140e, 0x08243401, 0x170e1516, 0x00301529, 0x04000600, 0x7c01e0ff, - 0x0e00a201, 0x3b002700, 0x53004600, 0x00006b00, 0x15333537, 0x2622010e, 0x1533013d, 0x27361614, 0x1517013e, 0x07070e14, 0x2135082e, 0x020e2635, - 0x08f48207, 0x3e170324, 0x013e2705, 0x1415011e, 0x23152706, 0x3e011e37, 0x2e343502, 0x17070602, 0x15173634, 0x06150626, 0x4582021e, 0x82352721, - 0x08178240, 0x082167bc, 0x2119231e, 0x4a5f0e0e, 0x08065bd2, 0x11210d14, 0x1a1a142c, 0x1f132a16, 0x0608140e, 0x5c276601, 0x0f255954, 0x2a2c3115, - 0x172d2722, 0x0bd20815, 0x2f1a2420, 0x03212119, 0x080a0d05, 0x070c0907, 0x153b4f04, 0x1101230d, 0x37011015, 0x01240f1b, 0x91111310, 0x08058e7b, - 0x68671a1a, 0xe7030b0e, 0xdd2c0428, 0x18181e11, 0x140b1510, 0x0a0b0c09, 0x10150b14, 0x111e1818, 0x0f0406d8, 0x1a7f212b, 0x161f1c28, 0x19130f12, - 0x81221d16, 0x27050606, 0x08233322, 0x01015f45, 0x13180901, 0x020a1712, 0x1d0e0102, 0x0e1d1114, 0x0d090f01, 0x1f11180a, 0x0e1e1114, 0x0f091102, - 0x834b1609, 0x001b3f05, 0x01250220, 0x001b0060, 0x00480035, 0x27062500, 0x063e3526, 0x2623012e, 0x3427010e, 0x627d013e, 0x0e072a05, 0x32370706, - 0x23172433, 0x2d128217, 0x040e0716, 0x21032125, 0x033e3724, 0x2b822726, 0x27012e26, 0x02cc0126, 0x02217582, 0x82058301, 0x073f0804, 0x0e041e2f, - 0x03080513, 0x8207161b, 0x1c251a0d, 0x1f59273a, 0x01341c34, 0x1ec40200, 0x1b226625, 0x110a0101, 0xf1fe2117, 0xfe44c601, 0x05920159, 0x050a0501, - 0x13040601, 0x8651011d, 0x8204ce48, 0x05022746, 0x04040504, 0x00840204, 0x02012d08, 0x12080204, 0x100a0535, 0x2c131d0d, 0x1801f610, 0x0223115d, - 0x02010501, 0xa2090503, 0x029ec0fe, 0x10130702, 0x02050513, 0x0f1c160b, 0x0033db85, 0xf001c8ff, 0x5100b801, 0x94005900, 0x0e250000, 0x83060702, - 0x26272c01, 0x013f023e, 0x14012f26, 0x8207010e, 0x063721f0, 0x3627c482, 0x2e372637, 0x82363702, 0x013e3b01, 0x37301733, 0x031e1736, 0x1637011f, - 0x07030e07, 0x17011e22, 0x3106011e, 0x1f821632, 0x05823320, 0x2405de4d, 0x012e1332, 0x21528323, 0xa5442736, 0x26072605, 0x26222627, 0x26688722, - 0x06170607, 0x82010e17, 0x1706263c, 0x33163716, 0x325e8432, 0x023e3736, 0x1d108a01, 0x07031724, 0x04123015, 0x82030102, 0x27e88203, 0x0c030403, - 0x060b0a17, 0x7808f582, 0x2f070d07, 0x050b0502, 0x040b0405, 0x0707170a, 0x0106070b, 0x01040504, 0x080d0f02, 0x09070802, 0x0e090101, 0x03010505, - 0x0b120602, 0x030c121b, 0x91ce915c, 0x0242ce91, 0x1f160b0f, 0x20030507, 0x04040512, 0x090f0607, 0x06020106, 0x08080805, 0x02131c04, 0x08070a08, - 0x0c01250f, 0x03060508, 0x14180e02, 0x1a2f140a, 0x1c220708, 0x09071114, 0x11046704, 0x01040714, 0x24588205, 0x03060704, 0x08938201, 0x0c020138, - 0x0b0c030a, 0x07040e06, 0x0b1c1007, 0x09022135, 0x010d0818, 0x090a0504, 0x030b1701, 0x08090701, 0x1a050303, 0x0b140b27, 0x1407020e, 0x101b0c0e, - 0x11060801, 0x8a83be14, 0xfe914d08, 0x010d0abd, 0x2f020413, 0x101b1a20, 0x040b0e2d, 0x02010414, 0x090d0603, 0x03021502, 0x18151304, 0x1c0c3122, - 0x11030e16, 0x0a0a0d07, 0x0c050206, 0x01040e11, 0x00000b09, 0xff030003, 0x01bd01df, 0x000900a0, 0x004b0031, 0x37363700, 0x2a06c94c, 0x27013e17, - 0x032e2726, 0x4b0e2223, 0x162005e1, 0x26341b82, 0x33362627, 0x06021e32, 0x30371607, 0x1615011e, 0x27222306, 0x26200382, 0x0805c941, 0x041e3225, - 0x0c0825e0, 0x16181e23, 0x1bb00709, 0x551e0a14, 0x10110609, 0x080b060c, 0x03080509, 0x6a010108, 0x822f0e09, 0x2c8b0855, 0x2929090a, 0x02152214, - 0x64421e1c, 0x3b120809, 0x39393731, 0x123b3137, 0x24126a0b, 0x190e0f1f, 0x4b282612, 0x102d252e, 0x2413140e, 0x320b7824, 0x13a54a19, 0x0307160c, - 0x0c060803, 0x01031006, 0x3b2518d9, 0x38330405, 0x103b292c, 0x25432e22, 0x13139f49, 0x3e503202, 0x2032503e, 0x022425d5, 0x55451d13, 0x09000000, - 0xc0ff0000, 0xc2010002, 0x47003f00, 0x57004f00, 0xa6009b00, 0xb700ae00, 0x0000b800, 0x14021e25, 0x82270607, 0x221721cb, 0x2622ea82, 0xf1820e27, - 0x83063721, 0x22ea840a, 0x83360722, 0x17362307, 0x08821716, 0x16200582, 0x16250984, 0x1e070607, 0x21048201, 0x2a82023e, 0x17270d82, 0x27263716, - 0x82163706, 0x834b820d, 0x21098234, 0x2d833734, 0x23022e25, 0x82011e32, 0x2726273e, 0x17140726, 0x28820706, 0x012e1523, 0x86308236, 0x8213824c, - 0x3e323034, 0x020e3106, 0x2e131623, 0x0e220702, 0x82360702, 0x07262328, 0x3c4c1732, 0x166a0905, 0x17263732, 0x1e15c101, 0x7b19060c, 0x1827251f, - 0x04040603, 0x34201d1b, 0x34100704, 0x08061123, 0x16260908, 0x04195704, 0x0238250e, 0x0f0e1016, 0x100b1801, 0x211c1613, 0x052b2934, 0x1a0a0404, - 0x09091d21, 0x0925216c, 0x022f0201, 0x111610b9, 0x0f0a0b1b, 0x03021ac9, 0x110b0b1f, 0x1b24318a, 0x02634402, 0x383b1414, 0x010d1507, 0x09180d03, - 0x41340b0d, 0x05222130, 0x140e1f0e, 0x0a070201, 0x1c031314, 0x41442216, 0x0e0b0a06, 0x0b072e27, 0x0708090b, 0x01020305, 0x08131f0c, 0x1d100424, - 0x0b0d0608, 0x48240107, 0x03150807, 0x1d021515, 0x0102090e, 0x26242b06, 0x1c0ddeb7, 0x25071518, 0x481a2b05, 0x04030314, 0x04152f1c, 0x1d190e0f, - 0x100f0408, 0x323b261f, 0x03070a2c, 0x2e260209, 0x3a180202, 0x02020d1a, 0x053e1b16, 0x07204412, 0x1131240e, 0x6a0d0c2a, 0x080c0c02, 0x692b1d1d, - 0x0f03031a, 0xa30c1412, 0x13121001, 0xbd081213, 0x27293520, 0x0d081227, 0x140b0403, 0x0509170f, 0x10111116, 0x1403031b, 0x06025f4f, 0x1f1d4f4a, - 0x10200e02, 0x3a3a0103, 0x4d27122b, 0x0f100804, 0x0101262e, 0x02030202, 0x09020102, 0x0e01130a, 0x011c1606, 0x131e1209, 0x010c0517, 0x13013302, - 0x0a271b90, 0x14120d01, 0x00820017, 0x2b510420, 0x000c3508, 0x00290019, 0x25000042, 0x2b020e14, 0x32333501, 0x2327021e, 0x01210683, 0x21118215, - 0xa76a3722, 0x2160080b, 0x34071632, 0x35363527, 0x032e013c, 0x3a11012b, 0x3e323603, 0x01363701, 0x09130b24, 0x0f515105, 0x32020714, 0x13104b4b, - 0x0e090904, 0x1f2ccc05, 0x2c1fd6fe, 0x2a011f2c, 0x316e2c1f, 0x100a0425, 0x137f131c, 0x0c1b172e, 0x0409080f, 0x130f8835, 0x09510106, 0x48440a10, - 0x0b090e0c, 0x8404070f, 0x2c2f2f89, 0x010a39f2, 0x06042810, 0x080f0d13, 0x8201fafe, 0x001031d7, 0x0c000300, 0xb401e0ff, 0x1500a001, 0x39002b00, - 0x072db582, 0x012f2206, 0x36013f26, 0x16011f32, 0x23078632, 0x010f1627, 0x17211790, 0x83268725, 0x01272e1c, 0x0803c5ac, 0x0707c503, 0x0407042f, - 0x200a8287, 0x21078287, 0x0082072f, 0xfe231792, 0x86070797, 0x3b068316, 0x02026143, 0x17040461, 0x02430101, 0x01014302, 0x04850417, 0x02026203, - 0x17040362, 0x16821084, 0x03035b25, 0x8501015b, 0x04002105, 0x0026af82, 0x8001eb01, 0x6b531200, 0x01002106, 0x2c056553, 0x3335012b, 0x23152111, - 0x33363435, 0x21128203, 0x04833523, 0x23263423, 0x08038217, 0x011e356a, 0x12c00115, 0x95121919, 0x2b80fe95, 0x1b2b1219, 0x583e4025, 0xc02c3f2b, - 0x8a615070, 0x12198001, 0x1912d6fe, 0x402a012b, 0xfe191240, 0x951b25c0, 0x3f2c3e57, 0x2b70506b, 0x00618901, 0x00030000, 0x01dfff00, 0x00a30181, - 0x0078001a, 0x13000082, 0x062a2316, 0x0722010e, 0x06153723, 0x1c010e14, 0x36261305, 0x07163217, 0x3205f455, 0x31353632, 0x27012e34, 0x27062e30, - 0x2607020e, 0x83272606, 0x34240801, 0x043a3736, 0x023e3236, 0x35013e37, 0x3e343534, 0x1f161701, 0x061e3201, 0x06011e17, 0x2b070e23, 0x37262201, - 0x77080c83, 0x2e273237, 0x17017901, 0x0d0c1309, 0x04040807, 0x01010303, 0x0101016d, 0x1d220b4f, 0x010b060d, 0x0a15090f, 0x17061b13, 0x0d080913, - 0x06080c0b, 0x14080301, 0x361f080c, 0x0a091314, 0x0a0b0e01, 0x09100e17, 0x04050609, 0x02060203, 0x20151907, 0x0f014105, 0x0e091107, 0x0a010808, - 0x02010504, 0x11110e0b, 0x040b0f11, 0x48281203, 0x1f090403, 0x03020505, 0x163c0128, 0x6f316282, 0x03030101, 0x07080405, 0xfe140c0d, 0x01311cc3, - 0x085d8219, 0x0c080769, 0x08131b0d, 0x02041813, 0x07050401, 0x0c070e0a, 0x01031d19, 0x0f141303, 0x0d102e2b, 0x02010112, 0x06010301, 0x0f172813, - 0x030a0b06, 0x030b1a05, 0x09040501, 0x360a0f0b, 0x1e134177, 0x070a1116, 0xe2130103, 0x03040106, 0x05100701, 0x07000400, 0xf901dfff, 0x2900a001, - 0x79004700, 0x00008700, 0x32333613, 0x57011e17, 0x352c063c, 0x26220614, 0x010e1435, 0x012e2223, 0x06230c86, 0x57262223, 0x33290576, 0x37323332, - 0x1e373216, 0x2a028201, 0x06070614, 0x012e2720, 0x82163736, 0x06323a02, 0x07050e22, 0x031e010e, 0x35013e33, 0x16143716, 0x3e013a17, 0x27263403, - 0x0819822e, 0x26070126, 0x2e072223, 0x17161701, 0x27141527, 0x07353122, 0x4837013e, 0x4f699820, 0x111f3110, 0x291d1e15, 0x0e170e1d, 0x08820282, - 0x151e4c08, 0x94311f11, 0x01012111, 0x43101123, 0x0b240911, 0x0b0b0301, 0x3cfbfe3b, 0x03030a0e, 0x1109240b, 0x12150f43, 0x050c0a0f, 0x0304020b, - 0x0a0d0504, 0x4e231e09, 0x071e234e, 0x07060a08, 0x02030302, 0x0a0c050b, 0x0c15120f, 0x82160912, 0x12093c00, 0x1d082c47, 0x031d1717, 0x9d010c1a, - 0x38090303, 0x1f14150a, 0x1e14141e, 0x830d141e, 0x830d2074, 0x1e142809, 0x0a15141f, 0x821d7d38, 0x10420800, 0x47130410, 0x0e0b4d5b, 0x667b0e0e, - 0x110f041e, 0x1308191d, 0x29122210, 0x0d161008, 0x01010309, 0x0d0d1925, 0x02012519, 0x0d0a0603, 0x29080c12, 0x13102212, 0x0a090108, 0x090a0303, - 0x010e292f, 0x02820119, 0x0b1c0623, 0x08008200, 0xfcff0f48, 0x8002dfff, 0x0300a001, 0x19000f00, 0x67004400, 0x93008700, 0xda00b100, 0x14010801, - 0x4a012e01, 0x6d016901, 0x23370000, 0x36333236, 0x22231415, 0x34352627, 0x36073236, 0x27061517, 0x34013d26, 0x27061425, 0x0282020e, 0x27022e38, - 0x36022e06, 0x023e2637, 0x36173233, 0x061e3233, 0x021e3617, 0x31823405, 0x17163630, 0x36303532, 0x27303533, 0x14150626, 0x49851617, 0x14010f3c, - 0x32331631, 0x14072237, 0x17311431, 0x32303116, 0x3233013e, 0x06261516, 0x2582011d, 0x82363721, 0x012e2660, 0x012b3437, 0x24108222, 0x3532013b, - 0x06fb4f37, 0x37831720, 0x27353629, 0x23062334, 0x82333522, 0x823c205d, 0x836582ad, 0x8234206e, 0x17332580, 0x31363027, 0x23217083, 0x27728922, - 0x15223134, 0x16331407, 0x34225283, 0x37823637, 0x27323727, 0x07060726, 0x22178323, 0x8206013b, 0x2322270a, 0x06300722, 0x25820631, 0x36373623, - 0x20238237, 0x85748417, 0x26372372, 0x8f893507, 0x37219f82, 0x26758236, 0x30353736, 0x82012f17, 0x33342b8b, 0x1f323132, 0x35363501, 0x58822336, - 0x82141521, 0x313621df, 0x3020b686, 0xb68b0e85, 0x3c355f08, 0x32012e02, 0x1af92317, 0x0e8a1801, 0x01030b0e, 0x06f10408, 0x03060f0f, 0x4065f501, - 0x1f36260a, 0x2d29230a, 0x23082228, 0x1c091f3a, 0x1e090e1d, 0x253d2238, 0x10082f22, 0x0b0d0e0e, 0x2304090a, 0xfd223845, 0x010e11f8, 0x02020711, - 0x20090101, 0x0b090d12, 0x02010108, 0x20150f08, 0x1282070e, 0x05080430, 0x0f160606, 0x03190d07, 0x01240b01, 0x0282010a, 0x0b073823, 0x24eb820e, - 0x050d1007, 0x2d728201, 0x01251008, 0x16220301, 0x09080d12, 0x0a820108, 0x0c080129, 0x0e110b09, 0x83090a0a, 0x0150251e, 0x0b01050c, 0x012e0982, - 0x03050a0f, 0x02020108, 0x02020908, 0x29820903, 0x09365f82, 0x02040809, 0x36020c09, 0x05141306, 0x13060404, 0x2a040415, 0x6885070f, 0x0905042f, - 0x2f010201, 0x07040202, 0x06011011, 0x2e0c8205, 0x100c1001, 0x0107081d, 0x15120536, 0x851e0204, 0x11072181, 0x5a088182, 0x1a011824, 0x15010eca, - 0x04040c14, 0x05180a0a, 0x04031103, 0x04010403, 0x0e54421a, 0x0f0b1b13, 0x010e2117, 0x07172310, 0x3a393119, 0x323e1e11, 0x02233120, 0x09080604, - 0x10060c0b, 0x443f230a, 0x0306050c, 0x01040107, 0x07010107, 0x050c0e06, 0x06070405, 0x01080101, 0x82053d07, 0x82012011, 0x02092184, 0x0938d182, - 0x01070905, 0x07052201, 0x0101150a, 0x3201014f, 0x0e070907, 0x0308070e, 0x03282483, 0x05030111, 0x12320706, 0xaf824c84, 0x05222a82, 0x4c8a080a, - 0x08013a23, 0x23558305, 0x0e060a06, 0x34325c82, 0x01010703, 0x03030207, 0x36060a03, 0x12120801, 0x03820c0c, 0x0a041d2b, 0x38010105, 0x0c1c0101, - 0x05767503, 0x01073538, 0x01012702, 0x01030501, 0x14080505, 0x2801031e, 0x05061210, 0x76871d01, 0x0201013e, 0x0e080504, 0x02000000, 0x20000000, - 0x60010002, 0x39002000, 0x23370000, 0x36342622, 0x2305965a, 0x1422012b, 0x15850988, 0x17263626, 0x32333736, 0x3b052c43, 0x3436012b, 0x16323327, - 0x0e14011d, 0x72d62301, 0x293b3b29, 0x18181085, 0x14148710, 0x22080c84, 0x171711ac, 0x0b0cae11, 0x082b480b, 0x050b0841, 0x0f760509, 0x2e21890f, - 0x98162415, 0x173b523b, 0x85281722, 0x14143306, 0x0c331d78, 0x09067808, 0x112e1105, 0x16a0212f, 0x97821525, 0x51180220, 0x072208c7, 0x99508000, - 0x25260809, 0x3427013e, 0x012a0726, 0x3007060e, 0x0706032e, 0x1e17010e, 0x06071405, 0x34372627, 0x26363736, 0x16060706, 0x09821617, 0x26012f28, - 0x1e173637, 0x174c1702, 0x22232305, 0x1e82012e, 0x06220739, 0x37161417, 0x023e3736, 0x013e3437, 0x023e1635, 0x07263635, 0x82011e14, 0x3e7e0842, - 0x15363305, 0x14150616, 0x91ce9916, 0x0191ce91, 0x010a0a7e, 0x03021419, 0x0d0f090b, 0x060e0e0f, 0x14170d0f, 0x06100d1b, 0x03090313, 0x01020205, - 0x02131b07, 0x0f040204, 0x12040414, 0x04311e19, 0x0f0d1803, 0x0a150b0d, 0x0a051210, 0x11120a08, 0x05020a0c, 0x0b0c0601, 0x01100910, 0x21271217, - 0x07091711, 0x1f120101, 0x1e010a12, 0x05010603, 0x03041d10, 0x0f0c0708, 0x07010c0a, 0xee50010b, 0x01013705, 0x100d080f, 0x08030201, 0x1d14100a, - 0x0c0a0e11, 0x0d090504, 0x7282192a, 0x04073808, 0x17030506, 0x010b0506, 0x100c0507, 0x1e0d0c03, 0x181a0a07, 0x0f0e1c16, 0x03050d10, 0x2104110b, - 0x0e343431, 0x05050209, 0x0f011d06, 0x01110e0b, 0x37142701, 0x83022427, 0x0b053fac, 0x0212070e, 0x060a040e, 0x16040a05, 0x140f230e, 0x02080108, - 0x0908050c, 0x02000500, 0xce82e0ff, 0x2600a02a, 0x4a004400, 0x63005000, 0x3005455a, 0x22230616, 0x032a2726, 0x23010e27, 0x012e3122, 0x05594d37, - 0x37023e28, 0x3233023e, 0x08820316, 0x022e363b, 0x07062223, 0x1623040e, 0x17163617, 0x36333216, 0x34263233, 0x06141636, 0x21058436, 0x16822607, - 0x011ea608, 0x37013e37, 0x0e071636, 0x26220701, 0x3e0bf601, 0x1b1f0a3e, 0x02011e15, 0x04181816, 0x02151e01, 0x3f081d1a, 0x100e0925, 0x03041011, - 0x59420903, 0x747c4e30, 0x071e2615, 0x5035140f, 0x0c6e402c, 0x0c040302, 0x3c22151b, 0x0a0c3212, 0x200e0648, 0x191a9a12, 0x1a195b19, 0x0c02941a, - 0x2403020e, 0x04231919, 0x05031903, 0x3320282e, 0x1e7240f6, 0x141d2d19, 0x011d1501, 0x3116192a, 0x19141d0d, 0x492d0f32, 0xfcfe6027, 0x16291e09, - 0x253e532e, 0x2a0b3b4d, 0x2d10201e, 0x16091114, 0x21ad1c01, 0x0d210e0e, 0x3205840d, 0x04090829, 0x011b1108, 0x0c111901, 0x28160c06, 0x82002501, - 0x00043b00, 0x01ffff1d, 0x008101e3, 0x001d000e, 0x00560030, 0x010e0100, 0x37362627, 0xf1823732, 0x14151623, 0x05255607, 0x27222723, 0x29ea832e, - 0x15031e37, 0x22070614, 0x2482022e, 0x013a3326, 0x34352625, 0x1f222882, 0x2f873301, 0x010e0324, 0xea463023, 0x33760806, 0x33163330, 0x01373632, - 0x08502aa6, 0x02135f08, 0x0a030301, 0x0d08090e, 0x0103030a, 0x085f1302, 0x04545008, 0x0b020507, 0x2a2d1508, 0x7604021c, 0xfe020116, 0x0b0e014f, - 0x0151070f, 0x0a10064d, 0x106e010e, 0x0b012726, 0x090c0f0c, 0x16070701, 0x28010b19, 0x05062117, 0x01010b49, 0xe00b090e, 0x0d0a0b07, 0x480b0101, - 0x6e210506, 0x07060401, 0x010d0805, 0x06820502, 0x8c122a08, 0x0f0a0404, 0x0fcbcd0e, 0x0304090e, 0x262aeffe, 0x09100402, 0x201b010d, 0xffff0100, - 0xc101e0ff, 0x2b00a101, 0x16250000, 0x06924b14, 0x013f342b, 0x17160617, 0x17010e15, 0x22fc8216, 0x82352726, 0x3637240e, 0x83270726, 0x372d0803, - 0x01173236, 0xc30808b8, 0xc4091709, 0x32870808, 0x110f0905, 0x1c0a0d07, 0x12030c0a, 0x142f0b2f, 0x321a1d13, 0x33141e07, 0x08180928, 0x232482d4, - 0xc40808c3, 0x27080682, 0x1d0a3386, 0x24077b06, 0x090a0a0d, 0x2e7a0925, 0x14131f1a, 0x1432092e, 0x2934071e, 0x06000808, 0xe0ff0000, 0xa001c001, - 0x3e080982, 0x0031000a, 0x0041003d, 0x37000045, 0x35012b14, 0x11373233, 0x34131121, 0x2e27012e, 0x33343502, 0x013b1532, 0x22232634, 0x16141506, - 0x15011e17, 0x35222314, 0x16061523, 0x013e3233, 0x18263437, 0x22098bae, 0x82072337, 0x33630802, 0x131316f5, 0x40fecb16, 0x11140997, 0x14040b0b, - 0x1a011e15, 0x15201519, 0x14090d1e, 0x22011f19, 0x0d170f17, 0x341a1c7e, 0x17101321, 0x1f31150f, 0x301f8830, 0x2a15d81e, 0x0140feb3, 0x0b00ffc0, - 0x04050d10, 0x0e040605, 0x13191112, 0x0a131013, 0x0e070804, 0x17160116, 0x14441109, 0x0b2f8a19, 0x828a4e14, 0x00200800, 0x0c000700, 0xf401c7ff, - 0x3600b801, 0x4e004300, 0x61005600, 0x77006e00, 0x33250000, 0x2223010e, 0x23052042, 0x2e231716, 0x71550c82, 0x83352005, 0x012e26c6, 0x37363435, - 0x2050823e, 0x2dcc8332, 0x0e222306, 0x3e011d02, 0x0e162701, 0xd4840702, 0x07343532, 0x2726023e, 0x2716030e, 0x17160722, 0x07263736, 0x1e2d5182, - 0x013e1701, 0x3307012e, 0x032e3732, 0x20508237, 0x05c85c16, 0x27265308, 0x19da0106, 0x74607c13, 0x60748484, 0x1319147c, 0x756a566e, 0x27435f31, - 0x182d1e24, 0x490f2d34, 0x2c1e104a, 0x122e3517, 0x510a131c, 0x04046468, 0x131d2407, 0x1121182b, 0x051d1992, 0x1b150101, 0x0e020309, 0x132b132b, - 0x72132a13, 0x05010201, 0x0483191d, 0x01298d08, 0x221a132a, 0x4004040c, 0x15015926, 0x17160c0c, 0x53760c0b, 0x7474845b, 0x48535b84, 0x456a754d, - 0x31023662, 0x2d172724, 0x01342e1f, 0x21181a1f, 0x2f1e2d18, 0x1c130a34, 0x4c033112, 0x252408da, 0x111b0622, 0x5c441821, 0x15251b04, 0x18140308, - 0x1c8e0f1d, 0x08232308, 0x1707331c, 0x08041b24, 0x901c2416, 0x231d051b, 0x44060e26, 0x0b0d2624, 0x0d0b1717, 0x06001615, 0xe0ff0700, 0xa0013902, - 0x1b000700, 0x35002500, 0x48003c00, 0x2a093346, 0x2e373617, 0x3e343502, 0x82323301, 0x26362c0a, 0x2503012b, 0x07232707, 0x82173733, 0x23372502, - 0x1e072337, 0x07985018, 0x27073e08, 0x2b060732, 0x32013f01, 0x011e3233, 0x2b010e07, 0xe8ac3701, 0xa4e8a4a4, 0x111d58c3, 0x2315111d, 0x01080915, - 0x2e250501, 0x26014d86, 0x1a200f09, 0x240b0825, 0x68157216, 0x17165c35, 0x081e821c, 0x1005064f, 0x07071f5f, 0x2e0e191f, 0x090b0201, 0x17030207, - 0x010c150e, 0x83ba83a0, 0x01e2ba83, 0x2015043c, 0x14231412, 0x23030402, 0xb8ddfe26, 0x235a2525, 0x54b65a23, 0x270852cd, 0x14231518, 0x1e783d01, - 0x0163391b, 0x130b0908, 0x00000030, 0x20d38206, 0x22db8260, 0x820c0021, 0x822620db, 0x00462dd9, 0x13000050, 0x33371733, 0x07272317, 0x25370283, - 0x17031e32, 0x07020e14, 0x1735012b, 0x35033e32, 0x012f2634, 0x82021e17, 0x022b3912, 0x013a3335, 0x1617021e, 0x15271415, 0x013e3033, 0x23012e35, - 0x36163607, 0x88082482, 0x11152307, 0x2d292a2f, 0x1a042e0d, 0x2c051c2d, 0x0d042301, 0x01141920, 0x0a1c1c13, 0x022f300a, 0x0a0c1007, 0xee0c0b18, - 0x12130b04, 0x09091a19, 0x0702342e, 0x010d0e12, 0x020c3c01, 0x03080202, 0x16120204, 0x010a0a15, 0xc0767620, 0x50504d4d, 0x120b02c0, 0x281b1a27, - 0xc0010a12, 0x0a060293, 0x1a140d15, 0x011c0202, 0x1b261d06, 0x04c0060c, 0x040a0e06, 0x15121005, 0x05030702, 0x03016d04, 0x0b0c0c0b, 0x00001201, - 0x08eb4705, 0x12000a2c, 0x24001600, 0x00002e00, 0xb2823201, 0x82020e21, 0xb16318d2, 0x35172507, 0x32371523, 0x3429c182, 0x0e222326, 0x16141501, - 0x059f5817, 0x012b2e08, 0x29270115, 0x2311072b, 0xce602f18, 0x91ce9191, 0x060f1ea7, 0x080c0509, 0x0b050905, 0x163d3194, 0x01512434, 0x0b212c04, - 0x9a101a18, 0x251f82b4, 0xd0d8ce91, 0x2282e7d0, 0x840c0821, 0x3ee72c04, 0x202e1a2a, 0x000000d0, 0x44000002, 0x3c2206f3, 0x85826d00, 0x011d1425, - 0x60141514, 0x2325053f, 0x22012b22, 0x062d6923, 0x3d343528, 0x34353401, 0xc155013e, 0x37012607, 0x3b323332, 0x21048201, 0x76441716, 0x05595f05, - 0x5f362721, 0x072605b2, 0x27260706, 0x1b822726, 0x27022e22, 0x0e212283, 0x820e8201, 0x372a0808, 0x3e373633, 0x01011e02, 0x0e0705c0, 0x0f1e0d1b, - 0x08c80607, 0x0d1e0f05, 0x05070e1b, 0x030a0e05, 0x040a0803, 0x0b160a03, 0x198b0503, 0x02463408, 0x04190702, 0x3b0e0105, 0x0a131a3a, 0x04030202, - 0x1c2c534c, 0x392f0d19, 0x4e0a0915, 0x2b501e3f, 0x42271215, 0x03014151, 0x120e0602, 0x24011010, 0x89b8050b, 0x246a8c57, 0x03020b1a, 0x053f4a07, - 0xf7248387, 0x28200804, 0x49087f82, 0x22763701, 0x06244e23, 0x2f030106, 0x1a233c53, 0x132d2107, 0x30630c0e, 0x09140113, 0x231c3e0e, 0x04010222, - 0x0d050204, 0x02000000, 0xc8ff0600, 0xb901f801, 0x53000c00, 0x32120000, 0x0e141516, 0x26222303, 0x34360534, 0xed823427, 0x2635262b, 0x0607012b, - 0x31143115, 0x25f98217, 0x06071415, 0x56410607, 0x2a1e8406, 0x3f363734, 0x34313501, 0x8322012f, 0x372a821a, 0x17141506, 0x3337021e, 0x99013e16, - 0x2e1991cd, 0x67284c3d, 0x01890191, 0x0426d682, 0x01040101, 0x09820420, 0x09080334, 0x031a1916, 0x04030a04, 0x0a16181a, 0x03020308, 0x19820401, - 0x22082582, 0x01010303, 0x373d1a01, 0x1a3d3704, 0x6692b801, 0x2e3d4b29, 0x79cd9219, 0x16080f08, 0x07120e16, 0x82050401, 0x0d093345, 0x29151514, - 0x06041513, 0x13150406, 0x14151529, 0x1682090d, 0x01040532, 0x160f1107, 0x08070816, 0x16302908, 0x30160101, 0x0026e782, 0x56011c00, 0x09840100, - 0x1a000024, 0x0b863600, 0x1d000124, 0x0b868d00, 0x07000224, 0x0b86bb00, 0x24000324, 0x0b860d01, 0x1d000424, 0x0b866e01, 0x26000524, 0x0b86da01, - 0x1a000624, 0x0b863702, 0x2c000a24, 0x0b86ac02, 0x17000b24, 0x0b860903, 0x15001024, 0x0b864d03, 0x07001124, 0x0b867303, 0x1d001224, 0x0b86b703, - 0x15001524, 0x0b860104, 0x0700162a, 0x03002704, 0x09040100, 0x3420ab82, 0x0b850382, 0x3a000124, 0x17865100, 0x0e000224, 0x0b86ab00, 0x48000324, - 0x0b86c300, 0x3a000424, 0x0b863201, 0x4c000524, 0x0b868c01, 0x34000624, 0x0b860102, 0x58000a24, 0x0b865202, 0x2e000b24, 0x0b86d902, 0x2a001024, - 0x0b862103, 0x0e001124, 0x0b866303, 0x3a001224, 0x0b867b03, 0x23821520, 0x0b86d520, 0x0e00163e, 0x43001704, 0x70006f00, 0x72007900, 0x67006900, - 0x74006800, 0x28002000, 0x29006300, 0x46200782, 0x6e201b82, 0x41261184, 0x65007700, 0x0f827300, 0x07826d20, 0x6f43003c, 0x69727970, 0x20746867, - 0x20296328, 0x746e6f46, 0x65774120, 0x656d6f73, 0x34970000, 0x35002022, 0x42205282, 0x61246882, 0x64006e00, 0x20224c82, 0x4c825200, 0x75006726, - 0x61006c00, 0x00201782, 0x2031488b, 0x72422035, 0x73646e61, 0x67655220, 0x72616c75, 0x882d8f00, 0x2071b917, 0x2293822d, 0x8431002e, 0x82322005, - 0x90c88aba, 0x352d257f, 0x2e35312e, 0x15412583, 0x22e0c116, 0x82330033, 0x822e208c, 0x0032268e, 0x00200032, 0x1a4c4128, 0x65007628, 0x73007200, - 0x8d846900, 0x2d823a20, 0x89003521, 0x00292bca, 0x31333300, 0x3232352e, 0x55412820, 0x6576280c, 0x6f697372, 0x85203a6e, 0x412782cd, 0xe241073d, - 0x0035210d, 0x200ba941, 0x0f7b412d, 0xf1415383, 0x41352006, 0x2d2005a6, 0x22088e41, 0x82680054, 0x0020229b, 0x22058277, 0x82270062, 0x002022a3, - 0x22a5826d, 0x82740073, 0x827020a5, 0x41702009, 0x202008f2, 0x6320bf82, 0x2020c184, 0x65202782, 0x1e422184, 0x82202005, 0x826f200b, 0x006c2219, - 0x2023826b, 0x08db8274, 0x6854002d, 0x65772065, 0x20732762, 0x74736f6d, 0x706f7020, 0x72616c75, 0x6f636920, 0x6573206e, 0x6e612074, 0x6f742064, - 0x696b6c6f, 0x82002e74, 0x82742084, 0x82702042, 0x003a2256, 0x2001822f, 0x22668466, 0x42610074, 0x2e210cca, 0x207e8300, 0x2b2e826d, 0x73707474, - 0x662f2f3a, 0x61746e6f, 0x2205cb42, 0x826f632e, 0x295d4218, 0x4215bf42, 0x699553b7, 0xd9092943, 0x000024b3, 0x84000200, 0xdbff2300, 0x08841900, - 0x0121048e, 0x0b1082cc, 0x020001e2, 0x03010201, 0x05010401, 0x07010601, 0x09010801, 0x0b010a01, 0x0d010c01, 0x0f010e01, 0x11011001, 0x13011201, - 0x15011401, 0x17011601, 0x19011801, 0x1b011a01, 0x1d011c01, 0x1f011e01, 0x21012001, 0x23012201, 0x25012401, 0x27012601, 0x29012801, 0x2b012a01, - 0x2d012c01, 0x2f012e01, 0x31013001, 0x33013201, 0x35013401, 0xd2003601, 0x38013701, 0x3a013901, 0x3c013b01, 0x3e013d01, 0x40013f01, 0x42014101, - 0x44014301, 0x46014501, 0x48014701, 0x4a014901, 0x4c014b01, 0x4e014d01, 0x50014f01, 0x52015101, 0x54015301, 0x56015501, 0x58015701, 0x5a015901, - 0x5c015b01, 0x5e015d01, 0x60015f01, 0x62016101, 0x64016301, 0x66016501, 0x68016701, 0x6a016901, 0x6c016b01, 0x6e016d01, 0x70016f01, 0x72017101, - 0x74017301, 0x76017501, 0x78017701, 0x7a017901, 0x7c017b01, 0x7e017d01, 0x80017f01, 0x82018101, 0x84018301, 0x86018501, 0x88018701, 0x8a018901, - 0x8c018b01, 0x8e018d01, 0x90018f01, 0x92019101, 0x94019301, 0x96019501, 0x98019701, 0x9a019901, 0x9c019b01, 0x9e019d01, 0xa0019f01, 0xa201a101, - 0xa401a301, 0xa601a501, 0xa801a701, 0xaa01a901, 0xac01ab01, 0xae01ad01, 0xb001af01, 0xb201b101, 0xb401b301, 0xb601b501, 0xb801b701, 0xba01b901, - 0xbc01bb01, 0xbe01bd01, 0xc001bf01, 0xc201c101, 0xc401c301, 0xc601c501, 0xc801c701, 0xca01c901, 0xcc01cb01, 0xce01cd01, 0xd001cf01, 0xd201d101, - 0xd401d301, 0xd601d501, 0xd801d701, 0xda01d901, 0xdc01db01, 0xde01dd01, 0xe001df01, 0xe201e101, 0xe401e301, 0xe601e501, 0xe801e701, 0xea01e901, - 0xec01eb01, 0xee01ed01, 0xf001ef01, 0xf201f101, 0xf401f301, 0xf601f501, 0xf801f701, 0xfa01f901, 0xfc01fb01, 0xfe01fd01, 0x0002ff01, 0x02020102, - 0x04020302, 0x06020502, 0x08020702, 0x0a020902, 0x0c020b02, 0x0e020d02, 0x10020f02, 0x12021102, 0x14021302, 0x16021502, 0x18021702, 0x1a021902, - 0x1c021b02, 0x1e021d02, 0x20021f02, 0x22022102, 0x24022302, 0x26022502, 0x28022702, 0x2a022902, 0x2c022b02, 0x2e022d02, 0x30022f02, 0x32023102, - 0x34023302, 0x36023502, 0x38023702, 0x3a023902, 0x3c023b02, 0x3e023d02, 0x40023f02, 0x42024102, 0x44024302, 0x46024502, 0x48024702, 0x4a024902, - 0x1f004b02, 0x4d024c02, 0x4f024e02, 0x51025002, 0x53025202, 0x55025402, 0x57025602, 0x59025802, 0x5b025a02, 0x5d025c02, 0x5f025e02, 0x61026002, - 0x63026202, 0x65026402, 0x67026602, 0x69026802, 0x6b026a02, 0x6d026c02, 0x6f026e02, 0x71027002, 0x73027202, 0x75027402, 0x77027602, 0x79027802, - 0x7b027a02, 0x7d027c02, 0x7f027e02, 0x81028002, 0x83028202, 0x85028402, 0x87028602, 0x89028802, 0x8b028a02, 0x8d028c02, 0x8f028e02, 0x91029002, - 0x93029202, 0x95029402, 0x97029602, 0x99029802, 0x9b029a02, 0x9d029c02, 0x9f029e02, 0xa102a002, 0xa302a202, 0xa502a402, 0xa702a602, 0xa902a802, - 0xab02aa02, 0xad02ac02, 0xaf02ae02, 0xb102b002, 0xb302b202, 0xb502b402, 0xb702b602, 0xb902b802, 0xbb02ba02, 0xbd02bc02, 0xbf02be02, 0xc102c002, - 0xc302c202, 0xc502c402, 0xc702c602, 0x660fc802, 0x66657269, 0x622d786f, 0x73776f72, 0x69057265, 0x6c616564, 0x63696d09, 0x6c626f72, 0x7011676f, - 0x2d646569, 0x65706970, 0x71732d72, 0x65726175, 0x696e7505, 0x640b7974, 0x796c6961, 0x69746f6d, 0x69106e6f, 0x6174736e, 0x6d617267, 0x47082287, - 0x6578696d, 0x68730772, 0x6669706f, 0x65640679, 0x72657a65, 0x6764650b, 0x656c2d65, 0x79636167, 0x6f6f670a, 0x2d656c67, 0x04796170, 0x74737572, - 0x6b697406, 0x086b6f74, 0x70736e75, 0x6873616c, 0x6f6c630a, 0x6c666475, 0x07356e82, 0x6c697567, 0x04646564, 0x65766968, 0x6e6e6908, 0x666f736f, - 0x82088274, 0x6f6c3272, 0x636f0e64, 0x75706f74, 0x65642d73, 0x796f6c70, 0x39a78207, 0x65747962, 0x636e7509, 0x74726168, 0x77136465, 0x68637461, - 0x2d6e616d, 0xb8826f6d, 0x69726f2f, 0x7704676e, 0x0e75646f, 0x74697774, 0x28d68874, 0x6361660f, 0x6f6f6265, 0x2fc3866b, 0x6e696c08, 0x6964656b, - 0x69670d6e, 0x62756874, 0x07201686, 0x08203586, 0x06202e87, 0x09231e85, 0x826e6970, 0x7365234c, 0x09881074, 0x12203286, 0x6c20ec87, 0x4341a682, - 0x8b0d2005, 0x0b672112, 0x2d236a87, 0x850a6e69, 0x2d23084e, 0x06746c61, 0x6378616d, 0x68056e64, 0x356c6d74, 0x73736304, 0x74620333, 0x6f790763, - 0x62757475, 0x82780465, 0x830b20c8, 0x37668604, 0x6f726407, 0x786f6270, 0x6174730e, 0x6f2d6b63, 0x66726576, 0x09776f6c, 0x3c089c41, 0x696c6606, - 0x03726b63, 0x096e6461, 0x62746962, 0x656b6375, 0x75740674, 0x726c626d, 0x8706850d, 0x6977294a, 0x776f646e, 0x6e610773, 0x69225482, 0xa0820564, - 0x08787535, 0x62697264, 0x656c6262, 0x796b7305, 0x660a6570, 0x8572756f, 0x74063cce, 0x6c6c6572, 0x7267086f, 0x70697461, 0x76027961, 0x6577056b, - 0x066f6269, 0x826e6572, 0x70092402, 0x82656761, 0x73652143, 0x652d9c86, 0x61686378, 0x0c65676e, 0x656d6976, 0x2275866f, 0x826c7305, 0x77092eb8, - 0x7064726f, 0x73736572, 0x65706f06, 0x257c826e, 0x6f686179, 0x3141066f, 0x26508205, 0x74696464, 0x8365720d, 0x21388606, 0xbd847312, 0x7075652c, - 0x632d6e6f, 0x6c637269, 0x128a0b65, 0x82640921, 0x69632a7b, 0x0473756f, 0x67676964, 0x0ad1420d, 0x0e707022, 0x61390d8a, 0x6406746c, 0x61707572, - 0x6f6a066c, 0x616c6d6f, 0x68656207, 0x65636e61, 0x8807860e, 0x657425a8, 0x730c6d61, 0x12860583, 0x73072708, 0x69746f70, 0x640a7966, 0x61697665, - 0x7261746e, 0x6f730a74, 0x63646e75, 0x64756f6c, 0x6e697604, 0x6f630765, 0xd1826564, 0x736a0839, 0x64646966, 0x7205656c, 0x6c656265, 0x706d6506, - 0x0a657269, 0x86746967, 0x8203204b, 0x680b2e0a, 0x656b6361, 0x656e2d72, 0x740d7377, 0x2b838265, 0x772d746e, 0x6f626965, 0x06717102, 0x20080882, - 0x0a6e6978, 0x64696c73, 0x61687365, 0x74066572, 0x63746977, 0x65790468, 0x7006706c, 0x61707961, 0x0762426c, 0x6c61772e, 0x0774656c, 0x762d6363, - 0x0d617369, 0x6d210782, 0x25b98261, 0x72616372, 0x0d820b64, 0x73696427, 0x65766f63, 0x24218372, 0x78656d61, 0x85138209, 0x27098341, 0x69727473, - 0x6c066570, 0x66223282, 0x06850d6d, 0x0736a686, 0x68786f69, 0x0974736f, 0x65676e61, 0x73696c6c, 0x75620a74, 0x0a827379, 0x64612c08, 0x6f630e73, - 0x63656e6e, 0x76656474, 0x706f6c65, 0x73616408, 0x62756368, 0x6f660865, 0x626d7572, 0x6c076565, 0x706e6165, 0x83066275, 0x73200830, 0x68730c79, - 0x73747269, 0x75626e69, 0x730b6b6c, 0x6c706d69, 0x69756279, 0x7308746c, 0x7461796b, 0x0b207882, 0x08095643, 0x7708702f, 0x73746168, 0x07707061, - 0x63616976, 0x066e696f, 0x6964656d, 0x790c6d75, 0x6d6f632d, 0x616e6962, 0x0d726f74, 0x6974706f, 0x6f6d2d6e, 0x24ee836e, 0x65706f08, 0x24f3826e, - 0x78650c74, 0x262c8270, 0x73646574, 0x82066c73, 0x636a23ec, 0x06820e62, 0x6e696433, 0x2d737265, 0x62756c63, 0x65726310, 0x76697461, 0x834d8365, - 0x6702253f, 0x67670967, 0x28075a42, 0x70697274, 0x69766461, 0x2d638373, 0x6b6f6e64, 0x7373616c, 0x696b696e, 0x0d8b6f14, 0x2c062641, 0x7465670a, - 0x636f702d, 0x0b74656b, 0x83248277, 0x2d61317c, 0x61730677, 0x69726166, 0x72686306, 0x07656d6f, 0x20068545, 0x28a58205, 0x69116172, 0x7265746e, - 0x8237826e, 0x6f6c3fab, 0x06726572, 0x746e6f63, 0x35056f61, 0x78703030, 0x616d6106, 0x056e6f7a, 0x7a756f68, 0x4143077a, 0x09762c05, 0x63616c62, - 0x69742d6b, 0x82660965, 0x8269202b, 0x0c732230, 0x05254372, 0x696c613d, 0x65046e65, 0x08656764, 0x69646f63, 0x65697065, 0x646f6d04, 0x6f660c78, - 0x4a2d7472, 0x200806d8, 0x62737503, 0x6f72700c, 0x74637564, 0x6e75682d, 0x696d0874, 0x6f6c6378, 0x73066475, 0x62697263, 0x29618264, 0x6f746575, - 0x0b68746f, 0x09866c62, 0x06622d36, 0x6c746967, 0x770a6261, 0x67656270, 0x656e6e69, 0x70770772, 0x6d2f5782, 0x6e650673, 0x61726976, 0x696c6705, - 0x84076564, 0x672d2905, 0x61697606, 0x0d6f6564, 0x22410685, 0x73082906, 0x6370616e, 0x0e746168, 0x2d260887, 0x736f6867, 0x0e880f74, 0x20056644, - 0x09ab430a, 0x69660b3c, 0x2d747372, 0x6564726f, 0x6f790572, 0x09747361, 0x6d656874, 0x6c736965, 0x5c450b65, 0x20e2820a, 0x33e2886e, 0x6e696c06, - 0x0565646f, 0x726f7571, 0x72660e61, 0x632d6565, 0x2d320f82, 0x706d6163, 0x6c657408, 0x61726765, 0x6162086d, 0x1183646e, 0x0d820420, 0x65047638, - 0x04797374, 0x62646d69, 0x76617207, 0x79726c65, 0x6c657308, 0x7082636c, 0x75730b2b, 0x70726570, 0x7265776f, 0x41fe8273, 0x6d2808aa, 0x75746565, - 0x6f661070, 0x2d347889, 0x0f746c61, 0x65636361, 0x62697373, 0x692d656c, 0x086e6f63, 0x75280f82, 0x74666f73, 0x76646108, 0x612b4282, 0x66610e6c, - 0x696c6966, 0x84657461, 0x610724ca, 0x826f676c, 0x6106220e, 0x2515836d, 0x676e610d, 0x99427972, 0x61092a07, 0x732d7070, 0x65726f74, 0x2409880d, - 0x736f692d, 0x300d8205, 0x610a7265, 0x6d6d7973, 0x69727465, 0x7561076b, 0x3e738364, 0x69766107, 0x78656e61, 0x73776103, 0x6d696209, 0x656a626f, - 0x62077463, 0x6f637469, 0x82046e69, 0x0a793407, 0x63616c62, 0x7265626b, 0x62077972, 0x67676f6c, 0x86097265, 0x622d2607, 0x72756210, 0x2135826f, - 0xe8826c65, 0x7472652d, 0x65630a65, 0x7265746e, 0x82646f63, 0x6f6c270a, 0x63736475, 0x0a876c61, 0x74696d25, 0x83630c68, 0x65762915, 0x66697372, - 0x70630679, 0x6c3d7d82, 0x73736308, 0x6c612d33, 0x75630a74, 0x656c7474, 0x68736966, 0x612d6407, 0x642d646e, 0x05c14709, 0x676f643f, 0x73656407, - 0x6f72706b, 0x6769640d, 0x6c617469, 0x65636f2d, 0x64076e61, 0x6f637369, 0x83278272, 0x72752a07, 0x64066573, 0x7568636f, 0x29068362, 0x0d72656b, - 0x66617264, 0x33863274, 0x72640f22, 0x4205ac46, 0x06230663, 0x82617964, 0x650a32d3, 0x796c7261, 0x64726962, 0x72650673, 0x676e616c, 0x08f7470a, - 0x88126621, 0x656d2e0a, 0x6e657373, 0x0a726567, 0x73726966, 0x20598474, 0x0857430c, 0x69662d23, 0x0b3a4310, 0x0728d083, 0x65657266, 0x09647362, - 0x6b28b182, 0x656b6172, 0x6f67066e, 0x652b2482, 0x6f6f6709, 0x61657264, 0x880b7364, 0x672d2209, 0x06a3420c, 0x7620a582, 0x260ab042, 0x67087961, - 0x82706972, 0x05652c74, 0x6e757267, 0x75670474, 0x4612706c, 0xce860a0c, 0x680d2408, 0x2d657269, 0x65682d61, 0x7265706c, 0x746f6806, 0x0772616a, - 0x73627568, 0x06746f70, 0x6e757469, 0x850b7365, 0x6e2d3806, 0x0765746f, 0x6b6e656a, 0x05736e69, 0x65676f6a, 0x736a0274, 0x86736a09, 0x6b06334a, - 0x64637965, 0x696b0b6e, 0x74736b63, 0x65747261, 0x0b8a0d72, 0x6b2d2408, 0x72616c07, 0x6c657661, 0x6e696c04, 0x796c0465, 0x6d077466, 0x6e656761, - 0x6d076f74, 0x70616465, 0x45087370, 0x2d22057e, 0x0882056d, 0x4a747221, 0x733a053d, 0x0374666f, 0x0678696d, 0x757a696d, 0x6d06696e, 0x72656e6f, - 0x616e076f, 0x62827370, 0x6f6e073d, 0x6a2d6564, 0x706e0373, 0x736e036d, 0x756e0b38, 0x74697274, 0x696e6f69, 0x82700578, 0x342a085e, 0x6c617006, - 0x07646566, 0x72746170, 0x096e6f65, 0x69726570, 0x706f6373, 0x68700b65, 0x69726261, 0x6f746163, 0x68701172, 0x3282656f, 0x72662d2e, 0x77656d61, - 0x0b6b726f, 0x79616c70, 0x4a83c782, 0x7570062b, 0x64656873, 0x74797006, 0x38418268, 0x2d646572, 0x65766972, 0x70770772, 0x73736572, 0x65720672, - 0x64796c70, 0x310c8209, 0x69766c6f, 0x720a676e, 0x656b636f, 0x61686374, 0x0a830774, 0x736d723d, 0x68637306, 0x0b78696c, 0x72616573, 0x6e656863, - 0x0c6e6967, 0x76726573, 0x82656369, 0x6b632565, 0x73697307, 0x7834b982, 0x616c730a, 0x682d6b63, 0x07687361, 0x61657073, 0x0a70616b, 0x79202082, - 0x4805db49, 0x7924072c, 0x6c6f626d, 0x69200c82, 0x72256682, 0x6c756d2d, 0x230c8265, 0x6f696475, 0x612a7d82, 0x73066972, 0x6c707075, 0x8c440e65, - 0x822d2007, 0x656e33cc, 0x65627504, 0x69750572, 0x0b74696b, 0x72696e75, 0x72836765, 0x7507793b, 0x7061746e, 0x75086470, 0x6e757373, 0x0668616e, - 0x64616176, 0x76056e69, 0x292f8369, 0x656d6976, 0x6e76036f, 0x2d470f76, 0x06f04107, 0x68770526, 0x1073636d, 0x23086749, 0x6d69732d, 0x042c7482, - 0x786f6278, 0x6e617906, 0x14786564, 0x2d200685, 0x27058846, 0x6f697461, 0x096c616e, 0xb34b6c82, 0x630c2305, 0x0c882d63, 0x66033c08, 0x6e04796c, - 0x0365646f, 0x0569736f, 0x63616572, 0x75610c74, 0x72706f74, 0x78696665, 0x73047265, 0x05737361, 0x6a657576, 0x6e610773, 0x616c7567, 0x76610672, - 0x6f746169, 0x826d6505, 0x451120a8, 0x66370c29, 0x0667616c, 0x74746967, 0x68057265, 0x696c6f6f, 0x72747306, 0x83617661, 0x70692306, 0x0d820865, - 0x2d280682, 0x79740573, 0x0a336f70, 0x24050a47, 0x7961702d, 0x2493830d, 0x6f7a616d, 0x2c0d836e, 0x68746508, 0x75657265, 0x6f6b066d, 0x2a7b8272, - 0x656c6509, 0x746e656d, 0x4b0e726f, 0x0c41063f, 0x66093d06, 0x6270696c, 0x6472616f, 0x70696804, 0x68700373, 0x75710970, 0x63736e69, 0x06657061, - 0x6424cd82, 0x6a04656d, 0x284a8082, 0x6168230b, 0x23481374, 0x622d220f, 0x22139179, 0x9016636e, 0x636e2427, 0x9475652d, 0x706a2116, 0x64204192, - 0x70221391, 0x55901764, 0x2d647025, 0x91746c61, 0x65722456, 0x9178696d, 0x61732242, 0x28429019, 0x706d6173, 0x676e696c, 0x2419981e, 0x756c702d, - 0x25639173, 0x72616873, 0x35901565, 0x657a2608, 0x65046f72, 0x07796162, 0x6279656b, 0x08657361, 0x7473616d, 0x6e6f646f, 0x702d7209, 0x656a6f72, - 0x720c7463, 0x05584365, 0x7461672e, 0x65740965, 0x70736d61, 0x0f6b6165, 0x830ade47, 0x66073ad7, 0x72636c75, 0x67116d75, 0x63616c61, 0x2d636974, - 0x75706572, 0x63696c62, 0x2211880f, 0x826e6573, 0x6a0a2443, 0x48696465, 0x0b2f0517, 0x646e616d, 0x726f6c61, 0x0c6e6169, 0x88646c6f, 0x44102033, - 0x2e080734, 0x61757173, 0x6e6f7264, 0x74697304, 0x72741068, 0x2d656461, 0x65646566, 0x69746172, 0x77136e6f, 0x2d666c6f, 0x6b636170, 0x7461622d, - 0x826c6174, 0x08300813, 0x6e726f68, 0x6c6c6962, 0x69616d09, 0x6968636c, 0x6d08706d, 0x70616765, 0x0674726f, 0x626d696e, 0x7203726c, 0x73087665, - 0x77706f68, 0x0b657261, 0x2005b948, 0x39458273, 0x68740765, 0x63656d65, 0x6577066f, 0x796c6265, 0x78697703, 0x6c6c6504, 0xde450a6f, 0x61723f05, - 0x6b066b6e, 0x6c676761, 0x616d0865, 0x6f646b72, 0x6e046e77, 0x05736f65, 0x6869687a, 0x7f820675, 0x79617023, 0x8244820c, 0x2d642dc8, 0x69746579, - 0x71636119, 0x69736975, 0x7326ad83, 0x636e692d, 0x8882726f, 0x65746126, 0x72630d64, 0x63281582, 0x722d6c61, 0x0e656c6f, 0x08066247, 0x65622d38, - 0x646e6f79, 0x76656403, 0x6e616614, 0x79736174, 0x696c662d, 0x2d746867, 0x656d6167, 0x65700c73, 0x2d796e6e, 0x61637261, 0x77146564, 0x72617a69, - 0x6f2d7364, 0x74832d66, 0x6f632308, 0x0b747361, 0x6e696874, 0x65702d6b, 0x0b736b61, 0x63616572, 0x72756574, 0x0a65706f, 0x73747261, 0x88836174, - 0x7461092f, 0x7373616c, 0x136e6169, 0x616e6163, 0x08088264, 0x616d2d21, 0x2d656c70, 0x6661656c, 0x6e656306, 0x0a736f74, 0x666e6f63, 0x6e65756c, - 0x64036563, 0x82086c68, 0x83732025, 0x660526ba, 0x78656465, 0x2a058206, 0x0561726f, 0x6d676966, 0x48690861, 0x6d200567, 0x76200882, 0x4808ec82, - 0x6a046e6f, 0x08617269, 0x646e656d, 0x79656c65, 0x7361720c, 0x72656270, 0x702d7972, 0x65720669, 0x74616864, 0x656b7306, 0x0a686374, 0x72756f73, - 0x72746563, 0x73046565, 0x06657375, 0x6e756275, 0x75037574, 0x75047370, 0x2f048273, 0x6e726179, 0x72696106, 0x0a626e62, 0x74746162, 0x6e26a482, - 0x62097465, 0xcd826f6f, 0x7061723f, 0x66756206, 0x0a726566, 0x6f726863, 0x6163656d, 0x65087473, 0x6e726576, 0x0765746f, 0x2a608269, 0x0a6f692d, - 0x656c6173, 0x826f6673, 0x0c510867, 0x61657073, 0x2d72656b, 0x6b636564, 0x6d797307, 0x796e6f66, 0x7a617704, 0x61790665, 0x72656d6d, 0x74696707, - 0x746c612d, 0x61747309, 0x61706b63, 0x630d6874, 0x6f74746f, 0x75622d6e, 0x75616572, 0x7975620b, 0x6c2d6e2d, 0x65677261, 0x62646d03, 0x30558205, - 0x73056469, 0x74666977, 0x626d7507, 0x6f636172, 0x26008200, 0x00ffff01, 0x82010002, 0x820c2009, 0x82162003, 0x260d8303, 0x00cb0103, 0x84040002, - 0x8204820d, 0x82012002, 0xda002403, 0x83d7feea, 0x24dc2b07, 0x0000a2e4, 0x24dc0000, 0xfa05a9e4, 0x464c354b, -}; - -/** - * fa-solid-900.ttf - */ -static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Size = 144852; -static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] = -{ - 0x0000bc57, 0x00000000, 0xf01e0300, 0x00000400, 0x00010037, 0x000d0000, 0x00030080, 0x54464650, 0xc834934d, 0x1e030024, 0x281582d4, 0x4544471c, - 0x032a0046, 0x200f82f2, 0x2c0f82b4, 0x2f534f1e, 0x56873332, 0x01000060, 0x360f8258, 0x616d6360, 0xfe6af170, 0x11000034, 0x0c000068, 0x736167ce, - 0x82ffff70, 0x1e032249, 0x381f82ac, 0x796c6708, 0x0eb46866, 0x2d000092, 0xba0200ec, 0x61656864, 0x8f341b64, 0x201b826c, 0x210382dc, 0x10826836, - 0x06430423, 0x204f822d, 0x280f8214, 0x746d6824, 0x0351c478, 0x300f820b, 0x0f0000b8, 0x636f6cb0, 0x16100561, 0x1e0000e8, 0x270f8238, 0x78616db4, - 0x014e0470, 0x0f827f83, 0x20002108, 0x656d616e, 0x1e2fb023, 0x50e80200, 0x2b050000, 0x74736f70, 0x6146f002, 0x7ced0200, 0x2e310000, 0x012fdb83, - 0x47a1854b, 0x5fd54000, 0x00f53c0f, 0x8300020b, 0x24dc2300, 0x0786a2e4, 0xecffaa28, 0x9502b4ff, 0x0f82cd01, 0x02000822, 0x09823183, 0x0000012c, - 0xc0ffc001, 0x80020000, 0x0582ecff, 0x17869520, 0x02851a82, 0x83ec0321, 0xec032511, 0x20005d01, 0x02211184, 0x84328200, 0x82402025, 0x26028309, - 0x03fb0104, 0x82050084, 0x014c2216, 0x21108266, 0x07850147, 0x1900f525, 0x82008400, 0x0305216a, 0x02921582, 0x45665029, 0xe0800064, 0x84fff805, - 0x012e2483, 0x825400cc, 0x82012026, 0x01002403, 0x82a5013a, 0x00202407, 0x86000201, 0x83aa2000, 0x2003824b, 0x20038680, 0x20078200, 0x82038200, - 0x83022087, 0x00402213, 0x83078420, 0x2223880b, 0x8b02fdff, 0x82278523, 0x000022ed, 0x830b8201, 0x00022303, 0x03820f00, 0x03830020, 0x00c00127, - 0xff80020d, 0x20478cfb, 0x22638200, 0x83faff80, 0x201f8213, 0x21038300, 0x23820002, 0x03841783, 0x02feff25, 0x850f0040, 0x882b8217, 0x210b8517, - 0x138c6001, 0x47820720, 0x00021826, 0x40021000, 0x08241784, 0xfcff4002, 0x0022a388, 0x8b8a0700, 0x0b820020, 0x97840820, 0x0120eb82, 0x678cbb86, - 0x93841382, 0x378b0782, 0x00800124, 0x5f830112, 0x1f840382, 0xef82c020, 0x5384038a, 0x02200f86, 0x00218785, 0x20438501, 0x85af8408, 0x8c402037, - 0x822f8753, 0x243f868b, 0xffc00140, 0x206782f8, 0x8603831b, 0x8faf83ab, 0x83002003, 0x20878a1b, 0x200b8205, 0x87838b05, 0x2013821b, 0x25478613, - 0xff400200, 0xaf4101fe, 0x200f820a, 0x200382f9, 0x272b83ff, 0x00000002, 0xffff0002, 0x4f854386, 0x03008023, 0x88cb8602, 0x83002007, 0x22038227, - 0x83fbff80, 0x2017823b, 0x8553880f, 0x82fd2043, 0x88fd2047, 0x062f417f, 0x4b843f84, 0x41feff21, 0x8b820803, 0x03820120, 0x0121e78f, 0x0bdf41f0, - 0x2006cb41, 0x0aa34200, 0x01233382, 0x8af5ffc0, 0x8b0020ff, 0x8802200b, 0x05a34187, 0xe7420f85, 0x40012309, 0x03830700, 0x00c00023, 0x20038217, - 0x23f38400, 0x010d0040, 0x2f880386, 0x3f820020, 0x21080b43, 0x6384ffff, 0x538d6020, 0x83c00121, 0xfaff2157, 0x4f430785, 0x209b8e09, 0x210f8218, - 0x4b820118, 0x00230384, 0x83011800, 0x200f8603, 0x84638602, 0x063b4233, 0x0822838a, 0x7382f001, 0x02200386, 0xe742fb82, 0x220b8308, 0x85fbff80, - 0x0527410f, 0x4f410120, 0x82002005, 0x00182107, 0x03829b82, 0x00021022, 0x820a4f41, 0x6001215f, 0x0121b389, 0x05f341c0, 0x420f8341, 0x8b410717, - 0x82082006, 0x42c38347, 0x00200f77, 0x9f847b83, 0x2006cb42, 0x86078301, 0x200123d7, 0xef84fdff, 0x13008023, 0x83b78601, 0x23038407, 0x01feffc0, - 0x02230382, 0x83feff00, 0x850b8303, 0x0543410f, 0x00000123, 0x079b4105, 0x00000223, 0x14c3431b, 0x8f41ff84, 0x44102008, 0x00200863, 0x01201385, - 0x00201f83, 0x20051741, 0x08134202, 0x0123ef85, 0x84fcff80, 0x842382ab, 0x41079a8f, 0x4744061b, 0x82082007, 0x8210200f, 0x4320203b, 0x5f840cf3, - 0x1b830020, 0x17840020, 0x420a6743, 0x00200c23, 0x27892384, 0xef85c020, 0x45200221, 0x40200a57, 0x840d8f45, 0x4213833f, 0x02210a27, 0x25c78580, - 0xffff0002, 0xef822001, 0x07886f82, 0xef41e020, 0x821b870e, 0x82238417, 0x4302202f, 0x4341074f, 0x08c3420a, 0x4f411386, 0x82012007, 0x83012077, - 0x8303832f, 0x41b3870b, 0xfb841233, 0xe343c020, 0x063b4406, 0x2006db41, 0x204f84fd, 0x83ff8200, 0x133f4537, 0xff219784, 0x0a6b44fa, 0xe7440820, - 0x20138307, 0x21338401, 0x1384fdff, 0x6b844382, 0xf5ff8022, 0x00265786, 0xfbff8002, 0xd7410002, 0x40022305, 0x1787f9ff, 0xa7423783, 0x86378308, - 0x470120cf, 0x0787061a, 0xe3860220, 0x73462f84, 0x83c0200f, 0x0000245b, 0x4300a001, 0x87840803, 0x4300c021, 0x23420b5f, 0x455f8205, 0xff21054b, - 0x820783ff, 0x830d205f, 0x21038453, 0x0b850000, 0x0f82bf87, 0x42107b43, 0xa34106bf, 0x2353820c, 0xfeff4001, 0x02200383, 0x3f820b83, 0x44600121, - 0x80230a9f, 0x8601faff, 0x00022353, 0xc3841000, 0xab824020, 0xd7880383, 0xc0202382, 0x43094b44, 0x002106db, 0x08a74101, 0x43821b82, 0x07420f88, - 0x86278306, 0x410020f7, 0xa747086b, 0xc0012306, 0x1388feff, 0xeb434787, 0x07e7470e, 0x4108e744, 0x0f8406ff, 0x0b833386, 0x3b92bf84, 0x2009d743, - 0x074342ff, 0xe0010022, 0xf3877786, 0x6f41ab84, 0x48022005, 0xd346065b, 0x07074108, 0x820a4343, 0x05874623, 0x47828020, 0xfeff4022, 0x200a0745, - 0x83378300, 0x827785f3, 0x245b8553, 0xff2001fa, 0x453782fc, 0x274309eb, 0x46c0200f, 0x0b880a63, 0x4909e748, 0xcf431003, 0x86178c06, 0x857f89cf, - 0x0e4f4653, 0x450def46, 0x00210d07, 0x0c534102, 0x4383db83, 0x1b82c786, 0x2f820120, 0x8509eb43, 0x84838b9f, 0xff00221b, 0x877384f8, 0x43eb885b, - 0x012009db, 0x410e9347, 0x6b82056f, 0xf5ff6822, 0x44058b43, 0x80220a87, 0x5742ffff, 0x82f02008, 0x24878317, 0x010000c0, 0x09c74180, 0xaf466f88, - 0x0bbf450c, 0x20051b46, 0x488b8202, 0x77420c23, 0x0767460a, 0x43820220, 0x27830120, 0x02200386, 0x1b842382, 0x43820020, 0x02250b82, 0x02ffff00, - 0x82938240, 0x214b858b, 0x6747fbff, 0x200b900b, 0x093743f8, 0x85000221, 0x8c87870b, 0x06ff462b, 0x7f820220, 0x20200384, 0x880d534b, 0x874f8a2b, - 0x434f8313, 0x9f820913, 0xfeff0022, 0xc7822f88, 0xdb464f84, 0x835f8806, 0x06fb42c7, 0x17410120, 0x093b4206, 0x88faff21, 0x20f3850b, 0x223788f5, - 0x87fcff18, 0x0c67442f, 0x33858020, 0xffc00123, 0x848f84f6, 0x202b82c7, 0x22038220, 0x82fdff80, 0x20038317, 0x821b88ed, 0x46012057, 0x8020076f, - 0x20096342, 0x43a78702, 0x2f420b9f, 0x210b820b, 0x2f86e001, 0xfe21bf85, 0x08634201, 0x20053341, 0x06234201, 0x82089b42, 0x0cc74153, 0x8f4a9b84, - 0x210f880a, 0x2782feff, 0x22090345, 0x83f4ff00, 0x2013828f, 0x414b8c00, 0x1383062f, 0x43085f43, 0x53840f4b, 0x23076349, 0xd0010000, 0x830acb4c, - 0x0687471b, 0xd3420120, 0x0977460a, 0x44fdff21, 0xeb8208f3, 0x82c00121, 0x004024ab, 0x82800220, 0x42ab8617, 0x3b880fa3, 0x02218786, 0x45338340, - 0x802206db, 0xbf88f2ff, 0xfaff8024, 0x8f820002, 0x1f82a020, 0x01232b82, 0x82ffffc0, 0x02fa2257, 0x20178240, 0x05574140, 0x860c934a, 0x8302206f, - 0x820b844f, 0x200b8323, 0x0a774d80, 0x01200f82, 0x2741a385, 0x822f830d, 0x83022063, 0x4380201f, 0x7f4807ff, 0x842f8305, 0x49002033, 0x5f4205c7, - 0x85838408, 0x84b38523, 0x46ff201f, 0x00260873, 0x00022000, 0x0382fcff, 0x210b7f4c, 0x838402fd, 0x84f7ff21, 0x09f34adb, 0xe7822b82, 0xf9ff0022, - 0x20082f41, 0x20e782c0, 0x84c38700, 0x02ff211b, 0x8306bf4c, 0x4627876f, 0x0f470703, 0x42078707, 0x8741080f, 0x203b8206, 0x203383f5, 0x850f8502, - 0x8580206f, 0x4f338257, 0x97440507, 0x874f830a, 0x4edf8503, 0x4f4d110f, 0x084f410a, 0x4a09e74a, 0x0b460ef7, 0x059b430c, 0x2b490220, 0x00002306, - 0x03860300, 0x01001c22, 0x00240982, 0x0300c40a, 0x1c240984, 0xa80a0400, 0xd80aa582, 0x000002a6, 0xe0a60008, 0xe041e005, 0xf086e076, 0xf005f002, - 0xf013f00e, 0xf019f015, 0xf01ef01c, 0xf044f03e, 0xf05bf04e, 0xf06ef05e, 0xf080f07c, 0xf089f086, 0xf091f08d, 0xf098f095, 0xf0a1f09e, 0xf0b2f0ae, - 0xf0d1f0ce, 0xf0e0f0de, 0xf0ebf0e3, 0xf1fef0f4, 0xf10ef10b, 0xf11cf111, 0xf122f11e, 0xf131f12e, 0xf13af135, 0xf144f13e, 0xf14bf146, 0xf159f14e, - 0xf165f15e, 0xf188f183, 0xf195f193, 0xf199f197, 0xf1aef19d, 0xf1b3f1b0, 0xf1c9f1bb, 0xf1d8f1ce, 0xf1def1da, 0xf1ecf1e6, 0xf2fef1f6, 0xf207f201, - 0xf218f20b, 0xf22df21e, 0xf239f236, 0xf24ef249, 0xf26cf25d, 0xf27af277, 0xf28df28b, 0xf295f292, 0xf29ef29a, 0xf2a8f2a4, 0xf2b9f2b6, 0xf2bdf2bb, - 0xf2cef2c2, 0xf2dcf2d2, 0xf2e7f2e5, 0xf2edf2ea, 0xf2f6f2f2, 0xf3fef2f9, 0xf30cf305, 0xf328f31e, 0xf35bf338, 0xf360f35d, 0xf382f362, 0xf3bff3a5, - 0xf3c5f3c1, 0xf3cdf3c9, 0xf3ddf3d1, 0xf3e5f3e0, 0xf3faf3ed, 0xf4fff3fd, 0xf410f406, 0xf424f422, 0xf436f434, 0xf43cf43a, 0xf441f43f, 0xf445f443, - 0xf44bf447, 0xf450f44e, 0xf458f453, 0xf45ff45d, 0xf466f462, 0xf472f46d, 0xf479f474, 0xf482f47f, 0xf48bf487, 0xf494f48e, 0xf49ef497, 0xf4b3f4ad, - 0xf4bef4ba, 0xf4c4f4c2, 0xf4d3f4ce, 0xf4dff4db, 0xf509f5e3, 0xf59df591, 0xf5a7f5a2, 0xf5b4f5b1, 0xf5bdf5b8, 0xf5cbf5c5, 0xf5d2f5ce, 0xf5daf5d7, - 0xf5dff5dc, 0xf5e4f5e1, 0xf5ebf5e7, 0xf6fdf5ee, 0xf610f604, 0xf619f613, 0xf621f61f, 0xf637f630, 0xf641f63c, 0xf647f644, 0xf64ff64a, 0xf655f651, - 0xf65ef658, 0xf666f662, 0xf66df66b, 0xf674f66f, 0xf679f676, 0xf67ff67c, 0xf689f684, 0xf69bf696, 0xf6a7f6a1, 0xf6adf6a9, 0xf6bbf6b7, 0xf6c0f6be, - 0xf6cff6c4, 0xf6d3f6d1, 0xf6d7f6d5, 0xf6def6d9, 0xf6e6f6e3, 0xf6edf6e8, 0xf6faf6f2, 0xf700f7fc, 0xf70ef70c, 0xf717f715, 0xf722f71e, 0xf72ff729, - 0xf740f73d, 0xf747f743, 0xf753f74d, 0xf75bf756, 0xf769f75f, 0xf773f76b, 0xf781f77d, 0xf788f784, 0xf794f78c, 0xf79cf796, 0xf7a2f7a0, 0xf7abf7a6, - 0xf7b6f7ae, 0xf7bdf7ba, 0xf7c2f7c0, 0xf7caf7c5, 0xf7d0f7ce, 0xf7daf7d2, 0xf7ecf7e6, 0xf7f2f7ef, 0xf7f7f7f5, 0xf807f8fb, 0xf810f80d, 0xf816f812, - 0xf82af818, 0xf83ef82f, 0xf84cf84a, 0xf853f850, 0xf86df863, 0xf87df879, 0xf887f882, 0xf897f891, 0xf8ccf8c1, 0xfffff8d9, 0xe00000ff, 0xe041e005, - 0xf085e059, 0xf004f000, 0xf010f007, 0xf017f015, 0xf01ef01c, 0xf041f021, 0xf050f048, 0xf060f05e, 0xf080f070, 0x06a74283, 0xf0934408, 0xf09cf098, - 0xf0a3f0a0, 0xf0c0f0b0, 0xf0d6f0d0, 0xf0e2f0e0, 0xf0f0f0e7, 0xf100f1f8, 0xf110f10d, 0xf11ef118, 0xf124f120, 0xf133f130, 0xf13df137, 0xf146f140, - 0xf14df14a, 0xf15bf150, 0xf182f160, 0x4291f185, 0x480806a7, 0xf1abf19c, 0xf1b2f1b0, 0xf1c0f1b8, 0xf1d8f1cd, 0xf1dcf1da, 0xf1eaf1e0, 0xf2f8f1f6, - 0xf204f200, 0xf217f20a, 0xf221f21a, 0xf238f233, 0xf24df240, 0xf26cf251, 0xf279f271, 0xf28df28b, 0xf295f290, 0xf29df29a, 0xf2a7f2a0, 0x06a742b5, - 0xc7f2c126, 0xdbf2d0f2, 0x3208a742, 0xf2f5f2f1, 0xf3fef2f9, 0xf309f302, 0xf328f31e, 0x4258f337, 0x812406a7, 0xbef3a5f3, 0x2420a742, 0xf436f433, - 0x16a74239, 0x5ff45c3c, 0x66f461f4, 0x70f468f4, 0x77f474f4, 0x81f47df4, 0x8bf484f4, 0x90f48df4, 0xa74296f4, 0xb82a0806, 0xc0f4bdf4, 0xcdf4c4f4, - 0xd6f4d3f4, 0xe2f4def4, 0x15f5faf4, 0x9ff593f5, 0xaaf5a4f5, 0xb6f5b3f5, 0xbff5baf5, 0xcdf5c7f5, 0xa742d0f5, 0x42de2006, 0xfc200aa7, 0x240ca742, - 0xf637f62e, 0x0ca7423b, 0x58f6532a, 0x62f65df6, 0x69f664f6, 0x2e08a742, 0xf67bf678, 0xf681f67f, 0xf696f687, 0x42a0f698, 0xb62006a7, 0x2006a742, - 0x0ca742c3, 0xe2f6dd36, 0xe8f6e6f6, 0xf0f6ecf6, 0xfcf6faf6, 0x0bf7fff6, 0x14f70ef7, 0x2406a742, 0xf72ef728, 0x0ca7423b, 0xf75a3a08, 0xf769f75e, - 0xf772f76b, 0xf780f77c, 0xf786f783, 0xf793f78c, 0xf79cf796, 0xf7a2f79f, 0xf7a9f7a4, 0xf7b5f7ad, 0xf7bdf7b9, 0xf7c2f7bf, 0xf7c9f7c4, 0xf7d0f7cc, - 0xf7d7f7d2, 0x0aa742e4, 0x05f8fa2e, 0x0ff80df8, 0x15f812f8, 0x29f818f8, 0x2a12a742, 0xf881f87b, 0xf891f884, 0x42c0f897, 0xa60a07a7, 0xc31ffe1f, - 0x9e1fac1f, 0x24102510, 0x22102310, 0x20102110, 0x1d101e10, 0x19101b10, 0x15101610, 0x12101310, 0x0e101110, 0x0a100c10, 0x04100710, 0x01100310, - 0xfd0ffe0f, 0xfb0ffc0f, 0xed0fee0f, 0xe80fe90f, 0xe40fe70f, 0xdd0fe00f, 0xdb0fdc0f, 0xd40fda0f, 0xd20fd30f, 0xd00fd10f, 0xce0fcf0f, 0xcb0fcc0f, - 0xc70fca0f, 0xc50fc60f, 0xc30fc40f, 0xa60fa70f, 0x9d0f9e0f, 0x9b0f9c0f, 0x8c0f990f, 0x8a0f8b0f, 0x820f860f, 0x760f7f0f, 0x740f750f, 0x700f730f, - 0x660f670f, 0x630f650f, 0x560f610f, 0x530f550f, 0x4d0f4e0f, 0x440f470f, 0x340f420f, 0x2f0f300f, 0x1e0f1f0f, 0x1a0f1c0f, 0x140f160f, 0x110f130f, - 0x030f050f, 0x010f020f, 0xfa0efe0e, 0xf10ef90e, 0xe80ee90e, 0xe40ee60e, 0xdf0ee10e, 0xd90edd0e, 0xd30ed60e, 0xb90ec20e, 0x8c0eab0e, 0x890e8b0e, - 0x6a0e880e, 0x300e480e, 0x2c0e2f0e, 0x260e290e, 0x180e230e, 0x120e160e, 0xff0d0b0e, 0xfc0dfd0d, 0xed0df60d, 0xdb0ddc0d, 0xcc0dcd0d, 0xc90dca0d, - 0xc60dc70d, 0xc40dc50d, 0xc00dc30d, 0xbd0dbe0d, 0xb70dbb0d, 0xb30db40d, 0xaf0db20d, 0xac0dae0d, 0xa90dab0d, 0xa50da60d, 0xa10da40d, 0x9f0da00d, - 0x980d9e0d, 0x850d8a0d, 0x7f0d810d, 0x7d0d7e0d, 0x710d750d, 0x6d0d6f0d, 0x550d6b0d, 0x490d4a0d, 0x470d480d, 0x440d450d, 0x420d430d, 0x400d410d, - 0x3e0d3f0d, 0x380d3a0d, 0x360d370d, 0x330d350d, 0x2e0d310d, 0x1f0d2c0d, 0x0e0d190d, 0x070d0c0d, 0x010d020d, 0xef0cf50c, 0xe80cec0c, 0xe40ce60c, - 0xde0ce20c, 0xdc0cdd0c, 0xd60cda0c, 0xd20cd30c, 0xcf0cd00c, 0xca0cce0c, 0xc80cc90c, 0xc50cc70c, 0xc20cc40c, 0xb50cb60c, 0xac0cb10c, 0xa80cab0c, - 0x9d0ca00c, 0x9a0c9b0c, 0x8e0c980c, 0x8c0c8d0c, 0x8a0c8b0c, 0x860c890c, 0x810c830c, 0x7d0c800c, 0x740c7b0c, 0x710c730c, 0x660c670c, 0x600c610c, - 0x570c5a0c, 0x4e0c520c, 0x410c430c, 0x3c0c3f0c, 0x320c370c, 0x2d0c300c, 0x220c2b0c, 0x1b0c210c, 0x110c130c, 0x0f0c100c, 0x060c0c0c, 0x000c050c, - 0xfd0bfe0b, 0xfa0bfc0b, 0xf30bf90b, 0xef0bf10b, 0xed0bee0b, 0xe90bec0b, 0xe70be80b, 0xe20be60b, 0xd40bd90b, 0xd00bd20b, 0xcd0bce0b, 0xc20bcb0b, - 0xbc0bbd0b, 0xb90bbb0b, 0xa80bb80b, 0x960ba40b, 0x8a0b8b0b, 0x850b870b, 0x6d0b760b, 0x610b620b, 0x5d0b5e0b, 0x4f0b540b, 0x1d0b270b, 0xec0a110b, - 0x10000100, 0xa5020000, 0x0a020623, 0x21008200, 0xb1420001, 0x00012310, 0x00850002, 0x00200787, 0x01200096, 0x00101796, 0x218c0116, 0x8e41eb03, - 0xb0230832, 0x98010000, 0x38050000, 0x1c070000, 0xa8070000, 0x74080000, 0xe8090000, 0xb40b0000, 0x900c0000, 0x820d0000, 0x0e210823, 0x0f0000ac, - 0x100000a4, 0x11000048, 0x12000094, 0x13000054, 0x15000030, 0x16000044, 0x17000060, 0x33038218, 0x180000f0, 0x1900009c, 0x1a0000f4, 0x1b0000c0, - 0x1c000084, 0x1d253f82, 0x1e000040, 0x2b038210, 0x1f0000d8, 0x200000e0, 0x220000fc, 0x24242f82, 0x24000008, 0x25201382, 0x26240f82, 0x26000048, - 0x27207b82, 0x27242782, 0x27000058, 0x28287b82, 0x2900000c, 0x2a00005c, 0x2b242782, 0x2c000080, 0xcc230383, 0x822d0000, 0xe42d284f, 0x682e0000, - 0x822f0000, 0x822f202f, 0xbc3025ab, 0x7c310000, 0x4f820382, 0x9f823220, 0x23823320, 0x009c3324, 0xd7823400, 0x00143524, 0x77823500, 0x003c3629, - 0x00b03600, 0x82343700, 0x82702003, 0x24438203, 0x0000dc38, 0x24638239, 0x0000283a, 0x243f823a, 0x0000003b, 0x2437823b, 0x0000c83b, 0x255f823c, - 0x0000e83c, 0x03826c3d, 0x0000f023, 0x2897823e, 0x0000203f, 0x0000e43f, 0x20638240, 0x28fb8241, 0x0000f441, 0x0000a442, 0x24038243, 0x00007444, - 0x20138245, 0x203f8245, 0x20978246, 0x242f8246, 0x00008c46, 0x20238246, 0x201f8247, 0x204b8247, 0x241f8248, 0x00009848, 0x25c78248, 0x00002c49, - 0x03826449, 0x0000b824, 0x0382184a, 0x03826020, 0x4b20c782, 0x4b25ef82, 0x4b000054, 0x820382b4, 0x824c203b, 0x824c20ab, 0x824d208f, 0xd04d241f, - 0x824e0000, 0x824f2017, 0x824f2023, 0x824f2097, 0x3050240f, 0x82500000, 0xf850298f, 0xa0510000, 0x48520000, 0xa8200382, 0xf3820382, 0x00905324, - 0xbb825300, 0x00ac5425, 0x82245500, 0x00882403, 0x82145600, 0x24c38203, 0x00005057, 0x203f8257, 0x20278258, 0x25a78259, 0x0000d459, 0x03827c5a, - 0x5b206b82, 0x5b242382, 0x5c0000d8, 0x5c207382, 0x5d2ccf82, 0x5d000000, 0x5e0000dc, 0x5f0000b0, 0x6120b782, 0x62240782, 0x62000038, 0x6220f382, - 0x63205f82, 0x64245f82, 0x6500005c, 0x65209782, 0x65243382, 0x660000ec, 0x6620ff82, 0x67205382, 0x6720e382, 0x68240f82, 0x69000080, 0x6924ff82, - 0x6a0000fc, 0x6b253f82, 0x6c000068, 0x8203821c, 0x046d25a3, 0x786d0000, 0x27820382, 0x00b86e24, 0x5b826f00, 0x00547024, 0xd7827000, 0x000c7124, - 0xf3827100, 0x3f827220, 0xf3827320, 0x00c47324, 0xf3827400, 0x9f827420, 0x63827520, 0xf7827520, 0x87827620, 0x83827620, 0x00347724, 0xab827800, - 0xe7827920, 0x8f827a20, 0x57827b20, 0x33827b20, 0x97827c20, 0x43827c20, 0x003c7d25, 0x82707d00, 0x82a42003, 0x203f8203, 0x2017827e, 0x2027827e, - 0x258f827e, 0x0000e07e, 0x0382107f, 0x80207f82, 0x80204782, 0x81200f82, 0x82208782, 0x82201382, 0x8320c782, 0x84206382, 0x84285b82, 0x850000f4, - 0x860000cc, 0x86201b82, 0x87202b82, 0x88252b82, 0x89000040, 0x82038224, 0x828a20bf, 0x828b20d7, 0x988b24b3, 0x828c0000, 0x828c2007, 0x208d24c3, - 0x828d0000, 0x828e209f, 0x7c8e24b7, 0x828e0000, 0x828f20c3, 0x828f2057, 0xc88f24bf, 0x82900000, 0x9090213f, 0x73820782, 0x67829120, 0x37829220, - 0x5b829220, 0x00dc9225, 0x82609300, 0x20078203, 0x20238294, 0x201f8294, 0x200f8296, 0x82038397, 0x82982093, 0xfc9824cb, 0x82990000, 0x829920d7, - 0xbc9a240f, 0x829b0000, 0x1c9c24fb, 0x839c0000, 0x20138207, 0x20db829d, 0x2c0b829e, 0x0000e49e, 0x0000b49f, 0x000054a0, 0x201f82a1, 0x299782a1, - 0x000048a2, 0x0000f0a2, 0x038250a3, 0xa4202782, 0xa4209382, 0xa5207f82, 0xa5241782, 0xa60000d0, 0xa620e382, 0xa6243b82, 0xa70000d8, 0xa720fc82, - 0xa8241382, 0xa8000028, 0xa9203b82, 0xa920d382, 0xaa209782, 0xaa242b82, 0xaa0000a4, 0xab208782, 0xac24cf82, 0xac000018, 0xad300f82, 0xad00005c, - 0xae0000e8, 0xaf000080, 0xb0000000, 0xb0207382, 0xb128af82, 0xb1000014, 0xb20000f8, 0xb32c3b82, 0xb40000c4, 0xb50000ac, 0xb600009c, 0xb7246782, - 0xb800004c, 0xb8211f82, 0x8207827c, 0x98b928af, 0xecb90000, 0x82ba0000, 0x82bb2057, 0x82bb2057, 0x82bb209b, 0x82bc20a7, 0x82bd2007, 0x82bd2027, - 0x68be24cf, 0x82bf0000, 0x82bf205f, 0x82c0202b, 0x82c120ff, 0xccc22457, 0x82c30000, 0x82c42097, 0x78c428cf, 0x2cc50000, 0x82c60000, 0x34c72503, - 0x04c80000, 0xbf820382, 0x3382c920, 0x00f4c924, 0x3382ca00, 0x9782cb20, 0x5f82cc20, 0xb782cc20, 0x2f82cd20, 0x8782ce20, 0x7f82ce20, 0x00f0cf24, - 0x8b82d000, 0x8382d020, 0x0044d124, 0xcf82d100, 0x2382d220, 0x4382d320, 0x5b82d420, 0xdb82d420, 0xd782d520, 0x000cd624, 0xc382d600, 0x3782d820, - 0x1b82d920, 0x1782d920, 0xff82da20, 0x3f82da20, 0xa782dc20, 0x00c0dc24, 0x7f82dd00, 0x00d0dd24, 0xa782de00, 0x3b82df20, 0x0090df24, 0xc782e000, - 0x1382e020, 0xab82e120, 0x6f82e120, 0x6382e220, 0x0088e224, 0xe382e300, 0x1f82e420, 0x0054e524, 0x4382e500, 0x00e0e62c, 0x00ace700, 0x006ce800, - 0x0382e900, 0x00a0ea24, 0x1b82eb00, 0xeb82eb20, 0x0050ec28, 0x00b8ec00, 0xc382ed00, 0x8782ee20, 0xd782ef20, 0x2f82ef20, 0x7382f020, 0x6b82f120, - 0x0038f228, 0x00ccf200, 0x2f82f300, 0x82a8f321, 0x20678207, 0x20f782f4, 0x204382f5, 0x24af82f6, 0x0000c4f6, 0x241b82f7, 0x000020f8, 0x207382f8, - 0x203f82f9, 0x204b82f9, 0x245b82f9, 0x000040fa, 0x201382fa, 0x242782fb, 0x0000fcfb, 0x28ab82fc, 0x000024fd, 0x00008cfd, 0x203f82fe, 0x25d382ff, - 0x0100ccff, 0x03825800, 0x0100d428, 0x01007c01, 0x03821802, 0x01009c24, 0x03820803, 0x0100e828, 0x01008c04, 0x03820c05, 0x062c1f82, 0x06010050, - 0x070100c4, 0x08010078, 0x08251382, 0x090100dc, 0x82038288, 0x3c0a2907, 0xe00a0100, 0x340b0100, 0x47820382, 0x00f00b24, 0x13820c01, 0x00b80c29, - 0x00980d01, 0x82640e01, 0x00f42703, 0x00d00f01, 0x0f821001, 0x0f821120, 0x03821220, 0x00801324, 0x0f821401, 0x00241630, 0x00101701, 0x00441801, - 0x001c1901, 0x0f821a01, 0x00ec1a29, 0x00a01b01, 0x82701c01, 0x00d82303, 0x77821d01, 0xab821e20, 0x7b821f20, 0x00c01f29, 0x00742001, 0x82282101, - 0x00c82303, 0xb3822301, 0x00682424, 0x2b822501, 0x1b822520, 0x00f82524, 0x1f822601, 0xaf822720, 0x00b02925, 0x82002a01, 0x00b02303, 0x2f822b01, - 0x9b822b20, 0x2f822c20, 0x00242d29, 0x00ac2d01, 0x82302e01, 0x00a42303, 0x5f822f01, 0xff823020, 0x00a83024, 0xab823001, 0x9f823120, 0x17823120, - 0x00e43125, 0x822c3201, 0x205b8203, 0x249b8233, 0x01009433, 0x24438233, 0x01004834, 0x209f8234, 0x202b8234, 0x200b8235, 0x20538235, 0x20ff8236, - 0x203f8236, 0x202f8237, 0x20fb8237, 0x20178238, 0x20078238, 0x28b38239, 0x01006039, 0x0100cc39, 0x241b823a, 0x0100fc3a, 0x24af823b, 0x0100383c, - 0x20bf823c, 0x2027823d, 0x209f823d, 0x297f823e, 0x0100883e, 0x0100803f, 0x03820840, 0x40203382, 0x41206b82, 0x41207b82, 0x42200782, 0x43201b82, - 0x4324af82, 0x44010098, 0x45244382, 0x47010090, 0x47205b82, 0x48200f82, 0x48244382, 0x490100d4, 0x4a287f82, 0x4b01004c, 0x4c010020, 0x4c202b82, - 0x4d203782, 0x4d240782, 0x4d0100e0, 0x4e203382, 0x4f295b82, 0x50010044, 0x5101007c, 0x23038228, 0x52010084, 0x52259382, 0x530100c0, 0x82038204, - 0x8254204b, 0x82552017, 0x8256208b, 0x10572407, 0x82570100, 0x82582057, 0x14592427, 0x82590100, 0x3c5a24a7, 0x825b0100, 0x825b20bf, 0x6c5c24bb, - 0x825d0100, 0x825d206b, 0x825e20db, 0xd05e2477, 0x825f0100, 0x246024b7, 0x82610100, 0x8261202f, 0x82622073, 0x64632827, 0xec630100, 0x82640100, - 0xf4642823, 0xa4650100, 0x82660100, 0x82672047, 0x826820db, 0x826820eb, 0x826920cb, 0x826920cb, 0x826a20bf, 0x5c6b248b, 0x826b0100, 0x786c2453, - 0x826d0100, 0x346e252b, 0x006f0100, 0xb8300382, 0x50700100, 0x9c710100, 0x8c720100, 0x1c730100, 0xdc230382, 0x82740100, 0x827420e3, 0x82752027, - 0x82752053, 0x48762407, 0x82770100, 0x8277207f, 0x827720cf, 0x8278206f, 0x8279207f, 0xf879306b, 0x887a0100, 0xe47b0100, 0x7c7c0100, 0x827d0100, - 0x827d203f, 0x827e209f, 0x827f20df, 0x827f205f, 0x8280201b, 0x8280204b, 0x82812043, 0x828120c7, 0x8283208b, 0x7484243b, 0x82850100, 0x2c862c2f, - 0xa0860100, 0xe0870100, 0x82880100, 0xd48824fb, 0x82890100, 0x828a2007, 0xc48a256b, 0x288b0100, 0x33820382, 0x13828c20, 0x00588d24, 0x53828e01, - 0x82948e21, 0x206f8207, 0x2453828f, 0x01002090, 0x206b8290, 0x200f8290, 0x20a38291, 0x207b8291, 0x20338292, 0x20538292, 0x246f8293, 0x01001c94, - 0x207f8295, 0x28238295, 0x01000496, 0x0100b496, 0x25fb8297, 0x0100f097, 0x03824498, 0x99205b82, 0x9a201b82, 0x9b205f82, 0x9b241782, 0x9c0100ac, - 0x9d250b82, 0x9e010090, 0x82038224, 0x829f204f, 0xb09f2927, 0x40a00100, 0x0ca10100, 0xd8230382, 0x82a20100, 0x82a32083, 0xcca32417, 0x82a40100, - 0xf4a42417, 0x82a50100, 0xe8a5287f, 0x8ca60100, 0x82a70100, 0x82a820e3, 0x78a824ab, 0x82a90100, 0x82ab2007, 0xf8ab245b, 0x82ac0100, 0x82ad20f7, - 0x82ad20c7, 0x82ae2057, 0x3caf248b, 0x82b00100, 0xa8b12467, 0x82b20100, 0x83b32047, 0x249b8203, 0x01005cb4, 0x20bf82b5, 0x200782b6, 0x28db82b6, - 0x010068b7, 0x0100e0b7, 0x209782b8, 0x243382b9, 0x0100c4b9, 0x244382ba, 0x01009cbb, 0x245382bc, 0x01004cbd, 0x208382bd, 0x207782be, 0x293782bf, - 0x0100ecbf, 0x010080c0, 0x038214c1, 0xc3240b82, 0xc3010010, 0xc4240782, 0xc50100d4, 0xc5201f82, 0xc6205382, 0xc828f782, 0xc8010030, 0xc90100a4, - 0xc9209f82, 0xca208f82, 0xcb20df82, 0xcc241382, 0xcd010070, 0xce205b82, 0xce205b82, 0xcf2d8f82, 0xd0010098, 0xd1010050, 0xd2010044, 0x27038208, - 0xd30100ac, 0xd40100d0, 0xd5203382, 0xd6205782, 0xd7208b82, 0xd8240382, 0xd90100dc, 0xda24f382, 0xdb01006c, 0xdc20b382, 0xdc247f82, 0xdd0100cc, - 0xde205f82, 0xdf200f82, 0xe020c382, 0xe1243382, 0xe2010058, 0xe3201382, 0xe320df82, 0xe4209382, 0xe520d782, 0xe5200f82, 0xe6202b82, 0xe7208f82, - 0xe7250b82, 0xe80100d8, 0x82038248, 0x82e920d7, 0x82e92077, 0x82ea200f, 0x82ea202f, 0x82eb2043, 0x82ec20e7, 0xb0ec2513, 0x24ed0100, 0x77820382, - 0x7382ee20, 0x0004ef28, 0x00a0ef01, 0x8382f001, 0xa782f120, 0x1f82f120, 0x1782f220, 0x0020f328, 0x00e8f301, 0xcf82f401, 0xaf82f420, 0x4b82f520, - 0x0054f624, 0x0782f601, 0x7b82f720, 0x00f8f724, 0x3782f801, 0x7b82f920, 0x00b8fa25, 0x8228fb01, 0x20df8203, 0x244782fc, 0x010018fd, 0x201f82fd, - 0x204782fe, 0x2dab82fe, 0x02007cff, 0x02002800, 0x02005001, 0x03822402, 0x0200ac23, 0x24138203, 0x02006c04, 0x34178205, 0x02000407, 0x0200b007, - 0x0200c408, 0x02003c09, 0x02004c0a, 0x2c17820b, 0x0200c80b, 0x0200b40c, 0x0200700d, 0x200f820e, 0x2023820e, 0x343f820f, 0x0200cc0f, 0x02001c11, - 0x02009412, 0x0200e013, 0x0200a814, 0x280f8217, 0x0200e817, 0x0200b818, 0x30438219, 0x0200f019, 0x0200a41a, 0x0200441c, 0x0200301d, 0x207b821e, - 0x244b821e, 0x02006420, 0x20138221, 0x24338221, 0x02003822, 0x24038223, 0x02005824, 0x243f8225, 0x0200f425, 0x2d0b8227, 0x0200ec28, 0x0200f829, - 0x0200682b, 0x0382002c, 0x0200d423, 0x244b822e, 0x0200802f, 0x20638230, 0x20738232, 0x24a38233, 0x0200d033, 0x20138234, 0x205f8235, 0x205b8235, - 0x208f8236, 0x240f8237, 0x02008838, 0x20578239, 0x24378239, 0x02008c3a, 0x200b823b, 0x2037823b, 0x2023823c, 0x2413823d, 0x0200743e, 0x2483823f, - 0x0200d83f, 0x24478240, 0x02002c41, 0x20b38242, 0x20df8242, 0x281b8243, 0x02000c44, 0x0200bc44, 0x250f8245, 0x0200ac46, 0x03822447, 0x4828f382, - 0x490200a0, 0x4b020020, 0x4c241f82, 0x4d020028, 0x4d2cd382, 0x4e0200e4, 0x5002006c, 0x51020098, 0x52201b82, 0x52241b82, 0x530200c8, 0x5420af82, - 0x55206382, 0x55205782, 0x56203b82, 0x57201b82, 0x5720cb82, 0x58257f82, 0x59020034, 0x24038204, 0x5a02007c, 0x8203825c, 0x105c24b7, 0x825c0200, - 0x825e20f7, 0xf45e242f, 0x825f0200, 0x8360201b, 0x00f02303, 0xbb826102, 0x6f826320, 0x3f826420, 0xab826520, 0x97826620, 0x7b826820, 0xcf826920, - 0xaf826a20, 0xef826b20, 0x00606c24, 0x13826d02, 0x00c06e29, 0x00846f02, 0x82407002, 0x00fc2703, 0x00a87102, 0x33827302, 0x47827320, 0x2f827420, - 0x00087624, 0xf7827602, 0x00707724, 0x0b827802, 0x73827820, 0x00807928, 0x00307b02, 0x03837c02, 0x7e207b82, 0x7e241782, 0x7f02008c, 0x80202782, - 0x81206b82, 0x8220ab82, 0x82205382, 0x8320eb82, 0x8320d382, 0x84243382, 0x85020048, 0x86207782, 0x86243382, 0x87020090, 0x8720b782, 0x8824f382, - 0x89020068, 0x89202f82, 0x8a24f382, 0x8b0200bc, 0x8c244782, 0x8c02006c, 0x8d249782, 0x8e020058, 0x8f249782, 0x9002001c, 0x90286382, 0x910200c4, - 0x920200f8, 0x94200382, 0x95302382, 0x9502009c, 0x960200f4, 0x97020094, 0x98020064, 0x98202782, 0x99206382, 0x9a240382, 0x9a020024, 0x9a29eb82, - 0x9b0200b8, 0x9c02007c, 0x82038200, 0x829d202f, 0x829d2053, 0x829e201f, 0xe89e2d97, 0x549f0200, 0xa0a00200, 0x94a10200, 0xf3820382, 0x0b82a220, - 0x0034a324, 0x6b82a302, 0x0070a425, 0x8210a502, 0x24d38203, 0x020060a6, 0x24df82a6, 0x0200a8a7, 0x241382a8, 0x02004cab, 0x202b82ac, 0x20cf82ad, - 0x245382ae, 0x0200bcae, 0x20e382af, 0x205782b0, 0x209f82b0, 0x202b82b1, 0x201382b2, 0x202382b3, 0x206f82b4, 0x208b82b5, 0x244382b6, 0x02005cb7, - 0x20eb82b7, 0x20af82b8, 0x286f82b8, 0x02003cb9, 0x0200a4b9, 0x200f82ba, 0x38008200, 0x80010002, 0x3e002300, 0x32250000, 0x06141516, 0x2622012b, - 0x012b2634, 0x3307820e, 0x26222327, 0x3634013d, 0x3736013b, 0x15173735, 0x06271716, 0x1f221084, 0x15833501, 0x1d163225, 0x82363701, 0x142c0804, - 0x01012f06, 0x135e4260, 0x130d400d, 0x100d0d13, 0x103d4c3d, 0x0909075d, 0x22177707, 0x18212020, 0x0b0b07e7, 0x07096e07, 0x6e090720, 0x8e230a83, - 0x82425ec0, 0x131a3c29, 0x1d23231d, 0x07600709, 0x30081409, 0x08300303, 0x0a016014, 0x0a081e08, 0x831c0c01, 0x0c1c213e, 0x0f2e0e86, 0x08000000, - 0xe0ff0000, 0x80018002, 0xb1821a00, 0x36002d22, 0x4624b582, 0x56004e00, 0x1d2abb84, 0x23061401, 0x22012e21, 0xb6820706, 0x34113525, 0x83213336, - 0x352522a0, 0x20d38234, 0x86c2831d, 0x17322108, 0x16201286, 0x33200887, 0x20241086, 0x06141632, 0x1629ff82, 0x26343632, 0x02140622, 0x27848370, - 0x3e06aefe, 0x32063e54, 0x022a0b83, 0xfe090700, 0x08100840, 0x0482710f, 0x6c080c22, 0x11210582, 0x2004826f, 0x2d038280, 0x2f42cffe, 0x432f422f, - 0x1a13131a, 0xed848013, 0x37372926, 0x01070929, 0x0931f782, 0x6c4cf007, 0x0c800808, 0x0808591b, 0x80280159, 0x243c8208, 0x0808b844, 0x820383b8, - 0x422f2236, 0x23368241, 0x05001a13, 0xbf2ee782, 0xc1018002, 0xab00a300, 0x5401b300, 0xe1825c01, 0x31230624, 0xe3822f22, 0x84060721, 0x07142601, - 0x16173106, 0x82f38215, 0x20128315, 0x33ba8317, 0x2306012f, 0x07232230, 0x26222306, 0x013f3435, 0x22072726, 0x34260a86, 0x36373435, 0x16822737, - 0x32333624, 0x0a85011f, 0x0b963720, 0x06821686, 0x22833320, 0x15011e2b, 0x16010f14, 0x33323717, 0x220b8632, 0x8e071415, 0x418b827e, 0x36200636, - 0x05200786, 0x0f229f82, 0x2a821401, 0x2c8b0620, 0x0a83378a, 0xb782ac83, 0x23204e8c, 0xce88c38d, 0xc18ac382, 0x3421c38b, 0x83dd8236, 0x36342203, - 0x21228e31, 0xef833634, 0x32303322, 0x9384cb84, 0x3122ca84, 0xa8860632, 0x10016208, 0x050b0403, 0x05010304, 0x04050605, 0x09010104, 0x04080a0a, - 0x01030903, 0x05090903, 0x08060e0b, 0x01021915, 0x070e0303, 0x1803010b, 0x02030b0d, 0x0b0d0a08, 0x0b060201, 0x03070b0c, 0x0d0a0a03, 0x05040808, - 0x08050609, 0x04061310, 0x09060507, 0x17150705, 0x070b0104, 0x1603040d, 0x0107070b, 0x223c8202, 0x86050805, 0x3f09823d, 0x0c010c0d, 0x070a0609, - 0x100a0507, 0x04070612, 0x131aa802, 0x69131a13, 0x0e09090e, 0x01bf0109, 0x0a215e8f, 0x8b5d9e08, 0x215b829a, 0x7682060a, 0x0b205b87, 0x0220de8c, - 0x0421dd95, 0x2142880d, 0x8c84e80d, 0x0b02de2c, 0x01010109, 0x06060403, 0x08820504, 0x05045208, 0x020a080b, 0x11080804, 0x0f05090e, 0x0e09050a, - 0x070b0d0b, 0x0c0b0202, 0x070a0418, 0x0304030e, 0x08070603, 0x0c040416, 0x04010a08, 0x05071517, 0x07050609, 0x10130604, 0x09060509, 0x08070305, - 0x030a090e, 0x0c0b0703, 0x01020609, 0x08050d0b, 0x3a3c8505, 0x0d050804, 0x03020404, 0x05091417, 0x050b0708, 0x01030b09, 0x04030902, 0x8313220c, - 0x094d2888, 0x0e09090e, 0x94020336, 0x0a082162, 0x08216190, 0x2161860a, 0x6085080a, 0x070b0122, 0x04206095, 0x0220e28c, 0xdf20e19b, 0x00348b84, - 0x00030000, 0x02c0ff00, 0x00c10100, 0x00a7009f, 0x010000af, 0x2008e742, 0x20098217, 0x08904306, 0x9d431520, 0x43222005, 0x058205b1, 0x43010f21, - 0x2d831133, 0x012a2328, 0x23060723, 0xb4432722, 0x07f04207, 0x4314b443, 0x898225b3, 0x16071524, 0x2d823717, 0x97430020, 0x0175080e, 0x101101ff, - 0x0e080d0f, 0x140e0713, 0x05080819, 0x0f0a0e02, 0x03010506, 0x09060701, 0x01050507, 0x0e0c0101, 0x05050a0e, 0x0302040c, 0x0e060d0d, 0x1c0b0714, - 0x01020121, 0x03130404, 0x04011203, 0x040f1020, 0x110e0a03, 0x0604010f, 0x0a0e110d, 0x0d0d0404, 0x0e0a0b12, 0x0b060909, 0x05081a15, 0x0c08060a, - 0x1e1c0807, 0x0a0e0104, 0x16040610, 0x02090917, 0x213c8202, 0x3a850e09, 0x92fe123a, 0x281c1c28, 0x0e14761c, 0x010e140e, 0x11040359, 0x04030505, - 0x070c1a1f, 0x2b084582, 0x040e0c07, 0x040c0302, 0x0e0e0a05, 0x0501020c, 0x05090705, 0x02010107, 0x0a0f0606, 0x0a05030e, 0x0c13170a, 0x0e0a0907, - 0x0e120b07, 0x92828c82, 0x20100e23, 0x3b6a8205, 0x04050511, 0x15080904, 0x11060414, 0x04020e0a, 0x07081c1e, 0x050e0a0d, 0x0b161908, 0x043b9183, - 0x0d130b09, 0x0a04040c, 0x070c100e, 0x120e0203, 0x03030a0e, 0x041f100e, 0x82e6fe01, 0x281c228d, 0x228d826c, 0x8200140e, 0xff032200, 0x06e341ff, - 0x00094e08, 0x002d0013, 0x03212500, 0x021e3233, 0x3501013b, 0x06141521, 0x26222123, 0x1d163201, 0x34352101, 0x17013b36, 0x14062223, 0x32213316, - 0x2b263436, 0x80013701, 0x8d4000ff, 0x250e2517, 0x40fe6e16, 0x0d130002, 0x130d40fe, 0x130de001, 0x280b82fe, 0x070f0e31, 0x01070909, 0x2a058360, - 0x01a0150e, 0x1b2a1b20, 0x824080fe, 0x01133022, 0x800d130d, 0x40130d80, 0x0a0a0d09, 0x8240090d, 0x0200218a, 0x40298b84, 0x2400c101, 0x00004e00, - 0x07944713, 0x20088347, 0x24888333, 0x2b010e14, 0x06c04701, 0x45013d21, 0xa684057a, 0x2005c147, 0x29a58237, 0x14151632, 0x020e1407, 0xad83012b, - 0x37013b26, 0xa0323336, 0x40258483, 0x07400709, 0x22028209, 0x85040804, 0x5801280b, 0x1c871008, 0x83a5fe22, 0x2f37241e, 0x82a02a20, 0x090724bf, - 0x834e060b, 0x78782810, 0x01140d0b, 0x85060a10, 0x823d8235, 0x213b8302, 0x13820a06, 0x1c82a020, 0x14640c24, 0xe082060a, 0x131a2629, 0x0602030d, - 0x8204070a, 0x085833d0, 0x00000400, 0x8002c0ff, 0x1600c001, 0x74006000, 0xcf828c00, 0x2206072e, 0x012e022f, 0x023f3435, 0x021f3236, 0x0122a483, - 0xa4820617, 0x46012f21, 0xea8207ad, 0x3b22e384, 0xce833201, 0x1c350b9b, 0x07061501, 0x23030f15, 0x011f1406, 0x2f343627, 0x0f222602, 0x2a0c8202, - 0x3f321602, 0x14310501, 0x8431010f, 0x865b8271, 0x156b2a70, 0x15020802, 0x04020231, 0x36098531, 0x3b010404, 0xc61e0d26, 0x087d0f18, 0x0c141117, - 0x131a1318, 0x8e081008, 0x060d3305, 0x01260f01, 0x01151501, 0x1e020278, 0x0204020c, 0x08871e0c, 0x89400121, 0x2354874b, 0x04311501, 0x01211582, - 0x85298203, 0x0402380a, 0xc3fe0204, 0xac141d10, 0x17110d0b, 0x0df12011, 0x980d1313, 0x83b80808, 0x08b82307, 0x0f869808, 0x07834820, 0x0201b032, - 0x010b0601, 0x010f2601, 0x010a300b, 0x0105027f, 0x01216f85, 0x21788505, 0xc4820450, 0x56836183, 0x00206086, 0x24080082, 0xff200006, 0x012102c0, - 0x000700c1, 0x00570016, 0x00a5009d, 0x240000ad, 0x36342622, 0x27141632, 0x013e3707, 0x05d64717, 0x22232625, 0x41022e07, 0x15210562, 0x26178917, - 0x33141514, 0x83013f32, 0x15022427, 0x87010f14, 0x1702230f, 0x10831e32, 0x010e022a, 0x2230011d, 0x17163225, 0x06261a82, 0x1422012b, 0x0c96013b, - 0x3536272f, 0x35272634, 0x3f013e34, 0x32333601, 0x824f8316, 0x21388806, 0x98861233, 0x8d490020, 0x04023e06, 0x281c1c28, 0x1510e91c, 0x09090e03, - 0x090f010c, 0x13e2080a, 0x140f101b, 0x023c020e, 0x0812830f, 0x06082729, 0x0f032f02, 0x060a0608, 0x06082c01, 0x07022201, 0x0804060b, 0x22010306, - 0x023c2f4a, 0x0e09a901, 0xa00a0e02, 0x847f0808, 0x08802308, 0x08845f08, 0x1d21d030, 0x161c2406, 0x036c1827, 0x110e0a04, 0x1584c72f, 0x45271e82, - 0x1a13131a, 0x849cfe13, 0x82e02079, 0x281c3b7d, 0x08420512, 0x0d01010a, 0x3004030a, 0x200ad203, 0x0a711629, 0x320a0e0d, 0x158209be, 0x04090e29, - 0x01017a04, 0x83970608, 0x8206200d, 0x8a03217c, 0x05390e82, 0x0508056b, 0x08060501, 0x6c030405, 0x33511017, 0x080b321a, 0x0e0a0203, 0x31068c10, - 0x1d100e12, 0x1b1a052c, 0x21082330, 0x120a0e01, 0x1e861105, 0x82100121, 0x1a132385, 0x81848dfe, 0x0000003b, 0xff000002, 0x018102c0, 0x003700c0, - 0x2500004c, 0x34353637, 0x0f222326, 0x07f04302, 0x01272232, 0x3f343526, 0x32333601, 0x3637011f, 0x1707013b, 0x0c820583, 0x2d052544, 0x26012b06, - 0x01332527, 0x22230607, 0x0484012f, 0x2e06e54b, 0x051a6701, 0x05060709, 0x4b01211b, 0x82140306, 0xfd0422b8, 0x080886b3, 0x09157526, 0x1a4c540d, - 0x560d0958, 0x7037090d, 0x07090907, 0xfe120462, 0x7e010818, 0x0d120b09, 0x1f13120a, 0x825b1117, 0xfc291782, 0x07070518, 0x1e190409, 0x254082ff, - 0x03061905, 0x0886c701, 0x09155b39, 0x08511445, 0x07093709, 0x170a06c0, 0xd8feba0f, 0x10080e0a, 0x82520e18, 0x09072410, 0x82060000, 0x84bf20db, - 0x000731db, 0x00200012, 0x00340029, 0x11000063, 0x14151733, 0x372db682, 0x15010e22, 0x36321614, 0x35172634, 0x29bf8a05, 0x23113325, 0x35022e22, - 0x1a82013a, 0x25842320, 0x0e412520, 0x26152321, 0x3d41012f, 0x18073006, 0x400d1348, 0x04080430, 0x09090e09, 0x8a160149, 0x8e0128d3, 0x0b074060, - 0x82290509, 0x82072019, 0xeffe2121, 0x2f1f1d41, 0x1a920404, 0x06070905, 0x38400104, 0x40130da8, 0x07213482, 0x22588209, 0x86d78f20, 0xffe026ef, - 0x0b090500, 0x83138207, 0x418c201b, 0xc2241929, 0x18760305, 0x0a22ea82, 0x00820004, 0x3b450820, 0x00072f08, 0x0017000f, 0x0027001f, 0x0051002f, - 0xcb430059, 0x43062008, 0x26200632, 0x4c08c84c, 0x362005d0, 0x2720178e, 0x2105ea4d, 0x08462315, 0x06142705, 0x2315012b, 0x51462635, 0x011e2505, - 0x26011e17, 0x27063348, 0x0e147202, 0x620e140e, 0x32200584, 0x8e200584, 0x14820584, 0x11850282, 0x1303333f, 0x0d60200d, 0x600d1313, 0xe0401a26, - 0x2a507040, 0x13344023, 0x1ac4350e, 0x131a1313, 0x202b8490, 0x2005847e, 0x20058446, 0x2005845a, 0x20058476, 0x25058436, 0x0d07063b, 0x2c822013, - 0x20261a2d, 0x50553ab1, 0x1b271670, 0x82259914, 0x1a132110, 0x1b42fb82, 0x00212e09, 0x00310029, 0x004c0039, 0x25000054, 0x23c88217, 0x2306010f, - 0x230cf642, 0x32013b36, 0x1723c484, 0x43270616, 0x07210520, 0x06544404, 0x07860620, 0x16140424, 0xf789013b, 0x23053724, 0x24410422, 0xc6012206, - 0x0fff42b4, 0x3b312722, 0x062cd186, 0x079c0f07, 0x090f0d13, 0x0e146a01, 0x4e20b982, 0xfe210584, 0x26fa87e0, 0x143f0115, 0x842b010d, 0x8b812115, - 0x210f0343, 0xd684211e, 0x1b0e0e29, 0x0d09096a, 0x84840c13, 0x844e20fb, 0x1a112205, 0x23fb8513, 0x08f6282e, 0xf7821184, 0xfcff043b, 0x0002c0ff, - 0x0700c001, 0x20001800, 0x00003700, 0x17373611, 0x26352315, 0x24fa8205, 0x3e272131, 0x23ed8201, 0x021e1716, 0x2007b141, 0x05d34117, 0xdb410720, - 0x072a0806, 0x012b010e, 0x01072135, 0x43a0dc03, 0xfe030002, 0x6716e2ef, 0x5934423e, 0x1b1b0b1d, 0x13131ac2, 0x0730131a, 0x95070909, 0x06838b0a, - 0x0701803d, 0x01921521, 0x08011000, 0xc3a10e0e, 0x06013db1, 0x37a40106, 0x10292f45, 0x82215247, 0x1a13262c, 0x090e09a3, 0x24038220, 0xc0181404, - 0x20a38330, 0x050f4b00, 0x0f27a383, 0x79002900, 0x42240000, 0xab830e6f, 0x9e480620, 0x21152106, 0x82076842, 0x270121b5, 0x2d053249, 0x013f2622, - 0x22263436, 0x2606010f, 0x0882013d, 0x011d0627, 0x012f0614, 0x22cc8226, 0x8216011f, 0x21d5853b, 0x21821632, 0x32161422, 0x16202d82, 0x16222182, - 0x2d823632, 0x21823620, 0x2d824682, 0x01333622, 0x02829882, 0x474d3720, 0x033d2d05, 0x26200d13, 0x00ff401a, 0x4a507040, 0x0e22f382, 0xe5838735, - 0x10160c2b, 0x0a05090f, 0x0f08050d, 0x2b2d8228, 0x05080f28, 0x09050a0d, 0x0c16100f, 0xd0201e9d, 0x49205e84, 0x5a320584, 0x130d0706, 0x40261a40, - 0x505639b1, 0x15292f70, 0x4bac1598, 0x5b4c6a90, 0x01402e08, 0x002b00c0, 0x00410033, 0x17162500, 0x23f28206, 0x012f2607, 0x2306764a, 0x0607013d, - 0x26260e83, 0x25373435, 0x8b513236, 0x2650080a, 0x16140622, 0x17343632, 0x34353632, 0x22012b26, 0x16141506, 0x043b0233, 0x16030101, 0x05060605, - 0xfe0d1310, 0x10130d80, 0x05070505, 0x01050416, 0x0c1e0c00, 0x40070965, 0x34c60907, 0x26342626, 0x38090730, 0x38284028, 0x05d40709, 0x18050607, - 0x0e3b3883, 0x13130dd2, 0x030ed20d, 0x18040101, 0x05070605, 0x5a0a0ae2, 0x09090734, 0x82088807, 0x34262a32, 0x280709ea, 0x07283838, 0x4dbe8209, - 0x8020061b, 0x3324bf82, 0x52004e00, 0x1523bf82, 0x83262223, 0x222322b2, 0x0699462f, 0xbf43b28b, 0x22232205, 0x21b08607, 0xb182011d, 0x16320522, - 0xbc4a0782, 0x3435210a, 0x2a05e542, 0x3523011d, 0x10011523, 0x82130db0, 0x050635be, 0xd4050412, 0x580a1b0a, 0x07200709, 0x04053b09, 0x121b8906, - 0x093ece84, 0x05a50107, 0xfe121906, 0x061912d6, 0x0d082505, 0x110ce608, 0x80a0c030, 0x13a40d13, 0x3c840403, 0x0909bb24, 0xc783274e, 0x05346028, - 0x08040506, 0x0c832515, 0x09074036, 0x0a0506a0, 0x12191912, 0xa006050a, 0x13090e09, 0x9090a00d, 0x0625db83, 0xb6ff0000, 0x2edb8302, 0x0039000b, - 0x00910089, 0x00c70099, 0x83260100, 0x055e4bbd, 0x33160331, 0x0f063732, 0x35260601, 0x37363734, 0x8333083e, 0x232626ca, 0x1f140622, 0x07904301, - 0x36140628, 0x012f2206, 0xe4830626, 0x3d262225, 0x82263401, 0x26222831, 0x36013f34, 0x82012b26, 0x204c8308, 0x26218236, 0x1f323634, 0x4a361601, - 0x162008f2, 0x32222182, 0x2d821416, 0x013b1622, 0x06200882, 0x06202d82, 0xfa432182, 0x51162007, 0x06200a78, 0x27203f82, 0x36258e82, 0x012f3435, - 0x05654333, 0x34363722, 0x3b088b82, 0x36343507, 0x071e3233, 0x58011617, 0x090b1a0b, 0x09071007, 0x04140d94, 0x3c201404, 0x21044e2f, 0x020c0145, - 0x080b040b, 0x1d070d0b, 0x140f0c29, 0x0c080f1c, 0x141c1c14, 0xf50e080c, 0x42323243, 0x92260ae6, 0x0e09090e, 0x05844909, 0x042c0126, 0x203c2f4e, - 0x60897683, 0x131d0f28, 0x1d290c0f, 0x7d820d07, 0x0b043a08, 0x45010c02, 0x07072901, 0x09090787, 0x0f54fe07, 0x0f091a01, 0x0f2e370d, 0x026c7b0f, - 0x040f0412, 0x0205030a, 0x081b1c26, 0x090e281c, 0x091c281c, 0x0a0d270e, 0x110f0905, 0x21728515, 0xe3431115, 0x4364202e, 0x1f2c0adc, 0x372e0f0f, - 0x1a090f0d, 0x14141c01, 0x1d285e87, 0x261c1b08, 0x0a030502, 0x123a7c82, 0x00006c02, 0x00000500, 0x4002c0ff, 0x0700c001, 0x2c002400, 0x68004800, - 0xc04a0000, 0x14062207, 0x09914d1f, 0x4d262221, 0x32270588, 0x1417011e, 0x4b010f06, 0x0720077e, 0x4d06ec42, 0x373008ba, 0x012f3436, 0x3e35012e, - 0x16073301, 0x06010f14, 0x23203983, 0x22271e82, 0x3426012f, 0x8336013f, 0x33210830, 0x32363435, 0x26347a17, 0x40263426, 0x0d13320e, 0x0d130d40, - 0x401a2613, 0x0412180d, 0x01480104, 0x221a848c, 0x82261a20, 0x341c8316, 0x480e0e32, 0x20070401, 0x04040414, 0x070a0348, 0x030a0780, 0x210a8948, - 0x48824001, 0xc3342638, 0x60300d26, 0x0d13130d, 0x600d1380, 0x130a261a, 0x0102010b, 0x1b849044, 0x1a264622, 0x80201a82, 0x60251d83, 0x0d260d30, - 0x2f1a8244, 0x04871612, 0x0344040a, 0x24240507, 0x44030705, 0xab4a0c8b, 0x001a310a, 0x13000040, 0x37343534, 0x2b060705, 0x35262201, 0x2320c782, - 0x35210a87, 0x14ad4937, 0x8e482720, 0x011f2206, 0x05ea4233, 0x01022035, 0x09054245, 0x010a0642, 0x052b6731, 0x09072808, 0x473a0220, 0xbe3e0faa, - 0x060a0125, 0x69050942, 0x42421e72, 0x2c01391e, 0x04040202, 0x090875fb, 0xac020207, 0x0683063a, 0x47ca6c21, 0x933b0f97, 0x07020282, 0x27b80809, - 0x00002732, 0xffffff03, 0x018001c0, 0x001600c1, 0x8252003b, 0x1e3229b9, 0x14011f02, 0x010e1415, 0x352abc85, 0x33013e37, 0x26343517, 0xb744012b, - 0x22232908, 0x14011d06, 0x15013b16, 0x32230483, 0x823d013e, 0x373621b7, 0x2405c141, 0x1523012f, 0x055d4923, 0x15162108, 0xec173233, 0x0b11160c, - 0x1e111501, 0x251bc011, 0x19240215, 0x2805089c, 0x061a0608, 0x08052808, 0x04220a85, 0x0b820406, 0x05058b3a, 0x050d0516, 0x1380432b, 0x130d400d, - 0x01131a43, 0x160f0920, 0x0303e00c, 0x26293c82, 0xe003031a, 0x1bad2119, 0x26378705, 0x07061b05, 0x83080628, 0xf507213c, 0x16233882, 0x492b0505, - 0x13200599, 0x82059b45, 0x00c026d7, 0x00260017, 0x20d7833d, 0x41d68416, 0x35340692, 0x043e3437, 0x36321333, 0x26273435, 0x15060722, 0x13021e14, - 0x193bbf96, 0x26150224, 0x261ac01a, 0x0c080615, 0x4c08100d, 0x03342319, 0x0a34030a, 0x92e71610, 0x182221b2, 0x1a23b082, 0x821b2526, 0x0f0835af, - 0x04080a0d, 0x192200ff, 0x0404451c, 0x160c1b46, 0x42010910, 0x0433ab8e, 0xc0ff0f00, 0xc001f001, 0x21000700, 0x7d007500, 0x48120000, 0x252e0653, - 0x0e141516, 0x22060704, 0x35032e27, 0xea4c3634, 0x46464806, 0x3e32332b, 0x2f343502, 0x33362601, 0x206f8622, 0x05ae44d9, 0x151e0236, 0x2f332d23, - 0x08140817, 0x27404d2a, 0x09c00e10, 0x6e080a09, 0x471d2e48, 0x093110e2, 0x0f28090e, 0x03070508, 0x05030406, 0x16100f09, 0x205d855b, 0x39188200, - 0x0c750e09, 0x4c623520, 0x09202f41, 0x43110404, 0x0f47825f, 0x04500518, 0x5648fc04, 0x04032437, 0x48070306, 0x092206e3, 0x3f4e000e, 0x01002908, - 0x000900c1, 0x37000050, 0x2008cc52, 0x10734725, 0x4408fc59, 0x3722076f, 0x24853336, 0x22012b22, 0x2008a449, 0x08855233, 0x2b061435, 0x01201501, - 0xff2838c0, 0x01382800, 0x090907d0, 0x8320fe07, 0x40602105, 0x502b0583, 0x2b40130d, 0x280a0922, 0x82070938, 0x1a132616, 0x0d134013, 0x27198350, - 0x20202040, 0xa8383828, 0x04841784, 0x0709202f, 0x13090710, 0x24bc300d, 0x38020638, 0x820c8228, 0x130d2711, 0x30c00d13, 0x1c84130d, 0x7b452020, - 0x01002f06, 0x002000c0, 0x00300028, 0x00440038, 0xc78f0100, 0x9b531420, 0x013b2a05, 0x34353632, 0x06362726, 0x05f65022, 0x07862620, 0x07863620, - 0x65440520, 0x210e8306, 0x8e82a001, 0xc0fe2822, 0x80220583, 0x06835919, 0x23280b82, 0x34461f1c, 0x26342626, 0x22051550, 0x82131a8d, 0x00ff26c3, - 0x26261ac0, 0x2404831a, 0x28380001, 0x2d328480, 0x1b253828, 0x38385038, 0x0a321e28, 0x3182161c, 0x7a342628, 0x1c1c281c, 0x31820428, 0xf31a1322, - 0x26211184, 0x26008200, 0xff0d0004, 0x82b101be, 0x002926c3, 0x005e0053, 0x2bc18267, 0x06141516, 0x37012e27, 0x3537013e, 0x3b0c8441, 0x012b0614, - 0x37171615, 0x011f3236, 0x020f1416, 0x3e373623, 0x23343502, 0x14011d22, 0x3722df82, 0xc3823435, 0x07293c82, 0x1407010e, 0x33161415, 0x052f5330, - 0x26201882, 0x33232484, 0x82322632, 0x2223352b, 0x8e01013d, 0x56577c22, 0x65020279, 0x09072049, 0x07800709, 0x3c080482, 0x182c3820, 0x17050d05, - 0xc31b0404, 0x0e180331, 0x38380a0a, 0x01081908, 0x0904080c, 0x02111312, 0x5201060a, 0x1c1c8309, 0x45393738, 0x010d0d1a, 0x573e3301, 0x8001017a, - 0x0c704c55, 0x09bd4122, 0x24092226, 0x17040419, 0x3f084982, 0x2014bc1a, 0x111d1013, 0x08043c3d, 0x0b170508, 0x1914110e, 0x0119271b, 0x080a0601, - 0x6b1a0816, 0x6a3f201d, 0x7413c23f, 0x00741415, 0xfaff0300, 0x8602c0ff, 0x0500c101, 0x3a002c00, 0x17130000, 0x3721fe82, 0x14e34d01, 0x33363733, - 0x011f3221, 0x21230616, 0x17153317, 0x35053335, 0x06204b17, 0x3311352b, 0x4a581215, 0x020b1213, 0x101e463a, 0x0b232308, 0x96011109, 0x0a560911, - 0xc2fe1312, 0x40803529, 0x134000ff, 0x0d00ff0d, 0x44014013, 0xfe102244, 0x1d462df1, 0x101b350f, 0x10800e0e, 0x63292022, 0x321ba08c, 0x13130d49, - 0xa000010d, 0x08054f45, 0x01600222, 0x000d00c0, 0x00460016, 0x17333700, 0x3d262221, 0x16171601, 0x27373233, 0x2e272223, 0x06173701, 0x8814dd46, - 0x060721bf, 0x03832782, 0x83351721, 0x36230835, 0xe27a1537, 0x0c61fe9e, 0x09080712, 0x1c0e0e09, 0x2b070601, 0x1c861724, 0x0306d801, 0x05080413, - 0x86d1fd04, 0x09222108, 0x803eca82, 0x193d0911, 0x07062d24, 0x2a1c1c2a, 0x0e890c0d, 0x0809090e, 0x13804007, 0x0103c50d, 0x3e820401, 0x6d285923, - 0x10f0461b, 0x0f101c32, 0x5a28680f, 0x21210106, 0x04507004, 0x82030101, 0x8120cf86, 0x152bcf82, 0x44003c00, 0x34130000, 0x82060537, 0x2221299f, - 0x3435012e, 0x35053e37, 0x3631ca94, 0x010e2133, 0x2617011d, 0x32363435, 0x06141516, 0x078f4a07, 0x01014033, 0x0712043c, 0x04e7fe17, 0x03010408, - 0x0208030d, 0x11b14702, 0x231a363b, 0x201c1c01, 0x50381232, 0x21212b38, 0x1a13131a, 0x0f000113, 0x361ff511, 0x29378216, 0x26090203, 0x140d190c, - 0x97415e0a, 0x2d2a350f, 0x493e651d, 0x503d3327, 0x45507070, 0x257b0e68, 0x36252536, 0x2b0c4752, 0x001e0016, 0x004d0042, 0x3700005b, 0x24055459, - 0x020e1737, 0x09564307, 0xfe432420, 0x42072006, 0x3e221465, 0xd1833301, 0x07010e30, 0x05021e17, 0x17373634, 0x22212306, 0x2d453526, 0x2b210806, - 0x27012e01, 0x11853336, 0x04251b14, 0x14201489, 0x130d4203, 0x1a401a26, 0x2634a001, 0x6b263426, 0x0f9d4885, 0x06a43408, 0x422e2b3e, 0x37152012, - 0xfe192113, 0xf52c3c93, 0xe0fe0607, 0xc0011c14, 0x0d13261a, 0x1e280542, 0x0cec1a13, 0x0b0b1b25, 0x2a210b89, 0x200d1317, 0x8220261a, 0x34262349, - 0xfe8f67a9, 0x382a7f3e, 0x2a172e42, 0x032b081e, 0x2c411b12, 0x02bd0442, 0x26b0141c, 0x130d201a, 0x13103a23, 0x2c05c748, 0xc1010102, 0x5f005700, - 0x00006700, 0x0a324c25, 0x4c069b5a, 0x2b5e0e84, 0x0e864c06, 0x36343523, 0x11884c33, 0xba553320, 0x16062305, 0x764c0433, 0x077e4c06, 0x0ce40136, - 0x160c1111, 0x0f1b1d26, 0x0b0c1108, 0x471b0f08, 0x47101810, 0x0b220d82, 0x0d82110c, 0x16261d22, 0xfe21209f, 0x0a205afe, 0x3d8fdc20, 0x11110b23, - 0x905e9c0b, 0x1c2c2120, 0x54204f83, 0x08075651, 0xff03002a, 0x02bffff9, 0x00c70187, 0x00590024, 0x37000062, 0x0e173736, 0x14011d01, 0x2e222306, - 0x34013d01, 0x15020f26, 0x36012e06, 0x2609944d, 0x010e0133, 0x82260127, 0x011f2110, 0x2213984d, 0x4d011e17, 0x27080c99, 0x1707010e, 0x34250716, - 0x26343536, 0x72072223, 0x11f50d0f, 0x080c1016, 0x1b47070d, 0x1809010f, 0x0f090110, 0x16261d1b, 0x022eac83, 0x050d040d, 0x090cb3fd, 0x5d0d0a14, - 0x32411808, 0x0816230a, 0x33410109, 0x34d48405, 0x020e180f, 0xfe090ca3, 0x141c01d2, 0x01dc0808, 0x1c06bd07, 0x82428213, 0x26162255, 0x2457821d, - 0x12010801, 0x2d3f8617, 0x0205eafe, 0x0ac70104, 0x090c1a0c, 0x458a0949, 0x07212983, 0x32678207, 0x10471a10, 0x150e1018, 0x0c0a7e0d, 0x010201fc, - 0x47031c14, 0x802c0657, 0x4f00c001, 0xa7005700, 0xb700af00, 0x200d3b42, 0x41be4e14, 0x7a5f3320, 0x22272407, 0x60011f06, 0x8b4205ba, 0x34104f0e, - 0x0a4f2320, 0x05c2610f, 0x3538ef51, 0x13131a91, 0x1d65131a, 0x060c1416, 0x0c06120c, 0x120c3514, 0x0c82350c, 0x0f821220, 0x1d161428, 0x0d0d0810, - 0x1e841008, 0x8a110d21, 0x0d11211e, 0x1e860c82, 0xd95fd820, 0x4960200a, 0x784f37ca, 0x82202005, 0x1a13228c, 0x8c809598, 0x8e808b9f, 0x8415209f, - 0x82332044, 0x05134a89, 0x00000325, 0x8201c0ff, 0x2e003a01, 0x49003d00, 0x16250000, 0x0614011d, 0x3735012b, 0x27222306, 0x1d060717, 0x05304501, - 0xf7633f20, 0x011f2a06, 0x3f323316, 0x013b3601, 0x312a8232, 0x26343607, 0x06010f22, 0x011e1415, 0x04373233, 0xb7533436, 0x01360808, 0x0d130bb5, - 0x27234ac0, 0x0d392327, 0x130da002, 0x0d13350b, 0x19060720, 0x1a20201a, 0x20070619, 0x05fd130d, 0x30040d0a, 0x04080405, 0x2c010407, 0x04300509, - 0x04820a0d, 0x1310d039, 0xe0130dcd, 0xaa1313dd, 0xe0050529, 0x13cd0d13, 0x0d805010, 0x82110413, 0x13042400, 0x85d3800d, 0x82072027, 0x05052338, - 0x42820e09, 0x00214784, 0x05635c00, 0x4d24cf86, 0x6b005500, 0x0520d1b0, 0xcd85f382, 0x17013f24, 0xd0833216, 0xe4853720, 0x63532720, 0x2e078307, - 0x35363225, 0x012e3534, 0x3635012b, 0x4e222726, 0x33200501, 0xfe2ff3a2, 0x040f0fc0, 0x05030603, 0x03101003, 0x8204070a, 0x0a07210d, 0x13350b85, - 0x22171722, 0x0a2f0117, 0x0a0f010f, 0x0a0d0105, 0x0f0a0101, 0x200d4107, 0x48827020, 0x51820520, 0x0b854a8b, 0x4e82bb20, 0x61221723, 0x2148830f, - 0x5682050c, 0x0b0e4d08, 0x01000730, 0xc0fffaff, 0xc0010602, 0x00001700, 0x33150701, 0x14151632, 0x3522012b, 0x013b3634, 0x36262735, 0x16322133, - 0x38d6f601, 0xf0081711, 0x38111708, 0x171110d6, 0x1117bc01, 0xc0d68601, 0x08081117, 0xd6c01711, 0x002a2a10, 0x01210082, 0x07ff5500, 0x00001e22, - 0x2c05d25b, 0x22061411, 0x33363426, 0x05351732, 0x310b8815, 0x01373411, 0x0d0505d6, 0x38503813, 0x10102838, 0x088600ff, 0xbe011630, 0xfe0d1302, - 0x25251ba0, 0xb9042536, 0x0885ea4b, 0x18050123, 0x06b34c07, 0x0002bf22, 0x1925ab82, 0x00002100, 0x07924e25, 0x013d2624, 0x66832306, 0x0720bb83, - 0xfb436b82, 0xf9013b07, 0x071c0707, 0x07640714, 0x7a564838, 0x2c7aac7a, 0xfa070a10, 0x6a4b4b6a, 0x1682054b, 0x82071c21, 0x100a2219, 0x2518822c, - 0x3848567a, 0x17820707, 0x006a4b2e, 0xfdff0100, 0x0302e0ff, 0x1200a401, 0x44080c82, 0x010f011e, 0x012f2206, 0x36373626, 0x37011f16, 0xce01013e, - 0xc12b062f, 0xc10a1a0a, 0x292f062b, 0x1414266b, 0x81016b26, 0xc82b7c28, 0x2bc80a0a, 0x0923287c, 0x27141427, 0x00010009, 0x02baff0f, 0x00c10131, - 0x23478218, 0x021f3236, 0x41084b83, 0x2f061617, 0x26060701, 0x2627013f, 0x01013f36, 0x09280903, 0x0c149241, 0x03196a0e, 0x83831120, 0x19032011, - 0x140c0e6a, 0x12ae0192, 0x02168412, 0x92670e26, 0x44091713, 0x13180a44, 0x260e6792, 0xbf4d1602, 0xc0012708, 0x0700c001, 0xf7591b00, 0x07445209, - 0x52222121, 0x16240665, 0x15013732, 0x262ff184, 0x141c4f37, 0x1c14a0fe, 0x2311374f, 0x84c0234c, 0x4f6b2cec, 0x1c142a37, 0x372a141c, 0x8310104f, - 0x85092057, 0x80013e5c, 0x3b002f00, 0x53004700, 0x6b005f00, 0x83007700, 0x00008f00, 0x15163201, 0x2b061411, 0x06266701, 0x07862120, 0x29066767, - 0x1415013b, 0x3d32013b, 0x07862101, 0x15852787, 0x8f057567, 0x8605200b, 0x20178f43, 0x21179617, 0x4789013d, 0x0ae8012b, 0x080a0e0e, 0xfe0c280c, - 0x200482c0, 0x210d8708, 0x12834001, 0x04828020, 0x0124028e, 0x0cc80c10, 0x70200288, 0x0e821d8e, 0x0e80012b, 0x0ab0fe0a, 0x0c0c140e, 0x23038314, - 0x50010a0e, 0xfe230d89, 0x820c28cc, 0x8a6c2024, 0x60c42605, 0x0c600c0c, 0x200584b4, 0x351d908c, 0x00040000, 0x02e0ff00, 0x00a00100, 0x001f000f, - 0x003f002f, 0x3d4f0100, 0x2336210d, 0x230c4c4f, 0x34033336, 0x69064f45, 0x35210584, 0x08315405, 0x011d1628, 0x01230614, 0xe883c028, 0x46200483, - 0x0a230887, 0x870a0e18, 0x28012115, 0x01241588, 0xa00a0ea0, 0x048c0d83, 0x88f8fe21, 0x89182012, 0x0000221f, 0x31ab8a09, 0x00300020, 0x00520042, - 0x00720062, 0x00920082, 0x97541300, 0x209e8508, 0x06045317, 0x2206cc54, 0x8e371516, 0x622320b6, 0x87420560, 0x16322206, 0x069b4215, 0x22063450, - 0x8e073336, 0x8e252030, 0x8e0720e7, 0x8e25200f, 0x0e95252f, 0x0e0a650a, 0xb6240484, 0x66060b07, 0x04820b83, 0x16892020, 0x07042024, 0x17870508, - 0x2b86ce20, 0x180a0e22, 0x01212189, 0x87158883, 0x0a0e254b, 0x0a0ecdfe, 0x01223587, 0x21835088, 0xfa200483, 0x0e216482, 0x200e840a, 0x241387a0, - 0x0609050a, 0x20148604, 0x82078688, 0x88b82021, 0x20148a1f, 0x201f89a0, 0x201f8868, 0x20008200, 0x10234206, 0x5f004f25, 0x41370000, 0x2f410e71, - 0x4213200f, 0x0f640e37, 0x05ed6a06, 0x23061423, 0x07f96a01, 0x2105a564, 0x4f411735, 0x411f8805, 0x0a8a0a3f, 0x10417d20, 0x83b52008, 0x1b012109, - 0xfe230583, 0x860a0ecd, 0x0ae52309, 0x1889180e, 0x1d41e820, 0x88aa2008, 0xa80121d2, 0xfe21e889, 0x210b8940, 0x2288a801, 0x1589b820, 0x0120ff82, - 0x02250383, 0x007f0100, 0x20f58214, 0x05db5627, 0x50011f21, 0x072f06de, 0xae220601, 0x250707a7, 0x70081507, 0x821508f0, 0xfe072b08, 0x091607d9, - 0x071607a6, 0x13830824, 0x82240821, 0xdafe220a, 0x29478308, 0x0f00ffff, 0x71016101, 0x4b822300, 0x22461720, 0x06072407, 0x83012f22, 0x2e5d9058, - 0x090964f3, 0x091a0a16, 0x1a096464, 0x8309160a, 0x200f8c07, 0x821796c0, 0x8227842f, 0x00032373, 0x9746ff00, 0x001b2a05, 0x003d0035, 0x14150100, - 0x2303842b, 0x23013d22, 0x34230382, 0x8235013b, 0x1d322503, 0x13323301, 0xb2468a85, 0x011f250e, 0x34261416, 0x25055348, 0x380c3001, 0x0382200c, - 0xc9200686, 0x2910c246, 0x50a80764, 0x70505070, 0x268a0001, 0xfe380c23, 0x0fd146d7, 0x14076423, 0x212883ce, 0xa3890050, 0x25000b24, 0xa3862d00, - 0x93a59b85, 0x0c0ca824, 0x8b9d0ca8, 0x839bb582, 0x0700022c, 0xf801c7ff, 0x2900c001, 0x81823900, 0x15011e22, 0x3105654d, 0x013e3435, 0x1f163637, - 0x07061601, 0x1415030e, 0xa3533316, 0x012e2605, 0x013e013f, 0x05074507, 0x08086844, 0x30900128, 0x43679138, 0x2e1a4372, 0x05150920, 0x07040410, - 0x0a111910, 0x63454662, 0x04072024, 0x15051004, 0x200a0e5f, 0x04840e0a, 0x8a012708, 0x673d6b22, 0x44724291, 0x173e4c29, 0x1c090506, 0x0c051208, - 0x1527221d, 0x47626345, 0x05184727, 0x091c0812, 0x2e83d805, 0x0483f020, 0x05000028, 0xc0ff1800, 0xa7826802, 0x2307b345, 0x3700004f, 0x440e6d43, - 0x25200fcd, 0x26071b47, 0x11352622, 0x82333634, 0x052b472f, 0xd8250f96, 0x07090907, 0x20048330, 0x20098850, 0x840f8401, 0x88b02004, 0x23098914, - 0xc00709a0, 0x04821683, 0x07096023, 0x820a8360, 0x09c02404, 0x83e0fe07, 0x2001230b, 0x17820907, 0x8480fe21, 0x8305820c, 0x2213820c, 0x82010709, - 0x00002b1f, 0x10000200, 0xf001c1ff, 0xd551bf01, 0x16253305, 0x06070607, 0x0706012f, 0x06071415, 0x013d2627, 0x07832726, 0x3f26273a, 0x37342601, - 0x36372627, 0x011f3637, 0x34353736, 0x16173637, 0x1716011d, 0x17250783, 0x16010f16, 0x07b64d07, 0x09e7013b, 0x06261103, 0x221b2b08, 0x0a363709, - 0x092a1b22, 0x03112606, 0x03032a09, 0x2119842a, 0x19832a09, 0x89093721, 0x06270819, 0x2f42de06, 0x842f422f, 0x29350a04, 0x17190407, 0x020a310c, - 0x0a020c0c, 0x19170c31, 0x35290704, 0x11190509, 0x84191124, 0x1805211e, 0x0a251e90, 0x23231904, 0x2140822d, 0xd382422f, 0xffffff2b, 0x014102e0, - 0x001e00a0, 0x05654944, 0x37450120, 0x2b262609, 0x1d062201, 0x08aa4601, 0x25622520, 0x012f2607, 0x010f2226, 0x158b5e06, 0x0418012c, 0x09b80408, - 0x09077007, 0x0c690709, 0x290a8205, 0x0304dc01, 0x05050419, 0x1d82eb03, 0x0403eb3b, 0x03190406, 0x220efd04, 0x05075a0d, 0x01070538, 0x9802022c, - 0x0a0907a4, 0x05984106, 0x05070426, 0x31a40709, 0x032a2682, 0xc203051f, 0x03c20202, 0x35831f05, 0x0b0bd02a, 0x0705494a, 0x008b0507, 0x022d0082, - 0xc8ff0800, 0xb801f801, 0x1d000700, 0x08db5800, 0x35360524, 0x535a2f34, 0x1f143e09, 0x32331601, 0x91ce9937, 0x0191ce91, 0x3a060454, 0x07200709, - 0x04430f09, 0x01040806, 0x221482b8, 0x82a8ce91, 0x2a05220b, 0x22b38390, 0x820c139c, 0x00340878, 0x00fbff03, 0x01450200, 0x00220080, 0x00420030, - 0x06162500, 0x3427012b, 0x22012b26, 0x0715010e, 0x37262223, 0x013b3613, 0x3b161407, 0x35363201, 0x17323327, 0x2206b850, 0x83012f36, 0x32172425, - 0x8535013e, 0x15063030, 0x011e1407, 0x073d0233, 0x0bc41112, 0x82440709, 0xc40b2ce0, 0x8c071211, 0x03621308, 0x821e0305, 0x13622b03, 0x0104ad08, - 0x06280607, 0x07820107, 0x37072829, 0x06040804, 0x822e0609, 0x24098203, 0x621d102d, 0x3f108206, 0x101d6204, 0x17134001, 0x04050504, 0x2c341317, - 0x05080805, 0x05b0072c, 0x06300508, 0x30060808, 0x00220882, 0x4b4c0004, 0x00152e07, 0x0033002b, 0x1300003b, 0x1d163233, 0x4b048201, 0x3b25078f, - 0x36343501, 0x080d6101, 0xca823420, 0x32161723, 0x2022833f, 0x064b4506, 0x0805be71, 0xd832162d, 0x580e0a50, 0x98090a0d, 0x98061006, 0x580d0a09, - 0x0e32010e, 0x0a30fe0a, 0x930a0e0e, 0x0f2a0f31, 0x0e0a9331, 0x0c100c7c, 0x844c100c, 0xc0012505, 0x19a80a0e, 0x2e822f82, 0x0aa81926, 0x7088fe0e, - 0x04822b83, 0x0f0f3125, 0x836a0e31, 0x832c8229, 0x02002202, 0x27008200, 0x80014002, 0x1b001300, 0x2007634e, 0x05824b23, 0x013f3c08, 0x32213336, - 0x33070517, 0x33373317, 0x08380227, 0x20fe141c, 0x6a081c14, 0x0c011a0e, 0xd4fe0e1a, 0x70207b55, 0xcc557b20, 0x14810f0c, 0x81141c1c, 0x159f0c0f, - 0x40802b15, 0x82008040, 0x00012a00, 0x02c8ff07, 0x00c00101, 0x08d35839, 0x2b084149, 0x2e173330, 0x06222302, 0x32331614, 0x3305c171, 0x07141516, - 0x2e222306, 0x36343501, 0x011e3233, 0x31342717, 0x01260982, 0x070705f4, 0x0483c805, 0x65012208, 0x1e382c10, 0x49676749, 0x04043242, 0x03220405, - 0x43604604, 0x66924273, 0x173a4725, 0x01050704, 0x2b2986c0, 0x0507052f, 0x67132318, 0x032c6792, 0x05302682, 0x42400306, 0x92664472, 0x521b2715, - 0x00070501, 0x2006d75d, 0x229b8200, 0x82530029, 0x226a839d, 0x5032013b, 0x6c480533, 0x2e172206, 0x5da08201, 0x3e2a08e1, 0x16323301, 0x36320317, - 0x29823637, 0x0e20ad83, 0x26261f82, 0x31141727, 0xd7820614, 0x8307e445, 0x27232943, 0xb901011e, 0x0c2f0507, 0x66349086, 0x3e2d4d18, 0x0a020e5f, - 0x11070531, 0x62385a89, 0x603dbd23, 0x01210e85, 0x820f8410, 0x212d8bbe, 0xa782b301, 0xf6840c20, 0x2424cc83, 0x093b4c2a, 0x0126e082, 0x292e7357, - 0x0c8aaffe, 0x278bcf83, 0x07000022, 0x670a9349, 0x33280561, 0x4b003f00, 0x21050000, 0x2006d045, 0x05f04521, 0x63220021, 0x0620056b, 0x3720078e, - 0x200abf4c, 0x290b9615, 0x60fed001, 0x141c1c14, 0x0582a001, 0x22adfe24, 0x028d1717, 0xaa4cf820, 0x20088808, 0x842d8220, 0x82fe2033, 0x68012133, - 0x49203084, 0x9f26058a, 0x200c0c20, 0x058a540c, 0x2406a741, 0xc001c001, 0x20c98300, 0x11e15b00, 0x32363427, 0x23011d16, 0x056e6535, 0x82900121, - 0x8314208d, 0x141c2d5f, 0x597e5918, 0x2a3c2a50, 0xc0141ce0, 0x04821583, 0x593f483c, 0x48483f59, 0x1e2a2a1e, 0x01000048, 0xc0ff0800, 0xc1010002, - 0x00002700, 0x05763201, 0x06072705, 0x23262223, 0x88450722, 0x11352d06, 0x36343526, 0x17011e17, 0x07141514, 0x3d086b82, 0x45305e01, 0x3b0e1e0f, - 0x1a68243f, 0x0a0e343e, 0x180e0a10, 0x1f161822, 0x47210401, 0x205d0168, 0xf3121207, 0x23290911, 0x0e0a5e17, 0x82010a0e, 0x21181d11, 0x151e0101, - 0x0a0a0202, 0x7382230c, 0x2307534d, 0x1200002f, 0x1422ba83, 0x925f010f, 0x063f4205, 0xca861720, 0x220c484d, 0x8226012f, 0xd496281e, 0x020e1296, - 0x83182d41, 0x2f18275a, 0x719e7121, 0x0c852f21, 0x02412d3b, 0xa001120e, 0x14306a96, 0x3f2d0709, 0x0ab00a0e, 0x4f02220e, 0x024f7171, 0x270c8422, - 0x09072d3f, 0x006a3014, 0x01340082, 0xfcff0000, 0x84010001, 0x00001100, 0x15163613, 0x2f061411, 0x82061d53, 0x0bd72675, 0x590b1e1e, 0x32638366, - 0x0b790166, 0xb0fe100c, 0x590b0c10, 0x0a900a0e, 0x8202000e, 0x01fa223b, 0x203b8481, 0x313d9323, 0x14011e17, 0x2e060706, 0x36373601, 0x012e2734, - 0x4f8b013e, 0x1915d42b, 0x14081519, 0x15090509, 0x22048215, 0x8d780114, 0x0c13325f, 0x0c293029, 0x13110605, 0x0c2e0c05, 0x06111305, 0x05874e00, - 0x4002ce2c, 0x1100b201, 0x3e002700, 0x77935000, 0x77892520, 0x35023e24, 0x7a842634, 0x8a831620, 0x26272629, 0x023e3736, 0x84012e34, 0x16172213, - 0x08a29c07, 0x3c420129, 0x083c4444, 0x09040b14, 0x391a2f21, 0x0b040931, 0x292d2814, 0x05051309, 0x1d130904, 0x131d0f0f, 0x140a0409, 0x8f612908, - 0x0e2b41cb, 0x278c2d08, 0x277e8e7e, 0x14100506, 0x4a3d1605, 0x21683b27, 0x05101405, 0x195360c2, 0x09080506, 0x240c0613, 0x242c2e2c, 0x1113060c, - 0x36190605, 0x2e08f892, 0xff000009, 0x01c001e0, 0x000300a0, 0x000b0007, 0x0013000f, 0x00230017, 0x002b0027, 0x33013d00, 0x33152715, 0x15333735, - 0x23353723, 0x85350115, 0x8225200f, 0x200e820f, 0x210e8223, 0x0b821533, 0x03822720, 0x4080c024, 0x0482c080, 0x0483fe20, 0x20200129, 0x60402060, - 0x82202040, 0x83e02002, 0x40402511, 0x404040c0, 0x22821c82, 0x8040402d, 0x20c06020, 0x20202080, 0x82001000, 0x00022300, 0x7f8c8001, 0x1f001b22, - 0x2f2d8386, 0x37003300, 0x3f003b00, 0x11310000, 0x2a01bc33, 0x12090912, 0x1b092409, 0x83091b12, 0x121a2300, 0x0083121b, 0x1b120922, 0x12241083, - 0x80fe8001, 0xef4503bb, 0x0011240b, 0x43000019, 0x1f21066b, 0x08875301, 0x03453620, 0x141c2a06, 0xd40e14cc, 0x0ecc0e0e, 0x29068228, 0x1c1c2884, - 0xccc41c28, 0x0c821c14, 0x14822820, 0xd0200682, 0x1c211182, 0x083b4d28, 0xc0018023, 0x20538300, 0x0dd55329, 0x3b363425, 0x4a173201, 0x052b076a, - 0x27220607, 0x2f343637, 0x83323301, 0xf2012174, 0x6f846187, 0x6684c220, 0x83320221, 0x1aae2474, 0x8331c51a, 0x82de2082, 0x0ecc2181, 0x91827082, - 0x920e1c22, 0xa2207584, 0xae241082, 0xc41b4a1b, 0x82831682, 0x45056b48, 0x2324061f, 0x38002f00, 0x14248582, 0x17140607, 0x21087d68, 0x4b4f1135, - 0x05152105, 0x5206d952, 0x13230fcb, 0x83213726, 0x013337fc, 0x030309c0, 0xfe0a0e09, 0x383828b8, 0x0a480128, 0x06c0fe0e, 0x028806d4, 0x0303fd33, - 0x130de3fe, 0x0c580d13, 0x0b340b07, 0x0a100b08, 0x2b27820e, 0x0e382840, 0x06146e0a, 0x46061406, 0xff350584, 0x13202000, 0x0100131a, 0xc0ff0000, - 0xc0018001, 0x00000a00, 0x34868715, 0x141c2711, 0x1c142001, 0xd00140c0, 0x141c1c14, 0x007030fe, 0x0a334900, 0x27002324, 0xc7833000, 0x84320121, - 0x492b20c3, 0xc0570925, 0x33362205, 0x28d18435, 0x1516011f, 0x15213503, 0x05606025, 0x5b152321, 0x013b07c2, 0x09251bc0, 0x0d133007, 0x130dc0fe, - 0x25090730, 0x010d131b, 0x2e090d13, 0x82ff4009, 0x2f118294, 0x142601c0, 0x0e140e0e, 0x1b250001, 0x60090770, 0x6028d483, 0x1b700709, 0x130da025, - 0x0d252782, 0x60608dfe, 0x221182e0, 0x5b48a030, 0x0320056e, 0x28085347, 0x0022001a, 0x0100002a, 0x069a5011, 0x3b25d782, 0x023e3701, 0x20af823b, - 0x0cbf491f, 0x22053356, 0x82000232, 0x836020e4, 0x0c583dea, 0x0a120d04, 0x06180f7e, 0x1c14580c, 0x46644688, 0x34266446, 0x48343448, 0xe0fe3001, - 0x012c2183, 0x211c1420, 0x11080e09, 0xd61c210e, 0x46211e83, 0x221e839c, 0x83020034, 0xc001287f, 0x2b00a101, 0x47002e00, 0x4d490707, 0x013b2407, - 0x53072327, 0x3b230e9a, 0x82361301, 0x13172693, 0x01273327, 0x081e61b0, 0x98181424, 0x0d881418, 0x0883172b, 0x08163016, 0x2f5ee883, 0x09fb6020, - 0x89404021, 0x6a01350b, 0x96fe1616, 0x00008190, 0x12000300, 0x8401e0ff, 0x1d00a001, 0x2305874f, 0x07011e25, 0x200bbb46, 0x09925e11, 0x0607162b, - 0x32331527, 0x23263436, 0x05d66411, 0x4d011529, 0x05041c1b, 0x83d13652, 0x2020217d, 0xc7260583, 0x03064c39, 0xf98357d3, 0x20201830, 0x15d25718, - 0x4634243f, 0x07300709, 0x8f820109, 0x54360682, 0x60612439, 0xfe1c281c, 0x212e21e0, 0x01000070, 0xe0ff0000, 0x83824001, 0x0c822320, 0x06141525, - 0x9103012b, 0x20878af8, 0x22cb8201, 0x4e2f503f, 0x0921067b, 0x210b8907, 0x83829001, 0x8ac0fe21, 0x82f686ea, 0x056f41ea, 0x82430221, 0x002d2267, - 0x0ebd4a49, 0x90112321, 0x23112171, 0x2409b84d, 0x32013336, 0x0ae74b16, 0x3f268c82, 0x1f323601, 0xac821601, 0x274f1520, 0x21798205, 0x93832838, - 0x0483a020, 0x30064d64, 0x20020709, 0x5008080b, 0x50040e04, 0x300b0808, 0x210c8b30, 0x364fa001, 0xfe202206, 0x20b28ad0, 0x84498230, 0xb0fe2a18, - 0x05500714, 0x14075005, 0x820888e0, 0x000226c8, 0x01ddff00, 0x20c795c0, 0x20c79015, 0x52c78d35, 0x26220583, 0x1683013d, 0x27058452, 0x011d1636, - 0x36343533, 0x82055242, 0x1878217d, 0x21084d42, 0x99867818, 0x8f5b0121, 0x8314208a, 0x835020bf, 0x70102129, 0x7021be89, 0x06445010, 0x95fbfe21, - 0x0b3022f5, 0x051b4408, 0x56050747, 0x37200887, 0x650e0f54, 0x362005cc, 0x20081f54, 0x0d416517, 0x51653320, 0x0d33270e, 0x05080805, 0x05830601, - 0x89fafe21, 0x839d200b, 0x60fe218e, 0x01210583, 0x230b89a0, 0x26050860, 0x04822483, 0x89000121, 0x0a25430b, 0x8900ff21, 0x040021d4, 0x8808b747, - 0x8f7f8faf, 0x06ff540f, 0x17873b20, 0x230b4943, 0x0614011d, 0x91056d41, 0x055c2599, 0xe8050707, 0x0120048c, 0x8b0ac843, 0x40012496, 0x83280507, - 0x21048229, 0x0b8900ff, 0x20245f41, 0x1e4f4115, 0x1020cf8f, 0x41094241, 0x01210946, 0x0f6f41a3, 0x20057b41, 0x093b41e0, 0x200b8d43, 0x09694180, - 0x7541ff20, 0x4caf940a, 0x33200e17, 0x5f410faf, 0x0b054217, 0x63410b8b, 0x8980200a, 0x290a95bd, 0x00000600, 0x0002f0ff, 0x47599001, 0x05235708, - 0x570e9553, 0xc3420f13, 0x07e34506, 0x51703320, 0x10d3420e, 0x50201f8f, 0x22060252, 0x92400709, 0xe0012109, 0xfe211483, 0x200583c0, 0x91208401, - 0x8950200b, 0x7b01203a, 0x10840552, 0x1689a020, 0x3d45b020, 0x20072311, 0x21820907, 0x1b840582, 0x00000023, 0x080f4305, 0x1b000b28, 0x3b002b00, - 0x2b574b00, 0x1d162408, 0x8f061401, 0x089964b9, 0x5406e543, 0x0f860fbf, 0x2b06a650, 0x60653336, 0x07600505, 0x44011414, 0x240f6c42, 0x080805e6, - 0x20048905, 0x2c1f89e3, 0x0e046055, 0x08086004, 0x080bc00b, 0x42c5892d, 0x0a8b0a74, 0xcf982089, 0x73260621, 0x142106c5, 0x20cfbf07, 0x20cb821b, - 0x21d38207, 0xcfaa3501, 0x0820ca85, 0x9520d683, 0x0352cfad, 0x000f2209, 0x08295d19, 0x2c502320, 0x4e052007, 0x35260721, 0x1c145001, 0xa948141c, - 0x10de2706, 0x6e0f2322, 0x10888001, 0x1c142031, 0x14110b26, 0x111400ff, 0x009e4b0b, 0x82030000, 0x02002e03, 0x00800100, 0x0017000f, 0x29000022, - 0x157f5001, 0x35210726, 0x010f2627, 0x56500383, 0x2ea3300d, 0x212e2121, 0x58800168, 0x38880808, 0x4a480808, 0x7285053a, 0x82480121, 0x2e21231b, - 0x1c8770e7, 0x00820020, 0x00000128, 0x8001bfff, 0x7182c001, 0x2e170023, 0x06ce6706, 0x050e3008, 0xac220607, 0x221a3d18, 0x70030d0b, 0x0d0370a0, - 0x3d1a220b, 0x361a0718, 0x35245823, 0x11192216, 0x50707050, 0x16221911, 0x23582435, 0x5400000a, 0x0d240bdb, 0x34360000, 0x31057d78, 0x34363237, - 0x91082326, 0xce9191ce, 0x6c6c4c67, 0x0983594c, 0x6c409124, 0x33836c98, 0xc0ff0032, 0xc1016001, 0x21001100, 0x1e130000, 0x06141503, 0x3426f182, - 0x3637023e, 0x3a840332, 0x31080e83, 0x15062226, 0x10cd1614, 0x67212c36, 0x2d216792, 0x2d071035, 0x09090717, 0x092f2107, 0x0142090e, 0x365f34aa, - 0x684a2649, 0x48264a68, 0x16345e38, 0x168240fe, 0x83212f21, 0x422e2521, 0x03000000, 0xc022e382, 0xe3824002, 0x1a000c30, 0x00003700, 0x0f161701, - 0x012e0602, 0xab6f023f, 0x012f2906, 0x36013f26, 0x34031732, 0x67066376, 0x824b05f1, 0x010f3a06, 0x11012b06, 0x5a930121, 0x5cdb0707, 0x01060b06, - 0xa907db0a, 0x07240b0b, 0x28118207, 0x0c200b24, 0x05280484, 0x05715f0f, 0x01141c2e, 0x0606081e, 0xe6050328, 0x6d014001, 0xdb222082, 0x3382010a, - 0x07db5c27, 0x0c200c10, 0x2d338423, 0xfe0c0c23, 0x280305b2, 0x9e080606, 0xe6511c14, 0x050f2505, 0xc0fe0428, 0x0036ae82, 0xff400001, 0x018001da, - 0x001500a6, 0x34111700, 0x1d32013b, 0x55423701, 0x14152e07, 0x4022012b, 0xc40c300c, 0x0f25250f, 0x320882c4, 0x0ca80114, 0x0db5b00c, 0x80fe1412, - 0xb40d1214, 0x82000caf, 0xff002b43, 0x010002fa, 0x001f0086, 0x43893500, 0x0621488c, 0x05b95a2f, 0x0c280c25, 0x82250fac, 0x0f252202, 0x820282ac, - 0x010c260e, 0x980c0c68, 0x2052829d, 0x21048384, 0x5782c0fe, 0x83839c21, 0x0c972404, 0x87000200, 0x000b295b, 0x37000017, 0x013f3426, 0x27209d85, - 0x0c230b8b, 0x83c00c0c, 0x864020a2, 0x0aa72407, 0x82a00a1e, 0x204c8451, 0x210c8ba0, 0xaf840000, 0xc101b82f, 0x0b00c801, 0x16250000, 0x06050714, - 0x38b68226, 0xa8011736, 0xa0fe1818, 0x15333117, 0x0e360ee9, 0x1c1b0ed0, 0x191ea001, 0x8432820e, 0x01e12687, 0x00a101c0, 0x20e5830f, 0x089a6017, - 0x2105ad53, 0xe3701425, 0x34112405, 0x82013b36, 0x60902512, 0x141c1c14, 0x01200483, 0x0c830786, 0x64531f20, 0x4130200b, 0x1c21078c, 0x4b608214, - 0xc022053b, 0x5f82a001, 0x43070f61, 0x395308e5, 0xa001210b, 0x8208fb41, 0x0f1f415e, 0x0f21cd82, 0x73cd8601, 0xd98605dc, 0x2041f420, 0x41d9200e, - 0x01240613, 0x0d121440, 0x84072041, 0x0ecf410c, 0x1411012a, 0x3d22012b, 0x26060701, 0x35200484, 0x1f24e282, 0x36343501, 0xeb820483, 0x41000221, - 0x012311d1, 0x4198fe74, 0x57840bd2, 0x4208d241, 0x5f8a0d73, 0x55825a87, 0x42800121, 0x01230b74, 0x4258fe94, 0x01200675, 0x31087542, 0xff020000, - 0x01e0fff7, 0x00a001c9, 0x001b000f, 0xb1572500, 0x2133270a, 0x22251632, 0xdb4b3f26, 0x01232b06, 0xfe0d13c0, 0x13130d80, 0x0582010d, 0x1f70fe2e, - 0x0eb01519, 0x15b00e2a, 0x40401f19, 0x04831683, 0x17393338, 0xc01010c0, 0x00003917, 0x1b000100, 0x2501e5ff, 0x14009b01, 0x46850000, 0x20066463, - 0x05b5630f, 0xc223342b, 0x16071407, 0x9b070107, 0x2004829b, 0x240c8216, 0xc2d108c2, 0x20128207, 0x83128314, 0x8207201b, 0x274b8f22, 0x22060725, - 0x012e012f, 0x2006a663, 0x05725036, 0x4c921d20, 0x4c93af20, 0x200bfb44, 0x0ad75923, 0x63343521, 0x2320083d, 0x5005ae6f, 0x33210651, 0x06dd5932, - 0x5c0c8824, 0x0382380c, 0xdd590686, 0x8a832006, 0x5c0c2112, 0x200d5b45, 0x275f8913, 0x3d322117, 0x21233401, 0x4f855a83, 0x08017427, 0xf8fe0c0c, - 0x2047860c, 0x05575e8f, 0x8b0c9b45, 0x3727249f, 0x46012f36, 0x06230647, 0x8207011f, 0x3f162303, 0x03821701, 0x4f853620, 0x4272012b, 0x28080842, - 0x41410908, 0x20068209, 0x860d8c08, 0x93a82064, 0x5a29861b, 0x17200ef3, 0xe34f0f82, 0x8d032006, 0x0116317a, 0x91ce91f8, 0xb884ce91, 0x0c160c0c, - 0x0b46960b, 0x0c240682, 0x27010b68, 0x91271583, 0x0bb885fe, 0x830b170b, 0x24068317, 0x00000c68, 0x0a4b5b03, 0x33002b22, 0x07215989, 0x23c78422, - 0x33023e37, 0x2305976e, 0x011d020e, 0x24067064, 0x3435023e, 0x07bc5726, 0x603f7286, 0x09062b4a, 0x0b070923, 0x110d140d, 0x12110f1d, 0x380c1411, - 0x1a1f1a0c, 0x1b262048, 0x861b261b, 0x40523e82, 0x071a0709, 0x0a0d0d09, 0x0d0b0e13, 0x1e0c0a0a, 0x0c0c0413, 0x10120901, 0x3c2a1a26, 0x212882f8, - 0x8482261b, 0x0f22978c, 0xad412700, 0x53242009, 0x1720062f, 0x820a1542, 0x42152096, 0x11420619, 0x22092a07, 0x19221919, 0x0c0c0c0e, 0x82038240, - 0x41582002, 0x232007cd, 0x19281782, 0x0c18e522, 0x180c0c64, 0x18211d82, 0x306f850c, 0x02c0ff00, 0x00c00100, 0x00500028, 0x25000058, 0x25ee8232, - 0x020e012b, 0x24441507, 0x012e2205, 0x06976027, 0x37013e23, 0x054c4635, 0x17011e23, 0x860d8207, 0x86218217, 0x010e232b, 0x3f853307, 0x2b842182, - 0x41341521, 0x012f06b1, 0x1e0c0cf4, 0x2e4e3307, 0x460c280c, 0x821e0b65, 0x650b220d, 0x2a0c8546, 0x0a3f2cb6, 0x290c0c29, 0x822c3f0a, 0x250c8c10, - 0x13131a13, 0x1582e01a, 0x334e2e23, 0x86348c07, 0x92b5200c, 0x20418534, 0x203a8379, 0x41e48213, 0x0d210beb, 0x0a014300, 0x012e042b, 0x04360107, - 0x0137011e, 0x06b14206, 0x8860aa28, 0x26010134, 0x078291fe, 0x26fffe22, 0x2706a442, 0x260b6015, 0x1c34fffe, 0x01220682, 0x52823401, 0xff01002d, - 0x01e5ffff, 0x009b01c0, 0x4300001d, 0x262105ff, 0x05534434, 0x0f061624, 0x6b4c2101, 0x21232c05, 0x01011e17, 0x14071702, 0x8207c207, 0x07143302, - 0x07010717, 0x0a1f0178, 0xfe0a0e0e, 0x010778e1, 0x17851603, 0x28061744, 0x200a0e73, 0x07730e0a, 0x25638414, 0xe5ff0000, 0x6385c101, 0x44371321, - 0xaa440556, 0x3f362206, 0x05345c01, 0x21333626, 0xbe012e27, 0xfe21628f, 0x216283e1, 0x62821f01, 0x9c7d0121, 0xff052663, 0x01bb01e0, 0x20c783a1, - 0x08f16237, 0x82141621, 0x2f262367, 0x03471101, 0x0e072307, 0x46962301, 0x7b8a9e20, 0x82081621, 0x257b8ade, 0x05000100, 0x5f82dfff, 0x5f83a020, - 0x63632520, 0x34262808, 0x1636013f, 0x4711011f, 0x1125065b, 0x01013e37, 0x2060969d, 0x41dc8fe2, 0x27410a3f, 0x02dc2907, 0x00a50101, 0x0100001e, - 0x4b08ba85, 0x030e013d, 0x06161714, 0x35012e27, 0x37033e34, 0x17363435, 0x0808f801, 0x311c0cb0, 0x0d173244, 0x230b1504, 0x4c321e30, 0x0c1c3450, - 0x16070201, 0x0d0a9807, 0x0b01580f, 0x2b402a19, 0x19080e0c, 0x422c2c55, 0x01091929, 0x0a0d0f50, 0x04236383, 0x51ff0000, 0x10290513, 0x32002100, - 0x00004300, 0x21538211, 0xee42013b, 0x14152605, 0x2522012b, 0x220e8234, 0x43011d16, 0x23230537, 0x5c173522, 0x3d2107df, 0x231a8201, 0x07333435, - 0x26201a83, 0x1a820d84, 0x15323331, 0x0c7c0a0e, 0x280c540c, 0x0c20010c, 0x820e0a7c, 0x0c542308, 0x15860c94, 0x1288ec20, 0x1c9b0120, 0xa7962f88, - 0x8406695a, 0x823320aa, 0x48142076, 0x858405d8, 0x4805a343, 0xce43060e, 0x16322306, 0xc2851715, 0x84363421, 0x210c8234, 0x9d87b401, 0x88e0fe21, - 0x83ad84b3, 0x82c02099, 0x21158509, 0x1d880001, 0xce861820, 0x58fe0c22, 0x1984e285, 0x00214685, 0x091b4900, 0x5d552320, 0x08d4530a, 0x78085054, - 0x012c0829, 0x13130da0, 0x0d13900d, 0x90130d20, 0xf0200a89, 0x1b85108f, 0x00275f83, 0x00c00190, 0x880f00f0, 0x08bf4e5f, 0x3b484b85, 0x84408505, - 0x82002045, 0x00012600, 0x01c0ff13, 0x203982ed, 0x3a378236, 0x010f011e, 0x012f010e, 0x2b061617, 0x3f262201, 0x26060701, 0x3626012f, 0x6427013f, - 0x1f2c056f, 0x3e262701, 0x32013b01, 0x37010f16, 0x37059564, 0xde01010f, 0x13050509, 0x8b081405, 0x0b0e0103, 0x010e0b26, 0x14088b03, 0x05231182, - 0x898e8e09, 0x0b07221a, 0x311b8d07, 0x09130572, 0x06050922, 0x0e0ba254, 0x54a20b0e, 0x0e820506, 0x4e051323, 0x8217884e, 0x44188b32, 0x0f220edb, - 0xc7461d00, 0x46022009, 0x2722062f, 0x9e821417, 0x34373523, 0x20c18226, 0x06b44606, 0x1b265430, 0x5a1b261b, 0x0c300c08, 0x40050708, 0xa5460705, - 0xd6fe2106, 0x1b291682, 0x0b88c026, 0x0706880b, 0x077b4f07, 0x01000237, 0x000600a0, 0x002e000d, 0x00430039, 0x33353300, 0x26222315, 0x22068205, - 0x51230614, 0x5d410647, 0x013b2b07, 0x36343526, 0x17163233, 0x0582013e, 0x0714152a, 0x012e3321, 0x010e2223, 0x2105ac65, 0x0b832634, 0x20073b08, - 0x130da0c0, 0x13c00001, 0x130d200d, 0x20fe0709, 0x0d130907, 0x24340a2c, 0x1b1b2e1e, 0x34241e2e, 0x56e4fe0a, 0x0b122123, 0xdf170b12, 0x11171711, - 0x1920110c, 0x1313a080, 0x378280a0, 0x057a4020, 0x0d503006, 0x24151313, 0x24242034, 0x14243420, 0x821b3514, 0x2c2c822e, 0x24071722, 0xff010025, - 0x02bdfffd, 0x066f5e40, 0x5c151621, 0x0628059c, 0x2e010e07, 0x043e3701, 0x21052d57, 0xae830722, 0x013b4b08, 0x36373632, 0x1e220232, 0x5b387597, - 0x0513351b, 0x050b1819, 0x51402009, 0x0907477d, 0x75a90709, 0x50507002, 0x05184f2f, 0x42b60113, 0x09b9834e, 0x2c252e06, 0x0a0b0c2e, 0x2f150c19, - 0x0922303e, 0x0e54090e, 0x2f705006, 0x87590829, 0x00c42608, 0x13000021, 0x08964e14, 0x2005f05e, 0x23778216, 0x042e3435, 0x3c086f82, 0x3123d816, - 0x9e712331, 0x1e0b3771, 0x261b1a25, 0x131d1a13, 0x0a1a1506, 0x1ca80122, 0x4d322c32, 0x71714f2f, 0x0c394e4f, 0x1b55110c, 0x111b2526, 0x221c1a20, - 0x0f253d2a, 0x0300000a, 0x82008200, 0x00802bdb, 0x001b0011, 0x2500002d, 0xd8821416, 0x2e22232f, 0x34262701, 0x32013e37, 0x36320716, 0x05da6235, - 0x957c3720, 0x34352205, 0x2c7c8537, 0x3d023627, 0x982a0303, 0x566f3c5b, 0x3e08831c, 0x3cf398b6, 0x54785454, 0x38283c54, 0x04394f38, 0x1c14100c, - 0x07cf0c09, 0x61500710, 0x84354f2d, 0xef612307, 0x24843c54, 0x2182f020, 0x0d273929, 0x141c090c, 0x4f040c10, 0x975b081f, 0x00302205, 0x268b8246, - 0x06173732, 0x83262223, 0x37362389, 0x4a181e17, 0x36241568, 0x17163233, 0x0621b582, 0x6f471807, 0x82172007, 0x832720b0, 0x30153816, 0x01071415, - 0x340d0d40, 0x985b2529, 0x0e03032a, 0x27036917, 0x775f0140, 0x80220f1a, 0x1f844e45, 0x49331f35, 0x343c540e, 0x09024927, 0x38270d0d, 0x29033005, - 0x8250610a, 0x1d1a26b7, 0x233d2551, 0x0f06773a, 0x84266321, 0x2b3b2a1d, 0x3c1f1d39, 0x05392154, 0x24ca8205, 0x0f012738, 0x2bcf830f, 0xc0fff8ff, - 0xc1014802, 0x13000b00, 0x29053d70, 0x22212306, 0x36133726, 0x57431732, 0x3a022e15, 0xfe1c1b0d, 0x0d1b1c20, 0x0e380ef0, 0x0f5e4317, 0x3018082a, - 0xa0011830, 0xb6fe1818, 0x220e6043, 0x82feff01, 0x0140276b, 0x002a00c0, 0x6b770100, 0x05016305, 0x23013f22, 0x272c0887, 0x013b3626, 0x33011f32, - 0x023e2627, 0x013a0984, 0x42421ee0, 0x0569721e, 0x09084209, 0x2b673102, 0x08280805, 0x20200109, 0x08820901, 0x2b052708, 0x01013167, 0x42040605, - 0x01690509, 0x27322700, 0x070d08b8, 0x0c063aac, 0x086c6c08, 0xac3a060c, 0x03060803, 0xeb82b808, 0x73000821, 0x092207c7, 0xeb821500, 0x39002d2d, - 0x51004500, 0x00006f00, 0x5b211115, 0x25200673, 0x2016c95c, 0x8217ae27, 0x011d24df, 0x82343521, 0x08d745cd, 0x09883320, 0x4fc00121, 0x01240505, - 0x0c280c40, 0x80200288, 0x012d0c98, 0xfe1c1450, 0x30141c40, 0x07200709, 0x050b5609, 0x10011028, 0x1c14f0fe, 0x4184d81c, 0x2005646f, 0x200b9674, - 0x283b8301, 0x301c1430, 0x07090907, 0x32058530, 0x00000300, 0x0102dbff, 0x1300a501, 0x3b001f00, 0x48250000, 0x2325074f, 0x37012f22, 0x2dae8317, - 0x3d222517, 0x013b3401, 0x07011f32, 0xa5412127, 0x20108405, 0x5ed88537, 0x263606e5, 0x07f90135, 0x1e0b5007, 0x4604053b, 0x1e203535, 0x0c63fe0b, - 0x0c846f0c, 0x20200129, 0x6f0504dc, 0x82540c0c, 0x1e3b2306, 0x2884500b, 0x14075922, 0x0c2e2f82, 0x4b042810, 0x1028393a, 0x0c670b0c, 0x0b830c38, - 0x8204ec21, 0x04ec2108, 0x50201283, 0x00252386, 0xff010000, 0x062f70fe, 0x274c1420, 0x05157c06, 0x27262b08, 0x37023e26, 0x96343526, 0x6a9696d4, - 0x4c413338, 0x02010402, 0x061c1107, 0x7aa00139, 0x33137aac, 0x07050203, 0x39163115, 0x4682564a, 0xd320f384, 0xac29f382, 0x1e000f00, 0x00003e00, - 0x087e4713, 0x4805c64a, 0x08510830, 0x33072e05, 0x06151632, 0x010e1417, 0x35012e22, 0x08c04134, 0x32161429, 0x34013d36, 0x8298a436, 0x680f2b5d, - 0x0107150f, 0x98050757, 0x0b83150c, 0x01261483, 0x7b744e01, 0x13824f74, 0x32070532, 0x0107323c, 0x5005072c, 0x0f15150f, 0x0c070550, 0x0b840282, - 0x05077c33, 0x7448092c, 0x47743b3b, 0x07053105, 0x2d340507, 0x2c028234, 0x01000705, 0x3b000500, 0x4501bb01, 0x23ef8200, 0x14161713, 0x47059c47, - 0x34250593, 0x3236013f, 0x115e4ff1, 0x4f3d0121, 0x00201286, 0xf74a4b8d, 0x013e2205, 0x06c3471f, 0x010f1425, 0x91cf2206, 0x9443204b, 0x02002d4a, - 0xfcff0300, 0x84017d02, 0x43002100, 0x260f0d4c, 0x2f222335, 0x4a362601, 0xc34b0519, 0x48052006, 0x3d21064f, 0x086b6e01, 0x3b0bdc4b, 0x02323315, - 0x14076576, 0x07076507, 0x0715070b, 0x0809bc28, 0x100c0b10, 0x280e0af4, 0x0b230e82, 0x8cf0fe07, 0x8b27820e, 0x6468242b, 0x82640707, 0x070b2c3d, - 0x07b62b07, 0x0e1e0b10, 0x832bde0a, 0x16142149, 0x23820c8b, 0xb3462689, 0x42022505, 0x2e00c001, 0x0629c182, 0x21172123, 0x010f1632, 0x06515516, - 0x88233721, 0x42032009, 0x1f210a1c, 0x34258201, 0x04100207, 0x06dbfe13, 0x0e0b0d01, 0x21200602, 0xd211212e, 0x08058211, 0x46461c20, 0x0a0e0e0a, - 0x020d0867, 0x0c890109, 0x1393030e, 0x190b1220, 0x2117230f, 0x10181721, 0x07831810, 0x0111202e, 0x100a0e57, 0x080b0e0a, 0x000b122d, 0x00288783, - 0x01000200, 0x00110080, 0x0b974118, 0x34113527, 0x17013b36, 0x05c26001, 0x1c14602a, 0x40a0141c, 0x141c4001, 0x2308c65f, 0x00020040, 0x02270082, - 0x00800144, 0x821e000d, 0x820720c5, 0x262224c6, 0x5236013f, 0x0e220539, 0x6f4c0f01, 0x33172f05, 0x011d1632, 0x12493d02, 0x0e70fe25, 0x0782070e, - 0x0e90012a, 0x1154fe0e, 0x45091920, 0xa0275883, 0x7c9c1c14, 0x820c1820, 0x0c382803, 0x01760f15, 0x821c1416, 0x0030236b, 0x63840500, 0x80010022, - 0x20085b5a, 0x72698254, 0x33200e7d, 0x61750f8e, 0x054e4308, 0x1f8f2320, 0x850a3d5d, 0x163225e7, 0x4d011115, 0x2206025d, 0x883a0508, 0xbafe2109, - 0xdd281492, 0x07090907, 0x130d30fe, 0x22050845, 0x83860508, 0x59048424, 0x4620098a, 0x04841383, 0x0983c620, 0x4e5d0482, 0x0d132305, 0x3f845001, - 0x7200d021, 0x1c2c0b5b, 0x35002d00, 0x4d003d00, 0x21130000, 0x7d618e83, 0x22172209, 0x08115106, 0x3205232d, 0x2634013d, 0x0f22012b, 0x82222301, - 0x12332116, 0x08375818, 0x08165d18, 0x36343523, 0x058c5733, 0x1415062b, 0x14a00130, 0xfe141c1c, 0x08058360, 0x06090722, 0x01060674, 0x07090640, - 0x1e0203fd, 0xa806068a, 0x64464664, 0x34485446, 0x21344834, 0x0d13090e, 0x1a219b83, 0x0d215526, 0x07092033, 0x1406060a, 0x4a066006, 0x2d030907, - 0xfe062406, 0x223582f8, 0x828a6446, 0x29028235, 0x130d0709, 0x26090e09, 0x776a071a, 0x62c12008, 0x14250645, 0x27222306, 0x564e1807, 0x05de4e08, - 0x3f29c282, 0x34352601, 0x3233013e, 0x05a26916, 0x22262b08, 0x49670002, 0x07181011, 0x0a0e250b, 0x700a0e28, 0xa2070e0a, 0x30512f09, 0x1cb06749, - 0x281c1c28, 0x67491001, 0x28081b03, 0x02820e0a, 0x4e0a0e2c, 0x1ba2070a, 0x2f51301c, 0x1d830567, 0x00001c3b, 0xfaff0600, 0x8202beff, 0x3b00c301, - 0x85004300, 0xcd009100, 0x0000d500, 0x08386f01, 0x8b822720, 0x36372625, 0x6f36013b, 0x376f0941, 0x33172409, 0x83161732, 0x070621aa, 0x072c0783, - 0x06012f06, 0x013e1627, 0x010e2627, 0x07231189, 0x82061415, 0x012e2150, 0x6f0c926f, 0x36260c91, 0x32173637, 0x946f021e, 0x013e2b0d, 0x0706012e, - 0x011e010e, 0x90c20536, 0x08000235, 0x0e120a05, 0x0a080508, 0x010b1006, 0x0b010404, 0x820a0610, 0x120e260e, 0x1008050a, 0x241d9c10, 0x0926121a, - 0x0803820d, 0x1122672e, 0x0d210907, 0x1e181e11, 0x2626080c, 0x181f0b09, 0x200d111d, 0x2111070a, 0x12210606, 0x0c200a08, 0x1e191d12, 0x2626090b, - 0x03060704, 0x1d852682, 0x7b062228, 0x23160411, 0x05841630, 0x9c090121, 0x088aa56c, 0x0e010122, 0x0c070309, 0x0c0e0907, 0x13120b0f, 0x0f0c0f0a, - 0x070c0609, 0x030f0904, 0x04090f03, 0x09060d06, 0x0a271282, 0x0f0b1213, 0x820a0e0c, 0x09032819, 0x0e3e030e, 0x8214230c, 0xae200803, 0x1a130a11, - 0x110a0f28, 0x08220b15, 0x0707010e, 0x22080e01, 0x0a11150b, 0x131b270f, 0x1f20110a, 0x1b291f82, 0x100a0f27, 0x09220a15, 0x2b1f820d, 0x04080605, - 0x10140b22, 0x1c26100b, 0x1f272082, 0x23301635, 0x84110516, 0x8ea62005, 0x0e0d2588, 0x060c0709, 0xa2838888, 0x860f0d21, 0x20198288, 0x33888b07, - 0xff020000, 0x02e0fffe, 0x00a00142, 0x002b0013, 0x06140000, 0x2b082348, 0x26373637, 0x32363435, 0x16171613, 0x204c1588, 0x1e4c0806, 0x01141501, - 0x3c567aa0, 0x022e2b33, 0x03020104, 0x7a260f15, 0x150ff4ac, 0x2e050403, 0x403c332b, 0x0e121868, 0x39018d63, 0x84420148, 0x0319195e, 0x14040502, - 0x42332922, 0x2284fe5e, 0x190a0414, 0x022c3619, 0x090b4f71, 0x33315112, 0xdf7a7682, 0x20012905, 0x0d00c001, 0x11010000, 0x2308d37a, 0x20013602, - 0x3109c67a, 0xc0010941, 0x094448fe, 0x67911417, 0x1503260e, 0x3b851284, 0xbfff0024, 0x3b828101, 0x00002c29, 0x15021e25, 0x822b0614, 0x570f209f, - 0x3d2305b4, 0x83222301, 0x503f20c7, 0x946206e7, 0x012b3d08, 0x26192a01, 0x880a0e17, 0x0a021801, 0x88011802, 0x26300e0a, 0x0e0a2a0c, 0x10010a0e, - 0x2a3a0583, 0x2d200cea, 0x680e0a19, 0x04300202, 0x02023004, 0x240a0e68, 0x0e76123c, 0x1e83300a, 0xfb5b0482, 0x0031240a, 0x46410039, 0x07210793, - 0x63018206, 0x232f06ce, 0x013d2221, 0x013b3634, 0x27022e35, 0x86262726, 0x8634200c, 0x05250888, 0x27261716, 0x25141523, 0x07062335, 0x02363736, - 0x3e0e0a28, 0x251f3e30, 0x0c251b30, 0x250cd8fe, 0x0e04301b, 0x21128324, 0x7f820a0e, 0xfe3d9983, 0x0b1713a3, 0xc0014002, 0x170b0240, 0x80012313, - 0x38380a0e, 0x3407222d, 0x1a1e4816, 0x2b00820c, 0x02481e1a, 0x0718260a, 0x38382d22, 0x2f067f44, 0x080d8128, 0x17102d29, 0x292d1017, 0x001a0d08, - 0x04210082, 0x09177100, 0x37002f29, 0x00003f00, 0x82222325, 0x0d21659f, 0x37061422, 0x2b0c1771, 0x3b161415, 0x3d363201, 0x16323301, 0x210f1b71, - 0x1c712801, 0x0ece2110, 0x26061b71, 0x50172188, 0x71882117, 0x40200d1b, 0x210d1a71, 0x19717008, 0x17082506, 0x08172121, 0x290e1b71, 0xbcfffcff, - 0xc4010402, 0xad822300, 0x1e00003d, 0x010e0701, 0x26060e16, 0x2e060706, 0x013e3702, 0x16063e26, 0x07363736, 0x832e013e, 0x1407271a, 0x3217021e, - 0x19823233, 0x22d80133, 0x02080909, 0x270a0207, 0x3b3a4642, 0x0f0d2b2d, 0x0811902b, 0x0706b920, 0x34070b03, 0x03010e6a, 0x02020305, 0x5e0a040c, - 0x2b22ba01, 0x2d2b0d0f, 0x42463a3b, 0x3f820a27, 0x09090822, 0x63341190, 0x070d0b02, 0x346a0e01, 0x04050703, 0x5e2c0c01, 0x01000000, 0xc022ab82, - 0xab820002, 0x00001735, 0x14151601, 0x2f222300, 0x013f2601, 0x3e011f36, 0x83273701, 0x17300809, 0xfe13ed01, 0x0413c0f0, 0x70130518, 0x3b310c10, - 0x0e3c1b5b, 0x13083007, 0x1304a701, 0x13f0fec0, 0x30081368, 0x1b3c0e07, 0x0b323a5c, 0x05127011, 0x02205782, 0x22086754, 0x602e000f, 0x1334111b, - 0x34353632, 0x2322012f, 0x06010f22, 0x011f1415, 0x26270706, 0x15220c86, 0x545c1617, 0x782e370b, 0x01410caa, 0x1e040a02, 0x23250601, 0x07051f4b, - 0x09460303, 0x4a47030f, 0x80fe290d, 0x030c78aa, 0x0346090f, 0x1f2cdc82, 0x0625234b, 0x0a041e01, 0x0c410102, 0x1b4e7c82, 0x00c12206, 0x10435326, - 0x35013b22, 0x47050970, 0x86820841, 0x011d0622, 0x300d1070, 0x0a0e5a7d, 0x2b0e0a20, 0xc02a1d1e, 0x14a0141c, 0x2f04841c, 0x595a4066, 0x0e0a103f, - 0x1e100a0e, 0x671e2b2a, 0x2408b754, 0xa0014002, 0x05874e00, 0x00002b25, 0x4221013d, 0x37200697, 0x200a674e, 0x220b8a07, 0x82211501, 0x21332f85, - 0x40021632, 0x20fe141c, 0x0cc01c14, 0x02820c88, 0x480c8023, 0x2202820c, 0x82fd0002, 0xe0012676, 0xb0101c14, 0x207c82b0, 0x0a574e58, 0x30100123, - 0x83128230, 0x8203207b, 0x01df2de7, 0x00a101c1, 0x001b0007, 0x36000031, 0x2006b358, 0x23dc8517, 0x27012e35, 0x2205d149, 0x92011e33, 0x80033613, - 0x26263525, 0x0709d535, 0x06090730, 0x09065477, 0xa474070a, 0x210e8597, 0x0e8390cb, 0x739d5624, 0x24833b46, 0x076f2528, 0x5406090a, 0x1d840677, - 0x74a40722, 0x90210e83, 0x230e85cb, 0x9d724703, 0x2705b743, 0x40020000, 0x0f008001, 0x23228f82, 0x075d2b00, 0x21272511, 0x36370722, 0x1f21f982, - 0x08905a01, 0xf1532620, 0x070b4106, 0x83141c21, 0xfe3025f9, 0x610f1020, 0x28054074, 0x1a330f61, 0x131a1313, 0x5e058473, 0x3c2709cf, 0x15159106, - 0x82600691, 0x2002871a, 0x068b4200, 0x3405f760, 0x0034002c, 0x07142400, 0x23061415, 0x26012f22, 0x1506012b, 0x05c44c14, 0x35262724, 0x124c3734, - 0x3f2a0809, 0x32333601, 0x07011d16, 0x23060711, 0x02173215, 0x10102040, 0x4255090b, 0x1a041c55, 0x4b13120b, 0x02190814, 0x25251b22, 0x1382c01b, - 0x0b093008, 0x21401010, 0x546b6b54, 0x99124af5, 0x4407160a, 0x2b101035, 0x11231022, 0x10103a35, 0x1b601b25, 0x07443525, 0xc4990a16, 0x431a1a01, - 0x53004360, 0x032c06d3, 0x3b00c301, 0x17250000, 0x010f0616, 0x2f240482, 0x010e0701, 0x06210482, 0x55048426, 0x2722069e, 0x09823626, 0x1f362624, - 0xdb4d3701, 0x36372208, 0x08318216, 0x07011e22, 0x0a2ecb01, 0x123f0d08, 0x3e0e1404, 0x091c0310, 0x1c092d2d, 0x0e3e1003, 0x3f120414, 0x2e0a080d, - 0x0a211d8f, 0x211d8a1b, 0x0e892dc0, 0x83070e21, 0x0e07212c, 0x1b224a87, 0x1d8d2d0a, 0x8a2f2f21, 0x531b2068, 0x002408bb, 0x27008101, 0x26069545, - 0x012b0614, 0x83070616, 0x010e2d02, 0x23012a23, 0x2e272622, 0x34013d01, 0x3727b882, 0x16323336, 0x82070607, 0x15052105, 0x450dde7a, 0x022f079d, - 0x64121b00, 0x0a12010d, 0x10040e0c, 0x82011a23, 0x12472643, 0x1f1c0c08, 0x29048245, 0x050a1c1a, 0x1b129509, 0xd64660fe, 0x1c230809, 0x0c0c100c, - 0x1a11f810, 0x120f2b0d, 0x20180825, 0x0103240f, 0x1fac090d, 0x132d0d0d, 0x0c182b1d, 0x18121a0d, 0x21072240, 0x2b83ba0e, 0x5f640c20, 0x00812d0a, - 0x00360026, 0x1300003e, 0x26272633, 0x17229e82, 0xff6e011e, 0x87072005, 0x2e3722bd, 0x47028301, 0x05200599, 0x200ef66a, 0x06224c16, 0x09952d2b, - 0x1a1c0a05, 0x45080c1c, 0x2204821f, 0x82234712, 0x27282eb9, 0x0a0c0e06, 0x640d0112, 0x011b1b12, 0x0788479d, 0x841a0e21, 0x24013e85, 0x2b180c0d, - 0x0d2d131d, 0x09ac1f0d, 0x2403010d, 0x25082324, 0x0d2b0f12, 0x1a12111a, 0xd8401814, 0x84d42009, 0x00002ae1, 0xffffff03, 0x018001c0, 0x076b41c0, - 0x16321327, 0x1636011d, 0x37028417, 0x15011c15, 0x14070614, 0x012b010e, 0x012e2722, 0x34352627, 0x17161736, 0x13200582, 0x5d43b48f, 0x41882006, - 0x23260734, 0x07032424, 0x3341060a, 0xc001211b, 0x22089741, 0x41282706, 0x05220596, 0x9741050a, 0x8200201f, 0x88032000, 0x066b41b7, 0x06351724, - 0x9e820607, 0x013e3722, 0x22050f77, 0x85011e17, 0x0e2722be, 0x82028301, 0x222323c8, 0x8d511326, 0x82062009, 0x782620d3, 0x5c2007d4, 0x202c3741, - 0x31994113, 0x220eab5f, 0x18000025, 0x24073d5d, 0x32332707, 0x05254e36, 0x34363723, 0x054d7b2f, 0x1f142008, 0x3f321601, 0x01343601, 0x9191ce67, - 0x4cdb91ce, 0x0e0e0ab7, 0x074cb70a, 0x14070b07, 0x82078407, 0x82142002, 0x8238200a, 0xce912b1b, 0x0a0e4801, 0x480e0a10, 0x12821507, 0x82850721, - 0x83852020, 0x60152027, 0x73820ddb, 0x07ef5318, 0x18173721, 0x21085a55, 0x6b880607, 0xeb5d7b87, 0x5d729705, 0x73a806f3, 0x2107ab66, 0x39493727, - 0x85172008, 0x66eb8bdb, 0x549705c3, 0x9705d666, 0x115b4191, 0xa1460020, 0x035b1807, 0x26272409, 0x8d010f22, 0x06ed59eb, 0xf4597497, 0x08759806, - 0x00000933, 0xf001c8ff, 0x0500b801, 0x13000d00, 0x22001900, 0x31002b00, 0x3d003700, 0x23010000, 0x1632013e, 0x33373406, 0x23071416, 0x27262325, - 0x0625011e, 0x22158207, 0x82151605, 0x34362711, 0x17140727, 0x20822623, 0x33170629, 0x2622010e, 0x82373617, 0x252a0807, 0x2e171633, 0xb0500101, - 0x303a300b, 0x03ba03ad, 0x4201ba03, 0x35230f6c, 0x24eafe53, 0x53166c0e, 0x09096b01, 0xfd030372, 0x07837203, 0x27842820, 0x19849420, 0x849ffe21, - 0x20013627, 0xc4545444, 0x40202040, 0x325ca020, 0x325b4b10, 0x9e4b335c, 0x25008220, 0x40213e21, 0x0582221e, 0x827f2121, 0x834a2022, 0x837e2017, - 0x00002f21, 0xffff0200, 0x0502bfff, 0x1c00c501, 0xbd822400, 0x07061635, 0x0727010e, 0x34262206, 0x3626013f, 0x17013e37, 0x540f011e, 0x00200501, - 0x08069f44, 0x09fc0142, 0x501e1b14, 0x3513d526, 0x0dd51325, 0x4a1b1d12, 0x05030724, 0x4b440b4a, 0x3cfe0d05, 0x140e0e14, 0x2453010e, 0x121d1c49, - 0x2513d50d, 0x25d61335, 0x141b1d51, 0x050d0209, 0x4a0b444b, 0x8efe0305, 0x0e212182, 0x217e8214, 0x7f820600, 0x0002f03c, 0x1500a101, 0x33002b00, - 0x53004300, 0x00006300, 0x14161713, 0x2206020f, 0x4218012f, 0x14900ec9, 0xc3590620, 0x6b342005, 0xcb5c06ab, 0x0e296e09, 0x2b0f0b6b, 0x0303118c, - 0x0a040f49, 0x04042f04, 0x03290682, 0x0a034017, 0x04031104, 0x2a138e48, 0x1c1c285c, 0xe1011d28, 0x18090907, 0x940a2340, 0x109c290b, 0x48040904, - 0x30030310, 0x0f274a82, 0x3f160404, 0x8211a304, 0x8252820a, 0x04092165, 0x12821982, 0x831cb121, 0x6c0c2051, 0x3c0822b0, 0xfffbff01, 0x010502bc, - 0x001000c0, 0x16320100, 0x1411010f, 0x26012f06, 0x2627013d, 0xe8013336, 0xb90b0c10, 0x0a500c1a, 0x100c0bb9, 0x0b1ec001, 0x0ffafeb9, 0x0838080d, - 0x0bb9ce0c, 0x0597461e, 0x02e0ff2e, 0x00a00100, 0x00270013, 0x2500002b, 0x2105985c, 0x42822221, 0x94433320, 0x18372006, 0x45097869, 0x23080822, - 0x15233523, 0x1dc04001, 0x1360fe13, 0x0709c01d, 0x90090760, 0x00fe1d13, 0x1d50131d, 0x1d13a013, 0x30708040, 0x1d271082, 0x07309013, 0x82d70909, - 0x13503716, 0x1d13301d, 0x2030131d, 0x01000020, 0xbfffffff, 0xc1010002, 0xf5553b00, 0x3b362208, 0x84548201, 0x6a3420be, 0x3321050b, 0x0d6e4d35, - 0x7e823320, 0x2d072158, 0x1523013d, 0x01163233, 0x14074f60, 0xde824f07, 0x1d65332d, 0x07074f0c, 0x651d0c4f, 0x820d1033, 0x2016930a, 0x21218816, - 0x38840b0c, 0x100d0c22, 0x168c388c, 0xd7530020, 0x01803806, 0x000700a0, 0x001e000f, 0x003a0026, 0x36000048, 0x36342622, 0x45141632, 0x494208a7, - 0x012b2805, 0x3627022e, 0x85012a33, 0x254a181d, 0x0e272313, 0xf2490701, 0x347a2709, 0x26342626, 0x06849a01, 0x261a2034, 0x03420d13, 0x13142014, - 0x425c921a, 0x23425c42, 0x3f6c4330, 0x30433105, 0x21462109, 0x05281ed7, 0x26130d42, 0xe01a401a, 0x02873682, 0x1a26462a, 0x17130d20, 0x130b212a, - 0x42343382, 0x3043625c, 0x1c1c141d, 0x43301d14, 0x100d1010, 0x0d13233a, 0xc7435a82, 0x01002d07, 0x002500c1, 0x0100004b, 0x010f1416, 0x2205c443, - 0x82171636, 0x010f2301, 0x7d45010e, 0x26272a06, 0x26352627, 0x1636013f, 0x82258436, 0x8227200e, 0x013e210e, 0x83062945, 0x1615212e, 0x18823e82, - 0x26823420, 0x47012308, 0x2c442c2c, 0x262c597e, 0x01011307, 0x0d070309, 0x15150115, 0x1543153c, 0x07050515, 0x09160c01, 0x1c9b6a16, 0x3e830a20, - 0x2d070123, 0x2145827e, 0x45827e59, 0x1b0a082a, 0x0e07091a, 0x16153b15, 0x3c2b4482, 0x04040515, 0x150c1208, 0x9db0100a, 0x8409201e, 0x2adc8242, - 0xe0ff0000, 0xa0018002, 0x50001c00, 0x232806f7, 0x35262221, 0x34373634, 0x33240482, 0x36171632, 0x3d080482, 0x1a021415, 0x4b1b2e1d, 0x3c90fe35, - 0x5e2a3654, 0x154a2c42, 0x38281d18, 0x362405dd, 0x544b351e, 0x0f4a2f3c, 0x5e420305, 0x3810242c, 0x00001228, 0xf4ff0200, 0xcc01c0ff, 0x1b00c001, - 0x59822500, 0x27571620, 0x38581806, 0x33072212, 0x058d7427, 0xb5010731, 0xfe2a2816, 0x16282ace, 0x0e0a0875, 0x83d00a0e, 0xb6082f04, 0x400630ac, - 0x49232c06, 0x97bd2349, 0xd44d0a0e, 0x0e0a2c05, 0x084e6997, 0x0aa0a00a, 0x83030008, 0xc50121c3, 0x2724c382, 0x37002f00, 0x17276d82, 0x22060716, - 0x5807012f, 0x34200550, 0x1723c182, 0x18062737, 0x2309934d, 0x32363717, 0x5c782382, 0x074f5607, 0xa6160137, 0x46180909, 0x07197418, 0x38385038, - 0x21060728, 0x28070621, 0x2b0c8238, 0x18741907, 0x09091846, 0x131a97fe, 0x2908c24c, 0x0809a6c0, 0x19731919, 0x23841211, 0x21210123, 0x21378401, - 0x14821112, 0x09081923, 0x21298446, 0x0684edfe, 0xe7510020, 0xc0012b05, 0x1100c001, 0x2c002300, 0x7b4e0000, 0x05905707, 0x16141127, 0x16141333, - 0x0d85783b, 0x1d161739, 0x33352301, 0x40011732, 0xf0fe0a0e, 0x0a0e0e0a, 0xa8172148, 0x87680a0e, 0x79a8270e, 0x0a066007, 0x1a832807, 0x0a700129, - 0x17d8fe0e, 0x82580121, 0x87f82007, 0x07492511, 0x0760060a, 0x2f054b44, 0xc101c101, 0x00003200, 0x3f362617, 0x17323601, 0x8307b642, 0x011f270d, - 0x06010f16, 0x18821617, 0xc0423420, 0x32162106, 0x17850c82, 0x2b222808, 0xd12c012b, 0x21215e22, 0x4016b721, 0x16011516, 0x170b0c8f, 0x09900b0b, - 0xb7070809, 0x280e0f0f, 0x331ad20f, 0x84ac1948, 0x2dac2f15, 0x7f2d127e, 0x2222d72d, 0xbb215f22, 0x55820117, 0x0b931627, 0x0b0c160b, 0x342f8293, - 0x2a10ba08, 0xd60f0f0f, 0x1a354b1b, 0x160c0cb0, 0x2db00c0b, 0x05c74100, 0xa001c02e, 0x19001100, 0x00002800, 0x11151601, 0x24091358, 0x17322133, - 0x06364702, 0x2f341326, 0x012b2601, 0x2405b16a, 0xb2013532, 0x08dd6c0e, 0x0e140c38, 0x25253699, 0x04a02536, 0xe5040403, 0x0ce80c0c, 0x140e3e01, - 0x376df4fe, 0xfe0e2207, 0x241d828e, 0x0c013625, 0x24218204, 0x0c0c680c, 0x0b2b6400, 0x11510f20, 0x1a476d11, 0x00000328, 0xc001fcff, 0xab598401, - 0x13002106, 0x2006c54f, 0x05e94421, 0x9e052321, 0x0a55750f, 0x74110a76, 0x0126059e, 0x2807093c, 0x04840907, 0x0a94a020, 0x26057f45, 0x010002f0, - 0x82070090, 0x00172689, 0x00370027, 0x09d96947, 0xd9471620, 0x47078706, 0x1c222fe1, 0x028e1c28, 0x74f00121, 0x0121216b, 0x20348490, 0x47058a84, - 0x062223ab, 0x6b47fcff, 0x2a210806, 0x4a003a00, 0x74005a00, 0x00009800, 0x15011e37, 0x22230614, 0x013f2627, 0x33161736, 0x2b343532, 0x06105301, - 0x5f233721, 0x1d25062e, 0x14153001, 0x8fde8f07, 0x0fda760f, 0x3d852720, 0x22233524, 0x5c823435, 0x32013b25, 0x8233011d, 0x23142203, 0x2e198307, - 0x3435023e, 0x06072223, 0x3726012f, 0x83323336, 0x030e2187, 0x3505856a, 0x0e0e3e23, 0x10151818, 0x05060609, 0x0e08070b, 0x05080410, 0x0c820301, - 0x08170628, 0x050b3908, 0x2641a101, 0x08a02a21, 0x08081008, 0x05020801, 0x23088318, 0x13100c44, 0x28084f82, 0x08070904, 0x1a0e070a, 0x0a0f130b, - 0x010b0e0d, 0x2f080827, 0x120c1304, 0x0907091a, 0x0306090a, 0x02080908, 0x06070807, 0x25338206, 0x0701040b, 0x06499d06, 0x0aab7509, 0x200b0c7b, - 0x232a82e0, 0x02020840, 0x5820a482, 0xa0350a82, 0x1911040b, 0x08040c0c, 0x07060804, 0x07130807, 0x110a0e13, 0x225a830b, 0x82000810, 0x7d022000, - 0x2f22081f, 0x9d534d00, 0x27262212, 0x06e64826, 0x18011f21, 0x2d07c848, 0x012b2627, 0x14150622, 0x33021f16, 0x15821716, 0x0f820620, 0x012f2622, - 0x3f2c2982, 0x32333601, 0x013b1617, 0x34353632, 0x08063e42, 0x09072022, 0x13660709, 0x34480102, 0x103d2544, 0x2b090101, 0x040a0403, 0x12421f0e, - 0x570e111a, 0x01045e16, 0x5d781a93, 0x1d1b280a, 0x49330606, 0x83012027, 0x01162c37, 0x121a1c08, 0x1b04170e, 0x900c0c60, 0x52172017, 0x0128076f, - 0x00c001c0, 0x003f002f, 0x5f07ad43, 0x14200539, 0xb982ab82, 0x3d363222, 0x8b07e657, 0x22062417, 0x42013d26, 0xbf840f38, 0xc4839020, 0x422f2023, - 0x240d8a2f, 0x015e845e, 0x43178370, 0x3a6206d4, 0x07092105, 0xa0242282, 0x212f2f21, 0x260aa141, 0x5e5e42a0, 0x8afea042, 0x0c136721, 0x13000f28, - 0x1b001700, 0x97441f00, 0x35132411, 0x82371523, 0x86052003, 0x0bb95e07, 0xa0a0b025, 0x838001a0, 0x0cf87104, 0x6080fe24, 0x0287a060, 0x08276618, - 0xc0010022, 0x2b083744, 0x1300002b, 0x013f012f, 0x010f011f, 0x07210785, 0x220b8705, 0x59071416, 0x342e0510, 0x32360137, 0x27370717, 0x2010e007, - 0x03821020, 0x351ba024, 0x03821b35, 0x86450121, 0x09622c08, 0x0994fe09, 0x09550a1a, 0x826c0109, 0x573b2507, 0x60015633, 0x10222b84, 0x2b846010, - 0xb51b1b22, 0xf7220786, 0x2d831a0a, 0x82550921, 0x262d8207, 0x3356c209, 0x18040057, 0x4708576e, 0x3c2005d7, 0x27088342, 0x0614012b, 0x23352622, - 0x80760585, 0x011d2809, 0x011f3233, 0x47011d16, 0x078707d9, 0x2735372f, 0x70021523, 0x07090907, 0x38503830, 0x36038280, 0x1c1c1410, 0x14400114, - 0x0e142c1c, 0x2cfe0e64, 0x281c1c28, 0x845c011c, 0x64802c06, 0x0709602c, 0x28090720, 0x83283838, 0x22298503, 0x8230141c, 0x6c14222a, 0x0a0b4570, - 0x640cb427, 0x00000070, 0x30038206, 0x01800200, 0x000f0080, 0x00190014, 0x00260021, 0x12b1412b, 0x26343328, 0x36323523, 0xa0522335, 0x35052507, - 0x37150622, 0x1628ca82, 0x130d6002, 0xc0fd0d13, 0x102e0583, 0x1b1b2540, 0x42ef4025, 0x2f422f2f, 0x0a826001, 0x01254026, 0xfe0d1380, 0x012b1d84, - 0xfe130d40, 0xa0251bb0, 0x82f01b25, 0x503822c9, 0x232e8268, 0x251b40e0, 0x002d7082, 0x01570007, 0x00000139, 0x1300000b, 0x09b47e21, 0x02011f2f, - 0x81090a0d, 0x81061006, 0x00010a09, 0x820a8219, 0x00192109, 0x01200082, 0x60203382, 0x09203382, 0x25213383, 0x09fe7221, 0xfe210123, 0x203489fe, - 0x26338d60, 0x00270017, 0x845901c0, 0x4c112067, 0xc020098c, 0x01212587, 0x853c8b41, 0x82002067, 0x85a92033, 0x05b47333, 0x87057d48, 0x8b3f2032, - 0x000022a3, 0x087f4403, 0x74050343, 0x132410df, 0x21112311, 0xf7420382, 0x8001220d, 0x0f7f58a0, 0xff000123, 0x2a038300, 0x00020000, 0x01f8ff0d, - 0x82880133, 0x001723b7, 0x4b183700, 0x25220abe, 0x806b0616, 0x32363305, 0x10ee2917, 0x07770b0c, 0x0b770714, 0x0b0f010c, 0x0f87100c, 0x821ea021, - 0x23158216, 0x1e0b691e, 0xd8820a84, 0x53850120, 0x82a00021, 0x8b518c53, 0x28388845, 0x00010000, 0x01e0000d, 0x21838434, 0xb94d2500, 0x1701210a, - 0xe020768a, 0x77225e84, 0xb3821e0b, 0x022b6482, 0x00800100, 0x003a001f, 0x18360100, 0x34080744, 0x3634013d, 0x1e171617, 0x3e323304, 0x07363704, - 0x23022e22, 0x051d5c26, 0x0806367f, 0x0706075c, 0x01020e22, 0x1c0703f6, 0x1460fe14, 0x2103071c, 0x0e170279, 0x090a1516, 0x0c121012, 0xd2760310, - 0x1b0e1708, 0x09347a01, 0xa001141c, 0x31091c14, 0x0e1b017d, 0x03010117, 0x14cc0404, 0xcc141c1c, 0x19020304, 0x09120258, 0x0705060d, 0x030c090c, - 0x090b6555, 0x07285915, 0x1e83130c, 0x070c1328, 0x09155b26, 0x9882000b, 0xff00002b, 0x01f901c8, 0x002b00c0, 0x06af5700, 0x32013b2b, 0x013e011d, - 0x0e011e33, 0x0aba4701, 0x26343626, 0x07062223, 0x2106ff54, 0x5982c8d4, 0x0c302c08, 0x67366123, 0x67910190, 0x090a475f, 0x32090822, 0x67674942, - 0x194a2b49, 0x07070562, 0xc80507e0, 0x274e0c0c, 0xcd91012b, 0x82094091, 0x2c082b1f, 0x27679267, 0x30050721, 0x7b850705, 0x2105274f, 0x4f670037, - 0x06f05006, 0x4a072721, 0xff5005e3, 0x6527200b, 0x173a1013, 0x17323637, 0x0707f901, 0x0713087c, 0x06070717, 0x09065128, 0x1b097309, 0x06852e09, - 0x28510625, 0x83140705, 0x827d201a, 0x07162406, 0x83710507, 0x82f9200f, 0x077d210c, 0x14221682, 0x32830507, 0x33821b20, 0x06843282, 0x06203282, - 0x13221a83, 0x21867c08, 0xab833282, 0xffffff29, 0x014401c0, 0x821900c0, 0x163231b8, 0x23060307, 0x013f2622, 0x012e2223, 0x023e013f, 0x3605ea6d, - 0x0e0e2801, 0x0e07b007, 0x2e030e0c, 0x060c0777, 0x07012001, 0x8290060a, 0x012a340e, 0xfe0c1820, 0x0c120cd0, 0x070c08c2, 0x050a06f0, 0x5d820b13, - 0x8020088b, 0x0f275782, 0x45003500, 0x18005500, 0x27102552, 0x35231537, 0x013b3634, 0x2712864d, 0x1d163233, 0x23352301, 0xa57e2182, 0x06cb4a0f, - 0x2508b57e, 0x13130d80, 0x0483600d, 0x17304825, 0x8328ca0f, 0x27138409, 0x170fca28, 0x4830c030, 0x01211f88, 0x200a8850, 0x82328660, 0x30502537, - 0x40170f3a, 0x40270f89, 0x303a0f17, 0x89503030, 0x82098911, 0xff0226d7, 0x02c0fffe, 0x34d78242, 0x0043002d, 0x06162500, 0x06012e27, 0x27220607, - 0x23072e30, 0x84098422, 0x37262410, 0x5c37013e, 0x76080633, 0x3605011e, 0x15173233, 0x22230614, 0x3e262726, 0x16171601, 0x35363233, 0x0c014002, - 0x37351a08, 0x030c0419, 0x08080404, 0x120f0e0b, 0x14281f09, 0x19040c03, 0x081b3437, 0x8f15010c, 0x131a135c, 0xd5fe8f5c, 0x1010110f, 0x2a19212f, - 0x190c0508, 0x0b040517, 0x08a70907, 0x0d1c070a, 0x07072b23, 0x0b0c0807, 0x05080a0c, 0x07072227, 0x1c0e242b, 0x63080a07, 0x83120a7a, 0x0a1232ee, - 0x0e0e787a, 0x1d2f2182, 0x09180d18, 0x090b0c0c, 0xd3471807, 0x00152a0a, 0x002f001d, 0x13000038, 0x080c7a15, 0x17323622, 0x23057e41, 0x22360622, - 0x21051c64, 0x4c183317, 0x2a0808ad, 0x013b3634, 0x37161415, 0x33352315, 0x16011f32, 0x0e0a6880, 0x12510a0e, 0x0a51124a, 0x2117880e, 0x0e0e142a, - 0x68a00e14, 0x83f00a0e, 0x0e883818, 0x0a066072, 0x01074207, 0x0a0ee808, 0x0e0a5001, 0x0a0e2020, 0x82792148, 0x140e2324, 0x2383c8ea, 0x0a300123, - 0x2245820e, 0x82600626, 0x82002027, 0x00033200, 0x01bfff00, 0x00c10160, 0x0020000d, 0x17000030, 0x22808235, 0x4b06010f, 0x03220562, 0xa0823634, - 0x0714152c, 0x15300706, 0x26313423, 0x367d2627, 0x06222105, 0x323c9982, 0x36343536, 0x1105a060, 0x113e110a, 0x60051209, 0x674a4b64, 0xa00f252c, - 0xb02c250f, 0x3d05e27c, 0x2f090e09, 0x0a262606, 0x0e0e1a08, 0x2001081a, 0x49676947, 0x302b3242, 0x2b300101, 0x1d829232, 0x832e4221, 0x2f212128, - 0xc0218b86, 0x25018201, 0x0f000700, 0x5c185500, 0x0621094d, 0x06b17d34, 0x1d011e23, 0x05184e01, 0x34013d27, 0x0e153736, 0x26858601, 0x16352726, - 0x82321617, 0x8214839b, 0x011f2724, 0x36013f16, 0xa082012f, 0x011d1623, 0x053e7807, 0x35823620, 0x27262d08, 0x4b6a1501, 0xf84b6a4b, 0x0e0e140e, - 0x4a36ca14, 0x9afe131a, 0x30401a13, 0x2e211711, 0x0c121621, 0x1d3a1c0b, 0x1c010401, 0x081f0e24, 0x08240782, 0x13303013, 0x20240884, 0xc01c240d, - 0x4b223982, 0x3a83fd6a, 0x9f0e4008, 0x2d354e02, 0x131a1a13, 0x084b312d, 0x131d0551, 0x17212117, 0x52051d13, 0x0a0a0302, 0x052e0101, 0x0e2c1d2c, - 0x07010402, 0x03020810, 0x1919201b, 0x02041c1e, 0x01071008, 0x2a0d0207, 0x5d052c1d, 0x002b0907, 0x4200c201, 0x00004a00, 0x821e3201, 0x420720d2, - 0x2e2106bd, 0x20b08201, 0x20c78236, 0x21ce8216, 0x19820f06, 0x32331622, 0x2720c482, 0x21052f44, 0x0f41011f, 0x1e072205, 0x23168402, 0x013e3726, - 0x3e075e48, 0x1e12bf01, 0x49672011, 0x37026747, 0x3f080b49, 0x0302100a, 0x1f090b02, 0x38272839, 0x820b0a1f, 0x082b0895, 0x083f070c, 0x0237490b, - 0x2e1d331e, 0x01012142, 0x090e1424, 0x01090e09, 0x121d1150, 0x45711225, 0x0b445f63, 0x099b3959, 0x820c020d, 0x82102039, 0x7b062841, 0x273a3828, - 0x8202067a, 0x0a06360c, 0x020d0104, 0x399b090d, 0x2e1b0c58, 0x712b3d1a, 0x251a2612, 0x21408250, 0xd8820e09, 0xc3470420, 0x09210808, 0x17000d00, - 0x00002100, 0x36341117, 0x1632013b, 0x15031115, 0x11173533, 0x012b0614, 0x16323311, 0x080e4301, 0x141c8030, 0xc01c14a0, 0x141cc080, 0x1c143030, - 0x048260fe, 0x20200a82, 0x3106874f, 0x20800170, 0x00ff5020, 0x60011c14, 0x1cbcfe1c, 0x0a820114, 0x02366b82, 0xc0ffffff, 0xc001c101, 0x2b000500, - 0x22160000, 0x14333526, 0xe05f1637, 0x012e2b05, 0x36373435, 0x35023e37, 0x23443634, 0x022e0808, 0x011e1415, 0x34fa1617, 0x09978026, 0x80fe0e12, - 0x09080f09, 0x110f0201, 0x13384814, 0x3a25131a, 0x0f111421, 0x1b254002, 0x0c0a711b, 0x1d82130d, 0x010a0c3f, 0x43180f03, 0x0b563a2c, 0x13130d15, - 0x2c07150d, 0x432c2642, 0x00030f18, 0xf9ff0300, 0x054b53ff, 0x19001127, 0x00002700, 0x09fb4f37, 0x2608e483, 0x13230614, 0x32331523, 0x13263436, - 0x26272221, 0x21333637, 0x07060732, 0x3828c006, 0x88010a0e, 0x354b4b35, 0x82283820, 0x1a2c08dc, 0xfe162626, 0x090c2100, 0x0203020d, 0x05040f48, - 0x3840081a, 0x0e0ae828, 0x284b6a4b, 0x80200138, 0xfe263426, 0x07182080, 0x091d1701, 0x00227982, 0x636f0700, 0x821b2008, 0x00333079, 0x0047003b, - 0x006f0053, 0x21150500, 0x6a3b3435, 0xfa820594, 0x2805d14c, 0x15163233, 0x03323311, 0x06405123, 0x34013d25, 0x18323307, 0x2008ca5e, 0x23178317, - 0x37343533, 0x4c181f8b, 0x35220962, 0x247c3327, 0x18338408, 0x3c08765f, 0x0114011d, 0x0c40fec0, 0x580a0e14, 0x0a700a0e, 0x0e0a580e, 0x288c0c14, - 0x0c280c0c, 0x240584b4, 0x400c2874, 0x6f098434, 0x0a260674, 0x0614061a, 0x0282061a, 0x2c330683, 0x010c1414, 0x480e0a68, 0x0a0e0e0a, 0xfe0a0e48, - 0x82200198, 0x6f02823b, 0x802506b0, 0x0c54540c, 0x20128560, 0x2156830c, 0x3c88f40c, 0xd34c4384, 0x01802c08, 0x002700c0, 0x004b002f, 0x4c580053, - 0x37203139, 0x431a197d, 0x554c075c, 0x08c02427, 0x82300838, 0x20068603, 0x29634c9c, 0x368adc20, 0xf0380823, 0x2539831c, 0x70640cb4, 0x57430500, - 0x000d2c08, 0x001b0011, 0x00490025, 0x70111700, 0x332009e9, 0x21185d43, 0x72183405, 0x36391a1e, 0x3233013d, 0x20603536, 0x14a0141c, 0x80e0201c, - 0x10141cc0, 0xfe1c1410, 0x82048240, 0x20012c0a, 0x09300709, 0x09072007, 0x8a090730, 0x0120210a, 0x2106a443, 0x9d43a0fe, 0x8f902013, 0x233a842f, - 0x01000000, 0x8024c784, 0x2f00a001, 0x2e05b749, 0x33072302, 0x012b1432, 0x23353335, 0x82272307, 0x35332606, 0x35373527, 0x22018223, 0x82173337, - 0x84352015, 0x1743081f, 0x20021733, 0x30806060, 0x15287518, 0x30107315, 0x080b2243, 0x30404030, 0x43220b08, 0x15731030, 0x18752815, 0x1615e030, - 0x94101015, 0x50a40c0c, 0x0310450b, 0x03082a08, 0x500b4510, 0x940c0ca4, 0x83040010, 0xc001217b, 0x19277b82, 0x2e002200, 0x6e003a00, 0x0f21070d, - 0x05344401, 0x11352623, 0x06626734, 0x34351729, 0x15012b26, 0x5e063637, 0x22240568, 0x14011d06, 0x01260b8b, 0x1a2f2170, 0x95555115, 0x10012407, - 0x82400e0a, 0x093728e5, 0x09090eb7, 0x8457090e, 0x60012f05, 0x1881212f, 0x2a240a27, 0x0a0e0e0a, 0x05839001, 0x81d1282d, 0x19b80907, 0x07094504, - 0x8d0907e0, 0x234e1804, 0x00a02408, 0x1833000f, 0x250da14e, 0x16322133, 0x87832307, 0x9b842320, 0x16229184, 0x9f83013b, 0x2407915a, 0x2634013d, - 0x06f37201, 0x01141c26, 0x701c1460, 0x2008c772, 0x09d27209, 0x70010926, 0x1c14a0fe, 0x1c252185, 0x50070944, 0x88898850, 0x4e8b8c0a, 0x052012db, - 0x551a3143, 0x40200c41, 0x0e514018, 0x200ca050, 0x584018fc, 0x0002320d, 0x011f0018, 0x006101a9, 0x002a0015, 0x36013f00, 0x05d85a32, 0x011e1724, - 0x8c500f06, 0x7d072006, 0x14220816, 0xed4b010f, 0xe0272206, 0x05a74b88, 0x05606026, 0x16050303, 0x88240c82, 0x0707b907, 0x07211588, 0x21138307, - 0x9a4b88d1, 0x23258205, 0x17040d0c, 0x1b201f84, 0x07212b84, 0x21068217, 0xf34b6060, 0x83fb8205, 0x82a82087, 0x00142187, 0x3720fb82, 0x2008404c, - 0x187b8927, 0x18085375, 0x2408d85f, 0x1632013e, 0x85888917, 0x25869072, 0x09090904, 0x8888af03, 0xa7827185, 0x03238790, 0x46030404, 0xf82506e7, - 0x88014101, 0x4c8b8500, 0x948808df, 0x27323622, 0x2e072741, 0x012f2206, 0x22010e07, 0x26012f26, 0x9eb13734, 0x238a8465, 0xc0070717, 0x8d0e2641, - 0x030424b3, 0x82160403, 0x228b8ea6, 0x72000029, 0x7b8305e5, 0x200a4a7e, 0x127b5e17, 0x9e8f0721, 0x05054189, 0x4f41879d, 0x01002b05, 0x1f001800, - 0x6101e900, 0x21421500, 0x42202017, 0xfa41120c, 0x204b8613, 0x204b82e8, 0x41cd8214, 0xce4113e5, 0x12ba4111, 0xff01002a, 0x015800ff, 0x00280141, - 0x13204782, 0x4113a141, 0x0120128a, 0xda85a689, 0x00078822, 0x4b850082, 0x4b854020, 0x41146141, 0x6020124c, 0x2310c141, 0x00000200, 0x22060778, - 0x5223001f, 0x2b30089b, 0x32331701, 0x23061416, 0x34262221, 0x37013b36, 0x2f068649, 0x21110133, 0x14100211, 0xc0141c1c, 0x0e0a4810, 0x21087d5a, - 0x1383c010, 0xfed00128, 0x1cc00140, 0x0d82fe14, 0x140e3023, 0x2c02820e, 0x01141c30, 0xfe1c1440, 0xfe2001a0, 0x07c74be0, 0x01800229, 0x001700c0, - 0x56250021, 0x056c1241, 0x13372105, 0x67456982, 0x82032005, 0x70023509, 0x1a260907, 0x261a00fe, 0x14ef0709, 0x120e3d0d, 0x00fec201, 0x37059d50, - 0x2080fe40, 0x1a100709, 0x101a2626, 0x150b0907, 0x70010f11, 0x5001b0fe, 0xfe219182, 0x05e151dc, 0xe7850020, 0x82c00121, 0x820f2077, 0x10355279, - 0x1808ed5b, 0x250a575a, 0x13131aa3, 0xcf84131a, 0xdd846020, 0xc782a020, 0xb75b2020, 0x00022506, 0x01c0ff00, 0x0020ed82, 0x2b214f8b, 0x06775401, - 0x10204f88, 0xe0203983, 0x63200483, 0x9f844e9b, 0x22054b60, 0x4139001c, 0x5d4f0815, 0x09735607, 0x1d062223, 0x8c671801, 0x521c8d0e, 0x802d05f7, - 0x425e1c14, 0x0e0e0a08, 0x261a080a, 0x8c7e83d0, 0x1cc02211, 0x2c0f8214, 0x42f0141c, 0x300a0e5e, 0x1a260e0a, 0x8f119140, 0x18012093, 0x460dc74e, - 0x8e5f0554, 0x91332006, 0x09315793, 0x82013321, 0x208e8981, 0x068e6b50, 0x0121118e, 0x848f9ea0, 0x820020a1, 0x00072100, 0x5a075f6e, 0x1f2105d7, - 0x050b5600, 0x64000021, 0x0220069d, 0x4e06d95a, 0x26220519, 0x17862034, 0x1807e95a, 0x2007f181, 0x27278600, 0x281c3001, 0x28281c1c, 0x1c210483, - 0x210584ec, 0x1284c0fe, 0x0c841520, 0x84420121, 0xf6fe2106, 0x01210684, 0x210684a4, 0x218460fe, 0x0584ec20, 0x93201184, 0x210a0256, 0x0c844201, - 0x18010021, 0x180aef45, 0x66083961, 0x01290507, 0x91ce91b8, 0x0000ce91, 0x08ef6404, 0x2920cf85, 0x2009a35b, 0x06f94f04, 0x2307636b, 0x2e343617, - 0x2705e650, 0x010e012e, 0x32161714, 0x91284384, 0x131a5501, 0xb3131a13, 0xa32f0584, 0x0a090604, 0x236e2304, 0x06090a04, 0x868c2d04, 0x5e172068, - 0x132a08a3, 0x0b04971a, 0x05020507, 0x04822a2a, 0x040b0723, 0x66839036, 0x83900ad3, 0x013e162b, 0x07222627, 0x37011e06, 0x2d7f9336, 0x0512078a, - 0x2d8c2d05, 0x07110706, 0x7d926e23, 0x0408c72c, 0x36360810, 0x07031107, 0xff91002a, 0xff891f20, 0xff861620, 0x34321727, 0x1422012b, 0xad911833, - 0x20f58507, 0x25ee84b5, 0xc0101090, 0xad431010, 0x05534106, 0xad23ea85, 0x84802020, 0x386385f3, 0x81021f00, 0x0f006001, 0x33002b00, 0x00003b00, - 0x14163201, 0x27222306, 0x05046023, 0x48173321, 0xdd4b1aab, 0x2a7f8707, 0x5e42e001, 0x2f43425e, 0x83432f5c, 0x0c582408, 0x82180c34, 0x26068603, - 0x171722c7, 0x84571722, 0x60012605, 0x305e845e, 0x20048230, 0x22218aac, 0x8240340c, 0x22172221, 0x82058449, 0x820d209f, 0x02002403, 0x82800140, - 0x05ad4d9f, 0x4b003f31, 0x63005700, 0x7b006f00, 0x93008700, 0x18009f00, 0x2010574f, 0x06644d01, 0x013b1423, 0xcb5f1832, 0x200ba30b, 0x8b3bae05, - 0x9625202f, 0x1002253b, 0x1c1420fe, 0x2205ff6d, 0x4d5cfe1c, 0x984d0591, 0x21069406, 0x239ab0fe, 0x01241c87, 0x0ce80c20, 0x41860282, 0x64845e82, - 0x14e0fe24, 0x6d18011c, 0x118b111d, 0x776f5420, 0x08179d0a, 0x00040022, 0x02c0ff08, 0x00c10100, 0x002e0007, 0x00580034, 0x011e1300, 0x012e1517, - 0x16363727, 0x0714011d, 0x152f6018, 0x1617022f, 0x16323607, 0x35073233, 0x36150706, 0x26058325, 0x26352706, 0x85261527, 0x15372811, 0x16151736, - 0x82163517, 0x82372008, 0x3635251d, 0x0f3209f3, 0x40080282, 0x0e1e10df, 0x69243f3b, 0x0e343e19, 0x0e0a100a, 0x0e182218, 0x01010f18, 0x68472105, - 0x22e4301a, 0x4d012328, 0x26232327, 0x23263e0c, 0x1c2e3713, 0x3f0b2128, 0x25252326, 0x011b2a20, 0x03110202, 0x29038244, 0x121207bf, 0x290911f3, - 0x60181622, 0x22080c85, 0x0d0e170e, 0xe3230c0b, 0x460f0348, 0x11478a0d, 0x09064806, 0x44140244, 0x0147050b, 0x04114615, 0x85070346, 0x0448360e, - 0x06144618, 0x00000447, 0xffffff02, 0x018002e0, 0x0014009b, 0x08556624, 0x013f3422, 0x200acb4a, 0x095e5305, 0x32213327, 0x02011516, 0x059149c2, - 0x4b9a9a21, 0xc22f0530, 0x0e770107, 0x0ad0fe0a, 0x010a0e0e, 0x180e0a30, 0x2012754c, 0x201b83be, 0x08048320, 0x03000020, 0xbdfffaff, 0xc3018602, - 0x1b000b00, 0x00002b00, 0x37262705, 0x011f3613, 0x06030716, 0xd6720627, 0x0f162607, 0x07161701, 0x210f8505, 0x7b622627, 0x01072805, 0x040c3d17, - 0x830c0388, 0x7d043205, 0x0a900908, 0x0809900a, 0x5b09092b, 0x0109095b, 0x200a881c, 0x271a842b, 0x0c031240, 0x030cd601, 0xfe330682, 0x09740c2a, - 0x09098708, 0x2e090887, 0x50500809, 0x882f0908, 0x82108209, 0x41002019, 0xdc3c050f, 0xa5014002, 0x2e001a00, 0x37130000, 0x011d1636, 0x1415031e, - 0x26060706, 0x27263637, 0xa0820982, 0x664c3420, 0x261b8205, 0x31150607, 0x82011f14, 0x88273716, 0x331c0cb0, 0x30213e4e, 0x04150b23, 0x1c54391c, - 0x7808b00c, 0x15820808, 0x136d2508, 0x0c1c6d13, 0x0a980201, 0x04530f0d, 0x2f462915, 0x0819552c, 0x525a0c0e, 0x0d0f540a, 0x1607980a, 0x0716071d, - 0x10241d83, 0x1a1a105e, 0x15820482, 0x01003c08, 0xbdfffbff, 0xc9010902, 0x00000f00, 0x07163601, 0x2e010e03, 0x23013d01, 0x37362622, 0x2f1cbd01, - 0x2008bf0c, 0x19b0171e, 0x01170a1b, 0x1c2f0cbc, 0x0e1160fe, 0xb0121a06, 0x820b2d25, 0x01002bca, 0xc0ff0000, 0xc7010702, 0x59483700, 0x084a560a, - 0x56330721, 0x59670574, 0x06125208, 0x3711153b, 0x37333523, 0x16011f36, 0x0115010f, 0x0e0e0ae8, 0x0a0e280a, 0x930e0a30, 0x200c8273, 0x270f8b28, - 0x0c0b3bd3, 0x3b0c0c16, 0x8405eb6f, 0x1b01221a, 0x210d8293, 0x31840801, 0xfe251184, 0x3b6093e5, 0x2227820c, 0x83f33b0b, 0x83042097, 0x80012397, - 0x9918c001, 0x0028081d, 0x07061401, 0x020e0706, 0x06230482, 0x7e011e07, 0x3e250605, 0x2e353701, 0x21968201, 0x11821632, 0x3615072a, 0x37023e37, - 0x022e3736, 0x4c181284, 0x076407a1, 0x46122007, 0x01370633, 0x01181e80, 0x202d0d15, 0x0a10321c, 0x2f1c1705, 0x1a0e2f42, 0x821f1910, 0x191f2c07, - 0x18183918, 0x010b071e, 0x820f1a11, 0xd7fe270f, 0x0e09090e, 0x05841709, 0x0584f720, 0x1a30013d, 0x1a2a082a, 0x02061310, 0x08050805, 0x21192909, - 0x12212f2f, 0xc805161f, 0x831b2a07, 0x2a1b2f0b, 0x060b9007, 0x090b0302, 0x1605180d, 0x13821220, 0x44822f20, 0xfe0e0923, 0x21068489, 0x06843701, - 0x0300002c, 0xbfffffff, 0xc1010102, 0x61601700, 0x16252105, 0x21083c68, 0x0b83011f, 0x32161426, 0x1736013f, 0x2205f142, 0x82141632, 0x220b851e, - 0x82222634, 0x0613230b, 0xa86b2722, 0x01173d06, 0x01071416, 0x2d090930, 0x2c597e2c, 0x2808092d, 0x152d0808, 0x2d153c2a, 0x28100808, 0xe2251693, - 0xfe071407, 0x05a04347, 0x07b90125, 0x82082a07, 0x7e59213b, 0x09203b82, 0x3c213b84, 0x213b832a, 0x169328dc, 0x07a1fe23, 0x23338207, 0x07170714, - 0x143a4383, 0x00020007, 0x01c0ff18, 0x00c0017a, 0x00310029, 0x16321300, 0x030e1415, 0x2072011d, 0x023e2a08, 0x35013e37, 0x22232634, 0x051c730e, - 0x37012e23, 0x071e6f36, 0x42ca4208, 0x25251a6e, 0x480a0e1a, 0x1f0d0e0a, 0x161b1313, 0x1d13192c, 0x13060f14, 0x03082b08, 0x3a463f06, 0x283a2828, - 0x405ac001, 0x141b3120, 0x0a060b15, 0x0a0a0e0e, 0x0c1b2216, 0x0f150f0b, 0x130d1c16, 0x20268211, 0x282e8221, 0x298bfe5b, 0x39292939, 0x26008200, - 0xff000002, 0x82c000c0, 0x001e2693, 0x37000026, 0x0dc95a33, 0xb74a3320, 0x298b870d, 0x08141414, 0x70080c0c, 0x07840c08, 0x0c829820, 0x2a3c362a, - 0x182a3c2a, 0x30080c90, 0x08210d82, 0x820786d4, 0xa801210c, 0x2a261882, 0x0200003c, 0x6b821000, 0x6b82b020, 0x17000724, 0xb1750000, 0x56032007, - 0x032006be, 0x2a050741, 0x422fb035, 0x68422f2f, 0x825e0a0e, 0x0a0e25c1, 0x310e0a42, 0x2f2c1083, 0x0f0a4701, 0xf0fe0a0f, 0x0a0d0d0a, 0x00204b82, - 0x01255083, 0x001f00c0, 0x08675253, 0x8309f34b, 0x077b64c6, 0x011d1623, 0x21c78727, 0xd2891707, 0x07012f23, 0x20318906, 0x059d1837, 0x1f322c09, - 0x33363701, 0x0907f001, 0x83600709, 0x10102b04, 0x10020907, 0x07300a04, 0x0f839009, 0x4e4e2123, 0x27078321, 0x50050843, 0x43080550, 0x01211392, - 0x093e6420, 0x07096025, 0x82200304, 0x8290204c, 0x23438209, 0x07097070, 0x07230682, 0x84077373, 0x820f8a08, 0x020026d5, 0xc0ff0000, 0x059f5e02, - 0x2d5cdb82, 0x013b210e, 0x0320db8e, 0xd993dbf0, 0x8f800121, 0x470f8fca, 0x00290627, 0x1500a101, 0x00001a00, 0x06f16525, 0x2f222126, 0x37342601, - 0x08068952, 0x17072523, 0xf2013733, 0x0c0c908e, 0x0e149cfe, 0x010e0e60, 0x0e280e00, 0xc3fe0ea0, 0x4472507c, 0x280c8eae, 0x2015820c, 0x82168328, - 0x31283215, 0x0043507d, 0x00010000, 0x02bfff00, 0x00c00140, 0x2259824b, 0x59011e32, 0x232e05ea, 0x16010e22, 0x0e22011f, 0x35022e02, 0x5b433634, - 0x14152106, 0x0e281f83, 0x012f2601, 0x16173011, 0x9a6b1582, 0x83338205, 0x3e70081a, 0x30013f02, 0x32330607, 0x12070236, 0x1a1d0c1b, 0x11113114, - 0x03040112, 0x20210a03, 0x0e191f24, 0x111b2324, 0x1414111d, 0x13343525, 0x20704012, 0x231a1c27, 0x2a231524, 0x0b0b222a, 0x09291311, 0x1d139f32, - 0x24231b11, 0x0d232319, 0x0403040c, 0x0d100602, 0x19153011, 0x121a0c1d, 0x09171f12, 0x04011414, 0x4d010404, 0x09320b0a, 0x1e1a1732, 0x302c6182, - 0x03121112, 0x040b0c04, 0x1f6b4504, 0x20085765, 0x25cf8260, 0x003c000b, 0xf9583600, 0x16322505, 0x3714011d, 0x06220584, 0x9c431507, 0x013b260e, - 0x3d012e35, 0x45751801, 0x17162308, 0x0e833616, 0x50d8332c, 0x38503838, 0x57090740, 0x61183841, 0x3833084f, 0x07095741, 0x42090710, 0x09543931, - 0x28386007, 0x833828a0, 0x09682704, 0x63423007, 0x1c842209, 0x22240484, 0x28446909, 0x21083783, 0x044e332a, 0x30384d06, 0x00000907, 0xfff9ff02, - 0x018702b9, 0x002500c7, 0x05000046, 0x06010f16, 0x60480127, 0x34352605, 0x1e323336, 0x21aa8201, 0x81841707, 0x2006654f, 0x10054f0f, 0x1726b084, - 0x1617021e, 0xd0821737, 0x0c7a0228, 0x0c0a1409, 0x0684b3fd, 0x2838b328, 0x051a2c1a, 0x85840b1a, 0x8b4c1421, 0x063431ba, 0x071b2f1f, 0x1012320e, - 0x190d0a0a, 0xc701090c, 0x8a230684, 0x8238282d, 0x0ea02533, 0x1a181410, 0xcb82a782, 0x80262a22, 0x072bca8d, 0x1d2c1a29, 0x27010102, 0x50220206, - 0x0d270bdb, 0x00002b00, 0x6b322113, 0x25220a22, 0x277e2314, 0x82342008, 0x011d23c4, 0x07863533, 0x15163226, 0x0ca8010c, 0x2405256b, 0xfe0cc001, - 0x240b8258, 0x0c280c30, 0x38038280, 0x011c1430, 0xfcfe0c00, 0x141c1c14, 0x2c0c0401, 0x14240c0c, 0x0c0c341c, 0x22038334, 0x8200141c, 0xff022500, - 0x01c0fffe, 0x00330182, 0x00400038, 0x16360100, 0x0614011d, 0x3526012f, 0x461e1523, 0x36380b13, 0x022a3537, 0x0e07050e, 0x37012e01, 0x36263736, - 0x07163233, 0x06373433, 0x0806b96b, 0x06b2012d, 0xa8060808, 0x1b0f280a, 0x0a0e0b13, 0x290e0a90, 0x061e041f, 0x07120618, 0x0305090d, 0x04081213, - 0x210b3c1e, 0x08221c1e, 0x47810a3a, 0x2f08059e, 0x050801a6, 0x01080574, 0x1b10021c, 0x1f181204, 0x0e0af810, 0x21f70a0e, 0x021b0835, 0x0d0a0603, - 0x08090c13, 0x4c091307, 0x2d311b0f, 0x1202101b, 0x44068b47, 0x01240597, 0x2c00c001, 0x0026b582, 0x14151601, 0x03820706, 0x06010f26, 0x3d262223, - 0x09684f18, 0x2e222325, 0x61343501, 0x3b08057a, 0x3233013e, 0x32071617, 0x2e34013e, 0x06222301, 0xf9011614, 0x103c4407, 0x0605620b, 0x0b160e0a, - 0x0933091a, 0x68170801, 0x03060b07, 0x110e0431, 0x64276808, 0x0a203348, 0x0b120b77, 0x11330282, 0xad011717, 0x64483221, 0x190d6827, 0x0e033105, - 0x8217680a, 0x0a333b2f, 0x0616091b, 0x0506070b, 0x070c0763, 0x0207433d, 0x16120b9f, 0x22170b12, 0x56180017, 0x1c200cfb, 0x2009d376, 0x08e17525, - 0x760ad276, 0xfe3206ca, 0x14078896, 0x08081007, 0x08086565, 0x07130810, 0xc5760788, 0x87562105, 0x66210f85, 0x221f8566, 0x8f140787, 0x0714475f, - 0xe26d0520, 0x011f2206, 0x09d27507, 0x91ce9927, 0x0191ce91, 0x4f5e906a, 0x5fa206da, 0x2007ab76, 0x88568813, 0x222621c8, 0x9205a276, 0x059d7645, - 0x1f417892, 0x07f95110, 0x16410320, 0x21c88808, 0x8e763216, 0x76609206, 0x39410689, 0x42002012, 0x022307df, 0x5fc10142, 0x3721057f, 0x051a4422, - 0x2b061627, 0x17011e01, 0x065e6c35, 0x2405994a, 0x15011e17, 0x0bcf4414, 0x013e1524, 0x318a2337, 0x22010e25, 0x4a002726, 0x2408069a, 0x0506080d, - 0x44080844, 0x23080605, 0x3430520e, 0x1c340c0c, 0x28283924, 0x341c2437, 0x05070705, 0x0e523034, 0x2e238923, 0xaa8e1020, 0x0001108e, 0x1a13131a, - 0x850f6013, 0x270f3e3a, 0x0cbe0631, 0x0a050c28, 0x39281f32, 0x27380101, 0x050a321f, 0x05280507, 0x3106be07, 0x24258727, 0x49575749, 0x07b55401, - 0x24092b44, 0x002600c1, 0x080d4c32, 0x7f07d575, 0x172b175d, 0x22263435, 0x14011d06, 0x7f363216, 0x70231869, 0x82172217, 0x1a707f02, 0x11309825, - 0x83111717, 0x106f5204, 0x180af351, 0x8312c947, 0x9114237d, 0x028291ce, 0x6c98ac31, 0x836c986c, 0x6a4b4b6a, 0x2634664b, 0x42263426, 0xfe210685, - 0x221782e1, 0x82cc986c, 0x6a4b2217, 0x2e178275, 0x00003426, 0x08000300, 0xf8017800, 0x53000801, 0x0021055b, 0x050b5424, 0x16023a22, 0x0a540884, - 0x48012707, 0x2a2a3c2a, 0x0483743c, 0xcafe2a22, 0xde200684, 0x17840584, 0x02821a82, 0x18264f84, 0xa800c8ff, 0x4f87b801, 0x21063943, 0x6c54023c, - 0x62022005, 0x4220068e, 0x01213b8f, 0x82609108, 0x096f5c4f, 0x17000f24, 0x97522900, 0x0abf4506, 0x48183620, 0x173208d9, 0x2e353632, 0x06222701, - 0x3314011d, 0x1417011e, 0x118f013b, 0x9c413320, 0x282c330b, 0x1c281c1c, 0x050704ce, 0x07055375, 0x04553c0b, 0x0c828a0b, 0x827eb121, 0x9266230c, - 0x10690b04, 0x822c820f, 0x05073002, 0x07057553, 0x040b2304, 0x070b3c55, 0x85b27d05, 0x6692220c, 0x0c33440b, 0xa3531520, 0x3e052709, 0x2f263401, - 0x97832601, 0x44371621, 0x6c21062c, 0x24008206, 0x18180cb0, 0x069e410c, 0x0c037f2d, 0x6b030c0c, 0xd00e0e07, 0x5c070e0e, 0x1b200c37, 0x1812136b, - 0x8c0a235c, 0x080126d3, 0xf8fe0c0c, 0x23bb8e0c, 0x0c380cf8, 0x00200282, 0x2905df42, 0x01c001e0, 0x000f00a0, 0x7318001f, 0x5c181009, 0x16220e3a, - 0xe35c9001, 0x18e1200a, 0x180ec55b, 0x290cc772, 0x0c0bb862, 0x960c0c16, 0x06820c46, 0x0b680b22, 0x9b726b82, 0x000f2409, 0x912a001c, 0x0f032d6d, - 0x011e1401, 0x36013f33, 0x3726012f, 0x64059144, 0x3420057c, 0xb631788c, 0x07030688, 0x04883903, 0x67053704, 0x0714071e, 0x22098317, 0x8c071704, - 0x2e012381, 0x26823988, 0x26820620, 0x09043824, 0x2582071e, 0x04370522, 0x14202582, 0x08334118, 0xc5014131, 0x40001e00, 0x07010000, 0x013d2606, - 0x18020e22, 0x230a8b58, 0x36343533, 0x14287d82, 0x17363407, 0x37323316, 0x2105ae47, 0xb2582123, 0x3b2c0805, 0x07163201, 0x2b060706, 0x02211101, - 0x1d0b9038, 0x15303f2d, 0x0914040c, 0x2d1c2b1f, 0x1d2f4a46, 0xc008900b, 0x05050608, 0x0a060c0c, 0x08053248, 0x79141c35, 0x1e080509, 0x33050415, - 0x0f014001, 0x100c0b88, 0x27170a48, 0x0d0c283b, 0x294f1807, 0x16263e2a, 0x0c104809, 0x1407880b, 0x010805d1, 0x07020401, 0x5e145906, 0x12260651, - 0x04160f05, 0xba82c0fe, 0x56030021, 0x1e230cff, 0x823e0000, 0x0614248b, 0x57022622, 0x0526069f, 0x0f012e36, 0x02820601, 0x013f1628, 0x13d83736, - 0x0282131a, 0x91ce4732, 0x0191ce91, 0x0e070476, 0x050b9009, 0x0c140642, 0xcd200682, 0x13221a83, 0x1a820501, 0x03ce912d, 0x03051008, 0x900b0542, - 0x8206140c, 0x0e1f4206, 0x3b5f1a20, 0x17052111, 0x26246183, 0x0622012b, 0x2b0d225f, 0x087c9cfe, 0x06057c08, 0x0608f608, 0x200c185f, 0x211784a0, - 0x5b910f0f, 0x27603520, 0x07cc4306, 0x2627252a, 0x1606010f, 0x3632013b, 0x0bbb6118, 0x89640121, 0x01102459, 0x411c1460, 0x5889065c, 0x0b9b4518, - 0x4d18b382, 0x13220f17, 0x7d433637, 0x92302007, 0x0e2a433f, 0x0020c78a, 0x01340082, 0xe0ff0000, 0xa0014201, 0x00004500, 0x07161725, 0x26222306, - 0x2206454e, 0x6b26013b, 0x3e2608b1, 0x17323301, 0xc082021e, 0xa56b2720, 0x260b8207, 0x1706012b, 0x84163233, 0x031e3709, 0x36373233, 0x02093701, - 0x4d1f1e0b, 0x051e1370, 0x01150c07, 0x06821602, 0x6f16213c, 0x041b1948, 0x0c010205, 0x11150b03, 0x8a103e28, 0x06010706, 0x02930a02, 0x09858602, - 0x08723708, 0x15261f18, 0x220c1716, 0x08030b2c, 0x05074656, 0x16140c1c, 0x0c1e0507, 0x01055040, 0x2c030704, 0x2804020b, 0x1d060923, 0x0917130a, - 0x13091c06, 0x060d1620, 0xbf850002, 0xbf824020, 0xbf823620, 0x011d3222, 0x2106ee4a, 0x9f47013b, 0x36342108, 0xa383ba82, 0x0e21b983, 0x06c57304, - 0x15012b24, 0x1a823533, 0x34012908, 0xd8fe0c0c, 0x1c240c0c, 0x4f1c0c0c, 0x092f373d, 0x09071d07, 0x11091b1e, 0x04070b0e, 0x540c0c54, 0x6005077b, - 0x0c0c680c, 0x3005174b, 0x23473742, 0x08240a07, 0x08041306, 0x080e0d0a, 0x3a178240, 0x0705337f, 0x01000000, 0xc0fffcff, 0xc0012a01, 0x00004100, - 0x07011e37, 0x1807010e, 0x34083943, 0x012e2722, 0x1736013f, 0x32013b16, 0x2f343536, 0x27012e01, 0x90541826, 0x1732260b, 0x010f011e, 0x082c7306, - 0xd1172208, 0x0c102d2c, 0x0709243a, 0x30090720, 0x06020626, 0x0f0a0a22, 0x110d4213, 0x2e226715, 0x31410404, 0x281a9102, 0x0dd7090c, 0x27212d54, - 0x05384c01, 0x0e051e31, 0x07092205, 0x160d110a, 0x340a1e06, 0x8f473122, 0x10092217, 0x0a434103, 0xc4823420, 0x17162329, 0x011d3233, 0x82012b14, - 0x161722be, 0x05ec6906, 0x2006934d, 0x07547536, 0x16822620, 0x14822620, 0x83213321, 0x013d082b, 0x05094934, 0x350c0c3b, 0x97394c05, 0x53080606, - 0x04a50305, 0x1f540507, 0x0c9f0527, 0x2914920c, 0x0c070555, 0x010c2801, 0x0c110f60, 0x46380c28, 0x0f068b02, 0x05039903, 0x20070535, 0x2411821b, - 0x2d05071b, 0x8207820c, 0xff13288b, 0x016e01e0, 0x823a00a0, 0x1632238b, 0x8c86010f, 0x86150721, 0x82152008, 0x18222099, 0x2009b380, 0x06864927, - 0x3626273e, 0x1f32013b, 0x3f363302, 0x01333601, 0x0307075f, 0x0c0c3a50, 0x0c6c1458, 0x380c6c0c, 0x0c3f0382, 0x0c58146c, 0x03503a0c, 0x08410707, - 0x021b3703, 0x03370f0c, 0x0ca00108, 0x200c9606, 0x821b250c, 0x0c5c2304, 0x06825c0c, 0x82251b21, 0x06962a04, 0x4871070c, 0x07712325, 0x08db4300, - 0x97828020, 0x32002926, 0x23370000, 0x06228e89, 0x8f8a012b, 0x8a828e84, 0x82343521, 0x1416238e, 0x28822706, 0x35362408, 0xef232634, 0x0c0ca15c, - 0x3b0507a1, 0x0c0c340c, 0x070c3434, 0xa30c3405, 0x9c515140, 0x2828244d, 0x82208023, 0x053422fd, 0x201c8207, 0x2d7c8228, 0xcf07052d, 0x51804f0c, - 0x232996db, 0x7f822822, 0x00000626, 0x4002e0ff, 0x452e7f82, 0x52004e00, 0x64005a00, 0x00006800, 0x80502301, 0x012b2205, 0x05a84107, 0x07872320, - 0x4105bd76, 0x01230e1d, 0x82363733, 0x861f2096, 0x075d4107, 0x23370522, 0x32371282, 0x013f013e, 0x013b1723, 0x23272627, 0x37170706, 0x021e1723, - 0x83363331, 0x34022f14, 0x0c46073f, 0x022a550c, 0x0209390a, 0x0785372b, 0x0c54292a, 0x3e08460c, 0x12300c0c, 0x3b087f82, 0x11020a2a, 0x0902146d, - 0x14020a2c, 0x0a020e6e, 0x0107062e, 0xfe0c3013, 0x0b260c78, 0x01010106, 0x51081e03, 0x021a8206, 0x020c0203, 0x270c8103, 0x0103030c, 0x071e0201, - 0x00010751, 0xb723fd83, 0x83b70909, 0x280c2203, 0x250e830c, 0x09090551, 0x03855656, 0x82510521, 0x36963714, 0x180c2f36, 0x09202081, 0x0b0c0c0b, - 0x0b36367f, 0x8f160c18, 0x6b522020, 0x80012b05, 0x1100c001, 0x00001a00, 0x2f7b1413, 0x07256d10, 0x0a0ee039, 0xfe0a0e88, 0x0e0e0ab0, 0x80a0c80a, - 0x62070a06, 0x0a380107, 0x83b8fe0e, 0xd0012611, 0x067a0e0a, 0x26138280, 0x00050000, 0x86c0ff00, 0x001d2653, 0x00350029, 0x2059933e, 0x0a095b13, - 0x22082a69, 0x8a32013b, 0x6d352016, 0x7d8c08a3, 0xa80c4023, 0x20028e0c, 0x27909360, 0x0c088cfe, 0x4c0c080c, 0x54200584, 0x0c200a83, 0x042aa387, - 0xe0fffdff, 0xa001c001, 0x9f821500, 0x52004f28, 0x32370000, 0x00650f16, 0x69362005, 0x322b06df, 0x25111516, 0x011d1632, 0x51010f14, 0x4e180d6c, - 0x372109b8, 0x05a64416, 0x42012f21, 0x2621053e, 0x06f17835, 0x33071724, 0x7218b027, 0x09250b9d, 0x09072007, 0x29038201, 0x07383d0b, 0x80070909, - 0x09860907, 0x09019f2c, 0x030c1907, 0x04044705, 0x2382190b, 0x0b043b31, 0x34040b2a, 0x14601020, 0x05056007, 0x44140760, 0xfe280593, 0x070940d0, - 0x460a0e12, 0x0a8a4a84, 0x03025522, 0x0d2c4c82, 0x07090b0d, 0x0ba00203, 0x0030650b, 0xe3920082, 0x8c741320, 0x012b2109, 0x08286218, 0xe3bb0520, - 0xe3911020, 0xd9886020, 0x0121e3a2, 0x28e48720, 0x0907d0fe, 0x30010709, 0x22e4aa80, 0x7afdff05, 0x0f2306db, 0x71002500, 0x6f1806a5, 0x27200f1b, - 0x561ad941, 0x33200801, 0x780fa571, 0x83410f9b, 0x83402005, 0x914020a3, 0x183020f3, 0x82083d75, 0x070921f3, 0x01220484, 0xd0820700, 0x0584ff20, - 0x200a0e56, 0x0fd54140, 0x0ad17118, 0x2020fb82, 0x04823483, 0x73180120, 0xe7a40b2f, 0xdd410320, 0x0e3f5614, 0xe020e7ab, 0x7020e791, 0x0121e7a9, - 0x0fd94100, 0x97093856, 0xff0434e7, 0x01defffd, 0x00a001b1, 0x0037001f, 0x0055003f, 0x43220100, 0x16210853, 0x0e87431d, 0x013b3625, 0x82361735, - 0x0e142116, 0x27067e52, 0x2e373637, 0x033e3701, 0x20077560, 0x14fb4107, 0x57300121, 0x102008d0, 0x3b09e557, 0x133e280a, 0x0d061e25, 0x0d050a02, - 0x2b24090c, 0x0e0b030a, 0x0c101811, 0x9c0c100c, 0x57110941, 0x751808d5, 0x40390aac, 0x27310ba3, 0x2232230b, 0x0606020d, 0x05050f14, 0x263d0408, - 0x0a0e110a, 0x2243825e, 0x4108100c, 0x00200ff9, 0x1529ef89, 0x3d001d00, 0x00005300, 0x70cf9325, 0x27200880, 0x231e0d41, 0x06161727, 0x510ada43, - 0x32220546, 0xda8f4a01, 0x221d0622, 0x1c20d884, 0x24130841, 0x080850d5, 0x06966c0b, 0xbd20f885, 0x1422d792, 0xd5845c1d, 0xde58f820, 0x0b084107, - 0x07603b23, 0x07d04314, 0x0029f583, 0x00030000, 0x02c0ff00, 0x06476601, 0x4d754420, 0x07b34111, 0x0614012d, 0x16323307, 0x23071415, 0x83070616, - 0x0e072702, 0x22012b02, 0xce822627, 0x34013d33, 0x37013e37, 0x33363736, 0x68021e32, 0x0a0e0e0a, 0x08048350, 0x0e141e2f, 0x010e140e, 0x65012058, - 0x01132319, 0x060d0408, 0x0c060c0a, 0x1d212a0a, 0x23483003, 0x04070511, 0x0e103514, 0x0b140e0b, 0xe00f1915, 0x05dc730e, 0x0e0af022, 0x0805b072, - 0x19790123, 0x1723073f, 0x2e11131e, 0x0e291411, 0x0e0e121a, 0x07102002, 0x0305d605, 0x0f0f4d15, 0x0f053a2c, 0x23c39024, 0x11000046, 0x20086f57, - 0x23a18206, 0x14363526, 0xad83c585, 0x022e2722, 0x24063c78, 0x3b363732, 0x24ae8201, 0x1e071617, 0x20028301, 0x05364633, 0x15011e25, 0x86020e14, - 0x20c682c1, 0x24c28228, 0x0201140e, 0x30a78214, 0x101f1c0e, 0x11050704, 0x03304823, 0x18241915, 0x30cd8308, 0x08040d06, 0x19231301, 0x0f200165, - 0x88011519, 0x82fe820a, 0x0a0e22c3, 0x29fe8432, 0x2c3ae8fe, 0x2b280d0f, 0xb8820311, 0x2010072b, 0x0b0d0501, 0x290e1a12, 0x39d58214, 0x23171e13, - 0x19193f07, 0x00050f24, 0x05000200, 0xfb00c0ff, 0x0700c001, 0x8f502200, 0x16132109, 0x774bc582, 0x053c4208, 0x013b2508, 0x32333716, 0x25366517, - 0xb7253625, 0x380c0e03, 0x0a200a0e, 0x0e0c380e, 0x13043003, 0x0b25250b, 0xc0010413, 0x25261b82, 0x0cc3fe36, 0x92836812, 0x0c126827, 0x111112c0, - 0x055f4812, 0x84c00021, 0x89242067, 0x086b4567, 0x274b6b8b, 0x37162205, 0x2f698445, 0x0e1c1470, 0x0a0e100a, 0x100e0a40, 0x141c0e0a, 0x65866882, - 0x141c6b22, 0xfa84f782, 0x0a0e8827, 0x111c1488, 0x0a275e11, 0x2f000724, 0x69893700, 0x1416052c, 0x1617010f, 0x07012f06, 0x04832206, 0x613f2621, - 0x27250597, 0x011f3626, 0x055a6b37, 0x010f162a, 0x26343606, 0x16140622, 0x34052c59, 0x0a0a5601, 0x0f03215e, 0x0430640a, 0x642f0516, 0x2104100a, - 0x2512835e, 0x640b0f04, 0x1287052f, 0x4b4b632d, 0x014b4b6a, 0x38503820, 0x88185038, 0x85299216, 0x0a102312, 0x3183bf64, 0x004b6a22, 0x50080082, - 0xff1b0001, 0x01e801c0, 0x001800c0, 0x2e220500, 0x36343501, 0x1e173233, 0x010e0701, 0x37161415, 0x0e071636, 0x451b0102, 0x6a964576, 0x03081718, - 0x92372f07, 0x0508085d, 0x404a3e18, 0x6a467545, 0x10020496, 0x365e1a05, 0x0212795e, 0x2a1e060f, 0x57491817, 0x00092a0c, 0x00250015, 0x21113300, - 0x057b6211, 0x14153724, 0x9472013b, 0x06214706, 0x2d07bb54, 0xc0012033, 0x80fe0d13, 0x0ca0130d, 0x02820c68, 0x65180120, 0x012c0ae0, 0x0de0fe20, - 0x08e11313, 0x0c080c0c, 0x302a2682, 0x07090907, 0x00130d30, 0x9b5fff02, 0x00c02a05, 0x0045003f, 0x06142500, 0x29b7822b, 0x14161707, 0x012f2206, - 0xc8492306, 0x27222e06, 0x26220607, 0x26013f34, 0x2223013d, 0x08e48226, 0x35013b3c, 0x36342627, 0x33011f32, 0x16323637, 0x15010f14, 0x00163233, - 0x23151632, 0x14000234, 0x3d0e370d, 0x0a1a1309, 0x0c332836, 0x28330c18, 0x131a0a36, 0x370e3d09, 0x0d13140d, 0x19842f38, 0x1384e620, 0x0d382f2f, - 0x5cd3fe13, 0x0d9fe042, 0x1d201012, 0x2727833c, 0x0cf42037, 0x3720f40c, 0x3c292683, 0x1210201d, 0x3b130e0d, 0x8419842e, 0x3b2e2713, 0x42130113, - 0x73502e2e, 0x51052011, 0x332106cd, 0x2d888221, 0x03061411, 0x011f0607, 0x013d3616, 0x71522634, 0x7ca0270c, 0x057c0808, 0x60520f0f, 0x0a89500d, - 0xef535a82, 0x420f200c, 0x0420098d, 0x20056442, 0x06e95332, 0x422f4825, 0x53422f2f, 0x882006e5, 0x2f200b83, 0x08088f52, 0xc1010222, 0x42002c00, - 0x17250000, 0x010f0616, 0x012f2606, 0x27262223, 0x3e343526, 0x011e1701, 0x010e1417, 0x2a0acc5e, 0x1f323317, 0x16363701, 0x410e1727, 0x37210664, - 0x080a8216, 0x16141577, 0x37363233, 0x030ef001, 0x0c410604, 0x8c3e061a, 0x2002120c, 0x19121f12, 0x190e0123, 0x07820510, 0x79070909, 0x09148405, - 0x0c062539, 0x57151ab6, 0x3d674935, 0x19050432, 0x2a2e421f, 0x1c3e063f, 0x21030d06, 0x860c0906, 0x04e10b10, 0x01111e12, 0x10192401, 0x2102121d, - 0x07200709, 0x7b122009, 0x1c040213, 0x673a2f37, 0x13593749, 0x330f271b, 0x37422e1f, 0x06174f29, 0x8b4e8120, 0x32253305, 0x010e1516, 0x3d22012b, - 0x26060701, 0x3f34013d, 0x08883501, 0x013b3424, 0xba831d32, 0x14011d25, 0x8215010f, 0x330885c3, 0x34353632, 0x74013336, 0x7b040705, 0x310c5065, - 0x37090906, 0x0c230484, 0x82810c38, 0x8487200c, 0x62462b04, 0x07c00507, 0x0c706405, 0x5c820bc1, 0x020a2924, 0x08871e0c, 0x0c0c4524, 0x14851d33, - 0x871e1e21, 0x4d9f2d08, 0x00070448, 0x00000200, 0x8002e0ff, 0x33359f82, 0x00003c00, 0x07141625, 0x06212306, 0x040e3307, 0x15233523, 0x82a58222, - 0x333422ad, 0x82058535, 0x33153189, 0x031e3235, 0x17162317, 0x32073221, 0x22232636, 0x0234a782, 0x342f2f51, 0x07e2fe45, 0x4228ce09, 0x22372a2b, - 0x201c1410, 0x29080082, 0x2210141c, 0x422b2a37, 0x0709ce28, 0x35451e01, 0x0f0c0c0f, 0x3416f008, 0x060a1816, 0x23242308, 0x25808016, 0x2818401b, - 0x03821018, 0x251b4025, 0x82168080, 0x06082815, 0x2828700a, 0x47084008, 0x9f4c052b, 0x000f2405, 0x553d0025, 0x260811e5, 0x021e3217, 0x33023e32, - 0x34353736, 0x22212326, 0x16011d06, 0x0e070605, 0x032e2204, 0x15272627, 0x21331614, 0x56353632, 0x822b0b00, 0x0f081101, 0x11080f0a, 0x6e284a01, - 0x2829057d, 0x49161801, 0x10091001, 0x8201820f, 0x16492717, 0x10010a0e, 0xf7520e0a, 0x0ee63f0d, 0x05070705, 0x1920350e, 0x0a0e0e0a, 0x11092019, - 0x060c0135, 0x09040409, 0x35010c06, 0x15838e11, 0x00820020, 0x1000032a, 0xf001e0ff, 0x1700a001, 0x3920b382, 0x08279118, 0x73509d82, 0x5f3f2006, - 0x032205e4, 0x6c521632, 0x33362608, 0x33153337, 0x08038635, 0x011d3223, 0x3b343521, 0x08f00101, 0x78fe0c18, 0x0508180c, 0x010401e8, 0x0a1805e8, - 0x30fe080e, 0x380a0e08, 0x2a008340, 0x60fe0c24, 0x4001240c, 0x820c0810, 0x10082f00, 0x01580205, 0xfe025801, 0x100a0ecb, 0xc1820808, 0x83c0f021, - 0x140c2700, 0x00000c14, 0x00820002, 0x01810227, 0x00230084, 0x0895822e, 0x07141673, 0x012f0605, 0x15160706, 0x16170714, 0x22012b06, 0x26013f26, - 0x36373435, 0x34262737, 0x1f362537, 0x14173701, 0x35262206, 0x02161737, 0xfe12126e, 0xc41717e9, 0x0e100213, 0x0809011a, 0x01090838, 0x01100e1a, - 0x12123011, 0x17171701, 0x700e910a, 0x910e70a0, 0x06270121, 0x08550622, 0x170e3c08, 0x0a10110a, 0x0c0c0773, 0x100a7307, 0x151a0912, 0x2919850f, - 0x1b712cf7, 0x711b2525, 0x91820a2c, 0x82050021, 0x02202404, 0x82600180, 0x000f2f09, 0x004e0044, 0x37000065, 0x013f2317, 0x82442516, 0x21232205, - 0x12057411, 0x26070630, 0x020f2627, 0x17161706, 0x1f060706, 0xb7821601, 0x16171633, 0x2736013f, 0x37362726, 0x34253233, 0x11213336, 0x28bf8321, - 0x3b011e06, 0x013f3201, 0x053c5333, 0x26012f22, 0x0734ed82, 0x0b260b98, 0xd3010508, 0x0a0e0e0a, 0x0001e8fe, 0x100c400c, 0x0c380382, 0x09150972, - 0x07090708, 0x0a070b07, 0x0a0e0c0b, 0x0b060806, 0x14101112, 0x0a3a0883, 0x0b200d0d, 0xb0fd0c0b, 0x18010a0e, 0x0e0ae8fe, 0x0602013b, 0x03091704, - 0x03823c09, 0x022c8982, 0x20090339, 0x26d40309, 0x80152126, 0x23055f42, 0x10784001, 0x02825982, 0x150c102a, 0x090b0a16, 0x07040406, 0x092a4882, - 0x0e0a0609, 0x0e0b070b, 0x04820c0d, 0x0a385d82, 0x0a6c2323, 0x0ec0fe0e, 0x0704380a, 0x1f1f0905, 0xa9060a09, 0x00000808, 0x2009af6e, 0x08df4d15, - 0x6e005e22, 0x82100f43, 0x011f26e4, 0x35031516, 0x24e08334, 0x14011d06, 0x22128216, 0x8d013d36, 0x9e17200f, 0x013d241f, 0x82262223, 0x27152104, - 0x0eee9118, 0x0de00127, 0xfe0d1313, 0x240583c0, 0x2e090df3, 0x0ab34d09, 0x8914d54c, 0x07302414, 0x8380a009, 0x83202037, 0x20012104, 0x4c844682, - 0x4c820120, 0x0d224882, 0xf14d9dfe, 0x87092107, 0x79200988, 0x77261392, 0x30070940, 0x86874080, 0x0d40012a, 0x00080013, 0x01c0ff00, 0x00220182, - 0x6b510011, 0x003d2905, 0x00550049, 0x05000061, 0x57074c43, 0x0120084b, 0x180a0148, 0x23080e64, 0x1722012b, 0x2109aa7a, 0xb5471733, 0x0b076d06, - 0x8b0b9d51, 0xb401220b, 0x059c7a0c, 0x0a500125, 0x6ce0fe0e, 0x34210b26, 0x200d830c, 0x18048274, 0x850c0c6a, 0x0c202f22, 0x010c1414, 0x0e0e0ac8, - 0x0138fe0a, 0x2b832894, 0x05846c20, 0x2085a020, 0x0c54a025, 0x8aac540c, 0x211d8517, 0xaf520000, 0x0007260a, 0x12000029, 0x053a5c34, 0x14163623, - 0x07cf500f, 0x18013d21, 0x2107a083, 0x66481135, 0x2a782f09, 0x3c2a2a3c, 0x5f0913cb, 0x0d100d13, 0x05841013, 0x13095f2a, 0x66560a1a, 0x5a010a56, - 0x2a211d83, 0x280e8250, 0x0df5fe5e, 0x700d1313, 0x08058370, 0x5e0b0122, 0x09131a0a, 0x00095757, 0xff050000, 0x02e0fffb, 0x00a50105, 0x001d0012, - 0x00330028, 0x3600003f, 0x200a6b64, 0x05de4806, 0x0616262b, 0x012e0607, 0x013e2627, 0x08078216, 0x3637368f, 0x1617011e, 0x0e011e17, 0x37012e01, - 0x2e07023e, 0x1e013e01, 0x030e0701, 0x3e5c4cda, 0x4c192226, 0x194d1213, 0x193e2622, 0x0e161410, 0x0805171e, 0x2f9e2c14, 0x1814122d, 0x06191f0f, - 0x1416ee09, 0x142c2a10, 0x1e170508, 0x1214188e, 0x09142f2d, 0x18151104, 0x265f43e0, 0x19191e1a, 0x5f261a1e, 0x052d346a, 0x11190b03, 0x1d0a2d1a, - 0x3741260c, 0x200f0406, 0x051f2115, 0x0a1d342d, 0x19111a2d, 0x3706210b, 0x370c2641, 0x111b1021, 0x2b961807, 0x00c12408, 0x82190013, 0x130023c9, - 0x8f821f36, 0x14011d22, 0x08053b69, 0x34013d44, 0x07013f36, 0x35371715, 0x07353703, 0xd01111ef, 0xd01b110e, 0x1ad01615, 0xc0e10e11, 0xa0a0c0c0, - 0x06ba01a0, 0x18064e06, 0x0d1ee10f, 0x680b0b68, 0x0fe11e0d, 0x48100618, 0x024e4e02, 0x8650e4fe, 0x00820042, 0x00000728, 0x0002dbff, 0x6382a301, - 0x2700212d, 0x2f002b00, 0x37003300, 0x53250000, 0x06230552, 0x8207012f, 0x06104803, 0x013f3422, 0x19828682, 0x07350724, 0x7c832715, 0x82032721, - 0x27372409, 0x86051707, 0xe9013d07, 0x10641417, 0x10686810, 0x17146410, 0x0d641761, 0x2217640d, 0x66667755, 0x55551266, 0x01210582, 0x08068456, - 0x1909c631, 0x320a166e, 0x34340808, 0x0a320808, 0x09196e16, 0x09196c24, 0x26050526, 0x016c1909, 0x8f452449, 0x01292901, 0x4bb7fe26, 0x279b4f27, - 0x86462a27, 0x00002607, 0xfffcff03, 0x29b382bd, 0x001c00c1, 0x00550038, 0x3a4c3700, 0x3b162205, 0x05d85701, 0x012e2227, 0x2627013f, 0x24ad8236, - 0x26371716, 0x05324122, 0x2805d846, 0x0f163637, 0x2f010e01, 0x28238301, 0x0e141617, 0x15012b01, 0x82e28314, 0x25d9821f, 0x2f363233, 0x0b822601, - 0xb9176008, 0x28091202, 0x13120a33, 0x340c0c34, 0x12093624, 0x03092933, 0x0c066e0b, 0x24097c01, 0x0b061209, 0x12070a22, 0x2a1c6a1c, 0x03120928, - 0x060b0219, 0x09030b6e, 0x180fad28, 0x14601b2d, 0x0c0c5007, 0x60140750, 0x1b0a1213, 0x0a220a07, 0x0d0aba07, 0x10511906, 0x0c280c21, 0x51224130, - 0x8215051a, 0x074b0833, 0x0f0f4907, 0x16060a1d, 0x2d1d0a06, 0x0619422d, 0x076e0a0d, 0x03190207, 0x9c1a0515, 0x1c2b3517, 0x08080b30, 0x500b0b50, - 0x300b0808, 0x0a2c1021, 0x0a061507, 0xfeff0400, 0x02020000, 0x37008001, 0x50004100, 0x00006100, 0x82163201, 0x012b21e4, 0x1421c082, 0x08af4d07, - 0x09882120, 0x013d2626, 0x22233734, 0x3626d982, 0x3e37013b, 0x30823b03, 0x25011f26, 0x2e272107, 0x2227ff82, 0x023a0706, 0x4a35033e, 0x200805f8, - 0x34363221, 0x0e222326, 0x1e141501, 0x01013a03, 0x010706f4, 0x14090306, 0x0d131016, 0xff130d20, 0x08068400, 0x14161037, 0x01060309, 0x113c0607, - 0x201b1506, 0x39228011, 0xdcfe110c, 0x14000114, 0x800e1905, 0x0239190e, 0x060b060d, 0x1c220307, 0x4e011212, 0x0e12120e, 0x03101709, 0x2e138207, - 0x0910010d, 0x13091806, 0x1218301d, 0x82130d36, 0x0856824e, 0x360d1322, 0x1d301812, 0x06180913, 0x1b0f2a09, 0x20260a12, 0x3232122a, 0xaf11110d, - 0x06030201, 0x12210f04, 0x1c294882, 0x09171012, 0x02030604, 0x67411801, 0x0031290c, 0x00420039, 0x2500004a, 0x4105d266, 0x36261601, 0x013e013f, - 0x4018013b, 0x17200b12, 0x082d4b18, 0x20060a41, 0x24108707, 0x1c16ce01, 0x08f18b20, 0x161c2023, 0x1b2b0716, 0x800d130b, 0x1b0b130d, 0x9bfe072b, - 0x1a13131a, 0x16013513, 0x040a0111, 0x01030cd6, 0x2710840d, 0x172304ce, 0x29132430, 0x2929da89, 0x17302512, 0x1b550423, 0x23e98422, 0xc31b2220, - 0x13273882, 0x05435d1a, 0x84b20e08, 0x2acf820a, 0xfffbff01, 0x018501bf, 0x822f00c1, 0x061624c9, 0x4815012b, 0x352508f9, 0x3f262223, 0x20048601, - 0x270a8227, 0x1632013e, 0x0716011f, 0x24842582, 0x7a014e08, 0x890f0c0a, 0x0909041e, 0x04090960, 0x0c0f891e, 0x0f1f500a, 0x1d4f090c, 0x0a06060f, - 0x0606036e, 0x0a6e0306, 0x1d0f0606, 0x0f0c094f, 0x1b0b461f, 0x0f083118, 0x1831080f, 0x1a5a0b1b, 0x0d0e5b0b, 0x0203750b, 0x0b750302, 0x0b5b0e0d, - 0x188e821a, 0x260abb53, 0x0019000f, 0x69000023, 0x2e2305b0, 0x68013d01, 0x0629083d, 0x013d2622, 0x15172016, 0x26098614, 0x5d83c001, 0x853c673d, - 0x83ba2604, 0x47320147, 0x27068483, 0x1e2e7701, 0x1421142b, 0x7b280584, 0x2b2b1e67, 0x6f31671e, 0x43480786, 0x01270805, 0x00c00180, 0x000c0006, - 0x00260014, 0x004b0042, 0x3700004f, 0x3334012e, 0x16071432, 0x36070617, 0x0e373607, 0x4f331304, 0x3524062c, 0x3b363411, 0x162a9382, 0x36272617, - 0x06012e27, 0x24820607, 0x17010e28, 0x37323316, 0x05823736, 0x27362408, 0x1d163726, 0x33352301, 0x06131732, 0x02b63627, 0x06060202, 0x330c150e, - 0x1f044f0d, 0x06080c06, 0x5988a203, 0x3b080830, 0x0e1d020e, 0x1503050c, 0x0e060216, 0x261d1217, 0x190e080c, 0x24113e24, 0x0a0a141c, 0x80074f10, - 0x18070a06, 0xc02b2506, 0x28111707, 0x020f1a36, 0x0b561814, 0x090f0a1d, 0x0c010105, 0x08096159, 0x0e0a8825, 0x2f2412ac, 0x080b0e11, 0x3637160a, - 0x10260e20, 0x03143e0a, 0x0f092213, 0x060a07db, 0x9ffe0780, 0x41011007, 0xf383095f, 0x3c001124, 0x7f594500, 0x07222814, 0x27261506, 0x82012b26, - 0x85072008, 0x1f062508, 0x013b1601, 0x3322e183, 0x09831716, 0x36013f25, 0x5923012e, 0x39291586, 0x0216010a, 0x1d09021c, 0x3d05820a, 0x0a021301, - 0x02070619, 0x250a0225, 0x01180309, 0x03150401, 0x020a2609, 0x06030126, 0x9d594f04, 0x00ff3d13, 0x0f1c650a, 0x73090973, 0x0a5f1b08, 0x09a80609, - 0x170c6309, 0xa8090958, 0x86040704, 0x21064b5a, 0x4b5a0003, 0x00342209, 0x21c7933d, 0xc2833617, 0x34010f22, 0xc182ca84, 0x86060721, 0x22c285c3, - 0x95012f36, 0x043c29bf, 0x07230707, 0x03252503, 0x07220682, 0x0f863c04, 0x11032224, 0x11850413, 0x2b14e65a, 0x060c06f2, 0x06440145, 0x5e5d060d, - 0x3d230a82, 0x82242108, 0xd65e2106, 0x0022b186, 0xb3880400, 0x10000724, 0xb5832200, 0x16323727, 0x012b0614, 0x08314235, 0x685b0720, 0x34132110, - 0x0e21c683, 0x09ba4a02, 0x3e023a31, 0x0e0dc204, 0xd31b0d0f, 0x0a068007, 0x5b0e3707, 0x353c0a81, 0x02512128, 0x07020305, 0x07051f05, 0x170c1401, - 0x080c1310, 0x111b11b1, 0x0a07a63d, 0x81208a82, 0x330b995b, 0x2c21d3fe, 0x02050302, 0x070705c8, 0x06023905, 0x0019110b, 0x0822a78b, 0xa7821a00, - 0x00002d2c, 0x35231501, 0x011f3233, 0x08430716, 0x22062810, 0x32161406, 0x18173436, 0x22088786, 0x41800115, 0x882005d7, 0x300ae742, 0x1c1c276a, - 0x28a01d27, 0x28670908, 0x01280808, 0x228b8246, 0x42300762, 0x10270cc3, 0x1c1c281c, 0x8270d428, 0x82682020, 0x30282103, 0x280b335c, 0x00140008, - 0x002e002a, 0x438d824f, 0x0220075f, 0x25056449, 0x34352622, 0x39413736, 0x33152410, 0x82073335, 0x32022a04, 0x26012f36, 0x3335012b, 0x85c58235, - 0x23152303, 0x03863315, 0x01060724, 0xb0830779, 0x0f119f28, 0x131b1309, 0x4f417709, 0x20682d0a, 0x19208040, 0x12041f32, 0x20160a02, 0x13250089, - 0x07570105, 0x2bc3820a, 0x0d07b7fe, 0x10100b07, 0xcf0d070b, 0x840b5a41, 0x80fe252a, 0x0a571926, 0x20233589, 0x5d186120, 0x21260d07, 0x3d002f00, - 0xbf424600, 0x35033913, 0x010f2634, 0x011d2223, 0x17013b14, 0x06373616, 0x3637011e, 0x0e262734, 0x14210d82, 0x20068537, 0x42148507, 0x230815c8, - 0x24050f40, 0x1c0c0c1c, 0x210f0524, 0x0c18090a, 0x1a0b1414, 0x4f070907, 0x09061b0a, 0x0a0b1b1b, 0x40290b18, 0x3c138143, 0x08886cfe, 0x0c240606, - 0x06240c38, 0x1a0b3806, 0x3b150906, 0x18080b14, 0x6e13070c, 0x2906820a, 0x0b1c4e1c, 0x2a09051a, 0xdb429f75, 0x098f4308, 0x1a000824, 0x31423400, - 0x1097410b, 0xd7831320, 0x8210704d, 0x423520e1, 0xa0200738, 0x290a8141, 0x0b1e60c8, 0x700a0e37, 0x04840e0a, 0x1e0b3722, 0x20063b42, 0x0cc94218, - 0x0c10e825, 0x8626370b, 0x0a0e2724, 0x0c0b3726, 0x3f420010, 0x001a260d, 0x00470033, 0x1ccd4260, 0x36370726, 0x012f3435, 0x26320585, 0x010f2223, - 0x011f1406, 0x17323316, 0x3f323330, 0x1c833401, 0x16833020, 0x14151423, 0x05186b17, 0x15202484, 0x07212582, 0x82058306, 0x4337202b, 0x733a1300, - 0x28020114, 0x14010228, 0x01020301, 0x41020241, 0x35030201, 0x3e010401, 0x05841c04, 0x1285bc20, 0x26891f82, 0x27142543, 0x020215f1, 0x24240103, - 0x022d4782, 0x3d010115, 0x3d020402, 0xd3043101, 0x20468201, 0x20068508, 0x20138467, 0x22288d01, 0x18000600, 0x2809739e, 0x0015000d, 0x0021001b, - 0x09835427, 0x27262524, 0x95181607, 0x27250875, 0x36170706, 0x22108237, 0x82272637, 0x540e8208, 0xa632069b, 0x1c3f1a14, 0x38509611, 0x20385038, - 0x1140141a, 0x11846d1c, 0x0b84ee20, 0x2006b354, 0x200c8419, 0x222282a1, 0x8ad65038, 0x2d2a851e, 0x01000000, 0xc7ff0700, 0xb401f801, 0x0c822300, - 0x1736342e, 0x1415011e, 0x2223010e, 0x36342726, 0x5605eb53, 0x420805ed, 0x34353632, 0x35262726, 0x0c122001, 0x72426951, 0x01916743, 0x130b5169, - 0x6c4c3a12, 0x3a4c6c98, 0x0c990112, 0x8515030e, 0x43724356, 0x86566790, 0x0c0e0315, 0x10051211, 0x6c4c3f62, 0x623f4c6c, 0x82120510, 0x0100356e, - 0xbbffffff, 0xc5010302, 0x00001600, 0x07163601, 0x2f010e03, 0x08057554, 0x26361339, 0x2e270507, 0xdc013701, 0x4802190d, 0x7d0a1502, 0xf1200a40, - 0xfe040803, 0x020e6ae1, 0x07bd010d, 0x50fe0f11, 0x34050c0b, 0x110b0d4d, 0x05250151, 0x2cfd0307, 0x82071e06, 0x00022c58, 0x01c7ff08, 0x00b801f9, - 0x82370025, 0x0614230f, 0x4b822223, 0x3e013f26, 0x33161701, 0x5205d54a, 0x3d28074b, 0x1f363401, 0x32333601, 0x114a7b84, 0x2ffa8208, 0x91f80107, - 0x08445867, 0x060b0801, 0x40320713, 0x2308ba83, 0x07333549, 0x07910b08, 0x32071409, 0x24676348, 0x41081406, 0x0a100a0e, 0x0208290e, 0xcd270106, - 0x15073792, 0x013e2e82, 0x986c2805, 0x0733326c, 0x91070914, 0x3207080b, 0x08bafe45, 0x88330603, 0x0a0e0e0a, 0x35822068, 0x00010022, 0x20077f53, - 0x18fb824b, 0x21118093, 0x32722335, 0x44911811, 0x012b220f, 0x0e027615, 0x0127e982, 0x090720c0, 0x83a00709, 0x8b202004, 0x2116950b, 0x59186001, - 0x80200b24, 0x200bea5d, 0x09165140, 0xae82178b, 0x61200021, 0x2120068f, 0x15220c82, 0xc35c0614, 0x06a8600b, 0x23013d24, 0x6e5b2622, 0xc0012305, - 0x9f5c0709, 0x05575f05, 0x5e422029, 0x07f0425e, 0x82900109, 0x90fe2192, 0x0121a883, 0x26078570, 0x5e845e70, 0x18030009, 0x2b08df49, 0x00470023, - 0x2500006b, 0x011d1632, 0xc74cdb82, 0x215c8209, 0x7a18013d, 0x47600ce7, 0x09f34b08, 0x21058773, 0xd5412133, 0x85372008, 0x92cb1847, 0x7647910a, - 0xfe210549, 0x20fc84b0, 0x209c8350, 0x200a8450, 0x210b8a01, 0xb484b0fe, 0x17841885, 0x2384d020, 0x1683d020, 0x3c410a85, 0x83102005, 0x84102010, - 0x200a851b, 0xa10b8aa0, 0x00002416, 0x52000100, 0x25230733, 0x6a250000, 0x35240527, 0x06273734, 0x3426b982, 0x17323336, 0xde822637, 0x23331783, - 0x16072722, 0x36170714, 0x38286001, 0x02385038, 0x82221a66, 0x22282408, 0x8202661a, 0x8438200e, 0x20148208, 0x230c8480, 0x15400a0b, 0x15230882, - 0x840b0a40, 0x2008822d, 0x6c128216, 0x35200caf, 0x2711376a, 0x27072207, 0x37273436, 0x2a054643, 0x14150622, 0x23260717, 0x82140622, 0x17372110, - 0x16230e82, 0x18343632, 0x2d0e7549, 0x44101690, 0x10440202, 0x21211716, 0x0886212e, 0x14831720, 0x21200e82, 0x270c646a, 0x07290fec, 0x0f29070e, - 0x17211883, 0x82088507, 0x84072012, 0x051b4c39, 0x00022008, 0x1700c001, 0x27001f00, 0x37002f00, 0x4f003f00, 0x07010000, 0x0f141617, 0x14151601, - 0x41262206, 0x24080515, 0x011f3236, 0x1432013f, 0x3422012b, 0x1d322633, 0x3d221401, 0x26061701, 0x1636013f, 0x2627010f, 0x16011f36, 0x24038306, - 0x3626012f, 0x40771805, 0x08c1820b, 0x34b80126, 0x1107071b, 0x7aac7a12, 0x292d567a, 0x07140711, 0x0c4d341a, 0x0c0c180c, 0x2e181830, 0x11091208, - 0x55081108, 0x11230483, 0x863b1109, 0x9ffe2e07, 0x09071a26, 0x38280709, 0x01090e09, 0x26428268, 0x29110714, 0x827a562d, 0x11122946, 0x341b0707, - 0x3c18180c, 0x18254483, 0x0812092b, 0x20038311, 0x214b8411, 0x46821912, 0x12235382, 0x82261ac0, 0x2838213b, 0x00234682, 0x46030000, 0x25220a1b, - 0x11822a00, 0x3227df85, 0x37270717, 0x83272617, 0x07062206, 0x2c068237, 0x1f371714, 0x37160701, 0x17013f27, 0x081c8336, 0xf8010729, 0x9191ce91, - 0x3f1a61ce, 0x3e272211, 0x0e4b4b0e, 0x1023273e, 0x08261a3f, 0x3e1e2555, 0x55251e3e, 0x1ef82608, 0x721e4e4e, 0x2c08061a, 0x543a16f8, 0x1f133603, - 0x131f2a2a, 0x3a540336, 0x22344216, 0x14124d0b, 0x0b4d1214, 0x5c043422, 0x005c3838, 0xff00000d, 0x010502c0, 0xc77e18cd, 0x5d28080a, 0x75006900, - 0x8d008100, 0xa5009900, 0x0000b100, 0x16013e13, 0x010f1617, 0x2f222306, 0x30352601, 0x07263735, 0x14153017, 0x34211188, 0x05d86817, 0x013b3424, - 0x0baf1532, 0x3bae0520, 0x3b972f8b, 0xb7440539, 0x080a44b7, 0x030b052b, 0x060b5703, 0x0b066060, 0x0b030357, 0x18032b05, 0x8d14cb41, 0xd9411814, - 0x58013d33, 0x44313144, 0x08450d0a, 0x0d042301, 0x23233c01, 0x040d013c, 0x45080123, 0xc7080505, 0x099a7f18, 0x860ba355, 0x9688200b, 0x4917911d, - 0xe02e0667, 0xa0010002, 0x1e000900, 0x3d003300, 0x67494100, 0x05974505, 0x06830520, 0x7f551520, 0x013d2707, 0x1e25043e, 0x3e451703, 0x23210808, - 0x1e323335, 0x16322501, 0x3523011d, 0x13333634, 0x01153335, 0x070960a0, 0xfe090740, 0x600d13a0, 0x2d038220, 0x0d01130d, 0x010d1212, 0x17130181, - 0x10840114, 0x09602028, 0xf0fe090e, 0x2a820907, 0x0140703e, 0x07303090, 0x0d770909, 0x0da0a013, 0x2c0d1313, 0x25293b24, 0x391f1a2d, 0x2c2c4729, - 0xa0261083, 0x770e09a0, 0x25830709, 0xa000ff23, 0x21b682a0, 0x934d0300, 0x0023220a, 0x21b3872b, 0x89601632, 0x1507260b, 0x012e3523, 0x9476183d, - 0x82372008, 0x3634290f, 0x40011632, 0x131a1340, 0x07277383, 0x40374910, 0x82104937, 0x7007217e, 0xbd821483, 0x72826020, 0x07098d2e, 0x20090720, - 0x630b5939, 0x39590b63, 0x21059446, 0x1a836080, 0x07000022, 0x02318083, 0x00800140, 0x001a0014, 0x00320026, 0x004a003e, 0x12c35856, 0x36343525, - 0x82320233, 0x37152180, 0x200a9257, 0x200b8a21, 0x84179627, 0x2123332f, 0x14011d22, 0x0a280233, 0xfe141c0e, 0x0e211728, 0x0282280a, 0xf4101029, - 0x0c980c0c, 0x8468010c, 0x8b382006, 0x2016820c, 0x390382fe, 0x0a0e8001, 0x1c14c8fe, 0x10011721, 0x0a080e0a, 0x08b0fe0e, 0x0c08f8f8, 0x02880c08, - 0x0c8d6020, 0x0c0c2831, 0x00000c28, 0xffffff03, 0x018102e0, 0x821200af, 0x822c20db, 0x141632d3, 0x2706010f, 0x06072026, 0x3426012f, 0x16013e37, - 0x05624602, 0x86253421, 0x8622201a, 0x32363c1a, 0x05057b02, 0x6e0b0b22, 0x0b6ed6fe, 0x0505220b, 0xffe4e457, 0x36252536, 0x840b0125, 0xa83f2218, - 0x2417853f, 0x042501e8, 0x212a830e, 0x10836464, 0x51040e26, 0xeafe3939, 0x25232882, 0x82057936, 0x0a0a2618, 0x0a0a3636, 0x210a8222, 0xd345004c, - 0xc0013105, 0x0f00c001, 0x2f001f00, 0x4f003f00, 0x6f005f00, 0x21106f41, 0x9c4c1333, 0x2d2d5a10, 0x200f4d5a, 0x088a5d11, 0x27057d5d, 0x1d139001, - 0xa0fe131d, 0x50250583, 0x05260508, 0x20048e08, 0x840f8e80, 0x21148c0e, 0x3483dafe, 0x3a820120, 0x82c00121, 0x8360204a, 0x8201204a, 0x4dfe2150, - 0x85204d88, 0x7b200988, 0xa6201393, 0x04834083, 0x66050122, 0x04830a83, 0x03000022, 0x2408bf7b, 0x002f0023, 0x0ec17b37, 0x55183620, 0x013f08d1, - 0x011e1415, 0x16171617, 0x31061415, 0x22231725, 0x3435012e, 0x17023e37, 0x33352622, 0x7b010e14, 0x913f0db2, 0x1a133d25, 0x14483813, 0x01020f11, - 0x7efe0109, 0x0f09f2d5, 0x0c0e0908, 0x261aa716, 0x7b1e1180, 0x70370cac, 0x0d150d31, 0x150d1313, 0x2c3a560b, 0x030f1843, 0x010c0a01, 0x82a48803, - 0x0a0c2a31, 0xe5320e0f, 0x1e111b25, 0x08f35911, 0xc101c027, 0x21001700, 0x61801800, 0x05af490b, 0x3b363730, 0x011f3201, 0x03210301, 0x012b010e, - 0x9a182622, 0x78340ba9, 0x720f0709, 0xfe09070f, 0x800115fd, 0x131c0115, 0x011c13f6, 0x31053249, 0x07200709, 0x0d0d1309, 0x014dfe13, 0x13adfe53, - 0x1b791a1a, 0x4d38200d, 0x05210933, 0x05767036, 0x040e0723, 0x28f98223, 0x32333634, 0x3f361617, 0x2d168201, 0x23062e27, 0x14150622, 0x3233011e, - 0x3c4d013e, 0x6d590806, 0x03190203, 0x0501030c, 0x0b160e0d, 0x22282723, 0x0b041a24, 0x03021603, 0x0b0b0301, 0x0d1a1412, 0x4324523e, 0x11382029, - 0xce91b801, 0xcace9191, 0x03040404, 0x04010422, 0x08090501, 0x21203006, 0x0204182b, 0x03032304, 0x03010405, 0x06090708, 0x293d5204, 0x10182642, - 0x20008200, 0x08c34702, 0x46003a29, 0x32010000, 0x82141516, 0x022e2483, 0x88010e27, 0x3b36219d, 0x2505b757, 0x013e1716, 0x4f493435, 0x16362608, - 0x0616011f, 0x05ea4907, 0x82321321, 0x081a83bf, 0x16141567, 0x8e6a0001, 0x100f4c4a, 0x0d030e17, 0x342c142a, 0x122a3951, 0x0c2d0c01, 0x0318020e, - 0x201a0c05, 0x6c4c4e6a, 0x2d364c6c, 0x0a061208, 0x3d090407, 0x9191674a, 0x12251551, 0x14241711, 0x647cb801, 0x0601543f, 0x16110c0f, 0x56423139, - 0x0c110c16, 0x01100d79, 0x4a1f3203, 0x6c986c56, 0x0703051d, 0x0615090c, 0x2ceb8228, 0x1f29d0fe, 0x20291613, 0x02001513, 0x050f6800, 0x0b00c133, - 0x00002300, 0x0717013f, 0x07012b06, 0x34353727, 0x05b56500, 0x6d0f1421, 0x34220590, 0xa865013f, 0x7e333605, 0x1b137e80, 0x2020382d, 0x1c38a801, - 0x07070d4d, 0x07140729, 0x230685a2, 0x731c4d0d, 0x20281f83, 0x1b2d3820, 0x50386001, 0x14202083, 0x20822182, 0x20820684, 0x00820020, 0xffff0231, - 0x0002c0ff, 0x1300c001, 0x00002c00, 0x41301737, 0x26290540, 0x33041e35, 0x01363732, 0x220f8232, 0x48010e07, 0x5008056d, 0x37073e34, 0x0158a736, - 0x40403a46, 0x0e0d0c02, 0x040b030b, 0x166a011a, 0x50550e20, 0x400c0a2e, 0x08080109, 0x25271414, 0x8b121e3f, 0x3802074a, 0x02435840, 0x06090909, - 0x3a01440a, 0x1b13161c, 0x3503619f, 0x0e091413, 0x12170c10, 0x1b381f23, 0x061f6f10, 0x7f82c020, 0x34002335, 0x4a003f00, 0x00005500, 0x22262225, - 0x23262206, 0x83230622, 0x35232509, 0x013b3634, 0x83071661, 0x16322907, 0x3521011d, 0x16323632, 0x33260385, 0x01331632, 0x27822622, 0x16323525, - 0x94330614, 0xc0012c0a, 0x272f270c, 0x17182718, 0x820d0b28, 0x1c0c2409, 0x83401014, 0x14102400, 0x8240fe1c, 0x2e1d8417, 0x0b0d272f, 0xa0fe1827, - 0x0a20130d, 0x8c721216, 0x20402106, 0x50230084, 0x84901c14, 0x141c2300, 0x118460d0, 0x4001202a, 0x1c0e0d13, 0x15262516, 0x0024078f, 0x00020000, - 0x02270082, 0x00800100, 0x741b000f, 0x352b095d, 0x013b3411, 0x25111532, 0x821f1636, 0x3e373ccd, 0x01011f01, 0xfe0c0cf4, 0x280c0c18, 0x0435010c, - 0xfe5a020b, 0x0d035780, 0x82405504, 0x010c2210, 0x2c1b8268, 0x0304e0cc, 0x9168bc05, 0x72050105, 0x2e008200, 0xfffcff03, 0x012102be, 0x000800c1, - 0x83230013, 0x0716345d, 0x2f060706, 0x06143701, 0x3435012b, 0x011e3336, 0x82161705, 0x074b0812, 0x26272606, 0x16363736, 0x07100215, 0x3d0c010a, - 0xde9f0b0b, 0x0ae00709, 0xfe805907, 0x01059ce6, 0x604b3c06, 0x77030390, 0xa00b075a, 0x3a53070b, 0x419e0b0a, 0x07e00a07, 0x9a800609, 0x040f059c, - 0x8901012b, 0x0c8d5c60, 0x8a080901, 0x7b1420d3, 0x2d580eff, 0x16322305, 0x346e1115, 0x086d6806, 0x2305ef5b, 0x37011f32, 0x33208782, 0x3a06084e, - 0x09130d30, 0x09072007, 0x09079001, 0x60200b1e, 0x490a1a0a, 0x160c0b2e, 0x83440c0c, 0x2049240a, 0x4d100c0b, 0x831805ec, 0x012609e9, 0x76070920, - 0x2d820c10, 0x4a090924, 0x2c820c2e, 0x82450b21, 0x204a2409, 0x82001e0b, 0x82032000, 0x02002d03, 0x00800140, 0x0013000b, 0x0100001d, 0x24057156, - 0x36342622, 0x05b85533, 0x13222632, 0x26343632, 0x1416012b, 0x50800107, 0xc0507070, 0x80320483, 0x4b4b6a4b, 0x4b35f56a, 0x3131354b, 0x70800131, - 0x028270a0, 0x14838b20, 0x00ff4b22, 0x37221c82, 0xcf413792, 0x8c5f8707, 0x07737c5d, 0x3d85538a, 0xfe214b87, 0x226284c0, 0x82ff0500, 0x81022d00, - 0x38008001, 0x4b003c00, 0x67005100, 0x072da784, 0x2e27010e, 0x37343501, 0x2b060727, 0x0ac34401, 0x22233723, 0x12d01826, 0x18332009, 0x270ca045, - 0x33070536, 0x36320726, 0x3f212383, 0x05df4401, 0x23013f27, 0x011f1607, 0x05d54416, 0x37670720, 0x06650808, 0x02011e17, 0x014b3501, 0x34354b01, - 0x560f294b, 0x0b340d07, 0x4b352c45, 0x1417344c, 0x0e0a311e, 0x57070b07, 0x0f720907, 0x09090733, 0x070d4007, 0xd3fe164e, 0x4a042b18, 0x51092818, - 0x2d080e0e, 0x2f210908, 0x804ac42f, 0xfd062418, 0x212f3222, 0x032d0a0a, 0x060d0603, 0x142d030d, 0x012c0101, 0x35354d00, 0x365d824a, 0x18263834, - 0x362a0b8b, 0x4b34364b, 0x0a0e3008, 0x09070b06, 0x82181007, 0x09073e03, 0x4a087d0b, 0x1a761626, 0x490c1916, 0x2f422f02, 0x20287860, 0x30026030, - 0x022f2122, 0x20498248, 0x24518209, 0x1f1f1847, 0x053f582c, 0x0100022b, 0x003400c0, 0x004c003c, 0x08f34654, 0x4b066550, 0x0988094f, 0x5c692220, - 0x05104705, 0x36343528, 0x011d1632, 0xd36a3200, 0x21372305, 0x18823632, 0x25662620, 0x16142205, 0x2f178604, 0x0e0ae801, 0x0e080a0e, 0x0d13060c, - 0xc0130d20, 0x0d220584, 0x15840813, 0x82bc8231, 0x131a83fe, 0x30131a13, 0x130d0001, 0x83ff0d13, 0x10012105, 0x01291284, 0x500a0e40, 0x0ba60e0a, - 0x5d37820f, 0x20230763, 0x84a00d13, 0x22302716, 0x30222e2e, 0x3b82f0fe, 0x5d1a1325, 0x83800d13, 0x2004823e, 0x21108470, 0xab420000, 0x01002805, - 0x000f0080, 0x493f0027, 0x17221197, 0xc2822606, 0x2b05d164, 0x1506012e, 0x37361614, 0x26012f36, 0x01271797, 0x1c1c14d0, 0x8360fe14, 0x1faa3c05, - 0x061e403d, 0x03021104, 0x3f415219, 0x03041a53, 0x1eb90414, 0x051f403e, 0x83011204, 0x52402813, 0x1303031b, 0x82800104, 0x88881831, 0x1be03808, - 0x15222517, 0x1e060418, 0x03190303, 0x362f2e34, 0x04041c05, 0x9605061b, 0x0ad35017, 0x39001c27, 0x34130000, 0x0ab05226, 0x200e126e, 0x0d4b6413, - 0x32013b3b, 0x33011d16, 0x11353632, 0xf8333634, 0x09701721, 0x09073007, 0x38a80a0e, 0x27098450, 0x500907b8, 0x0e0aa838, 0x702c0c84, 0x07092117, - 0x21171801, 0x0907a0fe, 0x98220982, 0x1c820e0a, 0x302a0a84, 0xd8fe0709, 0x0a0e5038, 0x0f831801, 0x1721e027, 0x09072801, 0x329b8400, 0x014202be, - 0x003300c0, 0x25000057, 0x32211721, 0x46010f16, 0x272306e4, 0x83233726, 0x2e27280a, 0x3e342701, 0x52033701, 0x322408af, 0x011f011e, 0x06222a84, - 0x1a4b2327, 0x22232108, 0x18064d65, 0x82082979, 0x013d26ba, 0xf9012634, 0x408a18fe, 0x18230809, 0x01012016, 0x2311d212, 0x011f1518, 0x46090d06, - 0x0e0e0a46, 0x0a05670a, 0x01090107, 0x030e0c89, 0x8274042f, 0x071022af, 0x82ea8209, 0x070921d8, 0x28080a86, 0x0b122080, 0x17230f19, 0x19162021, - 0x18181011, 0x1f010121, 0x0f140b15, 0x0e570106, 0x0e0a100a, 0x2d050905, 0x13d00b12, 0x22da8298, 0x84280709, 0x200a8a37, 0x23008200, 0xff000002, - 0x4620ef87, 0x2b24efb9, 0x011d2201, 0x1f25ed82, 0x013f1601, 0x26deb036, 0x180c2b79, 0x18082b0c, 0xa7079c42, 0x3c8024d7, 0x183c0c0c, 0x21077042, - 0x13490000, 0x01802605, 0x003c00c0, 0x22cb8244, 0x5433011e, 0x23240560, 0x010e2722, 0x2e23a282, 0x41062701, 0x332706b1, 0x27373632, 0x603f3626, - 0x35200574, 0x84077542, 0x17200830, 0x2507011e, 0x32363715, 0x0135011f, 0x2c3d0ef1, 0x0a0e0e0a, 0x300b3758, 0x2314801e, 0x5837071b, 0x2c080f83, - 0x460d3e2c, 0x2a11080c, 0x0e400d13, 0x0e0a900a, 0x2a130d40, 0xfe0c0811, 0x0a057689, 0x224b7605, 0x100a0e29, 0x1a3b0e0a, 0x111b0f21, 0x2a0b843b, - 0x0d462229, 0x8c0e0523, 0x8328130d, 0x13282e40, 0x050e8c0d, 0x58af0d23, 0x26020226, 0x08535c58, 0xc201c02a, 0x36003200, 0x56003a00, 0x6955c384, - 0x053b5505, 0x3b2bb283, 0x26352601, 0x36373435, 0x41013e37, 0x1620056e, 0x2205634c, 0x82071407, 0x010f26be, 0x17012f37, 0x22068237, 0x82353734, - 0x152726ed, 0x15163330, 0x82d38216, 0x323621f1, 0x94080782, 0x01363736, 0x1a231d80, 0x139afe13, 0x191e251a, 0x3a080a04, 0x0e464012, 0x0a16071b, - 0x1c0e0e1c, 0x1b07160a, 0x1240460e, 0x030a083b, 0x321820e8, 0x18322a8a, 0x342c064a, 0x05012e32, 0x0e040809, 0x02061414, 0x1d07020e, 0x8c080616, - 0x2d233d12, 0x131a1a13, 0x123e242d, 0x1f0e083c, 0x14130d21, 0x0922310d, 0x070e0505, 0x05050e07, 0x0d312209, 0x210d1314, 0xea080e1f, 0xc0202878, - 0xb22820c0, 0x060b0303, 0x03030b06, 0x06030819, 0x06061111, 0x06050f15, 0x21fe8207, 0xe3460300, 0x00482408, 0x446d0057, 0x162405db, 0x26222706, - 0x2725ee82, 0x1617020e, 0x06e24606, 0x3725fa82, 0x26371736, 0x05c4492b, 0x32013b23, 0x0de14617, 0x44363721, 0x14200529, 0x17223182, 0xea460536, - 0x3625240d, 0x46222326, 0x15220ae1, 0x50821614, 0x01023708, 0x4c014b34, 0x2d4b3436, 0x0c1a130d, 0x0a0f0101, 0x2c450b54, 0x01014b36, 0x13163248, - 0x3820100c, 0x0a0e0e0a, 0x9a1f4538, 0x09074214, 0x0e500709, 0x07261607, 0x15832d0b, 0x15205239, 0x281895fe, 0x0e0e5109, 0x07052907, 0x012f2f21, - 0x223002f1, 0x46310808, 0x4b0806ea, 0x22321632, 0x00012b1f, 0x4c36344b, 0x3b344b01, 0x290f1527, 0x0f0a182d, 0x364d362a, 0x01024833, 0x0e191406, - 0x280e0a0a, 0x10070920, 0x260c0907, 0x0a0e082a, 0x370e0a20, 0x151bd007, 0x014b0c18, 0x4c2f422f, 0x51023222, 0x08040d05, 0x52285282, 0x30222017, - 0x002b0202, 0x3c059b51, 0xc0010002, 0x24001c00, 0x00004000, 0x15011e25, 0x26220614, 0x37363435, 0x0e151716, 0x8d661802, 0x26362809, 0x36342622, - 0x18141632, 0x23083dc0, 0x33373216, 0x82062243, 0x012b2134, 0x48083682, 0x4f417001, 0x4f96d496, 0x21080841, 0xac7a1c33, 0x08333d7a, 0x2525364d, - 0x0d802536, 0x0c141c13, 0x0c112611, 0x0d131c14, 0x0d400d13, 0x2e0c7613, 0x3838281c, 0x0c2e1c28, 0x05170409, 0x170b130f, 0x10172121, 0x0417071b, - 0x2e3182d3, 0x13e53625, 0x1c14600d, 0x141c0808, 0x82130d60, 0x0d133102, 0x02000000, 0xe0fffeff, 0xa1010202, 0x29000d00, 0x1729b182, 0x22060733, - 0x3733012f, 0x298f8217, 0x07011e13, 0x22262723, 0x0484010f, 0x36262322, 0x3607bf4c, 0x40011732, 0x06b66d16, 0x5eb6050f, 0x1404391e, 0x0424cc04, - 0x821c7721, 0x31330808, 0x0415053a, 0x04216624, 0x6e260324, 0x271c1c27, 0x2ccc266e, 0xba0606ba, 0x09097f48, 0x69250d01, 0x09093728, 0x0a098262, - 0x25692856, 0x1c282802, 0x7027271d, 0x202408c3, 0x2100a001, 0x01228783, 0xec7d0614, 0x012e2617, 0x32363435, 0x070b4a16, 0x3f200129, 0x0c0c2431, - 0x82280c24, 0x240c3203, 0x78543f31, 0x422fe054, 0x01422f2f, 0x0b4e3310, 0x82178634, 0x0b342706, 0x543c334e, 0x1b831b54, 0x72822f20, 0x00020022, - 0x012c0082, 0x00800180, 0x00200018, 0x1d320100, 0x2f207682, 0x0e1d7818, 0x33362623, 0x07674802, 0x0f0c7426, 0x16511105, 0x54296182, 0x50232a3c, - 0x08060511, 0x2a4d84b6, 0x4f0c8001, 0x11050608, 0x822a2350, 0x54782861, 0x05115116, 0x84c0fe0f, 0x00003186, 0xff000002, 0x012001c0, 0x003b00c0, - 0x25000043, 0x3722db9d, 0x01822726, 0x013b362a, 0x17161732, 0x36373216, 0x21053f43, 0x01820607, 0x333cf599, 0x05260304, 0x28060701, 0x1104020a, - 0x11174617, 0x280a0204, 0x05010706, 0x33030426, 0x20050f41, 0x110e41f0, 0x032b4337, 0x052f2003, 0x0f130a08, 0x130f1414, 0x2f05080a, 0x2b020420, - 0x6ad48422, 0x31220aa3, 0x1f413900, 0x1c9d410e, 0x17323324, 0x38412737, 0x0fa94112, 0x200e4441, 0x084441c0, 0x1c25a982, 0x1c0c280c, 0x8202820c, - 0x4e0b2306, 0x53413c33, 0x01e02614, 0x005000c0, 0x209ba758, 0x059b4b02, 0x26012f25, 0x7127013f, 0x5d5005b8, 0x37172905, 0x16011f36, 0x3617010f, - 0xd420b98f, 0x8c05f241, 0x33202fb9, 0x1410161d, 0x091c0809, 0x11131309, 0xb6830f05, 0x1411062c, 0x1d080913, 0x10140808, 0x1a425423, 0x28d5980c, - 0x223b2807, 0x1410232a, 0x84368208, 0x08062248, 0x206d834f, 0x22118513, 0x42161014, 0xfb5b0d46, 0x0021240a, 0x82570029, 0x1d4942f5, 0x200a2543, - 0xaa401805, 0xa9401809, 0x2726220c, 0x06af5a36, 0x07222322, 0x33250c82, 0x14151632, 0x1a534306, 0x6b432120, 0x1a1f320a, 0x22170b15, 0x212f2f21, - 0x150b1722, 0x543c3227, 0x1c73433f, 0x8c43dc20, 0x1407300b, 0x2f181f1a, 0x20182f42, 0x3c541f19, 0x45004e33, 0x19230b3f, 0x82002100, 0x05914311, - 0x10b07b18, 0x200a5942, 0x05314525, 0x23232287, 0x82012e22, 0x451420d1, 0x2e250667, 0x22302301, 0x42e18231, 0x0127058e, 0x0a070c54, 0x43311103, - 0x302707c0, 0x08060511, 0x822f4296, 0xb4012385, 0x1b860705, 0x3f253c26, 0x1e210427, 0x15271482, 0x0f031625, 0x841d2103, 0xc0012827, 0x07054f0c, - 0x43301103, 0x312407e2, 0xfe0f0511, 0x22055943, 0x89050751, 0x3b22311b, 0x010f0324, 0x2f2f2102, 0x15251621, 0x1203211e, 0xde822983, 0x00030030, - 0x02c0ff00, 0x00c00140, 0x00480026, 0x71440050, 0x41bc8906, 0xb785108c, 0x16320423, 0x1de94115, 0x08ffef18, 0xe1873420, 0x27323c22, 0x210d9c41, - 0xc684232a, 0x786ffe23, 0x0ccc4254, 0x6f3f3122, 0x8b050141, 0x191f2bdf, 0x422f1820, 0x1a1f182f, 0xbd83161f, 0x3c544022, 0x21113c44, 0xdf448c3c, - 0x26cb8209, 0x00800181, 0x4d33002b, 0x2f2708e3, 0x16170701, 0x4506010f, 0x35230850, 0x44013e34, 0x3f220519, 0x48503601, 0x095a4506, 0x0f07053f, - 0x0e121105, 0x091c0909, 0x16120e08, 0x27547854, 0x232a2742, 0x08080f12, 0x0e09081d, 0x0b6c4511, 0x4f050725, 0x83060608, 0x1c082b2d, 0x120e0909, - 0x543c2a23, 0x2f823c54, 0x0e121623, 0x82408208, 0x0f7f4512, 0x2101e033, 0x2c00c401, 0x00003400, 0x06141637, 0x37342622, 0xadd61836, 0x1835200a, - 0x600ba64d, 0x1521095d, 0x074e7916, 0x822af621, 0x1e2a2991, 0x07051428, 0x18140507, 0x38277e82, 0x06380808, 0x85180806, 0x27283811, 0x2f422f2f, - 0x782ad62f, 0x2a785454, 0x071a091d, 0x07052805, 0x84060f18, 0x190e2126, 0x1a220e84, 0x2483d309, 0x002f423c, 0x00000200, 0xe5013000, 0x28005001, - 0x00003000, 0x010f1625, 0x013d2606, 0xc45b1523, 0x06232205, 0x26a38307, 0x16173236, 0x18353317, 0x2108b351, 0x8f871736, 0x09dc012d, 0x0f053809, - 0x0c280c18, 0x871d091c, 0x821c2075, 0x0f18230e, 0x8b84f305, 0xa087c820, 0x140c0c24, 0xbf871e28, 0xbd830c82, 0x88869020, 0x0000022c, 0x2001e0ff, - 0x1100a001, 0x51441900, 0x47828506, 0xfc460767, 0x3f202207, 0x255d8231, 0x78543f31, 0x3142b154, 0x33102d05, 0x0c980b4e, 0x4e0b980c, 0x54543c33, - 0x87070d42, 0x822020db, 0x000726db, 0x1200000f, 0x06ab4722, 0x78413220, 0x223d8505, 0x8254788c, 0x10012149, 0x6f208784, 0x54220a82, 0x00820078, - 0x8f830920, 0x82000221, 0x000f248f, 0x5e1f0017, 0x572608c7, 0x00005f00, 0x6d182101, 0x1d240938, 0x26061401, 0x0f196118, 0x01291fbe, 0x0d40fee0, - 0x010d1313, 0x260582c0, 0x0e0e1433, 0x844e0e14, 0xae582005, 0x20012317, 0x49840d13, 0x58200482, 0x02874582, 0x16acea20, 0x28093344, 0x00c00180, - 0x002b0023, 0xbb5b183f, 0x183d2011, 0x4d09937a, 0x04200839, 0x18075b4a, 0x2a0d9f85, 0x3216013b, 0x07700237, 0x53070909, 0x40200595, 0xfe210a89, - 0x7ccd18e5, 0x09f02513, 0x09072007, 0x0a85268a, 0x834b3021, 0x4f6b2c2c, 0x1c142a37, 0x372a141c, 0x8910104f, 0x828720ab, 0x821b20ab, 0x823720ad, - 0x070044ab, 0x0cb75d18, 0x1f363725, 0x9c071601, 0x2d4e2ea3, 0x0b170c0c, 0x0b2e2e0b, 0x0c0c170b, 0x210d8c2d, 0xa9939afe, 0x2a93d020, 0x3e203886, - 0x0221ae92, 0x2a008200, 0x80018002, 0x2b000700, 0x41360000, 0x29630631, 0x26222408, 0x4b21013d, 0x11200787, 0x2408924e, 0x33363435, 0x06fd42d1, - 0x09422e27, 0x09072007, 0xde4218fe, 0x09e0220a, 0x05f44907, 0x2e425125, 0x5d0907c0, 0x092305ba, 0x83600107, 0x90d0220b, 0x05bf6307, 0x8201c021, - 0x17002501, 0x2f002700, 0x28064562, 0x23061617, 0x3f262221, 0x874d1801, 0x0e835b0a, 0xeb420620, 0xc0013606, 0x043f344e, 0xd0fe0603, 0x3f040306, - 0x314f4e34, 0x304e32c0, 0x715f180e, 0x2e99340a, 0x212e2121, 0x00ff6001, 0x03323927, 0x32030b0b, 0x82012739, 0xaf39210b, 0x21079368, 0x2082360e, - 0x002e2122, 0x05230082, 0x89ff0000, 0x0037248f, 0x9d47003f, 0x012b2293, 0x08957622, 0x775c3720, 0x18a3870e, 0x94078d5d, 0x0ef822ab, 0x055a7f0a, - 0xc80e0a22, 0x1c220a89, 0x02821c28, 0x84e4fe21, 0x20bb9c06, 0x20c5880a, 0x6b65182e, 0x067f420a, 0x87780020, 0x00072405, 0x82250021, 0x152127c7, - 0x35333521, 0xa8523723, 0x1d162705, 0x2b061401, 0x467e1501, 0x013d2505, 0x05333634, 0x022a2082, 0x0120fe20, 0x102020e0, 0x32541c14, 0x141c3905, - 0x1c1400fe, 0xd001141c, 0x200160fe, 0x804040c0, 0x0e10141c, 0x0e0a900a, 0x1c272282, 0x1c14e014, 0x82808060, 0x82032070, 0x226fcc03, 0xd0c0fe70, - 0x3523216f, 0x1021df99, 0x206e9be0, 0x21dfb200, 0x6f9a1517, 0x9980b021, 0x4102206e, 0x00210c4b, 0x20b94101, 0xb141d599, 0x2f5e8214, 0x00000100, - 0x4401beff, 0x1500c401, 0x23250000, 0x08085657, 0x26060736, 0x36341135, 0x06160117, 0x386a2e01, 0x31070603, 0x35030d07, 0x17160857, 0x081d0107, - 0x07887709, 0x0216030e, 0x59810705, 0x010c0a09, 0x08090cae, 0x1708dbfe, 0xbf2d4f84, 0xc1010001, 0x00004800, 0x23061401, 0x574e1822, 0xdd5a1809, - 0x22232607, 0x0e27012e, 0x08e95202, 0x09b44c18, 0x82073421, 0x013d291a, 0x33023e34, 0x17011e32, 0x16370683, 0x07000115, 0x0c245405, 0x0554240c, - 0x17050707, 0x12122d1e, 0x83161e2e, 0x2615850b, 0x02030603, 0x89030403, 0x8c013618, 0x70300705, 0x700c280c, 0x05070131, 0x03070528, 0x12121112, - 0x870a8402, 0x22348217, 0x82050228, 0x431a8638, 0xff20062b, 0x2205ff62, 0x4338002c, 0x332005f3, 0x22061876, 0x4821013d, 0x34250685, 0x2311013b, - 0x21a38222, 0x8379013b, 0x20238507, 0x81411805, 0x05152309, 0xce573435, 0x23278208, 0x0c14e001, 0xfe218e82, 0x21048280, 0x0b84140c, 0x0b850120, - 0xa82b1282, 0x0ca80c0c, 0x540c4001, 0x84480a0e, 0xe0fe2109, 0x4020268a, 0xb42d0b89, 0x0c880c0c, 0x0c88e80c, 0x340e0a48, 0xe340180c, 0x40022a07, - 0x2b00a001, 0x00005d00, 0x20a18937, 0x4ca19435, 0xbd8207ef, 0x0b8a3720, 0x3521d98a, 0x08085633, 0x2b263424, 0x66493501, 0x2b142a07, 0x34064001, - 0x1a1a0606, 0x21068206, 0x0b892001, 0x1184c020, 0x84e0fe21, 0x0e882911, 0x0e0a400a, 0x68080a0e, 0x80200e84, 0xc0201b84, 0x0a842c8a, 0x89a04021, - 0x08482111, 0x34822f83, 0x2b844820, 0x7b570020, 0x0011290a, 0x2500001a, 0x011d0622, 0x0cbb4118, 0x06010f22, 0x15279883, 0x0a380114, 0x83f8fe0e, - 0x90012c3e, 0x62070e0a, 0x80060a07, 0x820a0e80, 0x290f8383, 0xf8fe0a0e, 0x80076237, 0x53850a06, 0x0002c027, 0x0f00c001, 0x05636000, 0x44111521, - 0x352505ef, 0x33363411, 0x18f48211, 0x24081fb6, 0x1415013b, 0x06735816, 0x1c14e025, 0x58d0141c, 0x3023074a, 0x58c0012f, 0xfe220b56, 0x1f833060, - 0x14200127, 0x2f21d01c, 0x26008200, 0xffffff05, 0x828002c0, 0x00152867, 0x00340018, 0x82630037, 0x061429c1, 0x30352622, 0x37363435, 0x32240182, - 0x1e171617, 0x27236282, 0x6d053307, 0x1a85052a, 0x37043e23, 0x221b8836, 0x48132733, 0x11210fa4, 0x09205b26, 0x07007b18, 0x2b06143f, 0x11070601, - 0x6a4b0001, 0x1a1e0a4b, 0x0d3c0d13, 0x0a1d1a14, 0x01904880, 0x233b22b8, 0x25148235, 0x080b0505, 0x1886050b, 0x4890c829, 0x09090710, 0x8360fe07, - 0x26b02305, 0x07838208, 0x4e199024, 0x08839019, 0x2608823b, 0x2f2f2170, 0x17080121, 0x1a26343c, 0x3935281a, 0xa0010916, 0x25161090, 0x25158515, - 0x10150a0a, 0x19870b16, 0xfe901022, 0x28050a49, 0x07200709, 0x10270109, 0x20088429, 0x051f6520, 0xfe102924, 0x008200d9, 0x9b650220, 0x002a2208, - 0x08074d30, 0x06142325, 0x18011e07, 0x250f54bd, 0x2e373634, 0xce4a3502, 0x34012f06, 0x15062226, 0x0e0a6801, 0x35440a0e, 0x07834435, 0x85b0fe21, - 0x3723220d, 0x3108831f, 0x563d1001, 0x0ec0013d, 0x0e0a100a, 0x12126b43, 0x0a84436b, 0x0f820484, 0x4f380c23, 0x250b842d, 0x553b40fe, 0x4b4f3b55, - 0x80012406, 0x8300c001, 0xac36208b, 0x012e2a8d, 0x13070622, 0x14233536, 0x29939d17, 0x3c320d05, 0x0bba0d32, 0x99a30bd0, 0x2c24802a, 0x0001242c, - 0x1e22221e, 0x8806a742, 0x0100219f, 0x28212441, 0x1d163221, 0x010e1401, 0x21988332, 0x27416801, 0x0a502917, 0x56dd0e0e, 0x8001d03d, 0x291b2641, - 0x0a100a0e, 0x3b55900e, 0x476c003b, 0x052b4108, 0x062089a9, 0x7fa2839d, 0xdf247b87, 0xa1010002, 0x21053f5c, 0xe382011e, 0x06010f22, 0x2b28e984, - 0x3d262201, 0x012f3401, 0x36210583, 0x22ff8333, 0x85343517, 0x91332008, 0x36343708, 0x150dd101, 0x0830080d, 0xf0070b06, 0x70100e0a, 0x13141d20, - 0x048f081c, 0x0e70013e, 0x14850d16, 0x13127412, 0x060b0703, 0x15070a0e, 0x2b1d640e, 0x1d1c1442, 0x88073014, 0x1f210683, 0x21058330, 0x0b84202f, - 0x821c1421, 0xff012ea8, 0x01c0fffd, 0x00c101c0, 0x01000037, 0x21a78632, 0xa382010e, 0x3e249f82, 0x011f1601, 0x2205df4f, 0x82011d16, 0x013e259b, - 0x021e3233, 0xaf890a84, 0x0a99012d, 0x1b050a13, 0xc6101b03, 0x827d0f18, 0x09212209, 0x22118220, 0x82081811, 0x10082605, 0x1708060b, 0x340c8210, - 0x0b400118, 0x17960b12, 0x15107115, 0x210eac14, 0x2c0d0513, 0x231182ec, 0xd8af1118, 0x062d0682, 0xd708100b, 0x181810b1, 0x1157b011, 0x399a8218, - 0x00000100, 0x0002e0ff, 0x2d00a401, 0x34160000, 0x23353336, 0x36342622, 0x0788013b, 0x022e2727, 0x1f013e37, 0x82048401, 0x061424a1, 0x8206010f, - 0x17d825ba, 0x17112011, 0x20080482, 0x1c1c14d0, 0x0cb2d014, 0x08040310, 0x19be1324, 0x700d1d09, 0x880e1114, 0x11500504, 0x08172209, 0x38038217, - 0x0e1c281c, 0x19140545, 0x0710120d, 0x050c1f4b, 0x170c4007, 0x03160ef0, 0x867f8220, 0x01402c83, 0x002400a0, 0x34350500, 0x4126012f, 0x878206be, - 0x013f3223, 0x240e8836, 0x17322133, 0x08838213, 0x0b800136, 0x930e0c70, 0x1b250e0a, 0x1608157c, 0xe60a0a03, 0x0a0e2117, 0x0e1a4e01, 0x3d200fa3, - 0x0747070e, 0x1b080a0e, 0x09331425, 0x10172110, 0xfe160e0a, 0x741c17fd, 0x6f82f082, 0x82c0ff21, 0x00c125ef, 0x01000050, 0x82052b66, 0x8235206f, - 0x1f3222f9, 0x417a8301, 0x1e20058a, 0x1627f182, 0x34353233, 0x82262735, 0x33032611, 0x1f021e32, 0x2e118201, 0x023e013f, 0x1e173233, 0x14010f01, - 0x82331431, 0x3e5c089e, 0x16323301, 0xff011415, 0x25380944, 0x6c27367f, 0x1011170d, 0x2a0c3d0b, 0x0b120b02, 0x020b1009, 0x08070126, 0x07040133, - 0x07070c0a, 0x02070a0d, 0x08080238, 0x0b022602, 0x06060911, 0x22030f0f, 0x1d020607, 0x110e1603, 0xfe2f0117, 0x252d23e1, 0x11110c66, 0x29390b17, - 0x06059028, 0x23084282, 0x7d090d07, 0x01010806, 0x070505c4, 0x04070a0c, 0x060b0805, 0xb80808da, 0x02080f09, 0xa5101b05, 0x7b060801, 0x11213c82, - 0x21de8205, 0x6b420400, 0x00c02f06, 0x0031002d, 0x00390035, 0x14152500, 0x6d42010f, 0x3411230c, 0x6b423236, 0x83078d05, 0x23052416, 0x86373315, - 0xc0012303, 0x98822001, 0x0c14d023, 0x05714280, 0xce411720, 0x24078606, 0x080800ff, 0x28028458, 0x040560d0, 0x10110e88, 0x057242b0, 0x11140127, - 0xc8111717, 0x21058328, 0x05831828, 0x61210483, 0x25008360, 0xff010000, 0x374dfffc, 0x002b2305, 0x89832400, 0x362ba08a, 0x2627013f, 0x1f16013e, - 0x8e353301, 0x013424a6, 0x84172287, 0x17f03391, 0x0507400c, 0x074b1f0c, 0x08242510, 0x281c0e45, 0x9383081c, 0x1117e823, 0x2c888450, 0x1d0d7014, - 0x13be1909, 0x12100f24, 0x05a042b2, 0x86832020, 0x4b682020, 0x20002906, 0x60018102, 0x47001900, 0x32228e82, 0xd37e011e, 0x06b34e05, 0x29071650, - 0x2b160133, 0x012f2201, 0xf2422335, 0x022f2306, 0xfc421623, 0x37262305, 0x57183613, 0x0982092e, 0x01172808, 0x04050305, 0x55050701, 0x05360507, - 0x07055507, 0x0174020c, 0x010b360d, 0x070b0109, 0x3209031e, 0x121f0209, 0x82020201, 0x3646080e, 0x18010706, 0x09410b01, 0x01102b03, 0x032b0809, - 0x010b4109, 0x06036001, 0x07052b03, 0x070705f1, 0x0507f105, 0xcdfe0c2b, 0x36850b0d, 0x07551422, 0x1e365507, 0x080b8518, 0x0b280105, 0x20357f08, - 0x0b087f15, 0xc76f0000, 0x000f2e0c, 0x2500002a, 0x35012b14, 0x36163233, 0x05005314, 0x27261325, 0x4e343536, 0x3d240b75, 0x16173301, 0x2608ae82, - 0x1c1d0136, 0x0e15171e, 0x91ce91db, 0x2b04ce91, 0x476a2601, 0x090f0f09, 0x1a0e0a17, 0x180e072c, 0x1df10e0e, 0x83270c38, 0xfe91321c, 0x18024fa0, - 0x0a0e5932, 0x0e0e0ae8, 0x0d53480a, 0x07af4718, 0x5b510220, 0x00272305, 0xde600100, 0x07ff5307, 0x0a116118, 0x0cfb7618, 0x1c145026, 0xb0f0141c, - 0x200a5f48, 0x2b1183f0, 0x00fe1002, 0x141cc001, 0x1c14c0fe, 0x48051848, 0x1c200524, 0x0bfd7618, 0x6f4f0320, 0x001d2408, 0x8247002b, 0x99651875, - 0x011d2319, 0x65180514, 0x05210cc7, 0x94bb1834, 0x01352318, 0x6518feb4, 0xfe210eba, 0xd865184c, 0x0c482409, 0x82280c3c, 0x21068603, 0x65182001, - 0x24220dc9, 0x6518200c, 0x8c2009e6, 0x09822789, 0x56000021, 0x012405b7, 0x00c001c0, 0x3720b383, 0xe86db3ae, 0x25a39d0a, 0xb80c0c3c, 0x9a9c0c0c, - 0xc482c020, 0x93900282, 0x202f4741, 0x3cbc1837, 0x9d272018, 0x300d2ca3, 0x081c0909, 0x09303009, 0x83091c08, 0x9c0d8a06, 0x93a020b9, 0x83468231, - 0x41ce823f, 0x3b200e63, 0x232e6341, 0x010f2627, 0x06260383, 0x3f16011f, 0xc39d3601, 0xc0825920, 0x082e6a23, 0x24c08209, 0x8f080952, 0x26b79c09, - 0x08091c60, 0x82082f6a, 0x540825ed, 0x098e0808, 0x0120ab83, 0x2408a355, 0x01000019, 0x8c931836, 0x013b270c, 0x011d1632, 0x04823637, 0x0cdb0139, - 0xfe0a0e19, 0x0e0e0a30, 0x0e0a700a, 0x01190c8b, 0x0e0e081c, 0x820af0fe, 0x05b74c10, 0x0858c425, 0x89440e0e, 0x012035ff, 0x000900c0, 0x001d0011, - 0x32163700, 0x06071537, 0x02012f22, 0x08063756, 0x3432372b, 0x15062223, 0x34353214, 0x1e117036, 0x0c041611, 0x781c1604, 0x54785454, 0x260c0c90, - 0x83281836, 0x219d0303, 0x01210505, 0x291382da, 0x18087854, 0x0c0c2636, 0x5f84281c, 0xfff9ff25, 0x820702c0, 0x001a245f, 0x82390024, 0x0f1623b7, - 0xe1430601, 0x08e2530a, 0x03173224, 0x45453335, 0x099b4c06, 0x26012f24, 0xc96a013f, 0xfb012905, 0x092b0c0c, 0x0a7ffe0e, 0xa829c782, 0x07200709, - 0x090e9909, 0x055255f0, 0x1483e820, 0x0e7ffe24, 0x24842b09, 0x0140992d, 0x2c0b0b6b, 0x500a0e09, 0x76100e0a, 0xfe2305f1, 0x82707039, 0x17012109, - 0x09211484, 0x211f832c, 0xa4822020, 0x00034d08, 0x02deff00, 0x00a10140, 0x000c0008, 0x11000016, 0x11013f34, 0x35260607, 0x11171137, 0x011e3613, - 0x0f141115, 0x8c141101, 0xc00e088a, 0x0906aac0, 0x018c1407, 0x3808164a, 0x033f80fe, 0x0130080a, 0x80fe4080, 0x0302bf01, 0xa6fe0608, 0x01231682, - 0x82010080, 0x02bd2253, 0x20f78200, 0x0ae14415, 0x3d215382, 0x08d34401, 0x261ac029, 0x7d901a26, 0x83600d06, 0xc0013208, 0xe0fe1a26, 0x045e261a, - 0x26540707, 0x1a20011a, 0x0ea74526, 0x857b1720, 0x0f3b700b, 0x6e0f1354, 0xe8220548, 0x2f650709, 0x09072105, 0x84052566, 0x06346e0f, 0x07a0b723, - 0x06957909, 0x72820988, 0x6e020021, 0x0722081f, 0xc36e1700, 0x0e75540a, 0x01216185, 0x90428958, 0x00002257, 0x08774504, 0x19001122, 0x20066360, - 0x08194f33, 0x2205a647, 0x82152315, 0x22262208, 0x074e5b06, 0xfb580620, 0x60603707, 0xe0fe212f, 0x4b602f21, 0x80c04b6a, 0x96263426, 0x140e0e14, - 0x0584b20e, 0xfe200134, 0x2f2f21f0, 0x20100121, 0x354b4b35, 0x261a2020, 0xf4579226, 0x3c7b840a, 0x014002e0, 0x002a00a2, 0x00420036, 0x2500004e, - 0x2b061415, 0x020e0701, 0x26222123, 0x09c2572f, 0x013e3727, 0x010f011e, 0x073e4833, 0x05163222, 0x0a766718, 0x0b8a3720, 0x0b8a2720, 0x40022908, - 0x1a080a0e, 0x0c150d02, 0x1b1294fe, 0x0a081a03, 0x430a0e0e, 0x161a086b, 0xec500804, 0x16040850, 0x436b081a, 0xf8fe0e0a, 0x70209685, 0xe0200685, - 0xe82c0685, 0xb70e0a10, 0x170b130b, 0x0a0eb712, 0x93300b82, 0x1a10040b, 0x0b6d6d0b, 0x0b04101a, 0x70ba0e93, 0x7e06c043, 0x098a09d3, 0x00820020, - 0xffff022f, 0xc101e0ff, 0x4300a001, 0x00004700, 0x21d98301, 0x65483233, 0x82072005, 0x2622240c, 0x8823013f, 0x230d8308, 0x37013b36, 0x8205715b, - 0x830c8208, 0x6033202c, 0xfc8205e7, 0x37310d83, 0xb9010723, 0x174f0a02, 0x0108054b, 0x500a0108, 0x05cf600f, 0x10620e2a, 0x06290a01, 0x4b0f0107, - 0x07200482, 0xba3021a0, 0x01176317, 0x09800a0a, 0x560a2805, 0x5205090a, 0x0d830484, 0xb2301290, 0x00008080, 0xfffcff05, 0x01c401c0, 0x000700c0, - 0x2005815a, 0x091d582d, 0x20076f5a, 0x06914416, 0x20072742, 0x20ed8213, 0x31f68307, 0x01372622, 0x425c9e36, 0x5c425c42, 0x281c1c28, 0x0b8a821c, - 0x0e206830, 0x91fe080e, 0x0e220c07, 0x7001090e, 0x2582e007, 0x5e5c4222, 0x1c222582, 0x0b8ac428, 0x1aa4012d, 0x0a30fe0c, 0xd0010c1a, 0x4305000a, - 0x8f850a03, 0x00004722, 0x07426a18, 0x87862420, 0x07873620, 0x31062358, 0x2e013e17, 0x22060701, 0x010e2627, 0x17161716, 0x0d820e14, 0x011e5308, - 0x37363736, 0x1e171633, 0x27013e01, 0x3635022e, 0x7aac5601, 0xfe7aac7a, 0x9191cec9, 0xa0a891ce, 0x70a07070, 0x15151ecf, 0x0652151e, 0x070b0307, - 0x07484c48, 0x0607030b, 0x06091d35, 0x0e06020a, 0x0412030d, 0x0312040a, 0x02060e0d, 0x1d09060a, 0x3d829001, 0xa2ac7a22, 0x91223c82, 0x3c8259ce, - 0x44a07022, 0x40083c82, 0x014d1e15, 0x02070d0c, 0x07021111, 0x0c020b0d, 0x13412f04, 0x050e0718, 0x212e0606, 0x06062e21, 0x18070e05, 0x042f4113, - 0x00000400, 0x8001bdff, 0x0b00c001, 0x1b001300, 0x00004200, 0x22230605, 0x2da8822f, 0x14151617, 0x0e161727, 0x012f2601, 0x29652212, 0x16172405, - 0x82060706, 0x2326290f, 0x1f141522, 0x0e071501, 0x3f25e582, 0x15073501, 0x05496814, 0x36374408, 0x1732013b, 0x02027c01, 0x087d0205, 0xf1017e05, - 0x180b053f, 0x04240519, 0x241a1a24, 0x02066f1a, 0x07140708, 0x04020166, 0x04421f01, 0x050c1918, 0x0a0e1036, 0x073d0e0a, 0x070c200c, 0xce04013f, - 0x82d00703, 0x9ac3293c, 0x0b0a190c, 0x3c01580c, 0x1a253582, 0x1408c324, 0x3b3a8206, 0x02040281, 0xb56c2701, 0x18090c0c, 0x148c950d, 0x0e0e0a50, - 0x094f5f0b, 0x00050009, 0x02380082, 0x00800100, 0x000e0006, 0x0037001e, 0x37000047, 0x36372317, 0x32371637, 0x2b23c982, 0x44373501, 0x3430086b, - 0x32213336, 0x26270516, 0x0f22012b, 0x021e0601, 0x3f20b482, 0x2506d24a, 0x3437013e, 0xec4a012e, 0x09a32c0b, 0x0202091a, 0x1916a802, 0x6cc50e2f, - 0x3708071b, 0x1c14a001, 0x0239f5fe, 0x03082409, 0x03010139, 0x091d0305, 0x08340803, 0x041d0903, 0x18b70306, 0x05391e2d, 0x39050707, 0x1ed1352e, - 0x0a0a061e, 0x3118191a, 0xe0fe5f62, 0x0807c353, 0xa8f41c33, 0x03a80808, 0x09030406, 0x05091e1e, 0x2b1e5407, 0xa8050717, 0x00340705, 0xfff4ff04, - 0x018101c0, 0x002100c6, 0x00430033, 0x17000053, 0x3736012e, 0xca971836, 0x27232709, 0x32371706, 0x11893233, 0x14161332, 0x2f010e07, 0x36372601, - 0x3f262734, 0x37163601, 0x06201182, 0x0720108a, 0x26080f8e, 0x2e2d4061, 0x400c0a3f, 0x04200209, 0x3801010c, 0x01382020, 0x20040c01, 0x05400801, - 0x09910804, 0x050b0309, 0x82040606, 0x06420800, 0x5f0b0506, 0x0a082d2d, 0x25080905, 0x05090825, 0x1b1b260a, 0x08060a08, 0x07141407, 0x3b0a0608, - 0x40abab40, 0x0528080a, 0x5103030a, 0x5a5a060b, 0x03510b06, 0x28050a03, 0x10a10103, 0x01051022, 0x2b820604, 0x2a821020, 0x01040636, 0x368c3656, - 0x0806090a, 0x2d742d08, 0x09060808, 0x23582337, 0x072c0f82, 0x1a421a08, 0x09060708, 0x000c0000, 0x02230082, 0x43a00180, 0x272308ff, 0x5b002f00, - 0x4f250517, 0x5f005700, 0xef751800, 0x43062008, 0x12200675, 0x5e080d44, 0x1d4405df, 0x20178707, 0x9f1f8e04, 0x25802c2f, 0x36252536, 0x13131a28, - 0x8305131a, 0xd325210a, 0x0a5b9e18, 0x01201185, 0x02881b82, 0x1a852491, 0x3c84db20, 0x0c84c020, 0x84730121, 0x849b2055, 0xab8d200c, 0x84532012, - 0x8200202c, 0x00062200, 0x06775000, 0x38001336, 0x48004000, 0x64006000, 0x14370000, 0x35262206, 0x16323634, 0x2306ec68, 0x26062226, 0x0e210c83, - 0x05994303, 0x3336342a, 0x34353632, 0x3435023e, 0x24861a82, 0x41072541, 0x25200745, 0x3d394585, 0x27012e01, 0x3e37012e, 0x011e1703, 0x07051417, - 0x10d83727, 0x422f1018, 0x3705822f, 0x310e140e, 0x150f6792, 0x2d3f0f15, 0x0c10100c, 0x1b171e16, 0x46644616, 0x53221a82, 0xa782131a, 0x05846d20, - 0x82000221, 0x51013310, 0x030a0b40, 0x0c090802, 0x01665105, 0x502299fe, 0x3383bc22, 0x2f2f2123, 0x2d078321, 0xa60e0e0a, 0x2b1b4967, 0x0913141a, - 0x30823f2d, 0x19161e2a, 0x19261325, 0x32464632, 0x49211f83, 0x20f78485, 0x2005846d, 0x321183cf, 0x44010102, 0x1504166f, 0x0409050b, 0x8c1b0201, - 0x82b50356, 0x00240854, 0xff040000, 0x02c6fffa, 0x00ba0186, 0x00410032, 0x00820074, 0x07260100, 0x06161732, 0x07163223, 0x2723010e, 0x2a05b744, - 0x3736023f, 0x06011e36, 0x82070607, 0x17162408, 0x83010e16, 0x82e8820a, 0x26072224, 0x077d7723, 0x33363727, 0x0f162526, 0x21288202, 0x2982012e, - 0x08823720, 0x26272638, 0x3637013e, 0x2e270637, 0x013e3701, 0x22371617, 0x33362627, 0x0c822622, 0x3717332a, 0x07171636, 0x23060722, 0x48085482, - 0x35363233, 0x23012634, 0x183d2120, 0x0e0e1007, 0x2b0b0710, 0x07435e1a, 0x082c030e, 0x0a293a0f, 0x0e160846, 0x0d140802, 0x120b2822, 0x0c050101, - 0x2d151707, 0x05070a2b, 0x0a251505, 0x0a140f16, 0x0a160910, 0x01111107, 0x212d8e70, 0x2d8d1409, 0x608b0920, 0x835c1c21, 0x84b92060, 0x83072039, - 0x153d0846, 0x0c100301, 0x19190d33, 0x091c170d, 0x06050421, 0x21090f59, 0x07395a4a, 0x07161102, 0x05171311, 0x070b0e02, 0x0201090d, 0x05150a0d, - 0x070a0a15, 0x0f151541, 0x1408110a, 0x1034010f, 0x21298d08, 0x298c0c0d, 0x588d0520, 0x32824720, 0x15140f26, 0x00140f0f, 0x04300082, 0xc0fffbff, - 0xc5010502, 0x38001300, 0x51004400, 0x20379f42, 0x05bb6425, 0x013f2626, 0x17011736, 0x22200c83, 0x4205034c, 0x0135248e, 0x570909bc, 0x081c0908, - 0x08095708, 0x091cc9fe, 0x0a049409, 0x20068303, 0x2d854208, 0x82089b21, 0x1c082247, 0x20478209, 0x28478309, 0x04049408, 0x9409081c, 0x36eb8209, - 0xffffff03, 0x01c101bf, 0x003200c2, 0x006b003f, 0x36341700, 0x1835013b, 0x8b089b5c, 0x83372008, 0x2e27261a, 0x1f013e01, 0x0a005501, 0x2737262a, - 0x36373626, 0x06011f16, 0x37270382, 0x0f141530, 0x82343501, 0x870720e8, 0x88208817, 0x26273008, 0x1516013e, 0x3e0d115b, 0x11110c7e, 0x829a7f0b, - 0x0c2d0805, 0x120c7d9a, 0xa90c1001, 0x0e040a1f, 0x0e7c0918, 0x10500c0f, 0x100c6b10, 0x03072549, 0x08180909, 0x0e020d0d, 0x3d0df70b, 0x15157b12, - 0x2e128234, 0x4e07170a, 0x03085e04, 0x0717090a, 0x844d055f, 0x67082e08, 0x17110101, 0x110c2412, 0x0c0c1106, 0x20048210, 0x3309830b, 0x0716110b, - 0x06031318, 0x8d120a5a, 0x1302130c, 0x2eee1004, 0x32823e82, 0x230b1130, 0x0102080a, 0x11300a11, 0x0f5a0c16, 0x6882430e, 0x0a03072e, 0x0a790363, - 0x03070718, 0x62047a09, 0x85230885, 0x82110c26, 0x0000379d, 0xf8ff0200, 0x4002beff, 0x2d00c201, 0x00004500, 0x07141625, 0x095e0706, 0x03272906, - 0x06130706, 0x022f2223, 0x26231282, 0x70372627, 0x36280696, 0x36011f16, 0x07163233, 0x21078f75, 0xaa431736, 0x36230807, 0x07061635, 0x07073902, - 0x052b5731, 0x080d0803, 0x14fc0614, 0x1112be12, 0x77291616, 0x717d0d10, 0x890f0f3c, 0x3522081a, 0x95592a28, 0x38502288, 0x2a13181a, 0x0b191226, - 0x19120c14, 0xd812050e, 0x540b1a0b, 0x14083a2b, 0x44820a05, 0x09650130, 0x02f1fe0d, 0x11ab3a03, 0x6628b213, 0x1a891818, 0x570a4835, 0x383327bb, - 0x0d1c0950, 0x0c121914, 0x12190c13, 0x82193d1a, 0x002808d6, 0xff000006, 0x018002fd, 0x00190080, 0x00280020, 0x0037002f, 0x01000057, 0x15011f32, - 0x37012f26, 0x22262736, 0x0615010f, 0x342ed682, 0x36373537, 0x11331733, 0x35262223, 0x5b75013a, 0x5c052005, 0xe14a0519, 0x1e052907, 0x0e010f01, - 0x07012f01, 0x03830483, 0x34822320, 0x0e833b20, 0x1e172b08, 0x01013f01, 0x37090db3, 0x1a920404, 0x0d050a0c, 0x220d5005, 0x620d0a0a, 0x60c30d09, - 0x29130d40, 0x0e09090e, 0x60c0fd09, 0x07820d13, 0x013d0282, 0x09030aa4, 0x0a1b0809, 0x1f092005, 0x3511120c, 0x37125b14, 0x52540d09, 0x14140216, - 0x394f823b, 0xc2370980, 0x18760305, 0x04050c0b, 0x020a0149, 0x0b210c0b, 0x40085a01, 0x428600ff, 0x00012926, 0x40130de0, 0x0a244e84, 0x0c0b1a08, - 0x04375082, 0x0a040c26, 0x11061510, 0x0937e052, 0x163c144b, 0x1b140315, 0x46000200, 0x1a2507a3, 0x00004600, 0x08fb5c05, 0x36372b08, 0x023e3037, - 0x021e3233, 0x16171631, 0x07260715, 0x0e300706, 0x2e222302, 0x27262703, 0x06010f26, 0x16171415, 0x32041e17, 0x2b82033e, 0x34353625, 0x49000227, - 0x12320570, 0x0e1c7c29, 0x17080817, 0x297c1c0e, 0x07044212, 0x0f834723, 0x10073708, 0x02120d11, 0x04072347, 0x24030209, 0x0e160246, 0x15141517, - 0x02160e17, 0x02032446, 0x1c1c1410, 0x18070114, 0x155a200e, 0x090b0b09, 0x0e205a15, 0x04064218, 0x0e82331b, 0x090b063e, 0x1b33010e, 0x020e0604, - 0x1a030402, 0x0a110232, 0x0d06060d, 0x3202110a, 0x0204031a, 0x0320c482, 0x012ec783, 0x00c001c0, 0x002f0027, 0x01000044, 0xa05f1523, 0x88078806, - 0x333624db, 0x60163221, 0xc141067b, 0x35172f07, 0x012b2634, 0x23272206, 0x1d010e22, 0x31551401, 0x14b42405, 0x840c0c14, 0x141c2303, 0xa284c0fe, - 0x14402008, 0xd60c141c, 0x34262634, 0x1c273026, 0x132a1305, 0x121f1205, 0x09b4090d, 0x4020010d, 0x830c280c, 0x05fe5d03, 0x3083a020, 0x12823020, - 0x2c822020, 0xc7342632, 0x08221813, 0x101b0f08, 0x0b0b0813, 0x06000000, 0x089f6c18, 0x17000f2a, 0x37002b00, 0x4f004300, 0x20111577, 0x07a54c16, - 0x5164a189, 0x012b220b, 0x20ae8222, 0xe161183b, 0x410b9107, 0xfe21055a, 0x208c8320, 0x21b78c9a, 0xb684271c, 0x9008e023, 0x20028e08, 0x4b901801, - 0x8a60200c, 0x182221be, 0x3d26bd83, 0x10080810, 0x058a4808, 0x0320cf82, 0x0c937218, 0x81501f20, 0x6d821809, 0x2e373009, 0x07222301, 0x26272206, - 0x07062223, 0x8291ce91, 0x1c013602, 0x48343448, 0x39b2b134, 0x0320340e, 0x15281504, 0x34200304, 0x0694500e, 0x1a823120, 0xfe48342c, 0x211b44dc, - 0x01070701, 0x50181b21, 0x0f210bbf, 0x06396700, 0x20068b56, 0x070e6023, 0x06221722, 0x2205c141, 0x18232634, 0x4109c050, 0x3f4108e1, 0x50012308, - 0xb85f1c14, 0x18602007, 0x20081068, 0x13254116, 0x0dd48c18, 0x0e092023, 0x20028209, 0x10194180, 0x00000023, 0x08d74107, 0x1300092f, 0x2b001f00, - 0x3f003700, 0x00005200, 0x05cb7d01, 0x33363425, 0x4c211103, 0x252006e0, 0x169b5b18, 0x420bc741, 0x072907a3, 0x013b1606, 0x2e273632, 0x08a94201, - 0x1410022a, 0x1cc0fd1c, 0x40023014, 0x2024c782, 0x60011c14, 0x820eca41, 0x8496200e, 0x02ad37cf, 0x08ba080a, 0x2206020a, 0x2a130815, 0x190e0813, - 0x1ca00112, 0x41821014, 0x0170fe29, 0x14d0fe30, 0x41fc1c1c, 0xe18510d7, 0x07a63708, 0x13080c0d, 0x0b080819, 0x03000014, 0xc0ffffff, 0xc0010001, - 0x33001200, 0x00004300, 0x15161513, 0x30230614, 0x35262223, 0x34353734, 0x03163236, 0x34353632, 0x7551062e, 0x070e2607, 0x011e1415, 0x06fa4a33, - 0x1d3d2285, 0x20e01601, 0x3501354b, 0x5038204a, 0x2f216038, 0x03060202, 0x01080307, 0x011c281c, 0x08098208, 0x0202062b, 0x41152515, 0x20253625, - 0x20131a13, 0x25cb6001, 0x4c4b3530, 0xcb243035, 0xfe383828, 0x06212f68, 0x060b090c, 0x01090409, 0x3bbb82dd, 0x0a01dd14, 0x0b060903, 0x15070b09, - 0x1b501625, 0x251b2525, 0x130de912, 0x12e90d13, 0x0f22b38a, 0xb3832200, 0x37208a8f, 0x1521c290, 0x24c09003, 0x3632013b, 0x208f87c0, 0x20bc8920, - 0x23ba9510, 0x402f2101, 0xa9208685, 0xa9228683, 0xc08b3012, 0xe0fe2822, 0x2f20bf9a, 0xf40b6741, 0x836920b3, 0x406920b3, 0x2920adb3, 0x2920b383, - 0x0724b3b8, 0x3b001a00, 0x4209b14e, 0x25222c13, 0x10424536, 0x365b2623, 0x25362525, 0x2b084215, 0x5f001021, 0xa12005af, 0x2818634f, 0x006f0067, - 0x00a60077, 0x0fe15200, 0x52221621, 0x1b5c050b, 0x14162205, 0x08f95226, 0x34211786, 0x4f118536, 0x15860e73, 0x6d4e3420, 0x87079707, 0x16372227, - 0xb2431814, 0x35262f09, 0x26273734, 0x0e232223, 0x14111501, 0xa56b2b06, 0x1f322b06, 0x32333601, 0x32363717, 0xf3480117, 0x25058505, 0x09090e37, - 0x0b8b090e, 0x11849720, 0x2005be48, 0x200b8420, 0x20239069, 0x85118417, 0x200b853b, 0x08118449, 0x04042621, 0x040e04aa, 0x0604040c, 0x110a0e20, - 0x16040418, 0x2007091d, 0x65490907, 0x1b1a0a23, 0x8206202e, 0x8280201d, 0x0e092270, 0x20058469, 0x20058437, 0x850b9029, 0x20848578, 0x85239017, - 0x853b8511, 0x8449200b, 0x82e32023, 0x04aa215d, 0x0e207e82, 0x2e347f82, 0x110a1a1b, 0xfe172403, 0x090907ce, 0x342f0107, 0x0e0a244d, 0x04218082, - 0x0a774900, 0x49001928, 0x35370000, 0x5d181521, 0x50181564, 0x222108af, 0x09e47f26, 0x36011f23, 0x98961817, 0x34262d0b, 0x27372637, 0x1d062226, - 0xc0012001, 0x20054c5d, 0x05676dff, 0xd0012022, 0xfe217c83, 0x2d058320, 0x14392910, 0x05232d13, 0x050b050d, 0x06856905, 0x14141c2b, 0x400c1206, - 0x1c2b3030, 0x20238429, 0x24058310, 0x09ab1c29, 0x82098407, 0x1cbb2704, 0x14141429, 0x3582051c, 0x36820d20, 0x23270684, 0x0c06142c, 0x8200bb09, - 0x22ce8200, 0x8201c0ff, 0x00240801, 0x002b000b, 0x00590051, 0x22060500, 0x35012e27, 0x14153234, 0x07162706, 0x27060706, 0x36343526, 0x17011e17, - 0x27300d82, 0x37262726, 0x26343536, 0x07010e07, 0x16321206, 0x07212582, 0x21128206, 0x33823e37, 0x23032e2a, 0x14150622, 0x15161716, 0x06200382, - 0xfd504784, 0x013a0807, 0x064a060b, 0x0e800e07, 0x0e060575, 0x2e050407, 0x52393d57, 0x05300201, 0x060e0704, 0x293b1d05, 0x02023525, 0x4683ba05, - 0x01060338, 0x2c250104, 0x362b2112, 0x2a67491c, 0x0e820324, 0x03065808, 0x36c54539, 0x25362525, 0x19171729, 0x2c2c1755, 0x05af5517, 0x080f0a04, - 0x3d3e2b06, 0x51020255, 0x062c4139, 0x040a0f08, 0x29281d05, 0x35020239, 0x03012b25, 0x6c425d83, 0x0404021b, 0x4e18141b, 0x2c351d2e, 0x48671220, - 0x02184e2d, 0x04191303, 0x6c1b0204, 0x821d5d42, 0x36252351, 0x8b710200, 0x071f5f0c, 0x22089348, 0x82343505, 0x011d210b, 0x0bb54018, 0x0c900124, - 0x7d1898fe, 0xa0250e99, 0x540c0c54, 0x20008200, 0x224f8501, 0x18006000, 0x211317d3, 0x401814d0, 0x602308fb, 0x8320141c, 0x8204820d, 0x03002136, - 0x2206d34b, 0x591100c0, 0x112706b9, 0x012b0614, 0x83263435, 0x33362504, 0x07163221, 0x320e5e55, 0x012b3407, 0x33011d22, 0x141c0002, 0xd0212f30, - 0x8201141c, 0x2a41184c, 0x0c442e0c, 0x01fc0ce4, 0x14e0fe90, 0x2f21d01c, 0x206f8230, 0x0a215594, 0x0c0c3023, 0x207b8334, 0x227b8809, 0x181f000f, - 0x250a834b, 0x008f007f, 0x0d440100, 0x013b280a, 0x15171632, 0x83012b14, 0x33352203, 0x0a0a6c32, 0x0fa5a582, 0x15332524, 0x216c2223, 0xae37200a, - 0xa001230f, 0xce82141c, 0x60250484, 0x2a061206, 0x9704822a, 0x1efe2107, 0x062b1e9c, 0xfe900112, 0x1c1c1460, 0x82a00114, 0x0c4e2805, 0x30060606, - 0x96660606, 0x820c2007, 0x8306201b, 0x9960201b, 0x82002008, 0xff013400, 0x01c0fffa, 0x00c001c6, 0x250000a7, 0x010f011e, 0x4f012f06, 0x2f23067f, - 0x45171502, 0xc6620777, 0x6a991808, 0x4e352008, 0x2e240590, 0x07013f01, 0x83064f72, 0x013e250b, 0x2737011f, 0x28056053, 0x27013f36, 0x36013f26, - 0x2006821f, 0x2827823e, 0x1f011e36, 0x26273502, 0x20138434, 0x07e25d35, 0x6a443720, 0x3f152207, 0x833e8301, 0x82372085, 0x0f162334, 0x0b831701, - 0x010e2f08, 0x1707012f, 0x1f163637, 0x0f061601, 0x06b80101, 0x07100303, 0x0206210e, 0x060f0606, 0x3f13010c, 0x0b050535, 0x14040d05, 0x0720060a, - 0x09821409, 0x05050c27, 0x02133f36, 0x081f820b, 0x07010620, 0x10070e21, 0x1a220e08, 0x04020607, 0x46070b01, 0x07464040, 0x0204010b, 0x221a0706, - 0x4a85080e, 0x04050326, 0x0608040f, 0x36284c82, 0x0b0c0404, 0x0709140b, 0xea454b83, 0x214b8205, 0x4b830c01, 0x83060221, 0x0d07214b, 0x67334b94, - 0x1b050d03, 0x1a14070d, 0x04020b06, 0x47060702, 0x45354e24, 0x13270503, 0x09090728, 0x85132807, 0x4e3625a6, 0x07064724, 0x0c2a8a82, 0x07141a06, - 0x080d1b0d, 0xaa840713, 0x13020725, 0x82132525, 0x820f2039, 0x13072241, 0x821a8208, 0x2495834d, 0x06020104, 0x214f8704, 0x4f8c0c0c, 0x86350521, - 0x9b43824f, 0x0100344f, 0xbfffffff, 0xc9010902, 0x00001400, 0x07061601, 0x4127010e, 0x2d0808ce, 0x3e373626, 0x28e00101, 0x58243014, 0x1708c025, - 0x09083309, 0x240d15d7, 0xa0018931, 0x2431892a, 0x09d7150d, 0x17093308, 0x5825c008, 0x40823024, 0x08066346, 0x01a00127, 0x002a00c1, 0x1300003c, - 0x06141516, 0x06161707, 0x2622012b, 0x022e013f, 0x36373435, 0x16151732, 0x023e3732, 0x21098235, 0x0a821716, 0x13220882, 0x5d6f012e, 0x06ae4305, - 0x10d0373a, 0x010d2025, 0x0a400a0f, 0x150d010f, 0x0210111f, 0x0e01022c, 0x03040101, 0x07200883, 0x022e0a82, 0x222c792c, 0x19392a13, 0x0a0e0e0a, - 0x1b820b38, 0x5fb12908, 0x0c372622, 0x0f0f0aee, 0x1d08ee0a, 0x5f221a2a, 0x028e100f, 0x3b470b02, 0x08101001, 0x8e020286, 0x23d3fe10, 0x26424c56, - 0x2d05f360, 0x01000a10, 0xc8ff0800, 0xb901f901, 0xff822600, 0xb2183220, 0x36240fa6, 0x07263637, 0x3208c088, 0x3634013d, 0x0136011f, 0x43724300, - 0x475f6791, 0x0828090a, 0x463f3008, 0x65010161, 0x2a304245, 0x86100c0b, 0x0b1e0e0a, 0xb8014724, 0x67437342, 0x82084091, 0x072a0821, 0x4745622a, - 0x2c010163, 0x0e1e0b2a, 0x0c10860a, 0x0045240b, 0xff000005, 0x01c001c0, 0x000900c1, 0x00210015, 0x0045002d, 0xa14d1700, 0x15012508, 0x36321614, - 0x26236f82, 0x96070622, 0x10a5470b, 0x3b363728, 0x011f3201, 0x43450120, 0x10012406, 0x82090e09, 0x8c602002, 0x40012106, 0x32091465, 0x0f070978, - 0x09070f72, 0xfe500110, 0x1c1c14b0, 0x83e01401, 0x2004971c, 0x515918a9, 0x0d132409, 0x8200130d, 0x09ff5f00, 0x3a001c27, 0x26010000, 0x2db08223, - 0x22012b06, 0x013e3726, 0x37173233, 0xd1731636, 0x2a108205, 0x16323305, 0x3316010f, 0x84013e32, 0x071625aa, 0x2223010e, 0x3306e47d, 0x31730136, - 0x0e5b3a42, 0x06390a02, 0x89110107, 0x2448635a, 0x2c072f41, 0x1086d7fe, 0x312a0b0c, 0x30442642, 0x2b208e09, 0x472d3b01, 0x05090938, 0x24457357, - 0x27077f41, 0x2a0b1e79, 0x2539212d, 0x0030168c, 0x10000200, 0xb601c0ff, 0x2200c001, 0x00003000, 0x2106cd58, 0x9d703736, 0x2b14240a, 0x7e161501, - 0x02210669, 0x3cbf1816, 0x142e0809, 0x0132013b, 0x7aac7ab0, 0x0c1c4b65, 0x0c0c780c, 0x1b2c381c, 0x091c0809, 0x22011d09, 0x280507b0, 0x280c0705, - 0x7a56900c, 0x754d567a, 0x0b82220c, 0x22270282, 0x091b2409, 0x82081c09, 0x62332923, 0x08080498, 0x000c9804, 0x022c0082, 0xfcff0000, 0x8401f801, - 0x31001500, 0xe9618782, 0x086b4907, 0x16011f24, 0xdc180514, 0x3620070a, 0x080d6818, 0x08074150, 0xf101152f, 0x881e0ba8, 0x0a0e0e0a, 0xa80b1e88, - 0x0cc8fe07, 0x38382854, 0x0c0c5428, 0x13130d54, 0xaf0c540d, 0x100c0ba8, 0x600a0e60, 0x10600e0a, 0x2722820c, 0x380caa14, 0x3828c028, 0x13249582, - 0x130dc00d, 0xf4268788, 0x80010002, 0x87831b00, 0xa4712120, 0x82362007, 0x2b262388, 0x06822201, 0x24052a64, 0x16270614, 0x06fc7a14, 0x220a124a, - 0x89a00117, 0x22828472, 0x8a070757, 0x206c8899, 0x227c8528, 0x821407c9, 0x2c988b1e, 0x00010000, 0x01c8ff07, 0x00b901f8, 0x420c8224, 0x3f3a0c2f, - 0x26272601, 0x011e1706, 0x36373233, 0x0716011f, 0x26222306, 0x00013634, 0x19424764, 0x302a3608, 0x01654542, 0x3f466101, 0x28080830, 0x5f470a09, - 0x01929167, 0x090a42b8, 0x012c2a29, 0x45476301, 0x82072a62, 0x4008271e, 0x0091ce91, 0x2f480400, 0x00302908, 0x00440038, 0x2500004c, 0x2605f843, - 0x35262221, 0x83373634, 0x013b2104, 0x322b0585, 0x27343536, 0x16323336, 0x8a071415, 0x075e5205, 0x26361725, 0x8322012b, 0x363222a5, 0x078a6226, - 0x1ac33508, 0xfe1e2a23, 0x232a1e90, 0x1e2a1d1a, 0x1a26160e, 0x0f2f2110, 0x38280609, 0x261a0606, 0x2a1e0e16, 0x131aedfe, 0x80131a13, 0xb0040501, - 0x08010504, 0x253c383c, 0x23081184, 0x1b28044f, 0x1e2a2a1e, 0x1604281b, 0x132a1e23, 0x2f261a1d, 0x02151921, 0x110f2838, 0x131d1a26, 0x5b231e2a, - 0x132a3882, 0x0704781a, 0x20150407, 0x0d846020, 0x2008bf62, 0x067f49a0, 0xd3823420, 0x2a064477, 0x36341135, 0x1415013b, 0x54253316, 0x15220d8d, - 0xe5513404, 0x15072105, 0x07f0e918, 0xe001072f, 0x80fe141c, 0x141c1c14, 0x01212f10, 0x200c87b0, 0x31128201, 0x281cc0fe, 0x44281c1c, 0x08586001, - 0x08288808, 0x3f552008, 0x14002605, 0x2f21d01c, 0x20338350, 0x220b8201, 0x8344141c, 0x601c2326, 0x27867030, 0x00820020, 0xfeff0432, 0x0102beff, - 0x0d00c001, 0x21001900, 0x00002800, 0x47072248, 0x272505e9, 0x16011f36, 0x24138207, 0x36013f26, 0x37038216, 0x35020f26, 0x37170723, 0x2ef20135, - 0x096f0809, 0x280e2e09, 0xe40e3c0e, 0xfe2b0b84, 0x120c7afa, 0x145c1602, 0x820a9a0a, 0x24242b03, 0x0140200c, 0x09092e32, 0x2782086f, 0x28212682, - 0x270b841c, 0x0216fafe, 0x207a0c12, 0x27832382, 0x40306825, 0x82240c20, 0x0200218e, 0x07228f88, 0x8b821100, 0x79851720, 0x1416013a, 0x3727010f, - 0x01173236, 0xeafe8023, 0x01100c72, 0x0ee5010d, 0x3980390e, 0x01217d82, 0x26138263, 0x0c10010d, 0x82290172, 0x2014830e, 0x874c820e, 0x00c1244b, - 0x821f0009, 0x2143884b, 0x55821f07, 0x26060727, 0x013f3637, 0x06104927, 0x01323623, 0x244f87f2, 0xc55355bb, 0x2d638451, 0x66179851, 0x0c160c0b, - 0x210b770c, 0x5b877601, 0x82542821, 0x2a6f841f, 0x66169851, 0x0b170b0b, 0x820c760c, 0x0d002d60, 0xf300dfff, 0x1300a001, 0x33370000, 0x0d747c18, - 0x32013b36, 0x102ea815, 0x07560b0c, 0x0b560714, 0x0c2e100c, 0x1e660c38, 0x0d820e82, 0x2e011e2e, 0x01000c0c, 0x4d00ffff, 0x3301c001, 0x15203f84, - 0x09ffb318, 0x21011d28, 0x14011d32, 0x2e8b8623, 0x4c8f9820, 0x82010021, 0x014d22f3, 0x393f82c1, 0x25000014, 0x1f363435, 0x06011e01, 0x2606010f, - 0x2221013d, 0x3334013d, 0x41823a01, 0x0303052b, 0x1e0b5605, 0x0c0cd2fe, 0x224384e8, 0x820c0c05, 0x82918510, 0x22478242, 0x82e0ff0d, 0x83a120c7, - 0x23133487, 0x013f2622, 0x011f3236, 0x012b0616, 0x012b1411, 0x8f583522, 0x1a01217a, 0x55839987, 0xff234384, 0x82dfffff, 0x00a1228b, 0x05f1423b, - 0x20056848, 0x1f611827, 0x4637200d, 0x44180764, 0x2721074a, 0xf0481826, 0x06474a08, 0x0ec00132, 0x0c10700a, 0x6b6b240b, 0x100c0b24, 0x1e0e0a70, - 0x1e200b85, 0x68201797, 0x3b8b23a2, 0x2005234d, 0x058f7501, 0x29001d25, 0x4d010000, 0x3b290a11, 0x32363401, 0x32331516, 0x0a1d5816, 0x47086757, - 0x1c3207d2, 0x34265014, 0x1c145026, 0x0e0e14b6, 0x06480e14, 0x028206b4, 0xfe500131, 0x1c1c14a0, 0x14600114, 0x26261a1c, 0x82341c1a, 0x140e281b, - 0x06061464, 0x41000614, 0x022505ef, 0x00330101, 0x230c821b, 0x011f3634, 0x4108cd45, 0x33220cfc, 0x5e417a01, 0x88f42007, 0x16012108, 0x410b4b42, - 0x00200c90, 0x01280082, 0xbfff0d00, 0xc101f300, 0x82185b83, 0x35200cd5, 0x210cd041, 0x4698d615, 0x74914620, 0x57680020, 0x181a200c, 0x2309395e, - 0x22231507, 0x2006406b, 0x06676d26, 0x91f80137, 0xce9191ce, 0x06084793, 0x08087306, 0x08060673, 0x0c400c47, 0x05546e01, 0x0f748423, 0x23158305, - 0x0c740f05, 0x578f4682, 0x2607e17e, 0x34352327, 0x83010f26, 0x3d36295a, 0x3d323301, 0x67013401, 0x91205683, 0x3820408b, 0x538f6994, 0xd7521220, - 0x33173306, 0x3f161415, 0x012f3601, 0x011d0626, 0x011d2223, 0x52909914, 0xa4b80121, 0x53362053, 0x37230633, 0x6d323335, 0x06290517, 0x15013b16, - 0x32013b14, 0x20409408, 0x51699059, 0xc02509ff, 0x34001e00, 0x95621800, 0x26222109, 0x20052246, 0x06aa4932, 0x35211125, 0x6b333634, 0x2f210657, - 0x080e4c01, 0x36262729, 0x07b00133, 0x42141c09, 0xa03f056e, 0x07090907, 0x09400190, 0x0e0a5807, 0xf3240b1e, 0x17071407, 0x24f40707, 0x80100c0b, - 0x42800709, 0x09340792, 0x09072007, 0x0770c0fe, 0x0e400109, 0x0c10800a, 0x07f4240b, 0x14242982, 0x0b24f307, 0x28066776, 0x01c001e0, 0x000f00a0, - 0x0d154323, 0x32213328, 0x22230716, 0x85821f06, 0x16011f2a, 0x1617013f, 0x34013d36, 0x0ea16118, 0x82705821, 0xc3202b53, 0x081f0909, 0x0b20c309, - 0x61180e1e, 0x24220c94, 0x1b820b1e, 0x091f0822, 0x0c251b83, 0x0e0a7010, 0x050b4100, 0x0002f32b, 0x15008d01, 0x00002b00, 0x83f18311, 0x091b43f6, - 0x26222123, 0x05114105, 0x43212321, 0x0e300c26, 0x1e68010a, 0x0707500b, 0xfe1e0b50, 0x010e0a98, 0x20054f6c, 0x25138798, 0x0a101801, 0x9182300e, - 0x14075022, 0x0c262382, 0x8e0e3010, 0x138f0a0e, 0x20082f7b, 0x27f78280, 0x0031001c, 0x021e2500, 0x2307b147, 0x34373634, 0x32229183, 0x7a481716, - 0x18362006, 0x820ef7ad, 0x183720a7, 0x3115d6c3, 0x0b08078b, 0x30070941, 0x0b410907, 0x0b6a0708, 0xc318dd0b, 0x692914e7, 0x07701407, 0x70070909, - 0x52238314, 0x8ba50647, 0x260c8142, 0x32013b16, 0x95013d36, 0x8597208b, 0x886a2081, 0x208b9592, 0x2083844e, 0x2091876a, 0x08c76400, 0x01404c08, - 0x000300c0, 0x000b0007, 0x00170011, 0x0100001d, 0x23272317, 0x23372117, 0x15230733, 0x06161733, 0x03210327, 0x3f272206, 0x06073301, 0x5ae60126, - 0x45304565, 0x8045eafe, 0x65654550, 0x0105017b, 0x89180147, 0x43010401, 0x82db657b, 0xa0c0210d, 0x202f0083, 0x020302fc, 0xc2feff00, 0xfc420202, - 0x820302ff, 0x0100276e, 0xbffffdff, 0x6f824501, 0x00001923, 0x05f24225, 0x013b3623, 0x9ddd1811, 0x152d0809, 0x16323311, 0x08683a01, 0x0a680814, - 0x5440100c, 0x06380305, 0x0ac40806, 0x0c10400e, 0x08087038, 0x011d0b70, 0x05380410, 0xfe0a0e0f, 0x84ab82b8, 0x82c02053, 0x00c12153, 0xd6465382, - 0x46062006, 0x5a85059f, 0x013f2627, 0x01173236, 0x294e833a, 0x08c40a0e, 0x03380606, 0x4e825405, 0x65830a20, 0x0b48012f, 0x0ab8fe1d, 0x38050f0e, - 0x1d100104, 0x2c62820b, 0x00010000, 0x02c0ff00, 0x00c10140, 0x42b68226, 0x5283059f, 0x34013d26, 0x06222326, 0x08b38418, 0x210b356f, 0xd3186901, - 0x30220a67, 0xbf431c14, 0x01e03207, 0x503f59c0, 0x0a0e0e0a, 0x2b2a1e50, 0x141c471e, 0x821c83c0, 0x40462104, 0x00215c82, 0x396b8202, 0x018001bf, - 0x001700c0, 0x1700001f, 0x3435062e, 0x15163236, 0x07050e14, 0xed4a2206, 0x18ac2a07, 0x0b221a3d, 0xa070030d, 0xc5f31870, 0x42142d08, 0x2f422f2f, - 0x24582336, 0x19221635, 0x0dcbf318, 0x1982f020, 0x87422f21, 0x01c0225f, 0x205f8260, 0x08a95c30, 0x0c9b9518, 0x21086b4c, 0x1b4d012e, 0x20ef8405, - 0x05034416, 0x82333621, 0x82168383, 0x5e232091, 0x1520058e, 0x1422078e, 0x9a185001, 0x68291b88, 0x50383850, 0x0b0b5538, 0x22038755, 0x18090001, - 0x2b22919a, 0xa02838a0, 0x28383828, 0x20081008, 0x28200386, 0x0326cf83, 0xc0ff0000, 0xcf824001, 0x17000f24, 0x555f2300, 0x078c5808, 0x08219418, - 0x34113722, 0x15261382, 0x013b1411, 0xaa180132, 0x90230f79, 0x820cc80c, 0x0dfa5d02, 0x1320fe31, 0x1a13131a, 0x0c380159, 0x0cc8fe0c, 0x83070000, - 0x80023470, 0x1d008001, 0x32002d00, 0x3f003700, 0x49004400, 0x18250000, 0x25082140, 0x35013b34, 0x29192306, 0x6b820821, 0x18011d21, 0x4508eb7b, - 0x332b05f3, 0x26343313, 0x36323523, 0x4c122335, 0xbe1806bc, 0x013509d3, 0x40080860, 0x02100808, 0x08030403, 0x060f0402, 0x01080e07, 0xe7be1810, - 0x50e82f10, 0x38503838, 0x251b7001, 0xa0254040, 0x31821008, 0x01370831, 0x02020e03, 0x040a0304, 0x13e05808, 0x83c0fe0d, 0x40013235, 0xb0fe130d, - 0x25a0251b, 0x4200ff1b, 0x5c42425c, 0xfabe1862, 0x02002d08, 0xb9fff9ff, 0xc7018102, 0x28000d00, 0x3622c582, 0xbb851737, 0x36013f2c, 0x011e0517, - 0x2706010f, 0x0c832601, 0x37360122, 0x08064054, 0x14151633, 0x0f0c0107, 0x95795013, 0x05180413, 0x0c107013, 0x02059f01, 0x0c0a1404, 0x090cb3fd, - 0x010d0a14, 0x3c111d61, 0x0830070e, 0x65136813, 0x3e0b0743, 0x08088257, 0x07300821, 0x0d04890e, 0x0a0c1a05, 0x0d0ac601, 0xfe090c19, 0x322524ee, - 0x1270110b, 0x13041805, 0x820080a0, 0x05cb4100, 0xcb418020, 0x612b2006, 0xe15f2d21, 0x5faa200b, 0xd05f21d7, 0x01200813, 0xdcffffff, 0xa5010002, - 0x00002000, 0x16363713, 0x041e011d, 0x07061415, 0x3e372606, 0x27042e01, 0x08069246, 0x0cb0083b, 0x4c50341c, 0x23301e32, 0x0904150b, 0x1e150706, - 0x1c22362e, 0x0108b00c, 0x0d0a9802, 0x0901500f, 0x2c422919, 0x0819552c, 0x321f0c0e, 0x0d131d26, 0x0f580105, 0x07980a0d, 0x05834316, 0xbcff1024, - 0xe782f001, 0x001a5d08, 0x0100001f, 0x1415011e, 0x0607030e, 0x35032e27, 0x3f033e34, 0x17323601, 0x37013e03, 0x0ed20127, 0x3d2e1e10, 0x12121c39, - 0x27404d2a, 0x09070503, 0x1408c006, 0x634b1208, 0x6c01b002, 0x3f0f1805, 0x29435373, 0x1108080b, 0x47825f43, 0x080a0b06, 0x04500207, 0x2546fe04, - 0x004a6ca2, 0x43092b63, 0xa9580d1b, 0x077f4208, 0x34113722, 0x15261382, 0x21331411, 0xad180132, 0xd02810e5, 0x0cb8fe0c, 0x0c48010c, 0x201e1e43, - 0x090f6100, 0x1e000d35, 0x2e002600, 0x4c004200, 0x00005400, 0x15163212, 0x82060714, 0x26272663, 0x22253435, 0x2af0820e, 0x3f323316, 0x36373401, - 0x18012e31, 0x2007ec4c, 0x060e4336, 0x2e362528, 0x06262702, 0x2783010f, 0x36331724, 0x6a183435, 0x2323073c, 0x86160722, 0xeea93f24, 0x120927a9, - 0x091244fe, 0x09200127, 0x0d13090e, 0x02090909, 0xd8100301, 0x1a13131a, 0x05844313, 0x0117013a, 0x04070401, 0x3d03120a, 0x6e092319, 0x0a4c1709, - 0x13130d11, 0x2e06050d, 0xa02a1f85, 0x434e77a9, 0x4e430f0f, 0x43826977, 0x06130d2a, 0x0203011c, 0xe0fe0d0b, 0x340a0f6c, 0x080a0535, 0x09030206, - 0x2502b809, 0x0f0f1119, 0x7f131d11, 0x211f820f, 0x2484de02, 0x03000023, 0x23008200, 0x80014002, 0x1f2c0982, 0x00002f00, 0x21152113, 0x33161424, - 0x21065a48, 0xb383013d, 0x6e352321, 0x1d2405e1, 0x34272201, 0x08ab5b18, 0x32213331, 0x01803536, 0x01c0fe40, 0x1c141c90, 0x8220fe14, 0x831c2004, - 0xe0012109, 0x4c340982, 0xb0fe0a0e, 0x0a0e0e0a, 0x0e0a5001, 0x74c02001, 0x14601c28, 0x60211e82, 0x2008871c, 0x201d8338, 0x5c0483d0, 0xc020086b, - 0x22531819, 0x54783c28, 0x10547854, 0xca654b35, 0x354b2605, 0x234c2337, 0x251282a0, 0x4b747854, 0x63831035, 0x10211c82, 0x5ada8410, 0x0124059f, - 0x000f00a0, 0x22129543, 0x78372701, 0x035b1836, 0x434c290c, 0x28090943, 0x42420909, 0x0d8c0684, 0x210d8864, 0x2393defe, 0x31850920, 0xff020031, - 0x01d9fff9, 0x00a701c7, 0x00270013, 0x4e013f00, 0x06240d59, 0x0126012f, 0x280e8b4e, 0x16011f36, 0x0b216305, 0x05644e0c, 0x0c631f27, 0x010c190b, - 0x24118fc2, 0x0b1f6315, 0x053f4e1e, 0x0c632127, 0x010b190c, 0x20118f62, 0x9f441800, 0x0013250b, 0x37000028, 0x93876b92, 0x1d011e24, 0x90821401, - 0x03820720, 0x5dd52622, 0x5d258089, 0x0b1a0b0b, 0x2510850b, 0x1e060b07, 0x11841f0b, 0x895d8521, 0x20108480, 0x2710836b, 0x70070b06, 0x210b0c10, - 0x00211184, 0x097f6500, 0x00202f08, 0x002c0026, 0x17162500, 0x27222306, 0x06273736, 0x37342607, 0x26371716, 0x17323627, 0x36170706, 0x07141637, - 0x36252726, 0x07160727, 0x18820637, 0x01373f08, 0x48211370, 0x20486464, 0x1c111d14, 0x101c3636, 0x4820131d, 0x132048c8, 0x361c101d, 0xfe111b37, - 0x1f1919ff, 0x19f61516, 0x16151e19, 0x461f2754, 0x0e271f46, 0xae441c21, 0x0f211b44, 0x0e821e26, 0x210e2623, 0x270e831b, 0x4d4d1222, 0x9043430a, - 0x42250582, 0x00000044, 0x08176608, 0x0a000429, 0x15000f00, 0x83001b00, 0x002b28a1, 0x07061300, 0x82173627, 0x171622a1, 0x22978205, 0x82270536, - 0x829f82a5, 0x252721af, 0x06221682, 0xa6821725, 0xaf823620, 0x06172108, 0x4e2a02d4, 0x392e6935, 0xfe3f5301, 0x4d374ea2, 0x2e3c010a, 0x6204349e, - 0x02382e96, 0x5e013f53, 0xfe211283, 0x201284c4, 0x372a83ba, 0x374db601, 0x2eca2c4e, 0x34046246, 0x022a4e22, 0x9e2e9745, 0x2c02533f, 0x0121108e, - 0x822683eb, 0x040021a6, 0x210cbf66, 0xc1660017, 0x075d440a, 0x07e58b18, 0x91220f87, 0x028291ce, 0x131a6b25, 0x53131a13, 0x102005fd, 0x4a4e0b84, - 0x82272006, 0x1a132216, 0x2012845a, 0x081770b0, 0xf3540520, 0x003b2c08, 0x00730053, 0x0093007b, 0x54273700, 0x005705e3, 0x34352307, 0x145d013b, - 0x3233250a, 0x0f141516, 0x07145c18, 0x14012b25, 0x18362317, 0x2107b2a7, 0xd7571733, 0x013d2408, 0x5b013f34, 0x272009b8, 0x09bff218, 0x07864f87, - 0x17224b82, 0xbf773723, 0x2b3f9706, 0x0901224a, 0x08183907, 0x10081808, 0x08270382, 0x09073918, 0x600a2201, 0x80220525, 0x08831010, 0x0909b724, - 0x0882e007, 0x0709172e, 0x740907a0, 0x1a060b19, 0x36061906, 0x1a2b0382, 0x03190b06, 0x09202f7e, 0x8277090e, 0x85c02024, 0x07802924, 0x035af009, - 0x20090703, 0x06825386, 0x07092027, 0x095a0303, 0x23508207, 0x413f3f41, 0xfc230884, 0x82160a04, 0x16072431, 0x840c040a, 0x92102968, 0x3b0e0a15, - 0x1a1a0606, 0x3b270385, 0x52150a0e, 0x82202050, 0x90a32024, 0x05f3442b, 0x0140012e, 0x002300c0, 0x37000033, 0x2e373634, 0x35071841, 0x07061415, - 0x06071716, 0x16011f14, 0x16013f32, 0x15071415, 0x614e3523, 0x05ea4a09, 0x4708333c, 0x130e0b2a, 0x130d400d, 0x21260b0e, 0x0c02026c, 0x64020702, - 0x38c0381b, 0xd5182801, 0xa0300979, 0x03228a35, 0x130d0b11, 0x110b0d13, 0x6c3d1f03, 0x0c2d2482, 0x3c650202, 0x2c11432b, 0x095d112c, 0x83a18307, - 0x20002104, 0x4d08f741, 0x0f280547, 0x17001300, 0x1f001b00, 0x8118a382, 0x25080925, 0x003f003b, 0x00470043, 0x004f004b, 0x00570053, 0x005f005b, - 0x00670063, 0x006f006b, 0x00770073, 0x007f007b, 0xb0820100, 0x15330724, 0x07823723, 0x07821320, 0x03822720, 0x06821383, 0x07833520, 0x35230524, - 0x03823533, 0x33350324, 0x07821315, 0x07820120, 0x15210682, 0x20078233, 0x20248225, 0x200c8201, 0x840b8207, 0x20078243, 0x830b8627, 0x202f831b, - 0x200f8213, 0x20238227, 0x832b8237, 0x82272023, 0x35052467, 0x82251533, 0x82172007, 0x00012613, 0x4040c040, 0x83018280, 0x80012107, 0xfe230582, - 0x820140c0, 0x23158313, 0xfe404040, 0xc0211283, 0x21148240, 0x0e820140, 0x80201584, 0x40220884, 0x0d8400ff, 0x4185c020, 0x40214283, 0x834f8240, - 0x8708822a, 0x20258242, 0x82168380, 0x830a8233, 0x8238842b, 0x86fe204c, 0x896f8247, 0x83138285, 0x821e8339, 0x82028207, 0x854a8431, 0xcbb618a2, - 0x0035250c, 0x16322100, 0x0b9b5e18, 0x43013321, 0x2120055e, 0x271d8443, 0x09079001, 0xa0fe0709, 0x01320583, 0x01130d70, 0x4ad6fe4a, 0xa00d1301, - 0x28080828, 0x03823008, 0x41280821, 0x012c09ef, 0x050d1320, 0x05d6d605, 0x30130d05, 0x06821d86, 0x69003021, 0x8031053f, 0x2500a001, 0x3d002d00, - 0x26370000, 0x3f34013d, 0x597c8301, 0x212d05e4, 0x36341535, 0x3d36013f, 0x0f060701, 0x23028301, 0x34272223, 0x8206076c, 0x3fbb8cab, 0x09071313, - 0x940c020e, 0xc0fe714f, 0x1b391418, 0x09030a16, 0x060c0f04, 0x10060706, 0x0c100c0c, 0x8406ad42, 0xb02008b5, 0x0a891508, 0x041c0907, 0x50700c04, - 0x18010fc0, 0x0d1d0a26, 0x050b321e, 0x060f1e0b, 0xa3020205, 0x0c232f82, 0x89ccfe10, 0x000021c5, 0x21084b43, 0x4b4300a0, 0x012e2105, 0x22067b4e, - 0x18330706, 0x21090575, 0xae822317, 0x3b432320, 0x41172006, 0x69310e5f, 0x563d1b16, 0x19161b3d, 0x07090907, 0x18b01810, 0x08db5c10, 0xe15cfe20, - 0x2f0e2905, 0x3d3d2b1b, 0x0e2f1b2b, 0x05257b84, 0x502b2b50, 0x200a8405, 0x388c8be0, 0xffffff03, 0x010002c0, 0x000700c0, 0x00490017, 0x26220000, - 0x16323634, 0x06225314, 0x34076b4f, 0x15160133, 0x21010f14, 0x34352627, 0x1736013f, 0x33323316, 0x0600443e, 0x011e1722, 0x2209f75c, 0x83161415, - 0x36372a1c, 0x2e170117, 0x212e2121, 0x0ae34178, 0x07a92c08, 0xd0fe6602, 0x1d070266, 0x180e0a0c, 0x1a130102, 0x0b270508, 0x111b0302, 0x020e140b, - 0x05270b02, 0x05111608, 0x0a0e1804, 0x8250010c, 0x2e21233b, 0xad898ffe, 0x08012408, 0x04040805, 0x0304d3d3, 0x08100509, 0x1e01130d, 0x0a080514, - 0x110a1610, 0x05080a0b, 0x01031d12, 0x4c080d13, 0xa0340adf, 0x2b002300, 0x00003b00, 0x1d163201, 0x17140701, 0x27353621, 0x2008cc45, 0x28098c33, - 0x34350333, 0x1d062226, 0x0f694101, 0x07700132, 0xfe0d4009, 0x09400de6, 0x09073807, 0x50070930, 0x58230584, 0x66131a13, 0xa0300509, 0x07090907, - 0x0709a001, 0x4a5620b0, 0xb020564a, 0x09785318, 0x0730302c, 0x40e0fe09, 0x0d13130d, 0x03428040, 0x0003300c, 0x02e0ff00, 0x00a00180, 0x002f0017, - 0x18000053, 0x630adc64, 0x36220a81, 0xf34e0533, 0x19152005, 0x220d9001, 0x1827011d, 0x21072d44, 0x2f822622, 0xdd831e90, 0x0a683330, 0x300a0e0e, - 0x08180e0a, 0x0a0e1808, 0x06844002, 0x14840f82, 0x1c869820, 0x0d848020, 0x0a820484, 0x0e600125, 0x83f0fe0a, 0x0868231a, 0x40820830, 0x06858020, - 0x010a0e23, 0x20158410, 0x201f82c0, 0x21098370, 0x0583a8a8, 0x87900121, 0x4700200b, 0x21080aef, 0x000d0006, 0x00510015, 0x17160100, 0x16171627, - 0x17272601, 0x27262726, 0x1737013e, 0x1307010e, 0x90562707, 0x56079005, 0x172505ff, 0x36013f16, 0x8e2b822f, 0x2a138207, 0x0de20126, 0x33369d01, - 0x8534fe1e, 0x11122407, 0x82d86798, 0x1d663303, 0x0c05061c, 0x171d0505, 0x0b06061c, 0x161c0606, 0x0784051d, 0x05200e84, 0x01291d9c, 0x9d353484, - 0xfe080e01, 0x2407855b, 0x0f916fc6, 0x220382d9, 0x841c5401, 0x1c06253d, 0x05051d17, 0x07835483, 0x06050c23, 0x205b8d1c, 0x88258a16, 0x6100201d, - 0xa0390607, 0x1500c001, 0x2d002300, 0x42003800, 0x33370000, 0x012b0614, 0x011d0622, 0x05865e14, 0x06822620, 0x14252626, 0x2307020e, 0x2a060844, - 0x35363207, 0x06162734, 0x82171627, 0x010e2706, 0x32331627, 0x11853736, 0x60290982, 0x100d13e0, 0x280c130d, 0x3e07840c, 0x1a0e4001, 0x2ddc1624, - 0x7aac7a35, 0x16130eb4, 0x08141d07, 0x0b051648, 0x17080d17, 0x8440130e, 0x2808820f, 0x13130d20, 0x0c0c140d, 0x3e078214, 0x2c351bdd, 0x5d1c0e26, - 0x7a7a5637, 0x170e1382, 0x071d1408, 0x08172f16, 0x040a170d, 0x854d1416, 0x0014230f, 0x00820002, 0x0100022b, 0x00070080, 0x3c000012, 0x059d6a01, - 0x011e272d, 0x14153736, 0x35262206, 0x8296d496, 0xc9372302, 0x068237c9, 0x3850f83b, 0x0e385038, 0x281e1e28, 0x3838286e, 0x00030028, 0x02bdff00, - 0x00c70187, 0x32ff8217, 0x25000035, 0x030e1417, 0x2f010e07, 0x013f3601, 0x820f2636, 0x013e2347, 0x53580533, 0x34352605, 0x1613023e, 0x058c650f, - 0x37277108, 0x011f013e, 0x01173637, 0x0d035700, 0x1b101d0f, 0x04353685, 0x06035f07, 0x1d193c04, 0x011c511b, 0x2e2e2209, 0x160c2e43, 0x0c0a9e1d, - 0x040322e8, 0x19563b06, 0x22040c03, 0xe70a0de8, 0x280f046d, 0x150d2a24, 0x17020211, 0x07047020, 0x174a1601, 0x2f881416, 0x212f2f42, 0x0c161d11, - 0x0a0d4101, 0x0c052bb1, 0x376d0c01, 0x2b040105, 0x000c09b2, 0x01200082, 0x0b45af82, 0x00033205, 0x11210500, 0xfe000221, 0x40000200, 0x00000002, - 0x064b6403, 0x0a00c026, 0x27001f00, 0x262fcb82, 0x37270706, 0x1e173236, 0x15060701, 0x58261714, 0x2e230b4c, 0x85043701, 0x342908d5, 0x7130f001, - 0x3f38d422, 0x182f3fb2, 0x290b06f2, 0x0659241d, 0x06350611, 0x1d236707, 0x3e011509, 0x50383850, 0x14209838, 0x2c23822f, 0x89812f3f, 0x1a1d1216, - 0x67241c05, 0x27238207, 0x23590611, 0xa422511d, 0x25082182, 0x00005038, 0xfffdff06, 0x01f801c8, 0x000900bd, 0x001a0011, 0x002d0025, 0x3700003b, - 0x2607010e, 0x37013e27, 0x09832716, 0x16373628, 0x26272617, 0x99833627, 0x36171626, 0x06070637, 0x072e0d82, 0x23063716, 0x13362722, 0x1c15021e, - 0x0b821501, 0x36317508, 0x4b35e726, 0x11152412, 0x24154460, 0x0f195f3e, 0xd2234547, 0x5a033037, 0x34343330, 0x29534c84, 0x461e0c28, 0x33213e92, - 0x5b458b76, 0xca0a3b46, 0x2c2a4b30, 0x2706012d, 0x3d6321cd, 0x72472e23, 0x1e4f3220, 0x90513f63, 0x06cd1f26, 0x0e5d821b, 0x558b3206, 0x0a010128, - 0x1a152931, 0x52472c2b, 0x2f243b14, 0x44118e01, 0x0401355f, 0x83450e01, 0x08000000, 0xbf34c382, 0xc001c001, 0x42003a00, 0x52004a00, 0x62005a00, - 0x72006a00, 0x1807f155, 0x240e664b, 0x32363435, 0x08bb7116, 0xd9500b97, 0x085e4c0f, 0x8706c450, 0x23178f0f, 0x131a9301, 0x0d104e18, 0x46191820, - 0x08250eb3, 0x0ed70810, 0x05646409, 0x136d0582, 0x850e8505, 0x05676d0b, 0x01270585, 0xb00d1350, 0x18711416, 0x2108374e, 0x4619f121, 0xfe2118a0, - 0x204584e3, 0x20058457, 0x200b8a89, 0x6c0b8429, 0x772005fd, 0x00200b84, 0x07200082, 0x20360382, 0x60018002, 0x13000900, 0x1f001700, 0x2f002700, - 0x00003700, 0x6f573411, 0x01352106, 0x2308e35a, 0x11211101, 0x2007695d, 0xa35c1806, 0x330f880e, 0x1a60601a, 0x1a400226, 0x601a2626, 0x0001e0fe, - 0x0e0e1446, 0x6e200287, 0x01320b8a, 0xfe261a20, 0x011a26c0, 0xc01a2600, 0x4001261a, 0x0383c0fe, 0x2c84e820, 0x05845220, 0x0b8a6e20, 0x23075f54, - 0xc0010002, 0x1239ab82, 0x00001c00, 0x23173001, 0x1e323335, 0x15271701, 0x37313623, 0x0733013e, 0x06b45121, 0xfe013532, 0x0b8def01, 0xdb030e12, - 0x053301ef, 0x02631019, 0x3606f676, 0xc0070701, 0x210a0f08, 0x0f9807c0, 0x14f0e012, 0x00141c1c, 0x58000300, 0xc0260523, 0x29001400, 0xe95b3e00, - 0x06275808, 0x013b3627, 0x35173715, 0x05364925, 0x53490c85, 0x07232106, 0x860c5158, 0x30022129, 0x24083849, 0xfe202050, 0x820d83d0, 0x18502008, - 0x20081146, 0x211186e0, 0x221909a0, 0x15230954, 0x84406015, 0x8260200e, 0x85088409, 0x8713880e, 0x010029a7, 0x001900a0, 0x0039001d, 0x200fbd6c, - 0x09554e3b, 0x33152725, 0x18351735, 0x51195a4b, 0x502c0bdb, 0x14a0141c, 0x2080c01c, 0x30083808, 0x06860382, 0x1c400123, 0x093c6c14, 0x1c143029, - 0x2030141c, 0x8af82020, 0x38082122, 0x2b06774a, 0x00c00180, 0x0013000a, 0x011e1300, 0x0805c545, 0x1236342b, 0x34353632, 0x14150627, 0x6b6b55c0, - 0x2c6a6baa, 0x60603654, 0xa54dc001, 0x76765e3a, 0xfea53a5e, 0x382a358d, 0x2a386969, 0x05b74800, 0xd7824720, 0x25001d2a, 0x00002f00, 0x07061625, - 0x2005cd56, 0x294d8427, 0x3634013d, 0x17163233, 0x06823736, 0x46181720, 0x053f073d, 0x23262737, 0x010e0722, 0x1b2b0217, 0x241d2710, 0x0783223c, - 0x425c4206, 0x402d2e42, 0x831d0d02, 0xf8fe3a10, 0x011c281c, 0x0f415223, 0x120c101b, 0x27940c07, 0x31151b5d, 0x950f0abb, 0x2a26822e, 0x3e422ee0, - 0x1514212c, 0x83708f31, 0x2d7028de, 0x09165d3a, 0x4911290c, 0xc0260aef, 0x1d001500, 0x6b412d00, 0x36342412, 0x43151632, 0x17200711, 0x210c4553, - 0xd1563716, 0x26502c0b, 0x14362634, 0x0e140e0e, 0x18090961, 0x210ca74a, 0x5a5a8001, 0x07896007, 0x25821820, 0xda140e26, 0x081d0809, 0x0aa24a18, - 0x08248f82, 0xc0ff0000, 0x20080b61, 0x26918225, 0x00410035, 0x9759004d, 0x0fbe4499, 0x2007a055, 0x06bb4336, 0xa3181320, 0x3d220aca, 0xa1783401, - 0x20c58f14, 0x0ac243aa, 0x0e21a884, 0x20118482, 0x11ce7668, 0xfe21da91, 0x0ad14398, 0x2005e343, 0x271184b2, 0x08109efe, 0x68081008, 0x0022058a, - 0xef830700, 0x01800223, 0x2a0982c0, 0x0033000f, 0x0043003b, 0x185b004b, 0x18091fd1, 0x2f076b6a, 0x36262705, 0x16373637, 0x33363536, 0x16061732, - 0x17300a82, 0x010f011e, 0x2627010e, 0x35231527, 0x26060706, 0x18077c66, 0x4c095b61, 0xaf5e058f, 0x05da4308, 0x01333108, 0x09090ef7, 0x489c090e, - 0x34483434, 0x0712a4fe, 0x120b0c05, 0x4a563718, 0x2005453c, 0x171c0e2f, 0x1207040d, 0x320a1a07, 0x3138e037, 0x37011a0a, 0xd844fd84, 0x84b12005, - 0xf001273a, 0x07090907, 0x0583a0fd, 0x4a82c020, 0x470e0922, 0x23084a82, 0x1bf04834, 0x06081c09, 0x1f19140a, 0x23191620, 0x0e0d1603, 0x1b091c08, - 0x1e06050b, 0x135b5b13, 0x1f05061e, 0x200af444, 0x20388406, 0x0cdb4bc9, 0xffff0438, 0xc101bfff, 0x3c00c101, 0x47004100, 0x00004d00, 0x37033e15, - 0x3f55032e, 0x17230805, 0x36211716, 0x013b3637, 0x0e071632, 0x07060704, 0x36272633, 0x17021e37, 0x012b0616, 0x27262722, 0x83070621, 0x26250809, - 0x23373613, 0x16213716, 0x03363317, 0x23272621, 0x200e0306, 0x422d2d42, 0x01030e20, 0x0e20070a, 0x01020202, 0x34048238, 0x0a07200e, 0x1e0a0201, - 0x2c314d2a, 0x040d7f22, 0x392a1b20, 0x25228411, 0x0301010f, 0x2286c8fe, 0x24e13708, 0xa71c801c, 0x0c09fafe, 0x01fd0cdc, 0xdb0d0805, 0x2f152e0c, - 0x1d1d4944, 0x152f4449, 0x080e0b07, 0x0e080a0a, 0x2812070b, 0x1940393f, 0x020c1d16, 0x5a241311, 0x19821a38, 0x090c0630, 0x010b0e09, 0x18181419, - 0x10101068, 0x0482d0fe, 0x00002708, 0xff000003, 0x014202b9, 0x001500c0, 0x003d0035, 0x26272500, 0x013f013e, 0x37273717, 0x1f021e36, 0x0f061601, - 0xd6822601, 0x0e010f28, 0x012e2701, 0x71182627, 0x17260b24, 0x37171613, 0x8f181636, 0x013708dc, 0x01013526, 0x213e0406, 0x033d213d, 0x01040606, - 0x0606023c, 0x82fe17a1, 0xd54f0805, 0x1d2d4401, 0x2c08052b, 0x0907595c, 0x17700709, 0x1c2d6407, 0x020c06d6, 0x1c28b7fe, 0xaa1c281c, 0x070804a0, - 0x14631401, 0x01011563, 0xb5030502, 0x35020c07, 0x0b072911, 0x382c4703, 0x1e2c0508, 0x15012337, 0x07200709, 0xd6fe1609, 0x82472401, 0x82a82052, - 0x281c2236, 0x05134500, 0x82800221, 0x001427c3, 0x37000042, 0x2f622622, 0x37152405, 0x4d333517, 0x23200562, 0x2106124e, 0x4418012b, 0x37210760, - 0x83098923, 0x06a54f30, 0x83013b21, 0x83d02030, 0x309023a2, 0x07839030, 0x09237282, 0x82035307, 0xc603216c, 0x53230584, 0x7b300907, 0x80290617, - 0x00010709, 0x20800907, 0x20098220, 0x200982ff, 0x27a28440, 0x1c140709, 0x0808141c, 0x01210789, 0x22188670, 0x5b0090fe, 0x082b09bb, 0x36001a00, - 0x16010000, 0x8223011d, 0x071724aa, 0x653b1614, 0x13200d74, 0x23195346, 0x07790135, 0x100a8d18, 0x54464020, 0x1857200e, 0x2012008d, 0x097446d8, - 0x3f410982, 0xc0012706, 0x2f00c001, 0x8d823800, 0x3d33848a, 0x16173301, 0x17013f32, 0x34363233, 0x27012b26, 0x820f2226, 0x6b2b2004, 0x3525067c, - 0x013b3634, 0x22bd8717, 0x180e2001, 0x2b07948d, 0x0a022346, 0x5a163902, 0x07090907, 0x142a0b85, 0x088d0502, 0x0a0e3808, 0xb58499c8, 0x0a380132, - 0x0ab8fe0e, 0xa80a0e0e, 0x72040446, 0x090e092c, 0x28280783, 0x08100804, 0x690e0ae8, 0x0020b784, 0x260a376a, 0x000d0009, 0x49330029, 0x17280b2d, - 0x25112111, 0x013b1415, 0x32200383, 0x18061765, 0x5e0ade52, 0x2b2d064d, 0x141c1101, 0x1c143030, 0xff400180, 0x0e204100, 0x1c145022, 0x01251c82, - 0xfe1c1470, 0x22088340, 0x4740fec0, 0xc0200d72, 0x23053346, 0x0800c001, 0x2e08b748, 0x00250019, 0x003d0031, 0x00650049, 0x467d0071, 0x98501213, - 0x45012008, 0x172016f7, 0x37201796, 0x461a4548, 0x02331743, 0x09130d20, 0x07e0fd07, 0x800d1309, 0x0dc00d13, 0x6d00ff13, 0x058505e2, 0x0c8ba020, - 0x1a061024, 0x03821406, 0x90200686, 0x012d1b8b, 0xfe0d1360, 0x09090790, 0x0d700107, 0x05f35013, 0x28acfe23, 0x1923820c, 0x20118b02, 0x23458ab6, - 0xdcfe1a06, 0x5342268a, 0x00022a06, 0x0700c001, 0x00002300, 0x06494d12, 0xf5860520, 0xfd8c2320, 0x14153325, 0x4e32013b, 0x01250588, 0x08300870, - 0x86038260, 0xc0012106, 0xe2271784, 0x580808f0, 0x85080858, 0x05174206, 0x4002c022, 0x13265f82, 0x2e001b00, 0x83413800, 0x33152212, 0x08e77e35, - 0x250d217e, 0x33160607, 0x84821513, 0x77823620, 0x40181620, 0x90280b0c, 0x263446c0, 0x1d263426, 0x2a0d147e, 0x080a0204, 0x0d13809d, 0x47130d40, - 0x60220d69, 0x2d82a060, 0xba342624, 0x0a7e070d, 0x070d2b05, 0x60a0010d, 0x13130d60, 0x43480400, 0x0039220c, 0x48a39245, 0x13200cd5, 0x481afb41, - 0x27480b33, 0x05ed480f, 0xd9424820, 0xb008220d, 0x8d028208, 0x261a23ad, 0xf2481a26, 0xdefe2105, 0x270c574a, 0x080810c8, 0x00000810, 0x4b45b385, - 0x00382706, 0x0040003c, 0x884b3700, 0x23172213, 0x07934b15, 0x06632120, 0x06434508, 0x49563320, 0x35052406, 0x82211523, 0x07902803, 0x70070909, - 0x83704040, 0x30802207, 0x09b24730, 0x02210b85, 0x2a118260, 0x01a0a9fe, 0x09c0a080, 0x4507e007, 0x0883064e, 0x22074e45, 0x8b090720, 0x8240200a, - 0x2fab8500, 0x014402dc, 0x000b00a0, 0x001d0013, 0x12000027, 0x84051f4c, 0x54172091, 0x372a060d, 0x06071617, 0x3e37022e, 0xd26d1e01, 0x36372405, - 0x82425c42, 0x1ca03c02, 0xd2ec1c28, 0x762f0707, 0x06220854, 0x230953c3, 0x06d30705, 0xa0012f07, 0x4ae02e42, 0x9e2005af, 0x2b05a84a, 0x0507d31e, - 0x76530923, 0x5437072f, 0x07240482, 0x220607d2, 0x2c06e342, 0xc0018001, 0x31002100, 0x35130000, 0x062f6b21, 0x27098944, 0x013d3233, 0x35012b34, - 0x23210784, 0x0e015637, 0x4001202c, 0x00ff0d13, 0x0878130d, 0x03867808, 0x0e0ad022, 0x2b08c75e, 0xa0fe4000, 0x0d13130d, 0x08100840, 0xc0220387, - 0xfd530a0e, 0x4b002007, 0x0f250c37, 0x35001900, 0x05275500, 0x8205476f, 0x3336227a, 0x08b37313, 0x29453720, 0x6801211a, 0x08207689, 0x4b469587, - 0x237a8a0f, 0x600120fe, 0xc5209b84, 0x200c4642, 0x05db4600, 0x01800229, 0x002300c1, 0x4d47003f, 0x21200edb, 0x2115e354, 0xca712227, 0x011f3405, - 0x1f323637, 0x16323301, 0x012b0614, 0x22060727, 0x5602012f, 0x022106cb, 0x2b691810, 0x09c03512, 0x08088807, 0x1402058d, 0x04140432, 0x0907661c, - 0x167a0709, 0x4c290b84, 0x34262634, 0x2e42e026, 0x09ca55a0, 0x83600121, 0x90f0310b, 0x08800907, 0x28040810, 0x37090963, 0x2c090e09, 0xff210783, - 0x222e8200, 0x43003426, 0x49260c03, 0x59005100, 0xc58a5e00, 0x22061425, 0x83233526, 0x08e44105, 0xc282bc86, 0x20071647, 0x210b8232, 0x17852123, - 0x2008c960, 0x2ad98233, 0x04011d16, 0x26343632, 0x87140622, 0x35372607, 0x02152327, 0x23a48470, 0x80385038, 0x98260382, 0x08d00808, 0x0587f008, - 0x0982fe20, 0x141c3825, 0x18140001, 0x83244ee4, 0x05e564da, 0x30280588, 0x141c1c14, 0x0e640e30, 0x145ee418, 0x4b060021, 0x0b2a08fb, 0x33002300, - 0x4e003700, 0xa9655a00, 0x0333240c, 0x541d011e, 0x415d08ec, 0x03142109, 0x240ed142, 0x15233505, 0x8a2b8a01, 0x6517202a, 0x332a09f8, 0x08087802, - 0x1f080830, 0x06822e29, 0x1d1f2422, 0x70240582, 0x07090907, 0x2605d971, 0x01b06001, 0x821e1a08, 0x3c242114, 0x58200482, 0x60202b84, 0x0805f34c, - 0x1b090126, 0x081e3157, 0x42261e08, 0x3e251314, 0x0b3e0808, 0x0709f1fe, 0x1c090780, 0x1c144014, 0x01404070, 0x21391242, 0x2c242183, 0x42412a19, - 0x2c212082, 0x353a85ee, 0xfcff0200, 0x0402bcff, 0x1f00c401, 0x00003e00, 0x07173713, 0x12442f06, 0x013f2505, 0x013f2627, 0x240cb356, 0x0f163727, - 0x201f8301, 0x20078417, 0x231f8203, 0x37021f36, 0x363b2783, 0x8840ca17, 0x40261bb6, 0x0c050642, 0x07430505, 0x381a1b04, 0x060b0605, 0x852d3706, - 0x05fd2107, 0x062b1882, 0x06492d1c, 0x05062206, 0x85118811, 0x2d392307, 0x2682061c, 0x11010529, 0x1cb58841, 0x84430705, 0x40422526, 0x381b1b26, - 0x06221883, 0x07842e37, 0x84950521, 0x2d1c234d, 0x3f82054a, 0x3f830620, 0x06220525, 0x82381106, 0x2958823f, 0x04000005, 0xc0ffffff, 0xcb828402, - 0x000b2308, 0x0024001a, 0x1200002e, 0x16171632, 0x22212306, 0x05363526, 0x0e151632, 0x2e222301, 0x36342702, 0xf8440033, 0x45072008, 0x362e060b, - 0x095b7864, 0xfe030601, 0x090503d0, 0x04822f01, 0x1e3c5b34, 0x051c2a37, 0x1f020305, 0x05230954, 0x0707d307, 0x0483462f, 0x0e837620, 0x4d000129, - 0x0606033a, 0x82633a03, 0x154d2c03, 0x031d3124, 0x546b0106, 0x82072f76, 0x23052128, 0x05222882, 0x0e830923, 0x00820020, 0x9b840120, 0xc3010135, - 0x00002800, 0x0f141601, 0x06072301, 0x3f342622, 0x41373501, 0x1e580c62, 0x013e350a, 0x1c23dd01, 0x075964fe, 0x59070e14, 0x0606322d, 0x3206060b, - 0xf683078a, 0x1b2e3333, 0x21ac014d, 0x59fd1c52, 0x07140e07, 0x332e6559, 0x21178205, 0x07903206, 0x82061c21, 0xff022d87, 0x01cffffd, 0x00b401e4, - 0x00190015, 0xcf418982, 0x23062405, 0x7b262722, 0x372709e6, 0xde010727, 0x82220505, 0x1ef62971, 0x1b1f2f2b, 0x0bf21e06, 0x08260f84, 0x01944f46, - 0x1a860606, 0x52202424, 0x9482f11e, 0x05052226, 0x944f45ee, 0x05205f82, 0x2b083743, 0x00170013, 0x003b0027, 0x1300003f, 0x4205f643, 0x4d5105ec, - 0x15332206, 0x07d95333, 0x96098b5b, 0x08482d27, 0x0808d008, 0x2f422f18, 0xa0014030, 0x21092a47, 0x188b5801, 0x30088023, 0x28028208, 0x2f2f21f0, - 0x6060f021, 0x0a985afe, 0x1b8e0120, 0x200bd347, 0x22a7820b, 0x43410023, 0xa24406db, 0x059d5a05, 0x25200b86, 0x0b82b783, 0x34373527, 0x15162533, - 0x07df5811, 0xed581282, 0x11353106, 0x36253734, 0xf8011732, 0x90fe0808, 0x70010808, 0x012d078c, 0x1ed90108, 0x13085008, 0x0e82fe0e, 0x24088213, - 0x0810011e, 0x0bd04914, 0xc020b682, 0x8b2bbd85, 0xa9fe200c, 0x0df80808, 0x820d1313, 0x5701264d, 0x04710c20, 0x07434604, 0xc0010028, 0x21001900, - 0x35493200, 0x15062812, 0x36321614, 0x46273435, 0x2721071d, 0x2d128822, 0x012e3637, 0xc0010706, 0x1a26261a, 0x058380fe, 0x711a1a3a, 0x641a719e, - 0x845e5e84, 0x1711a05e, 0x0b172217, 0x0c050222, 0x8001030c, 0x28842282, 0x1a40012d, 0x4f332d26, 0x334f7171, 0x8200ff2d, 0x845e2427, 0x8210183a, - 0x0f11282b, 0x0c064f0c, 0x41060505, 0x072a0cef, 0x1f000f00, 0x7d003300, 0x4f590000, 0x34262105, 0x07554418, 0x4510735d, 0x3b260d21, 0x11211101, - 0x13483527, 0x8c5f1808, 0x0e226c10, 0x52231521, 0x3d22053f, 0xf3843301, 0x48263421, 0x0784074d, 0x090ee926, 0xb7090e09, 0xd0200584, 0x21092c42, - 0x0b896002, 0x0002302b, 0x68880860, 0x08680808, 0x23038210, 0x08886808, 0x40260e85, 0x281c1c14, 0x0382401c, 0x40141c22, 0x88221f83, 0x4c824008, - 0x170e0922, 0x01210584, 0x09105197, 0x7c49fe20, 0x6001270a, 0x10c8a0fe, 0x4d822008, 0x83060563, 0x8403840a, 0x1010214a, 0x10845784, 0x00002508, - 0xfffeff03, 0x018202de, 0x001700a2, 0x002d0022, 0x3f322500, 0x06141501, 0x2f06010f, 0x3d012e01, 0x33161701, 0x17231182, 0x85163716, 0x36372713, - 0x1f362117, 0x1e840701, 0x01375a08, 0x890607aa, 0x0fd90a0e, 0x0e0ad810, 0x1c070689, 0x0e40400e, 0x080604f0, 0x5c060cc6, 0xfd050cfa, 0xfa0c05ea, - 0xc60c065c, 0xc0040608, 0x0bb22702, 0x04360311, 0x11033604, 0x0227b20b, 0x176b6b17, 0x020e0770, 0x980b0438, 0x0a0a0120, 0x0b982001, 0x0e023804, - 0x00000007, 0x2d978204, 0x010002e0, 0x001400a0, 0x0024001c, 0xa34c002c, 0x22232e05, 0x22230627, 0x3e262726, 0x35263702, 0x0f745834, 0x96380f87, - 0x6a9696d4, 0x4c413338, 0x02010402, 0x061c1107, 0x131a7339, 0x93131a13, 0x0124058a, 0x7aac7aa0, 0x0bab0e19, 0x20827620, 0x0022028d, 0x576c0200, - 0x820f2008, 0x37002485, 0x82053734, 0x2483847f, 0x26373637, 0x0a596c05, 0x71011f21, 0x4025066b, 0x26450109, 0x277d8328, 0x2c030405, 0x3a02390b, - 0x320c546c, 0x6a604969, 0x1ad03996, 0x130afc1c, 0x34040a33, 0x6c90392b, 0x52260c4d, 0x48567a35, 0x7b82003a, 0x00820020, 0x01800228, 0x00110080, - 0x7b820039, 0x012b2622, 0x29057769, 0x06222315, 0x2521011d, 0x45181632, 0xde4e1681, 0x82212008, 0xa0333b09, 0x38201a26, 0x28400128, 0x261a2038, - 0xa001c0fe, 0x0920261a, 0x09074007, 0x068480fe, 0x1f822020, 0x01130d27, 0xe00d1380, 0x2ab8821a, 0x1a262838, 0x1a266040, 0x18791324, 0x2a095c45, - 0x1a241379, 0x600d1326, 0x4a130d60, 0x022908d7, 0x00c00100, 0x00460007, 0x09875468, 0x010e2727, 0x1f161415, 0x2b998201, 0x22012b06, 0x06010f26, - 0x17161714, 0x3b2b1382, 0x3d363201, 0x35013e01, 0x7b2f2634, 0x1627071c, 0x2636013f, 0x82272627, 0x822c8213, 0x0e9e433a, 0x16013b2a, 0x1d222317, - 0x21331401, 0x3f05a94b, 0x56013736, 0xac7a7aac, 0x2219e67a, 0x0c3f1318, 0x0a26070a, 0x04100610, 0x09181305, 0x0a070b07, 0x14251582, 0x060a0c3e, - 0x30158427, 0x18130401, 0x040c060a, 0x0df60408, 0xfe0d1313, 0x2d058340, 0x3f2b1e20, 0x6c010a0a, 0x2c400a0a, 0x4a82201e, 0xc5ac7a2e, 0x151a2401, - 0x03130621, 0x0a0a080e, 0x0a294d82, 0x11010e03, 0x070a0a07, 0x27189510, 0xfe050804, 0x600d13f1, 0x04824e83, 0x49192721, 0x280805ca, 0x03002719, - 0xbffffeff, 0xc3010002, 0x29000900, 0x00003100, 0x36272601, 0x17163637, 0x33371716, 0x06141507, 0x0607012b, 0x21f28223, 0x19823f36, 0x34352622, - 0x2305de5c, 0x36343517, 0x0807bb42, 0x4e200151, 0x07201135, 0x2c0a0213, 0x5e207070, 0x0a414d42, 0x052e6b0c, 0x16900806, 0x041a5511, 0x7d1e0415, - 0x0e1a2f4e, 0x090e0909, 0x3b101901, 0x06082531, 0x4b38450a, 0x5e42a040, 0x48040838, 0x24021007, 0x68511110, 0x0a09373d, 0x3c055845, 0x82602f21, - 0x0e092129, 0x002e8a82, 0x02c0ff00, 0x00800041, 0x25000025, 0x61180616, 0x517f0c1c, 0x2b260808, 0x14062201, 0x32013b16, 0x3236013f, 0x010c3502, - 0x1612970c, 0x09079bfe, 0x2f370709, 0x0fa02a20, 0x14020213, 0x0f834e0c, 0x11177636, 0x7818095d, 0x79091e0a, 0x6007090e, 0x1a260907, 0x0f0c0e17, - 0x0e236e82, 0x5300084a, 0x412606f7, 0x1200c301, 0x71823800, 0x3626272d, 0x1f163637, 0x013e3701, 0x82011e17, 0x0522217d, 0x013584a4, 0x03176d13, - 0x153d171a, 0x3c160b0b, 0x18031b17, 0x010e066d, 0x3298a11c, 0x481872c6, 0x16051416, 0x05160c0c, 0x18481614, 0x97480672, 0x29ab88aa, 0x004500c0, - 0x0100006e, 0xad83012e, 0x26084643, 0x15161716, 0x82140714, 0x262732b3, 0x1522012b, 0x1e011f14, 0x06161702, 0x0e141507, 0x05175b01, 0x26272625, - 0x63373435, 0x3b2505b8, 0x34353201, 0x41338327, 0x15221263, 0x33841514, 0x3e096541, 0x1a120f01, 0x19200303, 0x0712070a, 0x0510130a, 0x06130202, - 0x24060509, 0x0c360709, 0x82020d14, 0x08052219, 0x211a8f04, 0x98410bf0, 0x130d210e, 0x080d9741, 0x05300121, 0x25181119, 0x09071202, 0x02120709, - 0x03060409, 0x11020103, 0x08020406, 0x030f0107, 0x830b130e, 0x0804221c, 0x241d9104, 0x0f0e0aa9, 0x08d3410a, 0x030d1323, 0x09d54102, 0x2809d741, - 0x000b00c0, 0x24000031, 0x06c64222, 0x14151623, 0x25d04117, 0x38504828, 0x05100553, 0xc441b553, 0x37c02a21, 0x06702c27, 0x272c7006, 0x17bc417f, - 0x00000234, 0x8002c0ff, 0x22008001, 0x00004500, 0x1d161737, 0xe7571401, 0x012f2205, 0x05e27326, 0x17011d27, 0x013f3216, 0x24108236, 0x2416013e, - 0x21228332, 0x0458010f, 0x25228206, 0x013e013f, 0xc179011e, 0x08278205, 0xcd34352f, 0x07091a39, 0x03030c84, 0x130a6907, 0x045a131a, 0x0a0d050e, - 0x03082608, 0x8e011a16, 0x690a131a, 0x0c030307, 0x1a090784, 0x161a0839, 0x08188203, 0x050d0a2a, 0xda5a040e, 0x702b224d, 0x0c0c0907, 0x110d8709, - 0x13130dda, 0x066c940d, 0x0b090d05, 0x101a0b33, 0x0d139c04, 0x870d11da, 0x07281e83, 0x4d222b70, 0x1a10040a, 0x09271982, 0x6c06050d, 0x82000d94, - 0xff022d00, 0x02bdfffd, 0x00c30183, 0x00400025, 0x22072d50, 0x8315012b, 0x053d44d0, 0xc3822620, 0x013f3625, 0x823f3435, 0x32162815, 0x25013d36, - 0x820f0616, 0x8426200f, 0x67222026, 0x36260598, 0x3637013b, 0x5c781716, 0x13083605, 0x1a26100d, 0x1a0b6789, 0x07065007, 0x411f500b, 0x012a3c2a, - 0x2a0a832c, 0x17b81721, 0x210f1722, 0x83671210, 0x00012c1e, 0x0a300a0e, 0x130d400e, 0x823c261a, 0x0b8b2f1f, 0x302e061a, 0x7a271324, 0x1e2a2a1e, - 0x0e832538, 0x21171c2c, 0x17171158, 0x09127e11, 0x24830a15, 0x220a534c, 0x823500c0, 0x061625b5, 0x1607012b, 0x0be06e18, 0x2327372c, 0x3e372622, - 0x15063702, 0x9b821723, 0x23354408, 0x16323634, 0x33152315, 0x23371732, 0x011e2734, 0x0a010002, 0x02890907, 0x80090e09, 0x8902130d, 0x010a0709, - 0x29432e04, 0x07741c3e, 0x51703001, 0x3070515e, 0x1c740701, 0x01583f3e, 0x980a0711, 0x82800206, 0x0d133b2a, 0x98060280, 0x4124070a, 0x6c440e2c, - 0x52800282, 0x80526e6e, 0x446c8202, 0x96825415, 0x41050021, 0xc02e064f, 0x0f000700, 0x65001a00, 0x00006e00, 0xfe182212, 0x13210d99, 0x065f5d16, - 0x16023f2d, 0x020e020f, 0x2e232223, 0x7f013f01, 0x0f270575, 0x23070601, 0x82012f26, 0x17072402, 0x82011f16, 0x8222202b, 0x022f22cb, 0x21218226, - 0x12823637, 0x26440220, 0x31118608, 0x011f0517, 0x2e010e07, 0x28943701, 0x1c281c1c, 0x06846401, 0x054e5d08, 0x06060c0b, 0x021b0816, 0x16070a29, - 0x09010a43, 0x0301080e, 0x0a01100d, 0x112b0d03, 0x33130607, 0x0ba00b06, 0x07123306, 0x0d2b1107, 0x10010a03, 0x0c01030d, 0x430a0212, 0x07130716, - 0x241b1d1e, 0x09100b0d, 0x0907a007, 0x230d0b10, 0x071e1e1b, 0x0229e5fd, 0x1918051b, 0x6001050b, 0x0a287918, 0x70fe5a08, 0x0205190c, 0x2e134514, - 0x4c192064, 0x070d085d, 0x5c0e1402, 0x47310f14, 0x210d1315, 0x04010104, 0x15130d21, 0x140f3147, 0x02140e5c, 0x4c5d0c10, 0x20502019, 0x150f0c0d, - 0x600a2227, 0x07090907, 0x27220a60, 0x0d0c0f15, 0x132eb420, 0x0a0b0c45, 0x00000c19, 0xfdff0300, 0x05d355ff, 0x4b004322, 0x43058150, 0x06200669, - 0x2105d946, 0x26672622, 0x013d2409, 0x4135022e, 0x332105f3, 0x059b5032, 0x07010e33, 0x013b1606, 0x013b013e, 0x3b361732, 0x17160701, 0x066d5106, - 0x07222723, 0x5f5e1834, 0x26312407, 0x83300223, 0x0d312784, 0x40070912, 0xa4480907, 0x13390805, 0x1928101d, 0x11020322, 0x06060e19, 0x070a0601, - 0x0b0f0202, 0x3a580b2b, 0x1d100780, 0x1813202c, 0x090e690d, 0xa0090e09, 0x38011817, 0x050b3850, 0x800709e0, 0x0d120907, 0x09605251, 0x270e5138, - 0x19261a30, 0x060c170e, 0x09050614, 0x37110c05, 0x4c220249, 0x584b1e16, 0x06b72a05, 0x28010401, 0x01283838, 0x32ee8201, 0xfeff0200, 0xc201b8ff, - 0x0800c101, 0x00002900, 0x4a17013f, 0x253205f5, 0x010f0616, 0x2e032706, 0x013e3401, 0x3736013f, 0x18423236, 0x0f5a0805, 0x37362701, 0x06072226, - 0x0e5b4f75, 0x03094412, 0x0207bb01, 0x0d124509, 0x070c0df9, 0x062c0205, 0x1f6b220a, 0x112c060a, 0x4f221507, 0x5a210434, 0x58820421, 0x1c0c1066, - 0x08081606, 0x0c1c0616, 0x0f130110, 0x091b1b23, 0x060c4903, 0x0c061616, 0x17401c49, 0x063b5726, 0xf7521212, 0x01003509, 0x002600c0, 0x003b002e, - 0x25000043, 0x06141632, 0x37362123, 0x2506ff59, 0x36342622, 0x4941013b, 0x26a68207, 0x14062223, 0x83123316, 0x36322705, 0x16320434, 0x15821415, - 0x4b022e21, 0x0121093a, 0x29f183a0, 0x151beafe, 0x13130de6, 0x0d83600d, 0x382d2d28, 0x18303850, 0x11836018, 0x131a6d27, 0xfe131a13, 0x23118478, - 0x5335200b, 0x80200f84, 0x21212182, 0x8218821f, 0x20402107, 0x18233483, 0x821c1c50, 0x0001210f, 0x13240482, 0x2838ad1a, 0x0c251083, 0x28185626, - 0x05467048, 0x7b730220, 0x001a220a, 0x06ea4900, 0x08053d47, 0x35262236, 0x06143325, 0x3e272607, 0x835d4003, 0x07200709, 0x01835d09, 0x557440c0, - 0x290f2b10, 0x60013b32, 0x07905d83, 0x90070909, 0x56405d83, 0x2f3d0980, 0x111e2a1a, 0x2606b747, 0x00c00100, 0x45270023, 0x2324082f, 0x06141121, - 0x5c053679, 0xa4430837, 0x35132508, 0xf0011521, 0xfe214a83, 0x20678490, 0x200b8330, 0x240a8430, 0x01400120, 0x59098480, 0x218a0766, 0xe0c0fe23, - 0x078741e0, 0xf001c82c, 0x0700b801, 0x22000f00, 0xb7672f00, 0x34122109, 0x0805535f, 0x16173748, 0x032e2736, 0x07062223, 0x013f1606, 0x26073236, - 0x1617010e, 0x26363732, 0x91220607, 0xce9191ce, 0x131a1337, 0x0ab11a13, 0x01010f06, 0x0a14110c, 0x01032514, 0x0b0a060f, 0x1207bd26, 0x8c2d0505, - 0x0a190a2d, 0x877f6e23, 0x1b012105, 0x133b2b83, 0x08060910, 0x0b100909, 0x09121806, 0x09090608, 0x1004086f, 0x0c363608, 0x832a0c14, 0x00032397, - 0xef6aff00, 0x00072405, 0x59210019, 0xe34e0ad5, 0x36342809, 0x14151632, 0x54322607, 0xc63a05e5, 0x34262634, 0x07d00126, 0xfe070909, 0x83835d70, - 0xc54383ba, 0x50383850, 0x6f550138, 0x84ba2005, 0x241682ff, 0x425e5d83, 0x05246740, 0xfeff032a, 0x8002beff, 0x1600c001, 0x2005e34a, 0x09935e37, - 0x935e3220, 0x26063507, 0x14112101, 0x26222306, 0x2f060527, 0x25372601, 0x12363411, 0x5a087686, 0x03023132, 0x194d0406, 0x034d193e, 0x01040507, - 0x07060132, 0x010b07d8, 0x4200014c, 0x02412d2e, 0x020877fe, 0x0108020d, 0x2889135a, 0x1c281c1c, 0x0804ba48, 0x5c140206, 0x01155d10, 0xb9030503, - 0x3a020b07, 0x7e010702, 0x422e70fe, 0x026c2d3f, 0x02082e08, 0x0d44015e, 0x8240fe13, 0x281c242d, 0x41050000, 0x2924080b, 0x39003100, 0x4406eb56, - 0x595e06ae, 0x4e098309, 0x35200652, 0x19599f82, 0x32332105, 0x2008305f, 0x25b08616, 0x27331525, 0xad442326, 0x6d023f07, 0x12070913, 0x2f422f02, - 0x2f02a402, 0x18182821, 0x132f2128, 0x0da0010d, 0x131a2613, 0x644e10fe, 0x5c30250b, 0x0306052b, 0xd32c1184, 0x07561a13, 0x21080809, 0x08212f2f, - 0x212f0082, 0x2f20202f, 0x0d500121, 0x600d1313, 0x1813fd13, 0x23090164, 0x052b30cd, 0x4405b677, 0xf9210587, 0x05db7aff, 0x26001e22, 0x1e30da82, - 0x06010f01, 0x2701012f, 0x36013f26, 0x3233011f, 0x173fd682, 0x16363735, 0x06141115, 0x01352507, 0x22212306, 0x057a0226, 0x0a140402, 0x8bfeb20d, - 0x82090c25, 0x4e380808, 0x201c14f4, 0x1122106e, 0x01ddfd0c, 0xfe110d6e, 0x0a1c14e0, 0x1a050d04, 0x018a090c, 0x0d0a1c21, 0x3d090c19, 0x18b2141c, - 0x110b4b89, 0x0d00ff14, 0xf5100112, 0x1c0ae5fe, 0x23088383, 0xfffbff01, 0x012501c0, 0x001e00c0, 0x16321700, 0x012b1415, 0x36343522, 0x2e35013b, - 0x34013f01, 0x013b013e, 0x31081582, 0x07061617, 0x1711d815, 0x1708d008, 0x40342811, 0x07041005, 0x0906e004, 0x34400510, 0x08111710, 0x75171108, - 0xb237570c, 0x08040605, 0x5737b207, 0x5c82750c, 0x634f0220, 0x00172208, 0x7bdf8721, 0x1f2205ad, 0xdf833e01, 0x0e141522, 0x3321f382, 0x23d68217, - 0x3634013d, 0xa57bda86, 0x0c873007, 0x543c324d, 0xc0162113, 0x82fef830, 0x854f1c14, 0x079d7bd5, 0x3d2f692f, 0x301b3c54, 0xc0330c26, 0x370a141c, - 0x054f574f, 0x84c00121, 0x002e22cb, 0x061f6936, 0x8309475b, 0x021e2272, 0x08277017, 0x22010e25, 0x4e372726, 0x342108c1, 0x22fa8226, 0x822f1706, - 0x011f25f6, 0x011e1707, 0x4e056d4a, 0x062105c2, 0xe86b181d, 0x16372307, 0x555d0632, 0x32262206, 0x30168216, 0x07403435, 0x0e070909, 0x18305012, - 0x091e252e, 0x320d860e, 0x1a125060, 0x28302838, 0x90141c38, 0x0c481c14, 0x820c2424, 0x8c270803, 0x141c4533, 0x800d1350, 0x1450130d, 0x3033451c, - 0x090e0f70, 0x57090e09, 0xe020090e, 0x07600709, 0x0e352b09, 0x86152419, 0x2b352c0a, 0x38281858, 0x11182838, 0x84591717, 0x0c0c2e40, 0x334c0695, - 0x401c140a, 0x0d13130d, 0x23fa8240, 0x1f064c33, 0x82050b4e, 0x30302286, 0x09c74f07, 0xc0018528, 0x1b000700, 0xc74f2b00, 0x06c96709, 0x2b070f55, - 0x3216013b, 0x0f162537, 0x012f0601, 0x24057642, 0x01173637, 0xa6831815, 0x54013213, 0x088d0908, 0x09095109, 0x2d09081c, 0xc0080969, 0x4a84184b, - 0x08802210, 0x2b228208, 0x1b090852, 0x682d0909, 0x04000908, 0x2208ab55, 0x82170007, 0x82332087, 0x063d4189, 0x2c191720, 0x32230d91, 0x42161427, - 0x95840708, 0x17323325, 0x49222606, 0x210805d1, 0x5478b401, 0xd0547854, 0x0c0a260a, 0x0a3c0a0a, 0xfe2328f0, 0x4f1c14a5, 0x4c231137, 0x0d0b1123, - 0xb1842b12, 0x2382e020, 0x42785437, 0x0a360a0c, 0x100a4c0a, 0x1c184c2c, 0x4f372a14, 0x26021010, 0x86ac8448, 0x0182318f, 0x003b00c0, 0x004b0043, - 0x25000076, 0x06071617, 0x18a44a19, 0x2627372d, 0x36373637, 0x3736011f, 0x19373435, 0x440fa34a, 0xa7870739, 0x14151324, 0x5b410617, 0x3233310c, - 0x06143316, 0x1f160615, 0x07170601, 0x1617010e, 0x3d057953, 0x1a620216, 0x180a0105, 0x11190504, 0x21210614, 0x1a111406, 0x0a170405, 0x04190602, - 0x19821904, 0x05041723, 0x2f19871a, 0x18040519, 0x1a05010a, 0x1c288a04, 0xab1c281c, 0x4923ec84, 0x190f0c02, 0x08096b53, 0x08021135, 0x0a040301, - 0x0101080c, 0x040a0c08, 0x110c1c0c, 0x0508090a, 0x06030f4b, 0x02041920, 0x1e070e0f, 0x07070106, 0x071e0601, 0x04020f0e, 0x03062019, 0x9c15150f, - 0x8230201d, 0x281c236a, 0x6d834b74, 0x0ad3fe25, 0x41080705, 0x2708064d, 0x02060101, 0x04071a0d, 0x07050404, 0x1f270d19, 0x0304050c, 0x04000000, - 0xbfff0000, 0xc0018002, 0x1c000700, 0x2f002400, 0x200b7542, 0x416a8217, 0x17310cde, 0x010f1737, 0x25372606, 0x010f1416, 0x36013f27, 0x08774232, - 0x4e293b29, 0x01070108, 0x41edfe04, 0x3e3207e2, 0x3d89478a, 0x01010b08, 0x2a070719, 0x07250548, 0x7d420714, 0x4d2e2606, 0x0a3d0b08, 0x2899860b, - 0x8a478991, 0x080b0107, 0x252082e1, 0x2604482a, 0x97860707, 0x24073f47, 0x0023001b, 0x156e1837, 0x130d4309, 0x87182420, 0x15390981, 0x012b0614, - 0x013d3634, 0x3b362734, 0x37321601, 0x42425cee, 0x3023425c, 0x05336a43, 0x0930433b, 0x01214621, 0x38385004, 0x2e303850, 0xb1141c42, 0x1d1b2801, - 0x172a1704, 0x2f2782c0, 0x43625c42, 0x1c141d30, 0x301d141c, 0x20101043, 0x38302482, 0x2e425850, 0x04011c14, 0x2b392701, 0x0008080f, 0x2908d374, - 0x00c301c0, 0x003a0010, 0x79442500, 0x07454205, 0x03173729, 0x013f3426, 0x18011f36, 0x33090ba8, 0x27373435, 0x14151615, 0x0e161707, 0x22012b01, - 0x26013f26, 0x35241382, 0x4b363f01, 0x08053663, 0x5f364b25, 0xbe0e0ed2, 0x0ebe1414, 0x4b0e600e, 0x420e4b6a, 0x010f0b0c, 0x2a030401, 0x0f020504, - 0x027f0c0b, 0x830a364d, 0x0a2d089a, 0x5f024d36, 0x1a035001, 0x04042e03, 0x0319042e, 0x351d1c17, 0x1d354b4b, 0x0735101c, 0x3e080c0d, 0x09040604, - 0x0c083e05, 0x003b070d, 0x097b5900, 0x1c000728, 0x3c003400, 0xe5414400, 0x1415210a, 0x270ae241, 0x33373233, 0x25061730, 0x6c05a448, 0x966e0964, - 0x073a4306, 0x2e603720, 0x06744406, 0xfe092023, 0x05f541e7, 0x2326262c, 0x01080e11, 0x13130d20, 0x0483e00d, 0x422f202a, 0x131a5d2f, 0x40131a13, - 0xff410382, 0xa08b2305, 0xfb410f11, 0x0e022506, 0xa00d1310, 0x04822883, 0x2f215026, 0x9050212f, 0x13232782, 0x83507d1a, 0x00502214, 0x088b4403, - 0x17000f26, 0x00002b00, 0x33219a8e, 0x09f94106, 0x5f011d21, 0x3b2909cb, 0x37321601, 0x09077002, 0x05c66c09, 0x1d459b20, 0x63801813, 0x4530200a, - 0x7b851117, 0x01c00129, 0x001000c0, 0x412d0025, 0x272b12e5, 0x35263734, 0x033e1732, 0x49163233, 0x062c055f, 0x15062237, 0x23263433, 0x47344501, - 0x0805d641, 0x65344732, 0x312b2bc0, 0x1d18071d, 0x4b351323, 0x432c354b, 0x0d671c0c, 0x0d13a013, 0x344c059f, 0x1c1c142a, 0x4c342a14, 0x33c76605, - 0x28331d1d, 0x0b121b10, 0x35278c82, 0x13601e29, 0x43130d0d, 0xbd22060b, 0x87828002, 0x17001226, 0x37001f00, 0x16298982, 0x030e1415, 0x2e270607, - 0x059f7601, 0x013e0724, 0xd1442737, 0x14072207, 0x12d14416, 0x02063039, 0x1c12126e, 0x0b112224, 0x1250350b, 0x0b0b0b73, 0x60043b21, 0x824b6adb, - 0x3720246e, 0x440a092c, 0x013c0a99, 0xb1010105, 0x40241207, 0x0716262f, 0x73150404, 0x2d07124e, 0x0fec0404, 0x11263a4e, 0x4b262f82, 0x6d44736a, - 0xc6410423, 0x06012106, 0x9f57a682, 0x133b480a, 0x32330222, 0x0623b482, 0x82340507, 0x210524aa, 0x48352622, 0x93320e3a, 0x21382303, 0x26304b35, - 0x331df6fe, 0xfe1f011f, 0x134914a2, 0x073d4806, 0x36207230, 0x29354b1f, 0x20ae0d42, 0xde062539, 0xaf5b141c, 0x0011290b, 0x002b001d, 0x25000040, - 0x084b5e18, 0x34013d28, 0x32013b36, 0xde180717, 0x27300a45, 0x35012e22, 0x32333634, 0x1415011e, 0x1f141706, 0x0b957618, 0x32162408, 0x17323337, - 0x0a097702, 0x091b095c, 0x0e12125b, 0x5c121b4f, 0x07070b06, 0x0e0a060b, 0x3b23d60e, 0x83354b22, 0x1c4b2404, 0x41170f3a, 0x11220a2e, 0x30825315, - 0x82095d21, 0x4f1b3333, 0x4513130d, 0x0b0d0b07, 0x0e140e06, 0x233b2258, 0x04844b35, 0x1c286f24, 0x3041133a, 0x052f4106, 0xff000024, 0x018201c0, - 0x82070021, 0x440020bb, 0x4b4408c3, 0x2737230f, 0x67450733, 0x35202107, 0x26072c44, 0x20203035, 0x43202060, 0x6c230552, 0x42354e02, 0x352b0548, - 0x88bf024e, 0x00883838, 0x82060000, 0x02e0245f, 0x47a00182, 0x62240637, 0x93008500, 0x87453b47, 0x221721ab, 0x3007df4e, 0x07062207, 0x22232627, - 0x22070607, 0x14151707, 0x08ec4d17, 0x3233162d, 0x16333633, 0x1706011f, 0x47062330, 0x3723054b, 0x190e2733, 0x470b5710, 0x2a083a58, 0x2634bafe, - 0xa0263426, 0x5d41422e, 0x01010b42, 0x0a090801, 0x0d170c11, 0x06660201, 0x441c14ff, 0x2321092f, 0x01020502, 0x82080604, 0x0a23341c, 0x110c1c0c, - 0xf601100b, 0x4205281e, 0x1a26130d, 0x476b1a40, 0x6f471c51, 0x36808224, 0x42463426, 0x42422e2e, 0x0117192e, 0x0c050501, 0xc2012219, 0x460a0a0a, - 0x01220547, 0x00820405, 0x2720122f, 0xac090c1f, 0x13233a10, 0x261a200d, 0x34008200, 0xffffff05, 0x018002c0, 0x002a00c2, 0x00450042, 0x005e005b, - 0x06136600, 0x2305344f, 0x06072726, 0x33066654, 0x36343526, 0x37173233, 0x011f1636, 0x010f0616, 0x25110706, 0x0ce98518, 0x36370338, 0x17161732, - 0x27332716, 0x1e171605, 0x31141501, 0x26220614, 0x38823035, 0x82363721, 0x3307231c, 0x3a7b0227, 0x06073007, 0x020c068e, 0x0706030a, 0x212f0180, - 0x8676172e, 0x8420080d, 0x2001200b, 0x35233b22, 0x061e0a4b, 0x070c0d07, 0x530d3c0d, 0x90c80101, 0x14abfe48, 0x4b0a1d1a, 0x07128618, 0x48906623, - 0x059d7e09, 0x03570128, 0x06023004, 0x42821f06, 0x02082b26, 0x27282f21, 0x26080d82, 0x030b071e, 0xfe0e212c, 0x251690d9, 0x01212f15, 0x0c3c1708, - 0x0e19190e, 0x07a61a1a, 0x6a900a03, 0x16393528, 0x18210109, 0x22091786, 0x410090c0, 0x813e050f, 0x2b00c201, 0x41003e00, 0x5a005700, 0x34170000, - 0x11013b36, 0x2e012f26, 0x3e013f01, 0xdc5b1f01, 0x27e18207, 0x020e010f, 0x0706012f, 0x20076350, 0x22ea8827, 0x4e171617, 0x3723055b, 0x8b012733, - 0x08164115, 0x60341882, 0x20b00709, 0x0607840b, 0x0c020a03, 0x2e177606, 0x80012f21, 0x01300d83, 0x8e040807, 0x07090706, 0x600907e0, 0x141b1c0a, - 0x82050441, 0x903827fb, 0x0a000148, 0x11831a1d, 0x1e1a1323, 0x3512850a, 0x01090710, 0x2c210e27, 0x1e070b03, 0x27020606, 0x02212f28, 0x53822b08, - 0x05041f3a, 0x04300102, 0x07a9fe03, 0xc0070909, 0x39150901, 0x1a1a2836, 0x060207a7, 0x3128f982, 0x01e0fe90, 0x35391609, 0x26251282, 0x08173c34, - 0x20148401, 0x06834b00, 0xc001002a, 0x17000f00, 0x3f003b00, 0x4808f946, 0x33200763, 0x28070f4f, 0x011d2213, 0x07013b14, 0x20078e23, 0xd6871821, - 0x33430807, 0x33050721, 0xa0012327, 0x0d13251b, 0x130dc0fe, 0x1a731b25, 0x131a1313, 0x9e080848, 0x08088c12, 0x08721284, 0xff116908, 0x14670900, - 0x01141c1c, 0x51fe11d0, 0x40460b51, 0x0d201b25, 0x200d1313, 0x8260251b, 0x1a13232d, 0x5c678d01, 0x60402a0a, 0x14a0141c, 0x8080401c, 0x2d008200, - 0xff000002, 0x014002dd, 0x001100a1, 0x7c180022, 0x063208a5, 0x012e0607, 0x37341135, 0x15160736, 0x27061411, 0x716e2726, 0x17400805, 0x0e1e0216, - 0x8c0d1114, 0x070b054f, 0x077b4d07, 0x8c4f080f, 0x0e14110d, 0x01a0019a, 0xaefe0e12, 0x2708120c, 0x05090203, 0x04096c01, 0x09042f2f, 0x090894fe, - 0x12082704, 0x0e52010c, 0x00090112, 0x06200082, 0xfb507382, 0x00113005, 0x00390024, 0x0069004b, 0x1300006c, 0x82262722, 0x013b2e70, 0x06071632, - 0x06161714, 0x010e2723, 0x076d7016, 0x25311986, 0x06071416, 0x2e22012b, 0x013e3701, 0x3e262726, 0x222f8201, 0x86173207, 0x37263716, 0x26273436, - 0x13073336, 0x010f0616, 0x012f2606, 0x010e0723, 0x2e82012f, 0x26132e08, 0x013e3435, 0x15011e32, 0x27330714, 0x08030c97, 0x220c0308, 0x08020908, - 0x08090208, 0x040f0c5f, 0x09090417, 0x1b040a23, 0x230b041a, 0x20178209, 0x2708831a, 0x02010906, 0x0c0f0516, 0x0623d382, 0x8e790b23, 0x82522d36, - 0x1e060503, 0x31030c06, 0x0c033196, 0x27080982, 0x0b820305, 0x1e221e11, 0x30607011, 0x1a0b0001, 0x0d0b1a36, 0x152c1508, 0x16a90d08, 0x082b5d34, - 0x7c39090f, 0x060f0939, 0x072a0583, 0x5b29060b, 0x0b051736, 0x288b4007, 0xc6fe642d, 0x0d020c06, 0x76060502, 0x82050676, 0x060c2808, 0x14103a01, - 0x82111e11, 0xac142402, 0x7a020074, 0x29210aaf, 0x16ad7a00, 0xa27a2520, 0x09982229, 0x11997a0c, 0x7a290e21, 0x082a0a99, 0x174a1602, 0x0db91416, - 0x8e7ab209, 0x06362705, 0xb22b0502, 0x97700c09, 0x000d270a, 0x13000021, 0x02522311, 0x82152006, 0x0e885e09, 0x3521332f, 0x40601533, 0xf0011117, - 0x50401711, 0x08d57207, 0xc010012f, 0xa0fe8001, 0x17117801, 0x88fe1117, 0x0ceb6301, 0x00404022, 0x03200082, 0x2c066f45, 0x001300c0, 0x0034001b, - 0x16323700, 0x069f5415, 0x33363423, 0x05175432, 0x2006534a, 0x05107101, 0x26012b24, 0x72823327, 0x21113326, 0x35232615, 0xd02f2682, 0x141c412f, - 0x411c14e0, 0x1503042f, 0x4c031528, 0x013e054c, 0x1c1c1450, 0x1e09f514, 0xfe40804c, 0x1c211fa0, 0x2f426014, 0x131c1c13, 0x0701422f, 0x4a4c0107, - 0x08013205, 0xc4fe151d, 0x1a261d15, 0x20014040, 0x152e1232, 0x4a97841d, 0x2d2708e7, 0x3f003600, 0x50250000, 0x262405a6, 0x011d0622, 0x3f217382, - 0xad451801, 0x773b2007, 0x15510949, 0x05152908, 0x15013f34, 0x35262223, 0xce833683, 0xd001352a, 0x36256010, 0x70106025, 0x850a5255, 0xa0fe3b0a, - 0x07706d13, 0x136d0209, 0xc9700709, 0x60ee1209, 0x1b25251b, 0x0912ee60, 0x84553344, 0xd933300f, 0xc02f0815, 0x08810709, 0x09076415, 0x840600c0, - 0x010033a7, 0x000900c0, 0x001f0011, 0x00300028, 0x35000038, 0x227d2016, 0x41002006, 0x0526063b, 0x3233011e, 0x1586013e, 0x36352522, 0x0e220982, - 0x47502402, 0x26052206, 0x2b108327, 0x06013d06, 0x719e713d, 0x719e8f01, 0xfe280682, 0x3a681e00, 0x143e4826, 0x01350b82, 0x0e213fa0, 0xbafe2319, - 0xa07070a0, 0x0c9b0170, 0x37336e30, 0x3100822b, 0x1a26261a, 0x34264001, 0xd2342626, 0x180b1b19, 0x11833411, 0x0b3f2936, 0x10092b18, 0x2f930b0f, - 0x422f2f42, 0x05172209, 0x1e122b25, 0x1b934718, 0x36341727, 0x06223533, 0x09247b15, 0x06141622, 0x9122bd82, 0x028291ce, 0x425e582a, 0x5098714f, - 0x38503838, 0x21056457, 0x1884b801, 0x5e426726, 0x604f7120, 0x38211682, 0x0a4b5750, 0x8002bc24, 0x8155c001, 0x32012905, 0x15071516, 0x17070614, - 0x2405a251, 0x2b222322, 0x260b8601, 0x26060723, 0x4a373435, 0x17200581, 0x3208c354, 0x60382820, 0x04293d4d, 0x040c160b, 0x0202012c, 0x85262701, - 0x6121080b, 0x0c1d0f79, 0x212f7401, 0x144a1927, 0x0e140e0e, 0x1b25a001, 0x65415010, 0x040b7012, 0x780b0408, 0x2c068568, 0x1111073d, 0x2501090f, - 0x202f2115, 0x26268248, 0x0000140e, 0x5d000200, 0xc024058b, 0x3b000f00, 0x11b34418, 0x82320021, 0x222327ef, 0x27210727, 0xf7822306, 0x23058d56, - 0x3f361617, 0x2308b458, 0x011e1707, 0x34480d84, 0x60fe3f05, 0x07090907, 0x1c28cc01, 0x0503141c, 0x4880fe48, 0x1c140305, 0x041c281c, 0x061b0b48, - 0x09821252, 0x06521226, 0x04480c1a, 0x21090e65, 0x15824001, 0xc1c10123, 0x2a068201, 0x0a0a141c, 0x0b07072b, 0x82160f8f, 0x16142936, 0x070b8f0f, - 0x0a0a2b07, 0x0820ac82, 0x1022ab88, 0x55421800, 0x00402606, 0x00500048, 0x08e77b00, 0x3d262227, 0x013e3701, 0x08a85a27, 0x2408e84b, 0x36013f34, - 0x084e4132, 0x2509d041, 0x22263436, 0x5e781406, 0x21178707, 0x7d835002, 0x1c14e034, 0x0a091288, 0x0e0e1403, 0x0e160e14, 0x280faf0e, 0x0685af0f, - 0x1384ad20, 0x51788e20, 0x23118510, 0x141c0001, 0x1c273c82, 0x12892e14, 0x82b81631, 0x140e223d, 0x823c89ad, 0x84ea2043, 0x848e2013, 0x8a722005, - 0x21118505, 0xeb820600, 0xc001e028, 0x0f00a001, 0xd97c1700, 0x83701809, 0x07a0570f, 0xde8fbe8f, 0x1b800127, 0xfe1b2525, 0x200583c0, 0x09b75633, - 0xe3471320, 0x20058505, 0x21178413, 0x2787a001, 0x1b400125, 0x84a0fe25, 0x84ad2015, 0x8a732005, 0x22118505, 0x92050000, 0x0fd77ba7, 0x08075318, - 0x0f87a58f, 0x7b189d97, 0x979a0b63, 0xa38ad320, 0x00820020, 0x938c0220, 0x758b8d98, 0xfb929320, 0x185bff20, 0x00002205, 0x184f8c07, 0x9809c9b9, - 0x97d78759, 0x84f79fef, 0x8b1320cf, 0x1a9b41fd, 0x1b844d20, 0x09410585, 0x20118b05, 0x20008200, 0x90bf9004, 0x179767b9, 0x42119941, 0x93410b31, - 0x052a420d, 0x820b2442, 0x8e03207b, 0x9179a07b, 0x05074171, 0xee856b93, 0x63890020, 0x6a05476a, 0x9a180843, 0x17200741, 0x270d336a, 0x2536c533, - 0x5b253625, 0x80250584, 0x0d13130d, 0x200584fe, 0x22148260, 0x84e53625, 0x13552205, 0x05d74a0d, 0x45130d21, 0x19220a23, 0x23452100, 0x013b2110, - 0x5b088548, 0x535207a5, 0x05457b05, 0x141c7026, 0x1c142001, 0x4405945d, 0x8d260af2, 0x151e1e15, 0x344173fe, 0x09e77105, 0x1000c326, 0x2a002200, - 0x2b2b6588, 0x35231101, 0x15163233, 0x82360311, 0x22212204, 0x05b05026, 0x37207382, 0x2e08ab44, 0x09090770, 0x70609007, 0x0fe81c14, 0x83b0fe19, - 0x0e50280d, 0x0e14860a, 0x840e140e, 0x80012d72, 0xfe141d40, 0x04bf01b1, 0x21fe1014, 0x6d241285, 0xed03120b, 0x2f05e85d, 0x02000000, 0x30000000, - 0x5001c001, 0x1f000f00, 0x5311474c, 0x574c0651, 0xa0012108, 0x20093641, 0x0a424101, 0x36419020, 0x89c02009, 0x285b820a, 0xff000001, 0x010502c0, - 0x27dd82c7, 0x011e0100, 0x0633010f, 0x0e330382, 0x07272602, 0x34262206, 0x26360137, 0x3626010f, 0x82013e37, 0x16460802, 0x0a27d301, 0x08628321, - 0x1b629327, 0x163a4547, 0x0e140742, 0x0b040107, 0x06b30b17, 0x2107291d, 0x515f2c2e, 0x67279301, 0x27082c39, 0x081f1a31, 0x07420604, 0x0107140e, - 0x0b160c03, 0x2a7435b2, 0x2c2d2206, 0x77821321, 0xffff0230, 0x4002e0ff, 0x3800a001, 0x00004000, 0xe4651601, 0x52172005, 0x2b300568, 0x2e362701, - 0x22262701, 0x1606010f, 0x1736013f, 0x32219884, 0x975b1816, 0x033e2108, 0x32218d82, 0x74861816, 0x3abf3608, 0x9a1e1e29, 0x130d3662, 0x775a0709, - 0x09111102, 0x231c461b, 0x26ea820c, 0x14202623, 0x834f2313, 0xfe320818, 0x1c261ad0, 0x30584835, 0x2c3a2c06, 0x0e0e1453, 0x5f010e14, 0x23101614, - 0x69561122, 0x09070d13, 0x132c187e, 0x1a151506, 0x1909190a, 0x420e0f1a, 0x1583301b, 0x311a252b, 0x253c4c5d, 0x25251d04, 0x21328243, 0xf349140e, - 0x05e34d09, 0x44004022, 0x37107d42, 0x1d160133, 0x27061401, 0x013d012e, 0x012b2634, 0x34112115, 0x32013b36, 0xf9491582, 0x32162405, 0x83013d36, - 0x2627211d, 0x25050147, 0x15233507, 0x1a195001, 0xdd320ae9, 0x1b212f13, 0x08111725, 0x1a26e0fe, 0x08261aa0, 0x7e823424, 0x261c142a, 0x040c0404, - 0xa09c040e, 0x080ab542, 0x1b135521, 0x032b20df, 0x1c1d2c03, 0x01701711, 0x26261a60, 0x2434c01a, 0x0e0e0a20, 0x1f03a10a, 0x82263e15, 0x040c2631, - 0x8080a604, 0x05974300, 0x0140022b, 0x004300a8, 0x005d0050, 0x07784a00, 0x2b4d2220, 0x063b5606, 0x3105af4f, 0x010f011e, 0x012f010e, 0x0f060726, - 0x32333601, 0x04833317, 0x27262723, 0x055c4d26, 0x3f36262c, 0x17163601, 0x23263701, 0xdc5b0722, 0x35252106, 0x17220c83, 0xf182011e, 0x02363608, - 0x3043023e, 0x03422e25, 0x03032403, 0x30252e42, 0x0a2d0243, 0x06102443, 0x02050206, 0x120e060c, 0x2704100f, 0x373b2929, 0x293b374a, 0x10042729, - 0x060e120f, 0x081b820c, 0x10060633, 0xfe0a4324, 0x232304ba, 0x151e2425, 0x011e1425, 0x23252436, 0x1e010423, 0x1e152514, 0x460808a8, 0x2c3d432f, - 0x3d2c2727, 0x08462f43, 0x2526b508, 0x2051830d, 0x3359820f, 0x09070604, 0x1a0c9a11, 0x119a0c1a, 0x04060709, 0x0f060602, 0x0d345483, 0xf1fe2625, - 0x250d0d29, 0x171b1d15, 0x290d0d25, 0x001d1b13, 0x012a0082, 0xfdfffdff, 0x83018101, 0x0f411600, 0x05072306, 0xf5822606, 0x2720dd82, 0x3d05ba50, - 0x126e0117, 0x0ccdfe12, 0x060e0519, 0xdadb0c09, 0x0e06090d, 0xee0c1905, 0x14221508, 0x12828f09, 0x190c1d25, 0x82666606, 0x821d2012, 0x3b53821a, - 0xff000002, 0x01c001d0, 0x001800b3, 0x13000028, 0x013f032e, 0x0517013e, 0x14011d16, 0x04455d89, 0x07373e0f, 0x0201050a, 0x0d1b050c, 0x17172e01, - 0x1b0ed3fe, 0x0d050c05, 0x0ac1b00d, 0xfe0a0e0e, 0x3a058370, 0x08035401, 0x1e060d0b, 0x78050c0c, 0x17101707, 0x0c057807, 0x180d1e0c, 0x77e04404, - 0x032e0b35, 0xc0fffeff, 0xc0018102, 0x2c002600, 0xd7823e00, 0x032f222a, 0x013b3626, 0x33011f32, 0x2007924c, 0x08b05233, 0x5f431520, 0x15272805, - 0x13022e33, 0x5b071416, 0x22820857, 0x01173637, 0x560a1030, 0x090120a0, 0x05082808, 0x07b0d02b, 0x01070909, 0x300583a0, 0x13835db0, 0x077da00d, - 0x05bc3423, 0xfe232106, 0x2c1a84ba, 0x0b170d46, 0x40730d40, 0x060c086c, 0x0a566f3a, 0x5d834037, 0x7cbc130d, 0xfe23341f, 0x040e05ff, 0x2007091e, - 0x0b160907, 0x20008200, 0x37461803, 0x00112708, 0x0029001c, 0xe54a0100, 0x05e24a06, 0x17323334, 0x37320736, 0x0e222326, 0x16141501, 0x033e3221, - 0x0d823435, 0x01160729, 0x636346d7, 0x82465146, 0x21078502, 0x00822fdd, 0x1421142c, 0x0c4c012b, 0x070e1216, 0x0f821e2b, 0x5e600126, 0x4f4f5e84, - 0xe02e0484, 0x1e114040, 0x06261a11, 0x0a14100c, 0x5f4e261a, 0x02e03509, 0x00ae0140, 0x00400034, 0x25000044, 0x22071415, 0x012f2223, 0x07208082, - 0x820a9b65, 0x1527210e, 0x2c05784e, 0x012e013d, 0x033e3435, 0x16173637, 0x22af823b, 0x83363206, 0x020e3e93, 0x35171415, 0x40020706, 0x0a02020c, - 0x0c0c4a04, 0x17114c4c, 0x07100709, 0x18020e09, 0x08088418, 0x1c342c2c, 0x091a3024, 0x50434654, 0x77452e0a, 0x0a0e0e14, 0x04060905, 0xe6171168, - 0x08040cf6, 0x0b310189, 0x09073b09, 0x01310709, 0x07833606, 0x194a2208, 0x44293459, 0x020a1c26, 0x3d2e3013, 0x0e140e4b, 0x05090604, 0x1163a70a, - 0x00010009, 0x01fdff00, 0x06bf4283, 0x2705b343, 0x3d262527, 0x25373401, 0x089c6f18, 0xb2426d20, 0xcdfe2506, 0x33011212, 0x2007c842, 0x06b1425a, - 0xc8428f20, 0x05834c0d, 0x2505bf42, 0x00260016, 0x4d8d3700, 0x64861720, 0x2410bf42, 0x2e011717, 0x06b4420d, 0x0d0db028, 0x1b050c05, 0xbc42440e, - 0x42ea2009, 0x0c2c09b1, 0x44440518, 0x1e0d1804, 0x42050c0c, 0x230bb942, 0x00050000, 0x023e0082, 0x00800180, 0x001c0018, 0x00240020, 0x01000048, - 0x1415030e, 0x21151716, 0x34013e35, 0x72782726, 0x05152506, 0x33152335, 0x05240386, 0x23152135, 0x9706e15a, 0x80023707, 0x05080c07, 0x80fd0e12, - 0x0e12120e, 0x40020d13, 0x60fe130d, 0x0182c040, 0x0260fe28, 0x0e094080, 0x038a8009, 0x023d0137, 0x080e0c09, 0x6305190f, 0x1e190563, 0x0d230519, - 0xa00d1313, 0x28008480, 0x1b6060c0, 0x060a0a06, 0x5905911b, 0x87260653, 0x3500c701, 0xbd185500, 0xbb820e6d, 0x132f5f18, 0x14331725, 0x18361707, - 0x200a645f, 0x0c414d0f, 0x3b363432, 0x012e3501, 0x1e17013d, 0x37161701, 0x15070617, 0x0d8cbd18, 0x5038b322, 0x09485f18, 0x052c2929, 0x07090b1a, - 0x18090710, 0x2a0e48f9, 0x07293c0a, 0x1210320e, 0x180d0a0a, 0x180d47f9, 0x25094b5f, 0x14100e20, 0x73501a18, 0x262a2205, 0x84458480, 0x09222e04, - 0x29074469, 0x01043928, 0x02062701, 0x07cb5322, 0x02e02008, 0x00a10181, 0x0026001e, 0x0034002c, 0x0040003a, 0x15160100, 0x010e1411, 0x26272223, - 0x83062223, 0x11352106, 0x3105a651, 0x33363233, 0x32150532, 0x2637023e, 0x2e171603, 0x794b2301, 0x35053d07, 0x1607010e, 0x27263537, 0x6d02011e, - 0x080f0913, 0x312b0605, 0x3f3ef63e, 0x0d131335, 0x24080b87, 0x160bf8fd, 0x24020c10, 0x01221e1b, 0x42ef1a25, 0x2f422f2f, 0x1e146001, 0x1a171f04, - 0x0120011e, 0xfe16088a, 0x293b82c3, 0x163e0d02, 0x3d011608, 0x0982120e, 0x083d643e, 0x020b130e, 0x030beafe, 0x3811241a, 0x50383850, 0x1b033a54, - 0x31e60313, 0x2318030a, 0x0223c882, 0x89ff0000, 0x21bf9fc7, 0xa14e3200, 0x21a69905, 0x9985e7fe, 0xfe218e94, 0x418284c0, 0x803b093f, 0x0900a001, - 0x25001900, 0x3d003100, 0x00004700, 0x11211131, 0x21230614, 0x63252622, 0x4c180e33, 0x2b220863, 0x1b822201, 0x32213325, 0x8234013d, 0x20178b28, - 0x6f7e1801, 0x80022e08, 0xc0fd0d13, 0xc001130d, 0x07600709, 0x22048409, 0x82087008, 0x80fe2b02, 0x08300108, 0x08d0fe08, 0x0283b008, 0x0730022a, - 0x0980fd09, 0xfe400107, 0x13212f82, 0x8fda18dd, 0x107f2608, 0x08100808, 0x20058458, 0x24058468, 0x07094001, 0x832e8230, 0x000521bf, 0x28072f67, - 0x004b000f, 0x00630057, 0x10cb766f, 0x32133324, 0xb172023e, 0x1617290b, 0x2736013f, 0x34352726, 0x1d21c482, 0x0ded7201, 0x0f26272e, 0x16170601, - 0x3b141517, 0x37353201, 0x0a444118, 0xf4880b8b, 0x32213326, 0x130d6002, 0x1336e685, 0x1009900d, 0x0e12070b, 0x0507092d, 0x0606071c, 0x08070c04, - 0xbf82110e, 0x92191221, 0x41f02014, 0xa023050a, 0x83085008, 0xf0fe2802, 0x10010808, 0x4ca00108, 0x0138077c, 0xfe130d80, 0x100c08d8, 0x05180f09, - 0x050a030d, 0x04030408, 0x0b05070b, 0x08242582, 0x121a0110, 0x20221692, 0x6e820810, 0x2e410285, 0x01003005, 0xb9ff0000, 0xc701c601, 0x00003300, - 0x53072325, 0x072008fe, 0x20050864, 0x07404c23, 0x09863720, 0x37213328, 0x16011f36, 0x2986010f, 0x62a00124, 0xe383ad4b, 0x0953f728, 0x0a0d190d, - 0x0c833733, 0xcd4b8222, 0x01230683, 0x830a5217, 0x18342114, 0xf02d0d82, 0x200d1360, 0x0c6a130d, 0x0d091409, 0x910b8443, 0x82002011, 0xff053800, - 0x02bafff7, 0x00cb0100, 0x001d0015, 0x002d0025, 0x13000035, 0x46011e36, 0x062905db, 0x07061617, 0x37022e06, 0x8d5f183e, 0x0f404f10, 0x8f50cc39, - 0x501b2655, 0x0f112826, 0x682f1f1a, 0x0f0d2950, 0x131a2f6e, 0x50131a13, 0x2e7605d4, 0x10bb340c, 0x1b4e7f3d, 0x1c224026, 0x2a07053b, 0x4a437d50, - 0x82d4fe6d, 0x1a13222a, 0x2005846d, 0x2005842d, 0x4a058453, 0x012005ab, 0x22056f51, 0x422a0022, 0x36201357, 0x18054866, 0x260943d3, 0x14163237, - 0x18012b06, 0x320c07e1, 0x383828c0, 0x09076028, 0x07200709, 0x130d3009, 0x18300d13, 0x260e5e5e, 0x385038e0, 0x83e00709, 0x80302122, 0x40247c82, - 0xffff0300, 0x80236f82, 0x4e008101, 0x122006bf, 0x2205b060, 0x8414021e, 0x16373308, 0x06010714, 0x26012f22, 0x36013734, 0x25801732, 0x02822536, - 0x0483db20, 0x0a46252d, 0x0aeefe0a, 0x0a160a1a, 0x8212010a, 0x25012107, 0xdb201684, 0xd5202385, 0x1e821182, 0x1a201d82, 0x0a201e83, 0x220c2b61, - 0x61340024, 0x0328112b, 0x23153315, 0x07221715, 0x2307195a, 0x1632013b, 0x4d0f5061, 0x802005f2, 0x4027de83, 0x2440e0e0, 0x83604913, 0x4e10820b, - 0x19840518, 0x18138021, 0x26089dbb, 0x40202001, 0x86207030, 0x89132011, 0x6f901818, 0x44c32008, 0x4920068f, 0x1808175a, 0x8208e6be, 0x06072bf8, - 0x34113526, 0x37011f36, 0x04863236, 0xac431120, 0xff4b180a, 0x08662a18, 0x26081212, 0x050a0536, 0x20048436, 0x220f8e26, 0x8e08f008, 0xbd012d02, - 0xfe0a0906, 0x06090a20, 0x03032d2d, 0x11820385, 0x8be00121, 0xc8fe2111, 0x430aa144, 0x00250678, 0xff080000, 0x06074bff, 0x22000933, 0x2e002a00, - 0x3a003200, 0x48003e00, 0x33370000, 0x066f4315, 0x6b452520, 0x26cf8206, 0x013b013e, 0x4d363435, 0x042106ab, 0x058a6c34, 0x15231724, 0x03823733, - 0x2105f545, 0x0f843216, 0x06141530, 0x3335012b, 0x20201632, 0x13130d20, 0x687b0d02, 0x25153705, 0x1a137016, 0x2f217013, 0x2217e8fe, 0x0f221717, - 0x40604040, 0x0b876840, 0x0d13c022, 0xe0202f83, 0x802f0782, 0xfe30130d, 0x26261af0, 0x1610011a, 0x82401525, 0x400d2345, 0x3483822f, 0x82581721, - 0x868f2055, 0x82a02009, 0x13c03428, 0xfdff0100, 0x8302cdff, 0x3700b301, 0x16010000, 0x4c010706, 0x717e07a5, 0x08178f17, 0x17163621, 0x07067c02, - 0x0b0ffe0b, 0x0650061a, 0x3c450c06, 0x070d0704, 0x1c383c04, 0x070e0604, 0x82371c04, 0x2407820f, 0x041c373c, 0x820f8707, 0x453b211f, 0x01212f82, - 0x21048219, 0x3582e6fe, 0x190b872d, 0x07652707, 0x06040804, 0x842f1f66, 0x1f302707, 0x08030666, 0x0f900704, 0x2f822720, 0x2e08d356, 0x00c00100, - 0x00470023, 0x07153700, 0x4f113526, 0x0f7c0715, 0x011d2311, 0x4d183314, 0x27290949, 0x14153337, 0x3d32013b, 0x2b078f01, 0x13029ea0, 0x130d600d, - 0x38080838, 0x012b0386, 0x13130d78, 0x0240fe0d, 0x5c299f06, 0xa0260af6, 0x02069f29, 0x1b83c001, 0x168a2020, 0x3e844020, 0x8a9e0221, 0x82382040, - 0x010021ae, 0x40270482, 0x40014002, 0x18003700, 0x180f6f44, 0x96098b49, 0x21a58795, 0x8a842002, 0x05830020, 0x748b3020, 0x01200b86, 0x91847d82, - 0x58230482, 0x8f580808, 0x82838203, 0xc0ff2a87, 0xc0010001, 0x00002f00, 0x6f991837, 0x1e3a4107, 0x2328a082, 0x14011d22, 0x0d1358a8, 0x20215f95, - 0x41938340, 0x4020050e, 0x7766998e, 0x0009220a, 0x2f778219, 0x00410037, 0x36343500, 0x2311013b, 0x01352622, 0x23068a72, 0x3b34013d, 0x37240b83, - 0x23111516, 0x2009b96b, 0x0dd45711, 0x8b5b2520, 0x13112c07, 0x0750400d, 0x08680109, 0x82083008, 0x0ea22e72, 0x60070980, 0x0e800907, 0x081408a0, - 0x052e4933, 0x130d702d, 0xe0500709, 0xc0fe130d, 0x83010709, 0x40082999, 0x40280808, 0x8bfe110a, 0x2805b970, 0x0a117501, 0xfb05056b, 0x8230832f, - 0xf0fe2153, 0x40205382, 0x310ac370, 0x00170009, 0x07170100, 0x012e0723, 0x07353727, 0x6e583236, 0x01373609, 0x3e6040c0, 0x0b100753, 0x3e16c053, - 0x0b75162b, 0x0b350b1e, 0x2a15820b, 0x100b5380, 0xb73e5307, 0x823e2b16, 0x21148215, 0x07450b1e, 0x80023605, 0x0700c301, 0x21000f00, 0x00003400, - 0x34262213, 0x15013b36, 0x21058402, 0xdd832223, 0x07061431, 0x2f262706, 0x3e323501, 0x13363701, 0x4a15011e, 0x2e2e05f9, 0x37352302, 0xc0363736, - 0x1b25251b, 0x0382e020, 0x1b202908, 0x66492c01, 0x342d4d48, 0x1c3a2d23, 0x30130f2b, 0x32484dd2, 0x30382f4e, 0x1c2b0f13, 0x33232d3a, 0x36252001, - 0xe5fe8025, 0x20080482, 0x262e32c0, 0x040a1142, 0x80100d02, 0x200c090b, 0x42111901, 0x152c1f26, 0x0b090c20, 0x020d1080, 0x06374604, 0xc001002d, - 0x32002a00, 0x00003a00, 0x83163212, 0x0607267b, 0x0e16011f, 0x09767f02, 0x28069645, 0x3f262223, 0x2e273601, 0x09b87201, 0x2e07ae54, 0x1796d496, - 0x03111d2a, 0x04020109, 0x424e0307, 0x4e2f0611, 0x09010907, 0x322c1103, 0x26263486, 0x84e62634, 0xc0012e05, 0x41225d83, 0x130b1536, 0x05070342, - 0x07384303, 0x42070b29, 0x5a200b13, 0x82bd5d34, 0x20028729, 0x0e775c00, 0x1d00192f, 0x4a002f00, 0x35370000, 0x013b3634, 0x82918217, 0x061432b3, - 0x01342622, 0x06013732, 0x37161415, 0x17353317, 0x05dc4f36, 0x29491720, 0x32272408, 0x83141716, 0x822220d2, 0x222324be, 0x8327012e, 0x17322e3f, - 0x0960011e, 0x76601607, 0xd4360907, 0x08c48296, 0x3d00012d, 0x24f5fe32, 0x33207c71, 0x4f71241c, 0x837c323d, 0x07090907, 0x23182c23, 0x03020104, - 0x01071002, 0x100b1202, 0x0503111c, 0x82061103, 0x4090270b, 0x09600907, 0x3b823701, 0xfed4962e, 0x0b0124d6, 0x714f3d32, 0x6f2020c0, 0x24230783, - 0x8207097c, 0x1fc02e20, 0x02040118, 0x0f0b0602, 0x0310190e, 0x38078206, 0xf4ff0200, 0x7402c0ff, 0x1a00c001, 0x00003300, 0x07061601, 0x27222306, - 0x82028506, 0x012e3209, 0x3336013f, 0x03173221, 0x37363732, 0x23061415, 0x37b68221, 0x1716013d, 0x37323316, 0x16352115, 0x261a5a02, 0x2c07072f, - 0x1e581e1d, 0x1d2d0282, 0x2f07062d, 0x09411a26, 0x12940112, 0x26b58309, 0xfe0d1309, 0x820e0940, 0x09092dbf, 0x8001110d, 0x28490110, 0x2101065a, - 0x012e0084, 0x68285a06, 0xeffe0f0f, 0xc5030101, 0x2682130d, 0x0103c52b, 0x64640401, 0xff030004, 0x209b82fa, 0x299b8286, 0x001b000d, 0x25000025, - 0xe1463335, 0x15332308, 0x8b831625, 0x9e872620, 0x1b831120, 0x22012b3f, 0x40400126, 0x00ff0d13, 0x0140130d, 0x13120afb, 0x1213c0fd, 0x1109550b, - 0x09119601, 0x05c45125, 0x83a04021, 0x0d13321e, 0xf2a00001, 0x10222210, 0xfe0e0e80, 0xfe10011e, 0x34ad82f0, 0x03000000, 0xe0ff0000, 0xa0010002, - 0x1f000f00, 0x00002f00, 0x05d84a13, 0x18076652, 0x5607a050, 0xe14508b1, 0x3d262609, 0x33363401, 0x09585210, 0x0a207d18, 0x83600121, 0x84fe2016, - 0x82012005, 0x821a8488, 0x09502204, 0x200a8707, 0x820a89b0, 0x5e062087, 0x033108eb, 0x0b000700, 0xb0001300, 0x0000b400, 0x27071737, 0x82028337, - 0x32023408, 0x22061416, 0x36053426, 0x37012f34, 0x26012f36, 0x1827010f, 0x1808b845, 0x820c7855, 0x250f9d31, 0x16011f06, 0x5c82013f, 0x0b824382, - 0x0f960720, 0x47822382, 0x1f867b82, 0x8b890f96, 0x90823720, 0x2dbc0725, 0x829e2d2d, 0x20028303, 0x05e2426a, 0x0202bb33, 0x05051d1d, 0x1c06050c, - 0x0611222e, 0x06060b06, 0x20068711, 0x220d8405, 0x841c2d22, 0x861c2016, 0x852d2006, 0x88052026, 0x211d8426, 0x26822111, 0x05204682, 0x98204dca, - 0xed20a782, 0x44200382, 0xb5200382, 0x01220382, 0xb4839671, 0x06039223, 0x218cf103, 0xdaa4050c, 0xa7823320, 0x240abb42, 0x002f002b, 0x09c7614d, - 0x61012b21, 0x262006c9, 0x3f220988, 0xcc613601, 0x2717250c, 0x17152335, 0x12cf3a19, 0x33013d2c, 0x3b161415, 0x01363201, 0x127709f7, 0x35058705, - 0x330d092e, 0x14a0141c, 0x090d331c, 0x80c08089, 0x40fe0d13, 0x238b130d, 0x0d09e929, 0x09071053, 0x85100709, 0x0d533605, 0x50092e09, 0x141c1c14, - 0x40090950, 0x6010d040, 0x0d13130d, 0x2c228960, 0xfeff0100, 0x8202c0ff, 0x2500c001, 0x05cf5900, 0x2f010e25, 0x6d062601, 0xb7570a5f, 0x821e200a, - 0x02372c96, 0x03040677, 0x050d0339, 0x430f0839, 0x0f2405fc, 0x0c063908, 0x04351282, 0x3f0fc306, 0x010f3f4c, 0x060d0360, 0x03050672, 0x0909041c, - 0x267283fe, 0x040909fe, 0x8205031c, 0x030d2714, 0x1a1a1560, 0x00820015, 0x00000326, 0x4301bdff, 0x07257b82, 0x49003a00, 0x081f7c00, 0x581e1721, - 0x2f2a0541, 0x16170701, 0x0e16011f, 0x93822601, 0x3f240282, 0x0f060701, 0x2e291b82, 0x36013f01, 0x33063e37, 0x231e8232, 0x17163707, 0x06231683, - 0x82342622, 0xe4470816, 0x281c1c28, 0x090c2e1c, 0x170c190c, 0x11050917, 0x16040b2d, 0x171a0d03, 0x0b041203, 0x0f08173c, 0x07050c1a, 0x08181806, - 0x22100606, 0x11071504, 0x070e0e09, 0x090c3823, 0x280814cd, 0x3b09050e, 0x09131a0a, 0x7b010a32, 0xb12205d8, 0x29821906, 0x190c0b3a, 0x0b324511, - 0x170d5910, 0x4a0d0d06, 0x19420c0f, 0x040b3c22, 0x090b0e0b, 0x0e3c6582, 0x09010e20, 0x03020603, 0x1d222a01, 0x2c0a3499, 0x3c090c22, 0x0a1a1309, - 0x02000932, 0x2208df44, 0x4e24001c, 0x2120118d, 0x26054357, 0x14062221, 0x52043316, 0x01210621, 0x05535ccd, 0x25251b3e, 0x1470011b, 0xfe07091c, - 0x09090780, 0x1a430107, 0x131a1313, 0x141c4001, 0x1c1400ff, 0x40241c82, 0x141c251b, 0x0e221a82, 0xfe4ed009, 0x0c036305, 0x36002424, 0x8d784f00, - 0x172c0809, 0x36321614, 0x3a273435, 0x37323101, 0x012e3436, 0x0626012f, 0x021e0607, 0x1706011f, 0x27013e16, 0x0e072226, 0x36031e01, 0x37323637, - 0x2e2c0e82, 0x0e010f02, 0x33161701, 0x15063332, 0x91223b86, 0x028291ce, 0x6c828820, 0x0101022b, 0x0301030c, 0x07500305, 0x080b820b, 0x04050227, - 0x06a80a1e, 0x1f060612, 0x02022062, 0x07060402, 0x46150307, 0x02060662, 0x04080601, 0x02060750, 0x01010c03, 0x20398202, 0x065d630a, 0x130d5730, - 0x06020d13, 0x0506040b, 0x02180104, 0x08840606, 0xa8090a2c, 0x08100408, 0x08032626, 0x60820606, 0xa2190428, 0x04070b02, 0x22820106, 0x0b070b24, - 0x35830305, 0x00090e22, 0x022d0082, 0xc0ff0000, 0xc0014002, 0x32002200, 0x0b496b00, 0x34023d27, 0x1d062226, 0x07735701, 0x3b363426, 0x11211101, - 0x2b0f5b66, 0x09073002, 0x07a00709, 0x38503809, 0x09250784, 0x00021007, 0x21148310, 0x0583e0fd, 0xf26a0920, 0xa0102605, 0x28383828, 0x060d50b0, - 0xfe600125, 0x86c001a0, 0x0720231a, 0x8c820009, 0x01c0ff22, 0x00210182, 0x080b8204, 0x16001136, 0x23001b00, 0x42003a00, 0x00004a00, 0x36070625, - 0x2623013f, 0x1e271627, 0x3e231702, 0x07060701, 0x26173623, 0x37163327, 0x2e07010e, 0x14172702, 0x17140607, 0x08636818, 0x865e3520, 0x06152105, - 0x21063b7c, 0x1d423513, 0x3e013305, 0x020c2d08, 0x0c022727, 0x0a04562d, 0x012e0108, 0x0f82220f, 0x2d2d0829, 0x4c022708, 0x83070f01, 0x0af73014, - 0x0f0a0202, 0x29bafe0b, 0x01293737, 0x6fab1a46, 0x210805f0, 0x130de0fe, 0x31f00e12, 0x20291d15, 0x1e151d29, 0x15231205, 0x1d022a1e, 0x15973129, - 0x1e292931, 0x1183072a, 0x050f962a, 0x0a0c3409, 0x0e0c1009, 0x40253c82, 0x261a3729, 0x083f834b, 0x40cbfe2b, 0x00121c12, 0xfdff0400, 0x8301beff, - 0x1400c501, 0x78002c00, 0x00008300, 0x32331637, 0x010e0737, 0x2207012f, 0x16013f26, 0x29018317, 0x23061605, 0x26060727, 0x1d83012f, 0x36373628, - 0x013e3237, 0x27833633, 0x22262722, 0x272c1882, 0x2627072e, 0x27012e27, 0x34363726, 0x3e210482, 0x83238201, 0x17362827, 0x36373216, 0x82011e17, - 0x031e2247, 0x05d36917, 0x07255e82, 0x060e0706, 0x05834226, 0x012e4b08, 0x16612223, 0x3411121e, 0x25061103, 0x030a0934, 0x030d0c2e, 0x01040906, - 0x090a0321, 0x11062534, 0x12113403, 0x0201161e, 0x02020904, 0x0c0d0203, 0x0c1c0a4a, 0x0c091809, 0x04030a1c, 0x07020404, 0x16030903, 0x0f050606, - 0x00820611, 0x050f113a, 0x19160606, 0x110a0208, 0x150a1516, 0x090f1116, 0x04061615, 0x0a030801, 0x2b081f8a, 0x07030a03, 0xa8050503, 0x19374e37, - 0x55271a2b, 0x08800a15, 0x02260603, 0x0a70080e, 0x02010104, 0x0e085905, 0x03062602, 0x150a8008, 0x02240d82, 0x0a040101, 0x06223383, 0x06820706, - 0x03030424, 0x01820201, 0x1517062a, 0x16111009, 0x17150a16, 0x16206682, 0x0822de82, 0x65850b01, 0x05051027, 0x040f1607, 0x2a75820e, 0x160a1517, - 0x09101116, 0x82061715, 0x01033133, 0x50c90504, 0x1a283838, 0x00001a2c, 0xffff0200, 0x80250482, 0x11008001, 0x0d5e1800, 0x012f280c, 0x013f3426, - 0x18053336, 0x3b1a4971, 0x251b4002, 0x8dfe1b25, 0x0997131a, 0x1a139709, 0x3e3e1e01, 0x0c160c0c, 0x0b3e3e0b, 0x0c200682, 0x012f0d8c, 0xff1b2580, - 0x13251b00, 0x0a1a0a96, 0x93fe1396, 0x23318623, 0x05000000, 0x270ad355, 0x00370027, 0x005d004d, 0x320dcd65, 0x07333634, 0x06171415, 0x013e2307, - 0x030e2337, 0x82262223, 0x16322212, 0x0eb1581f, 0xc55b3320, 0x27262e06, 0x17011e23, 0x36272623, 0x3e33013d, 0x0cb57e01, 0x01263882, 0x13130d70, - 0x0483600d, 0x3606402d, 0x390b3211, 0x0c03502a, 0x830a130f, 0x201423e2, 0x1e882507, 0xc4820220, 0x821b2521, 0x2a502b12, 0x11320b39, 0x07550636, - 0x1d881420, 0x86a00121, 0x324a8245, 0x0c0e4838, 0x4f303f27, 0x0a0f0919, 0x25362506, 0x89e81216, 0x1001211c, 0x192b1184, 0x273f304f, 0x12480e0c, - 0x89f0fe16, 0x0200211c, 0xc033ff82, 0xc101c701, 0x3b003100, 0x23050000, 0x35262722, 0x69373634, 0x322109c9, 0x058f4416, 0x17161524, 0xca792737, - 0x05336805, 0x1516073a, 0x27060714, 0x26210706, 0x2335012f, 0xdc2e0115, 0x341a1226, 0x0907102c, 0x2a065f54, 0x27121510, 0x0b0c0c09, 0x84340c0b, - 0x2b093a05, 0xdc121a1b, 0x00011325, 0x60182513, 0x332c2140, 0x9a195934, 0x06200709, 0x2204840a, 0x82110c9a, 0x822e822f, 0x2e05832f, 0x352e2b09, - 0xfd212c33, 0x16272716, 0x60b6b60d, 0x012a088f, 0x00c00180, 0x001b0009, 0xab410023, 0x82212005, 0x033328b2, 0x14152135, 0x82012b06, 0x26222604, - 0x2223013d, 0x55981826, 0x60013f07, 0x80fe130d, 0x01200d13, 0x401b2580, 0x40253625, 0x14ca251b, 0x0e140e0e, 0x0d13c001, 0x1d82e0e0, 0x2020c023, - 0x8316831b, 0x604d201f, 0x5b4b06fd, 0x00342a09, 0x00480040, 0x005c0052, 0x0a1d4264, 0x2b216d87, 0xc8421801, 0x180d840d, 0x53084457, 0x25200560, - 0x20063e51, 0x182c8234, 0x29075a60, 0x22233537, 0x14011d06, 0x11823b16, 0x34013d25, 0x67012b26, 0x0121074f, 0xbed018e8, 0x58c0201e, 0x3d2c05c9, - 0x1a13131a, 0x0d70a013, 0x900d1313, 0x70210584, 0x21128473, 0xd0184001, 0x382721c5, 0x10080810, 0x82b0fe08, 0x1a132241, 0x0a4f425d, 0x63f0fe21, - 0x01370897, 0xc0ffffff, 0xc0010202, 0x00005b00, 0x07141625, 0x23222306, 0x83161716, 0x26272407, 0x82141527, 0x013d21cf, 0x2505104e, 0x37363726, - 0xd96e2322, 0x2e372405, 0x72342702, 0x1e23050a, 0x82301702, 0x013e300a, 0x17323637, 0x1415041e, 0x37023e15, 0x82323336, 0x020e3544, 0xf7011607, - 0x493c0909, 0x050c0909, 0x07040703, 0x28250302, 0x28239482, 0x82020325, 0x0326080d, 0x09090c05, 0x09093c49, 0x2b1c2c20, 0x0709030b, 0x220b0102, - 0x16212153, 0x04120408, 0x10150904, 0x2253210d, 0x2a83010b, 0x0b03023f, 0x582d1c2b, 0x1f051305, 0x07091116, 0x1b0c0105, 0x40080840, 0x05010b1c, - 0x16110907, 0x0818821f, 0x2109112a, 0x020b2356, 0x010a0602, 0x1a290a02, 0x70350103, 0x07070d28, 0x302e1005, 0x01032146, 0x020a291a, 0x09060501, - 0x2156230b, 0x8205a747, 0x02bf2bfb, 0x00c10100, 0x00270014, 0x06570100, 0x013f2109, 0x23060756, 0x26270517, 0x1f330c88, 0x010f1601, 0xf9012206, - 0xd8fe0707, 0xa8071407, 0x82280707, 0xf06f3a06, 0xfe071406, 0x0c0c70e4, 0x050d052d, 0x0d049837, 0x0c0c2d05, 0x010e04d0, 0x821d8211, 0x20288229, - 0x35298214, 0x07f07007, 0x0c709207, 0x05052d0b, 0x05059737, 0xd00c0b2d, 0x00820005, 0xfbff022f, 0x4002c0ff, 0x1700c001, 0x00002d00, 0x0c4d7f05, - 0x36262725, 0x82322133, 0x13152178, 0x08064560, 0x33163755, 0x26343632, 0x07062223, 0x01013e23, 0x08171128, 0x111708f0, 0x0c0ba938, 0x116e0111, - 0xc0a90b0c, 0x3c54543c, 0x13242328, 0x38382814, 0x0d2c1a28, 0x104a0f34, 0x08081117, 0xa97d1711, 0x0c1e1e0c, 0xd0017da9, 0x15547854, 0x50380924, - 0x2b161a38, 0x84020035, 0x01002d88, 0x00190080, 0x01000029, 0x2115011e, 0x48142644, 0x01290fab, 0xfe6e5220, 0x10526e40, 0x05915b07, 0x10070923, - 0x210a83d0, 0x058320fe, 0x0b3d0128, 0x7e54547e, 0x1682130b, 0x25820f83, 0xf178fe20, 0x00002a0a, 0xff000004, 0x010602ba, 0x09836ac6, 0xec822520, - 0x010f0624, 0x5d4b2f06, 0x34352407, 0x8236013f, 0x011f2202, 0x18028216, 0x59088b41, 0x01320fbc, 0x241307fe, 0x27452613, 0x1e2a4d2a, 0x0c061f37, - 0x0e8b0e02, 0x59b1fe21, 0xb3200ac8, 0xc1240b84, 0x2645272a, 0x072b3382, 0x371f060c, 0x0a4c2b1e, 0x8b1c200b, 0x13bd2110, 0x8d202683, 0x93200584, - 0xaf860584, 0xc501052c, 0x26001e00, 0x36002e00, 0xaf980000, 0x011e1725, 0x4b161433, 0xae90073d, 0x1306ff24, 0xae901423, 0x012a2627, 0xfe4a354a, - 0x22ac90d9, 0x96262ac0, 0x823420ac, 0x91712030, 0x0a4754aa, 0x31001822, 0x200a8959, 0x0b451815, 0x33352a08, 0x11151632, 0x15331101, 0x53611823, - 0x3435260c, 0x32013b36, 0x05a54416, 0x0a0e282b, 0xa00e0a30, 0xfe130de0, 0x240583e0, 0x0e0e0a28, 0x2014850a, 0x841a8460, 0x48012a10, 0xff0d1360, - 0xfe480100, 0x210882b8, 0x19880001, 0x0800003a, 0x20000000, 0x60018002, 0x1b000f00, 0x33002700, 0x4b003f00, 0x67005b00, 0x1811774c, 0x210b7d5f, - 0x83821427, 0x34013d27, 0x1522012b, 0x180ba217, 0x180f85ae, 0x8307bb5e, 0x0b565d3a, 0x08100124, 0x028208e0, 0x1008e823, 0x061c5408, 0x28250690, - 0x07d00709, 0x87048409, 0x8401202e, 0x130d2adf, 0x00010d13, 0x00ff130d, 0x20008308, 0x09205d48, 0x05864d85, 0x83303021, 0x2004833d, 0x4c278479, - 0x21240cff, 0x41002900, 0x3809ff4c, 0x3e16011f, 0x37012f01, 0x012e013e, 0x27010f06, 0x1f010e26, 0x1e060701, 0x08806901, 0x37273725, 0x8b012e36, - 0x013f221a, 0x22348217, 0x8291ce91, 0x1d982e02, 0x07051107, 0x01051c1c, 0x040a0806, 0x300d861d, 0x08100507, 0x26263463, 0x1cd32634, 0x0f06071c, - 0x84188b08, 0x06ee4c0b, 0x1d863e20, 0x080a0425, 0x89050106, 0x0604222b, 0x223c82ad, 0x889d3426, 0x21448638, 0x24840604, 0x00003408, 0xff000003, - 0x010002be, 0x000800c0, 0x00480040, 0x07172500, 0x022f010e, 0x020e3736, 0x0f272223, 0x2e220601, 0x37273501, 0x36262726, 0x1736013f, 0x79371716, - 0x173408a9, 0x30270706, 0x31223022, 0x32331607, 0x1f363736, 0x26011e01, 0x0806594c, 0x37c90176, 0x070e0107, 0x522c3736, 0x315c4c1b, 0x36473234, - 0x05060803, 0x17214707, 0x1c060303, 0x140e090c, 0x50380c44, 0x23340c38, 0x02023330, 0x39222343, 0x0d081f64, 0xea04061c, 0x1a13131a, 0x3a606813, - 0x17030808, 0x297e115f, 0x7b13203d, 0x06040117, 0x1c7c3a04, 0x030d0622, 0x150d0810, 0x18167612, 0x28383828, 0x24591618, 0x0c74580d, 0x070d2f37, - 0xb40d040f, 0x4f081347, 0x012f051b, 0x3300a101, 0x00004e00, 0x011d1601, 0x4d350714, 0x062005b9, 0x26210887, 0x08118627, 0x013d2620, 0x33033e34, - 0x36371732, 0x011f3233, 0x0f141516, 0x35363201, 0x27012e34, 0x22230607, 0xf382012f, 0x18013f21, 0x2807e9a7, 0x4851af01, 0x340e140e, 0x2104823c, - 0x0482343c, 0x30483408, 0x132d523e, 0x046e3739, 0x09040905, 0x56f90703, 0x1a27157a, 0x09040576, 0x07020905, 0x56181a49, 0x015f387a, 0xa0391d46, - 0x0a66202e, 0x770a0e0e, 0x8368020f, 0x02682307, 0x0783770f, 0x2e20662d, 0x162d1ea0, 0x470a020d, 0x820d0703, 0xc5052a45, 0x140a1b25, 0x034d0610, - 0x280e8208, 0x022f0508, 0x1d121a26, 0x064b6f11, 0x0140022d, 0x000b00a0, 0x00200016, 0x1836002a, 0x210e815f, 0xc0602f36, 0x36173805, 0x2e373216, - 0x0e222301, 0x35370701, 0x15072226, 0x36321614, 0x82023e17, 0x24d582f3, 0xeea91617, 0x080282a9, 0x0f08cd2a, 0x4644381a, 0x3c3c153b, 0x1522061f, - 0x0412190e, 0x2040207d, 0x2f263426, 0x44213a26, 0x080f1a38, 0x4ba00106, 0x4b35c035, 0x37080483, 0x2c1b1d53, 0x1716260a, 0x19100a26, 0x0c191403, - 0x0d8d0d14, 0x1a0d0303, 0x076d2626, 0x160f1c15, 0x1b2c0a26, 0x0000191d, 0xff000001, 0x010002c0, 0x002100c0, 0x0f060100, 0x2405ca6b, 0x010e0706, - 0x0acb6b23, 0x3e373634, 0x09000206, 0x0e516a2d, 0x3a659310, 0x203f1f4b, 0xc56b0739, 0x04023508, 0x5b443205, 0x012c564f, 0x356e7dc0, 0x31311619, - 0x39040308, 0x2a08c36b, 0x33222eb3, 0x182e3857, 0x41000512, 0xc0220517, 0x6f828001, 0x1d00112b, 0x54002900, 0x00005d00, 0x55651813, 0x1135260a, - 0x013b3634, 0x0ae24907, 0x250ba162, 0x2e272213, 0xe46b0701, 0x012b2305, 0x25530622, 0x3f2b0805, 0x17161701, 0x3f323132, 0x17323601, 0x32013b16, - 0x23263436, 0x011d1613, 0x32333523, 0x0a0ee017, 0xfe0a0e88, 0x0e0e0ab0, 0x61a0c80a, 0x502106b3, 0x08088208, 0x0307c123, 0x0e0e2b09, 0x12062206, - 0x070c0803, 0x0c070909, 0x0b04170e, 0x010b0311, 0x0308040a, 0x1b0c030e, 0x2015832f, 0x95651849, 0xd001270e, 0x10480e0a, 0xa2180808, 0xff3807d1, - 0x09120600, 0x1111290c, 0x0e090836, 0x1f0e1009, 0x09010a32, 0x1806060f, 0x01250d82, 0x060a0717, 0xef451880, 0x22fb8609, 0x93300027, 0x361324f7, - 0x5b012b26, 0x22260913, 0x16011f06, 0xca953732, 0x08084c32, 0x0709410b, 0x41090720, 0x6008080b, 0xad050e05, 0xfe24a792, 0x501407a5, 0x5027c483, - 0x05600714, 0x85520105, 0x0003368e, 0x02c0ff00, 0x00c00147, 0x00170008, 0x01000033, 0x33352315, 0x276e8232, 0x010f1617, 0x013d2606, 0x352e0e82, - 0x05173634, 0x013b1614, 0x23061415, 0x795d2221, 0x84152006, 0x22233a11, 0x80011506, 0x070a0680, 0x0cbb0762, 0x1407600c, 0x07144040, 0x0709e5fe, - 0x086c41b0, 0x880a0e27, 0x010907b0, 0x22ff8246, 0x82c40762, 0x20b18324, 0x2bad8340, 0x8809077c, 0x0a0e0e0a, 0x0e0ad001, 0x80230882, 0x44000709, - 0xc02205e3, 0x93820002, 0x12000922, 0x695f9383, 0x0568180a, 0x013d2213, 0x318b8233, 0x2f36013f, 0x1d062601, 0x34112301, 0x10013b36, 0xed827070, - 0x07f00126, 0x070a0680, 0x0909f518, 0xfd828020, 0x8024a584, 0xa0c80a0e, 0x22059658, 0x820a07b7, 0x0a812499, 0x83b8fe0e, 0x8388208b, 0x86602098, - 0x080123a5, 0x92820e0a, 0x97820020, 0x01c0ff23, 0x33938280, 0x000c0003, 0x002a001e, 0x00420036, 0x25000052, 0x25352315, 0xc0429593, 0x0b74471d, - 0x4208e741, 0x352505c5, 0x01c02001, 0x42b78e19, 0x01210fb2, 0x05c04200, 0x2606154e, 0xc00907e0, 0x8d974040, 0x0f9e42c8, 0x2006e260, 0x08354ad0, - 0x2b0c8743, 0x001a0008, 0x00320026, 0x0100006d, 0x9b43cfa5, 0x1315220a, 0x24d1823e, 0x012f012e, 0x05c74826, 0x182aa265, 0x4313a269, 0x90250c9e, - 0x0f081912, 0x25926509, 0x69180120, 0xa24312cc, 0x08582e05, 0x08081008, 0x1a01e8fe, 0x0d120a12, 0x0c8e6503, 0x08081823, 0x65178218, 0x16820f8e, - 0x08f34f18, 0xab440120, 0x003b2405, 0x434c0043, 0x262414b1, 0x3627010f, 0x230eca41, 0x1733013d, 0x5907cf59, 0x362a06af, 0x3523012f, 0x14163233, - 0x69433706, 0x0c984407, 0x0b0c4528, 0x2521211e, 0xba4b501b, 0x3b132506, 0x0b0b0b1e, 0x1e201482, 0x0b220482, 0x0d821e0b, 0x30308022, 0xc9201c82, - 0x18057343, 0x2509236a, 0x0e0ad001, 0x2282c5fe, 0x26122124, 0xc354251b, 0x3b302306, 0x3e820c1e, 0x1e1e0c23, 0x8307830c, 0x3722083e, 0x090e0920, - 0x07800696, 0x00000762, 0xff000004, 0x014102c0, 0x003700c0, 0x00450040, 0x3700004f, 0xe943011e, 0x15072214, 0x16744526, 0x3f011e26, 0x13323601, - 0x0733cf87, 0x23071737, 0x0f141625, 0x36372701, 0x06da1732, 0x44800c14, 0x80210b0b, 0x166e4506, 0x08041625, 0x85a90e03, 0xa36031d7, 0x0145a244, - 0x1c070719, 0x15071c44, 0x0d0b1808, 0x4405f24a, 0x2f240528, 0x0501527f, 0x250f6b45, 0x060f0a02, 0xd8842801, 0x44a2eb26, 0x1508f9a3, 0x73453c84, - 0x36322928, 0x2226012f, 0x1606010f, 0x0482ff83, 0x3d363224, 0x3e463701, 0x45412014, 0x60200669, 0x18087b45, 0x200fb16b, 0x27a88201, 0x0714a0fe, - 0x60050560, 0x20077945, 0x050246f7, 0x0000022f, 0x0002bfff, 0x1700c701, 0x00002600, 0x095f6025, 0x27013f22, 0x2e050d52, 0x17323637, 0x07273713, - 0x06141617, 0x82012f22, 0x07260893, 0x0909f701, 0x1c501cde, 0x5f1c1c75, 0x160c0c56, 0x52560b0c, 0x5b091b09, 0x3b3ba331, 0x091b1209, 0x050e513b, - 0x1182e702, 0x821cde21, 0x82502023, 0x820b2024, 0x820c2024, 0xfe092324, 0x248330e9, 0x09121b26, 0x050d523b, 0x21090f41, 0x83824002, 0x22000a24, - 0x85833100, 0x6a821520, 0x34352625, 0xa5013f36, 0x00022890, 0x25362540, 0xa2071020, 0x5d802a97, 0x25251b23, 0x1840101b, 0x08a1a57f, 0xfeff0627, - 0x0102c0ff, 0x0d00c201, 0x41002d00, 0x6e005c00, 0x00009100, 0x15163236, 0x23060716, 0x36372622, 0x1e373427, 0x240d8201, 0x2e27020e, 0x230e8301, - 0x06222726, 0x01200f83, 0x262c0e84, 0x011e2636, 0x16170607, 0x010e1407, 0x34822185, 0x17243282, 0x07141514, 0x2e2e1287, 0x07222701, 0x36012e06, - 0x16053637, 0x59831415, 0x27343523, 0x2b0e8226, 0x1627021e, 0x2726010e, 0x2623042e, 0x15254682, 0x23010e14, 0x21788230, 0x4682013d, 0x32173508, - 0x14f6021e, 0x051f020e, 0x020b0f12, 0x2b17021e, 0x010c013e, 0x09090e04, 0x010b020c, 0x1e191722, 0x11020f01, 0x0e020b13, 0x493b0101, 0x1d06020f, - 0x050b0101, 0x7c081e84, 0x2801010a, 0x6d4c8906, 0x0e010601, 0x020d0a0b, 0x51010106, 0x09101239, 0x090b0511, 0x06120118, 0x0e0a0a0e, 0x0a0b0205, - 0x06070a04, 0x10040627, 0x1e0c0514, 0x15282622, 0x01393c58, 0x01060b07, 0x47010d0a, 0x3e1f6c4b, 0x0eca3036, 0x126e720a, 0x6b690915, 0x3c01600a, - 0x044b4d2a, 0x02010809, 0x48470a10, 0x20012017, 0x094c4d15, 0x0a10040b, 0x3c294946, 0x08130d1a, 0x3c3e2e23, 0x08208503, 0x3f393759, 0x013a0831, - 0x030a4a6b, 0x0e083536, 0x0a100101, 0x4f373938, 0x0a020401, 0x05021114, 0x0a2c1c7a, 0x27090f0e, 0x02110a17, 0x08050201, 0x0b140856, 0x1c110903, - 0x01091016, 0x1852393c, 0x0f060b06, 0x4866150a, 0x1d10014a, 0x0000002a, 0x00feff02, 0x01400220, 0x5a180060, 0x1e3505d7, 0x020e1402, 0x27262223, - 0x3f260607, 0x36262701, 0x013e011f, 0x09dd7016, 0x47013b08, 0x28406130, 0x30614028, 0x5826703e, 0x19021409, 0x0a140219, 0x8c702657, 0x090f0f13, - 0x03070905, 0x37296001, 0x37331a33, 0x422a3c29, 0x6e0a0b07, 0x070b0a6e, 0xb83c2a42, 0xb770140e, 0x06002105, 0x10738518, 0x2f002725, 0x18240000, - 0x2409ed4f, 0x26220614, 0x79621834, 0x84142008, 0x1722287e, 0x012b3432, 0x50331422, 0x01220718, 0xbc18144e, 0x11320960, 0xce9191ce, 0x3c2a5091, - 0xbe3c2a2a, 0x10801010, 0x0a838210, 0x82f82a21, 0x20028775, 0x212182ce, 0x9682ce91, 0xf8232582, 0x84682020, 0x4500202c, 0x54180547, 0x1f22098f, - 0x6b4e2700, 0x87162009, 0x3616227b, 0x06df4b27, 0x37160622, 0xe25b8182, 0x37518406, 0x1a138891, 0xa81a1313, 0x05010d09, 0x28131e3d, 0x0d010322, - 0x29343109, 0x13201483, 0x2006354e, 0x2c0c842a, 0x090c03d7, 0x1d0d221b, 0x030c0913, 0x8235850f, 0xff02327f, 0x02c0fffa, 0x00c00106, 0x001b0017, - 0x15070100, 0x13d25233, 0x17210727, 0xd6f60121, 0x07bf5238, 0x1110d631, 0x17bc0117, 0x88fe4a11, 0x01180130, 0x52c0d686, 0xc02905b2, 0x2a2a10d6, - 0x00003006, 0x0a674102, 0xd3896a20, 0x36340526, 0x012e013b, 0x2206c972, 0x8206010f, 0x011d2802, 0x013b1614, 0x83011f32, 0x15162205, 0x25128214, - 0x2b26012f, 0x1b892201, 0x23821620, 0x33161728, 0x36013f32, 0x60523637, 0x013d2205, 0x75238334, 0xcd4d052d, 0x201f8405, 0x05164135, 0x09980136, - 0x590e1207, 0x1906093b, 0x03080508, 0x090c0e06, 0x05065a07, 0x0a250182, 0x2f0b0907, 0x08108206, 0x12010d2e, 0x20161b0f, 0x09071917, 0x0f110808, - 0x0e0b0d08, 0x01040104, 0x09031302, 0x05080807, 0x0705040d, 0x04030203, 0x05031304, 0x090f0304, 0x32064c41, 0x3a090747, 0x07150952, 0x050c0709, - 0x0c030401, 0x82090704, 0x06093855, 0x0210030c, 0x0b060703, 0x0e1b1015, 0x07092017, 0x0f11131d, 0x8210140c, 0x04162645, 0x05041903, 0x2f31820b, - 0x020f0614, 0x0c030101, 0x04080203, 0x0300000a, 0x220a2341, 0x416e005f, 0x36220a25, 0xd8823435, 0x2e012b23, 0x08944e01, 0x3b23e285, 0x82363201, - 0x34352419, 0x8236013f, 0x05bb4a0b, 0x82023f21, 0x07062c13, 0x2f061415, 0x16070601, 0x5b1f1617, 0x1d270544, 0x1e171401, 0x41150701, 0x37230536, - 0x82173736, 0x07272657, 0x06010f06, 0x41228214, 0x21080628, 0x0e090e4a, 0x04430d09, 0x0e100616, 0x1f08070b, 0x05060203, 0x06030209, 0x0f020405, - 0x020a0201, 0xae820904, 0x06063208, 0x0a060604, 0x1d0b0b05, 0x080f0c0c, 0x19204718, 0x010a0809, 0x1f12110f, 0x0d0b0910, 0x11161501, 0x05010401, - 0x021d5f03, 0x04060d15, 0x12040413, 0x062f4105, 0x130ed523, 0x2b60820d, 0x06071e02, 0x03090703, 0x0804010a, 0x1f23fd82, 0x82040201, 0x0802215b, - 0x30085889, 0x090b0201, 0x1f0c0409, 0x0c0d2647, 0x090d0109, 0x13091109, 0x0b090d20, 0x051b0a1f, 0x070e022f, 0x08640304, 0x2a2f0b0f, 0x1e050306, - 0x1b060e06, 0x0c3f4108, 0x6d003822, 0x21093f41, 0xc74d3717, 0x013d2206, 0x05d35a34, 0x2605d24f, 0x3f323317, 0x42163601, 0x36200569, 0x10821c85, - 0x17323323, 0x52278335, 0x0f2505bf, 0x012b0601, 0x08814222, 0x85058442, 0x50332032, 0x79410636, 0x053f4105, 0x11ed5308, 0x02010601, 0x09080305, - 0x3303040b, 0x75531f1f, 0x05073e03, 0x02080313, 0x060a0417, 0x05050907, 0x05050606, 0x05b00907, 0x0604020c, 0x01040103, 0x01020403, 0x0c050206, - 0x02180203, 0x03062703, 0x0a07040c, 0x03160202, 0x0d080b03, 0x070f0605, 0x3b410905, 0x1d5f3207, 0x08040302, 0x06040a4e, 0x26030902, 0x0f53750a, - 0x27598211, 0x092d0401, 0x07090709, 0x663c5985, 0x0c040718, 0x040d0303, 0x02030e03, 0x1101050d, 0x02100102, 0x02030a06, 0x0106050c, 0x4d825082, - 0x00820020, 0x6b420d20, 0x000e360a, 0x001d0015, 0x00250021, 0x002d0029, 0x00350031, 0x0044003d, 0x0a3f414b, 0x15233525, 0x59331614, 0x36200613, - 0x82078744, 0x21128215, 0x078e1715, 0x83071345, 0x32332217, 0x05984336, 0x1d411520, 0x28903205, 0x08080d13, 0x1320130d, 0x1a13131a, 0x30303035, - 0x20038670, 0x2210831b, 0x82286013, 0x4222821c, 0xf720062c, 0x38200e83, 0x95203383, 0xe0231e84, 0x8d382828, 0x13682102, 0x93241883, 0x25132808, - 0x28213982, 0x438b1800, 0x8926200f, 0x520420c5, 0xaa5206a2, 0x32142e07, 0x26363736, 0x27220607, 0x17010e26, 0x21a08516, 0x68845501, 0x2d056356, - 0x01075960, 0x982f090d, 0x060a062f, 0x93860701, 0x71841720, 0x0282bd82, 0x2736ed2c, 0x0f030c09, 0x0a04020f, 0x7b8c2706, 0x23001524, 0x7b893200, - 0x0706252e, 0x32161716, 0x26373637, 0x07222627, 0x12200d8c, 0x38278794, 0x0f01010f, 0x85051506, 0x8ca52006, 0x942b200d, 0x16102698, 0x09152221, - 0x21059009, 0xa58cd0fe, 0x240d6346, 0x002b0017, 0x25a78939, 0x07062224, 0x35591614, 0x36162405, 0x8d272627, 0x042e210f, 0x0620ac8a, 0x30083341, - 0x0223265b, 0x0c0a030c, 0x03090d26, 0xd602010d, 0x250e8b13, 0x0e0b0801, 0xb188190f, 0x410d0921, 0x012e0849, 0x03071e29, 0x16161105, 0x07030511, - 0x0d8b291e, 0x12160c26, 0xe8fe070c, 0x0339b886, 0x0027090c, 0x00050000, 0x01c8ff00, 0x00c101f8, 0x001d000b, 0x0041002d, 0x2d158250, 0x34352622, - 0x17323637, 0x07141516, 0x05823732, 0x2622062c, 0x32333634, 0x14150617, 0xbf8d2616, 0x0e3acf9c, 0x01161701, 0x2a1c28dc, 0x2a020802, 0x140b0930, - 0x9191ce91, 0x083e4a67, 0xdfaa4c2f, 0x2f052a42, 0x17131c40, 0x37030337, 0x033c1317, 0x91673330, 0x29254a82, 0x2e210e12, 0x21e48808, 0xf28b0406, - 0xf28d0d82, 0x41055142, 0x19240dab, 0x3a002700, 0x2e09ab41, 0x1f160617, 0x013f1601, 0x26272636, 0x82010f06, 0x0d9c4104, 0x6f632520, 0x2e272506, - 0x010e0701, 0x37202a82, 0x3205e242, 0x100e055a, 0x14020846, 0x0e101104, 0x07020418, 0x41691a0e, 0x0e320d9d, 0x04050e10, 0x0709120e, 0x0e180402, - 0x14041110, 0xfb420802, 0x0f1f3306, 0x0212041c, 0x1b0f4608, 0x0d110302, 0x0d040208, 0xa341fbfe, 0x04932f0a, 0x0c090f1c, 0x08020203, 0x0302110d, - 0x65820f1b, 0xd3480020, 0x0016240e, 0x89310023, 0x060522c3, 0x2c988214, 0x37012f36, 0x012e3436, 0x0717010f, 0x24d18306, 0x26012f34, 0x85cd8d06, - 0x1a0134bb, 0x08500606, 0x2121070e, 0x04080603, 0x072121f3, 0x8450080e, 0x8d582012, 0x84b820c3, 0x032d352f, 0x0530030e, 0x2828080f, 0x02060904, - 0x28281203, 0x30050f08, 0xfe211485, 0x08b98af0, 0xff060028, 0x02bfffff, 0x00c10101, 0x0017000b, 0x003c002f, 0x005a004a, 0x26220100, 0x36373637, - 0x07141632, 0x16320106, 0xc4540607, 0x01362705, 0x0e163736, 0x40442702, 0x26072405, 0x8217023e, 0x27162119, 0x262abd85, 0x012e022f, 0x3f011e07, - 0xd3833601, 0x1f16062b, 0x27013e02, 0x0e070626, 0x31028201, 0x36321617, 0x06059a01, 0x0e100b01, 0x110e1d2a, 0x0b8585fe, 0x0e1e2931, 0x217f0111, - 0x79142918, 0x050747a8, 0x8a171902, 0x1787350b, 0x5a070901, 0x340a020a, 0x5d140105, 0x17021401, 0x05070401, 0xdc381084, 0x05171922, 0x6b170412, - 0x0802082c, 0x01403c15, 0x48050550, 0x291e0e10, 0xd6205a82, 0x012d0a88, 0x4707050a, 0x291479a8, 0x1f112019, 0x2d0b8a02, 0x0a065b28, 0x14021702, - 0x0a340501, 0x6182f002, 0x07055a24, 0x10840104, 0x6122602e, 0x08010724, 0x04176b2c, 0x1c0f0512, 0x240cdf44, 0x002e0020, 0x09c74147, 0x010e1724, - 0xfd84011f, 0x3616172d, 0x3637012f, 0x26022f26, 0x41010f22, 0x25200dc3, 0x02201686, 0x91222d8d, 0x028291ce, 0x03055f39, 0x01061a03, 0x1f1f0507, - 0x06010804, 0x0503031a, 0x0a020f23, 0x41460f02, 0x27200dd9, 0x23201888, 0x05233189, 0x42060107, 0x103906a3, 0x19030901, 0x02060423, 0x06021111, - 0x03192304, 0x20050109, 0xfe200404, 0x0aef41f4, 0x1587c420, 0x2d8d0520, 0xff060038, 0x02c8ffff, 0x00b80181, 0x0017000b, 0x00460036, 0x00640056, - 0xfb413700, 0x1605380a, 0x27220614, 0x36262726, 0x16071617, 0x31011e17, 0x2622010e, 0x42013f27, 0x3e26060d, 0x1e323301, 0x20821701, 0x7e440620, - 0x012e210e, 0x200e8e44, 0x09fa4506, 0x16170623, 0x09084266, 0x53022a08, 0x0e291e0e, 0x06010a11, 0x0c724805, 0x20020118, 0x20738873, 0x0c180201, - 0x0b171902, 0x5f8d0a0d, 0x06456c3f, 0x1c140b0d, 0x0d9b444b, 0x0e8dc320, 0x3b411620, 0x42c0200c, 0x1126080e, 0x0e1e290e, 0x70834711, 0x82520321, - 0x4439235e, 0x5d823944, 0x1f11522a, 0x5d020202, 0x3d653a7f, 0x1c210782, 0x19ad4462, 0x45ef1e21, 0x042e0d9b, 0xbfff0000, 0xb801f001, 0x25001d00, - 0x3d482d00, 0x14152506, 0x3d360706, 0x22061841, 0x82262722, 0x151724e4, 0x6f2e1714, 0x072412f9, 0x021e013a, 0x06241c82, 0x022e2223, 0x33323282, - 0x011f1636, 0x013f3216, 0xce91023e, 0x09485991, 0x8b47062a, 0x0d092805, 0x092a0601, 0x479b5948, 0x37080aa8, 0x02010103, 0x26040704, 0x11170d1b, - 0x0b01120a, 0x02010315, 0x0201020e, 0xb8010f0b, 0x7e4f6791, 0x2e14141b, 0x0c09241b, 0x030f0f03, 0x1b24090c, 0x1b14142e, 0x57674f7e, 0x3a0aca47, - 0x0401029a, 0x251b4002, 0x0d18110b, 0x0b05093f, 0x0707080b, 0x020b0708, 0x8b000000, 0x003b27db, 0x00550048, 0xad992500, 0x16320222, 0x1726f69a, - 0x012f3436, 0x2c430626, 0x37272306, 0x7d4b2636, 0x01362206, 0x20c49825, 0x1400418d, 0x4506d621, 0x0728060a, 0x21f3080e, 0x090d0721, 0x20050945, - 0x21c99649, 0x0a416c01, 0x4541201a, 0x08220829, 0x2745050f, 0x0577470c, 0x3305db41, 0x00250007, 0x00400038, 0x0000005e, 0x06141632, 0x26342622, - 0x6318ee9d, 0x17200e3a, 0x22053e4f, 0x41171406, 0x4b4f1940, 0x94af2006, 0x06c021f4, 0x0f626318, 0x34880b23, 0x20868226, 0x183d410d, 0x0e080127, - 0x140e0e14, 0x20fd9abe, 0x8b631850, 0x3009210d, 0x26225082, 0x48418d34, 0x0fd34616, 0xf9520f20, 0x013c2905, 0x14163236, 0x34122206, 0x2005614a, - 0x2bfb8f37, 0x17062607, 0x3632011e, 0x012e3637, 0x0d396418, 0xd591bb20, 0x0d09e92e, 0x60590701, 0x06010759, 0x982f060a, 0x0c3b6418, 0x09060723, - 0x3a641808, 0x6109300a, 0x27090c03, 0x06273636, 0x0f02040a, 0x82060000, 0x012033a0, 0x006001c0, 0x001f000f, 0x003f002f, 0x005f004f, 0x5b183700, - 0x0f9d0f94, 0xd8793320, 0x673b200e, 0x0f8f0e53, 0x0d603326, 0x400d1313, 0xe0200483, 0xb1710992, 0x201e9805, 0x843a86a0, 0x20049120, 0x841e9dc0, - 0xe0ff23f3, 0xf3714001, 0x67f38608, 0x82180fe1, 0x0266089a, 0x8f332005, 0x90e38e0f, 0x892f8f1f, 0x60b391f3, 0xb89a056c, 0xf48a0120, 0x01210a95, - 0x953e8940, 0x72002021, 0x11240cef, 0x40002200, 0x220be941, 0x183d012e, 0x2407cf63, 0x0e14011d, 0x050e6701, 0x33363426, 0x17163202, 0x82064b62, - 0x23262421, 0x82010e22, 0x85062020, 0xa036291f, 0x0d13130d, 0x111e1110, 0xe0220282, 0x0582251b, 0x11831020, 0x94d2c92d, 0x10070903, 0x567a0907, - 0x84386038, 0x82032009, 0x0d802296, 0x20218213, 0x21038240, 0x05831a26, 0x820d1321, 0x00012b11, 0x07706997, 0x70070909, 0x2c827a56, 0x69200a85, - 0x240a2b76, 0x001f000f, 0x89ab8246, 0x3b362285, 0x7e958201, 0x9e420885, 0x20a88a05, 0x25208434, 0x36323315, 0xc05f3435, 0x87142006, 0x82c020b1, - 0x251b23af, 0xa7821b25, 0xab84b020, 0x0d821020, 0xaf82f420, 0xb625352f, 0x141c1c14, 0x661c1420, 0xac7a1911, 0x2cb5857a, 0x130d70f0, 0x1b301b25, - 0x139d1325, 0x280b870d, 0x69976001, 0x1c3525a6, 0x272f8228, 0x02a41119, 0x567a7a56, 0x3182ec82, 0x2122b787, 0xc182c101, 0x1b001129, 0x37150000, - 0x82130717, 0x06390803, 0x2707012f, 0x35262737, 0x011e2534, 0x3727010f, 0x44171636, 0x29192343, 0x161023ad, 0x3360332b, 0xa001020d, 0xaa0f020f, - 0x2b10c7a9, 0x43462010, 0x23100123, 0x07112aad, 0x241b820d, 0x1006052b, 0x221682ac, 0x82aaa9c7, 0x82002022, 0x00083b00, 0x02c0ff00, 0x00c00100, - 0x00270013, 0x0047003b, 0x005f0053, 0x0073006b, 0xf0180100, 0x17200c68, 0x07fd8618, 0x36251582, 0x1732013b, 0x23018316, 0x22012b06, 0x1806a342, - 0x23099162, 0x07011f32, 0x16be4018, 0x0bca4018, 0x00210b8b, 0x05f35422, 0x059e012b, 0x01072b1b, 0x0e10070a, 0x20098802, 0x2f13926e, 0x25130dac, - 0x1b80fe1b, 0x2b1b2525, 0x806f1115, 0x20059f63, 0x2e069360, 0x2536bbfe, 0x01253625, 0x2416280e, 0x940b073e, 0x13402306, 0x4b83a00d, 0x251be028, - 0x70b8530d, 0x02930808, 0x82400121, 0x36252246, 0x05334100, 0xc0014037, 0x3d002d00, 0x5d004d00, 0x73006d00, 0x93008300, 0x23010000, 0x08bb7711, - 0x4208535b, 0x11200861, 0x18760986, 0x18052007, 0x2211e342, 0x50013b16, 0x222207c2, 0x1f8e2706, 0x1a891720, 0x14011d2b, 0x33173316, 0x06222634, - 0x10bc5b25, 0x73263421, 0x142005b3, 0x02274d84, 0x07101030, 0x67070909, 0xf020054b, 0x21095a73, 0x0b822002, 0x19c9fe21, 0x221e9b03, 0x86080533, - 0xc0332621, 0x01385038, 0x252f9300, 0x80fe8001, 0x4f820709, 0x52825020, 0x84500721, 0x1801200a, 0x210ab87a, 0x4587262d, 0x09886520, 0x09885b20, - 0x52899820, 0x38288023, 0x89228938, 0x82002009, 0x00053700, 0x02c0ff00, 0x00c00180, 0x001e0016, 0x00400037, 0x0100004c, 0x8f7b3d26, 0x17142206, - 0xc87e181e, 0x36052709, 0x2223011f, 0x7e183627, 0x2e210bb0, 0xdd7e1801, 0x2220830c, 0x1832012f, 0x2b080b4a, 0x01012f22, 0x30083cbc, 0x1e1a2808, - 0xfe2c0582, 0x711824e3, 0x5a809759, 0x2e29cf01, 0x10230f82, 0x821d151e, 0x1db73c06, 0x1d597614, 0x01017514, 0x0e0e0a56, 0x131e110a, 0x2a0b0176, - 0x08084241, 0x181c2c3e, 0x35079d7e, 0x841b0699, 0x21013850, 0x1e31571b, 0x191e0808, 0x130d272f, 0x22823e25, 0xf1fe0b2d, 0x8a168a16, 0x0a700a0e, - 0x4e8a160e, 0x0f240eab, 0x35002d00, 0x4809e34c, 0x342408ba, 0x34353627, 0x0621bc83, 0x05e25a1f, 0x07861420, 0x3e371623, 0x0c8c5702, 0x2e05a34a, - 0x112323a8, 0x03061522, 0x15151106, 0x83050511, 0x260c8205, 0x1a0b291f, 0x571a1313, 0x8b4a0794, 0x16af3e05, 0x0a160e0e, 0x01010e13, 0x0907030d, - 0x02070919, 0x0907020b, 0x0208081a, 0x1b02010e, 0x09c768ab, 0x20072358, 0x4da18217, 0x16220b87, 0x654c3536, 0x21ab9b0c, 0x2d833701, 0x4c230221, - 0x17200894, 0x2e05894d, 0x020c03d1, 0x02232623, 0x0d09030c, 0x96680d26, 0x034127bd, 0x1912010c, 0x2787130c, 0x20067e4d, 0x0cd8504b, 0xcf9cb920, - 0x2b82b720, 0x12211422, 0x4207654c, 0xc8330753, 0xb801fc01, 0x26001200, 0x4d002e00, 0x00006100, 0x58061625, 0x3e250504, 0x16363701, 0x2204831f, - 0x18151607, 0x250a7456, 0x012e2326, 0x51180607, 0x17200762, 0x0222f485, 0xa0412627, 0x010e2106, 0x2009a041, 0x08dc5201, 0x23032e24, 0x36820e22, - 0x01163108, 0x121107f5, 0x17030a53, 0x0c120703, 0x03041c11, 0xab1f1008, 0x67342f17, 0x91ce9191, 0x15080b11, 0xa0111754, 0x1a13131a, 0x23239813, - 0x101b130a, 0x1125b682, 0x04111515, 0x09cb4101, 0x0a102a08, 0x090b270b, 0x01010e07, 0x0a14110c, 0x02131a0d, 0x122e0f01, 0x02160521, 0x170c5309, - 0x13020210, 0x05020910, 0x01540b0f, 0x29548215, 0x2c2e6791, 0x23022503, 0x54827f1c, 0xaf1a132a, 0x160e0e16, 0x080d0e08, 0x2115f641, 0x008209c2, - 0x2406a14a, 0x090c140a, 0x10a74208, 0x25001722, 0x2d19e754, 0x37363217, 0x21232636, 0x1e170622, 0xe6543301, 0x37382e12, 0x0a010751, 0x07f2fe07, - 0x5107010a, 0x06c84137, 0x1c4d0720, 0x48fd280a, 0x0b0b0736, 0x50483607, 0x19240c03, 0x3c002e00, 0x05217789, 0x09385406, 0x41089f5a, 0x0425096d, - 0x010e2223, 0x23888805, 0x3632013b, 0x10228b86, 0x3c540d01, 0x13232509, 0xa212180c, 0x0125118a, 0x0f0e0b08, 0x21148207, 0xa48a1d01, 0x51371022, - 0x3620a786, 0x220b4354, 0x89142112, 0x160c270e, 0x12070c12, 0xba857721, 0x8752bb8d, 0x52b3942a, 0x01211887, 0x20a5941f, 0x1a895211, 0xa087ae20, - 0x240ed741, 0x00210019, 0x165f412f, 0x22230223, 0xa0911806, 0x07dd4109, 0x380a5441, 0x060f010c, 0x0c260b0a, 0x010f0609, 0x0d1a1302, 0x1a5a2514, - 0x131a1313, 0x249e94c7, 0x06090835, 0x27008209, 0x0c080906, 0x1c180a14, 0x13222882, 0x978a7f1a, 0x2909eb45, 0x00130009, 0x004c0041, 0x6d180050, - 0x152a0965, 0x2b061425, 0x32333501, 0x714b1516, 0x05895508, 0x18343521, 0x211cfc8d, 0x65651501, 0x2b388205, 0x15233507, 0x13130de0, 0x4001200d, - 0x20270482, 0x0730130d, 0x18070909, 0x30160c8e, 0x1cc06001, 0x1c146014, 0x13806030, 0x130da00d, 0x302f82e0, 0xff0d13e0, 0x20070900, 0x08080907, - 0x141c1c14, 0x85008208, 0x07092307, 0x8e187001, 0x01240813, 0x1001e020, 0x30371783, 0x04003030, 0xbfff0000, 0xc0014002, 0x18000b00, 0x2c002200, - 0x82120000, 0x1475088c, 0x27220607, 0x07343526, 0x15171637, 0x022e0607, 0x0434013d, 0x37363732, 0x16352715, 0x1e362517, 0x14011d01, 0xec11010f, - 0x05724a68, 0x8e72050e, 0x8a0e0777, 0x04060804, 0x0f2c0a01, 0x1ac01a21, 0x062f0121, 0x8c140709, 0x344ac001, 0x0606863e, 0x8e343e86, 0xe9191630, - 0x0402023f, 0x16fa0407, 0x25281188, 0x25b640f6, 0x0302b628, 0x16fa0608, 0x20013808, 0x06534700, 0x13268f87, 0x2a002000, 0x918d3400, 0xa7078546, - 0x226d2699, 0x19221919, 0x209fa2e2, 0x2227825e, 0xa1492219, 0xe3b618a5, 0x001e2d0b, 0x17013f00, 0x06070607, 0x00363726, 0x2205ab63, 0x19060727, - 0x08097e06, 0x4b5e3620, 0x72514b80, 0x0d01100c, 0x1b35be01, 0x136280a5, 0x170b0c57, 0x0b690b0b, 0x15250c21, 0x1e839e1b, 0x10010d28, 0x7301720c, - 0x1f834b35, 0x0b571422, 0x68261f83, 0x15240c0c, 0x0082001b, 0xff042808, 0x02c0fffd, 0x00c00103, 0x00130009, 0x0034001b, 0x07061300, 0x3b362627, - 0x25173201, 0x010f1632, 0x36372726, 0x50320633, 0x05200591, 0x08156554, 0x2f3fe045, 0x0a09066f, 0x010a126f, 0x06090a55, 0x453f2f6f, 0x92ca120a, - 0x67926767, 0x05050d01, 0x03183407, 0x3418030e, 0x26050507, 0x060c0109, 0x0c062f2f, 0x3d010901, 0x089f2b0a, 0x11101011, 0x0a2b9f08, 0x82a01073, - 0x92672b2d, 0x010d0536, 0x07072f08, 0x3982082f, 0x07342529, 0x19190309, 0x82070903, 0x0c835c97, 0x18000f21, 0x180a05dd, 0x440f4559, 0xc45205fb, - 0x06cf440b, 0x570b9452, 0x21220fff, 0x0f443300, 0x78172009, 0x272005bb, 0x20086843, 0x0a956006, 0x8a343521, 0x14152117, 0x58316d85, 0x22263426, - 0x131a1302, 0x10e02202, 0x10108010, 0x860f8886, 0x1a47287c, 0x261a2626, 0x7b020612, 0x12240547, 0x702020d6, 0x2621108c, 0x0657691a, 0x01800127, - 0x000f00c7, 0x8f58181a, 0x07714c0a, 0x13013325, 0x71361321, 0x072005f4, 0x270e0c4b, 0x09077001, 0xa0fe0709, 0x01320583, 0x00ff1f11, 0x4d08011f, - 0x084d0b0b, 0x46050830, 0x04840805, 0x2d09067b, 0xc5fe5b01, 0x080c3b01, 0x4c0c0c4c, 0x9f4ada08, 0x00002508, 0x00000200, 0x2d081342, 0x0100002b, - 0x36372307, 0x1e173233, 0x364e0701, 0x012b2505, 0x16070614, 0x2605244d, 0x37363726, 0x4b35012e, 0x012b07ec, 0xcc9764f6, 0x07090c09, 0x83120511, - 0x43103086, 0x01051436, 0x07e0070a, 0x1405010a, 0x84104336, 0x6383279b, 0x08040799, 0x8c849024, 0x15613c2d, 0x0c07201b, 0x1b20070c, 0x843c6115, - 0x26838812, 0x00c00100, 0x8230000f, 0x18142083, 0x210bad54, 0x874d1516, 0x012b2206, 0x0d685115, 0xd9683320, 0x35363405, 0x0d13a001, 0x130da0fe, - 0x60010d13, 0x1b20130d, 0x84283825, 0x8340200d, 0x1b252112, 0x01200b82, 0x1c820a84, 0x200d132b, 0x28401b25, 0x0d132038, 0x821d8380, 0x282f8204, - 0x09000d13, 0xc0ff0000, 0x21018201, 0x0b820400, 0x00103008, 0x001d0018, 0x0039002d, 0x00460041, 0x37361300, 0x33010f06, 0x17261716, 0x3327012e, - 0x3e27010e, 0x021e3701, 0x3736011f, 0x32130633, 0x6b111516, 0x33230987, 0x4c363201, 0x142105a7, 0x08d66216, 0x17163725, 0x7c822623, 0x07260923, - 0x012e010f, 0x187c1e0f, 0x0c122506, 0x6a082702, 0xfe298e83, 0x25251ba0, 0x0710011b, 0x06476a09, 0x4b6a3b2c, 0xa94b6a4b, 0x0227082d, 0x227c1001, - 0x2a072508, 0x682a1e1e, 0x2806197c, 0x31291d66, 0x0d130101, 0x82e382fe, 0x1b80273b, 0x0960fe25, 0x0282090e, 0x3a826020, 0x8b6a4b25, 0x41293115, - 0x072507e7, 0x1700cc01, 0x076b4400, 0x27010f22, 0x2a064775, 0x14150622, 0x37270717, 0x82360136, 0x27012c94, 0x2163544f, 0x05b10f05, 0x8202065d, - 0x131a3396, 0x3b055d02, 0x23310105, 0xc724165d, 0x6321a562, 0x0f820f54, 0x13025d35, 0x0d13131a, 0x055d0602, 0x04010fb1, 0x28541e27, 0x410062b7, - 0x012208cf, 0x6b82c101, 0x00002129, 0x07173713, 0x8e050706, 0x3613216b, 0x08099168, 0x8097892a, 0xfe20092b, 0x0a960fe8, 0x1c1c140b, 0x96051c28, - 0x010b5d0f, 0x390e0e8a, 0x280e3980, 0x2b35010e, 0x0b219780, 0x05960f5d, 0x1c291c82, 0x960a0b14, 0x2018010f, 0x831a824a, 0x820e2020, 0xff042573, - 0x02befffe, 0x122c7383, 0x24001c00, 0x00003600, 0x34262737, 0x21053649, 0x02570607, 0x011f2205, 0x20e38207, 0x280c8232, 0x01172714, 0x3f260607, - 0x23848401, 0x012f2206, 0x08c84318, 0x09646d35, 0x1b095a09, 0x063e2209, 0x07020b06, 0xfe2c3e02, 0x822e712e, 0x0e2d2c6a, 0xd7fe71c4, 0x02100b6b, - 0x85e40113, 0x87642223, 0x2425832c, 0xcc3e0506, 0x21328264, 0x3582095a, 0x35820520, 0x12203482, 0x0e243483, 0x1e280e2d, 0x13253482, 0x6b0b1002, - 0x2321850c, 0x3e2c8665, 0x06222382, 0x2b413e06, 0x01802809, 0x000f00c2, 0x4d00002e, 0x014406b4, 0x26372508, 0x3634013d, 0x1f22b082, 0x07862702, - 0x16171631, 0x27060706, 0x02272625, 0x09090770, 0x83a0fd07, 0x0d1d3b05, 0x0827080d, 0x30661c03, 0x0941080d, 0x2b626403, 0x280d1d1c, 0xe0fe2b26, - 0x07440b0e, 0x0bf23e09, 0x0909650d, 0x08020b02, 0x08a41c43, 0x0311030b, 0x0b1bc009, 0x0b311e1d, 0x044e0c0b, 0x2890820a, 0xfffeff02, 0x018902c0, - 0x208f82a0, 0x228f9231, 0x41362627, 0x37200553, 0x33300985, 0x37011f32, 0x011e1736, 0x05070607, 0x22012b06, 0x2208948b, 0x03054d41, 0x08042808, - 0x9d684804, 0x41080406, 0x04060404, 0x2b2b63db, 0x1719182e, 0x0eddfe2c, 0x890f8210, 0x6b24089b, 0x04120653, 0x24020214, 0x12076234, 0x03022104, - 0x03163252, 0x24273103, 0x00079416, 0x00000200, 0x8701d9ff, 0x2a2b9782, 0x00003200, 0x0f161725, 0x822f0601, 0x012f2675, 0x27013f26, 0x08cf7523, - 0x2b06dc52, 0x17070614, 0x011f3637, 0x15250716, 0x2a052a78, 0x0c4e2d01, 0x0b0c160c, 0x820b4e4e, 0x4e0c2306, 0x7b861380, 0x38289025, 0x85542430, - 0xc5fe2715, 0x13130d60, 0x0d85600d, 0x31864e20, 0x0750802f, 0x01070909, 0x38090700, 0x05362428, 0x24168554, 0x1a1340b2, 0x0dc35613, 0x2e001b27, - 0x4a003600, 0x05fb4800, 0x30730620, 0x27222108, 0x23066753, 0x3435012e, 0x7b189482, 0xd2460d07, 0x8d372007, 0x2a278216, 0x4191ce91, 0x090e0937, - 0x822e642e, 0x41372205, 0x197b18b6, 0x28392711, 0x1c281c1c, 0x304d07c6, 0x18142005, 0x2a07307b, 0x0106090c, 0x426791b8, 0x83b42171, 0x13c523bb, - 0x0783c513, 0x7121b425, 0x18476742, 0x280e327b, 0x263426c9, 0x03903426, 0x0b0b5709, 0x60060921, 0xf02a0627, 0x0700b801, 0x1b000f00, 0xdd822300, - 0x1428d983, 0x34262206, 0x14062204, 0x062ab883, 0x34353632, 0x07222627, 0x63181506, 0x172a08e0, 0x27013e16, 0x14222326, 0x264d3233, 0x60e4200c, - 0x332e0614, 0x1a13131a, 0x1306ca13, 0x462d0505, 0x294d1010, 0x05116207, 0xf25fdd20, 0x82942008, 0x13240824, 0x0408ad1a, 0x20360810, 0x06000000, - 0xe0ff0000, 0xa0018002, 0x21001d00, 0x2d002900, 0x39003500, 0x16250000, 0x83057155, 0x23352196, 0x22320585, 0x34113526, 0x32213336, 0x35330517, - 0x36321223, 0xaf822634, 0x23353723, 0x076c4115, 0x2733272d, 0x0b750223, 0x38200d13, 0x82803850, 0x0d203503, 0x010d1313, 0xfe0e16aa, 0x4c606052, - 0x281c1c28, 0xec60d01c, 0x302d0784, 0xed425092, 0x0d6f110d, 0x38382813, 0x82038328, 0x242f8229, 0xfe608f11, 0x252782b0, 0x60d4281c, 0x0886f060, - 0x0100002c, 0x0000f9ff, 0x83018002, 0x0c823d00, 0x9e833220, 0x23010e2c, 0x0607030e, 0x26272223, 0x07830637, 0x013f262a, 0x010f2636, 0x012f2606, - 0x85080a83, 0x010f021e, 0x3637013e, 0x0714011e, 0x33011e06, 0x023e3732, 0x0a076f02, 0x0e040704, 0x0a282229, 0x172b2343, 0x864d0519, 0x10130d0a, - 0x19076205, 0x0d063a0e, 0x0d081203, 0x263a1c37, 0x4b2a0d13, 0x1513154a, 0x02030104, 0x36160b0b, 0x013d450a, 0x20070900, 0x01050704, 0x04181411, - 0x381c191e, 0x1e09873d, 0x150ef60e, 0x03042708, 0x090d1b06, 0x23051125, 0x47681d33, 0x13010136, 0x12081121, 0x05180b17, 0x374d1a27, 0x001b220e, - 0x0bd36227, 0x974e1720, 0x2304240b, 0x63170622, 0x062806f5, 0x37321617, 0x2e273616, 0x20110251, 0x10804e70, 0xf9231328, 0x230a190a, 0x0582236e, - 0x338c2d25, 0x50010d03, 0x462013fd, 0x260e7d4e, 0x140c9929, 0x822a2a0c, 0xac362404, 0x50070305, 0x08200dec, 0x083b7718, 0x2800142e, 0x30002c00, - 0x38003400, 0x40003c00, 0x5708bf44, 0x2b08058e, 0x3b013e34, 0x15333501, 0x14151213, 0x2123010e, 0x34352622, 0x33023e13, 0x05163221, 0x03273307, - 0x3f072337, 0x17072301, 0x37232733, 0x03200482, 0x01210782, 0x068a47b0, 0x08043008, 0xc9803004, 0x090f0937, 0x130ec2fd, 0x0e090137, 0x0cd20108, - 0x0abdfe12, 0x0bc30a8c, 0x0a82136a, 0xac881160, 0x0ab8960b, 0x72461167, 0x7f096a13, 0x220806f0, 0x20050704, 0xfea50120, 0x0e0902bd, 0x030d1309, - 0x0c084201, 0x60310f07, 0x7000ff60, 0x6060a070, 0x849070a0, 0x8200200b, 0xff022a00, 0x02e0ffff, 0x00a40141, 0x22c5821e, 0x82320100, 0x07023ba6, - 0x2e272206, 0x33343503, 0x17021e32, 0x37361716, 0x2605033e, 0x36272627, 0x0e823637, 0x07067208, 0x08380206, 0x1d270f06, 0x1d53e853, 0x08060f27, - 0x443f2710, 0x17172b1c, 0x3f441c2b, 0x13f8fe27, 0x1a211a1a, 0x47080846, 0x191a2219, 0x0f080001, 0x193f3b25, 0x3f195151, 0x080f253b, 0x1b240f05, - 0x27383827, 0x050f241b, 0x19171d6f, 0x073d6f13, 0x136f3d07, 0x0100161a, 0xd7fff4ff, 0xa7010302, 0x00002200, 0x0f011e25, 0x010f0601, 0x012f010e, - 0x20098226, 0x051f6926, 0x36633620, 0x82162005, 0x17470806, 0x0625d801, 0x021c3e22, 0x1e480305, 0x46201936, 0x1c103326, 0x1526120d, 0x21482729, - 0x4c192e15, 0x1f071009, 0x12430cfc, 0x3e1c0f1f, 0x28171a22, 0x090f0713, 0x1a391f34, 0x391d3418, 0x16020603, 0x210f1a2f, 0x490b1b3d, 0x02230587, - 0x82c00100, 0x00113309, 0x00290021, 0x00390031, 0x00490041, 0x13000051, 0xf3492315, 0x011e2105, 0x4a06a34c, 0x2f4706a5, 0x43122008, 0x775706e9, - 0x07cb4c07, 0x2f862620, 0x86087f6c, 0x80e03f0f, 0x0d400d13, 0x131af313, 0xe0131a13, 0x0d133828, 0x130d00ff, 0x421f2838, 0x2f422f2f, 0x17849d01, - 0x05848d20, 0x05844d20, 0x058a7320, 0x60a00127, 0x13130d60, 0x253a826d, 0x380d1a13, 0x0c82e028, 0x44820d20, 0x8200ff21, 0x422f233b, 0x18841101, - 0x67183320, 0xed660ad1, 0x84ad2005, 0x00002311, 0xa3580002, 0x00c72a05, 0x002a0003, 0x21351700, 0x9b941815, 0x573b200e, 0x27210534, 0x2ff68226, - 0x17011e17, 0x1d060716, 0x33161401, 0x40c00120, 0xfe20ac83, 0x3838bb82, 0x110c4328, 0x2d440917, 0x05062b1d, 0x0c11150f, 0x01404040, 0x20283800, - 0x20368d83, 0x0c113828, 0x13322801, 0x083a2c15, 0x201d2b05, 0x0a242a1c, 0x7b82110c, 0xfffbff31, 0x011d02c0, 0x001c00c0, 0x01000027, 0x820f011e, - 0x2306245e, 0x44012f22, 0x5d08069e, 0x3f362627, 0x1f323602, 0x032f3702, 0x2f011f11, 0x13fd0101, 0x196a0f0d, 0x080e1403, 0x07838307, 0x03140e08, - 0x0d0f6a19, 0x09419313, 0x19410928, 0x0b197252, 0x13661633, 0x02140104, 0x92670e26, 0x4404160f, 0x0f160444, 0x260e6792, 0x12841503, 0x51918412, - 0x67170410, 0x360cc3fe, 0xc7731972, 0x0023260d, 0x003b002f, 0x77421849, 0x7242180f, 0x07774c0d, 0x83590520, 0x055a6a0a, 0x20058978, 0x071d4227, - 0x011d1630, 0x50013523, 0x141c1c14, 0x20070910, 0xb0570907, 0x83102005, 0x10012310, 0x5618f008, 0xb030098f, 0x60141c30, 0x01301c14, 0xe0141c20, - 0x07101c14, 0x099e4b18, 0xd8261084, 0x10080810, 0x05846808, 0x8450f021, 0x50502151, 0x240cbb53, 0x0017000f, 0x115b6e1f, 0x69076546, 0x064707c3, - 0x051d6e05, 0x26344326, 0x83263426, 0x6e0bb456, 0xf0200549, 0x26221682, 0x1d428a34, 0x6b511806, 0x820a200b, 0x6a252065, 0x002a0653, 0x0f141601, - 0x33371101, 0x45183236, 0x2329079e, 0x3f013e21, 0x14110301, 0x05f74606, 0x32013b23, 0x80431816, 0x1538080a, 0x15233537, 0x0909b301, 0x09014bd3, - 0x0d88091a, 0xfe0d1313, 0x010501d4, 0x5038b5ba, 0x800d1338, 0x146a130d, 0x0e140e0e, 0x40404038, 0x1b091801, 0x0f01d309, 0xf309094c, 0x012c1a84, - 0x01bb0103, 0x2880fe20, 0x01283838, 0x13222a82, 0x2a825bfe, 0xaa140e28, 0x40804040, 0x00820040, 0x03820320, 0x80022037, 0x1f006801, 0x5c005400, - 0x26370000, 0x3f363727, 0x011f3601, 0x0733441e, 0x07061729, 0x26272206, 0x8222012b, 0x4d052007, 0x272008c8, 0x02831482, 0x26241782, 0x3634013d, - 0x3720b982, 0x17220483, 0x078e3216, 0x22243322, 0x08054a5b, 0x0907be2a, 0x50100b44, 0x13643128, 0x13220816, 0x12060764, 0x0a171b71, 0x1d190a30, - 0x0a191d10, 0x07a80130, 0x10070909, 0x7426263a, 0x3a200284, 0x2805d541, 0x110f1325, 0x130f1110, 0x08078e4a, 0x31fe2529, 0x422f2f42, 0x0507892f, - 0x390b1062, 0x04160a1d, 0x04162622, 0x0d040116, 0x09150250, 0x09171709, 0x20070920, 0x84200907, 0x230a8400, 0x120e0e12, 0x60200387, 0x2f243b82, - 0x00020042, 0x24079b48, 0x006a0034, 0x09f35f00, 0x2527e1aa, 0x27262722, 0x41363435, 0x2629081d, 0x2634013d, 0x011d0622, 0x25159433, 0x23060706, - 0x704b2335, 0x27efaa05, 0x0e0a1880, 0x38503810, 0x1323ca84, 0x8ac0131a, 0x0e10240b, 0x9cc0180a, 0x092028ef, 0x28e4060d, 0x41283838, 0x0d250556, - 0x600d1313, 0x080f8d60, 0x0d05e53e, 0x00006009, 0xf9ff0200, 0x8702b9ff, 0x1800c701, 0x00002000, 0x010f1605, 0x26012706, 0x1f36013f, 0x36373601, - 0x031e1732, 0x25071415, 0x06053734, 0x02262223, 0x14090c7a, 0xb3fd0c0a, 0xbb340684, 0x2d071328, 0x2c361006, 0xa1fe0121, 0x32110113, 0x0a674942, - 0x0be26018, 0x403e9131, 0x5f341616, 0x06264936, 0x2628110b, 0x43682dd3, 0x16200c97, 0x200d376c, 0x1a1f6905, 0x06221626, 0x011e0607, 0x16239083, - 0x69262736, 0xb12e1f20, 0x01054d52, 0x29040905, 0x0b072982, 0xf0510501, 0x1b216906, 0x2d3e803a, 0x02050b06, 0x0d031111, 0x00002d0a, 0xf5ff0100, - 0xcb01c0ff, 0x3300c901, 0x16210c82, 0x2d7e8207, 0x010e010f, 0x012e2223, 0x012e012f, 0x0d830622, 0x2f262222, 0x2105a85e, 0x9a823e37, 0x16011f27, - 0x2f363736, 0x3e048201, 0x01011e17, 0x1e250fbc, 0x080d0806, 0x070a1102, 0x2202090c, 0x161c1604, 0x10032204, 0x82021115, 0x065d0815, 0x080f251e, - 0x23202232, 0x030d0664, 0x0a1d0d09, 0x22293001, 0x3e600132, 0x53432831, 0x0d0b2239, 0x8b070a06, 0x0d12120d, 0x0d0d0a8b, 0x5339220b, 0x3d322843, - 0x09083322, 0x03044013, 0x13080e05, 0x0b230104, 0x04003308, 0xc0ff0000, 0xc4018202, 0x12000900, 0x31001d00, 0x2e130000, 0x268f8201, 0x07010e17, - 0x52013e17, 0x37250527, 0x1407011e, 0x229a8206, 0x42132627, 0x8d4705b9, 0x3b280807, 0x07173701, 0x05050773, 0x2747842d, 0x211f1b49, 0x0a0d2b60, - 0x231b182e, 0x0e023f3a, 0x081b6608, 0x09071d04, 0xe0fd0709, 0x25080583, 0x413c49ed, 0x10033701, 0x033b3806, 0x0b3d5a17, 0x11045f4c, 0x2cd45b92, - 0x09084882, 0x4a5d2503, 0x0996fe1e, 0x29832007, 0xc8230482, 0x4500b216, 0x2f300b1f, 0x37003300, 0x3f003b00, 0x00005700, 0x23061401, 0x210a2a52, - 0xdc602335, 0x36342407, 0x44223533, 0x162e0766, 0x36343315, 0x1632013b, 0x33150715, 0x03822135, 0x23351124, 0x03822115, 0x23013d22, 0x21097846, - 0xd3833315, 0x82353321, 0x00022b3b, 0x130d0d13, 0x0d600d13, 0x0584c013, 0x60260e8e, 0x2080fe20, 0x03820120, 0x20212084, 0x21068420, 0x2e964001, - 0x20203d85, 0x37830083, 0x60202022, 0x34865582, 0xa3470683, 0x01053607, 0x001c00c0, 0x25000024, 0x21230616, 0x13372622, 0x013b013e, 0x26918326, - 0x15011e32, 0x82330714, 0x5b172006, 0x2d0807b3, 0x1d07fe01, 0x1860fe18, 0x0349071d, 0x063c0b11, 0x2c1a2838, 0x083c061a, 0xc202090c, 0x1a13131a, - 0x29190213, 0x24011929, 0x10100e0c, 0x1b823828, 0x06110f25, 0x461a080c, 0x02200873, 0x0ad38618, 0x00002222, 0x1ed58618, 0x33070325, 0x1811d827, - 0x2414d986, 0x07b20772, 0x05bc7410, 0x86187520, 0x012b0ddd, 0x005050a0, 0xfffcff03, 0x828401c0, 0x002f24db, 0x843b0037, 0x012b21dd, 0x53056d41, - 0x0e46054c, 0x23352505, 0x013f2622, 0x43180484, 0x16230937, 0x59012b06, 0x133007b4, 0x01331523, 0x0e0c097b, 0x0907708a, 0xe0fe0709, 0x70350583, - 0x090c0e8a, 0x0a0b315e, 0x1c067207, 0x72061c28, 0x310b0a07, 0x05145356, 0x7fe0e028, 0x0920150a, 0x767d6007, 0x15203306, 0x0913610a, 0x140b0b7e, - 0x0b141c1c, 0x13097e0b, 0x298309c0, 0x2079fe26, 0x02000000, 0xbf22a782, 0xa782c401, 0x35002224, 0x00740000, 0x06072105, 0x2005ca4d, 0x23068522, - 0x36372627, 0x17220183, 0x07821716, 0x1c832720, 0x333c1287, 0x0714011f, 0x275f0106, 0x07081619, 0x2b240c08, 0x0d131041, 0x10130d20, 0x0c242b41, - 0x16331182, 0x2a182719, 0x24191924, 0x170e1f2a, 0x020f1310, 0x84130402, 0x012a0808, 0x3f010605, 0x2f1f2307, 0x30472b2b, 0x08080a3a, 0x47303a0a, - 0x1f2f2b2b, 0x0b040723, 0x0a0e0e0a, 0x060d250b, 0x120e0105, 0x07831324, 0x10130f2b, 0xff090017, 0x01c0ffec, 0x28ab82d4, 0x00200007, 0x00330028, - 0x06394b3a, 0x18005c21, 0x2508af6f, 0x16071637, 0x95460607, 0x012e2105, 0xbc82a782, 0x3236172c, 0x16013617, 0x26272637, 0xc9820627, 0x23262222, - 0x1724da82, 0x0722013e, 0x0221d283, 0x21198232, 0xcb480706, 0x36172107, 0x0724e283, 0x27362716, 0x06392782, 0x16171623, 0x13131ad3, 0x1ef6131a, - 0x1d1e3737, 0x247c2457, 0x2228150b, 0x380d880a, 0x07a6fe57, 0x0b020525, 0x032c160b, 0x01040104, 0x1607071f, 0x1220970b, 0x20008211, 0x26068532, - 0x2f2f4201, 0x82f12f42, 0x020b2817, 0x16082505, 0x821f0707, 0x03042328, 0x5782e00b, 0x731a132e, 0x354b4b35, 0x56560a34, 0x12150401, 0x0a390b87, - 0x010cecfe, 0x0a091216, 0x14149623, 0x230d0c01, 0x0625860a, 0xfe060707, 0x200684a5, 0x2250824b, 0x823f422f, 0x13092c16, 0x239c0115, 0x14010c0d, - 0x82000914, 0x48012000, 0x602606af, 0x00004f00, 0x5f610625, 0x23062e06, 0x34272622, 0x2123042e, 0x07060e22, 0xb288180e, 0x34363908, 0x3d012e27, - 0x33363401, 0x17011e32, 0x33041e14, 0x053e3221, 0x33013e35, 0x3705ed44, 0x07075702, 0x1e2c1613, 0x06082718, 0x0a070602, 0x05eefe07, 0x04050608, - 0x0826e983, 0x2c1e1827, 0x20851316, 0x151d1023, 0x28218505, 0x09051201, 0x01050507, 0x081f8506, 0x1003cb21, 0x15240a03, 0x1c2c1e08, 0x05110117, - 0x0205040d, 0x0a040703, 0x17020c05, 0x081e2c1c, 0x880a2415, 0x170d2220, 0x2521860f, 0x040c0406, 0x20860110, 0x2a054b58, 0x010102be, 0x000700c0, - 0x822b0018, 0x06142ee1, 0x36342622, 0x1d160732, 0x27061401, 0x22c48626, 0x82251617, 0x231283c6, 0x06070607, 0x2308d884, 0x60013637, 0x38385038, - 0x0d063e50, 0x0b7c4607, 0x880c120f, 0x0e083c01, 0x7c0b0f08, 0x060a0545, 0x88014406, 0x2b081e83, 0x0804f138, 0x040807f6, 0x0f010623, 0x100cdf0b, - 0x07080801, 0x0bdf080c, 0x2207010f, 0x04080203, 0x290408f6, 0x00000200, 0x4002c0ff, 0x25238782, 0x18004b00, 0x23075db8, 0x27262223, 0x2905ca7b, - 0x35012e37, 0x35263734, 0x04843634, 0x32303325, 0x82013e31, 0x160723a0, 0x21821415, 0x010e2722, 0x35272b82, 0x33363411, 0x82171632, 0x8232201c, - 0x07420817, 0x1415011e, 0x1ad01607, 0x171e2a26, 0x05070726, 0x16012a1e, 0x1b08281b, 0x1a260217, 0x01220602, 0x01161b86, 0x07051e2a, 0x1e172607, - 0x161a262a, 0x1a020622, 0x1b170226, 0xc0012808, 0x88fe1a26, 0x20842a1e, 0x09070733, 0x172e1928, 0x28191211, 0x1a070709, 0xfe1b1526, 0x840a84d0, - 0x1e2a2b4f, 0x251b7801, 0x1a26151b, 0x27820806, 0x17111223, 0x20008200, 0x2d038204, 0x01e00100, 0x002b0080, 0x00480035, 0x3c190059, 0x022a2047, - 0x013b033e, 0x011f1632, 0x3d190725, 0x23270f42, 0x15020e22, 0x7b211614, 0xd682067a, 0x3a031e27, 0x12b70101, 0x05164417, 0x4400ff21, 0x1735051d, - 0x06140c12, 0x11201b15, 0x0c392280, 0x14d9fe14, 0x05140001, 0x393d1919, 0x070e3e0c, 0x1205080c, 0x120e4e01, 0x17090e12, 0x06070310, 0xec0d060b, - 0x30142107, 0x0d361218, 0x20478213, 0x08058320, 0x18123621, 0x07211430, 0x1b0f321c, 0x20260a12, 0x32321a32, 0xaf11110d, 0x06030201, 0x05210f04, - 0x82070c08, 0x121c2c40, 0x04091710, 0x01020306, 0x82000300, 0x00022900, 0x23008001, 0x4b002f00, 0x109d4a18, 0x4f013b21, 0x16200581, 0x8305944a, - 0x011d21e8, 0x220b914d, 0x18343525, 0x20101f9e, 0x25268214, 0x3233013d, 0x9283e001, 0x8440fe21, 0x0709259e, 0x80090760, 0xff210584, 0x05976600, - 0x08000125, 0x82100828, 0x21068603, 0x8f4f4001, 0x05016a05, 0x92183020, 0x302309b3, 0x82081088, 0x3d2b8b28, 0x05002808, 0xbbfffeff, 0xc2018402, - 0x66002a00, 0x87007a00, 0x00009900, 0x17060737, 0xb1500607, 0x012e2105, 0x210bb850, 0xbf50013e, 0x010f2b06, 0x0e020f06, 0x06070501, 0x0b820607, - 0x2f060723, 0x27298301, 0x010e0727, 0x2726012f, 0x04843b82, 0x36373624, 0x0482023f, 0x8205ec45, 0x1617253b, 0x021f1617, 0x25310482, 0x07020e26, - 0x17011e06, 0x023e031e, 0x05263637, 0x82308227, 0x22232e3a, 0x1617010f, 0x16070626, 0x17041e06, 0x081b8316, 0x050c8f20, 0x0b052302, 0x0a020f02, - 0x0503064e, 0x32070941, 0x4d060704, 0x0107010a, 0x062b040c, 0x1b823d07, 0x050b7208, 0x180b2003, 0x0de80125, 0x05040d04, 0x0d04020e, 0x0d0d1f14, - 0x08f80903, 0x1f0d1703, 0x01010215, 0x0502020e, 0x1d080c05, 0x20120a09, 0x0f0c0605, 0x110f0807, 0x117b1011, 0x0d0e150e, 0x10030703, 0x7dfe0707, - 0x080a0d07, 0x0c040202, 0x070c0209, 0x0507070a, 0x01180301, 0x03010615, 0x067b1609, 0x200e1807, 0x291c6cac, 0x08020104, 0x0d050c03, 0x262c8302, - 0x2ee30401, 0x901d1310, 0x37aa8d8e, 0x2b030738, 0x9d24070e, 0x040c112f, 0x05073403, 0x04080510, 0x431e0d17, 0x3308a183, 0x06150608, 0x05053407, - 0x1e2e1112, 0x1801040c, 0x0c06072b, 0x05030407, 0x21050101, 0x150e0904, 0x1e351a15, 0x6413120c, 0x0a060202, 0x0b100907, 0x02030103, 0x053acd82, - 0x19290e04, 0x15070736, 0x13022105, 0x084f2e2b, 0x06040e18, 0x01040306, 0x29840103, 0x00000e24, 0x5f4d0500, 0x00232a08, 0x002f002b, 0x003b0033, - 0x08656c00, 0x2b0dfa55, 0x3634013d, 0x013e013f, 0x1f32013b, 0x08bba618, 0x23353726, 0x27013b07, 0x26080b56, 0x38282002, 0x55300709, 0x303b06fc, - 0x151b0907, 0x13210730, 0x6d131fd6, 0x1c287cfe, 0x781c281c, 0xa6a3264d, 0x84b4594d, 0x0001270c, 0x07502838, 0xff552809, 0x07092a06, 0x06221670, - 0x1816127a, 0x07f75588, 0x0b566020, 0x03002107, 0x25080345, 0x0051000f, 0xd5590068, 0x073a4610, 0x14150723, 0x55741806, 0x3e37251a, 0x2e013d01, - 0x34220382, 0x66183b36, 0x352b08c4, 0x16323634, 0x26360515, 0x8337012b, 0x0f222d04, 0x3b160601, 0x16060701, 0x01373233, 0x2c08a282, 0xc0fe0709, - 0x07090907, 0x07101002, 0x32191f09, 0x17271d22, 0xe0fe0811, 0x1ba01b25, 0x34240825, 0x0d0a0d14, 0x07091f19, 0x090e0910, 0x26038220, 0x0704e4fe, - 0x820c3a07, 0x0b442841, 0x08011001, 0x82173b05, 0x0307210b, 0x21096d4b, 0x0b824001, 0x2a1a2408, 0x2e217808, 0x1e2e0303, 0x70171119, 0x251b6001, - 0x34c01b25, 0x110d1c24, 0x0b110202, 0x1a2a0876, 0x43090720, 0x603c0aa2, 0x05330b05, 0x056b0908, 0x08055307, 0x00020005, 0x02bfff00, 0x00c00100, - 0x0027000f, 0x0d634318, 0x1f323622, 0x082b4818, 0x51062221, 0x3d2f05cc, 0x14153301, 0xf7013716, 0x0ae00909, 0x85e00a1a, 0x067b2f06, 0x0a035506, - 0x08130d70, 0x0a600820, 0x1989d703, 0xed322082, 0x034e0606, 0x13360504, 0x0808500d, 0x04053640, 0x7a180003, 0x272c0b57, 0x40003800, 0x50004800, - 0x60005800, 0x32278182, 0x23061416, 0x46232722, 0x35200697, 0x2305514b, 0x33363317, 0x30371984, 0x14160723, 0x05321707, 0x27331716, 0x26223122, - 0x013b3634, 0x82062337, 0x05dc5115, 0x22055258, 0x59243216, 0x02210608, 0x21178514, 0x19853204, 0x1b800129, 0x251b2525, 0x8212d212, 0x20202105, - 0x252e0a88, 0x0827011b, 0xfe012708, 0xd0080fe0, 0x24830126, 0xd026012b, 0x09b00f08, 0x0e09090e, 0x21058477, 0x0b83c0fe, 0x84200921, 0x4001210c, - 0x60230c84, 0x8a253625, 0x2a0a8246, 0x0f412536, 0x09410f20, 0x82400f08, 0x0f40231b, 0x28846208, 0x3b8a8920, 0x0020488c, 0x2b0c6b6a, 0x001f000f, - 0x00410037, 0x25000045, 0x09f35618, 0x0f161726, 0x26370601, 0x08f84418, 0x27200e83, 0x0ed76118, 0x14013b2b, 0x32013b16, 0x11133736, 0x05655921, - 0x82031621, 0xff002c09, 0x3a0c0c3a, 0x0b0b0c0b, 0x8224240b, 0x550c2104, 0x0b200887, 0x01251885, 0x26090706, 0xc87a191a, 0x3bba2318, 0x02820b0b, - 0x3e833f82, 0x170b0c22, 0x0f823e85, 0x9a311885, 0x1a100709, 0x101a2626, 0x150b0907, 0x70010f11, 0xe87a19fe, 0xff032a0e, 0x02bdffff, 0x00c00101, - 0x23db820e, 0x13000030, 0x2107005e, 0xd5821416, 0x84252721, 0x05b87e06, 0x32161725, 0x8f17013f, 0x0c0c2710, 0x0c05e90c, 0x0682e905, 0x000b0b23, - 0x820684ff, 0xa13b250c, 0xa20c180c, 0xe922c482, 0x0e820b0b, 0x83a23a21, 0x2c01280e, 0x6a061c06, 0x836a0202, 0x05052706, 0x051d0612, 0x0282056a, - 0x1a061d27, 0x49050549, 0x8316859a, 0x290f841d, 0x01000000, 0xb6ff0000, 0x9f828002, 0x0000582c, 0x14151625, 0x2e012f06, 0x86823d01, 0x8c823320, - 0x3435362b, 0x0607012f, 0x011f1415, 0x820f8316, 0x2eb4821e, 0x37343526, 0x083e3736, 0x1d163233, 0x4d363701, 0x0b830514, 0x024e2682, 0x17073705, - 0x047c0216, 0x1f3c2f4e, 0x02025628, 0x01090205, 0x03a8a803, 0x0a820901, 0x2856023a, 0x4e2f3c1f, 0x01452104, 0x040b020c, 0x0d0b080b, 0x21291d07, - 0x10070907, 0x21240382, 0x0d071d29, 0x04341382, 0x010c020b, 0x0f0f3a45, 0x100d372e, 0x581f3108, 0x0d04013a, 0x70214983, 0x08438370, 0x01040d2e, - 0x311f583a, 0x370d1008, 0x7a0f0f2e, 0x0412026d, 0x030a040f, 0x1c260205, 0x0805163c, 0x090907ab, 0x0508ab07, 0x261c3c16, 0x0a030502, 0x12221c82, - 0x03456d02, 0x82002006, 0x002124eb, 0x6647003b, 0x332008e3, 0x84083e48, 0x2b0622c4, 0x53e78201, 0x052205fd, 0x0b821632, 0x22212322, 0x3621f382, - 0x05234933, 0x13833520, 0x22250722, 0x3b30f782, 0x011d3201, 0x0da02314, 0x090d1313, 0x09074007, 0x27080883, 0x2807090c, 0x24010907, 0x07091c14, - 0x090720fe, 0x1001141c, 0x354b4b35, 0xfe31714f, 0xd0080899, 0x13800808, 0x130de00d, 0xf482ef82, 0x80230a8a, 0x8207141c, 0x1c142ab8, 0x404b6a4b, - 0x37494f71, 0x054f4820, 0xcf540020, 0x00602b0a, 0x00360032, 0x01000041, 0x7a821636, 0x06010f22, 0x4505d950, 0x3e2205b2, 0x77183301, 0xc6730b7b, - 0x83152009, 0x35052817, 0x34051527, 0x83013f36, 0x262238d3, 0x06047602, 0x0d09d502, 0x130dedfe, 0x090f0b46, 0x0303090e, 0x8338388a, 0x83a02082, - 0x38280804, 0x320e0f39, 0x0130c0fe, 0x0b0a16f5, 0x1924192b, 0x05012001, 0x03031204, 0x0d130ad6, 0x12020c2f, 0x0f085f0c, 0x30190109, 0x09435618, - 0x19073031, 0x3e083f41, 0x102b0a5d, 0x12173e10, 0x18001919, 0x24093350, 0x25000030, 0x1d4e181e, 0x066b4b08, 0x82053450, 0x353621a7, 0x137ddf18, - 0xc3012308, 0x1e2a231a, 0x2a1e90fe, 0x2a1d1a23, 0x25160e1e, 0x2f21101b, 0x28050a0f, 0x1b060638, 0x1e0e1625, 0xdf184f2a, 0x1b210f48, 0x48df1825, - 0x1b252608, 0x1e2a131d, 0x063f4123, 0x02c0ff2b, 0x00c10106, 0x00150007, 0x097b4e25, 0x0616252c, 0x2e22012b, 0x36013f02, 0xe0681732, 0x05925108, - 0x6a4b3323, 0x3402824b, 0x160bfb01, 0x120ad615, 0x6b060208, 0x500b2a0b, 0x0d13130d, 0x200483a0, 0x2b1f84c0, 0x0a251282, 0xb7091410, 0xf2fe1212, - 0x1d821886, 0x012a7482, 0xc0fffeff, 0xc001e201, 0xfb843700, 0x0e010f24, 0x5b422f01, 0x06072209, 0xff791826, 0x4a1f200c, 0x1e2206c6, 0x0a6d1d02, - 0x06163505, 0xd801010f, 0x20030306, 0x88060d03, 0x07400709, 0x0d068809, 0x03230d82, 0x8a888806, 0x06032316, 0x18880304, 0x0d047231, 0x04053805, - 0x079d4f03, 0x9d070909, 0x8204034f, 0x040d230e, 0x178a4e4e, 0x06040323, 0x22198903, 0x6f000900, 0x0f3007eb, 0x2b001d00, 0x47003900, 0x63005500, - 0x7f007100, 0x21106b4b, 0xf4651333, 0x0522710a, 0x1d062222, 0x20067c45, 0x271bd217, 0x38282002, 0x40fe2838, 0x40280583, 0x07400709, 0x1c281c09, - 0x0a840282, 0x07099028, 0x21090750, 0x0282212e, 0x10900a84, 0x328f8020, 0x82c00121, 0x83c0204d, 0x8201204d, 0x90fe2153, 0x22825082, 0x1c1c1424, - 0x04824094, 0x0e831420, 0x0738712b, 0x38070909, 0x8f212117, 0x21048258, 0x0e825817, 0x79201393, 0x00203b92, 0x0a200082, 0x29124f41, 0x00650057, - 0x00810073, 0x214a008f, 0x081f5c07, 0x87611720, 0x06c04606, 0x15200da8, 0x200dd954, 0x0d7d4133, 0x0b755718, 0x9b363221, 0x20022c0d, 0x1b253828, - 0x251b00fe, 0x41402838, 0x51410859, 0x20088708, 0x831a8780, 0x40fe2127, 0x60203383, 0x41075c41, 0x08880876, 0x21087741, 0x5582c001, 0x25251b23, - 0x2631821b, 0x1c1420b0, 0x4120141c, 0x1720075d, 0x85086741, 0x221d8809, 0x821b2589, 0x28382593, 0x50251b20, 0x19832d84, 0x83181c21, 0x17182437, - 0x88172121, 0x880f2009, 0x8200201d, 0x07260800, 0xbbfffdff, 0xc0018202, 0x28000600, 0x48003600, 0x5c005400, 0x00006a00, 0x07060737, 0x07013e26, - 0x1617011e, 0xd3560617, 0x36262505, 0x32333637, 0x1c820f83, 0x012a2a08, 0x30072223, 0x16171514, 0x0607010e, 0x35262726, 0x16373616, 0x0f021e25, - 0x2e020e01, 0x3e013f02, 0x07363701, 0x16361506, 0x26368217, 0x1e06012e, 0x82373601, 0x37062127, 0x4e080e84, 0x07062627, 0x16361706, 0x122008cf, - 0x5d1b0e01, 0x0d264604, 0x2303071a, 0x20064a59, 0x67121204, 0x1a242475, 0x1e192010, 0x01030116, 0x02815964, 0x100b1007, 0x1201021c, 0x01030d2c, - 0x06100c9f, 0x53072002, 0x364f4161, 0x1d042007, 0x85889b15, 0x13032e18, 0x531b1c20, 0x832e0a46, 0x03de0322, 0x08348701, 0x2c110143, 0x140b2bcb, - 0x2d171e10, 0x230b3218, 0x44240120, 0x2715b326, 0x0406390a, 0x05040117, 0x01013115, 0x0e140a2b, 0x11130302, 0x07090705, 0x071f060f, 0xb40d1c15, - 0x0b214829, 0xb3296041, 0x19031e15, 0x361885ad, 0x061b1105, 0x2c0fd013, 0x2a171c27, 0x05064f28, 0x010e140b, 0x82101303, 0x00083c1c, 0x00000400, - 0x8001c0ff, 0x2e00c001, 0x3e003600, 0x00004600, 0x030e1401, 0x82331507, 0x0e072a25, 0x27262201, 0x3335012e, 0x21048935, 0x6e463634, 0x21208405, - 0x714a0615, 0x12851806, 0x8001340f, 0x140f0c06, 0x1f11400b, 0x5c460913, 0x251e0946, 0x83241c40, 0x0d132b02, 0x40130dc0, 0x94131d10, 0xa3181c28, - 0x0b830a22, 0x0c000137, 0x0d111418, 0x25152604, 0x392c061b, 0x32092c39, 0x310a2620, 0x2603831f, 0x13130d20, 0x8214200d, 0xe0262118, 0x64203684, - 0x8f57058a, 0x2bc78308, 0x00340030, 0x008e0086, 0x00e700df, 0x62090b5b, 0x2325051f, 0x0622012e, 0x82a01807, 0x0514480d, 0x174d1f20, 0x33253005, - 0x32012327, 0x011d021e, 0x012b0614, 0x65170706, 0x062105ea, 0x08294807, 0x6d272621, 0x26210619, 0x21478827, 0xc44a3736, 0x37362106, 0x20086248, - 0x05026616, 0x16010f23, 0xab881817, 0x63322008, 0x58d0058e, 0x0805865b, 0x270e112d, 0x43261a30, 0x43164216, 0x1116434c, 0x07090907, 0xb0070910, - 0x1f710d13, 0x0d4a5313, 0x84c0fe13, 0x30015133, 0x03040603, 0x82050709, 0x0b0b2f06, 0x040b0b17, 0x07090b0a, 0x0b090720, 0x0f85040a, 0x05040522, - 0x209b3a83, 0x1c287f2b, 0xa01c281c, 0x08040907, 0xa6279b04, 0x84e02048, 0x1c142880, 0x1e1e2210, 0x841e2222, 0x0750320d, 0x130d6009, 0x0d136818, - 0xfe406040, 0x060403e0, 0x90a4ae03, 0x8250207c, 0x281c22b3, 0x825e8234, 0x21ee90b6, 0xff860504, 0x85220f41, 0x04002149, 0x20081750, 0xd5671836, - 0x16322108, 0x49053a42, 0x3971057a, 0x05424b0f, 0x4f343521, 0x3b220553, 0x76423201, 0x33152207, 0x07345f27, 0x4107c34d, 0x322605d4, 0x425c4202, - 0x05844402, 0x09073238, 0x13100709, 0x0d13a00d, 0x6d131f71, 0xfe130d30, 0xd54d9ec0, 0xd8821c28, 0x843c0121, 0x82a02006, 0x090729dd, 0x422e050b, - 0x0b052e42, 0x14840787, 0x130d402f, 0x18130d80, 0x400d1388, 0xfe6060c0, 0x0a7c43c0, 0x35059b4d, 0x00020000, 0x02008001, 0x1a000a00, 0x48003000, - 0x013f0000, 0xac623617, 0x6c372006, 0x13220e69, 0x4b183632, 0x1620084e, 0x3f25c882, 0x16173301, 0x097e4633, 0x22232628, 0x33161406, 0x1c833732, - 0x129e3630, 0x0e149412, 0x880e140e, 0x141c1c14, 0x058360fe, 0x0908cb36, 0x11063602, 0x3606111a, 0x11080902, 0x4608030c, 0xbe0c0308, 0x0732e182, - 0x1e0c0c09, 0x0f1e2a2a, 0x1007050d, 0x35b00907, 0x3a821035, 0xce140e22, 0xe0203a82, 0x20083a83, 0x1c142001, 0x080de0fe, 0x9b10109b, 0x150b0d08, - 0xa0100b15, 0x07090907, 0x3c2a0424, 0x0906062a, 0x2aca8300, 0x01c0ff00, 0x00c00140, 0x442f0023, 0xc7430a07, 0x08bc4308, 0xd5502620, 0x07143905, - 0x15062226, 0x3e171614, 0x01343502, 0x0e0e0a28, 0x0a0e600a, 0x600e0a20, 0x2d2e0a83, 0x4a6c4a25, 0x1a2c4525, 0x150b121e, 0x1884c010, 0x18839820, - 0x0a849820, 0x41353b32, 0x35414f4f, 0x1e22b03b, 0x0c143918, 0x1e102821, 0x8205cb4b, 0x82c02083, 0x00162483, 0x8242003a, 0xd1691885, 0x82052015, - 0x65541876, 0x4933200a, 0x2b20056e, 0x0cf35918, 0x2135132c, 0x16140622, 0x0ac00133, 0x69180202, 0xfe260bc9, 0x300709d0, 0x00510709, 0x270a8708, - 0x0de3feed, 0x5a0e1213, 0x10bb6918, 0x2a827620, 0x09077025, 0x8b700709, 0xc9fe2835, 0x121c1240, 0x18050000, 0x220cf79f, 0x8333002f, 0x422420b7, - 0x17200604, 0x270a5f55, 0x32013b14, 0x21072227, 0x210acc42, 0x44451d16, 0x27262c05, 0x17152335, 0x17141506, 0x51262221, 0x3320054c, 0x0f08a018, - 0x2e37403c, 0x131d75fe, 0xa0131d50, 0x13501d13, 0x80b7091d, 0xfe130787, 0xc01d13dd, 0xa0180709, 0xc0210d0e, 0x381f8220, 0x1d1d1330, 0x131d3013, - 0x20600131, 0x1818e020, 0x131d262a, 0x09073090, 0x20008200, 0x36b3880c, 0x0039002d, 0x00510045, 0x0069005d, 0x00810075, 0x0099008d, 0x4ab100a5, - 0x495610dd, 0x091e4e14, 0x6317e563, 0xc0180bf1, 0x23af178f, 0x18351321, 0x3215dbc6, 0x0e0a6802, 0xc0fd0d13, 0x0a0e130d, 0x10070928, 0x85400907, - 0x0a0e2505, 0xfe0e0a90, 0x0ca2c018, 0x0c280c22, 0x80200282, 0x058b0685, 0x128c2592, 0x0e00012a, 0x0df8fe0a, 0x010d1313, 0x50256e82, 0x07090907, - 0x26058550, 0x0e0e0a48, 0x84d4a80a, 0x8a6c2058, 0x90b42005, 0x90542011, 0xecfe2111, 0x8b43128a, 0x02e02906, 0x00a00100, 0x00540014, 0x3605c56b, - 0x06272223, 0x34352223, 0x37023e37, 0x05343526, 0x2e27013e, 0x82012f01, 0x023b2b0a, 0x3f161732, 0x27263601, 0x674c2726, 0x020e3208, 0x1f011e17, - 0x14151601, 0x2722012b, 0x06010f26, 0xc4b21816, 0x35300809, 0x9696d496, 0x4133386a, 0x0502084c, 0x39061d0f, 0x1d171801, 0x11180203, 0x20090632, - 0x08050501, 0x01041106, 0x09120e04, 0x09071007, 0x020c180f, 0x06201a86, 0x013d198d, 0x7aac7aa0, 0x03083313, 0x32130403, 0x564a3916, 0x182502b4, - 0x0f051911, 0x02080701, 0x2d438204, 0x0209030c, 0x09090712, 0x12011207, 0x1994101c, 0x00030027, 0x02e0ff00, 0x24eb8242, 0x004f0012, 0x20fd8267, - 0x86e78214, 0x05775aeb, 0x58033221, 0x3e250593, 0x2e343501, 0x23f38402, 0x013b013e, 0x8018f585, 0x05201fc9, 0x5086f782, 0x1627262c, 0x35363233, - 0x011e2734, 0xbc821415, 0x3c562008, 0x082e2b33, 0x260e1602, 0x0866ac7a, 0x19120810, 0x070c0805, 0x0603092d, 0x06071c03, 0x180c0406, 0x0818be80, - 0x0e5a0136, 0x05040316, 0x3c332b2e, 0x12186840, 0x018d630e, 0x42014839, 0x19195e84, 0x17030308, 0x4233291f, 0x0800ff5e, 0x1a011008, 0x0b0e0812, - 0x030d0209, 0x0406030a, 0x1ec08018, 0x171f8c33, 0x19190a04, 0x71022c36, 0x120a0a4f, 0x00333250, 0x05275000, 0x01800123, 0x5b6a18c0, 0x51142008, - 0x9a490b87, 0x16322f0d, 0x6001011d, 0x0d13130d, 0x400d1360, 0x0a8a130d, 0x84400121, 0x83e02011, 0x8ae0201c, 0x2762821c, 0x00000a00, 0x0102c0ff, - 0x57326382, 0x63005d00, 0x6f006900, 0x7d007500, 0x89008300, 0x0b468f00, 0x27232c08, 0x1e170706, 0x06010f01, 0x82012f22, 0x05a9610a, 0x26373524, - 0x11830727, 0x3f342623, 0x500a8201, 0x17210620, 0x09d17136, 0x034b0a82, 0x07152f05, 0x36371716, 0x16011f32, 0x16010f14, 0x0e832717, 0x55832620, - 0x23373622, 0x36215082, 0x20108537, 0x20528317, 0x09c15e16, 0x22823720, 0x44823320, 0x84070621, 0x16280861, 0x0a07ef01, 0x0811070a, 0x01050d24, - 0x0e041605, 0x3b2f0b05, 0x1e070901, 0x3b010907, 0x0e050b2f, 0x05041604, 0x1108240d, 0x10822588, 0xc4382497, 0x2b0d0f04, 0x1e25591e, 0x6c0f0d2b, - 0x03400615, 0x15064c09, 0x43030931, 0x32261784, 0x1a13131a, 0x1d8a3a13, 0x83400c21, 0xb6df201e, 0x2092916d, 0x2271827f, 0x84061531, 0x251e2173, - 0x4c207482, 0x87206c84, 0x77201684, 0x13227c82, 0x1c89901a, 0x83044821, 0x05834c1d, 0x0100022b, 0x000f00c1, 0x002d001f, 0x08b15354, 0x2305694c, - 0x07230614, 0x4108574b, 0x162205a6, 0x62523f32, 0x013d2e07, 0x1d162517, 0x21350701, 0x34352715, 0x06824b37, 0x33053e28, 0x17041e32, 0x1a823233, - 0x52b01621, 0xb02308eb, 0x86a00709, 0x3446230c, 0x8b48d115, 0x01d13805, 0xfe60121d, 0x101260c0, 0x4e141c0e, 0x1c010701, 0x0808170e, 0x821c0e17, - 0x144e270a, 0x09e80e1c, 0x34831007, 0x50200482, 0x23080887, 0x970f7209, 0x1c1c14d5, 0xef97d514, 0x460a180e, 0x0a46b9b9, 0x0a0d0e18, 0x011c142c, - 0x09150105, 0x15090b0b, 0x1c240882, 0x000b2c14, 0x09db6918, 0x21001123, 0x0b175000, 0x34113526, 0x1f013b36, 0x5009e947, 0x0120051b, 0x0a97fb18, - 0x6040a023, 0x85cf1809, 0x40012308, 0x0149141c, 0xa8402108, 0x00208c88, 0x3520638c, 0x50456399, 0x993b1908, 0x25778d14, 0x40060a58, 0x6382060a, - 0x2705fe50, 0x06100709, 0x0a06400a, 0x1f888391, 0x86090721, 0x0000300a, 0xfffaff03, 0x018002bc, 0x001400c0, 0x825a001c, 0x010e3491, 0x0e171415, - 0x26012f01, 0x2627013d, 0x32213336, 0x48060716, 0x3e200758, 0x0c85b818, 0x0e306018, 0x2605b85e, 0x1516011f, 0x45020e14, 0x230807ff, 0x15171617, - 0x32013b14, 0x3fb10135, 0x23083b52, 0xb7105010, 0x0115110f, 0x0f1115e0, 0x5e5e8479, 0x12b05e84, 0x13a78518, 0x0b10092b, 0x2d0e1207, 0x05030209, - 0x0c164502, 0x101a0133, 0x39514367, 0x3c0b0910, 0xca9c140c, 0x0f27270f, 0x2245828a, 0x1892845e, 0x31120d60, 0x10080810, 0x09100c08, 0x0d05180f, - 0x05020a03, 0x0c450204, 0x0987540a, 0xff820020, 0x6f006524, 0x75447900, 0x012b2308, 0x01832335, 0x82331521, 0xe97e1801, 0x3335210a, 0x23210182, - 0x18018415, 0x480ada6e, 0x352006a8, 0x69059869, 0x0790078a, 0x7a493220, 0x15272107, 0x26241b82, 0x0622012b, 0x27092552, 0x0907f001, 0x20500709, - 0x50250083, 0x07400709, 0x830b8609, 0x09102216, 0x23028407, 0x0940090e, 0x10220389, 0x02820907, 0x8230f821, 0x0907331c, 0x20070938, 0x09600907, - 0x09078007, 0x606080a0, 0x2248a080, 0x840b8505, 0x82702016, 0x09072153, 0x78180582, 0x9a420861, 0x20058405, 0x257c8270, 0xb0700709, 0x70823030, - 0x2142b720, 0x0aa35705, 0x3f00312a, 0x00004700, 0x14151625, 0x23058b45, 0x37343526, 0x4709745c, 0xff85052b, 0x332e0b8b, 0x36320432, 0x022e013f, - 0x010f0622, 0xa74c011e, 0xfd013307, 0x38660903, 0x096638b2, 0x40150803, 0x0a182018, 0x05880a14, 0xfe15402a, 0x0c3030f3, 0x3211050c, 0x3d3c0685, - 0x1a13131a, 0x07068d13, 0x3c6e090d, 0x0d096e3c, 0xd0130607, 0x10181810, 0xae0a0a86, 0xae230783, 0x83860a0a, 0x80d02707, 0x07101020, 0x05842415, - 0x33823c20, 0x001a1324, 0xd37c0200, 0x00322208, 0x6ec18244, 0x2f2306c7, 0x6e141701, 0x352a09cc, 0x23220737, 0x013f2622, 0xae822627, 0x1f240482, - 0x32363701, 0x95080483, 0x27020f16, 0x07372737, 0x17270727, 0x37071707, 0x27173707, 0x050df001, 0x094b620c, 0x046c0d0e, 0x0608080b, 0x08064444, - 0x6c040b08, 0x0a0c0202, 0x0c624b08, 0x2a6e0d05, 0x5e0c1405, 0x041a0422, 0x140c5e22, 0x242f2a05, 0x2d14352f, 0x142d1010, 0x34242f35, 0x02212102, - 0x061b01f5, 0x180a5335, 0x08711803, 0x5959070b, 0x71080b07, 0x530a1518, 0x011b0635, 0x110d6810, 0x0d6b3c07, 0x073c6b0d, 0x7d680d11, 0x32081928, - 0x1d33331d, 0x28190832, 0x2a2a360c, 0x00820036, 0x1000012a, 0x3002c0ff, 0x8200c001, 0x0e32d582, 0x23222301, 0x3327012e, 0x34272627, 0x33373435, - 0x51533627, 0x14152705, 0x14150607, 0x07851617, 0x37171622, 0x21059166, 0xeb833435, 0x35220484, 0xe9823334, 0x33341326, 0x13153231, 0x0f243487, - 0x14161701, 0x37830483, 0x2f22232c, 0x013e1701, 0x34353637, 0x5c822627, 0x33280788, 0x17161732, 0x31163307, 0x37082a82, 0x86211802, 0x4d070651, - 0x3b281f7f, 0x2f010104, 0x04561629, 0x03050805, 0x073a0a01, 0x2b392906, 0x02021b02, 0x01020204, 0x07072a14, 0x0801142a, 0x0c1e0202, 0x1f0b0808, - 0x0c84158c, 0x021b3d08, 0x02083525, 0x3a070629, 0x0403010a, 0x56040509, 0x012f2916, 0x48603b05, 0x45570458, 0x0514133b, 0x290a0906, 0x07033c66, - 0x03030504, 0x2b471a19, 0x05070805, 0x442d3725, 0x01124109, 0x21324284, 0x010e0109, 0x02022109, 0x01150108, 0xfe080820, 0x188e15e0, 0x123d8a83, - 0x25350741, 0x25370d0c, 0x05080705, 0x181b472b, 0x04050303, 0x663d0207, 0x1a1a1129, 0x0e1b4e3b, 0x98001e25, 0x18250000, 0x2213eb77, 0x4d071411, - 0x213005f6, 0x15143003, 0x14151617, 0x012f2223, 0x3632011e, 0x2e0a6c41, 0x3431013c, 0x23060727, 0x3f343522, 0x82272601, 0x82072024, 0x06270803, - 0x16172707, 0x35323133, 0x37273534, 0x012f3436, 0x34353437, 0x07232223, 0x15223427, 0x23222707, 0x1f141522, 0x84060701, 0x14152d04, 0x3f323316, - 0x012e0701, 0x26373435, 0x06210382, 0x226c8707, 0x4eb60106, 0x43200d70, 0x3005584e, 0x25fd1d01, 0x02030803, 0x4e3d0918, 0x0218093d, 0x08f68203, - 0x05250322, 0x08030315, 0x1f101b02, 0x1910180a, 0x010d0213, 0x12090401, 0x09120303, 0x0e010104, 0x0c050805, 0x01211082, 0x36118308, 0x01030108, - 0x020b0101, 0x18101913, 0x1b101f0a, 0x03030802, 0x18460515, 0x370e6878, 0x0b0fb4fe, 0x01121c12, 0x20010110, 0x02080402, 0x31312615, 0x03021526, - 0x20206e83, 0x12225282, 0x37820216, 0x11201a2e, 0x131e120f, 0x1f141611, 0x01092304, 0x0f266b82, 0x01060103, 0x6d820e04, 0x04700a24, 0x7e846f04, - 0x12820420, 0x820f0321, 0x01032f74, 0x1f042107, 0x13111614, 0x110f121e, 0xb2831a20, 0x0012162b, 0x00000600, 0x4102bfff, 0x05c35d01, 0x3c002d3e, - 0x58004a00, 0x16010000, 0x2625011d, 0x34350507, 0x3236013f, 0x17360717, 0x06141505, 0x2705ab44, 0x013d012e, 0x26343517, 0x1d230d82, 0x82161401, - 0x88372020, 0x011e330d, 0x17363733, 0x011f1415, 0x013d3616, 0x26012f34, 0x0d8c2706, 0x2a022008, 0x17f7fe16, 0x16f7fe17, 0x0e200eec, 0x010e0e2c, - 0xf20b0e12, 0xf20a160a, 0x06800e0b, 0x83065004, 0x06902e03, 0x03066004, 0x06600205, 0x045006b0, 0x22038306, 0x82600690, 0x08038208, 0x076c0127, - 0x07503117, 0x17315007, 0x05054f07, 0x5204046d, 0x03110be5, 0x36020236, 0xe50b1103, 0x05041022, 0x06011601, 0x21068311, 0x06822d02, 0x821a0221, - 0x04032e0d, 0x11021a01, 0x16020610, 0x11040501, 0x23218206, 0x06112405, 0x0d841a82, 0x05021a23, 0x34008200, 0xfff3ff03, 0x010b02bf, 0x006e00c0, - 0x007e0076, 0x011e0100, 0x32f48307, 0x1707012f, 0x16323136, 0x010e1415, 0x022e2223, 0x52152735, 0x352108eb, 0x29138307, 0x33363426, 0x27371730, - 0xf2820607, 0x36262736, 0x16173637, 0x14150607, 0x35011f16, 0x013f2627, 0x3435012e, 0x22053155, 0x820f1617, 0x14152156, 0x22056755, 0x823e3715, - 0x05064419, 0x82340721, 0x1f44083e, 0x14273601, 0x2f363717, 0xa0010601, 0x0a103238, 0x0b08351f, 0x052f1d50, 0x0b060e0a, 0x07080407, 0x13102904, - 0x2910131a, 0x0a090d01, 0x050a0e0e, 0x0b501d2f, 0x0a153808, 0x0b3c2f19, 0x19070909, 0x2c4d2126, 0x4e082782, 0x191e1f1a, 0x3b080406, 0x0504073b, - 0x1a1f1e19, 0x2c060308, 0x1926224c, 0x55090403, 0x0d0d081b, 0x1d801d06, 0x070e0e05, 0x1e7e011b, 0x24273f73, 0x2a060a3d, 0x0e012114, 0x060b070a, - 0x05070603, 0x12091e1c, 0x0d13130d, 0x1c1e0912, 0x820e0c09, 0x213508f8, 0x0a062a14, 0x45191841, 0x09072080, 0x2f280a0a, 0x36164628, 0x09072414, - 0x1f330f11, 0x0b0f331e, 0x35350709, 0x0f0b0907, 0x331f1e33, 0x0709110f, 0x16361424, 0x34268246, 0x05060504, 0x14207409, 0x0c262611, 0x13222213, - 0x1126260c, 0x0d2f4814, 0x27001127, 0x00003700, 0xf87b1801, 0x013d2108, 0x23067842, 0x35331533, 0x32200386, 0x7a511d82, 0x5a052005, 0x01250e1d, - 0x07090af6, 0x269683fe, 0x050c05eb, 0x826040cb, 0x07102701, 0x0940fe09, 0x51781007, 0x321c8305, 0x64010709, 0x07250b04, 0x25070909, 0x025a040b, - 0x83a0be02, 0x07092600, 0x09073030, 0x097e6360, 0x0f520020, 0x63402005, 0x392c063b, 0x4c003d00, 0x013a0000, 0x15373637, 0x22072a6d, 0x83371716, - 0x020e2f83, 0x23062207, 0x27012e22, 0x3527022e, 0x52183634, 0x3524097b, 0x012b012e, 0x05261183, 0x25152335, 0x0a832315, 0x32832120, 0x06222327, - 0x202b2a8b, 0x05696740, 0x20402708, 0x07130dc0, 0x02292c17, 0x11070922, 0x2c290114, 0x0d130717, 0x130d0002, 0x03c00d13, 0x13601924, 0x4020010d, - 0x0783e0fe, 0x130d4029, 0x20261ae0, 0x83863016, 0x3086351d, 0x0d13a016, 0x21120613, 0x1009161e, 0x12221d01, 0x130d1005, 0x50822782, 0x21198629, - 0x80130d20, 0x83604040, 0x0d13265e, 0x0c002660, 0x07075d00, 0x13000928, 0x27001d00, 0xd7823200, 0x5300482d, 0x69005e00, 0xb2007400, 0x84130000, - 0x08744c9e, 0x8b4cb283, 0x23098d05, 0x26223633, 0x695f2482, 0x200abe07, 0x0ce44c05, 0x61158f6e, 0x16200a84, 0x280bc552, 0x07903632, 0x07094009, - 0x20058480, 0x270b8ae0, 0x10131a7d, 0x73200808, 0x023006a8, 0x20070900, 0x28380907, 0x0907b0c0, 0x60fe0709, 0xb0230583, 0x843828c0, 0x0d132216, - 0x230784c0, 0x01130dc0, 0x90206f82, 0x09217682, 0x2a058f07, 0x080d1320, 0x2e0c0c20, 0xba130d12, 0x85d32009, 0x3828215b, 0x005c6782, 0x21d68205, - 0x15852838, 0x84130d21, 0x13b0229d, 0x063f4e00, 0xc001802d, 0x18000900, 0x50004300, 0x18150000, 0x2e088986, 0x35262125, 0x3f363734, 0x17161701, - 0x71141516, 0x9518089c, 0x2f250adb, 0x1d020e01, 0xe5951801, 0x057e4b08, 0x1e033323, 0x21148404, 0xa7793736, 0x43022c05, 0x581d9afe, 0x08082b45, - 0x8358452b, 0x13202bd7, 0x1840131a, 0x10050c0c, 0x0a82401b, 0x13832020, 0x0803802d, 0x800e1116, 0x01201020, 0x82c0fe40, 0x1ccd3111, 0x2b38431f, - 0x350a0a35, 0x1f43382b, 0x800d133c, 0x0727d418, 0x2415482a, 0x0a030807, 0x40481526, 0x0d212782, 0x2d1a8440, 0x05014001, 0x12211512, 0x301c2020, - 0x0082000a, 0xffff0337, 0x0002c0ff, 0x0e00c501, 0x84006800, 0x27010000, 0x013f3426, 0x05745036, 0x16220622, 0x2a06fe43, 0x35022e22, 0x36343527, - 0x56331617, 0x2225053e, 0x2b06010f, 0x21f18201, 0x1b832306, 0x17221983, 0x1c82031e, 0x2b26342a, 0x012f2601, 0x013b3626, 0x21050a6c, 0x0d820607, - 0x36373433, 0x17021e17, 0x32330716, 0x1636023f, 0x0e14011d, 0x22388204, 0x82262705, 0x36032917, 0x03166901, 0x07071603, 0x59080583, 0x52070803, - 0x1b253b3b, 0x010a1327, 0x2f23030b, 0x1e15150b, 0x291d190a, 0x354b1216, 0x1124412a, 0x0301040b, 0x3121100b, 0x26261a20, 0x0409211a, 0x09090410, - 0x1c1c1420, 0x0a0d1114, 0x05061a0a, 0x25163828, 0x1109051a, 0x180a0f2f, 0x03120871, 0x25150f05, 0x161f1016, 0x39820d15, 0x0b13062c, 0x27260e04, - 0x16830135, 0x71850803, 0x03350682, 0x64293b80, 0x130d3424, 0x26070613, 0x2b040306, 0x0f64090f, 0x08748215, 0x35211f48, 0x31301f4b, 0x06050617, - 0x15140402, 0x34260e1f, 0x20080126, 0x281c0f08, 0x07070b1c, 0x060f0414, 0x17030a26, 0x24271524, 0x069a190a, 0x03240a09, 0x090c0706, 0x100c0807, - 0x02060f0d, 0x0408110c, 0x0d050f08, 0x67410000, 0x82210805, 0xa500c001, 0xb500ad00, 0x1e240000, 0x26010e01, 0x22230607, 0x2627032e, 0x1e070627, - 0x16323301, 0x2f0f8314, 0x22062702, 0x23030e27, 0x36342622, 0x37363233, 0x0e211d83, 0x05fd4a02, 0x2726062f, 0x013e3426, 0x1e013e37, 0x36161702, - 0x821d8437, 0x27012243, 0x252f8626, 0x1617011e, 0x22823233, 0x692e2721, 0x15310558, 0x36170714, 0x26371732, 0x32363435, 0x06141516, 0x243b820f, - 0x3e373233, 0x24708602, 0x23020e07, 0x22818222, 0x821e1716, 0x02032158, 0x2006f467, 0x08078624, 0x13670227, 0x13120708, 0x0c151f16, 0x050a1017, - 0x1c030303, 0x13200921, 0x0a0e0e0a, 0x0e192817, 0x0d100d05, 0x28190e05, 0x08108317, 0x0920132b, 0x03031c21, 0x0f150604, 0x1f150c0b, 0x03121316, - 0x04070402, 0x110e130a, 0x13160808, 0x040a0806, 0x10171302, 0x0e080c1a, 0x852f8308, 0x17073009, 0x1911192a, 0x25362523, 0x3a1b130b, 0x820b131b, - 0x82232009, 0x172a2211, 0x22278207, 0x83101a0c, 0x3409852a, 0x04021218, 0x1306080a, 0x11080816, 0x090e8d0e, 0xfe090e09, 0x200684f7, 0x3ba38268, - 0x150f0708, 0x0d140e09, 0x17060d0b, 0x0e38230b, 0x2d1c0e14, 0x01011325, 0x1c2d2513, 0x26080c82, 0x170b2338, 0x110f0d06, 0x15050519, 0x0908070f, - 0x07080a05, 0x03010401, 0x0f050508, 0x0e1d1a07, 0x10110305, 0x82150d0e, 0x0f103629, 0x3421150c, 0x25022211, 0x25251b19, 0x2510131b, 0x10250808, - 0x2a0b8313, 0x22022519, 0x15213411, 0x82100e0d, 0x2d068328, 0x0e050311, 0x0f071a1d, 0x03080505, 0x91822701, 0x00210287, 0x67421800, 0x000e260c, - 0x00160012, 0x09517b1e, 0x26340535, 0x36171527, 0x16073507, 0x37361537, 0x15020e03, 0x77371714, 0xb03206a4, 0x17814157, 0x732659d8, 0x2b992633, - 0x81172845, 0x1984b801, 0x6743673a, 0x2967a60b, 0x22477286, 0x22097269, 0x33083f01, 0x292f2c4e, 0x03000067, 0x26067746, 0x000800c7, 0x182c0011, - 0x25093d42, 0x3f340535, 0xa9181501, 0x884407ba, 0x82352008, 0x08038315, 0x011f3633, 0x02011d16, 0x0709136d, 0x1300fe70, 0x0907706d, 0x6010d001, - 0x60253625, 0x4c093010, 0x094c0b0b, 0x64150851, 0x4cc00907, 0xc02f0815, 0x09f90709, 0xcfa91812, 0x731d2a09, 0x0c4b090e, 0x0e094b0c, 0x20ef8273, - 0x22838204, 0x18c001e0, 0x200a6359, 0x73a61800, 0x0bf9630f, 0x62013b21, 0x0f930d53, 0x14900127, 0xfe141c1c, 0x200583a0, 0x093a4870, 0x8a0a4548, - 0xa001210a, 0x0b52e018, 0x80b0fe26, 0x07090907, 0xe0210484, 0x84098207, 0x05225004, 0xaf950e82, 0x78482520, 0x69352005, 0x152106fe, 0x06f14405, - 0x22012b28, 0x14011d06, 0x0f9e1716, 0xaac00121, 0x05b87d82, 0xdba46020, 0x003dae82, 0xff000002, 0x018201c0, 0x000700c0, 0x00000028, 0x36342622, - 0x07141632, 0x16170727, 0x82a18206, 0x3b3d080e, 0x012e2701, 0x3736013f, 0x37011f36, 0x06011e36, 0x2606010f, 0x25361b01, 0x5f253625, 0x136e2318, - 0x11d01a15, 0x5c111717, 0x1214202d, 0x28261231, 0x0c3a2718, 0x0d031521, 0x01210c58, 0x08248240, 0xcf362528, 0x136e411d, 0x17221731, 0x21471423, - 0x0404215c, 0x0a2f2e1e, 0x0b211903, 0x00030a48, 0xffff0200, 0x8002c0ff, 0x8182c201, 0x83825120, 0x82052246, 0x055d5765, 0x35013f29, 0x30013f34, - 0x56013e33, 0x1d2905fe, 0x32161401, 0x34013d36, 0x05724a05, 0x196a2220, 0x06725105, 0x2f221a85, 0xaf822601, 0x32171624, 0x24821731, 0x03012708, - 0x262f131a, 0x100404b3, 0x105a1610, 0x19070175, 0x07060c0a, 0x0e090e4d, 0x167a0109, 0x04041010, 0x132f26b3, 0x0f82131a, 0x4d0e3f08, 0x0a0c0607, - 0x75010719, 0x13000110, 0x3f27800d, 0x15012f0a, 0x0717600b, 0x181d511e, 0x06050bb0, 0x820b1a07, 0x074d1a17, 0x50070909, 0x17078f0d, 0x01150b60, - 0x273f0a2f, 0x13130d80, 0x1683500d, 0x171a4d2c, 0x061a0b82, 0xb00a0607, 0xd0821d18, 0x00000425, 0x8201c0ff, 0x16002701, 0x4e003100, 0x595d5600, - 0x020f3518, 0x011f0622, 0x32330607, 0x32173733, 0x012f3233, 0x23263637, 0x222ecc82, 0x14062227, 0x37323316, 0x23343536, 0x9a452230, 0x013a2205, - 0x22128231, 0x5d262334, 0x932e186c, 0x0102190b, 0x01041201, 0x16010104, 0x06820116, 0x0112043f, 0x0b190201, 0x2f3b0401, 0x152f4444, 0x03070513, - 0x38382701, 0x01030127, 0x14060602, 0x17855d75, 0x16782108, 0x11020404, 0x0c0c0419, 0x02111904, 0x02160404, 0x43604343, 0x06050207, 0x01384e38, - 0x8dfe070e, 0x44058f5d, 0x01280533, 0x1900c001, 0x5f002400, 0x1625e982, 0x06010f14, 0x22c38222, 0x8406013d, 0x163229b7, 0x33071415, 0x32041732, - 0x2e22cc82, 0xd9822301, 0x011e372d, 0x07061415, 0x012b1415, 0x72013d22, 0x17210541, 0x057e6916, 0x2e012f2a, 0x3e343501, 0x34353301, 0x1d241082, - 0x16171601, 0x27215082, 0x242a8226, 0x17141506, 0x17111a01, 0xfe230813, 0x275478ff, 0x543c2742, 0x19120eab, 0x08100812, 0x07080e11, 0x0606040c, - 0x07051c07, 0x120e2d09, 0x8f0c130c, 0x05330815, 0x1c071407, 0x07640707, 0x7a2c100a, 0x567a7aac, 0x09073848, 0x43273c54, 0x45785426, 0x120f1805, - 0x0810011a, 0x0b011008, 0x040b0705, 0x05080403, 0x820d030a, 0x140c2216, 0x20168f0d, 0x06074400, 0x2605d359, 0x00240019, 0x413b0030, 0x362c2609, - 0x14151632, 0x27220607, 0x17343526, 0x2305ab64, 0x011e1415, 0x712fe59d, 0x03432b3e, 0x4a430308, 0x140e0e0a, 0x9b0c060e, 0x2b9c2aca, 0x034f241f, - 0x1f244f03, 0x242b8235, 0x0b070a0e, 0x08af8406, 0xfffaff24, 0x010002c0, 0x001000c0, 0x0025001b, 0x37000034, 0x0717010e, 0x26222306, 0x3f362627, - 0x15333501, 0x4d4c1535, 0x06172206, 0x076f4c37, 0x82033321, 0x43142018, 0x278205ab, 0xd7372008, 0x15161628, 0x2e19201a, 0x1e11120d, 0x13a0a057, - 0x0602800d, 0x130dc008, 0x200d13c0, 0x827333c0, 0x832d201a, 0x1e89351a, 0x1311295e, 0x48211719, 0xa0b04116, 0x0d2020e0, 0x100e0213, 0x26058975, - 0xd0b0f0fe, 0x85572640, 0x234d181d, 0x82472008, 0x411b209b, 0x0f210547, 0xd24a1801, 0x3f26270e, 0x011f3601, 0xd94d3637, 0x06142905, 0x0e03012b, - 0x2f222301, 0x263b0382, 0x3634013d, 0x1f32013b, 0x013e1301, 0x0c3b0233, 0x0c2e2e0c, 0x0b0c160c, 0x820b2e2e, 0x2d0d8b06, 0x0e0e0a03, 0x0662c30a, - 0x121f1020, 0x0c832c58, 0x0a135128, 0x1202553a, 0x2e93c50b, 0x4a851620, 0x0a0ee52b, 0xfe0e0a30, 0x1c141589, 0x250a84a4, 0x43016a11, 0xb7880d0b, - 0xb7820220, 0x39001c25, 0x41050000, 0x232d05da, 0x36342622, 0x16173233, 0x30230607, 0x06766226, 0x18373621, 0x08195444, 0x5401014e, 0x2b0b0907, - 0x96966a2e, 0x0c2c2e6a, 0x070d0203, 0x7c7c5702, 0xa3070257, 0x37040307, 0x0407010d, 0x44440302, 0x07040203, 0x04370d01, 0x224c0703, 0x22030c03, - 0x0b060912, 0xd4961004, 0x0d051096, 0xae7c010c, 0x01fc017c, 0x4c36040c, 0x242e2582, 0x05060124, 0x0c04364c, 0x06450b01, 0xaa824506, 0xff080027, - 0x01c0fffa, 0x38ab82d6, 0x0020001d, 0x00290026, 0x002f002c, 0x00350032, 0x16172500, 0x07012b06, 0x054e4106, 0x27013f28, 0x013b3626, 0x0b643637, - 0x0f290805, 0x07172301, 0x17072327, 0x33070333, 0x07371707, 0x37172733, 0x27333723, 0x0b359601, 0x386b1516, 0x380b2a0b, 0x0b16156b, 0x080e8d35, - 0x14284222, 0x35703520, 0x17387035, 0x1414b82e, 0x8d142828, 0x28902e17, 0x1359c014, 0x12125e24, 0x5913245e, 0x012e0988, 0x58583721, 0x260e0158, - 0xb0212138, 0x06827f21, 0x2709434d, 0x000900c9, 0x00270013, 0x9284c482, 0x3523112a, 0x16213734, 0x1123011d, 0x17240f82, 0x15161727, 0x26231283, - 0x83010e07, 0x3f342913, 0x27173601, 0x2b263637, 0x2220c682, 0x6f45bc82, 0x3b163605, 0x32161701, 0x3233013f, 0x0c044636, 0x07802604, 0x80077202, - 0x3b0a8226, 0x600c80e6, 0x1e171e2d, 0x14800c60, 0x02131348, 0x19270303, 0x19010601, 0x02030327, 0x2f080e8d, 0x2b0505fb, 0x0ae2f0fe, 0xe20a0808, - 0x052b1001, 0x0a66be05, 0x6086fe0f, 0x0405271d, 0x015d1826, 0x660a0f7a, 0x1f1fe810, 0x02280502, 0x02052802, 0x00210988, 0x08df4f0b, 0x0500022a, - 0x14001100, 0x1b001700, 0x512fd182, 0x57005400, 0x00005d00, 0x37332725, 0x64242707, 0x222f05d2, 0x34113526, 0x33173713, 0x11051737, 0x55011121, - 0xc3830811, 0xc4843320, 0x35363725, 0x83012f34, 0x21e78405, 0xe9843123, 0x36083f8b, 0x0f231707, 0x27172701, 0x07173337, 0x24124001, 0xfe131251, - 0x1c1c289e, 0x12dd1c28, 0x12137c13, 0x8001ddfe, 0x0303c3fe, 0x0c031d1d, 0x061d3c09, 0x1d060c0c, 0x8f060c3c, 0x73012110, 0xe0283384, 0x132c2412, - 0x21214212, 0x52330282, 0x1f1f891d, 0xfe0d13c8, 0x13130d40, 0x0dc0010d, 0x821fdbfe, 0x01983700, 0x0160fea0, 0x050b0516, 0x06053131, 0x0a310d08, - 0x050b310a, 0x0e8a0605, 0x348aaf20, 0x1a1d7f26, 0x386f1e1e, 0x00210082, 0x0a7b5900, 0x3900352c, 0x00003d00, 0x15373201, 0x027f0614, 0x0a187109, - 0x30652120, 0x23353911, 0x013d2622, 0x15073316, 0x35173533, 0x78011523, 0x0d134048, 0x09073020, 0x20078964, 0x054150ff, 0x202c1185, 0x4840130d, - 0x60a06008, 0x6020a001, 0x09250b82, 0x09072007, 0x202c83f0, 0x840585f0, 0x23418210, 0x40602060, 0x00360083, 0xfffeff03, 0x018202c0, 0x004000c0, - 0x00480044, 0x07162500, 0x506f0f06, 0x704f1809, 0x193d2007, 0x2b08ac7b, 0x2627013d, 0x013f2627, 0x34262735, 0x36210584, 0x05dc483f, 0x16171523, - 0x20398214, 0x2aaa8225, 0x21352105, 0x01087902, 0x84370801, 0x052a6771, 0x37200585, 0x21081683, 0x09093759, 0x03061b77, 0x07b7b707, 0x771b0603, - 0xfe370909, 0x00ffc0c0, 0xc0fe4001, 0x080a052f, 0xd0851404, 0x1433058b, 0x050a0804, 0x04124031, 0x40320414, 0x04100610, 0x82045656, 0x32402106, - 0x12231082, 0x8240e040, 0x00003702, 0xff000002, 0x010702fb, 0x00110085, 0x1300002d, 0x11151636, 0x4c450614, 0x4505200a, 0x1f3f167e, 0xd7071601, - 0x0b1e1e0b, 0x0e0a6659, 0x01660a0e, 0x0c0c2d50, 0x2e0b0b17, 0x170b0b2e, 0x8c2d0c0c, 0x7901300d, 0xfe100c0b, 0x0b0c10b0, 0x900a0e59, 0x93600e0a, - 0x18328624, 0x230d9356, 0x001d000f, 0x0a7b5c18, 0x26471620, 0x26142105, 0x4f450783, 0x3d771805, 0xce91220a, 0x2f028291, 0x13131aeb, 0x5008131a, - 0x50283838, 0x28507070, 0x0d1fb518, 0x1b82e720, 0x6d1a132b, 0x70385038, 0x503870a0, 0x820e84b8, 0xffff3773, 0x4002c0ff, 0x1b00c201, 0x44003400, - 0x00004c00, 0x011d2201, 0xba183b14, 0x112f12b7, 0x16010721, 0x2606010f, 0x37012e27, 0x841f013e, 0x012f260c, 0x36371706, 0x0ff25417, 0x0121b087, - 0xcbba1888, 0xfe2b080d, 0x118001e0, 0x0c0570fe, 0x07190a27, 0x08460246, 0x0c270b19, 0x0c051a05, 0x2d1b1b2d, 0x5b01050c, 0x0d13251b, 0x130da0fe, - 0x84831b25, 0x800125cf, 0x40081008, 0x013d0387, 0xf1fe4060, 0x0618070d, 0xcf4d0803, 0x0705094e, 0x3f0d0718, 0x4a05010c, 0x0c01054a, 0x17bb1870, - 0x5800200f, 0x974a053f, 0x00072405, 0x8230001e, 0x005422df, 0x09034c5c, 0xfd671720, 0x22062515, 0x17141506, 0x08956218, 0x34353626, 0x011f0607, - 0x16230383, 0x8217013f, 0x2f362303, 0x03823701, 0x010f2626, 0x17072627, 0x20060768, 0x06924112, 0x0e170127, 0x090e0909, 0x0e1568a0, 0x2f42af30, - 0x40070920, 0xc3200907, 0x47470703, 0xc4820307, 0x08626222, 0x07220682, 0x0d884646, 0x9d4afa20, 0x84772005, 0x38012142, 0x09224782, 0x3068e70e, - 0x261e3910, 0x0d13201a, 0x07090907, 0x1a20130d, 0x1e030881, 0x0e08031e, 0x2b2b0308, 0x0d860684, 0x032a2a28, 0x1240ef08, 0x4786121c, 0x2708af47, - 0x00c70180, 0x00230020, 0x250f897a, 0x2713013b, 0x67483f26, 0x011f2a05, 0x13010f16, 0x02330725, 0x21678370, 0x0583a0fd, 0x35ef192a, 0x0d190d09, - 0x0a29290a, 0x09270682, 0xe9feef35, 0x1809e874, 0x29088745, 0x0d4a4a01, 0x0d091309, 0x06843838, 0xb6fe4a24, 0xcf6ea0a0, 0x00022706, 0x2d00a001, - 0x595e3700, 0x1e012305, 0xe0443303, 0x26222506, 0x3307013d, 0x09e34818, 0x34113527, 0x34262226, 0x26128436, 0x013f033e, 0x83061415, 0x08b26d23, - 0x27085a42, 0x21170423, 0x110f172a, 0x20087f84, 0x130d2080, 0x1ab00709, 0x131a1326, 0x38280d13, 0x1c333313, 0x503840ab, 0x0e0f4038, 0x090e0909, - 0x27058459, 0x26160001, 0xce040f1b, 0x902ccb83, 0x100d1360, 0x1a260907, 0x130d0001, 0x38303582, 0x271d5628, 0x4060040e, 0x38382886, 0x50408628, - 0x2a0b9550, 0xfffcff02, 0x01c401c0, 0x821700c0, 0x794e18c3, 0x1d162a09, 0x34352301, 0x35231527, 0x23038223, 0x06160106, 0x45090945, 0x223a09a7, - 0x36013f26, 0x17322133, 0x354b3070, 0x304b3540, 0x30303028, 0x054e0128, 0xbc841013, 0x3f069c45, 0x0a061410, 0x6a011708, 0x40010817, 0x4b358080, - 0x8080354b, 0xd0c5172e, 0xfe17c5d0, 0x701b0ffc, 0x7020b583, 0x1b240585, 0x1616200f, 0x2008cf41, 0x23978242, 0x003c001c, 0x2806e575, 0x2622012b, - 0x37363435, 0x24058334, 0x17163233, 0x2f048236, 0x36371415, 0x07060716, 0x35362726, 0x22232634, 0x1e850882, 0x1e172508, 0x010e0701, 0x01161415, - 0x2f2a1f57, 0x3828f021, 0x38011d24, 0x0d2c1b28, 0x261a1a12, 0x040706d5, 0x25115435, 0x40081182, 0x0a071113, 0x114f7102, 0x05020612, 0x5f6d2923, - 0x211f2e02, 0x1f28382f, 0x04010a31, 0x1b382801, 0x1a261217, 0x0b012711, 0x24054105, 0x28050610, 0x07070738, 0x70500c0d, 0x030d0103, 0x46294614, - 0x26af825b, 0xff000003, 0x828002bf, 0x001e24af, 0x76510044, 0x34220f97, 0xb8823426, 0x0628b289, 0x06171625, 0x2606010f, 0x2108bf5e, 0xab5f1f36, - 0x83012009, 0x222625cd, 0x34371406, 0x1721e183, 0x28de8206, 0x3f02012e, 0x2838241d, 0x08c782fe, 0x01253426, 0x36222e42, 0x1a12100e, 0x52fe0126, - 0x090f150f, 0x030d094c, 0x0808531d, 0x0d031d53, 0x05295809, 0x58290512, 0x31081282, 0x090d111e, 0x425c210e, 0x1923311c, 0x083b0a29, 0x271d0d0c, - 0x1f310a7a, 0x28383828, 0x01033626, 0x2e010304, 0x0a1e2442, 0x04011a26, 0x0f081016, 0x3e8c1913, 0x593b5188, 0x0d140602, 0x2e5c4221, 0x171b3123, - 0x08044424, 0x00002f05, 0xfffeff0a, 0x82e201be, 0x000538f3, 0x0017000e, 0x00270020, 0x003a0030, 0x004b0045, 0x3700004f, 0x82222717, 0x260624df, - 0x8234013d, 0x260735dd, 0x15173336, 0x03270614, 0x3f342627, 0x07163601, 0x36372317, 0x08059d60, 0x14011d40, 0x26032f06, 0x011f013e, 0x03071416, - 0x010f1632, 0x012e2206, 0x1737013d, 0x07230616, 0x27073327, 0x04d06c6b, 0x01060204, 0x4d020406, 0x03020341, 0x720407cc, 0x97020251, 0x3d040905, - 0xef825f6d, 0x7d5f2808, 0x01060402, 0x0250104c, 0x97030702, 0x03020202, 0x02c30302, 0x75020304, 0x0404026a, 0x646419d0, 0x16bee964, 0x82380408, - 0x03a23f17, 0xe72e0102, 0x42160602, 0x01020504, 0x04013159, 0x09036202, 0x08a89905, 0x011da808, 0x1f820302, 0x7a032908, 0x07048f1b, 0x02620202, - 0xd5fe0104, 0x01570206, 0x42020402, 0x08049cdf, 0xb0b0c516, 0x00000300, 0xc001bdff, 0x0b00cb01, 0x2326f982, 0x16010000, 0x2f570f14, 0x79362008, - 0xfa820647, 0xfb832720, 0x2408f682, 0x3526012f, 0x0404a601, 0x0404c6c6, 0xb42020a6, 0x98200804, 0x08f01008, 0x0810c404, 0x52012098, 0x77020a02, - 0x3b048277, 0x92141465, 0xc6050503, 0x055d1326, 0x6de00a0a, 0x74030505, 0x050a0ae0, 0x0026135d, 0x03320082, 0xc0ff2000, 0xa3012002, 0x34001e00, - 0x00003c00, 0x35491725, 0x55098809, 0x142306ed, 0x84253316, 0x27152213, 0x39868335, 0x011e3233, 0x3233011f, 0x26340616, 0x16140622, 0x962a0132, - 0x07400709, 0x0584a009, 0x13241c34, 0x0d13131a, 0x1a26a001, 0x07148020, 0x0b06351c, 0x1e830309, 0x0e097028, 0xe00e0909, 0xa843da36, 0x0ad62509, - 0x130d1f31, 0x70302f82, 0x24261a20, 0x080b962e, 0x08051b08, 0x0e090e05, 0x09382a83, 0xfcff0300, 0x8202bfff, 0x1000c001, 0x47004100, 0x06370000, - 0x3e013f26, 0x15247e82, 0x22231714, 0x052f0b82, 0x0e07011e, 0x22212301, 0x37343526, 0x1837023e, 0x210857b4, 0xf34d2627, 0x05a46305, 0x22012b25, - 0x8223012f, 0x06373034, 0x37161716, 0x09090c12, 0x122a1175, 0x82df0f78, 0x5b7f0872, 0x23207f01, 0x30480302, 0x0a080dfe, 0xbc55470e, 0x3c332d5a, - 0x3e3c0404, 0xed050403, 0x064b0a10, 0x13090f03, 0x1c090e1f, 0x030e1b40, 0x05130b0e, 0x071601c0, 0x0c020e75, 0x292a2b57, 0x42450714, 0x2f233c10, - 0x0e080a40, 0x19111003, 0x365f1e03, 0x0a02196d, 0x04321902, 0x09630d0a, 0x1c07080a, 0x25170912, 0x0cae0e1d, 0x13010111, 0x00000100, 0x0302bfff, - 0x2800c101, 0x16010000, 0x82062607, 0x061728c0, 0x012b2223, 0x82170607, 0x220627ae, 0x06372627, 0x234e2627, 0x013f2105, 0x4c08d882, 0xcf013236, - 0x481f0233, 0x1e011e1a, 0x01011f1d, 0x090f2856, 0x12322304, 0x16220817, 0x0c192312, 0x280f160b, 0x018c323f, 0x1149338e, 0x581e1909, 0x0e290a21, - 0x190c0b16, 0x22161223, 0x31121708, 0x0f090424, 0x3f4f5628, 0x00000032, 0x4f7f820c, 0x2a0807e7, 0x00300020, 0x00500040, 0x00700060, 0x00900080, - 0x00a3009a, 0x370000ac, 0x07060716, 0x22012b06, 0x3637012e, 0x17013e37, 0x18011e25, 0x2408907c, 0x32363736, 0x744f1803, 0x3336220c, 0x200f8e17, - 0x21408413, 0x3f84012f, 0x1f163623, 0x26d28201, 0x013f2627, 0x82171636, 0x23062401, 0x82061627, 0x05014b4f, 0x16205e82, 0x0f8f3f8f, 0x32362725, - 0x82141117, 0x27352390, 0x08853736, 0x17161323, 0x08118415, 0x050b8125, 0x0d020105, 0x05070561, 0x03130301, 0x1101060e, 0x25030607, 0x0b2a0b04, - 0x06032504, 0xb0401f07, 0x18090907, 0x8608c04a, 0x05ad3509, 0x0908090b, 0x0306530b, 0x062a1e05, 0x0df5030d, 0x05050102, 0x0e200f82, 0x01274382, - 0x052a070a, 0x84530603, 0x24052622, 0x2a060d03, 0x29439249, 0x0a0c0aa0, 0x40081008, 0x0582140c, 0x0c148022, 0xfd250582, 0x0e0d0d07, 0x348a820e, - 0x04062b2e, 0x0d028804, 0x0b0b6806, 0x020d0668, 0x09e0fe08, 0x07265607, 0x0a898020, 0x0c1c0135, 0x09080608, 0x0e043307, 0x03182406, 0x0ed60705, - 0x820d0d0e, 0x06042c0e, 0x0a072e2b, 0x040e06a3, 0x82090733, 0x5a0c2622, 0x18030507, 0x354494e7, 0xfe0202ee, 0xfd0808da, 0xe5fe0c12, 0x1b010808, - 0x08fd120c, 0x89180008, 0x11280c1f, 0x4f002d00, 0x71006800, 0x13fd8718, 0x34350322, 0x0a2a6c18, 0x20050f70, 0x06355126, 0x36321729, 0x012f3435, - 0x18343526, 0x24085b91, 0x1f141506, 0x05d86e01, 0x14011d24, 0x3c833733, 0x17240882, 0x36373216, 0x0d823c85, 0x35260722, 0x157c8618, 0x08086027, - 0x141c1c14, 0x30008208, 0x07090907, 0x122c0808, 0x02160e19, 0x08080c0b, 0x2809880c, 0x08100860, 0x050e0524, 0x22078224, 0x18791010, 0x2713118c, - 0x1c0810e8, 0x1c142014, 0x092d2182, 0x09072007, 0x10101760, 0x0201130c, 0x8a108207, 0x08782a0a, 0x27371508, 0x37270505, 0x08098215, 0x1a1a1f22, - 0x0a07b41f, 0x00078006, 0xff000005, 0x018001c0, 0x000b00c0, 0x004f0043, 0x006f005f, 0x22230100, 0x2d07b86b, 0x14151715, 0x2115010f, 0x3d262735, - 0xfc821601, 0x04853720, 0x0f061723, 0x05014101, 0x3f323327, 0x37023e01, 0x23f38532, 0x36343526, 0x16232582, 0x7d2b2627, 0x1622062e, 0x4f180515, - 0x1d250940, 0x23061401, 0x240f8e33, 0x08300001, 0x08bd8408, 0x241c802f, 0x251b00ff, 0x12200808, 0x20120e0e, 0x1b0c0b0b, 0x01061b15, 0x02020e03, - 0x12060304, 0x08162018, 0x1c14230d, 0x1a700709, 0x0f112026, 0x23348420, 0x0907b0fe, 0x15420884, 0x83202006, 0x2001230e, 0x07839303, 0x58f02a08, - 0x40241c28, 0x35251b40, 0x0c0c034e, 0x12091a06, 0x03020928, 0x02080304, 0x1b1b0904, 0x10080112, 0x07141c08, 0x063f2509, 0x202e8370, 0x06d458b0, - 0x6c6c8020, 0x07092206, 0x05ab72a0, 0x0000032e, 0x8001b9ff, 0x1e00c301, 0x2e002600, 0x270a0d4e, 0x06010f26, 0x2226012f, 0x05820685, 0x11352624, - 0x64183634, 0xba3f0f72, 0x07147452, 0x2b0a0c19, 0x05290b0b, 0x0b29050e, 0x0c0a2b0b, 0x6c140719, 0x13131a07, 0x8493131a, 0x01210805, 0x517102c0, - 0x080bf0fe, 0x0b091208, 0x2e0c0c30, 0x0c2e0505, 0x090b300c, 0x0b080812, 0x76500801, 0x872a82de, 0x00003202, 0xffffff02, 0x014702bf, 0x001b00c0, - 0x25000027, 0x22828516, 0x8327013f, 0x3d420890, 0x32362701, 0x0716011f, 0x17363717, 0x17161705, 0x26220607, 0x16253734, 0x0c0c3b02, 0x160c0b5a, - 0x1d0b0c0c, 0x13311a24, 0x2f842f5a, 0x1d091a2d, 0xfe0c0b0b, 0x070431f8, 0x253412ee, 0x05ff0014, 0x26820bfe, 0x82170b21, 0x091c2116, 0x1a232682, - 0x822f2d13, 0x1d243427, 0x080b0b0c, 0xff050431, 0x12342514, 0x000007ee, 0x61001000, 0x07260797, 0x17000f00, 0x8d821f00, 0x6d002f3f, 0x83007800, - 0x9b009000, 0xb300a800, 0xc900be00, 0x0000d600, 0x1d323313, 0x34352301, 0x21078623, 0x0f85013b, 0x17210787, 0x821c8215, 0x8621200c, 0x1821201f, - 0x2008f141, 0x0d2f6333, 0x64183b20, 0xdf610853, 0x61142005, 0x3d230e55, 0x61363401, 0x04210be5, 0x08f06122, 0x2e222523, 0x07f16101, 0x054b0e20, - 0x013f2505, 0x17141516, 0x0e222289, 0x0c893201, 0x0a941620, 0xe8242d8c, 0x38200810, 0x07830382, 0x07824820, 0x08206025, 0x83fe0810, 0x10022109, - 0x2a239161, 0x141a0709, 0x06060c0e, 0x85b2fd18, 0x08012407, 0x83060b07, 0xd00e2110, 0x28211085, 0x221f840a, 0x85430b06, 0x8592200f, 0x8e322006, - 0x2001251d, 0x08787808, 0x09220393, 0x90617007, 0x0770220f, 0x22158209, 0x83c0130d, 0x13c02207, 0x2a0f820d, 0x060b1020, 0x270a0a1b, 0x88100b0e, - 0x07202309, 0x1487080c, 0x1f913020, 0x070c0822, 0x3e8a1491, 0x28824888, 0x240bc352, 0x0023000f, 0x105d4e2b, 0x17373338, 0x3f363723, 0x15060701, - 0x23011f14, 0x012f013f, 0x0737010f, 0x0983011f, 0x83f00121, 0x20fe21a9, 0xb0360583, 0x116f9010, 0x0438bc24, 0x10d05606, 0x20204040, 0x20208040, - 0x03821010, 0x82060b44, 0x20402c25, 0x6b1526fa, 0x0d0a0aa9, 0x8220ca0c, 0x20402221, 0x282184c0, 0x04002010, 0xbfffffff, 0x05f74401, 0x4a001b33, - 0x00005200, 0x07173717, 0x2223010e, 0x37022e27, 0x2a77820e, 0x013f022e, 0x1e17013e, 0x19170701, 0x210cbf06, 0x9d822f22, 0x16173124, 0x744e011d, - 0x26272305, 0x29833435, 0x1f32332a, 0x34353301, 0x22263336, 0x3c053c5c, 0x19342351, 0x040b1103, 0x050c0804, 0x070b0211, 0x03060440, 0x3a081a01, - 0x02070721, 0x08c383e7, 0x0907103f, 0x160a0d30, 0x132f0114, 0x57131a13, 0x051b0109, 0x11181420, 0x0709232f, 0x1c1c285c, 0x8a181c28, 0x0d0b6535, - 0x100c0201, 0x010706cd, 0x08060110, 0x221f6204, 0x060b0208, 0xfe07092b, 0x234383c0, 0x501709f0, 0x1a303f82, 0x13130d53, 0x0a56530d, 0x6b04040d, - 0x2f111914, 0x40205b82, 0x1c224182, 0x58180028, 0x3e280a67, 0x00004600, 0x011e3201, 0x844ebb83, 0x22098909, 0x4a272206, 0xc98208f8, 0x64173221, - 0x362108da, 0x23368233, 0x06023e17, 0x2b066552, 0x1b114502, 0x090d130f, 0x09072007, 0x0805c947, 0x337a3327, 0x07400709, 0x49507009, 0x100a0e37, - 0x0f110e0a, 0x081a2314, 0x801a1f07, 0x0e09090e, 0x14600109, 0x0d5c111f, 0x82308213, 0x07b02835, 0x47070909, 0x84471717, 0x5e422fc4, 0x0e0a3129, - 0x060e0a0e, 0x03111b0f, 0x574f090f, 0x08bb4e05, 0xc0014126, 0x51004900, 0x152cbb82, 0x06010f14, 0x15022f26, 0x07141530, 0xa55daa88, 0x012f2507, - 0x3f343526, 0x35220483, 0xd07b0637, 0x056b4605, 0x36153323, 0x05ff583b, 0x06071626, 0x16171607, 0x4027c688, 0x180b2114, 0x51101305, 0x25080576, - 0x021a1886, 0x0c420809, 0x04021903, 0x11011f1a, 0x07100709, 0x1d243409, 0x354ba02b, 0x01050478, 0x06071204, 0xce854709, 0x164d732e, 0x09050d08, - 0x6607260b, 0xb2212d01, 0x9634c783, 0x08694017, 0x07640c0c, 0x440b0c08, 0x0302291d, 0x38130d03, 0x382f1883, 0x21013424, 0x04064b35, 0x07080b13, - 0x83092009, 0x02002d41, 0xc0fff9ff, 0xc1014702, 0x34001700, 0x1723db82, 0x8433011e, 0x372726d2, 0x17071727, 0x22ba8323, 0x45353632, 0xdd4507d7, - 0x25372405, 0x181f3236, 0x0809504f, 0xdb20012c, 0x09010301, 0x6828b007, 0x25683c94, 0x01090795, 0x0cf60104, 0x0c0b150b, 0xe50b0be5, 0x0b160a0c, - 0x0c00010c, 0x09650c1e, 0x1c824007, 0x01c14d3b, 0x0907b902, 0x77894037, 0x07094940, 0x480102b9, 0x0c180c0b, 0x0a0aca0b, 0x240884ca, 0x5a0a0ae2, - 0x30b28334, 0x00010088, 0x01e0ff00, 0x00a00180, 0x2500005a, 0x09805123, 0x15060731, 0x013b1614, 0x36013f32, 0x16011f16, 0x4b010f06, 0x27220526, - 0xb4843726, 0x3b363423, 0x26098a01, 0x26343536, 0x8222012b, 0x2f262625, 0x3f362601, 0x231e8201, 0x16171632, 0x01245087, 0x86226470, 0xcc3a7283, - 0x090c071d, 0x0c060954, 0x14071308, 0x0c080207, 0x134f251d, 0x1b091d23, 0x1e832a17, 0x1c22259a, 0x24850e32, 0x1348d020, 0x821b2005, 0x060c222f, - 0x2f438209, 0x06140818, 0x170b180a, 0x09302e10, 0x09072007, 0x1a211f95, 0x201e8618, 0x32008200, 0x00f1ff03, 0x01950200, 0x00170080, 0x002b0021, - 0x82320100, 0x070624ac, 0x47222306, 0xe58206e8, 0x3736372e, 0x37320636, 0x22262736, 0x04170607, 0x013e0988, 0x324ad741, 0x1d3f1b1f, 0x1a263f1f, - 0x190c270c, 0x614f4026, 0x4a721713, 0x09215e4f, 0x04832109, 0x89310121, 0x6d80360a, 0x1e485749, 0x1126380d, 0x88382611, 0x1c2c6050, 0x0b0b29f4, - 0x82038a29, 0x085f478a, 0x91821220, 0x16050024, 0x8b821415, 0x22212d08, 0x35262726, 0x36013734, 0x010f1732, 0x02333717, 0x0904057b, 0x09c0fd13, - 0x0504040f, 0x220a2001, 0x26661b0a, 0x080f5540, 0x11070809, 0x07820382, 0x0fc00127, 0x269f4c0f, 0x09375a40, 0x4b00c02b, 0x53004f00, 0x00005700, - 0x0d4a5825, 0x23053843, 0x2135013b, 0x2107d168, 0x1388012b, 0x08bc7718, 0x49055458, 0x704305f3, 0x21152d05, 0x25151632, 0x03233533, 0x21152335, - 0x02250382, 0x68070980, 0x94471838, 0xfe382208, 0x270c8ad0, 0x09090768, 0x48180107, 0xc0201e83, 0x48310483, 0x09071801, 0x808080fe, 0xc0016040, - 0x0907b860, 0x766b1828, 0x8b282009, 0x0709220b, 0x261c8d10, 0x40780709, 0x824080fe, 0x00003300, 0xf9ff0300, 0x8002c0ff, 0x3e00c101, 0x4e004600, - 0x4f180000, 0x072108f7, 0x064a4817, 0x27012b22, 0x2409d242, 0x16140622, 0x2123823b, 0xe5830614, 0x37262723, 0x05f94b36, 0x3b363727, 0x011f3202, - 0x3c1f8306, 0x17343632, 0x23373632, 0x02371707, 0x38130d60, 0x375c1728, 0x09130d1c, 0x954b5007, 0x20078340, 0x065047e0, 0x0d132c08, 0x05301e6c, - 0x70281e07, 0x0f993850, 0x1a011411, 0x0e390d13, 0x090e0909, 0x05190f10, 0x660e774d, 0x0d13a001, 0x32382820, 0x820d136e, 0x509021c5, 0x1f820684, - 0x131a132d, 0x1e2a1d25, 0x50022e26, 0x82085870, 0x29138215, 0x12570e09, 0x371c3b0e, 0xd7820300, 0x0002002c, 0x0b008001, 0x1d001700, 0xfa180000, - 0x41080b05, 0x15062224, 0x32361714, 0x34353617, 0x37321605, 0xda932226, 0x96d49693, 0x70a05001, 0x49d8490b, 0x39b8fe0b, 0x9c3a399e, 0x3e528001, - 0x53533b62, 0x123e623b, 0x0d0d212f, 0x0d0d2a2a, 0x17175a21, 0x5f830019, 0x01c0ff2c, 0x00c001a0, 0x00150007, 0x05630042, 0x1f162409, 0x63060701, - 0x25230705, 0x83141632, 0x012f210c, 0x25068779, 0x2e272223, 0x1d633f01, 0x26272505, 0x2e06010f, 0x0976a018, 0x28240135, 0x1c281c1c, 0x0a1a0cce, - 0x4d200d08, 0x0d13130d, 0x831d0143, 0x36280806, 0x20140d1e, 0x050c0e3e, 0x0518071f, 0x030c0c05, 0x0f15551c, 0x0d0f250a, 0x1a0a280c, 0x270b0310, - 0x2a472c25, 0x60011a14, 0x1c2b3e82, 0x0f1cf928, 0x131d1506, 0x8280131a, 0x1b220803, 0x09244e29, 0x16660f1e, 0x0d180302, 0x2e0d3257, 0x03055716, - 0x03081e0a, 0x1e081b15, 0x0b150b1c, 0xbc823528, 0x2708b765, 0x000a00c0, 0x0026001a, 0x42052f41, 0x013005ba, 0x06070614, 0x34113526, 0x16322127, - 0x17211115, 0x14260683, 0x32212306, 0x70823536, 0x09075031, 0x171e0001, 0x01102d1e, 0xfe382850, 0x820120e0, 0x42320811, 0x28b0fe2e, 0x1cc00138, - 0x07095014, 0x7ffe1440, 0x05042618, 0x70011d27, 0x2838161a, 0x092000ff, 0x38422e07, 0x04000028, 0xbefffeff, 0xc001c201, 0xcb562300, 0x1e052807, - 0x0e010f01, 0x18012f01, 0x2011544a, 0x07434537, 0x012e2722, 0x085b1119, 0x74641720, 0x36372105, 0x20067742, 0x2c078626, 0x0406b701, 0x0d030e03, - 0x05bbbb05, 0x2308820d, 0x8e8e0604, 0x93351190, 0x78542620, 0x06202654, 0x7e080b02, 0x94020a08, 0x1a13131a, 0x052a5913, 0x0d030524, 0x31821c06, - 0x035a5a23, 0x23088204, 0x4545030d, 0x93301190, 0x35223a11, 0x22354b4b, 0x0a1a113a, 0x970a0f0f, 0x220c754c, 0x18010000, 0x3908a35f, 0x0500000b, - 0x013f2601, 0x16011736, 0x0206010f, 0x0cb3fd53, 0x0c0a1409, 0x06834d02, 0xc7013d29, 0x0c190d0a, 0x8339fe09, 0x43002006, 0x472b0693, 0x1300c201, - 0x84006f00, 0x49130000, 0x1f2b073a, 0x0f011e01, 0x0f061701, 0x83052301, 0x012f2248, 0x055f4923, 0x20057244, 0x08a97027, 0x2609f247, 0x23013f34, - 0x842f0607, 0x013b237d, 0x09852627, 0x33021f2b, 0x32033e37, 0x011f021e, 0x20968233, 0x2496841f, 0x3233010f, 0x06794617, 0x08068d7e, 0x23020f2e, - 0x97272627, 0x1a01031b, 0x10060c02, 0x18020606, 0x05010214, 0x098c0105, 0x090e0d0d, 0x053d2f30, 0x07100709, 0x37024a09, 0x4a023752, 0x26080b84, - 0x302f3d05, 0x0d0d0e09, 0x110a3409, 0x070a454e, 0x0e0d0935, 0x3d32090d, 0x07020a24, 0x1c241c0f, 0x0a02070f, 0x84323d24, 0x07353515, 0x114e450a, - 0x0218730a, 0x04100606, 0x1a020608, 0x1a1b0301, 0x02285f82, 0x07361901, 0x4e050507, 0x05207282, 0x483f7a82, 0x1a060628, 0x08090ead, 0x61480d09, - 0x074e0908, 0x49070909, 0x280d1e77, 0x0e283d3d, 0x8349771d, 0x094e250f, 0x0d486108, 0x0e262282, 0x04180e4f, 0x2d845009, 0x34144c2d, 0x0f171006, - 0x0610170f, 0x844c1434, 0x502e081d, 0x0e180409, 0x0c0648ac, 0x01010502, 0x044e0406, 0x36070706, 0x06061a09, 0x07000000, 0xc0fffeff, 0xc0014002, - 0x24001c00, 0x34002c00, 0xc95b3c00, 0x21132805, 0x011d020e, 0x46010e14, 0x37240552, 0x013d073e, 0x4e11be4e, 0x36270fce, 0x06141632, 0x87342622, - 0x01803f17, 0x0f1b121c, 0x07090808, 0x08e7fe17, 0x0903030a, 0x03030604, 0x01380102, 0x0e09090e, 0x05904909, 0x1850a821, 0x390a9dd1, 0x4a3a13c0, - 0x3119ac29, 0x0d161a1a, 0x0d1a0908, 0x0c0f0b13, 0x50ac080e, 0x3b82e070, 0xd72c0293, 0x7070a070, 0x362590a0, 0x00362525, 0x3005c350, 0xc1018002, - 0x0f000700, 0x73006b00, 0x00007800, 0x22a18e24, 0x82163213, 0x010f25e6, 0x07222326, 0x2205ef4a, 0x65170706, 0x06200793, 0x21095742, 0x467e2726, - 0x08cd480a, 0x4b07467e, 0x1f25060f, 0x34353301, 0x055e4f37, 0x011d0623, 0x06134b00, 0x33373808, 0x01152327, 0x343448ec, 0x144e3448, 0x0e140e0e, - 0x09130d68, 0x3b1b1933, 0x090d5124, 0x05070507, 0x071f0606, 0x0e050612, 0x2c090d0f, 0x0e0f0d09, 0x07120605, 0x8206061f, 0x09072219, 0x3c22880d, - 0x141c0f0e, 0x380d2085, 0x0f041e66, 0x08091605, 0x426ffe0d, 0x2f422f2f, 0x6b296e66, 0x225b8270, 0x823c4834, 0x140e2c5b, 0x0d131201, 0x33090d33, - 0x9906300c, 0x336f914c, 0x14930c0d, 0x28831d1c, 0x0506242e, 0x110a0a18, 0x00ff2816, 0x2f255d82, 0x6060d142, 0x25008200, 0xff000007, 0x018201c0, - 0x06002a08, 0x14000a00, 0x20001900, 0x3c002800, 0x07010000, 0x33013e23, 0x37231732, 0x26220616, 0x33373435, 0x05141516, 0x23173736, 0x220c8227, - 0x46262215, 0x2723061a, 0x48163237, 0xfa49050c, 0x27630805, 0x37321633, 0x525a1501, 0x1b28400f, 0x1942675c, 0x024b6a36, 0xf0fe02fc, 0x8062100e, - 0x1c143050, 0x1c140001, 0x2a0d141c, 0x1c4f3771, 0x2f105014, 0x072a4621, 0x01234c23, 0x2c2444b4, 0xcd153250, 0x0d03354b, 0x7735030d, 0x30de0307, - 0xc0293d2a, 0x281c441c, 0x4f80601c, 0x1c142a37, 0x2f211a16, 0x82101060, 0x051f47b7, 0x80018022, 0x1906e342, 0x2209a558, 0x49012e22, 0x0e2305b9, - 0x82012b01, 0x341122b9, 0x25928236, 0x22263436, 0x47181406, 0x602008b7, 0x2b05a248, 0x1b061117, 0x1b0d3a0d, 0xa0132008, 0x65261183, 0x36252536, - 0x06860125, 0x0d138036, 0x130dc0fe, 0x3d0c1109, 0x113d1d1d, 0x010d1315, 0xf0130d40, 0x02872182, 0x0300003a, 0xd9ff0000, 0xa4010a02, 0x41002000, - 0x00005b00, 0x17163237, 0x22230616, 0x082e8218, 0x3e323325, 0x842e2701, 0x013d218b, 0x35208b82, 0x29055849, 0x36322133, 0x23263637, 0x4f4b0722, - 0x3e372405, 0x83011e02, 0x32172739, 0x010e0716, 0x408a0607, 0x2108bc82, 0x2726012b, 0x0439259d, 0x232b3a06, 0x0a020635, 0x040c2008, 0x0f0a1707, - 0x14020108, 0x09078e0c, 0x03830709, 0x0c4e0131, 0x13020214, 0x0407170f, 0x0805200c, 0x82050104, 0x282d0865, 0x2d3a0906, 0x0d443630, 0x2b1f2f07, - 0x0a030e48, 0x040a2208, 0x1c141c0e, 0x0b74141c, 0x242fc01d, 0x222c412c, 0x160a0b07, 0x0c09120a, 0x0a384b0f, 0x0c0f2408, 0x0a16170e, 0x19040905, - 0x280b1127, 0x20472e1b, 0x2e1e3754, 0x272b0a06, 0x18080d08, 0x261c281c, 0x8202001a, 0x02c032ff, 0x00c70107, 0x001f001b, 0x0f160100, 0x07270601, - 0x067a7716, 0x3f342627, 0x17013e01, 0x05364637, 0x27372508, 0x0cfb0107, 0x0b0c160c, 0x1c0f104d, 0x1335139e, 0x9e13135a, 0x4c234e1c, 0x0b170b0b, - 0x7afcfe0b, 0x77017a5a, 0x4c220b84, 0x20824e23, 0x35201f82, 0x0f232082, 0x820b4d10, 0xfe0c2235, 0x6820825e, 0x002b0867, 0x0700c001, 0x2d000f00, - 0x18005700, 0x4408bd60, 0x27240709, 0x16071416, 0x08a1b918, 0x22232608, 0x26372627, 0x36263734, 0x17323617, 0x14361636, 0x26012b06, 0x26232627, - 0x07220722, 0x22230706, 0x36343526, 0x0d1d5d37, 0x013a0724, 0xe4823231, 0x01230282, 0x821c28bc, 0x17473106, 0x0c120817, 0x0c080511, 0x06070c32, - 0x08120c11, 0x24211082, 0x2b0d8218, 0x389f2319, 0x09062b28, 0x3c151e15, 0x09350382, 0x38282b06, 0x42021d25, 0x0e35202e, 0x2f212518, 0x28010102, - 0x844b8560, 0x83112005, 0x0d112733, 0x03171703, 0x4085120d, 0x9b254b84, 0x0a0c3850, 0x31008215, 0x28380d09, 0x0b0a321f, 0x21422e0a, 0x212f1d1c, - 0x4d180709, 0x4220083f, 0x192af782, 0x45003800, 0x5f005200, 0x315d6c00, 0x013c250f, 0x33363431, 0x3322e582, 0xea821632, 0x82060721, 0x272228dc, - 0x2627022e, 0x82013e27, 0x011e2c17, 0x15010e07, 0x07021e14, 0x82010f16, 0x2627251c, 0x013e013f, 0x3e080ca6, 0x251d5e01, 0x00ff212f, 0x1b252f21, - 0x1d312838, 0x2c1d1210, 0x030405df, 0x0503452b, 0x13030206, 0x2b10131d, 0x0d3a5403, 0x0502050d, 0x25161f1a, 0x080eb232, 0x04090524, 0x25080e04, - 0xa55b0d03, 0xde31080c, 0x211d2c05, 0x1d212f2f, 0x0101052c, 0x08283828, 0x08011b25, 0x01013504, 0x07192313, 0x503a132b, 0x020a0102, 0x1a1e350f, - 0xbd0e1e2e, 0x08400e08, 0x22048202, 0x9f030306, 0x0400360a, 0xc0ff0000, 0xc0010002, 0x2b001d00, 0x4a003b00, 0x32010000, 0x06a96e16, 0x2413ff41, - 0x17323605, 0x056f601e, 0x1f823520, 0x0e210d86, 0x062f4201, 0x3e291d8b, 0x28a00101, 0xfe283838, 0x10f941c0, 0x02b8fe2b, 0x2206020c, 0x221c281c, - 0x230984a6, 0x140d160d, 0x15820b87, 0x01150e25, 0x82503840, 0x0df0413b, 0x0606f62c, 0x15113215, 0x10151d1d, 0x0b841533, 0x0d170e22, 0x18830c89, - 0x20190d23, 0x22008200, 0x86feff06, 0x000d2fd7, 0x0029001b, 0x00450037, 0x36000063, 0xe141011e, 0x012e2105, 0x08a9f518, 0x2106be4b, 0x1b8b2636, - 0x8c243621, 0x201b8d0d, 0x1c214137, 0x030cb229, 0x09054003, 0x82060404, 0x6d032107, 0xb3200d8c, 0x01210d8c, 0x200e8c8d, 0x200d8c53, 0x163a413b, - 0x0d065127, 0x02087006, 0x21058203, 0x0bae0306, 0x5341f220, 0x00003812, 0xffffff07, 0x014002c0, 0x001a00c1, 0x00500045, 0x006a005d, 0x43840077, - 0x1e2a1a45, 0x17160501, 0x16141506, 0x76600731, 0x22302c17, 0x26072231, 0x14060706, 0x44070637, 0x17220545, 0x5f430506, 0x43fe2033, 0x2421075f, - 0x055f431c, 0x1622133c, 0x070381fe, 0x083b0106, 0x4719020b, 0x19470707, 0x4b080b02, 0x04100423, 0x12824b23, 0x25020932, 0x1a491c20, 0x121b621c, - 0x121a2615, 0x44011a10, 0x43256543, 0x72430c8c, 0x1e112910, 0x12060235, 0x14050212, 0x80886d8c, 0x17151a30, 0x501c1a04, 0x13190c1e, 0x0a261a1c, - 0x7c43fc1c, 0x0a9d431f, 0x05002208, 0xc0fffaff, 0xc5018702, 0x4a003100, 0x7c006300, 0x00009000, 0x010f1625, 0x072e2706, 0x27211527, 0x05724e07, - 0x013f2628, 0x27263736, 0x8571012e, 0x17162b05, 0x17070616, 0x17163233, 0x20703605, 0x020f2f05, 0x011f0622, 0x3f161407, 0x36161701, 0x38702735, - 0x2217a707, 0x60213505, 0x42081004, 0x0d097d02, 0x03090d1b, 0x03060408, 0x03050404, 0x2636a0fe, 0x131f0d0a, 0x0b080f09, 0x0805014b, 0x09030c03, - 0x2a2b0705, 0x0c020a03, 0xec510f04, 0xfe154326, 0x030102be, 0x06020a17, 0x03160b01, 0x82100202, 0x14142535, 0x80040503, 0xfe2416ac, 0x096001c8, - 0x2a095460, 0x12090dbf, 0x0d040e09, 0x82030905, 0x4e032a88, 0x1209236c, 0x6310121c, 0x235d8201, 0x090d230c, 0x012d8283, 0x0f2a1104, 0x0f202451, - 0x15030602, 0x2d028203, 0x17100206, 0x0a020403, 0x0304020a, 0x15aa1017, 0x9090ed28, 0x07090907, 0x05825050, 0x45080021, 0xc5330627, 0x1f000d00, - 0x55003100, 0x65005d00, 0x79006d00, 0x57120000, 0x3535091d, 0x16013411, 0x15373233, 0x010e0714, 0x0706012e, 0x16013e35, 0x23118437, 0x2726010e, - 0x26241188, 0x17161527, 0x1e29168f, 0x36373602, 0x0e011d16, 0x4b278202, 0xaf180651, 0x37200ffc, 0x39080a70, 0x131a1302, 0x07200709, 0x3e2c0109, - 0x123d3326, 0x413f5331, 0x4f2b3357, 0x0e83252d, 0x26230783, 0x822c542e, 0x0c2e2807, 0x35070509, 0x87483621, 0x4e313013, 0x4128312e, 0x1f201128, - 0x16292434, 0x4c090eb1, 0xa64c0861, 0x82102005, 0x090e2aef, 0x01060403, 0xfe0d13c0, 0x310d8230, 0x0dd00107, 0x1810e3fe, 0x15081524, 0x0a111303, - 0x7a824519, 0x18105638, 0x0709123e, 0x08080a09, 0x09133d11, 0x02047407, 0x10020121, 0x1487451f, 0x0d169831, 0x0b0d0f0b, 0x13110915, 0x05100e1f, - 0x84280504, 0x092f2668, 0x0d0a0a0d, 0x84058439, 0x0406250b, 0x00020406, 0x042a0082, 0xbfff0000, 0xc0010002, 0x05672500, 0x01003606, 0x17160706, - 0x07141516, 0x010e0706, 0x26220615, 0x36323734, 0x24018237, 0x16173233, 0x82078417, 0x3402211d, 0x21051f50, 0x21831427, 0x16323623, 0x059d4d15, - 0x32362908, 0x201dff01, 0x020b040f, 0x0201424c, 0x3972a239, 0x44010201, 0x0c040392, 0x5b040104, 0x07030261, 0x6a4bc009, 0x356a4b4b, 0x2005e14f, - 0x23a08420, 0x5b61ab01, 0x0b241f82, 0x44920404, 0x39332f82, 0x0239a272, 0x024c4201, 0x2010030b, 0x060a011d, 0x839efe03, 0xa04b2333, 0x3683130d, - 0x35410d20, 0x088b4805, 0xbf824020, 0x3500092f, 0x52003d00, 0x66005900, 0x35170000, 0x06514333, 0x39521320, 0x4f152008, 0x232905de, 0x3d012e22, - 0x26302701, 0x84218235, 0x3402280c, 0x32013b36, 0x8226011f, 0x24c882ea, 0x33353714, 0x26d58311, 0x23061435, 0x83272622, 0x013f2204, 0x21248327, - 0xc6182315, 0x22240856, 0xc0113526, 0x20056c7c, 0x2d948220, 0x0e133a0d, 0x13072915, 0x080f090d, 0x0682021e, 0x26090e23, 0x28aa821a, 0x1c28592d, - 0xb01c281c, 0x30b684c0, 0x0601120d, 0x04150e1a, 0x0d13801f, 0x60014020, 0x054e420d, 0xb0b03027, 0x01090907, 0x26238217, 0x3d51150e, 0x8238100d, - 0x090e2618, 0x01012b38, 0x25098465, 0x261a60a0, 0xb9492d13, 0x20442205, 0x2d3782fe, 0x130d0d13, 0x171e0c12, 0x0ddf9b0f, 0x3442c013, 0x18f02009, - 0x2a08cf52, 0x00c001c0, 0x004d0017, 0x46322500, 0x26220501, 0xee83013f, 0x83373521, 0x731282ed, 0x2b2405f8, 0x27363701, 0x08a46318, 0x780f0621, - 0x8548055b, 0x013b2306, 0x5d183632, 0x01330e84, 0x04070734, 0x06070358, 0x3b170107, 0x10030504, 0x82440a02, 0x7c123b0b, 0x212f2b1f, 0x0d0d081e, - 0x0610190d, 0x44161a06, 0x10031910, 0x2b2f2130, 0x3d190a1f, 0x35080d02, 0x98060c70, 0x61060906, 0x78040604, 0x4106090a, 0x1f2e026f, 0x160e2f21, - 0x15191616, 0x78101622, 0x1f212f02, 0x1110022e, 0x212f261a, 0x38021519, 0x26110f28, 0xd682111a, 0x00030033, 0x02e0ff00, 0x00a50140, 0x003c001e, - 0x0100005a, 0x05555a36, 0x2305b151, 0x26272634, 0x220c8059, 0x59163617, 0x1d910a8f, 0x22203c8d, 0x012d3b8c, 0x538e530c, 0x07200709, 0x66536f09, - 0x23088498, 0x82576c9b, 0x42230884, 0x84543931, 0x4e5f2308, 0xdb57351e, 0x07184405, 0x9f012b32, 0x51894b06, 0x09090790, 0x85568807, 0x65860d0b, - 0x86260b84, 0x0c5aae74, 0x0b845674, 0x4e338a26, 0x384d0604, 0x89270b84, 0x0657724a, 0x841d3017, 0x0d90240c, 0x840d1313, 0x238c2209, 0x20f08239, - 0x2eef8205, 0x018002de, 0x000900a0, 0x003b0022, 0x82800054, 0x211521f3, 0x20061f5b, 0xf7841805, 0x8b991815, 0x18022007, 0x960d7499, 0x32172d16, - 0x14011d16, 0x2e27010e, 0x23013d01, 0x23108546, 0x1521013d, 0x0806f177, 0x02333625, 0x5ee0fd20, 0x5e42e042, 0x020390fe, 0x010d1b04, 0x1b0d0108, - 0x14030204, 0x04060105, 0x06041818, 0xb0a40501, 0x07b42e18, 0x17291809, 0x0920291f, 0x09076007, 0x080584c0, 0x09200226, 0x0709090e, 0x40400001, - 0x2c5e5e42, 0x04010702, 0x19030319, 0x02070104, 0x04041b14, 0x020d0d02, 0x141b0404, 0x822c17ae, 0x17400709, 0x04021427, 0x702b2031, 0x21086546, - 0x0b84b007, 0x09074022, 0x2d06974b, 0x00c00180, 0x001f000f, 0x0047002f, 0x01602500, 0x106e650d, 0x1f8e2120, 0x26222722, 0x200af54c, 0x057b4433, - 0x18220621, 0x7a070281, 0x802009b2, 0x02218083, 0x62058320, 0x5037054b, 0x3c54543c, 0x3d2b2b3d, 0x18124428, 0x42422e1a, 0x5e253c2e, 0x18095025, - 0x20084e4e, 0x890a8960, 0x54b02d09, 0x2d2d5478, 0x420c222a, 0x2020425c, 0x08376518, 0x8307934e, 0x824120c5, 0x0e975215, 0x45180720, 0x34330a86, - 0x02163236, 0x34353632, 0x26343527, 0x011d0622, 0x44141506, 0x8c4e0519, 0x051e5605, 0x53780121, 0x80210a3b, 0x20758220, 0x2a718220, 0x202f4291, - 0x201c281c, 0x82120e60, 0x0e122706, 0x01090e09, 0x298338c0, 0x1a134829, 0x031a1313, 0x833228a6, 0x293122d6, 0x32d082a6, 0x212f82fe, 0x14c01828, - 0xc0141c1c, 0x4e212818, 0x830f1905, 0x190f270b, 0x0907d305, 0x53530709, 0xaebb4007, 0xbb851320, 0x28059b44, 0x00a00180, 0x002b001f, 0x1039423b, - 0x15013b29, 0x011d2223, 0x64213314, 0x352605b4, 0x34112107, 0x0e82023e, 0x05151625, 0x6f011f06, 0x262d05bb, 0x2627010f, 0x0d600207, 0xfd0d1313, - 0x080583c0, 0x0a164027, 0x0aec010a, 0xfe20160a, 0x0c090580, 0x0d400106, 0x07d3fe13, 0x07084a07, 0x19080881, 0x295f0808, 0x13800708, 0x8232840d, - 0x08402304, 0x02820810, 0x40402908, 0x0c064001, 0x0d130509, 0x4b07088a, 0x087f0808, 0x08081a07, 0x0808295e, 0x03000000, 0xffff0000, 0x81014002, - 0x58002c00, 0x8206734c, 0x010e269a, 0x06272623, 0x22028322, 0x5207010e, 0x3727051d, 0x013e3736, 0x86011e17, 0x32362605, 0x1e371617, 0x202c8d01, - 0x2b2bc506, 0x08063202, 0x2b050705, 0x2b6c2924, 0x112f0282, 0x0a071529, 0x18210608, 0x1d0a1a0b, 0x820a1d58, 0x1c592605, 0x190a1b0b, 0x21268c21, - 0x25ba2c23, 0x0140182b, 0x04200609, 0x16040408, 0x3100821a, 0x09020d0b, 0x09062007, 0x09120401, 0x01170902, 0x05850817, 0x8c130822, 0x1621278c, - 0x2026bd04, 0x32008200, 0xfffdff04, 0x018301c0, 0x000700c0, 0x00250016, 0x7100003d, 0x033207a6, 0x07061617, 0x2f222306, 0x3f342601, 0x17371701, - 0x3f4f1416, 0x36272309, 0x0d820616, 0x15072c08, 0x2f263523, 0x3e012e01, 0x16011f01, 0x36013f32, 0x2f2f42e1, 0x1d852f42, 0x0b0d050a, 0x300c140d, - 0x3d2e0908, 0x08092e75, 0x82140c30, 0x0a053b10, 0x1393191d, 0x17290e05, 0x171fa01f, 0x13050e29, 0x27290e20, 0x0e292762, 0x36822001, 0xfe422f31, - 0x210d27d8, 0x4010080a, 0x390b1b0b, 0x82393333, 0x10403d06, 0x0d210a08, 0x1cf62027, 0x111c0a20, 0x0b1f1f0b, 0x200a1c11, 0x1d09051c, 0x091d1b1b, - 0x200aff52, 0x2fc382c3, 0x003a0032, 0x13000042, 0x36342117, 0x05163637, 0x24051745, 0x1415012b, 0x08b95007, 0x22063722, 0x29085559, 0x2637013e, - 0x34352135, 0xc8563336, 0x34202107, 0x3105504a, 0x00ff6f91, 0x210c2b30, 0x09076801, 0x3c300709, 0xa082221a, 0x46210424, 0x07820421, 0x111b1028, - 0x2680013c, 0x595afe1a, 0x01240805, 0x131a1360, 0xaf011a13, 0x226036af, 0x095c060a, 0x09072007, 0x06384b40, 0x2f211c2b, 0x0d0c212f, 0x0c0d0909, - 0x122a0983, 0x38041621, 0x261a404b, 0x318490fe, 0x13203583, 0x2c08c282, 0xfeff0500, 0x4202b6ff, 0x0a00c301, 0x20001500, 0x6f006700, 0x22010000, - 0x36272607, 0x07061732, 0x012e0326, 0x32333627, 0x06171617, 0x82d88237, 0x010e2e09, 0x16372607, 0x27061617, 0x0e262726, 0x23098201, 0x07141617, - 0x06200d83, 0x34200583, 0x3e242682, 0x07012e01, 0x26200d82, 0x36200b82, 0x1382e782, 0x06071633, 0x33161415, 0x35013e32, 0x36262734, 0x14151617, - 0x08106207, 0x20014e08, 0x09141c19, 0x09275627, 0x25951c14, 0x0c0b032c, 0x35060e0c, 0x0634ce06, 0x0b0b0c0f, 0x12242c03, 0x0314366b, 0x0f0e040c, - 0x1a32602b, 0x07140f2b, 0x19363d07, 0x36191414, 0x1506063e, 0x321a2b0f, 0x0e0f2b60, 0x15020c04, 0x0a1f1836, 0x08088229, 0x32460749, 0x07203721, - 0x29040c02, 0x28d11f0a, 0x1c281c1c, 0x100a5001, 0x19111119, 0xb9fe0a10, 0x032f501b, 0x192a4305, 0x05432a19, 0x1b502f03, 0x3d20e612, 0x10050706, - 0x581b1a09, 0x04091a62, 0x0c010e01, 0x19190f20, 0x820c200f, 0x0528080a, 0x58621a08, 0x11081a1b, 0x3d060705, 0x1d060e20, 0x05313f1b, 0x12140706, - 0x38214833, 0x07141222, 0x40300506, 0x8f061d1b, 0x1c216582, 0x055f4428, 0x0102b42f, 0x2000c001, 0x49003400, 0x1e370000, 0x054a5601, 0x5f013d21, - 0x162808b5, 0x34353632, 0x2627012e, 0x20821383, 0x06141727, 0x2622012b, 0x21128235, 0x1383012e, 0x011e1722, 0x2220138a, 0xac2d1485, 0x090d443a, - 0x6a45293c, 0x0a300a0e, 0x366f820e, 0x11090e08, 0xaf7a3011, 0x20070906, 0x8a060907, 0x0a090661, 0x85765307, 0x0531080e, 0x07043953, 0x0bdd0a04, - 0x3c293d64, 0x44570e09, 0x0e0e0af8, 0x1c14f80a, 0x120a141c, 0x1006030e, 0xe10e0c32, 0x077aaf06, 0x6106090a, 0x0901058b, 0x32438206, 0x53760660, - 0x07080a07, 0x0505523a, 0x07200407, 0x5803000a, 0x092a089b, 0x37001900, 0x11150000, 0xae531121, 0x75372005, 0x3421088b, 0x22be8226, 0x18322506, - 0x64086c4b, 0x332008c5, 0x42180988, 0x4025074d, 0x07600709, 0x28048409, 0x1c145001, 0x141c40fe, 0x20bf8430, 0x24058480, 0xfe100110, 0x20a482f0, - 0x212487d4, 0x2082c909, 0x1c143022, 0x200b4d78, 0x05674100, 0x94053359, 0x21332a97, 0x013d3632, 0x21232634, 0x2097a922, 0x05924801, 0x0907e022, - 0x4318999c, 0x99930876, 0xfdff073d, 0x0c02c0ff, 0x2200c001, 0x2d002900, 0x35003100, 0x43003b00, 0x16010000, 0x44050706, 0x362a05d9, 0x013e2537, - 0x22232627, 0x1086010f, 0x36013f32, 0x07163233, 0x06273736, 0x37031707, 0x013f0727, 0x37260385, 0x26371716, 0x18821727, 0x0607143d, 0x1af20107, - 0xa4fe3629, 0x0a120808, 0x0c060720, 0x060c6101, 0x09120907, 0x82081b08, 0x07213805, 0x251c0b07, 0x9d4f2e2c, 0x1015100c, 0x1fab140e, 0x1fa81f3d, - 0x82ab1f3c, 0x51350803, 0x0a2d090e, 0x0307240c, 0x0602013d, 0x77396401, 0x1004cf21, 0x061a0c36, 0x0b1a07d2, 0x04110410, 0x1a0b370f, 0x31171007, - 0x3e010738, 0xfe3d0703, 0x122712ba, 0x35038219, 0x1327121b, 0x2e0e089f, 0x0e99090d, 0x07071410, 0x00000908, 0xe3820200, 0x0002be22, 0x1d2ae382, - 0x00002a00, 0x07011e01, 0xd0820f06, 0x127c0720, 0x26710805, 0x13372627, 0x37321617, 0x3e012f36, 0x16363701, 0x2f010e17, 0x37362601, 0x2a01011e, - 0x1217222e, 0x0b396627, 0x3105050b, 0x04120886, 0x33800404, 0x0c050d04, 0x531b370c, 0x18441e84, 0x0821581f, 0x1d260422, 0x16230110, 0x13262e62, - 0x0c0c3932, 0x31040e04, 0x09060442, 0x07010a09, 0x0b050532, 0x1320380b, 0x1d100f10, 0x08220426, 0x181f5821, 0x26938244, 0xffffff0a, 0x820102c0, - 0x2b230893, 0x4b003b00, 0x5f005b00, 0x7f006f00, 0x9b008b00, 0x0000ab00, 0x011d1625, 0x23020e14, 0x3d262221, 0x823f3401, 0x09d06a97, 0xf46a3320, - 0x0717210c, 0x220ed642, 0x18062207, 0x2507cf69, 0x2634013d, 0x58182723, 0x62420812, 0x33272305, 0x9b182335, 0x1423101c, 0x85013b16, 0x012b271e, - 0x17150622, 0x07823435, 0x15824682, 0x0ffebf18, 0x01370f8f, 0x090501ff, 0x40fe060c, 0x1b01130d, 0x550c1201, 0x09090760, 0x83000107, 0xf5602505, - 0xcc02110c, 0x2009024b, 0x06d56820, 0x30070923, 0x230a8710, 0x28c0c08f, 0x20201688, 0xd8232b89, 0x8208b008, 0x89182002, 0x89302011, 0x05452f0a, - 0x0b075b05, 0x0d130509, 0xa005055b, 0xa5430f0c, 0x0f40230a, 0x5c881d0c, 0x32894720, 0x210a9e4b, 0x59182098, 0x40200afa, 0x80267c88, 0x10080810, - 0x3c887808, 0x09885720, 0x04000034, 0xb9ff0000, 0xc0010002, 0x2b001500, 0x56004000, 0xc45c0000, 0x012f2106, 0x2c08105e, 0x33362627, 0x3d262237, - 0x1f363401, 0x05fe5d01, 0x010f1426, 0x23061617, 0x83064a5e, 0x251e842b, 0x1632013b, 0xf34e0107, 0x743f2009, 0x323506ce, 0x0ac8011f, 0x1f0b1e0e, - 0x050d0563, 0x63050519, 0x100c0b21, 0x321190e0, 0x05056310, 0x630c0b19, 0x0e1e0b1f, 0x0c10700a, 0x87fefe0b, 0x83212009, 0x213c821a, 0x1985a063, - 0x2b820f88, 0x12914020, 0x68848820, 0x840c0c21, 0x83702068, 0x02012168, 0x09847282, 0x003b8488, 0xff050000, 0x02e0fffe, 0x00a00142, 0x000c0008, - 0x00190010, 0x01000043, 0x82332723, 0x061632b1, 0x37231525, 0x35231733, 0x3f262205, 0x013b3601, 0x08534807, 0x5509385f, 0x27200936, 0x0808365f, - 0x0721272c, 0x1a613002, 0x18040c63, 0xd8fe0901, 0x1ae81a7e, 0x08e0fe7e, 0x04180109, 0x011a630c, 0x090907bf, 0x09141c07, 0x09072007, 0x0684c0fe, - 0x831c1421, 0x04142c13, 0x01040002, 0x600c8020, 0x84800c08, 0x080c2400, 0x51800c60, 0xa02005e2, 0x8505b641, 0x84a02005, 0x20202135, 0x0021c282, - 0x30c38407, 0x00a10180, 0x00090005, 0x0025001c, 0x004e003f, 0x25c7825e, 0x35230706, 0xc4822333, 0x012f0522, 0x322bd183, 0x27303106, 0x07012f26, - 0x88260706, 0x061724d3, 0x4f171415, 0xc58a0976, 0x36492520, 0x36260808, 0x36171637, 0x27013e17, 0x26072726, 0x15010e27, 0x32331614, 0x191da301, - 0x7e84643d, 0x0c21011a, 0x020d630c, 0x00830118, 0x07151526, 0x27fe170b, 0xe423ec87, 0x8dd13135, 0x25073ce1, 0x5e845e34, 0x1f283444, 0x0c190213, - 0x2705030e, 0x161b053f, 0x011d2633, 0x821f1958, 0x0a4825f4, 0x02600c3e, 0x132f4a82, 0x1b0b0613, 0x60080c1f, 0x4b20800c, 0x8c364837, 0x211d3cf9, - 0x5d411e60, 0x6d26415d, 0x1628242f, 0x1b3f12d3, 0x532f0707, 0x13282105, 0x82003127, 0x260382fa, 0x01000200, 0x67330080, 0x35230a03, 0x8b231523, - 0x08d76703, 0x3b363422, 0x24095b6a, 0x1d163233, 0x05736d01, 0x40205022, 0x50250184, 0x07090907, 0x29028430, 0x300907e0, 0x00010907, 0x09820709, - 0x0284ae82, 0x16820c84, 0x82051d47, 0x54002027, 0x80380817, 0x3700c201, 0x45003e00, 0x6f006500, 0x00007900, 0x1d030e37, 0x23171401, 0x27058f5f, - 0x2627013b, 0x1f36013f, 0x36200682, 0x2205576a, 0x64013e37, 0x21650517, 0x32332708, 0x35030617, 0x32821533, 0x21055454, 0xa2831123, 0x2b352323, - 0x83cf8203, 0x066859bb, 0x2b05cb7a, 0x26332307, 0x15062223, 0x37161714, 0x0806cf7a, 0xf1363320, 0x070d120b, 0x130da909, 0x1e1d0d13, 0x0909090d, - 0x020c200e, 0x06100605, 0x1414020c, 0x08820c02, 0x0c02053f, 0x040d0620, 0x06020409, 0x09141d1e, 0xa0c01429, 0xc0e0130d, 0x130d0d13, 0x01010fc0, - 0x0809820f, 0x28041431, 0x21213720, 0x04282037, 0x181535fc, 0x03090c0c, 0x0c0c09cb, 0x04351518, 0x100b03fe, 0x11e00b15, 0x010d130f, 0x16130d60, - 0x0d0d0d09, 0x821f1709, 0x8206205e, 0x36362566, 0x06020506, 0x1f216682, 0x2d5e8217, 0x040d050d, 0xfe1d1216, 0x138060af, 0x2d828013, 0x13200125, - 0x8380600d, 0x0c270809, 0x4b2c1c0c, 0x0b1c2c4b, 0x090f300d, 0x0303080b, 0x0f090b08, 0x03000230, 0xbdfffdff, 0xc3018302, 0x3d003900, 0x59004100, - 0x262a0623, 0x27013f36, 0x26222306, 0xc36e012f, 0x17072e05, 0x0607011e, 0x3726012f, 0x011f013e, 0x05ee5b37, 0x6c660882, 0x17072705, 0x01163637, - 0x07822737, 0x07275d08, 0x07037f02, 0x060308a2, 0x27160f0d, 0x3f28010c, 0x0b14140b, 0x0c01283f, 0x0d0f1627, 0xa2080306, 0x1e060307, 0x25271610, - 0x06571614, 0x72720b17, 0x5706170b, 0x27251416, 0xfe1e1016, 0x245f139b, 0x5f2470c8, 0x4303070e, 0x1f0f0804, 0x01680906, 0x4b4b272e, 0x68012e27, - 0x0f1f0609, 0x77081682, 0x0c100703, 0x1a660906, 0x0a962857, 0x30300408, 0x960a0804, 0x661a5728, 0x010c0609, 0x40274700, 0x27402e2e, 0xff020000, - 0x02e0fffe, 0x00a00102, 0x00150011, 0x16320100, 0x020e0307, 0x2e222123, 0x26032701, 0x21053336, 0xe0012117, 0x3802130f, 0x0f1c1202, 0x1c10effe, - 0x02380311, 0x9b010f13, 0x011f8afe, 0x16a00139, 0x109bfe0e, 0x190e0e19, 0x0e650110, 0x00c04016, 0x0d2b4118, 0x73006327, 0x00009100, 0x067d5112, - 0x26340522, 0x47056a78, 0x3d230503, 0x82333701, 0x010f2219, 0x21028206, 0x04821415, 0x26066247, 0x3b36013f, 0x82143201, 0x013d2203, 0x4b0c8234, - 0x06230a34, 0x8222012b, 0x16142128, 0x1f261c82, 0x011d1601, 0x06820607, 0x36013b23, 0x85128424, 0x8226202c, 0x3e132b22, 0x22233701, 0x2b26012f, - 0xb7182701, 0x2b84094a, 0x15163225, 0x8291ce91, 0x01220802, 0x015375c0, 0x031d0203, 0x10081008, 0x03070415, 0x2802021b, 0x05140706, 0x0a160709, - 0x05020a04, 0x19820803, 0x0b1f0631, 0x04250709, 0x20040707, 0x030a0305, 0x83100407, 0x090c2906, 0x07042009, 0xc2fe0b14, 0x073f1086, 0x7d1a0309, - 0x0d195735, 0x09120508, 0x0c2b130d, 0x0b0c2011, 0x1612162b, 0x07141410, 0x84b80109, 0x53672772, 0x04021675, 0x57820814, 0x09072708, 0x01021a04, - 0x0a06020d, 0x07041408, 0x08090719, 0x08100513, 0x0b010602, 0x06050b04, 0x0905070a, 0x09040605, 0x04830a03, 0x0c09052d, 0x04210809, 0x060a911f, - 0x82040903, 0x07270880, 0xc5fe1904, 0x052d3803, 0x0b250a11, 0x1a0d1a07, 0x110e1618, 0x00060a0b, 0x00020000, 0x02600000, 0x00200100, 0x511f000f, - 0x33201085, 0x440fcf53, 0xdd710569, 0xe0012105, 0x4509e971, 0x934b05e2, 0x820a840a, 0x0002275b, 0x00c0ff20, 0x235401e0, 0x4c002005, 0x112007a1, - 0x2105d74c, 0xc54c1315, 0x200f8706, 0x8f378460, 0x83302047, 0x856e8b68, 0x255e820b, 0xfbff0200, 0xbf82bbff, 0x2b00c136, 0x00003300, 0x0f141601, - 0x020f0601, 0x07161716, 0x010e0706, 0x06270482, 0x3637022e, 0x82013e37, 0x17362604, 0x013f1716, 0x21028236, 0x464f1732, 0x012d0807, 0x2f0909f7, - 0x4c240806, 0x230d050e, 0x140d140e, 0x23180401, 0x230b536b, 0x180e2618, 0x220f0604, 0x4c151437, 0x2f05030c, 0xfe091b09, 0x05194ee3, 0x0b829920, - 0x052f2908, 0x154c0c03, 0x0f223714, 0x0e180406, 0x0b221926, 0x18236b53, 0x0e130104, 0x0d230e14, 0x254c0e05, 0x092f0607, 0x1ca9fe09, 0x002b3383, - 0xfffeff01, 0x010202df, 0x821800a4, 0x011e21a5, 0x2220a582, 0x0805ee68, 0x1f013e4b, 0x27170701, 0x16362737, 0x24da0117, 0x06d42104, 0x21d4050f, - 0x22032404, 0x601d2662, 0x22603090, 0x01226126, 0x28692576, 0xdb0505db, 0x03256928, 0x571c0723, 0x40809040, 0x23071b68, 0x05000000, 0xbcffffff, - 0xc001c201, 0x05db7500, 0x6a004022, 0x27091d51, 0x32363432, 0x22061416, 0x2b07ac59, 0x16170607, 0x07060706, 0x1617010e, 0x06310985, 0x27343526, - 0x33013e26, 0x013e3736, 0x26272627, 0x82098236, 0x1632268c, 0x14150607, 0x32118206, 0x3637012e, 0x27263637, 0x27362722, 0x013c3526, 0x82363435, - 0x011e213c, 0x06204682, 0xa4204482, 0x1c21e183, 0x20e88440, 0x390b8528, 0x08031801, 0x0b161707, 0x0905030c, 0x37070703, 0x17130932, 0x05070202, - 0x12871716, 0x0834392c, 0x0807e310, 0x09131604, 0x07823732, 0x03050930, 0x0e010b0c, 0x1014090a, 0x07393408, 0x10840307, 0x00011722, 0x1c205685, - 0xcf590682, 0xa7440805, 0x0d07333d, 0x03070201, 0x15170c14, 0x05010d06, 0x0a0b051d, 0x0805323a, 0x04070207, 0x14180b14, 0x1f060d07, 0x0d8c0904, - 0x0b3a3107, 0x051c060b, 0x15070d01, 0x04140c16, 0x2b131403, 0x01030133, 0x1f050a09, 0x03231487, 0x65000007, 0x0627060b, 0x2f00c301, 0x45003700, - 0x2b3405ad, 0x012f2201, 0x26222306, 0x0f012e27, 0x1e170601, 0x17151701, 0x0805f06b, 0x34013d71, 0x013f023e, 0x07161736, 0x0617021e, 0x26343632, - 0x01140622, 0x2e0e07fe, 0x10330d09, 0x18162e0a, 0x010c2f1d, 0x040c0309, 0x22370f03, 0x12130829, 0x10130dec, 0xca304225, 0x300e020a, 0x071c2515, - 0x0e0e147a, 0x14740e14, 0x0d09280f, 0x19200d40, 0x0c030204, 0x261d0505, 0x10520102, 0x510d131e, 0x3b55623f, 0x0a044b12, 0x16041c36, 0x82381421, - 0x140e2e2b, 0xff010000, 0x02bffffc, 0x00c00103, 0x260c821a, 0x27220603, 0x82060703, 0x330487a6, 0x36260327, 0x16322133, 0x0157ff01, 0x2e42010e, - 0x22020c02, 0x2c210483, 0x08098224, 0x1304573b, 0x0fc00110, 0xfe9a0113, 0x0106062c, 0x0606ac6c, 0x0606c585, 0x05057dbc, 0x1a0f1201, 0x00000017, - 0xff000008, 0x014002e0, 0x000600a0, 0x000f000b, 0x001d0014, 0x00300027, 0x086d8238, 0x3e211530, 0x07323301, 0x37342315, 0x23171625, 0x16333517, - 0x27340715, 0x06141533, 0x1513012b, 0x22012e23, 0x35230706, 0x06333503, 0x2223011d, 0xf4473626, 0x34610805, 0xf1fe4001, 0x0f4a7e27, 0x011e60cf, - 0xaf3f7042, 0xa01e4280, 0x0d13a404, 0x11322080, 0x113a463a, 0x04a48032, 0xf8130d80, 0x01c03850, 0x453b7e9e, 0x3d4380a0, 0xa05f1a99, 0x40433d80, - 0x0d60120e, 0x80200113, 0x1d23231d, 0x6000ff80, 0x13600e12, 0x602838ad, 0x00002860, 0xfff6ff02, 0x01c301c0, 0x20a782ca, 0x11b7441e, 0x011e2432, - 0x2721010f, 0x16013e26, 0x3637011f, 0x09077001, 0x30078c75, 0x05286501, 0xcbfe4811, 0x74400e30, 0x151e0d65, 0x05557411, 0x40070933, 0x22e20907, - 0xd0571435, 0x401b653a, 0x1419803a, 0x069f4600, 0x0002c028, 0x1300c001, 0xb3532800, 0x67aa1806, 0x83372012, 0x3e342713, 0x32013b01, 0x01831617, - 0x012b0624, 0xce581722, 0xa68a1805, 0x3205350a, 0x2b263436, 0x047f1501, 0x01062312, 0x0e11070a, 0x1f160402, 0x6e200985, 0x04221383, 0x138b0408, - 0x2e9f2008, 0x102e4242, 0x28c02838, 0x010d1338, 0x1c1c1470, 0x2e011014, 0x31231319, 0x1f0e0b07, 0x822c1f16, 0x220d8306, 0x86050805, 0x4220250e, - 0x3828425c, 0x0d263182, 0x281ca013, 0xc384601c, 0xffffff37, 0x01f101c8, 0x000c008e, 0x0022001a, 0x2500002f, 0x3e372734, 0x05325201, 0x17072326, - 0x06070616, 0x21052070, 0x28443216, 0x25290807, 0x3e352622, 0x16363701, 0x1506011f, 0x51264801, 0x2c060e03, 0x07090436, 0x030351be, 0x377c3706, - 0x51030306, 0x28032d14, 0x0867821c, 0x07e8fe24, 0x2c360409, 0x51030e06, 0x182cc026, 0x04030680, 0x07386020, 0x0680440a, 0x1e1e030d, 0x80060d03, - 0x2782200c, 0x14281c2d, 0x6038070a, 0x06030420, 0x822c1880, 0x0006289c, 0x01c8ff00, 0x84b801f0, 0x0026269b, 0x0036002e, 0x299f883e, 0x0e161716, - 0x16072301, 0xa2883732, 0x22273725, 0x86363726, 0x22162f96, 0x32363426, 0x22021416, 0x32161406, 0x5a5f3436, 0x01143206, 0x032a1e38, 0x0734060f, - 0x05070501, 0x102410b1, 0x22b2822a, 0x82224822, 0x432508b2, 0x07010a07, 0x030f0634, 0xcea71e2a, 0x91ce9191, 0x6c6c98ac, 0x1aab6c98, 0x131a1313, - 0x431323c0, 0x2a040206, 0x37368242, 0x430a0a36, 0x10040d06, 0x060d0410, 0x42070a79, 0x0602042a, 0xf8231343, 0x91233282, 0x821f01ce, 0x82028233, - 0x1a132133, 0x0026c682, 0xff200005, 0x9f5602c0, 0x000f2605, 0x00390029, 0x09834556, 0xa6860420, 0x06161322, 0x0afe4b18, 0x26222326, 0x3736013f, - 0x1621dc82, 0x0c265f17, 0x33363428, 0x1d021e07, 0x2d8e1401, 0x34013d22, 0x9a272e83, 0x34262634, 0x845a0126, 0x033f3706, 0x0e370c0f, 0x0e0a300a, - 0x020f0c37, 0x1818062e, 0x06181838, 0x6e7dfefe, 0x0c7c3408, 0x0a0e0c14, 0x500a0e08, 0x0a080e0a, 0x1813190e, 0x82400138, 0x3502873f, 0x120cf8fe, - 0x0e0e0a68, 0x0c12680a, 0x100316b9, 0xa9160310, 0xe1470709, 0x01902709, 0x880c150e, 0x02820e0a, 0x880a0e22, 0x13370282, 0x0010021b, 0xffff0300, - 0x0102bfff, 0x3b00c101, 0x43003f00, 0x44250000, 0x16280585, 0x0e071415, 0x07012f01, 0x82050e70, 0x173224ca, 0x56262737, 0x0882050a, 0xf2823420, - 0x32013b22, 0x080c9a4f, 0x3725145c, 0x27050727, 0xf7011707, 0x091b0961, 0x17110a50, 0x6b050f03, 0x1b120112, 0x020d1313, 0x056c1206, 0x302a0602, - 0x510a2629, 0x09610909, 0x090d010d, 0x1c0a3050, 0x0a0a2f0a, 0xfe095130, 0x494549dc, 0x49453201, 0x09618a44, 0x260a5109, 0x062a3029, 0x126c0502, - 0x130d0206, 0x45821b13, 0x0f056b27, 0x09111703, 0x835b8251, 0x0a302121, 0x1c2d3982, 0x0950300a, 0x4549681b, 0x49459f4a, 0x22cf8345, 0x82b8fff8, - 0x00c02fcf, 0x0036001d, 0x05000051, 0x06070616, 0x9a4b022e, 0x3e5a1805, 0x030e2907, 0x07272223, 0x14311425, 0x5505fc6b, 0x3327097d, 0x011e3132, - 0x85153007, 0x83032018, 0x05b04d18, 0x01361884, 0x07020631, 0x12628839, 0x0510041f, 0x13021c75, 0x0603131a, 0xd6820a08, 0x43011b33, 0x04200709, - 0x8a060507, 0x09090661, 0xaf7a0107, 0x2710825a, 0x03040403, 0x39530502, 0x532f1284, 0x10050f76, 0x62132004, 0x02073988, 0x841b7406, 0x050d2ed8, - 0x0306080a, 0x012b1b01, 0x07040907, 0x088e5504, 0x7aaf0622, 0x01201182, 0x3a224083, 0x4a820552, 0x06090738, 0x04000076, 0xc0ff0000, 0xc0018001, - 0x11000d00, 0x19001500, 0x58180000, 0x37250c9b, 0x15233517, 0x2d038633, 0x261a4001, 0x00ff1a26, 0x2080261a, 0x01828030, 0x26c00125, 0x8380fe1a, - 0x40012414, 0x8460a080, 0x052f4600, 0x18335389, 0x23001f00, 0x2e002a00, 0x00003500, 0x3b363411, 0x55111701, 0x352105f4, 0x2a578437, 0x012b2634, - 0x3233021d, 0x85013d36, 0x1614296a, 0x2735013b, 0x25352115, 0x22257983, 0xc01a2606, 0x29768580, 0x13a040e0, 0x0d20200d, 0x0884a013, 0x00014025, - 0x824000ff, 0x8201200e, 0xfe802283, 0x218883c0, 0x108340c0, 0x40804025, 0x85200d13, 0x4060210a, 0x40260782, 0x05000013, 0xeb82f9ff, 0xeb82c020, - 0x18000728, 0x32002800, 0xd35d4f00, 0x32122209, 0x05a44116, 0xa2832620, 0x34363236, 0x16173621, 0x22060714, 0x3626012f, 0x3216011f, 0x011f1637, - 0x26240e82, 0x22013f34, 0x16252385, 0x0622010f, 0x0b4c7c31, 0x013f3633, 0x1c287c01, 0x291c281c, 0x141c090e, 0x09090760, 0x08048207, 0x0bf6fe30, - 0x0e05050b, 0x0c440e27, 0x05440b17, 0x07063d0d, 0x1a095c1e, 0x0d300913, 0xcd0d1313, 0x5213151a, 0x0e3d0101, 0x4e131a13, 0x15150214, 0x4082c001, - 0xfe281c3c, 0x1407095c, 0x090e091c, 0x0c0c0e09, 0x0e040e04, 0x170b440e, 0xb804440c, 0x3d820809, 0x0a1a1323, 0x223082d2, 0x82531331, 0x59142139, - 0x532d4883, 0x1238144e, 0x03000011, 0xc0fffeff, 0x05ff5d02, 0x43002422, 0x6744e382, 0x83122006, 0x222323d0, 0xef5a2527, 0x27372405, 0x731f3726, - 0x162305bd, 0x82013637, 0x38e8820d, 0x17151637, 0x1f163637, 0x0e011e02, 0x26012f01, 0x2f07012f, 0x01270601, 0x08d684c4, 0x070e123c, 0x1114251a, - 0x060978fe, 0xc6091309, 0x05174b2e, 0x030d286b, 0x1988310a, 0x9afe0714, 0x0203041a, 0x150b2303, 0x301d523e, 0x0c341107, 0x0c190c09, 0x0706123a, - 0x132f7320, 0xa7490118, 0xfe3b0805, 0x07140e87, 0x04cb081a, 0x05061213, 0x174b4566, 0x0c28351f, 0x464a0e23, 0x0107140b, 0x04041761, 0x15060102, - 0x201f180b, 0x33161d0c, 0x1819061a, 0x091d0609, 0x390d1313, 0x420c1118, 0x022b06af, 0x00c00140, 0x002e0007, 0x8a4e0042, 0x163222dd, 0x05584215, - 0x3b36342b, 0x26301301, 0x3f362635, 0x23d28201, 0x33011f16, 0x0f201b83, 0x36230682, 0x76370734, 0x262705f1, 0x0706010f, 0x82373303, 0x3307241d, - 0x77222337, 0x01210712, 0x31e98464, 0x2a0e149e, 0x0a20fe1e, 0x2b0a0e0e, 0x03080236, 0xd376280a, 0x2c260805, 0x1a14130d, 0xec0e0a46, 0x0f155519, - 0x0d0f250a, 0x0606270c, 0x0c3e1834, 0xcf2b1612, 0x0d1e2119, 0x0f3d2014, 0xed88050c, 0x0a0ea42c, 0x140e2a1e, 0x010f010e, 0xe2760a01, 0x0d132808, - 0x0eb20816, 0x77512214, 0x042a0800, 0x84fbfe02, 0x5b0d0a12, 0x21771bb0, 0x004c2a05, 0xff000002, 0x018302e0, 0x05d153a0, 0x07162525, 0x5623010e, - 0x36290575, 0x36322133, 0x012f3435, 0x22e18226, 0x42352517, 0x1e240691, 0x021e1703, 0x82052d56, 0x061423f1, 0x03831523, 0x35233408, 0x35231523, - 0x6502012e, 0x2c02021d, 0x07fcfd1e, 0x02070909, 0x090e0b07, 0x0a0a0c0a, 0xc5fd0c0a, 0x0d13130d, 0x22261315, 0x0f09181f, 0x15203d2f, 0x8360261a, - 0x382a0812, 0x40c04028, 0x1761362a, 0x09271d26, 0x09071007, 0x080b0b0e, 0x0c0d0a07, 0x80770a0d, 0x09131a13, 0x111f1710, 0x26172c1d, 0x0d82401a, - 0x38286029, 0x34303030, 0x8200450b, 0xff042200, 0x20bb82fe, 0x24bb8200, 0x00360014, 0x066b6857, 0x222d8d82, 0x22230627, 0x3e262726, 0x35263702, - 0x9b451834, 0x34352122, 0x2005784f, 0x20068327, 0x07f34f06, 0x32161726, 0x1415013f, 0x3320eb82, 0x18060841, 0x1819de45, 0x2a08aa74, 0x02010402, - 0x061c1107, 0x18128039, 0x2011b045, 0x25e182cc, 0x1212040a, 0xe8820a04, 0x08100827, 0x020a0219, 0x20078219, 0x312b9230, 0xac7aa001, 0x0333137a, - 0x15070502, 0x4a391631, 0x45189656, 0x11220cba, 0x6882130b, 0x08333b82, 0x09090768, 0x09092323, 0x08086807, 0x04043844, 0x95084438, 0x82002029, - 0x05b74300, 0xc3010228, 0x45000700, 0x5c185100, 0x0f280ec9, 0x17070601, 0x1e363716, 0x062e0782, 0x25272223, 0x3e262726, 0x16171601, 0x0982011f, - 0x013f3625, 0x773f3435, 0x1582054b, 0x82021f21, 0x011e2216, 0x24288207, 0x14152707, 0x213c8406, 0xc5433726, 0x13460806, 0x19344254, 0x0e041507, - 0x090e105a, 0x09070813, 0x0f0f1311, 0x102193fe, 0x13120704, 0x260f0704, 0x0c050206, 0x2a234a0d, 0x1d091311, 0x19180906, 0x193f1a06, 0x040b6f15, - 0x0b100a08, 0x0f123c99, 0xaa060255, 0xd0430205, 0x3fb62b06, 0x1e13271e, 0x22060f66, 0x40840705, 0x05083408, 0x09210c85, 0x09070912, 0x060e050f, - 0x04170d07, 0x11283519, 0x12060615, 0x0b1a0b3a, 0x15340c08, 0x08531008, 0x2d0d0a1b, 0x1910142d, 0x01011c05, 0x820a0a3d, 0xff073aed, 0x02c0ffff, - 0x00c10102, 0x005c0054, 0x006c0064, 0x007f0074, 0x01000087, 0x25c08216, 0x15141614, 0x9b4e0714, 0x012b2405, 0x822e2722, 0x26372cf0, 0x27373035, - 0x013f022e, 0x821f013e, 0x023e220f, 0x052b7c3b, 0x17153123, 0x231c8236, 0x16323634, 0x37223484, 0xfe513430, 0x36372409, 0x4d241716, 0x1220069e, - 0x200eac6a, 0x2a0f8636, 0x34353637, 0x15062226, 0x87171614, 0x01300812, 0x060502ff, 0x21040187, 0x25230908, 0x12631510, 0x2c26210d, 0x04870104, - 0x06010105, 0x1c060c03, 0x03060403, 0x38090710, 0x38160d09, 0x0d163850, 0x07200982, 0x1c2b0f82, 0xfe020d06, 0x09090ee0, 0x8429090e, 0x88088205, - 0x10102102, 0x08220a82, 0x18841d04, 0x28014908, 0x37030c06, 0x02040501, 0x2d22100d, 0x0c19512e, 0x28431508, 0x0d102c3f, 0x0702370c, 0x060e0408, - 0x1d0c0205, 0x02050504, 0x012e0709, 0x0c0f1701, 0x3828211b, 0x1a222838, 0x01170f0c, 0x09072e01, 0x0c1d0709, 0x2a060502, 0xfe215f84, 0x200684e7, - 0x22058a37, 0x8309174f, 0x10042324, 0x15843206, 0x00070022, 0x0fff4518, 0x60005b24, 0x81736c00, 0x50362009, 0x34200525, 0x0520078f, 0x23088077, - 0x23013d26, 0x24077945, 0x013e3435, 0x6b7d1837, 0x1d162a0c, 0x34353301, 0x3236013f, 0x0584511f, 0x14011d2a, 0x33171501, 0x36321327, 0x2905535d, - 0x6e331614, 0x140e0e14, 0x05905e0e, 0x07012208, 0x16050524, 0x25050d05, 0x420b2b29, 0x2e00ff2e, 0x131d1042, 0x1c10141c, 0x0c209014, 0x2940054f, - 0x301c8225, 0x24050516, 0x4080fe17, 0x143a447a, 0xff141c1c, 0x20058300, 0x93508248, 0x87232002, 0x3a2a3a31, 0x2e191713, 0x162e4242, 0x5b091e28, - 0x14701c14, 0x0cb71d1c, 0x3a13330d, 0x2d74872a, 0x20662016, 0x40605301, 0x1c80fea0, 0x02821c28, 0x93450020, 0x80012b05, 0x1300a001, 0x00001f00, - 0xce823201, 0x15012b29, 0x22012b14, 0x8223013d, 0x33342203, 0x21138325, 0x0b842123, 0x0c740126, 0x380c8c0c, 0x0c2a0382, 0x0c0c6801, 0x0c0c98fe, - 0x0f822001, 0x0c0ce423, 0x200682e4, 0x82038280, 0x08835e02, 0xc0018028, 0x31002500, 0x59823900, 0x16152327, 0x07061415, 0x055c5017, 0x2e013f27, - 0x37343501, 0x069e5935, 0x675c3320, 0x15052106, 0x8206df54, 0x3753187f, 0x10703708, 0x16282f20, 0xc0101304, 0x16041310, 0x10202f28, 0x07090907, - 0x05826001, 0x08d9fe24, 0x02820830, 0x5274363a, 0x01527452, 0x13109d90, 0x471a5432, 0x0f1a1a0f, 0x32541a47, 0x099d1013, 0x26082867, 0x08081018, - 0x4cd00810, 0x042c05ca, 0xbfffffff, 0xc5010502, 0x2f001500, 0x412a9f82, 0x16250000, 0x06010f14, 0x99822f22, 0x2327373a, 0x15173727, 0x17163617, - 0x27072227, 0x013e3726, 0x0f011e17, 0x37011f01, 0x16231282, 0x82060706, 0x06072214, 0x063f4917, 0x08081b51, 0x0b0bf542, 0x0b1f0a35, 0x0b081175, - 0x40603e6b, 0x30146b80, 0x0c0d3411, 0x1b2a0152, 0x03072549, 0x440b4a05, 0x020d054b, 0x131b1409, 0x941f1319, 0x137c0c07, 0x98132535, 0x0e0e1475, - 0x0b340e14, 0x0b350b1e, 0x2d083c82, 0x806b1430, 0x6b3e6040, 0x3611080b, 0x2b3d5203, 0x0209141b, 0x444b040e, 0x03054a0b, 0x1b4a2407, 0x1f130b12, - 0x7b201f52, 0x13352513, 0x3982de99, 0x00140e22, 0x24056373, 0x00c00102, 0x085b5f07, 0x71453d20, 0x16322309, 0x98180f06, 0x0732139d, 0x27222322, - 0x25373626, 0x23350136, 0x33152515, 0x26822b35, 0x4e220221, 0x0132056e, 0x13131a2d, 0x03be131a, 0xb0e40706, 0x0d13130d, 0x058380fe, 0x02dcb035, - 0x02030c02, 0xe0010607, 0x60befe06, 0x80600001, 0x84636060, 0x8001212a, 0x13292f82, 0x020c0d1a, 0x0d135c3c, 0x822d83e0, 0x3b532a04, 0x010c060c, - 0xa7fe0280, 0x21008460, 0x25842001, 0x00229e82, 0xdf790002, 0x000e2507, 0x0100001f, 0x200ddd5a, 0x08dd5a13, 0xdd5a0220, 0x44380805, 0xba834834, - 0x39495f83, 0x240a1b2a, 0x06061513, 0x1b075c3a, 0x384b121c, 0x308d012b, 0x875f2b8c, 0xa0365f87, 0x203a3544, 0x591ac7fe, 0x430b0927, 0x28200875, - 0x45381328, 0xff336b84, 0x02c0ffff, 0x00c00141, 0x0058002c, 0x030e3700, 0x83070607, 0x373626fd, 0x37363730, 0x06c9633e, 0x06011f2b, 0x07050e07, - 0x1625020e, 0x20208206, 0x21038222, 0x0482040e, 0x22230624, 0x2682012f, 0x3e370426, 0x053e3702, 0x2d083182, 0x18160ddb, 0x23350d0e, 0x0a010924, - 0x45023724, 0x1203041c, 0x33232010, 0x080e1b1e, 0x25090d0a, 0x16132e1e, 0x0a1a2526, 0x17080707, 0x24844c01, 0x45010129, 0x2007061c, 0x88284325, - 0x0c0c2623, 0x0c171116, 0x08268212, 0x17090633, 0x11142120, 0x0d702335, 0x04070c12, 0x0a232114, 0x151e081b, 0x0b4a1701, 0x27182408, 0x0a0b1f1c, - 0x2509060a, 0x0a07121c, 0x1526251a, 0x21131213, 0x252187d8, 0x2736120f, 0x1f860f2f, 0x0b050426, 0x130b130b, 0x21252285, 0x14060916, 0x08934321, - 0xff82c020, 0x32001624, 0x62183a00, 0x052318f1, 0x483b1415, 0x3d22058b, 0x96683301, 0x2b342706, 0x011d2201, 0x62182223, 0xfe2518d6, 0x083808d0, - 0x86038230, 0x18ed2006, 0x2017b562, 0x30248a8e, 0xe0fe3808, 0x121c1240, 0x00010000, 0x02c0ff00, 0x209b8240, 0x260c8218, 0x15021e32, 0x4d230614, - 0x2f080757, 0x022e2211, 0x01363435, 0x486f4120, 0x151d2328, 0x0f88fe0f, 0x10180f15, 0xc001a109, 0x1d3b321f, 0x00ff1f18, 0x0d13130d, 0x0f090001, - 0x6b3e0b14, 0x6b4aeb82, 0x01002505, 0x000900a1, 0x35215e82, 0x064a4b21, 0x1e01353d, 0x25211501, 0x02303336, 0xfe0d1300, 0x01130d40, 0xfe7b592c, - 0x08170100, 0x84a0a00c, 0x05a02b44, 0x07d95a81, 0x03000000, 0x9384ffff, 0x1000c126, 0x48002c00, 0x17239782, 0x8633011e, 0x013d2948, 0x05353632, - 0x012b3435, 0x22230383, 0x8223011d, 0x0b374103, 0x15163722, 0x22059f67, 0x6226012f, 0x352608cd, 0x36253734, 0x47181732, 0xfe270729, 0x01090760, - 0x413b0104, 0xbb2d0d3a, 0x05150405, 0xe5040707, 0xe5050c05, 0x35088204, 0x01050416, 0x0c1e0c00, 0x01c14d01, 0x0907b902, 0x02b90709, 0x47414401, - 0x0594290c, 0x18050607, 0x04ca0405, 0x08820282, 0x05070625, 0x450a0ae2, 0x023106df, 0x00a00100, 0x00320016, 0x16321200, 0x22230614, 0x397f1831, - 0x32c69a0e, 0x9696d496, 0x3337016a, 0x02084c41, 0x061c1104, 0x8d600139, 0xf27e18ad, 0x15032709, 0x493a1631, 0x988c6e56, 0x47410020, 0x82bf2005, - 0x00c02783, 0x0025000f, 0xbd58002e, 0x68222006, 0x362a05c8, 0x37011f32, 0x0f060717, 0x11850602, 0x3f360228, 0x17071701, 0x13822737, 0x36370124, - 0x3247fb01, 0x05b52e05, 0x0e041705, 0x2d370204, 0x781b136e, 0x05274766, 0x071b6631, 0x372d6e13, 0x0a440a0d, 0x50130206, 0x82060109, 0x05172322, - 0x1e85b505, 0x2c83f720, 0x661b0722, 0x66224185, 0x2c831b78, 0x2c837b20, 0x13500924, 0x00820002, 0xf4ff0422, 0x0827a818, 0x15432a20, 0x011e2306, - 0xa818010f, 0x04201d2d, 0x18065549, 0x220f26a5, 0x1825d801, 0x260745a8, 0x2019371d, 0x18332646, 0x211145a8, 0x4f18fefe, 0x40490a65, 0x0cfc3305, - 0x0f1f1243, 0x1a223e1c, 0x07132916, 0x1f34090f, 0xa8181a39, 0x53210e58, 0x20358313, 0x20058473, 0x05ea486d, 0x29053343, 0xc0018001, 0x00000b00, - 0x3a453212, 0x628f3209, 0xa070325d, 0xc0013270, 0x50379475, 0x37507070, 0x23ea8294, 0x00000600, 0x2f06c34c, 0x001b000b, 0x002f0027, 0x003f0037, - 0x16322500, 0x2007664e, 0x064b6133, 0x2c08954d, 0x37262237, 0x1632013e, 0x23061617, 0xff431826, 0x8606200e, 0xd001270f, 0x141c1c14, 0x058360fe, - 0x07b0013a, 0xfe1a2609, 0x09261aa0, 0x181a1b07, 0x967e1f0f, 0x180f1f7e, 0x090e3e1a, 0x8920b482, 0x1350058a, 0x801c3505, 0x1a100709, 0x101a2626, - 0x34a00907, 0x42423218, 0x70341832, 0x2920df84, 0x17200584, 0x00200584, 0x2028eb82, 0xe001c0ff, 0x3e00c101, 0xd950b182, 0x012f2a05, 0x34013d26, - 0x1415013f, 0x28078232, 0x3733033e, 0x1d011e36, 0x230d8401, 0x31323336, 0x33080c89, 0x031e011f, 0x1e17011d, 0x42e00102, 0x212ed72e, 0x1b150b1f, - 0x08050310, 0x081f050a, 0x1c100a10, 0x1b140114, 0x270d1510, 0x03070805, 0x070d0824, 0x422e5383, 0x0f282482, 0x0f0a174a, 0x9308084c, 0x24081782, - 0x01060506, 0x20070c06, 0x14c80808, 0x141d011c, 0x200808c6, 0x07020f0b, 0x08060401, 0x02093204, 0x0200100a, 0x27008200, 0x80010002, 0x23001300, - 0x2125a583, 0x37363435, 0x4b048217, 0x372205c5, 0x5671011e, 0x41062005, 0x012f085f, 0x4240fee0, 0x07092935, 0x29090760, 0x5c104235, 0x40260a69, - 0x16613b40, 0x11837052, 0x16527024, 0x315c9b61, 0x82002009, 0x00083b00, 0x02c0ff00, 0x00c00181, 0x001f0007, 0x004a003e, 0x00720056, 0x008a007e, - 0xbd472400, 0x32072306, 0xa8531516, 0x35262206, 0x28858230, 0x16173233, 0x07363732, 0x20168306, 0x77df1817, 0x269f8808, 0x1d163233, 0x65070601, - 0x3d210a8f, 0x0b9b6501, 0x210f0b46, 0xef44011d, 0x65e38207, 0x338b08c3, 0x08022d08, 0x50383850, 0x422e3038, 0x14e0141c, 0x042e421c, 0x142a1403, - 0x102ac203, 0x0907e0fe, 0x13200d13, 0x130da00d, 0x0c130d20, 0x0c280cc4, 0x30260288, 0x1a06061a, 0x03821406, 0x50200684, 0x08821888, 0x4f828020, - 0x50382708, 0x012e4258, 0x131c1c13, 0x01422e01, 0x0a010707, 0x1a013c2a, 0x01070915, 0x40130d70, 0x0d13130d, 0xd90d1340, 0x52843407, 0x05848c20, - 0x4f8a8620, 0xf4061a22, 0x2c08198a, 0xff040000, 0x02befffe, 0x00c20102, 0x0037000d, 0x004b0041, 0x14160000, 0x23060107, 0x34352622, 0x17360137, - 0x22263436, 0x0e070607, 0x2a028901, 0x14060706, 0x36373216, 0x89013e37, 0x362c0802, 0x012e2705, 0x1636013f, 0x011e031f, 0x2606010f, 0xd101012f, - 0xa0fe172f, 0x2f212218, 0x18600118, 0x0d090428, 0x20170c05, 0x18040627, 0x14200587, 0xfe2b1392, 0x02130b7c, 0x3311d011, 0x889f0b13, 0xc0012409, - 0x8218422f, 0x212f224b, 0x2c4b8222, 0x0d057717, 0x040c050a, 0x17202706, 0x20058718, 0x23139213, 0x33130bb8, 0x02204a82, 0x09864a84, 0x0002002d, - 0x01bfff20, 0x00c101a0, 0x7e1b0015, 0xb8620a67, 0x16322e07, 0x03071415, 0x06072127, 0x14700122, 0x3589181c, 0x54012c08, 0xac015478, 0x63000163, - 0x58012809, 0x1c2f05e9, 0x553b0908, 0x08093b55, 0xceceb2fe, 0x55000012, 0x02230583, 0x82c00180, 0x00252e59, 0x00410029, 0x3d223700, 0x013b3401, - 0x23038235, 0x33011d32, 0x220c654c, 0x18211125, 0x440a8597, 0x3b2a0e81, 0x3b161401, 0x37363201, 0x764608e8, 0x20012e0b, 0x141c00fe, 0x1c14a001, - 0x0180fe40, 0x979718f0, 0x48e02010, 0x08260b8a, 0xb0feb038, 0xc5825001, 0x01dcfe26, 0x6000ff00, 0x23097344, 0x0f11150b, 0x002caf83, 0x01000200, - 0x000f0080, 0x00230019, 0x18059d64, 0x210c14b7, 0xd9683513, 0x37332a06, 0x2b263435, 0x32331501, 0x21098336, 0x01692123, 0x21332905, 0xc0013632, - 0x1a26261a, 0x26053e56, 0x09075060, 0x7ad00709, 0xa02d05b1, 0xc0fe0d13, 0x0d13130d, 0x130d4001, 0x06fa5501, 0x011a2627, 0xfe261a00, 0x056868d0, - 0x07101026, 0x87093009, 0x8205bb42, 0x05174b2a, 0xc02a9382, 0x30001500, 0x33250000, 0x72180e17, 0x3e37072c, 0x37173705, 0x07141516, 0x27352327, - 0x17323336, 0x35262736, 0x83013f34, 0x1e4e080a, 0x4b010601, 0x4b13256b, 0x174c8f6a, 0x1d172121, 0x181d2431, 0x350b1814, 0x36063283, 0x28244b59, - 0x14151c1e, 0x02170302, 0x0a030403, 0x27b9040c, 0x29404722, 0x14212e21, 0x2d322b23, 0x26180e2c, 0x1611442e, 0x17224e39, 0x021d2b0c, 0x28830303, - 0x37240d22, 0x27083f74, 0x00c10101, 0x001e0011, 0x3005bf5a, 0x021e1300, 0x010e1617, 0x022e010f, 0x023e3727, 0x200e8207, 0x06344305, 0x7b076450, - 0x24080f34, 0x629a5a9f, 0x0b06010b, 0x52043908, 0x020f5d8f, 0x58330f0a, 0xfe034b86, 0x06020385, 0x1a72010a, 0x131a1313, 0x20058443, 0x3e05847b, - 0x5f09c001, 0x0f085999, 0x5d10020b, 0x3902508e, 0x71060c07, 0x56854a01, 0x060a0169, 0x824c0202, 0x1a13222d, 0x20058485, 0x08534c7b, 0x00000326, - 0xc001c0ff, 0x0923ab82, 0x82001f00, 0x03172bbd, 0x010e0321, 0x2622012b, 0xdf180637, 0x33280b8b, 0x012f3632, 0x37072226, 0x080dad75, 0x37013b2c, - 0x32013b36, 0x1535011f, 0x01158001, 0x13f6131c, 0x0807451c, 0x0709390b, 0x39090720, 0x5a07080b, 0xdb040e04, 0x07090907, 0x058360fe, 0x07097832, - 0x070f720f, 0x53011309, 0x1a13adfe, 0x1508c31a, 0x2505b745, 0x055e0815, 0xb945a505, 0x0d132309, 0x9f6d130d, 0x00c12109, 0x376e9f87, 0x229fac09, - 0x43800120, 0x5b200598, 0x10289da3, 0xb0fe5001, 0xc11c1c14, 0xbf439d9d, 0xc0012706, 0x0e00c001, 0x0b5e1e00, 0x05756805, 0x75212321, 0x172205fb, - 0x79472236, 0x32362805, 0x1d16011f, 0x4c271401, 0x23081a31, 0x16141507, 0x013d3632, 0x4b363f01, 0xb4fe1822, 0x364b2218, 0x4b6a355f, 0x180a5515, - 0xa815550a, 0x10051605, 0x06860382, 0x422f283e, 0x4e02802f, 0x22221836, 0x024e3618, 0x354b6f5f, 0x2008166e, 0x08200404, 0x9d356e16, 0x0538298a, - 0x21105d16, 0x10212f2f, 0x00000100, 0x8002e0ff, 0x2d00a001, 0x23050000, 0x1121a382, 0x05214823, 0x4606ff6a, 0x152106e1, 0x09726f11, 0x2b061423, - 0x2f238201, 0x0f98dc01, 0x0f156015, 0x0909078c, 0x0f157007, 0x202c0d8c, 0x5c010f15, 0x09150f9c, 0x09072007, 0x15230782, 0x8aa4fe0f, 0x0600210e, - 0x490a6b52, 0x4720074d, 0x180ee554, 0x250d9855, 0x1f323336, 0x2e5f3301, 0x16222105, 0x180e7d77, 0x200f254a, 0x056f6201, 0x29342508, 0x130e2a3b, - 0x0e52131a, 0x0c09700b, 0x3547090b, 0x0d13130d, 0x6a360b40, 0x4b6a4b4b, 0x26263466, 0x8bfe2634, 0xc6540c8a, 0x21952606, 0x110a1b32, 0x292c8380, - 0x110a366f, 0x0860090f, 0x47823907, 0x35822020, 0x756a4b22, 0x26223582, 0x0b8a9a34, 0x19000021, 0x260ba719, 0x00170013, 0x5b1f001b, 0x34270e3d, - 0x23053336, 0x82273315, 0x33072403, 0x82172335, 0xa0012103, 0x25091850, 0x80806001, 0x008380c0, 0x01210582, 0x072f50a0, 0x84820120, 0x15824020, - 0x80211482, 0x24008200, 0xff000015, 0x3f7418e0, 0x4f21080c, 0x6f005f00, 0x8f007f00, 0xaf009f00, 0xcf00bf00, 0xef00df00, 0x0f01ff00, 0x2f011f01, - 0x4f013f01, 0x07016d00, 0x09f75118, 0x0de05e18, 0x60056149, 0x21200a82, 0xa1791f8d, 0x8f2f8f0f, 0x1833200f, 0x2308364a, 0x013d2622, 0x0f8ff782, - 0x5f8e0720, 0x03201f8f, 0x13201f8e, 0x6f8f0f8d, 0x894b0f8f, 0x8fef8707, 0x8e9fa0bf, 0x205f908f, 0x08395ff0, 0x09928020, 0x9200ff21, 0x20289314, - 0x89278820, 0x92a02009, 0xa6402013, 0x93fe204f, 0x8964933c, 0x20968913, 0x096945e0, 0xc020099d, 0x60201e9d, 0x298a1e89, 0xfe200a95, 0x0121748a, - 0x95579d80, 0x8a6d9541, 0x22548915, 0x43080000, 0x8420163b, 0x21102143, 0x71422333, 0x1041421d, 0x42069b4c, 0xc1421871, 0x223f870e, 0x43112123, - 0x35240576, 0x33363411, 0x41095642, 0xe02009f1, 0x4112fb41, 0x1d841dd2, 0x8490fe21, 0x0d1322f8, 0x28554120, 0x8a0a3441, 0x8a01200a, 0x21168540, - 0x928390fe, 0x0d900124, 0x00820013, 0xffff0222, 0x2406e361, 0x002c0024, 0x05ee4e00, 0x16012f3f, 0x010e1415, 0x3f260607, 0x22230601, 0x36262726, - 0x3526011f, 0x36373634, 0x36010f16, 0x06015006, 0x3d610132, 0x0b01085a, 0x250d7b08, 0x0c082741, 0x2a230c01, 0x51211087, 0x200f843c, 0x05c74844, - 0x0e864020, 0x45282a24, 0x3084052d, 0x2f871087, 0xc048a020, 0xff053407, 0x02c0fffe, 0x00c20102, 0x002b0012, 0x00490033, 0x62000067, 0x1621055c, - 0x06727b1f, 0x06010f29, 0x1e321722, 0x44011d01, 0xb74809f3, 0x219c8708, 0xaa823225, 0x82220621, 0x23c082c1, 0x3b36013f, 0x0f22da82, 0x0a721301, - 0x26222a05, 0x32333634, 0x15073517, 0x85228214, 0x08dd820b, 0x1561754d, 0x35151802, 0x130a0a13, 0x02181535, 0x0e046115, 0x070d078c, 0x0bea0b10, - 0x300b1010, 0x48130707, 0x5b080613, 0x2c1e1e2c, 0x0897011e, 0x045c0407, 0x1802080d, 0x0108063e, 0x4c0b0111, 0x16020806, 0x26140e27, 0x1b252535, - 0x86700808, 0x0b0f3407, 0x3e1663e5, 0x13051214, 0x05130b0b, 0x163e1412, 0x82600563, 0x838a2055, 0x24048253, 0x0e12120e, 0x3f508294, 0x0b562c1e, - 0x08058b05, 0x05075305, 0x0508096b, 0x02600133, 0x14900f13, 0x1c281c1c, 0x6c123002, 0x6b240885, 0x0002120c, 0x012b0082, 0xc0ff0000, 0xc1010002, - 0x18001e00, 0x2207fb89, 0x4b002223, 0x1f29060b, 0x14151601, 0x1716010f, 0x08e68337, 0x0ff10135, 0x13041801, 0x13f0fec0, 0x10030268, 0x09023006, - 0x3179383c, 0x04050b08, 0x03100656, 0x01136802, 0x0413c010, 0x700f0118, 0x080b0504, 0x3c387931, 0x59000209, 0xc026071f, 0x0f00a001, 0x0d472e00, - 0x34012d11, 0x012f3435, 0x0f222326, 0x37272601, 0x2305c15e, 0x07232223, 0x2005d479, 0xd67a1837, 0x5001380b, 0x03034609, 0x4b1f0507, 0x01052623, - 0x020a041e, 0xaa0c4101, 0x18030c78, 0x370ece7a, 0x0a0201cd, 0x05011e04, 0x1f4b2326, 0x03030705, 0x030f0946, 0x0caa780c, 0x3405fb43, 0x018002c0, - 0x001000c0, 0x0028001c, 0x00400034, 0x00580050, 0x2997885f, 0x2311012b, 0x34352315, 0x914f3336, 0x4f05200b, 0xa94f16d1, 0x3207220b, 0x0cf04c16, - 0xdc511620, 0x35053506, 0x07270727, 0x0d600215, 0x800d1313, 0x0d13a0c0, 0x091e0948, 0x01210282, 0x8b078560, 0x48a82005, 0x4d20090a, 0x2605f542, - 0x20806000, 0x4dc00140, 0x01220500, 0x46824040, 0x3e846720, 0x0584c720, 0x058a7120, 0x24823020, 0x4083e020, 0x0d20012b, 0x1a134013, 0xcd1a1313, - 0x213e8360, 0xbb560020, 0x22fb8407, 0x523b0013, 0xfb4206b5, 0x0717230e, 0x72551605, 0x01272106, 0x2407114d, 0x3435011f, 0x075d5a36, 0x2705da44, - 0x37270723, 0x50011523, 0x08357c18, 0x431b202e, 0x06350109, 0x08051403, 0xb3fd0405, 0x73230886, 0x46010709, 0x7624078c, 0x76204331, 0x230a4544, - 0x2a1c3450, 0x05252c82, 0x01030619, 0x210886c7, 0x50832c59, 0x04836020, 0x3494203a, 0x00001d60, 0xfffdff04, 0x01c001df, 0x001500a0, 0x004f0035, - 0x37000052, 0x27059143, 0x3626012f, 0x3411013b, 0x32230482, 0x75111516, 0x3f2005c7, 0x0a197718, 0xdb821620, 0x33010f22, 0x2105c145, 0xca631723, - 0x012f2406, 0x83060723, 0x663520c4, 0x1735065e, 0xb0273307, 0x5008080b, 0x50040e04, 0x300b0808, 0x07200709, 0x20b58209, 0xe2ff190b, 0x011f290f, - 0x0c190709, 0x04470503, 0x1fe2ff19, 0x07098026, 0x460a0e12, 0x0a8a4984, 0x0302eb31, 0x0d0b0907, 0x07090b0d, 0x0ba00203, 0x9330650b, 0x221323df, - 0x1a5d3f26, 0x46a78205, 0x17210817, 0x052e4c22, 0x84088b75, 0x20dfa6d7, 0x20df9010, 0xa88882e0, 0x200132df, 0x05600714, 0x14076005, 0x0907d0fe, - 0x30010709, 0x25e0a840, 0x05000000, 0x3355fdff, 0x000f2b06, 0x002f001f, 0x0055003f, 0xcf841300, 0x53493620, 0x07232107, 0xe5530f8e, 0x8e35200f, - 0x4221201f, 0xf0201405, 0x407b9e83, 0x18072008, 0x4909d57e, 0x0720058c, 0xc020bc82, 0xff210483, 0x10114100, 0x4f700120, 0x0a6f4815, 0x2405ae76, - 0x07200709, 0x070f4109, 0x83300121, 0xd0fe214d, 0x2520e3d5, 0xa7140942, 0x60fe21e3, 0xc020e3bd, 0x200ff441, 0x2e008200, 0xfffdff04, 0x01b101e0, - 0x001500a8, 0x434a0035, 0x5178198f, 0x07b74108, 0x22233522, 0x41055044, 0x032005f2, 0x2d054147, 0x2f260607, 0x36372601, 0x37012e37, 0x0b58013e, - 0x118f4307, 0x44100121, 0x10200819, 0x023f0a82, 0x300a0410, 0x28360907, 0x062c2a3e, 0x050a020d, 0x24090c0d, 0x1d060a2b, 0x0c0c1022, 0x41600c10, - 0xba410f9f, 0x3d0a820a, 0x09200304, 0x01700709, 0x27310b7d, 0x133e330b, 0x14060602, 0x0805050f, 0x14263d04, 0x3f825c1d, 0x82100c21, 0x920020ea, - 0x171322eb, 0x0b944316, 0x20051248, 0x055f6232, 0xebb31882, 0x74446b20, 0x41302009, 0x012105b0, 0x21ebab29, 0x97439b01, 0x20f7830a, 0x0a414bfe, - 0x0637eca8, 0xbfff0000, 0xc0014102, 0x1e001600, 0x40002600, 0x58004300, 0x43250000, 0x17340975, 0x07141514, 0x15141516, 0x2723010e, 0x36323315, - 0x07232634, 0x27200786, 0x23185d45, 0x05273307, 0x21071360, 0xd7443426, 0x36372305, 0xcf411732, 0x204b3005, 0x19090332, 0x33213202, 0x0e0e0a28, - 0x8338280a, 0x44d52105, 0x08056745, 0x0c580c3c, 0x07190c03, 0x07440109, 0x3b171a17, 0xcb01172e, 0x04d00505, 0x0570040e, 0x0d052d05, 0x04983705, - 0x09c0050d, 0x0907e007, 0x04031f2a, 0x23171214, 0x2b200302, 0x140e30c8, 0x0483600e, 0x02d68232, 0x0c090702, 0x090c2424, 0xd6020207, 0xc9459016, - 0xd0233682, 0x82700505, 0x052d2706, 0x05983805, 0x00820005, 0xffff032e, 0x80022000, 0x13004001, 0x23001b00, 0x2306ff69, 0x26222123, 0x25062b64, - 0x34352633, 0x9c421404, 0xdaad1805, 0x78b43708, 0xfe3c5454, 0x54543ca0, 0x70185478, 0x2fe0fe18, 0x422f2f42, 0x05836001, 0x40012f22, 0x542a1582, - 0x3b555577, 0x2c24242c, 0x14841b3c, 0x2184a020, 0x02000023, 0x056b5100, 0x0d00802c, 0x00003500, 0x27220625, 0x57583336, 0x28068305, 0x0e071415, - 0x032e2204, 0x06fc7827, 0x33061e26, 0x37033e32, 0x49082282, 0xc647ea01, 0x123b2747, 0x0f280f13, 0xb63b1213, 0x0e030107, 0x88744234, 0x0e344274, - 0x07090103, 0x08020506, 0x3734211d, 0x6436274b, 0x0411373f, 0x97050605, 0x0ee91717, 0xc40e0c0c, 0x03030904, 0x35441e07, 0x44352b2b, 0x0b82071e, - 0x0204092f, 0x15111307, 0x18130a0f, 0x04040d1f, 0x2b978200, 0xe0fffbff, 0x81018002, 0x2d000f00, 0x17339782, 0x2133031e, 0x37262722, 0x3233013e, - 0x15031e05, 0x82230614, 0x012f2597, 0x07222326, 0x3f211482, 0x08938201, 0x01171653, 0x2d216205, 0xfd263c39, 0x0e0e16de, 0x3a5a0f05, 0x29160135, - 0x1c0e1d3d, 0x24311d14, 0x62191e2b, 0x10044036, 0x141c0306, 0x180706bf, 0x559d0423, 0x0c1f211c, 0x461a1515, 0x20031156, 0x140c242c, 0x1c0e091c, - 0x2b541717, 0x1f154102, 0x1e012904, 0x2d8b8217, 0xff000003, 0x018001c0, 0x000900c0, 0x11820010, 0x7c013d21, 0x13220790, 0x6e592315, 0x35232a08, - 0x425e8001, 0xb05e4240, 0x290685b0, 0x42808060, 0xa2015e5e, 0x068220c0, 0xc0204222, 0x002b4a82, 0xff080004, 0x01f801c8, 0x820700b8, 0x001721d9, - 0x0babc118, 0x2006824c, 0x0e475202, 0x3d56d525, 0x643d563d, 0x4f2d057c, 0xce9191ce, 0x4b6ac391, 0x014b6a4b, 0x29168228, 0x0e43563d, 0x140e0e14, - 0x17820201, 0xe7ce9122, 0x4b211782, 0x2068826a, 0x21b38205, 0xb38302e0, 0x22000728, 0x3a002a00, 0x5c184400, 0xcf4609b7, 0x06142508, 0x23352622, - 0x4905247b, 0x52420554, 0x0fa97f07, 0x0a3a9618, 0x0e992108, 0x090e0909, 0x090907e0, 0x38b0fe07, 0x1a203850, 0x011a2626, 0xfe5e4260, 0x1c1c286c, - 0x13701c28, 0x08cbce18, 0x0d13c026, 0xf0130d40, 0x092b2e82, 0x0709670e, 0x28090720, 0x82283838, 0x1a00262d, 0xa0425e26, 0x222d8270, 0x57d4281c, - 0x73260825, 0x13130dc0, 0xbe82c00d, 0x1c240282, 0x01005601, 0x02830782, 0x36001a22, 0x01240b86, 0x85001900, 0x02240b86, 0xab000500, 0x03240b86, - 0xf3002000, 0x04240b86, 0x48011900, 0x05240b86, 0xb0012600, 0x06240b86, 0x05021600, 0x0a240b86, 0x76022c00, 0x0b240b86, 0xd3021700, 0x10240b86, - 0x13031300, 0x11240b86, 0x33030500, 0x12240b86, 0x6d031900, 0x15200b86, 0xaf202382, 0x16200b86, 0xcf262382, 0x01000300, 0xa8820904, 0x03823420, - 0x01240b85, 0x51003200, 0x02241786, 0x9f000a00, 0x03240b86, 0xb1004000, 0x04240b86, 0x14013200, 0x05240b86, 0x62014c00, 0x06240b86, 0xd7012c00, - 0x0a240b86, 0x1c025800, 0x0b240b86, 0xa3022e00, 0x10240b86, 0xeb022600, 0x11240b86, 0x27030a00, 0x12240b86, 0x39033200, 0x15240b86, 0x87032600, - 0x16200b86, 0xc33a2382, 0x6f004300, 0x79007000, 0x69007200, 0x68006700, 0x20007400, 0x63002800, 0x07822900, 0x1b824620, 0x11846e20, 0x77004126, - 0x73006500, 0x6d200f82, 0x003c0782, 0x79706f43, 0x68676972, 0x63282074, 0x6f462029, 0x4120746e, 0x6f736577, 0x0000656d, 0x20223497, 0x52843500, - 0x40827220, 0x09826520, 0x4c825320, 0x74826c20, 0x32826420, 0x202b408a, 0x72462035, 0x53206565, 0x82696c6f, 0x86258a1a, 0x205fb111, 0x2279822d, - 0x8431002e, 0x9a322005, 0x352d256d, 0x2e35312e, 0xf7962183, 0x3322c2b5, 0x7c823300, 0x7e822e20, 0x32003222, 0x2820f882, 0x281a2241, 0x00650076, - 0x00730072, 0x20818469, 0x212d823a, 0xba890035, 0x0000292b, 0x2e313333, 0x20323235, 0x0b744128, 0x65762029, 0x6f697372, 0x85203a6e, 0x412782c1, - 0xb8410725, 0x8235200d, 0x057f417a, 0x41002d21, 0xbf410e7f, 0x46352506, 0x2d656572, 0x22066a41, 0x82680054, 0x0020228f, 0x22058277, 0x82270062, - 0x00202297, 0x2299826d, 0x82740073, 0x82702099, 0x00702609, 0x006c0075, 0x20b38261, 0x20b38220, 0x20b58463, 0x20278220, 0x24218465, 0x006e0061, - 0x20298264, 0x20178274, 0x2027826f, 0x2023826b, 0x08cf8274, 0x6854002d, 0x65772065, 0x20732762, 0x74736f6d, 0x706f7020, 0x72616c75, 0x6f636920, - 0x6573206e, 0x6e612074, 0x6f742064, 0x696b6c6f, 0x82002e74, 0x82742084, 0x8270204e, 0x003a2256, 0x2001822f, 0x20668466, 0x42768274, 0x2e220b94, - 0x17826300, 0x2e826d20, 0x7074742b, 0x2f2f3a73, 0x746e6f66, 0x05954261, 0x6f632e22, 0x39421882, 0x41002025, 0x8d420c59, 0x41002005, 0x87420b2d, - 0x42599338, 0x9bcd07e7, 0x00020022, 0xff230084, 0x841900db, 0x21048e08, 0x1082ec03, 0x0001ed0f, 0x01020102, 0x01040103, 0x01060105, 0x01080107, - 0x010a0109, 0x010c010b, 0x010e010d, 0x0110010f, 0x01120111, 0x01140113, 0x01160115, 0x01180117, 0x011a0119, 0x011c011b, 0x011e011d, 0x0120011f, - 0x01220121, 0x01240123, 0x01260125, 0x01280127, 0x012a0129, 0x012c012b, 0x012e012d, 0x0130012f, 0x01320131, 0x01340133, 0x01360135, 0x01380137, - 0x013a0139, 0x013c013b, 0x013e013d, 0x0140013f, 0x01420141, 0x01440143, 0x01460145, 0x01480147, 0x014a0149, 0x014c014b, 0x014e014d, 0x0150014f, - 0x01520151, 0x01540153, 0x01560155, 0x01580157, 0x015a0159, 0x015c015b, 0x015e015d, 0x0160015f, 0x01620161, 0x01640163, 0x01660165, 0x01680167, - 0x016a0169, 0x016c016b, 0x016e016d, 0x0170016f, 0x01720171, 0x01740173, 0x01760175, 0x000e0077, 0x010d00ef, 0x01790178, 0x017b017a, 0x017d017c, - 0x017f017e, 0x01810180, 0x01830182, 0x01850184, 0x01870186, 0x01890188, 0x018b018a, 0x018d018c, 0x018f018e, 0x01910190, 0x01930192, 0x01950194, - 0x01970196, 0x01990198, 0x019b019a, 0x019d019c, 0x019f019e, 0x01a101a0, 0x01a301a2, 0x01a501a4, 0x01a701a6, 0x01a901a8, 0x01ab01aa, 0x01ad01ac, - 0x01af01ae, 0x01b101b0, 0x01b301b2, 0x01b501b4, 0x01b701b6, 0x01b901b8, 0x01bb01ba, 0x01bd01bc, 0x01bf01be, 0x01c101c0, 0x01c301c2, 0x01c501c4, - 0x01c701c6, 0x01c901c8, 0x01cb01ca, 0x01cd01cc, 0x01cf01ce, 0x01d101d0, 0x01d301d2, 0x01d501d4, 0x01d701d6, 0x01d901d8, 0x01db01da, 0x01dd01dc, - 0x01df01de, 0x01e101e0, 0x01e301e2, 0x01e501e4, 0x01e701e6, 0x01e901e8, 0x01eb01ea, 0x01ed01ec, 0x01ef01ee, 0x01f101f0, 0x01f301f2, 0x012200f4, - 0x01f601f5, 0x01f801f7, 0x01fa01f9, 0x01fc01fb, 0x01fe01fd, 0x020002ff, 0x02020201, 0x02040203, 0x02060205, 0x02080207, 0x020a0209, 0x020c020b, - 0x020e020d, 0x0210020f, 0x02120211, 0x02140213, 0x02160215, 0x02180217, 0x021a0219, 0x021c021b, 0x021e021d, 0x0220021f, 0x02220221, 0x02240223, - 0x02260225, 0x02280227, 0x022a0229, 0x022c022b, 0x022e022d, 0x0230022f, 0x02320231, 0x02340233, 0x02360235, 0x02380237, 0x023a0239, 0x023c023b, - 0x023e023d, 0x0240023f, 0x02420241, 0x02440243, 0x02460245, 0x02480247, 0x024a0249, 0x0288004b, 0x024d024c, 0x024f024e, 0x02510250, 0x02530252, - 0x02550254, 0x02570256, 0x008b0058, 0x02590223, 0x025b025a, 0x025d025c, 0x025f025e, 0x02610260, 0x02630262, 0x02650264, 0x02670266, 0x02690268, - 0x026b026a, 0x026d026c, 0x026f026e, 0x02710270, 0x02730272, 0x02750274, 0x02770276, 0x02790278, 0x027b027a, 0x027d027c, 0x027f027e, 0x02810280, - 0x02830282, 0x02850284, 0x02870286, 0x02890288, 0x028b028a, 0x028d028c, 0x028f028e, 0x02910290, 0x02930292, 0x00950294, 0x028a008c, 0x02970296, - 0x02990298, 0x029b029a, 0x029d029c, 0x029f029e, 0x02a102a0, 0x02a302a2, 0x020800a4, 0x02a602a5, 0x02a802a7, 0x02aa02a9, 0x02ac02ab, 0x02ae02ad, - 0x02b002af, 0x02b202b1, 0x02b402b3, 0x02b602b5, 0x02b802b7, 0x02ba02b9, 0x02bc02bb, 0x02be02bd, 0x02c002bf, 0x02c202c1, 0x02c402c3, 0x02c602c5, - 0x02c802c7, 0x02ca02c9, 0x02cc02cb, 0x02ce02cd, 0x02d002cf, 0x02d202d1, 0x02d402d3, 0x02d602d5, 0x02d802d7, 0x02da02d9, 0x02dc02db, 0x02de02dd, - 0x02e002df, 0x02e202e1, 0x02e402e3, 0x02e602e5, 0x02e802e7, 0x02ea02e9, 0x02ec02eb, 0x02ee02ed, 0x02f002ef, 0x02f202f1, 0x02f402f3, 0x02f602f5, - 0x02f802f7, 0x02fa02f9, 0x02fc02fb, 0x02fe02fd, 0x030003ff, 0x03020301, 0x03040303, 0x03060305, 0x03080307, 0x030a0309, 0x030c030b, 0x030e030d, - 0x0310030f, 0x03120311, 0x03140313, 0x03160315, 0x03180317, 0x031a0319, 0x031c031b, 0x031e031d, 0x0320031f, 0x03220321, 0x03240323, 0x03260325, - 0x03280327, 0x032a0329, 0x032c032b, 0x032e032d, 0x0330032f, 0x03320331, 0x03340333, 0x03360335, 0x03380337, 0x033a0339, 0x033c033b, 0x033e033d, - 0x0340033f, 0x03420341, 0x03440343, 0x03460345, 0x03480347, 0x034a0349, 0x034c034b, 0x034e034d, 0x0350034f, 0x03520351, 0x03540353, 0x03560355, - 0x03580357, 0x035a0359, 0x035c035b, 0x035e035d, 0x0360035f, 0x03620361, 0x03640363, 0x03660365, 0x03b80067, 0x03690368, 0x036b036a, 0x036d036c, - 0x036f036e, 0x00710370, 0x03720392, 0x03740373, 0x03760375, 0x03780377, 0x037a0379, 0x037c037b, 0x037e037d, 0x0380037f, 0x03820381, 0x03840383, - 0x03860385, 0x03880387, 0x038a0389, 0x038c038b, 0x038e038d, 0x0390038f, 0x03920391, 0x03940393, 0x03960395, 0x03980397, 0x039a0399, 0x039c039b, - 0x039e039d, 0x03a0039f, 0x03a203a1, 0x03a403a3, 0x03a603a5, 0x03a803a7, 0x03aa03a9, 0x03ac03ab, 0x03ae03ad, 0x03b003af, 0x03b203b1, 0x03b403b3, - 0x03b603b5, 0x03b803b7, 0x03ba03b9, 0x03bc03bb, 0x03be03bd, 0x03c003bf, 0x03c203c1, 0x03c403c3, 0x03c603c5, 0x03c803c7, 0x03ca03c9, 0x03cc03cb, - 0x03ce03cd, 0x03d003cf, 0x03d203d1, 0x03d403d3, 0x03d603d5, 0x03d803d7, 0x03da03d9, 0x03dc03db, 0x03de03dd, 0x03e003df, 0x03e203e1, 0x03e403e3, - 0x03e603e5, 0x03e803e7, 0x03ea03e9, 0x03ec03eb, 0x03ee03ed, 0x03f003ef, 0x03f203f1, 0x03f403f3, 0x03f603f5, 0x03f803f7, 0x03fa03f9, 0x03fc03fb, - 0x03fe03fd, 0x040004ff, 0x04020401, 0x04040403, 0x04060405, 0x04080407, 0x040a0409, 0x040c040b, 0x040e040d, 0x0410040f, 0x04120411, 0x04140413, - 0x04160415, 0x04180417, 0x041a0419, 0x041c041b, 0x041e041d, 0x0420041f, 0x04220421, 0x04240423, 0x04260425, 0x04280427, 0x042a0429, 0x042c042b, - 0x042e042d, 0x0430042f, 0x04320431, 0x04340433, 0x04360435, 0x04380437, 0x043a0439, 0x043c043b, 0x043e043d, 0x0440043f, 0x04420441, 0x04440443, - 0x04460445, 0x04480447, 0x044a0449, 0x044c044b, 0x044e044d, 0x0450044f, 0x04520451, 0x04540453, 0x04560455, 0x04580457, 0x045a0459, 0x045c045b, - 0x045e045d, 0x0460045f, 0x04620461, 0x00640463, 0x046504dd, 0x00670466, 0x04680412, 0x046a0469, 0x046c046b, 0x046e046d, 0x0470046f, 0x04720471, - 0x04740473, 0x04760475, 0x04780477, 0x047a0479, 0x047c047b, 0x047e047d, 0x0480047f, 0x04820481, 0x04840483, 0x04860485, 0x04880487, 0x048a0489, - 0x048c048b, 0x048e048d, 0x0490048f, 0x04920491, 0x04940493, 0x04960495, 0x04980497, 0x049a0499, 0x049c049b, 0x049e049d, 0x04a0049f, 0x04a204a1, - 0x04a404a3, 0x04a604a5, 0x04a804a7, 0x04aa04a9, 0x04ac04ab, 0x04ae04ad, 0x04b004af, 0x04b204b1, 0x04b404b3, 0x04b604b5, 0x04b804b7, 0x04ba04b9, - 0x04bc04bb, 0x04be04bd, 0x04c004bf, 0x04c204c1, 0x04c404c3, 0x04c604c5, 0x04c804c7, 0x04ca04c9, 0x04cc04cb, 0x04ce04cd, 0x04d004cf, 0x04d204d1, - 0x04d404d3, 0x04d604d5, 0x04d804d7, 0x04da04d9, 0x06dc04db, 0x63756166, 0x74077465, 0x6c696172, 0x62087265, 0x65746361, 0x09616972, 0x22080886, - 0x620a6d75, 0x742d786f, 0x75737369, 0x61681465, 0x682d646e, 0x69646c6f, 0x6d2d676e, 0x63696465, 0x840d6c61, 0x70732814, 0x6c6b7261, 0x830a7365, - 0x2d73260d, 0x68736177, 0x2a0a8413, 0x656b6168, 0x746c612d, 0x826c732d, 0x890f2013, 0x2f0f8613, 0x2d646165, 0x65646973, 0x756f632d, 0x68156867, - 0x35850f8d, 0x15890e20, 0x73616d24, 0x0e890f6b, 0x72697623, 0x24738275, 0x6573756f, 0x2703822d, 0x616c0c72, 0x706f7470, 0x0d82a382, 0x756c0b26, - 0x2d73676e, 0x0d252384, 0x706f6570, 0x2a89826c, 0x776f7272, 0x6c700b73, 0x85656e61, 0x700c245c, 0x87706d75, 0x840920cc, 0x6f732a0c, 0x730c7061, - 0x6c656968, 0x253d8564, 0x6e697304, 0x1685046b, 0x772c5e82, 0x68637461, 0x0f30322d, 0x726f7473, 0x0b20dd8a, 0xd9840f85, 0x6f74122c, 0x74656c69, - 0x7061702d, 0x69857265, 0x93820b20, 0x85737221, 0x8405200b, 0x840b2095, 0x20118505, 0x270b8407, 0x76047365, 0x0c747365, 0x3b820483, 0x653e6782, - 0x6c670d73, 0x2d737361, 0x7472616d, 0x05696e69, 0x6973756d, 0x65730663, 0x68637261, 0x06826805, 0x73047426, 0x04726174, 0x04315d83, 0x6d6c6966, - 0x2d687408, 0x6772616c, 0x68740265, 0x2f0b8307, 0x05747369, 0x63656863, 0x6974056b, 0x0b73656d, 0x2d253b85, 0x73756c70, 0x280b860c, 0x756e696d, - 0x6f700973, 0x08ac8277, 0x66666f23, 0x67697306, 0x036c616e, 0x04676f63, 0x656d6f68, 0x6f6c6305, 0x72046b63, 0x0864616f, 0x6e776f64, 0x3108826c, - 0x626e6905, 0x7204786f, 0x046f6465, 0x636e7973, 0x67826c08, 0x6c612d24, 0x2b840474, 0x616c6624, 0x9e820a67, 0x6870642e, 0x73656e6f, 0x6c6f760a, - 0x2d656d75, 0x0b205c82, 0x64200a86, 0x09204882, 0x752a0b86, 0x72710670, 0x65646f63, 0xd7826207, 0x03240782, 0x04676174, 0x73260382, 0x6f6f6204, - 0x0483086b, 0x72616d35, 0x7270056b, 0x06746e69, 0x656d6163, 0x66046172, 0x82746e6f, 0x646c351f, 0x61746906, 0x0b63696c, 0x74786574, 0x6965682d, - 0x0a746867, 0x77250b84, 0x68746469, 0x271b820a, 0x6c2d6e67, 0x0c746665, 0x63260a85, 0x65746e65, 0x0c850b72, 0x2e837220, 0x0b850d20, 0x73756a27, - 0x79666974, 0x24cb8304, 0x74756f07, 0x22288264, 0x836e6906, 0x76053006, 0x6f656469, 0x616d6905, 0x6d0a6567, 0x832d7061, 0x7265248f, 0x83646106, - 0x74042134, 0x04379782, 0x74696465, 0x6574730d, 0x61622d70, 0x61776b63, 0x660d6472, 0x88747361, 0x8708200d, 0x70043316, 0x0579616c, 0x73756170, - 0x74730465, 0x6607706f, 0x2e83726f, 0x2e840c20, 0x49840c87, 0x052c0c86, 0x63656a65, 0x68630c74, 0x6f727665, 0x0d20cc85, 0xc1840c87, 0x6c700b2f, - 0x632d7375, 0x6c637269, 0x696d0c65, 0x230c896e, 0x656d6974, 0x33821988, 0x866b6321, 0x710f2326, 0xef826575, 0x36854e82, 0x6e690b24, 0x1b866f66, - 0x72630a3a, 0x6873736f, 0x73726961, 0x6e616203, 0x7272610a, 0x6c2d776f, 0x0b746665, 0x74840a85, 0x0b850820, 0x86707521, 0x6f64241f, 0x82056e77, - 0x65723b35, 0x70786506, 0x08646e61, 0x706d6f63, 0x73736572, 0x63786512, 0x616d616c, 0x6e886974, 0x69670433, 0x6c047466, 0x04666165, 0x65726966, - 0x65796503, 0x26038209, 0x616c732d, 0x8b146873, 0x72743c2f, 0x676e6169, 0x7005656c, 0x656e616c, 0x6c61630c, 0x61646e65, 0x6c612d72, 0x82720674, - 0x6d6f2265, 0x2b678207, 0x746e656d, 0x67616d06, 0x0a74656e, 0x21071a41, 0x32417075, 0x3d9b8308, 0x74657207, 0x74656577, 0x6f68730d, 0x6e697070, - 0x61632d67, 0x66067472, 0x65646c6f, 0x06850b72, 0x706f2d27, 0x63096e65, 0x23188268, 0x7261622d, 0x6d326d82, 0x2d617265, 0x72746572, 0x656b036f, - 0x6f630479, 0xd7837367, 0x73236f83, 0x82747309, 0x61682e88, 0x7409666c, 0x626d7568, 0x6b636174, 0x33298206, 0x06796870, 0x6f6c7075, 0x6c056461, - 0x6e6f6d65, 0x6f687005, 0x0584ba82, 0x71732d34, 0x65726175, 0x6c6e7506, 0x0b6b636f, 0x64657263, 0x89837469, 0x7203643f, 0x68037373, 0x62086464, - 0x686c6c75, 0x0b6e726f, 0x74726563, 0x63696669, 0x10657461, 0x2cea8268, 0x696f702d, 0x722d746e, 0x74686769, 0x23108a0f, 0x7466656c, 0x85058b45, - 0x70752120, 0xfb831d8b, 0xab411120, 0x05ea4105, 0x2f832d20, 0x118c1220, 0x128c5285, 0x8d707521, 0x08468334, 0x6c670523, 0x0665626f, 0x6e657277, - 0x74056863, 0x736b7361, 0x6c696606, 0x09726574, 0x65697262, 0x73616366, 0x050d4265, 0x612d7338, 0x7505746c, 0x73726573, 0x6e696c04, 0x6c63056b, - 0x0564756f, 0x33826c66, 0x75630338, 0x6f630474, 0x70097970, 0x72657061, 0x70696c63, 0x76617304, 0x1a410665, 0x62042c05, 0x07737261, 0x7473696c, - 0x856c752d, 0x6c6f3507, 0x7274730d, 0x74656b69, 0x756f7268, 0x75096867, 0x7265646e, 0x65205782, 0x25088482, 0x05656c62, 0x6967616d, 0x72740563, - 0x0a6b6375, 0x656e6f6d, 0x69622d79, 0x630a6c6c, 0x74657261, 0x776f642d, 0x0a85086e, 0x86707521, 0x656c2413, 0x850b7466, 0x2dfb8413, 0x6c6f6307, - 0x736e6d75, 0x726f7304, 0x04830974, 0x07203684, 0x752b0984, 0x6e650870, 0x6f6c6576, 0x82046570, 0x056f2279, 0x08ad8267, 0x62046c2f, 0x07746c6f, - 0x65746973, 0x0870616d, 0x72626d75, 0x616c6c65, 0x73617005, 0x6c096574, 0x74686769, 0x626c7562, 0x65737507, 0x646d2d72, 0x2315820b, 0x736f6874, - 0x652bf782, 0x69757308, 0x73616374, 0x82620465, 0x63062732, 0x6566666f, 0x1c820865, 0x74697027, 0x61096c61, 0x2c38826d, 0x65636e61, 0x64656d06, - 0x0b74696b, 0x824c8366, 0x656a2245, 0x23318274, 0x68087265, 0x43064542, 0x364105f7, 0x61112505, 0x656c676e, 0x7521b582, 0x41068262, 0x118b05e2, - 0x0f20e684, 0x7521248c, 0x24348d70, 0x6e776f64, 0x8321850a, 0x850b203f, 0x2038840a, 0x210b8508, 0x1f867075, 0x07282a83, 0x6b736564, 0x06706f74, - 0x22057947, 0x82617406, 0x06742e79, 0x69626f6d, 0x710a656c, 0x65746f75, 0x8547842d, 0x2847840a, 0x69707307, 0x72656e6e, 0x058a4206, 0x6d730522, - 0x05222b82, 0x79827266, 0x6d033f08, 0x67076865, 0x70656d61, 0x6b086461, 0x6f627965, 0x0e647261, 0x67616c66, 0x6568632d, 0x72656b63, 0x74086465, - 0x696d7265, 0x046c616e, 0x65646f63, 0x70657209, 0x612d796c, 0x6c0e6c6c, 0x5e44636f, 0x72612105, 0x04254b82, 0x706f7263, 0x3322830b, 0x6172622d, - 0x0668636e, 0x696c6e75, 0x69046b6e, 0x0b6f666e, 0x2f0a5d44, 0x7075730b, 0x63737265, 0x74706972, 0x62757309, 0x06360985, 0x73617265, 0x700c7265, - 0x6c7a7a75, 0x69702d65, 0x0a656365, 0x5483696d, 0x6e6f6824, 0x0a891065, 0x2005af44, 0x07944408, 0x6966112f, 0x652d6572, 0x6e697478, 0x73697567, - 0x21e78268, 0xb9826f72, 0x44137421, 0x81430793, 0x8e14200a, 0x69722513, 0x11746867, 0x7521148e, 0x243a8f70, 0x6e776f64, 0x22d38306, 0x440a726f, - 0x2d370544, 0x08746c61, 0x6c6c7562, 0x65796573, 0x6c6c650a, 0x69737069, 0x89682d73, 0x0a76240a, 0x42737372, 0x61210933, 0x0d2b4679, 0x20054042, - 0x217a820c, 0x25866b63, 0x65700a23, 0x230a866e, 0x6168730c, 0x2485d582, 0x6f630728, 0x7361706d, 0x3b431173, 0x20148505, 0x2093832d, 0x22118c0f, - 0x8c127075, 0x2fdc840f, 0x72756509, 0x69732d6f, 0x700a6e67, 0x646e756f, 0x0b260a84, 0x6c6c6f64, 0x0b847261, 0x75720a25, 0x84656570, 0x7908210a, - 0x2a838083, 0x62757223, 0x2113866c, 0x94826f77, 0x04251382, 0x656c6966, 0x83048308, 0x730f24fb, 0x8274726f, 0x68702208, 0x20898461, 0x220f8a0d, - 0x85107075, 0x826d200d, 0x050a4470, 0x108b0e20, 0x11707522, 0x6e260e84, 0x72656d75, 0x3f846369, 0x11874f85, 0x45707521, 0x732a05dc, 0x0b70752d, - 0x6d756874, 0x25847362, 0x65660627, 0x656c616d, 0x34048304, 0x6e757303, 0x6f6f6d04, 0x7261076e, 0x76696863, 0x75620365, 0x0d224167, 0x66656c27, - 0x6f640a74, 0x06794174, 0x68770a2f, 0x636c6565, 0x72696168, 0x72696c09, 0x24f38461, 0x6170730d, 0x26ea8263, 0x74747568, 0x440f656c, 0x87410773, - 0x750a2206, 0x2a59826e, 0x74697372, 0x72670e79, 0x42756461, 0x633905f0, 0x6c087061, 0x75676e61, 0x03656761, 0x08786166, 0x6c697562, 0x676e6964, - 0x2b898205, 0x7003646c, 0x63047761, 0x05656275, 0x733e0483, 0x63657207, 0x656c6379, 0x72616303, 0x78617404, 0x72740469, 0x64086565, 0x62617461, - 0x53417361, 0x64702d06, 0x69660966, 0x772d656c, 0x0a64726f, 0x65250984, 0x6c656378, 0x290a840f, 0x65776f70, 0x696f7072, 0x1a85746e, 0x826d6921, - 0x840c2079, 0x85fd861a, 0x75612417, 0x856f6964, 0x6976240a, 0x856f6564, 0x6f632352, 0xf1826564, 0x2d656623, 0x20a38272, 0x060f430c, 0x746f6e2c, - 0x700b6863, 0x72657061, 0xcd82702d, 0x6807652c, 0x6f747369, 0x68077972, 0xcc836165, 0x6c730922, 0x72244382, 0x09682d73, 0x23058e42, 0x10746c61, - 0x21410988, 0x04240806, 0x626d6f62, 0x74756606, 0x036c6f62, 0x0a797474, 0x6f6e6962, 0x616c7563, 0x70047372, 0x0967756c, 0x7377656e, 0x04286484, - 0x69666977, 0x6c61630a, 0x67821d83, 0x65620a24, 0xcc436c6c, 0x74052e05, 0x68736172, 0x6579650b, 0x6f72642d, 0x82918270, 0x34ec8297, 0x7572622d, - 0x620d6873, 0x68747269, 0x2d796164, 0x656b6163, 0x0529480a, 0x65726123, 0x06344861, 0x87697021, 0x696c2f14, 0x740a656e, 0x6c67676f, 0x666f2d65, - 0x0a870966, 0x62076e23, 0x05824169, 0x73756229, 0x6f6c6311, 0x82646573, 0x74702d4c, 0x696e6f69, 0x730b676e, 0x656b6568, 0x69288b82, 0x63096e67, - 0x2d747261, 0x7321b982, 0x3d09840f, 0x6f727261, 0x6f642d77, 0x73046e77, 0x0b706968, 0x72657375, 0x6365732d, 0x0a746572, 0xc6826f6d, 0x0b2e5784, - 0x65727473, 0x762d7465, 0x09776569, 0x42826568, 0x61656237, 0x65760574, 0x0473756e, 0x7372616d, 0x72656d07, 0x79727563, 0x28e9820b, 0x6567736e, - 0x7265646e, 0x240b8a0f, 0x746c612d, 0x462e840c, 0x0b20064d, 0x0b863583, 0x18850a20, 0x16851183, 0x6f236d82, 0x840d656b, 0x210b8522, 0x0d8c762d, - 0x6e066828, 0x65747565, 0x69850a72, 0x73656c24, 0xb8820673, 0x72657623, 0x83c08409, 0x840a20df, 0x69742909, 0x0373656d, 0x05646562, 0x69368d82, - 0x7573066e, 0x79617762, 0x7461620c, 0x79726574, 0x6c75662d, 0x0c87166c, 0x82687421, 0x712d22e4, 0x22de8275, 0x88737265, 0x61682423, 0x870f666c, - 0x201d8623, 0x270f870d, 0x74706d65, 0x6f6d0d79, 0x4a496c82, 0x72653805, 0x632d6908, 0x6f737275, 0x626f0c72, 0x7463656a, 0x6f72672d, 0x860e7075, - 0x6e75210c, 0x0b310e84, 0x63697473, 0x6e2d796b, 0x0565746f, 0x6e6f6c63, 0x2f528265, 0x636e616c, 0x63732d65, 0x0f656c61, 0x72756f68, 0x2505a94d, - 0x72617473, 0x0f890e74, 0x0d208f83, 0x65230e89, 0x8809646e, 0x68092a0d, 0x2d646e61, 0x6b636f72, 0x2409840a, 0x65706170, 0x05c74972, 0x69637323, - 0x21948273, 0x18840b73, 0x7a696c25, 0x85647261, 0x70732124, 0x0c202f82, 0x2109fc49, 0x17857265, 0x61657028, 0x74026563, 0x204b0d76, 0x6c702408, - 0x880e7375, 0x696d220d, 0x230e8b6e, 0x656d6974, 0x63361d8a, 0x6b636568, 0x646e6908, 0x72747375, 0x616d0779, 0x69702d70, 0x0783096e, 0x67697325, - 0x8203736e, 0x4b0b2009, 0x2d290666, 0x0c746c61, 0x73756170, 0x06cb4465, 0x74730b24, 0x0b86706f, 0x5c4b0c20, 0x61622308, 0x0c8a0f67, 0x656b732c, - 0x61680774, 0x61746873, 0xc9441067, 0x6c612b06, 0x6363612d, 0x05737365, 0x7b826c62, 0x75611128, 0x2d6f6964, 0x85476564, 0x6f692305, 0x324b0c6e, - 0x05284e05, 0x72620733, 0x6c6c6961, 0x73611b65, 0x74736973, 0x2d657669, 0x3407826c, 0x6e696e65, 0x79732d67, 0x6d657473, 0x6d612373, 0x63697265, - 0x05264661, 0x17452d20, 0x692d2907, 0x7265746e, 0x74657270, 0x04252b82, 0x66616564, 0x88d6830d, 0x6c0a271f, 0x762d776f, 0x72827369, 0xa6500920, - 0x450d2008, 0x6f28087f, 0x0c6e6570, 0x72646461, 0x2d24aa82, 0x6b6f6f62, 0x63230c88, 0x43647261, 0xc8440586, 0x69082905, 0x61622d64, 0x07656764, - 0x1c830882, 0x68741031, 0x6f6d7265, 0x6574656d, 0x75662d72, 0x8b1a6c6c, 0x0dc44210, 0x68242b8c, 0x13666c61, 0xcc422b8b, 0x8b112006, 0x6d653d13, - 0x06797470, 0x776f6873, 0x62047265, 0x07687461, 0x63646f70, 0x0f747361, 0x646e6977, 0x6d27d382, 0x6d697861, 0x88657a69, 0x6e69210f, 0x0e200f84, - 0x29081f86, 0x74736572, 0x0965726f, 0x7263696d, 0x6968636f, 0x6e730970, 0x6c66776f, 0x0d656b61, 0x6e657475, 0x2d6c6973, 0x6f6f7073, 0x0d86086e, - 0x75087322, 0x2d295882, 0x09746c61, 0x73617274, 0x24098368, 0x6e797308, 0x82128463, 0x77702e4c, 0x68637461, 0x6769730c, 0x756f2d6e, 0x20168374, - 0x210c840b, 0x2b846e69, 0x64657223, 0x2008836f, 0x2b558203, 0x616d6906, 0x0a736567, 0x636e6570, 0x54826882, 0x0a820320, 0x03820720, 0x13252183, - 0x676e6f6c, 0x05f3442d, 0x2d201a82, 0x6e20cf82, 0x6c24138f, 0x14746665, 0x7225278e, 0x74686769, 0x22148e11, 0x4e117075, 0x50850594, 0xae847320, - 0x696c6329, 0x616f6270, 0x840c6472, 0x21148465, 0x0c8b682d, 0x89157621, 0x05e1417f, 0x15918684, 0x16208883, 0x8a842b90, 0x16901320, 0x742b8c84, - 0x616e7265, 0x696c2d6c, 0x822d6b6e, 0x651822de, 0x49118b78, 0x18820658, 0x78650c28, 0x6e616863, 0x25836567, 0x6c631225, 0x8464756f, 0x6f6c2383, - 0x12836461, 0x12851020, 0x83056f4e, 0x67032910, 0x6c0e6d65, 0x6c657665, 0x12832784, 0x0e850c20, 0x84707521, 0x6f6c29f6, 0x6f2d6b63, 0x0e6e6570, - 0x8309ca50, 0x4a0e2018, 0x78820ad7, 0xc84b0a20, 0x4d198505, 0x0e830853, 0x96430b20, 0x6c733505, 0x08687361, 0x74726f70, 0x74696172, 0x70657205, - 0x730a796c, 0x83053b53, 0x050f4c3f, 0x74233f84, 0x43686361, 0x19840604, 0x6b636924, 0x19837465, 0x73750824, 0xa2847265, 0x82069142, 0x657322cd, - 0x0739500c, 0x0a201983, 0x2b07b841, 0x620d746c, 0x62657361, 0x2d6c6c61, 0x0f200483, 0x6b220d82, 0x0f887465, 0x6f620c27, 0x6e696c77, 0x261c8467, - 0x65686305, 0x840c7373, 0x622d2705, 0x6f687369, 0x0c860b70, 0x72616f24, 0x0b850a64, 0x2e826b20, 0x6b252386, 0x6867696e, 0x23178674, 0x6e776170, - 0x71242e86, 0x6e656575, 0x72301686, 0x086b6f6f, 0x626d7564, 0x6c6c6562, 0x6f6f660d, 0x09247c89, 0x666c6f67, 0x0b227984, 0xdd826f68, 0x702d7930, - 0x096b6375, 0x64697571, 0x63746964, 0xd1410b68, 0x75663706, 0x740c6c6c, 0x656c6261, 0x6e65742d, 0x0f73696e, 0x6c6c6f76, 0xc5887965, 0xde820920, - 0x67726533, 0x08736569, 0x646e6162, 0x6469612d, 0x786f6203, 0x22038205, 0x4f117365, 0xb6540866, 0x62042e07, 0x086e7275, 0x73706163, 0x73656c75, - 0x08d2420f, 0x2005334d, 0x330f890e, 0x7473696c, 0x61696409, 0x736f6e67, 0x64037365, 0x6405616e, 0x79217982, 0x2705840d, 0x616c662d, 0x64656274, - 0x2005c749, 0x05df556d, 0x69661022, 0x0c86a682, 0x6c612d29, 0x69660974, 0x83747372, 0x4e0c2092, 0x168307ad, 0x0c880f20, 0x6d797326, 0x0b6c6f62, - 0x8306fc44, 0x6e0d251b, 0x7365746f, 0x0621ad87, 0x29dd8370, 0x69700574, 0x13736c6c, 0xea457270, 0x622d2709, 0x6c74746f, 0x13921765, 0x0a274683, - 0x636f7270, 0x82756465, 0x730d2331, 0xbf516968, 0x61662f05, 0x73077473, 0x696b6f6d, 0x7307676e, 0x06827279, 0x74076529, 0x656c6261, 0x450b7374, - 0x04250a27, 0x6c616976, 0x08048305, 0x7709732e, 0x68657261, 0x6573756f, 0x69657706, 0x05746867, 0x61722d78, 0x6f620879, 0x706f2d78, 0x630c6e65, - 0x656d6d6f, 0x642d746e, 0x0d73746f, 0x73360c87, 0x6873616c, 0x756f6305, 0x64066863, 0x74616e6f, 0x6f640465, 0x86476576, 0x06145705, 0x21571220, - 0x6568240c, 0x51747261, 0x1f8605b4, 0x73752d23, 0x20238d64, 0x21478277, 0x36830572, 0x840d7321, 0x682d2405, 0x82706c65, 0x700d2ac4, 0x63617261, - 0x65747568, 0x2097822d, 0x06bf560c, 0x72616339, 0x700a7972, 0x79676769, 0x6e61622d, 0x6972066b, 0x6e6f6262, 0x826f7205, 0x73082528, 0x6c646565, - 0x043f3b82, 0x6e676973, 0x696d730a, 0x772d656c, 0x046b6e69, 0x65706174, 0x7572740d, 0x6c2d6b63, 0x8264616f, 0x850c2022, 0x6f6d220d, 0x250c8276, - 0x6469760b, 0xfa4a6f65, 0x820a2005, 0x2d652730, 0x73616c67, 0x97430e73, 0x86198507, 0x7473220e, 0x21fd8272, 0xae497475, 0x68632405, 0x866b6365, - 0x6f6c230a, 0xcb436b63, 0x6f632305, 0x3c840967, 0x69646524, 0x09840c74, 0x69726627, 0x73646e65, 0x4c0c840d, 0x652006ba, 0x37832485, 0x6d244285, - 0x73756e69, 0x6e240a85, 0x616a6e69, 0x44055647, 0x1685054e, 0x98827320, 0x64856820, 0x67617422, 0x69200886, 0x73214885, 0x2277822d, 0x49616212, - 0x2d250a95, 0x7466656c, 0x27128d13, 0x68676972, 0x6c620774, 0x65258e82, 0x6f620972, 0x0508456f, 0x72620f30, 0x6364616f, 0x2d747361, 0x65776f74, - 0x0f820572, 0x0a6d6f2d, 0x6c616863, 0x616f626b, 0x89126472, 0x742d230a, 0xf9826165, 0x06722008, 0x72756863, 0x63056863, 0x736e696f, 0x6d6f630c, - 0x74636170, 0x7369642d, 0x72630463, 0x8305776f, 0x046e2604, 0x65636964, 0x23048309, 0x7669662d, 0x6f230987, 0x84087275, 0x6e6f2213, 0x23088565, - 0x0a786973, 0x74231184, 0x86657268, 0x77742f13, 0x6f640b6f, 0x632d726f, 0x65736f6c, 0x0b840964, 0x706f2b08, 0x65066e65, 0x6c617571, 0x65660773, - 0x65687461, 0x72660472, 0x6708676f, 0x702d7361, 0x07706d75, 0x73616c67, 0x0c736573, 0x1e827267, 0x2d726527, 0x6e616874, 0x200c8b12, 0x393e842d, - 0x6c65680a, 0x706f6369, 0x09726574, 0x6977696b, 0x7269622d, 0x656c0964, 0x31847373, 0x09880f20, 0x06272e85, 0x6f6d656d, 0x46147972, 0x1c420d22, - 0x530f2005, 0x2d250971, 0x65766177, 0x240f8e13, 0x746c612d, 0x2413850b, 0x63656863, 0x842f866b, 0x231b830b, 0x746f6e09, 0x07276585, 0x656c6170, - 0x82657474, 0x722c0807, 0x676e696b, 0x7265700a, 0x746e6563, 0x0f656761, 0x6a6f7270, 0x2d746365, 0x67616964, 0x076d6172, 0x65636572, 0x05747069, - 0x6f626f72, 0x75250582, 0x0e72656c, 0x29058372, 0x6d6f632d, 0x656e6962, 0x0e851064, 0x726f6825, 0x826f7a69, 0x866c2044, 0x6576371f, 0x63697472, - 0x73066c61, 0x6f6f6863, 0x63730b6c, 0x64776572, 0x17826972, 0x68730b30, 0x702d656f, 0x746e6972, 0x6b730573, 0x1d826c75, 0x2a055f44, 0x6e61622d, - 0x6f747305, 0x84096572, 0x27b88305, 0x72747306, 0x0b6d6165, 0x6f290682, 0x6177706f, 0x076c6566, 0x2d518274, 0x06786f62, 0x69687374, 0x77077472, - 0xc8836c61, 0x07820620, 0x656c4208, 0x6e610574, 0x07797267, 0x68637261, 0x05796177, 0x616c7461, 0x77610573, 0x09647261, 0x6b636162, 0x63617073, - 0x65620c65, 0x7265697a, 0x7275632d, 0x62046576, 0x05676e6f, 0x73757262, 0x75620768, 0x28748373, 0x6e616308, 0x6962616e, 0x06af5173, 0x756f6433, - 0x08656c62, 0x6b636f63, 0x6c696174, 0x6e6f630e, 0x233f8263, 0x622d6567, 0x26055c54, 0x65696b6f, 0x836f630b, 0x622d2306, 0x2a827469, 0x706f7222, - 0x23084983, 0x67696412, 0x6c617469, 0x6361742d, 0x72676f68, 0x05687061, 0x7a7a6964, 0x72641079, 0x69746661, 0x632d676e, 0x2505ed51, 0x75726404, - 0x04830d6d, 0x74732d29, 0x706c6565, 0x420b6e61, 0x4883067d, 0x69660d24, 0x2b82656c, 0x72746e25, 0x85746361, 0x072a5a0d, 0x1b840b20, 0x70786525, - 0x8574726f, 0x6d69210b, 0x68460b83, 0x6e692705, 0x63696f76, 0x24841365, 0x2d200c86, 0x20051052, 0x46138411, 0x0e200b0e, 0x73281184, 0x616e6769, - 0x65727574, 0xf7484d85, 0x82042005, 0x096c211a, 0x2d260483, 0x70697264, 0xbc82660b, 0x70726526, 0x746e6972, 0x73361a82, 0x6c660768, 0x65687375, - 0x72660a64, 0x2d6e776f, 0x6e65706f, 0x5a5b6711, 0x2dc6830b, 0x6f6c670c, 0x612d6562, 0x63697266, 0x0c860e61, 0x21054f4c, 0x0e860a73, 0x6169732b, - 0x69726707, 0x6563616d, 0x21078204, 0x0483086e, 0x09203c83, 0x62240884, 0x0f6d6165, 0x2d260988, 0x61657773, 0x0f840b74, 0x61656825, 0x85737472, - 0x7173220b, 0x20988275, 0x85178411, 0x742d210b, 0x64821e82, 0x2d24b082, 0x72617473, 0x15840a86, 0x74263385, 0x75676e6f, 0x33841265, 0x2d200b85, - 0x10203a85, 0x7723128b, 0x856b6e69, 0x83098389, 0x2d702189, 0x2009ff42, 0x212a820d, 0xfe422d70, 0x5b0e2007, 0xc08309a1, 0x0e830720, 0x74657328, - 0x6769680b, 0x71566c68, 0x68072805, 0x742d746f, 0x82056275, 0x6c652407, 0x826f6a05, 0x6b0425b6, 0x09737369, 0x2d200483, 0x0984ed84, 0x2d206d83, - 0x0526e284, 0x6775616c, 0x05840a68, 0x0c202084, 0xac850a85, 0x2e831786, 0x756c0c2c, 0x67616767, 0x61632d65, 0x545b7472, 0x4a642009, 0x64200994, - 0x06209683, 0x30056a5b, 0x64656d05, 0x6d096c61, 0x622d6865, 0x6b6e616c, 0x08098310, 0x6c6f7225, 0x676e696c, 0x6579652d, 0x6f6d0873, 0x656d756e, - 0x6d0d746e, 0x6174726f, 0x65702d72, 0x656c7473, 0x8261700c, 0x832d20b3, 0x72652729, 0x73617008, 0x1e827073, 0x6570092a, 0x61662d6e, 0x0779636e, - 0x6e230983, 0x4c0c6269, 0x72260683, 0x72656c75, 0x6282700d, 0x612d6529, 0x76697272, 0x850f6c61, 0x6564220d, 0x21a88270, 0x52827275, 0x280ab648, - 0x64617307, 0x7972632d, 0x28078308, 0x72616574, 0x7568730b, 0x24788274, 0x6e61762d, 0x08ab4209, 0x27069047, 0x6d616562, 0x6c6f730b, 0x20089e83, - 0x6c656e61, 0x61707303, 0x6c707307, 0x6863746f, 0x72707309, 0x632d7961, 0x73056e61, 0x706d6174, 0x085c5a0d, 0x6c612d25, 0x58731074, 0xca840632, - 0x082cf482, 0x70727573, 0x65736972, 0x6177730a, 0x62293e82, 0x076b6f6f, 0x6d697773, 0x84bf826d, 0x28248207, 0x6f6f702d, 0x69740a6c, 0x06835f6e, - 0x6974052c, 0x05646572, 0x746f6f74, 0xb1580e68, 0x822d2007, 0x68632895, 0x6365760d, 0x53726f74, 0x0e200649, 0x24051c49, 0x6e61682d, 0x20478267, - 0x0918480e, 0x0d338c83, 0x2d726961, 0x73657266, 0x656e6568, 0x70610972, 0x83656c70, 0x61042a17, 0x046d6f74, 0x656e6f62, 0x2e8e830b, 0x6165722d, - 0x05726564, 0x69617262, 0x5b63076e, 0x0b2005b3, 0x90510783, 0x83092006, 0x7263250b, 0x08687361, 0x73280983, 0x10656469, 0x72616863, 0x2d207283, - 0x7427fe82, 0x0a6e6f69, 0x82726964, 0x25098299, 0x72640c73, 0xd2827761, 0x67796c25, 0x580b6e6f, 0x2d240574, 0x65646f63, 0x79220b82, 0xba517265, - 0x6c052505, 0x73676e75, 0x3905ad57, 0x706f6373, 0x696f0765, 0x61632d6c, 0x6f70046e, 0x7306706f, 0x65706168, 0x5c820c73, 0x6f2d722f, 0x696c2d66, - 0x74056566, 0x68746565, 0x2005840a, 0x2330822d, 0x68740d6e, 0x2c053a47, 0x6b73616d, 0x72740d73, 0x69666661, 0x222b8263, 0x49746867, 0x6d260649, - 0x74736e6f, 0x49497265, 0x70270806, 0x756b6369, 0x64610270, 0x6b6e6104, 0x69620568, 0x0d656c62, 0x69737562, 0x7373656e, 0x6d69742d, 0x69630465, - 0x4a0e7974, 0x6c24095b, 0x0f72616c, 0x73200e86, 0x2406f044, 0x6f726305, 0x2be48273, 0x6d726168, 0x61686361, 0x1261726b, 0x290c8250, 0x7865742d, - 0x6f660c74, 0xec82646c, 0x6e696d24, 0xb55c7375, 0x6c702a07, 0x660d7375, 0x656e6e75, 0x084c866c, 0x6f670736, 0x61727570, 0x6168056d, 0x0561736d, - 0x61686162, 0x656a0469, 0x6a0e6964, 0x6e72756f, 0x772d6c61, 0x6c6c6968, 0x616b0573, 0x06616261, 0x6e61686b, 0x6c086164, 0x37080582, 0x6b72616d, - 0x69616d09, 0x75622d6c, 0x6d076b6c, 0x726f6e65, 0x6d066861, 0x7571736f, 0x6d6f0265, 0x7361700e, 0x61666174, 0x6e616972, 0x056d7369, 0x63616570, - 0x6c701065, 0x2d300582, 0x772d666f, 0x6873726f, 0x70047069, 0x066c6c6f, 0x2d270483, 0x72700468, 0x830d7961, 0x6e692304, 0x69832d67, 0x71057322, - 0x6e219c82, 0x0681600d, 0x2005f045, 0x2e0d860f, 0x61636f6c, 0x6e6f6974, 0x636f7305, 0x820f736b, 0x72612c76, 0x6f722d65, 0x612d746f, 0x8211746c, - 0x2d72217c, 0x2d28a782, 0x73657263, 0x746e6563, 0x82052843, 0x6164307a, 0x09646976, 0x616e7973, 0x75676f67, 0x83740565, 0x820a20b8, 0x69692e05, - 0x7461672d, 0x69760665, 0x61726168, 0x054e520b, 0x756d2d2e, 0x79086574, 0x792d6e69, 0x0d676e61, 0x2506134a, 0x6f68702d, 0x194a656e, 0x64240805, - 0x0a646165, 0x706d6163, 0x756f7267, 0x6303646e, 0x63057461, 0x72696168, 0x6f6c630a, 0x6d2d6475, 0x096e6f6f, 0x732c0a85, 0x64086e75, 0x2d656369, - 0x07303264, 0x36270885, 0x676f6403, 0x82726406, 0x0e6e378c, 0x6d757264, 0x63697473, 0x69622d6b, 0x64076574, 0x65676e75, 0xc1586e6f, 0x63470805, - 0x660b7673, 0x2d747369, 0x73696172, 0x67056465, 0x74736f68, 0x6d616806, 0x0872656d, 0x756e6168, 0x6861696b, 0x7461680a, 0x7a69772d, 0x06647261, - 0x696b6968, 0x6805676e, 0x6f707069, 0x726f6805, 0x680c6573, 0x8273756f, 0x6122087c, 0x6567616d, 0x79726807, 0x61696e76, 0x73616d04, 0x6f6d086b, - 0x61746e75, 0x6e0d6e69, 0x6f777465, 0x44826b72, 0x64827220, 0x74746f29, 0x72077265, 0x826e6e75, 0x73062d4a, 0x6c6f7263, 0x6b73106c, 0x2d6c6c75, - 0x732e0b82, 0x6e6f6273, 0x73067365, 0x65646970, 0xcf620c72, 0x7407270b, 0x74636172, 0xd94b726f, 0x6e692305, 0x4e82756a, 0x72760c24, 0x9a82632d, - 0x826f6221, 0x77042504, 0x0b646e69, 0x65200482, 0x2006d34d, 0x0523410e, 0x61656d28, 0x6c616274, 0x3d410f6c, 0x20f28309, 0x064d416e, 0x6e21fd82, - 0x521a8513, 0x732605d0, 0x6165682d, 0x3d867976, 0x6e757322, 0x08362d84, 0x6f6d6564, 0x74617263, 0x616c6608, 0x73752d67, 0x656d0661, 0x90826574, - 0x72657025, 0x826e6f73, 0x746f2d73, 0x6f700968, 0x74732d6f, 0x076d726f, 0x62365783, 0x720a776f, 0x62757065, 0x6163696c, 0x6d73046e, 0x7410676f, - 0x31826d65, 0x82746121, 0x682d25bf, 0x0f686769, 0x6c37108b, 0x7608776f, 0x2d65746f, 0x05616579, 0x65746177, 0x61620472, 0x830d7962, 0x2be98304, - 0x67616972, 0x69620965, 0x7a61686f, 0x6223f283, 0x60676f6c, 0x6422099a, 0x86557961, 0x65772409, 0x820a6b65, 0x79642175, 0x6e283882, 0x61630665, - 0x746f7272, 0x73271f82, 0x65722d68, 0x82736967, 0x5013205c, 0x1c8209ef, 0xe7497720, 0x75642305, 0x1c83706d, 0x08870d20, 0x69662d34, 0x65086572, - 0x72656874, 0x0574656e, 0x74666967, 0xc5480c73, 0x68632205, 0x64fd8265, 0x7726062d, 0x6b736968, 0xce487965, 0x75653106, 0x65706f72, 0x6972670a, - 0x696c2d70, 0x1373656e, 0x0b480a89, 0x06260808, 0x74697567, 0x680c7261, 0x74726165, 0x6f72622d, 0x0b6e656b, 0x6c6c6f68, 0x65622d79, 0x0a797272, - 0x73726f68, 0x1e822d65, 0x07642808, 0x63696369, 0x0573656c, 0x6f6c6769, 0x696d066f, 0x6e657474, 0x67756d07, 0x746f682d, 0x64617209, 0x69746169, - 0x880d6e6f, 0x612d3709, 0x7208746c, 0x72747365, 0x096d6f6f, 0x65746173, 0x74696c6c, 0x09880e65, 0x69642d30, 0x73076873, 0x61632d64, 0x73086472, - 0x08846d69, 0x6b730722, 0x6e294882, 0x6b730667, 0x676e6969, 0x3806850d, 0x726f6e2d, 0x06636964, 0x69656c73, 0x73036867, 0x730c736d, 0x62776f6e, - 0x823a826f, 0x83072025, 0x616d230c, 0x0783086e, 0x6f6c7024, 0x9c820577, 0x06656722, 0x2f05c142, 0x6f6f7405, 0x7404736c, 0x086d6172, 0x65726966, - 0x052a9983, 0x6f636162, 0x6f620c6e, 0xa4506b6f, 0x620b3907, 0x64616572, 0x696c732d, 0x63066563, 0x73656568, 0x6c630e65, 0x63696e69, 0xba452187, - 0x270f8707, 0x75726306, 0x07686374, 0x6531c882, 0x03657361, 0x09676765, 0x626d6168, 0x65677275, 0x05f44f72, 0x64696d26, 0x2d656c64, 0x2105984a, - 0xae826808, 0x61682d24, 0x39510d74, 0x73752b08, 0x68067265, 0x6f64746f, 0x77820967, 0x82632d21, 0x0e6d2183, 0x2106e446, 0xf382656d, 0x056c6124, - 0x4f826170, 0x65700a27, 0x72657070, 0x252c822d, 0x7a69700b, 0xa985617a, 0xd6820d20, 0x2d687322, 0x2006d155, 0x830d8c11, 0x05434fe8, 0x72756e29, - 0x770b6573, 0x47657661, 0x062b06e9, 0x696b6962, 0x620a676e, 0x8264726f, 0x6c612354, 0x0a860b6c, 0x6e6f6e24, 0x0b860c65, 0x79747331, 0x6603656c, - 0x69056e61, 0x736e6f63, 0x82687009, 0x2055831c, 0x0bd46210, 0x0b201083, 0x742c1082, 0x69762d6f, 0x0d6f6564, 0x6f6d6572, 0x66266982, 0x616d726f, - 0xa65d1374, 0x05cd450e, 0x5409ba5d, 0x1420059d, 0x830fae5d, 0x5d122026, 0x12830db2, 0xb65d1520, 0x85158310, 0x09ba5d63, 0x20089184, 0x6c657073, - 0x68632d6c, 0x096b6365, 0x63696f76, 0x69616d65, 0x61680a6c, 0x6f632d74, 0x796f6277, 0x210a890f, 0xb782732d, 0x6f6d052c, 0x0c657375, 0x6f636572, - 0xc9826472, 0x6c796e2b, 0x72616307, 0x6e617661, 0x26008300, 0x00ffff01, 0x82010002, 0x820c200a, 0x82162003, 0x260d8303, 0x00eb0303, 0x84040002, - 0x8204820d, 0x82012002, 0xda002403, 0x83d7feea, 0x24dc2b07, 0x0000a2e4, 0x24dc0000, 0xfa05aae4, 0x84e1297b, -}; - -#endif // ASHITA_IMGUI_INTERNAL_COMPILED - -// clang-format on - /** * FontAwesome Icon Tags * * fa-regular-400 & fa-solid-900 */ -#define ICON_FA_AD "\xef\x99\x81" // U+f641 -#define ICON_FA_ADDRESS_BOOK "\xef\x8a\xb9" // U+f2b9 -#define ICON_FA_ADDRESS_CARD "\xef\x8a\xbb" // U+f2bb -#define ICON_FA_ADJUST "\xef\x81\x82" // U+f042 -#define ICON_FA_AIR_FRESHENER "\xef\x97\x90" // U+f5d0 -#define ICON_FA_ALIGN_CENTER "\xef\x80\xb7" // U+f037 -#define ICON_FA_ALIGN_JUSTIFY "\xef\x80\xb9" // U+f039 -#define ICON_FA_ALIGN_LEFT "\xef\x80\xb6" // U+f036 -#define ICON_FA_ALIGN_RIGHT "\xef\x80\xb8" // U+f038 -#define ICON_FA_ALLERGIES "\xef\x91\xa1" // U+f461 -#define ICON_FA_AMBULANCE "\xef\x83\xb9" // U+f0f9 -#define ICON_FA_AMERICAN_SIGN_LANGUAGE_INTERPRETING "\xef\x8a\xa3" // U+f2a3 -#define ICON_FA_ANCHOR "\xef\x84\xbd" // U+f13d -#define ICON_FA_ANGLE_DOUBLE_DOWN "\xef\x84\x83" // U+f103 -#define ICON_FA_ANGLE_DOUBLE_LEFT "\xef\x84\x80" // U+f100 -#define ICON_FA_ANGLE_DOUBLE_RIGHT "\xef\x84\x81" // U+f101 -#define ICON_FA_ANGLE_DOUBLE_UP "\xef\x84\x82" // U+f102 -#define ICON_FA_ANGLE_DOWN "\xef\x84\x87" // U+f107 -#define ICON_FA_ANGLE_LEFT "\xef\x84\x84" // U+f104 -#define ICON_FA_ANGLE_RIGHT "\xef\x84\x85" // U+f105 -#define ICON_FA_ANGLE_UP "\xef\x84\x86" // U+f106 -#define ICON_FA_ANGRY "\xef\x95\x96" // U+f556 -#define ICON_FA_ANKH "\xef\x99\x84" // U+f644 -#define ICON_FA_APPLE_ALT "\xef\x97\x91" // U+f5d1 -#define ICON_FA_ARCHIVE "\xef\x86\x87" // U+f187 -#define ICON_FA_ARCHWAY "\xef\x95\x97" // U+f557 -#define ICON_FA_ARROW_ALT_CIRCLE_DOWN "\xef\x8d\x98" // U+f358 -#define ICON_FA_ARROW_ALT_CIRCLE_LEFT "\xef\x8d\x99" // U+f359 -#define ICON_FA_ARROW_ALT_CIRCLE_RIGHT "\xef\x8d\x9a" // U+f35a -#define ICON_FA_ARROW_ALT_CIRCLE_UP "\xef\x8d\x9b" // U+f35b -#define ICON_FA_ARROW_CIRCLE_DOWN "\xef\x82\xab" // U+f0ab -#define ICON_FA_ARROW_CIRCLE_LEFT "\xef\x82\xa8" // U+f0a8 -#define ICON_FA_ARROW_CIRCLE_RIGHT "\xef\x82\xa9" // U+f0a9 -#define ICON_FA_ARROW_CIRCLE_UP "\xef\x82\xaa" // U+f0aa -#define ICON_FA_ARROW_DOWN "\xef\x81\xa3" // U+f063 -#define ICON_FA_ARROW_LEFT "\xef\x81\xa0" // U+f060 -#define ICON_FA_ARROW_RIGHT "\xef\x81\xa1" // U+f061 -#define ICON_FA_ARROW_UP "\xef\x81\xa2" // U+f062 -#define ICON_FA_ARROWS_ALT "\xef\x82\xb2" // U+f0b2 -#define ICON_FA_ARROWS_ALT_H "\xef\x8c\xb7" // U+f337 -#define ICON_FA_ARROWS_ALT_V "\xef\x8c\xb8" // U+f338 -#define ICON_FA_ASSISTIVE_LISTENING_SYSTEMS "\xef\x8a\xa2" // U+f2a2 -#define ICON_FA_ASTERISK "\xef\x81\xa9" // U+f069 -#define ICON_FA_AT "\xef\x87\xba" // U+f1fa -#define ICON_FA_ATLAS "\xef\x95\x98" // U+f558 -#define ICON_FA_ATOM "\xef\x97\x92" // U+f5d2 -#define ICON_FA_AUDIO_DESCRIPTION "\xef\x8a\x9e" // U+f29e -#define ICON_FA_AWARD "\xef\x95\x99" // U+f559 -#define ICON_FA_BABY "\xef\x9d\xbc" // U+f77c -#define ICON_FA_BABY_CARRIAGE "\xef\x9d\xbd" // U+f77d -#define ICON_FA_BACKSPACE "\xef\x95\x9a" // U+f55a -#define ICON_FA_BACKWARD "\xef\x81\x8a" // U+f04a -#define ICON_FA_BACON "\xef\x9f\xa5" // U+f7e5 -#define ICON_FA_BACTERIA "\xee\x81\x99" // U+e059 -#define ICON_FA_BACTERIUM "\xee\x81\x9a" // U+e05a -#define ICON_FA_BAHAI "\xef\x99\xa6" // U+f666 -#define ICON_FA_BALANCE_SCALE "\xef\x89\x8e" // U+f24e -#define ICON_FA_BALANCE_SCALE_LEFT "\xef\x94\x95" // U+f515 -#define ICON_FA_BALANCE_SCALE_RIGHT "\xef\x94\x96" // U+f516 -#define ICON_FA_BAN "\xef\x81\x9e" // U+f05e -#define ICON_FA_BAND_AID "\xef\x91\xa2" // U+f462 -#define ICON_FA_BARCODE "\xef\x80\xaa" // U+f02a -#define ICON_FA_BARS "\xef\x83\x89" // U+f0c9 -#define ICON_FA_BASEBALL_BALL "\xef\x90\xb3" // U+f433 -#define ICON_FA_BASKETBALL_BALL "\xef\x90\xb4" // U+f434 -#define ICON_FA_BATH "\xef\x8b\x8d" // U+f2cd -#define ICON_FA_BATTERY_EMPTY "\xef\x89\x84" // U+f244 -#define ICON_FA_BATTERY_FULL "\xef\x89\x80" // U+f240 -#define ICON_FA_BATTERY_HALF "\xef\x89\x82" // U+f242 -#define ICON_FA_BATTERY_QUARTER "\xef\x89\x83" // U+f243 -#define ICON_FA_BATTERY_THREE_QUARTERS "\xef\x89\x81" // U+f241 -#define ICON_FA_BED "\xef\x88\xb6" // U+f236 -#define ICON_FA_BEER "\xef\x83\xbc" // U+f0fc -#define ICON_FA_BELL "\xef\x83\xb3" // U+f0f3 -#define ICON_FA_BELL_SLASH "\xef\x87\xb6" // U+f1f6 -#define ICON_FA_BEZIER_CURVE "\xef\x95\x9b" // U+f55b -#define ICON_FA_BIBLE "\xef\x99\x87" // U+f647 -#define ICON_FA_BICYCLE "\xef\x88\x86" // U+f206 -#define ICON_FA_BIKING "\xef\xa1\x8a" // U+f84a -#define ICON_FA_BINOCULARS "\xef\x87\xa5" // U+f1e5 -#define ICON_FA_BIOHAZARD "\xef\x9e\x80" // U+f780 -#define ICON_FA_BIRTHDAY_CAKE "\xef\x87\xbd" // U+f1fd -#define ICON_FA_BLENDER "\xef\x94\x97" // U+f517 -#define ICON_FA_BLENDER_PHONE "\xef\x9a\xb6" // U+f6b6 -#define ICON_FA_BLIND "\xef\x8a\x9d" // U+f29d -#define ICON_FA_BLOG "\xef\x9e\x81" // U+f781 -#define ICON_FA_BOLD "\xef\x80\xb2" // U+f032 -#define ICON_FA_BOLT "\xef\x83\xa7" // U+f0e7 -#define ICON_FA_BOMB "\xef\x87\xa2" // U+f1e2 -#define ICON_FA_BONE "\xef\x97\x97" // U+f5d7 -#define ICON_FA_BONG "\xef\x95\x9c" // U+f55c -#define ICON_FA_BOOK "\xef\x80\xad" // U+f02d -#define ICON_FA_BOOK_DEAD "\xef\x9a\xb7" // U+f6b7 -#define ICON_FA_BOOK_MEDICAL "\xef\x9f\xa6" // U+f7e6 -#define ICON_FA_BOOK_OPEN "\xef\x94\x98" // U+f518 -#define ICON_FA_BOOK_READER "\xef\x97\x9a" // U+f5da -#define ICON_FA_BOOKMARK "\xef\x80\xae" // U+f02e -#define ICON_FA_BORDER_ALL "\xef\xa1\x8c" // U+f84c -#define ICON_FA_BORDER_NONE "\xef\xa1\x90" // U+f850 -#define ICON_FA_BORDER_STYLE "\xef\xa1\x93" // U+f853 -#define ICON_FA_BOWLING_BALL "\xef\x90\xb6" // U+f436 -#define ICON_FA_BOX "\xef\x91\xa6" // U+f466 -#define ICON_FA_BOX_OPEN "\xef\x92\x9e" // U+f49e -#define ICON_FA_BOX_TISSUE "\xee\x81\x9b" // U+e05b -#define ICON_FA_BOXES "\xef\x91\xa8" // U+f468 -#define ICON_FA_BRAILLE "\xef\x8a\xa1" // U+f2a1 -#define ICON_FA_BRAIN "\xef\x97\x9c" // U+f5dc -#define ICON_FA_BREAD_SLICE "\xef\x9f\xac" // U+f7ec -#define ICON_FA_BRIEFCASE "\xef\x82\xb1" // U+f0b1 -#define ICON_FA_BRIEFCASE_MEDICAL "\xef\x91\xa9" // U+f469 -#define ICON_FA_BROADCAST_TOWER "\xef\x94\x99" // U+f519 -#define ICON_FA_BROOM "\xef\x94\x9a" // U+f51a -#define ICON_FA_BRUSH "\xef\x95\x9d" // U+f55d -#define ICON_FA_BUG "\xef\x86\x88" // U+f188 -#define ICON_FA_BUILDING "\xef\x86\xad" // U+f1ad -#define ICON_FA_BULLHORN "\xef\x82\xa1" // U+f0a1 -#define ICON_FA_BULLSEYE "\xef\x85\x80" // U+f140 -#define ICON_FA_BURN "\xef\x91\xaa" // U+f46a -#define ICON_FA_BUS "\xef\x88\x87" // U+f207 -#define ICON_FA_BUS_ALT "\xef\x95\x9e" // U+f55e -#define ICON_FA_BUSINESS_TIME "\xef\x99\x8a" // U+f64a -#define ICON_FA_CALCULATOR "\xef\x87\xac" // U+f1ec -#define ICON_FA_CALENDAR "\xef\x84\xb3" // U+f133 -#define ICON_FA_CALENDAR_ALT "\xef\x81\xb3" // U+f073 -#define ICON_FA_CALENDAR_CHECK "\xef\x89\xb4" // U+f274 -#define ICON_FA_CALENDAR_DAY "\xef\x9e\x83" // U+f783 -#define ICON_FA_CALENDAR_MINUS "\xef\x89\xb2" // U+f272 -#define ICON_FA_CALENDAR_PLUS "\xef\x89\xb1" // U+f271 -#define ICON_FA_CALENDAR_TIMES "\xef\x89\xb3" // U+f273 -#define ICON_FA_CALENDAR_WEEK "\xef\x9e\x84" // U+f784 -#define ICON_FA_CAMERA "\xef\x80\xb0" // U+f030 -#define ICON_FA_CAMERA_RETRO "\xef\x82\x83" // U+f083 -#define ICON_FA_CAMPGROUND "\xef\x9a\xbb" // U+f6bb -#define ICON_FA_CANDY_CANE "\xef\x9e\x86" // U+f786 -#define ICON_FA_CANNABIS "\xef\x95\x9f" // U+f55f -#define ICON_FA_CAPSULES "\xef\x91\xab" // U+f46b -#define ICON_FA_CAR "\xef\x86\xb9" // U+f1b9 -#define ICON_FA_CAR_ALT "\xef\x97\x9e" // U+f5de -#define ICON_FA_CAR_BATTERY "\xef\x97\x9f" // U+f5df -#define ICON_FA_CAR_CRASH "\xef\x97\xa1" // U+f5e1 -#define ICON_FA_CAR_SIDE "\xef\x97\xa4" // U+f5e4 -#define ICON_FA_CARAVAN "\xef\xa3\xbf" // U+f8ff -#define ICON_FA_CARET_DOWN "\xef\x83\x97" // U+f0d7 -#define ICON_FA_CARET_LEFT "\xef\x83\x99" // U+f0d9 -#define ICON_FA_CARET_RIGHT "\xef\x83\x9a" // U+f0da -#define ICON_FA_CARET_SQUARE_DOWN "\xef\x85\x90" // U+f150 -#define ICON_FA_CARET_SQUARE_LEFT "\xef\x86\x91" // U+f191 -#define ICON_FA_CARET_SQUARE_RIGHT "\xef\x85\x92" // U+f152 -#define ICON_FA_CARET_SQUARE_UP "\xef\x85\x91" // U+f151 -#define ICON_FA_CARET_UP "\xef\x83\x98" // U+f0d8 -#define ICON_FA_CARROT "\xef\x9e\x87" // U+f787 -#define ICON_FA_CART_ARROW_DOWN "\xef\x88\x98" // U+f218 -#define ICON_FA_CART_PLUS "\xef\x88\x97" // U+f217 -#define ICON_FA_CASH_REGISTER "\xef\x9e\x88" // U+f788 -#define ICON_FA_CAT "\xef\x9a\xbe" // U+f6be -#define ICON_FA_CERTIFICATE "\xef\x82\xa3" // U+f0a3 -#define ICON_FA_CHAIR "\xef\x9b\x80" // U+f6c0 -#define ICON_FA_CHALKBOARD "\xef\x94\x9b" // U+f51b -#define ICON_FA_CHALKBOARD_TEACHER "\xef\x94\x9c" // U+f51c -#define ICON_FA_CHARGING_STATION "\xef\x97\xa7" // U+f5e7 -#define ICON_FA_CHART_AREA "\xef\x87\xbe" // U+f1fe -#define ICON_FA_CHART_BAR "\xef\x82\x80" // U+f080 -#define ICON_FA_CHART_LINE "\xef\x88\x81" // U+f201 -#define ICON_FA_CHART_PIE "\xef\x88\x80" // U+f200 -#define ICON_FA_CHECK "\xef\x80\x8c" // U+f00c -#define ICON_FA_CHECK_CIRCLE "\xef\x81\x98" // U+f058 -#define ICON_FA_CHECK_DOUBLE "\xef\x95\xa0" // U+f560 -#define ICON_FA_CHECK_SQUARE "\xef\x85\x8a" // U+f14a -#define ICON_FA_CHEESE "\xef\x9f\xaf" // U+f7ef -#define ICON_FA_CHESS "\xef\x90\xb9" // U+f439 -#define ICON_FA_CHESS_BISHOP "\xef\x90\xba" // U+f43a -#define ICON_FA_CHESS_BOARD "\xef\x90\xbc" // U+f43c -#define ICON_FA_CHESS_KING "\xef\x90\xbf" // U+f43f -#define ICON_FA_CHESS_KNIGHT "\xef\x91\x81" // U+f441 -#define ICON_FA_CHESS_PAWN "\xef\x91\x83" // U+f443 -#define ICON_FA_CHESS_QUEEN "\xef\x91\x85" // U+f445 -#define ICON_FA_CHESS_ROOK "\xef\x91\x87" // U+f447 -#define ICON_FA_CHEVRON_CIRCLE_DOWN "\xef\x84\xba" // U+f13a -#define ICON_FA_CHEVRON_CIRCLE_LEFT "\xef\x84\xb7" // U+f137 -#define ICON_FA_CHEVRON_CIRCLE_RIGHT "\xef\x84\xb8" // U+f138 -#define ICON_FA_CHEVRON_CIRCLE_UP "\xef\x84\xb9" // U+f139 -#define ICON_FA_CHEVRON_DOWN "\xef\x81\xb8" // U+f078 -#define ICON_FA_CHEVRON_LEFT "\xef\x81\x93" // U+f053 -#define ICON_FA_CHEVRON_RIGHT "\xef\x81\x94" // U+f054 -#define ICON_FA_CHEVRON_UP "\xef\x81\xb7" // U+f077 -#define ICON_FA_CHILD "\xef\x86\xae" // U+f1ae -#define ICON_FA_CHURCH "\xef\x94\x9d" // U+f51d -#define ICON_FA_CIRCLE "\xef\x84\x91" // U+f111 -#define ICON_FA_CIRCLE_NOTCH "\xef\x87\x8e" // U+f1ce -#define ICON_FA_CITY "\xef\x99\x8f" // U+f64f -#define ICON_FA_CLINIC_MEDICAL "\xef\x9f\xb2" // U+f7f2 -#define ICON_FA_CLIPBOARD "\xef\x8c\xa8" // U+f328 -#define ICON_FA_CLIPBOARD_CHECK "\xef\x91\xac" // U+f46c -#define ICON_FA_CLIPBOARD_LIST "\xef\x91\xad" // U+f46d -#define ICON_FA_CLOCK "\xef\x80\x97" // U+f017 -#define ICON_FA_CLONE "\xef\x89\x8d" // U+f24d -#define ICON_FA_CLOSED_CAPTIONING "\xef\x88\x8a" // U+f20a -#define ICON_FA_CLOUD "\xef\x83\x82" // U+f0c2 -#define ICON_FA_CLOUD_DOWNLOAD_ALT "\xef\x8e\x81" // U+f381 -#define ICON_FA_CLOUD_MEATBALL "\xef\x9c\xbb" // U+f73b -#define ICON_FA_CLOUD_MOON "\xef\x9b\x83" // U+f6c3 -#define ICON_FA_CLOUD_MOON_RAIN "\xef\x9c\xbc" // U+f73c -#define ICON_FA_CLOUD_RAIN "\xef\x9c\xbd" // U+f73d -#define ICON_FA_CLOUD_SHOWERS_HEAVY "\xef\x9d\x80" // U+f740 -#define ICON_FA_CLOUD_SUN "\xef\x9b\x84" // U+f6c4 -#define ICON_FA_CLOUD_SUN_RAIN "\xef\x9d\x83" // U+f743 -#define ICON_FA_CLOUD_UPLOAD_ALT "\xef\x8e\x82" // U+f382 -#define ICON_FA_COCKTAIL "\xef\x95\xa1" // U+f561 -#define ICON_FA_CODE "\xef\x84\xa1" // U+f121 -#define ICON_FA_CODE_BRANCH "\xef\x84\xa6" // U+f126 -#define ICON_FA_COFFEE "\xef\x83\xb4" // U+f0f4 -#define ICON_FA_COG "\xef\x80\x93" // U+f013 -#define ICON_FA_COGS "\xef\x82\x85" // U+f085 -#define ICON_FA_COINS "\xef\x94\x9e" // U+f51e -#define ICON_FA_COLUMNS "\xef\x83\x9b" // U+f0db -#define ICON_FA_COMMENT "\xef\x81\xb5" // U+f075 -#define ICON_FA_COMMENT_ALT "\xef\x89\xba" // U+f27a -#define ICON_FA_COMMENT_DOLLAR "\xef\x99\x91" // U+f651 -#define ICON_FA_COMMENT_DOTS "\xef\x92\xad" // U+f4ad -#define ICON_FA_COMMENT_MEDICAL "\xef\x9f\xb5" // U+f7f5 -#define ICON_FA_COMMENT_SLASH "\xef\x92\xb3" // U+f4b3 -#define ICON_FA_COMMENTS "\xef\x82\x86" // U+f086 -#define ICON_FA_COMMENTS_DOLLAR "\xef\x99\x93" // U+f653 -#define ICON_FA_COMPACT_DISC "\xef\x94\x9f" // U+f51f -#define ICON_FA_COMPASS "\xef\x85\x8e" // U+f14e -#define ICON_FA_COMPRESS "\xef\x81\xa6" // U+f066 -#define ICON_FA_COMPRESS_ALT "\xef\x90\xa2" // U+f422 -#define ICON_FA_COMPRESS_ARROWS_ALT "\xef\x9e\x8c" // U+f78c -#define ICON_FA_CONCIERGE_BELL "\xef\x95\xa2" // U+f562 -#define ICON_FA_COOKIE "\xef\x95\xa3" // U+f563 -#define ICON_FA_COOKIE_BITE "\xef\x95\xa4" // U+f564 -#define ICON_FA_COPY "\xef\x83\x85" // U+f0c5 -#define ICON_FA_COPYRIGHT "\xef\x87\xb9" // U+f1f9 -#define ICON_FA_COUCH "\xef\x92\xb8" // U+f4b8 -#define ICON_FA_CREDIT_CARD "\xef\x82\x9d" // U+f09d -#define ICON_FA_CROP "\xef\x84\xa5" // U+f125 -#define ICON_FA_CROP_ALT "\xef\x95\xa5" // U+f565 -#define ICON_FA_CROSS "\xef\x99\x94" // U+f654 -#define ICON_FA_CROSSHAIRS "\xef\x81\x9b" // U+f05b -#define ICON_FA_CROW "\xef\x94\xa0" // U+f520 -#define ICON_FA_CROWN "\xef\x94\xa1" // U+f521 -#define ICON_FA_CRUTCH "\xef\x9f\xb7" // U+f7f7 -#define ICON_FA_CUBE "\xef\x86\xb2" // U+f1b2 -#define ICON_FA_CUBES "\xef\x86\xb3" // U+f1b3 -#define ICON_FA_CUT "\xef\x83\x84" // U+f0c4 -#define ICON_FA_DATABASE "\xef\x87\x80" // U+f1c0 -#define ICON_FA_DEAF "\xef\x8a\xa4" // U+f2a4 -#define ICON_FA_DEMOCRAT "\xef\x9d\x87" // U+f747 -#define ICON_FA_DESKTOP "\xef\x84\x88" // U+f108 -#define ICON_FA_DHARMACHAKRA "\xef\x99\x95" // U+f655 -#define ICON_FA_DIAGNOSES "\xef\x91\xb0" // U+f470 -#define ICON_FA_DICE "\xef\x94\xa2" // U+f522 -#define ICON_FA_DICE_D20 "\xef\x9b\x8f" // U+f6cf -#define ICON_FA_DICE_D6 "\xef\x9b\x91" // U+f6d1 -#define ICON_FA_DICE_FIVE "\xef\x94\xa3" // U+f523 -#define ICON_FA_DICE_FOUR "\xef\x94\xa4" // U+f524 -#define ICON_FA_DICE_ONE "\xef\x94\xa5" // U+f525 -#define ICON_FA_DICE_SIX "\xef\x94\xa6" // U+f526 -#define ICON_FA_DICE_THREE "\xef\x94\xa7" // U+f527 -#define ICON_FA_DICE_TWO "\xef\x94\xa8" // U+f528 -#define ICON_FA_DIGITAL_TACHOGRAPH "\xef\x95\xa6" // U+f566 -#define ICON_FA_DIRECTIONS "\xef\x97\xab" // U+f5eb -#define ICON_FA_DISEASE "\xef\x9f\xba" // U+f7fa -#define ICON_FA_DIVIDE "\xef\x94\xa9" // U+f529 -#define ICON_FA_DIZZY "\xef\x95\xa7" // U+f567 -#define ICON_FA_DNA "\xef\x91\xb1" // U+f471 -#define ICON_FA_DOG "\xef\x9b\x93" // U+f6d3 -#define ICON_FA_DOLLAR_SIGN "\xef\x85\x95" // U+f155 -#define ICON_FA_DOLLY "\xef\x91\xb2" // U+f472 -#define ICON_FA_DOLLY_FLATBED "\xef\x91\xb4" // U+f474 -#define ICON_FA_DONATE "\xef\x92\xb9" // U+f4b9 -#define ICON_FA_DOOR_CLOSED "\xef\x94\xaa" // U+f52a -#define ICON_FA_DOOR_OPEN "\xef\x94\xab" // U+f52b -#define ICON_FA_DOT_CIRCLE "\xef\x86\x92" // U+f192 -#define ICON_FA_DOVE "\xef\x92\xba" // U+f4ba -#define ICON_FA_DOWNLOAD "\xef\x80\x99" // U+f019 -#define ICON_FA_DRAFTING_COMPASS "\xef\x95\xa8" // U+f568 -#define ICON_FA_DRAGON "\xef\x9b\x95" // U+f6d5 -#define ICON_FA_DRAW_POLYGON "\xef\x97\xae" // U+f5ee -#define ICON_FA_DRUM "\xef\x95\xa9" // U+f569 -#define ICON_FA_DRUM_STEELPAN "\xef\x95\xaa" // U+f56a -#define ICON_FA_DRUMSTICK_BITE "\xef\x9b\x97" // U+f6d7 -#define ICON_FA_DUMBBELL "\xef\x91\x8b" // U+f44b -#define ICON_FA_DUMPSTER "\xef\x9e\x93" // U+f793 -#define ICON_FA_DUMPSTER_FIRE "\xef\x9e\x94" // U+f794 -#define ICON_FA_DUNGEON "\xef\x9b\x99" // U+f6d9 -#define ICON_FA_EDIT "\xef\x81\x84" // U+f044 -#define ICON_FA_EGG "\xef\x9f\xbb" // U+f7fb -#define ICON_FA_EJECT "\xef\x81\x92" // U+f052 -#define ICON_FA_ELLIPSIS_H "\xef\x85\x81" // U+f141 -#define ICON_FA_ELLIPSIS_V "\xef\x85\x82" // U+f142 -#define ICON_FA_ENVELOPE "\xef\x83\xa0" // U+f0e0 -#define ICON_FA_ENVELOPE_OPEN "\xef\x8a\xb6" // U+f2b6 -#define ICON_FA_ENVELOPE_OPEN_TEXT "\xef\x99\x98" // U+f658 -#define ICON_FA_ENVELOPE_SQUARE "\xef\x86\x99" // U+f199 -#define ICON_FA_EQUALS "\xef\x94\xac" // U+f52c -#define ICON_FA_ERASER "\xef\x84\xad" // U+f12d -#define ICON_FA_ETHERNET "\xef\x9e\x96" // U+f796 -#define ICON_FA_EURO_SIGN "\xef\x85\x93" // U+f153 -#define ICON_FA_EXCHANGE_ALT "\xef\x8d\xa2" // U+f362 -#define ICON_FA_EXCLAMATION "\xef\x84\xaa" // U+f12a -#define ICON_FA_EXCLAMATION_CIRCLE "\xef\x81\xaa" // U+f06a -#define ICON_FA_EXCLAMATION_TRIANGLE "\xef\x81\xb1" // U+f071 -#define ICON_FA_EXPAND "\xef\x81\xa5" // U+f065 -#define ICON_FA_EXPAND_ALT "\xef\x90\xa4" // U+f424 -#define ICON_FA_EXPAND_ARROWS_ALT "\xef\x8c\x9e" // U+f31e -#define ICON_FA_EXTERNAL_LINK_ALT "\xef\x8d\x9d" // U+f35d -#define ICON_FA_EXTERNAL_LINK_SQUARE_ALT "\xef\x8d\xa0" // U+f360 -#define ICON_FA_EYE "\xef\x81\xae" // U+f06e -#define ICON_FA_EYE_DROPPER "\xef\x87\xbb" // U+f1fb -#define ICON_FA_EYE_SLASH "\xef\x81\xb0" // U+f070 -#define ICON_FA_FAN "\xef\xa1\xa3" // U+f863 -#define ICON_FA_FAST_BACKWARD "\xef\x81\x89" // U+f049 -#define ICON_FA_FAST_FORWARD "\xef\x81\x90" // U+f050 -#define ICON_FA_FAUCET "\xee\x80\x85" // U+e005 -#define ICON_FA_FAX "\xef\x86\xac" // U+f1ac -#define ICON_FA_FEATHER "\xef\x94\xad" // U+f52d -#define ICON_FA_FEATHER_ALT "\xef\x95\xab" // U+f56b -#define ICON_FA_FEMALE "\xef\x86\x82" // U+f182 -#define ICON_FA_FIGHTER_JET "\xef\x83\xbb" // U+f0fb -#define ICON_FA_FILE "\xef\x85\x9b" // U+f15b -#define ICON_FA_FILE_ALT "\xef\x85\x9c" // U+f15c -#define ICON_FA_FILE_ARCHIVE "\xef\x87\x86" // U+f1c6 -#define ICON_FA_FILE_AUDIO "\xef\x87\x87" // U+f1c7 -#define ICON_FA_FILE_CODE "\xef\x87\x89" // U+f1c9 -#define ICON_FA_FILE_CONTRACT "\xef\x95\xac" // U+f56c -#define ICON_FA_FILE_CSV "\xef\x9b\x9d" // U+f6dd -#define ICON_FA_FILE_DOWNLOAD "\xef\x95\xad" // U+f56d -#define ICON_FA_FILE_EXCEL "\xef\x87\x83" // U+f1c3 -#define ICON_FA_FILE_EXPORT "\xef\x95\xae" // U+f56e -#define ICON_FA_FILE_IMAGE "\xef\x87\x85" // U+f1c5 -#define ICON_FA_FILE_IMPORT "\xef\x95\xaf" // U+f56f -#define ICON_FA_FILE_INVOICE "\xef\x95\xb0" // U+f570 -#define ICON_FA_FILE_INVOICE_DOLLAR "\xef\x95\xb1" // U+f571 -#define ICON_FA_FILE_MEDICAL "\xef\x91\xb7" // U+f477 -#define ICON_FA_FILE_MEDICAL_ALT "\xef\x91\xb8" // U+f478 -#define ICON_FA_FILE_PDF "\xef\x87\x81" // U+f1c1 -#define ICON_FA_FILE_POWERPOINT "\xef\x87\x84" // U+f1c4 -#define ICON_FA_FILE_PRESCRIPTION "\xef\x95\xb2" // U+f572 -#define ICON_FA_FILE_SIGNATURE "\xef\x95\xb3" // U+f573 -#define ICON_FA_FILE_UPLOAD "\xef\x95\xb4" // U+f574 -#define ICON_FA_FILE_VIDEO "\xef\x87\x88" // U+f1c8 -#define ICON_FA_FILE_WORD "\xef\x87\x82" // U+f1c2 -#define ICON_FA_FILL "\xef\x95\xb5" // U+f575 -#define ICON_FA_FILL_DRIP "\xef\x95\xb6" // U+f576 -#define ICON_FA_FILM "\xef\x80\x88" // U+f008 -#define ICON_FA_FILTER "\xef\x82\xb0" // U+f0b0 -#define ICON_FA_FINGERPRINT "\xef\x95\xb7" // U+f577 -#define ICON_FA_FIRE "\xef\x81\xad" // U+f06d -#define ICON_FA_FIRE_ALT "\xef\x9f\xa4" // U+f7e4 -#define ICON_FA_FIRE_EXTINGUISHER "\xef\x84\xb4" // U+f134 -#define ICON_FA_FIRST_AID "\xef\x91\xb9" // U+f479 -#define ICON_FA_FISH "\xef\x95\xb8" // U+f578 -#define ICON_FA_FIST_RAISED "\xef\x9b\x9e" // U+f6de -#define ICON_FA_FLAG "\xef\x80\xa4" // U+f024 -#define ICON_FA_FLAG_CHECKERED "\xef\x84\x9e" // U+f11e -#define ICON_FA_FLAG_USA "\xef\x9d\x8d" // U+f74d -#define ICON_FA_FLASK "\xef\x83\x83" // U+f0c3 -#define ICON_FA_FLUSHED "\xef\x95\xb9" // U+f579 -#define ICON_FA_FOLDER "\xef\x81\xbb" // U+f07b -#define ICON_FA_FOLDER_MINUS "\xef\x99\x9d" // U+f65d -#define ICON_FA_FOLDER_OPEN "\xef\x81\xbc" // U+f07c -#define ICON_FA_FOLDER_PLUS "\xef\x99\x9e" // U+f65e -#define ICON_FA_FONT "\xef\x80\xb1" // U+f031 -#define ICON_FA_FONT_AWESOME_LOGO_FULL "\xef\x93\xa6" // U+f4e6 -#define ICON_FA_FOOTBALL_BALL "\xef\x91\x8e" // U+f44e -#define ICON_FA_FORWARD "\xef\x81\x8e" // U+f04e -#define ICON_FA_FROG "\xef\x94\xae" // U+f52e -#define ICON_FA_FROWN "\xef\x84\x99" // U+f119 -#define ICON_FA_FROWN_OPEN "\xef\x95\xba" // U+f57a -#define ICON_FA_FUNNEL_DOLLAR "\xef\x99\xa2" // U+f662 -#define ICON_FA_FUTBOL "\xef\x87\xa3" // U+f1e3 -#define ICON_FA_GAMEPAD "\xef\x84\x9b" // U+f11b -#define ICON_FA_GAS_PUMP "\xef\x94\xaf" // U+f52f -#define ICON_FA_GAVEL "\xef\x83\xa3" // U+f0e3 -#define ICON_FA_GEM "\xef\x8e\xa5" // U+f3a5 -#define ICON_FA_GENDERLESS "\xef\x88\xad" // U+f22d -#define ICON_FA_GHOST "\xef\x9b\xa2" // U+f6e2 -#define ICON_FA_GIFT "\xef\x81\xab" // U+f06b -#define ICON_FA_GIFTS "\xef\x9e\x9c" // U+f79c -#define ICON_FA_GLASS_CHEERS "\xef\x9e\x9f" // U+f79f -#define ICON_FA_GLASS_MARTINI "\xef\x80\x80" // U+f000 -#define ICON_FA_GLASS_MARTINI_ALT "\xef\x95\xbb" // U+f57b -#define ICON_FA_GLASS_WHISKEY "\xef\x9e\xa0" // U+f7a0 -#define ICON_FA_GLASSES "\xef\x94\xb0" // U+f530 -#define ICON_FA_GLOBE "\xef\x82\xac" // U+f0ac -#define ICON_FA_GLOBE_AFRICA "\xef\x95\xbc" // U+f57c -#define ICON_FA_GLOBE_AMERICAS "\xef\x95\xbd" // U+f57d -#define ICON_FA_GLOBE_ASIA "\xef\x95\xbe" // U+f57e -#define ICON_FA_GLOBE_EUROPE "\xef\x9e\xa2" // U+f7a2 -#define ICON_FA_GOLF_BALL "\xef\x91\x90" // U+f450 -#define ICON_FA_GOPURAM "\xef\x99\xa4" // U+f664 -#define ICON_FA_GRADUATION_CAP "\xef\x86\x9d" // U+f19d -#define ICON_FA_GREATER_THAN "\xef\x94\xb1" // U+f531 -#define ICON_FA_GREATER_THAN_EQUAL "\xef\x94\xb2" // U+f532 -#define ICON_FA_GRIMACE "\xef\x95\xbf" // U+f57f -#define ICON_FA_GRIN "\xef\x96\x80" // U+f580 -#define ICON_FA_GRIN_ALT "\xef\x96\x81" // U+f581 -#define ICON_FA_GRIN_BEAM "\xef\x96\x82" // U+f582 -#define ICON_FA_GRIN_BEAM_SWEAT "\xef\x96\x83" // U+f583 -#define ICON_FA_GRIN_HEARTS "\xef\x96\x84" // U+f584 -#define ICON_FA_GRIN_SQUINT "\xef\x96\x85" // U+f585 -#define ICON_FA_GRIN_SQUINT_TEARS "\xef\x96\x86" // U+f586 -#define ICON_FA_GRIN_STARS "\xef\x96\x87" // U+f587 -#define ICON_FA_GRIN_TEARS "\xef\x96\x88" // U+f588 -#define ICON_FA_GRIN_TONGUE "\xef\x96\x89" // U+f589 -#define ICON_FA_GRIN_TONGUE_SQUINT "\xef\x96\x8a" // U+f58a -#define ICON_FA_GRIN_TONGUE_WINK "\xef\x96\x8b" // U+f58b -#define ICON_FA_GRIN_WINK "\xef\x96\x8c" // U+f58c -#define ICON_FA_GRIP_HORIZONTAL "\xef\x96\x8d" // U+f58d -#define ICON_FA_GRIP_LINES "\xef\x9e\xa4" // U+f7a4 -#define ICON_FA_GRIP_LINES_VERTICAL "\xef\x9e\xa5" // U+f7a5 -#define ICON_FA_GRIP_VERTICAL "\xef\x96\x8e" // U+f58e -#define ICON_FA_GUITAR "\xef\x9e\xa6" // U+f7a6 -#define ICON_FA_H_SQUARE "\xef\x83\xbd" // U+f0fd -#define ICON_FA_HAMBURGER "\xef\xa0\x85" // U+f805 -#define ICON_FA_HAMMER "\xef\x9b\xa3" // U+f6e3 -#define ICON_FA_HAMSA "\xef\x99\xa5" // U+f665 -#define ICON_FA_HAND_HOLDING "\xef\x92\xbd" // U+f4bd -#define ICON_FA_HAND_HOLDING_HEART "\xef\x92\xbe" // U+f4be -#define ICON_FA_HAND_HOLDING_MEDICAL "\xee\x81\x9c" // U+e05c -#define ICON_FA_HAND_HOLDING_USD "\xef\x93\x80" // U+f4c0 -#define ICON_FA_HAND_HOLDING_WATER "\xef\x93\x81" // U+f4c1 -#define ICON_FA_HAND_LIZARD "\xef\x89\x98" // U+f258 -#define ICON_FA_HAND_MIDDLE_FINGER "\xef\xa0\x86" // U+f806 -#define ICON_FA_HAND_PAPER "\xef\x89\x96" // U+f256 -#define ICON_FA_HAND_PEACE "\xef\x89\x9b" // U+f25b -#define ICON_FA_HAND_POINT_DOWN "\xef\x82\xa7" // U+f0a7 -#define ICON_FA_HAND_POINT_LEFT "\xef\x82\xa5" // U+f0a5 -#define ICON_FA_HAND_POINT_RIGHT "\xef\x82\xa4" // U+f0a4 -#define ICON_FA_HAND_POINT_UP "\xef\x82\xa6" // U+f0a6 -#define ICON_FA_HAND_POINTER "\xef\x89\x9a" // U+f25a -#define ICON_FA_HAND_ROCK "\xef\x89\x95" // U+f255 -#define ICON_FA_HAND_SCISSORS "\xef\x89\x97" // U+f257 -#define ICON_FA_HAND_SPARKLES "\xee\x81\x9d" // U+e05d -#define ICON_FA_HAND_SPOCK "\xef\x89\x99" // U+f259 -#define ICON_FA_HANDS "\xef\x93\x82" // U+f4c2 -#define ICON_FA_HANDS_HELPING "\xef\x93\x84" // U+f4c4 -#define ICON_FA_HANDS_WASH "\xee\x81\x9e" // U+e05e -#define ICON_FA_HANDSHAKE "\xef\x8a\xb5" // U+f2b5 -#define ICON_FA_HANDSHAKE_ALT_SLASH "\xee\x81\x9f" // U+e05f -#define ICON_FA_HANDSHAKE_SLASH "\xee\x81\xa0" // U+e060 -#define ICON_FA_HANUKIAH "\xef\x9b\xa6" // U+f6e6 -#define ICON_FA_HARD_HAT "\xef\xa0\x87" // U+f807 -#define ICON_FA_HASHTAG "\xef\x8a\x92" // U+f292 -#define ICON_FA_HAT_COWBOY "\xef\xa3\x80" // U+f8c0 -#define ICON_FA_HAT_COWBOY_SIDE "\xef\xa3\x81" // U+f8c1 -#define ICON_FA_HAT_WIZARD "\xef\x9b\xa8" // U+f6e8 -#define ICON_FA_HDD "\xef\x82\xa0" // U+f0a0 -#define ICON_FA_HEAD_SIDE_COUGH "\xee\x81\xa1" // U+e061 -#define ICON_FA_HEAD_SIDE_COUGH_SLASH "\xee\x81\xa2" // U+e062 -#define ICON_FA_HEAD_SIDE_MASK "\xee\x81\xa3" // U+e063 -#define ICON_FA_HEAD_SIDE_VIRUS "\xee\x81\xa4" // U+e064 -#define ICON_FA_HEADING "\xef\x87\x9c" // U+f1dc -#define ICON_FA_HEADPHONES "\xef\x80\xa5" // U+f025 -#define ICON_FA_HEADPHONES_ALT "\xef\x96\x8f" // U+f58f -#define ICON_FA_HEADSET "\xef\x96\x90" // U+f590 -#define ICON_FA_HEART "\xef\x80\x84" // U+f004 -#define ICON_FA_HEART_BROKEN "\xef\x9e\xa9" // U+f7a9 -#define ICON_FA_HEARTBEAT "\xef\x88\x9e" // U+f21e -#define ICON_FA_HELICOPTER "\xef\x94\xb3" // U+f533 -#define ICON_FA_HIGHLIGHTER "\xef\x96\x91" // U+f591 -#define ICON_FA_HIKING "\xef\x9b\xac" // U+f6ec -#define ICON_FA_HIPPO "\xef\x9b\xad" // U+f6ed -#define ICON_FA_HISTORY "\xef\x87\x9a" // U+f1da -#define ICON_FA_HOCKEY_PUCK "\xef\x91\x93" // U+f453 -#define ICON_FA_HOLLY_BERRY "\xef\x9e\xaa" // U+f7aa -#define ICON_FA_HOME "\xef\x80\x95" // U+f015 -#define ICON_FA_HORSE "\xef\x9b\xb0" // U+f6f0 -#define ICON_FA_HORSE_HEAD "\xef\x9e\xab" // U+f7ab -#define ICON_FA_HOSPITAL "\xef\x83\xb8" // U+f0f8 -#define ICON_FA_HOSPITAL_ALT "\xef\x91\xbd" // U+f47d -#define ICON_FA_HOSPITAL_SYMBOL "\xef\x91\xbe" // U+f47e -#define ICON_FA_HOSPITAL_USER "\xef\xa0\x8d" // U+f80d -#define ICON_FA_HOT_TUB "\xef\x96\x93" // U+f593 -#define ICON_FA_HOTDOG "\xef\xa0\x8f" // U+f80f -#define ICON_FA_HOTEL "\xef\x96\x94" // U+f594 -#define ICON_FA_HOURGLASS "\xef\x89\x94" // U+f254 -#define ICON_FA_HOURGLASS_END "\xef\x89\x93" // U+f253 -#define ICON_FA_HOURGLASS_HALF "\xef\x89\x92" // U+f252 -#define ICON_FA_HOURGLASS_START "\xef\x89\x91" // U+f251 -#define ICON_FA_HOUSE_DAMAGE "\xef\x9b\xb1" // U+f6f1 -#define ICON_FA_HOUSE_USER "\xee\x81\xa5" // U+e065 -#define ICON_FA_HRYVNIA "\xef\x9b\xb2" // U+f6f2 -#define ICON_FA_I_CURSOR "\xef\x89\x86" // U+f246 -#define ICON_FA_ICE_CREAM "\xef\xa0\x90" // U+f810 -#define ICON_FA_ICICLES "\xef\x9e\xad" // U+f7ad -#define ICON_FA_ICONS "\xef\xa1\xad" // U+f86d -#define ICON_FA_ID_BADGE "\xef\x8b\x81" // U+f2c1 -#define ICON_FA_ID_CARD "\xef\x8b\x82" // U+f2c2 -#define ICON_FA_ID_CARD_ALT "\xef\x91\xbf" // U+f47f -#define ICON_FA_IGLOO "\xef\x9e\xae" // U+f7ae -#define ICON_FA_IMAGE "\xef\x80\xbe" // U+f03e -#define ICON_FA_IMAGES "\xef\x8c\x82" // U+f302 -#define ICON_FA_INBOX "\xef\x80\x9c" // U+f01c -#define ICON_FA_INDENT "\xef\x80\xbc" // U+f03c -#define ICON_FA_INDUSTRY "\xef\x89\xb5" // U+f275 -#define ICON_FA_INFINITY "\xef\x94\xb4" // U+f534 -#define ICON_FA_INFO "\xef\x84\xa9" // U+f129 -#define ICON_FA_INFO_CIRCLE "\xef\x81\x9a" // U+f05a -#define ICON_FA_ITALIC "\xef\x80\xb3" // U+f033 -#define ICON_FA_JEDI "\xef\x99\xa9" // U+f669 -#define ICON_FA_JOINT "\xef\x96\x95" // U+f595 -#define ICON_FA_JOURNAL_WHILLS "\xef\x99\xaa" // U+f66a -#define ICON_FA_KAABA "\xef\x99\xab" // U+f66b -#define ICON_FA_KEY "\xef\x82\x84" // U+f084 -#define ICON_FA_KEYBOARD "\xef\x84\x9c" // U+f11c -#define ICON_FA_KHANDA "\xef\x99\xad" // U+f66d -#define ICON_FA_KISS "\xef\x96\x96" // U+f596 -#define ICON_FA_KISS_BEAM "\xef\x96\x97" // U+f597 -#define ICON_FA_KISS_WINK_HEART "\xef\x96\x98" // U+f598 -#define ICON_FA_KIWI_BIRD "\xef\x94\xb5" // U+f535 -#define ICON_FA_LANDMARK "\xef\x99\xaf" // U+f66f -#define ICON_FA_LANGUAGE "\xef\x86\xab" // U+f1ab -#define ICON_FA_LAPTOP "\xef\x84\x89" // U+f109 -#define ICON_FA_LAPTOP_CODE "\xef\x97\xbc" // U+f5fc -#define ICON_FA_LAPTOP_HOUSE "\xee\x81\xa6" // U+e066 -#define ICON_FA_LAPTOP_MEDICAL "\xef\xa0\x92" // U+f812 -#define ICON_FA_LAUGH "\xef\x96\x99" // U+f599 -#define ICON_FA_LAUGH_BEAM "\xef\x96\x9a" // U+f59a -#define ICON_FA_LAUGH_SQUINT "\xef\x96\x9b" // U+f59b -#define ICON_FA_LAUGH_WINK "\xef\x96\x9c" // U+f59c -#define ICON_FA_LAYER_GROUP "\xef\x97\xbd" // U+f5fd -#define ICON_FA_LEAF "\xef\x81\xac" // U+f06c -#define ICON_FA_LEMON "\xef\x82\x94" // U+f094 -#define ICON_FA_LESS_THAN "\xef\x94\xb6" // U+f536 -#define ICON_FA_LESS_THAN_EQUAL "\xef\x94\xb7" // U+f537 -#define ICON_FA_LEVEL_DOWN_ALT "\xef\x8e\xbe" // U+f3be -#define ICON_FA_LEVEL_UP_ALT "\xef\x8e\xbf" // U+f3bf -#define ICON_FA_LIFE_RING "\xef\x87\x8d" // U+f1cd -#define ICON_FA_LIGHTBULB "\xef\x83\xab" // U+f0eb -#define ICON_FA_LINK "\xef\x83\x81" // U+f0c1 -#define ICON_FA_LIRA_SIGN "\xef\x86\x95" // U+f195 -#define ICON_FA_LIST "\xef\x80\xba" // U+f03a -#define ICON_FA_LIST_ALT "\xef\x80\xa2" // U+f022 -#define ICON_FA_LIST_OL "\xef\x83\x8b" // U+f0cb -#define ICON_FA_LIST_UL "\xef\x83\x8a" // U+f0ca -#define ICON_FA_LOCATION_ARROW "\xef\x84\xa4" // U+f124 -#define ICON_FA_LOCK "\xef\x80\xa3" // U+f023 -#define ICON_FA_LOCK_OPEN "\xef\x8f\x81" // U+f3c1 -#define ICON_FA_LONG_ARROW_ALT_DOWN "\xef\x8c\x89" // U+f309 -#define ICON_FA_LONG_ARROW_ALT_LEFT "\xef\x8c\x8a" // U+f30a -#define ICON_FA_LONG_ARROW_ALT_RIGHT "\xef\x8c\x8b" // U+f30b -#define ICON_FA_LONG_ARROW_ALT_UP "\xef\x8c\x8c" // U+f30c -#define ICON_FA_LOW_VISION "\xef\x8a\xa8" // U+f2a8 -#define ICON_FA_LUGGAGE_CART "\xef\x96\x9d" // U+f59d -#define ICON_FA_LUNGS "\xef\x98\x84" // U+f604 -#define ICON_FA_LUNGS_VIRUS "\xee\x81\xa7" // U+e067 -#define ICON_FA_MAGIC "\xef\x83\x90" // U+f0d0 -#define ICON_FA_MAGNET "\xef\x81\xb6" // U+f076 -#define ICON_FA_MAIL_BULK "\xef\x99\xb4" // U+f674 -#define ICON_FA_MALE "\xef\x86\x83" // U+f183 -#define ICON_FA_MAP "\xef\x89\xb9" // U+f279 -#define ICON_FA_MAP_MARKED "\xef\x96\x9f" // U+f59f -#define ICON_FA_MAP_MARKED_ALT "\xef\x96\xa0" // U+f5a0 -#define ICON_FA_MAP_MARKER "\xef\x81\x81" // U+f041 -#define ICON_FA_MAP_MARKER_ALT "\xef\x8f\x85" // U+f3c5 -#define ICON_FA_MAP_PIN "\xef\x89\xb6" // U+f276 -#define ICON_FA_MAP_SIGNS "\xef\x89\xb7" // U+f277 -#define ICON_FA_MARKER "\xef\x96\xa1" // U+f5a1 -#define ICON_FA_MARS "\xef\x88\xa2" // U+f222 -#define ICON_FA_MARS_DOUBLE "\xef\x88\xa7" // U+f227 -#define ICON_FA_MARS_STROKE "\xef\x88\xa9" // U+f229 -#define ICON_FA_MARS_STROKE_H "\xef\x88\xab" // U+f22b -#define ICON_FA_MARS_STROKE_V "\xef\x88\xaa" // U+f22a -#define ICON_FA_MASK "\xef\x9b\xba" // U+f6fa -#define ICON_FA_MEDAL "\xef\x96\xa2" // U+f5a2 -#define ICON_FA_MEDKIT "\xef\x83\xba" // U+f0fa -#define ICON_FA_MEH "\xef\x84\x9a" // U+f11a -#define ICON_FA_MEH_BLANK "\xef\x96\xa4" // U+f5a4 -#define ICON_FA_MEH_ROLLING_EYES "\xef\x96\xa5" // U+f5a5 -#define ICON_FA_MEMORY "\xef\x94\xb8" // U+f538 -#define ICON_FA_MENORAH "\xef\x99\xb6" // U+f676 -#define ICON_FA_MERCURY "\xef\x88\xa3" // U+f223 -#define ICON_FA_METEOR "\xef\x9d\x93" // U+f753 -#define ICON_FA_MICROCHIP "\xef\x8b\x9b" // U+f2db -#define ICON_FA_MICROPHONE "\xef\x84\xb0" // U+f130 -#define ICON_FA_MICROPHONE_ALT "\xef\x8f\x89" // U+f3c9 -#define ICON_FA_MICROPHONE_ALT_SLASH "\xef\x94\xb9" // U+f539 -#define ICON_FA_MICROPHONE_SLASH "\xef\x84\xb1" // U+f131 -#define ICON_FA_MICROSCOPE "\xef\x98\x90" // U+f610 -#define ICON_FA_MINUS "\xef\x81\xa8" // U+f068 -#define ICON_FA_MINUS_CIRCLE "\xef\x81\x96" // U+f056 -#define ICON_FA_MINUS_SQUARE "\xef\x85\x86" // U+f146 -#define ICON_FA_MITTEN "\xef\x9e\xb5" // U+f7b5 -#define ICON_FA_MOBILE "\xef\x84\x8b" // U+f10b -#define ICON_FA_MOBILE_ALT "\xef\x8f\x8d" // U+f3cd -#define ICON_FA_MONEY_BILL "\xef\x83\x96" // U+f0d6 -#define ICON_FA_MONEY_BILL_ALT "\xef\x8f\x91" // U+f3d1 -#define ICON_FA_MONEY_BILL_WAVE "\xef\x94\xba" // U+f53a -#define ICON_FA_MONEY_BILL_WAVE_ALT "\xef\x94\xbb" // U+f53b -#define ICON_FA_MONEY_CHECK "\xef\x94\xbc" // U+f53c -#define ICON_FA_MONEY_CHECK_ALT "\xef\x94\xbd" // U+f53d -#define ICON_FA_MONUMENT "\xef\x96\xa6" // U+f5a6 -#define ICON_FA_MOON "\xef\x86\x86" // U+f186 -#define ICON_FA_MORTAR_PESTLE "\xef\x96\xa7" // U+f5a7 -#define ICON_FA_MOSQUE "\xef\x99\xb8" // U+f678 -#define ICON_FA_MOTORCYCLE "\xef\x88\x9c" // U+f21c -#define ICON_FA_MOUNTAIN "\xef\x9b\xbc" // U+f6fc -#define ICON_FA_MOUSE "\xef\xa3\x8c" // U+f8cc -#define ICON_FA_MOUSE_POINTER "\xef\x89\x85" // U+f245 -#define ICON_FA_MUG_HOT "\xef\x9e\xb6" // U+f7b6 -#define ICON_FA_MUSIC "\xef\x80\x81" // U+f001 -#define ICON_FA_NETWORK_WIRED "\xef\x9b\xbf" // U+f6ff -#define ICON_FA_NEUTER "\xef\x88\xac" // U+f22c -#define ICON_FA_NEWSPAPER "\xef\x87\xaa" // U+f1ea -#define ICON_FA_NOT_EQUAL "\xef\x94\xbe" // U+f53e -#define ICON_FA_NOTES_MEDICAL "\xef\x92\x81" // U+f481 -#define ICON_FA_OBJECT_GROUP "\xef\x89\x87" // U+f247 -#define ICON_FA_OBJECT_UNGROUP "\xef\x89\x88" // U+f248 -#define ICON_FA_OIL_CAN "\xef\x98\x93" // U+f613 -#define ICON_FA_OM "\xef\x99\xb9" // U+f679 -#define ICON_FA_OTTER "\xef\x9c\x80" // U+f700 -#define ICON_FA_OUTDENT "\xef\x80\xbb" // U+f03b -#define ICON_FA_PAGER "\xef\xa0\x95" // U+f815 -#define ICON_FA_PAINT_BRUSH "\xef\x87\xbc" // U+f1fc -#define ICON_FA_PAINT_ROLLER "\xef\x96\xaa" // U+f5aa -#define ICON_FA_PALETTE "\xef\x94\xbf" // U+f53f -#define ICON_FA_PALLET "\xef\x92\x82" // U+f482 -#define ICON_FA_PAPER_PLANE "\xef\x87\x98" // U+f1d8 -#define ICON_FA_PAPERCLIP "\xef\x83\x86" // U+f0c6 -#define ICON_FA_PARACHUTE_BOX "\xef\x93\x8d" // U+f4cd -#define ICON_FA_PARAGRAPH "\xef\x87\x9d" // U+f1dd -#define ICON_FA_PARKING "\xef\x95\x80" // U+f540 -#define ICON_FA_PASSPORT "\xef\x96\xab" // U+f5ab -#define ICON_FA_PASTAFARIANISM "\xef\x99\xbb" // U+f67b -#define ICON_FA_PASTE "\xef\x83\xaa" // U+f0ea -#define ICON_FA_PAUSE "\xef\x81\x8c" // U+f04c -#define ICON_FA_PAUSE_CIRCLE "\xef\x8a\x8b" // U+f28b -#define ICON_FA_PAW "\xef\x86\xb0" // U+f1b0 -#define ICON_FA_PEACE "\xef\x99\xbc" // U+f67c -#define ICON_FA_PEN "\xef\x8c\x84" // U+f304 -#define ICON_FA_PEN_ALT "\xef\x8c\x85" // U+f305 -#define ICON_FA_PEN_FANCY "\xef\x96\xac" // U+f5ac -#define ICON_FA_PEN_NIB "\xef\x96\xad" // U+f5ad -#define ICON_FA_PEN_SQUARE "\xef\x85\x8b" // U+f14b -#define ICON_FA_PENCIL_ALT "\xef\x8c\x83" // U+f303 -#define ICON_FA_PENCIL_RULER "\xef\x96\xae" // U+f5ae -#define ICON_FA_PEOPLE_ARROWS "\xee\x81\xa8" // U+e068 -#define ICON_FA_PEOPLE_CARRY "\xef\x93\x8e" // U+f4ce -#define ICON_FA_PEPPER_HOT "\xef\xa0\x96" // U+f816 -#define ICON_FA_PERCENT "\xef\x8a\x95" // U+f295 -#define ICON_FA_PERCENTAGE "\xef\x95\x81" // U+f541 -#define ICON_FA_PERSON_BOOTH "\xef\x9d\x96" // U+f756 -#define ICON_FA_PHONE "\xef\x82\x95" // U+f095 -#define ICON_FA_PHONE_ALT "\xef\xa1\xb9" // U+f879 -#define ICON_FA_PHONE_SLASH "\xef\x8f\x9d" // U+f3dd -#define ICON_FA_PHONE_SQUARE "\xef\x82\x98" // U+f098 -#define ICON_FA_PHONE_SQUARE_ALT "\xef\xa1\xbb" // U+f87b -#define ICON_FA_PHONE_VOLUME "\xef\x8a\xa0" // U+f2a0 -#define ICON_FA_PHOTO_VIDEO "\xef\xa1\xbc" // U+f87c -#define ICON_FA_PIGGY_BANK "\xef\x93\x93" // U+f4d3 -#define ICON_FA_PILLS "\xef\x92\x84" // U+f484 -#define ICON_FA_PIZZA_SLICE "\xef\xa0\x98" // U+f818 -#define ICON_FA_PLACE_OF_WORSHIP "\xef\x99\xbf" // U+f67f -#define ICON_FA_PLANE "\xef\x81\xb2" // U+f072 -#define ICON_FA_PLANE_ARRIVAL "\xef\x96\xaf" // U+f5af -#define ICON_FA_PLANE_DEPARTURE "\xef\x96\xb0" // U+f5b0 -#define ICON_FA_PLANE_SLASH "\xee\x81\xa9" // U+e069 -#define ICON_FA_PLAY "\xef\x81\x8b" // U+f04b -#define ICON_FA_PLAY_CIRCLE "\xef\x85\x84" // U+f144 -#define ICON_FA_PLUG "\xef\x87\xa6" // U+f1e6 -#define ICON_FA_PLUS "\xef\x81\xa7" // U+f067 -#define ICON_FA_PLUS_CIRCLE "\xef\x81\x95" // U+f055 -#define ICON_FA_PLUS_SQUARE "\xef\x83\xbe" // U+f0fe -#define ICON_FA_PODCAST "\xef\x8b\x8e" // U+f2ce -#define ICON_FA_POLL "\xef\x9a\x81" // U+f681 -#define ICON_FA_POLL_H "\xef\x9a\x82" // U+f682 -#define ICON_FA_POO "\xef\x8b\xbe" // U+f2fe -#define ICON_FA_POO_STORM "\xef\x9d\x9a" // U+f75a -#define ICON_FA_POOP "\xef\x98\x99" // U+f619 -#define ICON_FA_PORTRAIT "\xef\x8f\xa0" // U+f3e0 -#define ICON_FA_POUND_SIGN "\xef\x85\x94" // U+f154 -#define ICON_FA_POWER_OFF "\xef\x80\x91" // U+f011 -#define ICON_FA_PRAY "\xef\x9a\x83" // U+f683 -#define ICON_FA_PRAYING_HANDS "\xef\x9a\x84" // U+f684 -#define ICON_FA_PRESCRIPTION "\xef\x96\xb1" // U+f5b1 -#define ICON_FA_PRESCRIPTION_BOTTLE "\xef\x92\x85" // U+f485 -#define ICON_FA_PRESCRIPTION_BOTTLE_ALT "\xef\x92\x86" // U+f486 -#define ICON_FA_PRINT "\xef\x80\xaf" // U+f02f -#define ICON_FA_PROCEDURES "\xef\x92\x87" // U+f487 -#define ICON_FA_PROJECT_DIAGRAM "\xef\x95\x82" // U+f542 -#define ICON_FA_PUMP_MEDICAL "\xee\x81\xaa" // U+e06a -#define ICON_FA_PUMP_SOAP "\xee\x81\xab" // U+e06b -#define ICON_FA_PUZZLE_PIECE "\xef\x84\xae" // U+f12e -#define ICON_FA_QRCODE "\xef\x80\xa9" // U+f029 -#define ICON_FA_QUESTION "\xef\x84\xa8" // U+f128 -#define ICON_FA_QUESTION_CIRCLE "\xef\x81\x99" // U+f059 -#define ICON_FA_QUIDDITCH "\xef\x91\x98" // U+f458 -#define ICON_FA_QUOTE_LEFT "\xef\x84\x8d" // U+f10d -#define ICON_FA_QUOTE_RIGHT "\xef\x84\x8e" // U+f10e -#define ICON_FA_QURAN "\xef\x9a\x87" // U+f687 -#define ICON_FA_RADIATION "\xef\x9e\xb9" // U+f7b9 -#define ICON_FA_RADIATION_ALT "\xef\x9e\xba" // U+f7ba -#define ICON_FA_RAINBOW "\xef\x9d\x9b" // U+f75b -#define ICON_FA_RANDOM "\xef\x81\xb4" // U+f074 -#define ICON_FA_RECEIPT "\xef\x95\x83" // U+f543 -#define ICON_FA_RECORD_VINYL "\xef\xa3\x99" // U+f8d9 -#define ICON_FA_RECYCLE "\xef\x86\xb8" // U+f1b8 -#define ICON_FA_REDO "\xef\x80\x9e" // U+f01e -#define ICON_FA_REDO_ALT "\xef\x8b\xb9" // U+f2f9 -#define ICON_FA_REGISTERED "\xef\x89\x9d" // U+f25d -#define ICON_FA_REMOVE_FORMAT "\xef\xa1\xbd" // U+f87d -#define ICON_FA_REPLY "\xef\x8f\xa5" // U+f3e5 -#define ICON_FA_REPLY_ALL "\xef\x84\xa2" // U+f122 -#define ICON_FA_REPUBLICAN "\xef\x9d\x9e" // U+f75e -#define ICON_FA_RESTROOM "\xef\x9e\xbd" // U+f7bd -#define ICON_FA_RETWEET "\xef\x81\xb9" // U+f079 -#define ICON_FA_RIBBON "\xef\x93\x96" // U+f4d6 -#define ICON_FA_RING "\xef\x9c\x8b" // U+f70b -#define ICON_FA_ROAD "\xef\x80\x98" // U+f018 -#define ICON_FA_ROBOT "\xef\x95\x84" // U+f544 -#define ICON_FA_ROCKET "\xef\x84\xb5" // U+f135 -#define ICON_FA_ROUTE "\xef\x93\x97" // U+f4d7 -#define ICON_FA_RSS "\xef\x82\x9e" // U+f09e -#define ICON_FA_RSS_SQUARE "\xef\x85\x83" // U+f143 -#define ICON_FA_RUBLE_SIGN "\xef\x85\x98" // U+f158 -#define ICON_FA_RULER "\xef\x95\x85" // U+f545 -#define ICON_FA_RULER_COMBINED "\xef\x95\x86" // U+f546 -#define ICON_FA_RULER_HORIZONTAL "\xef\x95\x87" // U+f547 -#define ICON_FA_RULER_VERTICAL "\xef\x95\x88" // U+f548 -#define ICON_FA_RUNNING "\xef\x9c\x8c" // U+f70c -#define ICON_FA_RUPEE_SIGN "\xef\x85\x96" // U+f156 -#define ICON_FA_SAD_CRY "\xef\x96\xb3" // U+f5b3 -#define ICON_FA_SAD_TEAR "\xef\x96\xb4" // U+f5b4 -#define ICON_FA_SATELLITE "\xef\x9e\xbf" // U+f7bf -#define ICON_FA_SATELLITE_DISH "\xef\x9f\x80" // U+f7c0 -#define ICON_FA_SAVE "\xef\x83\x87" // U+f0c7 -#define ICON_FA_SCHOOL "\xef\x95\x89" // U+f549 -#define ICON_FA_SCREWDRIVER "\xef\x95\x8a" // U+f54a -#define ICON_FA_SCROLL "\xef\x9c\x8e" // U+f70e -#define ICON_FA_SD_CARD "\xef\x9f\x82" // U+f7c2 -#define ICON_FA_SEARCH "\xef\x80\x82" // U+f002 -#define ICON_FA_SEARCH_DOLLAR "\xef\x9a\x88" // U+f688 -#define ICON_FA_SEARCH_LOCATION "\xef\x9a\x89" // U+f689 -#define ICON_FA_SEARCH_MINUS "\xef\x80\x90" // U+f010 -#define ICON_FA_SEARCH_PLUS "\xef\x80\x8e" // U+f00e -#define ICON_FA_SEEDLING "\xef\x93\x98" // U+f4d8 -#define ICON_FA_SERVER "\xef\x88\xb3" // U+f233 -#define ICON_FA_SHAPES "\xef\x98\x9f" // U+f61f -#define ICON_FA_SHARE "\xef\x81\xa4" // U+f064 -#define ICON_FA_SHARE_ALT "\xef\x87\xa0" // U+f1e0 -#define ICON_FA_SHARE_ALT_SQUARE "\xef\x87\xa1" // U+f1e1 -#define ICON_FA_SHARE_SQUARE "\xef\x85\x8d" // U+f14d -#define ICON_FA_SHEKEL_SIGN "\xef\x88\x8b" // U+f20b -#define ICON_FA_SHIELD_ALT "\xef\x8f\xad" // U+f3ed -#define ICON_FA_SHIELD_VIRUS "\xee\x81\xac" // U+e06c -#define ICON_FA_SHIP "\xef\x88\x9a" // U+f21a -#define ICON_FA_SHIPPING_FAST "\xef\x92\x8b" // U+f48b -#define ICON_FA_SHOE_PRINTS "\xef\x95\x8b" // U+f54b -#define ICON_FA_SHOPPING_BAG "\xef\x8a\x90" // U+f290 -#define ICON_FA_SHOPPING_BASKET "\xef\x8a\x91" // U+f291 -#define ICON_FA_SHOPPING_CART "\xef\x81\xba" // U+f07a -#define ICON_FA_SHOWER "\xef\x8b\x8c" // U+f2cc -#define ICON_FA_SHUTTLE_VAN "\xef\x96\xb6" // U+f5b6 -#define ICON_FA_SIGN "\xef\x93\x99" // U+f4d9 -#define ICON_FA_SIGN_IN_ALT "\xef\x8b\xb6" // U+f2f6 -#define ICON_FA_SIGN_LANGUAGE "\xef\x8a\xa7" // U+f2a7 -#define ICON_FA_SIGN_OUT_ALT "\xef\x8b\xb5" // U+f2f5 -#define ICON_FA_SIGNAL "\xef\x80\x92" // U+f012 -#define ICON_FA_SIGNATURE "\xef\x96\xb7" // U+f5b7 -#define ICON_FA_SIM_CARD "\xef\x9f\x84" // U+f7c4 -#define ICON_FA_SINK "\xee\x81\xad" // U+e06d -#define ICON_FA_SITEMAP "\xef\x83\xa8" // U+f0e8 -#define ICON_FA_SKATING "\xef\x9f\x85" // U+f7c5 -#define ICON_FA_SKIING "\xef\x9f\x89" // U+f7c9 -#define ICON_FA_SKIING_NORDIC "\xef\x9f\x8a" // U+f7ca -#define ICON_FA_SKULL "\xef\x95\x8c" // U+f54c -#define ICON_FA_SKULL_CROSSBONES "\xef\x9c\x94" // U+f714 -#define ICON_FA_SLASH "\xef\x9c\x95" // U+f715 -#define ICON_FA_SLEIGH "\xef\x9f\x8c" // U+f7cc -#define ICON_FA_SLIDERS_H "\xef\x87\x9e" // U+f1de -#define ICON_FA_SMILE "\xef\x84\x98" // U+f118 -#define ICON_FA_SMILE_BEAM "\xef\x96\xb8" // U+f5b8 -#define ICON_FA_SMILE_WINK "\xef\x93\x9a" // U+f4da -#define ICON_FA_SMOG "\xef\x9d\x9f" // U+f75f -#define ICON_FA_SMOKING "\xef\x92\x8d" // U+f48d -#define ICON_FA_SMOKING_BAN "\xef\x95\x8d" // U+f54d -#define ICON_FA_SMS "\xef\x9f\x8d" // U+f7cd -#define ICON_FA_SNOWBOARDING "\xef\x9f\x8e" // U+f7ce -#define ICON_FA_SNOWFLAKE "\xef\x8b\x9c" // U+f2dc -#define ICON_FA_SNOWMAN "\xef\x9f\x90" // U+f7d0 -#define ICON_FA_SNOWPLOW "\xef\x9f\x92" // U+f7d2 -#define ICON_FA_SOAP "\xee\x81\xae" // U+e06e -#define ICON_FA_SOCKS "\xef\x9a\x96" // U+f696 -#define ICON_FA_SOLAR_PANEL "\xef\x96\xba" // U+f5ba -#define ICON_FA_SORT "\xef\x83\x9c" // U+f0dc -#define ICON_FA_SORT_ALPHA_DOWN "\xef\x85\x9d" // U+f15d -#define ICON_FA_SORT_ALPHA_DOWN_ALT "\xef\xa2\x81" // U+f881 -#define ICON_FA_SORT_ALPHA_UP "\xef\x85\x9e" // U+f15e -#define ICON_FA_SORT_ALPHA_UP_ALT "\xef\xa2\x82" // U+f882 -#define ICON_FA_SORT_AMOUNT_DOWN "\xef\x85\xa0" // U+f160 -#define ICON_FA_SORT_AMOUNT_DOWN_ALT "\xef\xa2\x84" // U+f884 -#define ICON_FA_SORT_AMOUNT_UP "\xef\x85\xa1" // U+f161 -#define ICON_FA_SORT_AMOUNT_UP_ALT "\xef\xa2\x85" // U+f885 -#define ICON_FA_SORT_DOWN "\xef\x83\x9d" // U+f0dd -#define ICON_FA_SORT_NUMERIC_DOWN "\xef\x85\xa2" // U+f162 -#define ICON_FA_SORT_NUMERIC_DOWN_ALT "\xef\xa2\x86" // U+f886 -#define ICON_FA_SORT_NUMERIC_UP "\xef\x85\xa3" // U+f163 -#define ICON_FA_SORT_NUMERIC_UP_ALT "\xef\xa2\x87" // U+f887 -#define ICON_FA_SORT_UP "\xef\x83\x9e" // U+f0de -#define ICON_FA_SPA "\xef\x96\xbb" // U+f5bb -#define ICON_FA_SPACE_SHUTTLE "\xef\x86\x97" // U+f197 -#define ICON_FA_SPELL_CHECK "\xef\xa2\x91" // U+f891 -#define ICON_FA_SPIDER "\xef\x9c\x97" // U+f717 -#define ICON_FA_SPINNER "\xef\x84\x90" // U+f110 -#define ICON_FA_SPLOTCH "\xef\x96\xbc" // U+f5bc -#define ICON_FA_SPRAY_CAN "\xef\x96\xbd" // U+f5bd -#define ICON_FA_SQUARE "\xef\x83\x88" // U+f0c8 -#define ICON_FA_SQUARE_FULL "\xef\x91\x9c" // U+f45c -#define ICON_FA_SQUARE_ROOT_ALT "\xef\x9a\x98" // U+f698 -#define ICON_FA_STAMP "\xef\x96\xbf" // U+f5bf -#define ICON_FA_STAR "\xef\x80\x85" // U+f005 -#define ICON_FA_STAR_AND_CRESCENT "\xef\x9a\x99" // U+f699 -#define ICON_FA_STAR_HALF "\xef\x82\x89" // U+f089 -#define ICON_FA_STAR_HALF_ALT "\xef\x97\x80" // U+f5c0 -#define ICON_FA_STAR_OF_DAVID "\xef\x9a\x9a" // U+f69a -#define ICON_FA_STAR_OF_LIFE "\xef\x98\xa1" // U+f621 -#define ICON_FA_STEP_BACKWARD "\xef\x81\x88" // U+f048 -#define ICON_FA_STEP_FORWARD "\xef\x81\x91" // U+f051 -#define ICON_FA_STETHOSCOPE "\xef\x83\xb1" // U+f0f1 -#define ICON_FA_STICKY_NOTE "\xef\x89\x89" // U+f249 -#define ICON_FA_STOP "\xef\x81\x8d" // U+f04d -#define ICON_FA_STOP_CIRCLE "\xef\x8a\x8d" // U+f28d -#define ICON_FA_STOPWATCH "\xef\x8b\xb2" // U+f2f2 -#define ICON_FA_STOPWATCH_20 "\xee\x81\xaf" // U+e06f -#define ICON_FA_STORE "\xef\x95\x8e" // U+f54e -#define ICON_FA_STORE_ALT "\xef\x95\x8f" // U+f54f -#define ICON_FA_STORE_ALT_SLASH "\xee\x81\xb0" // U+e070 -#define ICON_FA_STORE_SLASH "\xee\x81\xb1" // U+e071 -#define ICON_FA_STREAM "\xef\x95\x90" // U+f550 -#define ICON_FA_STREET_VIEW "\xef\x88\x9d" // U+f21d -#define ICON_FA_STRIKETHROUGH "\xef\x83\x8c" // U+f0cc -#define ICON_FA_STROOPWAFEL "\xef\x95\x91" // U+f551 -#define ICON_FA_SUBSCRIPT "\xef\x84\xac" // U+f12c -#define ICON_FA_SUBWAY "\xef\x88\xb9" // U+f239 -#define ICON_FA_SUITCASE "\xef\x83\xb2" // U+f0f2 -#define ICON_FA_SUITCASE_ROLLING "\xef\x97\x81" // U+f5c1 -#define ICON_FA_SUN "\xef\x86\x85" // U+f185 -#define ICON_FA_SUPERSCRIPT "\xef\x84\xab" // U+f12b -#define ICON_FA_SURPRISE "\xef\x97\x82" // U+f5c2 -#define ICON_FA_SWATCHBOOK "\xef\x97\x83" // U+f5c3 -#define ICON_FA_SWIMMER "\xef\x97\x84" // U+f5c4 -#define ICON_FA_SWIMMING_POOL "\xef\x97\x85" // U+f5c5 -#define ICON_FA_SYNAGOGUE "\xef\x9a\x9b" // U+f69b -#define ICON_FA_SYNC "\xef\x80\xa1" // U+f021 -#define ICON_FA_SYNC_ALT "\xef\x8b\xb1" // U+f2f1 -#define ICON_FA_SYRINGE "\xef\x92\x8e" // U+f48e -#define ICON_FA_TABLE "\xef\x83\x8e" // U+f0ce -#define ICON_FA_TABLE_TENNIS "\xef\x91\x9d" // U+f45d -#define ICON_FA_TABLET "\xef\x84\x8a" // U+f10a -#define ICON_FA_TABLET_ALT "\xef\x8f\xba" // U+f3fa -#define ICON_FA_TABLETS "\xef\x92\x90" // U+f490 -#define ICON_FA_TACHOMETER_ALT "\xef\x8f\xbd" // U+f3fd -#define ICON_FA_TAG "\xef\x80\xab" // U+f02b -#define ICON_FA_TAGS "\xef\x80\xac" // U+f02c -#define ICON_FA_TAPE "\xef\x93\x9b" // U+f4db -#define ICON_FA_TASKS "\xef\x82\xae" // U+f0ae -#define ICON_FA_TAXI "\xef\x86\xba" // U+f1ba -#define ICON_FA_TEETH "\xef\x98\xae" // U+f62e -#define ICON_FA_TEETH_OPEN "\xef\x98\xaf" // U+f62f -#define ICON_FA_TEMPERATURE_HIGH "\xef\x9d\xa9" // U+f769 -#define ICON_FA_TEMPERATURE_LOW "\xef\x9d\xab" // U+f76b -#define ICON_FA_TENGE "\xef\x9f\x97" // U+f7d7 -#define ICON_FA_TERMINAL "\xef\x84\xa0" // U+f120 -#define ICON_FA_TEXT_HEIGHT "\xef\x80\xb4" // U+f034 -#define ICON_FA_TEXT_WIDTH "\xef\x80\xb5" // U+f035 -#define ICON_FA_TH "\xef\x80\x8a" // U+f00a -#define ICON_FA_TH_LARGE "\xef\x80\x89" // U+f009 -#define ICON_FA_TH_LIST "\xef\x80\x8b" // U+f00b -#define ICON_FA_THEATER_MASKS "\xef\x98\xb0" // U+f630 -#define ICON_FA_THERMOMETER "\xef\x92\x91" // U+f491 -#define ICON_FA_THERMOMETER_EMPTY "\xef\x8b\x8b" // U+f2cb -#define ICON_FA_THERMOMETER_FULL "\xef\x8b\x87" // U+f2c7 -#define ICON_FA_THERMOMETER_HALF "\xef\x8b\x89" // U+f2c9 -#define ICON_FA_THERMOMETER_QUARTER "\xef\x8b\x8a" // U+f2ca -#define ICON_FA_THERMOMETER_THREE_QUARTERS "\xef\x8b\x88" // U+f2c8 -#define ICON_FA_THUMBS_DOWN "\xef\x85\xa5" // U+f165 -#define ICON_FA_THUMBS_UP "\xef\x85\xa4" // U+f164 -#define ICON_FA_THUMBTACK "\xef\x82\x8d" // U+f08d -#define ICON_FA_TICKET_ALT "\xef\x8f\xbf" // U+f3ff -#define ICON_FA_TIMES "\xef\x80\x8d" // U+f00d -#define ICON_FA_TIMES_CIRCLE "\xef\x81\x97" // U+f057 -#define ICON_FA_TINT "\xef\x81\x83" // U+f043 -#define ICON_FA_TINT_SLASH "\xef\x97\x87" // U+f5c7 -#define ICON_FA_TIRED "\xef\x97\x88" // U+f5c8 -#define ICON_FA_TOGGLE_OFF "\xef\x88\x84" // U+f204 -#define ICON_FA_TOGGLE_ON "\xef\x88\x85" // U+f205 -#define ICON_FA_TOILET "\xef\x9f\x98" // U+f7d8 -#define ICON_FA_TOILET_PAPER "\xef\x9c\x9e" // U+f71e -#define ICON_FA_TOILET_PAPER_SLASH "\xee\x81\xb2" // U+e072 -#define ICON_FA_TOOLBOX "\xef\x95\x92" // U+f552 -#define ICON_FA_TOOLS "\xef\x9f\x99" // U+f7d9 -#define ICON_FA_TOOTH "\xef\x97\x89" // U+f5c9 -#define ICON_FA_TORAH "\xef\x9a\xa0" // U+f6a0 -#define ICON_FA_TORII_GATE "\xef\x9a\xa1" // U+f6a1 -#define ICON_FA_TRACTOR "\xef\x9c\xa2" // U+f722 -#define ICON_FA_TRADEMARK "\xef\x89\x9c" // U+f25c -#define ICON_FA_TRAFFIC_LIGHT "\xef\x98\xb7" // U+f637 -#define ICON_FA_TRAILER "\xee\x81\x81" // U+e041 -#define ICON_FA_TRAIN "\xef\x88\xb8" // U+f238 -#define ICON_FA_TRAM "\xef\x9f\x9a" // U+f7da -#define ICON_FA_TRANSGENDER "\xef\x88\xa4" // U+f224 -#define ICON_FA_TRANSGENDER_ALT "\xef\x88\xa5" // U+f225 -#define ICON_FA_TRASH "\xef\x87\xb8" // U+f1f8 -#define ICON_FA_TRASH_ALT "\xef\x8b\xad" // U+f2ed -#define ICON_FA_TRASH_RESTORE "\xef\xa0\xa9" // U+f829 -#define ICON_FA_TRASH_RESTORE_ALT "\xef\xa0\xaa" // U+f82a -#define ICON_FA_TREE "\xef\x86\xbb" // U+f1bb -#define ICON_FA_TROPHY "\xef\x82\x91" // U+f091 -#define ICON_FA_TRUCK "\xef\x83\x91" // U+f0d1 -#define ICON_FA_TRUCK_LOADING "\xef\x93\x9e" // U+f4de -#define ICON_FA_TRUCK_MONSTER "\xef\x98\xbb" // U+f63b -#define ICON_FA_TRUCK_MOVING "\xef\x93\x9f" // U+f4df -#define ICON_FA_TRUCK_PICKUP "\xef\x98\xbc" // U+f63c -#define ICON_FA_TSHIRT "\xef\x95\x93" // U+f553 -#define ICON_FA_TTY "\xef\x87\xa4" // U+f1e4 -#define ICON_FA_TV "\xef\x89\xac" // U+f26c -#define ICON_FA_UMBRELLA "\xef\x83\xa9" // U+f0e9 -#define ICON_FA_UMBRELLA_BEACH "\xef\x97\x8a" // U+f5ca -#define ICON_FA_UNDERLINE "\xef\x83\x8d" // U+f0cd -#define ICON_FA_UNDO "\xef\x83\xa2" // U+f0e2 -#define ICON_FA_UNDO_ALT "\xef\x8b\xaa" // U+f2ea -#define ICON_FA_UNIVERSAL_ACCESS "\xef\x8a\x9a" // U+f29a -#define ICON_FA_UNIVERSITY "\xef\x86\x9c" // U+f19c -#define ICON_FA_UNLINK "\xef\x84\xa7" // U+f127 -#define ICON_FA_UNLOCK "\xef\x82\x9c" // U+f09c -#define ICON_FA_UNLOCK_ALT "\xef\x84\xbe" // U+f13e -#define ICON_FA_UPLOAD "\xef\x82\x93" // U+f093 -#define ICON_FA_USER "\xef\x80\x87" // U+f007 -#define ICON_FA_USER_ALT "\xef\x90\x86" // U+f406 -#define ICON_FA_USER_ALT_SLASH "\xef\x93\xba" // U+f4fa -#define ICON_FA_USER_ASTRONAUT "\xef\x93\xbb" // U+f4fb -#define ICON_FA_USER_CHECK "\xef\x93\xbc" // U+f4fc -#define ICON_FA_USER_CIRCLE "\xef\x8a\xbd" // U+f2bd -#define ICON_FA_USER_CLOCK "\xef\x93\xbd" // U+f4fd -#define ICON_FA_USER_COG "\xef\x93\xbe" // U+f4fe -#define ICON_FA_USER_EDIT "\xef\x93\xbf" // U+f4ff -#define ICON_FA_USER_FRIENDS "\xef\x94\x80" // U+f500 -#define ICON_FA_USER_GRADUATE "\xef\x94\x81" // U+f501 -#define ICON_FA_USER_INJURED "\xef\x9c\xa8" // U+f728 -#define ICON_FA_USER_LOCK "\xef\x94\x82" // U+f502 -#define ICON_FA_USER_MD "\xef\x83\xb0" // U+f0f0 -#define ICON_FA_USER_MINUS "\xef\x94\x83" // U+f503 -#define ICON_FA_USER_NINJA "\xef\x94\x84" // U+f504 -#define ICON_FA_USER_NURSE "\xef\xa0\xaf" // U+f82f -#define ICON_FA_USER_PLUS "\xef\x88\xb4" // U+f234 -#define ICON_FA_USER_SECRET "\xef\x88\x9b" // U+f21b -#define ICON_FA_USER_SHIELD "\xef\x94\x85" // U+f505 -#define ICON_FA_USER_SLASH "\xef\x94\x86" // U+f506 -#define ICON_FA_USER_TAG "\xef\x94\x87" // U+f507 -#define ICON_FA_USER_TIE "\xef\x94\x88" // U+f508 -#define ICON_FA_USER_TIMES "\xef\x88\xb5" // U+f235 -#define ICON_FA_USERS "\xef\x83\x80" // U+f0c0 -#define ICON_FA_USERS_COG "\xef\x94\x89" // U+f509 -#define ICON_FA_USERS_SLASH "\xee\x81\xb3" // U+e073 -#define ICON_FA_UTENSIL_SPOON "\xef\x8b\xa5" // U+f2e5 -#define ICON_FA_UTENSILS "\xef\x8b\xa7" // U+f2e7 -#define ICON_FA_VECTOR_SQUARE "\xef\x97\x8b" // U+f5cb -#define ICON_FA_VENUS "\xef\x88\xa1" // U+f221 -#define ICON_FA_VENUS_DOUBLE "\xef\x88\xa6" // U+f226 -#define ICON_FA_VENUS_MARS "\xef\x88\xa8" // U+f228 -#define ICON_FA_VEST "\xee\x82\x85" // U+e085 -#define ICON_FA_VEST_PATCHES "\xee\x82\x86" // U+e086 -#define ICON_FA_VIAL "\xef\x92\x92" // U+f492 -#define ICON_FA_VIALS "\xef\x92\x93" // U+f493 -#define ICON_FA_VIDEO "\xef\x80\xbd" // U+f03d -#define ICON_FA_VIDEO_SLASH "\xef\x93\xa2" // U+f4e2 -#define ICON_FA_VIHARA "\xef\x9a\xa7" // U+f6a7 -#define ICON_FA_VIRUS "\xee\x81\xb4" // U+e074 -#define ICON_FA_VIRUS_SLASH "\xee\x81\xb5" // U+e075 -#define ICON_FA_VIRUSES "\xee\x81\xb6" // U+e076 -#define ICON_FA_VOICEMAIL "\xef\xa2\x97" // U+f897 -#define ICON_FA_VOLLEYBALL_BALL "\xef\x91\x9f" // U+f45f -#define ICON_FA_VOLUME_DOWN "\xef\x80\xa7" // U+f027 -#define ICON_FA_VOLUME_MUTE "\xef\x9a\xa9" // U+f6a9 -#define ICON_FA_VOLUME_OFF "\xef\x80\xa6" // U+f026 -#define ICON_FA_VOLUME_UP "\xef\x80\xa8" // U+f028 -#define ICON_FA_VOTE_YEA "\xef\x9d\xb2" // U+f772 -#define ICON_FA_VR_CARDBOARD "\xef\x9c\xa9" // U+f729 -#define ICON_FA_WALKING "\xef\x95\x94" // U+f554 -#define ICON_FA_WALLET "\xef\x95\x95" // U+f555 -#define ICON_FA_WAREHOUSE "\xef\x92\x94" // U+f494 -#define ICON_FA_WATER "\xef\x9d\xb3" // U+f773 -#define ICON_FA_WAVE_SQUARE "\xef\xa0\xbe" // U+f83e -#define ICON_FA_WEIGHT "\xef\x92\x96" // U+f496 -#define ICON_FA_WEIGHT_HANGING "\xef\x97\x8d" // U+f5cd -#define ICON_FA_WHEELCHAIR "\xef\x86\x93" // U+f193 -#define ICON_FA_WIFI "\xef\x87\xab" // U+f1eb -#define ICON_FA_WIND "\xef\x9c\xae" // U+f72e -#define ICON_FA_WINDOW_CLOSE "\xef\x90\x90" // U+f410 -#define ICON_FA_WINDOW_MAXIMIZE "\xef\x8b\x90" // U+f2d0 -#define ICON_FA_WINDOW_MINIMIZE "\xef\x8b\x91" // U+f2d1 -#define ICON_FA_WINDOW_RESTORE "\xef\x8b\x92" // U+f2d2 -#define ICON_FA_WINE_BOTTLE "\xef\x9c\xaf" // U+f72f -#define ICON_FA_WINE_GLASS "\xef\x93\xa3" // U+f4e3 -#define ICON_FA_WINE_GLASS_ALT "\xef\x97\x8e" // U+f5ce -#define ICON_FA_WON_SIGN "\xef\x85\x99" // U+f159 -#define ICON_FA_WRENCH "\xef\x82\xad" // U+f0ad -#define ICON_FA_X_RAY "\xef\x92\x97" // U+f497 -#define ICON_FA_YEN_SIGN "\xef\x85\x97" // U+f157 -#define ICON_FA_YIN_YANG "\xef\x9a\xad" // U+f6ad +#define ICON_MIN_FA 0xe005 +#define ICON_MAX_16_FA 0xf8ff +#define ICON_MAX_FA 0xf8ff + +#define ICON_FA_0 "0" // U+0030 +#define ICON_FA_1 "1" // U+0031 +#define ICON_FA_2 "2" // U+0032 +#define ICON_FA_3 "3" // U+0033 +#define ICON_FA_4 "4" // U+0034 +#define ICON_FA_5 "5" // U+0035 +#define ICON_FA_6 "6" // U+0036 +#define ICON_FA_7 "7" // U+0037 +#define ICON_FA_8 "8" // U+0038 +#define ICON_FA_9 "9" // U+0039 +#define ICON_FA_A "A" // U+0041 +#define ICON_FA_ADDRESS_BOOK "\xef\x8a\xb9" // U+f2b9 +#define ICON_FA_ADDRESS_CARD "\xef\x8a\xbb" // U+f2bb +#define ICON_FA_ALARM_CLOCK "\xef\x8d\x8e" // U+f34e +#define ICON_FA_ALIGN_CENTER "\xef\x80\xb7" // U+f037 +#define ICON_FA_ALIGN_JUSTIFY "\xef\x80\xb9" // U+f039 +#define ICON_FA_ALIGN_LEFT "\xef\x80\xb6" // U+f036 +#define ICON_FA_ALIGN_RIGHT "\xef\x80\xb8" // U+f038 +#define ICON_FA_ANCHOR "\xef\x84\xbd" // U+f13d +#define ICON_FA_ANCHOR_CIRCLE_CHECK "\xee\x92\xaa" // U+e4aa +#define ICON_FA_ANCHOR_CIRCLE_EXCLAMATION "\xee\x92\xab" // U+e4ab +#define ICON_FA_ANCHOR_CIRCLE_XMARK "\xee\x92\xac" // U+e4ac +#define ICON_FA_ANCHOR_LOCK "\xee\x92\xad" // U+e4ad +#define ICON_FA_ANGLE_DOWN "\xef\x84\x87" // U+f107 +#define ICON_FA_ANGLE_LEFT "\xef\x84\x84" // U+f104 +#define ICON_FA_ANGLE_RIGHT "\xef\x84\x85" // U+f105 +#define ICON_FA_ANGLE_UP "\xef\x84\x86" // U+f106 +#define ICON_FA_ANGLES_DOWN "\xef\x84\x83" // U+f103 +#define ICON_FA_ANGLES_LEFT "\xef\x84\x80" // U+f100 +#define ICON_FA_ANGLES_RIGHT "\xef\x84\x81" // U+f101 +#define ICON_FA_ANGLES_UP "\xef\x84\x82" // U+f102 +#define ICON_FA_ANKH "\xef\x99\x84" // U+f644 +#define ICON_FA_APPLE_WHOLE "\xef\x97\x91" // U+f5d1 +#define ICON_FA_ARCHWAY "\xef\x95\x97" // U+f557 +#define ICON_FA_ARROW_DOWN "\xef\x81\xa3" // U+f063 +#define ICON_FA_ARROW_DOWN_1_9 "\xef\x85\xa2" // U+f162 +#define ICON_FA_ARROW_DOWN_9_1 "\xef\xa2\x86" // U+f886 +#define ICON_FA_ARROW_DOWN_A_Z "\xef\x85\x9d" // U+f15d +#define ICON_FA_ARROW_DOWN_LONG "\xef\x85\xb5" // U+f175 +#define ICON_FA_ARROW_DOWN_SHORT_WIDE "\xef\xa2\x84" // U+f884 +#define ICON_FA_ARROW_DOWN_UP_ACROSS_LINE "\xee\x92\xaf" // U+e4af +#define ICON_FA_ARROW_DOWN_UP_LOCK "\xee\x92\xb0" // U+e4b0 +#define ICON_FA_ARROW_DOWN_WIDE_SHORT "\xef\x85\xa0" // U+f160 +#define ICON_FA_ARROW_DOWN_Z_A "\xef\xa2\x81" // U+f881 +#define ICON_FA_ARROW_LEFT "\xef\x81\xa0" // U+f060 +#define ICON_FA_ARROW_LEFT_LONG "\xef\x85\xb7" // U+f177 +#define ICON_FA_ARROW_POINTER "\xef\x89\x85" // U+f245 +#define ICON_FA_ARROW_RIGHT "\xef\x81\xa1" // U+f061 +#define ICON_FA_ARROW_RIGHT_ARROW_LEFT "\xef\x83\xac" // U+f0ec +#define ICON_FA_ARROW_RIGHT_FROM_BRACKET "\xef\x82\x8b" // U+f08b +#define ICON_FA_ARROW_RIGHT_LONG "\xef\x85\xb8" // U+f178 +#define ICON_FA_ARROW_RIGHT_TO_BRACKET "\xef\x82\x90" // U+f090 +#define ICON_FA_ARROW_RIGHT_TO_CITY "\xee\x92\xb3" // U+e4b3 +#define ICON_FA_ARROW_ROTATE_LEFT "\xef\x83\xa2" // U+f0e2 +#define ICON_FA_ARROW_ROTATE_RIGHT "\xef\x80\x9e" // U+f01e +#define ICON_FA_ARROW_TREND_DOWN "\xee\x82\x97" // U+e097 +#define ICON_FA_ARROW_TREND_UP "\xee\x82\x98" // U+e098 +#define ICON_FA_ARROW_TURN_DOWN "\xef\x85\x89" // U+f149 +#define ICON_FA_ARROW_TURN_UP "\xef\x85\x88" // U+f148 +#define ICON_FA_ARROW_UP "\xef\x81\xa2" // U+f062 +#define ICON_FA_ARROW_UP_1_9 "\xef\x85\xa3" // U+f163 +#define ICON_FA_ARROW_UP_9_1 "\xef\xa2\x87" // U+f887 +#define ICON_FA_ARROW_UP_A_Z "\xef\x85\x9e" // U+f15e +#define ICON_FA_ARROW_UP_FROM_BRACKET "\xee\x82\x9a" // U+e09a +#define ICON_FA_ARROW_UP_FROM_GROUND_WATER "\xee\x92\xb5" // U+e4b5 +#define ICON_FA_ARROW_UP_FROM_WATER_PUMP "\xee\x92\xb6" // U+e4b6 +#define ICON_FA_ARROW_UP_LONG "\xef\x85\xb6" // U+f176 +#define ICON_FA_ARROW_UP_RIGHT_DOTS "\xee\x92\xb7" // U+e4b7 +#define ICON_FA_ARROW_UP_RIGHT_FROM_SQUARE "\xef\x82\x8e" // U+f08e +#define ICON_FA_ARROW_UP_SHORT_WIDE "\xef\xa2\x85" // U+f885 +#define ICON_FA_ARROW_UP_WIDE_SHORT "\xef\x85\xa1" // U+f161 +#define ICON_FA_ARROW_UP_Z_A "\xef\xa2\x82" // U+f882 +#define ICON_FA_ARROWS_DOWN_TO_LINE "\xee\x92\xb8" // U+e4b8 +#define ICON_FA_ARROWS_DOWN_TO_PEOPLE "\xee\x92\xb9" // U+e4b9 +#define ICON_FA_ARROWS_LEFT_RIGHT "\xef\x81\xbe" // U+f07e +#define ICON_FA_ARROWS_LEFT_RIGHT_TO_LINE "\xee\x92\xba" // U+e4ba +#define ICON_FA_ARROWS_ROTATE "\xef\x80\xa1" // U+f021 +#define ICON_FA_ARROWS_SPIN "\xee\x92\xbb" // U+e4bb +#define ICON_FA_ARROWS_SPLIT_UP_AND_LEFT "\xee\x92\xbc" // U+e4bc +#define ICON_FA_ARROWS_TO_CIRCLE "\xee\x92\xbd" // U+e4bd +#define ICON_FA_ARROWS_TO_DOT "\xee\x92\xbe" // U+e4be +#define ICON_FA_ARROWS_TO_EYE "\xee\x92\xbf" // U+e4bf +#define ICON_FA_ARROWS_TURN_RIGHT "\xee\x93\x80" // U+e4c0 +#define ICON_FA_ARROWS_TURN_TO_DOTS "\xee\x93\x81" // U+e4c1 +#define ICON_FA_ARROWS_UP_DOWN "\xef\x81\xbd" // U+f07d +#define ICON_FA_ARROWS_UP_DOWN_LEFT_RIGHT "\xef\x81\x87" // U+f047 +#define ICON_FA_ARROWS_UP_TO_LINE "\xee\x93\x82" // U+e4c2 +#define ICON_FA_ASTERISK "*" // U+002a +#define ICON_FA_AT "@" // U+0040 +#define ICON_FA_ATOM "\xef\x97\x92" // U+f5d2 +#define ICON_FA_AUDIO_DESCRIPTION "\xef\x8a\x9e" // U+f29e +#define ICON_FA_AUSTRAL_SIGN "\xee\x82\xa9" // U+e0a9 +#define ICON_FA_AWARD "\xef\x95\x99" // U+f559 +#define ICON_FA_B "B" // U+0042 +#define ICON_FA_BABY "\xef\x9d\xbc" // U+f77c +#define ICON_FA_BABY_CARRIAGE "\xef\x9d\xbd" // U+f77d +#define ICON_FA_BACKWARD "\xef\x81\x8a" // U+f04a +#define ICON_FA_BACKWARD_FAST "\xef\x81\x89" // U+f049 +#define ICON_FA_BACKWARD_STEP "\xef\x81\x88" // U+f048 +#define ICON_FA_BACON "\xef\x9f\xa5" // U+f7e5 +#define ICON_FA_BACTERIA "\xee\x81\x99" // U+e059 +#define ICON_FA_BACTERIUM "\xee\x81\x9a" // U+e05a +#define ICON_FA_BAG_SHOPPING "\xef\x8a\x90" // U+f290 +#define ICON_FA_BAHAI "\xef\x99\xa6" // U+f666 +#define ICON_FA_BAHT_SIGN "\xee\x82\xac" // U+e0ac +#define ICON_FA_BAN "\xef\x81\x9e" // U+f05e +#define ICON_FA_BAN_SMOKING "\xef\x95\x8d" // U+f54d +#define ICON_FA_BANDAGE "\xef\x91\xa2" // U+f462 +#define ICON_FA_BANGLADESHI_TAKA_SIGN "\xee\x8b\xa6" // U+e2e6 +#define ICON_FA_BARCODE "\xef\x80\xaa" // U+f02a +#define ICON_FA_BARS "\xef\x83\x89" // U+f0c9 +#define ICON_FA_BARS_PROGRESS "\xef\xa0\xa8" // U+f828 +#define ICON_FA_BARS_STAGGERED "\xef\x95\x90" // U+f550 +#define ICON_FA_BASEBALL "\xef\x90\xb3" // U+f433 +#define ICON_FA_BASEBALL_BAT_BALL "\xef\x90\xb2" // U+f432 +#define ICON_FA_BASKET_SHOPPING "\xef\x8a\x91" // U+f291 +#define ICON_FA_BASKETBALL "\xef\x90\xb4" // U+f434 +#define ICON_FA_BATH "\xef\x8b\x8d" // U+f2cd +#define ICON_FA_BATTERY_EMPTY "\xef\x89\x84" // U+f244 +#define ICON_FA_BATTERY_FULL "\xef\x89\x80" // U+f240 +#define ICON_FA_BATTERY_HALF "\xef\x89\x82" // U+f242 +#define ICON_FA_BATTERY_QUARTER "\xef\x89\x83" // U+f243 +#define ICON_FA_BATTERY_THREE_QUARTERS "\xef\x89\x81" // U+f241 +#define ICON_FA_BED "\xef\x88\xb6" // U+f236 +#define ICON_FA_BED_PULSE "\xef\x92\x87" // U+f487 +#define ICON_FA_BEER_MUG_EMPTY "\xef\x83\xbc" // U+f0fc +#define ICON_FA_BELL "\xef\x83\xb3" // U+f0f3 +#define ICON_FA_BELL_CONCIERGE "\xef\x95\xa2" // U+f562 +#define ICON_FA_BELL_SLASH "\xef\x87\xb6" // U+f1f6 +#define ICON_FA_BEZIER_CURVE "\xef\x95\x9b" // U+f55b +#define ICON_FA_BICYCLE "\xef\x88\x86" // U+f206 +#define ICON_FA_BINOCULARS "\xef\x87\xa5" // U+f1e5 +#define ICON_FA_BIOHAZARD "\xef\x9e\x80" // U+f780 +#define ICON_FA_BITCOIN_SIGN "\xee\x82\xb4" // U+e0b4 +#define ICON_FA_BLENDER "\xef\x94\x97" // U+f517 +#define ICON_FA_BLENDER_PHONE "\xef\x9a\xb6" // U+f6b6 +#define ICON_FA_BLOG "\xef\x9e\x81" // U+f781 +#define ICON_FA_BOLD "\xef\x80\xb2" // U+f032 +#define ICON_FA_BOLT "\xef\x83\xa7" // U+f0e7 +#define ICON_FA_BOLT_LIGHTNING "\xee\x82\xb7" // U+e0b7 +#define ICON_FA_BOMB "\xef\x87\xa2" // U+f1e2 +#define ICON_FA_BONE "\xef\x97\x97" // U+f5d7 +#define ICON_FA_BONG "\xef\x95\x9c" // U+f55c +#define ICON_FA_BOOK "\xef\x80\xad" // U+f02d +#define ICON_FA_BOOK_ATLAS "\xef\x95\x98" // U+f558 +#define ICON_FA_BOOK_BIBLE "\xef\x99\x87" // U+f647 +#define ICON_FA_BOOK_BOOKMARK "\xee\x82\xbb" // U+e0bb +#define ICON_FA_BOOK_JOURNAL_WHILLS "\xef\x99\xaa" // U+f66a +#define ICON_FA_BOOK_MEDICAL "\xef\x9f\xa6" // U+f7e6 +#define ICON_FA_BOOK_OPEN "\xef\x94\x98" // U+f518 +#define ICON_FA_BOOK_OPEN_READER "\xef\x97\x9a" // U+f5da +#define ICON_FA_BOOK_QURAN "\xef\x9a\x87" // U+f687 +#define ICON_FA_BOOK_SKULL "\xef\x9a\xb7" // U+f6b7 +#define ICON_FA_BOOK_TANAKH "\xef\xa0\xa7" // U+f827 +#define ICON_FA_BOOKMARK "\xef\x80\xae" // U+f02e +#define ICON_FA_BORDER_ALL "\xef\xa1\x8c" // U+f84c +#define ICON_FA_BORDER_NONE "\xef\xa1\x90" // U+f850 +#define ICON_FA_BORDER_TOP_LEFT "\xef\xa1\x93" // U+f853 +#define ICON_FA_BORE_HOLE "\xee\x93\x83" // U+e4c3 +#define ICON_FA_BOTTLE_DROPLET "\xee\x93\x84" // U+e4c4 +#define ICON_FA_BOTTLE_WATER "\xee\x93\x85" // U+e4c5 +#define ICON_FA_BOWL_FOOD "\xee\x93\x86" // U+e4c6 +#define ICON_FA_BOWL_RICE "\xee\x8b\xab" // U+e2eb +#define ICON_FA_BOWLING_BALL "\xef\x90\xb6" // U+f436 +#define ICON_FA_BOX "\xef\x91\xa6" // U+f466 +#define ICON_FA_BOX_ARCHIVE "\xef\x86\x87" // U+f187 +#define ICON_FA_BOX_OPEN "\xef\x92\x9e" // U+f49e +#define ICON_FA_BOX_TISSUE "\xee\x81\x9b" // U+e05b +#define ICON_FA_BOXES_PACKING "\xee\x93\x87" // U+e4c7 +#define ICON_FA_BOXES_STACKED "\xef\x91\xa8" // U+f468 +#define ICON_FA_BRAILLE "\xef\x8a\xa1" // U+f2a1 +#define ICON_FA_BRAIN "\xef\x97\x9c" // U+f5dc +#define ICON_FA_BRAZILIAN_REAL_SIGN "\xee\x91\xac" // U+e46c +#define ICON_FA_BREAD_SLICE "\xef\x9f\xac" // U+f7ec +#define ICON_FA_BRIDGE "\xee\x93\x88" // U+e4c8 +#define ICON_FA_BRIDGE_CIRCLE_CHECK "\xee\x93\x89" // U+e4c9 +#define ICON_FA_BRIDGE_CIRCLE_EXCLAMATION "\xee\x93\x8a" // U+e4ca +#define ICON_FA_BRIDGE_CIRCLE_XMARK "\xee\x93\x8b" // U+e4cb +#define ICON_FA_BRIDGE_LOCK "\xee\x93\x8c" // U+e4cc +#define ICON_FA_BRIDGE_WATER "\xee\x93\x8e" // U+e4ce +#define ICON_FA_BRIEFCASE "\xef\x82\xb1" // U+f0b1 +#define ICON_FA_BRIEFCASE_MEDICAL "\xef\x91\xa9" // U+f469 +#define ICON_FA_BROOM "\xef\x94\x9a" // U+f51a +#define ICON_FA_BROOM_BALL "\xef\x91\x98" // U+f458 +#define ICON_FA_BRUSH "\xef\x95\x9d" // U+f55d +#define ICON_FA_BUCKET "\xee\x93\x8f" // U+e4cf +#define ICON_FA_BUG "\xef\x86\x88" // U+f188 +#define ICON_FA_BUG_SLASH "\xee\x92\x90" // U+e490 +#define ICON_FA_BUGS "\xee\x93\x90" // U+e4d0 +#define ICON_FA_BUILDING "\xef\x86\xad" // U+f1ad +#define ICON_FA_BUILDING_CIRCLE_ARROW_RIGHT "\xee\x93\x91" // U+e4d1 +#define ICON_FA_BUILDING_CIRCLE_CHECK "\xee\x93\x92" // U+e4d2 +#define ICON_FA_BUILDING_CIRCLE_EXCLAMATION "\xee\x93\x93" // U+e4d3 +#define ICON_FA_BUILDING_CIRCLE_XMARK "\xee\x93\x94" // U+e4d4 +#define ICON_FA_BUILDING_COLUMNS "\xef\x86\x9c" // U+f19c +#define ICON_FA_BUILDING_FLAG "\xee\x93\x95" // U+e4d5 +#define ICON_FA_BUILDING_LOCK "\xee\x93\x96" // U+e4d6 +#define ICON_FA_BUILDING_NGO "\xee\x93\x97" // U+e4d7 +#define ICON_FA_BUILDING_SHIELD "\xee\x93\x98" // U+e4d8 +#define ICON_FA_BUILDING_UN "\xee\x93\x99" // U+e4d9 +#define ICON_FA_BUILDING_USER "\xee\x93\x9a" // U+e4da +#define ICON_FA_BUILDING_WHEAT "\xee\x93\x9b" // U+e4db +#define ICON_FA_BULLHORN "\xef\x82\xa1" // U+f0a1 +#define ICON_FA_BULLSEYE "\xef\x85\x80" // U+f140 +#define ICON_FA_BURGER "\xef\xa0\x85" // U+f805 +#define ICON_FA_BURST "\xee\x93\x9c" // U+e4dc +#define ICON_FA_BUS "\xef\x88\x87" // U+f207 +#define ICON_FA_BUS_SIDE "\xee\xa0\x9d" // U+e81d +#define ICON_FA_BUS_SIMPLE "\xef\x95\x9e" // U+f55e +#define ICON_FA_BUSINESS_TIME "\xef\x99\x8a" // U+f64a +#define ICON_FA_C "C" // U+0043 +#define ICON_FA_CABLE_CAR "\xef\x9f\x9a" // U+f7da +#define ICON_FA_CAKE_CANDLES "\xef\x87\xbd" // U+f1fd +#define ICON_FA_CALCULATOR "\xef\x87\xac" // U+f1ec +#define ICON_FA_CALENDAR "\xef\x84\xb3" // U+f133 +#define ICON_FA_CALENDAR_CHECK "\xef\x89\xb4" // U+f274 +#define ICON_FA_CALENDAR_DAY "\xef\x9e\x83" // U+f783 +#define ICON_FA_CALENDAR_DAYS "\xef\x81\xb3" // U+f073 +#define ICON_FA_CALENDAR_MINUS "\xef\x89\xb2" // U+f272 +#define ICON_FA_CALENDAR_PLUS "\xef\x89\xb1" // U+f271 +#define ICON_FA_CALENDAR_WEEK "\xef\x9e\x84" // U+f784 +#define ICON_FA_CALENDAR_XMARK "\xef\x89\xb3" // U+f273 +#define ICON_FA_CAMERA "\xef\x80\xb0" // U+f030 +#define ICON_FA_CAMERA_RETRO "\xef\x82\x83" // U+f083 +#define ICON_FA_CAMERA_ROTATE "\xee\x83\x98" // U+e0d8 +#define ICON_FA_CAMPGROUND "\xef\x9a\xbb" // U+f6bb +#define ICON_FA_CANDY_CANE "\xef\x9e\x86" // U+f786 +#define ICON_FA_CANNABIS "\xef\x95\x9f" // U+f55f +#define ICON_FA_CAPSULES "\xef\x91\xab" // U+f46b +#define ICON_FA_CAR "\xef\x86\xb9" // U+f1b9 +#define ICON_FA_CAR_BATTERY "\xef\x97\x9f" // U+f5df +#define ICON_FA_CAR_BURST "\xef\x97\xa1" // U+f5e1 +#define ICON_FA_CAR_ON "\xee\x93\x9d" // U+e4dd +#define ICON_FA_CAR_REAR "\xef\x97\x9e" // U+f5de +#define ICON_FA_CAR_SIDE "\xef\x97\xa4" // U+f5e4 +#define ICON_FA_CAR_TUNNEL "\xee\x93\x9e" // U+e4de +#define ICON_FA_CARAVAN "\xef\xa3\xbf" // U+f8ff +#define ICON_FA_CARET_DOWN "\xef\x83\x97" // U+f0d7 +#define ICON_FA_CARET_LEFT "\xef\x83\x99" // U+f0d9 +#define ICON_FA_CARET_RIGHT "\xef\x83\x9a" // U+f0da +#define ICON_FA_CARET_UP "\xef\x83\x98" // U+f0d8 +#define ICON_FA_CARROT "\xef\x9e\x87" // U+f787 +#define ICON_FA_CART_ARROW_DOWN "\xef\x88\x98" // U+f218 +#define ICON_FA_CART_FLATBED "\xef\x91\xb4" // U+f474 +#define ICON_FA_CART_FLATBED_SUITCASE "\xef\x96\x9d" // U+f59d +#define ICON_FA_CART_PLUS "\xef\x88\x97" // U+f217 +#define ICON_FA_CART_SHOPPING "\xef\x81\xba" // U+f07a +#define ICON_FA_CASH_REGISTER "\xef\x9e\x88" // U+f788 +#define ICON_FA_CAT "\xef\x9a\xbe" // U+f6be +#define ICON_FA_CEDI_SIGN "\xee\x83\x9f" // U+e0df +#define ICON_FA_CENT_SIGN "\xee\x8f\xb5" // U+e3f5 +#define ICON_FA_CERTIFICATE "\xef\x82\xa3" // U+f0a3 +#define ICON_FA_CHAIR "\xef\x9b\x80" // U+f6c0 +#define ICON_FA_CHALKBOARD "\xef\x94\x9b" // U+f51b +#define ICON_FA_CHALKBOARD_USER "\xef\x94\x9c" // U+f51c +#define ICON_FA_CHAMPAGNE_GLASSES "\xef\x9e\x9f" // U+f79f +#define ICON_FA_CHARGING_STATION "\xef\x97\xa7" // U+f5e7 +#define ICON_FA_CHART_AREA "\xef\x87\xbe" // U+f1fe +#define ICON_FA_CHART_BAR "\xef\x82\x80" // U+f080 +#define ICON_FA_CHART_COLUMN "\xee\x83\xa3" // U+e0e3 +#define ICON_FA_CHART_DIAGRAM "\xee\x9a\x95" // U+e695 +#define ICON_FA_CHART_GANTT "\xee\x83\xa4" // U+e0e4 +#define ICON_FA_CHART_LINE "\xef\x88\x81" // U+f201 +#define ICON_FA_CHART_PIE "\xef\x88\x80" // U+f200 +#define ICON_FA_CHART_SIMPLE "\xee\x91\xb3" // U+e473 +#define ICON_FA_CHECK "\xef\x80\x8c" // U+f00c +#define ICON_FA_CHECK_DOUBLE "\xef\x95\xa0" // U+f560 +#define ICON_FA_CHECK_TO_SLOT "\xef\x9d\xb2" // U+f772 +#define ICON_FA_CHEESE "\xef\x9f\xaf" // U+f7ef +#define ICON_FA_CHESS "\xef\x90\xb9" // U+f439 +#define ICON_FA_CHESS_BISHOP "\xef\x90\xba" // U+f43a +#define ICON_FA_CHESS_BOARD "\xef\x90\xbc" // U+f43c +#define ICON_FA_CHESS_KING "\xef\x90\xbf" // U+f43f +#define ICON_FA_CHESS_KNIGHT "\xef\x91\x81" // U+f441 +#define ICON_FA_CHESS_PAWN "\xef\x91\x83" // U+f443 +#define ICON_FA_CHESS_QUEEN "\xef\x91\x85" // U+f445 +#define ICON_FA_CHESS_ROOK "\xef\x91\x87" // U+f447 +#define ICON_FA_CHEVRON_DOWN "\xef\x81\xb8" // U+f078 +#define ICON_FA_CHEVRON_LEFT "\xef\x81\x93" // U+f053 +#define ICON_FA_CHEVRON_RIGHT "\xef\x81\x94" // U+f054 +#define ICON_FA_CHEVRON_UP "\xef\x81\xb7" // U+f077 +#define ICON_FA_CHILD "\xef\x86\xae" // U+f1ae +#define ICON_FA_CHILD_COMBATANT "\xee\x93\xa0" // U+e4e0 +#define ICON_FA_CHILD_DRESS "\xee\x96\x9c" // U+e59c +#define ICON_FA_CHILD_REACHING "\xee\x96\x9d" // U+e59d +#define ICON_FA_CHILDREN "\xee\x93\xa1" // U+e4e1 +#define ICON_FA_CHURCH "\xef\x94\x9d" // U+f51d +#define ICON_FA_CIRCLE "\xef\x84\x91" // U+f111 +#define ICON_FA_CIRCLE_ARROW_DOWN "\xef\x82\xab" // U+f0ab +#define ICON_FA_CIRCLE_ARROW_LEFT "\xef\x82\xa8" // U+f0a8 +#define ICON_FA_CIRCLE_ARROW_RIGHT "\xef\x82\xa9" // U+f0a9 +#define ICON_FA_CIRCLE_ARROW_UP "\xef\x82\xaa" // U+f0aa +#define ICON_FA_CIRCLE_CHECK "\xef\x81\x98" // U+f058 +#define ICON_FA_CIRCLE_CHEVRON_DOWN "\xef\x84\xba" // U+f13a +#define ICON_FA_CIRCLE_CHEVRON_LEFT "\xef\x84\xb7" // U+f137 +#define ICON_FA_CIRCLE_CHEVRON_RIGHT "\xef\x84\xb8" // U+f138 +#define ICON_FA_CIRCLE_CHEVRON_UP "\xef\x84\xb9" // U+f139 +#define ICON_FA_CIRCLE_DOLLAR_TO_SLOT "\xef\x92\xb9" // U+f4b9 +#define ICON_FA_CIRCLE_DOT "\xef\x86\x92" // U+f192 +#define ICON_FA_CIRCLE_DOWN "\xef\x8d\x98" // U+f358 +#define ICON_FA_CIRCLE_EXCLAMATION "\xef\x81\xaa" // U+f06a +#define ICON_FA_CIRCLE_H "\xef\x91\xbe" // U+f47e +#define ICON_FA_CIRCLE_HALF_STROKE "\xef\x81\x82" // U+f042 +#define ICON_FA_CIRCLE_INFO "\xef\x81\x9a" // U+f05a +#define ICON_FA_CIRCLE_LEFT "\xef\x8d\x99" // U+f359 +#define ICON_FA_CIRCLE_MINUS "\xef\x81\x96" // U+f056 +#define ICON_FA_CIRCLE_NODES "\xee\x93\xa2" // U+e4e2 +#define ICON_FA_CIRCLE_NOTCH "\xef\x87\x8e" // U+f1ce +#define ICON_FA_CIRCLE_PAUSE "\xef\x8a\x8b" // U+f28b +#define ICON_FA_CIRCLE_PLAY "\xef\x85\x84" // U+f144 +#define ICON_FA_CIRCLE_PLUS "\xef\x81\x95" // U+f055 +#define ICON_FA_CIRCLE_QUESTION "\xef\x81\x99" // U+f059 +#define ICON_FA_CIRCLE_RADIATION "\xef\x9e\xba" // U+f7ba +#define ICON_FA_CIRCLE_RIGHT "\xef\x8d\x9a" // U+f35a +#define ICON_FA_CIRCLE_STOP "\xef\x8a\x8d" // U+f28d +#define ICON_FA_CIRCLE_UP "\xef\x8d\x9b" // U+f35b +#define ICON_FA_CIRCLE_USER "\xef\x8a\xbd" // U+f2bd +#define ICON_FA_CIRCLE_XMARK "\xef\x81\x97" // U+f057 +#define ICON_FA_CITY "\xef\x99\x8f" // U+f64f +#define ICON_FA_CLAPPERBOARD "\xee\x84\xb1" // U+e131 +#define ICON_FA_CLIPBOARD "\xef\x8c\xa8" // U+f328 +#define ICON_FA_CLIPBOARD_CHECK "\xef\x91\xac" // U+f46c +#define ICON_FA_CLIPBOARD_LIST "\xef\x91\xad" // U+f46d +#define ICON_FA_CLIPBOARD_QUESTION "\xee\x93\xa3" // U+e4e3 +#define ICON_FA_CLIPBOARD_USER "\xef\x9f\xb3" // U+f7f3 +#define ICON_FA_CLOCK "\xef\x80\x97" // U+f017 +#define ICON_FA_CLOCK_ROTATE_LEFT "\xef\x87\x9a" // U+f1da +#define ICON_FA_CLONE "\xef\x89\x8d" // U+f24d +#define ICON_FA_CLOSED_CAPTIONING "\xef\x88\x8a" // U+f20a +#define ICON_FA_CLOUD "\xef\x83\x82" // U+f0c2 +#define ICON_FA_CLOUD_ARROW_DOWN "\xef\x83\xad" // U+f0ed +#define ICON_FA_CLOUD_ARROW_UP "\xef\x83\xae" // U+f0ee +#define ICON_FA_CLOUD_BOLT "\xef\x9d\xac" // U+f76c +#define ICON_FA_CLOUD_MEATBALL "\xef\x9c\xbb" // U+f73b +#define ICON_FA_CLOUD_MOON "\xef\x9b\x83" // U+f6c3 +#define ICON_FA_CLOUD_MOON_RAIN "\xef\x9c\xbc" // U+f73c +#define ICON_FA_CLOUD_RAIN "\xef\x9c\xbd" // U+f73d +#define ICON_FA_CLOUD_SHOWERS_HEAVY "\xef\x9d\x80" // U+f740 +#define ICON_FA_CLOUD_SHOWERS_WATER "\xee\x93\xa4" // U+e4e4 +#define ICON_FA_CLOUD_SUN "\xef\x9b\x84" // U+f6c4 +#define ICON_FA_CLOUD_SUN_RAIN "\xef\x9d\x83" // U+f743 +#define ICON_FA_CLOVER "\xee\x84\xb9" // U+e139 +#define ICON_FA_CODE "\xef\x84\xa1" // U+f121 +#define ICON_FA_CODE_BRANCH "\xef\x84\xa6" // U+f126 +#define ICON_FA_CODE_COMMIT "\xef\x8e\x86" // U+f386 +#define ICON_FA_CODE_COMPARE "\xee\x84\xba" // U+e13a +#define ICON_FA_CODE_FORK "\xee\x84\xbb" // U+e13b +#define ICON_FA_CODE_MERGE "\xef\x8e\x87" // U+f387 +#define ICON_FA_CODE_PULL_REQUEST "\xee\x84\xbc" // U+e13c +#define ICON_FA_COINS "\xef\x94\x9e" // U+f51e +#define ICON_FA_COLON_SIGN "\xee\x85\x80" // U+e140 +#define ICON_FA_COMMENT "\xef\x81\xb5" // U+f075 +#define ICON_FA_COMMENT_DOLLAR "\xef\x99\x91" // U+f651 +#define ICON_FA_COMMENT_DOTS "\xef\x92\xad" // U+f4ad +#define ICON_FA_COMMENT_MEDICAL "\xef\x9f\xb5" // U+f7f5 +#define ICON_FA_COMMENT_NODES "\xee\x9a\x96" // U+e696 +#define ICON_FA_COMMENT_SLASH "\xef\x92\xb3" // U+f4b3 +#define ICON_FA_COMMENT_SMS "\xef\x9f\x8d" // U+f7cd +#define ICON_FA_COMMENTS "\xef\x82\x86" // U+f086 +#define ICON_FA_COMMENTS_DOLLAR "\xef\x99\x93" // U+f653 +#define ICON_FA_COMPACT_DISC "\xef\x94\x9f" // U+f51f +#define ICON_FA_COMPASS "\xef\x85\x8e" // U+f14e +#define ICON_FA_COMPASS_DRAFTING "\xef\x95\xa8" // U+f568 +#define ICON_FA_COMPRESS "\xef\x81\xa6" // U+f066 +#define ICON_FA_COMPUTER "\xee\x93\xa5" // U+e4e5 +#define ICON_FA_COMPUTER_MOUSE "\xef\xa3\x8c" // U+f8cc +#define ICON_FA_COOKIE "\xef\x95\xa3" // U+f563 +#define ICON_FA_COOKIE_BITE "\xef\x95\xa4" // U+f564 +#define ICON_FA_COPY "\xef\x83\x85" // U+f0c5 +#define ICON_FA_COPYRIGHT "\xef\x87\xb9" // U+f1f9 +#define ICON_FA_COUCH "\xef\x92\xb8" // U+f4b8 +#define ICON_FA_COW "\xef\x9b\x88" // U+f6c8 +#define ICON_FA_CREDIT_CARD "\xef\x82\x9d" // U+f09d +#define ICON_FA_CROP "\xef\x84\xa5" // U+f125 +#define ICON_FA_CROP_SIMPLE "\xef\x95\xa5" // U+f565 +#define ICON_FA_CROSS "\xef\x99\x94" // U+f654 +#define ICON_FA_CROSSHAIRS "\xef\x81\x9b" // U+f05b +#define ICON_FA_CROW "\xef\x94\xa0" // U+f520 +#define ICON_FA_CROWN "\xef\x94\xa1" // U+f521 +#define ICON_FA_CRUTCH "\xef\x9f\xb7" // U+f7f7 +#define ICON_FA_CRUZEIRO_SIGN "\xee\x85\x92" // U+e152 +#define ICON_FA_CUBE "\xef\x86\xb2" // U+f1b2 +#define ICON_FA_CUBES "\xef\x86\xb3" // U+f1b3 +#define ICON_FA_CUBES_STACKED "\xee\x93\xa6" // U+e4e6 +#define ICON_FA_D "D" // U+0044 +#define ICON_FA_DATABASE "\xef\x87\x80" // U+f1c0 +#define ICON_FA_DELETE_LEFT "\xef\x95\x9a" // U+f55a +#define ICON_FA_DEMOCRAT "\xef\x9d\x87" // U+f747 +#define ICON_FA_DESKTOP "\xef\x8e\x90" // U+f390 +#define ICON_FA_DHARMACHAKRA "\xef\x99\x95" // U+f655 +#define ICON_FA_DIAGRAM_NEXT "\xee\x91\xb6" // U+e476 +#define ICON_FA_DIAGRAM_PREDECESSOR "\xee\x91\xb7" // U+e477 +#define ICON_FA_DIAGRAM_PROJECT "\xef\x95\x82" // U+f542 +#define ICON_FA_DIAGRAM_SUCCESSOR "\xee\x91\xba" // U+e47a +#define ICON_FA_DIAMOND "\xef\x88\x99" // U+f219 +#define ICON_FA_DIAMOND_TURN_RIGHT "\xef\x97\xab" // U+f5eb +#define ICON_FA_DICE "\xef\x94\xa2" // U+f522 +#define ICON_FA_DICE_D20 "\xef\x9b\x8f" // U+f6cf +#define ICON_FA_DICE_D6 "\xef\x9b\x91" // U+f6d1 +#define ICON_FA_DICE_FIVE "\xef\x94\xa3" // U+f523 +#define ICON_FA_DICE_FOUR "\xef\x94\xa4" // U+f524 +#define ICON_FA_DICE_ONE "\xef\x94\xa5" // U+f525 +#define ICON_FA_DICE_SIX "\xef\x94\xa6" // U+f526 +#define ICON_FA_DICE_THREE "\xef\x94\xa7" // U+f527 +#define ICON_FA_DICE_TWO "\xef\x94\xa8" // U+f528 +#define ICON_FA_DISEASE "\xef\x9f\xba" // U+f7fa +#define ICON_FA_DISPLAY "\xee\x85\xa3" // U+e163 +#define ICON_FA_DIVIDE "\xef\x94\xa9" // U+f529 +#define ICON_FA_DNA "\xef\x91\xb1" // U+f471 +#define ICON_FA_DOG "\xef\x9b\x93" // U+f6d3 +#define ICON_FA_DOLLAR_SIGN "$" // U+0024 +#define ICON_FA_DOLLY "\xef\x91\xb2" // U+f472 +#define ICON_FA_DONG_SIGN "\xee\x85\xa9" // U+e169 +#define ICON_FA_DOOR_CLOSED "\xef\x94\xaa" // U+f52a +#define ICON_FA_DOOR_OPEN "\xef\x94\xab" // U+f52b +#define ICON_FA_DOVE "\xef\x92\xba" // U+f4ba +#define ICON_FA_DOWN_LEFT_AND_UP_RIGHT_TO_CENTER "\xef\x90\xa2" // U+f422 +#define ICON_FA_DOWN_LONG "\xef\x8c\x89" // U+f309 +#define ICON_FA_DOWNLOAD "\xef\x80\x99" // U+f019 +#define ICON_FA_DRAGON "\xef\x9b\x95" // U+f6d5 +#define ICON_FA_DRAW_POLYGON "\xef\x97\xae" // U+f5ee +#define ICON_FA_DROPLET "\xef\x81\x83" // U+f043 +#define ICON_FA_DROPLET_SLASH "\xef\x97\x87" // U+f5c7 +#define ICON_FA_DRUM "\xef\x95\xa9" // U+f569 +#define ICON_FA_DRUM_STEELPAN "\xef\x95\xaa" // U+f56a +#define ICON_FA_DRUMSTICK_BITE "\xef\x9b\x97" // U+f6d7 +#define ICON_FA_DUMBBELL "\xef\x91\x8b" // U+f44b +#define ICON_FA_DUMPSTER "\xef\x9e\x93" // U+f793 +#define ICON_FA_DUMPSTER_FIRE "\xef\x9e\x94" // U+f794 +#define ICON_FA_DUNGEON "\xef\x9b\x99" // U+f6d9 +#define ICON_FA_E "E" // U+0045 +#define ICON_FA_EAR_DEAF "\xef\x8a\xa4" // U+f2a4 +#define ICON_FA_EAR_LISTEN "\xef\x8a\xa2" // U+f2a2 +#define ICON_FA_EARTH_AFRICA "\xef\x95\xbc" // U+f57c +#define ICON_FA_EARTH_AMERICAS "\xef\x95\xbd" // U+f57d +#define ICON_FA_EARTH_ASIA "\xef\x95\xbe" // U+f57e +#define ICON_FA_EARTH_EUROPE "\xef\x9e\xa2" // U+f7a2 +#define ICON_FA_EARTH_OCEANIA "\xee\x91\xbb" // U+e47b +#define ICON_FA_EGG "\xef\x9f\xbb" // U+f7fb +#define ICON_FA_EJECT "\xef\x81\x92" // U+f052 +#define ICON_FA_ELEVATOR "\xee\x85\xad" // U+e16d +#define ICON_FA_ELLIPSIS "\xef\x85\x81" // U+f141 +#define ICON_FA_ELLIPSIS_VERTICAL "\xef\x85\x82" // U+f142 +#define ICON_FA_ENVELOPE "\xef\x83\xa0" // U+f0e0 +#define ICON_FA_ENVELOPE_CIRCLE_CHECK "\xee\x93\xa8" // U+e4e8 +#define ICON_FA_ENVELOPE_OPEN "\xef\x8a\xb6" // U+f2b6 +#define ICON_FA_ENVELOPE_OPEN_TEXT "\xef\x99\x98" // U+f658 +#define ICON_FA_ENVELOPES_BULK "\xef\x99\xb4" // U+f674 +#define ICON_FA_EQUALS "=" // U+003d +#define ICON_FA_ERASER "\xef\x84\xad" // U+f12d +#define ICON_FA_ETHERNET "\xef\x9e\x96" // U+f796 +#define ICON_FA_EURO_SIGN "\xef\x85\x93" // U+f153 +#define ICON_FA_EXCLAMATION "!" // U+0021 +#define ICON_FA_EXPAND "\xef\x81\xa5" // U+f065 +#define ICON_FA_EXPLOSION "\xee\x93\xa9" // U+e4e9 +#define ICON_FA_EYE "\xef\x81\xae" // U+f06e +#define ICON_FA_EYE_DROPPER "\xef\x87\xbb" // U+f1fb +#define ICON_FA_EYE_LOW_VISION "\xef\x8a\xa8" // U+f2a8 +#define ICON_FA_EYE_SLASH "\xef\x81\xb0" // U+f070 +#define ICON_FA_F "F" // U+0046 +#define ICON_FA_FACE_ANGRY "\xef\x95\x96" // U+f556 +#define ICON_FA_FACE_DIZZY "\xef\x95\xa7" // U+f567 +#define ICON_FA_FACE_FLUSHED "\xef\x95\xb9" // U+f579 +#define ICON_FA_FACE_FROWN "\xef\x84\x99" // U+f119 +#define ICON_FA_FACE_FROWN_OPEN "\xef\x95\xba" // U+f57a +#define ICON_FA_FACE_GRIMACE "\xef\x95\xbf" // U+f57f +#define ICON_FA_FACE_GRIN "\xef\x96\x80" // U+f580 +#define ICON_FA_FACE_GRIN_BEAM "\xef\x96\x82" // U+f582 +#define ICON_FA_FACE_GRIN_BEAM_SWEAT "\xef\x96\x83" // U+f583 +#define ICON_FA_FACE_GRIN_HEARTS "\xef\x96\x84" // U+f584 +#define ICON_FA_FACE_GRIN_SQUINT "\xef\x96\x85" // U+f585 +#define ICON_FA_FACE_GRIN_SQUINT_TEARS "\xef\x96\x86" // U+f586 +#define ICON_FA_FACE_GRIN_STARS "\xef\x96\x87" // U+f587 +#define ICON_FA_FACE_GRIN_TEARS "\xef\x96\x88" // U+f588 +#define ICON_FA_FACE_GRIN_TONGUE "\xef\x96\x89" // U+f589 +#define ICON_FA_FACE_GRIN_TONGUE_SQUINT "\xef\x96\x8a" // U+f58a +#define ICON_FA_FACE_GRIN_TONGUE_WINK "\xef\x96\x8b" // U+f58b +#define ICON_FA_FACE_GRIN_WIDE "\xef\x96\x81" // U+f581 +#define ICON_FA_FACE_GRIN_WINK "\xef\x96\x8c" // U+f58c +#define ICON_FA_FACE_KISS "\xef\x96\x96" // U+f596 +#define ICON_FA_FACE_KISS_BEAM "\xef\x96\x97" // U+f597 +#define ICON_FA_FACE_KISS_WINK_HEART "\xef\x96\x98" // U+f598 +#define ICON_FA_FACE_LAUGH "\xef\x96\x99" // U+f599 +#define ICON_FA_FACE_LAUGH_BEAM "\xef\x96\x9a" // U+f59a +#define ICON_FA_FACE_LAUGH_SQUINT "\xef\x96\x9b" // U+f59b +#define ICON_FA_FACE_LAUGH_WINK "\xef\x96\x9c" // U+f59c +#define ICON_FA_FACE_MEH "\xef\x84\x9a" // U+f11a +#define ICON_FA_FACE_MEH_BLANK "\xef\x96\xa4" // U+f5a4 +#define ICON_FA_FACE_ROLLING_EYES "\xef\x96\xa5" // U+f5a5 +#define ICON_FA_FACE_SAD_CRY "\xef\x96\xb3" // U+f5b3 +#define ICON_FA_FACE_SAD_TEAR "\xef\x96\xb4" // U+f5b4 +#define ICON_FA_FACE_SMILE "\xef\x84\x98" // U+f118 +#define ICON_FA_FACE_SMILE_BEAM "\xef\x96\xb8" // U+f5b8 +#define ICON_FA_FACE_SMILE_WINK "\xef\x93\x9a" // U+f4da +#define ICON_FA_FACE_SURPRISE "\xef\x97\x82" // U+f5c2 +#define ICON_FA_FACE_TIRED "\xef\x97\x88" // U+f5c8 +#define ICON_FA_FAN "\xef\xa1\xa3" // U+f863 +#define ICON_FA_FAUCET "\xee\x80\x85" // U+e005 +#define ICON_FA_FAUCET_DRIP "\xee\x80\x86" // U+e006 +#define ICON_FA_FAX "\xef\x86\xac" // U+f1ac +#define ICON_FA_FEATHER "\xef\x94\xad" // U+f52d +#define ICON_FA_FEATHER_POINTED "\xef\x95\xab" // U+f56b +#define ICON_FA_FERRY "\xee\x93\xaa" // U+e4ea +#define ICON_FA_FILE "\xef\x85\x9b" // U+f15b +#define ICON_FA_FILE_ARROW_DOWN "\xef\x95\xad" // U+f56d +#define ICON_FA_FILE_ARROW_UP "\xef\x95\xb4" // U+f574 +#define ICON_FA_FILE_AUDIO "\xef\x87\x87" // U+f1c7 +#define ICON_FA_FILE_CIRCLE_CHECK "\xee\x96\xa0" // U+e5a0 +#define ICON_FA_FILE_CIRCLE_EXCLAMATION "\xee\x93\xab" // U+e4eb +#define ICON_FA_FILE_CIRCLE_MINUS "\xee\x93\xad" // U+e4ed +#define ICON_FA_FILE_CIRCLE_PLUS "\xee\x92\x94" // U+e494 +#define ICON_FA_FILE_CIRCLE_QUESTION "\xee\x93\xaf" // U+e4ef +#define ICON_FA_FILE_CIRCLE_XMARK "\xee\x96\xa1" // U+e5a1 +#define ICON_FA_FILE_CODE "\xef\x87\x89" // U+f1c9 +#define ICON_FA_FILE_CONTRACT "\xef\x95\xac" // U+f56c +#define ICON_FA_FILE_CSV "\xef\x9b\x9d" // U+f6dd +#define ICON_FA_FILE_EXCEL "\xef\x87\x83" // U+f1c3 +#define ICON_FA_FILE_EXPORT "\xef\x95\xae" // U+f56e +#define ICON_FA_FILE_FRAGMENT "\xee\x9a\x97" // U+e697 +#define ICON_FA_FILE_HALF_DASHED "\xee\x9a\x98" // U+e698 +#define ICON_FA_FILE_IMAGE "\xef\x87\x85" // U+f1c5 +#define ICON_FA_FILE_IMPORT "\xef\x95\xaf" // U+f56f +#define ICON_FA_FILE_INVOICE "\xef\x95\xb0" // U+f570 +#define ICON_FA_FILE_INVOICE_DOLLAR "\xef\x95\xb1" // U+f571 +#define ICON_FA_FILE_LINES "\xef\x85\x9c" // U+f15c +#define ICON_FA_FILE_MEDICAL "\xef\x91\xb7" // U+f477 +#define ICON_FA_FILE_PDF "\xef\x87\x81" // U+f1c1 +#define ICON_FA_FILE_PEN "\xef\x8c\x9c" // U+f31c +#define ICON_FA_FILE_POWERPOINT "\xef\x87\x84" // U+f1c4 +#define ICON_FA_FILE_PRESCRIPTION "\xef\x95\xb2" // U+f572 +#define ICON_FA_FILE_SHIELD "\xee\x93\xb0" // U+e4f0 +#define ICON_FA_FILE_SIGNATURE "\xef\x95\xb3" // U+f573 +#define ICON_FA_FILE_VIDEO "\xef\x87\x88" // U+f1c8 +#define ICON_FA_FILE_WAVEFORM "\xef\x91\xb8" // U+f478 +#define ICON_FA_FILE_WORD "\xef\x87\x82" // U+f1c2 +#define ICON_FA_FILE_ZIPPER "\xef\x87\x86" // U+f1c6 +#define ICON_FA_FILL "\xef\x95\xb5" // U+f575 +#define ICON_FA_FILL_DRIP "\xef\x95\xb6" // U+f576 +#define ICON_FA_FILM "\xef\x80\x88" // U+f008 +#define ICON_FA_FILTER "\xef\x82\xb0" // U+f0b0 +#define ICON_FA_FILTER_CIRCLE_DOLLAR "\xef\x99\xa2" // U+f662 +#define ICON_FA_FILTER_CIRCLE_XMARK "\xee\x85\xbb" // U+e17b +#define ICON_FA_FINGERPRINT "\xef\x95\xb7" // U+f577 +#define ICON_FA_FIRE "\xef\x81\xad" // U+f06d +#define ICON_FA_FIRE_BURNER "\xee\x93\xb1" // U+e4f1 +#define ICON_FA_FIRE_EXTINGUISHER "\xef\x84\xb4" // U+f134 +#define ICON_FA_FIRE_FLAME_CURVED "\xef\x9f\xa4" // U+f7e4 +#define ICON_FA_FIRE_FLAME_SIMPLE "\xef\x91\xaa" // U+f46a +#define ICON_FA_FISH "\xef\x95\xb8" // U+f578 +#define ICON_FA_FISH_FINS "\xee\x93\xb2" // U+e4f2 +#define ICON_FA_FLAG "\xef\x80\xa4" // U+f024 +#define ICON_FA_FLAG_CHECKERED "\xef\x84\x9e" // U+f11e +#define ICON_FA_FLAG_USA "\xef\x9d\x8d" // U+f74d +#define ICON_FA_FLASK "\xef\x83\x83" // U+f0c3 +#define ICON_FA_FLASK_VIAL "\xee\x93\xb3" // U+e4f3 +#define ICON_FA_FLOPPY_DISK "\xef\x83\x87" // U+f0c7 +#define ICON_FA_FLORIN_SIGN "\xee\x86\x84" // U+e184 +#define ICON_FA_FOLDER "\xef\x81\xbb" // U+f07b +#define ICON_FA_FOLDER_CLOSED "\xee\x86\x85" // U+e185 +#define ICON_FA_FOLDER_MINUS "\xef\x99\x9d" // U+f65d +#define ICON_FA_FOLDER_OPEN "\xef\x81\xbc" // U+f07c +#define ICON_FA_FOLDER_PLUS "\xef\x99\x9e" // U+f65e +#define ICON_FA_FOLDER_TREE "\xef\xa0\x82" // U+f802 +#define ICON_FA_FONT "\xef\x80\xb1" // U+f031 +#define ICON_FA_FONT_AWESOME "\xef\x8a\xb4" // U+f2b4 +#define ICON_FA_FOOTBALL "\xef\x91\x8e" // U+f44e +#define ICON_FA_FORWARD "\xef\x81\x8e" // U+f04e +#define ICON_FA_FORWARD_FAST "\xef\x81\x90" // U+f050 +#define ICON_FA_FORWARD_STEP "\xef\x81\x91" // U+f051 +#define ICON_FA_FRANC_SIGN "\xee\x86\x8f" // U+e18f +#define ICON_FA_FROG "\xef\x94\xae" // U+f52e +#define ICON_FA_FUTBOL "\xef\x87\xa3" // U+f1e3 +#define ICON_FA_G "G" // U+0047 +#define ICON_FA_GAMEPAD "\xef\x84\x9b" // U+f11b +#define ICON_FA_GAS_PUMP "\xef\x94\xaf" // U+f52f +#define ICON_FA_GAUGE "\xef\x98\xa4" // U+f624 +#define ICON_FA_GAUGE_HIGH "\xef\x98\xa5" // U+f625 +#define ICON_FA_GAUGE_SIMPLE "\xef\x98\xa9" // U+f629 +#define ICON_FA_GAUGE_SIMPLE_HIGH "\xef\x98\xaa" // U+f62a +#define ICON_FA_GAVEL "\xef\x83\xa3" // U+f0e3 +#define ICON_FA_GEAR "\xef\x80\x93" // U+f013 +#define ICON_FA_GEARS "\xef\x82\x85" // U+f085 +#define ICON_FA_GEM "\xef\x8e\xa5" // U+f3a5 +#define ICON_FA_GENDERLESS "\xef\x88\xad" // U+f22d +#define ICON_FA_GHOST "\xef\x9b\xa2" // U+f6e2 +#define ICON_FA_GIFT "\xef\x81\xab" // U+f06b +#define ICON_FA_GIFTS "\xef\x9e\x9c" // U+f79c +#define ICON_FA_GLASS_WATER "\xee\x93\xb4" // U+e4f4 +#define ICON_FA_GLASS_WATER_DROPLET "\xee\x93\xb5" // U+e4f5 +#define ICON_FA_GLASSES "\xef\x94\xb0" // U+f530 +#define ICON_FA_GLOBE "\xef\x82\xac" // U+f0ac +#define ICON_FA_GOLF_BALL_TEE "\xef\x91\x90" // U+f450 +#define ICON_FA_GOPURAM "\xef\x99\xa4" // U+f664 +#define ICON_FA_GRADUATION_CAP "\xef\x86\x9d" // U+f19d +#define ICON_FA_GREATER_THAN ">" // U+003e +#define ICON_FA_GREATER_THAN_EQUAL "\xef\x94\xb2" // U+f532 +#define ICON_FA_GRIP "\xef\x96\x8d" // U+f58d +#define ICON_FA_GRIP_LINES "\xef\x9e\xa4" // U+f7a4 +#define ICON_FA_GRIP_LINES_VERTICAL "\xef\x9e\xa5" // U+f7a5 +#define ICON_FA_GRIP_VERTICAL "\xef\x96\x8e" // U+f58e +#define ICON_FA_GROUP_ARROWS_ROTATE "\xee\x93\xb6" // U+e4f6 +#define ICON_FA_GUARANI_SIGN "\xee\x86\x9a" // U+e19a +#define ICON_FA_GUITAR "\xef\x9e\xa6" // U+f7a6 +#define ICON_FA_GUN "\xee\x86\x9b" // U+e19b +#define ICON_FA_H "H" // U+0048 +#define ICON_FA_HAMMER "\xef\x9b\xa3" // U+f6e3 +#define ICON_FA_HAMSA "\xef\x99\xa5" // U+f665 +#define ICON_FA_HAND "\xef\x89\x96" // U+f256 +#define ICON_FA_HAND_BACK_FIST "\xef\x89\x95" // U+f255 +#define ICON_FA_HAND_DOTS "\xef\x91\xa1" // U+f461 +#define ICON_FA_HAND_FIST "\xef\x9b\x9e" // U+f6de +#define ICON_FA_HAND_HOLDING "\xef\x92\xbd" // U+f4bd +#define ICON_FA_HAND_HOLDING_DOLLAR "\xef\x93\x80" // U+f4c0 +#define ICON_FA_HAND_HOLDING_DROPLET "\xef\x93\x81" // U+f4c1 +#define ICON_FA_HAND_HOLDING_HAND "\xee\x93\xb7" // U+e4f7 +#define ICON_FA_HAND_HOLDING_HEART "\xef\x92\xbe" // U+f4be +#define ICON_FA_HAND_HOLDING_MEDICAL "\xee\x81\x9c" // U+e05c +#define ICON_FA_HAND_LIZARD "\xef\x89\x98" // U+f258 +#define ICON_FA_HAND_MIDDLE_FINGER "\xef\xa0\x86" // U+f806 +#define ICON_FA_HAND_PEACE "\xef\x89\x9b" // U+f25b +#define ICON_FA_HAND_POINT_DOWN "\xef\x82\xa7" // U+f0a7 +#define ICON_FA_HAND_POINT_LEFT "\xef\x82\xa5" // U+f0a5 +#define ICON_FA_HAND_POINT_RIGHT "\xef\x82\xa4" // U+f0a4 +#define ICON_FA_HAND_POINT_UP "\xef\x82\xa6" // U+f0a6 +#define ICON_FA_HAND_POINTER "\xef\x89\x9a" // U+f25a +#define ICON_FA_HAND_SCISSORS "\xef\x89\x97" // U+f257 +#define ICON_FA_HAND_SPARKLES "\xee\x81\x9d" // U+e05d +#define ICON_FA_HAND_SPOCK "\xef\x89\x99" // U+f259 +#define ICON_FA_HANDCUFFS "\xee\x93\xb8" // U+e4f8 +#define ICON_FA_HANDS "\xef\x8a\xa7" // U+f2a7 +#define ICON_FA_HANDS_ASL_INTERPRETING "\xef\x8a\xa3" // U+f2a3 +#define ICON_FA_HANDS_BOUND "\xee\x93\xb9" // U+e4f9 +#define ICON_FA_HANDS_BUBBLES "\xee\x81\x9e" // U+e05e +#define ICON_FA_HANDS_CLAPPING "\xee\x86\xa8" // U+e1a8 +#define ICON_FA_HANDS_HOLDING "\xef\x93\x82" // U+f4c2 +#define ICON_FA_HANDS_HOLDING_CHILD "\xee\x93\xba" // U+e4fa +#define ICON_FA_HANDS_HOLDING_CIRCLE "\xee\x93\xbb" // U+e4fb +#define ICON_FA_HANDS_PRAYING "\xef\x9a\x84" // U+f684 +#define ICON_FA_HANDSHAKE "\xef\x8a\xb5" // U+f2b5 +#define ICON_FA_HANDSHAKE_ANGLE "\xef\x93\x84" // U+f4c4 +#define ICON_FA_HANDSHAKE_SLASH "\xee\x81\xa0" // U+e060 +#define ICON_FA_HANUKIAH "\xef\x9b\xa6" // U+f6e6 +#define ICON_FA_HARD_DRIVE "\xef\x82\xa0" // U+f0a0 +#define ICON_FA_HASHTAG "#" // U+0023 +#define ICON_FA_HAT_COWBOY "\xef\xa3\x80" // U+f8c0 +#define ICON_FA_HAT_COWBOY_SIDE "\xef\xa3\x81" // U+f8c1 +#define ICON_FA_HAT_WIZARD "\xef\x9b\xa8" // U+f6e8 +#define ICON_FA_HEAD_SIDE_COUGH "\xee\x81\xa1" // U+e061 +#define ICON_FA_HEAD_SIDE_COUGH_SLASH "\xee\x81\xa2" // U+e062 +#define ICON_FA_HEAD_SIDE_MASK "\xee\x81\xa3" // U+e063 +#define ICON_FA_HEAD_SIDE_VIRUS "\xee\x81\xa4" // U+e064 +#define ICON_FA_HEADING "\xef\x87\x9c" // U+f1dc +#define ICON_FA_HEADPHONES "\xef\x80\xa5" // U+f025 +#define ICON_FA_HEADSET "\xef\x96\x90" // U+f590 +#define ICON_FA_HEART "\xef\x80\x84" // U+f004 +#define ICON_FA_HEART_CIRCLE_BOLT "\xee\x93\xbc" // U+e4fc +#define ICON_FA_HEART_CIRCLE_CHECK "\xee\x93\xbd" // U+e4fd +#define ICON_FA_HEART_CIRCLE_EXCLAMATION "\xee\x93\xbe" // U+e4fe +#define ICON_FA_HEART_CIRCLE_MINUS "\xee\x93\xbf" // U+e4ff +#define ICON_FA_HEART_CIRCLE_PLUS "\xee\x94\x80" // U+e500 +#define ICON_FA_HEART_CIRCLE_XMARK "\xee\x94\x81" // U+e501 +#define ICON_FA_HEART_CRACK "\xef\x9e\xa9" // U+f7a9 +#define ICON_FA_HEART_PULSE "\xef\x88\x9e" // U+f21e +#define ICON_FA_HELICOPTER "\xef\x94\xb3" // U+f533 +#define ICON_FA_HELICOPTER_SYMBOL "\xee\x94\x82" // U+e502 +#define ICON_FA_HELMET_SAFETY "\xef\xa0\x87" // U+f807 +#define ICON_FA_HELMET_UN "\xee\x94\x83" // U+e503 +#define ICON_FA_HEXAGON "\xef\x8c\x92" // U+f312 +#define ICON_FA_HEXAGON_NODES "\xee\x9a\x99" // U+e699 +#define ICON_FA_HEXAGON_NODES_BOLT "\xee\x9a\x9a" // U+e69a +#define ICON_FA_HIGHLIGHTER "\xef\x96\x91" // U+f591 +#define ICON_FA_HILL_AVALANCHE "\xee\x94\x87" // U+e507 +#define ICON_FA_HILL_ROCKSLIDE "\xee\x94\x88" // U+e508 +#define ICON_FA_HIPPO "\xef\x9b\xad" // U+f6ed +#define ICON_FA_HOCKEY_PUCK "\xef\x91\x93" // U+f453 +#define ICON_FA_HOLLY_BERRY "\xef\x9e\xaa" // U+f7aa +#define ICON_FA_HORSE "\xef\x9b\xb0" // U+f6f0 +#define ICON_FA_HORSE_HEAD "\xef\x9e\xab" // U+f7ab +#define ICON_FA_HOSPITAL "\xef\x83\xb8" // U+f0f8 +#define ICON_FA_HOSPITAL_USER "\xef\xa0\x8d" // U+f80d +#define ICON_FA_HOT_TUB_PERSON "\xef\x96\x93" // U+f593 +#define ICON_FA_HOTDOG "\xef\xa0\x8f" // U+f80f +#define ICON_FA_HOTEL "\xef\x96\x94" // U+f594 +#define ICON_FA_HOURGLASS "\xef\x89\x94" // U+f254 +#define ICON_FA_HOURGLASS_END "\xef\x89\x93" // U+f253 +#define ICON_FA_HOURGLASS_HALF "\xef\x89\x92" // U+f252 +#define ICON_FA_HOURGLASS_START "\xef\x89\x91" // U+f251 +#define ICON_FA_HOUSE "\xef\x80\x95" // U+f015 +#define ICON_FA_HOUSE_CHIMNEY "\xee\x8e\xaf" // U+e3af +#define ICON_FA_HOUSE_CHIMNEY_CRACK "\xef\x9b\xb1" // U+f6f1 +#define ICON_FA_HOUSE_CHIMNEY_MEDICAL "\xef\x9f\xb2" // U+f7f2 +#define ICON_FA_HOUSE_CHIMNEY_USER "\xee\x81\xa5" // U+e065 +#define ICON_FA_HOUSE_CHIMNEY_WINDOW "\xee\x80\x8d" // U+e00d +#define ICON_FA_HOUSE_CIRCLE_CHECK "\xee\x94\x89" // U+e509 +#define ICON_FA_HOUSE_CIRCLE_EXCLAMATION "\xee\x94\x8a" // U+e50a +#define ICON_FA_HOUSE_CIRCLE_XMARK "\xee\x94\x8b" // U+e50b +#define ICON_FA_HOUSE_CRACK "\xee\x8e\xb1" // U+e3b1 +#define ICON_FA_HOUSE_FIRE "\xee\x94\x8c" // U+e50c +#define ICON_FA_HOUSE_FLAG "\xee\x94\x8d" // U+e50d +#define ICON_FA_HOUSE_FLOOD_WATER "\xee\x94\x8e" // U+e50e +#define ICON_FA_HOUSE_FLOOD_WATER_CIRCLE_ARROW_RIGHT "\xee\x94\x8f" // U+e50f +#define ICON_FA_HOUSE_LAPTOP "\xee\x81\xa6" // U+e066 +#define ICON_FA_HOUSE_LOCK "\xee\x94\x90" // U+e510 +#define ICON_FA_HOUSE_MEDICAL "\xee\x8e\xb2" // U+e3b2 +#define ICON_FA_HOUSE_MEDICAL_CIRCLE_CHECK "\xee\x94\x91" // U+e511 +#define ICON_FA_HOUSE_MEDICAL_CIRCLE_EXCLAMATION "\xee\x94\x92" // U+e512 +#define ICON_FA_HOUSE_MEDICAL_CIRCLE_XMARK "\xee\x94\x93" // U+e513 +#define ICON_FA_HOUSE_MEDICAL_FLAG "\xee\x94\x94" // U+e514 +#define ICON_FA_HOUSE_SIGNAL "\xee\x80\x92" // U+e012 +#define ICON_FA_HOUSE_TSUNAMI "\xee\x94\x95" // U+e515 +#define ICON_FA_HOUSE_USER "\xee\x86\xb0" // U+e1b0 +#define ICON_FA_HRYVNIA_SIGN "\xef\x9b\xb2" // U+f6f2 +#define ICON_FA_HURRICANE "\xef\x9d\x91" // U+f751 +#define ICON_FA_I "I" // U+0049 +#define ICON_FA_I_CURSOR "\xef\x89\x86" // U+f246 +#define ICON_FA_ICE_CREAM "\xef\xa0\x90" // U+f810 +#define ICON_FA_ICICLES "\xef\x9e\xad" // U+f7ad +#define ICON_FA_ICONS "\xef\xa1\xad" // U+f86d +#define ICON_FA_ID_BADGE "\xef\x8b\x81" // U+f2c1 +#define ICON_FA_ID_CARD "\xef\x8b\x82" // U+f2c2 +#define ICON_FA_ID_CARD_CLIP "\xef\x91\xbf" // U+f47f +#define ICON_FA_IGLOO "\xef\x9e\xae" // U+f7ae +#define ICON_FA_IMAGE "\xef\x80\xbe" // U+f03e +#define ICON_FA_IMAGE_PORTRAIT "\xef\x8f\xa0" // U+f3e0 +#define ICON_FA_IMAGES "\xef\x8c\x82" // U+f302 +#define ICON_FA_INBOX "\xef\x80\x9c" // U+f01c +#define ICON_FA_INDENT "\xef\x80\xbc" // U+f03c +#define ICON_FA_INDIAN_RUPEE_SIGN "\xee\x86\xbc" // U+e1bc +#define ICON_FA_INDUSTRY "\xef\x89\xb5" // U+f275 +#define ICON_FA_INFINITY "\xef\x94\xb4" // U+f534 +#define ICON_FA_INFO "\xef\x84\xa9" // U+f129 +#define ICON_FA_ITALIC "\xef\x80\xb3" // U+f033 +#define ICON_FA_J "J" // U+004a +#define ICON_FA_JAR "\xee\x94\x96" // U+e516 +#define ICON_FA_JAR_WHEAT "\xee\x94\x97" // U+e517 +#define ICON_FA_JEDI "\xef\x99\xa9" // U+f669 +#define ICON_FA_JET_FIGHTER "\xef\x83\xbb" // U+f0fb +#define ICON_FA_JET_FIGHTER_UP "\xee\x94\x98" // U+e518 +#define ICON_FA_JOINT "\xef\x96\x95" // U+f595 +#define ICON_FA_JUG_DETERGENT "\xee\x94\x99" // U+e519 +#define ICON_FA_K "K" // U+004b +#define ICON_FA_KAABA "\xef\x99\xab" // U+f66b +#define ICON_FA_KEY "\xef\x82\x84" // U+f084 +#define ICON_FA_KEYBOARD "\xef\x84\x9c" // U+f11c +#define ICON_FA_KHANDA "\xef\x99\xad" // U+f66d +#define ICON_FA_KIP_SIGN "\xee\x87\x84" // U+e1c4 +#define ICON_FA_KIT_MEDICAL "\xef\x91\xb9" // U+f479 +#define ICON_FA_KITCHEN_SET "\xee\x94\x9a" // U+e51a +#define ICON_FA_KIWI_BIRD "\xef\x94\xb5" // U+f535 +#define ICON_FA_L "L" // U+004c +#define ICON_FA_LAND_MINE_ON "\xee\x94\x9b" // U+e51b +#define ICON_FA_LANDMARK "\xef\x99\xaf" // U+f66f +#define ICON_FA_LANDMARK_DOME "\xef\x9d\x92" // U+f752 +#define ICON_FA_LANDMARK_FLAG "\xee\x94\x9c" // U+e51c +#define ICON_FA_LANGUAGE "\xef\x86\xab" // U+f1ab +#define ICON_FA_LAPTOP "\xef\x84\x89" // U+f109 +#define ICON_FA_LAPTOP_CODE "\xef\x97\xbc" // U+f5fc +#define ICON_FA_LAPTOP_FILE "\xee\x94\x9d" // U+e51d +#define ICON_FA_LAPTOP_MEDICAL "\xef\xa0\x92" // U+f812 +#define ICON_FA_LARI_SIGN "\xee\x87\x88" // U+e1c8 +#define ICON_FA_LAYER_GROUP "\xef\x97\xbd" // U+f5fd +#define ICON_FA_LEAF "\xef\x81\xac" // U+f06c +#define ICON_FA_LEFT_LONG "\xef\x8c\x8a" // U+f30a +#define ICON_FA_LEFT_RIGHT "\xef\x8c\xb7" // U+f337 +#define ICON_FA_LEMON "\xef\x82\x94" // U+f094 +#define ICON_FA_LESS_THAN "<" // U+003c +#define ICON_FA_LESS_THAN_EQUAL "\xef\x94\xb7" // U+f537 +#define ICON_FA_LIFE_RING "\xef\x87\x8d" // U+f1cd +#define ICON_FA_LIGHTBULB "\xef\x83\xab" // U+f0eb +#define ICON_FA_LINES_LEANING "\xee\x94\x9e" // U+e51e +#define ICON_FA_LINK "\xef\x83\x81" // U+f0c1 +#define ICON_FA_LINK_SLASH "\xef\x84\xa7" // U+f127 +#define ICON_FA_LIRA_SIGN "\xef\x86\x95" // U+f195 +#define ICON_FA_LIST "\xef\x80\xba" // U+f03a +#define ICON_FA_LIST_CHECK "\xef\x82\xae" // U+f0ae +#define ICON_FA_LIST_OL "\xef\x83\x8b" // U+f0cb +#define ICON_FA_LIST_UL "\xef\x83\x8a" // U+f0ca +#define ICON_FA_LITECOIN_SIGN "\xee\x87\x93" // U+e1d3 +#define ICON_FA_LOCATION_ARROW "\xef\x84\xa4" // U+f124 +#define ICON_FA_LOCATION_CROSSHAIRS "\xef\x98\x81" // U+f601 +#define ICON_FA_LOCATION_DOT "\xef\x8f\x85" // U+f3c5 +#define ICON_FA_LOCATION_PIN "\xef\x81\x81" // U+f041 +#define ICON_FA_LOCATION_PIN_LOCK "\xee\x94\x9f" // U+e51f +#define ICON_FA_LOCK "\xef\x80\xa3" // U+f023 +#define ICON_FA_LOCK_OPEN "\xef\x8f\x81" // U+f3c1 +#define ICON_FA_LOCUST "\xee\x94\xa0" // U+e520 +#define ICON_FA_LUNGS "\xef\x98\x84" // U+f604 +#define ICON_FA_LUNGS_VIRUS "\xee\x81\xa7" // U+e067 +#define ICON_FA_M "M" // U+004d +#define ICON_FA_MAGNET "\xef\x81\xb6" // U+f076 +#define ICON_FA_MAGNIFYING_GLASS "\xef\x80\x82" // U+f002 +#define ICON_FA_MAGNIFYING_GLASS_ARROW_RIGHT "\xee\x94\xa1" // U+e521 +#define ICON_FA_MAGNIFYING_GLASS_CHART "\xee\x94\xa2" // U+e522 +#define ICON_FA_MAGNIFYING_GLASS_DOLLAR "\xef\x9a\x88" // U+f688 +#define ICON_FA_MAGNIFYING_GLASS_LOCATION "\xef\x9a\x89" // U+f689 +#define ICON_FA_MAGNIFYING_GLASS_MINUS "\xef\x80\x90" // U+f010 +#define ICON_FA_MAGNIFYING_GLASS_PLUS "\xef\x80\x8e" // U+f00e +#define ICON_FA_MANAT_SIGN "\xee\x87\x95" // U+e1d5 +#define ICON_FA_MAP "\xef\x89\xb9" // U+f279 +#define ICON_FA_MAP_LOCATION "\xef\x96\x9f" // U+f59f +#define ICON_FA_MAP_LOCATION_DOT "\xef\x96\xa0" // U+f5a0 +#define ICON_FA_MAP_PIN "\xef\x89\xb6" // U+f276 +#define ICON_FA_MARKER "\xef\x96\xa1" // U+f5a1 +#define ICON_FA_MARS "\xef\x88\xa2" // U+f222 +#define ICON_FA_MARS_AND_VENUS "\xef\x88\xa4" // U+f224 +#define ICON_FA_MARS_AND_VENUS_BURST "\xee\x94\xa3" // U+e523 +#define ICON_FA_MARS_DOUBLE "\xef\x88\xa7" // U+f227 +#define ICON_FA_MARS_STROKE "\xef\x88\xa9" // U+f229 +#define ICON_FA_MARS_STROKE_RIGHT "\xef\x88\xab" // U+f22b +#define ICON_FA_MARS_STROKE_UP "\xef\x88\xaa" // U+f22a +#define ICON_FA_MARTINI_GLASS "\xef\x95\xbb" // U+f57b +#define ICON_FA_MARTINI_GLASS_CITRUS "\xef\x95\xa1" // U+f561 +#define ICON_FA_MARTINI_GLASS_EMPTY "\xef\x80\x80" // U+f000 +#define ICON_FA_MASK "\xef\x9b\xba" // U+f6fa +#define ICON_FA_MASK_FACE "\xee\x87\x97" // U+e1d7 +#define ICON_FA_MASK_VENTILATOR "\xee\x94\xa4" // U+e524 +#define ICON_FA_MASKS_THEATER "\xef\x98\xb0" // U+f630 +#define ICON_FA_MATTRESS_PILLOW "\xee\x94\xa5" // U+e525 +#define ICON_FA_MAXIMIZE "\xef\x8c\x9e" // U+f31e +#define ICON_FA_MEDAL "\xef\x96\xa2" // U+f5a2 +#define ICON_FA_MEMORY "\xef\x94\xb8" // U+f538 +#define ICON_FA_MENORAH "\xef\x99\xb6" // U+f676 +#define ICON_FA_MERCURY "\xef\x88\xa3" // U+f223 +#define ICON_FA_MESSAGE "\xef\x89\xba" // U+f27a +#define ICON_FA_METEOR "\xef\x9d\x93" // U+f753 +#define ICON_FA_MICROCHIP "\xef\x8b\x9b" // U+f2db +#define ICON_FA_MICROPHONE "\xef\x84\xb0" // U+f130 +#define ICON_FA_MICROPHONE_LINES "\xef\x8f\x89" // U+f3c9 +#define ICON_FA_MICROPHONE_LINES_SLASH "\xef\x94\xb9" // U+f539 +#define ICON_FA_MICROPHONE_SLASH "\xef\x84\xb1" // U+f131 +#define ICON_FA_MICROSCOPE "\xef\x98\x90" // U+f610 +#define ICON_FA_MILL_SIGN "\xee\x87\xad" // U+e1ed +#define ICON_FA_MINIMIZE "\xef\x9e\x8c" // U+f78c +#define ICON_FA_MINUS "\xef\x81\xa8" // U+f068 +#define ICON_FA_MITTEN "\xef\x9e\xb5" // U+f7b5 +#define ICON_FA_MOBILE "\xef\x8f\x8e" // U+f3ce +#define ICON_FA_MOBILE_BUTTON "\xef\x84\x8b" // U+f10b +#define ICON_FA_MOBILE_RETRO "\xee\x94\xa7" // U+e527 +#define ICON_FA_MOBILE_SCREEN "\xef\x8f\x8f" // U+f3cf +#define ICON_FA_MOBILE_SCREEN_BUTTON "\xef\x8f\x8d" // U+f3cd +#define ICON_FA_MOBILE_VIBRATE "\xee\xa0\x96" // U+e816 +#define ICON_FA_MONEY_BILL "\xef\x83\x96" // U+f0d6 +#define ICON_FA_MONEY_BILL_1 "\xef\x8f\x91" // U+f3d1 +#define ICON_FA_MONEY_BILL_1_WAVE "\xef\x94\xbb" // U+f53b +#define ICON_FA_MONEY_BILL_TRANSFER "\xee\x94\xa8" // U+e528 +#define ICON_FA_MONEY_BILL_TREND_UP "\xee\x94\xa9" // U+e529 +#define ICON_FA_MONEY_BILL_WAVE "\xef\x94\xba" // U+f53a +#define ICON_FA_MONEY_BILL_WHEAT "\xee\x94\xaa" // U+e52a +#define ICON_FA_MONEY_BILLS "\xee\x87\xb3" // U+e1f3 +#define ICON_FA_MONEY_CHECK "\xef\x94\xbc" // U+f53c +#define ICON_FA_MONEY_CHECK_DOLLAR "\xef\x94\xbd" // U+f53d +#define ICON_FA_MONUMENT "\xef\x96\xa6" // U+f5a6 +#define ICON_FA_MOON "\xef\x86\x86" // U+f186 +#define ICON_FA_MORTAR_PESTLE "\xef\x96\xa7" // U+f5a7 +#define ICON_FA_MOSQUE "\xef\x99\xb8" // U+f678 +#define ICON_FA_MOSQUITO "\xee\x94\xab" // U+e52b +#define ICON_FA_MOSQUITO_NET "\xee\x94\xac" // U+e52c +#define ICON_FA_MOTORCYCLE "\xef\x88\x9c" // U+f21c +#define ICON_FA_MOUND "\xee\x94\xad" // U+e52d +#define ICON_FA_MOUNTAIN "\xef\x9b\xbc" // U+f6fc +#define ICON_FA_MOUNTAIN_CITY "\xee\x94\xae" // U+e52e +#define ICON_FA_MOUNTAIN_SUN "\xee\x94\xaf" // U+e52f +#define ICON_FA_MUG_HOT "\xef\x9e\xb6" // U+f7b6 +#define ICON_FA_MUG_SAUCER "\xef\x83\xb4" // U+f0f4 +#define ICON_FA_MUSIC "\xef\x80\x81" // U+f001 +#define ICON_FA_N "N" // U+004e +#define ICON_FA_NAIRA_SIGN "\xee\x87\xb6" // U+e1f6 +#define ICON_FA_NETWORK_WIRED "\xef\x9b\xbf" // U+f6ff +#define ICON_FA_NEUTER "\xef\x88\xac" // U+f22c +#define ICON_FA_NEWSPAPER "\xef\x87\xaa" // U+f1ea +#define ICON_FA_NON_BINARY "\xee\xa0\x87" // U+e807 +#define ICON_FA_NOT_EQUAL "\xef\x94\xbe" // U+f53e +#define ICON_FA_NOTDEF "\xee\x87\xbe" // U+e1fe +#define ICON_FA_NOTE_STICKY "\xef\x89\x89" // U+f249 +#define ICON_FA_NOTES_MEDICAL "\xef\x92\x81" // U+f481 +#define ICON_FA_O "O" // U+004f +#define ICON_FA_OBJECT_GROUP "\xef\x89\x87" // U+f247 +#define ICON_FA_OBJECT_UNGROUP "\xef\x89\x88" // U+f248 +#define ICON_FA_OCTAGON "\xef\x8c\x86" // U+f306 +#define ICON_FA_OIL_CAN "\xef\x98\x93" // U+f613 +#define ICON_FA_OIL_WELL "\xee\x94\xb2" // U+e532 +#define ICON_FA_OM "\xef\x99\xb9" // U+f679 +#define ICON_FA_OTTER "\xef\x9c\x80" // U+f700 +#define ICON_FA_OUTDENT "\xef\x80\xbb" // U+f03b +#define ICON_FA_P "P" // U+0050 +#define ICON_FA_PAGER "\xef\xa0\x95" // U+f815 +#define ICON_FA_PAINT_ROLLER "\xef\x96\xaa" // U+f5aa +#define ICON_FA_PAINTBRUSH "\xef\x87\xbc" // U+f1fc +#define ICON_FA_PALETTE "\xef\x94\xbf" // U+f53f +#define ICON_FA_PALLET "\xef\x92\x82" // U+f482 +#define ICON_FA_PANORAMA "\xee\x88\x89" // U+e209 +#define ICON_FA_PAPER_PLANE "\xef\x87\x98" // U+f1d8 +#define ICON_FA_PAPERCLIP "\xef\x83\x86" // U+f0c6 +#define ICON_FA_PARACHUTE_BOX "\xef\x93\x8d" // U+f4cd +#define ICON_FA_PARAGRAPH "\xef\x87\x9d" // U+f1dd +#define ICON_FA_PASSPORT "\xef\x96\xab" // U+f5ab +#define ICON_FA_PASTE "\xef\x83\xaa" // U+f0ea +#define ICON_FA_PAUSE "\xef\x81\x8c" // U+f04c +#define ICON_FA_PAW "\xef\x86\xb0" // U+f1b0 +#define ICON_FA_PEACE "\xef\x99\xbc" // U+f67c +#define ICON_FA_PEN "\xef\x8c\x84" // U+f304 +#define ICON_FA_PEN_CLIP "\xef\x8c\x85" // U+f305 +#define ICON_FA_PEN_FANCY "\xef\x96\xac" // U+f5ac +#define ICON_FA_PEN_NIB "\xef\x96\xad" // U+f5ad +#define ICON_FA_PEN_RULER "\xef\x96\xae" // U+f5ae +#define ICON_FA_PEN_TO_SQUARE "\xef\x81\x84" // U+f044 +#define ICON_FA_PENCIL "\xef\x8c\x83" // U+f303 +#define ICON_FA_PENTAGON "\xee\x9e\x90" // U+e790 +#define ICON_FA_PEOPLE_ARROWS "\xee\x81\xa8" // U+e068 +#define ICON_FA_PEOPLE_CARRY_BOX "\xef\x93\x8e" // U+f4ce +#define ICON_FA_PEOPLE_GROUP "\xee\x94\xb3" // U+e533 +#define ICON_FA_PEOPLE_LINE "\xee\x94\xb4" // U+e534 +#define ICON_FA_PEOPLE_PULLING "\xee\x94\xb5" // U+e535 +#define ICON_FA_PEOPLE_ROBBERY "\xee\x94\xb6" // U+e536 +#define ICON_FA_PEOPLE_ROOF "\xee\x94\xb7" // U+e537 +#define ICON_FA_PEPPER_HOT "\xef\xa0\x96" // U+f816 +#define ICON_FA_PERCENT "%" // U+0025 +#define ICON_FA_PERSON "\xef\x86\x83" // U+f183 +#define ICON_FA_PERSON_ARROW_DOWN_TO_LINE "\xee\x94\xb8" // U+e538 +#define ICON_FA_PERSON_ARROW_UP_FROM_LINE "\xee\x94\xb9" // U+e539 +#define ICON_FA_PERSON_BIKING "\xef\xa1\x8a" // U+f84a +#define ICON_FA_PERSON_BOOTH "\xef\x9d\x96" // U+f756 +#define ICON_FA_PERSON_BREASTFEEDING "\xee\x94\xba" // U+e53a +#define ICON_FA_PERSON_BURST "\xee\x94\xbb" // U+e53b +#define ICON_FA_PERSON_CANE "\xee\x94\xbc" // U+e53c +#define ICON_FA_PERSON_CHALKBOARD "\xee\x94\xbd" // U+e53d +#define ICON_FA_PERSON_CIRCLE_CHECK "\xee\x94\xbe" // U+e53e +#define ICON_FA_PERSON_CIRCLE_EXCLAMATION "\xee\x94\xbf" // U+e53f +#define ICON_FA_PERSON_CIRCLE_MINUS "\xee\x95\x80" // U+e540 +#define ICON_FA_PERSON_CIRCLE_PLUS "\xee\x95\x81" // U+e541 +#define ICON_FA_PERSON_CIRCLE_QUESTION "\xee\x95\x82" // U+e542 +#define ICON_FA_PERSON_CIRCLE_XMARK "\xee\x95\x83" // U+e543 +#define ICON_FA_PERSON_DIGGING "\xef\xa1\x9e" // U+f85e +#define ICON_FA_PERSON_DOTS_FROM_LINE "\xef\x91\xb0" // U+f470 +#define ICON_FA_PERSON_DRESS "\xef\x86\x82" // U+f182 +#define ICON_FA_PERSON_DRESS_BURST "\xee\x95\x84" // U+e544 +#define ICON_FA_PERSON_DROWNING "\xee\x95\x85" // U+e545 +#define ICON_FA_PERSON_FALLING "\xee\x95\x86" // U+e546 +#define ICON_FA_PERSON_FALLING_BURST "\xee\x95\x87" // U+e547 +#define ICON_FA_PERSON_HALF_DRESS "\xee\x95\x88" // U+e548 +#define ICON_FA_PERSON_HARASSING "\xee\x95\x89" // U+e549 +#define ICON_FA_PERSON_HIKING "\xef\x9b\xac" // U+f6ec +#define ICON_FA_PERSON_MILITARY_POINTING "\xee\x95\x8a" // U+e54a +#define ICON_FA_PERSON_MILITARY_RIFLE "\xee\x95\x8b" // U+e54b +#define ICON_FA_PERSON_MILITARY_TO_PERSON "\xee\x95\x8c" // U+e54c +#define ICON_FA_PERSON_PRAYING "\xef\x9a\x83" // U+f683 +#define ICON_FA_PERSON_PREGNANT "\xee\x8c\x9e" // U+e31e +#define ICON_FA_PERSON_RAYS "\xee\x95\x8d" // U+e54d +#define ICON_FA_PERSON_RIFLE "\xee\x95\x8e" // U+e54e +#define ICON_FA_PERSON_RUNNING "\xef\x9c\x8c" // U+f70c +#define ICON_FA_PERSON_SHELTER "\xee\x95\x8f" // U+e54f +#define ICON_FA_PERSON_SKATING "\xef\x9f\x85" // U+f7c5 +#define ICON_FA_PERSON_SKIING "\xef\x9f\x89" // U+f7c9 +#define ICON_FA_PERSON_SKIING_NORDIC "\xef\x9f\x8a" // U+f7ca +#define ICON_FA_PERSON_SNOWBOARDING "\xef\x9f\x8e" // U+f7ce +#define ICON_FA_PERSON_SWIMMING "\xef\x97\x84" // U+f5c4 +#define ICON_FA_PERSON_THROUGH_WINDOW "\xee\x96\xa9" // U+e5a9 +#define ICON_FA_PERSON_WALKING "\xef\x95\x94" // U+f554 +#define ICON_FA_PERSON_WALKING_ARROW_LOOP_LEFT "\xee\x95\x91" // U+e551 +#define ICON_FA_PERSON_WALKING_ARROW_RIGHT "\xee\x95\x92" // U+e552 +#define ICON_FA_PERSON_WALKING_DASHED_LINE_ARROW_RIGHT "\xee\x95\x93" // U+e553 +#define ICON_FA_PERSON_WALKING_LUGGAGE "\xee\x95\x94" // U+e554 +#define ICON_FA_PERSON_WALKING_WITH_CANE "\xef\x8a\x9d" // U+f29d +#define ICON_FA_PESETA_SIGN "\xee\x88\xa1" // U+e221 +#define ICON_FA_PESO_SIGN "\xee\x88\xa2" // U+e222 +#define ICON_FA_PHONE "\xef\x82\x95" // U+f095 +#define ICON_FA_PHONE_FLIP "\xef\xa1\xb9" // U+f879 +#define ICON_FA_PHONE_SLASH "\xef\x8f\x9d" // U+f3dd +#define ICON_FA_PHONE_VOLUME "\xef\x8a\xa0" // U+f2a0 +#define ICON_FA_PHOTO_FILM "\xef\xa1\xbc" // U+f87c +#define ICON_FA_PIGGY_BANK "\xef\x93\x93" // U+f4d3 +#define ICON_FA_PILLS "\xef\x92\x84" // U+f484 +#define ICON_FA_PIZZA_SLICE "\xef\xa0\x98" // U+f818 +#define ICON_FA_PLACE_OF_WORSHIP "\xef\x99\xbf" // U+f67f +#define ICON_FA_PLANE "\xef\x81\xb2" // U+f072 +#define ICON_FA_PLANE_ARRIVAL "\xef\x96\xaf" // U+f5af +#define ICON_FA_PLANE_CIRCLE_CHECK "\xee\x95\x95" // U+e555 +#define ICON_FA_PLANE_CIRCLE_EXCLAMATION "\xee\x95\x96" // U+e556 +#define ICON_FA_PLANE_CIRCLE_XMARK "\xee\x95\x97" // U+e557 +#define ICON_FA_PLANE_DEPARTURE "\xef\x96\xb0" // U+f5b0 +#define ICON_FA_PLANE_LOCK "\xee\x95\x98" // U+e558 +#define ICON_FA_PLANE_SLASH "\xee\x81\xa9" // U+e069 +#define ICON_FA_PLANE_UP "\xee\x88\xad" // U+e22d +#define ICON_FA_PLANT_WILT "\xee\x96\xaa" // U+e5aa +#define ICON_FA_PLATE_WHEAT "\xee\x95\x9a" // U+e55a +#define ICON_FA_PLAY "\xef\x81\x8b" // U+f04b +#define ICON_FA_PLUG "\xef\x87\xa6" // U+f1e6 +#define ICON_FA_PLUG_CIRCLE_BOLT "\xee\x95\x9b" // U+e55b +#define ICON_FA_PLUG_CIRCLE_CHECK "\xee\x95\x9c" // U+e55c +#define ICON_FA_PLUG_CIRCLE_EXCLAMATION "\xee\x95\x9d" // U+e55d +#define ICON_FA_PLUG_CIRCLE_MINUS "\xee\x95\x9e" // U+e55e +#define ICON_FA_PLUG_CIRCLE_PLUS "\xee\x95\x9f" // U+e55f +#define ICON_FA_PLUG_CIRCLE_XMARK "\xee\x95\xa0" // U+e560 +#define ICON_FA_PLUS "+" // U+002b +#define ICON_FA_PLUS_MINUS "\xee\x90\xbc" // U+e43c +#define ICON_FA_PODCAST "\xef\x8b\x8e" // U+f2ce +#define ICON_FA_POO "\xef\x8b\xbe" // U+f2fe +#define ICON_FA_POO_STORM "\xef\x9d\x9a" // U+f75a +#define ICON_FA_POOP "\xef\x98\x99" // U+f619 +#define ICON_FA_POWER_OFF "\xef\x80\x91" // U+f011 +#define ICON_FA_PRESCRIPTION "\xef\x96\xb1" // U+f5b1 +#define ICON_FA_PRESCRIPTION_BOTTLE "\xef\x92\x85" // U+f485 +#define ICON_FA_PRESCRIPTION_BOTTLE_MEDICAL "\xef\x92\x86" // U+f486 +#define ICON_FA_PRINT "\xef\x80\xaf" // U+f02f +#define ICON_FA_PUMP_MEDICAL "\xee\x81\xaa" // U+e06a +#define ICON_FA_PUMP_SOAP "\xee\x81\xab" // U+e06b +#define ICON_FA_PUZZLE_PIECE "\xef\x84\xae" // U+f12e +#define ICON_FA_Q "Q" // U+0051 +#define ICON_FA_QRCODE "\xef\x80\xa9" // U+f029 +#define ICON_FA_QUESTION "?" // U+003f +#define ICON_FA_QUOTE_LEFT "\xef\x84\x8d" // U+f10d +#define ICON_FA_QUOTE_RIGHT "\xef\x84\x8e" // U+f10e +#define ICON_FA_R "R" // U+0052 +#define ICON_FA_RADIATION "\xef\x9e\xb9" // U+f7b9 +#define ICON_FA_RADIO "\xef\xa3\x97" // U+f8d7 +#define ICON_FA_RAINBOW "\xef\x9d\x9b" // U+f75b +#define ICON_FA_RANKING_STAR "\xee\x95\xa1" // U+e561 +#define ICON_FA_RECEIPT "\xef\x95\x83" // U+f543 +#define ICON_FA_RECORD_VINYL "\xef\xa3\x99" // U+f8d9 +#define ICON_FA_RECTANGLE_AD "\xef\x99\x81" // U+f641 +#define ICON_FA_RECTANGLE_LIST "\xef\x80\xa2" // U+f022 +#define ICON_FA_RECTANGLE_XMARK "\xef\x90\x90" // U+f410 +#define ICON_FA_RECYCLE "\xef\x86\xb8" // U+f1b8 +#define ICON_FA_REGISTERED "\xef\x89\x9d" // U+f25d +#define ICON_FA_REPEAT "\xef\x8d\xa3" // U+f363 +#define ICON_FA_REPLY "\xef\x8f\xa5" // U+f3e5 +#define ICON_FA_REPLY_ALL "\xef\x84\xa2" // U+f122 +#define ICON_FA_REPUBLICAN "\xef\x9d\x9e" // U+f75e +#define ICON_FA_RESTROOM "\xef\x9e\xbd" // U+f7bd +#define ICON_FA_RETWEET "\xef\x81\xb9" // U+f079 +#define ICON_FA_RIBBON "\xef\x93\x96" // U+f4d6 +#define ICON_FA_RIGHT_FROM_BRACKET "\xef\x8b\xb5" // U+f2f5 +#define ICON_FA_RIGHT_LEFT "\xef\x8d\xa2" // U+f362 +#define ICON_FA_RIGHT_LONG "\xef\x8c\x8b" // U+f30b +#define ICON_FA_RIGHT_TO_BRACKET "\xef\x8b\xb6" // U+f2f6 +#define ICON_FA_RING "\xef\x9c\x8b" // U+f70b +#define ICON_FA_ROAD "\xef\x80\x98" // U+f018 +#define ICON_FA_ROAD_BARRIER "\xee\x95\xa2" // U+e562 +#define ICON_FA_ROAD_BRIDGE "\xee\x95\xa3" // U+e563 +#define ICON_FA_ROAD_CIRCLE_CHECK "\xee\x95\xa4" // U+e564 +#define ICON_FA_ROAD_CIRCLE_EXCLAMATION "\xee\x95\xa5" // U+e565 +#define ICON_FA_ROAD_CIRCLE_XMARK "\xee\x95\xa6" // U+e566 +#define ICON_FA_ROAD_LOCK "\xee\x95\xa7" // U+e567 +#define ICON_FA_ROAD_SPIKES "\xee\x95\xa8" // U+e568 +#define ICON_FA_ROBOT "\xef\x95\x84" // U+f544 +#define ICON_FA_ROCKET "\xef\x84\xb5" // U+f135 +#define ICON_FA_ROTATE "\xef\x8b\xb1" // U+f2f1 +#define ICON_FA_ROTATE_LEFT "\xef\x8b\xaa" // U+f2ea +#define ICON_FA_ROTATE_RIGHT "\xef\x8b\xb9" // U+f2f9 +#define ICON_FA_ROUTE "\xef\x93\x97" // U+f4d7 +#define ICON_FA_RSS "\xef\x82\x9e" // U+f09e +#define ICON_FA_RUBLE_SIGN "\xef\x85\x98" // U+f158 +#define ICON_FA_RUG "\xee\x95\xa9" // U+e569 +#define ICON_FA_RULER "\xef\x95\x85" // U+f545 +#define ICON_FA_RULER_COMBINED "\xef\x95\x86" // U+f546 +#define ICON_FA_RULER_HORIZONTAL "\xef\x95\x87" // U+f547 +#define ICON_FA_RULER_VERTICAL "\xef\x95\x88" // U+f548 +#define ICON_FA_RUPEE_SIGN "\xef\x85\x96" // U+f156 +#define ICON_FA_RUPIAH_SIGN "\xee\x88\xbd" // U+e23d +#define ICON_FA_S "S" // U+0053 +#define ICON_FA_SACK_DOLLAR "\xef\xa0\x9d" // U+f81d +#define ICON_FA_SACK_XMARK "\xee\x95\xaa" // U+e56a +#define ICON_FA_SAILBOAT "\xee\x91\x85" // U+e445 +#define ICON_FA_SATELLITE "\xef\x9e\xbf" // U+f7bf +#define ICON_FA_SATELLITE_DISH "\xef\x9f\x80" // U+f7c0 +#define ICON_FA_SCALE_BALANCED "\xef\x89\x8e" // U+f24e +#define ICON_FA_SCALE_UNBALANCED "\xef\x94\x95" // U+f515 +#define ICON_FA_SCALE_UNBALANCED_FLIP "\xef\x94\x96" // U+f516 +#define ICON_FA_SCHOOL "\xef\x95\x89" // U+f549 +#define ICON_FA_SCHOOL_CIRCLE_CHECK "\xee\x95\xab" // U+e56b +#define ICON_FA_SCHOOL_CIRCLE_EXCLAMATION "\xee\x95\xac" // U+e56c +#define ICON_FA_SCHOOL_CIRCLE_XMARK "\xee\x95\xad" // U+e56d +#define ICON_FA_SCHOOL_FLAG "\xee\x95\xae" // U+e56e +#define ICON_FA_SCHOOL_LOCK "\xee\x95\xaf" // U+e56f +#define ICON_FA_SCISSORS "\xef\x83\x84" // U+f0c4 +#define ICON_FA_SCREWDRIVER "\xef\x95\x8a" // U+f54a +#define ICON_FA_SCREWDRIVER_WRENCH "\xef\x9f\x99" // U+f7d9 +#define ICON_FA_SCROLL "\xef\x9c\x8e" // U+f70e +#define ICON_FA_SCROLL_TORAH "\xef\x9a\xa0" // U+f6a0 +#define ICON_FA_SD_CARD "\xef\x9f\x82" // U+f7c2 +#define ICON_FA_SECTION "\xee\x91\x87" // U+e447 +#define ICON_FA_SEEDLING "\xef\x93\x98" // U+f4d8 +#define ICON_FA_SEPTAGON "\xee\xa0\xa0" // U+e820 +#define ICON_FA_SERVER "\xef\x88\xb3" // U+f233 +#define ICON_FA_SHAPES "\xef\x98\x9f" // U+f61f +#define ICON_FA_SHARE "\xef\x81\xa4" // U+f064 +#define ICON_FA_SHARE_FROM_SQUARE "\xef\x85\x8d" // U+f14d +#define ICON_FA_SHARE_NODES "\xef\x87\xa0" // U+f1e0 +#define ICON_FA_SHEET_PLASTIC "\xee\x95\xb1" // U+e571 +#define ICON_FA_SHEKEL_SIGN "\xef\x88\x8b" // U+f20b +#define ICON_FA_SHIELD "\xef\x84\xb2" // U+f132 +#define ICON_FA_SHIELD_CAT "\xee\x95\xb2" // U+e572 +#define ICON_FA_SHIELD_DOG "\xee\x95\xb3" // U+e573 +#define ICON_FA_SHIELD_HALVED "\xef\x8f\xad" // U+f3ed +#define ICON_FA_SHIELD_HEART "\xee\x95\xb4" // U+e574 +#define ICON_FA_SHIELD_VIRUS "\xee\x81\xac" // U+e06c +#define ICON_FA_SHIP "\xef\x88\x9a" // U+f21a +#define ICON_FA_SHIRT "\xef\x95\x93" // U+f553 +#define ICON_FA_SHOE_PRINTS "\xef\x95\x8b" // U+f54b +#define ICON_FA_SHOP "\xef\x95\x8f" // U+f54f +#define ICON_FA_SHOP_LOCK "\xee\x92\xa5" // U+e4a5 +#define ICON_FA_SHOP_SLASH "\xee\x81\xb0" // U+e070 +#define ICON_FA_SHOWER "\xef\x8b\x8c" // U+f2cc +#define ICON_FA_SHRIMP "\xee\x91\x88" // U+e448 +#define ICON_FA_SHUFFLE "\xef\x81\xb4" // U+f074 +#define ICON_FA_SHUTTLE_SPACE "\xef\x86\x97" // U+f197 +#define ICON_FA_SIGN_HANGING "\xef\x93\x99" // U+f4d9 +#define ICON_FA_SIGNAL "\xef\x80\x92" // U+f012 +#define ICON_FA_SIGNATURE "\xef\x96\xb7" // U+f5b7 +#define ICON_FA_SIGNS_POST "\xef\x89\xb7" // U+f277 +#define ICON_FA_SIM_CARD "\xef\x9f\x84" // U+f7c4 +#define ICON_FA_SINGLE_QUOTE_LEFT "\xee\xa0\x9b" // U+e81b +#define ICON_FA_SINGLE_QUOTE_RIGHT "\xee\xa0\x9c" // U+e81c +#define ICON_FA_SINK "\xee\x81\xad" // U+e06d +#define ICON_FA_SITEMAP "\xef\x83\xa8" // U+f0e8 +#define ICON_FA_SKULL "\xef\x95\x8c" // U+f54c +#define ICON_FA_SKULL_CROSSBONES "\xef\x9c\x94" // U+f714 +#define ICON_FA_SLASH "\xef\x9c\x95" // U+f715 +#define ICON_FA_SLEIGH "\xef\x9f\x8c" // U+f7cc +#define ICON_FA_SLIDERS "\xef\x87\x9e" // U+f1de +#define ICON_FA_SMOG "\xef\x9d\x9f" // U+f75f +#define ICON_FA_SMOKING "\xef\x92\x8d" // U+f48d +#define ICON_FA_SNOWFLAKE "\xef\x8b\x9c" // U+f2dc +#define ICON_FA_SNOWMAN "\xef\x9f\x90" // U+f7d0 +#define ICON_FA_SNOWPLOW "\xef\x9f\x92" // U+f7d2 +#define ICON_FA_SOAP "\xee\x81\xae" // U+e06e +#define ICON_FA_SOCKS "\xef\x9a\x96" // U+f696 +#define ICON_FA_SOLAR_PANEL "\xef\x96\xba" // U+f5ba +#define ICON_FA_SORT "\xef\x83\x9c" // U+f0dc +#define ICON_FA_SORT_DOWN "\xef\x83\x9d" // U+f0dd +#define ICON_FA_SORT_UP "\xef\x83\x9e" // U+f0de +#define ICON_FA_SPA "\xef\x96\xbb" // U+f5bb +#define ICON_FA_SPAGHETTI_MONSTER_FLYING "\xef\x99\xbb" // U+f67b +#define ICON_FA_SPELL_CHECK "\xef\xa2\x91" // U+f891 +#define ICON_FA_SPIDER "\xef\x9c\x97" // U+f717 +#define ICON_FA_SPINNER "\xef\x84\x90" // U+f110 +#define ICON_FA_SPIRAL "\xee\xa0\x8a" // U+e80a +#define ICON_FA_SPLOTCH "\xef\x96\xbc" // U+f5bc +#define ICON_FA_SPOON "\xef\x8b\xa5" // U+f2e5 +#define ICON_FA_SPRAY_CAN "\xef\x96\xbd" // U+f5bd +#define ICON_FA_SPRAY_CAN_SPARKLES "\xef\x97\x90" // U+f5d0 +#define ICON_FA_SQUARE "\xef\x83\x88" // U+f0c8 +#define ICON_FA_SQUARE_ARROW_UP_RIGHT "\xef\x85\x8c" // U+f14c +#define ICON_FA_SQUARE_BINARY "\xee\x9a\x9b" // U+e69b +#define ICON_FA_SQUARE_CARET_DOWN "\xef\x85\x90" // U+f150 +#define ICON_FA_SQUARE_CARET_LEFT "\xef\x86\x91" // U+f191 +#define ICON_FA_SQUARE_CARET_RIGHT "\xef\x85\x92" // U+f152 +#define ICON_FA_SQUARE_CARET_UP "\xef\x85\x91" // U+f151 +#define ICON_FA_SQUARE_CHECK "\xef\x85\x8a" // U+f14a +#define ICON_FA_SQUARE_ENVELOPE "\xef\x86\x99" // U+f199 +#define ICON_FA_SQUARE_FULL "\xef\x91\x9c" // U+f45c +#define ICON_FA_SQUARE_H "\xef\x83\xbd" // U+f0fd +#define ICON_FA_SQUARE_MINUS "\xef\x85\x86" // U+f146 +#define ICON_FA_SQUARE_NFI "\xee\x95\xb6" // U+e576 +#define ICON_FA_SQUARE_PARKING "\xef\x95\x80" // U+f540 +#define ICON_FA_SQUARE_PEN "\xef\x85\x8b" // U+f14b +#define ICON_FA_SQUARE_PERSON_CONFINED "\xee\x95\xb7" // U+e577 +#define ICON_FA_SQUARE_PHONE "\xef\x82\x98" // U+f098 +#define ICON_FA_SQUARE_PHONE_FLIP "\xef\xa1\xbb" // U+f87b +#define ICON_FA_SQUARE_PLUS "\xef\x83\xbe" // U+f0fe +#define ICON_FA_SQUARE_POLL_HORIZONTAL "\xef\x9a\x82" // U+f682 +#define ICON_FA_SQUARE_POLL_VERTICAL "\xef\x9a\x81" // U+f681 +#define ICON_FA_SQUARE_ROOT_VARIABLE "\xef\x9a\x98" // U+f698 +#define ICON_FA_SQUARE_RSS "\xef\x85\x83" // U+f143 +#define ICON_FA_SQUARE_SHARE_NODES "\xef\x87\xa1" // U+f1e1 +#define ICON_FA_SQUARE_UP_RIGHT "\xef\x8d\xa0" // U+f360 +#define ICON_FA_SQUARE_VIRUS "\xee\x95\xb8" // U+e578 +#define ICON_FA_SQUARE_XMARK "\xef\x8b\x93" // U+f2d3 +#define ICON_FA_STAFF_SNAKE "\xee\x95\xb9" // U+e579 +#define ICON_FA_STAIRS "\xee\x8a\x89" // U+e289 +#define ICON_FA_STAMP "\xef\x96\xbf" // U+f5bf +#define ICON_FA_STAPLER "\xee\x96\xaf" // U+e5af +#define ICON_FA_STAR "\xef\x80\x85" // U+f005 +#define ICON_FA_STAR_AND_CRESCENT "\xef\x9a\x99" // U+f699 +#define ICON_FA_STAR_HALF "\xef\x82\x89" // U+f089 +#define ICON_FA_STAR_HALF_STROKE "\xef\x97\x80" // U+f5c0 +#define ICON_FA_STAR_OF_DAVID "\xef\x9a\x9a" // U+f69a +#define ICON_FA_STAR_OF_LIFE "\xef\x98\xa1" // U+f621 +#define ICON_FA_STERLING_SIGN "\xef\x85\x94" // U+f154 +#define ICON_FA_STETHOSCOPE "\xef\x83\xb1" // U+f0f1 +#define ICON_FA_STOP "\xef\x81\x8d" // U+f04d +#define ICON_FA_STOPWATCH "\xef\x8b\xb2" // U+f2f2 +#define ICON_FA_STOPWATCH_20 "\xee\x81\xaf" // U+e06f +#define ICON_FA_STORE "\xef\x95\x8e" // U+f54e +#define ICON_FA_STORE_SLASH "\xee\x81\xb1" // U+e071 +#define ICON_FA_STREET_VIEW "\xef\x88\x9d" // U+f21d +#define ICON_FA_STRIKETHROUGH "\xef\x83\x8c" // U+f0cc +#define ICON_FA_STROOPWAFEL "\xef\x95\x91" // U+f551 +#define ICON_FA_SUBSCRIPT "\xef\x84\xac" // U+f12c +#define ICON_FA_SUITCASE "\xef\x83\xb2" // U+f0f2 +#define ICON_FA_SUITCASE_MEDICAL "\xef\x83\xba" // U+f0fa +#define ICON_FA_SUITCASE_ROLLING "\xef\x97\x81" // U+f5c1 +#define ICON_FA_SUN "\xef\x86\x85" // U+f185 +#define ICON_FA_SUN_PLANT_WILT "\xee\x95\xba" // U+e57a +#define ICON_FA_SUPERSCRIPT "\xef\x84\xab" // U+f12b +#define ICON_FA_SWATCHBOOK "\xef\x97\x83" // U+f5c3 +#define ICON_FA_SYNAGOGUE "\xef\x9a\x9b" // U+f69b +#define ICON_FA_SYRINGE "\xef\x92\x8e" // U+f48e +#define ICON_FA_T "T" // U+0054 +#define ICON_FA_TABLE "\xef\x83\x8e" // U+f0ce +#define ICON_FA_TABLE_CELLS "\xef\x80\x8a" // U+f00a +#define ICON_FA_TABLE_CELLS_COLUMN_LOCK "\xee\x99\xb8" // U+e678 +#define ICON_FA_TABLE_CELLS_LARGE "\xef\x80\x89" // U+f009 +#define ICON_FA_TABLE_CELLS_ROW_LOCK "\xee\x99\xba" // U+e67a +#define ICON_FA_TABLE_CELLS_ROW_UNLOCK "\xee\x9a\x91" // U+e691 +#define ICON_FA_TABLE_COLUMNS "\xef\x83\x9b" // U+f0db +#define ICON_FA_TABLE_LIST "\xef\x80\x8b" // U+f00b +#define ICON_FA_TABLE_TENNIS_PADDLE_BALL "\xef\x91\x9d" // U+f45d +#define ICON_FA_TABLET "\xef\x8f\xbb" // U+f3fb +#define ICON_FA_TABLET_BUTTON "\xef\x84\x8a" // U+f10a +#define ICON_FA_TABLET_SCREEN_BUTTON "\xef\x8f\xba" // U+f3fa +#define ICON_FA_TABLETS "\xef\x92\x90" // U+f490 +#define ICON_FA_TACHOGRAPH_DIGITAL "\xef\x95\xa6" // U+f566 +#define ICON_FA_TAG "\xef\x80\xab" // U+f02b +#define ICON_FA_TAGS "\xef\x80\xac" // U+f02c +#define ICON_FA_TAPE "\xef\x93\x9b" // U+f4db +#define ICON_FA_TARP "\xee\x95\xbb" // U+e57b +#define ICON_FA_TARP_DROPLET "\xee\x95\xbc" // U+e57c +#define ICON_FA_TAXI "\xef\x86\xba" // U+f1ba +#define ICON_FA_TEETH "\xef\x98\xae" // U+f62e +#define ICON_FA_TEETH_OPEN "\xef\x98\xaf" // U+f62f +#define ICON_FA_TEMPERATURE_ARROW_DOWN "\xee\x80\xbf" // U+e03f +#define ICON_FA_TEMPERATURE_ARROW_UP "\xee\x81\x80" // U+e040 +#define ICON_FA_TEMPERATURE_EMPTY "\xef\x8b\x8b" // U+f2cb +#define ICON_FA_TEMPERATURE_FULL "\xef\x8b\x87" // U+f2c7 +#define ICON_FA_TEMPERATURE_HALF "\xef\x8b\x89" // U+f2c9 +#define ICON_FA_TEMPERATURE_HIGH "\xef\x9d\xa9" // U+f769 +#define ICON_FA_TEMPERATURE_LOW "\xef\x9d\xab" // U+f76b +#define ICON_FA_TEMPERATURE_QUARTER "\xef\x8b\x8a" // U+f2ca +#define ICON_FA_TEMPERATURE_THREE_QUARTERS "\xef\x8b\x88" // U+f2c8 +#define ICON_FA_TENGE_SIGN "\xef\x9f\x97" // U+f7d7 +#define ICON_FA_TENT "\xee\x95\xbd" // U+e57d +#define ICON_FA_TENT_ARROW_DOWN_TO_LINE "\xee\x95\xbe" // U+e57e +#define ICON_FA_TENT_ARROW_LEFT_RIGHT "\xee\x95\xbf" // U+e57f +#define ICON_FA_TENT_ARROW_TURN_LEFT "\xee\x96\x80" // U+e580 +#define ICON_FA_TENT_ARROWS_DOWN "\xee\x96\x81" // U+e581 +#define ICON_FA_TENTS "\xee\x96\x82" // U+e582 +#define ICON_FA_TERMINAL "\xef\x84\xa0" // U+f120 +#define ICON_FA_TEXT_HEIGHT "\xef\x80\xb4" // U+f034 +#define ICON_FA_TEXT_SLASH "\xef\xa1\xbd" // U+f87d +#define ICON_FA_TEXT_WIDTH "\xef\x80\xb5" // U+f035 +#define ICON_FA_THERMOMETER "\xef\x92\x91" // U+f491 +#define ICON_FA_THUMBS_DOWN "\xef\x85\xa5" // U+f165 +#define ICON_FA_THUMBS_UP "\xef\x85\xa4" // U+f164 +#define ICON_FA_THUMBTACK "\xef\x82\x8d" // U+f08d +#define ICON_FA_THUMBTACK_SLASH "\xee\x9a\x8f" // U+e68f +#define ICON_FA_TICKET "\xef\x85\x85" // U+f145 +#define ICON_FA_TICKET_SIMPLE "\xef\x8f\xbf" // U+f3ff +#define ICON_FA_TIMELINE "\xee\x8a\x9c" // U+e29c +#define ICON_FA_TOGGLE_OFF "\xef\x88\x84" // U+f204 +#define ICON_FA_TOGGLE_ON "\xef\x88\x85" // U+f205 +#define ICON_FA_TOILET "\xef\x9f\x98" // U+f7d8 +#define ICON_FA_TOILET_PAPER "\xef\x9c\x9e" // U+f71e +#define ICON_FA_TOILET_PAPER_SLASH "\xee\x81\xb2" // U+e072 +#define ICON_FA_TOILET_PORTABLE "\xee\x96\x83" // U+e583 +#define ICON_FA_TOILETS_PORTABLE "\xee\x96\x84" // U+e584 +#define ICON_FA_TOOLBOX "\xef\x95\x92" // U+f552 +#define ICON_FA_TOOTH "\xef\x97\x89" // U+f5c9 +#define ICON_FA_TORII_GATE "\xef\x9a\xa1" // U+f6a1 +#define ICON_FA_TORNADO "\xef\x9d\xaf" // U+f76f +#define ICON_FA_TOWER_BROADCAST "\xef\x94\x99" // U+f519 +#define ICON_FA_TOWER_CELL "\xee\x96\x85" // U+e585 +#define ICON_FA_TOWER_OBSERVATION "\xee\x96\x86" // U+e586 +#define ICON_FA_TRACTOR "\xef\x9c\xa2" // U+f722 +#define ICON_FA_TRADEMARK "\xef\x89\x9c" // U+f25c +#define ICON_FA_TRAFFIC_LIGHT "\xef\x98\xb7" // U+f637 +#define ICON_FA_TRAILER "\xee\x81\x81" // U+e041 +#define ICON_FA_TRAIN "\xef\x88\xb8" // U+f238 +#define ICON_FA_TRAIN_SUBWAY "\xef\x88\xb9" // U+f239 +#define ICON_FA_TRAIN_TRAM "\xee\x96\xb4" // U+e5b4 +#define ICON_FA_TRANSGENDER "\xef\x88\xa5" // U+f225 +#define ICON_FA_TRASH "\xef\x87\xb8" // U+f1f8 +#define ICON_FA_TRASH_ARROW_UP "\xef\xa0\xa9" // U+f829 +#define ICON_FA_TRASH_CAN "\xef\x8b\xad" // U+f2ed +#define ICON_FA_TRASH_CAN_ARROW_UP "\xef\xa0\xaa" // U+f82a +#define ICON_FA_TREE "\xef\x86\xbb" // U+f1bb +#define ICON_FA_TREE_CITY "\xee\x96\x87" // U+e587 +#define ICON_FA_TRIANGLE_EXCLAMATION "\xef\x81\xb1" // U+f071 +#define ICON_FA_TROPHY "\xef\x82\x91" // U+f091 +#define ICON_FA_TROWEL "\xee\x96\x89" // U+e589 +#define ICON_FA_TROWEL_BRICKS "\xee\x96\x8a" // U+e58a +#define ICON_FA_TRUCK "\xef\x83\x91" // U+f0d1 +#define ICON_FA_TRUCK_ARROW_RIGHT "\xee\x96\x8b" // U+e58b +#define ICON_FA_TRUCK_DROPLET "\xee\x96\x8c" // U+e58c +#define ICON_FA_TRUCK_FAST "\xef\x92\x8b" // U+f48b +#define ICON_FA_TRUCK_FIELD "\xee\x96\x8d" // U+e58d +#define ICON_FA_TRUCK_FIELD_UN "\xee\x96\x8e" // U+e58e +#define ICON_FA_TRUCK_FRONT "\xee\x8a\xb7" // U+e2b7 +#define ICON_FA_TRUCK_MEDICAL "\xef\x83\xb9" // U+f0f9 +#define ICON_FA_TRUCK_MONSTER "\xef\x98\xbb" // U+f63b +#define ICON_FA_TRUCK_MOVING "\xef\x93\x9f" // U+f4df +#define ICON_FA_TRUCK_PICKUP "\xef\x98\xbc" // U+f63c +#define ICON_FA_TRUCK_PLANE "\xee\x96\x8f" // U+e58f +#define ICON_FA_TRUCK_RAMP_BOX "\xef\x93\x9e" // U+f4de +#define ICON_FA_TTY "\xef\x87\xa4" // U+f1e4 +#define ICON_FA_TURKISH_LIRA_SIGN "\xee\x8a\xbb" // U+e2bb +#define ICON_FA_TURN_DOWN "\xef\x8e\xbe" // U+f3be +#define ICON_FA_TURN_UP "\xef\x8e\xbf" // U+f3bf +#define ICON_FA_TV "\xef\x89\xac" // U+f26c +#define ICON_FA_U "U" // U+0055 +#define ICON_FA_UMBRELLA "\xef\x83\xa9" // U+f0e9 +#define ICON_FA_UMBRELLA_BEACH "\xef\x97\x8a" // U+f5ca +#define ICON_FA_UNDERLINE "\xef\x83\x8d" // U+f0cd +#define ICON_FA_UNIVERSAL_ACCESS "\xef\x8a\x9a" // U+f29a +#define ICON_FA_UNLOCK "\xef\x82\x9c" // U+f09c +#define ICON_FA_UNLOCK_KEYHOLE "\xef\x84\xbe" // U+f13e +#define ICON_FA_UP_DOWN "\xef\x8c\xb8" // U+f338 +#define ICON_FA_UP_DOWN_LEFT_RIGHT "\xef\x82\xb2" // U+f0b2 +#define ICON_FA_UP_LONG "\xef\x8c\x8c" // U+f30c +#define ICON_FA_UP_RIGHT_AND_DOWN_LEFT_FROM_CENTER "\xef\x90\xa4" // U+f424 +#define ICON_FA_UP_RIGHT_FROM_SQUARE "\xef\x8d\x9d" // U+f35d +#define ICON_FA_UPLOAD "\xef\x82\x93" // U+f093 +#define ICON_FA_USER "\xef\x80\x87" // U+f007 +#define ICON_FA_USER_ASTRONAUT "\xef\x93\xbb" // U+f4fb +#define ICON_FA_USER_CHECK "\xef\x93\xbc" // U+f4fc +#define ICON_FA_USER_CLOCK "\xef\x93\xbd" // U+f4fd +#define ICON_FA_USER_DOCTOR "\xef\x83\xb0" // U+f0f0 +#define ICON_FA_USER_GEAR "\xef\x93\xbe" // U+f4fe +#define ICON_FA_USER_GRADUATE "\xef\x94\x81" // U+f501 +#define ICON_FA_USER_GROUP "\xef\x94\x80" // U+f500 +#define ICON_FA_USER_INJURED "\xef\x9c\xa8" // U+f728 +#define ICON_FA_USER_LOCK "\xef\x94\x82" // U+f502 +#define ICON_FA_USER_MINUS "\xef\x94\x83" // U+f503 +#define ICON_FA_USER_NINJA "\xef\x94\x84" // U+f504 +#define ICON_FA_USER_NURSE "\xef\xa0\xaf" // U+f82f +#define ICON_FA_USER_PEN "\xef\x93\xbf" // U+f4ff +#define ICON_FA_USER_PLUS "\xef\x88\xb4" // U+f234 +#define ICON_FA_USER_SECRET "\xef\x88\x9b" // U+f21b +#define ICON_FA_USER_SHIELD "\xef\x94\x85" // U+f505 +#define ICON_FA_USER_SLASH "\xef\x94\x86" // U+f506 +#define ICON_FA_USER_TAG "\xef\x94\x87" // U+f507 +#define ICON_FA_USER_TIE "\xef\x94\x88" // U+f508 +#define ICON_FA_USER_XMARK "\xef\x88\xb5" // U+f235 +#define ICON_FA_USERS "\xef\x83\x80" // U+f0c0 +#define ICON_FA_USERS_BETWEEN_LINES "\xee\x96\x91" // U+e591 +#define ICON_FA_USERS_GEAR "\xef\x94\x89" // U+f509 +#define ICON_FA_USERS_LINE "\xee\x96\x92" // U+e592 +#define ICON_FA_USERS_RAYS "\xee\x96\x93" // U+e593 +#define ICON_FA_USERS_RECTANGLE "\xee\x96\x94" // U+e594 +#define ICON_FA_USERS_SLASH "\xee\x81\xb3" // U+e073 +#define ICON_FA_USERS_VIEWFINDER "\xee\x96\x95" // U+e595 +#define ICON_FA_UTENSILS "\xef\x8b\xa7" // U+f2e7 +#define ICON_FA_V "V" // U+0056 +#define ICON_FA_VAN_SHUTTLE "\xef\x96\xb6" // U+f5b6 +#define ICON_FA_VAULT "\xee\x8b\x85" // U+e2c5 +#define ICON_FA_VENUS "\xef\x88\xa1" // U+f221 +#define ICON_FA_VENUS_DOUBLE "\xef\x88\xa6" // U+f226 +#define ICON_FA_VENUS_MARS "\xef\x88\xa8" // U+f228 +#define ICON_FA_VEST "\xee\x82\x85" // U+e085 +#define ICON_FA_VEST_PATCHES "\xee\x82\x86" // U+e086 +#define ICON_FA_VIAL "\xef\x92\x92" // U+f492 +#define ICON_FA_VIAL_CIRCLE_CHECK "\xee\x96\x96" // U+e596 +#define ICON_FA_VIAL_VIRUS "\xee\x96\x97" // U+e597 +#define ICON_FA_VIALS "\xef\x92\x93" // U+f493 +#define ICON_FA_VIDEO "\xef\x80\xbd" // U+f03d +#define ICON_FA_VIDEO_SLASH "\xef\x93\xa2" // U+f4e2 +#define ICON_FA_VIHARA "\xef\x9a\xa7" // U+f6a7 +#define ICON_FA_VIRUS "\xee\x81\xb4" // U+e074 +#define ICON_FA_VIRUS_COVID "\xee\x92\xa8" // U+e4a8 +#define ICON_FA_VIRUS_COVID_SLASH "\xee\x92\xa9" // U+e4a9 +#define ICON_FA_VIRUS_SLASH "\xee\x81\xb5" // U+e075 +#define ICON_FA_VIRUSES "\xee\x81\xb6" // U+e076 +#define ICON_FA_VOICEMAIL "\xef\xa2\x97" // U+f897 +#define ICON_FA_VOLCANO "\xef\x9d\xb0" // U+f770 +#define ICON_FA_VOLLEYBALL "\xef\x91\x9f" // U+f45f +#define ICON_FA_VOLUME_HIGH "\xef\x80\xa8" // U+f028 +#define ICON_FA_VOLUME_LOW "\xef\x80\xa7" // U+f027 +#define ICON_FA_VOLUME_OFF "\xef\x80\xa6" // U+f026 +#define ICON_FA_VOLUME_XMARK "\xef\x9a\xa9" // U+f6a9 +#define ICON_FA_VR_CARDBOARD "\xef\x9c\xa9" // U+f729 +#define ICON_FA_W "W" // U+0057 +#define ICON_FA_WALKIE_TALKIE "\xef\xa3\xaf" // U+f8ef +#define ICON_FA_WALLET "\xef\x95\x95" // U+f555 +#define ICON_FA_WAND_MAGIC "\xef\x83\x90" // U+f0d0 +#define ICON_FA_WAND_MAGIC_SPARKLES "\xee\x8b\x8a" // U+e2ca +#define ICON_FA_WAND_SPARKLES "\xef\x9c\xab" // U+f72b +#define ICON_FA_WAREHOUSE "\xef\x92\x94" // U+f494 +#define ICON_FA_WATER "\xef\x9d\xb3" // U+f773 +#define ICON_FA_WATER_LADDER "\xef\x97\x85" // U+f5c5 +#define ICON_FA_WAVE_SQUARE "\xef\xa0\xbe" // U+f83e +#define ICON_FA_WEB_AWESOME "\xee\x9a\x82" // U+e682 +#define ICON_FA_WEIGHT_HANGING "\xef\x97\x8d" // U+f5cd +#define ICON_FA_WEIGHT_SCALE "\xef\x92\x96" // U+f496 +#define ICON_FA_WHEAT_AWN "\xee\x8b\x8d" // U+e2cd +#define ICON_FA_WHEAT_AWN_CIRCLE_EXCLAMATION "\xee\x96\x98" // U+e598 +#define ICON_FA_WHEELCHAIR "\xef\x86\x93" // U+f193 +#define ICON_FA_WHEELCHAIR_MOVE "\xee\x8b\x8e" // U+e2ce +#define ICON_FA_WHISKEY_GLASS "\xef\x9e\xa0" // U+f7a0 +#define ICON_FA_WIFI "\xef\x87\xab" // U+f1eb +#define ICON_FA_WIND "\xef\x9c\xae" // U+f72e +#define ICON_FA_WINDOW_MAXIMIZE "\xef\x8b\x90" // U+f2d0 +#define ICON_FA_WINDOW_MINIMIZE "\xef\x8b\x91" // U+f2d1 +#define ICON_FA_WINDOW_RESTORE "\xef\x8b\x92" // U+f2d2 +#define ICON_FA_WINE_BOTTLE "\xef\x9c\xaf" // U+f72f +#define ICON_FA_WINE_GLASS "\xef\x93\xa3" // U+f4e3 +#define ICON_FA_WINE_GLASS_EMPTY "\xef\x97\x8e" // U+f5ce +#define ICON_FA_WON_SIGN "\xef\x85\x99" // U+f159 +#define ICON_FA_WORM "\xee\x96\x99" // U+e599 +#define ICON_FA_WRENCH "\xef\x82\xad" // U+f0ad +#define ICON_FA_X "X" // U+0058 +#define ICON_FA_X_RAY "\xef\x92\x97" // U+f497 +#define ICON_FA_XMARK "\xef\x80\x8d" // U+f00d +#define ICON_FA_XMARKS_LINES "\xee\x96\x9a" // U+e59a +#define ICON_FA_Y "Y" // U+0059 +#define ICON_FA_YEN_SIGN "\xef\x85\x97" // U+f157 +#define ICON_FA_YIN_YANG "\xef\x9a\xad" // U+f6ad +#define ICON_FA_Z "Z" // U+005a /** * FontAwesome Icon Tags @@ -7137,11 +1472,13 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] */ #define ICON_MIN_FAB 0xe007 +#define ICON_MAX_16_FAB 0xf8e8 #define ICON_MAX_FAB 0xf8e8 + +#define ICON_FA_42_GROUP "\xee\x82\x80" // U+e080 #define ICON_FA_500PX "\xef\x89\xae" // U+f26e #define ICON_FA_ACCESSIBLE_ICON "\xef\x8d\xa8" // U+f368 #define ICON_FA_ACCUSOFT "\xef\x8d\xa9" // U+f369 -#define ICON_FA_ACQUISITIONS_INCORPORATED "\xef\x9a\xaf" // U+f6af #define ICON_FA_ADN "\xef\x85\xb0" // U+f170 #define ICON_FA_ADVERSAL "\xef\x8d\xaa" // U+f36a #define ICON_FA_AFFILIATETHEME "\xef\x8d\xab" // U+f36b @@ -7171,7 +1508,7 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_BANDCAMP "\xef\x8b\x95" // U+f2d5 #define ICON_FA_BATTLE_NET "\xef\xa0\xb5" // U+f835 #define ICON_FA_BEHANCE "\xef\x86\xb4" // U+f1b4 -#define ICON_FA_BEHANCE_SQUARE "\xef\x86\xb5" // U+f1b5 +#define ICON_FA_BILIBILI "\xee\x8f\x99" // U+e3d9 #define ICON_FA_BIMOBJECT "\xef\x8d\xb8" // U+f378 #define ICON_FA_BITBUCKET "\xef\x85\xb1" // U+f171 #define ICON_FA_BITCOIN "\xef\x8d\xb9" // U+f379 @@ -7180,15 +1517,20 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_BLACKBERRY "\xef\x8d\xbb" // U+f37b #define ICON_FA_BLOGGER "\xef\x8d\xbc" // U+f37c #define ICON_FA_BLOGGER_B "\xef\x8d\xbd" // U+f37d +#define ICON_FA_BLUESKY "\xee\x99\xb1" // U+e671 #define ICON_FA_BLUETOOTH "\xef\x8a\x93" // U+f293 #define ICON_FA_BLUETOOTH_B "\xef\x8a\x94" // U+f294 #define ICON_FA_BOOTSTRAP "\xef\xa0\xb6" // U+f836 +#define ICON_FA_BOTS "\xee\x8d\x80" // U+e340 +#define ICON_FA_BRAVE "\xee\x98\xbc" // U+e63c +#define ICON_FA_BRAVE_REVERSE "\xee\x98\xbd" // U+e63d #define ICON_FA_BTC "\xef\x85\x9a" // U+f15a #define ICON_FA_BUFFER "\xef\xa0\xb7" // U+f837 #define ICON_FA_BUROMOBELEXPERTE "\xef\x8d\xbf" // U+f37f #define ICON_FA_BUY_N_LARGE "\xef\xa2\xa6" // U+f8a6 #define ICON_FA_BUYSELLADS "\xef\x88\x8d" // U+f20d #define ICON_FA_CANADIAN_MAPLE_LEAF "\xef\x9e\x85" // U+f785 +#define ICON_FA_CASH_APP "\xee\x9f\x94" // U+e7d4 #define ICON_FA_CC_AMAZON_PAY "\xef\x90\xad" // U+f42d #define ICON_FA_CC_AMEX "\xef\x87\xb3" // U+f1f3 #define ICON_FA_CC_APPLE_PAY "\xef\x90\x96" // U+f416 @@ -7207,6 +1549,7 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_CLOUDSCALE "\xef\x8e\x83" // U+f383 #define ICON_FA_CLOUDSMITH "\xef\x8e\x84" // U+f384 #define ICON_FA_CLOUDVERSIFY "\xef\x8e\x85" // U+f385 +#define ICON_FA_CMPLID "\xee\x8d\xa0" // U+e360 #define ICON_FA_CODEPEN "\xef\x87\x8b" // U+f1cb #define ICON_FA_CODIEPIE "\xef\x8a\x84" // U+f284 #define ICON_FA_CONFLUENCE "\xef\x9e\x8d" // U+f78d @@ -7229,13 +1572,16 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_CREATIVE_COMMONS_SHARE "\xef\x93\xb2" // U+f4f2 #define ICON_FA_CREATIVE_COMMONS_ZERO "\xef\x93\xb3" // U+f4f3 #define ICON_FA_CRITICAL_ROLE "\xef\x9b\x89" // U+f6c9 +#define ICON_FA_CSS "\xee\x9a\xa2" // U+e6a2 #define ICON_FA_CSS3 "\xef\x84\xbc" // U+f13c #define ICON_FA_CSS3_ALT "\xef\x8e\x8b" // U+f38b #define ICON_FA_CUTTLEFISH "\xef\x8e\x8c" // U+f38c #define ICON_FA_D_AND_D "\xef\x8e\x8d" // U+f38d #define ICON_FA_D_AND_D_BEYOND "\xef\x9b\x8a" // U+f6ca #define ICON_FA_DAILYMOTION "\xee\x81\x92" // U+e052 +#define ICON_FA_DART_LANG "\xee\x9a\x93" // U+e693 #define ICON_FA_DASHCUBE "\xef\x88\x90" // U+f210 +#define ICON_FA_DEBIAN "\xee\x98\x8b" // U+e60b #define ICON_FA_DEEZER "\xee\x81\xb7" // U+e077 #define ICON_FA_DELICIOUS "\xef\x86\xa5" // U+f1a5 #define ICON_FA_DEPLOYDOG "\xef\x8e\x8e" // U+f38e @@ -7248,19 +1594,21 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_DIGITAL_OCEAN "\xef\x8e\x91" // U+f391 #define ICON_FA_DISCORD "\xef\x8e\x92" // U+f392 #define ICON_FA_DISCOURSE "\xef\x8e\x93" // U+f393 +#define ICON_FA_DISQUS "\xee\x9f\x95" // U+e7d5 #define ICON_FA_DOCHUB "\xef\x8e\x94" // U+f394 #define ICON_FA_DOCKER "\xef\x8e\x95" // U+f395 #define ICON_FA_DRAFT2DIGITAL "\xef\x8e\x96" // U+f396 #define ICON_FA_DRIBBBLE "\xef\x85\xbd" // U+f17d -#define ICON_FA_DRIBBBLE_SQUARE "\xef\x8e\x97" // U+f397 #define ICON_FA_DROPBOX "\xef\x85\xab" // U+f16b #define ICON_FA_DRUPAL "\xef\x86\xa9" // U+f1a9 +#define ICON_FA_DUOLINGO "\xee\xa0\x92" // U+e812 #define ICON_FA_DYALOG "\xef\x8e\x99" // U+f399 #define ICON_FA_EARLYBIRDS "\xef\x8e\x9a" // U+f39a #define ICON_FA_EBAY "\xef\x93\xb4" // U+f4f4 #define ICON_FA_EDGE "\xef\x8a\x82" // U+f282 #define ICON_FA_EDGE_LEGACY "\xee\x81\xb8" // U+e078 #define ICON_FA_ELEMENTOR "\xef\x90\xb0" // U+f430 +#define ICON_FA_ELEVENTY "\xee\x9f\x96" // U+e7d6 #define ICON_FA_ELLO "\xef\x97\xb1" // U+f5f1 #define ICON_FA_EMBER "\xef\x90\xa3" // U+f423 #define ICON_FA_EMPIRE "\xef\x87\x91" // U+f1d1 @@ -7273,11 +1621,11 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_FACEBOOK "\xef\x82\x9a" // U+f09a #define ICON_FA_FACEBOOK_F "\xef\x8e\x9e" // U+f39e #define ICON_FA_FACEBOOK_MESSENGER "\xef\x8e\x9f" // U+f39f -#define ICON_FA_FACEBOOK_SQUARE "\xef\x82\x82" // U+f082 #define ICON_FA_FANTASY_FLIGHT_GAMES "\xef\x9b\x9c" // U+f6dc #define ICON_FA_FEDEX "\xef\x9e\x97" // U+f797 #define ICON_FA_FEDORA "\xef\x9e\x98" // U+f798 #define ICON_FA_FIGMA "\xef\x9e\x99" // U+f799 +#define ICON_FA_FILES_PINWHEEL "\xee\x9a\x9f" // U+e69f #define ICON_FA_FIREFOX "\xef\x89\xa9" // U+f269 #define ICON_FA_FIREFOX_BROWSER "\xee\x80\x87" // U+e007 #define ICON_FA_FIRST_ORDER "\xef\x8a\xb0" // U+f2b0 @@ -7285,11 +1633,9 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_FIRSTDRAFT "\xef\x8e\xa1" // U+f3a1 #define ICON_FA_FLICKR "\xef\x85\xae" // U+f16e #define ICON_FA_FLIPBOARD "\xef\x91\x8d" // U+f44d +#define ICON_FA_FLUTTER "\xee\x9a\x94" // U+e694 #define ICON_FA_FLY "\xef\x90\x97" // U+f417 #define ICON_FA_FONT_AWESOME "\xef\x8a\xb4" // U+f2b4 -#define ICON_FA_FONT_AWESOME_ALT "\xef\x8d\x9c" // U+f35c -#define ICON_FA_FONT_AWESOME_FLAG "\xef\x90\xa5" // U+f425 -#define ICON_FA_FONT_AWESOME_LOGO_FULL "\xef\x93\xa6" // U+f4e6 #define ICON_FA_FONTICONS "\xef\x8a\x80" // U+f280 #define ICON_FA_FONTICONS_FI "\xef\x8e\xa2" // U+f3a2 #define ICON_FA_FORT_AWESOME "\xef\x8a\x86" // U+f286 @@ -7306,16 +1652,15 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_GG_CIRCLE "\xef\x89\xa1" // U+f261 #define ICON_FA_GIT "\xef\x87\x93" // U+f1d3 #define ICON_FA_GIT_ALT "\xef\xa1\x81" // U+f841 -#define ICON_FA_GIT_SQUARE "\xef\x87\x92" // U+f1d2 #define ICON_FA_GITHUB "\xef\x82\x9b" // U+f09b #define ICON_FA_GITHUB_ALT "\xef\x84\x93" // U+f113 -#define ICON_FA_GITHUB_SQUARE "\xef\x82\x92" // U+f092 #define ICON_FA_GITKRAKEN "\xef\x8e\xa6" // U+f3a6 #define ICON_FA_GITLAB "\xef\x8a\x96" // U+f296 #define ICON_FA_GITTER "\xef\x90\xa6" // U+f426 #define ICON_FA_GLIDE "\xef\x8a\xa5" // U+f2a5 #define ICON_FA_GLIDE_G "\xef\x8a\xa6" // U+f2a6 #define ICON_FA_GOFORE "\xef\x8e\xa7" // U+f3a7 +#define ICON_FA_GOLANG "\xee\x90\x8f" // U+e40f #define ICON_FA_GOODREADS "\xef\x8e\xa8" // U+f3a8 #define ICON_FA_GOODREADS_G "\xef\x8e\xa9" // U+f3a9 #define ICON_FA_GOOGLE "\xef\x86\xa0" // U+f1a0 @@ -7324,7 +1669,7 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_GOOGLE_PLAY "\xef\x8e\xab" // U+f3ab #define ICON_FA_GOOGLE_PLUS "\xef\x8a\xb3" // U+f2b3 #define ICON_FA_GOOGLE_PLUS_G "\xef\x83\x95" // U+f0d5 -#define ICON_FA_GOOGLE_PLUS_SQUARE "\xef\x83\x94" // U+f0d4 +#define ICON_FA_GOOGLE_SCHOLAR "\xee\x98\xbb" // U+e63b #define ICON_FA_GOOGLE_WALLET "\xef\x87\xae" // U+f1ee #define ICON_FA_GRATIPAY "\xef\x86\x84" // U+f184 #define ICON_FA_GRAV "\xef\x8b\x96" // U+f2d6 @@ -7333,8 +1678,8 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_GUILDED "\xee\x81\xbe" // U+e07e #define ICON_FA_GULP "\xef\x8e\xae" // U+f3ae #define ICON_FA_HACKER_NEWS "\xef\x87\x94" // U+f1d4 -#define ICON_FA_HACKER_NEWS_SQUARE "\xef\x8e\xaf" // U+f3af #define ICON_FA_HACKERRANK "\xef\x97\xb7" // U+f5f7 +#define ICON_FA_HASHNODE "\xee\x92\x99" // U+e499 #define ICON_FA_HIPS "\xef\x91\x92" // U+f452 #define ICON_FA_HIRE_A_HELPER "\xef\x8e\xb0" // U+f3b0 #define ICON_FA_HIVE "\xee\x81\xbf" // U+e07f @@ -7346,9 +1691,7 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_HUBSPOT "\xef\x8e\xb2" // U+f3b2 #define ICON_FA_IDEAL "\xee\x80\x93" // U+e013 #define ICON_FA_IMDB "\xef\x8b\x98" // U+f2d8 -#define ICON_FA_INNOSOFT "\xee\x82\x80" // U+e080 #define ICON_FA_INSTAGRAM "\xef\x85\xad" // U+f16d -#define ICON_FA_INSTAGRAM_SQUARE "\xee\x81\x95" // U+e055 #define ICON_FA_INSTALOD "\xee\x82\x81" // U+e081 #define ICON_FA_INTERCOM "\xef\x9e\xaf" // U+f7af #define ICON_FA_INTERNET_EXPLORER "\xef\x89\xab" // U+f26b @@ -7364,9 +1707,10 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_JOGET "\xef\x8e\xb7" // U+f3b7 #define ICON_FA_JOOMLA "\xef\x86\xaa" // U+f1aa #define ICON_FA_JS "\xef\x8e\xb8" // U+f3b8 -#define ICON_FA_JS_SQUARE "\xef\x8e\xb9" // U+f3b9 #define ICON_FA_JSFIDDLE "\xef\x87\x8c" // U+f1cc +#define ICON_FA_JXL "\xee\x99\xbb" // U+e67b #define ICON_FA_KAGGLE "\xef\x97\xba" // U+f5fa +#define ICON_FA_KAKAO_TALK "\xee\x9f\x97" // U+e7d7 #define ICON_FA_KEYBASE "\xef\x93\xb5" // U+f4f5 #define ICON_FA_KEYCDN "\xef\x8e\xba" // U+f3ba #define ICON_FA_KICKSTARTER "\xef\x8e\xbb" // U+f3bb @@ -7374,14 +1718,17 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_KORVUE "\xef\x90\xaf" // U+f42f #define ICON_FA_LARAVEL "\xef\x8e\xbd" // U+f3bd #define ICON_FA_LASTFM "\xef\x88\x82" // U+f202 -#define ICON_FA_LASTFM_SQUARE "\xef\x88\x83" // U+f203 #define ICON_FA_LEANPUB "\xef\x88\x92" // U+f212 #define ICON_FA_LESS "\xef\x90\x9d" // U+f41d +#define ICON_FA_LETTERBOXD "\xee\x98\xad" // U+e62d #define ICON_FA_LINE "\xef\x8f\x80" // U+f3c0 #define ICON_FA_LINKEDIN "\xef\x82\x8c" // U+f08c #define ICON_FA_LINKEDIN_IN "\xef\x83\xa1" // U+f0e1 +#define ICON_FA_LINKTREE "\xee\x9f\x98" // U+e7d8 #define ICON_FA_LINODE "\xef\x8a\xb8" // U+f2b8 #define ICON_FA_LINUX "\xef\x85\xbc" // U+f17c +#define ICON_FA_LUMON "\xee\x9f\xa2" // U+e7e2 +#define ICON_FA_LUMON_DROP "\xee\x9f\xa3" // U+e7e3 #define ICON_FA_LYFT "\xef\x8f\x83" // U+f3c3 #define ICON_FA_MAGENTO "\xef\x8f\x84" // U+f3c4 #define ICON_FA_MAILCHIMP "\xef\x96\x9e" // U+f59e @@ -7392,13 +1739,14 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_MDB "\xef\xa3\x8a" // U+f8ca #define ICON_FA_MEDAPPS "\xef\x8f\x86" // U+f3c6 #define ICON_FA_MEDIUM "\xef\x88\xba" // U+f23a -#define ICON_FA_MEDIUM_M "\xef\x8f\x87" // U+f3c7 #define ICON_FA_MEDRT "\xef\x8f\x88" // U+f3c8 #define ICON_FA_MEETUP "\xef\x8b\xa0" // U+f2e0 #define ICON_FA_MEGAPORT "\xef\x96\xa3" // U+f5a3 #define ICON_FA_MENDELEY "\xef\x9e\xb3" // U+f7b3 +#define ICON_FA_META "\xee\x92\x9b" // U+e49b #define ICON_FA_MICROBLOG "\xee\x80\x9a" // U+e01a #define ICON_FA_MICROSOFT "\xef\x8f\x8a" // U+f3ca +#define ICON_FA_MINTBIT "\xee\x98\xaf" // U+e62f #define ICON_FA_MIX "\xef\x8f\x8b" // U+f3cb #define ICON_FA_MIXCLOUD "\xef\x8a\x89" // U+f289 #define ICON_FA_MIXER "\xee\x81\x96" // U+e056 @@ -7407,28 +1755,34 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_MONERO "\xef\x8f\x90" // U+f3d0 #define ICON_FA_NAPSTER "\xef\x8f\x92" // U+f3d2 #define ICON_FA_NEOS "\xef\x98\x92" // U+f612 +#define ICON_FA_NFC_DIRECTIONAL "\xee\x94\xb0" // U+e530 +#define ICON_FA_NFC_SYMBOL "\xee\x94\xb1" // U+e531 #define ICON_FA_NIMBLR "\xef\x96\xa8" // U+f5a8 #define ICON_FA_NODE "\xef\x90\x99" // U+f419 #define ICON_FA_NODE_JS "\xef\x8f\x93" // U+f3d3 +#define ICON_FA_NOTION "\xee\x9f\x99" // U+e7d9 #define ICON_FA_NPM "\xef\x8f\x94" // U+f3d4 #define ICON_FA_NS8 "\xef\x8f\x95" // U+f3d5 #define ICON_FA_NUTRITIONIX "\xef\x8f\x96" // U+f3d6 #define ICON_FA_OCTOPUS_DEPLOY "\xee\x82\x82" // U+e082 #define ICON_FA_ODNOKLASSNIKI "\xef\x89\xa3" // U+f263 -#define ICON_FA_ODNOKLASSNIKI_SQUARE "\xef\x89\xa4" // U+f264 +#define ICON_FA_ODYSEE "\xee\x97\x86" // U+e5c6 #define ICON_FA_OLD_REPUBLIC "\xef\x94\x90" // U+f510 +#define ICON_FA_OPENAI "\xee\x9f\x8f" // U+e7cf #define ICON_FA_OPENCART "\xef\x88\xbd" // U+f23d #define ICON_FA_OPENID "\xef\x86\x9b" // U+f19b +#define ICON_FA_OPENSUSE "\xee\x98\xab" // U+e62b #define ICON_FA_OPERA "\xef\x89\xaa" // U+f26a #define ICON_FA_OPTIN_MONSTER "\xef\x88\xbc" // U+f23c #define ICON_FA_ORCID "\xef\xa3\x92" // U+f8d2 #define ICON_FA_OSI "\xef\x90\x9a" // U+f41a +#define ICON_FA_PADLET "\xee\x92\xa0" // U+e4a0 #define ICON_FA_PAGE4 "\xef\x8f\x97" // U+f3d7 #define ICON_FA_PAGELINES "\xef\x86\x8c" // U+f18c #define ICON_FA_PALFED "\xef\x8f\x98" // U+f3d8 +#define ICON_FA_PANDORA "\xee\x9f\x9a" // U+e7da #define ICON_FA_PATREON "\xef\x8f\x99" // U+f3d9 #define ICON_FA_PAYPAL "\xef\x87\xad" // U+f1ed -#define ICON_FA_PENNY_ARCADE "\xef\x9c\x84" // U+f704 #define ICON_FA_PERBYTE "\xee\x82\x83" // U+e083 #define ICON_FA_PERISCOPE "\xef\x8f\x9a" // U+f3da #define ICON_FA_PHABRICATOR "\xef\x8f\x9b" // U+f3db @@ -7439,10 +1793,11 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_PIED_PIPER_ALT "\xef\x86\xa8" // U+f1a8 #define ICON_FA_PIED_PIPER_HAT "\xef\x93\xa5" // U+f4e5 #define ICON_FA_PIED_PIPER_PP "\xef\x86\xa7" // U+f1a7 -#define ICON_FA_PIED_PIPER_SQUARE "\xee\x80\x9e" // U+e01e #define ICON_FA_PINTEREST "\xef\x83\x92" // U+f0d2 #define ICON_FA_PINTEREST_P "\xef\x88\xb1" // U+f231 -#define ICON_FA_PINTEREST_SQUARE "\xef\x83\x93" // U+f0d3 +#define ICON_FA_PIX "\xee\x90\xba" // U+e43a +#define ICON_FA_PIXELFED "\xee\x9f\x9b" // U+e7db +#define ICON_FA_PIXIV "\xee\x99\x80" // U+e640 #define ICON_FA_PLAYSTATION "\xef\x8f\x9f" // U+f3df #define ICON_FA_PRODUCT_HUNT "\xef\x8a\x88" // U+f288 #define ICON_FA_PUSHED "\xef\x8f\xa1" // U+f3e1 @@ -7460,7 +1815,6 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_RED_RIVER "\xef\x8f\xa3" // U+f3e3 #define ICON_FA_REDDIT "\xef\x86\xa1" // U+f1a1 #define ICON_FA_REDDIT_ALIEN "\xef\x8a\x81" // U+f281 -#define ICON_FA_REDDIT_SQUARE "\xef\x86\xa2" // U+f1a2 #define ICON_FA_REDHAT "\xef\x9e\xbc" // U+f7bc #define ICON_FA_RENREN "\xef\x86\x8b" // U+f18b #define ICON_FA_REPLYD "\xef\x8f\xa6" // U+f3e6 @@ -7474,43 +1828,80 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_SALESFORCE "\xef\xa0\xbb" // U+f83b #define ICON_FA_SASS "\xef\x90\x9e" // U+f41e #define ICON_FA_SCHLIX "\xef\x8f\xaa" // U+f3ea +#define ICON_FA_SCREENPAL "\xee\x95\xb0" // U+e570 #define ICON_FA_SCRIBD "\xef\x8a\x8a" // U+f28a #define ICON_FA_SEARCHENGIN "\xef\x8f\xab" // U+f3eb #define ICON_FA_SELLCAST "\xef\x8b\x9a" // U+f2da #define ICON_FA_SELLSY "\xef\x88\x93" // U+f213 #define ICON_FA_SERVICESTACK "\xef\x8f\xac" // U+f3ec #define ICON_FA_SHIRTSINBULK "\xef\x88\x94" // U+f214 +#define ICON_FA_SHOELACE "\xee\x98\x8c" // U+e60c #define ICON_FA_SHOPIFY "\xee\x81\x97" // U+e057 #define ICON_FA_SHOPWARE "\xef\x96\xb5" // U+f5b5 +#define ICON_FA_SIGNAL_MESSENGER "\xee\x99\xa3" // U+e663 #define ICON_FA_SIMPLYBUILT "\xef\x88\x95" // U+f215 #define ICON_FA_SISTRIX "\xef\x8f\xae" // U+f3ee #define ICON_FA_SITH "\xef\x94\x92" // U+f512 +#define ICON_FA_SITROX "\xee\x91\x8a" // U+e44a #define ICON_FA_SKETCH "\xef\x9f\x86" // U+f7c6 #define ICON_FA_SKYATLAS "\xef\x88\x96" // U+f216 #define ICON_FA_SKYPE "\xef\x85\xbe" // U+f17e #define ICON_FA_SLACK "\xef\x86\x98" // U+f198 -#define ICON_FA_SLACK_HASH "\xef\x8f\xaf" // U+f3ef #define ICON_FA_SLIDESHARE "\xef\x87\xa7" // U+f1e7 #define ICON_FA_SNAPCHAT "\xef\x8a\xab" // U+f2ab -#define ICON_FA_SNAPCHAT_GHOST "\xef\x8a\xac" // U+f2ac -#define ICON_FA_SNAPCHAT_SQUARE "\xef\x8a\xad" // U+f2ad #define ICON_FA_SOUNDCLOUD "\xef\x86\xbe" // U+f1be #define ICON_FA_SOURCETREE "\xef\x9f\x93" // U+f7d3 +#define ICON_FA_SPACE_AWESOME "\xee\x96\xac" // U+e5ac #define ICON_FA_SPEAKAP "\xef\x8f\xb3" // U+f3f3 #define ICON_FA_SPEAKER_DECK "\xef\xa0\xbc" // U+f83c #define ICON_FA_SPOTIFY "\xef\x86\xbc" // U+f1bc +#define ICON_FA_SQUARE_BEHANCE "\xef\x86\xb5" // U+f1b5 +#define ICON_FA_SQUARE_BLUESKY "\xee\x9a\xa3" // U+e6a3 +#define ICON_FA_SQUARE_DRIBBBLE "\xef\x8e\x97" // U+f397 +#define ICON_FA_SQUARE_FACEBOOK "\xef\x82\x82" // U+f082 +#define ICON_FA_SQUARE_FIGMA "\xee\x9f\xa4" // U+e7e4 +#define ICON_FA_SQUARE_FONT_AWESOME "\xee\x96\xad" // U+e5ad +#define ICON_FA_SQUARE_FONT_AWESOME_STROKE "\xef\x8d\x9c" // U+f35c +#define ICON_FA_SQUARE_GIT "\xef\x87\x92" // U+f1d2 +#define ICON_FA_SQUARE_GITHUB "\xef\x82\x92" // U+f092 +#define ICON_FA_SQUARE_GITLAB "\xee\x96\xae" // U+e5ae +#define ICON_FA_SQUARE_GOOGLE_PLUS "\xef\x83\x94" // U+f0d4 +#define ICON_FA_SQUARE_HACKER_NEWS "\xef\x8e\xaf" // U+f3af +#define ICON_FA_SQUARE_INSTAGRAM "\xee\x81\x95" // U+e055 +#define ICON_FA_SQUARE_JS "\xef\x8e\xb9" // U+f3b9 +#define ICON_FA_SQUARE_LASTFM "\xef\x88\x83" // U+f203 +#define ICON_FA_SQUARE_LETTERBOXD "\xee\x98\xae" // U+e62e +#define ICON_FA_SQUARE_LINKEDIN "\xee\x9f\x90" // U+e7d0 +#define ICON_FA_SQUARE_ODNOKLASSNIKI "\xef\x89\xa4" // U+f264 +#define ICON_FA_SQUARE_PIED_PIPER "\xee\x80\x9e" // U+e01e +#define ICON_FA_SQUARE_PINTEREST "\xef\x83\x93" // U+f0d3 +#define ICON_FA_SQUARE_REDDIT "\xef\x86\xa2" // U+f1a2 +#define ICON_FA_SQUARE_SNAPCHAT "\xef\x8a\xad" // U+f2ad +#define ICON_FA_SQUARE_STEAM "\xef\x86\xb7" // U+f1b7 +#define ICON_FA_SQUARE_THREADS "\xee\x98\x99" // U+e619 +#define ICON_FA_SQUARE_TUMBLR "\xef\x85\xb4" // U+f174 +#define ICON_FA_SQUARE_TWITTER "\xef\x82\x81" // U+f081 +#define ICON_FA_SQUARE_UPWORK "\xee\x99\xbc" // U+e67c +#define ICON_FA_SQUARE_VIADEO "\xef\x8a\xaa" // U+f2aa +#define ICON_FA_SQUARE_VIMEO "\xef\x86\x94" // U+f194 +#define ICON_FA_SQUARE_WEB_AWESOME "\xee\x9a\x83" // U+e683 +#define ICON_FA_SQUARE_WEB_AWESOME_STROKE "\xee\x9a\x84" // U+e684 +#define ICON_FA_SQUARE_WHATSAPP "\xef\x90\x8c" // U+f40c +#define ICON_FA_SQUARE_X_TWITTER "\xee\x98\x9a" // U+e61a +#define ICON_FA_SQUARE_XING "\xef\x85\xa9" // U+f169 +#define ICON_FA_SQUARE_YOUTUBE "\xef\x90\xb1" // U+f431 #define ICON_FA_SQUARESPACE "\xef\x96\xbe" // U+f5be #define ICON_FA_STACK_EXCHANGE "\xef\x86\x8d" // U+f18d #define ICON_FA_STACK_OVERFLOW "\xef\x85\xac" // U+f16c #define ICON_FA_STACKPATH "\xef\xa1\x82" // U+f842 #define ICON_FA_STAYLINKED "\xef\x8f\xb5" // U+f3f5 #define ICON_FA_STEAM "\xef\x86\xb6" // U+f1b6 -#define ICON_FA_STEAM_SQUARE "\xef\x86\xb7" // U+f1b7 #define ICON_FA_STEAM_SYMBOL "\xef\x8f\xb6" // U+f3f6 #define ICON_FA_STICKER_MULE "\xef\x8f\xb7" // U+f3f7 #define ICON_FA_STRAVA "\xef\x90\xa8" // U+f428 #define ICON_FA_STRIPE "\xef\x90\xa9" // U+f429 #define ICON_FA_STRIPE_S "\xef\x90\xaa" // U+f42a +#define ICON_FA_STUBBER "\xee\x97\x87" // U+e5c7 #define ICON_FA_STUDIOVINARI "\xef\x8f\xb8" // U+f3f8 #define ICON_FA_STUMBLEUPON "\xef\x86\xa4" // U+f1a4 #define ICON_FA_STUMBLEUPON_CIRCLE "\xef\x86\xa3" // U+f1a3 @@ -7521,21 +1912,20 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_SYMFONY "\xef\xa0\xbd" // U+f83d #define ICON_FA_TEAMSPEAK "\xef\x93\xb9" // U+f4f9 #define ICON_FA_TELEGRAM "\xef\x8b\x86" // U+f2c6 -#define ICON_FA_TELEGRAM_PLANE "\xef\x8f\xbe" // U+f3fe #define ICON_FA_TENCENT_WEIBO "\xef\x87\x95" // U+f1d5 +#define ICON_FA_TEX "\xee\x9f\xbf" // U+e7ff #define ICON_FA_THE_RED_YETI "\xef\x9a\x9d" // U+f69d #define ICON_FA_THEMECO "\xef\x97\x86" // U+f5c6 #define ICON_FA_THEMEISLE "\xef\x8a\xb2" // U+f2b2 #define ICON_FA_THINK_PEAKS "\xef\x9c\xb1" // U+f731 +#define ICON_FA_THREADS "\xee\x98\x98" // U+e618 +#define ICON_FA_TIDAL "\xee\x9f\x9c" // U+e7dc #define ICON_FA_TIKTOK "\xee\x81\xbb" // U+e07b #define ICON_FA_TRADE_FEDERATION "\xef\x94\x93" // U+f513 #define ICON_FA_TRELLO "\xef\x86\x81" // U+f181 -#define ICON_FA_TRIPADVISOR "\xef\x89\xa2" // U+f262 #define ICON_FA_TUMBLR "\xef\x85\xb3" // U+f173 -#define ICON_FA_TUMBLR_SQUARE "\xef\x85\xb4" // U+f174 #define ICON_FA_TWITCH "\xef\x87\xa8" // U+f1e8 #define ICON_FA_TWITTER "\xef\x82\x99" // U+f099 -#define ICON_FA_TWITTER_SQUARE "\xef\x82\x81" // U+f081 #define ICON_FA_TYPO3 "\xef\x90\xab" // U+f42b #define ICON_FA_UBER "\xef\x90\x82" // U+f402 #define ICON_FA_UBUNTU "\xef\x9f\x9f" // U+f7df @@ -7547,31 +1937,34 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_UNSPLASH "\xee\x81\xbc" // U+e07c #define ICON_FA_UNTAPPD "\xef\x90\x85" // U+f405 #define ICON_FA_UPS "\xef\x9f\xa0" // U+f7e0 +#define ICON_FA_UPWORK "\xee\x99\x81" // U+e641 #define ICON_FA_USB "\xef\x8a\x87" // U+f287 #define ICON_FA_USPS "\xef\x9f\xa1" // U+f7e1 #define ICON_FA_USSUNNAH "\xef\x90\x87" // U+f407 #define ICON_FA_VAADIN "\xef\x90\x88" // U+f408 #define ICON_FA_VIACOIN "\xef\x88\xb7" // U+f237 #define ICON_FA_VIADEO "\xef\x8a\xa9" // U+f2a9 -#define ICON_FA_VIADEO_SQUARE "\xef\x8a\xaa" // U+f2aa #define ICON_FA_VIBER "\xef\x90\x89" // U+f409 #define ICON_FA_VIMEO "\xef\x90\x8a" // U+f40a -#define ICON_FA_VIMEO_SQUARE "\xef\x86\x94" // U+f194 #define ICON_FA_VIMEO_V "\xef\x89\xbd" // U+f27d #define ICON_FA_VINE "\xef\x87\x8a" // U+f1ca #define ICON_FA_VK "\xef\x86\x89" // U+f189 #define ICON_FA_VNV "\xef\x90\x8b" // U+f40b +#define ICON_FA_VSCO "\xee\x9f\x9d" // U+e7dd #define ICON_FA_VUEJS "\xef\x90\x9f" // U+f41f +#define ICON_FA_W3C "\xee\x9f\x9e" // U+e7de #define ICON_FA_WATCHMAN_MONITORING "\xee\x82\x87" // U+e087 #define ICON_FA_WAZE "\xef\xa0\xbf" // U+f83f +#define ICON_FA_WEB_AWESOME "\xee\x9a\x82" // U+e682 +#define ICON_FA_WEBFLOW "\xee\x99\x9c" // U+e65c #define ICON_FA_WEEBLY "\xef\x97\x8c" // U+f5cc #define ICON_FA_WEIBO "\xef\x86\x8a" // U+f18a #define ICON_FA_WEIXIN "\xef\x87\x97" // U+f1d7 #define ICON_FA_WHATSAPP "\xef\x88\xb2" // U+f232 -#define ICON_FA_WHATSAPP_SQUARE "\xef\x90\x8c" // U+f40c #define ICON_FA_WHMCS "\xef\x90\x8d" // U+f40d #define ICON_FA_WIKIPEDIA_W "\xef\x89\xa6" // U+f266 #define ICON_FA_WINDOWS "\xef\x85\xba" // U+f17a +#define ICON_FA_WIRSINDHANDWERK "\xee\x8b\x90" // U+e2d0 #define ICON_FA_WIX "\xef\x97\x8f" // U+f5cf #define ICON_FA_WIZARDS_OF_THE_COAST "\xef\x9c\xb0" // U+f730 #define ICON_FA_WODU "\xee\x82\x88" // U+e088 @@ -7582,9 +1975,9 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_WPEXPLORER "\xef\x8b\x9e" // U+f2de #define ICON_FA_WPFORMS "\xef\x8a\x98" // U+f298 #define ICON_FA_WPRESSR "\xef\x8f\xa4" // U+f3e4 +#define ICON_FA_X_TWITTER "\xee\x98\x9b" // U+e61b #define ICON_FA_XBOX "\xef\x90\x92" // U+f412 #define ICON_FA_XING "\xef\x85\xa8" // U+f168 -#define ICON_FA_XING_SQUARE "\xef\x85\xa9" // U+f169 #define ICON_FA_Y_COMBINATOR "\xef\x88\xbb" // U+f23b #define ICON_FA_YAHOO "\xef\x86\x9e" // U+f19e #define ICON_FA_YAMMER "\xef\xa1\x80" // U+f840 @@ -7594,7 +1987,6 @@ static constexpr uint32_t ImGuiFont_FontAwesome_Solid_900_Compressed_Data[36213] #define ICON_FA_YELP "\xef\x87\xa9" // U+f1e9 #define ICON_FA_YOAST "\xef\x8a\xb1" // U+f2b1 #define ICON_FA_YOUTUBE "\xef\x85\xa7" // U+f167 -#define ICON_FA_YOUTUBE_SQUARE "\xef\x90\xb1" // U+f431 #define ICON_FA_ZHIHU "\xef\x98\xbf" // U+f63f #endif // ASHITA_IMGUIFONTAWESOME_H_INCLUDED diff --git a/3rdParty/SDKs/Ashita/ADK_v4/Memory.h b/3rdParty/SDKs/Ashita/ADK_v4/Memory.h index 9f940dc..01a934c 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/Memory.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/Memory.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * diff --git a/3rdParty/SDKs/Ashita/ADK_v4/Registry.h b/3rdParty/SDKs/Ashita/ADK_v4/Registry.h index 96e3211..e8a6d5d 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/Registry.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/Registry.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ScopeGuard.h b/3rdParty/SDKs/Ashita/ADK_v4/ScopeGuard.h index 1448b22..3113694 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ScopeGuard.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ScopeGuard.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * diff --git a/3rdParty/SDKs/Ashita/ADK_v4/Threading.h b/3rdParty/SDKs/Ashita/ADK_v4/Threading.h index c3facfb..fd7000d 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/Threading.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/Threading.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/autofollow.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/autofollow.h index 399938e..08c64a3 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/autofollow.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/autofollow.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -34,27 +34,33 @@ namespace Ashita::FFXI { struct autofollow_t { - // CXiAttachment: XiControlActor::user_control_target + // PS2: XiControlActor::user_control_target (CXiAttachment) uintptr_t VTablePointer; // The base VTable pointer. uint32_t TargetIndex; // The last targeted entities target index. uint32_t TargetServerId; // The last targeted entities server id. - float FollowDeltaX; // The auto-run/auto-follow X delta. - float FollowDeltaZ; // The auto-run/auto-follow Z delta. - float FollowDeltaY; // The auto-run/auto-follow Y delta. - float FollowDeltaW; // The auto-run/auto-follow W delta. [Generally set to 1.] - // CXiAttachment: XiControlActor::follow_actor + // PS2: XiControlActor::auto_run_vec (D3DXVECTOR4) + float FollowDeltaX; // The auto-run X delta. + float FollowDeltaZ; // The auto-run Z delta. + float FollowDeltaY; // The auto-run Y delta. + float FollowDeltaW; // The auto-run W delta. [Generally set to 1.] + + // PS2: XiControlActor::follow_actor (CXiAttachment) uintptr_t VTablePointer2; // The base VTable pointer. uint32_t FollowTargetIndex; // The auto-follow follow target index. uint32_t FollowTargetServerId; // The auto-follow follow target server id. + + // PS2: (Misc XiControlActor Globals) uint8_t IsFirstPersonCamera; // Flag if the camrea is in first person mode or node. uint8_t IsAutoRunning; // Flag if the player is auto-running / auto-following. (Or auto-running in a direction.) - uint16_t Padding0000; // Padding - uint32_t Unknown0000; // Unknown [Set to 0 when auto-following and the delta x and z becomes 0.] + uint16_t padding002A; // Padding. + uint32_t unknown002C; // Unknown. [Set to 0 when auto-following and the delta x and z becomes 0.] uint8_t IsCameraLocked; // Set to 1 when the camera is locked forward. (When holding shift.) uint8_t IsCameraLockedOn; // Set to 1 when the camera is locked on to a target and is in third-person mode. - uint16_t Padding0001; // Padding + uint16_t padding0032; // Padding. }; + + static_assert(sizeof(autofollow_t) == 52, "Invalid 'autofollow_t' structure size detected!"); } // namespace Ashita::FFXI diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/castbar.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/castbar.h index 41935c8..9504659 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/castbar.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/castbar.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -32,23 +32,26 @@ namespace Ashita::FFXI { + // PS2: CTkCastTime struct castbar_t { - // CTkMenuPrimitive + // Base: CTkMenuPrimitive uintptr_t VTablePointer; uintptr_t m_BaseObj; uintptr_t m_pParentMCD; uint8_t m_InputEnable; - uint8_t Unknown0000; + uint8_t unknown000D; uint16_t m_SaveCursol; uint8_t m_Reposition; - uint8_t Unknown0001[3]; + uint8_t unknown0011[3]; float Max; // The maximum value of the bar to count down from. float Count; // The current value of the bar, starting from CastBarMax and counting down to 0. float Percent; // The current cast value of the bar ranging from 0.0 to 1.0 as a float. uint32_t CastType; // The casting type that caused the menu to be opened. [0 = Magic, 1 = Items, 4 = ???] }; + + static_assert(sizeof(castbar_t) == 36, "Invalid 'castbar_t' structure size detected!"); } // namespace Ashita::FFXI diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/config.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/config.h index f92404a..4e97024 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/config.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/config.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -50,9 +50,9 @@ namespace Ashita::FFXI::Configurations uint32_t IsEnbled; // Flag if the auto-disconnect feature is enabled or disabled. uint32_t NextIdleTimeout; // The next timestamp when the client will auto-disconnect, updated each time there is input to the client. (GetTickCount + the timeout setting offset in milliseconds.) uint32_t Timeout; // The idle timeout setting that is currently selected. (In milliseconds.) - uint32_t Unknown0000; // Unknown [Callback function for unknown purpose.] - uint32_t Unknown0001; // Unknown [Callback function for unknown purpose.] - uint32_t Unknown0002; // Unknown [Callback function for unknown purpose.] + uint32_t unknown000C; // Unknown. [Callback function for unknown purpose.] + uint32_t unknown0010; // Unknown. [Callback function for unknown purpose.] + uint32_t unknown0014; // Unknown. [Callback function for unknown purpose.] }; /** @@ -69,6 +69,9 @@ namespace Ashita::FFXI::Configurations uintptr_t VulgarDictionaryPointer2; // Pointer to the vulgar dictionary lookup tables. (Copy. Null when disabled.) uint32_t Vulgar2DictionarySize; // Size of the vulgar2.dic file. }; + + static_assert(sizeof(autodisconnect_t) == 24, "Invalid 'autodisconnect_t' structure size detected!"); + static_assert(sizeof(chatlanguagefilter_t) == 20, "Invalid 'chatlanguagefilter_t' structure size detected!"); } // namespace Ashita::FFXI::Configurations diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/entity.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/entity.h index e9b63c0..7e14c33 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/entity.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/entity.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -41,7 +41,7 @@ namespace Ashita::FFXI float Roll; float Yaw; float Pitch; - float Unknown0000; + float unknown001C; }; struct move_t @@ -57,7 +57,7 @@ namespace Ashita::FFXI float DeltaRoll; // (LastPosition.Roll - LocalPosition.Roll) * 0.0625 float DeltaYaw; // (LastPosition.Yaw - LocalPosition.Yaw) * 0.0625 float DeltaPitch; // (LastPosition.Pitch - LocalPosition.Pitch) * 0.0625 - float Unknown0000; + float unknown002C; }; struct movement_t @@ -78,7 +78,7 @@ namespace Ashita::FFXI uint16_t Main; // Main Weapon (Starts at 0x6000) uint16_t Sub; // Sub Weapon (Starts at 0x7000) uint16_t Ranged; // Ranged Weapon (Starts at 0x8000) - uint8_t Unknown0000[14]; // Unknown [Part of the entity look block based on the entity creation setup.] + uint8_t unknown0012[14]; // Unknown. [Part of the entity look block based on the entity creation setup.] }; struct render_t @@ -94,6 +94,7 @@ namespace Ashita::FFXI uint32_t Flags8; // Overhead Flags (Job mastery party.) }; + // PS2: XiAtelBuff struct entity_t { uintptr_t VTablePointer; // The base CYyObject VTable pointer. @@ -103,22 +104,23 @@ namespace Ashita::FFXI int8_t Name[28]; // The entities name. [Last 4 bytes are used as a flag for some entities.] float MovementSpeed; // The entities movement speed. float AnimationSpeed; // The entities animation speed. - uintptr_t ActorPointer; // The entities actor pointer. + uintptr_t ActorPointer; // The entities actor pointer. [Type: CXiSkeletonActor* (Or other actor base types.)] uintptr_t Attachments[12]; // The entities attachments. [ie. CXiSkeletonActor - Used with things such as GEO Indi's.] - uintptr_t EventPointer; // The entities event pointer. [Points to the XiEvent object that is being processed for the current event the entity is in.] + uintptr_t EventPointer; // The entities event pointer. [Type: XiEvent*] float Distance; // The entities distance to the local player. uint32_t TurnSpeed; // The entities speed in which they will turn to talk to/interact with something. [Default: 0x64, Set in event VM opcode: 0x0059] uint32_t TurnSpeedHead; // The entities speed in which they will turn their head and look at something. [Default: 0x64, Set in event VM opcode: 0x0059] float Heading; // The entities heading direction. (Yaw) uintptr_t Next; // Set to the entity pointer you are closest to within 1.2 yalms. Used as a linked list if you are close to multiple entities. uint8_t HPPercent; // The entities health percent. - uint8_t Unknown0000; // Unknown [Used to be pet mp percent, not used anymore.] + uint8_t unknown00ED; // Unknown. [Used to be pet mp percent, not used anymore.] uint8_t Type; // The entities object type. [0 = PC, 1 = NPC, 2 = NPC (Fixed Models), 3 = Doors etc.] uint8_t Race; // The entities race id. uint16_t LocalMoveCount; // The entities local movement counter used to handle delta movement calculations. uint16_t ActorLockFlag; // The entities lock flag. If set, the entity will ignore model updates from gear changes. uint16_t ModelUpdateFlags; // The entities update flags when the model is being refreshed. (ie. Gear swaps.) - uint16_t Unknown0001; // Unknown [Some parts seem used, unsure what for. Trusts generally have the second byte as 255.] + uint8_t unknown00F6; // Unknown. [Set based on entity model information. Used for certain emote lookups.] + uint8_t padding00F7; // Padding. uint32_t DoorId; // The entities door id, if entity is a door. (ie. _6er) look_t Look; // The entities model appearance information. uint16_t ActionTimer1; // The entities action timer. [The action lock count.] @@ -146,8 +148,8 @@ namespace Ashita::FFXI uint32_t StatusServer; // The entities status. (Updated from character update packet. Incoming 0x0037) uint32_t Status; // The entities status. (Synced from StatusServer, main status value used in the client for most validations.) uint32_t StatusEvent; // The entities status. (Used while talking to an npc / in an event.) - uint32_t Unknown0002; // Unknown [PS2: Potentially ActorStatus] - uint32_t Unknown0003; // Unknown [PS2: Potentially CliStatus] + uint32_t unknown0178; // Unknown. [PS2: Potentially ActorStatus] + uint32_t unknown017C; // Unknown. [PS2: Potentially CliStatus] uint32_t ModelTime; // The entities model time. [ie. Used with elevators for their lift animations.] uint32_t ModelStartTime; // The entities model start time. [ie. Used with elevators for their lift animations.] uint32_t ClaimStatus; // The entities current claim information / last claimed info for dead entities. [Low-word holds the claimer server id. High-word is a 0/1 flag.] @@ -156,25 +158,25 @@ namespace Ashita::FFXI uint16_t AnimationTime; // The current time/duration of the animation. (ie. Counts up while walking.) uint16_t AnimationStep; // The current step of the animation. [Set via: rand() % 600 + 600] uint8_t AnimationPlay; // Flag used to cause the entities set animation to play. [6 = Sit/Stand, 12 = Play Emote, 21 = Sit, etc.] - uint8_t Unknown0004; // Unknown [Unlocks the players model from their mount, allowing them to move freely with the mount remaining where it was when this flag was enabled.] + uint8_t unknown01BD; // Unknown. [Animation / emote related.] uint16_t EmoteTargetIndex; // The target index of the entity that is the target of the emote. uint16_t EmoteId; // The emote id of the emote the entity is performing. - uint16_t Unknown0005; // Unknown [Potentially padding now for alignment. Does not appear to be used/referenced.] + uint16_t padding01C2; // Padding. uint32_t EmoteIdString; // The string id of the emote. uintptr_t EmoteTargetActorPointer;// The target actor pointer of the entity that is the target of the emote. - uint32_t Unknown0006; // Unknown [Emote related, set and read when an emote is used. Incremented or set to 0. Can be set to 150 or 151 directly as well.] + uint32_t unknown01CC; // Unknown. [Emotion / mount counter. Used for fading the character in/out.] uint32_t SpawnFlags; // The entities spawn flags. [0x01 = PC, 0x02 = NPC, 0x10 = Mob, 0x0D = Local Player] uint32_t LinkshellColor; // The entities linkshell color. [BGR format, alpha is ignored.] uint16_t NameColor; // The entities name color. [Predefined numerical codes are used.] uint8_t CampaignNameFlag; // The entities campaign name flag. [If enabled, shows the sword icon next to the entities name.] uint8_t MountId; // The entities mount id. [Used when status is 85.] - int32_t FishingUnknown0000; // Unknown [Action countdown timer used to delay fishing action packets. Set via: rand() % 601 + 900, sends 0x66 packet if <= 0] [This works similar to FishingActionCountdown.] - int32_t FishingUnknown0001; // Unknown [Used as two WORD timer values. LOWORD to 180 when fishing starts. HIWORD set to 1800 when FishingUnknown0000 <= 0. Sends 0x66 packet to finish fishing if <= 0 with stamina set to 201.] [This works similar to FishingRodCastTime.] + int32_t FishingUnknown0000; // Unknown. [Action countdown timer used to delay fishing action packets. Set via: rand() % 601 + 900, sends 0x66 packet if <= 0] [This works similar to FishingActionCountdown.] + int32_t FishingUnknown0001; // Unknown. [Used as two WORD timer values. LOWORD to 180 when fishing starts. HIWORD set to 1800 when FishingUnknown0000 <= 0. Sends 0x66 packet to finish fishing if <= 0 with stamina set to 201.] [This works similar to FishingRodCastTime.] int32_t FishingActionCountdown; // The countdown until a fish either bits or not. [Sends 0x110 packet if <= 0.] int16_t FishingRodCastTime; // The countdown until the rod cast animation finishes and the client tells the server you are fishing. [Sends 0x110 packet if <= 0.] - int16_t FishingUnknown0002; // Unknown [Set to 1800 when FishingActionCountdown is <= 0. Sends 0x110 packet to finish fishing if <= 0 with stamina set to 201.] + int16_t FishingUnknown0002; // Unknown. [Set to 1800 when FishingActionCountdown is <= 0. Sends 0x110 packet to finish fishing if <= 0 with stamina set to 201.] uint32_t LastActionId; // The entities last action id. [For example, talking to some NPCs will set this to tlk0. Set within the event VM opcode handlers.] - uint32_t Unknown0007; // Unknown [Has one usage but seems unused otherwise, usage is not referenced either.] + uint32_t MogMotionId; // The current motion id of the moogle entity. [Only used for moogles.] uintptr_t LastActionActorPointer; // The actor pointer used with LastActionId. uint16_t TargetedIndex; // The target index of the entities target. [Not always populated. Not populated for local player.] uint16_t PetTargetIndex; // The entities pet target index. @@ -183,7 +185,7 @@ namespace Ashita::FFXI uint8_t BallistaFlags; // The entities Ballista flags. [Handles setting the players name icon, name color, and displaying the game score.] uint8_t PankrationEnabled; // Flag used with Pankration. uint8_t PankrationFlagFlip; // Flag used with Pankration. - uint16_t Unknown0008; // Unknown [Used with Attachments[1] as a timer when the entity uses an Indi spell.] + uint16_t unknown0202; // Unknown. [Used with Attachments[1] as a timer when the entity uses an Indi spell.] float ModelSize; // The entities model size. [Generally -1 as default.] float ModelHitboxSize; // The entities model hitbox size. [Sent in packets: 0x0D, 0x0E, 0x37. Calculated as: (uint8_t)data * 0.10] uint32_t EnvironmentAreaId; // The entities environment area id. Used to override how the entity should be colored and how light affects the model. [Set in event VM opcode: 0x00AE] @@ -193,15 +195,22 @@ namespace Ashita::FFXI uint8_t MonstrosityNameEnd; // The entities monstrosity name end. [Used as a null terminator in the event a name gets too long and overflows the buffer.] uint8_t MonstrosityNameAbbr[24];// The entities monstrosity name abbreviation. uint8_t MonstrosityNameAbbrEnd; // The entities monstrosity name abbreviation end. [Used as a null terminator in the event a name gets too long and overflows the buffer.] - uint16_t Unknown0009; // Unknown [Potentially padding now for alignment.] + uint16_t padding024E; // Padding. uint8_t CustomProperties[44]; // The entities custom properties. [This can be used for various things such as chocobo look customizations. (color, feather changes, etc.)] uint8_t BallistaInfo[36]; // Ballista information that the entity has been sent. uint16_t FellowTargetIndex; // The target index of the entities adventuring fellow. uint16_t WarpTargetIndex; // The target index to follow or warp to. (If used on local player you will warp instantly to the target index. Use with caution!) uint16_t TrustOwnerTargetIndex; // The owner target index. [Trusts have this set to their owners target index.] uint16_t AreaDisplayTargetIndex; // The entities area display target index. [This is only set for the local player; used as the 'Area Display' target index to center the displayed circle around.] - uint32_t Unknown0010; // Unknown [Appears to be unused now. Set to 0 when an entity is created, then no other uses found.] + uint32_t unknown02A8; // Unknown. [Set to 0 when an entity is created.] }; + + static_assert(sizeof(position_t) == 32, "Invalid 'position_t' structure size detected!"); + static_assert(sizeof(move_t) == 48, "Invalid 'move_t' structure size detected!"); + static_assert(sizeof(movement_t) == 112, "Invalid 'movement_t' structure size detected!"); + static_assert(sizeof(look_t) == 32, "Invalid 'look_t' structure size detected!"); + static_assert(sizeof(render_t) == 36, "Invalid 'render_t' structure size detected!"); + static_assert(sizeof(entity_t) == 684, "Invalid 'entity_t' structure size detected!"); } // namespace Ashita::FFXI diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/enums.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/enums.h index b025d32..b0f0aa8 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/enums.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/enums.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -85,15 +85,19 @@ namespace Ashita::FFXI::Enums enum class EntitySpawnFlags : uint32_t { - Player = 0x0001, - Npc = 0x0002, - PartyMember = 0x0004, - AllianceMember = 0x0008, - Monster = 0x0010, - Object = 0x0020, - Elevator = 0x0040, - Airship = 0x0080, - LocalPlayer = 0x0200 + Player = (1 << 0), // 0x0001 + Npc = (1 << 1), // 0x0002 + PartyMember = (1 << 2), // 0x0004 + AllianceMember = (1 << 3), // 0x0008 + Monster = (1 << 4), // 0x0010 + Object = (1 << 5), // 0x0020 + Elevator = (1 << 6), // 0x0040 + Airship = (1 << 7), // 0x0080 + Ally = (1 << 8), // 0x0100 + LocalPlayer = (1 << 9), // 0x0200 + Bit10 = (1 << 10), // 0x0400 + Fellow = (1 << 11), // 0x0800 + Trust = (1 << 12), // 0x1000 }; enum class EntityType : uint32_t @@ -103,7 +107,10 @@ namespace Ashita::FFXI::Enums Npc2 = 2, // NPC Entity (Home Points, Moogles, Coffers, Town Folk, etc.) Npc3 = 3, // NPC Entity (Doors, Lights, Unique Objects, Bridges, etc.) Elevator = 4, // Elevators - Airship = 5 // Airships and Boats + Airship = 5, // Airships, Boats, Certain Plants + Unknown6 = 6, // Unknown (6) + Unknown7 = 7, // Unknown (7) [Cutscene Fixed Model Objects] + Unknown8 = 8, // Unknown (8) [Cutscene Chocobos] }; //////////////////////////////////////////////////////////////////////////////////////////////// @@ -132,6 +139,7 @@ namespace Ashita::FFXI::Enums Wardrobe7, Wardrobe8, Recycle, + Max }; diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/inventory.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/inventory.h index 5bf165a..62a0ce5 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/inventory.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/inventory.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -76,7 +76,7 @@ namespace Ashita::FFXI { uint32_t Slot; // The items equipment slot id. [Defaults to 0x10 when unused.] uint16_t ItemId; // The items id. - uint16_t Unknown0000; // Unknown (Padding?) + uint16_t padding0006; // Padding. uint8_t Extra[28]; // The item extra data. (Augments, charges, timers, etc.) }; @@ -85,7 +85,7 @@ namespace Ashita::FFXI items_t Containers[(uint32_t)Enums::Container::Max]; // Containers holding the players various items. uint32_t iLookItem; // uintptr_t pItem; // - uint8_t Unknown0000[0x0214]; // Unknown [GC_ITEM_TRADE structure.] + uint8_t unknownFAA0[0x0214]; // Unknown [GC_ITEM_TRADE structure.] treasureitem_t TreasurePool[0x000A]; // The treasure pool container items. uint32_t TreasurePoolStatus; // Flag that is set stating the status of the treasure pool. (0 = Loading, 1 = Loaded, 2 = Emptied) uint8_t TreasurePoolItemCount; // The number of items currently in the treasure pool. @@ -109,7 +109,7 @@ namespace Ashita::FFXI uint8_t CheckMainJob2; // The main job id of the entity being checked. (Duplicate.) uint8_t CheckMasteryLevel; // The mastery level of the entity being checked. uint8_t CheckMasteryFlags; // The mastery flags of the entity being checked. - uint8_t Unknown0001; // Unknown (Padding.) + uint8_t padding104C7; // Padding. uint8_t CheckLinkshellName[0x10]; // The linkshell name of the entity being checked.. (Encoded.) uint16_t CheckLinkshellColor; // The linkshell color of the entity being checked.. (Raw bitpacked color.) uint8_t CheckLinkshellIconSetId; // The linkshell icon set id of the entity being checked. @@ -124,6 +124,13 @@ namespace Ashita::FFXI uint32_t CraftTimestampResponse; // The timestamp when the previous craft attempt received a response. (If any.) uint32_t CraftTimestampAttempt; // The timestamp when an attempt was made to craft something. }; + + static_assert(sizeof(item_t) == 44, "Invalid 'item_t' structure size detected!"); + static_assert(sizeof(items_t) == 3564, "Invalid 'items_t' structure size detected!"); + static_assert(sizeof(treasureitem_t) == 88, "Invalid 'treasureitem_t' structure size detected!"); + static_assert(sizeof(equipmententry_t) == 8, "Invalid 'equipmententry_t' structure size detected!"); + static_assert(sizeof(itemcheck_t) == 36, "Invalid 'itemcheck_t' structure size detected!"); + static_assert(sizeof(inventory_t) == 66940, "Invalid 'inventory_t' structure size detected!"); } // namespace Ashita::FFXI diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/party.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/party.h index 3602da4..5b114ee 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/party.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/party.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -32,6 +32,7 @@ namespace Ashita::FFXI { + // PS2: _YK_PARTY_INFO struct allianceinfo_t { uint32_t AllianceLeaderServerId; // The player server id of the overall alliance leader. @@ -45,9 +46,10 @@ namespace Ashita::FFXI int8_t PartyMemberCount2; // The party member count of the top alliance party. int8_t PartyMemberCount3; // The party member count of the middle alliance party. int8_t Invited; // Flag stating if there is a pending invite. - int8_t Unknown0000; // Unknown + int8_t InviteParty; // Flag stating if there is a pending invite. }; + // PS2: _YK_PARTY_DATA struct partymember_t { uintptr_t AllianceInfo; // Pointer to information regarding the party alliance. @@ -64,7 +66,7 @@ namespace Ashita::FFXI uint8_t MPPercent; // The party members current mana percent. uint16_t Zone; // The party members current zone id. uint16_t Zone2; // The party members current zone id. (Duplicate, only used if the member is in a different zone that the local player. 0 otherwise.) - uint16_t Unknown0000; // Unknown (Usually 0, 4 when in party with a trust.) + uint16_t unknown0036; // Unknown. (Usually 0, 4 when in party with a trust.) uint32_t FlagMask; // The party members flag mask. uint16_t TreasureLots[10]; // The party members lots. uint16_t MonstrosityItemId; // The party members monstrosity item id, if set. (Offset the id by 0x7000) @@ -75,14 +77,17 @@ namespace Ashita::FFXI uint8_t MainJobLevel; // The party members main job level. uint8_t SubJob; // The party members sub job id. uint8_t SubJobLevel; // The party members sub job level. - uint8_t Unknown0001[3]; // Unknown + uint8_t MasterLevel; // The party members master job level. + uint8_t MasterBreaker; // The party members master breaking flag. + uint8_t unknown0073; // Unknown. uint32_t ServerId2; // The party members server id. (Duplicate.) uint8_t HPPercent2; // The party members current health percent. (Duplicate) uint8_t MPPercent2; // The party members current mana percent. (Duplicate) uint8_t IsActive; // The party members active state. (1 is active, 0 not active.) - uint8_t Unknown0002; // Unknown (Alignment padding.) + uint8_t padding007B; // Padding. }; + // PS2: m_data struct party_t { partymember_t Members[18]; // The party members. @@ -100,6 +105,12 @@ namespace Ashita::FFXI { statusiconsentry_t Members[5]; // The local party members status icon entries. }; + + static_assert(sizeof(allianceinfo_t) == 24, "Invalid 'allianceinfo_t' structure size detected!"); + static_assert(sizeof(partymember_t) == 124, "Invalid 'partymember_t' structure size detected!"); + static_assert(sizeof(party_t) == 2232, "Invalid 'party_t' structure size detected!"); + static_assert(sizeof(statusiconsentry_t) == 48, "Invalid 'statusiconsentry_t' structure size detected!"); + static_assert(sizeof(partystatusicons_t) == 240, "Invalid 'partystatusicons_t' structure size detected!"); } // namespace Ashita::FFXI diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/player.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/player.h index 79a249a..d8134d1 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/player.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/player.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -150,7 +150,7 @@ namespace Ashita::FFXI uint8_t RecastCalc1; // Calculation related value when determining an abilities current charges and recast timer. uint8_t TimerId; // The ability recast timer id. int16_t RecastCalc2; // Calculation related value when determining an abilities current charges and recast timer. - int16_t Unknown0000; // Unknown + int16_t unknown0006; // Unknown. }; struct mountrecast_t @@ -164,9 +164,10 @@ namespace Ashita::FFXI uint32_t Raw; struct { - uint32_t Faction : 4; - uint32_t Unknown : 6; - uint32_t Points : 22; + uint32_t Faction : 5; + uint32_t Unknown : 5; + uint32_t Points : 17; + uint32_t unused : 5; } Bits; }; @@ -179,7 +180,8 @@ namespace Ashita::FFXI struct jobpointsinfo_t { - uint32_t Unknown0000; + uint8_t Flags; + uint8_t unknown0001[3]; jobpointentry_t Jobs[24]; }; @@ -191,6 +193,7 @@ namespace Ashita::FFXI float W; }; + // PS2: STATUS_DATA struct player_t { uint32_t HPMax; // The players max health. @@ -208,14 +211,14 @@ namespace Ashita::FFXI playerresists_t Resists; // The players elemental resists. uint16_t Title; // The players title id. uint16_t Rank; // The players rank number. - uint16_t RankPoints; // The players rank points. [Two values packed.] + uint16_t RankPoints; // The players rank points. uint16_t Homepoint; // The players homepoint. - uint32_t Unknown0000; // Unknown (Set from 0x61 packet. Offset: 0x4C) [Potentially BindZoneNo.] + uint32_t MonsterBuster; // Unknown. uint8_t Nation; // The players nation id. uint8_t Residence; // The players residence id. - uint16_t SuLevel; // The players Superior Equipment level. + uint16_t SuLevel; // The players Superior Equipment level. [Only the low byte of this value is used.] uint8_t HighestItemLevel; // The players highest equipped item level. - uint8_t ItemLevel; // The players item level. (1 = 100, increases from there. -1 from what the value is in memory.) + uint8_t ItemLevel; // The players item level. [The client adds 99 to this value.] uint8_t MainHandItemLevel; // The players main hand item level. uint8_t RangedItemLevel; // The players ranged weapon item level. unityinfo_t UnityInfo; // The players unity faction and points. @@ -225,7 +228,7 @@ namespace Ashita::FFXI uint8_t MasteryJob; // The players set Mastery job id. uint8_t MasteryJobLevel; // The players current Mastery job level. uint8_t MasteryFlags; // Flags that control how the Mastery system works and displays information. - uint8_t MasteryUnknown0000; // Unknown [Potentially padding.] + uint8_t padding0063; // Padding. uint32_t MasteryExp; // The players current Mastery job experience points. uint32_t MasteryExpNeeded; // The players current Mastery job experience points needed to level. combatskills_t CombatSkills; // The players combat skills. @@ -233,7 +236,7 @@ namespace Ashita::FFXI abilityrecast_t AbilityInfo[31]; // The players ability recast information. mountrecast_t MountRecast; // The players mount recast information. uint8_t DataLoadedFlags; // Flags that control what player information has been populated. Controls text visiiblity in player menus, unity information, etc. - uint8_t Unknown0001; // Unknown [Potentially padding.] + uint8_t padding01ED; // Padding. uint16_t LimitPoints; // The players current limit points. uint16_t MeritPoints: 7; // The players current merit points. uint16_t AssimilationPoints: 6; // The players assimilation points. @@ -241,24 +244,36 @@ namespace Ashita::FFXI uint16_t IsExperiencePointsLocked: 1; // Flag if the player has max experience points. (Also set to 1 if limit mode is enabled.) uint16_t IsLimitModeEnabled: 1; // Flag if the player has limit mode enabled. uint8_t MeritPointsMax; // The players max merits. - uint8_t Unknown0002[3]; // Unknown [Set with MeritPointsMax, looks to be just junk.] - uint16_t Unknown0003; // Unknown + uint8_t unknown01F3[3]; // Unknown. [Set with MeritPointsMax, looks to be just junk.] + uint16_t padding01F6; // Padding. jobpointsinfo_t JobPoints; // The players current job point information. uint8_t HomepointMasks[64]; // The players known homepoints. [Bitpacked masks.] int16_t StatusIcons[32]; // The players status icons used for status timers. uint32_t StatusTimers[32]; // The players status timers. - uint8_t Unknown0004[32]; // Unknown [Set from 0x63 packet, case 0x0A.] + uint8_t unknown038C[32]; // Unknown. [Set from 0x63 packet, case 0x0A.] uint32_t IsZoning; // Flag if the player is zoning and the client should send an 0x0C request. statusoffset_t StatusOffset1; // Status based movement offsets. statusoffset_t StatusOffset2; // Status based movement offsets. statusoffset_t StatusOffset3; // Status based movement offsets. statusoffset_t StatusOffset4; // Status based movement offsets. - uint32_t Unknown0005; // Unknown [Set from 0x10E packet, casted to a double later in usages.] - uint32_t Unknown0006; // Unknown + uint32_t SubMapNum; // The players submap number. + uint32_t unknown03F4; // Unknown. int16_t Buffs[32]; // The players current status effect icon ids. }; - constexpr auto pos_ = offsetof(player_t, Buffs); + static_assert(sizeof(playerstats_t) == 14, "Invalid 'playerstats_t' structure size detected!"); + static_assert(sizeof(playerresists_t) == 16, "Invalid 'playerresists_t' structure size detected!"); + static_assert(sizeof(combatskill_t) == 2, "Invalid 'combatskill_t' structure size detected!"); + static_assert(sizeof(craftskill_t) == 2, "Invalid 'craftskill_t' structure size detected!"); + static_assert(sizeof(combatskills_t) == 96, "Invalid 'combatskills_t' structure size detected!"); + static_assert(sizeof(craftskills_t) == 32, "Invalid 'craftskills_t' structure size detected!"); + static_assert(sizeof(abilityrecast_t) == 8, "Invalid 'abilityrecast_t' structure size detected!"); + static_assert(sizeof(mountrecast_t) == 8, "Invalid 'mountrecast_t' structure size detected!"); + static_assert(sizeof(unityinfo_t) == 4, "Invalid 'unityinfo_t' structure size detected!"); + static_assert(sizeof(jobpointentry_t) == 6, "Invalid 'jobpointentry_t' structure size detected!"); + static_assert(sizeof(jobpointsinfo_t) == 148, "Invalid 'jobpointsinfo_t' structure size detected!"); + static_assert(sizeof(statusoffset_t) == 16, "Invalid 'statusoffset_t' structure size detected!"); + static_assert(sizeof(player_t) == 1080, "Invalid 'player_t' structure size detected!"); } // namespace Ashita::FFXI diff --git a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/target.h b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/target.h index a702213..33b7e5c 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/ffxi/target.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/ffxi/target.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -40,7 +40,7 @@ namespace Ashita::FFXI float W; }; - // CKaTarget + // PS2: CKaTarget struct targetentry_t { uint32_t Index; // The target index. @@ -51,12 +51,12 @@ namespace Ashita::FFXI uint8_t IsActive; // Flag if the target is active. uint8_t IsModelActor; // Flag if the target entity is a model actor. uint8_t IsArrowActive; // Flag if the target free-floating arrow is active. - uint8_t Unknown0000; // Unknown [Always 0x7F] + uint8_t unknown0023; // Unknown. [Always 0x7F] uint16_t Checksum; // The target checksum. - uint16_t Unknown0001; // Unknown [This used to be a mask of some sort.] + uint16_t unknown0026; // Unknown. [This used to be a mask of some sort.] }; - // CTkInputCtrl + // PS2: CTkInputCtrl struct target_t { targetentry_t Targets[2]; // m_MainTarget, m_OldTarget @@ -68,37 +68,37 @@ namespace Ashita::FFXI uint8_t IsMouseRequestStack; // Flag used in relation to the mouse. uint8_t IsMouseRequestCancel; // Flag used in relation to the mouse. uint8_t IsPlayerMoving; // Flag that is set whenever the character is moving (or trying to move). - uint8_t Unknown0000; // Unknown [Flag set when targeting / untargeting.] - uint8_t Unknown0001; // Unknown [Flag that changes the area display circle to show on the player instead of target.] - uint8_t Unknown0002; // Unknown - uint8_t Unknown0003; // Unknown + uint8_t unknown0058; // Unknown. [Flag set when targeting / untargeting.] + uint8_t unknown0059; // Unknown. [Flag that changes the area display circle to show on the player instead of target.] + uint8_t unknown005A; // Unknown. + uint8_t unknown005B; // Unknown. uint32_t LockedOnFlags; // (IsNotice) Flags involved with being locked onto a target. [0x01 = locked on, 0x04 = locked on with sub-target.] uint32_t SubTargetFlags; // (targetType) Flags involving the sub-targets validity for an action or spell. (See notes below.) - uint32_t Unknown0004; // Unknown [Used when subtarget is active.] - uint16_t DefaultMode; // Unknown [Related to the menu system.] - uint16_t MenuTargetLock; // Unknown [Related to the menu system.] + uint32_t OldNotice; // m_OldNotice + uint16_t DefaultMode; // Unknown. [Related to the menu system.] + uint16_t MenuTargetLock; // Unknown. [Related to the menu system.] uint8_t ActionTargetActive; // Flag if the target selection for an action is active. uint8_t ActionTargetMaxYalms; // The maximum distance of the current target selection in yalms for the given action. (FF means self-targeting only actions.) - uint8_t Unknown0005; // Unknown [Related to action target.] - uint8_t Unknown0006; // Unknown [Similar to ActionTargetActive, set to 1 when selecting a target.] - uint8_t Unknown0007; // Unknown [Related to action target.] - uint8_t Unknown0008; // Unknown [Related to action target.] - uint8_t Unknown0009; // Unknown [Related to action target.] - uint8_t Unknown0010; // Unknown [Related to action target.] + uint8_t unknown006E; // Unknown. [Related to action target.] + uint8_t unknown006F; // Unknown. [Similar to ActionTargetActive, set to 1 when selecting a target.] + uint8_t unknown0070; // Unknown. [Related to action target.] + uint8_t unknown0071; // Unknown. [Related to action target.] + uint8_t unknown0072; // Unknown. [Related to action target.] + uint8_t unknown0073; // Unknown. [Related to action target.] uint8_t IsMenuOpen; // (TargetLock) Flag if any game menu is currently open. uint8_t IsActionAoe; // Flag if the select target action is aoe or not. uint8_t ActionType; // The select target action type. (ie. 42 = curing spells.) uint8_t ActionAoeRange; // The aoe range, in yalms, of the select target action. uint32_t ActionId; // The select target action id. (ie. 1 = Cure, 2 = Cure 2, etc.) uint32_t ActionTargetServerId; // The select target server id. - uint16_t Unknown0011; // Unknown [Action related.] - uint8_t Unknown0012; // Unknown [Action related.] - uint8_t Unknown0013; // Unknown [Action related.] + uint16_t unknown0080; // Unknown. [Action related.] + uint8_t unknown0082; // Unknown. [Action related.] + uint8_t unknown0083; // Unknown. [Action related.] uint32_t FocusTargetIndex; // The current focus target index. uint32_t FocusTargetServerId; // The current focus target server id. float TargetPosF[4]; // The mouse cursor position relative to the screen center. [Values are -1.0 to 1.0] int8_t LastTargetName[25]; // The name of the entity last taken action on. - uint8_t Padding0000[3]; // Padding. + uint8_t padding00B5[3]; // Padding. uint32_t LastTargetIndex; // The last target index. [Last target the player took action on.] uint32_t LastTargetServerId; // The last target server id. [Last target the player took action on.] uint32_t LastTargetChecksum; // The last target checksum. [Last target the player took action on.] @@ -118,21 +118,21 @@ namespace Ashita::FFXI as coord (0, 0) with each axis ranging from -1.0 to 1.0. */ - // CTkTarget + // PS2: CTkTarget struct targetwindow_t { - // CTkMenuPrimitive + // PS2: CTkMenuPrimitive uintptr_t VTablePointer; uintptr_t m_BaseObj; uintptr_t m_pParentMCD; uint8_t m_InputEnable; - uint8_t Unknown0000; + uint8_t unknown000D; uint16_t m_SaveCursol; uint8_t m_Reposition; - uint8_t Unknown0001[3]; + uint8_t unknown0011[3]; int8_t Name[49]; // The targets name. [Window allows for longer than standard name length.] - uint8_t Padding0000[3]; // Padding. + uint8_t padding0045[3]; // Padding. uintptr_t EntityPointer; // The targets entity pointer. uint16_t FrameChildrenOffsetX; // The target window frame children objects x offset. uint16_t FrameChildrenOffsetY; // The target window frame children objects y offset. @@ -140,29 +140,34 @@ namespace Ashita::FFXI uint16_t IconPositionY; // The target window frame icon position. [Only the x axis is editable live.] uint16_t FrameOffsetX; // The target window frame x offset. [Not editable live. Another address resets this value.] uint16_t FrameOffsetY; // The target window frame y offset. [Not editable live. Another address resets this value.] - uint32_t Unknown0002; // Unknown [Position related.] + uint32_t unknown0058; // Unknown. [Position related.] uint32_t LockShape; // The locked-on CShape object pointer. uint32_t ServerId; // The targets server id. uint8_t HPPercent; // The targets health percent. uint8_t DeathFlag; // Flag that states the target is dead. Dims the health bar and sets it to 0 fill. uint8_t ReraiseFlag; // Dims the health bar when target is reraising. (Death flag must be set to 1.) - uint8_t Padding0001; // Padding. + uint8_t padding0067; // Padding. uint32_t DeathNameColor; // The target name color used when the target is dead. uint8_t IsWindowLoaded; // (m_helped) Flag that states if the target window is loaded and finished animating. - uint8_t Padding0002[3]; // Padding. + uint8_t padding006D[3]; // Padding. uint32_t HelpString; // The help string to display, if set, when opening the target window. uint32_t HelpTitle; // The help title to display, if set, when opening the target window. uint32_t m_pAnkShape[16]; // The target arrow and sub-target arrow Cshape object parts. uint8_t m_Sub; // Flag if a sub-target is being selected; causes the sub-target name to show larger. - uint8_t Unknown0003; // Unknown. + uint8_t unknown00B9; // Unknown. uint8_t m_AnkNum; // The shape index to use from m_pAnkShape. - uint8_t Unknown0004; // Unknown. + uint8_t unknown00BB; // Unknown. int16_t m_AnkX; // The main target arrow X position. int16_t m_AnkY; // The main target arrow Y position. int16_t m_SubAnkX; // The sub target arrow X position. int16_t m_SubAnkY; // The sub target arrow Y position. }; - + + static_assert(sizeof(arrowposition_t) == 16, "Invalid 'arrowposition_t' structure size detected!"); + static_assert(sizeof(targetentry_t) == 40, "Invalid 'targetentry_t' structure size detected!"); + static_assert(sizeof(target_t) == 212, "Invalid 'target_t' structure size detected!"); + static_assert(sizeof(targetwindow_t) == 196, "Invalid 'targetwindow_t' structure size detected!"); + } // namespace Ashita::FFXI #endif // ASHITA_SDK_FFXI_TARGET_H_INCLUDED \ No newline at end of file diff --git a/3rdParty/SDKs/Ashita/ADK_v4/imgui.h b/3rdParty/SDKs/Ashita/ADK_v4/imgui.h index dd38cbc..7de71e1 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/imgui.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/imgui.h @@ -1,5 +1,5 @@ /** - * Ashita SDK - Copyright (c) 2023 Ashita Development Team + * Ashita SDK - Copyright (c) 2025 Ashita Development Team * Contact: https://www.ashitaxi.com/ * Contact: https://discord.gg/Ashita * @@ -44,13 +44,16 @@ // ImGui::MemFree -> free // // Source snapshot is currently based on: -// https://github.com/ocornut/imgui/commit/6487860aae967f8e36996a658db54363ae6cd347 +// https://github.com/ocornut/imgui/commit/a28cb615ff2c2ed8901397b00762d557cae24760 +// 1.92.3 WIP 19223 (docking) // //////////////////////////////////////////////////////////////////////////////////////////////////// #include // General Windows -#include // FLT_MAX -#include // Allocations +#include // FLT_MIN, FLT_MAX +#include // va_list, va_start, va_end +#include // ptrdiff_t, NULL +#include // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp //////////////////////////////////////////////////////////////////////////////////////////////////// // @@ -60,8 +63,6 @@ // //////////////////////////////////////////////////////////////////////////////////////////////////// -// Defines - #ifndef IMGUI_API #define IMGUI_API #endif @@ -71,192 +72,255 @@ #ifndef IM_ASSERT #include -#define IM_ASSERT(_EXPR) assert(_EXPR) // You can override the default assert handler by editing imconfig.h -#endif -#define IM_ARRAYSIZE(_ARR) ((int)(sizeof(_ARR) / sizeof(*(_ARR)))) // Size of a static C-style array. Don't use on pointers! -#define IM_UNUSED(_VAR) ((void)(_VAR)) // Used to silence "unused variable warnings". Often useful as asserts may be stripped out from final builds. -#if (__cplusplus >= 201100) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201100) -#define IM_OFFSETOF(_TYPE, _MEMBER) offsetof(_TYPE, _MEMBER) // Offset of _MEMBER within _TYPE. Standardized as offsetof() in C++11 -#else -#define IM_OFFSETOF(_TYPE, _MEMBER) ((size_t) & (((_TYPE*)0)->_MEMBER)) // Offset of _MEMBER within _TYPE. Old style macro. +#define IM_ASSERT(_EXPR) assert(_EXPR) #endif +#define IM_ARRAYSIZE(_ARR) ((int)(sizeof(_ARR) / sizeof(*(_ARR)))) +#define IM_UNUSED(_VAR) ((void)(_VAR)) -#if !defined(IMGUI_USE_STB_SPRINTF) && defined(__clang__) -#define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT + 1))) -#define IM_FMTLIST(FMT) __attribute__((format(printf, FMT, 0))) -#elif !defined(IMGUI_USE_STB_SPRINTF) && defined(__GNUC__) && defined(__MINGW32__) +#define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert), sizeof(ImDrawIdx)) + +#if !defined(IMGUI_USE_STB_SPRINTF) && defined(__MINGW32__) && !defined(__clang__) #define IM_FMTARGS(FMT) __attribute__((format(gnu_printf, FMT, FMT + 1))) #define IM_FMTLIST(FMT) __attribute__((format(gnu_printf, FMT, 0))) +#elif !defined(IMGUI_USE_STB_SPRINTF) && (defined(__clang__) || defined(__GNUC__)) +#define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT + 1))) +#define IM_FMTLIST(FMT) __attribute__((format(printf, FMT, 0))) #else #define IM_FMTARGS(FMT) #define IM_FMTLIST(FMT) #endif +#if defined(_MSC_VER) && !defined(__clang__) && !defined(__INTEL_COMPILER) && !defined(IMGUI_DEBUG_PARANOID) +#if !defined(IM_MSVC_RUNTIME_CHECKS_OFF) +#define IM_MSVC_RUNTIME_CHECKS_OFF __pragma(runtime_checks("", off)) __pragma(check_stack(off)) __pragma(strict_gs_check(push, off)) +#endif +#if !defined(IM_MSVC_RUNTIME_CHECKS_RESTORE) +#define IM_MSVC_RUNTIME_CHECKS_RESTORE __pragma(runtime_checks("", restore)) __pragma(check_stack()) __pragma(strict_gs_check(pop)) +#endif +#else +#define IM_MSVC_RUNTIME_CHECKS_OFF +#define IM_MSVC_RUNTIME_CHECKS_RESTORE +#endif + +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable : 26495) +#endif #if defined(__clang__) #pragma clang diagnostic push +#if __has_warning("-Wunknown-warning-option") +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wold-style-cast" -#if __has_warning("-Wzero-as-null-pointer-constant") +#pragma clang diagnostic ignored "-Wfloat-equal" #pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" -#endif +#pragma clang diagnostic ignored "-Wreserved-identifier" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" +#pragma clang diagnostic ignored "-Wnontrivial-memaccess" #elif defined(__GNUC__) #pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wpragmas" // warning: unknown option after '#pragma GCC diagnostic' kind -#pragma GCC diagnostic ignored "-Wclass-memaccess" // [__GNUC__ >= 8] warning: 'memset/memcpy' clearing/writing an object of type 'xxxx' with no trivial copy-assignment; use assignment or value-initialization instead +#pragma GCC diagnostic ignored "-Wpragmas" +#pragma GCC diagnostic ignored "-Wfloat-equal" +#pragma GCC diagnostic ignored "-Wclass-memaccess" #endif -// Forwards - -struct ImDrawChannel; // Temporary storage to output draw commands out of order, used by ImDrawListSplitter and ImDrawList::ChannelsSplit() -struct ImDrawCmd; // A single draw command within a parent ImDrawList (generally maps to 1 GPU draw call, unless it is a callback) -struct ImDrawData; // All draw command lists required to render the frame + pos/size coordinates to use for the projection matrix. -struct ImDrawList; // A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder) -struct ImDrawListSharedData; // Data shared among multiple draw lists (typically owned by parent ImGui context, but you may create one yourself) -struct ImDrawListSplitter; // Helper to split a draw list into different layers which can be drawn into out of order, then flattened back. -struct ImDrawVert; // A single vertex (pos + uv + col = 20 bytes by default. Override layout with IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT) -struct ImFont; // Runtime data for a single font within a parent ImFontAtlas -struct ImFontAtlas; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader -struct ImFontBuilderIO; // Opaque interface to a font builder (stb_truetype or FreeType). -struct ImFontConfig; // Configuration data when adding a font or merging fonts -struct ImFontGlyph; // A single font glyph (code point + coordinates within in ImFontAtlas + offset) -struct ImFontGlyphRangesBuilder; // Helper to build glyph ranges from text/string data -struct ImColor; // Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using) -struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h) -struct ImGuiIO; // Main configuration and I/O between your application and ImGui -struct ImGuiInputTextCallbackData; // Shared state of InputText() when using custom ImGuiInputTextCallback (rare/advanced use) -struct ImGuiListClipper; // Helper to manually clip large list of items -struct ImGuiOnceUponAFrame; // Helper for running a block of code not more than once a frame, used by IMGUI_ONCE_UPON_A_FRAME macro -struct ImGuiPayload; // User data payload for drag and drop operations -struct ImGuiSizeCallbackData; // Callback data when using SetNextWindowSizeConstraints() (rare/advanced use) -struct ImGuiStorage; // Helper for key->value storage -struct ImGuiStyle; // Runtime data for styling/colors -struct ImGuiTableSortSpecs; // Sorting specifications for a table (often handling sort specs for a single column, occasionally more) -struct ImGuiTableColumnSortSpecs; // Sorting specification for one column of a table -struct ImGuiTextBuffer; // Helper to hold and append into a text buffer (~string builder) -struct ImGuiTextFilter; // Helper to parse and apply text filters (e.g. "aaaaa[,bbbbb][,ccccc]") - -// Enums/Flags (declared as int for compatibility with old C++, to allow using as flags and to not pollute the top of this file) -// - Tip: Use your programming IDE navigation facilities on the names in the _central column_ below to find the actual flags/enum lists! -// In Visual Studio IDE: CTRL+comma ("Edit.NavigateTo") can follow symbols in comments, whereas CTRL+F12 ("Edit.GoToImplementation") cannot. -// With Visual Assist installed: ALT+G ("VAssistX.GoToImplementation") can also follow symbols in comments. -typedef int ImGuiCol; // -> enum ImGuiCol_ // Enum: A color identifier for styling -typedef int ImGuiCond; // -> enum ImGuiCond_ // Enum: A condition for many Set*() functions -typedef int ImGuiDataType; // -> enum ImGuiDataType_ // Enum: A primary data type -typedef int ImGuiDir; // -> enum ImGuiDir_ // Enum: A cardinal direction -typedef int ImGuiKey; // -> enum ImGuiKey_ // Enum: A key identifier (ImGui-side enum) -typedef int ImGuiNavInput; // -> enum ImGuiNavInput_ // Enum: An input identifier for navigation -typedef int ImGuiMouseButton; // -> enum ImGuiMouseButton_ // Enum: A mouse button identifier (0=left, 1=right, 2=middle) -typedef int ImGuiMouseCursor; // -> enum ImGuiMouseCursor_ // Enum: A mouse cursor identifier -typedef int ImGuiSortDirection; // -> enum ImGuiSortDirection_ // Enum: A sorting direction (ascending or descending) -typedef int ImGuiStyleVar; // -> enum ImGuiStyleVar_ // Enum: A variable identifier for styling -typedef int ImGuiTableBgTarget; // -> enum ImGuiTableBgTarget_ // Enum: A color target for TableSetBgColor() -typedef int ImDrawCornerFlags; // -> enum ImDrawCornerFlags_ // Flags: for ImDrawList::AddRect(), AddRectFilled() etc. -typedef int ImDrawListFlags; // -> enum ImDrawListFlags_ // Flags: for ImDrawList -typedef int ImFontAtlasFlags; // -> enum ImFontAtlasFlags_ // Flags: for ImFontAtlas build -typedef int ImGuiBackendFlags; // -> enum ImGuiBackendFlags_ // Flags: for io.BackendFlags -typedef int ImGuiButtonFlags; // -> enum ImGuiButtonFlags_ // Flags: for InvisibleButton() -typedef int ImGuiColorEditFlags; // -> enum ImGuiColorEditFlags_ // Flags: for ColorEdit4(), ColorPicker4() etc. -typedef int ImGuiConfigFlags; // -> enum ImGuiConfigFlags_ // Flags: for io.ConfigFlags -typedef int ImGuiComboFlags; // -> enum ImGuiComboFlags_ // Flags: for BeginCombo() -typedef int ImGuiDragDropFlags; // -> enum ImGuiDragDropFlags_ // Flags: for BeginDragDropSource(), AcceptDragDropPayload() -typedef int ImGuiFocusedFlags; // -> enum ImGuiFocusedFlags_ // Flags: for IsWindowFocused() -typedef int ImGuiHoveredFlags; // -> enum ImGuiHoveredFlags_ // Flags: for IsItemHovered(), IsWindowHovered() etc. -typedef int ImGuiInputTextFlags; // -> enum ImGuiInputTextFlags_ // Flags: for InputText(), InputTextMultiline() -typedef int ImGuiKeyModFlags; // -> enum ImGuiKeyModFlags_ // Flags: for io.KeyMods (Ctrl/Shift/Alt/Super) -typedef int ImGuiPopupFlags; // -> enum ImGuiPopupFlags_ // Flags: for OpenPopup*(), BeginPopupContext*(), IsPopupOpen() -typedef int ImGuiSelectableFlags; // -> enum ImGuiSelectableFlags_ // Flags: for Selectable() -typedef int ImGuiSliderFlags; // -> enum ImGuiSliderFlags_ // Flags: for DragFloat(), DragInt(), SliderFloat(), SliderInt() etc. -typedef int ImGuiTabBarFlags; // -> enum ImGuiTabBarFlags_ // Flags: for BeginTabBar() -typedef int ImGuiTabItemFlags; // -> enum ImGuiTabItemFlags_ // Flags: for BeginTabItem() -typedef int ImGuiTableFlags; // -> enum ImGuiTableFlags_ // Flags: For BeginTable() -typedef int ImGuiTableColumnFlags; // -> enum ImGuiTableColumnFlags_// Flags: For TableSetupColumn() -typedef int ImGuiTableRowFlags; // -> enum ImGuiTableRowFlags_ // Flags: For TableNextRow() -typedef int ImGuiTreeNodeFlags; // -> enum ImGuiTreeNodeFlags_ // Flags: for TreeNode(), TreeNodeEx(), CollapsingHeader() -typedef int ImGuiWindowFlags; // -> enum ImGuiWindowFlags_ // Flags: for Begin(), BeginChild() - -// Other types -#ifndef ImTextureID // ImTextureID [configurable type: override in imconfig.h with '#define ImTextureID xxx'] -typedef void* ImTextureID; // User data for rendering backend to identify a texture. This is whatever to you want it to be! read the FAQ about ImTextureID for details. -#endif -typedef unsigned int ImGuiID; // A unique ID used by widgets, typically hashed from a stack of string. -typedef int (*ImGuiInputTextCallback)(ImGuiInputTextCallbackData* data); // Callback function for ImGui::InputText() -typedef void (*ImGuiSizeCallback)(ImGuiSizeCallbackData* data); // Callback function for ImGui::SetNextWindowSizeConstraints() - -// Character types -// (we generally use UTF-8 encoded string in the API. This is storage specifically for a decoded character used for keyboard input and display) -typedef unsigned short ImWchar16; // A single decoded U16 character/code point. We encode them as multi bytes UTF-8 when used in strings. -typedef unsigned int ImWchar32; // A single decoded U32 character/code point. We encode them as multi bytes UTF-8 when used in strings. -#ifdef IMGUI_USE_WCHAR32 // ImWchar [configurable type: override in imconfig.h with '#define IMGUI_USE_WCHAR32' to support Unicode planes 1-16] +typedef unsigned int ImGuiID; +typedef signed char ImS8; +typedef unsigned char ImU8; +typedef signed short ImS16; +typedef unsigned short ImU16; +typedef signed int ImS32; +typedef unsigned int ImU32; +typedef signed long long ImS64; +typedef unsigned long long ImU64; + +struct ImDrawChannel; +struct ImDrawCmd; +struct ImDrawData; +struct ImDrawList; +struct ImDrawListSharedData; +struct ImDrawListSplitter; +struct ImDrawVert; +struct ImFont; +struct ImFontAtlas; +struct ImFontAtlasBuilder; +struct ImFontAtlasRect; +struct ImFontBaked; +struct ImFontConfig; +struct ImFontGlyph; +struct ImFontGlyphRangesBuilder; +struct ImFontLoader; +struct ImTextureData; +struct ImTextureRect; +struct ImColor; + +struct ImGuiContext; +struct ImGuiIO; +struct ImGuiInputTextCallbackData; +struct ImGuiKeyData; +struct ImGuiListClipper; +struct ImGuiMultiSelectIO; +struct ImGuiOnceUponAFrame; +struct ImGuiPayload; +struct ImGuiPlatformIO; +struct ImGuiPlatformImeData; +struct ImGuiPlatformMonitor; +struct ImGuiSelectionBasicStorage; +struct ImGuiSelectionExternalStorage; +struct ImGuiSelectionRequest; +struct ImGuiSizeCallbackData; +struct ImGuiStorage; +struct ImGuiStoragePair; +struct ImGuiStyle; +struct ImGuiTableSortSpecs; +struct ImGuiTableColumnSortSpecs; +struct ImGuiTextBuffer; +struct ImGuiTextFilter; +struct ImGuiViewport; +struct ImGuiWindowClass; + +enum ImGuiDir : int; +enum ImGuiKey : int; +enum ImGuiMouseSource : int; +enum ImGuiSortDirection : ImU8; +typedef int ImGuiCol; +typedef int ImGuiCond; +typedef int ImGuiDataType; +typedef int ImGuiMouseButton; +typedef int ImGuiMouseCursor; +typedef int ImGuiStyleVar; +typedef int ImGuiTableBgTarget; + +typedef int ImDrawFlags; +typedef int ImDrawListFlags; +typedef int ImFontFlags; +typedef int ImFontAtlasFlags; +typedef int ImGuiBackendFlags; +typedef int ImGuiButtonFlags; +typedef int ImGuiChildFlags; +typedef int ImGuiColorEditFlags; +typedef int ImGuiConfigFlags; +typedef int ImGuiComboFlags; +typedef int ImGuiDockNodeFlags; +typedef int ImGuiDragDropFlags; +typedef int ImGuiFocusedFlags; +typedef int ImGuiHoveredFlags; +typedef int ImGuiInputFlags; +typedef int ImGuiInputTextFlags; +typedef int ImGuiItemFlags; +typedef int ImGuiKeyChord; +typedef int ImGuiPopupFlags; +typedef int ImGuiMultiSelectFlags; +typedef int ImGuiSelectableFlags; +typedef int ImGuiSliderFlags; +typedef int ImGuiTabBarFlags; +typedef int ImGuiTabItemFlags; +typedef int ImGuiTableFlags; +typedef int ImGuiTableColumnFlags; +typedef int ImGuiTableRowFlags; +typedef int ImGuiTreeNodeFlags; +typedef int ImGuiViewportFlags; +typedef int ImGuiWindowFlags; + +typedef unsigned int ImWchar32; +typedef unsigned short ImWchar16; +#ifdef IMGUI_USE_WCHAR32 typedef ImWchar32 ImWchar; #else typedef ImWchar16 ImWchar; #endif -// Basic scalar data types -typedef signed char ImS8; // 8-bit signed integer -typedef unsigned char ImU8; // 8-bit unsigned integer -typedef signed short ImS16; // 16-bit signed integer -typedef unsigned short ImU16; // 16-bit unsigned integer -typedef signed int ImS32; // 32-bit signed integer == int -typedef unsigned int ImU32; // 32-bit unsigned integer (often used to store packed colors) -#if defined(_MSC_VER) && !defined(__clang__) -typedef signed __int64 ImS64; // 64-bit signed integer (pre and post C++11 with Visual Studio) -typedef unsigned __int64 ImU64; // 64-bit unsigned integer (pre and post C++11 with Visual Studio) -#elif (defined(__clang__) || defined(__GNUC__)) && (__cplusplus < 201100) -#include -typedef int64_t ImS64; // 64-bit signed integer (pre C++11) -typedef uint64_t ImU64; // 64-bit unsigned integer (pre C++11) -#else -typedef signed long long ImS64; // 64-bit signed integer (post C++11) -typedef unsigned long long ImU64; // 64-bit unsigned integer (post C++11) -#endif +typedef ImS64 ImGuiSelectionUserData; -// 2D vector (often used to store positions or sizes) +typedef int (*ImGuiInputTextCallback)(ImGuiInputTextCallbackData* data); +typedef void (*ImGuiSizeCallback)(ImGuiSizeCallbackData* data); +typedef void* (*ImGuiMemAllocFunc)(size_t sz, void* user_data); +typedef void (*ImGuiMemFreeFunc)(void* ptr, void* user_data); + +IM_MSVC_RUNTIME_CHECKS_OFF struct ImVec2 { float x, y; - ImVec2() - { - x = y = 0.0f; - } - ImVec2(float _x, float _y) + constexpr ImVec2() + : x(0.0f) + , y(0.0f) + {} + constexpr ImVec2(float _x, float _y) + : x(_x) + , y(_y) + {} + float& operator[](size_t idx) { - x = _x; - y = _y; + IM_ASSERT(idx == 0 || idx == 1); + return ((float*)(void*)(char*)this)[idx]; } float operator[](size_t idx) const { - IM_ASSERT(idx <= 1); - return (&x)[idx]; - } // We very rarely use this [] operator, the assert overhead is fine. - float& operator[](size_t idx) - { - IM_ASSERT(idx <= 1); - return (&x)[idx]; - } // We very rarely use this [] operator, the assert overhead is fine. + IM_ASSERT(idx == 0 || idx == 1); + return ((const float*)(const void*)(const char*)this)[idx]; + } #ifdef IM_VEC2_CLASS_EXTRA - IM_VEC2_CLASS_EXTRA // Define additional constructors and implicit cast operators in imconfig.h to convert back and forth between your math types and ImVec2. + IM_VEC2_CLASS_EXTRA #endif }; -// 4D vector (often used to store floating-point colors) struct ImVec4 { float x, y, z, w; - ImVec4() + constexpr ImVec4() + : x(0.0f) + , y(0.0f) + , z(0.0f) + , w(0.0f) + {} + constexpr ImVec4(float _x, float _y, float _z, float _w) + : x(_x) + , y(_y) + , z(_z) + , w(_w) + {} +#ifdef IM_VEC4_CLASS_EXTRA + IM_VEC4_CLASS_EXTRA +#endif +}; +IM_MSVC_RUNTIME_CHECKS_RESTORE + +#ifndef ImTextureID +typedef ImU64 ImTextureID; +#endif + +#ifndef ImTextureID_Invalid +#define ImTextureID_Invalid ((ImTextureID)0) +#endif + +IM_MSVC_RUNTIME_CHECKS_OFF +struct ImTextureRef +{ + ImTextureRef() { - x = y = z = w = 0.0f; + _TexData = NULL; + _TexID = ImTextureID_Invalid; } - ImVec4(float _x, float _y, float _z, float _w) + ImTextureRef(ImTextureID tex_id) { - x = _x; - y = _y; - z = _z; - w = _w; + _TexData = NULL; + _TexID = tex_id; + } +#if !defined(IMGUI_DISABLE_OBSOLETE_FUNCTIONS) && !defined(ImTextureID) + ImTextureRef(void* tex_id) + { + _TexData = NULL; + _TexID = (ImTextureID)(size_t)tex_id; } -#ifdef IM_VEC4_CLASS_EXTRA - IM_VEC4_CLASS_EXTRA // Define additional constructors and implicit cast operators in imconfig.h to convert back and forth between your math types and ImVec4. #endif + + inline ImTextureID GetTexID() const; + + ImTextureData* _TexData; + ImTextureID _TexID; }; +IM_MSVC_RUNTIME_CHECKS_RESTORE //////////////////////////////////////////////////////////////////////////////////////////////////// // @@ -276,25 +340,28 @@ interface IGuiManager virtual IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = nullptr) = 0; virtual IMGUI_API void DestroyContext(ImGuiContext* ctx = nullptr) = 0; virtual IMGUI_API ImGuiContext* GetCurrentContext(void) = 0; - virtual IMGUI_API void SetCurrentContext(ImGuiContext* ctx) = 0; + virtual IMGUI_API void SetCurrentContext(ImGuiContext * ctx) = 0; // Main - virtual IMGUI_API ImGuiIO& GetIO(void) = 0; - virtual IMGUI_API ImGuiStyle& GetStyle(void) = 0; - virtual IMGUI_API void NewFrame(void) = 0; - virtual IMGUI_API void EndFrame(void) = 0; - virtual IMGUI_API void Render(void) = 0; - virtual IMGUI_API ImDrawData* GetDrawData(void) = 0; + virtual IMGUI_API ImGuiIO& GetIO(void) = 0; + virtual IMGUI_API ImGuiPlatformIO& GetPlatformIO(void) = 0; + virtual IMGUI_API ImGuiStyle& GetStyle(void) = 0; + virtual IMGUI_API void NewFrame(void) = 0; + virtual IMGUI_API void EndFrame(void) = 0; + virtual IMGUI_API void Render(void) = 0; + virtual IMGUI_API ImDrawData* GetDrawData(void) = 0; // Demo, Debug, Information - virtual IMGUI_API void ShowDemoWindow(bool* p_open = nullptr) = 0; - virtual IMGUI_API void ShowMetricsWindow(bool* p_open = nullptr) = 0; - virtual IMGUI_API void ShowAboutWindow(bool* p_open = nullptr) = 0; - virtual IMGUI_API void ShowStyleEditor(ImGuiStyle* ref = nullptr) = 0; - virtual IMGUI_API bool ShowStyleSelector(const char* label) = 0; - virtual IMGUI_API void ShowFontSelector(const char* label) = 0; - virtual IMGUI_API void ShowUserGuide(void) = 0; - virtual IMGUI_API const char* GetVersion(void) = 0; + virtual IMGUI_API void ShowDemoWindow(bool* p_open = nullptr) = 0; + virtual IMGUI_API void ShowMetricsWindow(bool* p_open = nullptr) = 0; + virtual IMGUI_API void ShowDebugLogWindow(bool* p_open = nullptr) = 0; + virtual IMGUI_API void ShowIDStackToolWindow(bool* p_open = nullptr) = 0; + virtual IMGUI_API void ShowAboutWindow(bool* p_open = nullptr) = 0; + virtual IMGUI_API void ShowStyleEditor(ImGuiStyle* ref = nullptr) = 0; + virtual IMGUI_API bool ShowStyleSelector(const char* label) = 0; + virtual IMGUI_API void ShowFontSelector(const char* label) = 0; + virtual IMGUI_API void ShowUserGuide(void) = 0; + virtual IMGUI_API const char* GetVersion(void) = 0; // Styles virtual IMGUI_API void StyleColorsDark(ImGuiStyle* dst = nullptr) = 0; @@ -306,9 +373,9 @@ interface IGuiManager virtual IMGUI_API void End(void) = 0; // Child Windows - virtual IMGUI_API bool BeginChild(const char* str_id, const ImVec2& size = ImVec2(0, 0), bool border = false, ImGuiWindowFlags flags = 0) = 0; - virtual IMGUI_API bool BeginChild(ImGuiID id, const ImVec2& size = ImVec2(0, 0), bool border = false, ImGuiWindowFlags flags = 0) = 0; - virtual IMGUI_API void EndChild(void) = 0; + virtual IMGUI_API bool BeginChild(const char* str_id, const ImVec2& size = ImVec2(0, 0), ImGuiChildFlags child_flags = 0, ImGuiWindowFlags window_flags = 0) = 0; + virtual IMGUI_API bool BeginChild(ImGuiID id, const ImVec2& size = ImVec2(0, 0), ImGuiChildFlags child_flags = 0, ImGuiWindowFlags window_flags = 0) = 0; + virtual IMGUI_API void EndChild(void) = 0; // Windows Utilities virtual IMGUI_API bool IsWindowAppearing(void) = 0; @@ -316,35 +383,32 @@ interface IGuiManager virtual IMGUI_API bool IsWindowFocused(ImGuiFocusedFlags flags = 0) = 0; virtual IMGUI_API bool IsWindowHovered(ImGuiHoveredFlags flags = 0) = 0; virtual IMGUI_API ImDrawList* GetWindowDrawList(void) = 0; + virtual IMGUI_API float GetWindowDpiScale(void) = 0; virtual IMGUI_API ImVec2 GetWindowPos(void) = 0; virtual IMGUI_API ImVec2 GetWindowSize(void) = 0; virtual IMGUI_API float GetWindowWidth(void) = 0; virtual IMGUI_API float GetWindowHeight(void) = 0; + virtual IMGUI_API ImGuiViewport* GetWindowViewport(void) = 0; + // Window Manipulation virtual IMGUI_API void SetNextWindowPos(const ImVec2& pos, ImGuiCond cond = 0, const ImVec2& pivot = ImVec2(0, 0)) = 0; virtual IMGUI_API void SetNextWindowSize(const ImVec2& size, ImGuiCond cond = 0) = 0; virtual IMGUI_API void SetNextWindowSizeConstraints(const ImVec2& size_min, const ImVec2& size_max, ImGuiSizeCallback custom_callback = nullptr, void* custom_callback_data = nullptr) = 0; virtual IMGUI_API void SetNextWindowContentSize(const ImVec2& size) = 0; virtual IMGUI_API void SetNextWindowCollapsed(bool collapsed, ImGuiCond cond = 0) = 0; virtual IMGUI_API void SetNextWindowFocus(void) = 0; + virtual IMGUI_API void SetNextWindowScroll(const ImVec2& scroll) = 0; virtual IMGUI_API void SetNextWindowBgAlpha(float alpha) = 0; + virtual IMGUI_API void SetNextWindowViewport(ImGuiID viewport_id) = 0; virtual IMGUI_API void SetWindowPos(const ImVec2& pos, ImGuiCond cond = 0) = 0; virtual IMGUI_API void SetWindowSize(const ImVec2& size, ImGuiCond cond = 0) = 0; virtual IMGUI_API void SetWindowCollapsed(bool collapsed, ImGuiCond cond = 0) = 0; virtual IMGUI_API void SetWindowFocus(void) = 0; - virtual IMGUI_API void SetWindowFontScale(float scale) = 0; virtual IMGUI_API void SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond = 0) = 0; virtual IMGUI_API void SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond = 0) = 0; virtual IMGUI_API void SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond = 0) = 0; virtual IMGUI_API void SetWindowFocus(const char* name) = 0; - // Content Region - virtual IMGUI_API ImVec2 GetContentRegionAvail(void) = 0; - virtual IMGUI_API ImVec2 GetContentRegionMax(void) = 0; - virtual IMGUI_API ImVec2 GetWindowContentRegionMin(void) = 0; - virtual IMGUI_API ImVec2 GetWindowContentRegionMax(void) = 0; - virtual IMGUI_API float GetWindowContentRegionWidth(void) = 0; - // Windows Scrolling virtual IMGUI_API float GetScrollX(void) = 0; virtual IMGUI_API float GetScrollY(void) = 0; @@ -357,19 +421,24 @@ interface IGuiManager virtual IMGUI_API void SetScrollFromPosX(float local_x, float center_x_ratio = 0.5f) = 0; virtual IMGUI_API void SetScrollFromPosY(float local_y, float center_y_ratio = 0.5f) = 0; + // Parameters Stacks (Font) + virtual IMGUI_API void PushFont(ImFont * font, float font_size_base_unscaled) = 0; + virtual IMGUI_API void PopFont(void) = 0; + virtual IMGUI_API ImFont* GetFont(void) = 0; + virtual IMGUI_API float GetFontSize(void) = 0; + virtual IMGUI_API ImFontBaked* GetFontBaked(void) = 0; + // Parameters Stacks (Shared) - virtual IMGUI_API void PushFont(ImFont* font) = 0; - virtual IMGUI_API void PopFont(void) = 0; virtual IMGUI_API void PushStyleColor(ImGuiCol idx, ImU32 col) = 0; virtual IMGUI_API void PushStyleColor(ImGuiCol idx, const ImVec4& col) = 0; virtual IMGUI_API void PopStyleColor(int count = 1) = 0; virtual IMGUI_API void PushStyleVar(ImGuiStyleVar idx, float val) = 0; virtual IMGUI_API void PushStyleVar(ImGuiStyleVar idx, const ImVec2& val) = 0; + virtual IMGUI_API void PushStyleVarX(ImGuiStyleVar idx, float val_x) = 0; + virtual IMGUI_API void PushStyleVarY(ImGuiStyleVar idx, float val_y) = 0; virtual IMGUI_API void PopStyleVar(int count = 1) = 0; - virtual IMGUI_API void PushAllowKeyboardFocus(bool allow_keyboard_focus) = 0; - virtual IMGUI_API void PopAllowKeyboardFocus(void) = 0; - virtual IMGUI_API void PushButtonRepeat(bool repeat) = 0; - virtual IMGUI_API void PopButtonRepeat(void) = 0; + virtual IMGUI_API void PushItemFlag(ImGuiItemFlags option, bool enabled) = 0; + virtual IMGUI_API void PopItemFlag(void) = 0; // Parameters Stacks (Current Window) virtual IMGUI_API void PushItemWidth(float item_width) = 0; @@ -379,16 +448,26 @@ interface IGuiManager virtual IMGUI_API void PushTextWrapPos(float wrap_local_pos_x = 0.0f) = 0; virtual IMGUI_API void PopTextWrapPos(void) = 0; - // Style read access - virtual IMGUI_API ImFont* GetFont(void) = 0; - virtual IMGUI_API float GetFontSize(void) = 0; + // Style Read Access virtual IMGUI_API ImVec2 GetFontTexUvWhitePixel(void) = 0; virtual IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f) = 0; virtual IMGUI_API ImU32 GetColorU32(const ImVec4& col) = 0; - virtual IMGUI_API ImU32 GetColorU32(ImU32 col) = 0; + virtual IMGUI_API ImU32 GetColorU32(ImU32 col, float alpha_mul = 1.0f) = 0; virtual IMGUI_API const ImVec4& GetStyleColorVec4(ImGuiCol idx) = 0; - // Cursor and Layout + // Layout Cursor Positioning + virtual IMGUI_API ImVec2 GetCursorScreenPos(void) = 0; + virtual IMGUI_API void SetCursorScreenPos(const ImVec2& pos) = 0; + virtual IMGUI_API ImVec2 GetContentRegionAvail(void) = 0; + virtual IMGUI_API ImVec2 GetCursorPos(void) = 0; + virtual IMGUI_API float GetCursorPosX(void) = 0; + virtual IMGUI_API float GetCursorPosY(void) = 0; + virtual IMGUI_API void SetCursorPos(const ImVec2& local_pos) = 0; + virtual IMGUI_API void SetCursorPosX(float local_x) = 0; + virtual IMGUI_API void SetCursorPosY(float local_y) = 0; + virtual IMGUI_API ImVec2 GetCursorStartPos(void) = 0; + + // Other Layout Functions virtual IMGUI_API void Separator(void) = 0; virtual IMGUI_API void SameLine(float offset_from_start_x = 0.0f, float spacing = -1.0f) = 0; virtual IMGUI_API void NewLine(void) = 0; @@ -398,22 +477,13 @@ interface IGuiManager virtual IMGUI_API void Unindent(float indent_w = 0.0f) = 0; virtual IMGUI_API void BeginGroup(void) = 0; virtual IMGUI_API void EndGroup(void) = 0; - virtual IMGUI_API ImVec2 GetCursorPos(void) = 0; - virtual IMGUI_API float GetCursorPosX(void) = 0; - virtual IMGUI_API float GetCursorPosY(void) = 0; - virtual IMGUI_API void SetCursorPos(const ImVec2& local_pos) = 0; - virtual IMGUI_API void SetCursorPosX(float local_x) = 0; - virtual IMGUI_API void SetCursorPosY(float local_y) = 0; - virtual IMGUI_API ImVec2 GetCursorStartPos(void) = 0; - virtual IMGUI_API ImVec2 GetCursorScreenPos(void) = 0; - virtual IMGUI_API void SetCursorScreenPos(const ImVec2& pos) = 0; virtual IMGUI_API void AlignTextToFramePadding(void) = 0; virtual IMGUI_API float GetTextLineHeight(void) = 0; virtual IMGUI_API float GetTextLineHeightWithSpacing(void) = 0; virtual IMGUI_API float GetFrameHeight(void) = 0; virtual IMGUI_API float GetFrameHeightWithSpacing(void) = 0; - // ID Stack and Scopes + // ID Stack/Scopes virtual IMGUI_API void PushID(const char* str_id) = 0; virtual IMGUI_API void PushID(const char* str_id_begin, const char* str_id_end) = 0; virtual IMGUI_API void PushID(const void* ptr_id) = 0; @@ -422,6 +492,7 @@ interface IGuiManager virtual IMGUI_API ImGuiID GetID(const char* str_id) = 0; virtual IMGUI_API ImGuiID GetID(const char* str_id_begin, const char* str_id_end) = 0; virtual IMGUI_API ImGuiID GetID(const void* ptr_id) = 0; + virtual IMGUI_API ImGuiID GetID(int int_id) = 0; // Widgets: Text virtual IMGUI_API void TextUnformatted(const char* text, const char* text_end = nullptr) = 0; @@ -437,28 +508,34 @@ interface IGuiManager virtual IMGUI_API void LabelTextV(const char* label, const char* fmt, va_list args) = 0; virtual IMGUI_API void BulletText(const char* fmt, ...) = 0; virtual IMGUI_API void BulletTextV(const char* fmt, va_list args) = 0; + virtual IMGUI_API void SeparatorText(const char* label) = 0; // Widgets: Main - virtual IMGUI_API bool Button(const char* label, const ImVec2& size = ImVec2(0, 0)) = 0; - virtual IMGUI_API bool SmallButton(const char* label) = 0; - virtual IMGUI_API bool InvisibleButton(const char* str_id, const ImVec2& size, ImGuiButtonFlags flags = 0) = 0; - virtual IMGUI_API bool ArrowButton(const char* str_id, ImGuiDir dir) = 0; - virtual IMGUI_API void Image(ImTextureID user_texture_id, const ImVec2& size, const ImVec2& uv0 = ImVec2(0, 0), const ImVec2& uv1 = ImVec2(1, 1), const ImVec4& tint_col = ImVec4(1, 1, 1, 1), const ImVec4& border_col = ImVec4(0, 0, 0, 0)) = 0; - virtual IMGUI_API bool ImageButton(ImTextureID user_texture_id, const ImVec2& size, const ImVec2& uv0 = ImVec2(0, 0), const ImVec2& uv1 = ImVec2(1, 1), int frame_padding = -1, const ImVec4& bg_col = ImVec4(0, 0, 0, 0), const ImVec4& tint_col = ImVec4(1, 1, 1, 1)) = 0; - virtual IMGUI_API bool Checkbox(const char* label, bool* v) = 0; - virtual IMGUI_API bool CheckboxFlags(const char* label, int* flags, int flags_value) = 0; - virtual IMGUI_API bool CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) = 0; - virtual IMGUI_API bool RadioButton(const char* label, bool active) = 0; - virtual IMGUI_API bool RadioButton(const char* label, int* v, int v_button) = 0; - virtual IMGUI_API void ProgressBar(float fraction, const ImVec2& size_arg = ImVec2(-FLT_MIN, 0), const char* overlay = nullptr) = 0; - virtual IMGUI_API void Bullet(void) = 0; - - // Widgets: Combo Box - virtual IMGUI_API bool BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags = 0) = 0; - virtual IMGUI_API void EndCombo(void) = 0; - virtual IMGUI_API bool Combo(const char* label, int* current_item, const char* const items[], int items_count, int popup_max_height_in_items = -1) = 0; - virtual IMGUI_API bool Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int popup_max_height_in_items = -1) = 0; - virtual IMGUI_API bool Combo(const char* label, int* current_item, bool (*items_getter)(void* data, int idx, const char** out_text), void* data, int items_count, int popup_max_height_in_items = -1) = 0; + virtual IMGUI_API bool Button(const char* label, const ImVec2& size = ImVec2(0, 0)) = 0; + virtual IMGUI_API bool SmallButton(const char* label) = 0; + virtual IMGUI_API bool InvisibleButton(const char* str_id, const ImVec2& size, ImGuiButtonFlags flags = 0) = 0; + virtual IMGUI_API bool ArrowButton(const char* str_id, ImGuiDir dir) = 0; + virtual IMGUI_API bool Checkbox(const char* label, bool* v) = 0; + virtual IMGUI_API bool CheckboxFlags(const char* label, int* flags, int flags_value) = 0; + virtual IMGUI_API bool CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) = 0; + virtual IMGUI_API bool RadioButton(const char* label, bool active) = 0; + virtual IMGUI_API bool RadioButton(const char* label, int* v, int v_button) = 0; + virtual IMGUI_API void ProgressBar(float fraction, const ImVec2& size_arg = ImVec2(-FLT_MIN, 0), const char* overlay = nullptr) = 0; + virtual IMGUI_API void Bullet(void) = 0; + virtual IMGUI_API bool TextLink(const char* label) = 0; + virtual IMGUI_API bool TextLinkOpenURL(const char* label, const char* url = nullptr) = 0; + + // Widgets: Images + virtual IMGUI_API void Image(ImTextureRef tex_ref, const ImVec2& image_size, const ImVec2& uv0 = ImVec2(0, 0), const ImVec2& uv1 = ImVec2(1, 1)) = 0; + virtual IMGUI_API void ImageWithBg(ImTextureRef tex_ref, const ImVec2& image_size, const ImVec2& uv0 = ImVec2(0, 0), const ImVec2& uv1 = ImVec2(1, 1), const ImVec4& bg_col = ImVec4(0, 0, 0, 0), const ImVec4& tint_col = ImVec4(1, 1, 1, 1)) = 0; + virtual IMGUI_API bool ImageButton(const char* str_id, ImTextureRef tex_ref, const ImVec2& image_size, const ImVec2& uv0 = ImVec2(0, 0), const ImVec2& uv1 = ImVec2(1, 1), const ImVec4& bg_col = ImVec4(0, 0, 0, 0), const ImVec4& tint_col = ImVec4(1, 1, 1, 1)) = 0; + + // Widgets: Combo Box (Dropdown) + virtual IMGUI_API bool BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags = 0) = 0; + virtual IMGUI_API void EndCombo(void) = 0; + virtual IMGUI_API bool Combo(const char* label, int* current_item, const char* const items[], int items_count, int popup_max_height_in_items = -1) = 0; + virtual IMGUI_API bool Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int popup_max_height_in_items = -1) = 0; + virtual IMGUI_API bool Combo(const char* label, int* current_item, const char* (*getter)(void* user_data, int idx), void* user_data, int items_count, int popup_max_height_in_items = -1) = 0; // Widgets: Drag Sliders virtual IMGUI_API bool DragFloat(const char* label, float* v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", ImGuiSliderFlags flags = 0) = 0; @@ -471,8 +548,8 @@ interface IGuiManager virtual IMGUI_API bool DragInt3(const char* label, int v[3], float v_speed = 1.0f, int v_min = 0, int v_max = 0, const char* format = "%d", ImGuiSliderFlags flags = 0) = 0; virtual IMGUI_API bool DragInt4(const char* label, int v[4], float v_speed = 1.0f, int v_min = 0, int v_max = 0, const char* format = "%d", ImGuiSliderFlags flags = 0) = 0; virtual IMGUI_API bool DragIntRange2(const char* label, int* v_current_min, int* v_current_max, float v_speed = 1.0f, int v_min = 0, int v_max = 0, const char* format = "%d", const char* format_max = nullptr, ImGuiSliderFlags flags = 0) = 0; - virtual IMGUI_API bool DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min = nullptr, const void* p_max = nullptr, const char* format = nullptr, ImGuiSliderFlags flags = 0) = 0; - virtual IMGUI_API bool DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min = nullptr, const void* p_max = nullptr, const char* format = nullptr, ImGuiSliderFlags flags = 0) = 0; + virtual IMGUI_API bool DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed = 1.0f, const void* p_min = nullptr, const void* p_max = nullptr, const char* format = nullptr, ImGuiSliderFlags flags = 0) = 0; + virtual IMGUI_API bool DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed = 1.0f, const void* p_min = nullptr, const void* p_max = nullptr, const char* format = nullptr, ImGuiSliderFlags flags = 0) = 0; // Widgets: Regular Sliders virtual IMGUI_API bool SliderFloat(const char* label, float* v, float v_min, float v_max, const char* format = "%.3f", ImGuiSliderFlags flags = 0) = 0; @@ -506,13 +583,13 @@ interface IGuiManager virtual IMGUI_API bool InputScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_step = nullptr, const void* p_step_fast = nullptr, const char* format = nullptr, ImGuiInputTextFlags flags = 0) = 0; virtual IMGUI_API bool InputScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, const void* p_step = nullptr, const void* p_step_fast = nullptr, const char* format = nullptr, ImGuiInputTextFlags flags = 0) = 0; - // Widgets: Color Editor and Picker - virtual IMGUI_API bool ColorEdit3(const char* label, float col[3], ImGuiColorEditFlags flags = 0) = 0; - virtual IMGUI_API bool ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0) = 0; - virtual IMGUI_API bool ColorPicker3(const char* label, float col[3], ImGuiColorEditFlags flags = 0) = 0; - virtual IMGUI_API bool ColorPicker4(const char* label, float col[4], ImGuiColorEditFlags flags = 0, const float* ref_col = nullptr) = 0; - virtual IMGUI_API bool ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags flags = 0, ImVec2 size = ImVec2(0, 0)) = 0; - virtual IMGUI_API void SetColorEditOptions(ImGuiColorEditFlags flags) = 0; + // Widgets: Color Editor/Picker + virtual IMGUI_API bool ColorEdit3(const char* label, float col[3], ImGuiColorEditFlags flags = 0) = 0; + virtual IMGUI_API bool ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0) = 0; + virtual IMGUI_API bool ColorPicker3(const char* label, float col[3], ImGuiColorEditFlags flags = 0) = 0; + virtual IMGUI_API bool ColorPicker4(const char* label, float col[4], ImGuiColorEditFlags flags = 0, const float* ref_col = nullptr) = 0; + virtual IMGUI_API bool ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags flags = 0, const ImVec2& size = ImVec2(0, 0)) = 0; + virtual IMGUI_API void SetColorEditOptions(ImGuiColorEditFlags flags) = 0; // Widgets: Trees virtual IMGUI_API bool TreeNode(const char* label) = 0; @@ -526,23 +603,29 @@ interface IGuiManager virtual IMGUI_API bool TreeNodeExV(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) = 0; virtual IMGUI_API bool TreeNodeExV(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) = 0; virtual IMGUI_API void TreePush(const char* str_id) = 0; - virtual IMGUI_API void TreePush(const void* ptr_id = nullptr) = 0; + virtual IMGUI_API void TreePush(const void* ptr_id) = 0; virtual IMGUI_API void TreePop(void) = 0; virtual IMGUI_API float GetTreeNodeToLabelSpacing(void) = 0; virtual IMGUI_API bool CollapsingHeader(const char* label, ImGuiTreeNodeFlags flags = 0) = 0; virtual IMGUI_API bool CollapsingHeader(const char* label, bool* p_visible, ImGuiTreeNodeFlags flags = 0) = 0; virtual IMGUI_API void SetNextItemOpen(bool is_open, ImGuiCond cond = 0) = 0; + virtual IMGUI_API void SetNextItemStorageID(ImGuiID storage_id) = 0; // Widgets: Selectables virtual IMGUI_API bool Selectable(const char* label, bool selected = false, ImGuiSelectableFlags flags = 0, const ImVec2& size = ImVec2(0, 0)) = 0; virtual IMGUI_API bool Selectable(const char* label, bool* p_selected, ImGuiSelectableFlags flags = 0, const ImVec2& size = ImVec2(0, 0)) = 0; + // Multi-selection System for Selectable(), Checkbox(), TreeNode() Functions [BETA] + virtual IMGUI_API ImGuiMultiSelectIO* BeginMultiSelect(ImGuiMultiSelectFlags flags, int selection_size = -1, int items_count = -1) = 0; + virtual IMGUI_API ImGuiMultiSelectIO* EndMultiSelect(void) = 0; + virtual IMGUI_API void SetNextItemSelectionUserData(ImGuiSelectionUserData selection_user_data) = 0; + virtual IMGUI_API bool IsItemToggledSelection(void) = 0; + // Widgets: List Boxes - virtual IMGUI_API bool ListBox(const char* label, int* current_item, const char* const items[], int items_count, int height_in_items = -1) = 0; - virtual IMGUI_API bool ListBox(const char* label, int* current_item, bool (*items_getter)(void* data, int idx, const char** out_text), void* data, int items_count, int height_in_items = -1) = 0; - virtual IMGUI_API bool ListBoxHeader(const char* label, const ImVec2& size = ImVec2(0, 0)) = 0; - virtual IMGUI_API bool ListBoxHeader(const char* label, int items_count, int height_in_items = -1) = 0; - virtual IMGUI_API void ListBoxFooter(void) = 0; + virtual IMGUI_API bool BeginListBox(const char* label, const ImVec2& size = ImVec2(0, 0)) = 0; + virtual IMGUI_API void EndListBox(void) = 0; + virtual IMGUI_API bool ListBox(const char* label, int* current_item, const char* const items[], int items_count, int height_in_items = -1) = 0; + virtual IMGUI_API bool ListBox(const char* label, int* current_item, const char* (*getter)(void* user_data, int idx), void* user_data, int items_count, int height_in_items = -1) = 0; // Widgets: Data Plotting virtual IMGUI_API void PlotLines(const char* label, const float* values, int values_count, int values_offset = 0, const char* overlay_text = nullptr, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), int stride = sizeof(float)) = 0; @@ -567,52 +650,71 @@ interface IGuiManager virtual IMGUI_API bool MenuItem(const char* label, const char* shortcut, bool* p_selected, bool enabled = true) = 0; // Tooltips - virtual IMGUI_API void BeginTooltip(void) = 0; + virtual IMGUI_API bool BeginTooltip(void) = 0; virtual IMGUI_API void EndTooltip(void) = 0; virtual IMGUI_API void SetTooltip(const char* fmt, ...) = 0; virtual IMGUI_API void SetTooltipV(const char* fmt, va_list args) = 0; - // Popups and Modals - virtual IMGUI_API bool BeginPopup(const char* str_id, ImGuiWindowFlags flags = 0) = 0; - virtual IMGUI_API bool BeginPopupModal(const char* name, bool* p_open = nullptr, ImGuiWindowFlags flags = 0) = 0; - virtual IMGUI_API void EndPopup(void) = 0; - virtual IMGUI_API void OpenPopup(const char* str_id, ImGuiPopupFlags popup_flags = 0) = 0; - virtual IMGUI_API void OpenPopupOnItemClick(const char* str_id = nullptr, ImGuiPopupFlags popup_flags = 1) = 0; - virtual IMGUI_API void CloseCurrentPopup(void) = 0; + // Tooltips: Helpers + virtual IMGUI_API bool BeginItemTooltip(void) = 0; + virtual IMGUI_API void SetItemTooltip(const char* fmt, ...) = 0; + virtual IMGUI_API void SetItemTooltipV(const char* fmt, va_list args) = 0; + + // Popups, Modals + virtual IMGUI_API bool BeginPopup(const char* str_id, ImGuiWindowFlags flags = 0) = 0; + virtual IMGUI_API bool BeginPopupModal(const char* name, bool* p_open = nullptr, ImGuiWindowFlags flags = 0) = 0; + virtual IMGUI_API void EndPopup(void) = 0; + + // Popups: Open/Close Functions + virtual IMGUI_API void OpenPopup(const char* str_id, ImGuiPopupFlags popup_flags = 0) = 0; + virtual IMGUI_API void OpenPopup(ImGuiID id, ImGuiPopupFlags popup_flags = 0) = 0; + virtual IMGUI_API void OpenPopupOnItemClick(const char* str_id = nullptr, ImGuiPopupFlags popup_flags = 1) = 0; + virtual IMGUI_API void CloseCurrentPopup(void) = 0; + + // Popups: Open/Begin Functions virtual IMGUI_API bool BeginPopupContextItem(const char* str_id = nullptr, ImGuiPopupFlags popup_flags = 1) = 0; virtual IMGUI_API bool BeginPopupContextWindow(const char* str_id = nullptr, ImGuiPopupFlags popup_flags = 1) = 0; virtual IMGUI_API bool BeginPopupContextVoid(const char* str_id = nullptr, ImGuiPopupFlags popup_flags = 1) = 0; - virtual IMGUI_API bool IsPopupOpen(const char* str_id, ImGuiPopupFlags flags = 0) = 0; + + // Popups: Query Functions + virtual IMGUI_API bool IsPopupOpen(const char* str_id, ImGuiPopupFlags flags = 0) = 0; // Tables - virtual IMGUI_API bool BeginTable(const char* str_id, int column, ImGuiTableFlags flags = 0, const ImVec2& outer_size = ImVec2(0.0f, 0.0f), float inner_width = 0.0f) = 0; - virtual IMGUI_API void EndTable(void) = 0; - virtual IMGUI_API void TableNextRow(ImGuiTableRowFlags row_flags = 0, float min_row_height = 0.0f) = 0; - virtual IMGUI_API bool TableNextColumn(void) = 0; - virtual IMGUI_API bool TableSetColumnIndex(int column_n) = 0; - virtual IMGUI_API void TableSetupColumn(const char* label, ImGuiTableColumnFlags flags = 0, float init_width_or_weight = 0.0f, ImU32 user_id = 0) = 0; - virtual IMGUI_API void TableSetupScrollFreeze(int cols, int rows) = 0; - virtual IMGUI_API void TableHeadersRow(void) = 0; - virtual IMGUI_API void TableHeader(const char* label) = 0; - virtual IMGUI_API ImGuiTableSortSpecs* TableGetSortSpecs(void) = 0; - virtual IMGUI_API int TableGetColumnCount(void) = 0; - virtual IMGUI_API int TableGetColumnIndex(void) = 0; - virtual IMGUI_API int TableGetRowIndex(void) = 0; - virtual IMGUI_API const char* TableGetColumnName(int column_n = -1) = 0; - virtual IMGUI_API ImGuiTableColumnFlags TableGetColumnFlags(int column_n = -1) = 0; - virtual IMGUI_API void TableSetBgColor(ImGuiTableBgTarget target, ImU32 color, int column_n = -1) = 0; + virtual IMGUI_API bool BeginTable(const char* str_id, int columns, ImGuiTableFlags flags = 0, const ImVec2& outer_size = ImVec2(0.0f, 0.0f), float inner_width = 0.0f) = 0; + virtual IMGUI_API void EndTable(void) = 0; + virtual IMGUI_API void TableNextRow(ImGuiTableRowFlags row_flags = 0, float min_row_height = 0.0f) = 0; + virtual IMGUI_API bool TableNextColumn(void) = 0; + virtual IMGUI_API bool TableSetColumnIndex(int column_n) = 0; + + // Tables: Headers & Columns Declaration + virtual IMGUI_API void TableSetupColumn(const char* label, ImGuiTableColumnFlags flags = 0, float init_width_or_weight = 0.0f, ImGuiID user_id = 0) = 0; + virtual IMGUI_API void TableSetupScrollFreeze(int cols, int rows) = 0; + virtual IMGUI_API void TableHeader(const char* label) = 0; + virtual IMGUI_API void TableHeadersRow(void) = 0; + virtual IMGUI_API void TableAngledHeadersRow(void) = 0; + + // Tables: Sorting & Miscellaneous Functions + virtual IMGUI_API ImGuiTableSortSpecs* TableGetSortSpecs(void) = 0; + virtual IMGUI_API int TableGetColumnCount(void) = 0; + virtual IMGUI_API int TableGetColumnIndex(void) = 0; + virtual IMGUI_API int TableGetRowIndex(void) = 0; + virtual IMGUI_API const char* TableGetColumnName(int column_n = -1) = 0; + virtual IMGUI_API ImGuiTableColumnFlags TableGetColumnFlags(int column_n = -1) = 0; + virtual IMGUI_API void TableSetColumnEnabled(int column_n, bool v) = 0; + virtual IMGUI_API int TableGetHoveredColumn(void) = 0; + virtual IMGUI_API void TableSetBgColor(ImGuiTableBgTarget target, ImU32 color, int column_n = -1) = 0; // Legacy Columns API - virtual IMGUI_API void Columns(int count = 1, const char* id = nullptr, bool border = true) = 0; - virtual IMGUI_API void NextColumn(void) = 0; - virtual IMGUI_API int GetColumnIndex(void) = 0; - virtual IMGUI_API float GetColumnWidth(int column_index = -1) = 0; - virtual IMGUI_API void SetColumnWidth(int column_index, float width) = 0; - virtual IMGUI_API float GetColumnOffset(int column_index = -1) = 0; - virtual IMGUI_API void SetColumnOffset(int column_index, float offset_x) = 0; - virtual IMGUI_API int GetColumnsCount(void) = 0; - - // Tab Bars and Tabs + virtual IMGUI_API void Columns(int count = 1, const char* id = nullptr, bool borders = true) = 0; + virtual IMGUI_API void NextColumn(void) = 0; + virtual IMGUI_API int GetColumnIndex(void) = 0; + virtual IMGUI_API float GetColumnWidth(int column_index = -1) = 0; + virtual IMGUI_API void SetColumnWidth(int column_index, float width) = 0; + virtual IMGUI_API float GetColumnOffset(int column_index = -1) = 0; + virtual IMGUI_API void SetColumnOffset(int column_index, float offset_x) = 0; + virtual IMGUI_API int GetColumnsCount(void) = 0; + + // Tab Bars, Tabs virtual IMGUI_API bool BeginTabBar(const char* str_id, ImGuiTabBarFlags flags = 0) = 0; virtual IMGUI_API void EndTabBar(void) = 0; virtual IMGUI_API bool BeginTabItem(const char* label, bool* p_open = nullptr, ImGuiTabItemFlags flags = 0) = 0; @@ -620,13 +722,22 @@ interface IGuiManager virtual IMGUI_API bool TabItemButton(const char* label, ImGuiTabItemFlags flags = 0) = 0; virtual IMGUI_API void SetTabItemClosed(const char* tab_or_docked_window_label) = 0; - // Logging and Capture + // Docking + virtual IMGUI_API ImGuiID DockSpace(ImGuiID dockspace_id, const ImVec2& size = ImVec2(0, 0), ImGuiDockNodeFlags flags = 0, const ImGuiWindowClass* window_class = nullptr) = 0; + virtual IMGUI_API ImGuiID DockSpaceOverViewport(ImGuiID dockspace_id = 0, const ImGuiViewport* viewport = nullptr, ImGuiDockNodeFlags flags = 0, const ImGuiWindowClass* window_class = nullptr) = 0; + virtual IMGUI_API void SetNextWindowDockID(ImGuiID dock_id, ImGuiCond cond = 0) = 0; + virtual IMGUI_API void SetNextWindowClass(const ImGuiWindowClass* window_class) = 0; + virtual IMGUI_API ImGuiID GetWindowDockID(void) = 0; + virtual IMGUI_API bool IsWindowDocked(void) = 0; + + // Logging/Capture virtual IMGUI_API void LogToTTY(int auto_open_depth = -1) = 0; virtual IMGUI_API void LogToFile(int auto_open_depth = -1, const char* filename = nullptr) = 0; virtual IMGUI_API void LogToClipboard(int auto_open_depth = -1) = 0; virtual IMGUI_API void LogFinish(void) = 0; virtual IMGUI_API void LogButtons(void) = 0; virtual IMGUI_API void LogText(const char* fmt, ...) = 0; + virtual IMGUI_API void LogTextV(const char* fmt, va_list args) = 0; // Drag and Drop virtual IMGUI_API bool BeginDragDropSource(ImGuiDragDropFlags flags = 0) = 0; @@ -637,15 +748,25 @@ interface IGuiManager virtual IMGUI_API void EndDragDropTarget(void) = 0; virtual IMGUI_API const ImGuiPayload* GetDragDropPayload(void) = 0; + // Disabling [BETA API] + virtual IMGUI_API void BeginDisabled(bool disabled = true) = 0; + virtual IMGUI_API void EndDisabled(void) = 0; + // Clipping virtual IMGUI_API void PushClipRect(const ImVec2& clip_rect_min, const ImVec2& clip_rect_max, bool intersect_with_current_clip_rect) = 0; virtual IMGUI_API void PopClipRect(void) = 0; - // Focus and Activation + // Focus, Activation virtual IMGUI_API void SetItemDefaultFocus(void) = 0; virtual IMGUI_API void SetKeyboardFocusHere(int offset = 0) = 0; - // Item and Widgets Utilities + // Keyboard/Gamepad Navigation + virtual IMGUI_API void SetNavCursorVisible(bool visible) = 0; + + // Overlapping Mode + virtual IMGUI_API void SetNextItemAllowOverlap(void) = 0; + + // Item/Widgets Utilities and Query Functions virtual IMGUI_API bool IsItemHovered(ImGuiHoveredFlags flags = 0) = 0; virtual IMGUI_API bool IsItemActive(void) = 0; virtual IMGUI_API bool IsItemFocused(void) = 0; @@ -659,25 +780,27 @@ interface IGuiManager virtual IMGUI_API bool IsAnyItemHovered(void) = 0; virtual IMGUI_API bool IsAnyItemActive(void) = 0; virtual IMGUI_API bool IsAnyItemFocused(void) = 0; + virtual IMGUI_API ImGuiID GetItemID(void) = 0; virtual IMGUI_API ImVec2 GetItemRectMin(void) = 0; virtual IMGUI_API ImVec2 GetItemRectMax(void) = 0; virtual IMGUI_API ImVec2 GetItemRectSize(void) = 0; - virtual IMGUI_API void SetItemAllowOverlap(void) = 0; + + // Viewports + virtual IMGUI_API ImGuiViewport* GetMainViewport(void) = 0; + + // Background/Foreground Draw Lists + virtual IMGUI_API ImDrawList* GetBackgroundDrawList(ImGuiViewport* viewport = nullptr) = 0; + virtual IMGUI_API ImDrawList* GetForegroundDrawList(ImGuiViewport* viewport = nullptr) = 0; // Miscellaneous Utilities - virtual IMGUI_API bool IsRectVisible(const ImVec2& size) = 0; - virtual IMGUI_API bool IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) = 0; - virtual IMGUI_API double GetTime(void) = 0; - virtual IMGUI_API int GetFrameCount(void) = 0; - virtual IMGUI_API ImDrawList* GetBackgroundDrawList(void) = 0; - virtual IMGUI_API ImDrawList* GetForegroundDrawList(void) = 0; - virtual IMGUI_API ImDrawListSharedData* GetDrawListSharedData(void) = 0; - virtual IMGUI_API const char* GetStyleColorName(ImGuiCol idx) = 0; - virtual IMGUI_API void SetStateStorage(ImGuiStorage* storage) = 0; - virtual IMGUI_API ImGuiStorage* GetStateStorage(void) = 0; - virtual IMGUI_API void CalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end) = 0; - virtual IMGUI_API bool BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags flags = 0) = 0; - virtual IMGUI_API void EndChildFrame(void) = 0; + virtual IMGUI_API bool IsRectVisible(const ImVec2& size) = 0; + virtual IMGUI_API bool IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) = 0; + virtual IMGUI_API double GetTime(void) = 0; + virtual IMGUI_API int GetFrameCount(void) = 0; + virtual IMGUI_API ImDrawListSharedData* GetDrawListSharedData(void) = 0; + virtual IMGUI_API const char* GetStyleColorName(ImGuiCol idx) = 0; + virtual IMGUI_API void SetStateStorage(ImGuiStorage * storage) = 0; + virtual IMGUI_API ImGuiStorage* GetStateStorage(void) = 0; // Text Utilities virtual IMGUI_API ImVec2 CalcTextSize(const char* text, const char* text_end = nullptr, bool hide_text_after_double_hash = false, float wrap_width = -1.0f) = 0; @@ -688,388 +811,403 @@ interface IGuiManager virtual IMGUI_API void ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v) = 0; virtual IMGUI_API void ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g, float& out_b) = 0; - // Inputs Utilities: Keyboard - virtual IMGUI_API int GetKeyIndex(ImGuiKey imgui_key) = 0; - virtual IMGUI_API bool IsKeyDown(int user_key_index) = 0; - virtual IMGUI_API bool IsKeyPressed(int user_key_index, bool repeat = true) = 0; - virtual IMGUI_API bool IsKeyReleased(int user_key_index) = 0; - virtual IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate) = 0; - virtual IMGUI_API void CaptureKeyboardFromApp(bool want_capture_keyboard_value = true) = 0; + // Inputs Utilities: Keyboard/Mouse/Gamepad + virtual IMGUI_API bool IsKeyDown(ImGuiKey key) = 0; + virtual IMGUI_API bool IsKeyPressed(ImGuiKey key, bool repeat = true) = 0; + virtual IMGUI_API bool IsKeyReleased(ImGuiKey key) = 0; + virtual IMGUI_API bool IsKeyChordPressed(ImGuiKeyChord key_chord) = 0; + virtual IMGUI_API int GetKeyPressedAmount(ImGuiKey key, float repeat_delay, float rate) = 0; + virtual IMGUI_API const char* GetKeyName(ImGuiKey key) = 0; + virtual IMGUI_API void SetNextFrameWantCaptureKeyboard(bool want_capture_keyboard) = 0; + + // Inputs Utilities: Shortcut Testing & Routing [BETA] + virtual IMGUI_API bool Shortcut(ImGuiKeyChord key_chord, ImGuiInputFlags flags = 0) = 0; + virtual IMGUI_API void SetNextItemShortcut(ImGuiKeyChord key_chord, ImGuiInputFlags flags = 0) = 0; + + // Inputs Utilities: Key/Input Ownership [BETA] + virtual IMGUI_API void SetItemKeyOwner(ImGuiKey key) = 0; // Inputs Utilities: Mouse virtual IMGUI_API bool IsMouseDown(ImGuiMouseButton button) = 0; virtual IMGUI_API bool IsMouseClicked(ImGuiMouseButton button, bool repeat = false) = 0; virtual IMGUI_API bool IsMouseReleased(ImGuiMouseButton button) = 0; virtual IMGUI_API bool IsMouseDoubleClicked(ImGuiMouseButton button) = 0; + virtual IMGUI_API bool IsMouseReleasedWithDelay(ImGuiMouseButton button, float delay) = 0; + virtual IMGUI_API int GetMouseClickedCount(ImGuiMouseButton button) = 0; virtual IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = true) = 0; virtual IMGUI_API bool IsMousePosValid(const ImVec2* mouse_pos = nullptr) = 0; virtual IMGUI_API bool IsAnyMouseDown(void) = 0; virtual IMGUI_API ImVec2 GetMousePos(void) = 0; - virtual IMGUI_API ImVec2 GetMousePosOnOpeningCurrentPopup() = 0; + virtual IMGUI_API ImVec2 GetMousePosOnOpeningCurrentPopup(void) = 0; virtual IMGUI_API bool IsMouseDragging(ImGuiMouseButton button, float lock_threshold = -1.0f) = 0; virtual IMGUI_API ImVec2 GetMouseDragDelta(ImGuiMouseButton button = 0, float lock_threshold = -1.0f) = 0; virtual IMGUI_API void ResetMouseDragDelta(ImGuiMouseButton button = 0) = 0; virtual IMGUI_API ImGuiMouseCursor GetMouseCursor(void) = 0; virtual IMGUI_API void SetMouseCursor(ImGuiMouseCursor cursor_type) = 0; - virtual IMGUI_API void CaptureMouseFromApp(bool want_capture_mouse_value = true) = 0; + virtual IMGUI_API void SetNextFrameWantCaptureMouse(bool want_capture_mouse) = 0; // Clipboard Utilities virtual IMGUI_API const char* GetClipboardText(void) = 0; virtual IMGUI_API void SetClipboardText(const char* text) = 0; - // Settings and Ini Utilities + // Settings/.Ini Utilities virtual IMGUI_API void LoadIniSettingsFromDisk(const char* ini_filename) = 0; virtual IMGUI_API void LoadIniSettingsFromMemory(const char* ini_data, size_t ini_size = 0) = 0; virtual IMGUI_API void SaveIniSettingsToDisk(const char* ini_filename) = 0; virtual IMGUI_API const char* SaveIniSettingsToMemory(size_t* out_ini_size = nullptr) = 0; // Debug Utilities + virtual IMGUI_API void DebugTextEncoding(const char* text) = 0; + virtual IMGUI_API void DebugFlashStyleColor(ImGuiCol idx) = 0; + virtual IMGUI_API void DebugStartItemPicker(void) = 0; virtual IMGUI_API bool DebugCheckVersionAndDataLayout(const char* version_str, size_t sz_io, size_t sz_style, size_t sz_vec2, size_t sz_vec4, size_t sz_drawvert, size_t sz_drawidx) = 0; + virtual IMGUI_API void DebugLog(const char* fmt, ...) = 0; + virtual IMGUI_API void DebugLogV(const char* fmt, va_list args) = 0; // Memory Allocators - virtual IMGUI_API void SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* user_data), void (*free_func)(void* ptr, void* user_data), void* user_data = nullptr) = 0; - virtual IMGUI_API void* MemAlloc(size_t size) = 0; - virtual IMGUI_API void MemFree(void* ptr) = 0; + virtual IMGUI_API void SetAllocatorFunctions(ImGuiMemAllocFunc alloc_func, ImGuiMemFreeFunc free_func, void* user_data = nullptr) = 0; + virtual IMGUI_API void GetAllocatorFunctions(ImGuiMemAllocFunc * p_alloc_func, ImGuiMemFreeFunc * p_free_func, void** p_user_data) = 0; + virtual IMGUI_API void* MemAlloc(size_t size) = 0; + virtual IMGUI_API void MemFree(void* ptr) = 0; + + // (Optional) Platform/OS Interface for Multi-viewport Support + virtual IMGUI_API void UpdatePlatformWindows(void) = 0; + virtual IMGUI_API void RenderPlatformWindowsDefault(void* platform_render_arg = nullptr, void* renderer_render_arg = nullptr) = 0; + virtual IMGUI_API void DestroyPlatformWindows(void) = 0; + virtual IMGUI_API ImGuiViewport* FindViewportByID(ImGuiID id) = 0; + virtual IMGUI_API ImGuiViewport* FindViewportByPlatformHandle(void* platform_handle) = 0; // Ashita Custom Helpers - virtual IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = nullptr, const ImWchar* glyph_ranges = nullptr) = 0; - virtual IMGUI_API ImFont* AddFontFromMemoryCompressedTTF(const void* compressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg = nullptr, const ImWchar* glyph_ranges = nullptr) = 0; - virtual IMGUI_API ImFont* AddFontFromMemoryCompressedBase85TTF(const char* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg = nullptr, const ImWchar* glyph_ranges = nullptr) = 0; + virtual ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = nullptr) = 0; + virtual ImFont* AddFontFromMemoryCompressedTTF(const void* compressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg = nullptr) = 0; + virtual ImFont* AddFontFromMemoryCompressedBase85TTF(const char* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg = nullptr) = 0; + + // ImGui Internal Forwards + virtual IMGUI_API bool BeginMenuEx(const char* label, const char* icon, bool enabled = true) = 0; + virtual IMGUI_API bool MenuItemEx(const char* label, const char* icon, const char* shortcut = nullptr, bool selected = false, bool enabled = true) = 0; }; -#ifndef ASHITA_IMGUI_INTERNAL_COMPILED +/// +/// +/// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// ImGui Enumerations / Structures / Types -// -// Chunks below taken from: 'imgui.h' -// -//////////////////////////////////////////////////////////////////////////////////////////////////// +#ifndef ASHITA_IMGUI_INTERNAL_COMPILED enum ImGuiWindowFlags_ { ImGuiWindowFlags_None = 0, - ImGuiWindowFlags_NoTitleBar = 1 << 0, // Disable title-bar - ImGuiWindowFlags_NoResize = 1 << 1, // Disable user resizing with the lower-right grip - ImGuiWindowFlags_NoMove = 1 << 2, // Disable user moving the window - ImGuiWindowFlags_NoScrollbar = 1 << 3, // Disable scrollbars (window can still scroll with mouse or programmatically) - ImGuiWindowFlags_NoScrollWithMouse = 1 << 4, // Disable user vertically scrolling with mouse wheel. On child window, mouse wheel will be forwarded to the parent unless NoScrollbar is also set. - ImGuiWindowFlags_NoCollapse = 1 << 5, // Disable user collapsing window by double-clicking on it - ImGuiWindowFlags_AlwaysAutoResize = 1 << 6, // Resize every window to its content every frame - ImGuiWindowFlags_NoBackground = 1 << 7, // Disable drawing background color (WindowBg, etc.) and outside border. Similar as using SetNextWindowBgAlpha(0.0f). - ImGuiWindowFlags_NoSavedSettings = 1 << 8, // Never load/save settings in .ini file - ImGuiWindowFlags_NoMouseInputs = 1 << 9, // Disable catching mouse, hovering test with pass through. - ImGuiWindowFlags_MenuBar = 1 << 10, // Has a menu-bar - ImGuiWindowFlags_HorizontalScrollbar = 1 << 11, // Allow horizontal scrollbar to appear (off by default). You may use SetNextWindowContentSize(ImVec2(width,0.0f)); prior to calling Begin() to specify width. Read code in imgui_demo in the "Horizontal Scrolling" section. - ImGuiWindowFlags_NoFocusOnAppearing = 1 << 12, // Disable taking focus when transitioning from hidden to visible state - ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13, // Disable bringing window to front when taking focus (e.g. clicking on it or programmatically giving it focus) - ImGuiWindowFlags_AlwaysVerticalScrollbar = 1 << 14, // Always show vertical scrollbar (even if ContentSize.y < Size.y) - ImGuiWindowFlags_AlwaysHorizontalScrollbar = 1 << 15, // Always show horizontal scrollbar (even if ContentSize.x < Size.x) - ImGuiWindowFlags_AlwaysUseWindowPadding = 1 << 16, // Ensure child windows without border uses style.WindowPadding (ignored by default for non-bordered child windows, because more convenient) - ImGuiWindowFlags_NoNavInputs = 1 << 18, // No gamepad/keyboard navigation within the window - ImGuiWindowFlags_NoNavFocus = 1 << 19, // No focusing toward this window with gamepad/keyboard navigation (e.g. skipped by CTRL+TAB) - ImGuiWindowFlags_UnsavedDocument = 1 << 20, // Append '*' to title without affecting the ID, as a convenience to avoid using the ### operator. When used in a tab/docking context, tab is selected on closure and closure is deferred by one frame to allow code to cancel the closure (with a confirmation popup, etc.) without flicker. + ImGuiWindowFlags_NoTitleBar = 1 << 0, + ImGuiWindowFlags_NoResize = 1 << 1, + ImGuiWindowFlags_NoMove = 1 << 2, + ImGuiWindowFlags_NoScrollbar = 1 << 3, + ImGuiWindowFlags_NoScrollWithMouse = 1 << 4, + ImGuiWindowFlags_NoCollapse = 1 << 5, + ImGuiWindowFlags_AlwaysAutoResize = 1 << 6, + ImGuiWindowFlags_NoBackground = 1 << 7, + ImGuiWindowFlags_NoSavedSettings = 1 << 8, + ImGuiWindowFlags_NoMouseInputs = 1 << 9, + ImGuiWindowFlags_MenuBar = 1 << 10, + ImGuiWindowFlags_HorizontalScrollbar = 1 << 11, + ImGuiWindowFlags_NoFocusOnAppearing = 1 << 12, + ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13, + ImGuiWindowFlags_AlwaysVerticalScrollbar = 1 << 14, + ImGuiWindowFlags_AlwaysHorizontalScrollbar = 1 << 15, + ImGuiWindowFlags_NoNavInputs = 1 << 16, + ImGuiWindowFlags_NoNavFocus = 1 << 17, + ImGuiWindowFlags_UnsavedDocument = 1 << 18, + ImGuiWindowFlags_NoDocking = 1 << 19, ImGuiWindowFlags_NoNav = ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus, ImGuiWindowFlags_NoDecoration = ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse, ImGuiWindowFlags_NoInputs = ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus, + ImGuiWindowFlags_DockNodeHost = 1 << 23, + ImGuiWindowFlags_ChildWindow = 1 << 24, + ImGuiWindowFlags_Tooltip = 1 << 25, + ImGuiWindowFlags_Popup = 1 << 26, + ImGuiWindowFlags_Modal = 1 << 27, + ImGuiWindowFlags_ChildMenu = 1 << 28, - // [Internal] - ImGuiWindowFlags_NavFlattened = 1 << 23, // [BETA] Allow gamepad/keyboard navigation to cross over parent border to this child (only use on child that have no scrolling!) - ImGuiWindowFlags_ChildWindow = 1 << 24, // Don't use! For internal use by BeginChild() - ImGuiWindowFlags_Tooltip = 1 << 25, // Don't use! For internal use by BeginTooltip() - ImGuiWindowFlags_Popup = 1 << 26, // Don't use! For internal use by BeginPopup() - ImGuiWindowFlags_Modal = 1 << 27, // Don't use! For internal use by BeginPopupModal() - ImGuiWindowFlags_ChildMenu = 1 << 28 // Don't use! For internal use by BeginMenu() +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiWindowFlags_NavFlattened = 1 << 29, + ImGuiWindowFlags_AlwaysUseWindowPadding = 1 << 30, +#endif +}; + +enum ImGuiChildFlags_ +{ + ImGuiChildFlags_None = 0, + ImGuiChildFlags_Borders = 1 << 0, + ImGuiChildFlags_AlwaysUseWindowPadding = 1 << 1, + ImGuiChildFlags_ResizeX = 1 << 2, + ImGuiChildFlags_ResizeY = 1 << 3, + ImGuiChildFlags_AutoResizeX = 1 << 4, + ImGuiChildFlags_AutoResizeY = 1 << 5, + ImGuiChildFlags_AlwaysAutoResize = 1 << 6, + ImGuiChildFlags_FrameStyle = 1 << 7, + ImGuiChildFlags_NavFlattened = 1 << 8, + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiChildFlags_Border = ImGuiChildFlags_Borders, +#endif +}; - // [Obsolete] - //ImGuiWindowFlags_ResizeFromAnySide = 1 << 17, // --> Set io.ConfigWindowsResizeFromEdges=true and make sure mouse cursors are supported by backend (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors) +enum ImGuiItemFlags_ +{ + ImGuiItemFlags_None = 0, + ImGuiItemFlags_NoTabStop = 1 << 0, + ImGuiItemFlags_NoNav = 1 << 1, + ImGuiItemFlags_NoNavDefaultFocus = 1 << 2, + ImGuiItemFlags_ButtonRepeat = 1 << 3, + ImGuiItemFlags_AutoClosePopups = 1 << 4, + ImGuiItemFlags_AllowDuplicateId = 1 << 5, }; enum ImGuiInputTextFlags_ { ImGuiInputTextFlags_None = 0, - ImGuiInputTextFlags_CharsDecimal = 1 << 0, // Allow 0123456789.+-*/ - ImGuiInputTextFlags_CharsHexadecimal = 1 << 1, // Allow 0123456789ABCDEFabcdef - ImGuiInputTextFlags_CharsUppercase = 1 << 2, // Turn a..z into A..Z - ImGuiInputTextFlags_CharsNoBlank = 1 << 3, // Filter out spaces, tabs - ImGuiInputTextFlags_AutoSelectAll = 1 << 4, // Select entire text when first taking mouse focus - ImGuiInputTextFlags_EnterReturnsTrue = 1 << 5, // Return 'true' when Enter is pressed (as opposed to every time the value was modified). Consider looking at the IsItemDeactivatedAfterEdit() function. - ImGuiInputTextFlags_CallbackCompletion = 1 << 6, // Callback on pressing TAB (for completion handling) - ImGuiInputTextFlags_CallbackHistory = 1 << 7, // Callback on pressing Up/Down arrows (for history handling) - ImGuiInputTextFlags_CallbackAlways = 1 << 8, // Callback on each iteration. User code may query cursor position, modify text buffer. - ImGuiInputTextFlags_CallbackCharFilter = 1 << 9, // Callback on character inputs to replace or discard them. Modify 'EventChar' to replace or discard, or return 1 in callback to discard. - ImGuiInputTextFlags_AllowTabInput = 1 << 10, // Pressing TAB input a '\t' character into the text field - ImGuiInputTextFlags_CtrlEnterForNewLine = 1 << 11, // In multi-line mode, unfocus with Enter, add new line with Ctrl+Enter (default is opposite: unfocus with Ctrl+Enter, add line with Enter). - ImGuiInputTextFlags_NoHorizontalScroll = 1 << 12, // Disable following the cursor horizontally - ImGuiInputTextFlags_AlwaysInsertMode = 1 << 13, // Insert mode - ImGuiInputTextFlags_ReadOnly = 1 << 14, // Read-only mode - ImGuiInputTextFlags_Password = 1 << 15, // Password mode, display all characters as '*' - ImGuiInputTextFlags_NoUndoRedo = 1 << 16, // Disable undo/redo. Note that input text owns the text data while active, if you want to provide your own undo/redo stack you need e.g. to call ClearActiveID(). - ImGuiInputTextFlags_CharsScientific = 1 << 17, // Allow 0123456789.+-*/eE (Scientific notation input) - ImGuiInputTextFlags_CallbackResize = 1 << 18, // Callback on buffer capacity changes request (beyond 'buf_size' parameter value), allowing the string to grow. Notify when the string wants to be resized (for string types which hold a cache of their Size). You will be provided a new BufSize in the callback and NEED to honor it. (see misc/cpp/imgui_stdlib.h for an example of using this) - ImGuiInputTextFlags_CallbackEdit = 1 << 19, // Callback on any edit (note that InputText() already returns true on edit, the callback is useful mainly to manipulate the underlying buffer while focus is active) - // [Internal] - ImGuiInputTextFlags_Multiline = 1 << 20, // For internal use by InputTextMultiline() - ImGuiInputTextFlags_NoMarkEdited = 1 << 21 // For internal use by functions using InputText() before reformatting data + ImGuiInputTextFlags_CharsDecimal = 1 << 0, + ImGuiInputTextFlags_CharsHexadecimal = 1 << 1, + ImGuiInputTextFlags_CharsScientific = 1 << 2, + ImGuiInputTextFlags_CharsUppercase = 1 << 3, + ImGuiInputTextFlags_CharsNoBlank = 1 << 4, + ImGuiInputTextFlags_AllowTabInput = 1 << 5, + ImGuiInputTextFlags_EnterReturnsTrue = 1 << 6, + ImGuiInputTextFlags_EscapeClearsAll = 1 << 7, + ImGuiInputTextFlags_CtrlEnterForNewLine = 1 << 8, + ImGuiInputTextFlags_ReadOnly = 1 << 9, + ImGuiInputTextFlags_Password = 1 << 10, + ImGuiInputTextFlags_AlwaysOverwrite = 1 << 11, + ImGuiInputTextFlags_AutoSelectAll = 1 << 12, + ImGuiInputTextFlags_ParseEmptyRefVal = 1 << 13, + ImGuiInputTextFlags_DisplayEmptyRefVal = 1 << 14, + ImGuiInputTextFlags_NoHorizontalScroll = 1 << 15, + ImGuiInputTextFlags_NoUndoRedo = 1 << 16, + ImGuiInputTextFlags_ElideLeft = 1 << 17, + ImGuiInputTextFlags_CallbackCompletion = 1 << 18, + ImGuiInputTextFlags_CallbackHistory = 1 << 19, + ImGuiInputTextFlags_CallbackAlways = 1 << 20, + ImGuiInputTextFlags_CallbackCharFilter = 1 << 21, + ImGuiInputTextFlags_CallbackResize = 1 << 22, + ImGuiInputTextFlags_CallbackEdit = 1 << 23, + + //ImGuiInputTextFlags_AlwaysInsertMode = ImGuiInputTextFlags_AlwaysOverwrite }; enum ImGuiTreeNodeFlags_ { - ImGuiTreeNodeFlags_None = 0, - ImGuiTreeNodeFlags_Selected = 1 << 0, // Draw as selected - ImGuiTreeNodeFlags_Framed = 1 << 1, // Draw frame with background (e.g. for CollapsingHeader) - ImGuiTreeNodeFlags_AllowItemOverlap = 1 << 2, // Hit testing to allow subsequent widgets to overlap this one - ImGuiTreeNodeFlags_NoTreePushOnOpen = 1 << 3, // Don't do a TreePush() when open (e.g. for CollapsingHeader) = no extra indent nor pushing on ID stack - ImGuiTreeNodeFlags_NoAutoOpenOnLog = 1 << 4, // Don't automatically and temporarily open node when Logging is active (by default logging will automatically open tree nodes) - ImGuiTreeNodeFlags_DefaultOpen = 1 << 5, // Default node to be open - ImGuiTreeNodeFlags_OpenOnDoubleClick = 1 << 6, // Need double-click to open node - ImGuiTreeNodeFlags_OpenOnArrow = 1 << 7, // Only open when clicking on the arrow part. If ImGuiTreeNodeFlags_OpenOnDoubleClick is also set, single-click arrow or double-click all box to open. - ImGuiTreeNodeFlags_Leaf = 1 << 8, // No collapsing, no arrow (use as a convenience for leaf nodes). - ImGuiTreeNodeFlags_Bullet = 1 << 9, // Display a bullet instead of arrow - ImGuiTreeNodeFlags_FramePadding = 1 << 10, // Use FramePadding (even for an unframed text node) to vertically align text baseline to regular widget height. Equivalent to calling AlignTextToFramePadding(). - ImGuiTreeNodeFlags_SpanAvailWidth = 1 << 11, // Extend hit box to the right-most edge, even if not framed. This is not the default in order to allow adding other items on the same line. In the future we may refactor the hit system to be front-to-back, allowing natural overlaps and then this can become the default. - ImGuiTreeNodeFlags_SpanFullWidth = 1 << 12, // Extend hit box to the left-most and right-most edges (bypass the indented area). - ImGuiTreeNodeFlags_NavLeftJumpsBackHere = 1 << 13, // (WIP) Nav: left direction may move to this TreeNode() from any of its child (items submitted between TreeNode and TreePop) - //ImGuiTreeNodeFlags_NoScrollOnOpen = 1 << 14, // FIXME: TODO: Disable automatic scroll on TreePop() if node got just open and contents is not visible - ImGuiTreeNodeFlags_CollapsingHeader = ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog + ImGuiTreeNodeFlags_None = 0, + ImGuiTreeNodeFlags_Selected = 1 << 0, + ImGuiTreeNodeFlags_Framed = 1 << 1, + ImGuiTreeNodeFlags_AllowOverlap = 1 << 2, + ImGuiTreeNodeFlags_NoTreePushOnOpen = 1 << 3, + ImGuiTreeNodeFlags_NoAutoOpenOnLog = 1 << 4, + ImGuiTreeNodeFlags_DefaultOpen = 1 << 5, + ImGuiTreeNodeFlags_OpenOnDoubleClick = 1 << 6, + ImGuiTreeNodeFlags_OpenOnArrow = 1 << 7, + ImGuiTreeNodeFlags_Leaf = 1 << 8, + ImGuiTreeNodeFlags_Bullet = 1 << 9, + ImGuiTreeNodeFlags_FramePadding = 1 << 10, + ImGuiTreeNodeFlags_SpanAvailWidth = 1 << 11, + ImGuiTreeNodeFlags_SpanFullWidth = 1 << 12, + ImGuiTreeNodeFlags_SpanLabelWidth = 1 << 13, + ImGuiTreeNodeFlags_SpanAllColumns = 1 << 14, + ImGuiTreeNodeFlags_LabelSpanAllColumns = 1 << 15, + //ImGuiTreeNodeFlags_NoScrollOnOpen = 1 << 16, + ImGuiTreeNodeFlags_NavLeftJumpsToParent = 1 << 17, + ImGuiTreeNodeFlags_CollapsingHeader = ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog, + + ImGuiTreeNodeFlags_DrawLinesNone = 1 << 18, + ImGuiTreeNodeFlags_DrawLinesFull = 1 << 19, + ImGuiTreeNodeFlags_DrawLinesToNodes = 1 << 20, + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiTreeNodeFlags_NavLeftJumpsBackHere = ImGuiTreeNodeFlags_NavLeftJumpsToParent, + ImGuiTreeNodeFlags_SpanTextWidth = ImGuiTreeNodeFlags_SpanLabelWidth, + ImGuiTreeNodeFlags_AllowItemOverlap = ImGuiTreeNodeFlags_AllowOverlap, +#endif }; enum ImGuiPopupFlags_ { - ImGuiPopupFlags_None = 0, - ImGuiPopupFlags_MouseButtonLeft = 0, // For BeginPopupContext*(): open on Left Mouse release. Guaranteed to always be == 0 (same as ImGuiMouseButton_Left) - ImGuiPopupFlags_MouseButtonRight = 1, // For BeginPopupContext*(): open on Right Mouse release. Guaranteed to always be == 1 (same as ImGuiMouseButton_Right) - ImGuiPopupFlags_MouseButtonMiddle = 2, // For BeginPopupContext*(): open on Middle Mouse release. Guaranteed to always be == 2 (same as ImGuiMouseButton_Middle) - ImGuiPopupFlags_MouseButtonMask_ = 0x1F, - ImGuiPopupFlags_MouseButtonDefault_ = 1, - ImGuiPopupFlags_NoOpenOverExistingPopup = 1 << 5, // For OpenPopup*(), BeginPopupContext*(): don't open if there's already a popup at the same level of the popup stack - ImGuiPopupFlags_NoOpenOverItems = 1 << 6, // For BeginPopupContextWindow(): don't return true when hovering items, only when hovering empty space - ImGuiPopupFlags_AnyPopupId = 1 << 7, // For IsPopupOpen(): ignore the ImGuiID parameter and test for any popup. - ImGuiPopupFlags_AnyPopupLevel = 1 << 8, // For IsPopupOpen(): search/test at any level of the popup stack (default test in the current level) - ImGuiPopupFlags_AnyPopup = ImGuiPopupFlags_AnyPopupId | ImGuiPopupFlags_AnyPopupLevel + ImGuiPopupFlags_None = 0, + ImGuiPopupFlags_MouseButtonLeft = 0, + ImGuiPopupFlags_MouseButtonRight = 1, + ImGuiPopupFlags_MouseButtonMiddle = 2, + ImGuiPopupFlags_MouseButtonMask_ = 0x1F, + ImGuiPopupFlags_MouseButtonDefault_ = 1, + ImGuiPopupFlags_NoReopen = 1 << 5, + //ImGuiPopupFlags_NoReopenAlwaysNavInit = 1 << 6, + ImGuiPopupFlags_NoOpenOverExistingPopup = 1 << 7, + ImGuiPopupFlags_NoOpenOverItems = 1 << 8, + ImGuiPopupFlags_AnyPopupId = 1 << 10, + ImGuiPopupFlags_AnyPopupLevel = 1 << 11, + ImGuiPopupFlags_AnyPopup = ImGuiPopupFlags_AnyPopupId | ImGuiPopupFlags_AnyPopupLevel, }; enum ImGuiSelectableFlags_ { - ImGuiSelectableFlags_None = 0, - ImGuiSelectableFlags_DontClosePopups = 1 << 0, // Clicking this don't close parent popup window - ImGuiSelectableFlags_SpanAllColumns = 1 << 1, // Selectable frame can span all columns (text will still fit in current column) - ImGuiSelectableFlags_AllowDoubleClick = 1 << 2, // Generate press events on double clicks too - ImGuiSelectableFlags_Disabled = 1 << 3, // Cannot be selected, display grayed out text - ImGuiSelectableFlags_AllowItemOverlap = 1 << 4 // (WIP) Hit testing to allow subsequent widgets to overlap this one + ImGuiSelectableFlags_None = 0, + ImGuiSelectableFlags_NoAutoClosePopups = 1 << 0, + ImGuiSelectableFlags_SpanAllColumns = 1 << 1, + ImGuiSelectableFlags_AllowDoubleClick = 1 << 2, + ImGuiSelectableFlags_Disabled = 1 << 3, + ImGuiSelectableFlags_AllowOverlap = 1 << 4, + ImGuiSelectableFlags_Highlight = 1 << 5, + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiSelectableFlags_DontClosePopups = ImGuiSelectableFlags_NoAutoClosePopups, + ImGuiSelectableFlags_AllowItemOverlap = ImGuiSelectableFlags_AllowOverlap, +#endif }; enum ImGuiComboFlags_ { - ImGuiComboFlags_None = 0, - ImGuiComboFlags_PopupAlignLeft = 1 << 0, // Align the popup toward the left by default - ImGuiComboFlags_HeightSmall = 1 << 1, // Max ~4 items visible. Tip: If you want your combo popup to be a specific size you can use SetNextWindowSizeConstraints() prior to calling BeginCombo() - ImGuiComboFlags_HeightRegular = 1 << 2, // Max ~8 items visible (default) - ImGuiComboFlags_HeightLarge = 1 << 3, // Max ~20 items visible - ImGuiComboFlags_HeightLargest = 1 << 4, // As many fitting items as possible - ImGuiComboFlags_NoArrowButton = 1 << 5, // Display on the preview box without the square arrow button - ImGuiComboFlags_NoPreview = 1 << 6, // Display only a square arrow button - ImGuiComboFlags_HeightMask_ = ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest + ImGuiComboFlags_None = 0, + ImGuiComboFlags_PopupAlignLeft = 1 << 0, + ImGuiComboFlags_HeightSmall = 1 << 1, + ImGuiComboFlags_HeightRegular = 1 << 2, + ImGuiComboFlags_HeightLarge = 1 << 3, + ImGuiComboFlags_HeightLargest = 1 << 4, + ImGuiComboFlags_NoArrowButton = 1 << 5, + ImGuiComboFlags_NoPreview = 1 << 6, + ImGuiComboFlags_WidthFitPreview = 1 << 7, + ImGuiComboFlags_HeightMask_ = ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest, }; enum ImGuiTabBarFlags_ { ImGuiTabBarFlags_None = 0, - ImGuiTabBarFlags_Reorderable = 1 << 0, // Allow manually dragging tabs to re-order them + New tabs are appended at the end of list - ImGuiTabBarFlags_AutoSelectNewTabs = 1 << 1, // Automatically select new tabs when they appear - ImGuiTabBarFlags_TabListPopupButton = 1 << 2, // Disable buttons to open the tab list popup - ImGuiTabBarFlags_NoCloseWithMiddleMouseButton = 1 << 3, // Disable behavior of closing tabs (that are submitted with p_open != NULL) with middle mouse button. You can still repro this behavior on user's side with if (IsItemHovered() && IsMouseClicked(2)) *p_open = false. - ImGuiTabBarFlags_NoTabListScrollingButtons = 1 << 4, // Disable scrolling buttons (apply when fitting policy is ImGuiTabBarFlags_FittingPolicyScroll) - ImGuiTabBarFlags_NoTooltip = 1 << 5, // Disable tooltips when hovering a tab - ImGuiTabBarFlags_FittingPolicyResizeDown = 1 << 6, // Resize tabs when they don't fit - ImGuiTabBarFlags_FittingPolicyScroll = 1 << 7, // Add scroll buttons when tabs don't fit - ImGuiTabBarFlags_FittingPolicyMask_ = ImGuiTabBarFlags_FittingPolicyResizeDown | ImGuiTabBarFlags_FittingPolicyScroll, - ImGuiTabBarFlags_FittingPolicyDefault_ = ImGuiTabBarFlags_FittingPolicyResizeDown + ImGuiTabBarFlags_Reorderable = 1 << 0, + ImGuiTabBarFlags_AutoSelectNewTabs = 1 << 1, + ImGuiTabBarFlags_TabListPopupButton = 1 << 2, + ImGuiTabBarFlags_NoCloseWithMiddleMouseButton = 1 << 3, + ImGuiTabBarFlags_NoTabListScrollingButtons = 1 << 4, + ImGuiTabBarFlags_NoTooltip = 1 << 5, + ImGuiTabBarFlags_DrawSelectedOverline = 1 << 6, + + ImGuiTabBarFlags_FittingPolicyMixed = 1 << 7, + ImGuiTabBarFlags_FittingPolicyShrink = 1 << 8, + ImGuiTabBarFlags_FittingPolicyScroll = 1 << 9, + ImGuiTabBarFlags_FittingPolicyMask_ = ImGuiTabBarFlags_FittingPolicyMixed | ImGuiTabBarFlags_FittingPolicyShrink | ImGuiTabBarFlags_FittingPolicyScroll, + ImGuiTabBarFlags_FittingPolicyDefault_ = ImGuiTabBarFlags_FittingPolicyMixed, + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiTabBarFlags_FittingPolicyResizeDown = ImGuiTabBarFlags_FittingPolicyShrink, +#endif }; enum ImGuiTabItemFlags_ { ImGuiTabItemFlags_None = 0, - ImGuiTabItemFlags_UnsavedDocument = 1 << 0, // Append '*' to title without affecting the ID, as a convenience to avoid using the ### operator. Also: tab is selected on closure and closure is deferred by one frame to allow code to undo it without flicker. - ImGuiTabItemFlags_SetSelected = 1 << 1, // Trigger flag to programmatically make the tab selected when calling BeginTabItem() - ImGuiTabItemFlags_NoCloseWithMiddleMouseButton = 1 << 2, // Disable behavior of closing tabs (that are submitted with p_open != NULL) with middle mouse button. You can still repro this behavior on user's side with if (IsItemHovered() && IsMouseClicked(2)) *p_open = false. - ImGuiTabItemFlags_NoPushId = 1 << 3, // Don't call PushID(tab->ID)/PopID() on BeginTabItem()/EndTabItem() - ImGuiTabItemFlags_NoTooltip = 1 << 4, // Disable tooltip for the given tab - ImGuiTabItemFlags_NoReorder = 1 << 5, // Disable reordering this tab or having another tab cross over this tab - ImGuiTabItemFlags_Leading = 1 << 6, // Enforce the tab position to the left of the tab bar (after the tab list popup button) - ImGuiTabItemFlags_Trailing = 1 << 7 // Enforce the tab position to the right of the tab bar (before the scrolling buttons) + ImGuiTabItemFlags_UnsavedDocument = 1 << 0, + ImGuiTabItemFlags_SetSelected = 1 << 1, + ImGuiTabItemFlags_NoCloseWithMiddleMouseButton = 1 << 2, + ImGuiTabItemFlags_NoPushId = 1 << 3, + ImGuiTabItemFlags_NoTooltip = 1 << 4, + ImGuiTabItemFlags_NoReorder = 1 << 5, + ImGuiTabItemFlags_Leading = 1 << 6, + ImGuiTabItemFlags_Trailing = 1 << 7, + ImGuiTabItemFlags_NoAssumedClosure = 1 << 8, }; -enum ImGuiTableFlags_ +enum ImGuiFocusedFlags_ { - // Features - ImGuiTableFlags_None = 0, - ImGuiTableFlags_Resizable = 1 << 0, // Enable resizing columns. - ImGuiTableFlags_Reorderable = 1 << 1, // Enable reordering columns in header row (need calling TableSetupColumn() + TableHeadersRow() to display headers) - ImGuiTableFlags_Hideable = 1 << 2, // Enable hiding/disabling columns in context menu. - ImGuiTableFlags_Sortable = 1 << 3, // Enable sorting. Call TableGetSortSpecs() to obtain sort specs. Also see ImGuiTableFlags_SortMulti and ImGuiTableFlags_SortTristate. - ImGuiTableFlags_NoSavedSettings = 1 << 4, // Disable persisting columns order, width and sort settings in the .ini file. - ImGuiTableFlags_ContextMenuInBody = 1 << 5, // Right-click on columns body/contents will display table context menu. By default it is available in TableHeadersRow(). - // Decorations - ImGuiTableFlags_RowBg = 1 << 6, // Set each RowBg color with ImGuiCol_TableRowBg or ImGuiCol_TableRowBgAlt (equivalent of calling TableSetBgColor with ImGuiTableBgFlags_RowBg0 on each row manually) - ImGuiTableFlags_BordersInnerH = 1 << 7, // Draw horizontal borders between rows. - ImGuiTableFlags_BordersOuterH = 1 << 8, // Draw horizontal borders at the top and bottom. - ImGuiTableFlags_BordersInnerV = 1 << 9, // Draw vertical borders between columns. - ImGuiTableFlags_BordersOuterV = 1 << 10, // Draw vertical borders on the left and right sides. - ImGuiTableFlags_BordersH = ImGuiTableFlags_BordersInnerH | ImGuiTableFlags_BordersOuterH, // Draw horizontal borders. - ImGuiTableFlags_BordersV = ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_BordersOuterV, // Draw vertical borders. - ImGuiTableFlags_BordersInner = ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_BordersInnerH, // Draw inner borders. - ImGuiTableFlags_BordersOuter = ImGuiTableFlags_BordersOuterV | ImGuiTableFlags_BordersOuterH, // Draw outer borders. - ImGuiTableFlags_Borders = ImGuiTableFlags_BordersInner | ImGuiTableFlags_BordersOuter, // Draw all borders. - ImGuiTableFlags_NoBordersInBody = 1 << 11, // [ALPHA] Disable vertical borders in columns Body (borders will always appears in Headers). -> May move to style - ImGuiTableFlags_NoBordersInBodyUntilResize = 1 << 12, // [ALPHA] Disable vertical borders in columns Body until hovered for resize (borders will always appears in Headers). -> May move to style - // Sizing Policy (read above for defaults) - ImGuiTableFlags_SizingFixedFit = 1 << 13, // Columns default to _WidthFixed or _WidthAuto (if resizable or not resizable), matching contents width. - ImGuiTableFlags_SizingFixedSame = 2 << 13, // Columns default to _WidthFixed or _WidthAuto (if resizable or not resizable), matching the maximum contents width of all columns. Implicitly enable ImGuiTableFlags_NoKeepColumnsVisible. - ImGuiTableFlags_SizingStretchProp = 3 << 13, // Columns default to _WidthStretch with default weights proportional to each columns contents widths. - ImGuiTableFlags_SizingStretchSame = 4 << 13, // Columns default to _WidthStretch with default weights all equal, unless overriden by TableSetupColumn(). - // Sizing Extra Options - ImGuiTableFlags_NoHostExtendX = 1 << 16, // Make outer width auto-fit to columns, overriding outer_size.x value. Only available when ScrollX/ScrollY are disabled and Stretch columns are not used. - ImGuiTableFlags_NoHostExtendY = 1 << 17, // Make outer height stop exactly at outer_size.y (prevent auto-extending table past the limit). Only available when ScrollX/ScrollY are disabled. Data below the limit will be clipped and not visible. - ImGuiTableFlags_NoKeepColumnsVisible = 1 << 18, // Disable keeping column always minimally visible when ScrollX is off and table gets too small. Not recommended if columns are resizable. - ImGuiTableFlags_PreciseWidths = 1 << 19, // Disable distributing remainder width to stretched columns (width allocation on a 100-wide table with 3 columns: Without this flag: 33,33,34. With this flag: 33,33,33). With larger number of columns, resizing will appear to be less smooth. - // Clipping - ImGuiTableFlags_NoClip = 1 << 20, // Disable clipping rectangle for every individual columns (reduce draw command count, items will be able to overflow into other columns). Generally incompatible with TableSetupScrollFreeze(). - // Padding - ImGuiTableFlags_PadOuterX = 1 << 21, // Default if BordersOuterV is on. Enable outer-most padding. Generally desirable if you have headers. - ImGuiTableFlags_NoPadOuterX = 1 << 22, // Default if BordersOuterV is off. Disable outer-most padding. - ImGuiTableFlags_NoPadInnerX = 1 << 23, // Disable inner padding between columns (double inner padding if BordersOuterV is on, single inner padding if BordersOuterV is off). - // Scrolling - ImGuiTableFlags_ScrollX = 1 << 24, // Enable horizontal scrolling. Require 'outer_size' parameter of BeginTable() to specify the container size. Changes default sizing policy. Because this create a child window, ScrollY is currently generally recommended when using ScrollX. - ImGuiTableFlags_ScrollY = 1 << 25, // Enable vertical scrolling. Require 'outer_size' parameter of BeginTable() to specify the container size. - // Sorting - ImGuiTableFlags_SortMulti = 1 << 26, // Hold shift when clicking headers to sort on multiple column. TableGetSortSpecs() may return specs where (SpecsCount > 1). - ImGuiTableFlags_SortTristate = 1 << 27, // Allow no sorting, disable default sorting. TableGetSortSpecs() may return specs where (SpecsCount == 0). - - // [Internal] Combinations and masks - ImGuiTableFlags_SizingMask_ = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_SizingFixedSame | ImGuiTableFlags_SizingStretchProp | ImGuiTableFlags_SizingStretchSame - -// Obsolete names (will be removed soon) -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS -//, ImGuiTableFlags_ColumnsWidthFixed = ImGuiTableFlags_SizingFixedFit, ImGuiTableFlags_ColumnsWidthStretch = ImGuiTableFlags_SizingStretchSame // WIP Tables 2020/12 -//, ImGuiTableFlags_SizingPolicyFixed = ImGuiTableFlags_SizingFixedFit, ImGuiTableFlags_SizingPolicyStretch = ImGuiTableFlags_SizingStretchSame // WIP Tables 2021/01 -#endif + ImGuiFocusedFlags_None = 0, + ImGuiFocusedFlags_ChildWindows = 1 << 0, + ImGuiFocusedFlags_RootWindow = 1 << 1, + ImGuiFocusedFlags_AnyWindow = 1 << 2, + ImGuiFocusedFlags_NoPopupHierarchy = 1 << 3, + ImGuiFocusedFlags_DockHierarchy = 1 << 4, + ImGuiFocusedFlags_RootAndChildWindows = ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows, }; -enum ImGuiTableColumnFlags_ +enum ImGuiHoveredFlags_ { - // Input configuration flags - ImGuiTableColumnFlags_None = 0, - ImGuiTableColumnFlags_DefaultHide = 1 << 0, // Default as a hidden/disabled column. - ImGuiTableColumnFlags_DefaultSort = 1 << 1, // Default as a sorting column. - ImGuiTableColumnFlags_WidthStretch = 1 << 2, // Column will stretch. Preferable with horizontal scrolling disabled (default if table sizing policy is _SizingStretchSame or _SizingStretchProp). - ImGuiTableColumnFlags_WidthFixed = 1 << 3, // Column will not stretch. Preferable with horizontal scrolling enabled (default if table sizing policy is _SizingFixedFit and table is resizable). - ImGuiTableColumnFlags_NoResize = 1 << 4, // Disable manual resizing. - ImGuiTableColumnFlags_NoReorder = 1 << 5, // Disable manual reordering this column, this will also prevent other columns from crossing over this column. - ImGuiTableColumnFlags_NoHide = 1 << 6, // Disable ability to hide/disable this column. - ImGuiTableColumnFlags_NoClip = 1 << 7, // Disable clipping for this column (all NoClip columns will render in a same draw command). - ImGuiTableColumnFlags_NoSort = 1 << 8, // Disable ability to sort on this field (even if ImGuiTableFlags_Sortable is set on the table). - ImGuiTableColumnFlags_NoSortAscending = 1 << 9, // Disable ability to sort in the ascending direction. - ImGuiTableColumnFlags_NoSortDescending = 1 << 10, // Disable ability to sort in the descending direction. - ImGuiTableColumnFlags_NoHeaderWidth = 1 << 11, // Disable header text width contribution to automatic column width. - ImGuiTableColumnFlags_PreferSortAscending = 1 << 12, // Make the initial sort direction Ascending when first sorting on this column (default). - ImGuiTableColumnFlags_PreferSortDescending = 1 << 13, // Make the initial sort direction Descending when first sorting on this column. - ImGuiTableColumnFlags_IndentEnable = 1 << 14, // Use current Indent value when entering cell (default for column 0). - ImGuiTableColumnFlags_IndentDisable = 1 << 15, // Ignore current Indent value when entering cell (default for columns > 0). Indentation changes _within_ the cell will still be honored. - - // Output status flags, read-only via TableGetColumnFlags() - ImGuiTableColumnFlags_IsEnabled = 1 << 20, // Status: is enabled == not hidden by user/api (referred to as "Hide" in _DefaultHide and _NoHide) flags. - ImGuiTableColumnFlags_IsVisible = 1 << 21, // Status: is visible == is enabled AND not clipped by scrolling. - ImGuiTableColumnFlags_IsSorted = 1 << 22, // Status: is currently part of the sort specs - ImGuiTableColumnFlags_IsHovered = 1 << 23, // Status: is hovered by mouse - - // [Internal] Combinations and masks - ImGuiTableColumnFlags_WidthMask_ = ImGuiTableColumnFlags_WidthStretch | ImGuiTableColumnFlags_WidthFixed, - ImGuiTableColumnFlags_IndentMask_ = ImGuiTableColumnFlags_IndentEnable | ImGuiTableColumnFlags_IndentDisable, - ImGuiTableColumnFlags_StatusMask_ = ImGuiTableColumnFlags_IsEnabled | ImGuiTableColumnFlags_IsVisible | ImGuiTableColumnFlags_IsSorted | ImGuiTableColumnFlags_IsHovered, - ImGuiTableColumnFlags_NoDirectResize_ = 1 << 30 // [Internal] Disable user resizing this column directly (it may however we resized indirectly from its left edge) + ImGuiHoveredFlags_None = 0, + ImGuiHoveredFlags_ChildWindows = 1 << 0, + ImGuiHoveredFlags_RootWindow = 1 << 1, + ImGuiHoveredFlags_AnyWindow = 1 << 2, + ImGuiHoveredFlags_NoPopupHierarchy = 1 << 3, + ImGuiHoveredFlags_DockHierarchy = 1 << 4, + ImGuiHoveredFlags_AllowWhenBlockedByPopup = 1 << 5, + //ImGuiHoveredFlags_AllowWhenBlockedByModal = 1 << 6, + ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 7, + ImGuiHoveredFlags_AllowWhenOverlappedByItem = 1 << 8, + ImGuiHoveredFlags_AllowWhenOverlappedByWindow = 1 << 9, + ImGuiHoveredFlags_AllowWhenDisabled = 1 << 10, + ImGuiHoveredFlags_NoNavOverride = 1 << 11, + ImGuiHoveredFlags_AllowWhenOverlapped = ImGuiHoveredFlags_AllowWhenOverlappedByItem | ImGuiHoveredFlags_AllowWhenOverlappedByWindow, + ImGuiHoveredFlags_RectOnly = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped, + ImGuiHoveredFlags_RootAndChildWindows = ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows, -// Obsolete names (will be removed soon) -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - //ImGuiTableColumnFlags_WidthAuto = ImGuiTableColumnFlags_WidthFixed | ImGuiTableColumnFlags_NoResize, // Column will not stretch and keep resizing based on submitted contents. -#endif -}; + ImGuiHoveredFlags_ForTooltip = 1 << 12, -enum ImGuiTableRowFlags_ -{ - ImGuiTableRowFlags_None = 0, - ImGuiTableRowFlags_Headers = 1 << 0 // Identify header row (set default background color + width of its contents accounted different for auto column width) + ImGuiHoveredFlags_Stationary = 1 << 13, + ImGuiHoveredFlags_DelayNone = 1 << 14, + ImGuiHoveredFlags_DelayShort = 1 << 15, + ImGuiHoveredFlags_DelayNormal = 1 << 16, + ImGuiHoveredFlags_NoSharedDelay = 1 << 17, }; -enum ImGuiTableBgTarget_ +enum ImGuiDockNodeFlags_ { - ImGuiTableBgTarget_None = 0, - ImGuiTableBgTarget_RowBg0 = 1, // Set row background color 0 (generally used for background, automatically set when ImGuiTableFlags_RowBg is used) - ImGuiTableBgTarget_RowBg1 = 2, // Set row background color 1 (generally used for selection marking) - ImGuiTableBgTarget_CellBg = 3 // Set cell background color (top-most color) -}; - -enum ImGuiFocusedFlags_ -{ - ImGuiFocusedFlags_None = 0, - ImGuiFocusedFlags_ChildWindows = 1 << 0, // IsWindowFocused(): Return true if any children of the window is focused - ImGuiFocusedFlags_RootWindow = 1 << 1, // IsWindowFocused(): Test from root window (top most parent of the current hierarchy) - ImGuiFocusedFlags_AnyWindow = 1 << 2, // IsWindowFocused(): Return true if any window is focused. Important: If you are trying to tell how to dispatch your low-level inputs, do NOT use this. Use 'io.WantCaptureMouse' instead! Please read the FAQ! - ImGuiFocusedFlags_RootAndChildWindows = ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows -}; + ImGuiDockNodeFlags_None = 0, + ImGuiDockNodeFlags_KeepAliveOnly = 1 << 0, + //ImGuiDockNodeFlags_NoCentralNode = 1 << 1, + ImGuiDockNodeFlags_NoDockingOverCentralNode = 1 << 2, + ImGuiDockNodeFlags_PassthruCentralNode = 1 << 3, + ImGuiDockNodeFlags_NoDockingSplit = 1 << 4, + ImGuiDockNodeFlags_NoResize = 1 << 5, + ImGuiDockNodeFlags_AutoHideTabBar = 1 << 6, + ImGuiDockNodeFlags_NoUndocking = 1 << 7, -enum ImGuiHoveredFlags_ -{ - ImGuiHoveredFlags_None = 0, // Return true if directly over the item/window, not obstructed by another window, not obstructed by an active popup or modal blocking inputs under them. - ImGuiHoveredFlags_ChildWindows = 1 << 0, // IsWindowHovered() only: Return true if any children of the window is hovered - ImGuiHoveredFlags_RootWindow = 1 << 1, // IsWindowHovered() only: Test from root window (top most parent of the current hierarchy) - ImGuiHoveredFlags_AnyWindow = 1 << 2, // IsWindowHovered() only: Return true if any window is hovered - ImGuiHoveredFlags_AllowWhenBlockedByPopup = 1 << 3, // Return true even if a popup window is normally blocking access to this item/window - //ImGuiHoveredFlags_AllowWhenBlockedByModal = 1 << 4, // Return true even if a modal popup window is normally blocking access to this item/window. FIXME-TODO: Unavailable yet. - ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5, // Return true even if an active item is blocking access to this item/window. Useful for Drag and Drop patterns. - ImGuiHoveredFlags_AllowWhenOverlapped = 1 << 6, // Return true even if the position is obstructed or overlapped by another window - ImGuiHoveredFlags_AllowWhenDisabled = 1 << 7, // Return true even if the item is disabled - ImGuiHoveredFlags_RectOnly = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped, - ImGuiHoveredFlags_RootAndChildWindows = ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiDockNodeFlags_NoSplit = ImGuiDockNodeFlags_NoDockingSplit, + ImGuiDockNodeFlags_NoDockingInCentralNode = ImGuiDockNodeFlags_NoDockingOverCentralNode, +#endif }; enum ImGuiDragDropFlags_ { - ImGuiDragDropFlags_None = 0, - // BeginDragDropSource() flags - ImGuiDragDropFlags_SourceNoPreviewTooltip = 1 << 0, // By default, a successful call to BeginDragDropSource opens a tooltip so you can display a preview or description of the source contents. This flag disable this behavior. - ImGuiDragDropFlags_SourceNoDisableHover = 1 << 1, // By default, when dragging we clear data so that IsItemHovered() will return false, to avoid subsequent user code submitting tooltips. This flag disable this behavior so you can still call IsItemHovered() on the source item. - ImGuiDragDropFlags_SourceNoHoldToOpenOthers = 1 << 2, // Disable the behavior that allows to open tree nodes and collapsing header by holding over them while dragging a source item. - ImGuiDragDropFlags_SourceAllowNullID = 1 << 3, // Allow items such as Text(), Image() that have no unique identifier to be used as drag source, by manufacturing a temporary identifier based on their window-relative position. This is extremely unusual within the dear imgui ecosystem and so we made it explicit. - ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of dear imgui), won't attempt to read current item/window info. Will always return true. Only one Extern source can be active simultaneously. - ImGuiDragDropFlags_SourceAutoExpirePayload = 1 << 5, // Automatically expire the payload if the source cease to be submitted (otherwise payloads are persisting while being dragged) - // AcceptDragDropPayload() flags - ImGuiDragDropFlags_AcceptBeforeDelivery = 1 << 10, // AcceptDragDropPayload() will returns true even before the mouse button is released. You can then call IsDelivery() to test if the payload needs to be delivered. - ImGuiDragDropFlags_AcceptNoDrawDefaultRect = 1 << 11, // Do not draw the default highlight rectangle when hovering over target. - ImGuiDragDropFlags_AcceptNoPreviewTooltip = 1 << 12, // Request hiding the BeginDragDropSource tooltip from the BeginDragDropTarget site. - ImGuiDragDropFlags_AcceptPeekOnly = ImGuiDragDropFlags_AcceptBeforeDelivery | ImGuiDragDropFlags_AcceptNoDrawDefaultRect // For peeking ahead and inspecting the payload before delivery. + ImGuiDragDropFlags_None = 0, + ImGuiDragDropFlags_SourceNoPreviewTooltip = 1 << 0, + ImGuiDragDropFlags_SourceNoDisableHover = 1 << 1, + ImGuiDragDropFlags_SourceNoHoldToOpenOthers = 1 << 2, + ImGuiDragDropFlags_SourceAllowNullID = 1 << 3, + ImGuiDragDropFlags_SourceExtern = 1 << 4, + ImGuiDragDropFlags_PayloadAutoExpire = 1 << 5, + ImGuiDragDropFlags_PayloadNoCrossContext = 1 << 6, + ImGuiDragDropFlags_PayloadNoCrossProcess = 1 << 7, + ImGuiDragDropFlags_AcceptBeforeDelivery = 1 << 10, + ImGuiDragDropFlags_AcceptNoDrawDefaultRect = 1 << 11, + ImGuiDragDropFlags_AcceptNoPreviewTooltip = 1 << 12, + ImGuiDragDropFlags_AcceptPeekOnly = ImGuiDragDropFlags_AcceptBeforeDelivery | ImGuiDragDropFlags_AcceptNoDrawDefaultRect, + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiDragDropFlags_SourceAutoExpirePayload = ImGuiDragDropFlags_PayloadAutoExpire, +#endif }; -#define IMGUI_PAYLOAD_TYPE_COLOR_3F "_COL3F" // float[3]: Standard type for colors, without alpha. User code may use this type. -#define IMGUI_PAYLOAD_TYPE_COLOR_4F "_COL4F" // float[4]: Standard type for colors. User code may use this type. +#define IMGUI_PAYLOAD_TYPE_COLOR_3F "_COL3F" +#define IMGUI_PAYLOAD_TYPE_COLOR_4F "_COL4F" enum ImGuiDataType_ { - ImGuiDataType_S8, // signed char / char (with sensible compilers) - ImGuiDataType_U8, // unsigned char - ImGuiDataType_S16, // short - ImGuiDataType_U16, // unsigned short - ImGuiDataType_S32, // int - ImGuiDataType_U32, // unsigned int - ImGuiDataType_S64, // long long / __int64 - ImGuiDataType_U64, // unsigned long long / unsigned __int64 - ImGuiDataType_Float, // float - ImGuiDataType_Double, // double + ImGuiDataType_S8, + ImGuiDataType_U8, + ImGuiDataType_S16, + ImGuiDataType_U16, + ImGuiDataType_S32, + ImGuiDataType_U32, + ImGuiDataType_S64, + ImGuiDataType_U64, + ImGuiDataType_Float, + ImGuiDataType_Double, + ImGuiDataType_Bool, + ImGuiDataType_String, ImGuiDataType_COUNT }; -enum ImGuiDir_ +enum ImGuiDir : int { ImGuiDir_None = -1, ImGuiDir_Left = 0, @@ -1079,16 +1217,20 @@ enum ImGuiDir_ ImGuiDir_COUNT }; -enum ImGuiSortDirection_ +enum ImGuiSortDirection : ImU8 { ImGuiSortDirection_None = 0, - ImGuiSortDirection_Ascending = 1, // Ascending = 0->9, A->Z etc. - ImGuiSortDirection_Descending = 2 // Descending = 9->0, Z->A etc. + ImGuiSortDirection_Ascending = 1, + ImGuiSortDirection_Descending = 2 }; -enum ImGuiKey_ +enum ImGuiKey : int { - ImGuiKey_Tab, + // Keyboard + ImGuiKey_None = 0, + ImGuiKey_NamedKey_BEGIN = 512, + + ImGuiKey_Tab = 512, ImGuiKey_LeftArrow, ImGuiKey_RightArrow, ImGuiKey_UpArrow, @@ -1103,90 +1245,237 @@ enum ImGuiKey_ ImGuiKey_Space, ImGuiKey_Enter, ImGuiKey_Escape, - ImGuiKey_KeyPadEnter, - ImGuiKey_A, // for text edit CTRL+A: select all - ImGuiKey_C, // for text edit CTRL+C: copy - ImGuiKey_V, // for text edit CTRL+V: paste - ImGuiKey_X, // for text edit CTRL+X: cut - ImGuiKey_Y, // for text edit CTRL+Y: redo - ImGuiKey_Z, // for text edit CTRL+Z: undo - ImGuiKey_COUNT -}; - -enum ImGuiKeyModFlags_ -{ - ImGuiKeyModFlags_None = 0, - ImGuiKeyModFlags_Ctrl = 1 << 0, - ImGuiKeyModFlags_Shift = 1 << 1, - ImGuiKeyModFlags_Alt = 1 << 2, - ImGuiKeyModFlags_Super = 1 << 3 -}; - -enum ImGuiNavInput_ -{ - // Gamepad Mapping - ImGuiNavInput_Activate, // activate / open / toggle / tweak value // e.g. Cross (PS4), A (Xbox), A (Switch), Space (Keyboard) - ImGuiNavInput_Cancel, // cancel / close / exit // e.g. Circle (PS4), B (Xbox), B (Switch), Escape (Keyboard) - ImGuiNavInput_Input, // text input / on-screen keyboard // e.g. Triang.(PS4), Y (Xbox), X (Switch), Return (Keyboard) - ImGuiNavInput_Menu, // tap: toggle menu / hold: focus, move, resize // e.g. Square (PS4), X (Xbox), Y (Switch), Alt (Keyboard) - ImGuiNavInput_DpadLeft, // move / tweak / resize window (w/ PadMenu) // e.g. D-pad Left/Right/Up/Down (Gamepads), Arrow keys (Keyboard) - ImGuiNavInput_DpadRight, // - ImGuiNavInput_DpadUp, // - ImGuiNavInput_DpadDown, // - ImGuiNavInput_LStickLeft, // scroll / move window (w/ PadMenu) // e.g. Left Analog Stick Left/Right/Up/Down - ImGuiNavInput_LStickRight, // - ImGuiNavInput_LStickUp, // - ImGuiNavInput_LStickDown, // - ImGuiNavInput_FocusPrev, // next window (w/ PadMenu) // e.g. L1 or L2 (PS4), LB or LT (Xbox), L or ZL (Switch) - ImGuiNavInput_FocusNext, // prev window (w/ PadMenu) // e.g. R1 or R2 (PS4), RB or RT (Xbox), R or ZL (Switch) - ImGuiNavInput_TweakSlow, // slower tweaks // e.g. L1 or L2 (PS4), LB or LT (Xbox), L or ZL (Switch) - ImGuiNavInput_TweakFast, // faster tweaks // e.g. R1 or R2 (PS4), RB or RT (Xbox), R or ZL (Switch) - - // [Internal] Don't use directly! This is used internally to differentiate keyboard from gamepad inputs for behaviors that require to differentiate them. - // Keyboard behavior that have no corresponding gamepad mapping (e.g. CTRL+TAB) will be directly reading from io.KeysDown[] instead of io.NavInputs[]. - ImGuiNavInput_KeyMenu_, // toggle menu // = io.KeyAlt - ImGuiNavInput_KeyLeft_, // move left // = Arrow keys - ImGuiNavInput_KeyRight_, // move right - ImGuiNavInput_KeyUp_, // move up - ImGuiNavInput_KeyDown_, // move down - ImGuiNavInput_COUNT, - ImGuiNavInput_InternalStart_ = ImGuiNavInput_KeyMenu_ + ImGuiKey_LeftCtrl, + ImGuiKey_LeftShift, + ImGuiKey_LeftAlt, + ImGuiKey_LeftSuper, + ImGuiKey_RightCtrl, + ImGuiKey_RightShift, + ImGuiKey_RightAlt, + ImGuiKey_RightSuper, + ImGuiKey_Menu, + ImGuiKey_0, + ImGuiKey_1, + ImGuiKey_2, + ImGuiKey_3, + ImGuiKey_4, + ImGuiKey_5, + ImGuiKey_6, + ImGuiKey_7, + ImGuiKey_8, + ImGuiKey_9, + ImGuiKey_A, + ImGuiKey_B, + ImGuiKey_C, + ImGuiKey_D, + ImGuiKey_E, + ImGuiKey_F, + ImGuiKey_G, + ImGuiKey_H, + ImGuiKey_I, + ImGuiKey_J, + ImGuiKey_K, + ImGuiKey_L, + ImGuiKey_M, + ImGuiKey_N, + ImGuiKey_O, + ImGuiKey_P, + ImGuiKey_Q, + ImGuiKey_R, + ImGuiKey_S, + ImGuiKey_T, + ImGuiKey_U, + ImGuiKey_V, + ImGuiKey_W, + ImGuiKey_X, + ImGuiKey_Y, + ImGuiKey_Z, + ImGuiKey_F1, + ImGuiKey_F2, + ImGuiKey_F3, + ImGuiKey_F4, + ImGuiKey_F5, + ImGuiKey_F6, + ImGuiKey_F7, + ImGuiKey_F8, + ImGuiKey_F9, + ImGuiKey_F10, + ImGuiKey_F11, + ImGuiKey_F12, + ImGuiKey_F13, + ImGuiKey_F14, + ImGuiKey_F15, + ImGuiKey_F16, + ImGuiKey_F17, + ImGuiKey_F18, + ImGuiKey_F19, + ImGuiKey_F20, + ImGuiKey_F21, + ImGuiKey_F22, + ImGuiKey_F23, + ImGuiKey_F24, + ImGuiKey_Apostrophe, + ImGuiKey_Comma, + ImGuiKey_Minus, + ImGuiKey_Period, + ImGuiKey_Slash, + ImGuiKey_Semicolon, + ImGuiKey_Equal, + ImGuiKey_LeftBracket, + ImGuiKey_Backslash, + ImGuiKey_RightBracket, + ImGuiKey_GraveAccent, + ImGuiKey_CapsLock, + ImGuiKey_ScrollLock, + ImGuiKey_NumLock, + ImGuiKey_PrintScreen, + ImGuiKey_Pause, + ImGuiKey_Keypad0, + ImGuiKey_Keypad1, + ImGuiKey_Keypad2, + ImGuiKey_Keypad3, + ImGuiKey_Keypad4, + ImGuiKey_Keypad5, + ImGuiKey_Keypad6, + ImGuiKey_Keypad7, + ImGuiKey_Keypad8, + ImGuiKey_Keypad9, + ImGuiKey_KeypadDecimal, + ImGuiKey_KeypadDivide, + ImGuiKey_KeypadMultiply, + ImGuiKey_KeypadSubtract, + ImGuiKey_KeypadAdd, + ImGuiKey_KeypadEnter, + ImGuiKey_KeypadEqual, + ImGuiKey_AppBack, + ImGuiKey_AppForward, + ImGuiKey_Oem102, + + // Gamepad + ImGuiKey_GamepadStart, + ImGuiKey_GamepadBack, + ImGuiKey_GamepadFaceLeft, + ImGuiKey_GamepadFaceRight, + ImGuiKey_GamepadFaceUp, + ImGuiKey_GamepadFaceDown, + ImGuiKey_GamepadDpadLeft, + ImGuiKey_GamepadDpadRight, + ImGuiKey_GamepadDpadUp, + ImGuiKey_GamepadDpadDown, + ImGuiKey_GamepadL1, + ImGuiKey_GamepadR1, + ImGuiKey_GamepadL2, + ImGuiKey_GamepadR2, + ImGuiKey_GamepadL3, + ImGuiKey_GamepadR3, + ImGuiKey_GamepadLStickLeft, + ImGuiKey_GamepadLStickRight, + ImGuiKey_GamepadLStickUp, + ImGuiKey_GamepadLStickDown, + ImGuiKey_GamepadRStickLeft, + ImGuiKey_GamepadRStickRight, + ImGuiKey_GamepadRStickUp, + ImGuiKey_GamepadRStickDown, + + // Aliases: Mouse Buttons + ImGuiKey_MouseLeft, + ImGuiKey_MouseRight, + ImGuiKey_MouseMiddle, + ImGuiKey_MouseX1, + ImGuiKey_MouseX2, + ImGuiKey_MouseWheelX, + ImGuiKey_MouseWheelY, + + // [Internal] + ImGuiKey_ReservedForModCtrl, + ImGuiKey_ReservedForModShift, + ImGuiKey_ReservedForModAlt, + ImGuiKey_ReservedForModSuper, + + // [Internal] + ImGuiKey_NamedKey_END, + ImGuiKey_NamedKey_COUNT = ImGuiKey_NamedKey_END - ImGuiKey_NamedKey_BEGIN, + + // Keyboard Modifiers + ImGuiMod_None = 0, + ImGuiMod_Ctrl = 1 << 12, + ImGuiMod_Shift = 1 << 13, + ImGuiMod_Alt = 1 << 14, + ImGuiMod_Super = 1 << 15, + ImGuiMod_Mask_ = 0xF000, + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiKey_COUNT = ImGuiKey_NamedKey_END, + ImGuiMod_Shortcut = ImGuiMod_Ctrl, + ImGuiKey_ModCtrl = ImGuiMod_Ctrl, + ImGuiKey_ModShift = ImGuiMod_Shift, + ImGuiKey_ModAlt = ImGuiMod_Alt, + ImGuiKey_ModSuper = ImGuiMod_Super, +//ImGuiKey_KeyPadEnter = ImGuiKey_KeypadEnter, +#endif +}; + +enum ImGuiInputFlags_ +{ + ImGuiInputFlags_None = 0, + ImGuiInputFlags_Repeat = 1 << 0, + ImGuiInputFlags_RouteActive = 1 << 10, + ImGuiInputFlags_RouteFocused = 1 << 11, + ImGuiInputFlags_RouteGlobal = 1 << 12, + ImGuiInputFlags_RouteAlways = 1 << 13, + ImGuiInputFlags_RouteOverFocused = 1 << 14, + ImGuiInputFlags_RouteOverActive = 1 << 15, + ImGuiInputFlags_RouteUnlessBgFocused = 1 << 16, + ImGuiInputFlags_RouteFromRootWindow = 1 << 17, + + ImGuiInputFlags_Tooltip = 1 << 18, }; enum ImGuiConfigFlags_ { - ImGuiConfigFlags_None = 0, - ImGuiConfigFlags_NavEnableKeyboard = 1 << 0, // Master keyboard navigation enable flag. NewFrame() will automatically fill io.NavInputs[] based on io.KeysDown[]. - ImGuiConfigFlags_NavEnableGamepad = 1 << 1, // Master gamepad navigation enable flag. This is mostly to instruct your imgui backend to fill io.NavInputs[]. Backend also needs to set ImGuiBackendFlags_HasGamepad. - ImGuiConfigFlags_NavEnableSetMousePos = 1 << 2, // Instruct navigation to move the mouse cursor. May be useful on TV/console systems where moving a virtual mouse is awkward. Will update io.MousePos and set io.WantSetMousePos=true. If enabled you MUST honor io.WantSetMousePos requests in your backend, otherwise ImGui will react as if the mouse is jumping around back and forth. - ImGuiConfigFlags_NavNoCaptureKeyboard = 1 << 3, // Instruct navigation to not set the io.WantCaptureKeyboard flag when io.NavActive is set. - ImGuiConfigFlags_NoMouse = 1 << 4, // Instruct imgui to clear mouse position/buttons in NewFrame(). This allows ignoring the mouse information set by the backend. - ImGuiConfigFlags_NoMouseCursorChange = 1 << 5, // Instruct backend to not alter mouse cursor shape and visibility. Use if the backend cursor changes are interfering with yours and you don't want to use SetMouseCursor() to change mouse cursor. You may want to honor requests from imgui by reading GetMouseCursor() yourself instead. + ImGuiConfigFlags_None = 0, + ImGuiConfigFlags_NavEnableKeyboard = 1 << 0, + ImGuiConfigFlags_NavEnableGamepad = 1 << 1, + ImGuiConfigFlags_NoMouse = 1 << 4, + ImGuiConfigFlags_NoMouseCursorChange = 1 << 5, + ImGuiConfigFlags_NoKeyboard = 1 << 6, + ImGuiConfigFlags_DockingEnable = 1 << 7, + ImGuiConfigFlags_ViewportsEnable = 1 << 10, + ImGuiConfigFlags_IsSRGB = 1 << 20, + ImGuiConfigFlags_IsTouchScreen = 1 << 21, - // User storage (to allow your backend/engine to communicate to code that may be shared between multiple projects. Those flags are not used by core Dear ImGui) - ImGuiConfigFlags_IsSRGB = 1 << 20, // Application is SRGB-aware. - ImGuiConfigFlags_IsTouchScreen = 1 << 21 // Application is using a touch screen instead of a mouse. +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiConfigFlags_NavEnableSetMousePos = 1 << 2, + ImGuiConfigFlags_NavNoCaptureKeyboard = 1 << 3, + ImGuiConfigFlags_DpiEnableScaleFonts = 1 << 14, + ImGuiConfigFlags_DpiEnableScaleViewports = 1 << 15, +#endif }; enum ImGuiBackendFlags_ { ImGuiBackendFlags_None = 0, - ImGuiBackendFlags_HasGamepad = 1 << 0, // Backend Platform supports gamepad and currently has one connected. - ImGuiBackendFlags_HasMouseCursors = 1 << 1, // Backend Platform supports honoring GetMouseCursor() value to change the OS cursor shape. - ImGuiBackendFlags_HasSetMousePos = 1 << 2, // Backend Platform supports io.WantSetMousePos requests to reposition the OS mouse position (only used if ImGuiConfigFlags_NavEnableSetMousePos is set). - ImGuiBackendFlags_RendererHasVtxOffset = 1 << 3 // Backend Renderer supports ImDrawCmd::VtxOffset. This enables output of large meshes (64K+ vertices) while still using 16-bit indices. + ImGuiBackendFlags_HasGamepad = 1 << 0, + ImGuiBackendFlags_HasMouseCursors = 1 << 1, + ImGuiBackendFlags_HasSetMousePos = 1 << 2, + ImGuiBackendFlags_RendererHasVtxOffset = 1 << 3, + ImGuiBackendFlags_RendererHasTextures = 1 << 4, + + ImGuiBackendFlags_PlatformHasViewports = 1 << 10, + ImGuiBackendFlags_HasMouseHoveredViewport = 1 << 11, + ImGuiBackendFlags_RendererHasViewports = 1 << 12, }; enum ImGuiCol_ { ImGuiCol_Text, ImGuiCol_TextDisabled, - ImGuiCol_WindowBg, // Background of normal windows - ImGuiCol_ChildBg, // Background of child windows - ImGuiCol_PopupBg, // Background of popups, menus, tooltips windows + ImGuiCol_WindowBg, + ImGuiCol_ChildBg, + ImGuiCol_PopupBg, ImGuiCol_Border, ImGuiCol_BorderShadow, - ImGuiCol_FrameBg, // Background of checkbox, radio button, plot, slider, text input + ImGuiCol_FrameBg, ImGuiCol_FrameBgHovered, ImGuiCol_FrameBgActive, ImGuiCol_TitleBg, @@ -1203,7 +1492,7 @@ enum ImGuiCol_ ImGuiCol_Button, ImGuiCol_ButtonHovered, ImGuiCol_ButtonActive, - ImGuiCol_Header, // Header* colors are used for CollapsingHeader, TreeNode, Selectable, MenuItem + ImGuiCol_Header, ImGuiCol_HeaderHovered, ImGuiCol_HeaderActive, ImGuiCol_Separator, @@ -1212,133 +1501,153 @@ enum ImGuiCol_ ImGuiCol_ResizeGrip, ImGuiCol_ResizeGripHovered, ImGuiCol_ResizeGripActive, - ImGuiCol_Tab, + ImGuiCol_InputTextCursor, ImGuiCol_TabHovered, - ImGuiCol_TabActive, - ImGuiCol_TabUnfocused, - ImGuiCol_TabUnfocusedActive, + ImGuiCol_Tab, + ImGuiCol_TabSelected, + ImGuiCol_TabSelectedOverline, + ImGuiCol_TabDimmed, + ImGuiCol_TabDimmedSelected, + ImGuiCol_TabDimmedSelectedOverline, + ImGuiCol_DockingPreview, + ImGuiCol_DockingEmptyBg, ImGuiCol_PlotLines, ImGuiCol_PlotLinesHovered, ImGuiCol_PlotHistogram, ImGuiCol_PlotHistogramHovered, - ImGuiCol_TableHeaderBg, // Table header background - ImGuiCol_TableBorderStrong, // Table outer and header borders (prefer using Alpha=1.0 here) - ImGuiCol_TableBorderLight, // Table inner borders (prefer using Alpha=1.0 here) - ImGuiCol_TableRowBg, // Table row background (even rows) - ImGuiCol_TableRowBgAlt, // Table row background (odd rows) + ImGuiCol_TableHeaderBg, + ImGuiCol_TableBorderStrong, + ImGuiCol_TableBorderLight, + ImGuiCol_TableRowBg, + ImGuiCol_TableRowBgAlt, + ImGuiCol_TextLink, ImGuiCol_TextSelectedBg, + ImGuiCol_TreeLines, ImGuiCol_DragDropTarget, - ImGuiCol_NavHighlight, // Gamepad/keyboard: current highlighted item - ImGuiCol_NavWindowingHighlight, // Highlight window when using CTRL+TAB - ImGuiCol_NavWindowingDimBg, // Darken/colorize entire screen behind the CTRL+TAB window list, when active - ImGuiCol_ModalWindowDimBg, // Darken/colorize entire screen behind a modal window, when one is active - ImGuiCol_COUNT + ImGuiCol_NavCursor, + ImGuiCol_NavWindowingHighlight, + ImGuiCol_NavWindowingDimBg, + ImGuiCol_ModalWindowDimBg, + ImGuiCol_COUNT, + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImGuiCol_TabActive = ImGuiCol_TabSelected, + ImGuiCol_TabUnfocused = ImGuiCol_TabDimmed, + ImGuiCol_TabUnfocusedActive = ImGuiCol_TabDimmedSelected, + ImGuiCol_NavHighlight = ImGuiCol_NavCursor, +#endif }; enum ImGuiStyleVar_ { - // Enum name --------------------- // Member in ImGuiStyle structure (see ImGuiStyle for descriptions) - ImGuiStyleVar_Alpha, // float Alpha - ImGuiStyleVar_WindowPadding, // ImVec2 WindowPadding - ImGuiStyleVar_WindowRounding, // float WindowRounding - ImGuiStyleVar_WindowBorderSize, // float WindowBorderSize - ImGuiStyleVar_WindowMinSize, // ImVec2 WindowMinSize - ImGuiStyleVar_WindowTitleAlign, // ImVec2 WindowTitleAlign - ImGuiStyleVar_ChildRounding, // float ChildRounding - ImGuiStyleVar_ChildBorderSize, // float ChildBorderSize - ImGuiStyleVar_PopupRounding, // float PopupRounding - ImGuiStyleVar_PopupBorderSize, // float PopupBorderSize - ImGuiStyleVar_FramePadding, // ImVec2 FramePadding - ImGuiStyleVar_FrameRounding, // float FrameRounding - ImGuiStyleVar_FrameBorderSize, // float FrameBorderSize - ImGuiStyleVar_ItemSpacing, // ImVec2 ItemSpacing - ImGuiStyleVar_ItemInnerSpacing, // ImVec2 ItemInnerSpacing - ImGuiStyleVar_IndentSpacing, // float IndentSpacing - ImGuiStyleVar_CellPadding, // ImVec2 CellPadding - ImGuiStyleVar_ScrollbarSize, // float ScrollbarSize - ImGuiStyleVar_ScrollbarRounding, // float ScrollbarRounding - ImGuiStyleVar_GrabMinSize, // float GrabMinSize - ImGuiStyleVar_GrabRounding, // float GrabRounding - ImGuiStyleVar_TabRounding, // float TabRounding - ImGuiStyleVar_ButtonTextAlign, // ImVec2 ButtonTextAlign - ImGuiStyleVar_SelectableTextAlign, // ImVec2 SelectableTextAlign + ImGuiStyleVar_Alpha, // float Alpha + ImGuiStyleVar_DisabledAlpha, // float DisabledAlpha + ImGuiStyleVar_WindowPadding, // ImVec2 WindowPadding + ImGuiStyleVar_WindowRounding, // float WindowRounding + ImGuiStyleVar_WindowBorderSize, // float WindowBorderSize + ImGuiStyleVar_WindowMinSize, // ImVec2 WindowMinSize + ImGuiStyleVar_WindowTitleAlign, // ImVec2 WindowTitleAlign + ImGuiStyleVar_ChildRounding, // float ChildRounding + ImGuiStyleVar_ChildBorderSize, // float ChildBorderSize + ImGuiStyleVar_PopupRounding, // float PopupRounding + ImGuiStyleVar_PopupBorderSize, // float PopupBorderSize + ImGuiStyleVar_FramePadding, // ImVec2 FramePadding + ImGuiStyleVar_FrameRounding, // float FrameRounding + ImGuiStyleVar_FrameBorderSize, // float FrameBorderSize + ImGuiStyleVar_ItemSpacing, // ImVec2 ItemSpacing + ImGuiStyleVar_ItemInnerSpacing, // ImVec2 ItemInnerSpacing + ImGuiStyleVar_IndentSpacing, // float IndentSpacing + ImGuiStyleVar_CellPadding, // ImVec2 CellPadding + ImGuiStyleVar_ScrollbarSize, // float ScrollbarSize + ImGuiStyleVar_ScrollbarRounding, // float ScrollbarRounding + ImGuiStyleVar_ScrollbarPadding, // float ScrollbarPadding + ImGuiStyleVar_GrabMinSize, // float GrabMinSize + ImGuiStyleVar_GrabRounding, // float GrabRounding + ImGuiStyleVar_ImageBorderSize, // float ImageBorderSize + ImGuiStyleVar_TabRounding, // float TabRounding + ImGuiStyleVar_TabBorderSize, // float TabBorderSize + ImGuiStyleVar_TabMinWidthBase, // float TabMinWidthBase + ImGuiStyleVar_TabMinWidthShrink, // float TabMinWidthShrink + ImGuiStyleVar_TabBarBorderSize, // float TabBarBorderSize + ImGuiStyleVar_TabBarOverlineSize, // float TabBarOverlineSize + ImGuiStyleVar_TableAngledHeadersAngle, // float TableAngledHeadersAngle + ImGuiStyleVar_TableAngledHeadersTextAlign, // ImVec2 TableAngledHeadersTextAlign + ImGuiStyleVar_TreeLinesSize, // float TreeLinesSize + ImGuiStyleVar_TreeLinesRounding, // float TreeLinesRounding + ImGuiStyleVar_ButtonTextAlign, // ImVec2 ButtonTextAlign + ImGuiStyleVar_SelectableTextAlign, // ImVec2 SelectableTextAlign + ImGuiStyleVar_SeparatorTextBorderSize, // float SeparatorTextBorderSize + ImGuiStyleVar_SeparatorTextAlign, // ImVec2 SeparatorTextAlign + ImGuiStyleVar_SeparatorTextPadding, // ImVec2 SeparatorTextPadding + ImGuiStyleVar_DockingSeparatorSize, // float DockingSeparatorSize ImGuiStyleVar_COUNT }; enum ImGuiButtonFlags_ { ImGuiButtonFlags_None = 0, - ImGuiButtonFlags_MouseButtonLeft = 1 << 0, // React on left mouse button (default) - ImGuiButtonFlags_MouseButtonRight = 1 << 1, // React on right mouse button - ImGuiButtonFlags_MouseButtonMiddle = 1 << 2, // React on center mouse button - - // [Internal] - ImGuiButtonFlags_MouseButtonMask_ = ImGuiButtonFlags_MouseButtonLeft | ImGuiButtonFlags_MouseButtonRight | ImGuiButtonFlags_MouseButtonMiddle, - ImGuiButtonFlags_MouseButtonDefault_ = ImGuiButtonFlags_MouseButtonLeft + ImGuiButtonFlags_MouseButtonLeft = 1 << 0, + ImGuiButtonFlags_MouseButtonRight = 1 << 1, + ImGuiButtonFlags_MouseButtonMiddle = 1 << 2, + ImGuiButtonFlags_MouseButtonMask_ = ImGuiButtonFlags_MouseButtonLeft | ImGuiButtonFlags_MouseButtonRight | ImGuiButtonFlags_MouseButtonMiddle, + ImGuiButtonFlags_EnableNav = 1 << 3, }; enum ImGuiColorEditFlags_ { ImGuiColorEditFlags_None = 0, - ImGuiColorEditFlags_NoAlpha = 1 << 1, // // ColorEdit, ColorPicker, ColorButton: ignore Alpha component (will only read 3 components from the input pointer). - ImGuiColorEditFlags_NoPicker = 1 << 2, // // ColorEdit: disable picker when clicking on color square. - ImGuiColorEditFlags_NoOptions = 1 << 3, // // ColorEdit: disable toggling options menu when right-clicking on inputs/small preview. - ImGuiColorEditFlags_NoSmallPreview = 1 << 4, // // ColorEdit, ColorPicker: disable color square preview next to the inputs. (e.g. to show only the inputs) - ImGuiColorEditFlags_NoInputs = 1 << 5, // // ColorEdit, ColorPicker: disable inputs sliders/text widgets (e.g. to show only the small preview color square). - ImGuiColorEditFlags_NoTooltip = 1 << 6, // // ColorEdit, ColorPicker, ColorButton: disable tooltip when hovering the preview. - ImGuiColorEditFlags_NoLabel = 1 << 7, // // ColorEdit, ColorPicker: disable display of inline text label (the label is still forwarded to the tooltip and picker). - ImGuiColorEditFlags_NoSidePreview = 1 << 8, // // ColorPicker: disable bigger color preview on right side of the picker, use small color square preview instead. - ImGuiColorEditFlags_NoDragDrop = 1 << 9, // // ColorEdit: disable drag and drop target. ColorButton: disable drag and drop source. - ImGuiColorEditFlags_NoBorder = 1 << 10, // // ColorButton: disable border (which is enforced by default) - - // User Options (right-click on widget to change some of them). - ImGuiColorEditFlags_AlphaBar = 1 << 16, // // ColorEdit, ColorPicker: show vertical alpha bar/gradient in picker. - ImGuiColorEditFlags_AlphaPreview = 1 << 17, // // ColorEdit, ColorPicker, ColorButton: display preview as a transparent color over a checkerboard, instead of opaque. - ImGuiColorEditFlags_AlphaPreviewHalf = 1 << 18, // // ColorEdit, ColorPicker, ColorButton: display half opaque / half checkerboard, instead of opaque. - ImGuiColorEditFlags_HDR = 1 << 19, // // (WIP) ColorEdit: Currently only disable 0.0f..1.0f limits in RGBA edition (note: you probably want to use ImGuiColorEditFlags_Float flag as well). - ImGuiColorEditFlags_DisplayRGB = 1 << 20, // [Display] // ColorEdit: override _display_ type among RGB/HSV/Hex. ColorPicker: select any combination using one or more of RGB/HSV/Hex. - ImGuiColorEditFlags_DisplayHSV = 1 << 21, // [Display] // " - ImGuiColorEditFlags_DisplayHex = 1 << 22, // [Display] // " - ImGuiColorEditFlags_Uint8 = 1 << 23, // [DataType] // ColorEdit, ColorPicker, ColorButton: _display_ values formatted as 0..255. - ImGuiColorEditFlags_Float = 1 << 24, // [DataType] // ColorEdit, ColorPicker, ColorButton: _display_ values formatted as 0.0f..1.0f floats instead of 0..255 integers. No round-trip of value via integers. - ImGuiColorEditFlags_PickerHueBar = 1 << 25, // [Picker] // ColorPicker: bar for Hue, rectangle for Sat/Value. - ImGuiColorEditFlags_PickerHueWheel = 1 << 26, // [Picker] // ColorPicker: wheel for Hue, triangle for Sat/Value. - ImGuiColorEditFlags_InputRGB = 1 << 27, // [Input] // ColorEdit, ColorPicker: input and output data in RGB format. - ImGuiColorEditFlags_InputHSV = 1 << 28, // [Input] // ColorEdit, ColorPicker: input and output data in HSV format. - - // Defaults Options. You can set application defaults using SetColorEditOptions(). The intent is that you probably don't want to - // override them in most of your calls. Let the user choose via the option menu and/or call SetColorEditOptions() once during startup. - ImGuiColorEditFlags__OptionsDefault = ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_PickerHueBar, - - // [Internal] Masks - ImGuiColorEditFlags__DisplayMask = ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_DisplayHSV | ImGuiColorEditFlags_DisplayHex, - ImGuiColorEditFlags__DataTypeMask = ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_Float, - ImGuiColorEditFlags__PickerMask = ImGuiColorEditFlags_PickerHueWheel | ImGuiColorEditFlags_PickerHueBar, - ImGuiColorEditFlags__InputMask = ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_InputHSV - -// Obsolete names (will be removed) + ImGuiColorEditFlags_NoAlpha = 1 << 1, + ImGuiColorEditFlags_NoPicker = 1 << 2, + ImGuiColorEditFlags_NoOptions = 1 << 3, + ImGuiColorEditFlags_NoSmallPreview = 1 << 4, + ImGuiColorEditFlags_NoInputs = 1 << 5, + ImGuiColorEditFlags_NoTooltip = 1 << 6, + ImGuiColorEditFlags_NoLabel = 1 << 7, + ImGuiColorEditFlags_NoSidePreview = 1 << 8, + ImGuiColorEditFlags_NoDragDrop = 1 << 9, + ImGuiColorEditFlags_NoBorder = 1 << 10, + + ImGuiColorEditFlags_AlphaOpaque = 1 << 11, + ImGuiColorEditFlags_AlphaNoBg = 1 << 12, + ImGuiColorEditFlags_AlphaPreviewHalf = 1 << 13, + + ImGuiColorEditFlags_AlphaBar = 1 << 16, + ImGuiColorEditFlags_HDR = 1 << 19, + ImGuiColorEditFlags_DisplayRGB = 1 << 20, + ImGuiColorEditFlags_DisplayHSV = 1 << 21, + ImGuiColorEditFlags_DisplayHex = 1 << 22, + ImGuiColorEditFlags_Uint8 = 1 << 23, + ImGuiColorEditFlags_Float = 1 << 24, + ImGuiColorEditFlags_PickerHueBar = 1 << 25, + ImGuiColorEditFlags_PickerHueWheel = 1 << 26, + ImGuiColorEditFlags_InputRGB = 1 << 27, + ImGuiColorEditFlags_InputHSV = 1 << 28, + + ImGuiColorEditFlags_DefaultOptions_ = ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_PickerHueBar, + + ImGuiColorEditFlags_AlphaMask_ = ImGuiColorEditFlags_NoAlpha | ImGuiColorEditFlags_AlphaOpaque | ImGuiColorEditFlags_AlphaNoBg | ImGuiColorEditFlags_AlphaPreviewHalf, + ImGuiColorEditFlags_DisplayMask_ = ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_DisplayHSV | ImGuiColorEditFlags_DisplayHex, + ImGuiColorEditFlags_DataTypeMask_ = ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_Float, + ImGuiColorEditFlags_PickerMask_ = ImGuiColorEditFlags_PickerHueWheel | ImGuiColorEditFlags_PickerHueBar, + ImGuiColorEditFlags_InputMask_ = ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_InputHSV, + #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - , - ImGuiColorEditFlags_RGB = ImGuiColorEditFlags_DisplayRGB, - ImGuiColorEditFlags_HSV = ImGuiColorEditFlags_DisplayHSV, - ImGuiColorEditFlags_HEX = ImGuiColorEditFlags_DisplayHex // [renamed in 1.69] + ImGuiColorEditFlags_AlphaPreview = 0, #endif }; enum ImGuiSliderFlags_ { ImGuiSliderFlags_None = 0, - ImGuiSliderFlags_AlwaysClamp = 1 << 4, // Clamp value to min/max bounds when input manually with CTRL+Click. By default CTRL+Click allows going out of bounds. - ImGuiSliderFlags_Logarithmic = 1 << 5, // Make the widget logarithmic (linear otherwise). Consider using ImGuiSliderFlags_NoRoundToFormat with this if using a format-string with small amount of digits. - ImGuiSliderFlags_NoRoundToFormat = 1 << 6, // Disable rounding underlying value to match precision of the display format string (e.g. %.3f values are rounded to those 3 digits) - ImGuiSliderFlags_NoInput = 1 << 7, // Disable CTRL+Click or Enter key allowing to input text directly into the widget - ImGuiSliderFlags_InvalidMask_ = 0x7000000F // [Internal] We treat using those bits as being potentially a 'float power' argument from the previous API that has got miscast to this enum, and will trigger an assert if needed. - -// Obsolete names (will be removed) -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - , - ImGuiSliderFlags_ClampOnInput = ImGuiSliderFlags_AlwaysClamp // [renamed in 1.79] -#endif + ImGuiSliderFlags_Logarithmic = 1 << 5, + ImGuiSliderFlags_NoRoundToFormat = 1 << 6, + ImGuiSliderFlags_NoInput = 1 << 7, + ImGuiSliderFlags_WrapAround = 1 << 8, + ImGuiSliderFlags_ClampOnInput = 1 << 9, + ImGuiSliderFlags_ClampZeroRange = 1 << 10, + ImGuiSliderFlags_NoSpeedTweaks = 1 << 11, + ImGuiSliderFlags_AlwaysClamp = ImGuiSliderFlags_ClampOnInput | ImGuiSliderFlags_ClampZeroRange, + ImGuiSliderFlags_InvalidMask_ = 0x7000000F, }; enum ImGuiMouseButton_ @@ -1353,26 +1662,152 @@ enum ImGuiMouseCursor_ { ImGuiMouseCursor_None = -1, ImGuiMouseCursor_Arrow = 0, - ImGuiMouseCursor_TextInput, // When hovering over InputText, etc. - ImGuiMouseCursor_ResizeAll, // (Unused by Dear ImGui functions) - ImGuiMouseCursor_ResizeNS, // When hovering over an horizontal border - ImGuiMouseCursor_ResizeEW, // When hovering over a vertical border or a column - ImGuiMouseCursor_ResizeNESW, // When hovering over the bottom-left corner of a window - ImGuiMouseCursor_ResizeNWSE, // When hovering over the bottom-right corner of a window - ImGuiMouseCursor_Hand, // (Unused by Dear ImGui functions. Use for e.g. hyperlinks) - ImGuiMouseCursor_NotAllowed, // When hovering something with disallowed interaction. Usually a crossed circle. + ImGuiMouseCursor_TextInput, + ImGuiMouseCursor_ResizeAll, + ImGuiMouseCursor_ResizeNS, + ImGuiMouseCursor_ResizeEW, + ImGuiMouseCursor_ResizeNESW, + ImGuiMouseCursor_ResizeNWSE, + ImGuiMouseCursor_Hand, + ImGuiMouseCursor_Wait, + ImGuiMouseCursor_Progress, + ImGuiMouseCursor_NotAllowed, ImGuiMouseCursor_COUNT }; +enum ImGuiMouseSource : int +{ + ImGuiMouseSource_Mouse = 0, + ImGuiMouseSource_TouchScreen, + ImGuiMouseSource_Pen, + ImGuiMouseSource_COUNT +}; + enum ImGuiCond_ { - ImGuiCond_None = 0, // No condition (always set the variable), same as _Always - ImGuiCond_Always = 1 << 0, // No condition (always set the variable) - ImGuiCond_Once = 1 << 1, // Set the variable once per runtime session (only the first call will succeed) - ImGuiCond_FirstUseEver = 1 << 2, // Set the variable if the object/window has no persistently saved data (no entry in .ini file) - ImGuiCond_Appearing = 1 << 3 // Set the variable if the object/window is appearing after being hidden/inactive (or the first time) + ImGuiCond_None = 0, + ImGuiCond_Always = 1 << 0, + ImGuiCond_Once = 1 << 1, + ImGuiCond_FirstUseEver = 1 << 2, + ImGuiCond_Appearing = 1 << 3, +}; + +enum ImGuiTableFlags_ +{ + ImGuiTableFlags_None = 0, + ImGuiTableFlags_Resizable = 1 << 0, + ImGuiTableFlags_Reorderable = 1 << 1, + ImGuiTableFlags_Hideable = 1 << 2, + ImGuiTableFlags_Sortable = 1 << 3, + ImGuiTableFlags_NoSavedSettings = 1 << 4, + ImGuiTableFlags_ContextMenuInBody = 1 << 5, + ImGuiTableFlags_RowBg = 1 << 6, + ImGuiTableFlags_BordersInnerH = 1 << 7, + ImGuiTableFlags_BordersOuterH = 1 << 8, + ImGuiTableFlags_BordersInnerV = 1 << 9, + ImGuiTableFlags_BordersOuterV = 1 << 10, + ImGuiTableFlags_BordersH = ImGuiTableFlags_BordersInnerH | ImGuiTableFlags_BordersOuterH, + ImGuiTableFlags_BordersV = ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_BordersOuterV, + ImGuiTableFlags_BordersInner = ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_BordersInnerH, + ImGuiTableFlags_BordersOuter = ImGuiTableFlags_BordersOuterV | ImGuiTableFlags_BordersOuterH, + ImGuiTableFlags_Borders = ImGuiTableFlags_BordersInner | ImGuiTableFlags_BordersOuter, + ImGuiTableFlags_NoBordersInBody = 1 << 11, + ImGuiTableFlags_NoBordersInBodyUntilResize = 1 << 12, + ImGuiTableFlags_SizingFixedFit = 1 << 13, + ImGuiTableFlags_SizingFixedSame = 2 << 13, + ImGuiTableFlags_SizingStretchProp = 3 << 13, + ImGuiTableFlags_SizingStretchSame = 4 << 13, + ImGuiTableFlags_NoHostExtendX = 1 << 16, + ImGuiTableFlags_NoHostExtendY = 1 << 17, + ImGuiTableFlags_NoKeepColumnsVisible = 1 << 18, + ImGuiTableFlags_PreciseWidths = 1 << 19, + ImGuiTableFlags_NoClip = 1 << 20, + ImGuiTableFlags_PadOuterX = 1 << 21, + ImGuiTableFlags_NoPadOuterX = 1 << 22, + ImGuiTableFlags_NoPadInnerX = 1 << 23, + ImGuiTableFlags_ScrollX = 1 << 24, + ImGuiTableFlags_ScrollY = 1 << 25, + ImGuiTableFlags_SortMulti = 1 << 26, + ImGuiTableFlags_SortTristate = 1 << 27, + ImGuiTableFlags_HighlightHoveredColumn = 1 << 28, + + ImGuiTableFlags_SizingMask_ = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_SizingFixedSame | ImGuiTableFlags_SizingStretchProp | ImGuiTableFlags_SizingStretchSame, +}; + +enum ImGuiTableColumnFlags_ +{ + ImGuiTableColumnFlags_None = 0, + ImGuiTableColumnFlags_Disabled = 1 << 0, + ImGuiTableColumnFlags_DefaultHide = 1 << 1, + ImGuiTableColumnFlags_DefaultSort = 1 << 2, + ImGuiTableColumnFlags_WidthStretch = 1 << 3, + ImGuiTableColumnFlags_WidthFixed = 1 << 4, + ImGuiTableColumnFlags_NoResize = 1 << 5, + ImGuiTableColumnFlags_NoReorder = 1 << 6, + ImGuiTableColumnFlags_NoHide = 1 << 7, + ImGuiTableColumnFlags_NoClip = 1 << 8, + ImGuiTableColumnFlags_NoSort = 1 << 9, + ImGuiTableColumnFlags_NoSortAscending = 1 << 10, + ImGuiTableColumnFlags_NoSortDescending = 1 << 11, + ImGuiTableColumnFlags_NoHeaderLabel = 1 << 12, + ImGuiTableColumnFlags_NoHeaderWidth = 1 << 13, + ImGuiTableColumnFlags_PreferSortAscending = 1 << 14, + ImGuiTableColumnFlags_PreferSortDescending = 1 << 15, + ImGuiTableColumnFlags_IndentEnable = 1 << 16, + ImGuiTableColumnFlags_IndentDisable = 1 << 17, + ImGuiTableColumnFlags_AngledHeader = 1 << 18, + + ImGuiTableColumnFlags_IsEnabled = 1 << 24, + ImGuiTableColumnFlags_IsVisible = 1 << 25, + ImGuiTableColumnFlags_IsSorted = 1 << 26, + ImGuiTableColumnFlags_IsHovered = 1 << 27, + + ImGuiTableColumnFlags_WidthMask_ = ImGuiTableColumnFlags_WidthStretch | ImGuiTableColumnFlags_WidthFixed, + ImGuiTableColumnFlags_IndentMask_ = ImGuiTableColumnFlags_IndentEnable | ImGuiTableColumnFlags_IndentDisable, + ImGuiTableColumnFlags_StatusMask_ = ImGuiTableColumnFlags_IsEnabled | ImGuiTableColumnFlags_IsVisible | ImGuiTableColumnFlags_IsSorted | ImGuiTableColumnFlags_IsHovered, + ImGuiTableColumnFlags_NoDirectResize_ = 1 << 30, +}; + +enum ImGuiTableRowFlags_ +{ + ImGuiTableRowFlags_None = 0, + ImGuiTableRowFlags_Headers = 1 << 0, +}; + +enum ImGuiTableBgTarget_ +{ + ImGuiTableBgTarget_None = 0, + ImGuiTableBgTarget_RowBg0 = 1, + ImGuiTableBgTarget_RowBg1 = 2, + ImGuiTableBgTarget_CellBg = 3, +}; + +struct ImGuiTableSortSpecs +{ + const ImGuiTableColumnSortSpecs* Specs; + int SpecsCount; + bool SpecsDirty; + + ImGuiTableSortSpecs() + { + memset(this, 0, sizeof(*this)); + } +}; + +struct ImGuiTableColumnSortSpecs +{ + ImGuiID ColumnUserID; + ImS16 ColumnIndex; + ImS16 SortOrder; + ImGuiSortDirection SortDirection; + + ImGuiTableColumnSortSpecs() + { + memset(this, 0, sizeof(*this)); + } }; +IM_MSVC_RUNTIME_CHECKS_OFF template struct ImVector { @@ -1380,12 +1815,10 @@ struct ImVector int Capacity; T* Data; - // Provide standard typedefs but we don't use them ourselves. typedef T value_type; typedef value_type* iterator; typedef const value_type* const_iterator; - // Constructors, destructor inline ImVector() { Size = Capacity = 0; @@ -1401,13 +1834,39 @@ struct ImVector { clear(); resize(src.Size); - memcpy(Data, src.Data, (size_t)Size * sizeof(T)); + if (Data && src.Data) + memcpy(Data, src.Data, (size_t)Size * sizeof(T)); return *this; } inline ~ImVector() { if (Data) - free(Data); + ::free(Data); + } + + inline void clear() + { + if (Data) + { + Size = Capacity = 0; + ::free(Data); + Data = NULL; + } + } + inline void clear_delete() + { + for (int n = 0; n < Size; n++) + { + Data[n].~T(); + delete Data[n]; + } + clear(); + } + inline void clear_destruct() + { + for (int n = 0; n < Size; n++) + Data[n].~T(); + clear(); } inline bool empty() const @@ -1441,15 +1900,6 @@ struct ImVector return Data[i]; } - inline void clear() - { - if (Data) - { - Size = Capacity = 0; - free(Data); - Data = NULL; - } - } inline T* begin() { return Data; @@ -1523,22 +1973,30 @@ struct ImVector { IM_ASSERT(new_size <= Size); Size = new_size; - } // Resize a vector to a smaller size, guaranteed not to cause a reallocation + } inline void reserve(int new_capacity) { if (new_capacity <= Capacity) return; - T* new_data = (T*)malloc((size_t)new_capacity * sizeof(T)); - if (new_data && Data) + T* new_data = (T*)::malloc((size_t)new_capacity * sizeof(T)); + if (Data) { memcpy(new_data, Data, (size_t)Size * sizeof(T)); - free(Data); + ::free(Data); } Data = new_data; Capacity = new_capacity; } + inline void reserve_discard(int new_capacity) + { + if (new_capacity <= Capacity) + return; + if (Data) + ::free(Data); + Data = (T*)::malloc((size_t)new_capacity * sizeof(T)); + Capacity = new_capacity; + } - // NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden. inline void push_back(const T& v) { if (Size == Capacity) @@ -1568,10 +2026,10 @@ struct ImVector } inline T* erase(const T* it, const T* it_last) { - IM_ASSERT(it >= Data && it < Data + Size && it_last > it && it_last <= Data + Size); + IM_ASSERT(it >= Data && it < Data + Size && it_last >= it && it_last <= Data + Size); const ptrdiff_t count = it_last - it; const ptrdiff_t off = it - Data; - memmove(Data + off, Data + off + count, ((size_t)Size - (size_t)off - count) * sizeof(T)); + memmove(Data + off, Data + off + count, ((size_t)Size - (size_t)off - (size_t)count) * sizeof(T)); Size -= (int)count; return Data + off; } @@ -1627,6 +2085,15 @@ struct ImVector ++data; return data; } + inline int find_index(const T& v) const + { + const T* data_end = Data + Size; + const T* it = find(v); + if (it == data_end) + return -1; + const ptrdiff_t off = it - Data; + return (int)off; + } inline bool find_erase(const T& v) { const T* it = find(v); @@ -1654,204 +2121,276 @@ struct ImVector return (int)off; } }; +IM_MSVC_RUNTIME_CHECKS_RESTORE struct ImGuiStyle { - float Alpha; // Global alpha applies to everything in Dear ImGui. - ImVec2 WindowPadding; // Padding within a window. - float WindowRounding; // Radius of window corners rounding. Set to 0.0f to have rectangular windows. Large values tend to lead to variety of artifacts and are not recommended. - float WindowBorderSize; // Thickness of border around windows. Generally set to 0.0f or 1.0f. (Other values are not well tested and more CPU/GPU costly). - ImVec2 WindowMinSize; // Minimum window size. This is a global setting. If you want to constraint individual windows, use SetNextWindowSizeConstraints(). - ImVec2 WindowTitleAlign; // Alignment for title bar text. Defaults to (0.0f,0.5f) for left-aligned,vertically centered. - ImGuiDir WindowMenuButtonPosition; // Side of the collapsing/docking button in the title bar (None/Left/Right). Defaults to ImGuiDir_Left. - float ChildRounding; // Radius of child window corners rounding. Set to 0.0f to have rectangular windows. - float ChildBorderSize; // Thickness of border around child windows. Generally set to 0.0f or 1.0f. (Other values are not well tested and more CPU/GPU costly). - float PopupRounding; // Radius of popup window corners rounding. (Note that tooltip windows use WindowRounding) - float PopupBorderSize; // Thickness of border around popup/tooltip windows. Generally set to 0.0f or 1.0f. (Other values are not well tested and more CPU/GPU costly). - ImVec2 FramePadding; // Padding within a framed rectangle (used by most widgets). - float FrameRounding; // Radius of frame corners rounding. Set to 0.0f to have rectangular frame (used by most widgets). - float FrameBorderSize; // Thickness of border around frames. Generally set to 0.0f or 1.0f. (Other values are not well tested and more CPU/GPU costly). - ImVec2 ItemSpacing; // Horizontal and vertical spacing between widgets/lines. - ImVec2 ItemInnerSpacing; // Horizontal and vertical spacing between within elements of a composed widget (e.g. a slider and its label). - ImVec2 CellPadding; // Padding within a table cell - ImVec2 TouchExtraPadding; // Expand reactive bounding box for touch-based system where touch position is not accurate enough. Unfortunately we don't sort widgets so priority on overlap will always be given to the first widget. So don't grow this too much! - float IndentSpacing; // Horizontal indentation when e.g. entering a tree node. Generally == (FontSize + FramePadding.x*2). - float ColumnsMinSpacing; // Minimum horizontal spacing between two columns. Preferably > (FramePadding.x + 1). - float ScrollbarSize; // Width of the vertical scrollbar, Height of the horizontal scrollbar. - float ScrollbarRounding; // Radius of grab corners for scrollbar. - float GrabMinSize; // Minimum width/height of a grab box for slider/scrollbar. - float GrabRounding; // Radius of grabs corners rounding. Set to 0.0f to have rectangular slider grabs. - float LogSliderDeadzone; // The size in pixels of the dead-zone around zero on logarithmic sliders that cross zero. - float TabRounding; // Radius of upper corners of a tab. Set to 0.0f to have rectangular tabs. - float TabBorderSize; // Thickness of border around tabs. - float TabMinWidthForCloseButton; // Minimum width for close button to appears on an unselected tab when hovered. Set to 0.0f to always show when hovering, set to FLT_MAX to never show close button unless selected. - ImGuiDir ColorButtonPosition; // Side of the color button in the ColorEdit4 widget (left/right). Defaults to ImGuiDir_Right. - ImVec2 ButtonTextAlign; // Alignment of button text when button is larger than text. Defaults to (0.5f, 0.5f) (centered). - ImVec2 SelectableTextAlign; // Alignment of selectable text. Defaults to (0.0f, 0.0f) (top-left aligned). It's generally important to keep this left-aligned if you want to lay multiple items on a same line. - ImVec2 DisplayWindowPadding; // Window position are clamped to be visible within the display area or monitors by at least this amount. Only applies to regular windows. - ImVec2 DisplaySafeAreaPadding; // If you cannot see the edges of your screen (e.g. on a TV) increase the safe area padding. Apply to popups/tooltips as well regular windows. NB: Prefer configuring your TV sets correctly! - float MouseCursorScale; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later. - bool AntiAliasedLines; // Enable anti-aliased lines/borders. Disable if you are really tight on CPU/GPU. Latched at the beginning of the frame (copied to ImDrawList). - bool AntiAliasedLinesUseTex; // Enable anti-aliased lines/borders using textures where possible. Require backend to render with bilinear filtering. Latched at the beginning of the frame (copied to ImDrawList). - bool AntiAliasedFill; // Enable anti-aliased edges around filled shapes (rounded rectangles, circles, etc.). Disable if you are really tight on CPU/GPU. Latched at the beginning of the frame (copied to ImDrawList). - float CurveTessellationTol; // Tessellation tolerance when using PathBezierCurveTo() without a specific number of segments. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality. - float CircleSegmentMaxError; // Maximum error (in pixels) allowed when using AddCircle()/AddCircleFilled() or drawing rounded corner rectangles with no explicit segment count specified. Decrease for higher quality but more geometry. + float FontSizeBase; + float FontScaleMain; + float FontScaleDpi; + + float Alpha; + float DisabledAlpha; + ImVec2 WindowPadding; + float WindowRounding; + float WindowBorderSize; + float WindowBorderHoverPadding; + ImVec2 WindowMinSize; + ImVec2 WindowTitleAlign; + ImGuiDir WindowMenuButtonPosition; + float ChildRounding; + float ChildBorderSize; + float PopupRounding; + float PopupBorderSize; + ImVec2 FramePadding; + float FrameRounding; + float FrameBorderSize; + ImVec2 ItemSpacing; + ImVec2 ItemInnerSpacing; + ImVec2 CellPadding; + ImVec2 TouchExtraPadding; + float IndentSpacing; + float ColumnsMinSpacing; + float ScrollbarSize; + float ScrollbarRounding; + float ScrollbarPadding; + float GrabMinSize; + float GrabRounding; + float LogSliderDeadzone; + float ImageBorderSize; + float TabRounding; + float TabBorderSize; + float TabMinWidthBase; + float TabMinWidthShrink; + float TabCloseButtonMinWidthSelected; + float TabCloseButtonMinWidthUnselected; + float TabBarBorderSize; + float TabBarOverlineSize; + float TableAngledHeadersAngle; + ImVec2 TableAngledHeadersTextAlign; + ImGuiTreeNodeFlags TreeLinesFlags; + float TreeLinesSize; + float TreeLinesRounding; + ImGuiDir ColorButtonPosition; + ImVec2 ButtonTextAlign; + ImVec2 SelectableTextAlign; + float SeparatorTextBorderSize; + ImVec2 SeparatorTextAlign; + ImVec2 SeparatorTextPadding; + ImVec2 DisplayWindowPadding; + ImVec2 DisplaySafeAreaPadding; + float DockingSeparatorSize; + float MouseCursorScale; + bool AntiAliasedLines; + bool AntiAliasedLinesUseTex; + bool AntiAliasedFill; + float CurveTessellationTol; + float CircleTessellationMaxError; + ImVec4 Colors[ImGuiCol_COUNT]; + float HoverStationaryDelay; + float HoverDelayShort; + float HoverDelayNormal; + ImGuiHoveredFlags HoverFlagsForTooltipMouse; + ImGuiHoveredFlags HoverFlagsForTooltipNav; + + float _MainScale; + float _NextFrameFontSizeBase; + IMGUI_API ImGuiStyle(); IMGUI_API void ScaleAllSizes(float scale_factor); }; +struct ImGuiKeyData +{ + bool Down; + float DownDuration; + float DownDurationPrev; + float AnalogValue; +}; + struct ImGuiIO { - //------------------------------------------------------------------ - // Configuration (fill once) // Default value - //------------------------------------------------------------------ - - ImGuiConfigFlags ConfigFlags; // = 0 // See ImGuiConfigFlags_ enum. Set by user/application. Gamepad/keyboard navigation options, etc. - ImGuiBackendFlags BackendFlags; // = 0 // See ImGuiBackendFlags_ enum. Set by backend (imgui_impl_xxx files or custom backend) to communicate features supported by the backend. - ImVec2 DisplaySize; // // Main display size, in pixels. - float DeltaTime; // = 1.0f/60.0f // Time elapsed since last frame, in seconds. - float IniSavingRate; // = 5.0f // Minimum time between saving positions/sizes to .ini file, in seconds. - const char* IniFilename; // = "imgui.ini" // Path to .ini file. Set NULL to disable automatic .ini loading/saving, if e.g. you want to manually load/save from memory. - const char* LogFilename; // = "imgui_log.txt"// Path to .log file (default parameter to ImGui::LogToFile when no file is specified). - float MouseDoubleClickTime; // = 0.30f // Time for a double-click, in seconds. - float MouseDoubleClickMaxDist; // = 6.0f // Distance threshold to stay in to validate a double-click, in pixels. - float MouseDragThreshold; // = 6.0f // Distance threshold before considering we are dragging. - int KeyMap[ImGuiKey_COUNT]; // // Map of indices into the KeysDown[512] entries array which represent your "native" keyboard state. - float KeyRepeatDelay; // = 0.250f // When holding a key/button, time before it starts repeating, in seconds (for buttons in Repeat mode, etc.). - float KeyRepeatRate; // = 0.050f // When holding a key/button, rate at which it repeats, in seconds. - void* UserData; // = NULL // Store your own data for retrieval by callbacks. - - ImFontAtlas* Fonts; // // Font atlas: load, rasterize and pack one or more fonts into a single texture. - float FontGlobalScale; // = 1.0f // Global scale all fonts - bool FontAllowUserScaling; // = false // Allow user scaling text of individual window with CTRL+Wheel. - ImFont* FontDefault; // = NULL // Font to use on NewFrame(). Use NULL to uses Fonts->Fonts[0]. - ImVec2 DisplayFramebufferScale; // = (1, 1) // For retina display or other situations where window coordinates are different from framebuffer coordinates. This generally ends up in ImDrawData::FramebufferScale. - - // Miscellaneous options - bool MouseDrawCursor; // = false // Request ImGui to draw a mouse cursor for you (if you are on a platform without a mouse cursor). Cannot be easily renamed to 'io.ConfigXXX' because this is frequently used by backend implementations. - bool ConfigMacOSXBehaviors; // = defined(__APPLE__) // OS X style: Text editing cursor movement using Alt instead of Ctrl, Shortcuts using Cmd/Super instead of Ctrl, Line/Text Start and End using Cmd+Arrows instead of Home/End, Double click selects by word instead of selecting whole text, Multi-selection in lists uses Cmd/Super instead of Ctrl. - bool ConfigInputTextCursorBlink; // = true // Enable blinking cursor (optional as some users consider it to be distracting). - bool ConfigDragClickToInputText; // = false // [BETA] Enable turning DragXXX widgets into text input with a simple mouse click-release (without moving). Not desirable on devices without a keyboard. - bool ConfigWindowsResizeFromEdges; // = true // Enable resizing of windows from their edges and from the lower-left corner. This requires (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors) because it needs mouse cursor feedback. (This used to be a per-window ImGuiWindowFlags_ResizeFromAnySide flag) - bool ConfigWindowsMoveFromTitleBarOnly; // = false // Enable allowing to move windows only when clicking on their title bar. Does not apply to windows without a title bar. - float ConfigMemoryCompactTimer; // = 60.0f // Timer (in seconds) to free transient windows/tables memory buffers when unused. Set to -1.0f to disable. - - //------------------------------------------------------------------ - // Platform Functions - // (the imgui_impl_xxxx backend files are setting those up for you) - //------------------------------------------------------------------ - - // Optional: Platform/Renderer backend name (informational only! will be displayed in About Window) + User data for backend/wrappers to store their own stuff. - const char* BackendPlatformName; // = NULL - const char* BackendRendererName; // = NULL - void* BackendPlatformUserData; // = NULL // User data for platform backend - void* BackendRendererUserData; // = NULL // User data for renderer backend - void* BackendLanguageUserData; // = NULL // User data for non C++ programming language backend - - // Optional: Access OS clipboard - // (default to use native Win32 clipboard on Windows, otherwise uses a private clipboard. Override to access OS clipboard on other architectures) + ImGuiConfigFlags ConfigFlags; + ImGuiBackendFlags BackendFlags; + ImVec2 DisplaySize; + ImVec2 DisplayFramebufferScale; + float DeltaTime; + float IniSavingRate; + const char* IniFilename; + const char* LogFilename; + void* UserData; + + ImFontAtlas* Fonts; + ImFont* FontDefault; + bool FontAllowUserScaling; + + bool ConfigNavSwapGamepadButtons; + bool ConfigNavMoveSetMousePos; + bool ConfigNavCaptureKeyboard; + bool ConfigNavEscapeClearFocusItem; + bool ConfigNavEscapeClearFocusWindow; + bool ConfigNavCursorVisibleAuto; + bool ConfigNavCursorVisibleAlways; + + bool ConfigDockingNoSplit; + bool ConfigDockingWithShift; + bool ConfigDockingAlwaysTabBar; + bool ConfigDockingTransparentPayload; + + bool ConfigViewportsNoAutoMerge; + bool ConfigViewportsNoTaskBarIcon; + bool ConfigViewportsNoDecoration; + bool ConfigViewportsNoDefaultParent; + bool ConfigViewportPlatformFocusSetsImGuiFocus; + + bool ConfigDpiScaleFonts; + bool ConfigDpiScaleViewports; + + bool MouseDrawCursor; + bool ConfigMacOSXBehaviors; + bool ConfigInputTrickleEventQueue; + bool ConfigInputTextCursorBlink; + bool ConfigInputTextEnterKeepActive; + bool ConfigDragClickToInputText; + bool ConfigWindowsResizeFromEdges; + bool ConfigWindowsMoveFromTitleBarOnly; + bool ConfigWindowsCopyContentsWithCtrlC; + bool ConfigScrollbarScrollByPage; + float ConfigMemoryCompactTimer; + + float MouseDoubleClickTime; + float MouseDoubleClickMaxDist; + float MouseDragThreshold; + float KeyRepeatDelay; + float KeyRepeatRate; + + bool ConfigErrorRecovery; + bool ConfigErrorRecoveryEnableAssert; + bool ConfigErrorRecoveryEnableDebugLog; + bool ConfigErrorRecoveryEnableTooltip; + + bool ConfigDebugIsDebuggerPresent; + + bool ConfigDebugHighlightIdConflicts; + bool ConfigDebugHighlightIdConflictsShowItemPicker; + + bool ConfigDebugBeginReturnValueOnce; + bool ConfigDebugBeginReturnValueLoop; + + bool ConfigDebugIgnoreFocusLoss; + + bool ConfigDebugIniSettings; + + const char* BackendPlatformName; + const char* BackendRendererName; + void* BackendPlatformUserData; + void* BackendRendererUserData; + void* BackendLanguageUserData; + + IMGUI_API void AddKeyEvent(ImGuiKey key, bool down); + IMGUI_API void AddKeyAnalogEvent(ImGuiKey key, bool down, float v); + IMGUI_API void AddMousePosEvent(float x, float y); + IMGUI_API void AddMouseButtonEvent(int button, bool down); + IMGUI_API void AddMouseWheelEvent(float wheel_x, float wheel_y); + IMGUI_API void AddMouseSourceEvent(ImGuiMouseSource source); + IMGUI_API void AddMouseViewportEvent(ImGuiID id); + IMGUI_API void AddFocusEvent(bool focused); + IMGUI_API void AddInputCharacter(unsigned int c); + IMGUI_API void AddInputCharacterUTF16(ImWchar16 c); + IMGUI_API void AddInputCharactersUTF8(const char* str); + + IMGUI_API void SetKeyEventNativeData(ImGuiKey key, int native_keycode, int native_scancode, int native_legacy_index = -1); + IMGUI_API void SetAppAcceptingEvents(bool accepting_events); + IMGUI_API void ClearEventsQueue(); + IMGUI_API void ClearInputKeys(); + IMGUI_API void ClearInputMouse(); +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + IMGUI_API void ClearInputCharacters(); +#endif + + bool WantCaptureMouse; + bool WantCaptureKeyboard; + bool WantTextInput; + bool WantSetMousePos; + bool WantSaveIniSettings; + bool NavActive; + bool NavVisible; + float Framerate; + int MetricsRenderVertices; + int MetricsRenderIndices; + int MetricsRenderWindows; + int MetricsActiveWindows; + ImVec2 MouseDelta; + + ImGuiContext* Ctx; + + ImVec2 MousePos; + bool MouseDown[5]; + float MouseWheel; + float MouseWheelH; + ImGuiMouseSource MouseSource; + ImGuiID MouseHoveredViewport; + bool KeyCtrl; + bool KeyShift; + bool KeyAlt; + bool KeySuper; + + ImGuiKeyChord KeyMods; + ImGuiKeyData KeysData[ImGuiKey_NamedKey_COUNT]; + bool WantCaptureMouseUnlessPopupClose; + ImVec2 MousePosPrev; + ImVec2 MouseClickedPos[5]; + double MouseClickedTime[5]; + bool MouseClicked[5]; + bool MouseDoubleClicked[5]; + ImU16 MouseClickedCount[5]; + ImU16 MouseClickedLastCount[5]; + bool MouseReleased[5]; + double MouseReleasedTime[5]; + bool MouseDownOwned[5]; + bool MouseDownOwnedUnlessPopupClose[5]; + bool MouseWheelRequestAxisSwap; + bool MouseCtrlLeftAsRightClick; + float MouseDownDuration[5]; + float MouseDownDurationPrev[5]; + ImVec2 MouseDragMaxDistanceAbs[5]; + float MouseDragMaxDistanceSqr[5]; + float PenPressure; + bool AppFocusLost; + bool AppAcceptingEvents; + ImWchar16 InputQueueSurrogate; + ImVector InputQueueCharacters; + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + float FontGlobalScale; + const char* (*GetClipboardTextFn)(void* user_data); void (*SetClipboardTextFn)(void* user_data, const char* text); void* ClipboardUserData; - - // Optional: Notify OS Input Method Editor of the screen position of your cursor for text input position (e.g. when using Japanese/Chinese IME on Windows) - // (default to use native imm32 api on Windows) - void (*ImeSetInputScreenPosFn)(int x, int y); - void* ImeWindowHandle; // = NULL // (Windows) Set this to your HWND to get automatic IME cursor positioning. - - //------------------------------------------------------------------ - // Input - Fill before calling NewFrame() - //------------------------------------------------------------------ - - ImVec2 MousePos; // Mouse position, in pixels. Set to ImVec2(-FLT_MAX, -FLT_MAX) if mouse is unavailable (on another screen, etc.) - bool MouseDown[5]; // Mouse buttons: 0=left, 1=right, 2=middle + extras (ImGuiMouseButton_COUNT == 5). Dear ImGui mostly uses left and right buttons. Others buttons allows us to track if the mouse is being used by your application + available to user as a convenience via IsMouse** API. - float MouseWheel; // Mouse wheel Vertical: 1 unit scrolls about 5 lines text. - float MouseWheelH; // Mouse wheel Horizontal. Most users don't have a mouse with an horizontal wheel, may not be filled by all backends. - bool KeyCtrl; // Keyboard modifier pressed: Control - bool KeyShift; // Keyboard modifier pressed: Shift - bool KeyAlt; // Keyboard modifier pressed: Alt - bool KeySuper; // Keyboard modifier pressed: Cmd/Super/Windows - bool KeysDown[512]; // Keyboard keys that are pressed (ideally left in the "native" order your engine has access to keyboard keys, so you can use your own defines/enums for keys). - float NavInputs[ImGuiNavInput_COUNT]; // Gamepad inputs. Cleared back to zero by EndFrame(). Keyboard keys will be auto-mapped and be written here by NewFrame(). - - // Functions - IMGUI_API void AddInputCharacter(unsigned int c); // Queue new character input - IMGUI_API void AddInputCharacterUTF16(ImWchar16 c); // Queue new character input from an UTF-16 character, it can be a surrogate - IMGUI_API void AddInputCharactersUTF8(const char* str); // Queue new characters input from an UTF-8 string - IMGUI_API void ClearInputCharacters(); // Clear the text input buffer manually - - //------------------------------------------------------------------ - // Output - Updated by NewFrame() or EndFrame()/Render() - // (when reading from the io.WantCaptureMouse, io.WantCaptureKeyboard flags to dispatch your inputs, it is - // generally easier and more correct to use their state BEFORE calling NewFrame(). See FAQ for details!) - //------------------------------------------------------------------ - - bool WantCaptureMouse; // Set when Dear ImGui will use mouse inputs, in this case do not dispatch them to your main game/application (either way, always pass on mouse inputs to imgui). (e.g. unclicked mouse is hovering over an imgui window, widget is active, mouse was clicked over an imgui window, etc.). - bool WantCaptureKeyboard; // Set when Dear ImGui will use keyboard inputs, in this case do not dispatch them to your main game/application (either way, always pass keyboard inputs to imgui). (e.g. InputText active, or an imgui window is focused and navigation is enabled, etc.). - bool WantTextInput; // Mobile/console: when set, you may display an on-screen keyboard. This is set by Dear ImGui when it wants textual keyboard input to happen (e.g. when a InputText widget is active). - bool WantSetMousePos; // MousePos has been altered, backend should reposition mouse on next frame. Rarely used! Set only when ImGuiConfigFlags_NavEnableSetMousePos flag is enabled. - bool WantSaveIniSettings; // When manual .ini load/save is active (io.IniFilename == NULL), this will be set to notify your application that you can call SaveIniSettingsToMemory() and save yourself. Important: clear io.WantSaveIniSettings yourself after saving! - bool NavActive; // Keyboard/Gamepad navigation is currently allowed (will handle ImGuiKey_NavXXX events) = a window is focused and it doesn't use the ImGuiWindowFlags_NoNavInputs flag. - bool NavVisible; // Keyboard/Gamepad navigation is visible and allowed (will handle ImGuiKey_NavXXX events). - float Framerate; // Application framerate estimate, in frame per second. Solely for convenience. Rolling average estimation based on io.DeltaTime over 120 frames. - int MetricsRenderVertices; // Vertices output during last call to Render() - int MetricsRenderIndices; // Indices output during last call to Render() = number of triangles * 3 - int MetricsRenderWindows; // Number of visible windows - int MetricsActiveWindows; // Number of active windows - int MetricsActiveAllocations; // Number of active allocations, updated by MemAlloc/MemFree based on current context. May be off if you have multiple imgui contexts. - ImVec2 MouseDelta; // Mouse delta. Note that this is zero if either current or previous position are invalid (-FLT_MAX,-FLT_MAX), so a disappearing/reappearing mouse won't have a huge delta. - - //------------------------------------------------------------------ - // [Internal] Dear ImGui will maintain those fields. Forward compatibility not guaranteed! - //------------------------------------------------------------------ - - ImGuiKeyModFlags KeyMods; // Key mods flags (same as io.KeyCtrl/KeyShift/KeyAlt/KeySuper but merged into flags), updated by NewFrame() - ImVec2 MousePosPrev; // Previous mouse position (note that MouseDelta is not necessary == MousePos-MousePosPrev, in case either position is invalid) - ImVec2 MouseClickedPos[5]; // Position at time of clicking - double MouseClickedTime[5]; // Time of last click (used to figure out double-click) - bool MouseClicked[5]; // Mouse button went from !Down to Down - bool MouseDoubleClicked[5]; // Has mouse button been double-clicked? - bool MouseReleased[5]; // Mouse button went from Down to !Down - bool MouseDownOwned[5]; // Track if button was clicked inside a dear imgui window. We don't request mouse capture from the application if click started outside ImGui bounds. - bool MouseDownWasDoubleClick[5]; // Track if button down was a double-click - float MouseDownDuration[5]; // Duration the mouse button has been down (0.0f == just clicked) - float MouseDownDurationPrev[5]; // Previous time the mouse button has been down - ImVec2 MouseDragMaxDistanceAbs[5]; // Maximum distance, absolute, on each axis, of how much mouse has traveled from the clicking point - float MouseDragMaxDistanceSqr[5]; // Squared maximum distance of how much mouse has traveled from the clicking point - float KeysDownDuration[512]; // Duration the keyboard key has been down (0.0f == just pressed) - float KeysDownDurationPrev[512]; // Previous duration the key has been down - float NavInputsDownDuration[ImGuiNavInput_COUNT]; - float NavInputsDownDurationPrev[ImGuiNavInput_COUNT]; - float PenPressure; // Touch/Pen pressure (0.0f to 1.0f, should be >0.0f only when MouseDown[0] == true). Helper storage currently unused by Dear ImGui. - ImWchar16 InputQueueSurrogate; // For AddInputCharacterUTF16 - ImVector InputQueueCharacters; // Queue of _characters_ input (obtained by platform backend). Fill using AddInputCharacter() helper. +#endif IMGUI_API ImGuiIO(); }; struct ImGuiInputTextCallbackData { - ImGuiInputTextFlags EventFlag; // One ImGuiInputTextFlags_Callback* // Read-only - ImGuiInputTextFlags Flags; // What user passed to InputText() // Read-only - void* UserData; // What user passed to InputText() // Read-only - - // Arguments for the different callback events - // - To modify the text buffer in a callback, prefer using the InsertChars() / DeleteChars() function. InsertChars() will take care of calling the resize callback if necessary. - // - If you know your edits are not going to resize the underlying buffer allocation, you may modify the contents of 'Buf[]' directly. You need to update 'BufTextLen' accordingly (0 <= BufTextLen < BufSize) and set 'BufDirty'' to true so InputText can update its internal state. - ImWchar EventChar; // Character input // Read-write // [CharFilter] Replace character with another one, or set to zero to drop. return 1 is equivalent to setting EventChar=0; - ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Completion,History] - char* Buf; // Text buffer // Read-write // [Resize] Can replace pointer / [Completion,History,Always] Only write to pointed data, don't replace the actual pointer! - int BufTextLen; // Text length (in bytes) // Read-write // [Resize,Completion,History,Always] Exclude zero-terminator storage. In C land: == strlen(some_text), in C++ land: string.length() - int BufSize; // Buffer size (in bytes) = capacity+1 // Read-only // [Resize,Completion,History,Always] Include zero-terminator storage. In C land == ARRAYSIZE(my_char_array), in C++ land: string.capacity()+1 - bool BufDirty; // Set if you modify Buf/BufTextLen! // Write // [Completion,History,Always] - int CursorPos; // // Read-write // [Completion,History,Always] - int SelectionStart; // // Read-write // [Completion,History,Always] == to SelectionEnd when no selection) - int SelectionEnd; // // Read-write // [Completion,History,Always] - - // Helper functions for text manipulation. - // Use those function to benefit from the CallbackResize behaviors. Calling those function reset the selection. + ImGuiContext* Ctx; + ImGuiInputTextFlags EventFlag; + ImGuiInputTextFlags Flags; + void* UserData; + + ImWchar EventChar; + ImGuiKey EventKey; + char* Buf; + int BufTextLen; + int BufSize; + bool BufDirty; + int CursorPos; + int SelectionStart; + int SelectionEnd; + IMGUI_API ImGuiInputTextCallbackData(); IMGUI_API void DeleteChars(int pos, int bytes_count); IMGUI_API void InsertChars(int pos, const char* text, const char* text_end = NULL); @@ -1872,25 +2411,43 @@ struct ImGuiInputTextCallbackData struct ImGuiSizeCallbackData { - void* UserData; // Read-only. What user passed to SetNextWindowSizeConstraints() - ImVec2 Pos; // Read-only. Window position, for reference. - ImVec2 CurrentSize; // Read-only. Current window size. - ImVec2 DesiredSize; // Read-write. Desired size, based on user's mouse position. Write to this field to restrain resizing. + void* UserData; + ImVec2 Pos; + ImVec2 CurrentSize; + ImVec2 DesiredSize; +}; + +struct ImGuiWindowClass +{ + ImGuiID ClassId; + ImGuiID ParentViewportId; + ImGuiID FocusRouteParentWindowId; + ImGuiViewportFlags ViewportFlagsOverrideSet; + ImGuiViewportFlags ViewportFlagsOverrideClear; + ImGuiTabItemFlags TabItemFlagsOverrideSet; + ImGuiDockNodeFlags DockNodeFlagsOverrideSet; + bool DockingAlwaysTabBar; + bool DockingAllowUnclassed; + + ImGuiWindowClass() + { + memset(this, 0, sizeof(*this)); + ParentViewportId = (ImGuiID)-1; + DockingAllowUnclassed = true; + } }; struct ImGuiPayload { - // Members - void* Data; // Data (copied and owned by dear imgui) - int DataSize; // Data size + void* Data; + int DataSize; - // [Internal] - ImGuiID SourceId; // Source item id - ImGuiID SourceParentId; // Source parent id (if available) - int DataFrameCount; // Data timestamp - char DataType[32 + 1]; // Data type tag (short user-supplied string, 32 characters max) - bool Preview; // Set when AcceptDragDropPayload() was called and mouse has been hovering the target item (nb: handle overlapping drag targets) - bool Delivery; // Set when AcceptDragDropPayload() was called and mouse button is released over the target item. + ImGuiID SourceId; + ImGuiID SourceParentId; + int DataFrameCount; + char DataType[32 + 1]; + bool Preview; + bool Delivery; ImGuiPayload() { @@ -1919,36 +2476,11 @@ struct ImGuiPayload } }; -struct ImGuiTableColumnSortSpecs -{ - ImGuiID ColumnUserID; // User id of the column (if specified by a TableSetupColumn() call) - ImS16 ColumnIndex; // Index of the column - ImS16 SortOrder; // Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here) - ImGuiSortDirection SortDirection : 8; // ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending (you can use this or SortSign, whichever is more convenient for your sort function) - - ImGuiTableColumnSortSpecs() - { - memset(this, 0, sizeof(*this)); - } -}; - -struct ImGuiTableSortSpecs -{ - const ImGuiTableColumnSortSpecs* Specs; // Pointer to sort spec array. - int SpecsCount; // Sort spec count. Most often 1. May be > 1 when ImGuiTableFlags_SortMulti is enabled. May be == 0 when ImGuiTableFlags_SortTristate is enabled. - bool SpecsDirty; // Set to true when specs have changed since last time! Use this to sort again, then clear the flag. - - ImGuiTableSortSpecs() - { - memset(this, 0, sizeof(*this)); - } -}; - -#define IM_UNICODE_CODEPOINT_INVALID 0xFFFD // Invalid Unicode code point (standard value). +#define IM_UNICODE_CODEPOINT_INVALID 0xFFFD #ifdef IMGUI_USE_WCHAR32 -#define IM_UNICODE_CODEPOINT_MAX 0x10FFFF // Maximum Unicode code point supported by this build. +#define IM_UNICODE_CODEPOINT_MAX 0x10FFFF #else -#define IM_UNICODE_CODEPOINT_MAX 0xFFFF // Maximum Unicode code point supported by this build. +#define IM_UNICODE_CODEPOINT_MAX 0xFFFF #endif //struct ImGuiOnceUponAFrame @@ -1971,7 +2503,7 @@ struct ImGuiTableSortSpecs struct ImGuiTextFilter { IMGUI_API ImGuiTextFilter(const char* default_filter = ""); - IMGUI_API bool Draw(const char* label = "Filter (inc,-exc)", float width = 0.0f); // Helper calling InputText+Build + IMGUI_API bool Draw(const char* label = "Filter (inc,-exc)", float width = 0.0f); IMGUI_API bool PassFilter(const char* text, const char* text_end = NULL) const; IMGUI_API void Build(); void Clear() @@ -1984,7 +2516,6 @@ struct ImGuiTextFilter return !Filters.empty(); } - // [Internal] struct ImGuiTextRange { const char* b; @@ -2029,7 +2560,7 @@ struct ImGuiTextBuffer const char* end() const { return Buf.Data ? &Buf.back() : EmptyString; - } // Buf is zero-terminated, so end() will point on the zero-terminator + } int size() const { return Buf.Size ? Buf.Size - 1 : 0; @@ -2042,6 +2573,12 @@ struct ImGuiTextBuffer { Buf.clear(); } + void resize(int size) + { + if (Buf.Size > size) + Buf.Data[size] = 0; + Buf.resize(size ? size + 1 : 0, 0); + } void reserve(int capacity) { Buf.reserve(capacity); @@ -2055,40 +2592,36 @@ struct ImGuiTextBuffer IMGUI_API void appendfv(const char* fmt, va_list args) IM_FMTLIST(2); }; -struct ImGuiStorage +struct ImGuiStoragePair { - // [Internal] - struct ImGuiStoragePair + ImGuiID key; + union { - ImGuiID key; - union - { - int val_i; - float val_f; - void* val_p; - }; - ImGuiStoragePair(ImGuiID _key, int _val_i) - { - key = _key; - val_i = _val_i; - } - ImGuiStoragePair(ImGuiID _key, float _val_f) - { - key = _key; - val_f = _val_f; - } - ImGuiStoragePair(ImGuiID _key, void* _val_p) - { - key = _key; - val_p = _val_p; - } + int val_i; + float val_f; + void* val_p; }; + ImGuiStoragePair(ImGuiID _key, int _val) + { + key = _key; + val_i = _val; + } + ImGuiStoragePair(ImGuiID _key, float _val) + { + key = _key; + val_f = _val; + } + ImGuiStoragePair(ImGuiID _key, void* _val) + { + key = _key; + val_p = _val; + } +}; +struct ImGuiStorage +{ ImVector Data; - // - Get***() functions find pair, never add/allocate. Pairs are sorted so a query is O(log N) - // - Set***() functions find pair, insertion on demand if missing. - // - Sorted insertion is costly, paid once. A typical frame shouldn't need to insert any new pair. void Clear() { Data.clear(); @@ -2102,53 +2635,49 @@ struct ImGuiStorage IMGUI_API void* GetVoidPtr(ImGuiID key) const; // default_val is NULL IMGUI_API void SetVoidPtr(ImGuiID key, void* val); - // - Get***Ref() functions finds pair, insert on demand if missing, return pointer. Useful if you intend to do Get+Set. - // - References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer. - // - A typical use case where this is convenient for quick hacking (e.g. add storage during a live Edit&Continue session if you can't modify existing struct) - // float* pvar = ImGui::GetFloatRef(key); ImGui::SliderFloat("var", pvar, 0, 100.0f); some_var += *pvar; IMGUI_API int* GetIntRef(ImGuiID key, int default_val = 0); IMGUI_API bool* GetBoolRef(ImGuiID key, bool default_val = false); IMGUI_API float* GetFloatRef(ImGuiID key, float default_val = 0.0f); IMGUI_API void** GetVoidPtrRef(ImGuiID key, void* default_val = NULL); - // Use on your own storage if you know only integer are being stored (open/close all tree nodes) - IMGUI_API void SetAllInt(int val); - - // For quicker full rebuild of a storage (instead of an incremental one), you may add all your contents and then sort once. IMGUI_API void BuildSortByKey(); + IMGUI_API void SetAllInt(int val); }; struct ImGuiListClipper { + ImGuiContext* Ctx; int DisplayStart; int DisplayEnd; - - // [Internal] int ItemsCount; - int StepNo; - int ItemsFrozen; float ItemsHeight; - float StartPosY; + double StartPosY; + double StartSeekOffsetY; + void* TempData; IMGUI_API ImGuiListClipper(); IMGUI_API ~ImGuiListClipper(); + IMGUI_API void Begin(int items_count, float items_height = -1.0f); + IMGUI_API void End(); + IMGUI_API bool Step(); - // items_count: Use INT_MAX if you don't know how many items you have (in which case the cursor won't be advanced in the final step) - // items_height: Use -1.0f to be calculated automatically on first step. Otherwise pass in the distance between your items, typically GetTextLineHeightWithSpacing() or GetFrameHeightWithSpacing(). - IMGUI_API void Begin(int items_count, float items_height = -1.0f); // Automatically called by constructor if you passed 'items_count' or by Step() in Step 1. - IMGUI_API void End(); // Automatically called on the last call of Step() that returns false. - IMGUI_API bool Step(); // Call until it returns false. The DisplayStart/DisplayEnd fields will be set and you can process/draw those items. + inline void IncludeItemByIndex(int item_index) + { + IncludeItemsByIndex(item_index, item_index + 1); + } + IMGUI_API void IncludeItemsByIndex(int item_begin, int item_end); + + IMGUI_API void SeekCursorForItem(int item_index); #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - inline ImGuiListClipper(int items_count, float items_height = -1.0f) + inline void IncludeRangeByIndices(int item_begin, int item_end) { - memset(this, 0, sizeof(*this)); - ItemsCount = -1; - Begin(items_count, items_height); - } // [removed in 1.79] + IncludeItemsByIndex(item_begin, item_end); + } #endif }; +#ifndef IM_COL32_R_SHIFT #ifdef IMGUI_USE_BGRA_PACKED_COLOR #define IM_COL32_R_SHIFT 16 #define IM_COL32_G_SHIFT 8 @@ -2162,46 +2691,30 @@ struct ImGuiListClipper #define IM_COL32_A_SHIFT 24 #define IM_COL32_A_MASK 0xFF000000 #endif +#endif #define IM_COL32(R, G, B, A) (((ImU32)(A) << IM_COL32_A_SHIFT) | ((ImU32)(B) << IM_COL32_B_SHIFT) | ((ImU32)(G) << IM_COL32_G_SHIFT) | ((ImU32)(R) << IM_COL32_R_SHIFT)) -#define IM_COL32_WHITE IM_COL32(255, 255, 255, 255) // Opaque white = 0xFFFFFFFF -#define IM_COL32_BLACK IM_COL32(0, 0, 0, 255) // Opaque black -#define IM_COL32_BLACK_TRANS IM_COL32(0, 0, 0, 0) // Transparent black = 0x00000000 +#define IM_COL32_WHITE IM_COL32(255, 255, 255, 255) +#define IM_COL32_BLACK IM_COL32(0, 0, 0, 255) +#define IM_COL32_BLACK_TRANS IM_COL32(0, 0, 0, 0) struct ImColor { ImVec4 Value; - ImColor() - { - Value.x = Value.y = Value.z = Value.w = 0.0f; - } - ImColor(int r, int g, int b, int a = 255) - { - float sc = 1.0f / 255.0f; - Value.x = (float)r * sc; - Value.y = (float)g * sc; - Value.z = (float)b * sc; - Value.w = (float)a * sc; - } - ImColor(ImU32 rgba) - { - float sc = 1.0f / 255.0f; - Value.x = (float)((rgba >> IM_COL32_R_SHIFT) & 0xFF) * sc; - Value.y = (float)((rgba >> IM_COL32_G_SHIFT) & 0xFF) * sc; - Value.z = (float)((rgba >> IM_COL32_B_SHIFT) & 0xFF) * sc; - Value.w = (float)((rgba >> IM_COL32_A_SHIFT) & 0xFF) * sc; - } - ImColor(float r, float g, float b, float a = 1.0f) - { - Value.x = r; - Value.y = g; - Value.z = b; - Value.w = a; - } - ImColor(const ImVec4& col) - { - Value = col; - } + constexpr ImColor() + {} + constexpr ImColor(float r, float g, float b, float a = 1.0f) + : Value(r, g, b, a) + {} + constexpr ImColor(const ImVec4& col) + : Value(col) + {} + constexpr ImColor(int r, int g, int b, int a = 255) + : Value((float)r * (1.0f / 255.0f), (float)g * (1.0f / 255.0f), (float)b * (1.0f / 255.0f), (float)a * (1.0f / 255.0f)) + {} + constexpr ImColor(ImU32 rgba) + : Value((float)((rgba >> IM_COL32_R_SHIFT) & 0xFF) * (1.0f / 255.0f), (float)((rgba >> IM_COL32_G_SHIFT) & 0xFF) * (1.0f / 255.0f), (float)((rgba >> IM_COL32_B_SHIFT) & 0xFF) * (1.0f / 255.0f), (float)((rgba >> IM_COL32_A_SHIFT) & 0xFF) * (1.0f / 255.0f)) + {} //inline operator ImU32() const //{ // return ImGui::ColorConvertFloat4ToU32(Value); @@ -2211,7 +2724,6 @@ struct ImColor return Value; } - //// FIXME-OBSOLETE: May need to obsolete/cleanup those helpers. //inline void SetHSV(float h, float s, float v, float a = 1.0f) //{ // ImGui::ColorConvertHSVtoRGB(h, s, v, Value.x, Value.y, Value.z); @@ -2225,35 +2737,118 @@ struct ImColor //} }; +enum ImGuiMultiSelectFlags_ +{ + ImGuiMultiSelectFlags_None = 0, + ImGuiMultiSelectFlags_SingleSelect = 1 << 0, + ImGuiMultiSelectFlags_NoSelectAll = 1 << 1, + ImGuiMultiSelectFlags_NoRangeSelect = 1 << 2, + ImGuiMultiSelectFlags_NoAutoSelect = 1 << 3, + ImGuiMultiSelectFlags_NoAutoClear = 1 << 4, + ImGuiMultiSelectFlags_NoAutoClearOnReselect = 1 << 5, + ImGuiMultiSelectFlags_BoxSelect1d = 1 << 6, + ImGuiMultiSelectFlags_BoxSelect2d = 1 << 7, + ImGuiMultiSelectFlags_BoxSelectNoScroll = 1 << 8, + ImGuiMultiSelectFlags_ClearOnEscape = 1 << 9, + ImGuiMultiSelectFlags_ClearOnClickVoid = 1 << 10, + ImGuiMultiSelectFlags_ScopeWindow = 1 << 11, + ImGuiMultiSelectFlags_ScopeRect = 1 << 12, + ImGuiMultiSelectFlags_SelectOnClick = 1 << 13, + ImGuiMultiSelectFlags_SelectOnClickRelease = 1 << 14, + //ImGuiMultiSelectFlags_RangeSelect2d = 1 << 15, + ImGuiMultiSelectFlags_NavWrapX = 1 << 16, +}; + +struct ImGuiMultiSelectIO +{ + ImVector Requests; + ImGuiSelectionUserData RangeSrcItem; + ImGuiSelectionUserData NavIdItem; + bool NavIdSelected; + bool RangeSrcReset; + int ItemsCount; +}; + +enum ImGuiSelectionRequestType +{ + ImGuiSelectionRequestType_None = 0, + ImGuiSelectionRequestType_SetAll, + ImGuiSelectionRequestType_SetRange, +}; + +struct ImGuiSelectionRequest +{ + ImGuiSelectionRequestType Type; + bool Selected; + ImS8 RangeDirection; + ImGuiSelectionUserData RangeFirstItem; + ImGuiSelectionUserData RangeLastItem; +}; + +struct ImGuiSelectionBasicStorage +{ + int Size; + bool PreserveOrder; + void* UserData; + ImGuiID (*AdapterIndexToStorageId)(ImGuiSelectionBasicStorage* self, int idx); + int _SelectionOrder; + ImGuiStorage _Storage; + + IMGUI_API ImGuiSelectionBasicStorage(); + IMGUI_API void ApplyRequests(ImGuiMultiSelectIO* ms_io); + IMGUI_API bool Contains(ImGuiID id) const; + IMGUI_API void Clear(); + IMGUI_API void Swap(ImGuiSelectionBasicStorage& r); + IMGUI_API void SetItemSelected(ImGuiID id, bool selected); + IMGUI_API bool GetNextSelectedItem(void** opaque_it, ImGuiID* out_id); + inline ImGuiID GetStorageIdFromIndex(int idx) + { + return AdapterIndexToStorageId(this, idx); + } +}; + +struct ImGuiSelectionExternalStorage +{ + void* UserData; + void (*AdapterSetItemSelected)(ImGuiSelectionExternalStorage* self, int idx, bool selected); + + IMGUI_API ImGuiSelectionExternalStorage(); + IMGUI_API void ApplyRequests(ImGuiMultiSelectIO* ms_io); +}; + #ifndef IM_DRAWLIST_TEX_LINES_WIDTH_MAX -#define IM_DRAWLIST_TEX_LINES_WIDTH_MAX (63) +#define IM_DRAWLIST_TEX_LINES_WIDTH_MAX (32) +#endif + +#ifndef ImDrawIdx +typedef unsigned short ImDrawIdx; #endif #ifndef ImDrawCallback typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); #endif -#define ImDrawCallback_ResetRenderState (ImDrawCallback)(-1) +#define ImDrawCallback_ResetRenderState (ImDrawCallback)(-8) struct ImDrawCmd { - ImVec4 ClipRect; // 4*4 // Clipping rectangle (x1, y1, x2, y2). Subtract ImDrawData->DisplayPos to get clipping rectangle in "viewport" coordinates - ImTextureID TextureId; // 4-8 // User-provided texture ID. Set by user in ImfontAtlas::SetTexID() for fonts or passed to Image*() functions. Ignore if never using images or multiple fonts atlas. - unsigned int VtxOffset; // 4 // Start offset in vertex buffer. ImGuiBackendFlags_RendererHasVtxOffset: always 0, otherwise may be >0 to support meshes larger than 64K vertices with 16-bit indices. - unsigned int IdxOffset; // 4 // Start offset in index buffer. Always equal to sum of ElemCount drawn so far. - unsigned int ElemCount; // 4 // Number of indices (multiple of 3) to be rendered as triangles. Vertices are stored in the callee ImDrawList's vtx_buffer[] array, indices in idx_buffer[]. - ImDrawCallback UserCallback; // 4-8 // If != NULL, call the function instead of rendering the vertices. clip_rect and texture_id will be set normally. - void* UserCallbackData; // 4-8 // The draw callback code can access this. + ImVec4 ClipRect; + ImTextureRef TexRef; + unsigned int VtxOffset; + unsigned int IdxOffset; + unsigned int ElemCount; + ImDrawCallback UserCallback; + void* UserCallbackData; + int UserCallbackDataSize; + int UserCallbackDataOffset; ImDrawCmd() { memset(this, 0, sizeof(*this)); - } // Also ensure our padding fields are zeroed -}; + } -#ifndef ImDrawIdx -typedef unsigned short ImDrawIdx; -#endif + inline ImTextureID GetTexID() const; +}; #ifndef IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT struct ImDrawVert @@ -2269,7 +2864,7 @@ IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT; struct ImDrawCmdHeader { ImVec4 ClipRect; - ImTextureID TextureId; + ImTextureRef TexRef; unsigned int VtxOffset; }; @@ -2281,9 +2876,9 @@ struct ImDrawChannel struct ImDrawListSplitter { - int _Current; // Current channel number (0) - int _Count; // Number of active channels (1+) - ImVector _Channels; // Draw channels (not resized down so _Count might be < Channels.Size) + int _Current; + int _Count; + ImVector _Channels; inline ImDrawListSplitter() { @@ -2297,73 +2892,68 @@ struct ImDrawListSplitter { _Current = 0; _Count = 1; - } // Do not clear Channels[] so our allocations are reused next frame + } IMGUI_API void ClearFreeMemory(); IMGUI_API void Split(ImDrawList* draw_list, int count); IMGUI_API void Merge(ImDrawList* draw_list); IMGUI_API void SetCurrentChannel(ImDrawList* draw_list, int channel_idx); }; -enum ImDrawCornerFlags_ +enum ImDrawFlags_ { - ImDrawCornerFlags_None = 0, - ImDrawCornerFlags_TopLeft = 1 << 0, // 0x1 - ImDrawCornerFlags_TopRight = 1 << 1, // 0x2 - ImDrawCornerFlags_BotLeft = 1 << 2, // 0x4 - ImDrawCornerFlags_BotRight = 1 << 3, // 0x8 - ImDrawCornerFlags_Top = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_TopRight, // 0x3 - ImDrawCornerFlags_Bot = ImDrawCornerFlags_BotLeft | ImDrawCornerFlags_BotRight, // 0xC - ImDrawCornerFlags_Left = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_BotLeft, // 0x5 - ImDrawCornerFlags_Right = ImDrawCornerFlags_TopRight | ImDrawCornerFlags_BotRight, // 0xA - ImDrawCornerFlags_All = 0xF // In your function calls you may use ~0 (= all bits sets) instead of ImDrawCornerFlags_All, as a convenience + ImDrawFlags_None = 0, + ImDrawFlags_Closed = 1 << 0, + ImDrawFlags_RoundCornersTopLeft = 1 << 4, + ImDrawFlags_RoundCornersTopRight = 1 << 5, + ImDrawFlags_RoundCornersBottomLeft = 1 << 6, + ImDrawFlags_RoundCornersBottomRight = 1 << 7, + ImDrawFlags_RoundCornersNone = 1 << 8, + ImDrawFlags_RoundCornersTop = ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight, + ImDrawFlags_RoundCornersBottom = ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersBottomRight, + ImDrawFlags_RoundCornersLeft = ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersTopLeft, + ImDrawFlags_RoundCornersRight = ImDrawFlags_RoundCornersBottomRight | ImDrawFlags_RoundCornersTopRight, + ImDrawFlags_RoundCornersAll = ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight | ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersBottomRight, + ImDrawFlags_RoundCornersDefault_ = ImDrawFlags_RoundCornersAll, + ImDrawFlags_RoundCornersMask_ = ImDrawFlags_RoundCornersAll | ImDrawFlags_RoundCornersNone, }; enum ImDrawListFlags_ { ImDrawListFlags_None = 0, - ImDrawListFlags_AntiAliasedLines = 1 << 0, // Enable anti-aliased lines/borders (*2 the number of triangles for 1.0f wide line or lines thin enough to be drawn using textures, otherwise *3 the number of triangles) - ImDrawListFlags_AntiAliasedLinesUseTex = 1 << 1, // Enable anti-aliased lines/borders using textures when possible. Require backend to render with bilinear filtering. - ImDrawListFlags_AntiAliasedFill = 1 << 2, // Enable anti-aliased edge around filled shapes (rounded rectangles, circles). - ImDrawListFlags_AllowVtxOffset = 1 << 3 // Can emit 'VtxOffset > 0' to allow large meshes. Set when 'ImGuiBackendFlags_RendererHasVtxOffset' is enabled. + ImDrawListFlags_AntiAliasedLines = 1 << 0, + ImDrawListFlags_AntiAliasedLinesUseTex = 1 << 1, + ImDrawListFlags_AntiAliasedFill = 1 << 2, + ImDrawListFlags_AllowVtxOffset = 1 << 3, }; struct ImDrawList { - // This is what you have to render - ImVector CmdBuffer; // Draw commands. Typically 1 command = 1 GPU draw call, unless the command is a callback. - ImVector IdxBuffer; // Index buffer. Each command consume ImDrawCmd::ElemCount of those - ImVector VtxBuffer; // Vertex buffer. - ImDrawListFlags Flags; // Flags, you may poke into these to adjust anti-aliasing settings per-primitive. - - // [Internal, used while building lists] - unsigned int _VtxCurrentIdx; // [Internal] generally == VtxBuffer.Size unless we are past 64K vertices, in which case this gets reset to 0. - const ImDrawListSharedData* _Data; // Pointer to shared draw data (you can use ImGui::GetDrawListSharedData() to get the one from current ImGui context) - const char* _OwnerName; // Pointer to owner window's name for debugging - ImDrawVert* _VtxWritePtr; // [Internal] point within VtxBuffer.Data after each add command (to avoid using the ImVector<> operators too much) - ImDrawIdx* _IdxWritePtr; // [Internal] point within IdxBuffer.Data after each add command (to avoid using the ImVector<> operators too much) - ImVector _ClipRectStack; // [Internal] - ImVector _TextureIdStack; // [Internal] - ImVector _Path; // [Internal] current path building - ImDrawCmdHeader _CmdHeader; // [Internal] template of active commands. Fields should match those of CmdBuffer.back(). - ImDrawListSplitter _Splitter; // [Internal] for channels api (note: prefer using your own persistent instance of ImDrawListSplitter!) - float _FringeScale; // [Internal] anti-alias fringe is scaled by this value, this helps to keep things sharp while zooming at vertex buffer content - - // If you want to create ImDrawList instances, pass them ImGui::GetDrawListSharedData() or create and use your own ImDrawListSharedData (so you can use ImDrawList without ImGui) - ImDrawList(const ImDrawListSharedData* shared_data) - { - memset(this, 0, sizeof(*this)); - _Data = shared_data; - } - - ~ImDrawList() - { - _ClearFreeMemory(); - } - IMGUI_API void PushClipRect(ImVec2 clip_rect_min, ImVec2 clip_rect_max, bool intersect_with_current_clip_rect = false); // Render-level scissoring. This is passed down to your render function but not used for CPU-side coarse clipping. Prefer using higher-level ImGui::PushClipRect() to affect logic (hit-testing and widget culling) + ImVector CmdBuffer; + ImVector IdxBuffer; + ImVector VtxBuffer; + ImDrawListFlags Flags; + + unsigned int _VtxCurrentIdx; + ImDrawListSharedData* _Data; + ImDrawVert* _VtxWritePtr; + ImDrawIdx* _IdxWritePtr; + ImVector _Path; + ImDrawCmdHeader _CmdHeader; + ImDrawListSplitter _Splitter; + ImVector _ClipRectStack; + ImVector _TextureStack; + ImVector _CallbacksDataBuf; + float _FringeScale; + const char* _OwnerName; + + IMGUI_API ImDrawList(ImDrawListSharedData* shared_data); + IMGUI_API ~ImDrawList(); + + IMGUI_API void PushClipRect(const ImVec2& clip_rect_min, const ImVec2& clip_rect_max, bool intersect_with_current_clip_rect = false); IMGUI_API void PushClipRectFullScreen(); IMGUI_API void PopClipRect(); - IMGUI_API void PushTextureID(ImTextureID texture_id); - IMGUI_API void PopTextureID(); + IMGUI_API void PushTexture(ImTextureRef tex_ref); + IMGUI_API void PopTexture(); inline ImVec2 GetClipRectMin() const { const ImVec4& cr = _ClipRectStack.back(); @@ -2375,15 +2965,9 @@ struct ImDrawList return ImVec2(cr.z, cr.w); } - // Primitives - // - For rectangular primitives, "p_min" and "p_max" represent the upper-left and lower-right corners. - // - For circle primitives, use "num_segments == 0" to automatically calculate tessellation (preferred). - // In older versions (until Dear ImGui 1.77) the AddCircle functions defaulted to num_segments == 12. - // In future versions we will use textures to provide cheaper and higher-quality circles. - // Use AddNgon() and AddNgonFilled() functions if you need to guaranteed a specific number of sides. IMGUI_API void AddLine(const ImVec2& p1, const ImVec2& p2, ImU32 col, float thickness = 1.0f); - IMGUI_API void AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding = 0.0f, ImDrawCornerFlags rounding_corners = ImDrawCornerFlags_All, float thickness = 1.0f); // a: upper-left, b: lower-right (== upper-left + size), rounding_corners_flags: 4 bits corresponding to which corner to round - IMGUI_API void AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding = 0.0f, ImDrawCornerFlags rounding_corners = ImDrawCornerFlags_All); // a: upper-left, b: lower-right (== upper-left + size) + IMGUI_API void AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding = 0.0f, ImDrawFlags flags = 0, float thickness = 1.0f); + IMGUI_API void AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding = 0.0f, ImDrawFlags flags = 0); IMGUI_API void AddRectFilledMultiColor(const ImVec2& p_min, const ImVec2& p_max, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot_left); IMGUI_API void AddQuad(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness = 1.0f); IMGUI_API void AddQuadFilled(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col); @@ -2393,22 +2977,21 @@ struct ImDrawList IMGUI_API void AddCircleFilled(const ImVec2& center, float radius, ImU32 col, int num_segments = 0); IMGUI_API void AddNgon(const ImVec2& center, float radius, ImU32 col, int num_segments, float thickness = 1.0f); IMGUI_API void AddNgonFilled(const ImVec2& center, float radius, ImU32 col, int num_segments); + IMGUI_API void AddEllipse(const ImVec2& center, const ImVec2& radius, ImU32 col, float rot = 0.0f, int num_segments = 0, float thickness = 1.0f); + IMGUI_API void AddEllipseFilled(const ImVec2& center, const ImVec2& radius, ImU32 col, float rot = 0.0f, int num_segments = 0); IMGUI_API void AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end = NULL); - IMGUI_API void AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end = NULL, float wrap_width = 0.0f, const ImVec4* cpu_fine_clip_rect = NULL); - IMGUI_API void AddPolyline(const ImVec2* points, int num_points, ImU32 col, bool closed, float thickness); - IMGUI_API void AddConvexPolyFilled(const ImVec2* points, int num_points, ImU32 col); // Note: Anti-aliased filling requires points to be in clockwise order. - IMGUI_API void AddBezierCubic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segments = 0); // Cubic Bezier (4 control points) - IMGUI_API void AddBezierQuadratic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness, int num_segments = 0); // Quadratic Bezier (3 control points) - - // Image primitives - // - Read FAQ to understand what ImTextureID is. - // - "p_min" and "p_max" represent the upper-left and lower-right corners of the rectangle. - // - "uv_min" and "uv_max" represent the normalized texture coordinates to use for those corners. Using (0,0)->(1,1) texture coordinates will generally display the entire texture. - IMGUI_API void AddImage(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min = ImVec2(0, 0), const ImVec2& uv_max = ImVec2(1, 1), ImU32 col = IM_COL32_WHITE); - IMGUI_API void AddImageQuad(ImTextureID user_texture_id, const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, const ImVec2& uv1 = ImVec2(0, 0), const ImVec2& uv2 = ImVec2(1, 0), const ImVec2& uv3 = ImVec2(1, 1), const ImVec2& uv4 = ImVec2(0, 1), ImU32 col = IM_COL32_WHITE); - IMGUI_API void AddImageRounded(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col, float rounding, ImDrawCornerFlags rounding_corners = ImDrawCornerFlags_All); - - // Stateful path API, add points then finish with PathFillConvex() or PathStroke() + IMGUI_API void AddText(ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end = NULL, float wrap_width = 0.0f, const ImVec4* cpu_fine_clip_rect = NULL); + IMGUI_API void AddBezierCubic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segments = 0); + IMGUI_API void AddBezierQuadratic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness, int num_segments = 0); + + IMGUI_API void AddPolyline(const ImVec2* points, int num_points, ImU32 col, ImDrawFlags flags, float thickness); + IMGUI_API void AddConvexPolyFilled(const ImVec2* points, int num_points, ImU32 col); + IMGUI_API void AddConcavePolyFilled(const ImVec2* points, int num_points, ImU32 col); + + IMGUI_API void AddImage(ImTextureRef tex_ref, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min = ImVec2(0, 0), const ImVec2& uv_max = ImVec2(1, 1), ImU32 col = IM_COL32_WHITE); + IMGUI_API void AddImageQuad(ImTextureRef tex_ref, const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, const ImVec2& uv1 = ImVec2(0, 0), const ImVec2& uv2 = ImVec2(1, 0), const ImVec2& uv3 = ImVec2(1, 1), const ImVec2& uv4 = ImVec2(0, 1), ImU32 col = IM_COL32_WHITE); + IMGUI_API void AddImageRounded(ImTextureRef tex_ref, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col, float rounding, ImDrawFlags flags = 0); + inline void PathClear() { _Path.Size = 0; @@ -2426,29 +3009,29 @@ struct ImDrawList { AddConvexPolyFilled(_Path.Data, _Path.Size, col); _Path.Size = 0; - } // Note: Anti-aliased filling requires points to be in clockwise order. - inline void PathStroke(ImU32 col, bool closed, float thickness = 1.0f) + } + inline void PathFillConcave(ImU32 col) + { + AddConcavePolyFilled(_Path.Data, _Path.Size, col); + _Path.Size = 0; + } + inline void PathStroke(ImU32 col, ImDrawFlags flags = 0, float thickness = 1.0f) { - AddPolyline(_Path.Data, _Path.Size, col, closed, thickness); + AddPolyline(_Path.Data, _Path.Size, col, flags, thickness); _Path.Size = 0; } - IMGUI_API void PathArcTo(const ImVec2& center, float radius, float a_min, float a_max, int num_segments = 10); - IMGUI_API void PathArcToFast(const ImVec2& center, float radius, int a_min_of_12, int a_max_of_12); // Use precomputed angles for a 12 steps circle - IMGUI_API void PathBezierCubicCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments = 0); // Cubic Bezier (4 control points) - IMGUI_API void PathBezierQuadraticCurveTo(const ImVec2& p2, const ImVec2& p3, int num_segments = 0); // Quadratic Bezier (3 control points) - IMGUI_API void PathRect(const ImVec2& rect_min, const ImVec2& rect_max, float rounding = 0.0f, ImDrawCornerFlags rounding_corners = ImDrawCornerFlags_All); - - // Advanced - IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering function must check for 'UserCallback' in ImDrawCmd and call the function instead of rendering triangles. - IMGUI_API void AddDrawCmd(); // This is useful if you need to forcefully create a new draw call (to allow for dependent rendering / blending). Otherwise primitives are merged into the same draw-call as much as possible - IMGUI_API ImDrawList* CloneOutput() const; // Create a clone of the CmdBuffer/IdxBuffer/VtxBuffer. - - // Advanced: Channels - // - Use to split render into layers. By switching channels to can render out-of-order (e.g. submit FG primitives before BG primitives) - // - Use to minimize draw calls (e.g. if going back-and-forth between multiple clipping rectangles, prefer to append into separate channels then merge at the end) - // - FIXME-OBSOLETE: This API shouldn't have been in ImDrawList in the first place! - // Prefer using your own persistent instance of ImDrawListSplitter as you can stack them. - // Using the ImDrawList::ChannelsXXXX you cannot stack a split over another. + IMGUI_API void PathArcTo(const ImVec2& center, float radius, float a_min, float a_max, int num_segments = 0); + IMGUI_API void PathArcToFast(const ImVec2& center, float radius, int a_min_of_12, int a_max_of_12); + IMGUI_API void PathEllipticalArcTo(const ImVec2& center, const ImVec2& radius, float rot, float a_min, float a_max, int num_segments = 0); + IMGUI_API void PathBezierCubicCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments = 0); + IMGUI_API void PathBezierQuadraticCurveTo(const ImVec2& p2, const ImVec2& p3, int num_segments = 0); + IMGUI_API void PathRect(const ImVec2& rect_min, const ImVec2& rect_max, float rounding = 0.0f, ImDrawFlags flags = 0); + + IMGUI_API void AddCallback(ImDrawCallback callback, void* userdata, size_t userdata_size = 0); + + IMGUI_API void AddDrawCmd(); + IMGUI_API ImDrawList* CloneOutput() const; + inline void ChannelsSplit(int count) { _Splitter.Split(this, count); @@ -2462,12 +3045,9 @@ struct ImDrawList _Splitter.SetCurrentChannel(this, n); } - // Advanced: Primitives allocations - // - We render triangles (three vertices) - // - All primitives needs to be reserved via PrimReserve() beforehand. IMGUI_API void PrimReserve(int idx_count, int vtx_count); IMGUI_API void PrimUnreserve(int idx_count, int vtx_count); - IMGUI_API void PrimRect(const ImVec2& a, const ImVec2& b, ImU32 col); // Axis aligned rectangle (composed of two triangles) + IMGUI_API void PrimRect(const ImVec2& a, const ImVec2& b, ImU32 col); IMGUI_API void PrimRectUV(const ImVec2& a, const ImVec2& b, const ImVec2& uv_a, const ImVec2& uv_b, ImU32 col); IMGUI_API void PrimQuadUV(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d, ImU32 col); inline void PrimWriteVtx(const ImVec2& pos, const ImVec2& uv, ImU32 col) @@ -2487,99 +3067,204 @@ struct ImDrawList { PrimWriteIdx((ImDrawIdx)_VtxCurrentIdx); PrimWriteVtx(pos, uv, col); - } // Write vertex with unique index + } #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - inline void AddBezierCurve(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segments = 0) + inline void PushTextureID(ImTextureRef tex_ref) { - AddBezierCubic(p1, p2, p3, p4, col, thickness, num_segments); + PushTexture(tex_ref); } - inline void PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments = 0) + inline void PopTextureID() { - PathBezierCubicCurveTo(p2, p3, p4, num_segments); + PopTexture(); } #endif - // [Internal helpers] + IMGUI_API void _SetDrawListSharedData(ImDrawListSharedData* data); IMGUI_API void _ResetForNewFrame(); IMGUI_API void _ClearFreeMemory(); IMGUI_API void _PopUnusedDrawCmd(); + IMGUI_API void _TryMergeDrawCmds(); IMGUI_API void _OnChangedClipRect(); - IMGUI_API void _OnChangedTextureID(); + IMGUI_API void _OnChangedTexture(); IMGUI_API void _OnChangedVtxOffset(); + IMGUI_API void _SetTexture(ImTextureRef tex_ref); + IMGUI_API int _CalcCircleAutoSegmentCount(float radius) const; + IMGUI_API void _PathArcToFastEx(const ImVec2& center, float radius, int a_min_sample, int a_max_sample, int a_step); + IMGUI_API void _PathArcToN(const ImVec2& center, float radius, float a_min, float a_max, int num_segments); }; struct ImDrawData { - bool Valid; // Only valid after Render() is called and before the next NewFrame() is called. - ImDrawList** CmdLists; // Array of ImDrawList* to render. The ImDrawList are owned by ImGuiContext and only pointed to from here. - int CmdListsCount; // Number of ImDrawList* to render - int TotalIdxCount; // For convenience, sum of all ImDrawList's IdxBuffer.Size - int TotalVtxCount; // For convenience, sum of all ImDrawList's VtxBuffer.Size - ImVec2 DisplayPos; // Upper-left position of the viewport to render (== upper-left of the orthogonal projection matrix to use) - ImVec2 DisplaySize; // Size of the viewport to render (== io.DisplaySize for the main viewport) (DisplayPos + DisplaySize == lower-right of the orthogonal projection matrix to use) - ImVec2 FramebufferScale; // Amount of pixels for each unit of DisplaySize. Based on io.DisplayFramebufferScale. Generally (1,1) on normal display, (2,2) on OSX with Retina display. + bool Valid; + int CmdListsCount; + int TotalIdxCount; + int TotalVtxCount; + ImVector CmdLists; + ImVec2 DisplayPos; + ImVec2 DisplaySize; + ImVec2 FramebufferScale; + ImGuiViewport* OwnerViewport; + ImVector* Textures; - // Functions ImDrawData() { - Valid = false; Clear(); } - ~ImDrawData() + IMGUI_API void Clear(); + IMGUI_API void AddDrawList(ImDrawList* draw_list); + IMGUI_API void DeIndexAllBuffers(); + IMGUI_API void ScaleClipRects(const ImVec2& fb_scale); +}; + +#undef Status // X11 headers are leaking this. + +enum ImTextureFormat +{ + ImTextureFormat_RGBA32, + ImTextureFormat_Alpha8, +}; + +enum ImTextureStatus +{ + ImTextureStatus_OK, + ImTextureStatus_Destroyed, + ImTextureStatus_WantCreate, + ImTextureStatus_WantUpdates, + ImTextureStatus_WantDestroy, +}; + +struct ImTextureRect +{ + unsigned short x, y; + unsigned short w, h; +}; + +struct ImTextureData +{ + int UniqueID; + ImTextureStatus Status; + void* BackendUserData; + ImTextureID TexID; + ImTextureFormat Format; + int Width; + int Height; + int BytesPerPixel; + unsigned char* Pixels; + ImTextureRect UsedRect; + ImTextureRect UpdateRect; + ImVector Updates; + int UnusedFrames; + unsigned short RefCount; + bool UseColors; + bool WantDestroyNextFrame; + + ImTextureData() { - Clear(); + memset(this, 0, sizeof(*this)); + Status = ImTextureStatus_Destroyed; + TexID = ImTextureID_Invalid; } - void Clear() + ~ImTextureData() + { + DestroyPixels(); + } + IMGUI_API void Create(ImTextureFormat format, int w, int h); + IMGUI_API void DestroyPixels(); + void* GetPixels() + { + IM_ASSERT(Pixels != NULL); + return Pixels; + } + void* GetPixelsAt(int x, int y) + { + IM_ASSERT(Pixels != NULL); + return Pixels + (x + y * Width) * BytesPerPixel; + } + int GetSizeInBytes() const { - Valid = false; - CmdLists = NULL; - CmdListsCount = TotalVtxCount = TotalIdxCount = 0; - DisplayPos = DisplaySize = FramebufferScale = ImVec2(0.f, 0.f); - } // The ImDrawList are owned by ImGuiContext! - IMGUI_API void DeIndexAllBuffers(); // Helper to convert all buffers from indexed to non-indexed, in case you cannot render indexed. Note: this is slow and most likely a waste of resources. Always prefer indexed rendering! - IMGUI_API void ScaleClipRects(const ImVec2& fb_scale); // Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than Dear ImGui expects, or if there is a difference between your window resolution and framebuffer resolution. + return Width * Height * BytesPerPixel; + } + int GetPitch() const + { + return Width * BytesPerPixel; + } + ImTextureRef GetTexRef() + { + ImTextureRef tex_ref; + tex_ref._TexData = this; + tex_ref._TexID = ImTextureID_Invalid; + return tex_ref; + } + ImTextureID GetTexID() const + { + return TexID; + } + + void SetTexID(ImTextureID tex_id) + { + TexID = tex_id; + } + void SetStatus(ImTextureStatus status) + { + Status = status; + } }; struct ImFontConfig { - void* FontData; // // TTF/OTF data - int FontDataSize; // // TTF/OTF data size - bool FontDataOwnedByAtlas; // true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself). - int FontNo; // 0 // Index of font within TTF/OTF file - float SizePixels; // // Size in pixels for rasterizer (more or less maps to the resulting font height). - int OversampleH; // 3 // Rasterize at higher quality for sub-pixel positioning. Read https://github.com/nothings/stb/blob/master/tests/oversample/README.md for details. - int OversampleV; // 1 // Rasterize at higher quality for sub-pixel positioning. We don't use sub-pixel positions on the Y axis. - bool PixelSnapH; // false // Align every glyph to pixel boundary. Useful e.g. if you are merging a non-pixel aligned font with the default font. If enabled, you can set OversampleH/V to 1. - ImVec2 GlyphExtraSpacing; // 0, 0 // Extra spacing (in pixels) between glyphs. Only X axis is supported for now. - ImVec2 GlyphOffset; // 0, 0 // Offset all glyphs from this font input. - const ImWchar* GlyphRanges; // NULL // Pointer to a user-provided list of Unicode range (2 value per range, values are inclusive, zero-terminated list). THE ARRAY DATA NEEDS TO PERSIST AS LONG AS THE FONT IS ALIVE. - float GlyphMinAdvanceX; // 0 // Minimum AdvanceX for glyphs, set Min to align font icons, set both Min/Max to enforce mono-space font - float GlyphMaxAdvanceX; // FLT_MAX // Maximum AdvanceX for glyphs - bool MergeMode; // false // Merge into previous ImFont, so you can combine multiple inputs font into one ImFont (e.g. ASCII font + icons + Japanese glyphs). You may want to use GlyphOffset.y when merge font of different heights. - unsigned int FontBuilderFlags; // 0 // Settings for custom font builder. THIS IS BUILDER IMPLEMENTATION DEPENDENT. Leave as zero if unsure. - float RasterizerMultiply; // 1.0f // Brighten (>1.0f) or darken (<1.0f) font output. Brightening small fonts may be a good workaround to make them more readable. - ImWchar EllipsisChar; // -1 // Explicitly specify unicode codepoint of ellipsis character. When fonts are being merged first specified ellipsis will be used. - - // [Internal] - char Name[40]; // Name (strictly to ease debugging) + char Name[40]; + void* FontData; + int FontDataSize; + bool FontDataOwnedByAtlas; + + bool MergeMode; + bool PixelSnapH; + bool PixelSnapV; + ImS8 OversampleH; + ImS8 OversampleV; + ImWchar EllipsisChar; + float SizePixels; + const ImWchar* GlyphRanges; + const ImWchar* GlyphExcludeRanges; + ImVec2 GlyphOffset; + float GlyphMinAdvanceX; + float GlyphMaxAdvanceX; + float GlyphExtraAdvanceX; + ImU32 FontNo; + unsigned int FontLoaderFlags; + float RasterizerMultiply; + float RasterizerDensity; + + ImFontFlags Flags; ImFont* DstFont; + const ImFontLoader* FontLoader; + void* FontLoaderData; IMGUI_API ImFontConfig(); }; struct ImFontGlyph { - unsigned int Codepoint : 31; // 0x0000..0xFFFF - unsigned int Visible : 1; // Flag to allow early out when rendering - float AdvanceX; // Distance to next character (= data from font + ImFontConfig::GlyphExtraSpacing.x baked in) - float X0, Y0, X1, Y1; // Glyph corners - float U0, V0, U1, V1; // Texture coordinates + unsigned int Colored : 1; + unsigned int Visible : 1; + unsigned int SourceIdx : 4; + unsigned int Codepoint : 26; + float AdvanceX; + float X0, Y0, X1, Y1; + float U0, V0, U1, V1; + int PackId; + + ImFontGlyph() + { + memset(this, 0, sizeof(*this)); + PackId = -1; + } }; struct ImFontGlyphRangesBuilder { - ImVector UsedChars; // Store 1-bit per Unicode code point (0=unused, 1=used) + ImVector UsedChars; ImFontGlyphRangesBuilder() { @@ -2596,51 +3281,43 @@ struct ImFontGlyphRangesBuilder int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); return (UsedChars[off] & mask) != 0; - } // Get bit n in the array + } inline void SetBit(size_t n) { int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); UsedChars[off] |= mask; - } // Set bit n in the array + } inline void AddChar(ImWchar c) { SetBit(c); - } // Add character - IMGUI_API void AddText(const char* text, const char* text_end = NULL); // Add string (each character of the UTF-8 string are added) - IMGUI_API void AddRanges(const ImWchar* ranges); // Add ranges, e.g. builder.AddRanges(ImFontAtlas::GetGlyphRangesDefault()) to force add all of ASCII/Latin+Ext - IMGUI_API void BuildRanges(ImVector* out_ranges); // Output new ranges + } + IMGUI_API void AddText(const char* text, const char* text_end = NULL); + IMGUI_API void AddRanges(const ImWchar* ranges); + IMGUI_API void BuildRanges(ImVector* out_ranges); }; -struct ImFontAtlasCustomRect +typedef int ImFontAtlasRectId; +#define ImFontAtlasRectId_Invalid -1 + +struct ImFontAtlasRect { - unsigned short Width, Height; // Input // Desired rectangle dimension - unsigned short X, Y; // Output // Packed position in Atlas - unsigned int GlyphID; // Input // For custom font glyphs only (ID < 0x110000) - float GlyphAdvanceX; // Input // For custom font glyphs only: glyph xadvance - ImVec2 GlyphOffset; // Input // For custom font glyphs only: glyph display offset - ImFont* Font; // Input // For custom font glyphs only: target font - ImFontAtlasCustomRect() - { - Width = Height = 0; - X = Y = 0xFFFF; - GlyphID = 0; - GlyphAdvanceX = 0.0f; - GlyphOffset = ImVec2(0, 0); - Font = NULL; - } - bool IsPacked() const + unsigned short x, y; + unsigned short w, h; + ImVec2 uv0, uv1; + + ImFontAtlasRect() { - return X != 0xFFFF; + memset(this, 0, sizeof(*this)); } }; enum ImFontAtlasFlags_ { ImFontAtlasFlags_None = 0, - ImFontAtlasFlags_NoPowerOfTwoHeight = 1 << 0, // Don't round the height to next power of two - ImFontAtlasFlags_NoMouseCursors = 1 << 1, // Don't build software mouse cursors into the atlas (save a little texture memory) - ImFontAtlasFlags_NoBakedLines = 1 << 2 // Don't build thick line textures into the atlas (save a little texture memory). The AntiAliasedLinesUseTex features uses them, otherwise they will be rendered using polygons (more expensive for CPU/GPU). + ImFontAtlasFlags_NoPowerOfTwoHeight = 1 << 0, + ImFontAtlasFlags_NoMouseCursors = 1 << 1, + ImFontAtlasFlags_NoBakedLines = 1 << 2, }; struct ImFontAtlas @@ -2649,164 +3326,360 @@ struct ImFontAtlas IMGUI_API ~ImFontAtlas(); IMGUI_API ImFont* AddFont(const ImFontConfig* font_cfg); IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL); - IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); - IMGUI_API ImFont* AddFontFromMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); // Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas. Set font_cfg->FontDataOwnedByAtlas=false to keep ownership of your data and it won't be freed. - IMGUI_API ImFont* AddFontFromMemoryCompressedTTF(const void* compressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); // 'compressed_font_data' still owned by caller. Compress with binary_to_compressed_c.cpp. - IMGUI_API ImFont* AddFontFromMemoryCompressedBase85TTF(const char* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); // 'compressed_font_data_base85' still owned by caller. Compress with binary_to_compressed_c.cpp with -base85 parameter. - IMGUI_API void ClearInputData(); // Clear input data (all ImFontConfig structures including sizes, TTF data, glyph ranges, etc.) = all the data used to build the texture and fonts. - IMGUI_API void ClearTexData(); // Clear output texture data (CPU side). Saves RAM once the texture has been copied to graphics memory. - IMGUI_API void ClearFonts(); // Clear output font data (glyphs storage, UV coordinates). - IMGUI_API void Clear(); // Clear all input and output. - - // Build atlas, retrieve pixel data. - // User is in charge of copying the pixels into graphics memory (e.g. create a texture with your engine). Then store your texture handle with SetTexID(). - // The pitch is always = Width * BytesPerPixels (1 or 4) - // Building in RGBA32 format is provided for convenience and compatibility, but note that unless you manually manipulate or copy color data into - // the texture (e.g. when using the AddCustomRect*** api), then the RGB pixels emitted will always be white (~75% of memory/bandwidth waste. - IMGUI_API bool Build(); // Build pixels data. This is called automatically for you by the GetTexData*** functions. - IMGUI_API void GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); // 1 byte per-pixel - IMGUI_API void GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); // 4 bytes-per-pixel - bool IsBuilt() const + IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels = 0.0f, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); + IMGUI_API ImFont* AddFontFromMemoryTTF(void* font_data, int font_data_size, float size_pixels = 0.0f, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); + IMGUI_API ImFont* AddFontFromMemoryCompressedTTF(const void* compressed_font_data, int compressed_font_data_size, float size_pixels = 0.0f, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); + IMGUI_API ImFont* AddFontFromMemoryCompressedBase85TTF(const char* compressed_font_data_base85, float size_pixels = 0.0f, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); + IMGUI_API void RemoveFont(ImFont* font); + + IMGUI_API void Clear(); + IMGUI_API void CompactCache(); + IMGUI_API void SetFontLoader(const ImFontLoader* font_loader); + + IMGUI_API void ClearInputData(); + IMGUI_API void ClearFonts(); + IMGUI_API void ClearTexData(); + +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + IMGUI_API bool Build(); + IMGUI_API void GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); + IMGUI_API void GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); + void SetTexID(ImTextureID id) { - return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); + IM_ASSERT(TexRef._TexID == ImTextureID_Invalid); + TexRef._TexData->TexID = id; } - void SetTexID(ImTextureID id) + void SetTexID(ImTextureRef id) { - TexID = id; + IM_ASSERT(TexRef._TexID == ImTextureID_Invalid && id._TexData == NULL); + TexRef._TexData->TexID = id._TexID; } - - //------------------------------------------- - // Glyph Ranges - //------------------------------------------- - - // Helpers to retrieve list of common Unicode ranges (2 value per range, values are inclusive, zero-terminated list) - // NB: Make sure that your string are UTF-8 and NOT in your local code page. In C++11, you can create UTF-8 string literal using the u8"Hello world" syntax. See FAQ for details. - // NB: Consider using ImFontGlyphRangesBuilder to build glyph ranges from textual data. - IMGUI_API const ImWchar* GetGlyphRangesDefault(); // Basic Latin, Extended Latin - IMGUI_API const ImWchar* GetGlyphRangesKorean(); // Default + Korean characters - IMGUI_API const ImWchar* GetGlyphRangesJapanese(); // Default + Hiragana, Katakana, Half-Width, Selection of 2999 Ideographs - IMGUI_API const ImWchar* GetGlyphRangesChineseFull(); // Default + Half-Width + Japanese Hiragana/Katakana + full set of about 21000 CJK Unified Ideographs - IMGUI_API const ImWchar* GetGlyphRangesChineseSimplifiedCommon(); // Default + Half-Width + Japanese Hiragana/Katakana + set of 2500 CJK Unified Ideographs for common simplified Chinese - IMGUI_API const ImWchar* GetGlyphRangesCyrillic(); // Default + about 400 Cyrillic characters - IMGUI_API const ImWchar* GetGlyphRangesThai(); // Default + Thai characters - IMGUI_API const ImWchar* GetGlyphRangesVietnamese(); // Default + Vietnamese characters - - //------------------------------------------- - // [BETA] Custom Rectangles/Glyphs API - //------------------------------------------- - - // You can request arbitrary rectangles to be packed into the atlas, for your own purposes. - // After calling Build(), you can query the rectangle position and render your pixels. - // You can also request your rectangles to be mapped as font glyph (given a font + Unicode point), - // so you can render e.g. custom colorful icons and use them as regular glyphs. - // Read docs/FONTS.md for more details about using colorful icons. - // Note: this API may be redesigned later in order to support multi-monitor varying DPI settings. - IMGUI_API int AddCustomRectRegular(int width, int height); - IMGUI_API int AddCustomRectFontGlyph(ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2& offset = ImVec2(0, 0)); - ImFontAtlasCustomRect* GetCustomRectByIndex(int index) + bool IsBuilt() const { - IM_ASSERT(index >= 0); - return &CustomRects[index]; + return Fonts.Size > 0 && TexIsBuilt; } +#endif - // [Internal] - IMGUI_API void CalcCustomRectUV(const ImFontAtlasCustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max) const; - IMGUI_API bool GetMouseCursorTexData(ImGuiMouseCursor cursor, ImVec2* out_offset, ImVec2* out_size, ImVec2 out_uv_border[2], ImVec2 out_uv_fill[2]); - - //------------------------------------------- - // Members - //------------------------------------------- - - bool Locked; // Marked as Locked by ImGui::NewFrame() so attempt to modify the atlas will assert. - ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) - ImTextureID TexID; // User data to refer to the texture once it has been uploaded to user's graphic systems. It is passed back to you during rendering via the ImDrawCmd structure. - int TexDesiredWidth; // Texture width desired by user before Build(). Must be a power-of-two. If have many glyphs your graphics API have texture size restrictions you may want to increase texture width to decrease height. - int TexGlyphPadding; // Padding between glyphs within texture in pixels. Defaults to 1. If your rendering method doesn't rely on bilinear filtering you may set this to 0. + IMGUI_API const ImWchar* GetGlyphRangesDefault(); +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + IMGUI_API const ImWchar* GetGlyphRangesGreek(); + IMGUI_API const ImWchar* GetGlyphRangesKorean(); + IMGUI_API const ImWchar* GetGlyphRangesJapanese(); + IMGUI_API const ImWchar* GetGlyphRangesChineseFull(); + IMGUI_API const ImWchar* GetGlyphRangesChineseSimplifiedCommon(); + IMGUI_API const ImWchar* GetGlyphRangesCyrillic(); + IMGUI_API const ImWchar* GetGlyphRangesThai(); + IMGUI_API const ImWchar* GetGlyphRangesVietnamese(); +#endif - // [Internal] - // NB: Access texture data via GetTexData*() calls! Which will setup a default font for you. - unsigned char* TexPixelsAlpha8; // 1 component per pixel, each component is unsigned 8-bit. Total size = TexWidth * TexHeight - unsigned int* TexPixelsRGBA32; // 4 component per pixel, each component is unsigned 8-bit. Total size = TexWidth * TexHeight * 4 - int TexWidth; // Texture width calculated during Build(). - int TexHeight; // Texture height calculated during Build(). - ImVec2 TexUvScale; // = (1.0f/TexWidth, 1.0f/TexHeight) - ImVec2 TexUvWhitePixel; // Texture coordinates to a white pixel - ImVector Fonts; // Hold all the fonts returned by AddFont*. Fonts[0] is the default font upon calling ImGui::NewFrame(), use ImGui::PushFont()/PopFont() to change the current font. - ImVector CustomRects; // Rectangles for packing custom texture data into the atlas. - ImVector ConfigData; // Configuration data - ImVec4 TexUvLines[IM_DRAWLIST_TEX_LINES_WIDTH_MAX + 1]; // UVs for baked anti-aliased lines - - // [Internal] Packing data - int PackIdMouseCursors; // Custom texture rectangle ID for white pixel and mouse cursors - int PackIdLines; // Custom texture rectangle ID for baked anti-aliased lines + IMGUI_API ImFontAtlasRectId AddCustomRect(int width, int height, ImFontAtlasRect* out_r = NULL); + IMGUI_API void RemoveCustomRect(ImFontAtlasRectId id); + IMGUI_API bool GetCustomRect(ImFontAtlasRectId id, ImFontAtlasRect* out_r) const; + + ImFontAtlasFlags Flags; + ImTextureFormat TexDesiredFormat; + int TexGlyphPadding; + int TexMinWidth; + int TexMinHeight; + int TexMaxWidth; + int TexMaxHeight; + void* UserData; + +#ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + ImTextureRef TexRef; +#else + union + { + ImTextureRef TexRef; + ImTextureRef TexID; + }; +#endif + ImTextureData* TexData; + + ImVector TexList; + bool Locked; + bool RendererHasTextures; + bool TexIsBuilt; + bool TexPixelsUseColors; + ImVec2 TexUvScale; + ImVec2 TexUvWhitePixel; + ImVector Fonts; + ImVector Sources; + ImVec4 TexUvLines[IM_DRAWLIST_TEX_LINES_WIDTH_MAX + 1]; + int TexNextUniqueID; + int FontNextUniqueID; + ImVector DrawListSharedDatas; + ImFontAtlasBuilder* Builder; + const ImFontLoader* FontLoader; + const char* FontLoaderName; + void* FontLoaderData; + unsigned int FontLoaderFlags; + int RefCount; + ImGuiContext* OwnerContext; #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - typedef ImFontAtlasCustomRect CustomRect; // OBSOLETED in 1.72+ - typedef ImFontGlyphRangesBuilder GlyphRangesBuilder; // OBSOLETED in 1.67+ + ImFontAtlasRect TempRect; + inline ImFontAtlasRectId AddCustomRectRegular(int w, int h) + { + return AddCustomRect(w, h); + } + inline const ImFontAtlasRect* GetCustomRectByIndex(ImFontAtlasRectId id) + { + return GetCustomRect(id, &TempRect) ? &TempRect : NULL; + } + inline void CalcCustomRectUV(const ImFontAtlasRect* r, ImVec2* out_uv_min, ImVec2* out_uv_max) const + { + *out_uv_min = r->uv0; + *out_uv_max = r->uv1; + } + IMGUI_API ImFontAtlasRectId AddCustomRectFontGlyph(ImFont* font, ImWchar codepoint, int w, int h, float advance_x, const ImVec2& offset = ImVec2(0, 0)); + IMGUI_API ImFontAtlasRectId AddCustomRectFontGlyphForSize(ImFont* font, float font_size, ImWchar codepoint, int w, int h, float advance_x, const ImVec2& offset = ImVec2(0, 0)); #endif }; +struct ImFontBaked +{ + ImVector IndexAdvanceX; + float FallbackAdvanceX; + float Size; + float RasterizerDensity; + + ImVector IndexLookup; + ImVector Glyphs; + int FallbackGlyphIndex; + + float Ascent, Descent; + unsigned int MetricsTotalSurface : 26; + unsigned int WantDestroy : 1; + unsigned int LoadNoFallback : 1; + unsigned int LoadNoRenderOnLayout : 1; + int LastUsedFrame; + ImGuiID BakedId; + ImFont* ContainerFont; + void* FontLoaderDatas; + + IMGUI_API ImFontBaked(); + IMGUI_API void ClearOutputData(); + IMGUI_API ImFontGlyph* FindGlyph(ImWchar c); + IMGUI_API ImFontGlyph* FindGlyphNoFallback(ImWchar c); + IMGUI_API float GetCharAdvance(ImWchar c); + IMGUI_API bool IsGlyphLoaded(ImWchar c); +}; + +enum ImFontFlags_ +{ + ImFontFlags_None = 0, + ImFontFlags_NoLoadError = 1 << 1, + ImFontFlags_NoLoadGlyphs = 1 << 2, + ImFontFlags_LockBakedSizes = 1 << 3, +}; + struct ImFont { - // Members: Hot ~20/24 bytes (for CalcTextSize) - ImVector IndexAdvanceX; // 12-16 // out // // Sparse. Glyphs->AdvanceX in a directly indexable way (cache-friendly for CalcTextSize functions which only this this info, and are often bottleneck in large UI). - float FallbackAdvanceX; // 4 // out // = FallbackGlyph->AdvanceX - float FontSize; // 4 // in // // Height of characters/line, set during loading (don't change after loading) - - // Members: Hot ~28/40 bytes (for CalcTextSize + render loop) - ImVector IndexLookup; // 12-16 // out // // Sparse. Index glyphs by Unicode code-point. - ImVector Glyphs; // 12-16 // out // // All glyphs. - const ImFontGlyph* FallbackGlyph; // 4-8 // out // = FindGlyph(FontFallbackChar) - - // Members: Cold ~32/40 bytes - ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been loaded into - const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within ContainerAtlas->ConfigData - short ConfigDataCount; // 2 // in // ~ 1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging multiple font sources into one ImFont. - ImWchar FallbackChar; // 2 // in // = '?' // Replacement character if a glyph isn't found. Only set via SetFallbackChar() - ImWchar EllipsisChar; // 2 // out // = -1 // Character used for ellipsis rendering. - bool DirtyLookupTables; // 1 // out // - float Scale; // 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale() - float Ascent, Descent; // 4+4 // out // // Ascent: distance from top to bottom of e.g. 'A' [0..FontSize] - int MetricsTotalSurface; // 4 // out // // Total surface in pixels to get an idea of the font rasterization/texture cost (not exact, we approximate the cost of padding between glyphs) - ImU8 Used4kPagesMap[(IM_UNICODE_CODEPOINT_MAX + 1) / 4096 / 8]; // 2 bytes if ImWchar=ImWchar16, 34 bytes if ImWchar==ImWchar32. Store 1-bit for each block of 4K codepoints that has one active glyph. This is mainly used to facilitate iterations across all used codepoints. - - // Methods + ImFontBaked* LastBaked; + ImFontAtlas* ContainerAtlas; + ImFontFlags Flags; + float CurrentRasterizerDensity; + + ImGuiID FontId; + float LegacySize; + ImVector Sources; + ImWchar EllipsisChar; + ImWchar FallbackChar; + ImU8 Used8kPagesMap[(IM_UNICODE_CODEPOINT_MAX + 1) / 8192 / 8]; + bool EllipsisAutoBake; + ImGuiStorage RemapPairs; +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + float Scale; +#endif + IMGUI_API ImFont(); IMGUI_API ~ImFont(); - IMGUI_API const ImFontGlyph* FindGlyph(ImWchar c) const; - IMGUI_API const ImFontGlyph* FindGlyphNoFallback(ImWchar c) const; - float GetCharAdvance(ImWchar c) const - { - return ((int)c < IndexAdvanceX.Size) ? IndexAdvanceX[(int)c] : FallbackAdvanceX; - } + IMGUI_API bool IsGlyphInFont(ImWchar c); bool IsLoaded() const { return ContainerAtlas != NULL; } const char* GetDebugName() const { - return ConfigData ? ConfigData->Name : ""; + return Sources.Size ? Sources[0]->Name : ""; } - // 'max_width' stops rendering after a certain width (could be turned into a 2d size). FLT_MAX to disable. - // 'wrap_width' enable automatic word-wrapping across multiple lines to fit into given width. 0.0f to disable. - IMGUI_API ImVec2 CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin, const char* text_end = NULL, const char** remaining = NULL) const; // utf8 - IMGUI_API const char* CalcWordWrapPositionA(float scale, const char* text, const char* text_end, float wrap_width) const; - IMGUI_API void RenderChar(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImWchar c) const; - IMGUI_API void RenderText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width = 0.0f, bool cpu_fine_clip = false) const; + IMGUI_API ImFontBaked* GetFontBaked(float font_size, float density = -1.0f); // Get or create baked data for given size + IMGUI_API ImVec2 CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin, const char* text_end = NULL, const char** remaining = NULL); // utf8 + IMGUI_API const char* CalcWordWrapPosition(float size, const char* text, const char* text_end, float wrap_width); + IMGUI_API void RenderChar(ImDrawList* draw_list, float size, const ImVec2& pos, ImU32 col, ImWchar c, const ImVec4* cpu_fine_clip = NULL); + IMGUI_API void RenderText(ImDrawList* draw_list, float size, const ImVec2& pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width = 0.0f, bool cpu_fine_clip = false); +#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS + inline const char* CalcWordWrapPositionA(float scale, const char* text, const char* text_end, float wrap_width) + { + return CalcWordWrapPosition(LegacySize * scale, text, text_end, wrap_width); + } +#endif - // [Internal] Don't use! - IMGUI_API void BuildLookupTable(); IMGUI_API void ClearOutputData(); - IMGUI_API void GrowIndex(int new_size); - IMGUI_API void AddGlyph(const ImFontConfig* src_cfg, ImWchar c, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x); - IMGUI_API void AddRemapChar(ImWchar dst, ImWchar src, bool overwrite_dst = true); // Makes 'dst' character/glyph points to 'src' character/glyph. Currently needs to be called AFTER fonts have been built. - IMGUI_API void SetGlyphVisible(ImWchar c, bool visible); - IMGUI_API void SetFallbackChar(ImWchar c); + IMGUI_API void AddRemapChar(ImWchar from_codepoint, ImWchar to_codepoint); IMGUI_API bool IsGlyphRangeUnused(unsigned int c_begin, unsigned int c_last); }; -#endif +inline ImTextureID ImTextureRef::GetTexID() const +{ + IM_ASSERT(!(_TexData != NULL && _TexID != ImTextureID_Invalid)); + return _TexData ? _TexData->TexID : _TexID; +} + +inline ImTextureID ImDrawCmd::GetTexID() const +{ + ImTextureID tex_id = TexRef._TexData ? TexRef._TexData->TexID : TexRef._TexID; + if (TexRef._TexData != NULL) + IM_ASSERT(tex_id != ImTextureID_Invalid && "ImDrawCmd is referring to ImTextureData that wasn't uploaded to graphics system. Backend must call ImTextureData::SetTexID() after handling ImTextureStatus_WantCreate request!"); + return tex_id; +} + +enum ImGuiViewportFlags_ +{ + ImGuiViewportFlags_None = 0, + ImGuiViewportFlags_IsPlatformWindow = 1 << 0, + ImGuiViewportFlags_IsPlatformMonitor = 1 << 1, + ImGuiViewportFlags_OwnedByApp = 1 << 2, + ImGuiViewportFlags_NoDecoration = 1 << 3, + ImGuiViewportFlags_NoTaskBarIcon = 1 << 4, + ImGuiViewportFlags_NoFocusOnAppearing = 1 << 5, + ImGuiViewportFlags_NoFocusOnClick = 1 << 6, + ImGuiViewportFlags_NoInputs = 1 << 7, + ImGuiViewportFlags_NoRendererClear = 1 << 8, + ImGuiViewportFlags_NoAutoMerge = 1 << 9, + ImGuiViewportFlags_TopMost = 1 << 10, + ImGuiViewportFlags_CanHostOtherWindows = 1 << 11, + + ImGuiViewportFlags_IsMinimized = 1 << 12, + ImGuiViewportFlags_IsFocused = 1 << 13, +}; + +struct ImGuiViewport +{ + ImGuiID ID; + ImGuiViewportFlags Flags; + ImVec2 Pos; + ImVec2 Size; + ImVec2 FramebufferScale; + ImVec2 WorkPos; + ImVec2 WorkSize; + float DpiScale; + ImGuiID ParentViewportId; + ImDrawData* DrawData; + + void* RendererUserData; + void* PlatformUserData; + void* PlatformHandle; + void* PlatformHandleRaw; + bool PlatformWindowCreated; + bool PlatformRequestMove; + bool PlatformRequestResize; + bool PlatformRequestClose; + + ImGuiViewport() + { + memset(this, 0, sizeof(*this)); + } + ~ImGuiViewport() + { + IM_ASSERT(PlatformUserData == NULL && RendererUserData == NULL); + } + + ImVec2 GetCenter() const + { + return ImVec2(Pos.x + Size.x * 0.5f, Pos.y + Size.y * 0.5f); + } + ImVec2 GetWorkCenter() const + { + return ImVec2(WorkPos.x + WorkSize.x * 0.5f, WorkPos.y + WorkSize.y * 0.5f); + } +}; + +struct ImGuiPlatformIO +{ + IMGUI_API ImGuiPlatformIO(); + + const char* (*Platform_GetClipboardTextFn)(ImGuiContext* ctx); + void (*Platform_SetClipboardTextFn)(ImGuiContext* ctx, const char* text); + void* Platform_ClipboardUserData; + + bool (*Platform_OpenInShellFn)(ImGuiContext* ctx, const char* path); + void* Platform_OpenInShellUserData; + + void (*Platform_SetImeDataFn)(ImGuiContext* ctx, ImGuiViewport* viewport, ImGuiPlatformImeData* data); + void* Platform_ImeUserData; + + ImWchar Platform_LocaleDecimalPoint; + + int Renderer_TextureMaxWidth; + int Renderer_TextureMaxHeight; + + void* Renderer_RenderState; + + void (*Platform_CreateWindow)(ImGuiViewport* vp); + void (*Platform_DestroyWindow)(ImGuiViewport* vp); + void (*Platform_ShowWindow)(ImGuiViewport* vp); + void (*Platform_SetWindowPos)(ImGuiViewport* vp, ImVec2 pos); + ImVec2 (*Platform_GetWindowPos)(ImGuiViewport* vp); + void (*Platform_SetWindowSize)(ImGuiViewport* vp, ImVec2 size); + ImVec2 (*Platform_GetWindowSize)(ImGuiViewport* vp); + ImVec2 (*Platform_GetWindowFramebufferScale)(ImGuiViewport* vp); + void (*Platform_SetWindowFocus)(ImGuiViewport* vp); + bool (*Platform_GetWindowFocus)(ImGuiViewport* vp); + bool (*Platform_GetWindowMinimized)(ImGuiViewport* vp); + void (*Platform_SetWindowTitle)(ImGuiViewport* vp, const char* str); + void (*Platform_SetWindowAlpha)(ImGuiViewport* vp, float alpha); + void (*Platform_UpdateWindow)(ImGuiViewport* vp); + void (*Platform_RenderWindow)(ImGuiViewport* vp, void* render_arg); + void (*Platform_SwapBuffers)(ImGuiViewport* vp, void* render_arg); + float (*Platform_GetWindowDpiScale)(ImGuiViewport* vp); + void (*Platform_OnChangedViewport)(ImGuiViewport* vp); + ImVec4 (*Platform_GetWindowWorkAreaInsets)(ImGuiViewport* vp); + int (*Platform_CreateVkSurface)(ImGuiViewport* vp, ImU64 vk_inst, const void* vk_allocators, ImU64* out_vk_surface); + + void (*Renderer_CreateWindow)(ImGuiViewport* vp); + void (*Renderer_DestroyWindow)(ImGuiViewport* vp); + void (*Renderer_SetWindowSize)(ImGuiViewport* vp, ImVec2 size); + void (*Renderer_RenderWindow)(ImGuiViewport* vp, void* render_arg); + void (*Renderer_SwapBuffers)(ImGuiViewport* vp, void* render_arg); + + ImVector Monitors; + + ImVector Textures; + ImVector Viewports; +}; + +struct ImGuiPlatformMonitor +{ + ImVec2 MainPos, MainSize; + ImVec2 WorkPos, WorkSize; + float DpiScale; + void* PlatformHandle; + ImGuiPlatformMonitor() + { + MainPos = MainSize = WorkPos = WorkSize = ImVec2(0, 0); + DpiScale = 1.0f; + PlatformHandle = NULL; + } +}; + +struct ImGuiPlatformImeData +{ + bool WantVisible; + bool WantTextInput; + ImVec2 InputPos; + float InputLineHeight; + ImGuiID ViewportId; + + ImGuiPlatformImeData() + { + memset(this, 0, sizeof(*this)); + } +}; + +#endif // ASHITA_IMGUI_INTERNAL_COMPILED #if defined(__clang__) #pragma clang diagnostic pop @@ -2814,4 +3687,8 @@ struct ImFont #pragma GCC diagnostic pop #endif +#ifdef _MSC_VER +#pragma warning(pop) +#endif + #endif // ASHITA_SDK_IMGUI_H_INCLUDED \ No newline at end of file From df4e72ca0749c129bee912223dfdd0a1ca4c0a71 Mon Sep 17 00:00:00 2001 From: senolem <37041587+senolem@users.noreply.github.com> Date: Thu, 11 Dec 2025 15:59:12 +0100 Subject: [PATCH 2/4] updated ADK to latest beta commit --- 3rdParty/SDKs/Ashita/ADK_v4/Ashita.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/3rdParty/SDKs/Ashita/ADK_v4/Ashita.h b/3rdParty/SDKs/Ashita/ADK_v4/Ashita.h index 86b0d80..c020a01 100644 --- a/3rdParty/SDKs/Ashita/ADK_v4/Ashita.h +++ b/3rdParty/SDKs/Ashita/ADK_v4/Ashita.h @@ -435,6 +435,7 @@ typedef BOOL(__stdcall* keyboardcallback_f)(WPARAM, LPARAM, bool); typedef BOOL(__stdcall* mousecallback_f)(uint32_t, WPARAM, LPARAM, bool); typedef DWORD(__stdcall* xinputgetstatecallback_f)(DWORD, XINPUT_STATE*); typedef BOOL(__stdcall* xinputcallback_f)(uint8_t*, int16_t*, bool, bool); +typedef void(__stdcall* queuepacketcallback_f)(uint8_t*, void*); //////////////////////////////////////////////////////////////////////////////////////////////////// // @@ -1509,7 +1510,7 @@ struct IPacketManager virtual void AddOutgoingPacket(uint16_t id, uint32_t len, uint8_t* data) = 0; // Methods (Game Packet Queueing) - virtual bool QueueOutgoingPacket(uint16_t id, uint16_t len, uint16_t align, uint32_t pparam1, uint32_t pparam2, std::function callback) const = 0; + virtual bool QueueOutgoingPacket(uint16_t id, uint16_t len, uint16_t align, uint32_t pparam1, uint32_t pparam2, queuepacketcallback_f callback, void* callback_args) const = 0; }; struct IPluginManager @@ -2574,6 +2575,10 @@ class IPlugin : public IPluginBase // Exported function that returns a new instance of the plugins main class, which must inherit // the IPlugin class. This is the main method used by Ashita to communicate with your plugin. // +// export_DestroyPlugin_f [Export As: expDestroyPlugin] +// +// Exported function that is used to allow a plugin to destroy the created instance of itself. +// // export_GetInterfaceVersion_f [Export As: expGetInterfaceVersion] // // Exported function that returns the Ashita interface version that the plugin was compiled @@ -2583,6 +2588,7 @@ class IPlugin : public IPluginBase //////////////////////////////////////////////////////////////////////////////////////////////////// typedef IPlugin* /**/ (__stdcall* export_CreatePlugin_f)(const char* args); +typedef void /**/ (__stdcall* export_DestroyPlugin_f)(void* instance); typedef double /**/ (__stdcall* export_GetInterfaceVersion_f)(void); //////////////////////////////////////////////////////////////////////////////////////////////////// @@ -2895,7 +2901,11 @@ class IPolPlugin : public IPolPluginBase // Exported function that returns a new instance of the plugins main class, which must inherit // the IPolPlugin class. This is the main method used by Ashita to communicate with your plugin. // -// export_GetInterfaceVersion_f [Export As: expGetInterfaceVersion] +// export_DestroyPlugin_f [Export As: expDestroyPlugin] +// +// Exported function that is used to allow a plugin to destroy the created instance of itself. +// +// export_GetInterfaceVersion_f [Export As: expGetInterfaceVersion] // // Exported function that returns the Ashita interface version that the plugin was compiled // against. This is used to determine if the plugin is 'safe' to load in the current Ashita From 7d744e8018461955466735678e2a56bb797f5503 Mon Sep 17 00:00:00 2001 From: senolem <37041587+senolem@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:30:46 +0100 Subject: [PATCH 3/4] added expDestroyPolPlugin to exports --- XIPivot.Ashita_v4/polplugin/exports.def | 3 ++- XIPivot.Ashita_v4/polplugin/plugin.cpp | 11 ++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/XIPivot.Ashita_v4/polplugin/exports.def b/XIPivot.Ashita_v4/polplugin/exports.def index d68981a..dd12f5f 100644 --- a/XIPivot.Ashita_v4/polplugin/exports.def +++ b/XIPivot.Ashita_v4/polplugin/exports.def @@ -1,4 +1,5 @@ LIBRARY "pivot.dll" EXPORTS expCreatePolPlugin @1 - expGetInterfaceVersion @2 + expDestroyPolPlugin @2 + expGetInterfaceVersion @3 diff --git a/XIPivot.Ashita_v4/polplugin/plugin.cpp b/XIPivot.Ashita_v4/polplugin/plugin.cpp index c4ec9a4..7a9438b 100644 --- a/XIPivot.Ashita_v4/polplugin/plugin.cpp +++ b/XIPivot.Ashita_v4/polplugin/plugin.cpp @@ -1,10 +1,10 @@ /* * Copyright (c) 2019-2024, Renee Koecher * 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 @@ -13,7 +13,7 @@ * * Neither the name of XIPivot 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 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 @@ -38,4 +38,9 @@ extern "C" { { return new XiPivot::Pol::AshitaInterface(args); } + + __declspec(dllexport) auto __stdcall expDestroyPolPlugin(void* instance) -> void + { + delete static_cast(instance); + } } From f0418edf60f8a7b313c31d17e3fcb2fe778f8e92 Mon Sep 17 00:00:00 2001 From: senolem <37041587+senolem@users.noreply.github.com> Date: Thu, 11 Dec 2025 19:46:37 +0100 Subject: [PATCH 4/4] renamed expDestroyPolPlugin to expDestroyPlugin --- XIPivot.Ashita_v4/polplugin/exports.def | 2 +- XIPivot.Ashita_v4/polplugin/plugin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XIPivot.Ashita_v4/polplugin/exports.def b/XIPivot.Ashita_v4/polplugin/exports.def index dd12f5f..c69d185 100644 --- a/XIPivot.Ashita_v4/polplugin/exports.def +++ b/XIPivot.Ashita_v4/polplugin/exports.def @@ -1,5 +1,5 @@ LIBRARY "pivot.dll" EXPORTS expCreatePolPlugin @1 - expDestroyPolPlugin @2 + expDestroyPlugin @2 expGetInterfaceVersion @3 diff --git a/XIPivot.Ashita_v4/polplugin/plugin.cpp b/XIPivot.Ashita_v4/polplugin/plugin.cpp index 7a9438b..d1bcfec 100644 --- a/XIPivot.Ashita_v4/polplugin/plugin.cpp +++ b/XIPivot.Ashita_v4/polplugin/plugin.cpp @@ -39,7 +39,7 @@ extern "C" { return new XiPivot::Pol::AshitaInterface(args); } - __declspec(dllexport) auto __stdcall expDestroyPolPlugin(void* instance) -> void + __declspec(dllexport) auto __stdcall expDestroyPlugin(void* instance) -> void { delete static_cast(instance); }